@font-face {
  font-family: 'Montserrat Bold';
  src: url(fonts/Montserrat-Bold.ttf);
}

body {
  overscroll-behavior: none;
}
a {
  color: #1abc9c;
}
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/

.primary-menu-wrappper {
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background-color: #48aedb;
  /* padding-top: 48px; */
  /* padding-bottom: 30px; */
  /* margin-top: -48px; */
  -webkit-flex-direction: column;
  flex-direction: column;
}
.primary-menu-wrappper > nav {
  width: 100%;
}

.primary-menu + .primary-menu {
  border-top: 1px solid #eee;
}
#primary-menu-trigger, #page-menu-trigger {
  display: -ms-flex;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  cursor: pointer;
  font-size: 0.875rem;
  width: 60px;
  height: 48px;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.svg-trigger path {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #eee;
  stroke-width: 5;
  stroke-linecap: round;
}

.svg-trigger path:nth-child(1) {
  stroke-dasharray: 40 160;
}

.svg-trigger path:nth-child(2) {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.svg-trigger path:nth-child(3) {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.primary-menu-open .svg-trigger {
  transform: rotate(45deg);
}

.primary-menu-open .svg-trigger path:nth-child(1),
.primary-menu-open .svg-trigger path:nth-child(3) {
  stroke-dashoffset: -64px;
}

.primary-menu-open .svg-trigger path:nth-child(2) {
  transform: rotate(90deg);
}
.primary-menu-open .primary-menu-wrappper {
  padding-top: 48px;
  padding-bottom: 30px;
  margin-top: -48px;
}
.primary-menu-open .top-btn-block:first-child { /* menu */
  visibility: hidden;
}
.btn-close-fake {
  display: none;
  position: absolute;
  top: 10px;
  left: 14px;
  width: 31px;
}
.btn-close-fake img {
  width: 100%;
}
.primary-menu-open .btn-close-fake { display: block; }
.menu-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.menu-container {
  /*display: none;*/
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 0;
  max-height:0;
  overflow:hidden;
}
.primary-menu-open .menu-container {
  display: block !important;
  max-height: 400px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.menu-item {
  position: relative;
  list-style: none;
}

.menu-item:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,.3);
}

.menu-link {
  display: block;
  line-height: 22px;
  padding: 19px 18px;
  color: white;
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Montserrat Bold', sans-serif;
}

.menu-link span {
  display: none;
}

.menu-link i {
  position: relative;
  top: -1px;
  font-size: 0.875rem;
  width: 16px;
  text-align: center;
  margin-right: 6px;
  vertical-align: top;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
  text-shadow: 0 0 10px #69e0ff, 0 0 20px #69e0ff, 0 0 40px #69e0ff;
  color: #fff;
}

.menu-item.sub-menu > .menu-link > div {
}
.svg-trigger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.btn-top-right {
  width: 60px;
  height: 48px;
  line-height: 48px;
}
.carousel-control-next {
  width: auto;
}
  .main-div {
    background-color: #f2f4f8;
    /*width: 1440px;*/
    width: 100%;
    /*max-width:1440px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 105px;
    padding-left: .5em;
    padding-right: .5em;
  }

  .icon-bar {
    width: 100%;
    height: 50px;
    background-image: url('featured_images/bg_navibar_mobile.png');
    /*background-color: #408CC3;*/
    /*overflow: auto;*/
    display: inline-flex;
    align-items: center;
  }

  .icon-bar-inner {
    max-width: 620px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
  }

  .top-btn-block {
    line-height: 1em;
    color: white;
    font-family: 'Montserrat Bold', sans-serif;
  }
  .top-btn-block img {
    display: block;
    margin: 0 auto;
  }

  .icon-bar .home {
    /*float: left;*/
    width: 24px;
    /*height: 23px;*/
    /*margin-left: 10px;*/
  }

  .logo-wrap {
    margin: auto;
  }

  .icon-bar .logo {
    width: 179px;
    height: 27px;
    margin: auto;
  }

  .main-head-div {
    max-width: 620px;
    height: 31px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
  }

  .main-heading {
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 700;
    color: #333333;
    float: left;
    margin: 0px;
  }

  .button_more {
    width: 31px;
    height: 31px;
    float: right;
  }

  #myCarousel {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-bottom: 93px;
    border-radius: 10px;
  }
  .carousel-inner img {
    touch-action: none;
    pointer-events: none;
  }
  .carousel-indicators {
    bottom: -38px;
    margin-bottom: 0px;
  }

  .carousel-indicators li {
    background-color: #bfbfbf;
    border: none;
    height: 7px;
    width: 7px;
    margin-top: 25px;
    margin-left: 9px;
  }

  .carousel-indicators .active {
    border: none;
    background-color: #363543;
    height: 7px;
    width: 7px;
    margin-top: 25px;
    margin-left: 9px;
  }


  .slider-part {
    max-width: 620px;
    min-height: 248px;
    border-radius: 10px;
    background-color: #ffffff;
    /* box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.2); */
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    overflow: hidden;
  }


  .slider-main-image {
    max-width: 620px;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .slider-content {
    padding: 5px 20px 0px 12px;
    float: left;
  }

  .slider-content-data {
    max-width: 620px;
    height: auto;
    display: block;
    padding-top: 10px;
    /* align-items: flex-start;*/
  }

  .slider-content-image {
    width: 70px;
    height: 70px;
    border-radius: .65em;
    overflow: hidden;
  }

  .slider-name-desc {
    max-width: 400px;
    width: 200px;
    height: auto;
    float: left;
  }

  .slider-game-name {
    max-width: 200px;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Montserrat";
    color: #333333;
    font-weight: 700;
  }

  .slider-game-desc {
    /*width: 250px;*/
    font-size: 14px;
    font-family: "Montserrat";
    color: #737373;
    margin-top: 14px;
    margin-bottom: 0px;
    font-weight: 500;
  }

  .slider-name-desc .slider-game-desc {
    margin-top: 14px;
  }

  .slider-game-title {
    max-width: 200px;
    color: #6f6de9;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 14px;
    font-weight: 700;
  }

  .slider-play-single-game {
    width: 65px;
    height: 65px;
    margin-top: 5px;
    /*box-shadow: 0px 4px 13px 0px rgba(0, 86, 119, 0.4);*/
  }

  /*.slider-play-single-game:hover{
  box-shadow: 0px 4px 13px 0px rgba(0, 86, 119, 0.4);

  }*/

  .game-data {
    padding-bottom: 0px;
    margin-bottom: 16px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 10px 45px 0px rgba(0, 0, 0, 0.2);
    max-width: 620px;
    /*height: 90px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    overflow: hidden;
  }
  .game-data:after {
    content: "";
    display: block;
    clear: both;
  }

  .game-data:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  }

  .game-image {
    width: 70px;
    height: 70px;
    margin-left: 12px;
    margin-top: 19px;
    float: left;
    border-radius: .65em;
    overflow: hidden;
  }

  .game-name-desc {
    max-width: 420px;
    width: 220px;
    height: 90px;
    margin: 0px;
    float: left;
  }

  .sin-game-name {
    width: 200px;
    margin-top: 21px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: "Montserrat";
    color: #333333;
    margin-left: 20px;
    font-weight: 700;
  }

  .sin-game-desc {
    font-size: 14px;
    font-family: "Montserrat";
    color: #737373;
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    width: auto;
    font-weight: 500;
    /*-webkit-transform: scale(.5, 1.0);*/
    /*-moz-transform: scale(.5, 1.0);*/
  }

  .sin-game-title {
    width: 200px;
    color: #6f6de9;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 0px;
    float: left;
    margin-top: 9px;
    line-height: normal;
    font-weight: 700;
  }

  .btn-play-single-game {
    width: 65px;
    height: 65px;
    padding-top: 0px;
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 12px;
    float: right;
    /*box-shadow: 0px 4px 13px 0px rgba(0, 86, 119, 0.4);*/
  }

  .see-more {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    height: 28px;
    margin-bottom: 0px;
  }

  .see-more-btn {
    border-radius: 30px;
    border: 2px solid #7bd3f7;
    align-items: center;
    color: #7bd3f7;
    bottom: 10px;
    font-weight: bolder;
    outline: none;
    /*width:128px;*/
    width: 120px;
    height: 39px;
    /*background-color:#35afdd;*/
    background-color:#f2f4f8;
  }

/*.see-more-btn:hover{*/
  /*border: 2px solid #7bd3f7;*/
  /*background-color:#7bd3f7;*/
  /*color: white;*/
/*}*/


  .see-more-btn:focus {
    outline: none !important;
  }

  .btn-btn-see {
    color: #7bd3f7;
    text-decoration: none;
    font-weight: 700;
    font-family: Montserrat;

  }

  .text-cs2, .text-cs a:hover{
    color: #ffffff !important;
  }

  .text-cs2:hover{
    color: #ffffff !important;
  }

  .footer-cs {
    background-color: #111111 !important;
    min-height: 460px !important;
    margin-bottom: 0px;
    width: 100%;
  }

  .margin-bottom-13 {
    margin-bottom: 14px !important;
  }

  .margin-bottom-11 {
    margin-bottom: 5px !important;
  }

  .heading-cs {
    font-size: 16px !important;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 700;
    color: #a6a6a6 !important;
  }

  .text-cs2,
  .text-cs a {
    font-size: 13px !important;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    color: #848484 !important;
    line-height: 2.154 !important;
  }

  .hr-cs {
    height: 1px;
    background-color: #1d1d1d;
  }

  .footer-msg {
    font-size: 13px !important;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    color: #a6a6a6 !important;
    padding: 40px;
  }

  a:hover {
    text-decoration: none;
  }

 .footer-hover-data:hover{
    color: #ffffff;
  }
 .btn-wrap {
   /*margin-left: 40px;*/
   width: 100%;
   clear: both;
   padding-top: 1em;
 }
 .btn-game-play {
   color: white;
   display: block;
   font-weight: bold;
   font-size: 1.61em;
   padding: .8em .666em;
   text-transform: uppercase;
   margin-top: 0.4em;
   width: 100%;
   text-align: center;
   background: rgb(53,177,221);
   background: -moz-linear-gradient(145deg, rgba(53,177,221,1) 0%, rgba(54,219,216,1) 100%);
   background: -webkit-linear-gradient(145deg, rgba(53,177,221,1) 0%, rgba(54,219,216,1) 100%);
   background: linear-gradient(145deg, rgba(53,177,221,1) 0%, rgba(54,219,216,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35b1dd",endColorstr="#36dbd8",GradientType=1);
 }
 .game-data .btn-game-play {
   float: right;
   margin-top: .8em;
 }
@media (min-width: 375px){
  .game-name-desc {
    width: 265px;
  }
  .slider-name-desc {
    width: 245px;
  }
}
@media (min-width: 425px){
  .icon-bar {
    background-image: url('featured_images/bg_navibar_mobile2.png');
  }		
  .game-name-desc {
    width: 310px;
  }
  .slider-name-desc {
    width: 290px;
  }
}
@media (min-width: 768px){
  .icon-bar {
    background-image: url('featured_images/bg_navibar.png');
  }	
  .main-div {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-part {
    min-height: 270px;
  }
  .slider-content {
    float: unset;
  }
  .slider-content-data {
    display: flex;
    justify-content: flex-start;
  }
  .btn-wrap {
    width: auto;
    clear: unset;
    padding-top: 0;
    padding-right: .88em;
  }
  .slider-name-desc {
    max-width: none;
    height: auto;
    width: 450px;
    float: unset;
  }
  .btn-play-single-game {
    margin-left: 35px;
    margin-right: 15px;
  }
  .btn-game-play {
    max-width: 65px;
    max-height: 65px;
    padding: 1.25em .666em;
    -webkit-border-radius: .8em;
    -moz-border-radius: .8em;
    border-radius: .8em;
  }
  .game-data .btn-game-play {
    margin-top: .8em;
    margin-right: .8em;
  }
  .game-name-desc {
    width: auto;
  }
  .game-image {
    margin-top: 9px;
  }
  /*margin-right: -30px;*/
}
@media (min-width: 992px) {
  .btn-sns-area {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .btn-sns-area a {
    margin-bottom: 1em;
  }
}