﻿
@font-face {
    font-family: 'Bkoodak';
    src: url('../fonts/Bkoodak.ttf') format('truetype');
}
@font-face {
    font-family: 'verdana';
    src: url('../fonts/verdana.ttf') format('truetype');
}
body {
    font-family: 'B Koodak', "tahoma", "arial", "Roboto Condensed", sans-serif;
    color: #e9272d;
    margin: 0;
    padding: 0;
    height: 100%;
}

.mask {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}

a {
    color: #fff;
    text-decoration: none;
}

.wrp {
    direction: rtl;
    background: #222 url(../images/start-blur.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    background-size: cover;
    height: 100vh;
    text-align: center;
    cursor: default;
}

    .wrp .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        text-shadow: 0 0 5px #444;
    }

        .wrp .logo .logo-img {
            text-align: center;
        }

            .wrp .logo .logo-img img {
                width: 100px;
                height: auto;
            }

        .wrp .logo h1 {
            font-size: 70px;
            margin: 15px 0;
            font-family:Verdana;
            font-style:italic;
        }

        .wrp .logo h2 {
            margin: 0;
            font-size: 16px;
            font-weight: normal;
        }

        .wrp .logo h3 {
            direction: ltr;
        }

    .wrp ul {
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        width: 100%;
        left: 50%;
        bottom: 0%;
        -webkit-transform: translate(-50%, -100%);
        -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        -o-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

        .wrp ul li {
            display: inline-block;
            font-size: 14px;
            padding: 7px 15px 37px;
            margin: 0 3px;
        }

    .wrp .lang {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0;
        border: 3px solid transparent;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 7px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

        .wrp .lang:before {
            display: block;
            content: ' ';
            width: 50px;
            height: 50px;
            -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .wrp .lang:hover {
            border: 3px solid rgba(255, 255, 255, 0.7);
        }

            .wrp .lang:hover:before {
                -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
                box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
            }

        .wrp .lang .flag {
            position: absolute;
            top: 17px;
            left: 7px;
            text-align: center;
            width: 50px;
            font-size: 19px;
        }

    .wrp .flag-text {
        display: block;
        margin-top: 13px;
        text-shadow: 0 0 5px #444;
        color: #e9272d;
    }

@media screen and (max-width: 768px) {
    .wrp .logo {
        top: 40%;
    }

    .wrp ul {
        bottom: inherit;
        top: 90%;
    }
}
