﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 14px/22px Arial, Helvetica, sans-serif;
}

body {
    color: #444;
    background: #fafafa
}

a, section li a {
    color: #009688;
    text-decoration: none;
}

a:hover {
    color: #00796b;
}

li a {
    color: rgb(68, 68, 68);
}

h4 a {
    color: white;
}

#contact a, #help a {
    text-decoration: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

#registerOskzForm, #registerOskzForm *, #registerOskzForm *::after, #registerOskzForm *::before {
    box-sizing: content-box !important;
}

.navbar-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 70px;
    background-color: white;
    box-shadow: 0 0 25px rgba(0,0,0,.05),0 0 2px rgba(0,0,0,.05);
    padding: .5rem 1rem;
}

html body .page-container {
    max-width: 1280px;
}

.page-container {
    width: 100%;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-top: -5px;
}

.navbar-nav {
    padding: 0;
    display: flex;
    list-style: none;
}

ul li, ol li {
    position: relative;
    margin: 0 0 5px;
    line-height: 1.5;
    font-weight: 300;
}

.navbar-nav-item {
    margin: 0 10px 0 0;
    margin-top: -10px;
}

    .navbar-nav-item a {
        font-family: Verdana;
        font-size: 15px;
        padding: 0 20px;
        transition: .20s;
        font-weight: 600;
        text-decoration: none;
    }

        .navbar-nav-item a:focus, .navbar-nav-item a:hover {
            text-decoration: none;
            opacity: 1 !important;
            color: #009688;
        }

.fa-lg {
    font-size: 1.7em;
    margin-right: 5px;
}

.footer {
    background-color: #005149;
    color: white;
    padding: 3rem 15px;
    position: relative;
    left: 0;
    bottom: 0;
}

.footer-wrap {
    display: flex;
}

.footer-item {
    margin-right: 25px;
}

    .footer-item a {
        transition: .20s;
        text-decoration: none;
        color: white;
    }

        .footer-item a:focus, .footer-item a:hover {
            text-decoration: none;
            opacity: 1 !important;
            color: #009688;
        }

.mobile-notification {
    background: #607d8b;
    width: 100%;
    color: #fafafa;
    padding: 10px
}

#slider {
    text-align: justify;
    padding: 1% 0 1% 0 !important;
    height: 100% !important;
}

    #slider h3 {
        text-align: center;
    }

    #slider img {
        width: 40%;
        position: relative;
        float: right;
    }

    #slider span {
        font-size: 90%;
    }

.slider-container {
    width: 58%;
    float: left;
}

.login-secton {
    width: 35%;
    margin-right: 70px !important;
}

@media screen and (max-width: 900px) {
    .slider-container {
        display: none !important;
    }
    .login-secton {
        width: auto;
    }
}

.validation-summary-errors {
    color: red;
}

.cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
    color: black;
}

.cookie-message {
    float: left;
    margin: 7px 20px 0 0;
}

.text-green {
    color: #008000
}