/*  www.godense.cz
    Created on : 12.02.2017
    Author     : GODENSE s.r.o., Miloslav Vokáč
*/
@font-face {
    font-family: 'Open Sans';
    src: url("/fonts/opensans-light.ttf");
}

body {
    /*    
        @font-face {
            font-family: Dosis;
            src: url("/fonts/dosis-light.ttf");
        }
    font-family: 'Raleway', sans-serif;
    font-family: 'Dosis', sans-serif;
    
    */
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.432;
    color: #ffffff;
    background-color: #000000;
    /* 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: 1px 0px #aaaaaa; */
}
h3 {
    font-size: 1em;
}
.menu-fixed {
    padding-top: 80px;
}   
a {
    color: #cccccc;
    font-weight: normal;
}
a:hover {
    color: #888888;
    text-decoration: none;
}

.navbar {
    border: 0;
    border-radius: 0;
    background-color: #000000;
    margin-bottom: 0px;

    /* 
    background: url('/img/header.png') no-repeat center top; 
     background: url('/img/header.png') no-repeat center top, url('/img/header-background.png') repeat-x left top; 
    */
}
.navbar-default .navbar-toggle .icon-bar {
    color: #ffffff;
}
.navbar-collapse {
    border-color: #888888;
}
.navbar a {
    color: #ffffff;
    font-weight: normal;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #b09a62;
}

.navbar-default a {
    /*    font-weight: bold;*/
    color: #ffffff;
    font-size: 120%;
}

.navbar-default .navbar-toggle {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #000000;
    border-radius: 0;
}
.nav>li>a {
    padding: 30px 22px;
}
@media (min-width: 1024px) and (max-width: 1270px) {
    .nav>li>a {
        padding: 30px 22px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .navbar-default a {
        font-size: 90%;
    }
    .nav>li>a {
        padding: 30px 12px;
    }
}
@media (max-width: 767px) {
    .navbar-default a {
        font-size: 90%;
    }
    .nav>li>a {
        padding: 5px 12px;
    }
}

.navbar-brand {
    padding: 0px 40px;
}
.navbar-brand img {
    height: 80px;
    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: #ffffff;
    display: block;
    padding: 4px 12px;
    text-decoration: none;
}
.submenu > li > a:hover,
.submenu > li > a:focus {
    text-decoration: none;
    color: #444444;
}
.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;
    text-decoration: none;
}

.submenu-imgcircle { 
    border: 1px solid #444444; 
}
.submenu-name {
    height: 4em;
    font-weight: normal;
}

.content {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* formát článku */
.article-name {
    font-size: 120%;
    font-weight: bold;
}
.article-name a {
    text-decoration: none;
}
.article-name a:hover {
    text-decoration: none;
}
.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: #ffffff;
}
.footer {
    background-color: #000000;
    color: #ffffff;
    padding-top: 20px;
    min-height: 60px;
}
.footer a {
    color: #888888;
    font-weight: normal;
}
.footer a:hover{
    color: #aaaaaa;
    text-decoration: none;
}
.footer-logo img {
    height: 80px;
}
.footer-text {
    padding-bottom: 10px;
}
.footer-2 {
    font-size: 90%;
    line-height: 80px;
    background-color: #000000;
    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: 300px;
}

@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-header {
        height: 80px;
    }
    .navbar-brand {
        height: 80px;
    }
    .navbar-brand img {
        height: 78px;
        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%;
    }

}

.nopadding {
    padding: 0;
}
.reference img {
    border: 1px solid #aaaaaa;
}.reference > .item {
    padding: 0px 5px 30px 5px;
}
.title {
    color: #000000;
    /* padding: 0; */
}
/*
@media (max-width: 767px) {
    .title {
        min-height: 341px;
    }
}
@media (min-width: 768px) {
    .title {
        min-height: 544px;
    }
}
*/
.title .col-md-4 {
    padding: 0;
}

/*.flex-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
}
.address {
    display: flex;
    flex-flow: column;
    border:  1px solid black;
    border-radius: 1rem;
    padding: 3rem;
}
*/
.flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.address {
    box-sizing: border-box;
    padding-bottom: 3rem;
}
.address img {
    width: 150px;
    margin: 0px 10px;
    padding-bottom: 5px;
}
.address a {
    text-decoration: none;
}
.inspirace {
    /* width: 16.66666666666667%; */
    /* width: 12.5%; */
    box-sizing: border-box;
}
.inspirace img {
    padding: 3px;
    margin: 0px;
    border: 0px;
}
.inspirace-menu > a {
    font-weight: normal;
}

.menu-inspirace {
    display: none;
    position: relative;
    background-color: #000000;
    z-index: 1000;
    padding-bottom: 10px;
    border-bottom: 2px solid #888888;
}
.close {
    color: #eeeeee;
}
.setting {
    color: #cccccc;
    border: 1px #cccccc solid;
    padding: 4px 6px;
    cursor: hand;
    cursor: pointer;
}
.setting:hover {
    color: #b09a62;
    border: 1px #b09a62 solid;
}
.modal-content {
    background-color: #444444;
    border: 1px #cccccc solid;
}
.modal-content .btn {
    float: right;
}
/* carousel */
.carousel-indicators li {
    border: 1px solid #999999;
}
.carousel-indicators .active {
    background-color: #999999;
}
.carousel-control.left,
.carousel-control.right
{
    background-image: none;
}
