/*

# BEM (BLOCK, ELEMENT, MODIFIER) METHEDOLOGY

<div class="card card--show">
  <div class="card__title"></div>
  <div class="card__container">

  </div>
</div>

.card - BLOCK

.card__title - ELEMENT

.card--show - MODIFIER

*/

/* RESET styles */

@font-face {
  font-family: "MyriaPro-Black";
  src: url("webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/MyriadPro-Black.otf") format("truetype"); /* Legacy iOS */
  src: url("../fonts/MyriadPro-Black.ttf") format("truetype");
}

@font-face {
  font-family: "MyriaPro-Bold";
  src: url("webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/MyriadPro-Bold.otf") format("truetype"); /* Legacy iOS */
  src: url("../fonts/MyriadPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MyriaPro-Light";
  src: url("webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/MyriadPro-Light.otf") format("truetype"); /* Legacy iOS */
  src: url("../fonts/MyriadPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "MyriaPro-Regular";
  src: url("webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/MyriadPro-Regular.otf") format("truetype"); /* Legacy iOS */
  src: url("../fonts/MyriadPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MyriaPro-Semibold";
  src: url("webfont.eot"); /* IE9 Compat Modes */
  src: url("../fonts/MyriadPro-Semibold.otf") format("truetype"); /* Legacy iOS */
  src: url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body,
p {
  margin: 0;
  padding: 0;
  font-family: "MyriaPro-Regular", sans-serif !important;
}

a {
  color: #546e7a;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no--select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

h3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

/* MAIN styles */

body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.menuBar {
  background: #ededee;
  width: 100%;
  height: 5%;
  position: absolute;
  bottom: 0;
}

.screen {
  width: 100%;
  height: 100%;
}
._offerings {
  height: 100%;
  /* float: left; */
  position: absolute;
  left: 0;
  background: #000000;
}
._setplays {
  height: 95%;
  position: absolute;
  right: 0;
  /* float: right; */
}

.row {
  margin: 0 !important;
}

.tiles {
  color: #ffffff;
  padding: 1% 0.5%;
  overflow: hidden;
  font-family: "MyriaPro-Semibold", sans-serif !important;
}

.tiles .title {
  font-size: 0.6vw;
  line-height: 0.7vw;
  font-weight: 600;
}

.tiles .title .prefix,
.tiles .title .suffix {
  font-size: 0.3vw;
  line-height: 0.4vw;
  font-weight: 600;
}

.tiles .desc {
  line-height: 0.25vw;
  font-size: 0.25vw;
  width: calc(100% - 15%);
  position: absolute;
  bottom: 10%;
}

.ico-plus {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
}

.bricks {
  position: absolute !important;
  top: 0;
  /* display: none; */
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  width: 100px;
  height: 100px;
  background: #0d8;
  border-color: hsla(0, 0%, 0%, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-item--width2 {
  width: 200px;
}
.grid-item--height2 {
  height: 200px;
}

.lbl {
  margin: auto;
  font-size: 3em;
  color: #ffffff;
  letter-spacing: 3px;
}

.opaque {
  opacity: 0;
  -moz-transition: all 0.6s ease-out; /* FF4+ */
  -o-transition: all 0.6s ease-out; /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-out; /* Saf3.2+, Chrome */
  -ms-transition: all 0.6s ease-out; /* IE10? */
  transition: all 0.6s ease-out;
}

.slots .tiles.revealed {
  z-index: 5;
}

.menuBar ul {
  float: right;
}

.menuBar ul li {
  float: left;
}

.menuBar ul li img {
  width: 45%;
  height: 45%;
  margin: 27.5%;
}

.hide {
  display: none;
}

.tiles .categoryTitle {
  font-size: 1.2vw;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "MyriaPro-Bold", sans-serif !important;
}

.grid-item.is-moved {
  transform: translateX(2000%);
}
.setplay_holder {
  padding: 8% 25% 5% 5%;
}
.setplay_holder .setplay_title {
  font-size: 1vw;
  line-height: 1.1vw;
  font-weight: 600;
  color: #ffffff;

  font-family: "MyriaPro-Semibold", sans-serif !important;
}
.setplay_desc {
  font-size: 0.4vw;
  color: white;
  margin-top: 5%;
  line-height: 95%;
}
.zindex5 {
  z-index: 5;
}

.tiles.scaled {
  padding: 2% 1%;
  z-index: 5;
}

.tiles.zoomIn {
  -moz-transform: translate(50%, 50%) scale(0.75);
  -o-transform: translate(50%, 50%) scale(0.75);
  -webkit-transform: translate(50%, 50%) scale(0.75);
  transform: translate(50%, 50%) scale(0.75);
  transform-origin: top right;
  transform-style: preserve-3D;
  z-index: 10;
}
.tiles .categoryCard {
  display: none;
}

.tiles.scaled .title {
  font-size: 1.8vw;
  line-height: 1.8vw;
  font-weight: 600;
  transition: "all .5s ease-in-out";
}

.tiles.scaled .desc {
  line-height: 0.8vw;
  font-size: 0.8vw;
  font-family: "MyriaPro-Regular", sans-serif !important;
}

.tiles.scaled .categoryCard {
  display: block;
  font-size: 0.8vw;
  font-family: "MyriaPro-Regular", sans-serif !important;
  height: auto;
}

.zIndex5 {
  z-index: 5;
  background-color: #000 !important;
}

.zIndex1 {
  z-index: 1;
}

.focus {
  -webkit-box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.67);
  box-shadow: 10px 10px 17px -6px rgba(0, 0, 0, 0.67);
}

.slickCar {
  height: 90%;
  width: 90%;
  margin: 0 auto;
}
.slick-list {
  height: 90% !important;
}
.slick-track {
  height: inherit !important;
}

.slick-dots li.slick-active button:before {
  font-size: 15px;
  color: blue;
}
.setplay_info {
  position: relative;
  width: 40%;
  background: #f1f1f2;
  height: 100%;
  margin-left: auto;
  left: 50%;
  top: 0%;
  z-index: 7;
}

.setplay_info .header {
  text-align: center;
  font-size: 2.2em;
  padding: 50px;
}

.screen {
  overflow-x: hidden;
}
.z-high {
  z-index: 11 !important;
}
.z-share {
  z-index: 12 !important;
}

.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
@-webkit-keyframes slide-in {
  100% {
    left: 0;
  }
}
@keyframes slide-in {
  100% {
    left: 0;
  }
}
@-webkit-keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.header {
  height: 15%;
  text-align: center;
}

.header p {
  /* position: absolute; */
}

._legos {
  float: left;
}
._greyshades {
  float: right;
}

.overlay {
  background: rgba(42, 75, 98, 0.8);
  z-index: 3;
  position: absolute;
  top: 0;
}

.shareBox {
  z-index: 3;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
}
.form {
  width: 100%;
}

.form_element {
  margin: 5% auto;
  display: block;
  width: 70%;
}
.form_element label {
  font-size: 1vw;
  color: white;
}

input {
  width: 100%;
  font-size: 1.5vw;
  padding: 0.1vw;
}

.triangle {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  transform: rotate(-45deg);
  background: #f1f1f2;
}

.assert {
  height: 100%;
  display: inline-grid;
  justify-content: center;
  align-items: center;
}
.slick-dots {
  display: flex;
  position: absolute;
  bottom: -8.5%;
  left: 40%;
  z-index: 15;
}
.slick-dots li {
  float: left;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  border: 0;
  outline: none;
  background: #929497;
}

.box {
  overflow-y: auto;
}

.box img {
  display: block;
  margin: auto;
}
.slick-active button {
  background: #ffffff !important;
}

.playholder {
  height: calc(100% - 2px);
}

.detail-desc {
  height: inherit;
  color: rgb(91, 91, 91);
  padding: 5%;
}

.detail-desc h2 {
  font-size: 2em;
  color: rgb(36, 36, 36) !important;
}

.content {
  display: block;
  margin: auto;
}

.playPiece {
  position: absolute;
  z-index: 10;
}

.playPiece .inner_content {
  color: #ffffff;
  padding: 1% 0.5%;
  overflow: hidden;
  font-family: "MyriaPro-Semibold", sans-serif !important;
  padding: 7.5%;
}

#keyboard {
  width: 100%;
  position: absolute;
  bottom: 10%;
  z-index: 12;
}

.button {
  padding: 2% 5%;
  background: #eb9e6c;
  color: #ffffff;
  font-size: 1vw;
  display: inline-block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  opacity: 0.7;
}

.button:hover {
  opacity: 0.7;
}

.t-center {
  text-align: center;
}

.share_close {
  color: #fff;
  font-size: 1vw;
  margin: 10px;
  width: 5%;
  position: absolute;
  right: 0;
  font-weight: bold;
}

.hideme {
  display: none !important;
}
.prefix,
.suffix,
.main_title {
  width: 100%;
}

.setplay_cross {
  position: absolute;
  top: 1%;
  right: 2%;
  width: 3%;
  height: 3%;
}

.setplay_cross:hover {
  cursor: pointer;
}

.setplay_close {
  font-size: 1vw;
  width: 100%;
  height: 100%;
}

span.tooltips {
  position: absolute;
  width: 10%;
  color: #ffffff;
  background: #000000;
  bottom: 110%;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  opacity: 0.8;
  font-size: 0.7vw;
  line-height: 0.8vw;
  height: auto;
  padding: 0.5%;
  display: inline-block;
}

.tleft {
  padding: 3% !important;
  right: 100% !important;
  word-wrap: break-word;
  bottom: auto !important;
  height: auto !important;
  width: 70% !important;
  font-size: 0.7vw !important;
  line-height: 0.8vw !important;
  text-align: left !important;
  z-index: 15;
}

/* custom select */

.custom-select-wrapper {
  position: absolute;
  user-select: none;
  width: 200px;
  height: inherit;
}
.custom-select {
  width: inherit;
  height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 20px;
  font-weight: 300;
  color: #3b3b3b;
  height: inherit;
  background: #ffffff;
  cursor: pointer;
}
.custom-options {
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.5s;
}
.arrow::before {
  left: -5px;
  transform: rotate(45deg);
  background-color: #394a6d;
}
.arrow::after {
  left: 5px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}
.open .arrow::before {
  left: -5px;
  transform: rotate(-45deg);
}
.open .arrow::after {
  left: 5px;
  transform: rotate(45deg);
}
