.bgi-front {
    background: url('../img/pattern.png') repeat transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 170%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

h1 {
    margin: 25px 0 10px;
}

h6 {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

p {
    color: #fff;
    font-size: 1em;
    font-weight: 100;
    line-height: 170%;
}

a {
    outline: none !important;
}

li {
    color: #fff;
}

#map_canvas {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
}

.container img {
    width: 100%;
}

.std-bott-margin {
    margin-bottom: 15px;
}

.container p {
    margin: 10px 0;
}

.margin-top-25 {
    margin-top: 25px;
}

/*Nav-style*/
nav ul li {
    background: #ff0015;
    margin: 5px;
    text-transform: uppercase;
}

nav ul li a {
    color: #fff;
    font-weight: 500;
    transition: 200ms ease;
}

.nav > li > a:hover, nav ul li.active {
    background: #3e3f3e;
    color: #fff;
}

nav ul li.active a {
    font-weight: 700;
    transition: 200ms ease;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: rgba(62, 63, 62, 0);
    color: #fff;
}

nav ul li.dropdown.open {
    background: rgba(62, 63, 62, 0.8);
    margin-bottom: 166px;
    padding-bottom: 5px;
}

.dropdown-menu {
    min-width: 0;
    left: -176px;
    width: 345px;
}

.dropdown-menu.position2 {
    left: -78px;
}

.dropdown-menu.position3 {
    left: 1px;
}

.navbar {
    border: none;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.navbar-nav > li > .dropdown-menu {
    background: #ff0015;
}

.navbar-nav > li > .dropdown-menu {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
/ / min-width: 425 px;
}

.dropdown-menu li {
    background: rgba(62, 63, 62, 0.8);
    display: inline-block;
    margin: 1px -1px 1px -1px;
}

.dropdown-menu > li > a {
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

ul.dropdown-menu {
    z-index: 2000;
}

/*Nav-style-end*/


.head-line {
    width: 100%;
    height: 35px;
    background: #3e3f3e;
    font-size: 17px;
}

.head-line p {
    margin: 8px 0;
    font-weight: 500;
}

.logo {
    height: 130px;
    width: 370px;
    background: #fff;
    background-size: contain;
    display: block;
    margin-top: 45px;
    margin-bottom: 15px;
}

.head-line .logo {
    background: url('../img/logo-web.jpg') no-repeat;
    background-size: contain;
}

.client-item .text {
    display: flex;
    flex-direction: column;
}



.logobox {
    background: #fff;
    height: 130px;
    vertical-align: center;
    display: inline-block;
}

.logobox img {
    margin: 0 auto;
    vertical-align: center;
    max-height: 130px;
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .logobox img {
        max-width: unset;
        width: auto;
        padding: 1em 0;
    }
}


.navbar-collapse.collapse {
    padding: 0;
    margin: 60px 0;
}

.row {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    max-width: 994px;
    margin-left: -30px;
    padding-bottom: 20px;
}

.social {
    width: 25px;
    height: 25px;
    float: right;
    margin: 5px;
    display: block;
    transition: 200ms ease;
}

.social img {
    width: 100%;
}

.langen {
    width: 35px;
    height: 25px;
    float: right;
    margin: 5px;
    display: block;
    transition: 200ms ease;
}

.langen img {
    width: 100%;
}

.langcz {
    width: 25px;
    height: 25px;
    float: right;
    margin: 5px;
    display: block;
    transition: 200ms ease;
}

.langcz img {
    width: 100%;
}


.social:hover {
    opacity: 0.95;
}

.label-info {
    background: none;
}

.label a {
    padding: 0 5px 0 0;
    color: #fff;
    font-size: 15px;
    transition: 100ms ease;
    text-transform: uppercase;
}

.label {
    padding: 0;
}

.label a:hover {
    text-decoration: none;
    color: #DADADA;
}

a h6:hover {
    text-decoration: underline;
}

.head-line .col-xxs {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    padding: 5px 15px;
    margin: 30px 25px 0 0;
    background: #ff0015;
    color: #fff;
    text-transform: uppercase;
    transition: 200ms ease;
}

.btn-default:hover {
    background: #3e3f3e;
    color: #fff;
    text-decoration: none;
}

.head-line .col-xxs a {
    background: #ff0015 url('../img/lock.png') no-repeat 10%;
    height: 35px;
    display: block;
    box-sizing: border-box;
    width: 75%;
    float: right;
    padding: 5px 0 5px 25px;
    text-align: center;
    color: #fff;
    max-width: 200px;
}

.head-line .col-xxs .dropdown-menu.register-dropdown a {
    background: none;
    height: auto;
    padding: 0 5px;
    text-align: left;
    width: auto;
    float: left;
    text-decoration: underline;
}


.team-info {
    background: rgba(0, 0, 0, 0.8);
    height: 70px;
    padding: 15px;
    float: left;
}

.slider_obal_typ3 div.o div span em {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
}

.slider_obal_typ3 div.o div span a {
    background: url('../img/arrow-right.png') no-repeat center rgba(0, 0, 0, 0.8) !important;
    transition: 200ms ease;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    width: 60px;
    text-decoration: none;
}

.slider_obal_typ3 div.o div span a:hover {
    background: url('../img/arrow-right.png') no-repeat center rgba(0, 0, 0, 0.9) !important;

}

.col-edit {
    position: fixed;
    bottom: 20px;
}

.path-info {
    background: rgba(0, 0, 0, 0.8);
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
}

.path-info p {
    font-size: 17px;
    color: #fff;
    margin: 0;
}

.thumb-columns > div.col-md-4 > p {
    background: #3e3f3e;
    margin: 0;
    padding: 10px 5px;
}

.register-dropdown.dropdown-menu {
    width: 150%;
    top: 33px;
    right: 0;
    left: auto;
    border: none;
    border-radius: 0;
    background: #ff0015;
    padding: 20px;
    max-width: 250px;
}

.dropdown-menu li a:hover {
    background: #3e3f3e;
    color: #fff;
}

.register-dropdown input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 20px;
    box-sizing: border-box;
}

.register-dropdown input[type="submit"] {
    width: 100%;
    padding: 10px 5px;
    box-sizing: inherit;
    float: right;
    border-radius: 0;
    border: none;
    background: #3e3f3e;
    color: #fff;
    text-transform: uppercase;
    transition: 200ms ease;
    font-size: 17px;
}

.register-dropdown input[type="submit"]:hover {
    background: #333433;
}

button.rok {
    background: #404040;
    color: #010101;
    font-weight: 100;
    font-size: 24px;
    margin: 25px 5px 10px;
    padding: 0 10px;
    border: none;
    outline: none;
    float: left;
}

button.rok.active {
    background: #ff0015;
}

a.thumb, div.thumb {
    width: 100%;
    display: block;
    margin: 10px 0;
    background-size: contain !important;
    height: 150px;
}

.row.caps {
    margin-bottom: 15px;
}

.row.caps span {
    color: #fff;
}

.row.caps p a span {
    background: #fff;
    color: #3e3f3e;
    padding: 3px;
    line-height: 30px;
}

.row.caps p a {
    margin-bottom: 10px;
    display: inline-block;
}

.carousel-control.right {
    right: auto;
    width: 60px;
    height: 70px;
}

.carousel-inner img {
    width: 100%;
    min-width: 1600px;
    height: 100%;
    background-size: cover;
}

ul.nav.navbar-nav {
    max-width: 370px;
    min-width: 370px;
}

.toggle {
    display: none;
}

.slider_obal_typ3 div.o {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
}

.slider_obal_typ3 div.o div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_obal_typ3 div.o div span {
    position: absolute;
    bottom: 70px;
    left: 0;
}

.slider_obal_typ3 div.o div span em, .slider_obal_typ3 div.o div span a {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: inline-block;
    padding: 10px;
    margin: 0 5px 0 0;
    font-style: normal;
}

.dispadding {
    padding: 0 5px !important;
}

.contacts p {
    margin: 2px 0 20px;
    text-align: center;
}

.contacts h3 {
    margin: 2px 0;
    text-align: center;
}

.contacts img {
    padding: 5px;
    background: #fff;
}

.contacts a {
    background: transparent;
    display: block;
    text-decoration: none;
    margin: 10px 0;
    height: 100%;
}

.contacts a {
    display: block;
    outline: none;
    cursor: pointer;
}

.contacts a h4 {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    margin: -40px 0 0 0;
    position: relative;
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 0;
    transition: 200ms ease margin;
    opacity: 0;
    text-align: center;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.contacts a:hover h4 {
    opacity: 1;
}

.contacts a.active h4 {
    opacity: 1;
    margin-top: 0;
    transition: 200ms ease margin;
    background: transparent;
    border-right: 5px solid transparent;
    border-bottom: 0 solid transparent;
}

.contacts a.active h4.last {
    border-left: 5px solid transparent;
    border-right: 5px solid #fff;
}

.contacts a p {
    margin: 0;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: 500ms all ease;
    width: 200%;
    animation-name: rozbal;
    animation-duration: 0.5s;
    opacity: 0;
    border-left: 5px solid #fff;
    padding: 0 0 0 15px;
}

.contacts a.active p {
    text-align: left;
    max-height: 800px;
    transition: 100ms all ease;
    clear: both;
    opacity: 1;
    border-left: 5px solid #fff;
    padding: 10px 0 0 15px;
}


.contacts a p.last {
    margin: 0;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: 500ms all ease;
    width: 200%;
    float: right;
    border-left: 0 none;
    border-right: 5px solid #fff;
    opacity: 0;
}

.contacts a.active p.last {
    text-align: left;
    max-height: 200px;
    transition: 100ms all ease;
    clear: both;
    float: right;
    opacity: 1;
    padding: 10px 15px 0 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: rgba(62, 63, 62, 0.8);
}

.form input {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    margin: 3px 0;
}

.form textarea {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    margin: 3px 0;
    max-height: 100px;
}

.form ul, .form ul li {
    text-decoration: none;
    list-style: none;
    color: #fff;
    padding: 0;
    font-weight: 200;
}

.form input[type="submit"] {
    background: #fff;
    color: #3e3f3e;
    font-size: 18px;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    transition: 200ms ease;
    max-width: 120px;
    float: right;
    margin-bottom: 20px;
}

.form input[type="submit"]:hover {
    background: #DADADA;
    color: #3e3f3e;
}

.form h2 {
    margin-top: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
    color: #fff;
}

.slider_obal_typ3 div.o div span.popisek {
    position: absolute;
    bottom: 25px;
}

.pracovni_mista a.misto {
    margin: 0 5px 0 0;
    color: #ff0015;
}

.pracovni_mista a.misto:hover {
    color: #E02837;
}

p.successful {
    color: #007F00;
    font-weight: 500;
}

.media-monitoring ul, .media-monitoring ol, .media-monitoring ol p, .media-monitoring ol li, .media-monitoring ul li {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
}

p.odstavec {
    margin-left: 40px;
}

.media-monitoring ol li {
    margin-bottom: 30px;
}

ol li:target, li:target p {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.white {
    color: #fff;
}

.dropdown.spolecnosti .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #3e3f3e;
    color: #fff;
}

.dropdown.spolecnosti {
    margin: 10px 0 30px;
}

.dropdown.spolecnosti .dropdown-menu > li > a {
    padding: 7px 15px;
}

.dropdown.spolecnosti .btn-default {
    margin: 0;
}

.dropdown.spolecnosti button {
    border: 0;
    border-radius: 0;
}

.dropdown.spolecnosti .dropdown-menu {
    min-width: 0;
    left: 0;
    width: auto;
}

.dropdown.spolecnosti .dropdown-menu li a {
    color: inherit;
}

.dropdown.spolecnosti .dropdown-menu li {
    display: block;
    background: transparent;
    color: #333;
    padding: 0 10px;
}

.btn-group .btn-default {
    margin-right: 0;
}

@media (max-width: 1220px) {
    .container {
        margin: 0;
        width: 95%;
        float: right;
    }

    nav ul li {
        background: #ff0015;
        margin: 2px;
        text-transform: uppercase;
    }
}

@media (max-width: 992px) {

    nav ul li.dropdown.open {
        background: rgba(62, 63, 62, 0.8);
        margin-bottom: 50px;
        padding-bottom: 5px;
    }

    .dropdown-menu {
        min-width: 0;
        left: -180px;
        width: 100%;
    }

    .dropdown-menu li {
        display: table-cell;
    }

    .contacts a p, .contacts a p.last {
        width: 100%;
        text-align: left !important;
    }

    .par {
        width: 100%;
        clear: both;
    }

    .navbar-collapse.collapse {
        margin: 0;
    }

    .head-line .col-xxs a {
        width: 95%;
    }

    .register-dropdown.dropdown-menu {
        width: 175%;
        padding: 10px;
    }

    nav ul li {
        margin: 3px;
    }

    ul.nav.navbar-nav {
        max-width: 100%;
    }

    .container {
        margin-left: 0;
        width: 100%;
        float: none;
    }
}


@media (max-width: 767px) {
    .col-sm-12 {
        padding: 0;
    }

    .head-line .col-xxs a {
        padding: 8px 0;
        width: 100%;
    }

    .head-line .col-xs-2, .head-line .col-xs-3, .head-line .col-xs-4, .head-line .col-xs-5 {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-header {
        background: #3e3f3e;
    }

    .nav-position {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1000;
        height: 50px;
    }

    .nav-position .col-sm-12, .nav-position .navbar-nav, .nav-position li, .nav-position .navbar-collapse {
        margin: 0;
        padding: 0;
    }

    .nav-position .navbar-header {
        border-bottom: 1px solid #ccc;
        margin-bottom: -1px;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .logo {
        position: relative;
        z-index: 1010;
        max-height: 50px;
        height: 50px;
        width: 181px;
        margin-top: -50px;
    }

    .dropdown-menu li {
        float: none;
    }

    nav ul li.dropdown.open {
        background: rgba(62, 63, 62, 0.8);
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .navbar-nav > li {
        display: list-item;
    }

    .container {
        margin-top: 50px;
    }

    .head-line {
        margin-top: 50px;
    }

    .head-line, .head-line p {
        font-size: 12px;
    }

    .dropdown-menu li {
        display: block;
    }

    .team-info {
        height: 50px;
    }

    .slider_obal_typ3 div.o div span em {
        font-size: 20px;
    }

    .slider_obal_typ3 div.o div span a {
        font-size: 20px;
        width: 40px;
    }

    .slider_obal_typ3 div.o div span {
        bottom: 90px;
    }

    .col-edit {
        bottom: 30px;
    }
}

@media (max-width: 360px) {
    .head-line p {
        font-size: 0;
    }

    .head-line .col-xs-3.hid {
        display: none;
    }

    .col-xxs {
        float: right;
        width: 30%;
    }

    .social {
        margin: 5px 2px;
    }

    .register-dropdown a, .register-dropdown input {
        font-size: 11px;
    }

    .head-line .col-xxs a {
        background: #ff0015;
    }

    .contacts .col-xs-6 {
        width: 100%;
    }

} 
