/* relevant styles */
.gameImgBox
{
  position: relative;
  border: 1px solid #5f6271;
  overflow: hidden;
}
.gameImgBox:hover
{
  cursor:pointer;
  border: 1px solid #bbbdca;
}
.game_img
{
  width: 100%;
}
.game_description_layer
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../images/hoverbg.png');
  background-repeat: repeat;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  /* transition effect. not necessary */
  -webkit-transition: opacity .2s, visibility .2s;
  -moz-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
}

.gameImgBox:hover .game_description_layer
{
  visibility: visible;
  opacity: 1;
}

.game_description,.game_title
{
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(1em);
     -moz-transform: translateY(1em);
      -ms-transform: translateY(1em);
       -o-transform: translateY(1em);
          transform: translateY(1em);
  font-size: 0.8em;
  text-align: left;
  font-weight: 400;
  color: #bbbdca;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.2;
  padding-bottom: 0;
  margin-bottom: 0;
}
.game_title
{
  font-weight: 900;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.gameImgBox:hover .game_description
{
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.game_rating
{
  font-size:1.25em;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.game_rating .fa-star,.game_rating .fa-star-o
{
  color: #dd692f;
}
.game_rating .fa-star-o
{
  color: #bbbdca;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.main_ebook_header_img
{
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom;
  border: 2px solid rgb(188 185 225);
}
.main_ebook_button .playbutton
{
  display:none;
}
h2.main_ebook_title,.regular_title
{
  letter-spacing: -.03em;
  font-weight: 700;
  line-height: 110%;
  width: 100%;
  margin: auto;
  display: block;
  color: #fff;
  text-transform: capitalize;
}
h2.main_ebook_title>span
{
  text-transform: lowercase;
  color: #6c38ef;
}
.main_ebook_basic_text
{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.01em;
  font-weight: 500;
  opacity: .7;
  color: #fff;
  text-align: justify;
}
.main_ebook_basic_text > b
{
  color:#F5927D;
  opacity:1;
  font-size: 16px

}
.part_ebook:nth-child(odd),.regular_info_part:nth-child(odd)
{
}
.part_ebook:nth-child(odd) .image_box_ebooks>img, .regular_info_part:nth-child(odd) img
{
  -webkit-transform: rotate(5deg);
     -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
       -o-transform: rotate(5deg);
          transform: rotate(5deg);
}
.part_ebook:nth-child(even) .image_box_ebooks>img, .regular_info_part:nth-child(even) .image_box_ebooks>img,.hero,video.intro
{
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.part_ebook:nth-child(even),.regular_info_part:nth-child(even)
{
  background:#0a064c;
}

.main_game_header_img
{
    max-height: 414px;
}

.main_game_header_img
{
  width: 100%;
  max-height: initial;
  background-repeat: no-repeat;
  height: auto;
  background-color: #0e0f22;
  padding: initial !important;
  overflow-clip-margin: content-box;
  overflow: clip;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 360px;
}
.main_game_title
{
  font-weight: 900;
  font-size: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #bfdbdb;
  padding-top: 1em;
  line-height: 1;
}
.main_game_description
{
    line-height: 1;
    font-size: 14px;
    text-align: justify;
    color: #bfdbdb;
    width: 80%;
    padding-top: 12px;
    margin: auto;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
}
.main_game_button
{
  text-align: center;
}
a.playbutton, input.submit_button, button.playbutton:focus,input.submit_button:focus
{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-moz-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out,-moz-box-shadow .15s ease-in-out;
  background: #dd692f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNjkyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDY5MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #dd692f 0%, #dd692f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dd692f), color-stop(100%,#dd692f));
  background: -webkit-linear-gradient(left, #dd692f 0%,#dd692f 100%);
  background: -o-linear-gradient(left, #dd692f 0%,#dd692f 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dd692f),to(#dd692f));
  background: -moz-linear-gradient(left, #dd692f 0%,#dd692f 100%);
  background: linear-gradient(to right, #dd692f 0%,#dd692f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd692f', endColorstr='#dd692f',GradientType=1 );
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  border: none;
  color: #fff;
  border-bottom: 3px solid #b44e21;
  width: 100%;
  max-width: 230px;
  height: 40px;
  margin-top: 12px;
  line-height: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
button.playbutton:hover, input.submit_button:hover, a.playbutton:hover
{
  cursor: pointer;
}
button.playbutton:focus,input.submit_button:focus,a.playbutton:focus
{
  margin-top: 15px;
  border:none;
  outline:0;
}
.main_game_header_img .align-items-center
{
  padding: 5rem 0;
}

@media screen and (min-width: 280px)
{
  .web
  {
    display: none;
  }
  .wap
  {
    display: block;
  }
  .main_game_header_img
  {
    -moz-background-size: cover;
         background-size: cover;
         background-position: center;§
  }
  .main_ebook_header_img
  {
    height: 100px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
  }
  h2.main_ebook_title,.regular_title
  {
    font-size: 28px;
    margin: 3rem auto;
  }
  .part_ebook,.regular_info_part
  {
    padding: 3rem 1.5rem;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
  }
  .image_box_ebooks>img
  {
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    width: 80%;
  }
  .part_ebook:last-child,.regular_info_part:last-child
  {
    margin-bottom:3rem;
  }
  .image_box_ebooks
  {
    margin-top: 2rem
  }
}
@media screen and (min-width: 768px)
{
  .main_game_header_img
  {
    -moz-background-size: contain;
         background-size: contain;
  }
  .web
  {
    display: block;
  }
  .wap
  {
    display: none;
  }
  h2.main_ebook_title,.regular_title
  {
    font-size: 40px;
  }
  .main_ebook_header_img {
    height: 230px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .part_ebook,.regular_info_part
  {
    padding: 5rem 3rem;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
  }
  .image_box_ebooks>img
  {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 80%;
    margin: auto;
  }
  .part_ebook:last-child, .regular_info_part:last-child{
    margin-bottom:3rem;
  }
  .image_box_ebooks
  {
    margin-top: inherit;
    text-align: center;
  }
}
