body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background: white;
    /*
    background-image:url('../images/background_new.jpg');
    background-size:100%;
    background-repeat:no-repeat;
    */
    font-family: 'Open Sans', sans-serif !important;
}

h1 {
    color: #3484D2;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

a[href^="#error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

.footer {
    margin-top: 50px;
    background-color: #f8f8f8;
    border-top: 1px solid #2cb3a4;
    min-height: 100px;
    padding: 50px 0px;
}

.footer .copy {
    margin: 0px;
    padding: 0px;
}

@media screen and (min-width:1200px){
    .footer .copy {
        text-align: center;
    }
}

.footer .container {
    display: flex;
}

@media screen and (min-width:1200px){
    .footer .container {
        align-items: center;
    }
}

@media screen and (max-width:1200px){
    .footer .container {
        flex-direction: column;
    }
}

.img-full {
    width: 100%;
}

.header-icons {
    position: relative;
}

.well {
    border: 1px solid #2cb3a4 !important;
}

.navbar-default {
    border-color: #2cb3a4 !important;
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    color: #505050 !important;
}

.dropdown-menu>li>a {
    font-size: 13px;
}

.header {
    height: 76px;
    background-color: #f8f8f8;
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #2cb3a4;
    border-radius: 4px;
}

.header .logo {}

.header .logo img {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-right: 12px;
}

.header .logo h1 {
    display: inline-block;
    font-size: 14px;
    color: #000000;
    line-height: 1.2;
}

.header .kraj img {
    padding: 12px 0px;
    width:100%;
}

.navbar {
    margin-bottom: 10px;
}

.sliding-section {
    margin-bottom: 20px;
}

/*


DROPDOWN SUBMENU


*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.post h3 {
    margin-top: 10px;
}

a {
    color: #1d587f;
}

.folder-content {
    width: 206px;
    height: 116px;
    overflow: hidden;
    margin-bottom: 30px;
}

.head {
    background-image: url('../images/bg-line2.jpg');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #1976d2;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav>li {
        float: none;
    }
    .navbar-centered .nav>li {
        display: inline;
    }
    .navbar-centered .nav>li>a {
        display: inline-block;
    }
}
