/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-10-08, 08:51:16
    Author     : leszczu8023
*/

#wrapper {
    margin: 0px;
    padding: 0px;
    height: calc(100vh - 46px);
}

img {
    max-width: calc(100vw - (100vw - 100%));
}

a {
    color: white;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
}

a:hover {
    color: teal;
    -webkit-transition: color 300ms linear;
    -moz-transition: color 300ms linear;
    -o-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
}

li a:hover {
    color: white;
}

.dropdown-content a:hover {
    color: black;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.parallax {
    /* The image used */
    background-image:  url("/res/banner_index.png");
    -webkit-box-shadow: inset 0px 0px 126px 60px #2d2d2d;
    -moz-box-shadow: inset 0px 0px 126px 60px #2d2d2d;
    box-shadow: inset 0px 0px 109px 18px #2d2d2d;
    margin: -10px !important;
    
    /* Set a specific height */
    height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    margin: -10px !important;
    background-size: cover;
    font-size: 28px;
    color: aqua;
    text-shadow: 2px 2px rgba(3,3,3,255);
}

.forecast {
    background-image:  url("/res/banner_forecast.png");
}

.fullh {
    height: calc(100% + 20px);
}

.menu-header {
    display: none;
    background-color: #0099cc;
}

html {
    position: relative;
    min-height: 100vh;
}

#menu {
    display: none;
    font-size: 32px;
}

#footer_alt {
    display: none;
}

@media all and (max-width: 1000px) {
    aside {
        display: none;
    }

    article {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 81px) !important;
        max-height: calc(100vh - 81px) !important;
    }
    
    #content {
        height: calc(100vh - 92px) !important;
    }
    
    #wrapper {
        height: calc(100vh - (100% - 100vh) - 1px);
    }
    
    .menu-header {
        display: block;
    }
    
    #languages {
        display: none;
    }
    
    #menu {
        display: block;
    }
    
    nav li {
        width: 100%;
    }
    
    .dropdown a {
        width: 100%;
        text-align: left;
    }
    
    nav ul li a {
        width: 100%;
        text-align: left;
    }
    
    footer {
        display: none;
    }
    
    #footer_alt {
        display: block;
        width: 300px;
        white-space: normal;      
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    
    nav {
        top: 0;
        left: 0;
        /*display: none; */
        position: absolute;
        z-index: 100;
        width: 0px;
        height: calc(100vh - (100% - 100vh));
        overflow: auto;
        border-bottom: 0px !important;
        
        -webkit-transition: width, 0.2s linear;
        -moz-transition: width, 0.2s linear;
        -ms-transition: width, 0.2s linear;
        -o-transition: width, 0.2s linear;
        transition: width, 0.2s linear;
        overflow-x: hidden;
        white-space: nowrap;
    }
    
    nav.open {
        /*display: block; */
        width: 300px;
        -webkit-box-shadow: 14px -2px 39px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 14px -2px 39px 0px rgba(0,0,0,0.75);
        box-shadow: 14px -2px 39px 0px rgba(0,0,0,0.75);
    }
    
    .dropdown-content {
        padding: 0px;
        display: block !important;
        position: relative !important;
        background-color: #3c3c3c !important;
        min-width: 160px;
        box-shadow: none !important;
        z-index: 1;
    }
    
    .dropdown-content a {
        color: white !important;    
    }
    
    .dropdown-content a:hover {
        background-color: #555 !important;
    }
}

@media all and (max-width: 1000px) { 
    article {
        width: calc(100vw - (100vw - 100%)) !important;
        max-width: calc(100vw - (100vw - 100%)) !important;
    }

}

.comment {
    padding: 15px !important;
    background-color: #222;
}

body * {
    margin: 0px;
    padding: 10px;
}

header {
    height: 60px;
    background-color: #1e1e1e;
    border-bottom: 1px solid cadetblue;
}

nav {
    padding: 0px;
    background-color: #2d2d2d;
    border-bottom: 1px solid #5f7575;
}

section {
    background-color: red;
}

article {
    background-color: #2d2d2d;
    width: calc(100vw - 241px);
    max-width: calc(100vw - 241px);
    height: calc(100vh - 167px);
    max-height: calc(100vh - 167px);
    overflow: hidden;
    position: absolute;
    padding: 0px;
}

aside {
    background-color: #2d2d2d;
    border-left: 1px solid #424242;
    float: right;
    height: calc(100vh - 187px);
    width: 220px;
}

#content {
    overflow: auto;
    height: calc(100vh - 187px);
}

footer * {
    font-size: 9.25px;
    padding: 2px;
}

footer {
    /* height: 32px; */
    width: calc((100vw - (100vw - 100%)) - 20px);
    background-color: #1f1f1f;
    border-top: 1px solid teal;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}​

.fa {
    padding: 3px;
}

.logo {
    font-size: 19px;
    float: left;
}

.icons {
    float: right;
}

.shadow_bottom {
    -webkit-box-shadow: -3px 6px 93px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 6px 93px 10px rgba(0,0,0,0.75);
    box-shadow: -3px 6px 93px 10px rgba(0,0,0,0.75);
}

.shadow_inline_top {
    -webkit-box-shadow: inset -2px 37px 34px -13px rgba(0,0,0,0.44);
    -moz-box-shadow: inset -2px 37px 34px -13px rgba(0,0,0,0.44);
    box-shadow: inset -2px 37px 34px -13px rgba(0,0,0,0.44);
}

/* Navigation bar */

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

nav li {
    padding: 0px;
    float: left;
}

nav li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 3px 39px 4px 15px;
    text-decoration: none;
    font-size: 12.5px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

nav li a:hover, .dropdown:hover .dropbtn {
    background-color: teal;
}

nav li.dropdown {
    display: inline-block;
}

.dropdown-content {
    padding: 0px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

/* scroll bar */
.scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #383838;
}

.scrollbar::-webkit-scrollbar
{
    width: 5px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.scrollbar::-webkit-scrollbar-thumb:horizontal:hover
{
    background-color: teal;
}

.scrollbar::-webkit-scrollbar-thumb:vertical:hover
{
    background-color: teal;
}

/* news header */
.news_head {
    background-color: teal;
    margin-bottom: 0px !important;
    margin: 0px;
    height: 0px;
    -webkit-box-shadow: 0px 6px 400px 93px rgba(0, 128, 128, 0.75);
    -moz-box-shadow: 0px 6px 400px 93px rgba(0, 128, 128, 0.75);
    box-shadow: 0px 6px 400px 93px rgba(0, 128, 128, 0.75);
}

.news_head * {
    padding: 0px;
    padding-left: 6px !important;
}

.window {
    border: 1px solid teal;
    background-color: #222;
    margin-bottom: 12px;
}

.icons * {
    padding: 3px;
}

.flag {
    width: 24px;
}

#content * {
    margin: 0px;
    padding: 0px;
}

#content a:visited {
    color: white;
}

#content a:hover {
    color: skyblue;
}

#content da:link {
    color: white;
}

#content ul {
    margin-left: 20px;
}

#content a {
    color: white;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

/* Dl button */
.dlbtn {
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    padding: 10px !important;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    border-radius: 1px;
    color: #ffffff;
    font-size: 14px;
    background: #2bb8b1;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.dlbtn:hover {
    background: #3cc7fa;
    color: white !important;
    text-decoration: none;
}

.dlbtn:visited {
    color: white !important;
}