@font-face{
    font-family:'Droid Arabic Kufi';
    font-style:normal;
    font-weight:400;
    src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.eot);
    src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff2) format("woff2"),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff) format("woff"),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.ttf) format("truetype")}
@font-face{
    font-family:'Droid Arabic Kufi';
    font-style:normal;
    font-weight:700;
    src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot);
    src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot?#iefix) format("embedded-opentype"),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff2) format("woff2"),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff) format("woff"),
        url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.ttf) format("truetype")
}
html, body{
    margin: 0 auto; padding: 0;
    display: block;
    width: 100%; height: 100%;
    background-color: #096FB9;
    font-family: 'Droid Arabic Kufi';
}
body{
    background: #096FB9 url('assets/SawtokCom_Logo_138x60.png') no-repeat center 40%;
}
a,a:link,a:visited{
    text-decoration: none;
    color: #99CC00;
}

/*FOOTER*/
footer,#Footer{
    margin: -2px auto -10px; padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Droid Arabic Kufi',Geneva, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    background-color: #141414;
    box-shadow: 0 0 4px black;
}
footer,#Footer > ul{
    margin: 0 auto; padding: 0;
    width: auto; max-width: 981px;
    list-style: none;
    overflow: hidden;
}
footer,#Footer > ul ul{
    margin: 0 auto; padding: 0 15px;
    list-style: none;
}
footer,#Footer > ul *{
    vertical-align: top;
}
footer,#Footer > ul > li{
    margin: 0 auto; padding: 4px 8px;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    color: #968d12;
}
footer,#Footer > ul li > a{
    display: inline-block;
    width: 100%; height: 100%;
}
footer,#Footer > ul > li > .Title{
    margin: 0 auto; padding: 4px 8px;
    display: block;
    font-family: 'Droid Arabic Kufi',"Times New Roman", Georgia, serif;
    font-size: 20px;
    font-weight: bold;
    color: #096FB9;
}
footer,#Footer #cprt{
    margin: 10px auto; padding: 4px;
    width: 99%; max-width: inherit;
    vertical-align: middle;
    font-family: 'Droid Arabic Kufi',Geneva, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #808080;
    border-top: 1px solid #202020;
    background-color: #161616;
}
footer,#Footer #cprt *{ vertical-align: middle; }
footer,#Footer #cprt span{ direction: ltr; float: left; }
footer,#Footer #cprt span i{ color: red; font-size: 14px; font-weight: bold; }

.QRCode{
    margin: 4px 25px; padding: 0px; 
    width: 150px; height: 150px;
    text-align: center;  
    border-radius: 8px; 
    background-color: #FFFFFF;
}
.QRCode img{
    margin: 0 auto; padding: 0; 
    width: 98%; height: 98%;
    vertical-align: middle;
    border: 0 none;
}
#BtnGoTop{
    margin: 0; padding: 0;
    display: none;
    position: fixed;
    right: 0; bottom: 0;
    width: 28px; height: 28px;
    border: 0 none;
    border-radius: 0px 0px 10px 10px;
    background: #000 url('https://cdn.aio.ma/img/WebIcons_20px.png') no-repeat scroll -140px -20px;
    box-shadow: 0 0 2px black;
    transform: rotate(180deg);
    transition: all 0.8s ease-in-out;
    cursor: pointer;
    opacity: 0.5;
}
#BtnGoTop:hover,#BtnGoTop:focus{
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
    animation-name: GoTop; /* nom de l'animation */
    animation-duration: 0.6s; /* temps de l'animation (4s) */
    animation-iteration-count: infinite; /* nombre de boucles (infinie) */
    animation-timing-function: linear; /* accelÃ©ration de l'animation (constant) */
}
@keyframes GoTop{
    0% {background-position: -140px -68px;}
    50% {background-position: -140px -44px;}
    100% {background-position: -140px -20px;}
}
/*START_RESPONSIVE*/
@media only screen and (max-width : 640px){
	body{ max-width : 640px; background-size: contain!important; }
}