@font-face {
	font-family: "Calibri Light";
	src: url("fonts/8922aedb2c18008da7daf4f93fd60bdc.eot"); /* IE9*/
	src: url("fonts/8922aedb2c18008da7daf4f93fd60bdc.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/8922aedb2c18008da7daf4f93fd60bdc.woff2") format("woff2"), /* chrome、firefox */
	url("fonts/8922aedb2c18008da7daf4f93fd60bdc.woff") format("woff"), /* chrome、firefox */
	url("fonts/8922aedb2c18008da7daf4f93fd60bdc.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("fonts/8922aedb2c18008da7daf4f93fd60bdc.svg#Calibri Light") format("svg"); /* iOS 4.1- */
}
body{
	background: url(img_fh/bg2.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    background-color: #f4f2de;
	min-height: 1080px;
	margin: 0px;
}
#esprit-auth-widget-holder{
    margin: 0 auto;
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
}
#content{
	min-height: 1080px;
}
.outer{
    position: absolute;
    top: -36px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.logo{
    background: url(img_fl/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0px;
    width: 416px;
    height: 394px;
    margin: 0 auto;
    position: relative;
    top: 0px;
}
/*
.get_apk{
    background: url(img_hp/btn.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 0px;
    width: 284px;
    height: 84px;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
}
.get_apk:hover{
	background-position: center -85px;
}



.get_apk{
    background-image: url(img_hp/button_apk_menu_red.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-color: transparent;
    background-size: auto 100%;
    width: 222px;
    height: 75px;
    margin: -3px auto;
    display: block;
    cursor: pointer;
    position: relative;
    top: -24px;
    overflow: hidden;
    padding: 0px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    position: relative;
    transform-origin: center 0px;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    margin-bottom: 24px;
}
.get_apk:before{
    content: '';
    display: block;
    width: 221px;
    height: 69px;
    position: absolute;
    top: 3px;
    bottom: 0px;
    left: 1px;
    right: 0px;
    margin: 0px auto;
    background-image: url(img_hp/button_apk_menu.png);
    background-repeat: no-repeat;
    background-position: 0px -3px;
    background-color: transparent;
    background-size: 223px auto;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
    background-color: #68bc4f;
    border-radius: 8px;
    
}
.get_apk:hover{
    background-color: transparent !important;
}
.get_apk:hover:before{
    clip-path: polygon(0 0, 2% 0, -100% 100%, 0 100%);
}

*/


.get_apk{
    background: url(img_s/apk_btn.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 0px;
    width: 352px;
    height: 104px;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
}
.get_apk:hover{
    background-position: center -104px;
}




.wat_apk{
    font-family: "Calibri Light";
    width: 148px;
    height: 38px;
    margin: 0 auto;
    position: relative;
    margin-top: 12px;
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0,0,0, 0.84);
}
.outer_txt{
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: "Calibri Light";
    background: rgb(0 0 0 / 80%);
    border-radius: 12px;
    width: 360px;
    height: 0px;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 16px;
    padding-top: 0px;
}
.outer_txt.show{
	height: 168px;
	padding-top: 12px;
}
@media screen and (max-width: 960px){
    html,
    body{
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    body{
        background: url(img_fh/bg_mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 14% 0px;
        background-color: #f4f2de;
        min-height: 100vh;
        margin: 0px;
        width: 100%;
        overflow-x: hidden;
    }
    #osdk-auth-widget-holder {
        margin: 0 auto;
        position: absolute !important;
        top: 220px;
        left: -9999px;
        right: -9999px;
        margin: 0 auto;
    }
    #esprit-auth-widget-holder {
        margin: 0 auto;
        position: absolute !important;
        top: 180px;
        left: -9999px;
        right: -9999px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
	body{
        background: url(img_fh/bg_mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 15% 0px;
        background-color: #f4f2de;
        min-height: 100vh;
        margin: 0px;
	}
    .outer {
        position: absolute;
        top: 58px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
	#content{
		min-height: 100vh;
	}
    .logo{
        background: url(img_fl/logo.png);
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: center 110px;
        padding-top: 0px;
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
    }
    #osdk-auth-widget-holder {
        margin: 0 auto;
        position: absolute !important;
        top: 220px;
        left: -9999px;
        right: -9999px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 598px){
    .outer {
        position: absolute;
        top: 150px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
    .logo{
        background: url(img_fl/logo.png);
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: center 110px;
        padding-top: 0px;
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 488px){
    body{
        background: url(img_fh/bg_mob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 28% 0px;
        background-color: #11072a;
        min-height: 100vh;
        margin: 0px;
    }
    .logo{
        padding-top: 210px;
        margin-top: 0px;
        position: relative;
        background-position: center 183px;
        background-size: auto 270px;
        height: 238px;
    }
}
@media screen and (max-width: 414px){
    .logo{
        padding-top: 210px;
        margin-top: 0px;
        position: relative;
        background-position: center 183px;
        background-size: auto 270px;
        height: 238px;
    }
}