﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

header,
footer,
nav,
main,
section,
article,
aside,
figure,
figcaption,
dialog,
menu,
summary,
details {
    display: block
}


/*  =====================================================
    Roboto, Ubuntu, "Open Sans"
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Roboto Slab', serif;
    39e, e39, e83, b8770b, 0b91b8, 1f 51a4
    Svenska flagans färger: FCD115,005A99
=====================================================*/

.sxColorA {
    color: #0b6fb8; /*0b6fb8, 1f 51a4, 1A4167,0b 4cb8*/
}

.sxColorB {
    color: #b80b4c; /*A41D31,CF264A*/
}

.sxColorC {
    color: #DFC253; /*DFC253,E0C56E,F5B000*/
}

.sxColorD {
    color: #eecc33
}
.sxColorDD {
    color: #e34
}

html,
body {
    font-size: 17px;
    font-family: Roboto, Arial, Tahoma, Helvetica, sans-serif;
    line-height: 140%;
    color: #474747;
}

html.noScroll,
body.noScroll {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    background: #F0F0F0;
}

/*  =====================================================
    GENERAL STRUCTURE CLASSES FOR ALL PAGES
=====================================================*/

/*
#top,
#logo,
#spacer,
*/

header,
nav,
main,
footer {
    clear: both;
    margin: 0 auto;
}

header,
main,
footer {
    padding: 0;
}

menu {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    display: block;
    list-style: none;
    margin: 0;
    padding: 20px;
    font-weight: 500;
}

.row {
    clear: both;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

[class*="col-"] {
    width: 100%;
}

/*
    =====================================================
    TOP LOGIN CLASSES
    ===================================================== */

#top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    text-align: right;
    background: transparent;
    z-index: 2000;
}

#flagSole {
    float: left;
    padding: 0.3em 0 0 0.5em;
}

#flagSole img {
    width: 2em;
    height: 1.5em;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#flagInList img {
    width: 2em;
    height: 1.5em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 0.3em;
    vertical-align: bottom;
}

/*  =====================================================
    HEADER AND LOGOTYPE CLASSES
    background: radial-gradient(circle, rgba(255,255,255,0.4) 5%, #0b6fb8);
	background: repeating-linear-gradient(-15deg, #0b6fb8, rgba(0,102,221,0.8) 10%, rgba(0,102,221,1) 20%);
	background: radial-gradient(circle, rgba(0,102,221,0.8), rgba(0,102,221,0.4), rgba(0,102,221,0.8));
	background: linear-gradient(-15deg, rgba(0,102,221,1) 0%,rgba(0,102,221,0.8) 20%,rgba(0,102,221,1) 40%,rgba(0,102,221,0.8) 50%,rgba(0,102,221,1) 60%,rgba(0,102,221,0.8) 80%,rgba(0,102,221,1) 100%);
    background: repeating-linear-gradient(-15deg, rgba(0,102,221,1) 0%,rgba(0,102,221,0.8) 16.66%,rgba(0,102,221,1) 33.33%);
    background-image: radial-gradient(circle at 100% -10%, rgba(255,255,255,0.96) 2%,rgba(255,255,255,0.8) 10%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0) 60%);
    ===================================================== 
*/

header {
    background-color: #f7f2dd;
    border-bottom: 0 solid rgba(255, 255, 255, 0.65);
    padding: 0;
/*    background-image:url("../images/logo/bck_header.png");
    background-repeat: no-repeat; */
}

#logo {
    position: relative;
    background-position: 1em center;
    background-repeat: no-repeat;
/*    	background-size: 8em 8em; */
    	vertical-align: bottom;
/*    	padding: 2.4em 0 0 0; */
    text-align: center;
/*    min-height: 120px; */
}

#logo img {
    max-width: 100%;
    max-height: 125px;
    margin: 0 auto;
}

#logo h1 {
    margin: 0;
    padding: 50px 0 10px 0 !important;
}

#logo h1 a {
    color: #000 !important;
    font-size: 1.5em !important;
}

#logo h1 a:hover {
    color: #fff !important;
}

#logo h2 {
    padding: 0 !important;
    margin: 0 !important;
    color: #000 !important;
    font-size: 1.2em !important;
}

/*  =====================================================
    NAVIGATION CLASSES 
=====================================================*/

nav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 4px 0;
   	
   	background: #478b0b;
/*  background: rgba(0,102,221,1);
	background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0)); 
*/
    z-index: 1000;
    border-top: 1px solid #fff; /*D4AC6D,F8C950,F19A0E,F4B248,DFC253*/
}

nav .row {
    padding: 0 !important;
}

/*  =====================================================
    SPACER CLASSES
===================================================== 

#spacer {
    margin: 0 0 10px 0;
}

#spacer .row {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
}

#spacer .row [class*="col-"] {
    padding: 0 !important;
    margin: 0 !important;
}
*/
/*  =====================================================
    MAIN CLASSES
    .content_wide and .aside_nerrow are used in Folder Gallery
    .aside_left, .content_center and .aside_right are used in First Page
=====================================================*/

main {
    margin: 40px auto;
    padding: 20px 0;
    position: relative;
}

.container {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.content,
.aside,
.content_wide,
.aside_nerrow,
.content_center,
.aside_left,
.aside_right {
    width: 100%;
/*    padding: 0; */
padding: 10px;
}

.container .aside_left {order: 3; }
.container .content_center {order: 1; }
.container .aside_right {order: 2; }


#bodyText .content article,
.content_center article {
    background: #fff;
    padding: 0 20px 20px;
    border: 1px solid #eee !important;
 /*   border-radius: 9px; */
    border-radius: 4px;
    margin-bottom: 5px;
}
/*
#bodyBooks .content,
#bodyLinks .content,
#bodyContact .content,
#bodySearch .content
*/
.content_wide,
.content {
    background: #fff;
    padding: 20px 20px 20px;
    border: 1px solid #eee !important;
 /*   border-radius: 9px; */
    border-radius: 4px;
    margin-bottom: 5px;
}
#bodyText .content {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: none;
    margin-bottom: 0;
}


.content section,
.aside section,
.content_wide section,
.aside_nerrow section,
.content_center section,
.aside_left section,
.aside_right section {
    clear: both;
    margin-bottom: 64px;
}


/*  =====================================================
    FOOTER CLASSES B8750B,D4AC6D,FECD00
=====================================================*/

footer {
    background-color: #478b0b;
    background-image: linear-gradient(rgba(255, 255, 255, 0.), rgba(255, 255, 255, 0));
    margin: 0;
    padding: 10px 50px 80px 50px;
    color: #fff;
    text-align: center;
}

footer [class*="col-"] {
    padding: 20px 10px;
}

footer h4 {
    color: inherit;
    margin-bottom: 0.8em;
}

footer p {
    padding: 0;
    margin: 0;
}

footer a {
    color: rgba(255, 255, 255, 0.8);
}

footer a:hover {
    color: #eecc33
}

footer form {
    padding-bottom: 10px;
}

footer form input {
    border: 1px solid #3b776d;
    vertical-align: middle;
}

footer .container:first-child {
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

footer .container:last-child {
    border-top: 3px solid rgba(255, 255, 255, 0.2);
}

footer .container:first-child {
    display: flex;
    flex-direction: column-reverse;
}

footer .socialMedia svg {
    margin-right: 0.5em;
    font-size: 1.5em;
    vertical-align: bottom;
}

@media only screen and (min-width: 1024px) {
    footer .container:first-child {
        flex-direction: row;
    }
    footer .col-3:first-child {
        text-align: left;
    }
    footer .col-3:last-child {
        text-align: right;
    }
}