html, body {
    margin: 0;
    padding: 0;
  line-height: 1;
}

@font-face {
    font-family: 'RifficFree-Bold';
    src: url('../assets/fonts/RifficFree-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/**********************************************************************
*************************** CONTAINER ************************************
***********************************************************************/

.games_container
{
  width:100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0;

  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );

}

body.modal-open {
    overflow: hidden;

}

.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 15px;
}



.game
{
  padding: 15px 0px 70px 0px;
}

#shibo_image {
  margin: 0 auto;
  padding: 0 0 10px 0;
}



.game h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 28px;
  /*padding: 10px 5px 15px 5px;*/
}

.game h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 19px;
  padding: 2px 5px 30px 5px;
  margin-top:  0px;
}

button#buttonCuteWars
{
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 27.5%;
  border: 0px;
  width: 212px;
  height: 170px;
  background-color: transparent;

}

button#buttonCuteWars h1, button#buttonCuteWars h2
{

  color: #f3f3f3;

}

.btn-lg {
  display: inline-block;
  /*padding: 15px 25px;*/
  position: absolute;
  top:20%;
  left: 5%;
}

.btn-lg h1 {
  font-size: 21px;
  margin-bottom: 4px;
  margin-top: 0px;
  padding: 0 0;
}

.btn-lg h2 {
  font-size: 12px;
  margin-bottom: 4px;
  margin-top: 0px;
  padding: 0 0;
}

.image {
   /*position: relative;*/
   width: 100%; /* for IE 6 */
}

.image h1 {
   position: absolute;
   font-family:'RifficFree-Bold';
   top: 10%;
   left: 0;
   width: 100%;
   text-shadow: -1px -1px 0 #337ab7, 1px -1px 0 #337ab7, -1px 1px 0 #337ab7, 1px 1px 0 #337ab7;
   letter-spacing: 1.2px;
}

.image h2
{
  position: absolute;
  font-family:'RifficFree-Bold';
  top: 26%;
  left: 0;
  font-size: 18px;
  width: 100%;
  text-shadow: -1px -1px 0 #337ab7, 1px -1px 0 #337ab7, -1px 1px 0 #337ab7, 1px 1px 0 #337ab7;
  letter-spacing: 1.2px;
}

#buttonCuteWars {
  background-image:url('../assets/general/button.png');
  background-repeat: no-repeat;
  border: none;
  outline:none;
  background-size: contain;
}

#buttonCuteWars:hover{
    background-image:url('../assets/general/buttonFocused.png');
    background-repeat: no-repeat;
    border: none;
    outline:none;
}

#buttonCuteWars:active {
  background: url('../assets/general/buttonPressed.png') no-repeat ;
  border: none;
  outline:none;
}

#mimitos_image {
  margin: 0 auto;
}


.store_buttons {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: block;
}

ul {
  padding: 0;
}

.store_buttons ul li {
  display: inline;
  padding: 0px 10px;
  text-align: center;
}
.youtubeButton {
   margin: 15px 0;
}

#comming_image {
  margin: 0 auto;
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
}

#comming_image img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#comming_image .button {
  margin: 14% 0 0 3%;
}

#msg {
  padding-left: 0px;
}

.legal {
    margin: 15px auto;
    text-align: center;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/**********************************************************************
*************************** POP UP ************************************
***********************************************************************/






/**********************************************************************
*************************** MEDIA QUERY ********************************
***********************************************************************/

/*@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) and (orientation : portrait)*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait)
 {



   .image h2
   {
      top: 19%;
   }

   .image h1
   {
      top: 8%;
    }

   .games_container
   {
     padding: 0 0 0;
   }

  .game {
    padding: 30px 0px 10px 0px;
  }

  .game_image img
  {
      width: 90%;
  }

  .game h1 {
    font-size: 21px;
    /*padding: 20px 0px 4px 0px;*/
  }

  .game h2 {
    font-size: 18px;

  }

  .store_buttons{
    padding: 0px 0px;
  }

  .store_buttons ul li a img{
    width: 40%;
  }

  #comming_image {
    margin: 0 auto;
    display: block;
  }

  img#imgC {
    width: 90%;
  }


#button_form h1, #buttonCuteWars h1
{
    font-size: 14px;
}

#button_form h2, #buttonCuteWars h2
{
    font-size: 10px;
}

.btn-lg {
    left: 9%;
}

#buttonCuteWars {
  padding: 9px;
}

button#buttonCuteWars
{
  width: 123px;
  height: 144px;
  left: 32%;
}

}



/********IPAD MEDIA QUERIES******/
@media only screen
and (min-device-width : 568px)
and (max-device-width : 1024px),
only screen and (max-device-width: 767px) and (orientation : landscape)
{

  .game h1 {
    font-size: 42px;
    /*padding: 20px 0px 20px 0px;*/
  }

  .game h2 {
    font-size: 32px;
  }

  .store_buttons{
    padding: 50px 0px;
  }

  .store_buttons ul li a img{
    width: 30%;
  }


  #comming_image {
    margin: 0 auto;
    display: block;
  }

  img#imgC {
    width: 90%;
  }

  .button {
    padding: 15px 25px;
  }

  #comming_image .button {
    margin: 14% 0 0 3%;
  }

  .btn-lg {
      left: 9%;
  }

  #button_form h1 {
      font-size: 30px;
  }

  #button_form h2 {
      font-size: 19px;
  }



}
