.fix-top {
    position: relative;
}
.h-head {
    height: 0px;
}
#footer {
    position: relative;
}

 @media screen and (min-width: 1025px) and (max-width: 1280px){
#game-col {
    width: 1250px;
}
 }
 @media screen and (min-width: 1281px){
#game-col {
    width: 1650px;
}
 }
 
 @media screen and (max-width: 600px){
#game-bottom{
     display: block!important;
    width: 100%
}}
 
 
 .ad455{
     width: 455px;
 }
 .adb300{
     width: 300px;
 }
  .adb450{
     width: 455px;
 }
 @media screen and (max-width: 1440px){
#game-col {
    width: 1440px;
}
 .ad455{
     width: 305px;
 }
 .adb300{
     width:  160px;
 }
 .game-info {
    width: 648px;
}

#game-bottom {
    width: 787px;
}
 }
 @media screen and (max-width: 1366px){
#game-col {
    width: 1366px;
}
.game-left, .game-right {
    width: 273px;
}
.relategames {
    width: 80px;
    text-align: center;
    overflow: hidden;
}
.relategames:hover {
  
    text-align: center;
    overflow: visible;
    z-index: 1000;
     transform: 1s;
   
}
 .relategames li img:hover{
  
     margin-left: -10px;
      transition: 0.2s;
} 
.relategames li img,.relategames li p{
  
     margin-left: -20px;
      transition: 0.2s;
}
  .adb450{
     width: 405px;
 }
 .ad455 {
    width: 290px;
}
 .adb300 {
    width: 170px;
}
 }
 
   
   
 @media screen and (max-width: 1536px){
     #game-col {
    width: 1536px;
}
.game-right{
      width: 170px;
}
 .adb300 {
    width: 170px;
}
 .ad455 {
    width: 320px;
}

 }
 
  @media screen and (min-width: 1024px) and (max-width: 1030px){
       .fn-right {float: left }
    .fn-left {float: right}
#game-col {
    width: 100%;
}
.ad455{
    width: 350px;
}
.relategames{
   order: 2;
    height: auto;
    width: 100%;
    float: right;

}
.adb300{
    width: 320px;
     order: 1;
}
 }
 
@media screen and (min-width: 1270px) and (max-width: 1280px){
    
  
 .adb450{
              width: 350px;
      }
      .relategames{
   
    height: auto;
    width: 100%;
    float: right;

}
.adb300{
    width: 200px;
}
.ad160{
    float: right;
}
.ad455{
    width: 266px;
}
}

 @media screen and (min-width: 800px) and (max-width: 830px){
     .fn-right {float: left }
    .fn-left {float: right}
    
   #game-bottom,#topad{
        display: block !important;
    }

      .relategames{
   
    height: auto;
    width: 100%;
    float: right;

}
.adb300{
    width: 200px;
}
.ad160{
    float: right;
    width: 90%;
}
.ad455{
    width: 170px;
    display: block  !important;
}
}
  @media screen and (max-width: 600px){
#game-col {
    width: 100%;
}
 .game-info , #game-bottom{
   width: 100%;
}
  
  }
  
  
        .custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


/* 12 */
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}





.btn-12 span {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
   animation: mymove 5s infinite;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
   animation: mymove3 5s infinite;
}

@keyframes mymove {
  0%   {
   
  }
  50%  {  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);}
  70%  {  font-size: large;}
}
@keyframes mymove3 {
  0%   {
    font-size: x-large;
  }
  50%  {    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  
  }
  80%  {  font-size: x-large;}
}

.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.mobilebutton{display: none;} @media screen and (max-width: 900px){ .mobilebutton{display: block;} } 




.pav {
  text-shadow: 0 0 7px rgba(255,255,255,.3), 0 0 3px rgba(255,255,255,.3);
      float: left;
    padding: 5px;
}
.container {
    font-weight: bolder;
  background: black;
    color: #e5e5e5;
    font-size: 1rem;
    float: left;
    width: 350px;
    margin: 0px 10px;
    text-transform: uppercase;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animation {
  height:30px;
  overflow:hidden;
  margin-left: 1rem;
}

.animation > div > div {
padding: 5px 5px;
 
    margin-bottom: 64px;
    display: inline-block;
}

.animation div:first-child {
  animation: text-animation 8s infinite;
}

.first div {
  background-color:#9c27b0;
}
.second div {
  background-color:#e91e63;
}
.third div {
  background-color:#c10528;
}

@keyframes text-animation {
  0% {margin-top: 0;}
  10% {margin-top: 0;}
  20% {margin-top: -5.62rem;}
  30% {margin-top: -5.62rem;}
  40% {margin-top: -11.24rem;}
  60% {margin-top: -11.24rem;}
  70% {margin-top: -5.62rem;}
  80% {margin-top: -5.62rem;}
  90% {margin-top: 0;}
  100% {margin-top: 0;}
}
.mobilebutton{display: none;} @media screen and (max-width: 900px){ .mobilebutton{display: block;} } 

           .taginfo{width: 100%}
          .taglink{ float: left;  width: 111px; }
          .tagpic img {
    width: 104px;
    height: 110px;
}
         .taglink{ float: left;  width: 200px; }
          .tagpic img {
width: 186px;
    height: 172px;
}
.tag {
     width: 100%;
       padding: 10px 0px;
}