body {
    font-size: 15px;
    line-height: 1.428571429;

    /* font-family: "Roboto", Arial, sans-serif; */
    font-family: Arial, sans-serif;
    color: #717073;
    /*background-image: url("../img/pozadi3.png");*/
    background-position: center top;
}

.test {
    border: 2px solid blue;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:Arial, sans-serif;
    /*position:relative;*/
}

h1, .h1 {
    font-size: 30px;
    color: #006bab;
}


footer {
    background-color: #E6E6E6;
    color: #666;
    width: 100%;
    padding: 2em 0;
    margin: 0;
    /*margin-top: 100px;*/
}

footer a {
    color: #666;
    text-decoration: none;
}


.body-container {
    background-color: white;
    padding-bottom: 50px;
    min-height: 700px;
}


.post-metadata {
    color: #b4bcc2;
    font-size: 11px;
    margin-top: 16px;
    text-align: right;
}

.post-metadata-2nd {
    color: #b4bcc2;
    font-size: 11px;
    margin-top: 3px;
    text-align: right;
}

.item-metadata {
    color: #b4bcc2;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: right;
}

.item-metadata-2nd {
    color: #b4bcc2;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 5px;
    text-align: right;
}

/*
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
*/

/*
.navbar-custom {
    height:150px;
    width: auto;
    background-color:#006bab;
    background-image: url("../img/hlava.png");
    border: none;
    margin-bottom: 0px;
}

.navbar-custom .navbar-custom-brand {
    margin-left: -80px;
    margin-top: 15px;
}
*/


.navbar-custom2 .container-fluid .navbar-collapse {
    padding-left: 0px;
}

.navbar-custom2 .container-fluid {
    padding-left: 0px;
}



/* navbar custom */
.navbar-custom {
    height:150px;
    width: auto;
    background-color:#006bab;
    background-image: url("../img/hlava.png");
    border: none;
    margin-bottom: 0px;
}

.navbar-custom .navbar-custom-brand {
    margin-left: -83px;
    margin-top: 15px;
}

.navbar-custom .navbar-brand {
    color: white;
}

.navbar-custom .full-only {
    display: block;
}

.navbar-custom .mobile-only {
    display: none;
}

.navbar-custom .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


/*uprava barev menu*/
.navbar-custom .navbar-nav > li > a {
    color: white;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: white;
}



@media (max-width: 767px) {

    .navbar-custom {
        height:auto;
        width: auto;
        background-color:#006bab;
        background-image: none;
        border: none;
        margin-bottom: 0px;
    }

    .navbar-custom .navbar-custom-brand {
        margin-left: auto;
        margin-top: auto;
    }

    .navbar-custom .navbar-brand {
        padding-top: 5px;
    }

    .navbar-custom .navbar-collapse {
        background-color: white;
    }

    .navbar-custom .full-only {
        display: none;
    }

    .navbar-custom .mobile-only {
        display: block;
    }


    /*uprava barev menu*/
    .navbar-custom .navbar-nav > li > a {
        color: #717073;
    }
    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus {
        color: #717073;
    }
}



/* navbar custom2 */
.navbar-custom2 {
    font-size: 14px;
    background-color: transparent;
    border-color: transparent;
    padding-left: 0px;
    margin-bottom: 0px;
    //margin-left: -15px;
    //border: 1px solid black;
}
/* title */
.navbar-custom2 .navbar-brand {
    color: white;
    display: none;
}
.navbar-custom2 .navbar-brand:hover,
.navbar-custom2 .navbar-brand:focus {
    color: white;
}
/* link */
.navbar-custom2 .navbar-nav > li > a {
    color: rgb(113,112,115);
    padding-left: 0px;
    padding-right: 30px;
}
.navbar-custom2 .navbar-nav > li > a:hover,
.navbar-custom2 .navbar-nav > li > a:focus {
    color: rgb(0,107,171);
    background-color: transparent;
}
.navbar-custom2 .navbar-nav > .active > a,
.navbar-custom2 .navbar-nav > .active > a:hover,
.navbar-custom2-default .navbar-nav > .active > a:focus {
    color: rgb(0,107,171);
    font-weight: bold;
    background-color: transparent;
}
.navbar-custom2 .navbar-nav > .open > a,
.navbar-custom2 .navbar-nav > .open > a:hover,
.v .navbar-nav > .open > a:focus {
    color: rgb(0,107,171);
    font-weight: bold;
    //background-color: #D5D5D5;
    background-color: transparent;
}
/* caret */
.navbar-custom2 .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-custom2 .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom2 .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-custom2 .navbar-nav > .open > a .caret,
.navbar-custom2 .navbar-nav > .open > a:hover .caret,
.navbar-custom2 .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-custom2 .navbar-toggle {
    border-color: #DDD;
}
.navbar-custom2 .navbar-toggle:hover,
.navbar-custom2 .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-custom2 .navbar-toggle .icon-bar {
    background-color: #CCC;
}

.navbar-custom2 .mobile-only {
    display: none;
}

.navbar-custom2 .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .navbar-custom2 {
        display: none;
    }



    .navbar-custom2 .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-custom2 .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom2 .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }


    .navbar-custom2 .navbar-header {
        background-color: rgb(0,107,171);
    }

    .navbar-custom2 .navbar-brand {
        display: block;
    }

    .navbar-custom2 .navbar-brand {
        color: white;
        display: block;
    }


    .navbar-custom2 .container-fluid .navbar-collapse {
        padding-left: 15px;
    }

    .navbar-custom2 .container-fluid {
        padding-left: 15px;
    }


    .navbar-custom2 .mobile-only {
        display: block;
    }
}


.detail-div {
}

.detail-div .top {
    margin-top:18px;
}

.detail-div .title {
    font-weight: bold;
}

@media (min-width: 768px) {
    .detail-div .title {
        text-align: right;
    }
}

.panel-top {
    margin-top: 5px;
}


.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid darkgray; /* Dark grey */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.content_style {

}

.content_style .level_1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.content_style .level_2 {
    font-size: 14px;
    padding-left: 30px;
}


.article_style {

}

.article_style h2 {
    font-size: 24px;
    font-weight: bold;
}
.article_style h3 {
    font-size: 20px;
    font-weight: bold;
}
.article_style h4 {
    font-size: 14px;
    font-weight: bold;
}

.show_term {
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
    color: #006bab;
}



#sidebar2 {
    /* for the animation */
    transition: margin 0.5s ease;
    background-color: #E6E6E6;
}

.collapsed {
    /* hide it for small displays*/
    display: none;
}

.collapsed2 {
    /* hide it for small displays*/
    display: none;
}

#row-main {
    /* necessary to hide collapsed sidebar */
    overflow-x: hidden;
}

#main {
    /* for the animation */
    transition: width 0.5s ease;
}

@media (min-width: 992px) {
    .collapsed {
        display: block;
        /* same width as sidebar */
        margin-right: -50%;
    }
}

/* stories - media box */
.media {
    padding: 10px
}
