@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_fc/bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0px;
    background-color: #06040f;
	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: 284px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.logo{
    background: url(img_w/logo2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0px;
    width: 498px;
    height: 144px;
    margin: 0 auto;
    position: relative;
    top: 0px;
}
.get_apk{
    background: url(img_w/apk_btn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0px;
    width: 270px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
}
.get_apk:hover{
    background-position: center -109px;
}
.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: 353px;
    height: 0px;
    margin: 0 auto;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 19px;
    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: 960px),(max-width: 960px){
	body{
		background: url(img_fc/bg_mob.jpg);
		background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center 0px;
	    background-color: #070312;
		min-height: 100vh;
		margin: 0px;
	}
    .outer {
        position: absolute;
        top: 304px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
	#content{
		min-height: 100vh;
	}
    .logo{
        background: url(img_w/logo_mob2.png);
        background-repeat: no-repeat;
        background-size: auto 142px;
        background-position: center 412px;
        padding-top: 420px;
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
    }
    #osdk-auth-widget-holder {
        margin: 0 auto;
        position: relative;
        top: 185px;
        left: -220px;
    }
    .wat_apk {
        font-family: "Calibri Light";
        width: 254px;
        height: 38px;
        margin: 0 auto;
        position: relative;
        margin-top: 4px;
        display: block;
        cursor: pointer;
        font-size: 28px;
        color: #fff;
        text-decoration: underline;
        text-align: center;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.84);
    }
}
@media (max-device-width: 767px),(max-width: 767px){
    #osdk-auth-widget-holder {
        margin: 0 auto;
        position: relative;
        position: absolute !important;
        top: 185px;
        left: -9999px;
        right: -9999px;
        margin: 0 auto;
    }
}
@media (max-device-width: 598px),(max-width: 598px){
    .outer {
        position: absolute;
        top: 284px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }
	.logo{
        background: url(img_w/logo_mob2.png);
        background-repeat: no-repeat;
        background-size: auto 104px;
        background-position: center 198px;
        padding-top: 174px;
        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 104px;
        height: 108px;
    }
}
@media (max-device-width: 414px),(max-width: 414px){
	.logo{
        padding-top: 210px;
        margin-top: 0px;
        position: relative;
        background-position: center 198px;
        background-size: auto 104px;
        height: 108px;
	}
}

