@font-face {
    font-family: 'bitfont';
    src: url('../../editundo.eot');
    src: url('../../editundo.eot?#iefix') format('embedded-opentype'),
         url('../../editundo.woff2') format('woff2'),
         url('../../editundo.woff') format('woff'),
         url('../../editundo.ttf') format('truetype'),
         url('../../editundo.svg#edit_undo_brkregular') format('svg');
}

html {
  font-family: 'bitfont';
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      height: 100%;
      position: relative;
  background-color: #fcdb31;
}

body {
  position: relative;
  font-family: 'bitfont';
  font-size: 2em;
  line-height: 1.42857143;
  color: #2f282f;
  height: 100%;
  background-color: transparent;
}

.bg {
  position: fixed;
  bottom: -600px;
  left: -1722px;
  height: 300%;
  right: 0px;

  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(-1px);
  -moz-transform: translateZ(-1px);
  -o-transform: translateZ(-1px);
  transform: translateZ(-1px);
  z-index: -1;

  background-image: url('../../assets/images/bg.jpg');
/*  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: MOVE-BG;
  -moz-animation-duration: 45s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;*/
}
/*
@-webkit-keyframes MOVE-BG {
    0% { -webkit-transform: translate3d(0,0,0);}
    100% { -webkit-transform: translate3d(1722px,-857px,0px); }
}

@-moz-keyframes MOVE-BG {
    0% { -moz-transform: translate3d(0,0, 0);}
    100% { -moz-transform: translate3d(1722px,-857px, 0px); }
}
*/
.banner {
  min-width: 100%;
  padding-top: 32px;
}

.img-center {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.largeSection {
  padding-top: 7%;
  padding-bottom: 7%;
  margin-bottom: 64px;
  margin-top: 64px;
  background-color: #ffee00;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
.largeSection {
  margin-bottom: 24px;
  margin-top: 24px;
}}

.divider {
  position: relative;
  height: 32px;
}

@media (max-width: 768px) {
  .divider {
    height: 18px;
  }
}

.footerSection {
  padding-top: 2%;
  padding-bottom: 1%;
  margin-bottom: 0px;
  margin-top: 64px;
  z-index: 1;
  background-color: #fdef00;
  position: relative;
}

@media (max-width: 768px) {
  .privacy p {
    font-size: 0.9em;
  }
  .footerSection {
     margin-top: 24px;
  }
}

@media (max-width: 992px) {
  .col-md-4 {
    margin-bottom: 24px;
  }
}

a {
  color: #fe2d73;
  transition: color 0.1s;
    
  word-wrap: break-word; 
}

a:hover {
  color: #6d5e71;
  transition: color 0.1s;
  text-decoration: none;
}

.centerObject {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

.leftColumn {
  left: 10%;
}

.rightColumn {
  right: 10%;
}

@media (max-width: 992px) {
  .leftColumn {
    left: 0%;
  }
  .rightColumn {
    right: 0%;
  }
}

/*.appLink:hover {
  width: 260px;
  margin-bottom: 6px;

}*/

.appLink {
  padding-top: 6px;
  width: 280px;
}

.button {
  padding: 32px 48px;
  margin: auto;
  color: white;
  display: inline-block;
  background-color: #fe2d73;
  text-align: center;
  transition: background-color 0.1s;
}

.buttonInline {
  padding: 32px 48px;
  color: white;
  display: inline-block;
  background-color: #fe2d73;
  transition: background-color 0.1s;
}

.button:hover {
  background-color: #6d5e71;
  transition: background-color 0.1s;
}

.supert {
    font-family: sans-serif;
    font-size: .3em;
    vertical-align: super;
}

.tmtext {
    font-family: arial,sans-serif;
    padding-top: 20px;
    font-size: 11px!important;
    font-size: 1.5em;
    line-height: 1.0em;
}

.privacy p{
  font-family: arial,sans-serif;
}

.privacy h1, .privacy h2, .privacy h3 {
  color: #fe2d73;
}

h1 {
  font-size:  48px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size:  32px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 60px;
  line-height: 56px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 42px;
    line-height: 36px;
    padding-bottom: 8px;
  }
}

h4 {
  font-size: 36px;
}

@media (max-width: 768px) {
  h4{
    font-size: 28px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.h_iframe        { position:relative; padding-top: 56%; }
.h_iframe iframe { position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.logo {
  width: 75%;
}

@media (max-width: 768px){
  .logo{
    width: 100%;
  }
}

/* CAROUSEL */
.owl-item .item {
  text-align: center;
}
.owl-item .item h1 {
  visibility: hidden;
  font-size: 0px;
  height: 100px;
}
.owl-item .item p {
  visibility: hidden;
  font-size: 0px;
}

.owl-item.center .item h1 {
  font-size: 48px;
}

.owl-item.center .item p {
  font-size: 24px;
}

@media (max-width: 1200px) {
  .owl-item.center .item h1 {
    font-size: 36px;
  }
}

.owl-item.center .item h1,
.owl-item.center .item p {
  width: 130%;
  margin-left:  -17.5%;
  visibility: visible;
  line-height: 1em;
  color: #3f3542;
}

@media (max-width: 768px) {
  .owl-item.center .item p {
    font-size: 16px;
  }
  .owl-item.center .item h1 {
    height: 50px;
    font-size: 24px;
  }
}

.owl-item {
  position: relative;
  z-index: 50;
}

.owl-item.center {
  z-index: 99;

}

.owl-item .item img {
  margin: 0;
  opacity: 0.75;
  transition: width 0s;
}

.owl-item.center .item img {
  width: 130%;
  margin-left: -17.5%;
  opacity: 1;
  -webkit-animation: bounce .9s infinite;
	animation: bounce .9s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@keyframes bounce {
	0% {
	  transform: translate(0px, 0px);
	}  
	30% {
    transform: translate(0px, 5px);
	}
	75% {
  	transform: translate(0px, -10px);
	}
 	100% {
  	transform: translate(0px, 0px);
	}
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0px, 0px);
	}
	30% {
    -webkit-transform: translate(0px, 5px);
	}
  75% {
    -webkit-transform: translate(0px, -10px);
	}
	100% {
    -webkit-transform: translate(0px, 0px);
	}
}

.pink {
  color: #fe2d73;
}

.black {
  color: #2f282f !important;
}

.support {
  margin-bottom: 10px;
}

.store-links {
  width: 300px;
  margin: auto;
  display: block;
  max-width: 80%;
}

.store-links a{
  width: 100%;
  margin: 10px 0px;
  display: block;
  float: left;
}

.store-links .steam{
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 10%;
}

.store-links img{
  display: block;
  height: auto;
  width: 100%;
}

.clearfix {
  clear: both;
}
.maxwidth{
  max-width: 800px;
}

@media (min-width: 550px) {
  .store-links {
    width: 500px;
  }

  .store-links a{
    width: 50%;
  }

  .store-links img{
    height: 72px;
    width: auto;
    margin: auto;
  }
  .store-links .steam img{
    height: 56px;
  }
  .store-links .steam{
    padding: 5px;
    margin: 17px 3% 0px 3%;
    width: 44%;
    padding-top: 0px;
  }
}

@media (min-width: 800px) {
  .store-links {
    width: 600px;
  }

  .store-links img{
    height: 90px;
  }

  .store-links .steam img{
    height: 73px;
  }

  .store-links .steam{
    margin: 17px 2.5% 0px 2.5%;
  }
}