@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_s/bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    background-color: #0f264d;
	min-height: 1080px;
	margin: 0px;
}
#esprit-auth-widget-holder{
    margin: 0 auto;
    position: relative;
    top: -60px;
    right: 0px;
    left: -260px;
}
#content{
	min-height: 1080px;
}
.outer{
    position: absolute;
    top: 68px;
    left: 0px;
    right: -500px;
    margin: 0 auto;
    width: 600px;
}
.logo{
    background: url(img_a/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 110px;
    width: 340px;
    height: 294px;
    margin: 0 auto;
    position: relative;
    top: 0px;
}
.get_apk{
    background: url(img_a/apk_btn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0px;
    width: 352px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
}
.get_apk:hover{
    background-position: center -121px;
}




.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_s/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 55% 0px;
        background-color: #0f264d;
        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: relative;
        top: 280px;
        right: 0px;
        left: 0px;
    }
    .logo{
        position: relative;
        top: 0px;
    }
    .outer {
        position: absolute;
        top: 380px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
	body{
        background: url(img_s/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 38% 0px;
        background-color: #0f264d;
        min-height: 100vh;
        margin: 0px;
	}
    .logo{
        position: relative;
        top: 36px;
    }
    .outer {
        position: absolute;
        top: 280px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 100%;
    }
	#content{
		min-height: 100vh;
	}
    .logo{
        background: url(img_a/logo.png);
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: center 23px;
        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_a/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_s/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 38% 0px;
        background-color: #0f264d;
        min-height: 100vh;
        margin: 0px;
    }
    .logo{
        padding-top: 248px;
        margin-top: 0px;
        position: relative;
        background-position: center 183px;
        background-size: auto 270px;
        height: 238px;
    }
}
@media screen and (max-width: 414px){
    .logo{
        padding-top: 186px;
        margin-top: 0px;
        position: relative;
        background-position: center 185px;
        background-size: auto 204px;
        height: 238px;
    }
}