/*  www.godense.cz
    Created on : 12.02.2017
    Author     : GODENSE s.r.o., Miloslav Vokáč
*/

body {
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    background-color: #f8f8f8;
    /* background: url('/img/background.jpg') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
h1,h2,h3 {
    text-shadow: 2px 0px #aaaaaa;
}
.menu-fixed {
    padding-top: 150px;
}   
a {
    color: #000000;
    font-weight: bold;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
.navbar {
    border: 0;
    border-radius: 0;
    background: url('/img/header.png') no-repeat center top;
    background-color: #e5e5e5;
    /* background: url('/img/header.png') no-repeat center top, url('/img/header-background.png') repeat-x left top; 
    */
    height: 120px;
}
.navbar-default .navbar-toggle .icon-bar {
    color: #444444;
}
.navbar-collapse {
    border-color: #888888;
}
.navbar a {
    color: #444444;
    font-weight: normal;
}
.in {
    background-color: #cccccc;
}
.navbar-default .navbar-nav>li>a {
    color: #444444;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #000000;
}

.navbar-default a {
    /*    font-weight: bold;*/
    color: #ffffff;
    font-size: 120%;
}

.navbar-default .navbar-toggle {
    color: #444444;
    border-color: #444444;
    border-radius: 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .navbar-default a {
        font-size: 90%;
    }
    .nav>li>a {
        padding: 50px 12px;

    }
}

.navbar-brand {
    padding: 4px 40px;
}
.navbar-brand img {
    height: 110px;
    alignment-baseline: middle;
}

.menu-lang {
    float: right;
    line-height: 42px;
}

/* seznam s vlastní odrážkou */
.content ul {
    list-style: circle;

}
.content ul > li {
    /*    background: url('/img/disc-onity.png') no-repeat left top;*/
    /*    padding-left: 22px; */
    margin-left: -22px;
}

.submenu {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    /* background-color: #b6cede; */
}
.submenu ol > li {
    position: relative;
    display: block;
}
.submenu li > a {
    position: relative;
    color: #444444;
    display: block;
    padding: 4px 12px;
    text-decoration: none;
}
.submenu > li > a:hover,
.submenu > li > a:focus {
    text-decoration: none;
    color: #000000;
}
.submenu > li.disabled > a {
    color: #777777;
}
.submenu > li.disabled > a:hover,
.submenu > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.submenu > a,
.submenu > a:hover,
.submenu > a:focus {
    background-color: #eeeeee;
    border-color: #444444;
}

.submenu-imgcircle { 
    border: 1px solid #444444; 
}
.submenu-name {
    height: 4em;
}

.content {
    padding-bottom: 5px;
}

/* formát článku */
.article-name {
    font-size: 120%;
    font-weight: bold;
}
.article-name a {
    text-decoration: none;
}
.article-name a:hover {
    text-decoration: underline;
}
.article-date {
    font-size: 90%;
}
.article-category a {
    font-size: 90%;
    padding: 1px 2px;
    border: 1px solid #2e82a9;
    border-radius: 2px;
    text-decoration: none;
}
.article-category a:hover {
    border: 1px solid #b3a297;
    background-color: #b3a297;
    color: #ffffff;
}
.article-description {
    font-style: italic;
    padding: 5px 0px;
}
.article-content {
    padding: 5px 0px;
}
/* formát přehledu článků */
.articles {
    padding-bottom: 5px;
}
.articles-name {
    font-size: 130%;
    font-weight: bold;
    padding:0px;
}
.articles-name a, .articles-read a {
    text-decoration: none;
}
.articles-name a:hover, .articles-read a:hover {
    color: #684630;
    text-decoration: underline;
}
.articles-description {
    padding: 0px;
}
.articles-date {
    font-size: 80%;
    padding: 1px 2px;
    border: 1px solid #684630;
    border-radius: 2px;
    margin-right: 10px;
}
.articles-read {
    float: right;
}
.articles-pagination {
    text-align: center;
}
.articles-pagination a {
    text-decoration: none;
}
/* obrázky v textech na responsivní */
.content img,
.article-content img {
    /* display: block; */
    max-width: 100%;
    height: auto;
    margin: 5px;
}

/* homepage*/
.homepage-photo {
    padding: 6px;
}
.homepage-photo img {
    margin: 0px;
}

/* panel s metodami */
.panel {
    background:
        url('/img/panel-bg.png') repeat top left,
        url('/img/panel-top-right.png') no-repeat top right;
    min-height: 250px;
    padding: 0px 10px 10px 10px;
}
.panel ul {
    padding-left: 15px;
}
.news {
    background-color: #4f4c4c;
}
.news span {
    padding: 0px 10px 0px 10px;
}
.news-header {
    /* background:
        url('/img/certificates-top-right.png') no-repeat top right,
        url('/img/menu-bg.png') repeat-x top left; */
    height: 40px;
    padding: 2px 10px 0px 10px;
}
.news-header>h4 {
    color: #000000;
}
.footer {
    background-color: #e5e5e5;
    color: #444444;
    padding-top: 20px;
    min-height: 60px;
}
.footer a {
    color: #444444;
}
.footer a:hover{
    color: #000000;
    text-decoration: underline;
}
.footer-logo img {
    height: 80px;
}
.footer-text {
    padding-bottom: 10px;
}
.footer-2 {
    font-size: 90%;
    line-height: 80px;
    background-color: #eeeeee;
    min-height: 80px;
}
.logo-godense {
    margin: 30px auto 10px;
}
.shadow {
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.divider {
    border-bottom: 1px #444444 solid;
}
.bold {
    font-weight: bold;
}
.main-content {
    min-height: 400px;
}

@media (max-width: 767px) {
    .footer-text {
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    .main-content {
        min-height: 10px;
    }
    .logo-godense {
        margin: 10px auto 10px
    }
    .footer-spliter {
        padding: 10px 0px 10px 0px;
        border-top: 1px #888888 solid;
    }
    .footer-logo {
        display: none;
    }
}

@media (max-width: 480px) {
    .footer-text {
        text-align: center;
    }
    .main-content {
        min-height: 10px;
    }
    .footer-logo {
        display: none;
    }
    .navbar-brand {
        height: 30px;
    }
    .navbar-brand img {
        height: 90px;
        alignment-baseline: middle;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 6px;
        padding: 2px 3px;
        /*
        margin-top: 43px;
        margin-bottom: 43px;
        */
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        font-size: 80%;
    }

}

.reference img {
    border: 1px solid #aaaaaa;
}.reference > .item {
    padding: 0px 5px 30px 5px;
}
