
html {
    font-family: 'Roboto Slab', sans-serif, serif;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    min-width: 680px;
}

a {
    color: #0066b1;
}

p {
    line-height: 1.7;
}

main {
    flex: 1 0 auto;
}

header {
    background-color: #ede9e0;
}

header > .container {
    height: 300px;
}

header > .splash {
    background-repeat: no-repeat;
    background-position-x: center;
}

header > .spbg1 {
    background-image:url('/assets/images/splash/splash1.jpg');
    background-color: #3f62ae;
}

header > .spbg2 {
    background-image:url('/assets/images/splash/splash2.jpg');
    background-color: #125eb4;
}

header > .spbg3 {
    background-image:url('/assets/images/splash/splash3.jpg');
    background-color: #486cba;
}

.sitename {
    /*color: #1a2642;*/
    color: #fff;
    padding: 10px 10px 0 10px;
    height: 230px;
    /*text-shadow: 1px 1px 4px white, 0 0 1em white;*/
}

.sitename h4 {
    margin: 0;
}

h5 {
    margin-top: 40px;
}

ul#menu {
    margin: 0;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 8px;
}

ul#menu > li {
    display:inline;
    margin-right: 10px;
    padding: 0 10px;
}

ul#menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (min-width: 860px) {
    ul#menu > li > a {
        font-weight: bold;
        font-size: 17px;
    }
    ul#menu {
        padding-top: 6px;
    }
    ul#menu > li {
        margin-right: 20px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 678px) {
    ul#menu > li > a {
        font-weight: bold;
        font-size: 12px;
    }
    ul#menu {
        padding-top: 8px;
    }
    ul#menu > li {
        margin-right: 15px;
        padding: 0 10px;
    }
}

.container {
    max-width: 920px;
}

.page-footer a {
    text-decoration: underline;
    color: #fff;
}

.page-footer {
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 45px;
}

strong {
    font-weight: bold;
}

/*#page li {
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 15px;
}*/

.no-margin {
    margin: 0;
}

.margin-top {
    margin-top: 15px;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid rgba(50, 50, 50, 0.1);
    margin-bottom: 15px;
}

.lang_btn {
    margin: 1px 10px 0 0;
    padding-top: 3px;
    width: 27px;
    height: 25px;
    text-align:center;
    font-size: 13px !important;
}

.maxh50 {
    max-height:50px
}

#preloader {
    background-color: rgba(255,255,255,0);
    box-shadow: unset;
    height: 100px !important;
    overflow-y: visible;
}

#preloader > .modal-content {
    background-color: rgba(255,255,255,0);
    height: 100px !important;
}

#preloader > .modal-content > .bg-preloader {
    background-color: #fff;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 10px;
    margin: 25% auto;
}

img.logo {
    vertical-align: middle;
    margin-left: 3px;
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width: 100%;
        bottom: auto;
        top: 5%;
    }
}
