/* custom */
/*@font-face {
    font-family: 'Fjalla One';
    src: url('../fonts/FjallaOne-Regular.woff2') format('woff2'),
        url('../fonts/FjallaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'DejaVu Sans Condensed';
  src: url("../fonts/DejaVuSansCondensed.woff2") format("woff2"), url("../fonts/DejaVuSansCondensed.woff") format("woff"), url("../fonts/DejaVuSansCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0px;
  padding: 0px;
  background: #FFF;
  font-family: 'Source Sans Pro'; }

* {
  box-sizing: border-box; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.white {
  color: #FFF !important; }

.box-50 {
  width: 50%; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.clear {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both; }

h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-family: 'DejaVu Sans Condensed';
  font-weight: normal;
  margin: 0px 0 40px 0;
  letter-spacing: -1px; }

.statusMsg {
  text-align: center;
  color: #FFF;
  font-family: Open Sans;
  margin-bottom: 20px; }

.errordiv {
  color: #ff4747; }

.slick-slide {
  margin: 0 25px; }

.slick-dots {
  bottom: -45px; }
  .slick-dots li button:before {
    font-size: 15px; }

.reviews-container .slick-prev:before, .reviews-container .slick-next:before {
  font-size: 30px; }

.slick-dots li button:before {
  color: #3a88cb; }

.slick-dots li.slick-active button:before {
  color: #66abe6; }

.video-container {
  max-width: 100%;
  max-height: 700px;
  height: 700px;
  background: #000;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .video-container.article {
    height: 380px; }
    .video-container.article .article-image {
      z-index: 1;
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .video-container.article .article-info {
      position: absolute;
      z-index: 3;
      bottom: 40px;
      left: 0px;
      text-align: center;
      width: 100%; }
      .video-container.article .article-info span {
        font-size: 18px;
        color: #828282;
        font-style: italic;
        font-weight: normal; }
      .video-container.article .article-info h3 {
        font-size: 48px;
        color: #FFF;
        font-weight: normal;
        font-family: 'DejaVu Sans Condensed';
        padding: 0px;
        margin: 20px 0 0 0; }
  .video-container .gyro-b-logo {
    background: url(../images/gyro-logo.png) no-repeat top left;
    width: 329px;
    height: 183px;
    margin: 30px auto 0 auto;
    position: relative;
    z-index: 5; }
  .video-container .small-gyro-b-logo {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 61px;
    height: 57px;
    background: url(../images/small-gyro-logo.png) no-repeat; }
  .video-container .store-container {
    z-index: 5;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    text-align: center; }
    .video-container .store-container .social-container {
      text-align: center;
      margin: 0 0 20px 0; }
      .video-container .store-container .social-container a {
        color: #FFF;
        text-decoration: none;
        font-size: 24px;
        margin: 0 10px; }
    .video-container .store-container .store-btns a {
      margin: 0 5px;
      display: inline-block;
      width: 200px; }
      .video-container .store-container .store-btns a img {
        width: 100%; }
  .video-container .video-overlay {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .video-container video {
    z-index: 1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.top-bar {
  max-width: 1200px;
  z-index: 3;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0; }
  .top-bar .inner {
    width: 100%; }
    .top-bar .inner::after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
  .top-bar .nav {
    float: left;
    font-size: 18px;
    font-family: Fjalla One;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .top-bar .nav li {
      display: inline-block;
      margin: 0 5px; }
    .top-bar .nav a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 10px; }
  .top-bar .social-container {
    float: right; }
    .top-bar .social-container a {
      color: #fff;
      text-decoration: none;
      font-size: 22px;
      margin: 0 10px; }

.gallery-container {
  max-width: 100%;
  position: relative;
  padding: 40px 0px 20px 0px; }
  .gallery-container .or-b-w {
    height: 21px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -21px;
    left: 0px;
    background: url(../images/or-b-w.png) no-repeat top center; }

.article-container {
  background-color: #d6d6d6;
  width: 100%;
  padding: 40px 0px 70px 0px;
  position: relative;
  z-index: 2;
  text-align: center; }
  .article-container iframe {
    margin: 30px auto 0 auto;
    max-width: 100%; }
  .article-container .inner {
    max-width: 700px;
    margin: 0 auto; }
    .article-container .inner::after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
  .article-container .or-r {
    height: 22px;
    max-width: 100%;
    min-width: 150px;
    position: absolute;
    top: -22px;
    right: 0;
    background: url(../images/or-r.png) no-repeat top left; }
  .article-container .or-l {
    height: 22px;
    max-width: 100%;
    min-width: 150px;
    position: absolute;
    top: -22px;
    left: 0;
    background: url(../images/or-l.png) no-repeat top right; }
  .article-container p {
    font-size: 18px;
    text-align: left; }
    .article-container p a {
      color: inherit; }
  .article-container img {
    max-width: 600px;
    margin: 20px 0px; }

.header-bar-v {
  max-width: 1200px;
  margin: 0 auto; }
  .header-bar-v::after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }

.header-bar-v {
  max-height: 139px; }

.logo-v {
  width: 353px;
  height: 95px;
  float: left;
  margin: 10px 0 0 0;
  background: url(../images/logo.png) no-repeat; }

.menu-bar-v {
  float: right;
  margin: 55px 0px; }
  .menu-bar-v .main-menu-v {
    float: right;
    text-transform: uppercase;
    font-family: Futura_PT_v;
    list-style: none;
    font-size: 13px;
    margin: 0px;
    padding: 0px; }
    .menu-bar-v .main-menu-v li {
      margin-right: 30px;
      display: inline-block; }
    .menu-bar-v .main-menu-v a {
      color: #000;
      text-decoration: none;
      padding: 3px 0px 3px 0px; }
      .menu-bar-v .main-menu-v a.active-v {
        background-image: url(../images/menu-active.png);
        background-repeat: no-repeat;
        background-position: bottom left; }

.social-menu-bar-v {
  border-left: 2px solid #dadada;
  float: right;
  list-style: none;
  padding: 0px 0 0 20px;
  margin: 0px; }
  .social-menu-bar-v li {
    display: inline-block;
    padding: 0 7px; }
  .social-menu-bar-v a {
    text-decoration: none;
    color: #b5b5b5;
    font-size: 16px; }

.contact-container {
  background-color: #FFF;
  max-width: 100%;
  padding: 40px 0px;
  position: relative;
  text-align: center; }
  .contact-container .inner {
    max-width: 700px;
    margin: 0 auto; }
    .contact-container .inner::after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
  .contact-container .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
    color: #a3a3a3; }
    .contact-container .subtitle a {
      color: #2c96d7; }
  .contact-container .submit-btn {
    cursor: pointer;
    margin: 20px auto 0 auto;
    min-width: 230px;
    display: block;
    background: #2c96d7;
    height: 50px;
    border: none;
    padding: 0px 40px;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    transform: skew(-40deg); }
    .contact-container .submit-btn span {
      transform: skew(40deg);
      display: block; }

.footer-container {
  width: 100%;
  background: #000; }
  .footer-container .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    color: #a0a0a0;
    font-family: Open Sans;
    font-size: 16px;
    text-align: center; }
  .footer-container a {
    color: #FFF; }

.games-container {
  width: 100%; }
  .games-container.privacy-page {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #646464;
    line-height: 24px;
    margin: 20px 0 0 0;
    padding-bottom: 60px; }
    .games-container.privacy-page .subtitle {
      font-weight: 600; }
    .games-container.privacy-page a {
      color: #646464; }
  .games-container .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 50px 0 50px; }
  .games-container .game-item {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding-right: 280px; }
    .games-container .game-item .game-inner {
      max-width: 800px;
      background: #ececec;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
    .games-container .game-item .store-btns {
      position: absolute;
      z-index: 1;
      top: 0px;
      right: 0px;
      padding: 30px 0; }
      .games-container .game-item .store-btns .store-btn {
        display: block;
        margin-bottom: 20px; }
    .games-container .game-item .game-featured {
      float: left;
      width: 30%;
      border-radius: 30px;
      overflow: hidden; }
      .games-container .game-item .game-featured img {
        display: block;
        width: 100%; }
    .games-container .game-item .game-info {
      float: left;
      width: 70%;
      padding: 0 50px; }
    .games-container .game-item h3 {
      font-size: 36px;
      color: #505050;
      font-family: Montserrat;
      font-weight: 700;
      margin: 30px 0 0 0; }
    .games-container .game-item p {
      font-size: 16px;
      font-family: Open Sans;
      font-weight: 400;
      color: #646464;
      line-height: 24px;
      margin: 20px 0 0 0; }

.news-container {
  background-color: #2d2d2d;
  max-width: 100%;
  padding: 60px 0px 60px 0;
  position: relative;
  text-align: center; }
  .news-container h2 {
    color: #FFF; }
  .news-container .inner {
    /*max-width: $container-default-width;*/
    margin: 0 auto; }
    .news-container .inner::after {
      content: "";
      display: table;
      table-layout: fixed;
      clear: both; }
  .news-container .or-t-l {
    height: 21px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0px;
    background: url(../images/or-t-l.png) no-repeat top center; }
  .news-container .article-c {
    display: inline-block;
    margin: 30px;
    max-width: 550px;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.75); }
    .news-container .article-c img {
      display: block;
      width: 100%; }
    .news-container .article-c .article-info {
      background: #FFF;
      display: block;
      text-align: left;
      padding: 25px;
      min-height: 215px; }
    .news-container .article-c h3 {
      padding: 0px;
      margin: 0px;
      color: #2c95d6;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold; }
    .news-container .article-c .article-date {
      color: #6b6b6b;
      font-style: italic;
      font-size: 18px; }
    .news-container .article-c .article-text {
      color: #000000;
      font-size: 18px;
      font-weight: normal;
      line-height: 24px; }

.reviews-container {
  background-color: #3a88cb;
  max-width: 100%;
  padding: 40px 0px 80px 0px;
  position: relative; }
  .reviews-container h2 {
    color: #FFF; }
  .reviews-container .inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
  .reviews-container .or-bb-w {
    height: 21px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0px;
    background: url(../images/or-bb-w.png) no-repeat top center; }
  .reviews-container .reviews-c {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    max-width: 600px; }
    .reviews-container .reviews-c .review p {
      color: #dcdcdc;
      font-size: 18px;
      line-height: 24px;
      margin: 10px 0 5px 0; }
    .reviews-container .reviews-c .review span {
      color: #224860;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700; }
  .reviews-container .stars {
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px; }
    .reviews-container .stars li {
      width: 18px;
      height: 18px;
      margin: 1px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: top left;
      background-image: url(../images/star.png); }
      .reviews-container .stars li.blank {
        background-position: top right; }

.about-container {
  background-color: #d6d6d6;
  width: 100%;
  padding: 40px 0px 70px 0px;
  position: relative;
  z-index: 2; }
  .about-container p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 18px; }
  .about-container .inner {
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0 30px; }
  .about-container .or-r {
    height: 22px;
    max-width: 100%;
    min-width: 150px;
    position: absolute;
    top: -22px;
    right: 0;
    background: url(../images/or-r.png) no-repeat top left; }
  .about-container .or-l {
    height: 22px;
    max-width: 100%;
    min-width: 150px;
    position: absolute;
    top: -22px;
    left: 0;
    background: url(../images/or-l.png) no-repeat top right; }
  .about-container .or-b-l {
    height: 21px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -21px;
    left: 0px;
    background: url(../images/or-b-l.png) no-repeat top center; }

.text-input {
  background: #ececec;
  border: none;
  display: block;
  width: 100%;
  font-size: 20px;
  color: #5a5d65;
  padding: 14px;
  font-family: 'Source Sans Pro';
  font-weight: 600;
  margin: 15px 0 0 0; }
  .text-input::-webkit-input-placeholder {
    color: #5a5d65; }
  .text-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5d65; }
  .text-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #5a5d65; }
  .text-input:-moz-placeholder {
    /* Firefox 18- */
    color: #5a5d65; }

input, textarea {
  outline: none; }

@media screen and (max-width: 900px) {
  .news-container .article-c {
    max-width: none; }

  .video-container .store-container {
    width: 600px; }
    .video-container .store-container .store-btns a {
      width: 240px; }

  .top-bar .nav {
    font-size: 24px; }
  .top-bar .social-container a {
    font-size: 26px; }

  .reviews-container .slick-prev:before, .reviews-container .slick-next:before {
    font-size: 46px; }
  .reviews-container .slick-prev, .reviews-container .slick-next {
    width: 50px;
    height: 50px; }

  .slick-prev {
    left: -40px; } }
@media screen and (max-width: 980px) and (max-device-width: 980px) {
  .video-container .featured-logo {
    margin: 120px auto 0 auto;
    width: 290px; }
    .video-container .featured-logo img {
      width: 100%; } }
@media screen and (max-width: 830px) and (max-device-width: 830px) {
  .logo {
    width: 250px;
    height: 46px;
    margin-top: 26px; }

  .video-container {
    height: 800px;
    /*height: calc(100vh - 100px);*/ }
    .video-container .social .fab {
      font-size: 30px; }

  .nav-bar-container {
    height: 100px; }

  .menu-nav {
    font-size: 20px;
    margin-top: 38px; }

  .games-container .inner {
    padding: 70px 20px 0 20px; }
  .games-container .store-btn {
    width: 150px; }
    .games-container .store-btn img {
      width: 100%; }
  .games-container .game-item p {
    margin-top: 10px; }
  .games-container .game-item h3 {
    font-size: 26px; } }
@media screen and (max-width: 830px) and (orientation: landscape) {
  .logo {
    width: 190px; }

  .menu-nav {
    font-size: 16px;
    margin-top: 30px; }

  .video-container .store-btns .store-btn {
    width: 150px; }

  .video-container .btm-box {
    bottom: 15px; }

  .video-container .social .fab {
    font-size: 24px; }

  .video-container .featured-logo {
    margin: 85px auto 0 auto;
    width: 250px; } }

/*# sourceMappingURL=style.css.map */
