@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_sw/bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    background-color: #a8b4ff;
	min-height: 1080px;
	margin: 0px;
}
#osdk-auth-widget-holder{
    margin: 0 auto;
    position: relative;
    top: 44px;
    left: -254px;
}
#content{
	min-height: 1080px;
}
.outer{
    position: absolute;
    top: 18px;
    left: -516px;
    right: 0px;
    margin: 0 auto;
}
.logo{
    background: url(img_sw/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0px;
    width: 560px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    top: 24px;
}
.get_apk{
    background: url(img_sw/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;
}
.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: rgba(18,34,50, 0.8);
    border-radius: 12px;
    width: 308px;
    height: 0px;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 16px;
    padding-top: 0px;
}
.outer_txt.show{
	height: 134px;
	padding-top: 12px;
}
@media (max-device-width: 768px),(max-width: 768px){
	body{
		background: url(img_sw/bg_mob.jpg);
		background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center 0px;
	    background-color: #a8b4ff;
		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_sw/logo_mob.png);
        background-repeat: no-repeat;
        background-size: auto 300px;
        background-position: center 404px;
        padding-top: 448px;
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
    }
}
@media (max-device-width: 598px),(max-width: 598px){
    .outer {
        position: absolute;
        top: 150px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
	.logo{
        background: url(img_sw/logo_mob.png);
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: center 312px;
        padding-top: 312px;
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
	}
}
@media (max-device-width: 488px),(max-width: 488px){
    .logo{
        padding-top: 210px;
        margin-top: 0px;
        position: relative;
        background-position: center 198px;
        background-size: auto 196px;
        height: 184px;
    }
}
@media (max-device-width: 414px),(max-width: 414px){
	.logo{
        padding-top: 210px;
        margin-top: 0px;
        position: relative;
        background-position: center 198px;
        background-size: auto 180px;
        height: 184px;
	}
}

