html{
  height: 100%;
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #000;
  background-image: url("../img/background-pattern2.png");
  height: 100%;
  min-width: 998px
}

ul, li{
  margin: 0px;
  padding: 0px;
}

a {
  font-family: 'Helvetica';
  font-weight: 300;
  color: #00a4e4;
}
a:hover {
  color: #fff;
}

.clearer{
  clear: both;
  display: block;
}

h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, Helvetica;
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}

h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, Helvetica;
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}

h2 a{
  font-family: Exo, Helvetica;
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}

h2 a:hover{
  font-weight: 200;
  color: #00a4e4;
  text-decoration: none;
}

h3 {
  padding-bottom: 10px;
  font-family: Exo, Helvetica;
  font-size: 22px;
  color: #fff;
  font-weight: 100;
}


#wrapper{
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  width: 100%;
  background-image: url("../img/background-pattern2.png");
}

#body{
  padding-bottom: 130px;
}

#header-background {
  border-top: 5px solid #00a4e4;
  background-image: url("../img/header-pattern.png");
  border-bottom: 1px solid #4d4d4d;
}
#header-content {
  margin: auto;
  position: relative;
}

#header-logo{
  float: left;
  height: 92px;
}

#header-no2-logo {
  float: left;
  padding-top: 22px;
}
#header-no2-title {
  float: left;
  font-size: 22px;
  padding-top: 30px;
  padding-left: 14px;
  color: #00a4e4;
  font-weight: 400 !important;
}
#header-menu {
  height: 30px;
  line-height: 30px;
  bottom: 0px;
  right: 0;
  float: right;
  padding-top: 62px;
}
#header-menu ul {
  height: 30px;
  margin-top: 0;
  padding-top: 0;
}
#header-menu ul li {
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  height: 30px;
}

#header-menu ul li div{
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  line-height: 20px;
  padding-bottom: 5px;
}

#header-menu ul li div a{
  font-family: 'Exo','Helvetica';
  font-weight: 200;
}

.menu-on{
  border-bottom: 4px solid #00a4e4;
}

.menu-on a{
  color: #fff;
}

#header-menu ul li a {
  font-size: 20px;
  text-decoration: none;
}
.div-last-games {
  width: 308px;
  height: 206px;
  margin-right: 15px;
  position: relative;
  float: left;
  border: 1px solid #4d4d4d;
  margin-bottom: 15px;
  overflow: hidden;
}

.div-last-games:hover{
  border: 1px solid #00a4e4;
}

.absolute-div-last-games-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
  z-index: 1;
}

.absolute-div-last-games-content span{
  display: block;
}


.content-div-last-games-title{
  font-family: 'Exo','Helvetica';
  font-weight: 100;
  color: #00a4e4;
  font-size: 22px;
  padding: 10px 0px 10px 18px;
}

.content-div-last-games-text{
  font-family: 'Helvetica';
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 20px 5px 18px;
}

.content-div-last-games-link{
  color: #00a4e4;
  font-size: 14px;
  padding: 5px 0px 5px 18px;
}

.absolute-div-last-games-image{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.absolute-div-frame-last-games{
  position: absolute;
  top: 0;
  left: 0;
  width: 306px;
  height: 204px;
  -moz-box-shadow: inset 0 0 8px 8px #000;
  -webkit-box-shadow: inset 0 0 8px 8px #000;
  box-shadow: inset 0 0 8px 8px #000;
  opacity: 0.8;
  z-index: 3;
}

.absolute-div-last-games {
  position: absolute;
  bottom: 0px;
  padding-left: 5px;
  left: 0px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  font-family: Exo, Helvetica;
  font-weight: 100;
  width: 100%;
  margin: 0;
  background-color: #000000;
  opacity: 0.75;
  z-index: 4;
}



#game-icon{
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  height: 120px;
}

#game-options{
  float: left;
  margin-top: 20px;
  height: 120px;
  position: relative;
}

#game-title h1{
  margin: 0px;
  font-size: 60px;
  color: #fff;
  font-weight: 100;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#game-tags{
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px; 
  font-weight: 200;
}

#facebook{
  position: absolute;
  top: 25px;
  right: 15px;
}

#game-badges{
  margin-top: 20px;
  position: relative;
  min-height: 60px;
}

#game-badges img{
  float: right;
  margin-right: 10px;
}

#game-screenshots{
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  margin-right: 10px;
  margin: 20px 0px 20px 0px;
  padding: 20px 0px 10px 0px;
  /*background-color: rgba(0,0,0,0.2);*/
  /* Para WebKit */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0.25)));
  /* Para Mozilla */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25));
  /* Para anteriores a IE8 */
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorstr='#55000000', EndColorstr='#55000000');
  /* Para IE8 */
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorstr='#55000000', EndColorstr='#55000000');
}

#game-screenshots-content{
  clear: both;
  position: relative;
  width: auto;
  min-height: 320px;
  max-height: 520px;
  padding-bottom: 16px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-user-select: none;
}

.game-screenshots-img{
  float: left;
  width: auto;
  margin: 0 13px 0 4px;
  padding: 0;
}

.game-screenshots-img img{
  height: 320px;
}


#game-description{
  font-size: 14px;
  color: #ffffff;
  font-weight: 100;
  margin-bottom: 20px;
  font-family: 'Helvetica';
}


#footer{
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 5px solid #00a4e4;
  background-color: #000;
}

#footer-menu{
  float: left;
  text-align: left;
  padding-top: 45px;
}

#footer-menu ul{
  display: block;
}

#footer-menu ul li{
  float: left;
  padding-right: 30px;
  display: block;
  height: 30px;
}

#footer-menu ul li a{
  text-decoration: none;
}

a.menu-footer-on{
  color: #fff;
}

#footer-content{
  padding-top: 5px;
  font-size: 12px;
  color: #434343;
  float: right;
  line-height: 16px;
  text-align: right;
}

#footer-content img{
  float: right;
  padding: 10px 0px 8px 10px;
}

#terms{
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  font-family: 'Helvetica';
  border-top: 1px solid #4d4d4d;
  padding-top: 15px;
  padding-bottom: 25px;
}

#terms b{
  font-weight: 500;
  text-decoration: underline;
}

#contact{
  width: 40%;
  float: left;
  padding-bottom: 30px;
  font-family: 'Helvetica';
  font-weight: 100;
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
}

#contact input,textarea{
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 0px 10px 4px;
  background-color: #dedede;
  color: #000;
}

#contact textarea{
  height: 80px;
}

.contact-btn{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #0097ff;
  padding: 0.5em 4em;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  margin-top: 10px;
}

.contact-btn a{
  color: #fff;
  text-decoration: none;
}

.contact-input{
  margin-bottom: 10px;
}

#location{
  width: 50%;
  float: right;
  padding-bottom: 30px;
  font-family: 'Helvetica';
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}

#location img{
  width: 100%;
  text-align: center;
  border: 2px solid #000;
  margin-top: 15px;
}

#carousel-full-container{
  height: 385px;
  border-bottom:  1px solid #4d4d4d;
  background-color: #000000;
}


.home-carousel-full {
  height: 384px;
  width: 100%;
  position: relative;
}

.width-web {
  position: relative;
  display: block;
  width: 992px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}


#carousel > div {
  height: 384px;
  background-position: center;
  background-color: #000000;
  opacity: 0;
  position: relative;
  overflow: hidden;
}

#carousel > div > div{
  position: relative;
  display: block;
  width: 980px;
  margin: auto;
  height: 385px;
}

#carousel > div > div img{
  position: absolute;
}

.badge-app-store{
  top: 310px; 
  right: 20px;
}

.badge-google-play{
  top: 310px; 
  right: 230px;
}


#banner-basketmania{
  background-image: url("../img/banners/basketmania/background.jpg");
  background-repeat: no-repeat;
}

#banner-cleanapps{
  background-image: url("../img/banners/clean_apps/background.png");
  background-repeat: repeat;
}

#banner-zombie2{
  background-image: url("../img/banners/zombie2/background.jpg");
  background-repeat: no-repeat;
}

#banner-petshopmania{
  background-image: url("../img/banners/petshopmania/background.jpg"); 
  background-repeat: no-repeat;
}

#banner-goBattle{
  background-image: url("../img/banners/goBattle/background.png"); 
  background-repeat: no-repeat;
}

.exo-font {
  font-family: 'Exo', 'Helvetica';
}
.unica-one-font {
  font-family: 'Unica One', 'Helvetica';
  font-weight: 400;
}

.michroma-font {
  font-family: 'Michroma', 'Helvetica';
  font-weight: 400;
}

.blue-color{
  color: #1da3db;
}

.gray-color{
  color: #4d4d4d;
}

.cc-cookies{
  box-sizing: content-box;
}

#separate-menu{
  display: none;
}


/*@media(max-width:998px){
  .width-web{
    width: 670px;
  }
}*/

/*@media(max-width:768px){
  #header-logo{
    float: none;
    width: 100%;
  }
  #header-menu{
    float: none;
    padding-top: 0px;
    width: 100%;
  }
  #header-menu ul li{
    padding-right: 10px;
  }
  #separate-menu{
    display: block;
  }

  #content-header-logo{
    width: 150px;
    margin: auto;
    height: 92px;
  }

  #content-header-menu{
    width: 350px;
    margin: auto;
    height: 30px;
  }

  #contact, #location{
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-last-games{
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .width-web{
    width: auto;
  }
}*/

@media(max-width:468px){
  #header-menu ul li{
    padding-right: 0px;
    padding-left: 0px;
  }

  #header-home{
    display: none;
  }

  #content-header-menu{
    width: 250px;
    margin: auto;
    height: 30px;
  }

  #facebook{
    position: relative;
    margin: auto;
    float: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    top: 0px;
    right: 0px;
  }


  #header-logo{
    float: none;
    width: 100%;
  }
  #header-menu{
    float: none;
    padding-top: 0px;
    width: 100%;
  }

  #separate-menu{
    display: block;
  }


  #content-header-logo{
    width: 162px;
    margin: auto;
    height: 92px;
  }

  #contact, #location{
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-last-games{
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .width-web{
    width: auto;
  }



  #footer{
    height: 200px;
  }
  #footer-menu{
    padding-top: 10px;
  }

  #body{
    padding-bottom: 230px;
  }
  body{
    min-width: 0px;
  }

  #footer-content{
    text-align: left;
    float: left;
  }
  #footer-content img {
    float: left;
    padding: 10px 10px 8px 0px;
  }

  #game-options{
    height: auto;
    text-align: center;
    width: 100%;
  }

  #game-tags{
    font-size: 16px;
  }

  #game-title h1{
    font-size: 40px;
  }

  #game-icon{
    float: none;
    text-align: center;
    margin-right: 0px;
    margin-top: 5px;
  }

  #game-badges{
    width: 100%;
    text-align: center;
  }

  #game-badges a img{
    padding-bottom: 10px;
    margin: auto;
    float: none;
  }

}