html, body{
    height:100%;
    font-family: Roboto;
}

img{
    max-width: 100%;
}

body{
    background: url(../images/background.jpg) no-repeat top center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.body-fix{
    text-align: center;
}

.header img{
    max-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
}

.header-normal, .header-small, .header-small-phone{
    display: none;
}

.logo{
    margin: 0 30px;
    width: 240px;
}
.body-fix a{
    display: inline-block;
}
.img-header{
    width: 180px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-width: 5px;
}
.img_active_devices{
    background-color: #FC7F23;
    border-radius: 140px;
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}
.img-header-normar{
    margin-top: 30px;
}

.inline{
    display: inline-block;
}

.btn-left, .btn-right{
    display: inline-block;
    width: 200px;
}

.owl-carousel-intro {
    font-size: 16px;
    line-height: 32px;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
}
.slogan .owl-dots{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.slide-game{
    /*margin-top: 50px;*/
}

.wrap-img{
    width: 1000px;
    text-align: center;
    /*height: 300px;*/
    transition: all 0.5s ease-in-out;
    margin: 0px auto;
}

.wrap-img-guide{
    width: 400px;
    /*height: 350px;*/
    transition: all 0.5s ease-in-out;
    margin: 0px auto;
}

.wrap-img-guide div{
    font-size: 24px;
}

.slide-game.slide_img_pc{
    display: block !important;
}
.slide-game.slide_img_mobile{
    display: none !important;
}
@media only screen and (max-width: 768px)
{
.slide-game.slide_img_pc{
    display: none !important;
}
.slide-game.slide_img_mobile{
    display: block !important;
}
.wrap-img-guide img{
    margin-top: 10px;
}

.img-header, .download, .img-header-normar{
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.wrap-img img{
    margin-top: 20px;
}

.wrap-img:hover, .img-header:hover, .download:hover, .img-header-normar:hover{
    transform: scale(1.05);
}

.download-game{
    margin-top: 10px;
    margin-bottom: 20px;
}

.download{
    margin-top: 20px;
}

.download-apple{
    margin-left: 10px;
    margin-right: 10px;
}

.girl{
    position: fixed;
    width: 300px;
    bottom: 0;
    z-index: 10;
}

.guide-ios{
    width: 500px;
    margin: 0px auto;
    padding-bottom: 20px;
    /*background: url(../images/bg_guide.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*-webkit-background-size: 100% 100%;*/
    /*-moz-background-size: 100% 100%;*/
    /*-o-background-size: 100% 100%;*/
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}

.content-guide{
    margin: 0px auto;
    width: 80%;
    color: #fff;
    font-size: 18px;
}

.title-guide{
    margin-top: -30px;
}

/*.owl-stage{*/
    /*display: flex;*/
    /*align-items: center;*/
/*}*/

#c{
    position: absolute;
}

.circle-small{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FDCF30;
    color: #584609;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-top: 10px;
}

.text-guide{
    color: #FDCF30;
    font-size: 18px;
    display: inline-flex;
    margin-left: 10px;
}

.guide-ios h2{
    color: #fff !important;
    font-size: 20px !important;
    padding-top: 15px !important;
    margin-top: 0px;
}

.guide-ios p{
    color: #fff !important;
    font-size: 20px !important;
    padding: 15px !important;
}

#particles-js{
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: #b61924;*/
    z-index: -1;
}

.box-guide{
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
