@import url("https://fonts.googleapis.com/css?family=Prompt");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?f7jf5k");
  src: url("fonts/icomoon.eot?f7jf5k#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?f7jf5k") format("truetype"), url("fonts/icomoon.woff?f7jf5k") format("woff"), url("fonts/icomoon.svg?f7jf5k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-appstore:before {
  content: "\e901";
  color: #58595b; }

.icon-google-play:before {
  content: "\e902";
  color: #58595b; }

.icon-icon-hotline:before {
  content: "\e916"; }

.icon-line-messenger-2:before {
  content: "\e918"; }

.icon-download:before {
  content: "\e900"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

* {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: #000;
  overflow-x: hidden; }
  body a {
    color: #ddd;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

h1, h2, h3, h4, h5 {
  font-family: "Prompt";
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: .4em;
  color: #ebc361;
  font-weight: 100; }

p {
  margin: 0 0 10px;
  color: #ccc;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 1.5em; }

ol, ul {
  list-style-position: inside; }

.col-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px; }

.col-3 {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  padding: 10px; }

main > section, .entry-content > section {
  padding: 7em 0; }

#header {
  font-family: "Prompt";
  color: #fff;
  margin: 0 auto;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 680px;
  z-index: 1; }
  #header .top-head {
    width: 100%;
    margin: 0 auto; }
  #header .contact {
    margin-left: auto;
    width: 40%;
    margin-bottom: 10px;
  }
    #header .contact .nav-login {
      list-style: none; }
      #header .contact .nav-login li {
        display: inline-block; }
      #header .contact .nav-login li:nth-of-type(4) {
      width: 58%;
      height: 30px;
      margin-top: 10px;
    }
        #header .contact .nav-login li.language-dropdown #choses-lang {
          width: 100px;
          display: block;
          height: 32px;
          line-height: 32px;
          border: 1px solid #3e3d3d;
          background-color: #000; }
          #header .contact .nav-login li.language-dropdown #choses-lang .flag {
            float: left;
            width: 16px;
            height: 11px;
            margin: 10px 8px 0 10px;
            background-image: url(https://www.goldenslot.com/assets/languages/flags.png);
            background-repeat: no-repeat;
            cursor: pointer; }
        #header .contact .nav-login li.language-dropdown ul {
          display: none;
          margin-left: -36px;
          width: 100px;
          border-left: 1px solid #3e3d3d;
          border-bottom: 1px solid #3e3d3d;
          border-right: 1px solid #3e3d3d;
          margin-top: -2px;
          background-color: #000; }
    #header .contact input[type="text"],
    #header .contact input[type="password"] {
      width: 150px;
      padding: 6px 12px;
      font-size: 14px;
      background-color: #111;
      border: 1px solid #3e3d3d;
      text-align: left;
      font-family: sans-serif;
      font-size: 14px;
      outline: none;
      line-height: 32px;
      height: 32px; }
    #header .contact button[type="button"] {
      height: 32px;
      color: #000;
      cursor: pointer;
      font-family: sans-serif;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      border: 1px solid #3d3d3d;
      background-color: #ebc361;
      font-size: 14px;
      padding: 5px 10px;
      outline: none; }
  #header .logo {
    align-self: center; 
  }
    #header .logo img {
      width: 250px; }
  #header p {
    font-size: smaller;
    text-align: right;
    margin-left: auto;
    margin-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  #header .call {
    font-size: 16px;
    padding-left: 35px;
    margin: auto;
    letter-spacing: 0; }
    #header .call:before {
      top: -5px;
      left: 0;
      font-size: 1.8em;
      padding: 3px;
      font-family: 'icomoon';
      content: "\e916";
      position: absolute; }
    #header .call:after {
      content: "Hotline";
      font-size: 10px;
      position: absolute;
      left: 35px;
      top: -10px; }
    #header .call a {
      color: #fff;
      font-size: 20px; }
  #header .line {
    border-radius: 8px;
    font-size: 16px;
    height: 34px;
    overflow: hidden;
    padding: 5px 10px 10px 35px;
    text-align: center;
    white-space: nowrap;
    background: #00B900;
    color: #fff;
    border: 1px #00B900 solid;
    margin: auto; }
    #header .line a {
      color: #fff; }
    #header .line:before {
      content: "\e918";
      font-family: 'icomoon';
      position: absolute;
      left: 5px;
      top: 5px;
      font-size: 25px; }

@media only screen and (min-width: 900px) {
  .mobile-menu {
    width: 100%;
    list-style: none; }
    .mobile-menu ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .mobile-menu ul li {
        font-size: 16px;
        border-bottom: 4px solid #262626;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .mobile-menu ul li a {
          display: block;
          padding: 0 10px 10px 10px; }
        .mobile-menu ul li:hover, .mobile-menu ul li.current-menu-item {
          border-bottom: 4px solid #888; }
          .mobile-menu ul li:hover a, .mobile-menu ul li.current-menu-item a {
            color: #ebc361; } }

@media only screen and (max-width: 900px) {
  #header {
    z-index: 10;
    margin-bottom: 20px; }
  #header .menu-toggle {
    position: absolute;
    width: 80px;
    top: 24px;
    left: 0;
    cursor: pointer; }
    #header .menu-toggle span {
      position: absolute;
      width: 22px;
      height: 3px;
      top: 50%;
      right: 28px;
      background-color: #fff;
      -ms-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      transition: -webkit-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      #header .menu-toggle span::before {
        position: absolute;
        width: 22px;
        height: 3px;
        top: -5px;
        background-color: #fff;
        content: '';
        transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
        -webkit-transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
        -o-transition: transform 0s 0s, top 0.3s 0.3s;
        transition: transform 0s 0s, top 0.3s 0.3s;
        transition: transform 0s 0s, top 0.3s 0.3s, -webkit-transform 0s 0s; }
      #header .menu-toggle span::after {
        position: absolute;
        width: 22px;
        height: 3px;
        top: 5px;
        background-color: #fff;
        content: '';
        transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
        -webkit-transition: top 0.3s 0.3s, -webkit-transform 0s 0s;
        -o-transition: transform 0s 0s, top 0.3s 0.3s;
        transition: transform 0s 0s, top 0.3s 0.3s;
        transition: transform 0s 0s, top 0.3s 0.3s, -webkit-transform 0s 0s; }
    #header .menu-toggle.active span {
      height: 0;
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      transition: height 0s 0s, -webkit-transform 0.3s 0.3s;
      -webkit-transition: height 0s 0s, -webkit-transform 0.3s 0.3s;
      -o-transition: transform 0.3s 0.3s, height 0s 0s;
      transition: transform 0.3s 0.3s, height 0s 0s;
      transition: transform 0.3s 0.3s, height 0s 0s, -webkit-transform 0.3s 0.3s;
      background-color: #fff; }
      #header .menu-toggle.active span::before {
        top: 0;
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
        -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
        -o-transition: top 0.3s 0s, transform 0.3s 0.3s;
        transition: top 0.3s 0s, transform 0.3s 0.3s;
        transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
        background-color: #fff; }
      #header .menu-toggle.active span::after {
        top: 0;
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
        -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
        -o-transition: top 0.3s 0s, transform 0.3s 0.3s;
        transition: top 0.3s 0s, transform 0.3s 0.3s;
        transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
        background-color: #fff; }
  /* ========================================================================= */
  /* !MOBILE MENU */
  /* ========================================================================= */
  .mobile-menu {
    padding: 20px 20px 30px;
    margin-top: 10px;
    overflow: hidden;
    display: none; }
    .mobile-menu > ul {
      margin-bottom: 30px;
      list-style: none; }
      .mobile-menu > ul > li {
        position: relative;
        border-bottom: solid 1px #111111;
        border-top: solid 1px #323232;
        display: block;
        padding: 10px; }
        .mobile-menu > ul > li > a {
          display: block;
          color: #fff; }
        .mobile-menu > ul > li a:hover {
          color: #00e0ff; }
        .mobile-menu > ul > li ul {
          display: none; }
          .mobile-menu > ul > li ul li {
            margin-top: 10px;
            padding-left: 10px; }
            .mobile-menu > ul > li ul li a {
              color: #fff;
              font-size: 14px; }
            .mobile-menu > ul > li ul li a:hover {
              color: #00e0ff; }
    .mobile-menu .menu-item-has-children::before {
      position: absolute;
      width: 8px;
      height: 8px;
      top: 8px;
      right: 20px;
      border-left: solid 2px #fff;
      border-top: solid 2px #fff;
      content: '';
      -ms-transform: rotateZ(45deg);
      -moz-transform: rotateZ(45deg);
      -o-transform: rotateZ(45deg);
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      pointer-events: none; }
    .mobile-menu .menu-item-has-children.active::before {
      -ms-transform: rotateZ(-45deg) rotateX(180deg);
      -moz-transform: rotateZ(-45deg) rotateX(180deg);
      -o-transform: rotateZ(-45deg) rotateX(180deg);
      -webkit-transform: rotateZ(-45deg) rotateX(180deg);
      transform: rotateZ(-45deg) rotateX(180deg); } }

.slide-promotion {
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .slide-promotion img {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 680px;
    left: 0%;
    top: 0%;
    margin-top: 0%;
    object-fit: cover;
    opacity: 0.8;
     }

@media only screen and (max-width: 900px) {
  #header {
    padding: 0;
    height: 50px;
    margin-bottom: 0; }
    #header .top-head {
      position: fixed;
      top: 0;
      left: 0;
      background: #1e1e1e; }
      #header .top-head .logo {
        margin-left: 20%;
        margin-bottom: 0; }
        #header .top-head .logo img {
          width: 200px;
          padding: 10px; }
  .slide-promotion {
    position: relative;
    height: 150px; }
    .slide-promotion img {
      -o-object-fit: cover;
      object-fit: cover;
      height: auto; }
  .home .slide-promotion {
    position: relative;
    height: 150px; }
    .home .slide-promotion img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

aside {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.accordion {
  margin: auto;
  width: 300px;
  overflow: hidden;
  background: #073155;
  font-family: "Prompt"; }

.accordion > a {
  color: #ddd;
  font-size: 1.3em;
  font-weight: 300;
  padding: 2em 1.5em;
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }

.accordion > a:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.accordion > a:hover,
.accordion > a.active {
  color: #ddd;
  background: #073155; }

.accordion > a.active {
  border-bottom: 3px solid; }

.accordion .sub-nav {
  display: none;
  color: #ddd;
  overflow: hidden;
  background: #02121f; }

.accordion .sub-nav.open {
  display: block; }

.accordion .sub-nav a {
  display: block;
  color: inherit;
  font-weight: 300;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s; }

.accordion .sub-nav a:not(:last-child) {
  border-bottom: 1px solid rgba(7, 50, 85, 0.5); }

.accordion .sub-nav a:hover {
  background: #1E1E1E;
  -webkit-box-shadow: 5px 0 0 #0f5687 inset;
  box-shadow: 5px 0 0 #0f5687 inset; }

.accordion .html {
  padding: 15px; }

.accordion .about-me {
  text-align: center;
  position: relative; }

.accordion .about-me h4 {
  margin-bottom: 0; }

.accordion .about-me p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0; }

.accordion .about-me .photo {
  width: 95px;
  height: 95px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  background: url(https://s.gravatar.com/avatar/24a65a47147cddf5b270bc9f609ffa2a?s=90) no-repeat center; }

.accordion .about-me .photo .photo-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.4); }

.accordion .about-me .photo .photo-overlay .plus {
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  color: #1a1a1b;
  cursor: pointer;
  font-size: 24px;
  font-weight: 100;
  margin-top: -15px;
  margin-left: -15px;
  position: absolute;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #e8d0a9;
  -webkit-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
  -webkit-transition: all .1s ease-in-out 0s;
  -o-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s; }

.accordion .about-me .photo:hover .photo-overlay {
  opacity: 1;
  visibility: visible; }

.accordion .about-me .photo:hover .photo-overlay .plus {
  -webkit-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg); }

.accordion .about-me .social-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding-top: 48px;
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity .5s ease-in-out 0s;
  -o-transition: opacity .5s ease-in-out 0s;
  transition: opacity .5s ease-in-out 0s; }

.accordion .about-me .social-link.active {
  opacity: 1;
  visibility: visible; }

.accordion .about-me .social-link .link {
  width: 30px;
  padding: 0;
  color: #eee;
  height: 30px;
  margin: 0 4px;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform: translateY(-80px) scale(0);
  -ms-transform: translateY(-80px) scale(0);
  transform: translateY(-80px) scale(0);
  border: 1px solid rgba(0, 0, 0, 0.2); }

.accordion .about-me .social-link .link-twitter {
  background: #55acce; }

.accordion .about-me .social-link .link-codepen {
  background: #1a1a1b; }

.accordion .about-me .social-link .link-facebook {
  background: #3b5998; }

.accordion .about-me .social-link .link-dribbble {
  background: #ea4c89; }

.accordion .about-me .social-link .link:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.accordion .about-me .social-link.active .link {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }

.accordion .about-me .social-link.active .link:nth-child(1) {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s; }

.accordion .about-me .social-link.active .link:nth-child(2) {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s; }

.accordion .about-me .social-link.active .link:nth-child(3) {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s; }

.accordion .about-me .social-link.active .link:nth-child(4) {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s; }

.accordion .about-me .social-link.active .link:nth-child(5) {
  -webkit-transition-duration: 5s;
  -o-transition-duration: 5s;
  transition-duration: 5s; }

.accordion .about-me.blur p,
.accordion .about-me.blur h4,
.accordion .about-me.blur .photo {
  -webkit-filter: blur(2px);
  filter: blur(2px); }

.accordion .chat .user:not(:last-child) {
  margin-bottom: 10px; }

.accordion .chat .user .photo {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.accordion .chat .user .photo:before,
.accordion .chat .user .photo:after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out 0s;
  -o-transition: opacity .4s ease-in-out 0s;
  transition: opacity .4s ease-in-out 0s; }

.accordion .chat .user .photo:before {
  left: 50%;
  width: 60px;
  bottom: 50px;
  padding: 4px;
  font-size: 12px;
  line-height: 14px;
  margin-left: -30px;
  text-align: center;
  background: #333333;
  border-radius: 4px;
  word-break: break-all;
  content: attr(data-username); }

.accordion .chat .user .photo:after {
  left: 50%;
  bottom: 35px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #333333; }

.accordion .chat .user .photo:hover:before,
.accordion .chat .user .photo:hover:after {
  opacity: 1;
  visibility: visible; }

.accordion .chat .user.user-dribble .photo {
  color: #fff;
  margin-right: 5px;
  background: #f15e95; }

.accordion .chat .user .text-msg {
  max-width: 70%;
  font-size: 13px;
  padding: 4px 8px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #cdd6d8; }

.accordion .chat .user.user-khadkamhn .text-msg {
  background: #dce2e4; }

.accordion .invite {
  text-align: center; }

.accordion .invite .dribbble {
  display: block;
  color: #c33269;
  margin: 10px 0;
  font-size: 24px;
  font-family: Pacifico; }

.accordion .invite .btn {
  color: #eee;
  font-weight: 500;
  background: #ccc;
  padding: 10px 15px;
  border-radius: 2px;
  background: #f15e95;
  display: inline-block;
  text-transform: uppercase; }

.accordion .invite .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #cb386f; }

.iframe-wrapper {
  height: 220px;
  width: 100%;
  display: block;
  overflow: hidden; }
  .iframe-wrapper iframe {
    position: absolute;
    width: 102%;
    height: 500%;
    border: 0;
    top: -680px;
    left: 0;
    right: 0; }

.tabset {
  overflow-y: hidden;
  margin-top: 40px;
  padding: 0 10px; }

.tabset > input[type="radio"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  z-index: -1; }

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  background-color: #1e1e1e; }

.tabset .tab-panel {
  display: none; }

.tabset .tab-panel > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 10px 50px; }
  .tabset .tab-panel > ul li {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    padding: 10px;
    text-align: center;
    display: block; }
    .tabset .tab-panel > ul li h2 {
      color: #fff;
      margin: 10px;
      font-size: smaller; }
    .tabset .tab-panel > ul li .select-game, .tabset .tab-panel > ul li .play-now {
      margin-top: -170px;
      width: 190px;
      height: 125px;
      position: absolute;
      opacity: 0;
      display: block;
      color: #000;
      font-weight: 600; }
      .tabset .tab-panel > ul li .select-game span, .tabset .tab-panel > ul li .play-now span {
        background-color: #dbab3c;
        height: 30px;
        width: 190px;
        position: absolute;
        margin-top: 45px;
        padding-top: 6px;
        display: block; }
    .tabset .tab-panel > ul li:hover .select-game, .tabset .tab-panel > ul li:hover .play-now {
      background: rgba(0, 0, 0, 0.5);
      opacity: 1;
      -webkit-transition: all .4s linear;
      -o-transition: all .4s linear;
      transition: all .4s linear; }

.tab-menu label {
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  display: block; }

.tab-menu label:hover,
input[type="radio"][id="tabs1"]:checked ~ .tab-menu li label[for="tabs1"],
input[type="radio"][id="tabs2"]:checked ~ .tab-menu li label[for="tabs2"],
input[type="radio"][id="tabs3"]:checked ~ .tab-menu li label[for="tabs3"],
input[type="radio"][id="tabs4"]:checked ~ .tab-menu li label[for="tabs4"],
input[type="radio"][id="tabs5"]:checked ~ .tab-menu li label[for="tabs5"],
input[type="radio"][id="tabs6"]:checked ~ .tab-menu li label[for="tabs6"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ebc361;
  cursor: pointer; }

input[type="radio"][id="tabs1"]:checked ~ .tab-panels #tabs1,
input[type="radio"][id="tabs2"]:checked ~ .tab-panels #tabs2,
input[type="radio"][id="tabs3"]:checked ~ .tab-panels #tabs3,
input[type="radio"][id="tabs4"]:checked ~ .tab-panels #tabs4,
input[type="radio"][id="tabs5"]:checked ~ .tab-panels #tabs5,
input[type="radio"][id="tabs6"]:checked ~ .tab-panels #tabs6 {
  display: block;
  cursor: default; }

.flee-game {
  font-size: 14px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #111;
  cursor: pointer; }

.demo_inner_detail {
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px;
  padding: 10px;
  text-align: center;
  display: block;
  cursor: pointer; }
  .demo_inner_detail h2 {
    color: #fff;
    margin: 10px;
    font-size: smaller; }

.jackpot-content {
  width: 100%;
  background-color: #111; }

.content-center {
  background: #111; }
  .content-center h1, .content-center h2, .content-center h3 {
    text-align: center;
    color: #ebc361; }
  .content-center p:last-child {
    text-align: center; }

.menu-entrance-container {
  width: 100%; }
  .menu-entrance-container ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-entrance-container ul li {
      background: #1e1e1e;
      border: 1px solid #ebc361;
      display: block;
      padding: 14px 25px;
      font-family: 'Noto Serif', serif;
      font-weight: 700;
      font-size: 16px;
      margin: 10px;
      text-align: center; }
      .menu-entrance-container ul li:before {
        background: #ebc361;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 100%; }
      .menu-entrance-container ul li a {
        color: #ebc361; }
      .menu-entrance-container ul li:hover:before {
        height: 100%; }
      .menu-entrance-container ul li:hover a {
        color: #000; }

.mobile_menu_entrance {
  display: none; }

.casino_outer {
  background-color: #1a1a1a;
  padding: 7em 0; }
  .casino_outer .col-2:nth-of-type(1) {
    padding: 10px; }
  .casino_outer .col-2:nth-of-type(2) {
    position: absolute;
    width: 100%;
    top: -57px;
    left: 44%;
    right: 0;
    bottom: 0;
    height: 100%; }
    .casino_outer .col-2:nth-of-type(2) img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 80%; }

.games_outer {
  text-align: center; }

.menu-download-links-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 2em 0; }
  .menu-download-links-container ul li {
    background: #ebc361;
    border: 1px solid #ebc361;
    color: #000;
    display: block;
    padding: 20px 10px;
    width: 32%;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
    .menu-download-links-container ul li:before {
      background: #000;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      bottom: 0;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      width: 100%;
      z-index: 1; }
    .menu-download-links-container ul li a {
      color: #000;
      z-index: 2; }
    .menu-download-links-container ul li:hover:before {
      height: 100%; }
    .menu-download-links-container ul li:hover a {
      color: #ebc361; }

.footer_upper {
  background: #111; }
  .footer_upper > .flex {
    width: 100%; }
    .footer_upper > .flex > div {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      padding: 10px; }
      .footer_upper > .flex > div:last-child {
        border-top: 1px dashed #ccc;
        padding: 4em 0 0;
        margin-top: 4em;
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.home .footer_upper > .flex > div {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }

.home .footer_upper > .flex > div:nth-of-type(3) {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%; }

#menu-golden-slots-games, #menu-casino-games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style-position: inside; }
  #menu-golden-slots-games li, #menu-casino-games li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 5px 0; }

footer {
  width: 100%;
  padding: 10px;
  border-top: 4px solid #262626;
  text-align: center; }
  footer ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none; }
    footer ul li {
      padding: 20px; }
  footer p {
    font-size: 12px;
    line-height: 20px; }
    footer p:nth-of-type(3) {
      margin-bottom: 2em;
      font-weight: 700;
      color: #fff; }

.header-text {
  position: absolute;
  top: 150px;
  left: 20%; }

.blackandyellow {
  font-size: 4em;
  color: #e7c05f;
  text-shadow: black 5px 0px 0px, black 4.90033px 0.99335px 0px, black 4.60531px 1.94709px 0px, black 4.12668px 2.82321px 0px, black 3.48353px 3.58678px 0px, black 2.70151px 4.20736px 0px, black 1.81179px 4.6602px 0px, black 0.84984px 4.92725px 0px, black -0.146px 4.99787px 0px, black -1.13601px 4.86924px 0px, black -2.08073px 4.54649px 0px, black -2.94251px 4.04248px 0px, black -3.68697px 3.37732px 0px, black -4.28444px 2.57751px 0px, black -4.71111px 1.67494px 0px, black -4.94996px 0.7056px 0px, black -4.99147px -0.29187px 0px, black -4.83399px -1.27771px 0px, black -4.48379px -2.2126px 0px, black -3.95484px -3.05929px 0px, black -3.26822px -3.78401px 0px, black -2.4513px -4.35788px 0px, black -1.53666px -4.75801px 0px, black -0.56076px -4.96845px 0px, black 0.4375px -4.98082px 0px, black 1.41831px -4.79462px 0px, black 2.34258px -4.41727px 0px, black 3.17346px -3.86382px 0px, black 3.87783px -3.15633px 0px, black 4.4276px -2.32301px 0px, black 4.80085px -1.39708px 0px, black 4.98271px -0.41545px 0px;
  font-family: 'Noto Sans', sans-serif; }

.blackandwhite {
  color: #fff;
  text-shadow: black 5px 0px 0px, black 4.90033px 0.99335px 0px, black 4.60531px 1.94709px 0px, black 4.12668px 2.82321px 0px, black 3.48353px 3.58678px 0px, black 2.70151px 4.20736px 0px, black 1.81179px 4.6602px 0px, black 0.84984px 4.92725px 0px, black -0.146px 4.99787px 0px, black -1.13601px 4.86924px 0px, black -2.08073px 4.54649px 0px, black -2.94251px 4.04248px 0px, black -3.68697px 3.37732px 0px, black -4.28444px 2.57751px 0px, black -4.71111px 1.67494px 0px, black -4.94996px 0.7056px 0px, black -4.99147px -0.29187px 0px, black -4.83399px -1.27771px 0px, black -4.48379px -2.2126px 0px, black -3.95484px -3.05929px 0px, black -3.26822px -3.78401px 0px, black -2.4513px -4.35788px 0px, black -1.53666px -4.75801px 0px, black -0.56076px -4.96845px 0px, black 0.4375px -4.98082px 0px, black 1.41831px -4.79462px 0px, black 2.34258px -4.41727px 0px, black 3.17346px -3.86382px 0px, black 3.87783px -3.15633px 0px, black 4.4276px -2.32301px 0px, black 4.80085px -1.39708px 0px, black 4.98271px -0.41545px 0px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 30px; }

.entry-content section:nth-child(even) {
  background: #1a1a1a; }

.entry-content li {
  margin-bottom: 10px; }

.goldenslot_otr {
  padding: 2em 0;
  text-align: center; }

.tabs-games-mobile {
  height: 170px;
  padding: 0;
  margin: 10px;
  border-bottom: 1px solid #444; }
  .tabs-games-mobile h2 {
    font-size: xx-small;
    text-align: center;
    color: #fff; }
  .tabs-games-mobile p {
    color: #ebc361; }
  .tabs-games-mobile .slick-slide {
    padding: 5px; }
    .tabs-games-mobile .slick-slide img {
      border-radius: 20px; }
      #header .contact .nav-login li:nth-of-type(6),
    #header .contact .nav-login li:nth-of-type(7) {
      display: none;
    }
    #live-chat {
      bottom: 0;
      position: fixed;
      right: 10px;
      background: #ebc361;
      padding: 0 40px; 
      line-height: 35px;
      color: #000;
      cursor: pointer;
    }
    .popup {
      height: 430px;
      width: 385px;
      display: block;
      position: fixed;
      right: 20px;
      bottom: 10px;
      z-index: 999;
      overflow: hidden;
    }
    .popup iframe {
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 1280px;
        height: 420px;
        border: 0;
    }
    .close-popup {
      background: red;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      display: block;
      text-align: center;
      line-height: 30px;
      color: #fff;
      margin-left: auto;
      margin-top: 27px;
    }
@media only screen and (max-width: 900px) {
  .flex > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  body {
    overflow-x: hidden; }
   #header .menu {
    display: none; }
    #header .contact .nav-login li {
      display: none;
    }
    #header .nav-login {
      position: absolute;
      top: -45px;
      right: 10px;
    }    
    #header .contact .nav-login li:nth-of-type(6),
    #header .contact .nav-login li:nth-of-type(7) {
      display: inline-block;
    }
    #header .contact .nav-login li:nth-of-type(6) img,
    #header .contact .nav-login li:nth-of-type(7) img{
      display: block;
      width: 30px;
    }
  main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .menu-entrance-container {
    display: none; }
  .mobile_menu_entrance {
    display: block; }
    .mobile_menu_entrance ul {
      margin: 20px 0; }
      .mobile_menu_entrance ul li {
        background: #323232 url(https://www.golden-slot.com/wp-content/themes/Golden/images/arrow_right.png) no-repeat 3% center;
        list-style: none;
        margin: 10px;
        padding: 10px 10px 10px 40px; }
        .mobile_menu_entrance ul li a {
          color: #ebc361; }
  .casino_outer .col-2:nth-of-type(2) {
    position: static;
    height: auto; }
    .casino_outer .col-2:nth-of-type(2) img {
      width: 100%; }
  .menu-download-links-container ul li {
    width: 100%;
    margin: 10px; }
  .footer_upper > .flex > div, .footer_upper > .flex > div:nth-of-type(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100% !important; }
  .header-text {
    top: 2%;
    left: 0; }
  .blackandyellow {
    font-size: 20px; }
  .blackandwhite {
    font-size: 20px; } 
	.home .footer_upper > .flex > div { flex-basis: 100%;}

}

@media only screen and (width: 768px) {
  footer .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    footer .footer-logo img {
      width: 100%; }
  footer .app {
    margin: 1em; }
    footer .app p {
      -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
      padding: 5px; }
  footer .call {
    margin: 1em auto; }
  footer .call:before {
    left: 0; }
  footer .call:after {
    font-size: 12px;
    left: 50px;
    top: -10px; }
  footer .footerLink li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; } }

@media only screen and (max-width: 680px) {
  .middle-content ol li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .bottom-content .download-link li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
