@font-face {
  font-family: Androgyne_TB;
  src: url("../fonts/Androgyne_TB.otf") format("opentype");
}
@font-face {
  font-family: SEGOEUI;
  src: url("../fonts/SEGOEUI.TTF") format("truetype");
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(calc(-100% + 70px), 0px, 0px);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translate3d(calc(-100% + 70px), 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(calc(-100% + 70px), 0px, 0px);
  }
}
@keyframes slideRight {
  0% {
    transform: translate3d(calc(-100% + 70px), 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
.borderbox {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.black-to-transparent {
  /*
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #062130));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#062130', GradientType=0);
  /* IE6-9 */
}
body {
  margin: 0px;
  margin-top: 120px;
  padding: 0px;
}
div#maincontainer {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -khtml-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  background: url('http://www.sanagym.es/css/img/fondo.jpg');
  background-size: cover;
  background-color: white;
  z-index: 2;
  position: relative;
}
div#maincontainer.slideLeft {
  -webkit-animation: slideLeft 0.25s ease;
  -khtml-animation: slideLeft 0.25s ease;
  -moz-animation: slideLeft 0.25s ease;
  -ms-animation: slideLeft 0.25s ease;
  -o-animation: slideLeft 0.25s ease;
  animation: slideLeft 0.25s ease;
  -webkit-transform: translate3d(calc(-100% + 70px), 0px, 0px);
  -khtml-transform: translate3d(calc(-100% + 70px), 0px, 0px);
  -moz-transform: translate3d(calc(-100% + 70px), 0px, 0px);
  -ms-transform: translate3d(calc(-100% + 70px), 0px, 0px);
  -o-transform: translate3d(calc(-100% + 70px), 0px, 0px);
  transform: translate3d(calc(-100% + 70px), 0px, 0px);
  overflow: hidden;
  height: 100%;
}
div#maincontainer.slideRight {
  -webkit-animation: slideRight 0.25s ease;
  -khtml-animation: slideRight 0.25s ease;
  -moz-animation: slideRight 0.25s ease;
  -ms-animation: slideRight 0.25s ease;
  -o-animation: slideRight 0.25s ease;
  animation: slideRight 0.25s ease;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -khtml-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
div.frame div.back {
  background-color: black;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  box-shadow: inset 0px -120px 100px -50px rgba(0, 0, 0, 0.8);
}
div.frame div.back.blurred {
  opacity: 0;
}
div.frame div.body {
  background-color: rgba(255, 255, 255, 0);
  margin: 10px;
  padding: 20px 20px 10px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 5px;
  font-family: FlexoLight;
  color: white;
  opacity: 1;
  -webkit-transform: translate3d(0px, 95px, 0px);
  -khtml-transform: translate3d(0px, 95px, 0px);
  -moz-transform: translate3d(0px, 95px, 0px);
  -ms-transform: translate3d(0px, 95px, 0px);
  -o-transform: translate3d(0px, 95px, 0px);
  transform: translate3d(0px, 95px, 0px);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div.frame div.body h2 {
  margin: 0px;
  text-align: center;
}
div.frame div.body p {
  margin: 5px;
  font-size: 16px;
  text-align: center;
  font-family: FlexoLight;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div.frame div.body a {
  color: #09aedb;
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div.frame:hover div.back.blurred,
div.frame.hover div.back.blurred {
  opacity: 1;
}
div.frame:hover div.body,
div.frame.hover div.body {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -khtml-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  background-color: rgba(255, 255, 255, 0.2);
}
div.frame:hover div.body p,
div.frame.hover div.body p {
  opacity: 1;
}
div.frame:hover div.body a,
div.frame.hover div.body a {
  opacity: 1;
}
div#headerContainer {
  top: 0px;
  left: 0px;
  width: 100%;
}
div#headerContainer {
  background-color: rgba(255, 255, 255, 0.81);
  border-radius: 0px;
}
div#header {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1190px;
  margin: auto;
  height: 100px;
}
div#header img.logo {
  margin: 15px 45px;
  height: 70px;
}
div#header ul#topmenu,
div#header ul#mobilemenu {
  position: absolute;
  bottom: 3px;
  right: 45px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
div#header ul#topmenu li,
div#header ul#mobilemenu li {
  display: inline-block;
  margin: 10px 20px;
  font-family: FlexoBold;
  color: #a28052;
  font-size: 17px;
  line-height: 20px;
}
div#header ul#topmenu a[active] li,
div#header ul#mobilemenu a[active] li {
  color: gray;
}
div#header div#socialtop {
  position: absolute;
  top: 16px;
  right: 45px;
}
div#header div#socialtop i {
  display: inline-block;
  font-size: 35px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
div#header div#socialtop i.fa-facebook-square {
  color: #3b5998;
}
div#header div#socialtop i.fa-twitter {
  color: #5ea9dd;
}
div.carousel {
  width: 100%;
  margin: auto;
  position: relative;
  height: auto; /* auto */
  background-color: black;
  overflow: hidden;
}
@media (max-width: 880px) {
  div.carousel {
    height: auto;
  }
}
div.carousel div.panel {
  width: 100%;
  height: 100%; /* auto */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
}
div.carousel div.panel h1:not(.exclude) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: white;
  font-family: Flexo;
  font-weight: normal;
  margin: 35px 50px;
  text-shadow: 0px 1px 5px black;
}
div.carousel div.panel div.leftContainer {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  height: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 880px) {
  div.carousel div.panel div.leftContainer {
    width: 100%;
    height: 50%;
    padding: 30px 30px 5px 30px;
  }
}
div.carousel div.panel div.rightContainer {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  height: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 880px) {
  div.carousel div.panel div.rightContainer {
    width: 100%;
    height: 50%;
    padding: 5px 30px 30px 30px;
  }
}
div.carousel div.panel.active {
  z-index: 10;
  opacity: 1;
}
div.carousel div.panel.animated {
  opacity: 1;
}
div.carousel img.nav.left {
  position: absolute;
  top: 50%;
  margin-top: -60.5px;
  left: 0px;
  z-index: 20;
  cursor: pointer;
  -webkit-transform: translate3d(-74px, 0px, 0px);
  -khtml-transform: translate3d(-74px, 0px, 0px);
  -moz-transform: translate3d(-74px, 0px, 0px);
  -ms-transform: translate3d(-74px, 0px, 0px);
  -o-transform: translate3d(-74px, 0px, 0px);
  transform: translate3d(-74px, 0px, 0px);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div.carousel img.nav.right {
  position: absolute;
  top: 50%;
  margin-top: -60.5px;
  right: 0px;
  z-index: 20;
  cursor: pointer;
  -webkit-transform: translate3d(74px, 0px, 0px);
  -khtml-transform: translate3d(74px, 0px, 0px);
  -moz-transform: translate3d(74px, 0px, 0px);
  -ms-transform: translate3d(74px, 0px, 0px);
  -o-transform: translate3d(74px, 0px, 0px);
  transform: translate3d(74px, 0px, 0px);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div.carousel div.nav-btn-list {
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 30px;
  height: 30px;
  z-index: 50;
}
@media (max-width: 880px) {
  div.carousel div.nav-btn-list {
    display: none;
  }
}
div.carousel div.nav-btn-list div.btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  vertical-align: top;
  border-radius: 10px;
  background-color: transparent;
  border: solid 2px white;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px black, inset 0px 0px 3px black;
  cursor: pointer;
}
div.carousel div.nav-btn-list div.btn.active {
  background-color: white;
  box-shadow: 0px 0px 3px black;
}
div.carousel:hover img.nav.left {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -khtml-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
div.carousel:hover img.nav.right {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -khtml-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
div#content {
  padding: 10px;
  position: relative;
  z-index: 100;
  margin: 0px auto 0px auto;
  max-width: 1190px;
}
div#content > h1 {
  text-align: center;
  font-family: "SEGOEUI",Helvetica;
  font-size: 36px;
  margin: 00px 0px 0px 0px;
  color: #8BC53F;
}
div#content > h2 {
  text-align: center;
  font-family: "SEGOEUI",Helvetica;
  font-size: 30px;
  margin: 0px 0px 0px 0px;
  color: #8BC53F;
}
div#content div.frameContainer {
  background-color: white;
  height: 240px;
  margin: 15px 30px 25px 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
div#content div.frameContainer div.frame.roundLeft div.back {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
}
div#content div.frameContainer div.frame.roundRight div.back {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
}
div#content div.frameContainer div.frame {
  background-size: cover;
  background-position: center;
  width: 33.33333%;
  height: 240px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
div#content div.frameContainer div.frame div.back {
  background-color: black;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  box-shadow: inset 0px -120px 100px -50px rgba(0, 0, 0, 0.8);
}
div#content div.frameContainer div.frame div.back.blurred {
  opacity: 0;
}
div#content div.frameContainer div.frame div.body {
  background-color: rgba(255, 255, 255, 0);
  margin: 10px;
  padding: 20px 20px 10px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 5px;
  font-family: FlexoLight;
  color: white;
  opacity: 1;
  -webkit-transform: translate3d(0px, 95px, 0px);
  -khtml-transform: translate3d(0px, 95px, 0px);
  -moz-transform: translate3d(0px, 95px, 0px);
  -ms-transform: translate3d(0px, 95px, 0px);
  -o-transform: translate3d(0px, 95px, 0px);
  transform: translate3d(0px, 95px, 0px);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div#content div.frameContainer div.frame div.body h2 {
  margin: 0px;
  text-align: center;
}
div#content div.frameContainer div.frame div.body p {
  margin: 5px;
  font-size: 16px;
  text-align: center;
  font-family: FlexoLight;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div#content div.frameContainer div.frame div.body a {
  color: #09aedb;
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div#content div.frameContainer div.frame:hover div.back.blurred,
div#content div.frameContainer div.frame.hover div.back.blurred {
  opacity: 1;
}
div#content div.frameContainer div.frame:hover div.body,
div#content div.frameContainer div.frame.hover div.body {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -khtml-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  background-color: rgba(0, 0, 0, 0.6);
}
div#content div.frameContainer div.frame:hover div.body p,
div#content div.frameContainer div.frame.hover div.body p {
  opacity: 1;
}
div#content div.frameContainer div.frame:hover div.body a,
div#content div.frameContainer div.frame.hover div.body a {
  opacity: 1;
}
div#content div.frameContainer div.frame.double {
  width: 66.66666%;
}
@media (max-width: 800px) {
  div#content div.frameContainer {
    height: auto;
  }
  div#content div.frameContainer div.frame {
    width: 100%;
  }
  div#content div.frameContainer div.frame.double {
    width: 100%;
  }
  div#content div.frameContainer div.frame.roundLeft div.back {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  div#content div.frameContainer div.frame.roundRight div.back {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
div#footer {
  padding: 150px 80px 20px 80px; /* padding-top: 30px;*/
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
 /* 
  background: #a28050;

  background: -moz-linear-gradient(top, #a28050 0%, #937449 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a28050), color-stop(100%, #937449));

  background: -webkit-linear-gradient(top, #a28050 0%, #937449 100%);

  background: -o-linear-gradient(top, #a28050 0%, #937449 100%);

  background: -ms-linear-gradient(top, #a28050 0%, #937449 100%);

  background: linear-gradient(to bottom, #a28050 0%, #937449 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a28050', endColorstr='#937449', GradientType=0);
*/
}
@media (max-width: 1190px) {
  div#footer {
    padding: 30px 5px 20px 5px;
  }
}
div#footer div.container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1190px;
  margin: auto;
  padding: 0px 30px;
}
div#footer div.container div.column {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: white;
  font-family: FlexoThin;
}
div#footer div.container div.column h3 {
  font-size: 22px;
  margin: 10px 0px;
}
div#footer div.container div.column ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div#footer div.container div.column ul li {
  padding: 0px 10px 0px 0px;
}
@media (max-width: 800px) {
  div#footer div.container div.column {
    width: 100%;
  }
}
div#footer div.container div.column-2 {
  width: 40%;
}
div#footer div.container div.bottom {
  text-align: center;
  font-size: 14px;
  font-family: FlexoThin;
  color: white;
  margin: 20px 0px 0px 0px;
}
div#copyright {
  text-align: right;
  font-size: 14px;
  font-family: FlexoThin;
  color: #a28050;
  background-color: rgba(255, 255, 255, 0.81);
  padding: 15px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media (min-width: 1190px) {
  div#maincontainer {
    margin: 0px auto;
    border: 0px solid #dbcbb6;
    overflow: hidden;
  }
  div#maincontainer div.frameContainer {
    height: 240px;
  }
}
div#gamepage {
  width: 100%;
  min-height: 100%;
  background: url('http://www.sanagym.es/css/img/fondo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
div#gamepage div#headerContainer {
  background-color: rgba(255, 255, 255, 0.81);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
}
div#gamepage div#headerContainer div#header {
  background-color: rgba(0, 0, 0, 0);
}
div#gamepage div#bottomCarousel {
  width: 100%;
  height: 195px;
  border-top: solid 5px white;
  background-color: black;
}
div#gamepage div#bottomCarousel img.kr-next {
  position: absolute;
  top: 40px;
  right: 0px;
  -webkit-transform: translate3d(100%, 0%, 0px);
  -khtml-transform: translate3d(100%, 0%, 0px);
  -moz-transform: translate3d(100%, 0%, 0px);
  -ms-transform: translate3d(100%, 0%, 0px);
  -o-transform: translate3d(100%, 0%, 0px);
  transform: translate3d(100%, 0%, 0px);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div#gamepage div#bottomCarousel img.kr-prev {
  position: absolute;
  top: 40px;
  left: 0px;
  -webkit-transform: translate3d(-100%, 0%, 0px);
  -khtml-transform: translate3d(-100%, 0%, 0px);
  -moz-transform: translate3d(-100%, 0%, 0px);
  -ms-transform: translate3d(-100%, 0%, 0px);
  -o-transform: translate3d(-100%, 0%, 0px);
  transform: translate3d(-100%, 0%, 0px);
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div#gamepage div#bottomCarousel div.kr-slide {
  cursor: pointer;
}
div#gamepage div#bottomCarousel img.arrow {
  display: none;
}
div#gamepage div#bottomCarousel *.active_slider img.arrow {
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -38px;
  width: 76px;
  z-index: 300;
}
div#gamepage div#bottomCarousel:hover img.kr-next,
div#gamepage div#bottomCarousel:hover img.kr-prev {
  -webkit-transform: translate3d(0%, 0%, 0px);
  -khtml-transform: translate3d(0%, 0%, 0px);
  -moz-transform: translate3d(0%, 0%, 0px);
  -ms-transform: translate3d(0%, 0%, 0px);
  -o-transform: translate3d(0%, 0%, 0px);
  transform: translate3d(0%, 0%, 0px);
}
div#gamepage div#centerCarousel {
  height: calc(100% - 200px);
  min-height: 400px;
  background: url('http://www.sanagym.es/css/img/fondo.jpg');
  background-size: contain;
  background-position: 50% 60%;
  background-repeat: no-repeat;
}
div#gamepage div#centerCarousel div.kr-slide {
  padding: 100px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
div.downloadLinks {
  position: absolute;
  bottom: 4%;
  left: 0%;
  padding: 5px;
  border-radius: 7px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
div.downloadLinks i {
  font-size: 25px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-size: contain;
}
div.downloadLinks i.fa-apple {
  color: #afafaf;
}
div.downloadLinks i.fa-android {
  color: #39af39;
}
div.downloadLinks i.fa-windows {
  color: #3e91c0;
}
div.downloadLinks i:not(.available):hover:after {
  content: 'Próximamente';
  position: absolute;
  top: -40px;
  left: -55px;
  font-size: 20px;
  width: 160px;
  padding: 0px;
  line-height: 30px;
  color: grey;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-family: FlexoLight;
  font-style: normal;
  font-weight: normal;
}
div.downloadLinks img {
  height: 50px;
  border-radius: 3px;
  margin-left: 5px;
}
div.downloadLinks span.important {
  font-family: Flexo;
  margin: 0px 10px;
  line-height: 50px;
  color: white;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
}
div.downloadLinks.mobile {
  position: relative;
}
div.downloadLinks.mobile img {
  margin: 5px 0px 0px 0px;
  border-radius: 5px;
}
@media (max-width: 880px) {
  div.downloadLinks.index {
    width: 100%;
  }
  div.downloadLinks.index img {
    margin: 5px;
  }
  div.downloadLinks.index span.important {
    display: block;
  }
}
div.fullSection {
  width: 100%;
  height: 100%;
  padding: 100px 0px 0px 0px;
  background-image: url('http://www.sanagym.es/css/img/fondo.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.akiraLayer {
  width: 100%;
  height: 100%;
  background-image: url('http://www.sanagym.es/css/img/fondo.jpg');
  background-size: 40% auto;
  background-position: 20% 40%;
  background-repeat: no-repeat;
}
div.akiraLayerText {
  position: absolute;
  top: 35%;
  left: 55%;
  width: 30%;
  max-height: 40%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: FlexoLight;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 20px;
  border-radius: 10px;
}
div.akiraLayerText h1,
div.akiraLayerText h2,
div.akiraLayerText h3,
div.akiraLayerText h4,
div.akiraLayerText h5,
div.akiraLayerText h6 {
  margin-top: 0px;
}
div.akiraLayerText ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}
div.akiraLayerText ul li {
  line-height: 30px;
}
@media (max-width: 1190px) {
  div.frameContainer {
    margin: 15px 15px 25px 15px !important;
  }
}
i.menuToggle {
  width: 70px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}
ul#mobilemenu {
  overflow: scroll;
  display: none;
  width: calc(100% - 70px);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 1;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-family: FlexoLight;
}
ul#mobilemenu li {
  display: block !important;
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  padding: 10px !important;
  margin: 0px 0px 10px 0px !important;
}
*.show-mobile {
  display: none;
}
div#mobile_company {
  display: visible;
}
@media (max-width: 960px) {
  span[bar] {
    display: none;
  }
  ul#topmenu {
    display: none;
  }
  ul#mobilemenu {
    display: block;
  }
  img.logo {
    margin: 0px auto !important;
    display: block;
  }
  div#localLang {
    display: none;
  }
  div#header {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
  }
  div.carousel img.nav {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
  }
  i.menuToggle {
    display: block;
  }
  div.frame div.body {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -khtml-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    margin: 0px !important;
    background-color: rgba(0, 0, 0, 0.57) !important;
    padding: 5px !important;
    width: calc(100% - 10px) !important;
  }
  div.frame div.back.blurred {
    display: none;
  }
  div.frame a,
  div.frame p {
    opacity: 1 !important;
  }
  div.frame p {
    font-size: 15px !important;
  }
  div#bottomCarousel {
    display: none !important;
  }
  *.kr-slide {
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
  }
  div#gamepage div#centercarousel {
    display: none;
  }
  *.show-mobile {
    display: block;
  }
  *.hide-mobile {
    display: none;
  }
  *[sk-sekcio] {
    display: none;
  }
  div#mobile_company {
    display: block;
  }
}
#navButtonsCompany {
  position: absolute;
  z-index: 400;
  top: 50%;
  right: 20px;
  font-family: FlexoLight;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: -45px;
}
#navButtonsCompany p {
  margin: 5px 0px;
  cursor: pointer;
  text-align: right;
}
#navButtonsCompany p span {
  color: rgba(255, 255, 255, 0.1);
}
#navButtonsCompany p.active {
  color: white;
}
#navButtonsCompany p.active span {
  color: white;
}
*.padding-top-90 {
  padding-top: 90px;
}
div#mobile_games div.game {
  font-family: FlexoLight;
  margin-bottom: 5px;
}
div#mobile_games div.game h2,
div#mobile_games div.game p {
  text-align: center;
}
div#mobile_games div.game h2 {
  margin: 10px 0px 0px 0px;
}
div#mobile_games div.game p {
  display: block;
  color: white;
  margin: 0px;
  background-color: #062130;
  padding: 0px 10px 10px 10px;
}
div#mobile_games div.game p *.bbtn {
  background-color: #010a10;
}
div#mobile_games div.game ul {
  color: white;
  margin: 0px;
  background-color: #062130;
  padding-bottom: 10px;
}
div#mobile_games div.game *.back-black {
  background-color: #062130;
}
div#mobile_games div.game img {
  display: block;
  width: 100%;
  height: auto;
}
div#mobile_company {
  background-color: #292929;
}
div#mobile_company img {
  width: 100%;
  height: auto;
}
div#mobile_company p {
  margin: 0px;
  padding: 10px;
  font-family: FlexoLight;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
div#mobile_company span {
  font-family: FlexoLight;
  font-size: 16px;
}
div#contact_mobile img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
div#contact_mobile div {
  margin: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  color: white;
  font-family: FlexoLight;
}
div#contact_mobile div h2 {
  margin: 0px;
}
div#contact_mobile div ul {
  list-style: none;
  padding: 0px;
}
div.photo_labeled {
  position: relative;
}
div.photo_labeled span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 10px);
  display: block;
  color: white;
  font-size: 22px;
  padding: 20px 5px 5px 5px;
  text-align: center;
  /*
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #062130));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #062130 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#062130', GradientType=0);
  /* IE6-9 */
}
div#bottomCompany {
  padding: 20px;
  background-color: #062130;
  color: white;
  font-family: FlexoLight;
  display: block;
  margin: auto;
}
div#bottomCompany ul {
  display: block;
  margin: auto;
  list-style: none;
  padding: 0px;
}