html, body, div, span, h1, h2, h3, h4, h5, p, a, abbr, em, img, ol, ul, li, form, label, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.debug {
  border: 2px solid #bada55;
}

.bold {
  font-weight: bold;
}

.ico {
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.blank {
  opacity: 0;
}

.show {
  display: block !important;
}

html {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
  background: #fff;
}

::-moz-selection {
  background: #00aeff;
  color: #fff;
}

::selection {
  background: #00aeff;
  color: #fff;
}

::-moz-selection {
  background: #b2e953;
  color: #fff;
}

.white {
  color: #fff;
}

.darkbl {
  color: #334a57;
}

.grey {
  color: #788a95;
}

.drkgrey {
  color: #5a6a74;
}

.ltgrey {
  color: #809dae;
}

.ltrgrey {
  color: #bad2e0;
}

h1 {
  font-weight: 200;
  line-height: 1;
  font-size: 3.875em;
}

h2 {
  font-weight: 200;
  font-size: 2.938em;
  line-height: 1.2;
}

h3 {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4;
}

h3.large {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.condensed {
  font-family: league-gothic, sans-serif;
}

.max-content-width {
  position: relative;
  width: 64.25em;
  padding: 0 1.5em;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-header {
  width: 100%;
  background-color: #156ea9;
  padding-top: 71px;
}
.sub-header .sub-header-wrap {
  width: 100%;
  min-height: 142px;
  background-image: url("../images/sub-header.svg");
  background-size: cover;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sub-header .sub-header-title {
  font-family: "montserrat-light", sans-serif;
  font-size: 30px;
  top: 45%;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-content {
  position: relative;
  width: 96%;
  -webkit-box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #747f87;
  background: #fff;
  padding: 60px 10%;
  margin: -28px auto 40px auto;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .mobile {
  display: none;
}

.apply-link-mobile {
  display: none;
}

.site-header-internal {
  background: #23a2ee !important;
}

.split {
  width: 45%;
}

.modal-bg {
  position: fixed;
  z-index: 499;
  background: rgba(2, 16, 23, 0.6);
  width: 100%;
  top: 0;
  height: 100%;
}

.modal {
  position: fixed;
  z-index: 500;
  top: 20%;
  left: 50%;
  margin-left: -280px;
}
.modal .close {
  position: absolute;
  top: -9%;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url(../images/sprite-master.png) no-repeat -650px -50px;
}

.parsley-error {
  border-top: 2px solid #ff7171 !important;
  background: #ffd1d1 !important;
}

ul.parsley-error-list {
  display: none !important;
}

.check {
  visibility: hidden;
}

.resp {
  display: none;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 1.25em 1.15em 1em 1.15em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .devs-stuff {
  display: none;
}
header nav {
  display: block;
}
header .site-logo {
  display: block;
  float: left;
}
header nav {
  float: right;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  display: block;
  font-size: 0.875em;
  text-decoration: none;
  padding: 0.6em 1em;
  margin: 0 3px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
header nav ul li a:hover {
  color: #fff;
}
header nav ul li.nav-start-now a {
  position: relative;
  top: -2px;
  margin-left: 1em;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
}
header nav ul li.nav-start-now a:hover {
  background: #fff;
  color: #01aefd;
}
header nav ul li.nav-login a {
  position: relative;
  padding-left: 2.75em;
  color: #fff;
}
header nav ul li.nav-login a:hover {
  color: #0a6c99;
}
header nav ul li.nav-login img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  position: absolute;
  margin-top: -1px;
  left: 10px;
}
header nav ul li.nav-login img.on {
  opacity: 0;
}
header nav ul li.nav-login:hover img.off {
  opacity: 0;
}
header nav ul li.nav-login:hover img.on {
  opacity: 1;
}

/* **footer styles */
footer {
  position: relative;
  z-index: 100;
  color: #4e6c7d;
}
footer .app-icon {
  padding: 1em 8% 0 0;
}
footer .circle-rik {
  padding: 0.5em 1.25em 0.5em 0.5em;
}
footer .iframe {
  position: relative;
  top: 1em;
  margin-left: 1.3em;
}
footer .quick-links {
  background: #182933;
}
footer .quick-links ul {
  margin: auto;
  text-align: center;
  padding: 2.1em 0;
  border-bottom: 1px solid #182d39;
}
footer .quick-links ul li {
  display: inline-block;
  *float: left;
  margin: 0 1.1em;
}
footer .quick-links a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  font-size: 1.043em;
  display: inline-block;
  color: #4e6c7d;
}
footer .quick-links a:hover {
  color: #5a87a0;
}
footer .the-end .term-drop {
  float: left;
  width: 65%;
}
footer .the-end .term-drop a {
  margin: 0 1em 0;
}
footer .the-end .blocks.follow {
  float: right;
  width: 235px;
  margin-top: -1em;
}
footer .the-end .blocks.follow img {
  width: 2.6em;
}

.right-chunk .unsub {
  float: right;
  padding: 0.7em 0 0 0;
  font-size: 0.65em;
  color: #4e6c7d;
}

/* buttons */
.btn-blue {
  background: #279ce7;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.063em;
  padding: 0.6em 1em;
  border: none;
  border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  -webkit-border-radius: 0.125em;
  -o-border-radius: 0.125em;
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-blue:hover {
  background: #40b1f9;
}
.btn-blue:active {
  background: #1e77af;
}

.btn-green {
  background: #a9e23a;
  color: #5e8218;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  padding: 0.6em 1em;
  border: none;
  border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  -webkit-border-radius: 0.125em;
  -o-border-radius: 0.125em;
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-green:hover {
  background: #b2ed40;
}
.btn-green:active {
  background: #82b71d;
}

/*main slider styles */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinSlow {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes spinSlow {
  0% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes spinSlow {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(-20deg);
  }
  50% {
    -moz-transform: rotate(20deg);
  }
  100% {
    -moz-transform: rotate(-20deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
  }
}
.main-slider {
  position: relative;
  z-index: 100;
  height: 530px;
}
.main-slider .slide-1 {
  height: 530px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #2c8ecd url(../images/home-slide-1-bg.jpg) no-repeat center top;
}
.main-slider .slide-1 .max-content-width {
  height: 530px;
}
.main-slider .slide-1 .loader {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 270px;
  left: 170px;
  background: url(../images/loader.png) no-repeat;
  -webkit-animation: spin 0.5s infinite linear;
  -moz-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
}
.main-slider .slide-1 .slide-width {
  position: relative;
  width: 100%;
  height: 530px;
}
.main-slider .slide-1 .background-swap {
  display: none;
  position: absolute;
  z-index: 1;
  width: 1500px;
  left: 50%;
  margin-left: -750px;
  opacity: 0;
  top: 0;
}
.main-slider .slide-1 .swirl {
  display: none;
  position: absolute;
  z-index: 8;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
  bottom: -500px;
  -webkit-animation: spinSlow 50.5s infinite linear;
  -moz-animation: spinSlow 50.5s infinite linear;
  animation: spinSlow 50.5s infinite linear;
}
.main-slider .slide-1 .candy {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 10;
  top: -10px;
  right: 10%;
  -moz-transition: -moz-transform 1s ease-in-out;
  -moz-transform-origin: center top;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  -webkit-transform-origin: top;
}
.main-slider .slide-1 .place {
  width: 305px;
  height: 445px;
  display: none;
  position: absolute;
  z-index: 9;
  bottom: -42px;
  left: 43px;
}
.main-slider .slide-1 video {
  display: none;
  position: absolute;
  z-index: 9;
  bottom: -40px;
  left: 44px;
}
.main-slider .slide-1 .phone {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: -15px;
  left: 20px;
}
.main-slider .slide-1 .slide-content {
  position: relative;
  z-index: 20;
  width: 550px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.17);
  margin: 160px 2.25em 0 0;
  float: right;
}
.main-slider .slide-1 .slide-content h2 {
  padding: 0 0 0.3em 0;
}
.main-slider .slide-1 .slide-content .play-video {
  width: 75px;
  height: 75px;
  margin-left: 95px;
  cursor: pointer;
  color: #3a647b;
  text-shadow: none;
  background: url(../images/sprite-master.png) no-repeat -684px -483px;
}
.main-slider .slide-1 .slide-content .play-video span {
  position: relative;
  top: 28px;
  left: 77px;
  display: block;
  width: 200px;
}
.main-slider .slide-1 .slide-content .play-video:hover {
  background-position: -684px -283px;
}
.main-slider .slide-1 .slide-content .play-video:active {
  background-position: -684px -383px;
}

/* end slider styles */
/* tour styles */
.tour-marker-buttons {
  /*also used for devs tour */
  position: absolute;
  z-index: 4;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.tour {
  position: relative;
  overflow: hidden;
  margin-bottom: -0.5em;
  padding: 3.438em 0 0 0;
}
.tour .heavy-col {
  float: left;
  width: 55%;
}
.tour h4.darkbl {
  height: 120px;
  line-height: 1.17;
  font-weight: 200;
  font-size: 3.063em;
}
.tour .tour-markers {
  position: relative;
  width: 112px;
  height: 19px;
  margin: 2.654em 0 3.988em 0;
  /* invisible hit boxes for tour slider */
}
.tour .tour-markers .mask {
  position: absolute;
  z-index: 2;
}
.tour .tour-markers .grey-fill {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 112px;
  height: 18px;
  background: #e0e7eb;
}
.tour .tour-markers .blue-fill {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 16px;
  height: 18px;
  background: #21a4f7;
}
.tour .tour-markers .tmb2 {
  margin-left: 22px;
}
.tour .tour-markers .tmb3 {
  margin-left: 44px;
}
.tour .tour-markers .tmb4 {
  margin-left: 66px;
}
.tour .tour-markers .tmb5 {
  margin-left: 88px;
}
.tour p.headline {
  font-size: 1.125em;
  padding-bottom: 1em;
  text-transform: uppercase;
}
.tour p.ltgrey {
  width: 90%;
  font-size: 1.125em;
  font-weight: 400;
}
.tour .light-col {
  width: 27.1em;
  position: relative;
  float: right;
  height: 30.625em;
}
.tour .light-col .tour-phone-mask {
  position: relative;
  overflow: hidden;
  width: 335px;
  height: 482px;
  top: 500px;
  float: right;
}
.tour .light-col .tour-phone-mask .mask {
  position: absolute;
  z-index: 10;
}
.tour .light-col .phone-screens {
  margin: 3.9em 0 0 1.4em;
}
.tour .slider-icons {
  display: none;
  left: 1em;
  top: 8.5em;
  position: absolute;
}
.tour .slider-icons div {
  position: absolute;
  width: 57px;
  opacity: 0.7;
  height: 57px;
  cursor: pointer;
  margin-bottom: 0.25em;
  background: url(../images/sprite-master.png) no-repeat;
}
.tour .slider-icons div:hover {
  opacity: 1;
}
.tour .slider-icons .icon-actions {
  width: 106px;
  height: 70px;
  margin-left: -0.4em;
  margin-top: -0.5em;
}
.tour .slider-icons .leader-icon {
  background-position: 0 -99px;
  top: 225px;
}
.tour .slider-icons .game-icon {
  background-position: -100px -99px;
}
.tour .slider-icons .multiplayer-icon {
  background-position: -200px -99px;
  top: 150px;
}
.tour .slider-icons .friends-icon {
  background-position: -300px -99px;
  top: 75px;
}
.tour .slider-icons .game-icon-action {
  background-position: 0 -199px;
}
.tour .slider-icons .friends-icon-action {
  background-position: -150px -199px;
}
.tour .slider-icons .multiplayer-icon-action {
  background-position: -300px -199px;
}
.tour .slider-icons .leader-icon-action {
  background-position: -450px -199px;
}

.discover-games {
  position: relative;
  z-index: 50;
  height: 29.688em;
  background: #1b313d url(../images/discover-bg.jpg) no-repeat center center;
}
.discover-games .split {
  position: relative;
  height: 29.688em;
}
.discover-games h2 {
  padding: 1.35em 0 0.2em 0;
}
.discover-games .discover-portal,
.discover-games .discover-assaulter,
.discover-games .discover-nosferatu {
  position: absolute;
  display: none;
}
.discover-games .discover-portal {
  left: -5em;
  bottom: 2em;
}
.discover-games .discover-assaulter {
  left: 1em;
  top: 1.5em;
}
.discover-games .discover-nosferatu {
  right: 5em;
  top: 2.5em;
}
.discover-games .btn-blue {
  position: relative;
  z-index: 2;
  margin: 1.4em 0 0 0;
}

.next-level {
  position: relative;
  z-index: 50;
}
.next-level .max-content-width {
  padding-bottom: 5em;
}
.next-level .bg {
  position: absolute;
  z-index: 0;
  right: -200px;
  bottom: 0;
}
.next-level .split {
  position: relative;
}
.next-level .split.right {
  position: relative;
  overflow: hidden;
  height: 29.688em;
  margin-top: 30px;
  width: 435px;
}
.next-level .developer-quote {
  width: 440px;
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #f0f0f0;
}
.next-level .developer-quote img {
  margin: 10px 15px 0 0;
}
.next-level .developer-quote .their-quote {
  float: left;
  width: 340px;
  color: #788a95;
  font-size: 14px;
}
.next-level h2 {
  padding: 0.2em 0 0.4em 0;
}
.next-level .become-developer {
  margin: 4.45em 0 0 0;
  display: block;
  text-decoration: none;
  color: #2798e2;
  text-transform: uppercase;
  font-size: 0.813em;
}
.next-level .become-developer span {
  position: relative;
  top: 0.275em;
  display: inline-block;
  width: 23px;
  height: 18px;
  background: url(../images/sprite-master.png) no-repeat -400px -49px;
}
.next-level .btn-blue {
  position: relative;
  display: block;
  z-index: 2;
  margin: 1.4em 0 0 0;
}

.maximize-revenue {
  position: relative;
  background: #f3f6f9;
  border-top: 2px solid #dde0e3;
}
.maximize-revenue .split {
  position: relative;
}
.maximize-revenue .split.right {
  width: 50%;
}
.maximize-revenue .split.left {
  position: relative;
  overflow: hidden;
  height: 29.688em;
  margin-top: 30px;
  width: 435px;
}
.maximize-revenue .developer-quote {
  width: 440px;
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #f0f0f0;
}
.maximize-revenue .developer-quote img {
  margin: 10px 15px 0 0;
}
.maximize-revenue .developer-quote .their-quote {
  float: left;
  width: 340px;
  color: #788a95;
  font-size: 14px;
}
.maximize-revenue h2 {
  font-size: 2.25em;
  padding: 3.2em 0 0.4em 0;
}
.maximize-revenue .become-developer {
  margin: 4.45em 0 0 0;
  display: block;
  text-decoration: none;
  color: #2798e2;
  text-transform: uppercase;
  font-size: 0.813em;
}
.maximize-revenue .become-developer span {
  position: relative;
  top: 0.275em;
  display: inline-block;
  width: 23px;
  height: 18px;
  background: url(../images/sprite-master.png) no-repeat -400px -49px;
}
.maximize-revenue .next-level-arrow-green,
.maximize-revenue .next-level-arrow-blue,
.maximize-revenue .next-level-controller {
  position: absolute;
}
.maximize-revenue .next-level-arrow-green {
  width: 0;
  height: 18.688em;
  z-index: 2;
  left: 0;
  top: 4.4em;
  background: url(../images/next-level-arrow-green.png) no-repeat left center;
}
.maximize-revenue .next-level-arrow-blue {
  width: 0;
  height: 16.813em;
  left: -0.1em;
  z-index: 4;
  top: 2.45em;
  background: url(../images/next-level-arrow-blue.png) no-repeat left center;
}
.maximize-revenue .next-level-controller {
  width: 20.375em;
  height: 14.5em;
  z-index: 6;
  right: 2.7em;
  bottom: 1.6em;
  background: url(../images/next-level-controller.png) no-repeat;
}
.maximize-revenue .btn-blue {
  position: relative;
  display: block;
  z-index: 2;
  margin: 1.4em 0 0 0;
}

body.home-page {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #23323b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  padding: 0 10%;
}

.form-wrapper {
  position: relative;
}
.form-wrapper .phone-error {
  position: absolute;
  width: 100%;
  top: -5px;
  left: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.7em;
  color: #00aeff;
  background: #fff;
  padding: 0.15em 0;
  margin: 0 0 -1em 0;
}

.sms-sent {
  position: fixed;
  z-index: 999;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 13%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fdfdfd;
}
.sms-sent .large {
  font-size: 3.5em;
}

.android-only {
  position: fixed;
  z-index: 999;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.android-only .circle-riki {
  padding: 3% 0 0 0;
}
.android-only .other-games {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4%;
  margin: 1em 0 0 0;
}
.android-only .other-games .game-row {
  padding: 1em 0;
}
.android-only .other-games .game-row img {
  width: 32%;
}
.android-only .no-worry {
  color: #00aeff;
  text-transform: uppercase;
  font-size: 0.75em;
}
.android-only .try {
  font-size: 0.8em;
}
.android-only .shucks {
  color: #7fd52c;
  font-size: 2em;
}
.android-only p {
  font-size: 1.5em;
}
.android-only .x {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  width: 2.4em;
}
.android-only .iphone-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.75em;
  margin: 0.75em 0 0 0;
  font-size: 1.15em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #00aeff;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}

.qr-hover.android {
  position: absolute;
  z-index: 100;
  left: 5%;
  bottom: 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: #fff;
  width: 90%;
}
.qr-hover.android.hard {
  left: 0;
  margin-left: 0;
  width: 100%;
  font-size: 0.75em;
}
.qr-hover.android.hard .left-side {
  padding: 2%;
}
.qr-hover.android h4 {
  display: none;
}
.qr-hover.android .arrow {
  left: 7%;
}
.qr-hover.android .left-side {
  float: none;
  width: 100%;
}
.qr-hover.android .right-side {
  display: none;
}
.qr-hover.android .download-button {
  font-size: 1.15em !important;
  display: block !important;
}

.qr-hover {
  position: absolute;
  z-index: 200;
  left: 5%;
  bottom: 75px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background: #fff;
  width: 460px;
}
.qr-hover .game-developer.extra {
  display: none;
}
.qr-hover.hard {
  margin-left: 50%;
  left: -230px;
  top: 0;
  bottom: auto;
}
.qr-hover .arrow {
  position: absolute;
  z-index: 200;
  bottom: -10px;
  left: 20%;
  width: 20px;
}
.qr-hover .left-side {
  position: relative;
  float: left;
  width: 43.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5%;
  max-height: 265px;
  overflow: hidden;
}
.qr-hover .left-side .download-button {
  display: none;
  position: relative;
  z-index: 5;
  text-align: center;
  text-decoration: none;
  padding: 0.75em;
  margin: 0.75em 0 0 0;
  font-size: 1.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #00aeff;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}
.qr-hover .left-side h2 {
  font-size: 1.125em;
  color: #4a575e;
  line-height: 1;
}
.qr-hover .left-side h4 {
  font-size: 0.875em;
  color: #34c0f9;
  padding: 0.4em 0 1.2em 0;
}
.qr-hover .left-side .desc {
  position: relative;
  font-size: 0.875em;
  color: #718997;
  line-height: 1.3;
  max-height: 127px;
  overflow: hidden;
}
.qr-hover .right-side {
  width: 56.5%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #01affe;
  padding: 4% 3% 5% 3%;
  -webkit-appearance: none;
}
.qr-hover .right-side ::-webkit-input-placeholder {
  color: #07648f;
}
.qr-hover .right-side :-moz-placeholder {
  color: #07648f;
}
.qr-hover .right-side ::-moz-placeholder {
  color: #07648f;
}
.qr-hover .right-side :-ms-input-placeholder {
  color: #07648f;
}
.qr-hover .right-side p {
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
}
.qr-hover .right-side img {
  display: block;
  margin: 0.4em auto 0.8em auto;
}
.qr-hover .right-side input[type=phone] {
  width: 65%;
  margin: 0.9em 0.5em 0 0;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  background: #0092d4;
  color: #fefefe;
  border: none;
  padding: 0.9em;
  font-size: 0.875em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.qr-hover .right-side input[type=submit] {
  width: 30%;
  margin: 0.9em 0 0 0;
  text-align: center;
  background: #fff;
  border: none;
  padding: 0.9em;
  font-size: 0.875em;
  color: #01affe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.qr-hover .right-side input[type=submit]:hover {
  background: #d1e9ed;
}
.qr-hover .right-side input[type=submit]:active {
  color: #fff;
  background: #0d90db;
}

.newheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  padding: 1.25em 10%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.newheader .logo {
  float: left;
}
.newheader .logo-desktop {
  max-width: 165px;
}
.newheader .nav-menu-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 7px auto 0 auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.newheader .nav-menu-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.newheader .nav-menu-toggler span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.newheader .nav-menu-toggler span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.newheader .nav-menu-toggler span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.newheader .nav-menu-toggler.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0;
}
.newheader .nav-menu-toggler.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.newheader .nav-menu-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 0;
}
.newheader nav {
  float: right;
}
.newheader nav li {
  float: left;
  display: inline;
}
.newheader nav a {
  display: block;
  color: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0.4em 0 0.467em 0;
  text-decoration: none;
  font-family: "montserrat-light", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.newheader nav a.hollow {
  margin: 0 1em 0 0;
  border: 2px solid #fff;
}
.newheader nav a.filled {
  border: 2px solid #058ccd;
  background: #058ccd;
}

.site-header-internal {
  background: #23a2ee;
}
.site-header-internal .desktop-links:hover, .site-header-internal .desktop-links:focus, .site-header-internal .desktop-links:active, .site-header-internal .desktop-links.active {
  border-bottom: solid 2px #ffffff;
}
.site-header-internal .desktop-links:hover a, .site-header-internal .desktop-links:focus a, .site-header-internal .desktop-links:active a, .site-header-internal .desktop-links.active a {
  opacity: 1;
}

.newheader.fixed {
  background: #23a2ee !important;
}

.mobile-links {
  display: none !important;
}

.desktop-links {
  margin: 0 1.2em;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-bottom: solid 2px transparent;
}
.desktop-links a {
  opacity: 0.75;
}
.desktop-links.active {
  border-bottom: solid 2px #ffffff;
}
.desktop-links.active a {
  opacity: 1;
}

.desktop-links-last {
  margin-right: 0;
}

.desktop {
  display: block;
}

.do-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  overflow: hidden;
}

.app-modal {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(62, 78, 92, 0.6);
}
.app-modal .wrap {
  top: -5000px;
  position: relative;
  width: 649px;
  margin: 10em auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.app-modal .wrap .close-app-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 25px;
  height: 25px;
  opacity: 0.5;
  cursor: pointer;
}
.app-modal .wrap .close-app-modal:hover {
  opacity: 1;
}
.app-modal .wrap .close-app-modal:before, .app-modal .wrap .close-app-modal:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #01affe;
}
.app-modal .wrap .close-app-modal:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.app-modal .wrap .close-app-modal:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.app-modal .wrap .large-logo {
  width: 100%;
}
.app-modal .wrap .bottom {
  background: #01affe;
}
.app-modal .wrap .bottom .mobile,
.app-modal .wrap .bottom .qr {
  width: 50%;
  padding: 2.5em 2.2em 2.2em 2.2em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app-modal .wrap .bottom .mobile ::-webkit-input-placeholder {
  color: #07648f;
}
.app-modal .wrap .bottom .mobile :-moz-placeholder {
  color: #07648f;
}
.app-modal .wrap .bottom .mobile ::-moz-placeholder {
  color: #07648f;
}
.app-modal .wrap .bottom .mobile :-ms-input-placeholder {
  color: #07648f;
}
.app-modal .wrap .bottom .mobile input[type=phone] {
  width: 100%;
  display: block;
  margin: 1.5em 0;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  background: #0092d4;
  color: #fefefe;
  border: none;
  padding: 1.2em;
  font-size: 0.875em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.app-modal .wrap .bottom .mobile input[type=submit] {
  display: block;
  width: 100%;
  margin: 1.5em 0;
  text-align: center;
  background: #fff;
  border: none;
  padding: 1.2em;
  font-size: 0.875em;
  color: #01affe;
  font-weight: bold;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-appearance: none;
}
.app-modal .wrap .bottom .mobile input[type=submit]:hover {
  background: #d1e9ed;
}
.app-modal .wrap .bottom .mobile input[type=submit]:active {
  color: #fff;
  background: #0d90db;
}
.app-modal .wrap .bottom .mobile p {
  font-size: 1.125em;
}
.app-modal .wrap .bottom .mobile span {
  display: block;
  font-size: 0.625em;
}
.app-modal .wrap .bottom .qr {
  background: #0098dd;
}
.app-modal .wrap .bottom .qr img {
  display: block;
  margin: 2em auto 0 auto;
  text-align: center;
}
.app-modal .wrap .bottom .qr p {
  font-size: 1.125em;
}

.content-wrap {
  position: relative;
  z-index: 20;
  padding-top: 115px;
  max-width: 560px;
}

.content-wrap--right {
  float: right;
}

.content-wrap--left {
  float: left;
}

.welcome {
  position: relative;
  overflow: hidden;
  padding: 168px 0 95px 0;
  background-color: #23a2ee;
  background-image: url("/assets/images/app-home-pattern.svg");
  background-size: contain;
  background-position: center 65px;
  background-repeat: no-repeat;
  min-height: 722px;
}
.welcome .wrap {
  margin: auto;
}
.welcome .wrap .message {
  position: relative;
  z-index: 20;
  text-align: center;
}
.welcome .wrap .message .message-text {
  width: 100%;
  max-width: 1024px;
  font-family: "montserrat-light", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 54px;
  line-height: 1.11;
  margin: 0 auto;
}
.welcome .wrap .products-wrap {
  position: relative;
  z-index: 20;
  padding-top: 78px;
}
.welcome .wrap .products-wrap .products-title {
  color: #fff;
  font-family: "montserrat-light", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.9px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.welcome .wrap .products-wrap .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.welcome .wrap .products-wrap .products .product {
  position: relative;
  margin-left: 52px;
  width: 100%;
  max-width: 539px;
  height: 539px;
  -webkit-box-shadow: 0 16px 23px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 16px 23px 0 rgba(0, 0, 0, 0.14);
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.welcome .wrap .products-wrap .products .product:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.welcome .wrap .products-wrap .products .product:first-child {
  margin-left: 0;
}
.welcome .wrap .products-wrap .products .product:hover, .welcome .wrap .products-wrap .products .product:focus, .welcome .wrap .products-wrap .products .product:active {
  opacity: 1;
  -webkit-box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 20px 0 rgba(0, 0, 0, 0.2);
}
.welcome .wrap .products-wrap .products .product:hover::after, .welcome .wrap .products-wrap .products .product:focus::after, .welcome .wrap .products-wrap .products .product:active::after {
  opacity: 1;
}
.welcome .wrap .products-wrap .products .product > .product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.welcome .wrap .products-wrap .products .product > .product-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.73);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 37px;
}
.welcome .wrap .products-wrap .products .product > .product-details > .product-logo {
  object-fit: contain;
  margin-right: 20px;
  width: 50%;
}
.welcome .wrap .products-wrap .products .product > .product-details > .product-logo.playedge {
  max-width: 209px;
  height: 54px;
}
.welcome .wrap .products-wrap .products .product > .product-details > .product-logo.dev {
  max-width: 235px;
  height: 46px;
}
.welcome .wrap .products-wrap .products .product > .product-details > .product-button {
  width: 209px;
  height: 60px;
  border-radius: 30px;
  font-family: Montserrat;
  font-size: 18px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.welcome .wrap .products-wrap .products .product > .product-details > .product-button.playedge {
  background-color: #23a2ee;
}
.welcome .wrap .products-wrap .products .product > .product-details > .product-button.dev {
  background-color: #82c654;
}

.company-stripe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 107px;
  background: #f9f9f9;
}
.company-stripe .company-title {
  padding: 0 1em;
  color: #3c3c3c;
  font-weight: 600;
  font-size: 1.25em;
}
.company-stripe .company-image {
  width: 100%;
  height: auto;
  max-width: 181px;
}

.mspo-section {
  position: relative;
  width: 100%;
  min-height: 630px;
  background: #fff;
}
.mspo-section .mspo-section-image {
  left: 0;
  bottom: 0;
  position: absolute;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.mspo-section .mspo-section-logo {
  max-width: 282px;
  width: 100%;
  height: auto;
  margin-bottom: 52px;
}
.mspo-section .mspo-section-title {
  font-size: 2.5em;
  font-family: "montserrat-light", sans-serif;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 18px;
}
.mspo-section .mspo-section-text {
  font-family: "montserrat-light", sans-serif;
  font-size: 1.25em;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 55px;
}
.mspo-section .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mspo-section .buttons .mspo-button {
  min-width: 232px;
  min-height: 75px;
  border: solid 2px #fe7c28;
  background: #fe7c28;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  line-height: 1.57;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.mspo-section .buttons .mspo-button:hover, .mspo-section .buttons .mspo-button:focus, .mspo-section .buttons .mspo-button:active {
  background: #fff;
  color: #fe7c28;
}
.mspo-section .buttons .mspo-button-developers {
  min-width: 232px;
  min-height: 75px;
  color: #fe7c28;
  border: solid 2px #fe7c28;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  line-height: 1.57;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 30px;
}
.mspo-section .buttons .mspo-button-developers:hover, .mspo-section .buttons .mspo-button-developers:focus, .mspo-section .buttons .mspo-button-developers:active {
  background: #fe7c28;
  color: #fff;
}

.playedge-section {
  position: relative;
  width: 100%;
  background: #ffffff;
}
.playedge-section > .container > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.playedge-section > .container > .wrap > .wrap-content {
  position: relative;
  width: 50%;
  margin-left: 60px;
}
.playedge-section > .container > .wrap > .wrap-content > .playedge-section-logo {
  width: 230px;
  height: 61px;
  object-fit: contain;
  margin-bottom: 22px;
}
.playedge-section > .container > .wrap > .wrap-content > .playedge-section-title {
  max-width: 370px;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 19px;
}
.playedge-section > .container > .wrap > .wrap-content > .playedge-section-text {
  max-width: 480px;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 43px;
}
.playedge-section > .container > .wrap > .wrap-content > .playedge-button {
  width: 232px;
  height: 75.7px;
  border-radius: 49.4px;
  background-color: #109eff;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.playedge-section > .container > .wrap > .wrap-image {
  position: relative;
  width: 50%;
  padding-right: 30px;
  height: 690px;
}
.playedge-section > .container > .wrap > .wrap-image > .playedge-section-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: contain;
}

.developers-section {
  position: relative;
  width: 100%;
  background: #354751;
}
.developers-section > .container > .wrap {
  min-height: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.developers-section > .container > .wrap > .wrap-content {
  position: relative;
  width: 50%;
}
.developers-section > .container > .wrap > .wrap-content > .developers-section-logo {
  width: 230px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 34px;
}
.developers-section > .container > .wrap > .wrap-content > .developers-section-title {
  max-width: 375px;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 35px;
}
.developers-section > .container > .wrap > .wrap-content > .developers-section-text {
  max-width: 410px;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 30px;
}
.developers-section > .container > .wrap > .wrap-content > .developers-button {
  width: 265.7px;
  height: 75.7px;
  border-radius: 49.4px;
  background-color: #82c654;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.developers-section > .container > .wrap > .wrap-image {
  position: absolute;
  width: 50%;
  top: 80px;
  bottom: 0;
  right: 0;
  background-image: url(/assets/images/developers-graphic.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-section {
  position: relative;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.team-section .team-section-photo {
  width: 100%;
  height: auto;
}
.team-section .our-team-block {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  top: -90px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  min-height: 252px;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 10%;
}
.team-section .our-team-block .our-team-block-title {
  font-size: 2.5em;
  font-family: "montserrat-light", sans-serif;
  font-weight: 300;
  color: #3c3c3c;
  margin-bottom: 18px;
}
.team-section .our-team-block .our-team-block-text {
  font-family: "montserrat-light", sans-serif;
  font-size: 1.25em;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
.team-section .leadership-team-block {
  position: relative;
  top: -45px;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  display: inline-block;
}
.team-section .leadership-team-block .leadership-team-block-title {
  font-size: 2.5em;
  font-family: "montserrat-light", sans-serif;
  font-weight: 300;
  color: #3c3c3c;
  font-size: 2.25em;
  margin-bottom: 50px;
}
.team-section .team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team-section .team-members .team-member {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-section .team-members .team-member .team-member-photo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 35px;
}
.team-section .team-members .team-member .team-member-name {
  font-family: "montserrat-light", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  color: #323233;
  margin-bottom: 6px;
}
.team-section .team-members .team-member .team-member-role {
  font-family: "montserrat-light", sans-serif;
  text-transform: uppercase;
  color: #666;
  font-size: 0.75em;
  font-weight: 300;
}

.careers-section {
  background: #188ad8;
  min-height: 630px;
  padding: 85px 0 65px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.careers-section .careers-section-about {
  width: 80%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.careers-section .careers-section-title {
  font-size: 2.5em;
  font-family: "montserrat-light", sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.careers-section .careers-section-text {
  font-family: "montserrat-light", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  padding: 0 2em;
}
.careers-section .careers-block {
  width: 80%;
  position: relative;
  margin: 65px auto 0 auto;
  text-align: center;
  display: inline-block;
}
.careers-section .careers-block .career-list-legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 55px;
  border-bottom: solid 1px #4ba4e1;
}
.careers-section .careers-block .career-list-legend .career-list-legend-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  text-align: center;
  color: #a3c7e8;
  text-transform: uppercase;
}
.careers-section .careers-block .career-list .career-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 78px;
  border-bottom: solid 1px #4ba4e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 55px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.careers-section .careers-block .career-list .career-item:last-of-type {
  border-bottom: solid 1px #4ba4e1;
}
.careers-section .careers-block .career-list .career-item:hover, .careers-section .careers-block .career-list .career-item:focus, .careers-section .careers-block .career-list .career-item:active {
  -webkit-box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  background-color: #3096dc;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}
.careers-section .careers-block .career-list .career-list-item-title {
  font-family: "montserrat-light", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.careers-section .careers-block .career-list .career-list-item-location {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  text-align: center;
  color: #a3c7e8;
}
.careers-section .careers-no-openings {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  padding: 32px 10%;
  position: relative;
  margin: 32px auto 0 auto;
  text-align: center;
  display: inline-block;
  border: solid 1px #4ba4e1;
}
.careers-section .careers-no-openings .careers-no-openings-title {
  font-size: 2.5em;
  font-family: "montserrat-light", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.563em;
  line-height: 1.11;
  margin-bottom: 18px;
}
.careers-section .careers-no-openings .careers-no-openings-text {
  font-family: "montserrat-light", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #a3c7e8;
  font-size: 1.125em;
  padding: 0 1.5em;
  margin-bottom: 32px;
}
.careers-section .careers-no-openings .careers-no-openings-button {
  min-width: 232px;
  min-height: 75px;
  color: #fff;
  border: solid 2px #fff;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875em;
  line-height: 1.57;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  font-size: 1.125em;
  min-width: 146px;
  min-height: 48px;
}
.careers-section .careers-no-openings .careers-no-openings-button:hover, .careers-section .careers-no-openings .careers-no-openings-button:focus, .careers-section .careers-no-openings .careers-no-openings-button:active {
  background: #fff;
  color: #109eff;
}

.active {
  display: block;
}

.featured-games {
  position: relative;
  padding: 3em 0 1.5em 0;
  background: #eceff1;
}
.featured-games .site-width {
  width: 84.375em;
  margin: auto;
}
.featured-games .site-width .label {
  padding: 0 0 1em 0;
  font-size: 1.5em;
}
.featured-games .site-width .clipping {
  position: absolute;
  overflow: hidden;
  width: 1350px;
}
.featured-games .site-width .banner-wrap {
  position: relative;
}
.featured-games .site-width .banner-wrap:hover {
  -webkit-transition: box-shadow 0.5s ease;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  -webkit-box-shadow: 0 0 14px #00aeff;
  box-shadow: 0 0 14px #00aeff;
}
.featured-games .site-width .banner-wrap .banner-sizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.featured-games .site-width .banner-wrap .loader {
  position: absolute;
  z-index: 100;
  bottom: -3px;
  height: 6px;
  width: 0%;
  background: #00aeff;
}
.featured-games .site-width .banner-wrap .banner {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
}
.featured-games .site-width .banner-wrap .fade {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.featured-games .site-width .banner-wrap .banner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.3em;
}
.featured-games .site-width .banner-wrap .banner-info .price {
  float: right;
  font-size: 1.5em;
  padding: 1.6em 0.5em 0 0;
  color: #9ced32;
}
.featured-games .site-width .banner-wrap .banner-info .data {
  cursor: pointer;
  width: 30em;
  float: left;
}
.featured-games .site-width .banner-wrap .banner-info .app-icon {
  margin: 0 1.3em 0 0;
  float: left;
}
.featured-games .site-width .banner-wrap .banner-info .app-info {
  padding: 0.6em 0 0 0;
}
.featured-games .site-width .banner-wrap .banner-info .app-info h2 {
  font-size: 1.5em;
  color: #fff;
}

.game-cats {
  background: #eceff1;
  padding-bottom: 1.75em;
}
.game-cats .site-width {
  width: 84.375em;
  margin: auto;
}
.game-cats .site-width .game {
  position: relative;
  cursor: pointer;
}
.game-cats .site-width .game:hover .data {
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  border-color: #00aeff;
}
.game-cats .site-width .game .tooltip-loader {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #00aeff;
  height: 2px;
  left: 0;
  width: 0%;
}
.game-cats .site-width .game .game-developer {
  display: block;
  width: 80%;
  color: #00aeff;
  font-size: 0.75em;
}
.game-cats .site-width .label {
  padding: 0.6em 0 1em 0;
  font-size: 1.5em;
}
.game-cats .site-width .cat-label {
  float: left;
  width: 32.5%;
}
.game-cats .site-width .cat-label.paid {
  margin: 0 1.25%;
}
.game-cats .site-width .data {
  position: relative;
  width: 100%;
  margin-bottom: 0.9em;
  padding: 2%;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 0 #e3e6e8;
  box-shadow: 0 1px 0 #e3e6e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.game-cats .site-width .app-icon {
  margin: 0 1.3em 0 0;
  float: left;
}
.game-cats .site-width .app-info {
  padding: 0.7em 0 0 0;
}
.game-cats .site-width .app-info h2 {
  font-size: 1.125em;
  padding: 0 0 0.2em 0;
  color: #718997;
}
.game-cats .site-width .app-info .price {
  position: absolute;
  font-size: 0.875em;
  right: 1.35em;
  bottom: 1.5em;
  color: #8cc92b;
}
.game-cats .site-width .app-info .star-row img {
  margin: 0 0.2em 0 0;
}

.discover {
  padding: 3.2em;
  background: #00aeff;
  text-align: center;
}
.discover span {
  margin: 0 1.6em 0 0;
  color: #fff;
  font-size: 1.875em;
}
.discover a {
  text-decoration: none;
  padding: 0.95em 1.5em 0.85em 1.5em;
  font-size: 1.5em;
  color: #00aeff;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  white-space: nowrap;
}
.discover a img {
  margin-right: 0.5em;
  margin-top: -3px;
}
.discover a:hover {
  background: #0a6c99;
}
.discover a:active {
  background: #055275;
}

footer.footer {
  font-family: "montserrat-light", sans-serif;
  background: #fbfbfb;
  padding: 2.5em 0;
  width: 100%;
}
footer.footer .footer-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer.footer .footer-links .footer-links-title {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer.footer .footer-links ul li a {
  text-decoration: none;
  color: #4a4a4a;
  display: block;
  font-size: 0.875em;
  margin-bottom: 15px;
}
footer.footer .footer-top {
  margin-bottom: 40px;
}
footer.footer .footer-meta {
  padding-top: 35px;
  border-top: 1px solid #e3e2e2;
  font-size: 0.875em;
  color: #8e9ea9;
}
footer.footer .footer-terms {
  font-family: "montserrat-light", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}
footer.footer .meta a {
  text-decoration: none;
  color: #01affe;
  display: inline-block;
}
footer.footer .the-end .blocks.follow {
  float: right;
  width: 235px;
  margin-top: -0.8em;
  text-align: right;
}
footer.footer .the-end .blocks.follow a {
  margin: 0 5px;
}

.logo-mobile,
.footer-mobile-logo,
.mspo-section-image-tablet,
.apply-button-mobile {
  display: none;
}

.legal-details-page .blocks a {
  color: #2798e2;
  text-decoration: none;
}

.developers-page {
  padding: 0;
  /*
  footer {
  	padding: 3.5em 0;
  	width: 100%;}
  	footer .max {
  		width: 90%;
  		margin: auto;}
  	footer .top {
  		border-bottom: 2px solid #eee;
  		padding-bottom: 3em;
  		margin-bottom: 2.5em;}
  	footer ul {
  		float: left;
  		margin: 0 7em 0 0;}
  	footer ul.first a {
  		font-size: 1.125em;}
  	footer ul a {
  		text-decoration: none;
  		color: #01affe;
  		display: block;
  		font-size: .875em;
  		margin: .5em 0;}
  	footer .right-chunk,
  	footer .left-chunk {
  		float: left;
  		width: 50%;}
  		footer .input-wrap {
  			position: relative;}
  		footer .title {
  			color: #3e4e5c;
  			font-size: 1.125;
  			padding: 0 0 1em 0;}
  		footer .info {
  			color: #8e9ea9;
  			font-size: .875em;
  			padding-bottom: .8em;}
  		footer .tbox {
  			-webkit-box-sizing: border-box;
  			-moz-box-sizing: border-box;
  			box-sizing: border-box;
  			border: 2px solid #e4ebec;
  			width: 100%;
  			border-radius: 3px;
  			-moz-border-radius: 3px;
  			-webkit-border-radius: 3px;
  			-o-border-radius: 3px;
  			font-size: .875em;
  			padding: 1em;}
  		footer .input-wrap .submit {
  			position: absolute;
  			right: 0;
  			top: 0;
  			background: #01affe;
  			text-transform: uppercase;
  			font-weight: 700;
  			font-size: .875em;
  			border-radius: 3px;
  			-moz-border-radius: 3px;
  			-webkit-border-radius: 3px;
  			-o-border-radius: 3px;
  			border: none;
  			color: #fff;
  			padding: 1.125em 2em;}
  	footer .meta {
  		font-size: .875em;
  		color: #8e9ea9;}
  		footer .meta a {
  			text-decoration: none;
  			margin: 1em;
  			color: #01affe;}
  */
}
.developers-page header .devs-stuff {
  display: block;
}
.developers-page header .lg.devs-stuff {
  display: inline-block;
}
.developers-page .subtle {
  display: none;
}
.developers-page .signup-modalpop, .developers-page .login-modalpop {
  display: none;
}
.developers-page .new-login .signup-container input.error {
  background: #ffeeef;
  border: 2px solid #fbb1b6;
  color: #fa7981;
}
.developers-page .signup-container .right div input[disabled] {
  background: #ccc;
}
.developers-page .signup-modalpop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.developers-page .signup-modalpop h3 {
  color: #01affe;
  font-size: 1.5em;
  padding-bottom: 1.7em;
}
.developers-page .signup-container {
  background: #fff;
  padding: 3em 2em;
  width: 40em;
  margin: 5em auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.developers-page .signup-container .small-logo {
  position: relative;
  top: -0.1em;
  margin: 0 0.5em 0 2em;
}
.developers-page .signup-container .right {
  color: #6f828e;
  width: 70%;
}
.developers-page .signup-container .right span {
  font-size: 0.875em;
  padding: 1em 0;
  display: block;
}
.developers-page .signup-container .right a {
  color: #01affe;
  text-align: center;
}
.developers-page .signup-container .right div .btn-blue {
  background: #01affe;
  font-weight: 700;
  padding: 1.2em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 0.85em;
  width: 100%;
}
.developers-page .signup-container .small {
  font-size: 0.75em;
}
.developers-page .signup-container .first {
  float: right;
}
.developers-page .signup-container input[type=text],
.developers-page .signup-container input[type=password],
.developers-page .signup-container input[type=email],
.developers-page .signup-container input[type=number],
.developers-page .signup-container .forgot-password input[type=email] {
  width: 70%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #e4ebec;
  color: #3e4e5c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 0.825em;
  padding: 1.2em;
  margin: 0.86em 0;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.developers-page .signup-container label {
  width: 25%;
  float: left;
  color: #b5c4cd;
  padding-top: 1.45em;
  font-size: 1.125em;
}
.developers-page .login-modalpop {
  position: absolute;
  top: 4em;
  z-index: 999;
  right: 2.5%;
  width: 17.5em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.developers-page .login-modalpop .top {
  padding: 1.25em;
}
.developers-page .login-modalpop label {
  display: block;
  padding-bottom: 0.4em;
  color: #adb4b9;
  font-size: 14px;
  font-weight: 700;
}
.developers-page .login-modalpop .field {
  margin-bottom: 1em;
}
.developers-page .login-modalpop span {
  font-size: 0.75em;
  color: #6f828e;
}
.developers-page .login-modalpop .submit.btn-blue[disabled] {
  margin: 0;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  background: #baccd8;
  font-size: 0.875em;
  float: right;
}
.developers-page .login-modalpop .submit.btn-blue {
  margin: 0;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  background: #01affe;
  font-size: 0.875em;
  float: right;
}
.developers-page .login-modalpop .bottom {
  background: #f5f5f5;
  font-size: 0.75em;
  padding: 1em 1.5em;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}
.developers-page .login-modalpop .bottom a {
  color: #01affe;
}
.developers-page .login-modalpop .bottom a.first {
  float: right;
}
.developers-page .login-modalpop .bottom a:hover {
  color: #059add;
}
.developers-page .login-modalpop input[type=text],
.developers-page .login-modalpop input[type=password],
.developers-page .login-modalpop input[type=email] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #e4ebec;
  color: #3e4e5c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 0.75em;
  padding: 0.5em;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.developers-page .greeting {
  position: relative;
  padding-top: 4em;
  background: #01aefd url("../images/bg-map.jpg") center center no-repeat;
  text-align: center;
}
.developers-page .main-greeting {
  margin-top: -3%;
}
.developers-page .main-greeting h2 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
}
.developers-page .main-greeting a {
  display: block;
  width: 34%;
  margin: 1.6em auto;
  font-size: 1.5em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  text-decoration: none;
  background: #fff;
  padding: 0.65em;
  color: #01aefd;
}
.developers-page .main-greeting a:hover {
  background: #0a6c99;
}
.developers-page .main-greeting a:active {
  background: #055275;
}
.developers-page .greeting .explore {
  position: absolute;
  bottom: 5em;
  color: #fff;
  cursor: pointer;
}
.developers-page .viral {
  position: relative;
  padding: 6.2em 0 4em 0;
}
.developers-page .split {
  position: relative;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.developers-page .split img {
  width: 100%;
}
.developers-page .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.developers-page .text-side h3 {
  font-size: 3em;
  width: 90%;
  padding: 0 0 0.3em 0;
  color: #3e4e5c;
}
.developers-page .text-side p {
  font-size: 1.125em;
  color: #6f828e;
}
.developers-page .text-side.right-side .text {
  padding: 7em 2em 0 6em;
  width: 80%;
}
.developers-page .text-side.left-side .text {
  padding: 7em 6em 0 2em;
  width: 85%;
  float: right;
}
.developers-page .text-side .text p {
  line-height: 1.7;
}
.developers-page .btn-blue {
  background: #279ce7;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  padding: 0.6em 1em;
  display: inline-block;
  margin: 1.5em 0;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.developers-page .purple {
  border: 2px solid transparent;
  background: #7871db;
}
.developers-page .purple:hover {
  color: #7871db;
  background: transparent;
  border: 2px solid #7871db;
}
.developers-page .purple:active {
  background: #645dcb;
}
.developers-page .green {
  border: 2px solid transparent;
  background: #3db39e;
}
.developers-page .green:hover {
  background: transparent;
  color: #3db39e;
  border: 2px solid #3db39e;
}
.developers-page .green:active {
  color: #fff;
  background: #2da18c;
}
.developers-page .yellow {
  border: 2px solid transparent;
  background: #efc75e;
}
.developers-page .yellow:hover {
  background: transparent;
  color: #efc75e;
  border: 2px solid #efc75e;
}
.developers-page .yellow:active {
  background: #dbb248;
}
.developers-page .blue {
  border: 2px solid transparent;
}
.developers-page .blue:hover {
  background: transparent;
  color: #279ce7;
  border: 2px solid #279ce7;
}
.developers-page .blue:active {
  color: #fff;
  background: #0097db;
}
.developers-page .btn-blue.yellow, .developers-page .btn-blue.blue, .developers-page .btn-blue.purple, .developers-page .btn-blue.green {
  font-weight: 700;
  padding: 0.9em 1.5em;
  font-size: 0.875em;
}
.developers-page .purple-bar {
  padding: 1.5em;
  color: #fff;
  text-align: center;
  font-size: 1.125em;
  background: #7871db;
}
.developers-page .purple-bar img {
  margin-right: 1em;
}
.developers-page .dash {
  background: #2b3b45;
  position: relative;
  padding: 4.7em 0 0 0;
}
.developers-page .dash .text-side h3,
.developers-page .local .text-side h3 {
  color: #ffffff;
}
.developers-page .monetize {
  position: relative;
  padding: 3em 0 4.5em 0;
}
.developers-page .monetize .text-side.right-side .text {
  padding-top: 6em;
}
.developers-page .local .text-side h3,
.developers-page .dash .text-side h3 {
  width: 100%;
}
.developers-page .local {
  background: #2b3b45;
  position: relative;
  padding: 5em 0 0 0;
}
.developers-page .local .text-side.left-side .text {
  padding-top: 2.9em;
}
.developers-page .dash .text-side .text {
  padding-top: 6.4em;
}
.developers-page .top-developers {
  background: #01affe;
  padding: 2em 0 3.15em 0;
}
.developers-page .top-developers h4 {
  color: #fff;
  text-align: center;
  font-size: 1.875em;
  padding: 1em 0 1.5em 0;
}
.developers-page .top-developers .dev-logo-wrap {
  max-width: 2440px;
  text-align: center;
  margin: auto;
}
.developers-page .top-developers .block {
  padding: 3em 5.5em;
  background: #039ce3;
  margin: 0.9em;
  display: inline-block;
}
.developers-page .forgot-password {
  padding: 8em 0;
  border-bottom: 2px solid #e9e9e9;
  background: #f5f5f5;
}
.developers-page .forgot-password .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 4em 5em;
  width: 34em;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.developers-page .forgot-password .container h2 {
  color: #01affe;
  font-size: 1.5em;
  padding-bottom: 1em;
}
.developers-page .forgot-password .container a {
  font-size: 0.7em;
  color: #01affe;
}
.developers-page .forgot-password .container .info {
  color: #8e9ea9;
  font-size: 0.875em;
  padding-bottom: 2em;
}
.developers-page .forgot-password .container input[type=email] {
  width: 100%;
  float: none;
}
.developers-page .forgot-password .submit {
  width: 100%;
  text-align: center;
  background: #01affe;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border: none;
  color: #fff;
  margin-bottom: 2em;
  padding: 1.125em 2em;
}
.developers-page .active {
  color: #fff;
}
.developers-page .error-message {
  position: absolute;
  z-index: 5;
  top: 5em;
  padding: 1em 0;
  text-align: center;
  width: 100%;
  background: #fff;
  color: #01affe;
}

@media screen and (max-width: 1400px) {
  .viral .text {
    padding-top: 4em !important;
  }

  .dash .text {
    padding-top: 3em !important;
  }

  .monetize .text {
    padding-top: 2em !important;
  }

  .local .text {
    padding-top: 1em !important;
  }

  footer ul {
    margin-right: 4em;
  }
}
/* **about page */
nav.company-subnav {
  padding-top: 68px;
  position: relative;
  z-index: 200;
  margin-top: 0.15em;
  margin-left: 0.85em;
}
nav.company-subnav ul li {
  padding: 0 0.8em;
  display: inline-block;
}
nav.company-subnav ul li a {
  display: inline-block;
  font-size: 0.875em;
  padding: 1em 0 0.6em 0.2em;
  color: #6b818c;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
nav.company-subnav ul li a.active {
  border-bottom: 0.188em solid #6b818c;
}

/*about slider styles */
.about-slider {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 572px;
  background: #eff1f2;
}
.about-slider .pagination {
  position: absolute;
  z-index: 99999;
  left: 48%;
  bottom: 2%;
}
.about-slider .pagination .swiper-pagination-switch {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  background: #b2c2cd;
  margin: 0 0.2em;
  z-index: 9999;
}
.about-slider .pagination .swiper-active-switch {
  top: 0.2em;
  background: none;
  border: 3px solid #b2c2cd;
}
.about-slider .max-content-width {
  height: 572px;
}
.about-slider .swiper-wrapper {
  position: relative;
}
.about-slider .swiper-wrapper li {
  width: 100%;
  height: 572px;
}
.about-slider .swiper-wrapper .slide-1,
.about-slider .swiper-wrapper .slide-2,
.about-slider .swiper-wrapper .slide-3 {
  background: url(../images/about-slider-bg.jpg) no-repeat 0em top;
}
.about-slider .swiper-wrapper .slide-1 .phone,
.about-slider .swiper-wrapper .slide-2 .phone,
.about-slider .swiper-wrapper .slide-3 .phone {
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: 6.113em;
  bottom: 2.5em;
}
.about-slider .swiper-wrapper .slide-1 .controller,
.about-slider .swiper-wrapper .slide-2 .controller,
.about-slider .swiper-wrapper .slide-3 .controller {
  position: absolute;
  z-index: 3;
  opacity: 0;
  bottom: 0.15em;
  margin-left: -600px;
  *margin-left: 0;
}
.about-slider .swiper-wrapper .slide-1 .slide-content,
.about-slider .swiper-wrapper .slide-2 .slide-content,
.about-slider .swiper-wrapper .slide-3 .slide-content {
  width: 29.75em;
  float: right;
  margin-right: 0.75em;
  margin-top: 10.75em;
}
.about-slider .swiper-wrapper .slide-1 .slide-content .btn-blue,
.about-slider .swiper-wrapper .slide-2 .slide-content .btn-blue,
.about-slider .swiper-wrapper .slide-3 .slide-content .btn-blue {
  font-size: 0.875em;
  margin: 1em 0 0 0.5em;
  padding: 0.6em 1.2em;
}
.about-slider .swiper-wrapper .slide-1 .slide-content p,
.about-slider .swiper-wrapper .slide-2 .slide-content p,
.about-slider .swiper-wrapper .slide-3 .slide-content p {
  font-size: 2.063em;
  font-weight: 200;
  color: #6e7880;
}
.about-slider .swiper-wrapper .slide-1 .slide-content h2,
.about-slider .swiper-wrapper .slide-2 .slide-content h2,
.about-slider .swiper-wrapper .slide-3 .slide-content h2 {
  color: #263a49;
  line-height: 1.2;
  font-size: 4.875em;
}
.about-slider .swiper-wrapper .slide-1 .claro,
.about-slider .swiper-wrapper .slide-1 .weplay,
.about-slider .swiper-wrapper .slide-2 .claro,
.about-slider .swiper-wrapper .slide-2 .weplay,
.about-slider .swiper-wrapper .slide-3 .claro,
.about-slider .swiper-wrapper .slide-3 .weplay {
  position: absolute;
  top: 6em;
}
.about-slider .swiper-wrapper .slide-1 .lion,
.about-slider .swiper-wrapper .slide-2 .lion,
.about-slider .swiper-wrapper .slide-3 .lion {
  position: absolute;
  top: 0;
}
.about-slider .swiper-wrapper .slide-1 .slide-content {
  margin-top: 9em;
}
.about-slider .swiper-wrapper .slide-2 .slide-content h2 {
  font-size: 3.3em;
}
.about-slider .swiper-wrapper .slide-3 .slide-content {
  width: 33em;
  margin-right: -3em;
}
.about-slider .swiper-wrapper .slide-3 .slide-content h2 {
  font-size: 3em;
}

.about-us {
  position: relative;
  z-index: 499;
  height: 550px;
  background: #273c4c url(../images/about-bg.jpg) no-repeat center;
}
.about-us .section-title {
  padding: 7.463em 0 0.5em 0;
  letter-spacing: 1px;
  color: #a9e23a;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase;
}
.about-us h2 {
  color: #fff;
  text-align: center;
  font-size: 2.563em;
  font-weight: 200;
}
.about-us .two-col {
  width: 46%;
  padding-top: 3.963em;
  float: left;
  margin-right: 7%;
  color: #c7e7fc;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7;
}
.about-us .two-col.last {
  margin-right: 0;
}

.news {
  position: relative;
  z-index: 100;
  padding: 3.438em 0;
  background: #fff;
}
.news .max-content-width {
  position: relative;
}
.news h2 {
  color: #778087;
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 0.9em;
}
.news ul {
  width: 22%;
  float: left;
  margin-right: 3%;
  font-size: 0.875em;
}
.news ul.last {
  margin-right: 0;
}
.news ul li {
  padding: 1em 0;
  border-bottom: 2px solid #dde4e8;
}
.news ul li p img {
  display: none;
}
.news ul li.first {
  border-bottom: 2px solid #bac7d0;
  margin-bottom: 1.35em;
  cursor: pointer;
}
.news ul li h3 {
  position: relative;
  color: #263a49;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.news ul li .arrow {
  width: 25px;
  height: 25px;
  float: right;
  display: none;
  background: url(../images/sprite-master.png) no-repeat -195px -350px;
  margin-top: 9px;
}
.news ul li a {
  color: #2798e2;
  text-decoration: none;
  line-height: 1.5;
  padding-bottom: 0.25em;
}
.news ul li a:hover {
  text-decoration: underline;
}
.news ul li p {
  color: #747f87;
}

/* **press page */
.press-page .video-container-wrap {
  position: fixed;
  z-index: 499;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-opacity-box.png);
}
.press-page .video-wrap {
  position: relative;
  width: 950px;
  margin: auto;
}
.press-page .video-container {
  text-align: center;
  position: relative;
  top: 255px;
}
.press-page .close-video {
  position: absolute;
  z-index: 499;
  right: -13px;
  top: 217px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url(../images/sprite-master.png) no-repeat -200px -300px;
}
.press-page .press-banner {
  background: #283e4e url(../images/press-banner-bg.jpg) no-repeat center center;
}
.press-page .press-banner a {
  text-decoration: none;
  color: #2798e2;
}
.press-page .press-banner img {
  position: relative;
  opacity: 0;
  *opacity: 1;
}
.press-page .press-banner .text-box {
  position: relative;
  width: 30em;
  padding-top: 3.9em;
}
.press-page .press-banner .text-box p {
  font-size: 0.75em;
  color: #5f7580;
  font-weight: 600;
  text-transform: uppercase;
}
.press-page .press-banner .text-box h2 {
  color: #a7e043;
  font-size: 1.875em;
  font-weight: 200;
  text-transform: capitalize;
  padding: 0.25em 0 0 0;
}
.press-page .press-banner .text-box h4 {
  color: #aabcc8;
  font-size: 1em;
  font-weight: 400;
  padding: 1.25em 0 2.15em 0;
}
.press-page .press-banner .text-box a.read-more {
  color: #4ca3e3;
  text-transform: capitalize;
  text-decoration: none;
}
.press-page .press-banner .text-box a.read-more:hover {
  text-decoration: underline;
}
.press-page .news-and-events {
  padding-top: 65px;
}
.press-page .news-and-events .archive {
  color: #2798e2;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  margin-top: 2em;
}
.press-page .news-and-events .in-the-news .date-source-date,
.press-page .news-and-events .upcoming-events .date-source-date {
  position: relative;
  margin-right: 90px;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #666666;
  font-family: "montserrat-light", sans-serif;
}
.press-page .news-and-events .in-the-news h2,
.press-page .news-and-events .upcoming-events h2 {
  font-family: "montserrat-light", sans-serif;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #323233;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.press-page .news-and-events .in-the-news.recent-videos span,
.press-page .news-and-events .upcoming-events.recent-videos span {
  background-position: -800px -440px;
}
.press-page .news-and-events .in-the-news.recent-videos:hover h2,
.press-page .news-and-events .upcoming-events.recent-videos:hover h2 {
  color: #2798e2;
}
.press-page .news-and-events .in-the-news.recent-videos:hover span,
.press-page .news-and-events .upcoming-events.recent-videos:hover span {
  background-position: -850px -440px;
}
.press-page .news-and-events .in-the-news li,
.press-page .news-and-events .upcoming-events li {
  -webkit-transition: background 0.35s ease-in-out;
  -moz-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  padding: 1em;
  border-top: 1px solid #c2cad4;
  cursor: pointer;
}
.press-page .news-and-events .in-the-news li .img-wrap,
.press-page .news-and-events .upcoming-events li .img-wrap {
  width: 30%;
  max-width: 195px;
  text-align: center;
  margin-right: 2em;
  padding: 0;
}
.press-page .news-and-events .in-the-news li img.inside,
.press-page .news-and-events .upcoming-events li img.inside {
  width: 90%;
}
.press-page .news-and-events .in-the-news .text-box,
.press-page .news-and-events .upcoming-events .text-box {
  width: 70%;
  width: calc(100% - 230px);
  padding: 1.1em 0 0 0;
}
.press-page .news-and-events .in-the-news .text-box h3,
.press-page .news-and-events .upcoming-events .text-box h3 {
  text-transform: capitalize;
  font-family: "montserrat-light", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: normal;
  color: #383838;
  text-align: left;
  margin-bottom: 22px;
}
.press-page .news-and-events .in-the-news .text-box .date-source,
.press-page .news-and-events .upcoming-events .text-box .date-source {
  font-size: 14px;
  color: #aabcc8;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 0.25em 0;
  margin-bottom: 50px;
  text-align: left;
  font-family: "montserrat-light", sans-serif;
}
.press-page .news-and-events .in-the-news .text-box .date-source a,
.press-page .news-and-events .upcoming-events .text-box .date-source a {
  display: inline-block;
  text-decoration: none;
  color: #2798e2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #23a2ee;
}
.press-page .news-and-events .upcoming-events {
  width: 18.125em;
}
.press-page .news-and-events .upcoming-events a {
  display: block;
  text-decoration: none;
  color: #2798e2;
  padding: 0.1em 0 0.5em 0;
}
.press-page .news-and-events .upcoming-events p {
  color: #747f87;
  font-size: 1em;
}
.press-page .news-and-events .recent-videos {
  width: 18.125em;
  margin-bottom: 30px;
}
.press-page .news-and-events .recent-videos img {
  margin-right: 10px;
}
.press-page .news-and-events .recent-videos a {
  display: block;
  text-decoration: none;
  color: #2798e2;
  padding: 0.1em 0 0.5em 0;
}
.press-page .news-and-events .recent-videos p {
  color: #747f87;
  font-size: 1em;
}

/* **press details page */
.press-details-page .max-content-width .white-box {
  width: 100%;
}
.press-details-page .max-content-width .white-box img {
  width: 6em;
  margin-right: 0.5em;
}
.press-details-page .max-content-width .white-box span {
  position: relative;
  top: 1.2em;
  width: 30px;
  height: 30px;
  margin: 20px 0.25em 10px 30px;
  display: inline-block;
  background: url(../images/sprite-master.png) no-repeat;
  background-position: -250px -295px;
}
.press-details-page .max-content-width .white-box h2 {
  position: relative;
  color: #263a49;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.875em;
  top: 3px;
  padding: 0 0 2em 0;
  letter-spacing: 0.1em;
}
.press-details-page .max-content-width .white-box .news-list {
  width: 90%;
  padding: 20px;
  margin: auto;
  border-top: 1px solid #d8dfe2;
}
.press-details-page .max-content-width .white-box .news-list .left {
  width: 80%;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2798e2;
}
.press-details-page .max-content-width .white-box .news-list .right {
  font-size: 12px;
  font-weight: 600;
  color: #aabcc8;
  margin-top: 2.3em;
  text-transform: uppercase;
}
.press-details-page .max-content-width .white-box a {
  color: #2798e2;
  text-decoration: none;
}

/* **team page */
.team-page .team-banner {
  background: #283e4e url(../images/press-banner-bg.jpg) no-repeat center center;
  padding-top: 3.25em;
}
.team-page .team-banner img {
  position: relative;
  width: 21.188em;
}
.team-page .team-banner .text-box {
  position: relative;
  width: 32em;
  padding: 2.7em 0;
  margin: auto;
  text-align: center;
}
.team-page .team-banner .text-box p {
  color: #a7e043;
  font-size: 1.711em;
  font-weight: 200;
  margin-bottom: -0.135em;
}
.team-page .team-banner .text-box h3 {
  color: #fff;
  font-size: 3.75em;
  font-weight: 200;
  text-transform: capitalize;
}
.team-page .team-banner .text-box h4 {
  color: #aabcc8;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0 2.45em 0;
}
.team-page .team-banner .text-box a.read-more {
  color: #4ca3e3;
  text-transform: capitalize;
  text-decoration: none;
}
.team-page .team-banner .text-box a.read-more:hover {
  text-decoration: underline;
}
.team-page .management-team {
  background: #eff1f2;
  padding-bottom: 2.5em;
}
.team-page .management-team .max-content-width {
  width: 782px;
}
.team-page .management-team .section-title {
  text-align: center;
  font-size: 1.875em;
  padding: 1.25em 0 0.6em 0;
}
.team-page .management-team .team-member-wrap {
  float: left;
  width: 215px;
  padding: 1.1em 0.9em;
  cursor: pointer;
  text-decoration: none;
}
.team-page .management-team .team-member-wrap:hover h2 {
  color: #18262f;
}
.team-page .management-team .team-member-wrap h2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #898e91;
  font-weight: 400;
  font-size: 0.875em;
  text-align: center;
  padding-top: 0.5em;
  text-transform: uppercase;
}
.team-page .management-team .team-member-wrap h3 {
  color: #aabcc8;
  font-weight: 400;
  font-size: 0.75em;
  text-align: center;
  text-transform: uppercase;
}
.team-page .board-members-and-locations {
  padding: 2.75em 0 5.65em 0;
}
.team-page .board-members-and-locations .max-content-width {
  width: 62.65em;
}
.team-page .board-members-and-locations h3 {
  font-size: 1.875em;
  color: #263a49;
  text-transform: capitalize;
}
.team-page .board-members-and-locations ul {
  margin-top: 1.3em;
}
.team-page .board-members-and-locations li {
  border-bottom: 1px solid #d8dfe2;
}
.team-page .board-members-and-locations li.last {
  border: none;
}
.team-page .board-members-and-locations li a {
  display: block;
  color: #279ce7;
  font-size: 1.125em;
  font-weight: 200;
  padding: 0.6em 0;
  text-decoration: none;
}
.team-page .board-members-and-locations li a:hover {
  text-decoration: underline;
}
.team-page .board-members-and-locations .office-locations {
  width: 500px;
  margin: auto;
}
.team-page .board-members-and-locations .office-locations h3 {
  text-align: center;
}
.team-page .board-members-and-locations .office-locations .office-location-map {
  position: relative;
  width: 500px;
  height: 300px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .map {
  position: relative;
  margin: 2em 0 0 -0.7em;
}
.team-page .board-members-and-locations .office-locations .office-location-map .dots {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  padding: 5px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .dots.sfsj {
  top: 153px;
  left: 47px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .dots.ny {
  top: 148px;
  left: 116px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .dots.uk {
  top: 127px;
  left: 214px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .dots.brz {
  top: 249px;
  left: 149px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .dots.chi {
  top: 145px;
  left: 375px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .tooltip {
  position: absolute;
  z-index: 5;
  background: #aabcc8;
  color: #fff;
  font-size: 0.688em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .tooltip img {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -10px;
}
.team-page .board-members-and-locations .office-locations .office-location-map .tooltip .line {
  padding-top: 4px;
  margin-top: 5px;
  text-align: center;
  border-top: 1px solid #8299a8;
}

.team-details-page,
.legal-details-page,
.press-details-page {
  font-family: "montserrat-light", sans-serif;
}
.team-details-page .breadcrumb,
.legal-details-page .breadcrumb,
.press-details-page .breadcrumb {
  position: relative;
  z-index: 10;
  color: #2798e2;
  margin-bottom: 50px;
}
.team-details-page .breadcrumb .back-link,
.legal-details-page .breadcrumb .back-link,
.press-details-page .breadcrumb .back-link {
  font-family: "montserrat-light", sans-serif;
  color: #2798e2;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
.team-details-page .breadcrumb .arrow,
.legal-details-page .breadcrumb .arrow,
.press-details-page .breadcrumb .arrow {
  position: relative;
  display: inline-block;
  background: url(../images/left-arrow.svg) no-repeat;
  background-size: cover;
  width: 29px;
  height: 28px;
  top: 6px;
  margin-right: 6px;
}
.team-details-page .content-box,
.legal-details-page .content-box,
.press-details-page .content-box {
  text-align: left;
  margin-top: 50px;
  font-family: "montserrat-light", sans-serif;
}
.team-details-page .content-box .legal-title,
.legal-details-page .content-box .legal-title,
.press-details-page .content-box .legal-title {
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #383838;
  margin-bottom: 12px;
}
.team-details-page .content-box h3,
.legal-details-page .content-box h3,
.press-details-page .content-box h3 {
  color: #263a49;
  font-size: 1.875em;
}
.team-details-page .content-box h4,
.legal-details-page .content-box h4,
.press-details-page .content-box h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 34px;
}
.team-details-page .content-box h5,
.legal-details-page .content-box h5,
.press-details-page .content-box h5 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
  margin-bottom: 34px;
  text-align: left;
}
.team-details-page .content-box .feature,
.legal-details-page .content-box .feature,
.press-details-page .content-box .feature {
  padding: 0 0 2em 0;
}
.team-details-page .content-box .lowPar,
.legal-details-page .content-box .lowPar,
.press-details-page .content-box .lowPar {
  color: #788c97;
  font-size: 1.125em;
  line-height: 1.4;
  padding: 0 3.438em 1.65em 3.438em;
}
.team-details-page .team-menu,
.team-details-page .legal-menu,
.legal-details-page .team-menu,
.legal-details-page .legal-menu,
.press-details-page .team-menu,
.press-details-page .legal-menu {
  position: relative;
  opacity: 0;
  *opacity: 1;
  right: -35px;
  float: right;
  width: 26%;
  margin-top: 135px;
  font-weight: 200;
}
.team-details-page .team-menu ul,
.team-details-page .legal-menu ul,
.legal-details-page .team-menu ul,
.legal-details-page .legal-menu ul,
.press-details-page .team-menu ul,
.press-details-page .legal-menu ul {
  padding-bottom: 1.8em;
}
.team-details-page .team-menu li,
.team-details-page .legal-menu li,
.legal-details-page .team-menu li,
.legal-details-page .legal-menu li,
.press-details-page .team-menu li,
.press-details-page .legal-menu li {
  padding: 0.3em 0;
}
.team-details-page .team-menu a,
.team-details-page .legal-menu a,
.legal-details-page .team-menu a,
.legal-details-page .legal-menu a,
.press-details-page .team-menu a,
.press-details-page .legal-menu a {
  color: #279ce7;
  text-decoration: none;
  font-size: 0.875em;
}
.team-details-page .team-menu a:hover,
.team-details-page .legal-menu a:hover,
.legal-details-page .team-menu a:hover,
.legal-details-page .legal-menu a:hover,
.press-details-page .team-menu a:hover,
.press-details-page .legal-menu a:hover {
  text-decoration: underline;
}
.team-details-page .team-menu p,
.team-details-page .legal-menu p,
.legal-details-page .team-menu p,
.legal-details-page .legal-menu p,
.press-details-page .team-menu p,
.press-details-page .legal-menu p {
  font-size: 0.875em;
  color: #788c97;
}
.team-details-page .team-menu h4,
.team-details-page .legal-menu h4,
.legal-details-page .team-menu h4,
.legal-details-page .legal-menu h4,
.press-details-page .team-menu h4,
.press-details-page .legal-menu h4 {
  font-size: 1.875em;
  font-weight: 200;
  text-transform: capitalize;
  padding-bottom: 0.3em;
}

/* **careers page */
.careers-page .careers-banner {
  background: #283e4e url(../images/careers-banner-bg.jpg) no-repeat center center;
  padding: 8.25em 0;
}
.careers-page .careers-banner img {
  position: relative;
  width: 21.188em;
}
.careers-page .careers-banner .text-box {
  position: relative;
  width: 32em;
  padding: 2.7em 0;
  margin: auto;
  text-align: center;
}
.careers-page .careers-banner .text-box p {
  color: #a7e043;
  font-size: 1.711em;
  font-weight: 200;
  margin-bottom: -0.135em;
}
.careers-page .careers-banner .text-box h3 {
  color: #fff;
  font-size: 3.75em;
  font-weight: 200;
  text-transform: capitalize;
}
.careers-page .careers-banner .text-box .icons {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 85px;
  height: 69px;
  background: url(../images/sprite-master.png) no-repeat -100px -440px;
}
.careers-page .careers-banner .text-box .icons.gamers {
  background-position: -500px -431px;
}
.careers-page .careers-banner .text-box .icons.designers {
  background-position: -277px -427px;
}
.careers-page .careers-banner .text-box .icons.coders {
  background-position: -400px -440px;
}
.careers-page .careers-banner .text-box .icons.coffee {
  background-position: -85px -427px;
}
.careers-page .careers-banner .text-box .icons.thinkers {
  background-position: -170px -436px;
}
.careers-page .careers-banner .text-box h4 {
  color: #aabcc8;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0 2.45em 0;
}
.careers-page .careers-banner .text-box .btn-blue {
  width: 110px;
  font-size: 0.906em;
  margin: auto;
}
.careers-page .photo-stream {
  position: relative;
  width: 5000px;
  margin: auto;
  background: #283e4e;
  margin-left: -500px;
}
.careers-page .photo-stream.second {
  margin-left: -300px;
}
.careers-page .photo-stream img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
  float: left;
}
.careers-page .photo-stream img:hover {
  opacity: 1;
}
.careers-page .employee-quotes {
  background: #eff1f2;
  padding: 3em 0;
  text-align: center;
}
.careers-page .employee-quotes h2 {
  font-size: 1.875em;
  color: #263a49;
}
.careers-page .employee-quotes .quotes-slide {
  height: 400px;
  width: 100%;
  margin: auto;
}
.careers-page .employee-quotes .slider {
  margin: auto;
}
.careers-page .employee-quotes .slider .employee-quotes-slider_nav {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/sprite-master.png) no-repeat;
  cursor: pointer;
}
.careers-page .employee-quotes .slider .employee-quotes-slider_nav.prev {
  background-position: -595px -301px;
  left: 0;
  top: 10em;
}
.careers-page .employee-quotes .slider .employee-quotes-slider_nav.next {
  background-position: -595px -352px;
  right: 0;
  top: 10em;
}
.careers-page .employee-quotes .slider img {
  padding: 1.8em 0 2.1em 0;
}
.careers-page .employee-quotes .slider p.quote {
  color: #9ba6ae;
  font-weight: 200;
  font-size: 1.75em;
  padding-bottom: 1.15em;
}
.careers-page .employee-quotes .slider p.author {
  font-size: 0.875em;
  color: #273d4d;
}
.careers-page .employee-quotes .slider .job {
  color: #9ba6ae;
}
.careers-page .employee-quotes .slider span.start {
  position: relative;
  top: -13px;
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/careers-quote-start.png) no-repeat;
}
.careers-page .employee-quotes .slider span.end {
  position: relative;
  top: -13px;
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/careers-quote-end.png) no-repeat;
}
.careers-page .our-culture {
  padding: 3.85em 0 0 0;
}
.careers-page .our-culture .text-box {
  width: 24.25em;
  margin-right: 2em;
}
.careers-page .our-culture .text-box h2 {
  font-size: 1.875em;
  color: #263a49;
  padding-bottom: 0.5em;
}
.careers-page .our-culture .text-box h4 {
  line-height: 1.5;
  color: #747f87;
  font-weight: 400;
  font-size: 0.938em;
  padding-bottom: 1.6em;
}
.careers-page .our-culture .slide-show {
  width: 33.75em;
  margin-top: 0.5em;
  text-align: center;
}
.careers-page .our-culture .slide-show .culture-slider_tabs {
  position: relative;
  display: block;
  padding-bottom: 3.75em;
  top: 1.75em;
}
.careers-page .our-culture .slide-show .culture-slider_tabs li {
  display: inline;
}
.careers-page .our-culture .slide-show .culture-slider_tabs li a {
  display: inline-block;
  width: 10px;
  background: #ccc;
  height: 10px;
  margin: 0 0.2em;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  text-indent: -9999px;
}
.careers-page .our-culture .slide-show .culture-slider_tabs li.culture-slider_here a {
  position: relative;
  top: 3px;
  margin: 0;
  background: #fff;
  border: 3px solid #ccc;
}
.careers-page .perks .max-content-width {
  border-top: 1px solid #ccc;
  padding: 1.5em 1.5em 3.35em 1.5em;
}
.careers-page .perks h2 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1em 0;
}
.careers-page .perks ul {
  width: 30%;
  margin-right: 4.25%;
}
.careers-page .perks ul.last {
  margin-right: 0;
}
.careers-page .perks ul li {
  padding: 0.225em 0;
  color: #8a9399;
  font-size: 0.938em;
}
.careers-page .perks ul li.last {
  margin-right: none;
}
.careers-page .perks ul li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  background: url(../images/sprite-master.png) no-repeat;
}
.careers-page .perks ul li span.health {
  background-position: -450px -295px;
}
.careers-page .perks ul li span.life {
  background-position: -448px -350px;
}
.careers-page .perks ul li span.equity {
  background-position: -450px -394px;
}
.careers-page .perks ul li span.retirement {
  background-position: -500px -300px;
}
.careers-page .perks ul li span.pto {
  background-position: -500px -350px;
}
.careers-page .perks ul li span.social {
  background-position: -500px -395px;
}
.careers-page .perks ul li span.holidays {
  background-position: -550px -298px;
}
.careers-page .perks ul li span.kitchen {
  background-position: -547px -345px;
}
.careers-page .perks ul li span.food {
  background-position: -550px -400px;
}
.careers-page .job-openings {
  padding: 4em 0 2.45em 0;
  background: #eff1f2;
}
.careers-page .job-openings h2 {
  font-size: 1.875em;
  color: #263a49;
  padding-bottom: 0.5em;
}
.careers-page .job-openings ul {
  width: 100%;
  margin-right: 2.563em;
  padding: 2em 0;
}
.careers-page .job-openings ul li {
  position: relative;
  float: left;
  width: 16em;
  padding: 1.25em;
  background: #fff;
  margin: 0 2.6em 2em 0;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  height: 275px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.careers-page .job-openings ul li:hover .card-footer {
  border-top: 1px solid #279ce7;
  color: #2798e2;
}
.careers-page .job-openings ul li:hover .card-footer .arrow {
  background-position: -800px -50px;
}
.careers-page .job-openings ul li:nth-child(3) {
  margin-right: 0;
}
.careers-page .job-openings ul li:nth-child(6) {
  margin-right: 0;
}
.careers-page .job-openings ul li:nth-child(9) {
  margin-right: 0;
}
.careers-page .job-openings ul li:nth-child(12) {
  margin-right: 0;
}
.careers-page .job-openings ul li a {
  color: #2798e2;
  font-size: 1.125em;
  text-decoration: none;
  display: block;
  padding: 0 0 0.25em 0;
}
.careers-page .job-openings ul li a:hover {
  text-decoration: underline;
}
.careers-page .job-openings ul li p {
  color: #747f87;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
}
.careers-page .job-openings ul li span {
  display: block;
  color: #a0b0ba;
  min-height: 140px;
  font-size: 0.875em;
  padding: 1.95em 0;
}
.careers-page .job-openings ul li .card-footer {
  position: absolute;
  bottom: 1.7em;
  width: 86%;
  border-top: 1px solid #e8e8e8;
  color: #a0b0ba;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.5em 0 0 0;
}
.careers-page .job-openings ul li .arrow {
  position: absolute;
  right: 0;
  width: 10px;
  height: 17px;
  background: url(../images/sprite-master.png) no-repeat -750px -50px;
}

.careers-details-page {
  background: #fff;
}
.careers-details-page .modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.8);
}
.careers-details-page .apply-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  color: #383838;
  font-weight: 200;
  background: #fff;
  font-family: "montserrat-light", sans-serif;
  text-decoration: none;
  font-size: 1.875em;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  min-width: 198px;
  max-width: 518px;
  height: auto;
  padding: 20px 72px 45px 72px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.careers-details-page .apply-form .close {
  display: inline-block;
  position: absolute;
  top: -30px;
  right: -35px;
  width: 25px;
  height: 22px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.careers-details-page .apply-form .close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.careers-details-page .apply-form .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 0;
}
.careers-details-page .apply-form .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
}
.careers-details-page .apply-form .apply-form-title {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #323233;
}
.careers-details-page .apply-form form {
  position: relative;
}
.careers-details-page .apply-form input[type=text],
.careers-details-page .apply-form textarea {
  font-family: "montserrat-light", sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  max-width: 370px;
  width: 100%;
  height: 63px;
  margin: 30px auto;
  padding: 0.65em;
  color: #999;
  border: solid 1px #999;
}
.careers-details-page .apply-form input[type=text]:focus,
.careers-details-page .apply-form textarea:focus {
  color: #383838;
  border-color: #23a2ee;
}
.careers-details-page .apply-form ::-webkit-input-placeholder {
  color: #999;
}
.careers-details-page .apply-form :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.careers-details-page .apply-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.careers-details-page .apply-form :-ms-input-placeholder {
  color: #999;
}
.careers-details-page .apply-form .parsley-error {
  border: 2px solid #b71c1c !important;
}
.careers-details-page .apply-form input[type=text].change-me {
  margin-bottom: 5px;
}
.careers-details-page .apply-form textarea {
  min-height: 135px;
  margin-top: 25px;
  font-family: "montserrat-light", sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.careers-details-page .apply-form .submit {
  position: relative;
  z-index: 50;
  width: 100%;
  cursor: pointer;
  color: #fff;
  padding: 10px 15px;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  max-width: 212px;
  height: 57px;
  opacity: 0.5;
  border-radius: 50px;
  background-color: #23a2ee;
  text-transform: capitalize;
}
.careers-details-page .apply-form .submit:hover {
  opacity: 1;
  background: #229feb;
}
.careers-details-page .apply-form .submit:active {
  opacity: 1;
  background: #229feb;
}
.careers-details-page .apply-form .file-types {
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #383838;
}
.careers-details-page .apply-form .upload {
  position: absolute;
  width: 26px;
  height: 22px;
  right: 20px;
  cursor: pointer;
  margin-top: -45px;
  background: url(../images/sprite-master.png) no-repeat -697px -47px;
}
.careers-details-page .apply-form .trick-input {
  position: absolute;
  right: 0;
  width: 100%;
  margin-top: -70px;
  height: 63px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.careers-details-page .breadcrumb {
  position: relative;
  color: #2798e2;
  margin-bottom: 50px;
}
.careers-details-page .breadcrumb .all-listings {
  font-family: "montserrat-light", sans-serif;
  color: #2798e2;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  float: left;
}
.careers-details-page .breadcrumb .arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/left-arrow.svg) no-repeat;
  background-size: cover;
  top: 6px;
  margin-right: 15px;
}
.careers-details-page .breadcrumb .apply-link {
  font-family: "montserrat-light", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 173px;
  min-height: 58px;
  background-color: #229feb;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px 12px 10px;
  position: absolute;
  top: 5px;
  right: 0;
}
.careers-details-page .breadcrumb .alert {
  margin-bottom: 1em;
  background: #2798e2;
  padding: 1em;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
}
.careers-details-page .content-box {
  text-align: left;
  margin-top: 50px;
}
.careers-details-page .content-box .job-details {
  font-family: "montserrat-light", sans-serif;
}
.careers-details-page .content-box .job-details .job-details-name {
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #383838;
  margin-bottom: 8px;
}
.careers-details-page .content-box .job-details h5 {
  color: #666666;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
  margin-bottom: 65px;
  text-align: left;
}
.careers-details-page .content-box .job-details h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 40px;
}
.careers-details-page .content-box .job-details .description {
  margin-bottom: 45px;
  color: #666666;
  font-size: 15px;
  line-height: 21px;
}
.careers-details-page .content-box .job-details .description div {
  color: #666666;
  font-size: 15px;
  line-height: 21px;
}

.contact-page .contact-info {
  font-family: "montserrat-light", sans-serif;
  position: relative;
  padding-top: 300px;
  padding-bottom: 50px;
}
.contact-page .contact-info .contact-map-block {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
}
.contact-page .contact-info .contact-map-block iframe {
  min-height: 300px;
}
.contact-page .contact-info .contact-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}
.contact-page .contact-info .contact-info-block .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-right: 70px;
}
.contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-title {
  font-family: "montserrat-light", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 10px;
}
.contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-text {
  font-family: "montserrat-light", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #383838;
}
.contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-link {
  font-family: "montserrat-light", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-decoration: none;
  color: #23a2ee;
}
.contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap + .contact-info-wrap {
  margin-top: 23px;
}
.contact-page .contact-info .contact-info-block .contact-info-address {
  max-width: 200px;
  min-width: 200px;
}
.contact-page .contact-info .contact-info-block .contact-info-support {
  margin-right: 0;
}
.contact-page .contact-form {
  background: #eff1f2 url(../images/about-slider-bg.jpg) no-repeat 0em top;
  height: 37.188em;
}
.contact-page .contact-form .right .btn-blue {
  width: 100%;
  -webkit-appearance: none;
  padding: 0.8em 1em;
}
.contact-page .contact-form textarea {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: block;
  width: 25em;
  height: 9em;
  background: #d6dde2;
  padding: 0.95em;
  margin: 0.6em 0;
  font-weight: 200;
  font-size: 1.063em;
  border: none;
  border-top: 2px solid #eff1f2;
  border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  -webkit-border-radius: 0.125em;
  -o-border-radius: 0.125em;
  outline: none;
}
.contact-page .contact-form textarea:focus {
  border-top: 2px solid #2798e2;
  background: #fff;
}
.contact-page .contact-form input[type=text] {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: block;
  width: 25em;
  background: #d6dde2;
  padding: 0.95em;
  margin: 0.6em 0;
  font-weight: 200;
  font-size: 1.063em;
  border: none;
  border-top: 2px solid #eff1f2;
  border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  -webkit-border-radius: 0.125em;
  -o-border-radius: 0.125em;
  outline: none;
}
.contact-page .contact-form input[type=text]:focus {
  border-top: 2px solid #2798e2;
  background: #fff;
}
.contact-page .contacts-and-locations {
  height: 29.063em;
  padding: 3.85em 0 0 0;
}
.contact-page .contacts-and-locations h3 {
  font-size: 1.875em;
  color: #263a49;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.contact-page .contacts-and-locations .contacts {
  width: 29em;
}
.contact-page .contacts-and-locations .contacts .person {
  float: left;
  width: 11.125em;
  border-top: 2px solid #ccc;
  padding: 1em;
}
.contact-page .contacts-and-locations .contacts .person.left-side {
  margin-right: 2.5em;
}
.contact-page .contacts-and-locations .contacts .person .left {
  width: 8.775em;
  padding-bottom: 0.5em;
}
.contact-page .contacts-and-locations .contacts .person.left-address {
  width: 9.775em;
}
.contact-page .contacts-and-locations .contacts .person .icon {
  float: left;
  width: 20px;
  height: 21px;
  margin: 0.25em 0.5em 0 0;
  background: url(../images/sprite-master.png) no-repeat -600px -399px;
}
.contact-page .contacts-and-locations .contacts .person h4 {
  font-size: 0.875em;
  font-weight: 600;
  color: #263a49;
}
.contact-page .contacts-and-locations .contacts .person h5 {
  font-size: 0.875em;
  color: #9ea5aa;
}
.contact-page .contacts-and-locations .contacts .person a {
  color: #2798e2;
  font-size: 0.875em;
  text-decoration: none;
}
.contact-page .contacts-and-locations .contacts .person span {
  color: #747f87;
  font-size: 0.875em;
}
.contact-page .contacts-and-locations .office-locations .office-location-map {
  position: relative;
  width: 500px;
  height: 300px;
  margin-right: -1.8em;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .map {
  position: relative;
  margin: 2em 0 0 -0.7em;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .dots {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  padding: 5px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .dots.sfsj {
  top: 153px;
  left: 47px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .dots.ny {
  top: 148px;
  left: 116px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .dots.uk {
  top: 127px;
  left: 214px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .dots.brz {
  top: 249px;
  left: 149px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .dots.chi {
  top: 145px;
  left: 375px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .tooltip {
  position: absolute;
  z-index: 5;
  background: #aabcc8;
  color: #fff;
  font-size: 0.688em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .tooltip img {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -10px;
}
.contact-page .contacts-and-locations .office-locations .office-location-map .tooltip .line {
  padding-top: 4px;
  margin-top: 5px;
  text-align: center;
  border-top: 1px solid #8299a8;
}

.unsubscribe-page {
  __background: #eff1f2;
}
.unsubscribe-page .red {
  color: #ca3e3e;
}
.unsubscribe-page .unsubscribe-box.confirm .header {
  font-family: "montserrat-light", sans-serif;
  color: #323233;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 23px;
}
.unsubscribe-page .unsubscribe-box.confirm p {
  font-size: 14px;
  font-family: "montserrat-light", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
  margin-bottom: 35px;
}
.unsubscribe-page .unsubscribe-box.confirm .caption {
  font-weight: bold;
  line-height: 2em;
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
  color: #666666;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box {
  text-align: left;
  line-height: 2em;
  padding: 0em 0em 3.75em 8.6em;
  font-family: "montserrat-light", sans-serif;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box label {
  font-size: 1.2em;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=radio] {
  display: none;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=text] {
  width: 23em;
  padding: 0.3em;
  font-size: 0.8em;
  font-style: italic;
  margin-left: 0.5em;
  background-color: #e1e1e1;
  border: solid 1px #6b6b6b;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: inset 0px 1px 2px rgba(210, 210, 210, 0.7);
  box-shadow: inset 0px 1px 2px rgba(210, 210, 210, 0.7);
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=radio] + label input[type=text] {
  display: none;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=radio]:checked + label input[type=text] {
  display: inherit;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=radio] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -1px 10px 0 -4px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #666666;
  background-clip: content-box;
  padding: 2px;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=radio] + label span {
  background-color: #e7e7e7;
}
.unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=radio]:checked + label span {
  background-color: #00aeff;
}
.unsubscribe-page .unsubscribe-box.confirm input[type=submit] {
  font-family: "montserrat-light", sans-serif;
  border-radius: 50px;
  background-color: #23a2ee;
  text-transform: capitalize;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  width: 161px;
  height: 54px;
  font-size: 20px;
  letter-spacing: 0.6px;
}
.unsubscribe-page .unsubscribe-box {
  position: relative;
  width: 96%;
  -webkit-box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #747f87;
  background: #fff;
  padding: 85px 10%;
  margin: -28px auto 40px auto;
  border-radius: 3px;
}
.unsubscribe-page .unsubscribe-box .header {
  color: #2798e2;
  font-size: 1.9em;
  padding-bottom: 20px;
  font-weight: 200;
}
.unsubscribe-page .unsubscribe-box p {
  font-size: 1.125em;
  margin-bottom: 60px;
}
.unsubscribe-page .unsubscribe-box .text-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #d6dde2;
  color: #666666;
  width: 100%;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 15px 18px;
  font-size: 15px;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
  width: 100%;
  max-width: 476px;
  height: 49px;
}
.unsubscribe-page .unsubscribe-box .submit {
  font-size: 1.5em;
  padding: 0.8em;
  width: 100%;
}

.legal-details-page .white-box .title {
  color: #788c97;
  font-size: 0.75em;
  font-weight: 600;
  padding-bottom: 1.6em;
  text-transform: uppercase;
}
.legal-details-page .terms-wrap {
  padding: 0 3.438em 1.65em 3.438em;
}
.legal-details-page .headers {
  font-family: "montserrat-light", sans-serif;
  line-height: 30px;
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #383838;
}
.legal-details-page .blocks {
  font-family: "montserrat-light", sans-serif;
  margin-bottom: 47px;
  color: #666666;
  font-size: 15px;
  line-height: 25px;
}
.legal-details-page ul, .legal-details-page ol {
  font-family: "montserrat-light", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  list-style: initial;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.legal-details-page ol {
  list-style: decimal;
}
.legal-details-page .privacy-ca-table-block {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  border: 1px solid #666666;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table th {
  font-weight: bold;
  color: #383838;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table tr {
  border-top: 1px solid #666666;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table th, .legal-details-page .privacy-ca-table-block .privacy-ca-table td {
  padding: 5px;
  border-left: 1px solid #666666;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table th:first-child, .legal-details-page .privacy-ca-table-block .privacy-ca-table td:first-child {
  border-left: none;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table .col-1 {
  width: 8.333333%;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table .col-4 {
  width: 33.333333%;
}
.legal-details-page .privacy-ca-table-block .privacy-ca-table .col-7 {
  width: 58.333333%;
}

.games-page {
  background: #192a33;
}
.games-page .featured-bar {
  position: relative;
  z-index: 100;
  background: #263a45;
  box-shadow: 0 0.125em 0 0 rgba(0, 0, 0, 0.2);
  padding: 1em 0 1em 2em;
}
.games-page .featured-bar h3 {
  color: #88a0ae;
  font-size: 1.5em;
}
.games-page .alert {
  background: #2798e2;
  padding: 1.75em;
  color: #fff;
  text-align: center;
}
.games-page .alert span {
  color: #e0fe17;
}
.games-page .games-main-slider {
  opacity: 0;
}
.games-page .games-main-slider .arrow-left {
  position: absolute;
  z-index: 100;
  top: 44%;
  left: 2%;
  opacity: 0.2;
  width: 40px;
  height: 40px;
  background: url(../images/sprite-master.png) no-repeat -592px -297px;
}
.games-page .games-main-slider .arrow-right {
  position: absolute;
  z-index: 100;
  top: 44%;
  right: 2%;
  opacity: 0.2;
  width: 40px;
  height: 40px;
  background: url(../images/sprite-master.png) no-repeat -590px -347px;
}
.games-page .games-main-slider .arrow-right:hover, .games-page .games-main-slider .arrow-left:hover {
  opacity: 0.8;
  cursor: pointer;
}
.games-page .games-main-slider .support-image {
  position: absolute;
  top: 2em;
  left: 20%;
}
.games-page .games-main-slider .slide0 .support-image {
  position: absolute;
  z-index: 8;
  left: 50%;
  width: 1400px;
  top: -450px;
  margin-left: -800px;
  -webkit-animation: spinSlow 50.5s infinite linear;
  -moz-animation: spinSlow 50.5s infinite linear;
  animation: spinSlow 50.5s infinite linear;
}
.games-page .games-main-slider .slide1 .support-image {
  display: none;
  left: 25%;
}
.games-page .games-main-slider .slide2 .support-image {
  top: -1em;
  left: 10%;
}
.games-page .games-main-slider li {
  height: 430px;
  background: #192a33;
  overflow: hidden;
}
.games-page .games-main-slider .featured-img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -750px;
}
.games-page .games-main-slider .active {
  display: block;
}
.games-page .games-main-slider .game-info {
  position: relative;
  z-index: 50;
  float: right;
  width: 26.875em;
  padding: 2.813em 1.875em;
  margin: 2em 0 0 0;
  background: url(../images/games-box-bg.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.games-page .games-main-slider .game-info .appstore-label {
  position: absolute;
  top: 0;
  right: 0;
}
.games-page .games-main-slider .game-info h3 {
  padding: 0 0 1em 0;
  color: #2296e2;
  font-size: 0.75em;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.games-page .games-main-slider .game-info h2 {
  color: #fff;
  font-size: 1.875em;
  font-weight: 300;
  text-transform: capitalize;
}
.games-page .games-main-slider .game-info h5 {
  padding: 0 0 2em 0;
  font-size: 1.125em;
  color: #364b57;
  text-transform: capitalize;
}
.games-page .games-main-slider .game-info p {
  color: #a3b1bd;
  padding-bottom: 1.6em;
}
.games-page .games-main-slider .game-info .star {
  position: relative;
  top: 0.35em;
  width: 19px;
  height: 19px;
  background: url(../images/sprite-master.png) no-repeat -303px -400px;
  display: inline-block;
  margin: 0.4em 0.1em 0 0.1em;
}
.games-page .games-main-slider .game-info .star-off {
  position: relative;
  top: 0.35em;
  width: 19px;
  height: 19px;
  background: url(../images/sprite-master.png) no-repeat -399px -400px;
  display: inline-block;
  margin: 0 0.1em 0 0.1em;
}
.games-page .games-main-slider .game-info .ratings {
  position: relative;
  top: -0.2em;
  margin-left: 0.3em;
  display: inline-block;
  color: #364b57;
  font-size: 0.938em;
}
.games-page .game-download {
  width: 560px;
  margin: auto;
  background: #fff;
}
.games-page .game-download .title {
  color: #101c22;
  font-size: 2.25em;
  font-weight: 200;
  text-align: center;
  display: block;
  padding: 0.25em 0.25em 0.4em 0.25em;
}
.games-page .game-download .brick-and-send {
  background: #192a33;
}
.games-page .game-download .send {
  width: 140px;
  height: 70px;
  background: url(../images/sprite-master.png) no-repeat -800px -300px;
  margin: 3em 0 0 3.6em;
}
.games-page .game-download .details {
  color: #101c22;
  font-size: 1.5em;
  font-weight: 200;
  text-align: center;
  display: block;
  padding: 1em 2em;
}
.games-page .game-download .input-row {
  padding: 0 3em 1.5em 3em;
}
.games-page .game-download .input-row input[type=text] {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  display: block;
  width: 16.313em;
  background: #d6dde2;
  padding: 1.3em 0.9em;
  margin-right: 0.75em;
  font-weight: 200;
  font-size: 1.063em;
  border: none;
  border-top: 2px solid #d6dde2;
  border-radius: 0.125em;
  -moz-border-radius: 0.125em;
  -webkit-border-radius: 0.125em;
  -o-border-radius: 0.125em;
  outline: none;
}
.games-page .game-download .input-row input[type=text]:focus {
  border-top: 2px solid #2798e2;
  background: #eff1f2;
}
.games-page .game-rows {
  padding: 1.35em 0 0 0;
  background: #e9eff4;
}
.games-page .game-rows h2 {
  font-size: 0.938em;
  font-weight: 600;
  color: #6e848e;
  text-align: center;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
.games-page .game-rows .games {
  text-align: center;
}
.games-page .game-rows .fade-in {
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 1 !important;
}
.games-page .game-rows .game-card {
  opacity: 0;
  position: relative;
  display: inline-block;
  width: 19.5em;
  margin: 0 1.1em 2.25em 1.1em;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  text-align: left;
}
.games-page .game-rows .game-card .quick-info {
  padding: 0 1.25em 1em 1.25em;
}
.games-page .game-rows .game-card .pub {
  display: block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  color: #a3b2bb;
  font-size: 0.8em;
}
.games-page .game-rows .game-card .star-fade {
  position: absolute;
  right: 30%;
  height: 180%;
  z-index: 1;
  width: 100%;
}
.games-page .game-rows .game-card .star-row {
  position: absolute;
  z-index: 2;
  right: 1.25em;
  padding-top: 0.3em;
}
.games-page .game-rows .game-card .star {
  position: relative;
  z-index: 1;
  top: 0.35em;
  width: 17px;
  height: 17px;
  background: url(../images/sprite-master.png) no-repeat -850px -50px;
  display: inline-block;
  margin: 0.4em 0.1em 0 0.1em;
}
.games-page .game-rows .game-card .star-off {
  position: relative;
  z-index: 2;
  top: 0.35em;
  width: 17px;
  height: 17px;
  background: url(../images/sprite-master.png) no-repeat -950px -50px;
  display: inline-block;
  margin: 0 0.1em 0 0.1em;
}
.games-page .game-rows .game-card img {
  width: 100%;
  display: block;
}
.games-page .game-rows .game-card .appstore-label {
  position: absolute;
  width: 45%;
  top: 0;
  right: 0;
}
.games-page .game-rows .game-card a {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  color: #2798e2;
  cursor: text;
  text-decoration: none;
  padding: 0.65em 0 0 0;
  font-size: 1.125em;
  text-transform: capitalize;
}

.verizon-games-page {
  padding: 0 !important;
  background: #182933;
}
.verizon-games-page .content {
  width: 920px;
  margin: auto;
}
.verizon-games-page .main {
  background: url(../images/vzwgames-bg.png) repeat-x;
  padding-top: 28px;
  padding-bottom: 85px;
}
.verizon-games-page .main .content {
  padding-top: 15px;
}
.verizon-games-page .main .content .phones {
  float: left;
  margin-left: 47px;
  margin-right: -20px;
}
.verizon-games-page .main .content .announcing {
  float: left;
  width: 330px;
  margin: 170px 0 0 0;
}
.verizon-games-page .main .content .announcing p {
  color: #7e8a91;
  font-size: 20px;
}
.verizon-games-page .main .content .announcing h1 {
  color: #eb2828;
  font-weight: 200;
  font-size: 72px;
  margin-top: -22px;
}
.verizon-games-page .main .content .announcing h2 {
  position: relative;
  color: #334a57;
  font-weight: 700;
  font-style: italic;
  font-size: 72px;
}
.verizon-games-page .main .content .announcing .vzw {
  margin: 20px 0 0 -10px;
}
.verizon-games-page .main .content .big-bullets {
  float: left;
  width: 200px;
  margin: 27px 40px 0 0;
  color: #334a57;
  font-size: 20px;
  text-align: center;
}
.verizon-games-page .main .content .big-bullets.last {
  margin-right: 0;
}
.verizon-games-page .main .content .big-bullets h3 {
  padding: 30px 0 0 0;
}
.verizon-games-page .start-playing {
  background: #20313c;
  padding: 0 0 100px 0;
}
.verizon-games-page .start-playing h4 {
  padding: 40px 0 0 0;
  color: #36adf8;
  font-size: 38px;
  font-weight: 200;
  text-align: center;
}
.verizon-games-page .start-playing h5 {
  padding: 10px 0 26px 0;
  color: #788a95;
  font-size: 24px;
  text-align: center;
}
.verizon-games-page .start-playing .or {
  padding: 0 0 70px 0;
}
.verizon-games-page .start-playing .steps {
  position: absolute;
  bottom: -63px;
  left: 80px;
  color: #788a95;
  font-size: 25px;
}
.verizon-games-page .start-playing .steps span {
  font-weight: 200;
  margin: 0 12px;
}
.verizon-games-page .start-playing #slider {
  margin-left: 70px;
}
.verizon-games-page .start-playing ol.bjqs-markers {
  position: relative;
  top: 30px;
  margin-left: 178px !important;
}
.verizon-games-page .start-playing ol.bjqs-markers li a {
  color: #788a95;
  text-decoration: none;
  font-size: 25px;
  margin: 0 7px 0 7px;
}
.verizon-games-page .start-playing ol.bjqs-markers li.active-marker a {
  color: #21a4f7;
}
.verizon-games-page .start-playing .blurb {
  float: right;
  width: 425px;
}
.verizon-games-page .start-playing .blurb .start {
  color: #fff;
  font-size: 38px;
  font-weight: 200;
  padding: 10px 0 20px 0;
}
.verizon-games-page .start-playing .blurb .info {
  color: #788a95;
  font-size: 24px;
}
.verizon-games-page .start-playing .blurb span.outter {
  position: relative;
  color: #fff;
  background: #eb2828;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 2px 6px 5px 45px;
  margin: 0 3px;
  font-size: 31px;
  display: inline-block;
}
.verizon-games-page .start-playing .blurb span.inner {
  color: #fff;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 44px;
  position: absolute;
  top: 5px;
  left: 6px;
}
.verizon-games-page .footer {
  text-align: center;
  padding: 40px 0 100px 0;
}

/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

li.bjqs-slide {
  position: absolute;
  display: none;
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
  position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ol.bjqs-markers.h-centered {
  text-align: center;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  display: inline-block;
}

p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}

.vzw-page, .tango-page {
  color: #788a95;
}
.vzw-page .floating-bar, .tango-page .floating-bar {
  position: fixed;
  z-index: 10;
  margin-top: -2px;
  width: 100%;
  background: url(../images/vzw-trans-bg.png);
  padding: 16px 0 10px 0;
  text-align: center;
}
.vzw-page .floating-bar .login, .tango-page .floating-bar .login {
  color: #788a95;
}
.vzw-page .floating-bar span, .tango-page .floating-bar span {
  color: #c3cace;
}
.vzw-page .floating-bar .btn-blue, .tango-page .floating-bar .btn-blue {
  margin-right: 20px;
}
.vzw-page h2, .tango-page h2 {
  color: #334a57;
  font-size: 2.375em;
}
.vzw-page .games-on-verizon, .tango-page .games-on-verizon {
  height: 30.75em;
  text-align: center;
  padding: 2.7em 0 0 0;
  background: #f0f2f3 url(../images/vzw-main-bg.png) no-repeat center top;
}
.vzw-page .games-on-verizon .max-content-width img, .tango-page .games-on-verizon .max-content-width img {
  position: relative;
  top: -7px;
}
.vzw-page .games-on-verizon .max-content-width span, .vzw-page .games-on-verizon .max-content-width p, .tango-page .games-on-verizon .max-content-width span, .tango-page .games-on-verizon .max-content-width p {
  font-size: 1.125em;
}
.vzw-page .games-on-verizon .max-content-width h4, .tango-page .games-on-verizon .max-content-width h4 {
  padding: 2em 0;
  text-align: center;
}
.vzw-page .games-on-verizon .max-content-width .btn-blue, .tango-page .games-on-verizon .max-content-width .btn-blue {
  margin: 0 1em 0 1.25em;
  font-size: 1.375em;
  font-weight: 600;
}
.vzw-page .games-on-verizon .max-content-width .login, .tango-page .games-on-verizon .max-content-width .login {
  color: #334957;
}
.vzw-page .games-on-tango, .tango-page .games-on-tango {
  height: 30.75em;
  z-index: 200;
  text-align: center;
  padding: 2.7em 0 0 0;
  background: #f0f2f3;
}
.vzw-page .games-on-tango .max-content-width p, .tango-page .games-on-tango .max-content-width p {
  font-size: 1.125em;
}
.vzw-page .games-on-tango .max-content-width .tango-orange, .tango-page .games-on-tango .max-content-width .tango-orange {
  color: #ff561e;
  font-style: italic;
  font-weight: 600;
}
.vzw-page .games-on-tango .max-content-width h4, .tango-page .games-on-tango .max-content-width h4 {
  width: 50%;
  margin: auto;
  padding: 1em 0 2em;
  text-align: center;
}
.vzw-page .games-on-tango .max-content-width img, .tango-page .games-on-tango .max-content-width img {
  margin-top: 3em;
}
.vzw-page .games-on-tango .max-content-width .btn-blue, .tango-page .games-on-tango .max-content-width .btn-blue {
  margin: 0 1em 0 1.25em;
  font-size: 1.375em;
  text-transform: none;
  font-weight: 600;
}
.vzw-page .reach-users, .tango-page .reach-users {
  position: relative;
  height: 38.75em;
  background: url(../images/vzw-section-bg-maps.jpg) no-repeat right center;
}
.vzw-page .reach-users p, .tango-page .reach-users p {
  line-height: 1.4;
  font-size: 1.125em;
}
.vzw-page .reach-users span, .tango-page .reach-users span {
  font-weight: 600;
  font-style: italic;
}
.vzw-page .reach-users img, .tango-page .reach-users img {
  top: -274px;
  left: 20%;
  position: absolute;
}
.vzw-page .reach-users .left, .tango-page .reach-users .left {
  width: 29.063em;
}
.vzw-page .reach-users h2, .tango-page .reach-users h2 {
  padding: 6.2em 0 0.45em 0;
}
.vzw-page .reach-users .carrier-list, .tango-page .reach-users .carrier-list {
  padding-top: 6em;
  text-align: center;
}
.vzw-page .reach-users .carrier-list li, .tango-page .reach-users .carrier-list li {
  font-size: 0.75em;
  margin: 0 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  color: #353535;
  display: inline;
}
.vzw-page .reach-users .carrier-list li.first, .tango-page .reach-users .carrier-list li.first {
  color: #999999;
}
.vzw-page .integrate-sdk, .tango-page .integrate-sdk {
  background: #eff1f2;
  height: 29.688em;
}
.vzw-page .integrate-sdk p, .tango-page .integrate-sdk p {
  line-height: 1.4;
  font-size: 1.125em;
}
.vzw-page .integrate-sdk img, .tango-page .integrate-sdk img {
  margin-left: -95px;
  margin-top: -65px;
}
.vzw-page .integrate-sdk .right, .tango-page .integrate-sdk .right {
  width: 29.063em;
}
.vzw-page .integrate-sdk .btn-blue, .tango-page .integrate-sdk .btn-blue {
  display: block;
  width: 140px;
  padding: 0.6em 0;
  text-align: center;
  margin: 2em 0 0 0;
}
.vzw-page .integrate-sdk h2, .tango-page .integrate-sdk h2 {
  padding: 2em 0 0.45em 0;
}
.vzw-page .direct-billing, .tango-page .direct-billing {
  position: relative;
  z-index: 2;
  height: 30.75em;
}
.vzw-page .direct-billing p, .tango-page .direct-billing p {
  line-height: 1.4;
  font-size: 1.125em;
}
.vzw-page .direct-billing span, .tango-page .direct-billing span {
  font-weight: 600;
  font-style: italic;
}
.vzw-page .direct-billing img, .tango-page .direct-billing img {
  position: relative;
  top: 2.75em;
  float: right;
}
.vzw-page .direct-billing .left, .tango-page .direct-billing .left {
  width: 26.063em;
}
.vzw-page .direct-billing h2, .tango-page .direct-billing h2 {
  padding: 3.2em 0 0.45em 0;
}
.vzw-page .gain-insights, .tango-page .gain-insights {
  position: relative;
  background: #eff1f2;
}
.vzw-page .gain-insights .max-content-width, .tango-page .gain-insights .max-content-width {
  height: 31.688em;
}
.vzw-page .gain-insights p, .tango-page .gain-insights p {
  line-height: 1.4;
  font-size: 1.125em;
}
.vzw-page .gain-insights img, .tango-page .gain-insights img {
  position: absolute;
  bottom: -2px;
}
.vzw-page .gain-insights .right, .tango-page .gain-insights .right {
  margin: 7em 0 0 0;
  width: 29.063em;
}
.vzw-page .gain-insights h2, .tango-page .gain-insights h2 {
  padding: 2em 0 0.45em 0;
}

.tango-page .reach-users h2 {
  padding: 4em 0 0.45em 0;
}
.tango-page .reach-users img {
  top: -290px;
}

.weplay-devs-page {
  color: #788a95;
}
.weplay-devs-page .site-header {
  top: 0;
}
.weplay-devs-page .floating-bar {
  position: fixed;
  z-index: 10;
  margin-top: -2px;
  width: 100%;
  background: url(../images/carrier-imgs-trans-bg.png);
  padding: 16px 0 10px 0;
  text-align: center;
}
.weplay-devs-page .floating-bar .login {
  color: #788a95;
}
.weplay-devs-page .floating-bar span {
  color: #c3cace;
}
.weplay-devs-page .floating-bar .btn-blue {
  margin-right: 20px;
}
.weplay-devs-page h2 {
  color: #334a57;
  font-size: 2.375em;
}
.weplay-devs-page .games-on-singtel {
  padding: 2.7em 0;
  background: #f0f2f3 url(../images/carrier-imgs-main-bg.png) no-repeat center top;
}
.weplay-devs-page .games-on-singtel .max-content-width .ellipses-1 {
  position: absolute;
  top: -8.7em;
  left: -64px;
}
.weplay-devs-page .games-on-singtel .max-content-width .ellipses-2 {
  position: absolute;
  bottom: -2.7em;
  right: 0px;
}
.weplay-devs-page .games-on-singtel .max-content-width .right {
  margin-left: 0.75em;
  width: 30.3em;
}
.weplay-devs-page .games-on-singtel .max-content-width .announcing {
  padding-top: 0.8em;
  margin-bottom: 2em;
  margin-left: -1em;
}
.weplay-devs-page .games-on-singtel .max-content-width h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0.1em 0 0em 0;
}
.weplay-devs-page .games-on-singtel .max-content-width h5 {
  color: #14b795;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.45em;
}
.weplay-devs-page .games-on-singtel .max-content-width span, .weplay-devs-page .games-on-singtel .max-content-width p {
  font-size: 1.125em;
}
.weplay-devs-page .games-on-singtel .max-content-width .larger {
  font-size: 1.5em;
}
.weplay-devs-page .games-on-singtel .max-content-width h4 {
  padding: 2em 0;
  text-align: center;
}
.weplay-devs-page .games-on-singtel .max-content-width .sign-up-row {
  margin-left: -1em;
  padding-top: 1em;
}
.weplay-devs-page .games-on-singtel .max-content-width .btn-blue {
  position: relative;
  top: 0.2em;
  margin: 0 1em 0 0;
  font-size: 1.375em;
  font-weight: 600;
  padding: 0.6em 0.85em;
}
.weplay-devs-page .games-on-singtel .max-content-width .login {
  color: #2798e2;
}
.weplay-devs-page .white-row {
  border-top: 2px solid #e7eaec;
  padding: 2.5em 0 2em 0;
}
.weplay-devs-page .white-row p {
  line-height: 1.4;
  font-size: 1.125em;
}
.weplay-devs-page .white-row span {
  font-weight: 600;
  font-style: italic;
}
.weplay-devs-page .white-row img {
  position: relative;
  float: right;
}
.weplay-devs-page .white-row .left {
  margin-top: 0.75em;
  width: 28.063em;
}
.weplay-devs-page .white-row h2 {
  padding: 0.3em 0 0.45em 0;
}
.weplay-devs-page .white-row .btn-blue {
  display: block;
  width: 140px;
  padding: 0.6em 0;
  text-align: center;
  margin: 1em 0 0 0;
}
.weplay-devs-page .what-devs-are-saying {
  padding-bottom: 3em;
}
.weplay-devs-page .what-devs-are-saying h5 {
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  color: #4b6879;
  padding-bottom: 0.7em;
  border-bottom: 2px solid #e3e3e3;
}
.weplay-devs-page .what-devs-are-saying .quote {
  float: left;
  width: 29%;
  text-align: center;
  margin: 1em 0;
  padding: 0 2%;
}
.weplay-devs-page .what-devs-are-saying .quote.middle {
  border-right: 2px solid #e3e3e3;
  border-left: 2px solid #e3e3e3;
}
.weplay-devs-page .integrate-sdk {
  background: #eff1f2;
  height: 33.7em;
}
.weplay-devs-page .integrate-sdk p {
  line-height: 1.4;
  font-size: 1.125em;
}
.weplay-devs-page .integrate-sdk img {
  margin: 1.2em 0 0 -7.5em;
}
.weplay-devs-page .integrate-sdk .right {
  margin: 1.5em 0 0 -7em;
  width: 29.063em;
}
.weplay-devs-page .integrate-sdk .btn-blue {
  display: block;
  width: 140px;
  padding: 0.6em 0;
  text-align: center;
  margin: 2em 0 0 0;
}
.weplay-devs-page .integrate-sdk h2 {
  padding: 2em 0 0.45em 0;
}
.weplay-devs-page .direct-billing {
  position: relative;
  z-index: 2;
  height: 30.75em;
}
.weplay-devs-page .direct-billing p {
  line-height: 1.4;
  font-size: 1.125em;
}
.weplay-devs-page .direct-billing span {
  font-weight: 600;
  font-style: italic;
}
.weplay-devs-page .direct-billing img {
  position: relative;
  top: 2.75em;
  float: right;
}
.weplay-devs-page .direct-billing .left {
  width: 26.063em;
}
.weplay-devs-page .direct-billing h2 {
  padding: 3.2em 0 0.45em 0;
}
.weplay-devs-page .gain-insights {
  position: relative;
  background: #eff1f2;
}
.weplay-devs-page .gain-insights .max-content-width {
  height: 31.688em;
}
.weplay-devs-page .gain-insights p {
  line-height: 1.4;
  font-size: 1.125em;
}
.weplay-devs-page .gain-insights img {
  position: absolute;
  bottom: -2px;
}
.weplay-devs-page .gain-insights .right {
  margin: 7em 0 0 0;
  width: 29.063em;
}
.weplay-devs-page .gain-insights h2 {
  padding: 2em 0 0.45em 0;
}

.weplay-devs-page {
  padding-top: 4em;
}

.weplay-page {
  font-family: "Source Sans Pro", sans-serif;
  background: #a8a6a1;
  background: -moz-linear-gradient(top, #a8a6a1 0%, #eceae1 20%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8a6a1), color-stop(20%, #eceae1));
  background: -webkit-linear-gradient(top, #a8a6a1 0%, #eceae1 20%);
  background: -o-linear-gradient(top, #a8a6a1 0%, #eceae1 20%);
  background: -ms-linear-gradient(top, #a8a6a1 0%, #eceae1 20%);
  background: linear-gradient(top, #a8a6a1 0%, #eceae1 20%);
  padding-bottom: 3em;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.weplay-page .loader {
  width: 106px;
  height: 106px;
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 200px;
  background: url(../images/carrierpages/weplay/loader.png) no-repeat;
  -webkit-animation: spin 0.5s infinite linear;
  -moz-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
}
.weplay-page .site-width {
  width: 950px;
  margin: auto;
}
.weplay-page header {
  padding: 0;
  opacity: 1;
  background: #000;
}
.weplay-page header .logo {
  padding: 0.6em 0.5em 0.6em 0.5em;
}
.weplay-page header .dev-info {
  float: right;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px;
  color: #a19c8d;
}
.weplay-page header .dev-info a {
  color: #a19c8d;
}
.weplay-page header .nav {
  float: right;
  padding-top: 0.7em;
}
.weplay-page header .nav li {
  display: inline-block;
  float: left;
  padding: 0 2em;
  border-right: 1px solid #a19c8d;
}
.weplay-page header .nav li.last {
  padding-right: 0;
  border: none;
}
.weplay-page header .nav li a {
  font-size: 14px;
  color: #a19c8d;
  text-decoration: none;
}
.weplay-page span.social {
  position: relative;
  left: -11px;
  text-transform: uppercase;
  color: #a19c8d;
  font-size: 12px;
}
.weplay-page .right.social {
  padding-right: 20px;
}
.weplay-page .right.social img {
  width: 29px;
}
.weplay-page .main-content .not-supported {
  padding: 0.75em;
  font-size: 14px;
  color: #fff;
  width: 950px;
  margin: auto;
  background: #921c1c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  opacity: 0.87;
  text-align: center;
}
.weplay-page .main-content .phone {
  padding: 5.3em 0em 0 1em;
}
.weplay-page .main-content .right {
  width: 535px;
  padding: 5.9em 0 0 0;
}
.weplay-page .main-content .right .start {
  padding: 1.48em 0 1em 0;
}
.weplay-page .main-content .right .download {
  -webkit-transition: border-radius 0.2s ease;
  float: left;
  display: block;
  background: #ccc;
  padding: 0.45em 2.2em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
}
.weplay-page .main-content .right .download.active {
  background: #13b794;
}
.weplay-page .main-content .right .download.active:hover {
  background: #26c8a5;
}
.weplay-page .main-content .right .download:hover {
  background: #ccc;
}
.weplay-page .main-content .right .download.active:active {
  background: #099779;
}
.weplay-page .main-content .right .download:active {
  background: #ccc;
}
.weplay-page .main-content .right .points {
  margin-left: -27px;
  padding-top: 2.8em;
}
.weplay-page .main-content .right .points .point {
  float: left;
  width: 130px;
  margin-right: 14px;
  font-size: 12px;
  color: #a19c8d;
  text-align: center;
}
.weplay-page .main-content .right .points .point p {
  padding-top: 0.5em;
}
.weplay-page .main-content .right .points .point.last {
  margin-right: 0;
}
.weplay-page .featured-games {
  padding-bottom: 4.688em;
}
.weplay-page .featured-games .games {
  padding-left: 50px;
}
.weplay-page .featured-games .games .game {
  opacity: 0.85;
  position: relative;
  float: left;
  margin-right: 13px;
  width: 217px;
  height: 106px;
  cursor: pointer;
}
.weplay-page .featured-games .games .game:hover {
  opacity: 1;
}
.weplay-page .featured-games .games .featured {
  padding: 4em 0 1em 0;
}
.weplay-page .featured-games .games .game .title {
  -webkit-transition: all 0.1s ease-in-out;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.85;
  color: #fff;
  background: #000;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3em 0.5em;
}
.weplay-page .featured-games .games .game:hover .title {
  padding: 0.6em;
  font-size: 13px;
}
.weplay-page .footer .ppp {
  width: 136px;
  padding-left: 25px;
}
.weplay-page .footer a {
  margin: 0 3px;
}
.weplay-page .footer .term-links a {
  position: relative;
  left: -4px;
  color: #a19c8d;
  margin: 0 10px;
  font-size: 12px;
}
.weplay-page .modal-bg {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/carrierpages/weplay/b-overlay.png);
}
.weplay-page .modal {
  display: none;
  position: fixed;
  z-index: 101;
  top: 175px;
  left: 50%;
  margin-left: -250px;
  width: 440px;
  min-height: 405px;
  padding: 50px 30px 30px 30px;
  background: #f5f2e9;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
  /* specifics */
}
.weplay-page .modal .preview {
  display: none;
  position: absolute;
  top: 2px;
  z-index: 2;
  background: #f5f2e9;
  left: 2px;
  width: 496px;
  height: 350px;
  overflow: hidden;
}
.weplay-page .modal .preview img {
  width: 100%;
  z-index: 10;
}
.weplay-page .modal .x {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.weplay-page .modal .main-image {
  float: left;
  width: 194px;
  height: 120px;
  margin-bottom: 30px;
}
.weplay-page .modal .title-stats {
  width: 225px;
  margin-left: 20px;
}
.weplay-page .modal .title-stats .title {
  font-size: 26px;
  padding-bottom: 0.3em;
  width: 225px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.weplay-page .modal .title-stats a {
  -webkit-transition: border-radius 0.2s ease;
  float: left;
  display: block;
  background: #00b4ff;
  padding: 0.4em 3.2em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  margin-top: 0.65em;
  text-decoration: none;
  font-size: 20px;
}
.weplay-page .modal .title-stats a:hover {
  background: #2bc1ff;
}
.weplay-page .modal .title-stats a:active {
  background: #0083ba;
}
.weplay-page .modal .description {
  color: #a19c8d;
  font-size: 17px;
  padding-bottom: 1.5em;
}
.weplay-page .modal .screenshots {
  position: absolute;
  bottom: 30px;
}
.weplay-page .modal .screenshots div {
  float: left;
  width: 142px;
  height: 87px;
  margin-right: 7px;
  cursor: pointer;
}
.weplay-page .modal .screenshots div.last {
  margin-right: 0;
}
.weplay-page .modal.mysingingmonsters .main-image {
  background: url(../images/carrierpages/weplay/t-mysingingmonsters-crop.png);
}
.weplay-page .modal.mysingingmonsters .screenshots .a {
  background: url(../images/carrierpages/weplay/t-mysingingmonsters-1.png);
}
.weplay-page .modal.mysingingmonsters .screenshots .b {
  background: url(../images/carrierpages/weplay/t-mysingingmonsters-2.png);
}
.weplay-page .modal.mysingingmonsters .screenshots .c {
  background: url(../images/carrierpages/weplay/t-mysingingmonsters-3.png);
}
.weplay-page .modal.acornbuster .main-image {
  background: url(../images/carrierpages/weplay/t-acornbuster-crop.png);
}
.weplay-page .modal.acornbuster .screenshots .a {
  background: url(../images/carrierpages/weplay/t-acornbuster-1.png);
}
.weplay-page .modal.acornbuster .screenshots .b {
  background: url(../images/carrierpages/weplay/t-acornbuster-2.png);
}
.weplay-page .modal.acornbuster .screenshots .c {
  background: url(../images/carrierpages/weplay/t-acornbuster-3.png);
}
.weplay-page .modal.cuttherope .main-image {
  background: url(../images/carrierpages/weplay/t-cuttherope-crop.png);
}
.weplay-page .modal.cuttherope .screenshots .a {
  background: url(../images/carrierpages/weplay/t-cuttherope-1.png);
}
.weplay-page .modal.cuttherope .screenshots .b {
  background: url(../images/carrierpages/weplay/t-cuttherope-2.png);
}
.weplay-page .modal.cuttherope .screenshots .c {
  background: url(../images/carrierpages/weplay/t-cuttherope-3.png);
}
.weplay-page .modal.nosferatu .main-image {
  background: url(../images/carrierpages/weplay/t-nosferatu-crop.png);
}
.weplay-page .modal.nosferatu .screenshots .a {
  background: url(../images/carrierpages/weplay/t-nosferatu-1.png);
}
.weplay-page .modal.nosferatu .screenshots .b {
  background: url(../images/carrierpages/weplay/t-nosferatu-2.png);
}
.weplay-page .modal.nosferatu .screenshots .c {
  background: url(../images/carrierpages/weplay/t-nosferatu-3.png);
}
.weplay-page .mobile {
  display: none;
}
.weplay-page .terms {
  position: absolute;
  left: 20%;
  z-index: 100;
  top: 5em;
  width: 60%;
  background: #fff;
  padding: 0 40px 25px 40px;
  box-sizing: border-box;
  font-size: 13px;
  height: 700px;
  overflow-y: scroll;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
}
.weplay-page .terms b {
  display: block;
  font-size: 18px;
  color: #777;
  margin-top: 50px;
}
.weplay-page .term-links {
  padding: 30px;
  text-align: center;
}
.weplay-page .term-links span {
  margin: 0 20px;
  cursor: pointer;
}
.weplay-page .download-box {
  position: fixed;
  z-index: 101;
  top: 175px;
  left: 50%;
  margin-left: -250px;
  width: 440px;
  min-height: 405px;
  padding: 50px 30px 30px 30px;
  background: #f5f2e9;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
}
.weplay-page .steps {
  position: absolute;
  bottom: 40px;
  left: 90px;
  font-size: 26px;
  color: #a19c8d;
}
.weplay-page .bjqs-controls {
  display: none;
}
.weplay-page ol.bjqs-markers li a {
  font-size: 26px;
  text-decoration: none;
  cursor: pointer;
  margin: 10px;
  color: #a19c8d;
}
.weplay-page ol.bjqs-markers li.active-marker a {
  color: #e0255e;
}
.weplay-page .tos .x, .weplay-page .privacy .x, .weplay-page .download-box .x {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.weplay-page ol.bjqs-markers {
  text-align: center;
}
.weplay-page ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.weplay-page #steps {
  margin: auto;
}

.error-page {
  background: #eff1f2;
  text-align: center;
}
.error-page .error-message {
  padding-top: 100px;
}
.error-page .error-message p {
  font-size: 2em;
  font-weight: 200;
  color: #2798e2;
}
.error-page .error-message img {
  -webkit-transform: rotate(359deg);
  -webkit-transition: all 2s ease;
  -moz-transform: rotate(359deg);
  -moz-transition: all 2s ease;
  padding: 7em 0 2em 0;
}

.admin-page {
  padding-top: 80px;
  background: #eff1f2;
}
.admin-page header {
  top: 0;
}
.admin-page.login-page header {
  background: none !important;
}
.admin-page .logs {
  position: relative;
  top: -0.4em;
}
.admin-page .dark {
  color: #2e3a44;
}
.admin-page .blue {
  color: #2798e2;
}
.admin-page .nicEdit-main:focus {
  outline: none;
  background: #fff;
}
.admin-page .date-box {
  background: #dfe5e8;
  border-radius: 3px;
  font-size: 0.6em;
  white-space: nowrap;
  font-weight: 600;
  float: left;
  display: block;
  margin-right: 1em;
  padding: 0.4em 0.8em;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  color: #2798e2;
}
.admin-page .read-applicant {
  color: #7d7d7d;
}
.admin-page .floating-menu {
  position: fixed;
  left: 2%;
  top: 30%;
  width: 100px;
}
.admin-page .floating-menu .item .icon {
  float: left;
  margin-right: 10px;
  background: url(../images/admin-menu-off.png);
  height: 25px;
  width: 25px;
}
.admin-page .floating-menu .item .icon.careers {
  background-position: 0 -77px;
}
.admin-page .floating-menu .item.press .press-swap {
  background-position: 0 -38px;
}
.admin-page .floating-menu .item.events .events-swap {
  background-position: 0 -77px;
}
.admin-page .floating-menu .item.careers .careers-swap {
  background-position: 0 -150px;
}
.admin-page .floating-menu .item.applicants .applicants-swap {
  background-position: 0 -220px;
}
.admin-page .floating-menu .item.press:hover .press-swap, .admin-page .floating-menu .item.press .press-swap.active {
  background: url(../images/admin-menu-on.png);
  background-position: 0 -38px;
}
.admin-page .floating-menu .item.events:hover .events-swap, .admin-page .floating-menu .item.events .events-swap.active {
  background: url(../images/admin-menu-on.png);
  background-position: 0 -77px;
}
.admin-page .floating-menu .item.careers:hover .careers-swap, .admin-page .floating-menu .item.careers .careers-swap.active {
  background: url(../images/admin-menu-on.png);
  background-position: 0 -150px;
}
.admin-page .floating-menu .item.applicants:hover .applicants-swap, .admin-page .floating-menu .item.applicants .applicants-swap.active {
  background: url(../images/admin-menu-on.png);
  background-position: 0 -220px;
}
.admin-page .floating-menu .menu-item.active {
  color: #2798e2;
}
.admin-page .floating-menu a {
  margin: 1.5em 0;
  font-size: 0.625em;
  color: #989fa4;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.admin-page .floating-menu p {
  margin-top: 0.55em;
  float: left;
}
.admin-page .floating-menu a:hover {
  color: #2798e2;
}
.admin-page h2 {
  padding: 0.5em 0;
  color: #2798e2;
}
.admin-page .admin-box {
  background: #fff;
  padding: 2.35em;
  margin-bottom: 2em;
}
.admin-page .admin-box .section-title {
  color: #aabcc8;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 0 0 1em 0;
  letter-spacing: 0.1em;
}
.admin-page .admin-box .add-new {
  cursor: pointer;
  color: #2798e2;
}
.admin-page .admin-box .add-new img {
  position: relative;
  top: -0.1em;
  width: 1.2em;
}
.admin-page .admin-box ul li {
  position: relative;
  margin: 0.35em 0;
  padding: 0.95em;
  color: #697b88;
  background: #f2f4f4;
}
.admin-page .admin-box ul li form input.text-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eaeef0;
  border: none;
  color: #697b88;
  width: 86%;
  padding: 0.95em;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
}
.admin-page .admin-box ul li textarea {
  font-size: 0.8em;
}
.admin-page .admin-box ul li .controls {
  position: absolute;
  right: 1em;
  top: 0.9em;
}
.admin-page .admin-box ul li .news-title {
  width: 95%;
  font-size: 1.125em;
}
.admin-page .admin-box ul li form input.text-box:focus {
  background: #fff;
}
.admin-page .admin-box ul li .input-title {
  color: #99acb9;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 0 0 0.25em 0;
  letter-spacing: 0.1em;
}
.admin-page .admin-box ul li .admin-edit, .admin-page .admin-box ul li .admin-delete {
  cursor: pointer;
  width: 1.2em;
  margin-left: 0.5em;
}
.admin-page .admin-box ul li button, .admin-page .admin-box ul li .admin-cancel {
  background: #2798e2;
  float: left;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.65em 1em;
  font-size: 1em;
  margin-right: 0.5em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  border: none;
}
.admin-page .admin-box ul li .admin-cancel {
  background: #9bafba;
}
.admin-page .highlight-box {
  background: #eaeef0;
  padding: 0.65em;
  width: 85%;
  margin-top: 1em;
}
.admin-page .highlight-box .left {
  width: 45%;
  margin-right: 3%;
}
.admin-page .highlight-box a {
  color: #2798e2;
  text-decoration: none;
}
.admin-page .activate-list:hover {
  background: #eff1f2;
}

.login-page {
  background: #eeeef0 !important;
}
.login-page h2 {
  font-size: 2.4em;
}
.login-page .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.login-page .login-box {
  position: absolute;
  z-index: 1;
  top: 14em;
  left: 50%;
  margin-left: -15em;
  width: 30em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.login-page .login-box label {
  color: #aabcc8;
  font-weight: bold;
  margin-right: 20px;
}
.login-page .login-box li {
  padding: 5px 0;
}
.login-page .login-box .tbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: none;
  color: #697b88;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0.95em;
  display: block;
  font-size: 1em;
  border: 1px solid #ddd;
  margin-bottom: 1em;
}
.login-page .login-box .login-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2798e2;
  border: none;
  color: #fff;
  padding: 0.9em 0;
  font-size: 1.1em;
  text-align: center;
  width: 100%;
}
.login-page .login-box .beam {
  position: absolute;
  top: 0;
  left: 0;
}
.login-page .login-box .inside {
  padding: 1.75em;
}
.login-page .login-box h2 {
  padding-top: 0;
}

@media all and (min-width: 1021px) and (max-width: 1439px) {
  body .container {
    width: 100% !important;
    padding: 0 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .newheader {
    padding: 1.25em 3em;
  }

  .content-wrap {
    padding-top: 85px;
    max-width: 475px;
  }

  .content-wrap--right {
    float: right;
    padding-left: 50%;
  }

  .mspo-section .mspo-section-image {
    left: 0;
    bottom: 0;
    position: absolute;
    max-width: 525px;
    width: 100%;
    height: auto;
  }

  .team-section .our-team-block {
    padding: 35px 10% 50px 10%;
  }

  .team-section .team-members .team-member {
    width: 200px;
  }

  .team-section .team-members .team-member .team-member-photo {
    width: 200px;
    height: 200px;
  }

  .team-section .team-members .team-member .team-member-photo img {
    width: 200px;
    height: auto;
  }

  .press-page .news-and-events .in-the-news li .img-wrap,
.press-page .news-and-events .upcoming-events li .img-wrap {
    width: 100%;
    max-width: 195px;
    margin-right: 35px;
  }

  .press-page .news-and-events .in-the-news .text-box,
.press-page .news-and-events .upcoming-events .text-box {
    width: 70%;
    width: calc(100% - 235px);
    padding: 1.1em 0 0 0;
  }

  .apply-link-mobile {
    display: none;
  }
}
@media all and (min-width: 1200px) and (max-width: 1439px) {
  body .container {
    padding: 0 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .team-section .team-members .team-member {
    width: 250px;
  }

  .team-section .team-members .team-member .team-member-photo {
    width: 250px;
    height: 250px;
  }

  .team-section .team-members .team-member .team-member-photo img {
    width: 250px;
    height: auto;
  }
}
@media all and (min-width: 1499px) {
  .team-section .team-members {
    justify-content: space-around;
  }

  .unsubscribe-page .unsubscribe-box.confirm p {
    width: 80%;
    padding: 0 15%;
  }
}
@media all and (min-width: 768px) and (max-width: 1020px) {
  .drop {
    padding: 0.7em 0 0 0;
    display: block;
  }

  footer.new .right-chunk {
    float: left;
    width: 40%;
  }

  footer.new .left-chunk {
    float: left;
    width: 60%;
  }

  footer.new .right-chunk .title {
    font-size: 1em;
  }

  .home-page .discover a {
    padding: 0.95em 1em 0.85em 1em;
    font-size: 1.2em;
    color: #00aeff;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    white-space: nowrap;
  }

  .developers-page {
    font-size: 1em;
  }

  .site-header nav {
    display: none;
    position: absolute;
    top: 0;
    font-size: 2em;
    left: 0;
    width: 100%;
    background: #23a2ee;
    float: none;
  }

  .mobile-links {
    display: block !important;
  }

  .desktop-links {
    display: none !important;
  }

  .site-header .mobile {
    display: block;
  }

  .site-header .nav-start-now,
.site-header .nav-login {
    display: none;
  }

  .resp {
    display: none;
  }

  .heat {
    display: none;
  }

  .faces {
    display: none;
  }

  .site-header nav ul li {
    display: block;
    text-align: center;
    float: none;
  }

  .site-header nav .blog {
    padding: 0 0 0.5em 0;
  }

  .lg {
    position: relative;
    margin-left: 1em;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 1em 0 0;
    padding: 0.2em 0.6em;
    font-size: 0.8em;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    text-decoration: none;
  }

  .max-content-width {
    width: 100%;
    padding: 0 1.5em;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 790px;
  }

  .main-slider .slide-1 .slide-content {
    width: 44%;
  }

  .tour .heavy-col {
    width: 40%;
  }
  .tour .heavy-col h4.darkbl {
    font-size: 2.5em;
  }
  .tour .heavy-col h2 {
    font-size: 2em;
  }

  .discover-games {
    height: auto;
  }
  .discover-games .split.left {
    width: 40%;
  }
  .discover-games .split.right {
    margin-right: 1.75em;
  }
  .discover-games h2 {
    padding-top: 0.8em;
  }
  .discover-games .discover-portal {
    width: 150%;
    bottom: 7em;
    left: -1em;
  }
  .discover-games .discover-nosferatu {
    width: 35%;
    top: 8em;
    left: 15em;
  }
  .discover-games .discover-assaulter {
    width: 35%;
    top: 8em;
    left: 5em;
  }

  .next-level .split.left {
    width: 40%;
  }

  .next-level h2 {
    font-size: 2.5em;
  }

  .maximize-revenue .split.right {
    width: 40%;
  }

  .maximize-revenue h2 {
    padding-top: 2em;
  }

  .developers-page .greeting h2 {
    width: 94%;
    margin: auto;
    font-size: 1.9em;
  }
  .developers-page .split {
    width: 100%;
    float: none !important;
  }
  .developers-page .text {
    text-align: center;
    padding: 2em !important;
    float: none !important;
  }
  .developers-page .text h3 {
    font-size: 3em;
    width: 100%;
  }
  .developers-page .top-developers .block {
    width: 35%;
    padding: 3%;
  }
  .developers-page .top-developers .block img {
    width: 100%;
  }
  .developers-page .signup-container {
    width: 98%;
    margin: 5em auto;
  }
  .developers-page .purple-bar {
    padding: 1em;
    font-size: 1em;
    background: #7871db;
  }
  .developers-page .purple-bar img {
    margin-right: 0.8em;
  }
  .developers-page .text h3 {
    font-size: 2em;
  }
  .developers-page .top-developers .block {
    padding: 2em 4.5em;
  }
  .developers-page .viral .text {
    padding-top: 1em !important;
  }
  .developers-page .dash .text {
    padding-top: 2em !important;
  }
  .developers-page .monetize .text {
    padding-top: 0em !important;
  }
  .developers-page .local .text {
    padding-top: 0em !important;
  }
  .developers-page .text-side.left-side .text,
.developers-page .text-side.right-side .text {
    width: 98%;
    margin: auto;
  }

  .about-page .about-slider {
    position: relative;
    z-index: 0;
    height: 572px;
    width: 100%;
    background: #eff1f2;
  }
  .about-page .swiper-wrapper {
    position: relative;
  }
  .about-page .swiper-wrapper li {
    width: 100%;
    height: 572px;
  }
  .about-page .swiper-wrapper .slide-1 .phone,
.about-page .swiper-wrapper .slide-2 .phone,
.about-page .swiper-wrapper .slide-3 .phone {
    position: absolute;
    left: 6.113em;
    bottom: 7.8em;
    width: 30%;
  }
  .about-page .swiper-wrapper .slide-1 .controller,
.about-page .swiper-wrapper .slide-2 .controller,
.about-page .swiper-wrapper .slide-3 .controller {
    position: absolute;
    z-index: 3;
    left: 3.4em;
    bottom: 5.55em;
    width: 30%;
  }
  .about-page .swiper-wrapper .slide-1 .slide-content,
.about-page .swiper-wrapper .slide-2 .slide-content,
.about-page .swiper-wrapper .slide-3 .slide-content {
    width: 50%;
    margin-right: 0.75em;
    margin-top: 8.75em;
  }
  .about-page .swiper-wrapper .slide-1 .slide-content .btn-blue,
.about-page .swiper-wrapper .slide-2 .slide-content .btn-blue,
.about-page .swiper-wrapper .slide-3 .slide-content .btn-blue {
    font-size: 0.875em;
    margin: 1em 0 0 0.5em;
    padding: 0.6em 1.2em;
  }
  .about-page .swiper-wrapper .slide-1 .slide-content p,
.about-page .swiper-wrapper .slide-2 .slide-content p,
.about-page .swiper-wrapper .slide-3 .slide-content p {
    font-size: 2.063em;
    font-weight: 200;
    color: #6e7880;
  }
  .about-page .swiper-wrapper .slide-1 .slide-content h2,
.about-page .swiper-wrapper .slide-2 .slide-content h2,
.about-page .swiper-wrapper .slide-3 .slide-content h2 {
    color: #263a49;
    line-height: 1.1;
    font-size: 4em;
  }
  .about-page .swiper-wrapper .slide-1 .slide-content h3,
.about-page .swiper-wrapper .slide-2 .slide-content h3,
.about-page .swiper-wrapper .slide-3 .slide-content h3 {
    font-weight: 400;
  }
  .about-page .swiper-wrapper .slide-2 .claro {
    top: 10em;
    left: 1em;
    width: 40%;
  }
  .about-page .swiper-wrapper .slide-2 .slide-content {
    width: 55%;
    margin-top: 12em;
  }
  .about-page .swiper-wrapper .slide-2 .slide-content h2 {
    font-size: 3em;
  }
  .about-page .swiper-wrapper .slide-3 .lion {
    top: 0;
    left: 1em;
    width: 47%;
  }
  .about-page .swiper-wrapper .slide-3 .slide-content {
    width: 50%;
    margin-right: -2em;
    margin-top: 11em;
  }
  .about-page .swiper-wrapper .slide-3 .slide-content h2 {
    font-size: 2.3em;
  }
  .about-page .about-us {
    margin-top: 0;
    height: auto;
    padding-bottom: 3em;
    background-position: bottom;
  }
  .about-page .about-us h2 {
    font-size: 3.5em;
  }
  .about-page .about-us h4 {
    font-weight: 400;
    font-size: 1.2em;
  }

  .press-page .max-content-width {
    width: 100%;
  }
  .press-page .press-banner img {
    margin-left: -2em;
    margin-right: -4.5em;
  }
  .press-page .press-banner .text-box {
    width: 52%;
    padding-top: 3em;
    margin-right: 1%;
  }
  .press-page .press-banner .text-box h2 {
    font-size: 1.6em;
  }
  .press-page .press-banner .text-box h4 {
    font-size: 1em;
  }
  .press-page .news-and-events .right-bar {
    width: 100%;
  }
  .press-page .news-and-events .upcoming-events {
    width: 100%;
  }
  .press-page .news-and-events .in-the-news {
    margin-bottom: 2em;
  }
  .press-page .news-and-events .in-the-news {
    width: 97%;
  }
  .press-page .news-and-events .upcoming-events li {
    display: block;
    width: 92%;
    margin-right: 4em;
  }

  .team-page .board-members-and-locations .max-content-width {
    width: 100%;
  }
  .team-page .management-team .max-content-width {
    width: 538px;
    min-width: 0;
  }

  .careers-page .employee-quotes-slider_nav {
    display: none;
  }
  .careers-page .our-culture .slide-show {
    width: 98%;
    float: none;
  }
  .careers-page .culture-slider {
    width: 100%;
  }
  .careers-page .culture-slider li {
    width: 100%;
  }
  .careers-page .culture-slider img {
    width: 100%;
  }
  .careers-page .our-culture .text-box {
    width: 98%;
    float: none;
  }
  .careers-page .our-culture .text-box h2 {
    padding-top: 1em;
  }
  .careers-page .job-openings .last {
    width: 16%;
    font-size: 1.2em;
  }

  .team-details-page .team-menu {
    display: none;
  }

  .games-page .arrow-left,
.games-page .arrow-right {
    display: none;
  }
  .games-page .games-main-slider .game-info {
    font-size: 0.8em;
    margin-right: 2em;
  }
  .games-page .games-main-slider .game-info h2 {
    font-size: 2.4em;
    font-weight: 400;
  }
  .games-page .game-rows .game-card span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0.2em 0.5em;
    color: #fff;
    font-weight: 600;
    background: #6a9ab3;
    font-size: 0.8em;
    opacity: 0.9;
  }
  .games-page .games-filter-bar .sections {
    font-size: 1.2em;
  }
  .games-page .games-filter-bar input[type=text] {
    width: 11em;
    padding: 0.65em;
  }
  .games-page .game-rows .game-card a {
    padding-top: 0.5em;
  }

  .contact-page h2 {
    color: #778087;
    font-size: 2.5em;
    text-align: center;
    padding: 2.9em 0 1em 0;
  }
  .contact-page .contact-form {
    background: #eff1f2 url(../images/about-slider-bg.jpg) no-repeat 0em top;
    height: 37.188em;
  }
  .contact-page .contact-form .right .btn-blue {
    -webkit-appearance: none;
    width: 99%;
    padding: 0.9em 1em;
  }
  .contact-page .contact-form .left {
    width: 48%;
  }
  .contact-page .contact-form .right {
    margin-right: 2%;
    width: 48%;
  }
  .contact-page .contact-form textarea {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    display: block;
    width: 90%;
    height: 9em;
    background: #d6dde2;
    padding: 0.95em;
    margin: 0.6em 0;
    font-weight: 200;
    font-size: 1.063em;
    border: none;
    border-top: 2px solid #eff1f2;
    border-radius: 0.125em;
    -moz-border-radius: 0.125em;
    -webkit-border-radius: 0.125em;
    -o-border-radius: 0.125em;
    outline: none;
  }
  .contact-page .contact-form textarea:focus {
    border-top: 2px solid #2798e2;
    background: #fff;
  }
  .contact-page .contact-form input[type=text] {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    display: block;
    width: 90%;
    background: #d6dde2;
    padding: 0.95em;
    margin: 0.6em 0;
    font-weight: 200;
    font-size: 1.063em;
    border: none;
    border-top: 2px solid #eff1f2;
    border-radius: 0.125em;
    -moz-border-radius: 0.125em;
    -webkit-border-radius: 0.125em;
    -o-border-radius: 0.125em;
    outline: none;
  }
  .contact-page .contact-form input[type=text]:focus {
    border-top: 2px solid #2798e2;
    background: #fff;
  }
  .contact-page .contacts-and-locations {
    height: auto;
    padding: 3.85em 0;
  }
  .contact-page .contacts-and-locations .contacts {
    float: none;
    width: 100%;
  }
  .contact-page .contacts-and-locations .contacts .person {
    width: 9.125em;
    padding: 0.8em;
    margin: 0 0.5em 0 0.5em;
  }
  .contact-page .contacts-and-locations .contacts .person.left-side {
    margin-right: 0;
  }
  .contact-page .contacts-and-locations .contacts .person .left {
    width: 8.775em;
    padding-bottom: 0.5em;
  }
  .contact-page .contacts-and-locations .contacts .person .icon {
    float: left;
    width: 20px;
    height: 21px;
    margin: 0.25em 0.5em 0 0;
    background: url(../images/sprite-master.png) no-repeat -600px -399px;
  }
  .contact-page .contacts-and-locations .contacts .person h4 {
    font-size: 0.875em;
    font-weight: 600;
    color: #263a49;
  }
  .contact-page .contacts-and-locations .contacts .person h5 {
    font-size: 0.875em;
    color: #9ea5aa;
  }
  .contact-page .contacts-and-locations .contacts .person a {
    color: #2798e2;
    font-size: 0.875em;
    text-decoration: none;
  }
  .contact-page .contacts-and-locations .contacts .person span {
    color: #747f87;
    font-size: 0.875em;
  }
  .contact-page .contacts-and-locations .office-locations {
    float: none;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map {
    position: relative;
    width: 500px;
    height: 300px;
    margin: auto;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .map {
    position: relative;
    margin: 2em 0 0 -0.7em;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .dots {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    padding: 5px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .dots.sfsj {
    top: 136px;
    left: 42px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .dots.ny {
    top: 157px;
    left: 112px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .dots.uk {
    top: 127px;
    left: 214px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .dots.brz {
    top: 249px;
    left: 149px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .dots.chi {
    top: 145px;
    left: 375px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .tooltip {
    position: absolute;
    z-index: 5;
    background: #aabcc8;
    color: #fff;
    font-size: 0.688em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .tooltip img {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -10px;
  }
  .contact-page .contacts-and-locations .office-locations .office-location-map .tooltip .line {
    padding-top: 4px;
    margin-top: 5px;
    text-align: center;
    border-top: 1px solid #8299a8;
  }

  .tango-page .reach-users h2 {
    padding: 2.2em 0 0.45em 0 !important;
  }

  .vzw-page .floating-bar,
.weplay-devs-page .floating-bar,
.tango-page .floating-bar {
    display: none;
  }
  .vzw-page .games-on-verizon,
.weplay-devs-page .games-on-verizon,
.tango-page .games-on-verizon {
    height: 30.75em;
    text-align: center;
    padding: 2.7em 0 0 0;
    background: #f0f2f3 url(../images/vzw-main-bg.png) no-repeat center top;
  }
  .vzw-page .games-on-verizon .max-content-width img,
.weplay-devs-page .games-on-verizon .max-content-width img,
.tango-page .games-on-verizon .max-content-width img {
    position: relative;
    top: -7px;
  }
  .vzw-page .games-on-verizon .max-content-width span,
.vzw-page .games-on-verizon .max-content-width p,
.weplay-devs-page .games-on-verizon .max-content-width span,
.weplay-devs-page .games-on-verizon .max-content-width p,
.tango-page .games-on-verizon .max-content-width span,
.tango-page .games-on-verizon .max-content-width p {
    font-size: 1.125em;
  }
  .vzw-page .games-on-verizon .max-content-width span,
.weplay-devs-page .games-on-verizon .max-content-width span,
.tango-page .games-on-verizon .max-content-width span {
    display: none;
  }
  .vzw-page .games-on-verizon .max-content-width h4,
.weplay-devs-page .games-on-verizon .max-content-width h4,
.tango-page .games-on-verizon .max-content-width h4 {
    padding: 2em 0;
    text-align: center;
  }
  .vzw-page .games-on-verizon .max-content-width .btn-blue,
.weplay-devs-page .games-on-verizon .max-content-width .btn-blue,
.tango-page .games-on-verizon .max-content-width .btn-blue {
    margin: 0 1em 0 1.25em;
    font-size: 1.375em;
    font-weight: 600;
  }
  .vzw-page .games-on-verizon .max-content-width .login,
.weplay-devs-page .games-on-verizon .max-content-width .login,
.tango-page .games-on-verizon .max-content-width .login {
    color: #334957;
  }
  .vzw-page .games-on-singtel,
.weplay-devs-page .games-on-singtel,
.tango-page .games-on-singtel {
    height: auto;
    padding: 2.7em 0 2.7em;
    background: #f0f2f3 url(../images/carrier-imgs-main-bg.png) no-repeat center top;
  }
  .vzw-page .games-on-singtel .max-content-width .right,
.weplay-devs-page .games-on-singtel .max-content-width .right,
.tango-page .games-on-singtel .max-content-width .right {
    width: 26.063em;
  }
  .vzw-page .games-on-singtel .max-content-width h2,
.weplay-devs-page .games-on-singtel .max-content-width h2,
.tango-page .games-on-singtel .max-content-width h2 {
    font-size: 2em;
    padding: 1em 0 0.45em 0;
  }
  .vzw-page .games-on-singtel .max-content-width .announcing,
.weplay-devs-page .games-on-singtel .max-content-width .announcing,
.tango-page .games-on-singtel .max-content-width .announcing {
    width: 90%;
  }
  .vzw-page .games-on-singtel .max-content-width span,
.vzw-page .games-on-singtel .max-content-width p,
.weplay-devs-page .games-on-singtel .max-content-width span,
.weplay-devs-page .games-on-singtel .max-content-width p,
.tango-page .games-on-singtel .max-content-width span,
.tango-page .games-on-singtel .max-content-width p {
    font-size: 1.125em;
  }
  .vzw-page .games-on-singtel .max-content-width .main,
.weplay-devs-page .games-on-singtel .max-content-width .main,
.tango-page .games-on-singtel .max-content-width .main {
    padding-top: 5%;
    width: 40%;
  }
  .vzw-page .games-on-singtel .max-content-width .larger,
.weplay-devs-page .games-on-singtel .max-content-width .larger,
.tango-page .games-on-singtel .max-content-width .larger {
    font-size: 1.5em;
  }
  .vzw-page .games-on-singtel .max-content-width h4,
.weplay-devs-page .games-on-singtel .max-content-width h4,
.tango-page .games-on-singtel .max-content-width h4 {
    padding: 2em 0;
    text-align: center;
  }
  .vzw-page .games-on-singtel .max-content-width .sign-up-row,
.weplay-devs-page .games-on-singtel .max-content-width .sign-up-row,
.tango-page .games-on-singtel .max-content-width .sign-up-row {
    padding-top: 3em;
  }
  .vzw-page .games-on-singtel .max-content-width .btn-blue,
.weplay-devs-page .games-on-singtel .max-content-width .btn-blue,
.tango-page .games-on-singtel .max-content-width .btn-blue {
    margin: 0 1em 0 0;
    font-size: 1.375em;
    font-weight: 600;
  }
  .vzw-page .games-on-singtel .max-content-width .login,
.weplay-devs-page .games-on-singtel .max-content-width .login,
.tango-page .games-on-singtel .max-content-width .login {
    color: #334957;
  }
  .vzw-page .white-row,
.weplay-devs-page .white-row,
.tango-page .white-row {
    position: relative;
    z-index: 2;
    background: #fff;
    border-top: 2px solid #e7eaec;
    padding: 2.5em 0 4em 0;
  }
  .vzw-page .white-row p,
.weplay-devs-page .white-row p,
.tango-page .white-row p {
    line-height: 1.4;
    font-size: 1.125em;
  }
  .vzw-page .white-row span,
.weplay-devs-page .white-row span,
.tango-page .white-row span {
    font-weight: 600;
    font-style: italic;
  }
  .vzw-page .white-row img,
.weplay-devs-page .white-row img,
.tango-page .white-row img {
    position: relative;
    top: 2.75em;
    width: 35%;
    float: right;
  }
  .vzw-page .white-row .left,
.weplay-devs-page .white-row .left,
.tango-page .white-row .left {
    width: 28.063em;
  }
  .vzw-page .white-row h2,
.weplay-devs-page .white-row h2,
.tango-page .white-row h2 {
    padding: 0.3em 0 0.45em 0;
  }
  .vzw-page .white-row .btn-blue,
.weplay-devs-page .white-row .btn-blue,
.tango-page .white-row .btn-blue {
    display: block;
    width: 140px;
    padding: 0.6em 0;
    text-align: center;
    margin: 1em 0 0 0;
  }
  .vzw-page .reach-users,
.weplay-devs-page .reach-users,
.tango-page .reach-users {
    background: #fff;
    height: 27em;
  }
  .vzw-page .reach-users img,
.weplay-devs-page .reach-users img,
.tango-page .reach-users img {
    top: -274px;
    left: 20%;
    position: absolute;
  }
  .vzw-page .reach-users .left,
.weplay-devs-page .reach-users .left,
.tango-page .reach-users .left {
    float: none;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .vzw-page .reach-users h2,
.weplay-devs-page .reach-users h2,
.tango-page .reach-users h2 {
    padding: 4.2em 0 0.45em 0;
  }
  .vzw-page .integrate-sdk,
.weplay-devs-page .integrate-sdk,
.tango-page .integrate-sdk {
    height: 29.688em;
  }
  .vzw-page .integrate-sdk img,
.weplay-devs-page .integrate-sdk img,
.tango-page .integrate-sdk img {
    width: 70%;
    margin: 40px -75px 0 -75px;
  }
  .vzw-page .integrate-sdk .right,
.weplay-devs-page .integrate-sdk .right,
.tango-page .integrate-sdk .right {
    margin-right: 15px;
    width: 21.063em;
  }
  .vzw-page .integrate-sdk h2,
.weplay-devs-page .integrate-sdk h2,
.tango-page .integrate-sdk h2 {
    padding: 1em 0 0.45em 0;
  }
  .vzw-page .direct-billing,
.weplay-devs-page .direct-billing,
.tango-page .direct-billing {
    height: 25.75em;
  }
  .vzw-page .direct-billing img,
.weplay-devs-page .direct-billing img,
.tango-page .direct-billing img {
    position: relative;
    top: 2.75em;
    width: 40%;
    float: right;
  }
  .vzw-page .direct-billing .left,
.weplay-devs-page .direct-billing .left,
.tango-page .direct-billing .left {
    width: 26.063em;
  }
  .vzw-page .direct-billing h2,
.weplay-devs-page .direct-billing h2,
.tango-page .direct-billing h2 {
    padding: 2.2em 0 0.45em 0;
  }
  .vzw-page .gain-insights .max-content-width,
.weplay-devs-page .gain-insights .max-content-width,
.tango-page .gain-insights .max-content-width {
    height: 25.688em;
  }
  .vzw-page .gain-insights img,
.weplay-devs-page .gain-insights img,
.tango-page .gain-insights img {
    position: absolute;
    width: 55%;
    bottom: -2px;
  }
  .vzw-page .gain-insights .right,
.weplay-devs-page .gain-insights .right,
.tango-page .gain-insights .right {
    margin: 2em 0 0 0;
    width: 21.063em;
  }

  /* **footer styles */
  footer {
    color: #4e6c7d;
  }
  footer .max-content-width {
    padding: 0;
    min-width: 700px;
  }
  footer .iframe {
    position: relative;
    top: 1.2em;
    margin-right: 1em;
    left: 0.75em;
  }
  footer .quick-links {
    background: #182933;
  }
  footer .quick-links ul {
    margin: auto;
    text-align: center;
    padding: 2.1em 0;
    border-bottom: 1px solid #182d39;
  }
  footer .quick-links ul li {
    display: inline-block;
    *float: left;
  }
  footer .quick-links a {
    text-decoration: none;
    font-size: 1.043em;
    display: inline-block;
    color: #4e6c7d;
  }
  footer .the-end .block-me {
    display: block;
    margin-bottom: 2em;
  }
  footer .the-end .blocks {
    display: inline-block;
    *float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
  }

  .cat-label.new {
    display: none;
  }

  .game-cats .site-width .cat-label {
    float: left;
    width: 48%;
  }

  body .container {
    padding: 0 60px;
  }

  .newheader {
    padding: 23px 60px 18px 60px;
    border-bottom: 2px solid transparent;
    height: 70px;
  }

  .newheader.site-header-internal {
    background: #23a2ee !important;
  }

  .newheader.toggled,
.newheader.fixed {
    border-bottom: 2px solid #67bff3;
  }

  .newheader nav {
    display: none;
    padding-top: 25px;
  }

  .nav-menu-button {
    padding: 0.4em 0.4em 0 0;
    width: 1.8em;
  }

  .newheader .mobile-links {
    padding-left: 60px;
    margin-bottom: 20px;
    text-align: left;
  }

  .newheader .nav-menu-toggler {
    margin: 6px auto 0 auto;
  }

  .newheader .mobile-links.right {
    margin-bottom: 0;
  }

  .newheader .mobile-links-bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .newheader .mobile-links-bottom a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
  }
  .newheader .mobile-links-bottom a:first-child {
    margin-left: 0;
  }
  .newheader .mobile-links-bottom a:last-child {
    margin-right: 0;
  }

  .newheader .mobile-links a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-family: "montserrat-light", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    padding: 0 0 8px 0;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color, opacity 0.3s;
    transition: border-color, opacity 0.3s;
    opacity: 0.7;
    display: inline-block;
    width: auto;
  }
  .newheader .mobile-links a:hover, .newheader .mobile-links a:focus, .newheader .mobile-links a:active {
    opacity: 1;
    border-bottom: solid 2px #fff;
  }

  .newheader .mobile-links-bottom a {
    opacity: 1;
  }
  .newheader .mobile-links-bottom a img {
    max-width: 108px;
    width: 100%;
    height: auto;
  }
  .newheader .mobile-links-bottom a:hover, .newheader .mobile-links-bottom a:focus, .newheader .mobile-links-bottom a:active {
    border-bottom: none;
  }

  .newheader .logo img {
    width: 137px;
    height: auto;
  }

  .welcome {
    padding: 120px 0 59px 0;
    background-position: center 70px;
    min-height: 406px;
  }
  .welcome .wrap .message .message-text {
    max-width: 1024px;
    font-size: 30px;
    line-height: 1.33;
  }
  .welcome .wrap .products-wrap {
    padding-top: 43px;
  }
  .welcome .wrap .products-wrap .products-title {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 44px;
  }
  .welcome .wrap .products-wrap .products .product {
    margin-left: 30px;
    max-width: 372px;
    height: 372px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details {
    padding: 24px 22px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details > .product-logo.playedge {
    max-width: 110px;
    height: 33px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details > .product-logo.dev {
    max-width: 143px;
    height: 29px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details > .product-button {
    width: 126.4px;
    height: 36.3px;
    font-size: 12px;
    letter-spacing: 1.3px;
  }

  .mspo-section {
    min-height: 450px;
  }

  .mspo-section .mspo-section-image-tablet {
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    max-width: 395px;
    width: 100%;
    height: auto;
  }

  .mspo-section .mspo-section-image {
    display: none;
  }

  .content-wrap {
    position: relative;
    z-index: 20;
    padding-top: 60px;
    max-width: 100%;
    padding-left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mspo-section .mspo-section-logo {
    max-width: 188px;
    margin-bottom: 27px;
  }

  .mspo-section .mspo-section-title {
    font-size: 25px;
    margin-bottom: 18px;
  }

  .mspo-section .mspo-section-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 48px;
  }

  .mspo-section .buttons .mspo-button-developers {
    min-width: 145px;
    min-height: 51px;
    font-size: 20px;
    line-height: 25px;
    margin-right: 16px;
  }

  .mspo-section .buttons .mspo-button {
    min-width: 145px;
    min-height: 51px;
    font-size: 20px;
    line-height: 25px;
  }

  .playedge-section > .container > .wrap > .wrap-content {
    margin-left: 48px;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-section-logo {
    width: 172px;
    height: 51px;
    margin-bottom: 18px;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-section-title {
    max-width: 240px;
    font-size: 25px;
    margin-bottom: 14px;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-section-text {
    max-width: 280px;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 14px;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-button {
    width: 145px;
    height: 51.2px;
    font-size: 20px;
    line-height: 1;
  }
  .playedge-section > .container > .wrap > .wrap-image {
    padding-right: 24px;
    height: 450px;
  }

  .developers-section > .container > .wrap {
    min-height: 450px;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-section-logo {
    width: 145px;
    height: 29px;
    margin-bottom: 22px;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-section-title {
    max-width: 270px;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 19px;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-section-text {
    max-width: 290px;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 28px;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-button {
    width: 171px;
    height: 51.2px;
    font-size: 20px;
    line-height: 1;
  }

  .team-section .our-team-block {
    top: -60px;
    min-height: 150px;
    width: 100%;
    padding: 19px 48px;
  }

  .team-section .our-team-block .our-team-block-title {
    font-size: 25px;
    margin-bottom: 12px;
  }

  .team-section .our-team-block .our-team-block-text {
    font-size: 14px;
    line-height: 1.43;
  }

  .team-section .leadership-team-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    display: inline-block;
  }

  .team-section .leadership-team-block .leadership-team-block-title {
    font-size: 25px;
  }

  .team-section .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
  }

  .team-section .team-members .team-member {
    width: 33%;
    margin-bottom: 50px;
    vertical-align: text-bottom;
  }

  .team-section .team-members .team-member .team-member-photo {
    width: 155px;
    height: 155px;
    margin-bottom: 20px;
  }

  .team-section .team-members .team-member .team-member-name {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .team-section .team-members .team-member .team-member-photo img {
    width: 100%;
    height: auto;
  }

  .team-section .team-members .team-member .team-member-role {
    font-size: 12px;
  }

  .careers-section {
    min-height: 300px;
    padding: 45px 0 52px 0;
  }

  .careers-section .careers-section-about {
    width: 90%;
  }

  .careers-section .careers-section-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .careers-section .careers-section-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    color: #fff;
    opacity: 1;
  }

  .careers-section .careers-block {
    width: 80%;
    position: relative;
    margin: 56px auto 0 auto;
  }

  .careers-section .careers-block .career-list-legend .career-list-legend-title {
    font-size: 15px;
  }

  .careers-section .careers-block .career-list-legend {
    width: 100%;
    min-height: 77px;
    padding: 0 42px;
  }

  .careers-section .careers-block .career-list .career-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 77px;
    padding: 26px 40px;
  }

  .careers-section .careers-block .career-list .career-list-item-title {
    text-align: left;
    font-size: 18px;
  }

  .careers-section .careers-block .career-list .career-list-item-location {
    font-size: 16px;
    text-align: left;
  }

  .careers-section .careers-no-openings {
    width: 100%;
    padding: 30px 13px;
    margin: 32px auto 0 auto;
    border: solid 2px #9fd8ff;
  }

  .careers-section .careers-no-openings .careers-no-openings-title {
    font-size: 2.5em;
    font-family: "montserrat-light", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .careers-section .careers-no-openings .careers-no-openings-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 18px;
    color: #bee4ff;
  }

  .careers-section .careers-no-openings .careers-no-openings-button {
    min-width: 123px;
    min-height: 41px;
    border: solid 1px #fff;
    font-size: 14px;
    line-height: 1;
  }

  .app-icon,
.circle-rik {
    display: none;
  }

  footer.footer {
    padding: 35px 0;
  }

  .footer-mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
  }

  .footer-mobile-logo img {
    margin: auto;
    width: 200px;
    height: auto;
  }

  footer.footer .footer-links .footer-links-title {
    font-size: 16px;
    letter-spacing: 0.9px;
    color: #000000;
    margin-bottom: 19px;
  }

  footer ul {
    margin-right: 0;
  }

  .footer .footer-links {
    margin-right: 30px;
  }
  .footer .footer-links:last-child {
    margin-right: 0;
  }

  footer.footer .footer-meta {
    padding-top: 35px;
    font-size: 14px;
  }

  footer.footer .footer-terms {
    font-size: 14px;
  }

  footer .the-end .term-drop {
    float: none;
    width: auto;
    padding-top: 8px;
  }

  footer.footer .the-end .blocks.follow {
    width: 235px;
    margin-top: 0;
  }

  footer .the-end .blocks.follow img {
    width: 3.2em;
  }

  .sub-header {
    padding-top: 70px;
  }

  .sub-header .sub-header-wrap {
    width: 100%;
    min-height: 142px;
  }

  .sub-header .sub-header-title {
    font-size: 30px;
    line-height: 60px;
    top: 45%;
  }

  .page-content {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 34px 37px;
    margin: -28px auto 40px auto;
  }

  .press-page .news-and-events .in-the-news h2,
.press-page .news-and-events .upcoming-events h2 {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 31px;
  }

  .press-page .news-and-events .in-the-news li .img-wrap,
.press-page .news-and-events .upcoming-events li .img-wrap {
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-right: 33px;
    padding: 0;
  }

  .press-page .news-and-events .in-the-news .text-box,
.press-page .news-and-events .upcoming-events .text-box {
    width: 70%;
    width: calc(100% - 233px);
    padding: 1.1em 0 0 0;
  }

  .press-page .news-and-events .in-the-news .text-box h3,
.press-page .news-and-events .upcoming-events .text-box h3 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 22px;
  }

  .press-page .news-and-events .in-the-news .date-source-date,
.press-page .news-and-events .upcoming-events .date-source-date {
    margin-right: 40px;
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  .press-page .news-and-events .in-the-news .text-box .date-source a,
.press-page .news-and-events .upcoming-events .text-box .date-source a {
    font-size: 14px;
  }

  .careers-details-page .content-box .job-details {
    position: relative;
  }

  .apply-link {
    display: none;
  }

  .apply-link-mobile {
    display: inline-block;
    min-width: 173px;
    min-height: 58px;
    background-color: #229feb;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 10px 12px 10px;
    position: absolute;
    top: 5px;
    right: 0;
  }

  .careers-details-page .breadcrumb {
    margin-bottom: 40px;
  }

  .careers-details-page .breadcrumb .all-listings {
    font-size: 20px;
    margin-top: 0;
  }

  .careers-details-page .breadcrumb .arrow {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 28px;
    top: 6px;
    margin-right: 6px;
  }

  .careers-details-page .content-box .job-details .job-details-name {
    font-size: 25px;
    margin-bottom: 8px;
  }

  .careers-details-page .content-box .job-details h5 {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .careers-details-page .content-box .job-details h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
  }

  .careers-details-page .content-box .job-details .description div {
    color: #666666;
    font-size: 15px;
    line-height: 21px;
  }

  .careers-details-page .content-box .job-details .description {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 21px;
  }

  .apply-form-title {
    font-size: 16px;
    padding-top: 10px;
  }

  .legal-details-page .sub-header .sub-header-title {
    font-size: 22px;
    line-height: 30px;
    top: 45%;
  }

  .team-details-page .breadcrumb .back-link,
.legal-details-page .breadcrumb .back-link,
.press-details-page .breadcrumb .back-link {
    font-size: 20px;
    margin-top: 0;
  }

  .team-details-page .breadcrumb,
.legal-details-page .breadcrumb,
.press-details-page .breadcrumb {
    margin-bottom: 40px;
  }

  .team-details-page .breadcrumb .arrow,
.legal-details-page .breadcrumb .arrow,
.press-details-page .breadcrumb .arrow {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 28px;
    top: 6px;
    margin-right: 6px;
  }

  .team-details-page .content-box .legal-title,
.legal-details-page .content-box .legal-title,
.press-details-page .content-box .legal-title {
    font-size: 25px;
    margin-bottom: 27px;
  }

  .team-details-page .content-box h5,
.legal-details-page .content-box h5,
.press-details-page .content-box h5 {
    font-size: 14px;
    margin-bottom: 34px;
  }

  .legal-details-page .headers {
    line-height: 30px;
    margin-bottom: 40px;
    font-size: 25px;
  }

  .legal-details-page .blocks {
    margin-bottom: 47px;
    font-size: 15px;
    line-height: 25px;
  }

  .legal-details-page .blocks a {
    color: #2798e2;
    text-decoration: none;
  }

  .legal-details-page ul, .legal-details-page ol {
    font-size: 15px;
    line-height: 25px;
  }
  .legal-details-page .privacy-ca-table-block .privacy-ca-table {
    font-size: 15px;
    line-height: 25px;
  }

  .unsubscribe-page .unsubscribe-box {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #747f87;
    background: #fff;
    padding: 35px 10%;
    margin: -28px auto 40px auto;
    border-radius: 3px;
  }

  .unsubscribe-page .unsubscribe-box.confirm .header {
    font-size: 25px;
    letter-spacing: 0.7px;
    margin-bottom: 23px;
  }

  .unsubscribe-page .unsubscribe-box.confirm p {
    font-size: 14px;
    font-family: "montserrat-light", sans-serif;
    line-height: 1.43;
    margin-bottom: 35px;
  }

  .unsubscribe-page .unsubscribe-box .text-box {
    padding: 15px 18px;
    font-size: 15px;
    margin-bottom: 40px;
    letter-spacing: 0.4px;
    width: 100%;
    max-width: 476px;
    height: 49px;
  }

  .unsubscribe-page .unsubscribe-box.confirm input[type=submit] {
    font-family: "montserrat-light", sans-serif;
    width: 161px;
    height: 54px;
    font-size: 20px;
    letter-spacing: 0.6px;
  }

  .unsubscribe-page .unsubscribe-box.confirm .radio-box {
    text-align: left;
    line-height: 2em;
    padding: 0em 0em 3.75em 3.6em;
    font-family: "montserrat-light", sans-serif;
  }

  .contact-page h2 {
    font-size: 30px;
    padding: 0;
  }

  .contact-page .contact-info .contact-info-block .contact-info-address {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }

  .contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-text {
    padding-right: 20px;
  }

  .contact-page .contact-info .contact-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .contact-page .contact-info .contact-info-block .contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .games-page .game-rows .game-card {
    margin: 0 0.5em 1em 0.5em;
  }

  .about-page .about-slider {
    position: relative;
  }

  .about-page .about-us {
    margin-top: 0;
  }

  .main-slider .rslides .slide-1 .slide-content {
    margin-right: -30px;
  }

  .games-page .games-main-slider .game-info {
    margin-right: 3em;
  }
}
@media all and (max-width: 1170px) {
  .riki {
    display: none !important;
  }

  .contact-page .contact-info .contact-info-block .contact-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-right: 40px;
  }
}
@media all and (max-width: 1220px) {
  .admin-page {
    background: #eff1f2;
  }
  .admin-page .floating-menu {
    z-index: 40;
    position: relative;
    left: 0;
    top: 1em;
    width: 99%;
    margin: auto;
  }
  .admin-page .floating-menu .item div {
    display: none;
  }
  .admin-page .floating-menu a {
    padding: 0.5em 0;
    display: block;
  }
  .admin-page .floating-menu .item {
    font-size: 1em;
    display: inline-block;
    color: #989fa4;
    margin: 0 1em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
  }
}
@media screen and (max-width: 1475px) {
  .featured-games .site-width .clipping {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .featured-games .site-width,
.game-cats .site-width {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (orientation: landscape) {
  .android-only {
    font-size: 0.8em;
  }

  .circle-riki,
.game-row {
    display: none;
  }
}
@media all and (max-width: 767px) {
  body {
    min-width: 320px;
  }

  body .container {
    width: 100% !important;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .app-icon,
.circle-rik {
    display: none;
  }

  .desktop-links {
    display: none !important;
  }

  .mobile-links {
    display: block !important;
  }

  .site-header nav {
    display: none;
    position: absolute;
    top: 0;
    font-size: 2em;
    left: 0;
    width: 100%;
    background: #23a2ee;
    float: none;
  }

  .site-header nav ul li {
    float: none;
  }

  footer.new ul {
    margin: 0 3em 0 0;
  }

  nav ul .devs-stuff {
    display: none !important;
  }

  .temp-modal {
    font-size: 1.3em !important;
  }

  .resp {
    display: block;
    font-size: 0.7em;
  }

  .resp-reverse {
    display: none;
  }

  .mini {
    font-size: 0.7em;
  }

  nav.company-subnav {
    position: relative;
    padding-top: 3.3em;
  }

  body {
    font-size: 1em;
  }

  .company-subnav {
    font-size: 1.35em;
  }

  .tour {
    display: none;
  }

  .discover-games {
    display: none;
  }

  .next-level {
    display: none;
  }

  .maximize-revenue {
    display: none;
  }

  .stats .icon {
    display: none;
  }

  .heat {
    display: none;
  }

  h3 {
    font-weight: 400;
  }

  .site-header .site-logo img {
    width: 8em;
  }

  .resp-nav .nav-menu-button {
    width: 1.8em;
  }

  header {
    padding: 0.75em 0.8em;
  }

  .max-content-width {
    width: 92% !important;
    margin: auto;
    padding: 0;
    min-width: 0;
  }

  .main-slider {
    font-size: 0.7em;
    position: relative;
    z-index: 100;
    text-align: center;
    height: auto;
  }
  .main-slider h3 {
    font-size: 1.5em;
  }
  .main-slider .swirl,
.main-slider .candy {
    display: none !important;
  }
  .main-slider .btn-blue {
    float: none;
    width: 8em;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.75em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    margin: 0.75em auto 1em auto;
  }
  .main-slider .slide-1 {
    padding: 0 0 2em 0;
    height: auto;
  }
  .main-slider .slide-1 .max-content-width {
    height: auto;
  }
  .main-slider .slide-1 video,
.main-slider .slide-1 .phone,
.main-slider .slide-1 .zombie-grass,
.main-slider .slide-1 .background-swap,
.main-slider .slide-1 .place,
.main-slider .slide-1 .sun,
.main-slider .slide-1 .loader {
    display: none !important;
  }
  .main-slider .slide-1 .slide-content {
    width: 96%;
    float: none;
    margin: auto;
  }

  .mobile-tour h2 {
    font-size: 3em;
    padding: 0.4em 0 0 0;
    text-align: center;
  }
  .mobile-tour .tour-sections {
    padding: 1em 0 2em 0;
  }
  .mobile-tour .tour-sections .text {
    width: 65%;
  }
  .mobile-tour .tour-sections dt {
    border-top: 1px solid #dcdcdc;
    font-size: 1.25em;
    font-weight: 600;
    padding: 1em 0;
    text-transform: uppercase;
  }
  .mobile-tour .tour-sections dd {
    font-weight: 400;
    padding-bottom: 1em;
    font-size: 1.35em;
  }
  .mobile-tour .tour-sections img {
    width: 5.5em;
    margin: 4.65em 2em 0 1.5em;
  }

  .mobile-discover-games {
    text-align: center;
    padding-bottom: 1.5em;
    background: #1b313d url(../images/discover-bg-resp.jpg) -200px 0;
  }
  .mobile-discover-games .discover-nosferatu-resp {
    width: 20%;
  }
  .mobile-discover-games .max-content-width .btn-blue {
    float: none;
    width: 8em;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.75em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    margin: 1em auto;
  }
  .mobile-discover-games h2 {
    font-size: 3.6em;
    padding: 0.45em 0 0.2em 0;
  }

  .mobile-next-level {
    text-align: center;
  }
  .mobile-next-level .quote {
    display: block;
    padding: 1em 0;
    font-size: 80%;
  }
  .mobile-next-level .quote span {
    color: #2798e2;
  }
  .mobile-next-level h2 {
    font-size: 3em;
    padding: 0 0 0.3em 0;
  }
  .mobile-next-level .max-content-width .btn-blue {
    float: none;
    width: 10em;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.75em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    margin: 1.5em auto 1.75em auto;
  }

  .mobile-maximize-revenue {
    background: #f3f6f9;
    border-top: 2px solid #dde0e3;
    text-align: center;
  }
  .mobile-maximize-revenue .quote {
    display: block;
    padding: 1em 0;
    font-size: 80%;
  }
  .mobile-maximize-revenue .quote span {
    color: #2798e2;
  }
  .mobile-maximize-revenue h2 {
    font-size: 3em;
    padding: 0 0 0.3em 0;
  }
  .mobile-maximize-revenue .max-content-width .btn-blue {
    float: none;
    width: 80%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.75em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    margin: 1.5em auto 1.75em auto;
  }

  .company-nav-dropdown {
    display: none;
  }

  .nav-hover-lower {
    display: none;
  }

  .nav-hover-upper {
    display: none;
  }

  header nav ul.primary-nav {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.75em;
    background: #21a4f7;
    -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.2);
  }
  header nav ul.primary-nav li {
    border-bottom: 2px solid #2b92d4;
    width: 100%;
    padding: 0.75em 1em;
  }
  header nav ul.primary-nav li.special {
    padding: 0.75em 1em;
  }
  header nav ul.primary-nav li a {
    color: #fff;
    border-right: none;
    text-align: left;
  }

  nav.company-subnav ul li {
    padding: 0 0.6em;
  }
  nav.company-subnav ul li a {
    font-size: 0.8em;
    letter-spacing: 1px;
  }

  .about-page .about-slider {
    height: 500px;
  }
  .about-page .about-slider .pagination {
    position: absolute;
    z-index: 99999;
    left: 45%;
    bottom: 15%;
  }
  .about-page .about-slider .pagination .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    background: #b2c2cd;
    margin: 0 0.2em;
    z-index: 9999;
  }
  .about-page .about-slider .pagination .swiper-active-switch {
    top: 0.2em;
    background: none;
    border: 3px solid #b2c2cd;
  }
  .about-page .about-slider .swiper-container .slide-1 .slide-content,
.about-page .about-slider .swiper-container .slide-2 .slide-content,
.about-page .about-slider .swiper-container .slide-3 .slide-content {
    position: absolute;
    bottom: 20%;
    float: none;
    width: 90%;
    left: 5%;
    text-align: center;
  }
  .about-page .about-slider .swiper-container .slide-1 .slide-content .btn-blue,
.about-page .about-slider .swiper-container .slide-2 .slide-content .btn-blue,
.about-page .about-slider .swiper-container .slide-3 .slide-content .btn-blue {
    float: none;
    display: block;
    width: 35%;
    font-size: 1.375em;
    margin: 1em auto 0 auto;
    padding: 0.8em 1.2em;
  }
  .about-page .about-slider .swiper-container .slide-1 .slide-content p,
.about-page .about-slider .swiper-container .slide-2 .slide-content p,
.about-page .about-slider .swiper-container .slide-3 .slide-content p {
    font-size: 2.063em;
    font-weight: 200;
    color: #6e7880;
  }
  .about-page .about-slider .swiper-container .slide-1 .slide-content h2,
.about-page .about-slider .swiper-container .slide-2 .slide-content h2,
.about-page .about-slider .swiper-container .slide-3 .slide-content h2 {
    color: #263a49;
    line-height: 1.1;
    font-size: 2.6em;
  }
  .about-page .about-slider .swiper-container .slide-1 .phone {
    top: 5.4em;
    left: 10%;
    width: 50%;
    left: 25%;
  }
  .about-page .about-slider .swiper-container .slide-1 .controller {
    top: 38%;
    left: 12%;
    width: 35%;
  }
  .about-page .about-slider .swiper-container .slide-2 .claro {
    top: 5.4em;
    left: 20%;
    width: 60%;
  }
  .about-page .about-slider .swiper-container .slide-2 .slide-content {
    margin-top: 12em;
  }
  .about-page .about-slider .swiper-container .slide-2 .slide-content h2 {
    font-size: 3em;
  }
  .about-page .about-slider .swiper-container .slide-3 .weplay {
    top: 5.4em;
    left: 20%;
    width: 60%;
  }
  .about-page .about-slider .swiper-container .slide-3 .slide-content {
    margin-right: -2em;
    margin-top: 11em;
  }
  .about-page .about-slider .swiper-container .slide-3 .slide-content h2 {
    font-size: 2.3em;
  }
  .about-page .about-us {
    height: auto;
    padding-bottom: 2em;
    background-position: bottom;
  }
  .about-page .about-us h2 {
    font-size: 4em;
  }
  .about-page .about-us .two-col {
    float: none;
    width: 92%;
    margin: auto;
    display: block;
    font-size: 1.3em;
    padding-top: 1.8em;
  }
  .about-page .news {
    padding-top: 1.8em;
  }
  .about-page .news h2 {
    display: none;
  }
  .about-page .news ul {
    width: 90%;
    margin: auto;
    display: block;
    float: none;
    font-size: 1.4em;
  }
  .about-page .news ul li.first {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .about-page .news ul h3 {
    top: 0.4em;
  }
  .about-page .news ul .arrow {
    margin-top: 1em;
  }

  .main-slider .rslides .slide-1 .slide-content .line1 {
    margin-left: 0;
  }

  .main-slider .rslides .slide-1 .slide-content .line2 {
    margin-left: 0;
  }

  .main-slider .rslides .slide-1 .slide-content .line3 {
    margin-left: 0;
  }

  .main-slider .rslides .slide-1 .slide-content .line4 {
    margin-left: 0;
  }

  .press-page .press-banner {
    padding: 3em 0;
  }
  .press-page .press-banner img {
    display: none;
  }
  .press-page .press-banner .text-box {
    width: 100%;
    margin: 0;
    font-size: 2em;
    padding-top: 2em;
    float: none;
  }
  .press-page .news-and-events .in-the-news h2,
.press-page .news-and-events .upcoming-events h2 {
    font-size: 1.7em;
    top: 0em;
  }
  .press-page .news-and-events .in-the-news li .img-wrap {
    width: 13%;
  }
  .press-page .news-and-events .in-the-news li .img-wrap img {
    position: relative;
    top: 0.4em;
    width: 100%;
  }
  .press-page .news-and-events .in-the-news .text-box {
    margin-left: 3%;
    width: 73%;
  }
  .press-page .upcoming-events li {
    font-size: 1.6em;
    width: 96%;
  }

  .team-page .team-banner .text-box {
    width: 100%;
  }
  .team-page .team-banner .text-box h4 {
    font-size: 1.4em;
  }
  .team-page .playphone-team-img {
    width: 100%;
  }
  .team-page .management-team .team-member-wrap {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  .team-page .management-team .team-member-wrap h2 {
    font-size: 1.3em;
    padding: 1em 0 0 0;
  }
  .team-page .management-team .img_wrapper {
    height: 11em !important;
  }
  .team-page .management-team .img_wrapper img {
    width: 11.2em;
    margin-left: 2%;
  }
  .team-page .board-members-and-locations .office-locations {
    display: none;
  }
  .team-page .board-members-and-locations .left {
    width: 100%;
  }
  .team-page .board-members-and-locations ul li {
    width: 100%;
    font-size: 1.5em;
  }

  .careers-page .careers-banner .text-box {
    width: 100%;
  }
  .careers-page .careers-banner .text-box p {
    font-size: 2em;
    margin-bottom: -1em;
  }
  .careers-page .careers-banner .text-box h3 {
    font-size: 3em;
    position: relative;
  }
  .careers-page .careers-banner .text-box .icons {
    position: relative;
    top: 11px;
  }
  .careers-page .careers-banner .text-box h4 {
    font-size: 1.4em;
  }
  .careers-page .photo-stream {
    display: none;
  }
  .careers-page .careers-banner .text-box .btn-blue {
    font-size: 1.3em;
    width: 200px;
  }
  .careers-page .employee-quotes .slider {
    width: 100%;
  }
  .careers-page .rslides3 {
    width: 100%;
  }
  .careers-page .employee-quotes .slider .rslides3 li {
    width: 100%;
  }
  .careers-page .perks ul {
    width: 100%;
    margin-right: 2%;
  }
  .careers-page .perks ul li {
    font-size: 1.6em;
  }
  .careers-page .perks ul.last {
    width: 100%;
  }
  .careers-page .job-openings {
    padding: 2em 0;
    font-size: 1.5em;
  }
  .careers-page .job-openings ul {
    padding: 0;
    width: 100%;
  }
  .careers-page .job-openings .last {
    display: none;
  }
  .careers-page .job-openings ul li {
    height: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    display: block;
    float: none;
    width: 100%;
    margin: 0.9em auto;
  }
  .careers-page .employee-quotes-slider_nav {
    display: none;
  }
  .careers-page .culture-slide {
    height: 360px;
    width: 100%;
  }

  .careers-details-page {
    background-position: 0 -463px;
  }
  .careers-details-page .breadcrumb a {
    position: relative;
    top: -0.15em;
  }
  .careers-details-page .job-listing .white-box {
    width: 100% !important;
    padding: 0;
  }
  .careers-details-page .job-listing .white-box .padded {
    padding: 2em;
  }
  .careers-details-page .job-listing .white-box .fixed {
    display: none;
  }
  .careers-details-page .job-listing .white-box .head {
    padding: 0;
  }
  .careers-details-page .job-listing .white-box .feature img {
    display: none;
    width: 25%;
  }
  .careers-details-page .job-listing .white-box .feature h4 {
    float: none;
    width: 89.5%;
    margin: auto;
    font-size: 1.5em;
  }
  .careers-details-page .job-listing .white-box .lowPar {
    padding: 0.5em 1.6em 0.5em 1.6em;
  }
  .careers-details-page .job-listing .white-box h3 {
    font-size: 2.3em;
    padding-top: 0.55em;
  }

  /* **press details page */
  .press-details-page .white-box {
    width: 100% !important;
  }
  .press-details-page .white-box span {
    position: relative;
    top: 1.2em;
    width: 30px;
    height: 30px;
    margin: 20px 0.25em 10px 30px;
    display: inline-block;
    background: url(../images/sprite-master.png) no-repeat;
    background-position: -250px -295px;
  }
  .press-details-page .white-box h2 {
    position: relative;
    color: #263a49;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.875em;
    top: 3px;
    padding: 0 0 2em 0;
    letter-spacing: 0.1em;
  }
  .press-details-page .white-box .news-list {
    width: 90%;
    padding: 1em;
    margin: auto;
    border-top: 1px solid #d8dfe2;
  }
  .press-details-page .white-box .news-list .left {
    width: 70%;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2798e2;
  }
  .press-details-page .white-box .news-list .right {
    font-size: 0.8em;
    font-weight: 600;
    color: #aabcc8;
    text-transform: uppercase;
  }
  .press-details-page .white-box a {
    color: #2798e2;
    text-decoration: none;
  }

  .developers-page .purple-bar {
    font-size: 0.65em;
  }
  .developers-page .purple-bar img {
    width: 3em;
  }
  .developers-page .main-greeting a {
    width: 50%;
  }
  .developers-page .meta span {
    display: block;
  }
  .developers-page .signup-container {
    width: 85%;
    margin: auto;
    margin-top: 2em;
    font-size: 0.7em;
  }
  .developers-page .monetize .text h3 {
    font-size: 2.4em;
  }

  .games-page .games-main-slider .max-content-width {
    padding: 2em 0;
  }
  .games-page .games-main-slider .max-content-width .fade-left {
    display: none;
  }
  .games-page .games-main-slider .max-content-width .fade-right {
    display: none;
  }
  .games-page .games-main-slider .max-content-width .swiper-slide img {
    display: none;
  }
  .games-page .games-main-slider .max-content-width .swiper-slide-active img {
    display: block;
  }
  .games-page .games-main-slider .max-content-width .game-info {
    font-size: 1em;
    float: none;
    text-align: center;
    width: 92%;
    margin: auto;
  }
  .games-page .games-main-slider .max-content-width .game-info h2 {
    font-size: 3.1em;
    font-weight: 400;
  }
  .games-page .games-main-slider .max-content-width .game-info h3 {
    font-size: 1.4em;
    font-weight: 400;
  }
  .games-page .games-main-slider .max-content-width .game-info h5 {
    padding-bottom: 0.75em;
    font-size: 1.4em;
  }
  .games-page .games-main-slider .max-content-width .game-info p {
    font-size: 1.3em;
  }
  .games-page .games-main-slider .max-content-width .game-info .btn-green {
    float: left;
    width: 32%;
    padding: 0.625em 0;
    font-weight: 600;
    font-size: 1.2em;
  }
  .games-page .game-rows h2 {
    font-size: 2em;
  }
  .games-page .game-rows .star-row {
    margin-top: 0.5em;
    display: block;
  }
  .games-page .game-rows .row-dark {
    padding: 0;
    background: none;
  }
  .games-page .game-rows .row-light {
    padding: 0;
    background: none;
    border-top: 0;
    border-bottom: 0;
  }
  .games-page .game-rows .slide {
    padding: 0 1.5em;
  }
  .games-page .game-rows .game-card {
    position: relative;
    float: none;
    margin: 0 auto 1em auto;
    width: 94%;
  }
  .games-page .game-rows .game-card .hover div {
    background-position: 135px -580px;
    margin-top: 14%;
  }
  .games-page .game-rows .game-card span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0.2em 0.5em;
    color: #fff;
    font-weight: 600;
    background: #6a9ab3;
    font-size: 0.8em;
    opacity: 0.9;
  }
  .games-page .game-rows .game-card a {
    font-size: 2em;
    padding-top: 0.4em;
    display: block;
  }
  .games-page .game-rows .game-card .pub {
    font-size: 1.5em;
  }
  .games-page .modal {
    top: 10%;
    left: 0;
    margin-left: 0;
  }
  .games-page .close {
    top: -15%;
    right: 3%;
  }
  .games-page .game-download {
    width: 96%;
    left: 2%;
  }
  .games-page .game-download .details {
    padding-top: 0;
  }
  .games-page .game-download .brick-and-send {
    display: none;
  }
  .games-page .game-download .input-row .left.tbox {
    width: 92%;
    display: block;
    font-weight: 400;
    font-size: 1.4em;
    padding: 0.8em;
    float: none;
  }
  .games-page .game-download .mobilesend {
    width: 100%;
    margin-top: 1em;
    display: block;
    background: #2296e2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
  }
  .games-page .game-download .submit {
    width: 32%;
    float: none;
    margin: auto;
  }
  .games-page .games-filter-bar .sections {
    font-size: 1.4em;
    padding: 0 0.6em;
  }
  .games-page .games-filter-bar input[type=text] {
    width: 11em;
    display: block;
    float: none;
    width: 80%;
    margin: 0.75em;
    font-size: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0.65em 0.65em 0.8em 0.65em;
  }
  .games-page h2 {
    font-size: 1.5em;
  }

  .team-details-page {
    background-position: 0 -463px;
  }
  .team-details-page .breadcrumb a {
    position: relative;
    top: -0.15em;
  }
  .team-details-page .white-box {
    width: 100% !important;
  }
  .team-details-page .white-box .head {
    padding: 0;
  }
  .team-details-page .white-box .feature img {
    display: none;
    width: 25%;
  }
  .team-details-page .white-box .feature h4 {
    float: none;
    width: 89.5%;
    margin: auto;
    font-size: 1.5em;
  }
  .team-details-page .white-box .lowPar {
    padding: 0.5em 1.6em 0.5em 1.6em;
  }
  .team-details-page .white-box h3 {
    font-size: 2.3em;
    padding-top: 0.55em;
  }
  .team-details-page .white-box img.resp {
    padding: 0 1.5em 1em 0;
    width: 25%;
  }

  .breadcrumb h2 {
    position: relative;
    top: -0.15em;
  }

  .legal-details-page {
    background: #eff1f2 url(../images/careers-banner-bg.jpg) repeat-x 0 -544px;
  }
  .legal-details-page .white-box {
    width: 100% !important;
  }
  .legal-details-page .legal-menu {
    display: block;
    position: relative;
    opacity: 1;
    width: 100%;
    margin-top: 10px;
    font-weight: 200;
  }
  .legal-details-page .legal-menu li {
    font-size: 1.1em;
    font-weight: 400;
    padding: 0.3em 0;
  }
  .legal-details-page .legal-menu a {
    color: #279ce7;
    text-decoration: none;
    font-size: 0.875em;
  }
  .legal-details-page .legal-menu a:hover {
    text-decoration: underline;
  }
  .legal-details-page .legal-menu p {
    font-size: 0.875em;
    color: #788c97;
  }
  .legal-details-page .legal-menu h4 {
    font-size: 1.875em;
    font-weight: 200;
    text-transform: capitalize;
    padding-bottom: 0.3em;
  }

  .tango-page .reach-users h2 {
    padding-top: 1.3em !important;
  }

  .vzw-page .what-devs-are-saying,
.weplay-devs-page .what-devs-are-saying,
.tango-page .what-devs-are-saying {
    padding-bottom: 3em;
  }
  .vzw-page .what-devs-are-saying h5,
.weplay-devs-page .what-devs-are-saying h5,
.tango-page .what-devs-are-saying h5 {
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    color: #4b6879;
    padding-bottom: 0.7em;
    border-bottom: 2px solid #e3e3e3;
  }
  .vzw-page .what-devs-are-saying .quote,
.weplay-devs-page .what-devs-are-saying .quote,
.tango-page .what-devs-are-saying .quote {
    float: none;
    width: 100%;
    text-align: center;
    margin: 1em 0;
    padding: 0 2%;
  }
  .vzw-page .what-devs-are-saying .quote.middle,
.weplay-devs-page .what-devs-are-saying .quote.middle,
.tango-page .what-devs-are-saying .quote.middle {
    border-right: none;
    border-left: none;
  }
  .vzw-page .games-on-verizon,
.weplay-devs-page .games-on-verizon,
.tango-page .games-on-verizon {
    height: 23.75em;
    text-align: center;
    padding: 2.7em 0 0 0;
    background: #f0f2f3 url(../images/vzw-main-bg.png) no-repeat center top;
  }
  .vzw-page .games-on-verizon .max-content-width img,
.weplay-devs-page .games-on-verizon .max-content-width img,
.tango-page .games-on-verizon .max-content-width img {
    width: 54%;
    position: relative;
    top: -2px;
  }
  .vzw-page .games-on-verizon .max-content-width span,
.vzw-page .games-on-verizon .max-content-width p,
.weplay-devs-page .games-on-verizon .max-content-width span,
.weplay-devs-page .games-on-verizon .max-content-width p,
.tango-page .games-on-verizon .max-content-width span,
.tango-page .games-on-verizon .max-content-width p {
    font-size: 1.125em;
  }
  .vzw-page .games-on-verizon .max-content-width span,
.weplay-devs-page .games-on-verizon .max-content-width span,
.tango-page .games-on-verizon .max-content-width span {
    display: none;
  }
  .vzw-page .games-on-verizon .max-content-width h4,
.weplay-devs-page .games-on-verizon .max-content-width h4,
.tango-page .games-on-verizon .max-content-width h4 {
    padding: 2em 0;
    font-size: 1.125em;
    text-align: center;
  }
  .vzw-page .games-on-verizon .max-content-width .btn-blue,
.weplay-devs-page .games-on-verizon .max-content-width .btn-blue,
.tango-page .games-on-verizon .max-content-width .btn-blue {
    margin: 0 1em 0 0.75em;
    font-size: 1.375em;
    font-weight: 600;
  }
  .vzw-page .games-on-verizon .max-content-width .login,
.weplay-devs-page .games-on-verizon .max-content-width .login,
.tango-page .games-on-verizon .max-content-width .login {
    display: none;
    color: #334957;
  }
  .vzw-page .games-on-tango,
.weplay-devs-page .games-on-tango,
.tango-page .games-on-tango {
    height: 30em;
    text-align: center;
    padding: 2.7em 0 0 0;
    background: #f0f2f3 url(../images/vzw-main-bg.png) no-repeat center top;
  }
  .vzw-page .games-on-tango .max-content-width,
.weplay-devs-page .games-on-tango .max-content-width,
.tango-page .games-on-tango .max-content-width {
    height: 29.75em;
  }
  .vzw-page .games-on-tango .max-content-width img,
.weplay-devs-page .games-on-tango .max-content-width img,
.tango-page .games-on-tango .max-content-width img {
    width: 65%;
  }
  .vzw-page .games-on-tango .max-content-width span,
.vzw-page .games-on-tango .max-content-width p,
.weplay-devs-page .games-on-tango .max-content-width span,
.weplay-devs-page .games-on-tango .max-content-width p,
.tango-page .games-on-tango .max-content-width span,
.tango-page .games-on-tango .max-content-width p {
    font-size: 1.125em;
  }
  .vzw-page .games-on-tango .max-content-width h4,
.weplay-devs-page .games-on-tango .max-content-width h4,
.tango-page .games-on-tango .max-content-width h4 {
    padding: 2em 0;
    width: 90%;
    font-size: 1.125em;
    text-align: center;
  }
  .vzw-page .games-on-tango .max-content-width .btn-blue,
.weplay-devs-page .games-on-tango .max-content-width .btn-blue,
.tango-page .games-on-tango .max-content-width .btn-blue {
    display: block;
    width: 57%;
    margin: auto;
    font-size: 1.375em;
    font-weight: 600;
  }
  .vzw-page .games-on-tango .max-content-width .login,
.weplay-devs-page .games-on-tango .max-content-width .login,
.tango-page .games-on-tango .max-content-width .login {
    display: none;
    color: #334957;
  }
  .vzw-page .games-on-singtel,
.weplay-devs-page .games-on-singtel,
.tango-page .games-on-singtel {
    height: auto;
    padding: 2.7em 0 7em;
    background: #f0f2f3 url(../images/carrier-imgs-main-bg.png) no-repeat center top;
  }
  .vzw-page .games-on-singtel .max-content-width .left.main,
.weplay-devs-page .games-on-singtel .max-content-width .left.main,
.tango-page .games-on-singtel .max-content-width .left.main {
    float: none;
  }
  .vzw-page .games-on-singtel .max-content-width .right,
.weplay-devs-page .games-on-singtel .max-content-width .right,
.tango-page .games-on-singtel .max-content-width .right {
    float: none;
    width: 95%;
    margin: auto;
    text-align: center;
    padding-top: 1em;
  }
  .vzw-page .games-on-singtel .max-content-width h2,
.weplay-devs-page .games-on-singtel .max-content-width h2,
.tango-page .games-on-singtel .max-content-width h2 {
    font-size: 2em;
    font-weight: 400;
    padding: 1em 0 0.45em 0;
  }
  .vzw-page .games-on-singtel .max-content-width .announcing,
.weplay-devs-page .games-on-singtel .max-content-width .announcing,
.tango-page .games-on-singtel .max-content-width .announcing {
    position: relative;
    top: -0.6em;
    display: block;
    width: 100%;
    margin: auto;
  }
  .vzw-page .games-on-singtel .max-content-width .main,
.weplay-devs-page .games-on-singtel .max-content-width .main,
.tango-page .games-on-singtel .max-content-width .main {
    display: none;
  }
  .vzw-page .games-on-singtel .max-content-width .ellipses-1,
.weplay-devs-page .games-on-singtel .max-content-width .ellipses-1,
.tango-page .games-on-singtel .max-content-width .ellipses-1 {
    right: -140px;
  }
  .vzw-page .games-on-singtel .max-content-width .ellipses-2,
.weplay-devs-page .games-on-singtel .max-content-width .ellipses-2,
.tango-page .games-on-singtel .max-content-width .ellipses-2 {
    bottom: -9em;
    right: -89px;
  }
  .vzw-page .games-on-singtel .max-content-width span,
.vzw-page .games-on-singtel .max-content-width p,
.weplay-devs-page .games-on-singtel .max-content-width span,
.weplay-devs-page .games-on-singtel .max-content-width p,
.tango-page .games-on-singtel .max-content-width span,
.tango-page .games-on-singtel .max-content-width p {
    font-size: 1.125em;
  }
  .vzw-page .games-on-singtel .max-content-width .larger,
.weplay-devs-page .games-on-singtel .max-content-width .larger,
.tango-page .games-on-singtel .max-content-width .larger {
    font-size: 1.5em;
  }
  .vzw-page .games-on-singtel .max-content-width h4,
.weplay-devs-page .games-on-singtel .max-content-width h4,
.tango-page .games-on-singtel .max-content-width h4 {
    padding: 2em 0;
    text-align: center;
  }
  .vzw-page .games-on-singtel .max-content-width .sign-up-row,
.weplay-devs-page .games-on-singtel .max-content-width .sign-up-row,
.tango-page .games-on-singtel .max-content-width .sign-up-row {
    padding-top: 3em;
  }
  .vzw-page .games-on-singtel .max-content-width .btn-blue,
.weplay-devs-page .games-on-singtel .max-content-width .btn-blue,
.tango-page .games-on-singtel .max-content-width .btn-blue {
    margin: 0 1em 0 0;
    font-size: 1.375em;
    font-weight: 600;
  }
  .vzw-page .games-on-singtel .max-content-width .login,
.weplay-devs-page .games-on-singtel .max-content-width .login,
.tango-page .games-on-singtel .max-content-width .login {
    color: #334957;
  }
  .vzw-page .white-row,
.weplay-devs-page .white-row,
.tango-page .white-row {
    position: relative;
    z-index: 2;
    background: #fff;
    border-top: 2px solid #e7eaec;
    padding: 2.5em 0 4em 0;
  }
  .vzw-page .white-row p,
.weplay-devs-page .white-row p,
.tango-page .white-row p {
    line-height: 1.4;
    font-size: 1.125em;
  }
  .vzw-page .white-row span,
.weplay-devs-page .white-row span,
.tango-page .white-row span {
    font-weight: 600;
    font-style: italic;
  }
  .vzw-page .white-row img,
.weplay-devs-page .white-row img,
.tango-page .white-row img {
    position: relative;
    width: 90%;
    margin: auto;
    display: block;
    float: none;
  }
  .vzw-page .white-row .left,
.weplay-devs-page .white-row .left,
.tango-page .white-row .left {
    text-align: center;
    float: none;
    width: 100%;
  }
  .vzw-page .white-row h2,
.weplay-devs-page .white-row h2,
.tango-page .white-row h2 {
    padding: 0.3em 0 0.45em 0;
  }
  .vzw-page .white-row .btn-blue,
.weplay-devs-page .white-row .btn-blue,
.tango-page .white-row .btn-blue {
    font-weight: 600;
    font-size: 1.3em;
    margin: 1em auto 0 auto;
  }
  .vzw-page .reach-users,
.weplay-devs-page .reach-users,
.tango-page .reach-users {
    background: #fff;
    height: 31em;
  }
  .vzw-page .reach-users img,
.weplay-devs-page .reach-users img,
.tango-page .reach-users img {
    top: -134px;
    width: 100%;
    left: 0;
    position: absolute;
  }
  .vzw-page .reach-users .left,
.weplay-devs-page .reach-users .left,
.tango-page .reach-users .left {
    float: none;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .vzw-page .reach-users h2,
.weplay-devs-page .reach-users h2,
.tango-page .reach-users h2 {
    padding: 2.7em 0 0.45em 0;
  }
  .vzw-page .reach-users .carrier-list,
.weplay-devs-page .reach-users .carrier-list,
.tango-page .reach-users .carrier-list {
    padding-top: 6em;
  }
  .vzw-page .integrate-sdk,
.weplay-devs-page .integrate-sdk,
.tango-page .integrate-sdk {
    position: relative;
    z-index: 3;
    padding: 0 0 2em 0;
    text-align: center;
    height: auto;
  }
  .vzw-page .integrate-sdk img,
.weplay-devs-page .integrate-sdk img,
.tango-page .integrate-sdk img {
    width: 100%;
    float: none;
    margin: -2.67em 0 0 0;
  }
  .vzw-page .integrate-sdk .right,
.weplay-devs-page .integrate-sdk .right,
.tango-page .integrate-sdk .right {
    float: none;
    margin: 0;
    width: 100%;
  }
  .vzw-page .integrate-sdk h2,
.weplay-devs-page .integrate-sdk h2,
.tango-page .integrate-sdk h2 {
    width: 80%;
    margin: auto;
    padding: 1em 0 0.45em 0;
  }
  .vzw-page .integrate-sdk .btn-blue,
.weplay-devs-page .integrate-sdk .btn-blue,
.tango-page .integrate-sdk .btn-blue {
    font-weight: 600;
    font-size: 1.3em;
    margin: 1em auto 0 auto;
  }
  .vzw-page .direct-billing,
.weplay-devs-page .direct-billing,
.tango-page .direct-billing {
    text-align: center;
    height: auto;
    padding: 0 0 2em 0;
  }
  .vzw-page .direct-billing img,
.weplay-devs-page .direct-billing img,
.tango-page .direct-billing img {
    width: 80%;
    float: none;
    margin: auto;
  }
  .vzw-page .direct-billing .left,
.weplay-devs-page .direct-billing .left,
.tango-page .direct-billing .left {
    float: none;
    width: 100%;
  }
  .vzw-page .direct-billing h2,
.weplay-devs-page .direct-billing h2,
.tango-page .direct-billing h2 {
    padding: 2.2em 0 0.45em 0;
  }
  .vzw-page .gain-insights,
.weplay-devs-page .gain-insights,
.tango-page .gain-insights {
    text-align: center;
  }
  .vzw-page .gain-insights .max-content-width,
.weplay-devs-page .gain-insights .max-content-width,
.tango-page .gain-insights .max-content-width {
    height: auto;
  }
  .vzw-page .gain-insights img,
.weplay-devs-page .gain-insights img,
.tango-page .gain-insights img {
    position: relative;
    width: 80%;
  }
  .vzw-page .gain-insights .right,
.weplay-devs-page .gain-insights .right,
.tango-page .gain-insights .right {
    float: none;
    width: 100%;
  }
  .vzw-page .gain-insights h2,
.weplay-devs-page .gain-insights h2,
.tango-page .gain-insights h2 {
    padding: 1em 0;
  }

  .weplay-devs-page .reach-users h2 {
    padding-top: 3.2em;
  }

  .weplay-devs-page .reach-users img {
    top: -113px;
  }

  footer .max-content-width {
    min-width: 0;
  }
  footer .quick-links ul li {
    font-size: 1.2em;
  }
  footer .quick-links ul li.games {
    display: none;
  }
  footer .quick-links ul li.about {
    display: none;
  }
  footer .quick-links ul li.developers {
    display: none;
  }
  footer .quick-links ul li.blog {
    display: none;
  }
  footer .the-end .blocks.follow {
    width: 100%;
  }
  footer .the-end .blocks.follow a {
    position: relative;
    top: -0.1em;
    left: 0.6em;
    display: inline-block;
    margin: 0 0.75em;
    width: 13%;
  }
  footer .the-end .blocks.follow a img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.65;
  }
  footer .the-end .blocks.follow a img:hover {
    opacity: 1;
  }
  footer .the-end .blocks.copyright {
    color: #334a58;
    font-size: 1em;
  }
  footer .the-end .term-drop {
    width: 100%;
  }
  footer .remove {
    display: none !important;
  }

  .contact-page .contact-form {
    height: auto;
    padding-bottom: 2em;
  }
  .contact-page .contact-form .left {
    float: none;
    width: 100%;
  }
  .contact-page .contact-form .left input[type=text] {
    display: block;
    width: 90%;
  }
  .contact-page .contact-form .left textarea {
    display: block;
    width: 90%;
  }
  .contact-page .contact-form .right {
    float: none;
    width: 100%;
  }
  .contact-page .contact-form .right .btn-blue {
    display: block;
    width: 97%;
  }
  .contact-page .office-locations {
    display: none;
  }
  .contact-page .contacts-and-locations .contacts .person {
    width: 90%;
    display: block;
    float: none;
    font-size: 1.5em;
  }

  .error-page {
    background: #eff1f2;
    text-align: center;
  }
  .error-page .error-message {
    min-height: 600px;
  }
  .error-page .error-message p {
    font-size: 2em;
    font-weight: 200;
    color: #2798e2;
  }
  .error-page .error-message img {
    padding: 2em 0 2em 0;
  }
  .error-page footer {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  html.weplay {
    background: #a8a6a1;
  }

  .weplay-page {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .weplay-page .main-content .not-supported {
    padding: 0.75em;
    font-size: 14px;
    color: #fff;
    width: 75%;
    margin: auto;
    background: #921c1c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    opacity: 0.87;
    text-align: center;
  }
  .weplay-page .terms {
    position: absolute;
    left: 2%;
    z-index: 100;
    width: 96%;
    background: #fff;
    padding: 0 10px 5px 10px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }
  .weplay-page .dev-info {
    padding-top: 14px !important;
  }
  .weplay-page .mobile {
    display: block;
  }
  .weplay-page .show {
    display: block !important;
  }
  .weplay-page .nav-click {
    float: right;
    top: 0;
    margin-right: -1em;
    right: 0;
    width: 4.3em;
  }
  .weplay-page .site-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1em;
  }
  .weplay-page .left.phone {
    position: relative;
    left: -2%;
    float: none;
    width: 80%;
    display: block;
    margin: auto;
    padding-top: 2em;
  }
  .weplay-page .main-content .right {
    width: 100%;
    float: none;
    padding-top: 1em;
  }
  .weplay-page .main-content .right .announcing {
    width: 100%;
    display: block;
    float: none;
  }
  .weplay-page .main-content .right .start {
    width: 90%;
    display: block;
    float: none;
    padding-top: 0.5em;
  }
  .weplay-page .main-content .right .download {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .weplay-page .main-content .right .points {
    padding-left: 9%;
  }
  .weplay-page .main-content .right .points .point {
    float: left;
    width: 47%;
    margin: 0 1% 2em 1%;
    font-size: 14px;
    color: #a19c8d;
    text-align: center;
  }
  .weplay-page .main-content .right .points .point img {
    width: 60%;
  }
  .weplay-page .featured-games {
    padding-bottom: 2em;
  }
  .weplay-page .featured-games .games {
    padding: 0 1em;
  }
  .weplay-page .featured-games .games .featured {
    display: block;
    margin: 0 auto;
    padding: 2em 0 1em 0;
  }
  .weplay-page .featured-games .games .game {
    position: relative;
    float: none;
    display: block;
    margin: 0 auto 1.25em auto;
    width: 90%;
    margin: 0 auto 1.5em auto;
    height: auto;
    cursor: pointer;
  }
  .weplay-page .featured-games .games .game img {
    width: 100%;
  }
  .weplay-page .footer .ppp {
    position: relative;
    top: 6px;
    padding-left: 0;
  }
  .weplay-page .footer .right {
    padding-right: 0;
  }
  .weplay-page header .nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-top: 0;
    background: #13b794;
  }
  .weplay-page header .nav li {
    display: block;
    float: none;
    padding: 0.6em;
    border-right: none;
    padding: 0.8em 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #129e80;
    cursor: pointer;
  }
  .weplay-page header .nav li:hover {
    background: #12a485;
  }
  .weplay-page header .nav li.last {
    padding-right: 1.5em;
    border: none;
  }
  .weplay-page header .nav li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
  .weplay-page .modal {
    display: none;
    position: fixed;
    z-index: 101;
    top: 14%;
    width: 90%;
    left: 2%;
    margin: 0;
    min-height: 0;
    text-align: center;
    padding: 20px 10px 20px 10px;
    background: #f5f2e9;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.5);
  }
  .weplay-page .modal .main-image {
    display: none;
  }
  .weplay-page .modal .x {
    width: 1.5em;
    top: 7px;
    right: 7px;
  }
  .weplay-page .modal .title-stats {
    width: 100%;
  }
  .weplay-page .modal .title-stats .title {
    font-size: 26px;
    padding-bottom: 0.1em;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .weplay-page .modal .title-stats img {
    width: 5%;
  }
  .weplay-page .modal .title-stats a {
    float: none;
    display: block;
    width: 30%;
    margin: 0.75em auto;
  }
  .weplay-page .modal .desc-img {
    width: 30%;
  }
  .weplay-page .modal .description {
    font-size: 1.3em;
  }
  .weplay-page .modal .screenshots div {
    display: none;
  }
  .weplay-page .download-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin-left: 0;
    width: 100%;
    top: 5%;
  }
  .weplay-page .download-box .row {
    left: 75px;
  }
  .weplay-page .download-box .install-text {
    width: 100%;
  }
  .weplay-page .download-box .step1 {
    width: 80%;
  }
  .weplay-page .download-box .step2 {
    width: 80%;
  }
  .weplay-page .download-box .step3 {
    width: 80%;
  }

  ol.bjqs-markers {
    display: none;
  }

  .app-modal .wrap {
    width: 90%;
    margin: 2em auto;
  }
  .app-modal .wrap .large-logo {
    width: 100%;
  }
  .app-modal .wrap .bottom .mobile,
.app-modal .wrap .bottom .qr {
    float: none;
    width: 100%;
    padding: 2.5em 2.2em 2.2em 2.2em;
  }
  .app-modal .wrap .bottom .mobile input[type=phone] {
    width: 100%;
    display: block;
    margin: 1.5em 0;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background: #006a9a;
    color: #fefefe;
    border: none;
    padding: 1.2em;
    font-size: 0.875em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .app-modal .wrap .bottom .mobile input[type=submit] {
    display: block;
    width: 100%;
    margin: 1.5em 0;
    text-align: center;
    background: #fff;
    border: none;
    padding: 1.2em;
    font-size: 0.875em;
    color: #01affe;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .app-modal .wrap .bottom .mobile p {
    font-size: 1.125em;
  }
  .app-modal .wrap .bottom .mobile span {
    display: block;
    font-size: 0.625em;
  }
  .app-modal .wrap .bottom .qr {
    background: #0098dd;
  }
  .app-modal .wrap .bottom .qr img {
    display: block;
    margin: 2em auto 0 auto;
    text-align: center;
  }
  .app-modal .wrap .bottom .qr p {
    font-size: 1.125em;
  }

  .riki,
.phone {
    display: none;
  }

  .discover {
    font-size: 0.8em;
  }

  .cat-label.paid {
    display: none;
  }

  .game-cats .site-width .cat-label {
    float: none;
    width: 100%;
  }

  .featured-games {
    padding: 9% 0 3% 0;
  }

  .featured-games .site-width,
.game-cats .site-width {
    padding: 0 5%;
  }

  .featured-games .site-width .label,
.game-cats .site-width .label {
    font-size: 1em;
  }

  .game .data {
    font-size: 0.8em;
  }

  .star-row img {
    width: 1em;
    margin: 0 0.05em;
  }

  .game-cats .site-width .app-info {
    padding: 1em 0 0 0;
  }

  .discover {
    padding: 3em 2% 2.8em 2%;
  }

  .discover span {
    font-size: 0.8em;
  }

  .discover a {
    text-decoration: none;
    padding: 0.95em 1.5em 0.85em 1.5em;
    font-size: 0.9em;
  }

  .discover a img {
    width: 1.4em;
  }

  .featured-games .site-width .banner-wrap .banner-info {
    padding: 2%;
  }

  .banner-wrap .banner-info .data {
    font-size: 0.5em;
  }

  .featured-games .site-width .banner-wrap .banner-info .app-icon {
    width: 15%;
  }

  .featured-games .site-width .banner-wrap .banner-info .price {
    padding: 1em 0 0 0;
    font-size: 1em;
  }

  footer.new .right-chunk .title {
    padding: 1em 0 0.2em 0;
  }

  footer.new {
    padding: 9% 0;
  }

  footer.new .right-chunk,
footer.new .left-chunk {
    width: 100%;
    float: none;
  }

  footer .left-chunk {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }

  .term-drop {
    display: block;
    margin: 0.5em 0 0 0;
    font-size: 0.8em;
  }

  .link-drop a {
    margin: 0.4em;
  }

  .newheader {
    padding: 12px 30px 10px 30px;
    border-bottom: 2px solid transparent;
  }

  .newheader.site-header-internal {
    background: #23a2ee !important;
  }

  .newheader.toggled,
.newheader.fixed {
    border-bottom: 2px solid #67bff3;
  }

  .newheader nav {
    display: none;
    padding-top: 25px;
  }

  .nav-menu-button {
    padding: 0.4em 0.4em 0 0;
    width: 1.8em;
  }

  .logo .logo-desktop {
    display: none;
  }
  .logo .logo-mobile {
    display: inline-block;
    max-width: 128px;
    width: 100%;
    height: auto;
  }

  .newheader .mobile-links {
    padding-left: 25px;
    margin-bottom: 20px;
    text-align: left;
  }

  .newheader .mobile-links.right {
    margin-bottom: 0;
  }

  .newheader .mobile-links-bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .newheader .mobile-links-bottom a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
  }
  .newheader .mobile-links-bottom a:first-child {
    margin-left: 0;
  }
  .newheader .mobile-links-bottom a:last-child {
    margin-right: 0;
  }

  .newheader .mobile-links a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    font-family: "montserrat-light", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    padding: 0 0 8px 0;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color, opacity 0.3s;
    transition: border-color, opacity 0.3s;
    opacity: 0.7;
    display: inline-block;
    width: auto;
  }
  .newheader .mobile-links a:hover, .newheader .mobile-links a:focus, .newheader .mobile-links a:active {
    opacity: 1;
    border-bottom: solid 2px #fff;
  }

  .newheader .mobile-links-bottom a {
    opacity: 1;
  }
  .newheader .mobile-links-bottom a img {
    max-width: 108px;
    width: 100%;
    height: auto;
  }
  .newheader .mobile-links-bottom a:hover, .newheader .mobile-links-bottom a:focus, .newheader .mobile-links-bottom a:active {
    border-bottom: none;
  }

  .featured-games .site-width .banner-wrap .banner {
    top: -20px;
  }

  .qr-hover {
    position: absolute;
    z-index: 100;
    left: 5%;
    bottom: 40px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #fff;
    width: 90%;
  }
  .qr-hover.hard {
    left: 0;
    margin-left: 0;
    width: 100%;
    font-size: 0.75em;
  }
  .qr-hover.hard .left-side {
    padding: 2%;
  }
  .qr-hover h4 {
    display: none;
  }
  .qr-hover .arrow {
    left: 7%;
  }
  .qr-hover .left-side {
    float: none;
    width: 100%;
  }
  .qr-hover .right-side {
    display: none;
  }
  .qr-hover .download-button {
    font-size: 1.15em !important;
    display: block !important;
  }

  .sub-header {
    width: 100%;
    background-color: #156ea9;
    padding-top: 52px;
  }

  .legal-details-page .sub-header {
    padding-top: 72px;
  }

  .legal-details-page .sub-header .sub-header-title {
    font-size: 16px;
    bottom: 15px;
    text-align: center;
    line-height: 1.1;
  }

  .sub-header .sub-header-wrap {
    width: 100%;
    min-height: 87px;
  }

  .sub-header .sub-header-title {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    padding: 0;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .page-content {
    width: 100%;
    -webkit-box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #747f87;
    background: #fff;
    padding: 30px 23px;
    margin: -28px auto 40px auto;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .content-wrap {
    position: relative;
    z-index: 20;
    padding-top: 28px;
    max-width: 100%;
  }

  .welcome {
    padding: 75px 0 38px 0;
    background-image: none;
    min-height: 285px;
  }
  .welcome .wrap .message .message-text {
    max-width: 320px;
    font-size: 28px;
    line-height: 1.21;
  }
  .welcome .wrap .products-wrap {
    padding-top: 33px;
  }
  .welcome .wrap .products-wrap .products-title {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
  .welcome .wrap .products-wrap .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .welcome .wrap .products-wrap .products .product {
    margin-left: 0px;
    margin-top: 20px;
    max-width: 274px;
    height: 274px;
  }
  .welcome .wrap .products-wrap .products .product:first-child {
    margin-top: 0px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details {
    padding: 20px 18px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details > .product-logo.playedge {
    max-width: 92px;
    height: 28px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details > .product-logo.dev {
    max-width: 110px;
    height: 23px;
  }
  .welcome .wrap .products-wrap .products .product > .product-details > .product-button {
    width: 105.8px;
    height: 30.4px;
    font-size: 12px;
    letter-spacing: 1.3px;
  }

  .mspo-section {
    min-height: auto;
  }

  .mspo-section .mspo-section-image {
    position: relative;
    margin-top: 15px;
  }

  .mspo-section .mspo-section-logo {
    max-width: 122px;
    margin-bottom: 30px;
  }

  .mspo-section .mspo-section-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 12px;
  }

  .mspo-section .mspo-section-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .mspo-section .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .mspo-section .buttons .mspo-button-developers {
    width: 257px;
    min-height: 61px;
    color: #fe7c28;
    border: solid 2px #fe7c28;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 30px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0;
    margin-bottom: 23px;
  }

  .mspo-section .buttons .mspo-button {
    width: 257px;
    min-height: 61px;
    border: solid 2px #fe7c28;
    background: #fe7c28;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 30px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
  }

  .playedge-section > .container > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playedge-section > .container > .wrap > .wrap-content {
    width: 100%;
    height: 374px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
    padding-bottom: 508px;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-section-logo {
    width: 172px;
    height: 51px;
    margin-bottom: 18px;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-section-title {
    max-width: 240px;
    font-size: 25px;
    margin-bottom: 14px;
    text-align: center;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-section-text {
    max-width: 280px;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 20px;
    text-align: center;
  }
  .playedge-section > .container > .wrap > .wrap-content > .playedge-button {
    width: 145px;
    height: 51.2px;
    font-size: 20px;
    line-height: 1;
  }
  .playedge-section > .container > .wrap > .wrap-image {
    padding-right: 0px;
    width: 100%;
    height: 508px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .playedge-section > .container > .wrap > .wrap-image > .playedge-section-image {
    position: relative;
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .developers-section > .container > .wrap {
    min-height: 380px;
    padding-bottom: 390px;
  }
  .developers-section > .container > .wrap > .wrap-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-section-logo {
    width: 145px;
    height: 29px;
    margin-bottom: 22px;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-section-title {
    max-width: 270px;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 19px;
    text-align: center;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-section-text {
    max-width: 275px;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 28px;
    text-align: center;
  }
  .developers-section > .container > .wrap > .wrap-content > .developers-button {
    width: 171px;
    height: 51.2px;
    font-size: 20px;
    line-height: 1;
  }
  .developers-section > .container > .wrap > .wrap-image {
    position: absolute;
    width: 100%;
    height: 390px;
    left: 50px;
    top: initial;
    bottom: 0;
    right: 0;
  }

  .team-section .container {
    padding: 0;
  }

  .team-section .our-team-block {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.12);
    min-height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 28px;
  }

  .team-section .our-team-block .our-team-block-title {
    font-size: 25px;
    line-height: 1.36;
    font-family: "montserrat-light", sans-serif;
    margin-bottom: 12px;
  }

  .team-section .our-team-block .our-team-block-text {
    font-size: 12px;
    line-height: 1.5;
  }

  .team-section .leadership-team-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 100%;
    padding: 37px 30px;
    text-align: center;
    display: inline-block;
  }

  .team-section .leadership-team-block .leadership-team-block-title {
    font-size: 20px;
  }

  .team-section .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
  }

  .team-section .team-members .team-member {
    width: 33%;
    margin-bottom: 50px;
    vertical-align: text-bottom;
  }

  .team-section .team-members .team-member .team-member-photo {
    width: 157px;
    height: 157px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 17px;
  }

  .team-section .team-members .team-member .team-member-photo img {
    width: 100%;
    height: auto;
  }

  .team-section .team-members .team-member .team-member-name {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .team-section .team-members .team-member .team-member-role {
    font-size: 12px;
  }

  .careers-section {
    min-height: 200px;
    padding: 45px 0 52px 0;
  }

  .careers-section .careers-section-about {
    width: 100%;
  }

  .careers-section .careers-section-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .careers-section .careers-section-text {
    font-family: "montserrat-light", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    padding: 0;
  }

  .careers-section .careers-block {
    width: 100%;
    position: relative;
    margin: 42px auto 0 auto;
  }

  .careers-section .careers-block .career-list-legend {
    display: none;
  }

  .careers-section .careers-block .career-list .career-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 42px;
    padding: 22px 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .careers-section .careers-block .career-list .career-list-item-title {
    text-align: left;
    font-size: 16px;
  }

  .careers-section .careers-block .career-list .career-list-item-location {
    font-size: 12px;
    text-align: left;
  }

  .careers-section .careers-no-openings {
    width: 100%;
    padding: 30px 13px;
    margin: 32px auto 0 auto;
  }

  .careers-section .careers-no-openings .careers-no-openings-title {
    font-size: 2.5em;
    font-family: "montserrat-light", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 18px;
  }

  .careers-section .careers-no-openings .careers-no-openings-text {
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 32px;
  }

  .press-page .news-and-events {
    padding-top: 30px;
  }

  .press-page .news-and-events .in-the-news h2,
.press-page .news-and-events .upcoming-events h2 {
    font-size: 18px;
    line-height: 1.06;
    top: 0em;
    margin-bottom: 22px;
  }

  .press-page .news-and-events .in-the-news li,
.press-page .news-and-events .upcoming-events li {
    padding: 0;
  }

  .press-page .news-and-events .in-the-news li .img-wrap {
    width: 100%;
    margin-right: 0;
    max-width: 300px;
  }

  .press-page .news-and-events .in-the-news .text-box {
    margin-left: 0;
    width: 100%;
  }

  .press-page .news-and-events .in-the-news .text-box h3,
.press-page .news-and-events .upcoming-events .text-box h3 {
    text-transform: none;
    font-family: "montserrat-light", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 17px;
  }

  .press-page .news-and-events .in-the-news .text-box .date-source,
.press-page .news-and-events .upcoming-events .text-box .date-source {
    font-size: 10px;
    padding: 0 0 0.25em 0;
    margin-bottom: 33px;
  }

  .press-page .news-and-events .in-the-news .date-source-date,
.press-page .news-and-events .upcoming-events .date-source-date {
    position: relative;
    margin-right: 38px;
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #666666;
    font-family: "montserrat-light", sans-serif;
  }

  .press-page .news-and-events .in-the-news .text-box .date-source a,
.press-page .news-and-events .upcoming-events .text-box .date-source a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #23a2ee;
  }

  .team-details-page .breadcrumb,
.legal-details-page .breadcrumb,
.press-details-page .breadcrumb {
    position: relative;
    z-index: 10;
    color: #2798e2;
    margin-bottom: 20px;
  }

  .team-details-page .breadcrumb .back-link,
.legal-details-page .breadcrumb .back-link,
.press-details-page .breadcrumb .back-link {
    font-size: 12px;
    float: left;
    margin-top: 12px;
  }

  .team-details-page .content-box,
.legal-details-page .content-box,
.press-details-page .content-box {
    text-align: left;
    margin-top: 20px;
  }

  .team-details-page .content-box .legal-title,
.legal-details-page .content-box .legal-title,
.press-details-page .content-box .legal-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
  }

  .team-details-page .content-box h5,
.legal-details-page .content-box h5,
.press-details-page .content-box h5 {
    color: #666666;
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 25px;
  }

  .legal-details-page .headers {
    line-height: 18px;
    margin-bottom: 25px;
    font-size: 12px;
    color: #383838;
  }

  .team-details-page .breadcrumb .arrow,
.legal-details-page .breadcrumb .arrow,
.press-details-page .breadcrumb .arrow {
    width: 17px;
    height: 17px;
    background-size: cover;
    top: 4px;
    margin-right: 7px;
  }

  .legal-details-page .blocks {
    margin-bottom: 15px;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
  }

  .legal-details-page ul, .legal-details-page ol {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
  }
  .legal-details-page .privacy-ca-table-block .privacy-ca-table {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
  }

  .careers-details-page .breadcrumb .all-listings {
    font-size: 12px;
    float: left;
    margin-top: 12px;
  }

  .careers-details-page .breadcrumb .arrow {
    width: 17px;
    height: 17px;
    background-size: cover;
    top: 4px;
    margin-right: 7px;
  }

  .careers-details-page .breadcrumb .apply-link {
    font-family: "montserrat-light", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px 18px 10px;
    float: right;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    min-width: 133px;
    height: 29px;
    vertical-align: middle;
    background-color: #229feb;
    text-decoration: none;
    border-radius: 4px;
  }

  .careers-details-page .content-box .job-details .job-details-name {
    font-size: 18px;
    line-height: 19px;
  }

  .careers-details-page .apply-form {
    position: absolute;
    top: 52px;
    left: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
    font-size: 1.875em;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    min-height: auto;
    padding: 30px 27px 30px 27px;
    height: auto;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    max-width: 263px;
  }

  .careers-details-page .apply-form .apply-form-title {
    font-size: 18px;
    line-height: 22px;
  }

  .careers-details-page .apply-form input[type=text],
.careers-details-page .apply-form textarea {
    font-size: 12px;
    line-height: 1.33;
    width: 100%;
    height: 37px;
    margin: 15px auto;
  }

  .careers-details-page .apply-form textarea {
    min-height: 75px;
    margin-bottom: 25px;
  }

  .careers-details-page .apply-form .file-types {
    font-size: 10px;
    line-height: 13px;
  }

  .careers-details-page .apply-form .submit {
    width: 137px;
    height: 46px;
    font-size: 20px;
  }

  .careers-details-page .apply-form .trick-input {
    margin-top: -37px;
    height: 37px;
  }

  .careers-details-page .content-box .job-details h4 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
  }

  .careers-details-page .apply-form .upload {
    right: 10px;
    margin-top: -33px;
  }

  .careers-details-page .apply-form .close {
    width: 22px;
    top: -30px;
    right: 0px;
  }

  .careers-details-page .content-box .job-details .description div {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
  }

  .careers-details-page .content-box .job-details h5 {
    font-size: 10px;
    margin-bottom: 10px;
    text-align: left;
  }

  .careers-details-page .content-box .job-details .description {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 18px;
  }

  .unsubscribe-page .unsubscribe-box {
    width: 100%;
    padding: 38px 20px;
    margin: -28px auto 40px auto;
    border-radius: 3px;
  }

  .unsubscribe-page .unsubscribe-box.confirm .header {
    font-size: 18px;
    margin-bottom: 9px;
    padding: 0;
    letter-spacing: 0;
    color: #383838;
  }

  .unsubscribe-page .unsubscribe-box.confirm .caption {
    font-weight: bold;
    line-height: 1.1;
    font-size: 16px;
    margin-bottom: 9px;
    color: #383838;
    font-family: "montserrat-light", sans-serif;
  }

  .unsubscribe-page .unsubscribe-box.confirm .radio-box label {
    font-size: 14px;
    line-height: 1;
  }

  .unsubscribe-page .unsubscribe-box.confirm .radio-box {
    text-align: left;
    line-height: 1.1;
    padding: 0;
  }

  .unsubscribe-page .unsubscribe-box.confirm .radio-box input[type=radio] + label span {
    width: 8px;
    height: 8px;
    margin: -1px 7px 0 0px;
  }

  .unsubscribe-page .unsubscribe-box.confirm p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .unsubscribe-page .unsubscribe-box .text-box {
    padding: 13px 12px;
    font-size: 1.563em;
    margin-bottom: 30px;
    width: 100%;
    max-width: 320px;
    height: 42px;
    font-size: 14px;
    letter-spacing: 0.4px;
  }

  .unsubscribe-page .unsubscribe-box.confirm input[type=submit] {
    width: 137px;
    height: 46px;
    background-color: #23a2ee;
    font-size: 20px;
    letter-spacing: 0.6px;
    padding: 11px 10px;
  }

  .unsubscribe-page .unsubscribe-box.confirm .radio-box div {
    margin-bottom: 10px;
  }

  .contact-page .contact-info .contact-map-block {
    height: 110px;
  }

  .contact-page .contact-info .contact-map-block iframe {
    min-height: 110px;
  }

  .contact-page .contact-info {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .contact-page .contact-info .contact-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }

  .contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-title {
    font-size: 10px;
    margin-bottom: 6px;
  }

  .contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 22px;
  }

  .contact-page .contact-info .contact-info-block .contact-info-item .contact-info-wrap .contact-info-link {
    font-size: 12px;
    line-height: 1.17;
  }

  .footer-mobile-logo {
    display: block;
    margin-bottom: 30px;
  }

  .footer-mobile-logo img {
    width: 140px;
    height: auto;
  }

  footer.footer .footer-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-container .footer-links {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer.footer .footer-links ul li a {
    font-size: 13px;
    margin-bottom: 18px;
  }

  footer ul {
    margin-right: 0;
    margin-bottom: 42px;
  }

  footer.footer .footer-meta {
    position: relative;
    padding-top: 85px;
    border-top: 1px solid #e3e2e2;
    font-size: 0.875em;
    color: #8e9ea9;
  }

  footer.footer .the-end .blocks.follow {
    float: none;
    width: 100%;
    margin-top: -0.8em;
    text-align: center;
  }

  footer .the-end .term-drop {
    position: absolute;
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  footer .the-end .term-drop span {
    display: inline-block;
    font-size: 12px;
  }

  footer .the-end .blocks.follow a {
    position: relative;
    top: -0.1em;
    left: 0.6em;
    display: inline-block;
    margin: 0 0.75em;
    width: 40px;
  }
  footer .the-end .blocks.follow a img {
    width: 36px;
  }

  .careers-details-page .content-box {
    text-align: left;
    margin-top: 0;
  }

  .careers-details-page .breadcrumb {
    position: relative;
    z-index: 10;
    color: #2798e2;
    margin-bottom: 15px;
  }

  .apply-link {
    display: none;
  }

  .apply-link-mobile {
    display: inline-block;
    min-width: 133px;
    min-height: 29px;
    background-color: #229feb;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 0 10px;
    margin-bottom: 30px;
  }

  .legal-details-page .blocks a {
    color: #2798e2;
    text-decoration: none;
  }
}
.admin-page .admin-box ul li .news-title {
  width: 85%;
}

@media all and (min-width: 680px) and (max-width: 767px) {
  .content-wrap {
    position: relative;
    z-index: 20;
    padding-top: 60px;
    max-width: 50%;
  }

  .mspo-section {
    min-height: 500px;
  }

  .mspo-section .mspo-section-image {
    display: none;
  }

  .mspo-section .mspo-section-image-tablet {
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    max-width: 395px;
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 680px) {
  .content-wrap {
    text-align: center;
  }

  .mspo-section .buttons {
    align-items: center;
  }
}
@media all and (max-width: 630px) {
  .team-section .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-section .team-members .team-member {
    width: 100%;
    margin-bottom: 50px;
  }

  .mspo-section .mspo-section-image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .max-content-width {
    padding: 0;
    width: 96%;
    margin: auto;
  }

  .team-member-wrap img {
    width: 100%;
  }
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

.faces {
  position: absolute;
  z-index: 50;
}

.face1 {
  top: 13.25em;
  left: -1.25em;
}

.face2 {
  top: 21.25em;
  left: 13.5em;
}

.face3 {
  top: 9em;
  left: 22em;
}

.one {
  background: #ffc018 !important;
}

.two {
  background: #18b6ff !important;
}

.three {
  background: #c380d9 !important;
}

.four {
  background: #d98093 !important;
}

.no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

/*
.montserrat {
	font-family: 'montserrat-light';}
*/
.montserrat-light {
  font-family: "montserrat-light";
}

.montserrat h1,
.montserrat h2 {
  font-family: "montserrat-hairline";
}

a:hover {
  opacity: 0.75;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
@font-face {
  font-family: "montserrat-light";
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-hairline";
  src: url("../fonts/montserrat-hairline-webfont.eot");
  src: url("../fonts/montserrat-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-hairline-webfont.woff2") format("woff2"), url("../fonts/montserrat-hairline-webfont.woff") format("woff"), url("../fonts/montserrat-hairline-webfont.ttf") format("truetype"), url("../fonts/montserrat-hairline-webfont.svg#montserrathairline") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ssbg {
  position: absolute;
  z-index: 250;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}

/* jssor slider arrow navigator skin 13 css */
/*
.jssora13l                  (normal)
.jssora13r                  (normal)
.jssora13l:hover            (normal mouseover)
.jssora13r:hover            (normal mouseover)
.jssora13l.jssora13ldn      (mousedown)
.jssora13r.jssora13rdn      (mousedown)
*/
.jssora13l, .jssora13r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 50px;
  cursor: pointer;
  background: url("http://ppdirectmarketing.s3.amazonaws.com/1472494558.png") no-repeat;
  overflow: hidden;
}

.jssora13l {
  background-position: -10px -35px;
}

.jssora13r {
  background-position: -70px -35px;
}

.jssora13l:hover {
  background-position: -130px -35px;
}

.jssora13r:hover {
  background-position: -190px -35px;
}

.jssora13l.jssora13ldn {
  background-position: -250px -35px;
}

.jssora13r.jssora13rdn {
  background-position: -310px -35px;
}

.zoomed {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  z-index: 300;
  height: auto;
}

.zoomed.portrait {
  left: 30%;
  top: 5%;
  width: 40%;
}

.taiwan h2 {
  font-weight: normal !important;
}

.taiwan-font {
  letter-spacing: 0.1em;
  font-family: Helvetica, "Microsoft JhengHei", STXihei !important;
}

.mobile-header {
  display: none;
}

.store .floating-nav {
  display: block;
}

.floating-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.0625em 0.125em rgba(155, 154, 155, 0.56);
}
.floating-nav .container {
  width: 70em;
  margin: auto;
}
.floating-nav .container .playphone-logo {
  float: left;
  padding: 0.725em 0 0 0;
}
.floating-nav .container .actions {
  float: right;
}
.floating-nav .container .actions .search,
.floating-nav .container .actions .login,
.floating-nav .container .actions .developers {
  margin-left: 2em;
  text-decoration: none;
  position: relative;
  float: right;
}
.floating-nav .container .actions ::-webkit-input-placeholder {
  color: #9b9b9b;
}
.floating-nav .container .actions :-moz-placeholder {
  color: #9b9b9b;
}
.floating-nav .container .actions ::-moz-placeholder {
  color: #9b9b9b;
}
.floating-nav .container .actions :-ms-input-placeholder {
  color: #9b9b9b;
}
.floating-nav .container .actions .search-form {
  font-family: "montserrat-light";
  color: #9b9b9b;
  width: 17.1875em;
  border: none;
  padding: 1.25em 3.4375em 1.15em 0.9375em;
  font-size: 0.9375em;
  background: #f4f5f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floating-nav .container .actions .search img {
  position: absolute;
  right: 0.9375em;
  top: 0.825em;
}
.floating-nav .container .actions .login {
  margin-top: 0.8125em;
  padding: 0.4375em 1.875em 0 1.875em;
  color: #00aeff;
  text-transform: uppercase;
}
.floating-nav .container .actions .login img {
  position: relative;
  top: -0.125em;
}
.floating-nav .container .actions .developers {
  margin-top: 0.8125em;
  padding: 0.375em 0.875em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #fff;
  background: #00aeff;
  text-transform: uppercase;
}

.battle .bump,
.localized .bump,
.rewards .bump {
  margin-top: 1.5em;
}

.battle .app-download,
.localized .app-download,
.rewards .app-download {
  display: block;
  float: left;
  position: relative;
  background: #00aeff;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  padding: 0.65em 1.9em;
  border: 0.125em solid #00aeff;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  margin-top: 2em;
}
.battle .app-download img,
.localized .app-download img,
.rewards .app-download img {
  position: relative;
  left: -5px;
  top: -2px;
}

section.store-home-page {
  height: 677px;
}

section.welcome-home {
  position: relative;
  background: #464499;
  background: -moz-linear-gradient(-45deg, #464499 0%, #40a2da 70%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #464499), color-stop(70%, #40a2da));
  background: -webkit-linear-gradient(-45deg, #464499 0%, #40a2da 70%);
  background: -o-linear-gradient(-45deg, #464499 0%, #40a2da 70%);
  background: -ms-linear-gradient(-45deg, #464499 0%, #40a2da 70%);
  background: linear-gradient(135deg, #464499 0%, #40a2da 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#464499", endColorstr="#40a2da",GradientType=1 );
}
section.welcome-home .container {
  width: 70em;
  margin: auto;
}
section.welcome-home .container nav.home-header {
  padding: 1.5em 0;
  margin: 0 0 1.875em 0;
}
section.welcome-home .container nav.home-header .playphone-logo {
  float: left;
  padding: 1.125em 0 0 0;
}
section.welcome-home .container nav.home-header .actions {
  padding: 1.3125em 0;
  float: right;
}
section.welcome-home .container nav.home-header .actions .search,
section.welcome-home .container nav.home-header .actions .login,
section.welcome-home .container nav.home-header .actions .developers {
  margin-left: 2em;
  text-decoration: none;
  position: relative;
  float: right;
}
section.welcome-home .container nav.home-header .actions ::-webkit-input-placeholder {
  color: #d0ecfb;
}
section.welcome-home .container nav.home-header .actions :-moz-placeholder {
  color: #d0ecfb;
}
section.welcome-home .container nav.home-header .actions ::-moz-placeholder {
  color: #d0ecfb;
}
section.welcome-home .container nav.home-header .actions :-ms-input-placeholder {
  color: #d0ecfb;
}
section.welcome-home .container nav.home-header .actions .search-form {
  font-family: "montserrat-light";
  color: #fff;
  width: 17.1875em;
  border: none;
  padding: 0.4375em 3.4375em 0.4375em 0.9375em;
  font-size: 0.9375em;
  background: rgba(50, 102, 152, 0.63);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.welcome-home .container nav.home-header .actions .search img {
  position: absolute;
  right: 0.8em;
  top: 0.15em;
}
section.welcome-home .container nav.home-header .actions .login {
  padding: 0.4375em 1.875em 0 1.875em;
  color: #d0ecfb;
  text-transform: uppercase;
}
section.welcome-home .container nav.home-header .actions .login img {
  position: relative;
  top: -0.125em;
}
section.welcome-home .container nav.home-header .actions .developers {
  padding: 0.375em 0.875em;
  border: 0.0625em solid #d0ecfb;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #d0ecfb;
  text-transform: uppercase;
}
section.welcome-home .container .greeting-wrap {
  float: left;
  width: 60%;
  padding: 8.75em 0 0 0;
}
section.welcome-home .container .greeting-wrap.store-home-page a {
  display: block;
}
section.welcome-home .container .greeting-wrap.taiwan {
  padding: 6em 0 0 0;
}
section.welcome-home .container .greeting-wrap h1 {
  padding-top: 0.5em;
  font-size: 4.75em;
  letter-spacing: -4px;
  color: #fff;
}
section.welcome-home .container .greeting-wrap h1.taiwan {
  font-size: 4em;
  letter-spacing: -3px;
  line-height: 1.35;
  color: #fff;
}
section.welcome-home .container .greeting-wrap h2 {
  padding: 0.8em 0 3.3em 0;
  font-size: 1.4375em;
  line-height: 1.5;
  font-weight: bold;
  color: #d0ecfb;
}
section.welcome-home .container .greeting-wrap .app-download-taiwan {
  position: relative;
  background: #00aeff;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.5em 0.8em 1.5em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
}
section.welcome-home .container .greeting-wrap .app-download-taiwan img.first {
  padding: 0 0.5em 0 0;
}
section.welcome-home .container .greeting-wrap .app-download-taiwan img.second {
  padding: 0 0 0 0.5em;
}
section.welcome-home .container .greeting-wrap .app-download {
  position: relative;
  background: #00aeff;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 0.65em 1.9em;
  border: 0.125em solid #00aeff;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
}
section.welcome-home .container .greeting-wrap .app-download img {
  position: relative;
  left: -5px;
  top: -2px;
}
section.welcome-home .container .greeting-wrap .see-more {
  margin-left: 1.9em;
  padding: 0.65em 1.9em;
  font-size: 1.25em;
  border: 0.125em solid #d0ecfb;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #d0ecfb;
  text-decoration: none;
}
section.welcome-home .container .store-home-page .app-download {
  width: 12.5em;
  padding: 0.55em 0.5em;
  text-align: center;
}
section.welcome-home .container .store-home-page .see-more {
  width: 12.5em;
  text-align: center;
  padding: 0.65em 0.5em;
  font-size: 1.25em;
  margin: 1.5em 0 0 0;
}
section.welcome-home .container .phone {
  width: 40%;
  float: right;
}
section.welcome-home .container .double-phone {
  position: absolute;
  right: 0;
}

section.perks-bar {
  min-width: 74.125em;
}
section.perks-bar .box {
  float: left;
  padding: 0.85em 0;
  color: #a5aacf;
  font-size: 0.875em;
  min-height: 130px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.perks-bar .box.rewards {
  width: 27%;
  background: #5566b5;
}
section.perks-bar .box.battle {
  width: 23%;
  background: #4d5eae;
}
section.perks-bar .box.localized {
  width: 23%;
  background: #4556a6;
}
section.perks-bar .box.loot {
  width: 27%;
  background: #3a4595;
}
section.perks-bar .box img {
  position: relative;
  top: -0.625em;
  display: inline-block;
}
section.perks-bar .box span {
  text-align: left;
  padding: 2.3125em 0 2.3125em 1.25em;
  display: inline-block;
}

section.perks-bar.taiwan {
  min-width: 74.125em;
}
section.perks-bar.taiwan .box {
  float: left;
  color: #a5aacf;
  padding: 0;
  font-size: 1.25em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.perks-bar.taiwan .box.rewards {
  width: 27%;
  background: #5566b5;
}
section.perks-bar.taiwan .box.battle {
  width: 23%;
  background: #4d5eae;
}
section.perks-bar.taiwan .box.localized {
  width: 23%;
  background: #4556a6;
}
section.perks-bar.taiwan .box.loot {
  width: 27%;
  background: #3a4595;
}
section.perks-bar.taiwan .box img {
  position: relative;
  padding: 2em 0;
  top: 0;
  display: inline-block;
}
section.perks-bar.taiwan .box span {
  text-align: left;
  padding: 0 0 0 1em;
  display: inline-block;
}

section.hot-games {
  padding: 5.7em 0;
  background: #f8f8f8;
}
section.hot-games .container {
  width: 67.75em;
  margin: auto;
}
section.hot-games h1 {
  color: #4f4f4f;
  font-size: 3.375em;
  text-align: center;
}
section.hot-games .games-row {
  padding: 3.75em 0;
}
section.hot-games .games-row .box {
  position: relative;
  float: left;
  width: 20.3125em;
  margin: 0 1em 2em 1em;
  cursor: pointer;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.22);
}
section.hot-games .games-row .box .banner {
  position: relative;
  max-height: 11.375em;
}
section.hot-games .games-row .box .battle-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 24%;
}
section.hot-games .games-row .box .banner img {
  width: 100%;
  display: block;
}
section.hot-games .games-row .box .fade-title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
section.hot-games .games-row .box .game-meta {
  position: relative;
  background: #fff;
  padding: 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.hot-games .games-row .box .download-arrow {
  position: relative;
  top: -0.05em;
  left: -0.3em;
  width: 0.75em;
}
section.hot-games .games-row .box .icon {
  float: left;
  width: 5.375em;
  margin: 0 0.875em 0 0;
}
section.hot-games .games-row .box .icon img {
  width: 100%;
}
section.hot-games .games-row .box .info {
  float: left;
  width: 11.875em;
}
section.hot-games .games-row .box h2 {
  font-family: "montserrat-light";
  font-size: 1.125em;
  color: #4a4a4a;
  padding-bottom: 0.2em;
}
section.hot-games .games-row .box h3 {
  font-size: 0.75em;
  color: #9b9b9b;
  text-transform: uppercase;
}
section.hot-games .games-row .box .bottom {
  position: absolute;
  bottom: 0.4375em;
  right: 0.75em;
  width: 63.5%;
  color: #d2514b;
  font-size: 0.8125em;
}
section.hot-games .games-row .box .bottom .loves {
  position: relative;
  top: 0.2em;
  width: 50%;
}
section.hot-games .games-row .box .bottom a {
  position: relative;
  top: -0.4em;
  float: right;
  right: 0.2em;
  color: #fff;
  background: #95d600;
  padding: 0.35em 1.2em 0.35em 1.6em;
  text-decoration: none;
}
section.hot-games .button-wrap {
  text-align: center;
}
section.hot-games .button-wrap .app-download-taiwan {
  position: relative;
  background: #00aeff;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.5em 0.8em 1.5em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
}
section.hot-games .button-wrap .app-download-taiwan img.first {
  padding: 0 0.5em 0 0;
}
section.hot-games .button-wrap .app-download-taiwan img.second {
  padding: 0 0 0 0.5em;
}
section.hot-games .see-more {
  padding: 0.7em 1.9em;
  font-size: 1.25em;
  border: 0.125em solid #00aeff;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #00aeff;
  text-decoration: none;
}

.left-img .app-download-taiwan,
.right-img .app-download-taiwan {
  position: relative;
  top: 3.25em;
  background: #00aeff;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.5em 0.8em 1.5em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
}
.left-img .app-download-taiwan img.first,
.right-img .app-download-taiwan img.first {
  padding: 0 0.5em 0 0;
}
.left-img .app-download-taiwan img.second,
.right-img .app-download-taiwan img.second {
  padding: 0 0 0 0.5em;
}

/* position vert text in below sections */
section.rewards .right {
  margin-top: 4em;
}

section.battle .left {
  margin-top: 6.3em;
}

section.localized .right {
  margin-top: 1.75em;
}

section.rewards,
section.battle,
section.localized,
section.loot {
  padding: 5.625em 0;
}
section.rewards .left,
section.rewards .right,
section.battle .left,
section.battle .right,
section.localized .left,
section.localized .right,
section.loot .left,
section.loot .right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.rewards .container,
section.battle .container,
section.localized .container,
section.loot .container {
  width: 70em;
  margin: auto;
}
section.rewards.left-img h2,
section.battle.left-img h2,
section.localized.left-img h2,
section.loot.left-img h2 {
  padding-bottom: 0.35em;
  font-size: 3.4375em;
  color: #fff;
}
section.rewards.left-img p,
section.battle.left-img p,
section.localized.left-img p,
section.loot.left-img p {
  font-size: 1.25em;
  color: #a5aacf;
  line-height: 1.6875em;
}
section.rewards.left-img .left,
section.battle.left-img .left,
section.localized.left-img .left,
section.loot.left-img .left {
  width: 45%;
}
section.rewards.left-img .right,
section.battle.left-img .right,
section.localized.left-img .right,
section.loot.left-img .right {
  padding: 0 0 0 10%;
  width: 53%;
}
section.rewards.right-img h2,
section.battle.right-img h2,
section.localized.right-img h2,
section.loot.right-img h2 {
  padding-bottom: 0.35em;
  font-size: 3.4375em;
  color: #4a4a4a;
}
section.rewards.right-img p,
section.battle.right-img p,
section.localized.right-img p,
section.loot.right-img p {
  font-size: 1.25em;
  color: #7e7c7e;
  line-height: 1.6875em;
}
section.rewards.right-img .right,
section.battle.right-img .right,
section.localized.right-img .right,
section.loot.right-img .right {
  width: 45%;
}
section.rewards.right-img .left,
section.battle.right-img .left,
section.localized.right-img .left,
section.loot.right-img .left {
  padding: 0 10% 0 0;
  width: 53%;
}
section.rewards .button-row,
section.battle .button-row,
section.localized .button-row,
section.loot .button-row {
  padding-top: 3.5em;
}

section.rewards {
  background: #2a3e67;
  background: -moz-linear-gradient(-45deg, #2a3e67 0%, #2a9ce6 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2a3e67), color-stop(100%, #2a9ce6));
  background: -webkit-linear-gradient(-45deg, #2a3e67 0%, #2a9ce6 100%);
  background: -o-linear-gradient(-45deg, #2a3e67 0%, #2a9ce6 100%);
  background: -ms-linear-gradient(-45deg, #2a3e67 0%, #2a9ce6 100%);
  background: linear-gradient(135deg, #2a3e67 0%, #2a9ce6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a3e67", endColorstr="#2a9ce6",GradientType=1 );
}
section.rewards .container p {
  color: #8dc7f1;
}

section.localized {
  background: #2a326e;
  background: -moz-linear-gradient(-45deg, #2a326e 0%, #5d72d4 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2a326e), color-stop(100%, #5d72d4));
  background: -webkit-linear-gradient(-45deg, #2a326e 0%, #5d72d4 100%);
  background: -o-linear-gradient(-45deg, #2a326e 0%, #5d72d4 100%);
  background: -ms-linear-gradient(-45deg, #2a326e 0%, #5d72d4 100%);
  background: linear-gradient(135deg, #2a326e 0%, #5d72d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2a326e", endColorstr="#5d72d4",GradientType=1 );
}

section.loot {
  padding: 6.925em 0;
}
section.loot.right-img .left {
  width: 51%;
  padding: 3.1em 0 0 0;
}
section.loot h3 {
  font-family: "montserrat-light";
  font-size: 1.4375em;
  color: #4a4a4a;
  margin: 0.65em 0 3.7em 0;
}
section.loot .app-download {
  position: relative;
  background: #733ccf;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.5em 0.8em 4em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
}
section.loot .app-download img {
  position: absolute;
  top: 0.6em;
  left: 2em;
}
section.loot .learn-more {
  padding: 0.65em 2.9em;
  font-size: 1.25em;
  margin-left: 1.1875em;
  border: 0.125em solid #733ccf;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #733ccf;
  text-decoration: none;
}

.store section.discover-more {
  background: #fff;
}
.store section.discover-more p {
  color: #00aeff;
}
.store section.discover-more .see-more {
  border: 0.125em solid #00aeff;
  color: #00aeff;
}

section.discover-more {
  background: #2a90d6;
  padding: 7em 0 8.6875em 0;
  text-align: center;
}
section.discover-more.white {
  background: #fff;
}
section.discover-more .store-home-page {
  background: #fff;
}
section.discover-more .store-home-page p {
  color: #00aeff;
}
section.discover-more .store-home-page .see-more {
  padding: 0.65em 1.9em;
  font-size: 1.25em;
  margin-left: 2.1875em;
  border: 0.125em solid #00aeff;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #00aeff;
  text-decoration: none;
}
section.discover-more p {
  color: #fff;
  font-size: 2.8125em;
}
section.discover-more p.taiwan {
  font-size: 3.5em;
  padding-bottom: 0.7em;
}
section.discover-more .button-row {
  padding: 3.8em 0 0 0;
}
section.discover-more .app-download-taiwan {
  position: relative;
  background: #1c4c68;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.5em 0.8em 1.5em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
}
section.discover-more .app-download-taiwan img.first {
  padding: 0 0.5em 0 0;
}
section.discover-more .app-download-taiwan img.second {
  padding: 0 0 0 0.5em;
}
section.discover-more .app-download {
  position: relative;
  background: #00aeff;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 0.8em 1.5em 0.8em 4em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
}
section.discover-more .app-download img {
  position: absolute;
  top: 0.6em;
  left: 2em;
}
section.discover-more .see-more {
  padding: 0.65em 1.9em;
  font-size: 1.25em;
  margin-left: 2.1875em;
  border: 0.125em solid #d0ecfb;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #d0ecfb;
  text-decoration: none;
}

section.newsletter {
  padding: 95px 0;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
section.newsletter h3 {
  color: #00aeff;
  font-size: 40px;
}
section.newsletter h4 {
  padding: 0.25em 0 0 0;
  color: #00aeff;
  font-size: 25px;
}
section.newsletter .input-wrap {
  position: relative;
  width: 35em;
  margin: 3.125em auto 0 auto;
}
section.newsletter .input-wrap .email {
  width: 100% !important;
  border: 2px solid #00aeff;
  font-weight: bold;
  font-size: 22px;
  color: #333;
  padding: 0.75em 9em 0.75em 1.5em;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.newsletter .input-wrap .email.error {
  border: 2px solid red;
}
section.newsletter .input-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  font-size: 20px;
  font-weight: bold;
  background: #00aeff;
  color: #fff;
  text-transform: uppercase;
  padding: 0.95em 1.5em;
  border: none;
  border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
}
section.newsletter .input-wrap .submit:hover {
  background: #11bfff;
  cursor: pointer;
}

section.fancy-newsletter {
  padding: 95px 0;
  background: url("http://d18j1d26sau8be.cloudfront.net/user_images/1458701899414835634731.jpg") #00aeff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.fancy-newsletter .container {
  width: 70em;
  margin: auto;
}
section.fancy-newsletter h3 {
  color: #fff;
  font-size: 1.875em;
}
section.fancy-newsletter h4 {
  padding: 0.25em 0 0 0;
  color: #fff;
  font-size: 1.25em;
}
section.fancy-newsletter .split {
  width: 50%;
}
section.fancy-newsletter .input-wrap {
  position: relative;
  margin-top: 1em;
  width: 30em;
}
section.fancy-newsletter .input-wrap .email {
  width: 100% !important;
  border: none;
  font-weight: bold;
  font-size: 1.063em;
  color: #333;
  padding: 0.8em 9em 0.8em 1.5em;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.fancy-newsletter .input-wrap .email.error {
  border: 2px solid red;
}
section.fancy-newsletter .input-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  font-size: 1.063em;
  font-weight: bold;
  background: #125676;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8em 1.5em 2em 1.5em;
  border: none;
  border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
}
section.fancy-newsletter .input-wrap .submit:hover {
  background: #11bfff;
  cursor: pointer;
}

section.home-footer {
  padding: 100px 0;
}
section.home-footer .container {
  width: 60em;
  margin: auto;
}
section.home-footer .links {
  float: left;
  width: 60%;
}
section.home-footer .links .left {
  width: 50%;
}
section.home-footer .links li a {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  text-decoration: none;
  padding: 6px 0;
}
section.home-footer .social-legal {
  float: left;
  width: 40%;
}
section.home-footer .social-legal .social .wrap {
  width: 80%;
  padding: 0 0 2.125em 0;
  margin: 0 0 2.125em 0;
  border-bottom: 1px solid #d2d2d2;
}
section.home-footer .social-legal .social img {
  margin-right: 2em;
}
section.home-footer .social-legal .legal p {
  font-size: 0.875em;
  color: #4a4a4a;
  padding: 0 0 1em 0;
}
section.home-footer .social-legal .legal a {
  font-size: 0.875em;
  color: #00aeff;
  margin-right: 1em;
  text-decoration: none;
}
section.home-footer .social-legal .iframe {
  position: relative;
  top: 1em;
  margin-left: 0.3em;
}

.store-home-slider {
  background: #f3f3f3;
  padding-bottom: 2em;
}
.store-home-slider .guts {
  background: #fff;
  padding: 1em 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
  position: relative;
  overflow: hidden;
  width: 1015px;
  margin: auto;
}

.category-row.no-banner .banner {
  display: none;
}

.shame-data.yes-banner .banner {
  display: block;
}

.cat-top-free {
  background: #f3f3f3;
}
.cat-top-free.last-row {
  padding-bottom: 4em;
}
.cat-top-free .container {
  position: relative;
  right: -9px;
  width: 1033px;
  margin: auto;
}
.cat-top-free h2.cat-title {
  padding: 1.7em 0 1em;
  font-family: "montserrat-light";
  font-size: 1.563em;
  color: #4e5665;
  font-weight: bold;
}
.cat-top-free .box {
  background: #fff;
  position: relative;
  float: left;
  width: 20.3125em;
  margin: 0 1.17em 1.1em 0;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.cat-top-free .box:hover .bottom a {
  opacity: 0.8;
}
.cat-top-free .box .banner {
  position: relative;
  overflow: hidden;
  min-height: 10em;
  max-height: 10em;
}
.cat-top-free .box .battle-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 24%;
}
.cat-top-free .box .banner img {
  width: 100%;
  display: block;
}
.cat-top-free .box .game-meta {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cat-top-free .box .download-arrow {
  position: relative;
  top: -0.05em;
  left: -0.3em;
  width: 0.75em;
}
.cat-top-free .box .icon {
  position: relative;
  overflow: hidden;
  float: left;
  width: 5.375em;
  min-height: 86px;
  max-height: 86px;
  margin: 0 0.875em 0 0;
}
.cat-top-free .box .icon img {
  width: 100%;
}
.cat-top-free .box .info {
  float: left;
  width: 11.875em;
}
.cat-top-free .box .fade-title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.cat-top-free .box h2 {
  width: 500px;
  position: relative;
  overflow: hidden;
  font-family: "montserrat-light";
  font-size: 1.125em;
  color: #4a4a4a;
  max-height: 41px;
  padding-bottom: 0.2em;
}
.cat-top-free .box h3 {
  font-size: 0.75em;
  color: #9b9b9b;
  text-transform: uppercase;
}
.cat-top-free .box .bottom {
  position: absolute;
  bottom: 0.4375em;
  right: 0.75em;
  width: 63.5%;
  color: #d2514b;
  font-size: 0.8125em;
}
.cat-top-free .box .bottom .loves {
  position: relative;
  top: 0.2em;
  width: 50%;
}
.cat-top-free .box .bottom a {
  position: relative;
  top: -0.4em;
  float: right;
  right: 0.2em;
  color: #fff;
  background: #95d600;
  padding: 0.325em 1.7em;
  text-transform: uppercase;
  text-decoration: none;
}
.cat-top-free .load-more-games {
  padding: 5.5em 0 3em 0;
  cursor: pointer;
  text-align: center;
  color: #14a7ee;
}

.live-search .search-results {
  display: none;
  position: absolute;
  top: 1.9em;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  box-shadow: 0 13px 21px 0 rgba(0, 0, 0, 0.23);
}
.live-search .search-results li.selected a {
  background: #dee8ee;
}
.live-search .search-results a {
  color: #9b9b9b;
  font-size: 1em;
  padding: 0.3em 0.8em;
  font-weight: lighter;
  text-decoration: none;
  display: block;
}
.live-search .search-results a:hover {
  background: #d3e0e8;
  color: #4a4a4a;
}
.live-search .fade-title {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  height: 100%;
  width: 20%;
}
.live-search .search ul li {
  width: 2000px;
}

.gogo {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 400ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.store .discover-more {
  border-bottom: 1px solid #d2d2d2;
}

.store .store-category-bar .live-search,
.single-category .store-category-bar .live-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.store .store-category-bar .live-search span,
.single-category .store-category-bar .live-search span {
  position: absolute;
  top: 1em;
  right: 5.45em;
}
.store .store-category-bar .live-search .search-form,
.single-category .store-category-bar .live-search .search-form {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  font-size: 0.938em;
  box-shadow: none;
  border: none;
  background: #f9f9f9;
  color: #9b9b9b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.LIST_FREE .list-free .active-nav {
  display: block !important;
}
.LIST_FREE .list-free span {
  color: #00aeff;
}

.LIST_PAID .list-paid .active-nav {
  display: block !important;
}
.LIST_PAID .list-paid span {
  color: #00aeff;
}

.LIST_NEW .list-new .active-nav {
  display: block !important;
}
.LIST_NEW .list-new span {
  color: #00aeff;
}

.LIST_FEATURED_GAMES .list-featured-games .active-nav {
  display: block !important;
}
.LIST_FEATURED_GAMES .list-featured-games span {
  color: #00aeff;
}

.cat-nav .cat-hover .active-nav {
  display: block !important;
}
.cat-nav .cat-hover span {
  color: #00aeff;
}

.with-blurry-bg {
  background: url("http://d18j1d26sau8be.cloudfront.net/user_images/1458670001414835634269.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-from-section {
  float: right;
  color: #00aeff;
  text-decoration: none;
  padding: 3em 1.3em 0 0;
  text-transform: uppercase;
}

.single-category .store-category-bar .menu .links {
  padding: 0.25em 1.425em 1.25em 1.425em;
}

.store-category-bar {
  background: #f3f3f3;
}
.store-category-bar.single-category-page {
  position: fixed;
  width: 100%;
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 7px rgba(74, 73, 74, 0.45);
}
.store-category-bar.single-category-page .menu {
  padding: 1em 0 0 0;
}
.store-category-bar .menu-wrap {
  padding: 2.4em 0 2.5em 0;
}
.store-category-bar .menu-wrap .search-icon {
  top: 1.05em;
}
.store-category-bar .search-mobile-input span {
  cursor: pointer;
}
.store-category-bar .search-icon {
  position: relative;
  left: 0.1em;
  top: 0.1em;
  float: left;
  width: 1.4em;
  cursor: pointer;
}
.store-category-bar .menu {
  position: relative;
  width: 1015px;
  margin: auto;
  text-align: center;
}
.store-category-bar .menu .links {
  position: relative;
  letter-spacing: 1.5px;
  color: #9b9b9b;
  text-decoration: none;
  margin: 0 0.8em;
  float: left;
  padding: 1.25em 1.425em 1.25em 1.425em;
}
.store-category-bar .menu .links .font-set {
  font-size: 0.875em;
}
.store-category-bar .menu .cat-hover {
  position: static;
}
.store-category-bar .menu .active-nav {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00aeff;
}
.store-category-bar .menu .links:hover .active-nav {
  display: block;
}
.store-category-bar .menu .cat-drop-arrow {
  width: 0.8em;
}
.store-category-bar .menu .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 63.375em;
  margin: auto;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.19);
  padding: 0.75em 0 2em 0.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.store-category-bar .menu .list .item {
  padding: 1.7em 0 0 0;
  width: 7.6em;
  float: left;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.store-category-bar .menu .list .item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.store-category-bar .menu .list .item img {
  padding: 0 0 0.6em 0;
}
.store-category-bar .menu .list .item h4 {
  width: 90%;
  letter-spacing: 1px;
  margin: auto;
  font-size: 0.75em;
  color: #717171;
  min-height: 3em;
}

.single-category .category-row {
  padding: 3.5em 0 3em 0;
}
.single-category .category-row h2.cat-title {
  padding: 2.9em 0;
  text-transform: capitalize;
  text-align: center;
}

.phone-error {
  position: absolute;
  width: 100%;
  top: -5px;
  z-index: 12;
  left: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  color: red;
  background: #fff;
  padding: 0.15em 0;
  margin: 0 0 -1em 0;
}

.blurry-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 10% 0 0 0;
  background: rgba(255, 255, 255, 0.9);
}

.clippy span {
  font-size: 0.7em;
  color: #f8ffd8;
}

.blurry-modal {
  position: relative;
  background: #00a3f0;
  width: 51em;
  margin: 0 auto 3em auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.blurry-modal .close {
  position: absolute;
  right: -70px;
  top: -70px;
  cursor: pointer;
}
.blurry-modal .modal-top {
  text-align: center;
  background: #fff;
  padding: 1.8em 2.25em 2.25em 2.25em;
}
.blurry-modal .modal-top img {
  position: relative;
  top: 0.54em;
  padding-right: 1em;
}
.blurry-modal .modal-top h1 {
  font-weight: bold;
  color: #2ba5f2;
  font-size: 1.8em;
}
.blurry-modal .modal-top h2 {
  font-weight: bold;
  color: #2ba5f2;
  margin: -0.9em 0 0 -2.2em;
  font-size: 1.2em;
}
.blurry-modal .taiwan-event-info {
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.blurry-modal .taiwan-event-info .left {
  width: 75%;
}
.blurry-modal .taiwan-event-info .left.first {
  width: 23%;
  margin-right: 2%;
}
.blurry-modal .taiwan-event-info .left p {
  padding: 0.25em 0;
}
.blurry-modal .modal-meat {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.9em;
}
.blurry-modal .cny-banner {
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
}
.blurry-modal .qr-side {
  width: 29%;
  border-right: 1px solid #38baed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blurry-modal .qr-side img {
  margin-bottom: 0.875em;
}
.blurry-modal .qr-side p {
  font-size: 1em;
  text-align: center;
  margin-left: -2em;
  color: #fff;
}
.blurry-modal .right {
  width: 71%;
  padding: 0 0 0 2.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blurry-modal .right h1 {
  font-family: "montserrat-light";
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}
.blurry-modal .right .share-bar {
  margin-top: 2em;
}
.blurry-modal .right .share {
  float: left;
  padding: 0.8em 1em;
  margin-right: 1.5em;
  background: #0091cd;
  color: #fff;
  font-size: 1.25em;
}
.blurry-modal .right .social {
  float: left;
  background: #009edf;
}
.blurry-modal .right .social img {
  padding: 0.85em 1.5em 0 0;
}
.blurry-modal .right .enter-number {
  margin-bottom: -1em;
  color: #2a6d89;
  font-size: 0.875em;
}
.blurry-modal .right .rates {
  float: right;
  font-weight: lighter;
  padding: 0.25em 0 0 0;
  color: #2a6d89;
  font-size: 0.875em;
}
.blurry-modal .right .input-wrap {
  position: relative;
  margin: 1.4em auto 0 auto;
}
.blurry-modal .right .input-wrap ::-webkit-input-placeholder {
  color: #d0ecfb;
}
.blurry-modal .right .input-wrap :-moz-placeholder {
  color: #d0ecfb;
}
.blurry-modal .right .input-wrap ::-moz-placeholder {
  color: #d0ecfb;
}
.blurry-modal .right .input-wrap :-ms-input-placeholder {
  color: #d0ecfb;
}
.blurry-modal .right .input-wrap .language {
  color: #fff;
  background: #0087c6;
  position: absolute;
  z-index: 10;
  height: 100%;
  top: 0;
  cursor: pointer;
  left: 0;
}
.blurry-modal .right .input-wrap .language:hover {
  background: #11bfff;
}
.blurry-modal .right .input-wrap .language .flags {
  margin-right: 6px;
}
.blurry-modal .right .input-wrap .language .arrow {
  position: absolute;
  margin-left: 0.3em;
  margin-top: 0.5em;
}
.blurry-modal .right .input-wrap .countries,
.blurry-modal .right .input-wrap .macau,
.blurry-modal .right .input-wrap .hongkong,
.blurry-modal .right .input-wrap .taiwan-flag {
  padding: 1.3em 1.6em 1.1em 1.3em;
}
.blurry-modal .right .input-wrap .macau,
.blurry-modal .right .input-wrap .hongkong,
.blurry-modal .right .input-wrap .taiwan-flag {
  color: #333;
  background: #fff;
}
.blurry-modal .right .input-wrap .macau:hover,
.blurry-modal .right .input-wrap .hongkong:hover,
.blurry-modal .right .input-wrap .taiwan-flag:hover {
  cursor: pointer;
  background: #0087c6;
}
.blurry-modal .right .input-wrap .email {
  font-family: "montserrat-light";
  width: 100%;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.06);
  font-size: 20px;
  border: none;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blurry-modal .right .input-wrap .email.taiwan {
  padding-left: 7em;
}
.blurry-modal .right .input-wrap .submit {
  font-family: "montserrat-light";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  font-size: 20px;
  font-weight: bold;
  background: #0087c6;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 0.75em;
  border: none;
}
.blurry-modal .right .input-wrap .submit:hover {
  background: #11bfff;
  cursor: pointer;
}

.clippy span {
  font-size: 0.7em;
  color: #f8ffd8;
}

.game-details-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  z-index: 200;
  background: rgba(255, 255, 255, 0.9);
}

.close-modal {
  position: absolute;
  z-index: 5;
  top: 3em;
  right: 3em;
}
.close-modal:hover {
  opacity: 0.5;
  cursor: pointer;
}

.hideScreenShot {
  position: absolute;
  width: 2em;
  z-index: 5000;
  top: 2em;
  right: 2em;
}
.hideScreenShot:hover {
  opacity: 0.5;
  cursor: pointer;
}

.game-details-modal {
  position: relative;
  top: 5%;
  background: #fff;
  width: 51em;
  margin: 0 auto 3em auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.game-details-modal .modal-meat .download-box {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 87.5%;
  z-index: 5;
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.22);
  background: #00a3f0;
}
.game-details-modal .modal-meat .download-box .pointer-arrow {
  position: absolute;
  top: -13px;
  right: 100px;
}
.game-details-modal .modal-meat .download-box .modal-meat {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 0;
}
.game-details-modal .modal-meat .download-box .qr-side {
  width: 34%;
  border-right: 1px solid #38baed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2% 8% 0 8%;
}
.game-details-modal .modal-meat .download-box .qr-side img {
  width: 100%;
  margin-bottom: 0.875em;
}
.game-details-modal .modal-meat .download-box .qr-side p {
  font-size: 1.063em;
  color: #fff;
}
.game-details-modal .modal-meat .download-box .right {
  width: 65%;
  padding: 0 6% 0 6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.game-details-modal .modal-meat .download-box .right h1 {
  font-family: "montserrat-light";
  font-weight: bold;
  font-size: 2em;
  line-height: 38px;
  color: #fff;
}
.game-details-modal .modal-meat .download-box .right .share-bar {
  margin-top: 2.5em;
}
.game-details-modal .modal-meat .download-box .right .share {
  float: left;
  padding: 0.8em 1em;
  margin-right: 1.5em;
  background: #0091cd;
  color: #fff;
  font-size: 1.25em;
}
.game-details-modal .modal-meat .download-box .right .social {
  float: left;
  background: #009edf;
}
.game-details-modal .modal-meat .download-box .right .social img {
  padding: 0.85em 1.25em 0 0;
}
.game-details-modal .modal-meat .download-box .right .enter-number {
  margin-bottom: -1em;
  color: #2a6d89;
  font-size: 0.875em;
}
.game-details-modal .modal-meat .download-box .right .rates {
  float: right;
  font-weight: lighter;
  padding: 0.25em 0 0 0;
  color: #2a6d89;
  font-size: 0.875em;
}
.game-details-modal .modal-meat .download-box .right .input-wrap {
  position: relative;
  margin: 1.4em auto 0 auto;
}
.game-details-modal .modal-meat .download-box .right .input-wrap ::-webkit-input-placeholder {
  color: #d0ecfb;
}
.game-details-modal .modal-meat .download-box .right .input-wrap :-moz-placeholder {
  color: #d0ecfb;
}
.game-details-modal .modal-meat .download-box .right .input-wrap ::-moz-placeholder {
  color: #d0ecfb;
}
.game-details-modal .modal-meat .download-box .right .input-wrap :-ms-input-placeholder {
  color: #d0ecfb;
}
.game-details-modal .modal-meat .download-box .right .input-wrap .email {
  font-family: "montserrat-light";
  width: 100%;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.06);
  font-size: 1.125em;
  border: none;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.game-details-modal .modal-meat .download-box .right .input-wrap .submit {
  font-family: "montserrat-light";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  font-size: 1.125em;
  font-weight: bold;
  background: #0087c6;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 0.75em;
  border: none;
}
.game-details-modal .modal-meat .download-box .right .input-wrap .submit:hover {
  background: #11bfff;
  cursor: pointer;
}
.game-details-modal .modal-meat .top {
  position: relative;
  padding: 2.875em 2.875em 2em 2.875em;
}
.game-details-modal .modal-meat .top .icon {
  float: left;
  width: 7.5em;
  height: 7.5em;
}
.game-details-modal .modal-meat .top .icon img {
  width: 100%;
}
.game-details-modal .modal-meat .top .item {
  position: relative;
  float: left;
  width: 50%;
  padding: 0.75em 0 0 0;
  text-align: center;
}
.game-details-modal .modal-meat .top .item img {
  float: left;
  width: 40px;
}
.game-details-modal .modal-meat .top .item .mask {
  position: absolute;
  left: 0;
  z-index: 1;
}
.game-details-modal .modal-meat .top .item p {
  float: left;
  color: #9b9b9b;
  padding: 0.6em 0 0 0.5em;
  font-size: 0.938em;
}
.game-details-modal .modal-meat .top .info {
  float: left;
  width: 34em;
  margin: 0 1.75em;
}
.game-details-modal .modal-meat .top .info h2 {
  font-size: 1.875em;
  color: #4a4a4a;
}
.game-details-modal .modal-meat .top .info h4 {
  font-size: 0.875em;
  padding: 0.4em 0 0 0;
  color: #9b9b9b;
}
.game-details-modal .modal-meat .top .info .heart-row {
  width: 7em;
  float: left;
  padding: 2em 0 0 0;
}
.game-details-modal .modal-meat .top .info .heart-row span {
  font-size: 1.25em;
}
.game-details-modal .modal-meat .top .info .heart-row img {
  position: relative;
  top: -0.15em;
  left: -0.15em;
  width: 1.75em;
}
.game-details-modal .modal-meat .top .info .heart-row.like {
  color: #d2514b;
}
.game-details-modal .modal-meat .top .info .heart-row.dislike {
  color: #9b9b9b;
}
.game-details-modal .modal-meat .top .purchase {
  position: absolute;
  bottom: 2.875em;
  right: 2.875em;
  color: #fff;
  background: #95d600;
  padding: 0.8em 2.75em;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}
.game-details-modal .modal-meat .top .purchase span {
  font-size: 1.563em;
}
.game-details-modal .modal-meat .icon-bar {
  background: #efefef;
  padding: 2.75em 3.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.game-details-modal .modal-meat .icon-bar .item {
  position: relative;
  float: left;
  width: 33.3%;
  text-align: center;
}
.game-details-modal .modal-meat .icon-bar .item img {
  width: 84px;
}
.game-details-modal .modal-meat .icon-bar .item .mask {
  position: absolute;
  z-index: 2;
}
.game-details-modal .modal-meat .icon-bar .item p {
  color: #9b9b9b;
  padding: 0.3em 0 0 0;
  font-weight: bold;
  font-size: 0.938em;
}
.game-details-modal .modal-meat .detail-section .section-title {
  padding: 0 0 0.75em 0;
}
.game-details-modal .modal-meat .detail-section .section-title span {
  position: relative;
  top: 0.2em;
  left: 0.2em;
  font-size: 1.313em;
  color: #4a4a4a;
}
.game-details-modal .modal-meat .detail-section.description {
  padding: 1.6em 3em 1.4em 3em;
}
.game-details-modal .modal-meat .detail-section .description-text {
  color: #9b9b9b;
  font-size: 0.938em;
  line-height: 1.688em;
}
.game-details-modal .modal-meat .detail-section .description-text .read-more {
  color: #00aeff;
  cursor: pointer;
}
.game-details-modal .modal-meat .detail-section.screen-shots {
  padding: 2.475em 3em 1.4em 3em;
  position: relative;
}
.game-details-modal .modal-meat .detail-section.screen-shots .screen-shot-wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  height: 13.5em;
}
.game-details-modal .modal-meat .detail-section.screen-shots .previous-screenshot-arrow {
  position: absolute;
  top: 55%;
  left: 1em;
  z-index: 12;
  cursor: pointer;
}
.game-details-modal .modal-meat .detail-section.screen-shots .next-screenshot-arrow {
  position: absolute;
  top: 55%;
  right: 1em;
  z-index: 12;
  cursor: pointer;
}
.game-details-modal .modal-meat .detail-section.screen-shots .gd-screen_shot {
  width: 10000px;
}
.game-details-modal .modal-meat .detail-section.screen-shots .gd-screen_shot img {
  margin-right: 0.15em;
  height: 13.5em;
}
.game-details-modal .modal-meat .detail-section.reviews {
  padding: 2em 3em 2em 3em;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap {
  padding-top: 1em;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap .item {
  position: relative;
  float: left;
  width: 19em;
  margin: 0 2em 2em 0;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap .icon {
  float: left;
  width: 2.75em;
  height: 2.75em;
  padding: 0.2em 0.5em 0 0;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap .icon img {
  width: 100%;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap .info {
  float: right;
  width: 14.375em;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap .info .user {
  font-size: 0.938em;
  color: #4a4a4a;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap .info .date {
  position: absolute;
  top: 0.2em;
  font-weight: lighter;
  right: 0;
  font-size: 0.75em;
  color: #555;
}
.game-details-modal .modal-meat .detail-section.reviews .reviews-wrap .info .comment {
  padding: 0.2em 0 0 0;
  font-size: 0.938em;
  color: #9b9b9b;
}
.game-details-modal .modal-meat .detail-section.similar {
  padding: 1.4em 3em 1.4em 3em;
}
.game-details-modal .modal-meat .detail-section.similar .wrap {
  float: left;
  width: 19%;
  margin: 0 1% 0 0;
  text-decoration: none;
}
.game-details-modal .modal-meat .detail-section.similar .wrap.lessGames {
  width: 32%;
}
.game-details-modal .modal-meat .detail-section.similar .wrap:last-child {
  margin: 0;
}
.game-details-modal .modal-meat .detail-section.similar .wrap .icon img {
  width: 100%;
}
.game-details-modal .modal-meat .detail-section.similar .wrap .likes {
  padding: 0 0.8em;
}
.game-details-modal .modal-meat .detail-section.similar .wrap .likes img {
  width: 1.5em;
}
.game-details-modal .modal-meat .detail-section.similar .wrap h3 {
  font-size: 0.938em;
  color: #4a4a4a;
  padding: 0.8em 0.8em 0 0.8em;
  min-height: 3.4em;
}
.game-details-modal .modal-meat .detail-section.similar .wrap span {
  margin-left: 0.7em;
  font-size: 0.875em;
  color: #d2514b;
}

.single-category .floating-nav {
  display: none;
}

@media all and (max-height: 770px) {
  .blurry-modal-wrap {
    padding-top: 5%;
  }
}
@media all and (max-width: 1120px) {
  section.fancy-newsletter .split {
    width: 100%;
    text-align: center;
  }

  section.fancy-newsletter .input-wrap {
    margin: 1em auto;
    width: 50%;
    font-weight: 0.9em;
  }

  .fancy-newsletter ::-webkit-input-placeholder {
    color: #fff;
  }
  .fancy-newsletter :-moz-placeholder {
    color: #fff;
  }
  .fancy-newsletter ::-moz-placeholder {
    color: #fff;
  }
  .fancy-newsletter :-ms-input-placeholder {
    color: #fff;
  }

  section.fancy-newsletter .input-wrap .email {
    background: transparent;
    border: 2px solid #fff;
  }

  .store-home-slider .container {
    padding: 0;
  }

  .store-home-slider .guts {
    width: 100%;
    padding: 0.5em;
  }

  .cat-top-free .box {
    width: 30%;
    margin: 0 3.3% 1.1em 0;
  }
  .cat-top-free .box .info {
    width: 60%;
  }
  .cat-top-free .box .icon {
    width: 30%;
  }

  .store-category-bar .menu .links {
    margin: 0 0.2em;
  }

  section.welcome-home .container .double-phone {
    position: absolute;
    right: -140px;
  }

  section.welcome-home .container .greeting-wrap {
    padding-top: 5em;
  }

  section.welcome-home .container .greeting-wrap h1 {
    font-size: 3.5em;
  }

  section.welcome-home .container .greeting-wrap .app-download,
section.welcome-home .container .greeting-wrap .see-more {
    font-size: 0.9em;
  }

  section.perks-bar .box img {
    width: 2.5em;
  }

  .show-three .box:last-child {
    display: none;
  }

  .container {
    width: 100% !important;
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  section.welcome-home .container .phone img {
    width: 100%;
  }

  section.perks-bar,
seciton.perks-bar.taiwan {
    min-width: 0 !important;
    width: 100%;
  }
  section.perks-bar .box,
seciton.perks-bar.taiwan .box {
    float: left;
    padding: 0.85em 0;
    color: #a5aacf;
    font-size: 0.8em !important;
    min-height: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.perks-bar .box.rewards,
seciton.perks-bar.taiwan .box.rewards {
    width: 27%;
    background: #5566b5;
  }
  section.perks-bar .box.battle,
seciton.perks-bar.taiwan .box.battle {
    width: 23%;
    background: #4d5eae;
  }
  section.perks-bar .box.localized,
seciton.perks-bar.taiwan .box.localized {
    width: 23%;
    background: #4556a6;
  }
  section.perks-bar .box.loot,
seciton.perks-bar.taiwan .box.loot {
    width: 27%;
    background: #3a4595;
  }
  section.perks-bar .box img,
seciton.perks-bar.taiwan .box img {
    position: relative;
    top: -0.625em;
    display: inline-block;
  }
  section.perks-bar .box span,
seciton.perks-bar.taiwan .box span {
    text-align: left;
    padding: 2.3125em 0 2.3125em 1.25em;
    display: inline-block;
  }

  section.hot-games .games-row .box {
    float: left;
    width: 46%;
    margin: 0 2% 2em 2%;
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.22);
  }
  section.hot-games .games-row .box .banner {
    position: relative;
    max-height: 11.375em;
  }
  section.hot-games .games-row .box .banner img {
    width: 100%;
    display: block;
  }
  section.hot-games .games-row .box .game-meta {
    position: relative;
    background: #fff;
    padding: 0.75em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.hot-games .games-row .box .icon {
    float: left;
    width: 5.375em;
    margin: 0 0.875em 0 0;
  }
  section.hot-games .games-row .box .info {
    float: left;
    width: 11.875em;
  }
  section.hot-games .games-row .box h2 {
    font-family: "montserrat-light";
    font-size: 1.125em;
    color: #4a4a4a;
  }
  section.hot-games .games-row .box h3 {
    font-size: 0.75em;
    color: #9b9b9b;
    text-transform: uppercase;
  }
  section.hot-games .games-row .box .bottom {
    position: absolute;
    bottom: 0.4375em;
    right: 0.75em;
    width: 63.5%;
    color: #d2514b;
    font-size: 0.8125em;
  }
  section.hot-games .games-row .box .bottom .loves {
    position: relative;
    top: 0.2em;
    width: 50%;
  }
  section.hot-games .games-row .box .bottom a {
    position: relative;
    top: -0.4em;
    float: right;
    right: 0.2em;
    color: #fff;
    background: #95d600;
    padding: 0.35em 1.9em;
    text-decoration: none;
  }
  section.hot-games .button-wrap {
    text-align: center;
    padding: 4.7em 0 0 0;
  }
  section.hot-games .button-wrap .app-download-taiwan {
    position: relative;
    background: #00aeff;
    font-size: 1.25em;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1.5em 0.8em 1.5em;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
  }
  section.hot-games .button-wrap .app-download-taiwan img.first {
    padding: 0 0.5em 0 0;
  }
  section.hot-games .button-wrap .app-download-taiwan img.second {
    padding: 0 0 0 0.5em;
  }
  section.hot-games .see-more {
    padding: 0.7em 1.9em;
    font-size: 1.25em;
    border: 0.125em solid #00aeff;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
    color: #00aeff;
    text-decoration: none;
  }

  /* position vert text in below sections */
  section.rewards .right {
    margin-top: 0;
  }

  section.battle .left {
    margin-top: 0;
  }

  section.localized .right {
    margin-top: 0em;
  }

  section.rewards,
section.battle,
section.localized,
section.loot {
    position: relative;
  }
  section.rewards.left-img h2,
section.battle.left-img h2,
section.localized.left-img h2,
section.loot.left-img h2 {
    padding-bottom: 0.35em;
    font-size: 2.6em;
    color: #fff;
    font-weight: bold;
  }
  section.rewards.left-img .left,
section.battle.left-img .left,
section.localized.left-img .left,
section.loot.left-img .left {
    width: 45%;
  }
  section.rewards.left-img .left img,
section.battle.left-img .left img,
section.localized.left-img .left img,
section.loot.left-img .left img {
    width: 100%;
  }
  section.rewards.left-img .right,
section.battle.left-img .right,
section.localized.left-img .right,
section.loot.left-img .right {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-65%);
    padding: 0 0 0 10%;
    width: 54%;
  }
  section.rewards.right-img h2,
section.battle.right-img h2,
section.localized.right-img h2,
section.loot.right-img h2 {
    padding-bottom: 0.35em;
    font-size: 2.6em;
    color: #4a4a4a;
    font-weight: bold;
  }
  section.rewards.right-img .right,
section.battle.right-img .right,
section.localized.right-img .right,
section.loot.right-img .right {
    width: 45%;
  }
  section.rewards.right-img .right img,
section.battle.right-img .right img,
section.localized.right-img .right img,
section.loot.right-img .right img {
    width: 100%;
  }
  section.rewards.right-img .left,
section.battle.right-img .left,
section.localized.right-img .left,
section.loot.right-img .left {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-65%);
    padding: 0 10% 0 0;
    width: 54%;
  }
}
@media all and (max-width: 870px) {
  .index .floating-nav {
    display: none !important;
  }

  .index .mobile-header {
    display: block;
  }

  .battle .app-download,
.localized .app-download,
.rewards .app-download {
    display: inline;
    float: none;
    position: relative;
    background: #00aeff;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 0.65em 1.9em;
    border: 0.125em solid #00aeff;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
    margin: auto;
    margin-top: 2em;
  }
  .battle .app-download img,
.localized .app-download img,
.rewards .app-download img {
    position: relative;
    left: -5px;
    top: -2px;
  }

  section.fancy-newsletter {
    padding: 3.75em 0;
  }

  section.fancy-newsletter .split {
    width: 100%;
    text-align: center;
  }

  section.fancy-newsletter .input-wrap {
    margin: 1em auto;
    width: 100%;
    font-size: 0.85em;
  }

  .cat-top-free.start {
    padding-top: 1em;
  }

  .cat-top-free h2.cat-title {
    padding: 0.75em 0 0.75em 0;
    font-size: 1.3em;
  }

  .store-home-slider {
    padding: 0;
  }

  #slider1_container {
    zoom: 1.3;
    left: -60px !important;
  }

  .cat-top-free .box {
    width: 46%;
    margin: 0 2% 1.1em 0;
  }
  .cat-top-free .box .info {
    width: 60%;
  }
  .cat-top-free .box .icon {
    width: 30%;
  }

  .game-details-modal {
    top: 0;
    width: 100%;
  }
  .game-details-modal .modal-meat .top {
    font-size: 0.7em;
    padding: 15% 5% 5% 5%;
  }
  .game-details-modal .modal-meat .top .purchase {
    bottom: 1.5em;
    right: 1.5em;
    padding: 0.4em 1.75em;
  }
  .game-details-modal .modal-meat .top .icon {
    width: 20%;
    height: auto;
  }
  .game-details-modal .modal-meat .top .info {
    width: 70%;
    margin: 0 5%;
  }
  .game-details-modal .modal-meat .top .info .heart-row {
    padding: 0.5em 0 0 0;
  }
  .game-details-modal .modal-meat .top .info .heart-row img {
    position: relative;
    top: -2px;
    width: 1.5em;
  }
  .game-details-modal .modal-meat .icon-bar {
    padding: 5%;
  }
  .game-details-modal .modal-meat .icon-bar .item img {
    width: 50%;
  }
  .game-details-modal .modal-meat .icon-bar .item p {
    font-size: 0.8em;
  }
  .game-details-modal .modal-meat .detail-section {
    padding: 5%;
  }
  .game-details-modal .modal-meat .section-title img {
    width: 1.65em;
  }

  .close-modal {
    width: 7%;
    left: 50%;
    margin-left: -5%;
    top: 3%;
  }

  .blurry-modal .qr-side p {
    margin-left: 0;
  }

  .store-category-bar {
    display: none;
  }

  .floating-nav {
    display: none;
  }

  section.store-home-page {
    height: auto;
  }

  section.welcome-home .container .double-phone {
    display: none;
  }

  .more-from-section {
    padding: 1em 3em 0 0;
  }

  .home-header {
    display: none;
  }

  .store .floating-nav {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    padding: 1em 0 0.35em 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-nav .menu-mobile,
.mobile-nav .search-mobile,
.mobile-nav .logo-mobile {
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-nav .menu-mobile {
    width: 15%;
  }
  .mobile-nav .menu-mobile img {
    width: 1.5em;
  }
  .mobile-nav .search-mobile {
    width: 15%;
  }
  .mobile-nav .search-mobile img {
    width: 1.5em;
  }
  .mobile-nav .logo-mobile {
    position: relative;
    top: -4px;
    width: 70%;
  }
  .mobile-nav .logo-mobile img {
    width: 10em;
  }
  .mobile-nav .search-mobile-input {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    background: #fff;
  }
  .mobile-nav .search-mobile-input input {
    font-size: 1.15em;
    width: 80%;
    color: #9b9b9b;
    border: none;
    background: transparent;
    padding: 0.8em;
  }

  .mobile-nav-slider {
    position: absolute;
    top: 6%;
    left: -85%;
    opacity: 0;
    width: 85%;
    z-index: 90;
    height: 100%;
    background: #f3f3f3;
  }
  .mobile-nav-slider a {
    display: block;
    text-decoration: none;
    color: #9b9b9b;
    padding: 0.75em;
    font-size: 0.875em;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  section.welcome-home {
    padding: 3em 0 2em 0;
  }
  section.welcome-home .container {
    width: 70em;
    margin: auto;
  }
  section.welcome-home .container nav.home-header {
    padding: 0;
    margin: 0 0 0.65em 0;
  }
  section.welcome-home .container nav.home-header .playphone-logo {
    float: none;
    text-align: center;
    padding: 2em 0 0 0;
  }
  section.welcome-home .container nav.home-header .playphone-logo img {
    width: 12em;
  }
  section.welcome-home .container nav.home-header .actions {
    padding: 1.3125em 0;
    float: right;
  }
  section.welcome-home .container nav.home-header .actions .search,
section.welcome-home .container nav.home-header .actions .login,
section.welcome-home .container nav.home-header .actions .developers {
    text-decoration: none;
    position: relative;
    float: right;
  }
  section.welcome-home .container nav.home-header .actions ::-webkit-input-placeholder {
    color: #d0ecfb;
  }
  section.welcome-home .container nav.home-header .actions :-moz-placeholder {
    color: #d0ecfb;
  }
  section.welcome-home .container nav.home-header .actions ::-moz-placeholder {
    color: #d0ecfb;
  }
  section.welcome-home .container nav.home-header .actions :-ms-input-placeholder {
    color: #d0ecfb;
  }
  section.welcome-home .container nav.home-header .actions .search-form {
    font-family: "montserrat-light";
    color: #fff;
    width: 17.1875em;
    border: none;
    padding: 0.4375em 3.4375em 0.4375em 0.9375em;
    font-size: 0.9375em;
    background: rgba(50, 102, 152, 0.63);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.welcome-home .container nav.home-header .actions .search img {
    position: absolute;
    right: 0.9375em;
    top: 0.4375em;
  }
  section.welcome-home .container nav.home-header .actions .login {
    padding: 0.4375em 1.875em 0 1.875em;
    color: #d0ecfb;
    text-transform: uppercase;
  }
  section.welcome-home .container nav.home-header .actions .login img {
    position: relative;
    top: -0.125em;
  }
  section.welcome-home .container nav.home-header .actions .developers {
    padding: 0.375em 0.875em;
    border: 0.0625em solid #d0ecfb;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
    color: #d0ecfb;
    text-transform: uppercase;
  }
  section.welcome-home .container .greeting-wrap {
    float: none;
    width: 100%;
    padding: 3em 2%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.welcome-home .container .greeting-wrap.taiwan {
    padding: 3em 2% 3.75em 2%;
  }
  section.welcome-home .container .greeting-wrap h1 {
    font-size: 2.5em;
    letter-spacing: -4px;
    color: #fff;
  }
  section.welcome-home .container .greeting-wrap h1.taiwan {
    font-size: 2.5em;
    letter-spacing: -3px;
    line-height: 1.35;
    color: #fff;
  }
  section.welcome-home .container .greeting-wrap h2 {
    padding: 0.8em 0 3.6em 0;
    font-size: 0.9em;
    font-weight: bold;
    color: #d0ecfb;
  }
  section.welcome-home .container .greeting-wrap .app-download-taiwan {
    position: relative;
    background: #00aeff;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1.5em 0.8em 1.5em;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
  }
  section.welcome-home .container .greeting-wrap .app-download-taiwan img.first {
    padding: 0 0.5em 0 0;
    width: 1.55em;
  }
  section.welcome-home .container .greeting-wrap .app-download-taiwan img.second {
    padding: 0 0 0 0.5em;
    width: 1.8em;
  }
  section.welcome-home .container .greeting-wrap .app-download,
section.welcome-home .container .greeting-wrap .store-home-page .app-download {
    display: block;
    width: 60%;
    margin: 0 auto 1em auto;
    font-size: 1.25em;
    padding: 0.65em 1.9em;
  }
  section.welcome-home .container .greeting-wrap .see-more,
section.welcome-home .container .greeting-wrap .store-home-page .see-more {
    display: block;
    width: 60%;
    margin: auto;
    padding: 0.65em 1.9em;
    font-size: 1.25em;
  }
  section.welcome-home .container .phone {
    display: none;
  }
  section.welcome-home .container .store-home-page .app-download {
    display: block;
    width: 50%;
    margin: 0 auto 1em auto;
    font-size: 1em;
    padding: 0.65em 1.9em;
  }
  section.welcome-home .container .store-home-page .app-download img {
    width: 1em;
  }
  section.welcome-home .container .store-home-page .see-more {
    display: block;
    width: 50%;
    margin: auto;
    padding: 0.65em 1.9em;
    font-size: 1em;
  }

  section.perks-bar .box,
section.perks-bar.taiwan .box {
    float: none;
    display: block;
    padding: 0 0 0 1.4em;
    font-size: 1.2em !important;
    min-height: 0;
    text-align: left;
  }
  section.perks-bar .box img,
section.perks-bar.taiwan .box img {
    padding: 1.3em;
    top: 0em;
  }
  section.perks-bar .box.rewards,
section.perks-bar.taiwan .box.rewards {
    width: 100%;
    background: #5566b5;
  }
  section.perks-bar .box.battle,
section.perks-bar.taiwan .box.battle {
    width: 100%;
    background: #4d5eae;
  }
  section.perks-bar .box.localized,
section.perks-bar.taiwan .box.localized {
    width: 100%;
    background: #4556a6;
  }
  section.perks-bar .box.loot,
section.perks-bar.taiwan .box.loot {
    width: 100%;
    background: #3a4595;
  }
  section.perks-bar .box span,
section.perks-bar.taiwan .box span {
    position: relative;
    top: 0.65em;
    padding: 0;
  }

  section.hot-games {
    padding: 2em 0 4em 0;
  }
  section.hot-games h1 {
    font-size: 1.875em;
  }
  section.hot-games .games-row {
    padding: 2em 0 0 0;
  }
  section.hot-games .games-row .box {
    position: relative;
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 0 0 2em 0;
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.22);
  }
  section.hot-games .games-row .box .icon {
    float: left;
    width: 30%;
    margin: 0 0.875em 0 0;
  }
  section.hot-games .games-row .box .icon img {
    width: 100%;
  }
  section.hot-games .games-row .box .info {
    float: left;
    width: 60%;
  }
  section.hot-games .games-row .box .bottom {
    width: 60.25%;
  }
  section.hot-games .button-wrap {
    text-align: center;
    padding: 1.7em 0 0 0;
  }
  section.hot-games .button-wrap .app-download-taiwan {
    position: relative;
    background: #00aeff;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1.5em 0.8em 1.5em;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
  }
  section.hot-games .button-wrap .app-download-taiwan img.first {
    padding: 0 0.5em 0 0;
    width: 1.55em;
  }
  section.hot-games .button-wrap .app-download-taiwan img.second {
    padding: 0 0 0 0.5em;
    width: 1.8em;
  }

  section.rewards,
section.battle,
section.localized,
section.loot {
    padding: 5em 0 5em 0;
    text-align: center;
  }
  section.rewards.left-img h2,
section.battle.left-img h2,
section.localized.left-img h2,
section.loot.left-img h2 {
    padding-bottom: 0.35em;
    font-size: 1.875em;
    color: #fff;
    font-weight: bold;
  }
  section.rewards.left-img p,
section.battle.left-img p,
section.localized.left-img p,
section.loot.left-img p {
    width: 87%;
    margin: auto;
    font-size: 1em;
    line-height: 1.6875em;
  }
  section.rewards.left-img .left,
section.battle.left-img .left,
section.localized.left-img .left,
section.loot.left-img .left {
    float: none;
    width: 100%;
  }
  section.rewards.left-img .left img,
section.battle.left-img .left img,
section.localized.left-img .left img,
section.loot.left-img .left img {
    width: 80%;
    margin: 2em auto 0 auto;
  }
  section.rewards.left-img .right,
section.battle.left-img .right,
section.localized.left-img .right,
section.loot.left-img .right {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    float: none;
    padding: 0;
    width: 100%;
  }
  section.rewards.right-img h2,
section.battle.right-img h2,
section.localized.right-img h2,
section.loot.right-img h2 {
    padding-bottom: 0.35em;
    font-size: 1.875em;
    color: #4a4a4a;
    font-weight: bold;
  }
  section.rewards.right-img p,
section.battle.right-img p,
section.localized.right-img p,
section.loot.right-img p {
    width: 87%;
    margin: auto;
    font-size: 1em;
    color: #7e7c7e;
    line-height: 1.6875em;
  }
  section.rewards.right-img .right,
section.battle.right-img .right,
section.localized.right-img .right,
section.loot.right-img .right {
    float: none;
    width: 100%;
  }
  section.rewards.right-img .right img,
section.battle.right-img .right img,
section.localized.right-img .right img,
section.loot.right-img .right img {
    width: 80%;
    margin: 0 auto 2em auto;
  }
  section.rewards.right-img .left,
section.battle.right-img .left,
section.localized.right-img .left,
section.loot.right-img .left {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    float: none;
    padding: 0;
    width: 100%;
  }
  section.rewards .button-row,
section.battle .button-row,
section.localized .button-row,
section.loot .button-row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.rewards .button-row a,
section.battle .button-row a,
section.localized .button-row a,
section.loot .button-row a {
    display: block;
    width: 70%;
    margin: 0 auto 1em auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.rewards .button-row a img,
section.battle .button-row a img,
section.localized .button-row a img,
section.loot .button-row a img {
    left: 3.6em;
  }

  .left-img .app-download-taiwan,
.right-img .app-download-taiwan {
    font-size: 1em;
    text-decoration: none;
    padding: 0.8em 1.5em 0.8em 1.5em;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
  }
  .left-img .app-download-taiwan img.first,
.right-img .app-download-taiwan img.first {
    padding: 0 0.5em 0 0;
    width: 1.55em;
  }
  .left-img .app-download-taiwan img.second,
.right-img .app-download-taiwan img.second {
    padding: 0 0 0 0.5em;
    width: 1.8em;
  }

  section.discover-more {
    padding: 4em 0 4em 0;
  }
  section.discover-more p {
    font-size: 1.575em;
  }
  section.discover-more p.taiwan {
    font-size: 1.875em;
  }
  section.discover-more .button-row {
    padding: 1.5em 0 0 0;
  }
  section.discover-more .button-row a {
    font-size: 0.8em;
  }
  section.discover-more .button-row a img {
    top: 0.3em;
    left: 1.45em;
    width: 1.8em;
  }
  section.discover-more .button-wrap {
    text-align: center;
    padding: 1.7em 0 0 0;
  }
  section.discover-more .button-wrap .app-download-taiwan {
    position: relative;
    background: #343f84;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 1.5em 0.8em 1.5em;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
  }
  section.discover-more .button-wrap .app-download-taiwan img.first {
    padding: 0 0.5em 0 0;
    width: 1.55em;
  }
  section.discover-more .button-wrap .app-download-taiwan img.second {
    padding: 0 0 0 0.5em;
    width: 1.8em;
  }

  section.newsletter {
    padding: 4em 0;
  }
  section.newsletter h3 {
    font-size: 1.4em;
  }
  section.newsletter h3 span {
    display: block;
  }
  section.newsletter h4 {
    padding: 0.25em 0 0 0;
    color: #00aeff;
    font-size: 1.1em;
  }
  section.newsletter .input-wrap {
    position: relative;
    width: 90%;
    font-size: 0.9em;
    margin: 3.125em auto 0 auto;
  }
  section.newsletter .input-wrap .email {
    width: 100%;
    border: 2px solid #00aeff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.75em 9em 0.75em 1.5em;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.newsletter .input-wrap .submit {
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    right: 0;
    height: 100%;
    max-height: 100%;
    font-size: 1em;
    font-weight: bold;
    background: #00aeff;
    color: #fff;
    text-transform: uppercase;
    padding: 0.95em 1.5em;
    border: none;
    border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    -webkit-border-radius: 0 40px 40px 0;
    -o-border-radius: 0 40px 40px 0;
  }
  section.newsletter .input-wrap .submit:hover {
    background: #11bfff;
    cursor: pointer;
  }

  section.home-footer {
    padding: 4em 0;
  }
  section.home-footer .links {
    float: none;
    width: 100%;
  }
  section.home-footer .links .left {
    margin-left: 10%;
    width: 40%;
  }
  section.home-footer .links li a {
    display: block;
    font-size: 18px;
    color: #4a4a4a;
    text-decoration: none;
    padding: 6px 0;
  }
  section.home-footer .social-legal {
    float: none;
    padding-top: 2em;
    width: 100%;
  }
  section.home-footer .social-legal .social .wrap {
    width: 100%;
    padding: 0 0 2.125em 2.5em;
    margin: 0 0 2.125em 0;
    border-bottom: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.home-footer .social-legal .social img {
    margin-right: 1em;
  }
  section.home-footer .social-legal .legal {
    text-align: center;
  }
  section.home-footer .social-legal .legal p {
    font-size: 0.875em;
    color: #4a4a4a;
    padding: 0 0 1em 0;
  }
  section.home-footer .social-legal .legal a {
    font-size: 0.875em;
    color: #00aeff;
    margin: 0 0.65em;
    text-decoration: none;
  }

  .blurry-modal-wrap {
    position: absolute;
    padding-top: 5em;
  }

  .clippy span {
    font-size: 0.7em;
    color: #f8ffd8;
  }

  .blurry-modal {
    position: relative;
    background: #00a3f0;
    width: 100%;
    margin: 0 auto 3em auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }
  .blurry-modal .close {
    position: absolute;
    right: -70px;
    top: -70px;
    cursor: pointer;
  }
  .blurry-modal .modal-top {
    text-align: center;
    background: #fff;
    padding: 2.25em;
  }
  .blurry-modal .modal-top img {
    padding-right: 1em;
  }
  .blurry-modal .modal-top h1 {
    font-weight: bold;
    color: #2ba5f2;
    font-size: 1.8em;
  }
  .blurry-modal .modal-meat {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
  }
  .blurry-modal .qr-side {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blurry-modal .qr-side img {
    margin-bottom: 0.875em;
  }
  .blurry-modal .qr-side p {
    font-size: 1.25em;
    color: #fff;
  }
  .blurry-modal .right {
    width: 100%;
    float: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blurry-modal .right h1 {
    font-family: "montserrat-light";
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
  }
  .blurry-modal .right .share-bar {
    margin-top: 1.5em;
  }
  .blurry-modal .right .share {
    float: left;
    margin-right: 1.5em;
    padding: 0.8em 1em;
    background: #0091cd;
    color: #fff;
    font-size: 1.25em;
  }
  .blurry-modal .right .social {
    float: left;
    background: #009edf;
  }
  .blurry-modal .right .social img {
    padding: 0.85em 1.5em 0 0;
  }
  .blurry-modal .right .rates {
    float: right;
    padding: 0.25em 0 0 0;
    color: #2a6d89;
    font-size: 0.875em;
  }
  .blurry-modal .right .input-wrap {
    position: relative;
    margin: 1.4em auto 0 auto;
  }
  .blurry-modal .right .input-wrap ::-webkit-input-placeholder {
    color: #d0ecfb;
  }
  .blurry-modal .right .input-wrap :-moz-placeholder {
    color: #d0ecfb;
  }
  .blurry-modal .right .input-wrap ::-moz-placeholder {
    color: #d0ecfb;
  }
  .blurry-modal .right .input-wrap :-ms-input-placeholder {
    color: #d0ecfb;
  }
  .blurry-modal .right .input-wrap .language {
    color: #fff;
    background: #0087c6;
    position: absolute;
    z-index: 10;
    height: 100%;
    top: 0;
    cursor: pointer;
    left: 0;
  }
  .blurry-modal .right .input-wrap .language:hover {
    background: #11bfff;
  }
  .blurry-modal .right .input-wrap .language .flags {
    margin-right: 6px;
  }
  .blurry-modal .right .input-wrap .language .arrow {
    position: absolute;
    margin-left: 0.3em;
    margin-top: 0.5em;
  }
  .blurry-modal .right .input-wrap .countries,
.blurry-modal .right .input-wrap .macau,
.blurry-modal .right .input-wrap .hongkong,
.blurry-modal .right .input-wrap .taiwan-flag {
    padding: 0.75em 1.6em 0.53em 1.3em;
  }
  .blurry-modal .right .input-wrap .macau,
.blurry-modal .right .input-wrap .hongkong,
.blurry-modal .right .input-wrap .taiwan-flag {
    color: #333;
    background: #fff;
  }
  .blurry-modal .right .input-wrap .macau:hover,
.blurry-modal .right .input-wrap .hongkong:hover,
.blurry-modal .right .input-wrap .taiwan-flag:hover {
    cursor: pointer;
    background: #0087c6;
  }
  .blurry-modal .right .input-wrap .email {
    width: 100%;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.06);
    font-size: 14px;
    border: none;
    color: #fff;
    padding: 1em 6em 1em 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blurry-modal .right .input-wrap .email.taiwan {
    padding-left: 10em;
  }
  .blurry-modal .right .input-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    font-size: 14px;
    font-weight: bold;
    background: #0087c6;
    color: #fff;
    text-transform: uppercase;
    padding: 1em 0.75em;
    border: none;
  }
  .blurry-modal .right .input-wrap .submit:hover {
    background: #11bfff;
    cursor: pointer;
  }
}
@media all and (max-width: 650px) {
  .game-details-modal .modal-meat .detail-section.similar .wrap h3 {
    font-size: 0.7em;
  }

  .game-details-modal .modal-meat .detail-section {
    padding: 2.475em 1.5em 1.4em 1.5em !important;
  }

  .next-screenshot-arrow {
    display: none;
  }

  .more-from-section {
    padding: 1.25em 0.5em 0 0;
  }

  .cat-top-free .container {
    right: 0;
    padding: 4%;
  }
  .cat-top-free .container h2.cat-title {
    padding: 0.95em 0 1.5em 0;
  }

  .cat-top-free .box {
    width: 100%;
    margin: 0 auto 1.1em auto;
  }
  .cat-top-free .box .info {
    width: 60%;
  }
  .cat-top-free .box .icon {
    width: 30%;
  }
}
/*
.montserrat {
	font-family: 'montserrat-light';}
*/
.montserrat-light {
  font-family: "montserrat-light";
}

.montserrat h1,
.montserrat h2 {
  font-family: "montserrat-light";
}

a:hover {
  opacity: 0.75;
}

@font-face {
  font-family: "montserrat-light";
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-hairline";
  src: url("../fonts/montserrat-hairline-webfont.eot");
  src: url("../fonts/montserrat-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-hairline-webfont.woff2") format("woff2"), url("../fonts/montserrat-hairline-webfont.woff") format("woff"), url("../fonts/montserrat-hairline-webfont.ttf") format("truetype"), url("../fonts/montserrat-hairline-webfont.svg#montserrathairline") format("svg");
  font-weight: normal;
  font-style: normal;
}
.new-login .signup-container input.error {
  background: #ffeeef;
  border: 2px solid #fbb1b6;
  color: #fa7981;
}

.signup-container .right div input[disabled] {
  background: #ccc;
}

@media screen and (max-height: 770px) {
  #signUpForm {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
.signup-container .small-logo {
  position: relative;
  top: 0.5em;
  margin: 0 0.5em 0 2em;
}

.signup-modal form {
  background: transparent;
  border: none;
  font-size: 100%;
}

.signup-container {
  position: relative;
  padding: 3em 2em;
  width: 40em;
  margin: 5em auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.signup-container .error-message {
  position: absolute;
  width: 90%;
}

.signup-container .right {
  color: #6f828e;
  width: 70%;
}

.signup-container .right span {
  color: #fff;
  font-size: 0.875em;
  text-align: left;
  padding: 1em 0;
  display: block;
}

.signup-container .right a {
  color: #01affe;
  text-align: center;
}

.signup-container .right div .btn-blue {
  background: #01affe;
  font-weight: 700;
  padding: 1.2em;
  border-radius: 30px;
  font-size: 0.85em;
  width: 100%;
  color: #fff;
}

.discover-more-wynk form h3 {
  color: #fff;
  text-transform: uppercase;
}

.signup-container .small {
  font-size: 0.75em;
}

.signup-container .first {
  float: right;
}

.signup-container input[type=text],
.signup-container input[type=password],
.signup-container input[type=email],
.signup-container input[type=number],
.forgot-password input[type=email],
.forgot-password input[type=password] {
  width: 70%;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #e4ebec;
  color: #3e4e5c;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 0.825em;
  padding: 1.2em;
  margin: 0.86em 0;
}

.signup-container label {
  width: 25%;
  float: left;
  color: #b0bfc8;
  padding-top: 1.45em;
  font-size: 1.125em;
}

.floating-nav-wynk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #d01427;
}
.floating-nav-wynk .container {
  width: 70em;
  margin: auto;
}
.floating-nav-wynk .container .playphone-logo {
  float: left;
  padding: 0.725em 0;
}
.floating-nav-wynk .container .actions {
  float: right;
}
.floating-nav-wynk .container .actions .search,
.floating-nav-wynk .container .actions .login,
.floating-nav-wynk .container .actions .developers {
  text-decoration: none;
  position: relative;
  float: right;
}
.floating-nav-wynk .container .actions ::-webkit-input-placeholder {
  color: #fff;
}
.floating-nav-wynk .container .actions :-moz-placeholder {
  color: #fff;
}
.floating-nav-wynk .container .actions ::-moz-placeholder {
  color: #fff;
}
.floating-nav-wynk .container .actions :-ms-input-placeholder {
  color: #fff;
}
.floating-nav-wynk .container .actions .search-form {
  font-family: "montserrat-light";
  color: #fff;
  width: 17.1875em;
  border: none;
  padding: 1.25em 3.4375em 1.15em 0.9375em;
  font-size: 0.9375em;
  background: #e62e2f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floating-nav-wynk .container .actions .search img {
  position: absolute;
  right: 0.9375em;
  top: 1.125em;
}
.floating-nav-wynk .container .actions .login {
  margin-top: 0.8125em;
  padding: 0.4375em 1.875em 0 1.875em;
  color: #fff;
  text-transform: uppercase;
}
.floating-nav-wynk .container .actions .login img {
  position: relative;
  top: -0.125em;
}
.floating-nav-wynk .container .actions .developers {
  position: relative;
  top: -2px;
  margin-top: 0.8125em;
  padding: 0.375em 0.875em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
}

section.wynk-home {
  position: relative;
  background: #e82d35;
  background: -moz-linear-gradient(-45deg, #e82d35 0%, #665468 100%);
  background: -webkit-linear-gradient(-45deg, #e82d35 0%, #665468 100%);
  background: linear-gradient(135deg, #e82d35 0%, #665468 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e82d35", endColorstr="#665468",GradientType=1 );
}
section.wynk-home .container {
  width: 70em;
  margin: auto;
}
section.wynk-home .container nav.home-header {
  padding: 1.5em 0;
  margin: 0 0 1.875em 0;
}
section.wynk-home .container nav.home-header .playphone-logo {
  float: left;
  padding: 1.125em 0 0 0;
}
section.wynk-home .container nav.home-header .actions {
  padding: 1.3125em 0;
  float: right;
}
section.wynk-home .container nav.home-header .actions .search,
section.wynk-home .container nav.home-header .actions .login,
section.wynk-home .container nav.home-header .actions .developers {
  text-decoration: none;
  position: relative;
  float: right;
}
section.wynk-home .container nav.home-header .actions ::-webkit-input-placeholder {
  color: #d0ecfb;
}
section.wynk-home .container nav.home-header .actions :-moz-placeholder {
  color: #d0ecfb;
}
section.wynk-home .container nav.home-header .actions ::-moz-placeholder {
  color: #d0ecfb;
}
section.wynk-home .container nav.home-header .actions :-ms-input-placeholder {
  color: #d0ecfb;
}
section.wynk-home .container nav.home-header .actions .search-form {
  font-family: "montserrat-light";
  color: #fff;
  width: 17.1875em;
  border: none;
  padding: 0.4375em 3.4375em 0.4375em 0.9375em;
  font-size: 0.9375em;
  background: rgba(50, 102, 152, 0.63);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.wynk-home .container nav.home-header .actions .search img {
  position: absolute;
  right: 0.9375em;
  top: 0.4375em;
}
section.wynk-home .container nav.home-header .actions .login {
  padding: 0.4375em 1.875em 0 1.875em;
  color: #d0ecfb;
  text-transform: uppercase;
}
section.wynk-home .container nav.home-header .actions .login img {
  position: relative;
  top: -0.125em;
}
section.wynk-home .container nav.home-header .actions .developers {
  padding: 0.375em 0.875em;
  border: 0.0625em solid #d0ecfb;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #d0ecfb;
  text-transform: uppercase;
}
section.wynk-home .container .greeting-wrap {
  float: left;
  width: 50%;
  padding: 8.75em 0 0 0;
}
section.wynk-home .container .greeting-wrap h1 {
  padding-top: 0.5em;
  font-size: 40px;
  color: #fff;
}
section.wynk-home .container .greeting-wrap h2 {
  padding: 0.8em 0 3.3em 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
section.wynk-home .container .greeting-wrap .see-more {
  position: relative;
  z-index: 2;
  padding: 0.65em 1.9em;
  font-size: 1.25em;
  margin-left: 1.9em;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #e62e2f;
  background: #e1e1e1;
  text-decoration: none;
}
section.wynk-home .container .store-home-page .see-more {
  width: 12.5em;
  text-align: center;
  padding: 0.65em 1.5em;
  font-size: 1.25em;
  margin: 1.5em 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.wynk-home .container .store-home-page .app-download {
  width: 12.5em;
  padding: 0.8em 0 0.8em 1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.wynk-home .container .store-home-page .app-download img {
  position: absolute;
  top: 0.6em;
  left: 1.7em;
}
section.wynk-home .container .phone {
  width: 40%;
  float: right;
}
section.wynk-home .container .double-phone {
  position: absolute;
  right: 0;
}

/* position vert text in below sections */
section.premier .right {
  margin-top: 3.2em;
}

section.monetization .left {
  margin-top: 5em;
}

section.distribution .right {
  margin-top: 3em;
}

section.distribution .left img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 785px;
  width: 50%;
}

section.premier,
section.monetization,
section.distribution {
  position: relative;
  padding: 5em 0;
}
section.premier .dev-link,
section.monetization .dev-link,
section.distribution .dev-link {
  font-size: 1.125em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.75em 0;
  display: block;
  color: #e71331;
}
section.premier .left,
section.premier .right,
section.monetization .left,
section.monetization .right,
section.distribution .left,
section.distribution .right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.premier .container,
section.monetization .container,
section.distribution .container {
  width: 70em;
  margin: auto;
}
section.premier.left-img h2,
section.monetization.left-img h2,
section.distribution.left-img h2 {
  padding-bottom: 0.35em;
  font-size: 2.5em;
  color: #656565;
  font-weight: bold;
}
section.premier.left-img p,
section.monetization.left-img p,
section.distribution.left-img p {
  font-size: 1.125em;
  color: #656565;
  line-height: 1.6875em;
}
section.premier.left-img .left,
section.monetization.left-img .left,
section.distribution.left-img .left {
  width: 45%;
}
section.premier.left-img .right,
section.monetization.left-img .right,
section.distribution.left-img .right {
  padding: 0 0 0 10%;
  width: 53%;
}
section.premier.right-img h2,
section.monetization.right-img h2,
section.distribution.right-img h2 {
  padding-bottom: 0.35em;
  font-size: 2.5em;
  color: #4a4a4a;
  font-weight: bold;
}
section.premier.right-img p,
section.monetization.right-img p,
section.distribution.right-img p {
  font-size: 1.125em;
  color: #7e7c7e;
  line-height: 1.6875em;
}
section.premier.right-img .right,
section.monetization.right-img .right,
section.distribution.right-img .right {
  width: 45%;
}
section.premier.right-img .left,
section.monetization.right-img .left,
section.distribution.right-img .left {
  padding: 0 10% 0 0;
  width: 53%;
}

section.premier {
  background: #f9f9f9;
  padding-bottom: 0;
}

section.distribution {
  background: #f9f9f9;
  padding-bottom: 6em;
}

section.discover-more-wynk {
  background: #a64250;
  background: -moz-linear-gradient(-45deg, #a64250 -20%, #027595 100%);
  background: -webkit-linear-gradient(-45deg, #a64250 -20%, #027595 100%);
  background: linear-gradient(135deg, #a64250 -20%, #027595 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a64250", endColorstr="#027595",GradientType=1 );
  padding: 7em 0 6.8em 0;
  text-align: center;
}
section.discover-more-wynk.white {
  background: #fff;
}
section.discover-more-wynk p.large {
  color: #fff;
  font-size: 2.5em;
}
section.discover-more-wynk .button-row {
  padding: 3.8em 0 0 0;
}
section.discover-more-wynk .see-more {
  background: #e71331;
  padding: 0.65em 2.5em;
  font-size: 1.25em;
  border: none;
  border-radius: 1.875em;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  -o-border-radius: 1.875em;
  color: #fff;
  text-decoration: none;
}
section.discover-more-wynk p.questions {
  padding: 3.5em 0 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}
section.discover-more-wynk p.questions a {
  color: #e4152f;
  font-weight: bold;
  text-decoration: none;
}

@media all and (max-height: 770px) {
  .blurry-modal-wrap {
    padding-top: 5%;
  }
}
@media all and (max-width: 1170px) {
  .wynk .double-phone {
    right: -100px !important;
  }
}
@media all and (max-width: 1120px) {
  section.distribution {
    padding: 0 0 9em 0;
  }

  section.distribution.left-img .right {
    padding-top: 5em !important;
  }

  .wynk .map {
    position: relative !important;
  }

  .container {
    width: 100% !important;
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  section.wynk-home .container .phone img {
    width: 100%;
  }

  /* position vert text in below sections */
  section.premier .right {
    margin-top: 0;
  }

  section.monetization .left {
    margin-top: 0;
  }

  section.distribution .right {
    margin-top: 0em;
  }

  section.premier,
section.monetization,
section.distribution,
section.loot {
    font-size: 0.8em;
    position: relative;
  }
  section.premier.left-img h2,
section.monetization.left-img h2,
section.distribution.left-img h2,
section.loot.left-img h2 {
    padding-bottom: 0.35em;
    font-size: 2.6em;
    font-weight: bold;
  }
  section.premier.left-img .left,
section.monetization.left-img .left,
section.distribution.left-img .left,
section.loot.left-img .left {
    width: 45%;
  }
  section.premier.left-img .left img,
section.monetization.left-img .left img,
section.distribution.left-img .left img,
section.loot.left-img .left img {
    width: 100%;
  }
  section.premier.left-img .right,
section.monetization.left-img .right,
section.distribution.left-img .right,
section.loot.left-img .right {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-65%);
    padding: 0 0 0 10%;
    width: 54%;
  }
  section.premier.right-img h2,
section.monetization.right-img h2,
section.distribution.right-img h2,
section.loot.right-img h2 {
    padding-bottom: 0.35em;
    font-size: 2.6em;
    color: #4a4a4a;
    font-weight: bold;
  }
  section.premier.right-img .right,
section.monetization.right-img .right,
section.distribution.right-img .right,
section.loot.right-img .right {
    width: 45%;
  }
  section.premier.right-img .right img,
section.monetization.right-img .right img,
section.distribution.right-img .right img,
section.loot.right-img .right img {
    width: 100%;
  }
  section.premier.right-img .left,
section.monetization.right-img .left,
section.distribution.right-img .left,
section.loot.right-img .left {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-65%);
    padding: 0 10% 0 0;
    width: 54%;
  }
}
@media all and (max-width: 870px) {
  .wynk .map {
    display: none !important;
  }

  .wynk .search,
.wynk .login,
.wynk .double-phone {
    display: none;
  }

  .floating-nav-wynk {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #d01427;
  }
  .floating-nav-wynk .container {
    width: 70em;
    margin: auto;
  }
  .floating-nav-wynk .container .playphone-logo {
    float: left;
    padding: 0.725em 0;
  }
  .floating-nav-wynk .container .actions {
    float: right;
  }
  .floating-nav-wynk .container .actions .search,
.floating-nav-wynk .container .actions .login,
.floating-nav-wynk .container .actions .developers {
    text-decoration: none;
    position: relative;
    float: right;
  }
  .floating-nav-wynk .container .actions ::-webkit-input-placeholder {
    color: #fff;
  }
  .floating-nav-wynk .container .actions :-moz-placeholder {
    color: #fff;
  }
  .floating-nav-wynk .container .actions ::-moz-placeholder {
    color: #fff;
  }
  .floating-nav-wynk .container .actions :-ms-input-placeholder {
    color: #fff;
  }
  .floating-nav-wynk .container .actions .search-form {
    font-family: "montserrat-light";
    color: #fff;
    width: 17.1875em;
    border: none;
    padding: 1.25em 3.4375em 1.15em 0.9375em;
    font-size: 0.9375em;
    background: #e62e2f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .floating-nav-wynk .container .actions .search img {
    position: absolute;
    right: 0.9375em;
    top: 1.125em;
  }
  .floating-nav-wynk .container .actions .login {
    margin-top: 0.8125em;
    padding: 0.4375em 1.875em 0 1.875em;
    color: #fff;
    text-transform: uppercase;
  }
  .floating-nav-wynk .container .actions .login img {
    position: relative;
    top: -0.125em;
  }
  .floating-nav-wynk .container .actions .developers {
    border: none;
    display: none;
  }

  section.wynk-home {
    height: auto;
    padding-bottom: 2em;
  }
  section.wynk-home .container {
    width: 70em;
    margin: auto;
  }
  section.wynk-home .container nav.home-header {
    padding: 0;
    margin: 0 0 0.65em 0;
  }
  section.wynk-home .container nav.home-header .playphone-logo {
    float: none;
    text-align: center;
    padding: 2em 0 0 0;
  }
  section.wynk-home .container nav.home-header .playphone-logo img {
    width: 12em;
  }
  section.wynk-home .container nav.home-header .actions {
    padding: 1.3125em 0;
    float: right;
  }
  section.wynk-home .container nav.home-header .actions .search,
section.wynk-home .container nav.home-header .actions .login,
section.wynk-home .container nav.home-header .actions .developers {
    text-decoration: none;
    position: relative;
    float: right;
  }
  section.wynk-home .container nav.home-header .actions ::-webkit-input-placeholder {
    color: #d0ecfb;
  }
  section.wynk-home .container nav.home-header .actions :-moz-placeholder {
    color: #d0ecfb;
  }
  section.wynk-home .container nav.home-header .actions ::-moz-placeholder {
    color: #d0ecfb;
  }
  section.wynk-home .container nav.home-header .actions :-ms-input-placeholder {
    color: #d0ecfb;
  }
  section.wynk-home .container nav.home-header .actions .search-form {
    font-family: "montserrat-light";
    color: #fff;
    width: 17.1875em;
    border: none;
    padding: 0.4375em 3.4375em 0.4375em 0.9375em;
    font-size: 0.9375em;
    background: rgba(50, 102, 152, 0.63);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.wynk-home .container nav.home-header .actions .search img {
    position: absolute;
    right: 0.9375em;
    top: 0.4375em;
  }
  section.wynk-home .container nav.home-header .actions .login {
    padding: 0.4375em 1.875em 0 1.875em;
    color: #d0ecfb;
    text-transform: uppercase;
  }
  section.wynk-home .container nav.home-header .actions .login img {
    position: relative;
    top: -0.125em;
  }
  section.wynk-home .container nav.home-header .actions .developers {
    padding: 0.375em 0.875em;
    border: 0.0625em solid #d0ecfb;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
    color: #d0ecfb;
    text-transform: uppercase;
  }
  section.wynk-home .container .greeting-wrap {
    float: none;
    width: 100%;
    padding: 3em 2%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.wynk-home .container .greeting-wrap h1 {
    padding: 1em 0 0.2em 0;
    font-size: 2em;
    letter-spacing: -1px;
    color: #fff;
  }
  section.wynk-home .container .greeting-wrap h2 {
    padding: 0.8em 0 3.6em 0;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
  }
  section.wynk-home .container .greeting-wrap .see-more {
    padding: 0.65em 1.9em;
    font-size: 1.25em;
    margin-left: 0;
    border: 0.125em solid #d0ecfb;
    border-radius: 1.875em;
    -moz-border-radius: 1.875em;
    -webkit-border-radius: 1.875em;
    -o-border-radius: 1.875em;
    text-decoration: none;
  }
  section.wynk-home .container .phone {
    display: none;
  }

  section.premier.left-img .left img {
    position: relative;
    left: -10px;
  }

  section.premier,
section.monetization,
section.distribution,
section.loot {
    padding: 3em 0;
    text-align: center;
  }
  section.premier.left-img h2,
section.monetization.left-img h2,
section.distribution.left-img h2,
section.loot.left-img h2 {
    padding-bottom: 0.35em;
    font-size: 1.875em;
    font-weight: bold;
  }
  section.premier.left-img p,
section.monetization.left-img p,
section.distribution.left-img p,
section.loot.left-img p {
    width: 87%;
    margin: auto;
    font-size: 1em;
    line-height: 1.6875em;
  }
  section.premier.left-img .left,
section.monetization.left-img .left,
section.distribution.left-img .left,
section.loot.left-img .left {
    float: none;
    width: 100%;
  }
  section.premier.left-img .left img,
section.monetization.left-img .left img,
section.distribution.left-img .left img,
section.loot.left-img .left img {
    width: 80%;
    margin: 0 auto 2em auto;
  }
  section.premier.left-img .right,
section.monetization.left-img .right,
section.distribution.left-img .right,
section.loot.left-img .right {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    float: none;
    padding: 0;
    width: 100%;
  }
  section.premier.right-img h2,
section.monetization.right-img h2,
section.distribution.right-img h2,
section.loot.right-img h2 {
    padding-bottom: 0.35em;
    font-size: 1.875em;
    color: #4a4a4a;
    font-weight: bold;
  }
  section.premier.right-img p,
section.monetization.right-img p,
section.distribution.right-img p,
section.loot.right-img p {
    width: 87%;
    margin: auto;
    font-size: 1em;
    color: #7e7c7e;
    line-height: 1.6875em;
  }
  section.premier.right-img .right,
section.monetization.right-img .right,
section.distribution.right-img .right,
section.loot.right-img .right {
    float: none;
    width: 100%;
  }
  section.premier.right-img .right img,
section.monetization.right-img .right img,
section.distribution.right-img .right img,
section.loot.right-img .right img {
    width: 80%;
    margin: 0 auto 2em auto;
  }
  section.premier.right-img .left,
section.monetization.right-img .left,
section.distribution.right-img .left,
section.loot.right-img .left {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    float: none;
    padding: 0;
    width: 100%;
  }

  section.distribution.left-img .right {
    padding-top: 0 !important;
  }

  section.discover-more-wynk {
    padding: 4em 0 5em 0;
  }
  section.discover-more-wynk p {
    font-size: 1.875em;
  }
  section.discover-more-wynk p.taiwan {
    font-size: 1.875em;
  }
  section.discover-more-wynk .button-wrap {
    text-align: center;
    padding: 1.7em 0 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
