﻿#instruction {
    position: fixed; 
    width: 100rem;
}

#instruction .area img {
    display: block;
    margin: 0 auto;
    float: none;
}

#content-list {
    float: left;
    width: 20%;
}

#content-list a {
    text-decoration: none;
}

#instruction-content {
    position: absolute;
    float: right;
    width: 100% !important;
    padding: 1%;
    z-index: -1;
    padding-left: 5rem;
    top: 20rem;
    padding-right: 5rem;
}

.sub-menu-element {
    display: block !important;
    padding-top: 0.5rem;
}

.max-w {
    width: 100% !important;
}

.area {
    float: left;
    width: 99%;
    font-size: 1.2rem;
}

    .area p {
        float: left;
        width: 100%;
    }

.area li {
    overflow: auto;
    width: 100%;
    display:table;
}

    .area img {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
        border: 2px solid rgba(13, 28, 62, 0.1);
        border-radius: 40px;
    }

    .area li p {
        display: list-item;
    }

img.full {
    overflow: hidden;
    margin-bottom: 3em !important;
}


a.a-back {
    float: left;
    width: 100%;
    clear: both;
    color: #4682b4;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0;
}
a.a-back:hover {
    color: red;
}

#instruction-wrapper article {
	width: 100% !important;
	margin: 1% 0 1% 0 !important;
}

.imgcaption {
    margin: 1em 0em 1em 10em;
    font-size: 1.5em;
}



/*------------------------------------------*/

.mobile_bar {
    width: 100%;
    height: 70px;
    display: flex;
    position: fixed;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 145px;
}

.mobile_bar_bg {
    width: 100%;
    height: 70px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    border-bottom: 1px solid #ccc !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05), 0 0 2px rgba(0, 0, 0, .05);
}

.fa-lg {
    font-size: 1.7em;
    margin-right: 5px;
}

.navbar-nav {
    padding: 0;
    display: flex;
    list-style: none;
}

.navbar-nav-item {
    margin: 0 10px 0 0;
    position: relative;
    line-height: 1.5;
    font-weight: 300;
}

    .navbar-nav-item a {
        font-family: Verdana;
        font-size: 15px;
        padding: 0 20px;
        transition: .20s;
        font-weight: 600;
        text-decoration: none;
    }


.mobile_logo {
    display: flex;
    position: relative;
    height: 70px;
    width: 18rem;
    left: 0rem;
    margin-left: 29px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Images/logo.png);
}

.hamburger_container {
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    top: 4rem;
    right: 4rem;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/Content/css/images/hamburger.svg);
}

.hamburger_container_active {
    width: 3rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: 4rem;
    right: 4rem;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/Content/css/images/Exit.svg);
}

.mobile_menu_bg {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #0D1C3E;
    transition: all .5s;
}

.mobile_menu_bg_active {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 70%;
    visibility: visible;
    background-color: #0D1C3E;
    transition: all .5s;
}

.mobile_menu_bg .active {
    opacity: 70%;
}

.mobile_icon {
    width: 100%;
    height: 100%;
}

.image_container {
    width: 4rem;
    height: 4rem;
    display: inline-grid;
    position: relative;
    top: 50%;
    transform: translate(40%, 15%);
}


.mobile-menu {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    background-color: white;
    top: -100%;
    transition: all .5s;
    border-bottom: 5px solid #04958c !important;
}

.mobile-menu .active {
    display: unset;
    top: 10rem;
}

    .mobile-menu .active .nav-links {
        display: flex;
    }

    .mobile-menu li {
        padding-top: 0.5rem;
        padding-bottom: 2rem;
        list-style: none;
    }

.mobile_nav_link {
    text-decoration: none;
    color: #0D1C3E;
    display: inline-block;
    padding-left: 2rem;
    font-size: 2.8rem;
    line-height: 7rem;
    margin-left: 3rem;
    font-family: Arial;
    font-weight: bold;
}

hamburger_icon {
    background-image: url(/OSK/Content/css/images/hamburger.svg);
}

hamburger_icon_active {
    background-image: url(/OSK/Content/css/images/Exit.svg);
}

body {
    background: none !important;
    font: 20px Arial !important;
}

    body h1 {
        font-weight: bold !important;
        line-height: 60px;
    }

    body a {
        text-decoration:auto;
    }
}

instruction-content img{
    width: 50rem;
}

#privicyPolicy-content {
    position: absolute;
    float: right;
    width: 100% !important;
    padding: 1%;
    z-index: -1;
    padding-left: 5rem;
    top: 20rem;
    padding-right: 5rem;
}

.title {
    text-align: center;
    padding-bottom: 4rem;
}

#license-content {
    position: absolute;
    float: right;
    width: 100% !important;
    padding: 1%;
    z-index: -1;
    padding-left: 5rem;
    top: 20rem;
    padding-right: 5rem;
}

#contact-content {
    position: absolute;
    float: right;
    width: 100% !important;
    padding: 1%;
    z-index: -1;
    padding-left: 5rem;
    top: 17rem;
    padding-right: 5rem;
}

@media screen and (max-width: 1200px) {
    .mobile_logo {
        display: flex;
        position: relative;
        height: 6rem;
        width: 25rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/Content/css/images/logo_posk.svg);
    }

    .mobile_bar {
        width: 100%;
        height: 10rem;
        position: fixed;
        top: 0;
        background-color: white;
        border-bottom: 1px solid #ccc !important;
        box-shadow: none;
        padding-left: unset;
    }
    .navbar-nav{
        visibility: hidden;
    }

    .contact-area {
        font-size: 4rem;
        line-height: 5rem;
    }

    .area {
        font-size: 1.7rem;
    }

        .area p {
            line-height: 4rem;
            font-size: 2.5rem;
        }

        .area li p {
            font-size: 3rem;
        }

    .mobile-menu {
        border-bottom: 5px solid #6266F0 !important;
    }

    .k-input {
        height: 9rem !important;
        width: 100% !important;
        font-size: 4.3rem;
    }

    .k-textbox {
        height: 9rem !important;
    }

    .k-form {
        font-size: 4rem;
    }

    .k-button{
        font-size: 3.5rem;
    }

    .g-recaptcha {
        transform: scale(3);
        transform-origin: 0 0;
        max-width: 100% !important;
        width: 26rem;
    }

    .k-button.k-primary {
        border-color: #6266F0 !important;
        color: #fff;
        background-color: #6266F0 !important;
        font-size: 7rem;
        margin-top: 15rem;
    }

    .k-textarea textarea{
        height: 35rem !important;
    }
}