﻿.sk {
    width: 30px;
    margin-top: -3px;
    display: inline-block
}

.sk-link {
    font-size: 80%
}

.blue-text {
    color: #064c95
}

.text-centered {
    padding-left: 20%;
    padding-right: 20%
}

@media (max-width: 991px) {
    .text-centered {
        padding-left: 0;
        padding-right: 0
    }
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100000
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background-color: #135b9b;
    text-indent: -12345px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.circle, .circle-stay {
    border-radius: 50%;
    border: 1px solid #064c95;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-top: 30px
}

@media (max-width: 767px) {
    .circle, .circle-stay {
        display: none
    }
}

.circle.circle-right, .circle-stay.circle-right {
    float: right;
    margin-right: 20px
}

.circle .banner-arrow, .circle-stay .banner-arrow{
    width: 13px;
    height: 13px;
    border-right: 1px solid #064c95;
    border-bottom: 1px solid #064c95;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 7px;
    left: 10px
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    font-size: 16px;
    background: #fff;
    color: #585858;
    font-weight: 400;
    overflow-x: hidden !important
}

body.fh5co-offcanvas {
    overflow: hidden
}

.blue-background {
    background: #00305e
}

.blue-background.col-md-1 {
    width: 12%
}

.white-background {
    background: #fff
}

.gray-background {
    background: #f3f3f3
}

.padding-right {
    padding-right: 60px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .padding-bottom-50 {
        padding-bottom: 20px
    }
}

.padding-bottom-100 {
    padding-bottom: 100px
}

@media (max-width: 767px) {
    .padding-bottom-100 {
        padding-bottom: 50px
    }
}

.margin-right-50 {
    margin-right: 50px
}

a {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

a:hover {
    text-decoration: none !important
}

p, ul, ol {
    margin-bottom: 1.5em;
    font-size: 14px;
    color: #3f3e3e;
    line-height: 24px;
    font-family: "Open Sans", sans-serif
}

h1, h2, h3, h4, h5, h6 {
    color: #064c95;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
    letter-spacing: -1px
}

h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 46px
}

@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 40px
    }
}

h1 strong {
    line-height: 46px !important
}

h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px
}

@media (max-width: 991px) {
    h2 {
        font-size: 28px;
        line-height: 33px
    }
}

h2 strong {
    line-height: 40px !important
}

h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    h3 {
        font-size: 23px;
        line-height: 28px
    }
}

h3 strong {
    line-height: 30px !important
}

h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px
}

@media (max-width: 991px) {
    h4 {
        font-size: 23px;
        line-height: 28px
    }
}

h4 strong {
    line-height: 30px !important
}

.fh5co-cover, .fh5co-hero {
    position: relative;
    margin-top: 30px;
    display: block;
    width: 100%
}

@media (max-width: 991px) {
    .fh5co-cover, .fh5co-hero {
        margin-top: 140px
    }
}

@media (max-width: 767px) {
    .fh5co-cover, .fh5co-hero {
        margin-top: 60px
    }
}

.fh5co-cover img[src*="photo"], .fh5co-hero img[src*="photo"] {
    position: relative;
    z-index: -1;
    width: 100%
}

@media (max-width: 767px) {
    .fh5co-cover img[src*="photo"], .fh5co-hero img[src*="photo"] {
        object-fit: cover;
        min-height: 200px
    }
}

.fh5co-hero.vychytavky-podstrana-ban {
    height: 440px
}

.fh5co-hero.vychytavky-podstrana-ban .fh5co-cover {
    height: 100%
}

.fh5co-hero.vychytavky-podstrana-ban img {
    height: 100%;
    object-fit: cover
}

.fh5co-cover {
    background-size: cover;
    position: relative
}

.fh5co-cover .desc {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -100px
}

.fh5co-cover .desc.banner-logo-orion {
    margin-top: -135px
}

@media (max-width: 767px) {
    .fh5co-cover .desc.banner-logo-orion {
        margin-top: 0
    }
}

@media (max-width: 1250px) {
    .fh5co-cover .desc.banner-logo-orion {
        top: 60%
    }

    .fh5co-cover .desc.banner-logo-orion img {
        display: none
    }
}

.fh5co-cover .desc.banner-vychytavky {
    top: 70%
}

@media (max-width: 1250px) {
    .fh5co-cover .desc {
        top: 50%
    }
}

@media (max-width: 991px) {
    .fh5co-cover .desc {
        top: 40%
    }
}

@media (max-width: 768px) {
    .fh5co-cover .desc {
        top: 45%
    }
}

@media (max-width: 767px) {
    .fh5co-cover .desc {
        padding-top: 20px;
        position: relative;
        top: initial;
        margin-top: 0;
        text-align: center;
        background: #00305e
    }

    .fh5co-cover .desc:after {
        content: '';
        width: 70%;
        height: 1px;
        background: #fff;
        display: block;
        position: absolute;
        left: 15%;
        right: 15%;
        z-index: 20;
        margin-top: 8px
    }
}

.fh5co-cover .desc h2 {
    color: #064c95;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 50px;
    letter-spacing: -2px
}

@media (max-width: 1250px) {
    .fh5co-cover .desc h2 {
        font-size: 35px !important;
        line-height: 40px !important
    }
}

@media (max-width: 1024px) {
    .fh5co-cover .desc h2 {
        font-size: 30px !important;
        line-height: 35px !important
    }
}

@media (max-width: 991px) {
    .fh5co-cover .desc h2 {
        font-size: 30px !important;
        line-height: 35px !important
    }
}

@media (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 27px !important;
        line-height: 32px !important
    }
}

@media (max-width: 767px) {
    .fh5co-cover .desc h2 {
        color: #fff
    }
}

@media (max-width: 1200px) {
    .fh5co-cover .desc img {
        width: 30%
    }
}

@media (max-width: 768px) {
    .fh5co-cover .desc .circle {
        display: none
    }
}

.fh5co-cover .desc.desc-pribehy {
    top: 75%
}

@media (max-width: 1199px) {
    .fh5co-cover .desc.desc-pribehy {
        top: 65%
    }
}

.open-search {
    display: none
}

@media (max-width: 767px) {
    .open-search {
        display: block;
        width: 38px;
        height: 38px;
        position: absolute;
        z-index: 20;
        cursor: pointer;
        right: 15px;
        font-size: 35px
    }

    .open-search span {
        display: block;
        margin-top: -13px;
        margin-right: 9px;
        color: #58bae0;
        opacity: 0;
        transition: 0.3s ease;
        transition: 0.3s ease
    }
}

#menu {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff
}

@media (max-width: 767px) {
    #menu {
        background: transparent
    }
}

#menu #upper-header {
    background: #00305e;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    #menu #upper-header {
        padding-bottom: 7px
    }
}

#menu #upper-header .header-phone {
    color: #58bae0;
    font-size: 18px;
    margin-top: 6px
}

@media (max-width: 500px) {
    #menu #upper-header .header-phone {
        display: none
    }
}

#menu #upper-header .header-phone span {
    position: relative;
    top: -1px
}

#menu #upper-header .header-phone a {
    color: #58bae0
}

#menu #upper-header .logo {
    transition: 0.3s ease
}

#menu #upper-header .logo img {
    width: 180px
}

@media (max-width: 767px) {
    #menu #upper-header .logo img {
        width: 150px
    }
}

@media (max-width: 767px) {
    #menu #upper-header .logo {
        float: left;
        position: relative;
        z-index: 20
    }
}

#menu #upper-header .search {
    position: relative;
    margin-top: 6px
}

@media (max-width: 767px) {
    #menu #upper-header .search {
        float: right;
        margin-right: 50px;
        margin-top: -2px
    }
}

#menu #upper-header .search input.search-input {
    border: 1px solid #58bae0;
    background: transparent;
    height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 300px;
    padding-left: 10px;
    color: #58bae0;
    font-size: 13px;
    transition: 0.3s ease
}

@media (max-width: 767px) {
    #menu #upper-header .search input.search-input {
        width: 38px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

#menu #upper-header .search input.search-input::-webkit-input-placeholder {
    color: #58bae0
}

@media (max-width: 767px) {
    #menu #upper-header .search input.search-input::-webkit-input-placeholder {
        color: transparent
    }
}

#menu #upper-header .search input.search-input:-moz-placeholder {
    color: #58bae0;
    opacity: 1
}

@media (max-width: 767px) {
    #menu #upper-header .search input.search-input:-moz-placeholder {
        color: transparent
    }
}

#menu #upper-header .search input.search-input::-moz-placeholder {
    color: #58bae0;
    opacity: 1
}

@media (max-width: 767px) {
    #menu #upper-header .search input.search-input::-moz-placeholder {
        color: transparent
    }
}

#menu #upper-header .search input.search-input:-ms-input-placeholder {
    color: #58bae0
}

@media (max-width: 767px) {
    #menu #upper-header .search input.search-input:-ms-input-placeholder {
        color: transparent
    }
}

#menu #upper-header .search button.search-button {
    position: absolute;
    background: transparent;
    border: none;
    width: 31px;
    top: 2px;
    right: 19px;
    transition: 0.3s ease
}

#menu #upper-header .search button.search-button img {
    width: 18px
}

#menu #upper-header .head-btn .btn {
    margin-top: 6px
}

@media (max-width: 654px) {
    #menu #upper-header .head-btn {
        display: none
    }
}

@media (max-width: 767px) {
    #menu .navbar {
        min-height: 0
    }
}

#menu .navbar-nav {
    float: none
}

@media (max-width: 767px) {
    #menu .navbar-nav {
        padding-top: 10px;
        min-height: 0
    }
}

#menu .navbar-collapse {
    padding: 0;
    border: none
}

@media (max-width: 767px) {
    #menu .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px
    }
}

#menu .navbar-default {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border: none;
    background: transparent
}

@media (max-width: 767px) {
    #menu .navbar-default {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff
    }
}

#menu .navbar-default .navbar-nav > li {
    padding-right: 1.5%;
    padding-left: 2.4%;
    border-right: 1px solid #58bae0;
    position: relative
}

@media (max-width: 1199px) {
    #menu .navbar-default .navbar-nav > li {
        padding-right: 0.5%;
        padding-left: 0.2%
    }
}

@media (max-width: 991px) {
    #menu .navbar-default .navbar-nav > li {
        width: 14.28%
    }
}

@media (max-width: 767px) {
    #menu .navbar-default .navbar-nav > li {
        width: 100%;
        border-right: none
    }
}

#menu .navbar-default .navbar-nav > li:first-child {
    padding-left: 0
}

#menu .navbar-default .navbar-nav > li:first-child.active:before {
    left: 45%
}

#menu .navbar-default .navbar-nav > li:last-child {
    border: none;
    padding-right: 0
}

#menu .navbar-default .navbar-nav > li:last-child.active:before {
    left: 55%
}

#menu .navbar-default .navbar-nav > li a {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    padding-top: 5px;
    height: 30px;
    padding-left: 0
}

@media (max-width: 1199px) {
    #menu .navbar-default .navbar-nav > li a {
        padding: 5px 9px !important
    }
}

@media (max-width: 991px) {
    #menu .navbar-default .navbar-nav > li a {
        font-size: 14px;
        line-height: 17px;
        height: 60px
    }
}

@media (max-width: 767px) {
    #menu .navbar-default .navbar-nav > li a {
        text-align: center;
        height: auto
    }
}

#menu .navbar-default .navbar-nav > li.active:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #00305e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#menu .navbar-default .navbar-nav > li.active > a {
    background: transparent;
    font-weight: 600
}

#menu .navbar-default .navbar-toggle {
    margin-top: -51px;
    height: 38px;
    width: 38px;
    border-color: #58bae0;
    padding: 8px;
    background: transparent
}

#menu .navbar-default .navbar-toggle .icon-bar {
    background: #58bae0;
    width: 20px
}

@media (max-width: 767px) {
    #content {
        text-align: center
    }
}

.breadcrumb {
    background: #00305e;
    border-radius: 0;
    height: 70px;
    margin-bottom: 0;
    margin-top: -69px;
    position: relative;
    padding: 25px 0
}

@media (max-width: 767px) {
    .breadcrumb {
        display: none
    }
}

.breadcrumb a {
    color: #fff
}

.breadcrumb ul {
    position: relative;
    z-index: 20;
    margin-left: -20px
}

.breadcrumb ul .separator {
    color: #58bae0;
    display: inline-block
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff
}

.breadcrumb ul li.parent {
    font-weight: 600
}

.breadcrumb ul li.parent a {
    color: #58bae0
}

.breadcrumb ul li img {
    margin-right: 5px;
    margin-top: -6px;
    width: 17px
}

.breadcrumb:after {
    content: '';
    width: 4000px;
    height: 1px;
    display: block;
    position: absolute;
    background: #58bae0;
    opacity: 0.2;
    z-index: 20;
    bottom: 0;
    right: 30px
}

@media (max-width: 767px) {
    .breadcrumb:after {
        display: none
    }
}

.breadcrumb:before {
    content: '';
    height: 100%;
    width: 4000px;
    background: #00305e;
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0
}

@media (max-width: 767px) {
    .breadcrumb:before {
        display: none
    }
}

.heading-section {
    padding-top: 70px;
    padding-right: 100px;
    padding-bottom: 50px
}

@media (min-width: 767px) {
    .heading-section {
        min-height: 600px
    }
}

@media (max-width: 991px) {
    .heading-section {
        padding-top: 30px;
        padding-right: 50px
    }
}

@media (max-width: 767px) {
    .heading-section {
        padding-right: 15px
    }
}

.heading-section h1 {
    color: #fff
}

.heading-section p {
    color: #58bae0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300
}

.heading-section:before {
    content: '';
    height: 100%;
    width: 4000px;
    background: #00305e;
    display: block;
    position: absolute;
    z-index: -1;
    left: -1000px;
    top: 0
}

@media (max-width: 767px) {
    .heading-section:before {
        display: none
    }
}

.heading-section .small {
    max-width: 200px;
    font-size: 13px
}

@media (max-width: 767px) {
    .heading-section .small {
        margin-left: auto;
        margin-right: auto
    }
}

.heading-section.kontakt-heading a {
    color: #58bae0
}

.heading-section.kontakt-heading a:hover {
    color: #ffb400
}

img.contact-icon {
    margin-right: 5px
}

a[href*="mailto"] {
    position: relative;
    top: 2px
}

a[href*="mailto"]:hover {
    color: #ce1f29 !important
}

.subheading-section {
    padding: 133px 0 100px 100px
}

@media (max-width: 991px) {
    .subheading-section {
        padding: 80px 0 50px 70px
    }
}

@media (max-width: 767px) {
    .subheading-section {
        padding: 50px 15px 50px 15px
    }
}

.subheading-section.tech {
    padding-top: 127px
}

.subheading-section .col-md-6 {
    padding-right: 40px
}

@media (max-width: 767px) {
    .subheading-section .col-md-6 {
        padding-right: 15px
    }
}

.subheading-section h2 {
    margin-bottom: 30px
}

.subheading-section h2 strong {
    line-height: 35px
}

.subheading-section h2 strong:before {
    display: none
}

.subheading-section a.btn {
    margin-top: 0
}

.subheading-section:before {
    content: '';
    height: 100%;
    width: 700px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: -1;
    right: -699px;
    top: 0
}

@media (max-width: 767px) {
    .subheading-section:before {
        display: none
    }
}

.subheading-section h2 {
    margin-left: -27px
}

@media (max-width: 767px) {
    .subheading-section h2 {
        margin-left: 0
    }
}

.subheading-section p {
    padding-right: 10px
}

@media (max-width: 767px) {
    .subheading-section p {
        padding-right: 0
    }
}

.subheading-section strong {
    color: #064c95;
    display: block;
    line-height: 1.5;
    margin-bottom: 5px
}

.subheading-section strong:before {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    margin-left: -28px;
    top: 7px;
    border-right: 3px solid #58bae0;
    border-bottom: 3px solid #58bae0;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .subheading-section strong:before {
        display: none
    }
}

.subheading-section.kontakt {
    padding-top: 147px
}

@media (max-width: 991px) {
    .subheading-section.kontakt {
        padding-top: 50px;
        padding-left: 100px
    }
}

@media (max-width: 767px) {
    .subheading-section.kontakt {
        padding-top: 50px;
        padding-left: 0
    }
}

.subheading-section.kontakt h2 {
    color: #064c95;
    display: block;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600
}

@media (max-width: 767px) {
    .subheading-section.kontakt h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.subheading-section.kontakt h2:before {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    margin-left: -28px;
    top: 6px;
    border-right: 3px solid #58bae0;
    border-bottom: 3px solid #58bae0;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .subheading-section.kontakt h2:before {
        display: none
    }
}

.subheading-section.kontakt .col-md-6 {
    padding-right: 0
}

.subheading-section.kontakt p {
    color: #064c95;
    font-weight: 600;
    margin-left: -27px
}

@media (max-width: 767px) {
    .subheading-section.kontakt p {
        margin-left: 0
    }
}

.subheading-section.kontakt a {
    color: #064c95;
    font-weight: 600
}

.subheading-section.subheading-image {
    padding: 150px 0
}

.subheading-section.subheading-image img {
    max-width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.subheading-section.subheading-image img.gallery-search {
    margin-top: 20px;
    width: 30px;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.information {
    margin-bottom: 50px;
    padding-top: 0
}

.information img.img-responsive {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.information h3 {
    margin-bottom: 5px
}

.information span {
    display: block;
    font-size: 12px;
    line-height: 16px
}

.information p {
    color: #064c95;
    font-weight: 600;
    line-height: 1.8
}

.information a {
    color: #064c95;
    font-weight: 600
}

.information .single-person {
    margin-top: 30px
}

.information .single-person:nth-child(3n+3) .buble:before, .information .single-person:first-child .buble:before {
    right: -7px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 991px) {
    .information .single-person:nth-child(3n+3) .buble:before, .information .single-person:first-child .buble:before {
        margin-right: 48%
    }
}

.information .single-person:nth-child(2n+2) .buble:before {
    left: -7px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 991px) {
    .information .single-person:nth-child(2n+2) .buble:before {
        margin-left: 48%
    }
}

@media (max-width: 767px) {
    .information .single-person .pull-right {
        float: none !important;
        clear: both
    }
}

.information .buble {
    background: #c6e6f3;
    min-height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 40px
}

.information .buble:before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    border-bottom: 15px solid #c6e6f3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent
}

@media (max-width: 991px) {
    .information .buble:before {
        top: -15px;
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important
    }
}

.information .buble p {
    margin-bottom: 0
}

.information .buble p:before {
    content: "“";
    font-size: 18px;
    position: absolute;
    margin-left: -8px;
    margin-top: -5px
}

.information .buble p:after {
    content: "”";
    font-size: 18px;
    position: absolute;
    margin-left: 3px;
    margin-top: 6px
}

.information.contact-kzo .col-sm-2 {
    width: 20% !important;
    float: left;
    position: relative
}

@media (max-width: 1199px) {
    .information.contact-kzo .col-sm-2 {
        width: 33.33333% !important;
        height: 350px !important
    }
}

@media (max-width: 767px) {
    .information.contact-kzo .col-sm-2 {
        width: 50% !important
    }
}

.information.contact-kzo h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0
}

@media (max-width: 500px) {
    .information.contact-kzo h3 {
        font-size: 15px
    }
}

@media (max-width: 500px) {
    .information.contact-kzo a {
        display: block
    }
}

.contact-form {
    margin-bottom: 12px;
    width: 95%;
    margin-left: auto;
    margin-right: auto
}

.contact-form .form-horizontal .form-error {
    font-size: 14px;
    color: #ce1f29;
    position: relative;
    top: -10px;
    left: 2px
}

.contact-form .form-horizontal input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-bottom: 10px;
    height: 50px
}

.contact-form .form-horizontal #name {
    padding-left: 155px !important
}

.contact-form .form-horizontal #email {
    padding-left: 84px !important
}

.contact-form .form-horizontal #telephone {
    padding-left: 92px !important
}

.contact-form .form-horizontal #zarizeni {
    padding-left: 95px !important
}

.contact-form .form-horizontal #ic {
    padding-left: 55px !important
}

.contact-form .form-horizontal #text {
    padding-top: 15px;
    padding-left: 100px !important
}

.contact-form .form-horizontal textarea.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-bottom: 10px
}

.contact-form .form-horizontal label {
    color: #064c95;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 12.5px;
    left: 40px
}

.contact-form .form-horizontal label[for*='terms'] {
    top: 0
}

.contact-form .form-horizontal label span {
    color: #ce1f29;
    font-weight: 600
}

.contact-form span {
    color: #ce1f29;
    font-weight: 600
}

.third-section {
    padding: 80px 15px
}

@media (max-width: 767px) {
    .third-section {
        padding: 40px 15px 20px !important
    }
}

.third-section:before {
    content: '';
    height: 100%;
    width: 4000px;
    background: #00305e;
    display: block;
    position: absolute;
    z-index: -1;
    left: -4035px;
    top: 0
}

@media (max-width: 767px) {
    .third-section:before {
        display: none
    }
}

.third-section:after {
    content: '';
    height: 100%;
    width: 4000px;
    background: #f3f3f3;
    display: block;
    position: absolute;
    z-index: -1;
    left: -35px;
    top: 0
}

@media (max-width: 767px) {
    .third-section:after {
        display: none
    }
}

.third-section.vychytavky {
    padding-bottom: 30px
}

.third-section.vychytavky h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 25px
}

.third-section.vychytavky .home-card-photo {
    position: relative;
    padding-top: 20px
}

.third-section.vychytavky .home-card-photo:after {
    content: '';
    height: 2px;
    width: 83%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #064c95
}

@media (max-width: 991px) {
    .third-section .third-heading {
        padding-bottom: 20px
    }
}

.third-section .padding {
    padding-left: 60px
}

@media (max-width: 991px) {
    .third-section .padding {
        padding-left: 15px
    }
}

.third-section img {
    height: 33px
}

.third-section .hp-vyhoda {
    padding-top: 50px
}

@media (max-width: 767px) {
    .third-section .hp-vyhoda {
        padding-top: 0
    }
}

.third-section .hp-vyhoda h3 {
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .third-section .hp-vyhoda img {
        float: left;
        margin-right: 12px;
        margin-top: -7px
    }
}

.third-section a.arrow-link {
    display: block;
    margin-top: 40px;
    color: #064c95;
    font-weight: 600;
    line-height: 1.3;
    margin-left: 23px
}

@media (max-width: 768px) {
    .third-section a.arrow-link {
        width: 100%;
        margin-left: 23px
    }
}

@media (max-width: 767px) {
    .third-section a.arrow-link {
        width: 100%;
        margin-left: 0
    }
}

.third-section a.arrow-link:before {
    content: '';
    height: 13px;
    width: 13px;
    position: relative;
    margin-left: -28px;
    margin-right: 15px;
    top: 0;
    border-right: 3px solid #064c95;
    border-bottom: 3px solid #064c95;
    display: inline-block;
    transition: left 0.3s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .third-section a.arrow-link:before {
        display: none
    }
}

.third-section a.arrow-link:hover:before {
    left: 3px
}

.third-section a.arrow-link.arrow-link-right {
    text-align: right;
    padding-right: 40px
}

@media (max-width: 767px) {
    .third-section a.arrow-link.arrow-link-right {
        text-align: center;
        padding-right: 0
    }
}

.third-section.map {
    padding: 0 !important
}

.third-section.map #googleMap {
    position: relative;
    left: -35px;
    width: 1572px;
    min-height: 600px
}

@media (max-width: 768px) {
    .third-section.map #googleMap {
        width: 100%;
        left: 0;
        min-height: 400px
    }
}

.third-section.irepad-vyhody img, .third-section.gdpr-vyhody img {
    height: 35px;
    margin-top: -10px
}

.third-section.irepad-vyhody .hp-vyhoda p, .third-section.irepad-vyhody .gdpr-vyhoda p, .third-section.gdpr-vyhody .hp-vyhoda p, .third-section.gdpr-vyhody .gdpr-vyhoda p {
    margin-bottom: 10px;
    margin-left: 20px
}

.third-section.irepad-vyhody .hp-vyhoda p:before, .third-section.irepad-vyhody .gdpr-vyhoda p:before, .third-section.gdpr-vyhody .hp-vyhoda p:before, .third-section.gdpr-vyhody .gdpr-vyhoda p:before {
    content: '';
    height: 10px;
    width: 10px;
    position: relative;
    margin-left: -20px;
    margin-right: 10px;
    top: 6px;
    border-right: 3px solid #064c95;
    border-bottom: 3px solid #064c95;
    display: inline-block;
    float: left;
    transition: left 0.3s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .third-section.irepad-vyhody .hp-vyhoda p:before, .third-section.irepad-vyhody .gdpr-vyhoda p:before, .third-section.gdpr-vyhody .hp-vyhoda p:before, .third-section.gdpr-vyhody .gdpr-vyhoda p:before {
        display: none
    }
}

.third-section.irepad-vyhody .hp-vyhoda p strong, .third-section.irepad-vyhody .gdpr-vyhoda p strong, .third-section.gdpr-vyhody .hp-vyhoda p strong, .third-section.gdpr-vyhody .gdpr-vyhoda p strong {
    color: #064c95;
    display: block
}

.third-section.irepad-vyhody .gdpr-vyhoda p, .third-section.gdpr-vyhody .gdpr-vyhoda p {
    padding-bottom: 15px
}

.third-section.irepad-vyhody .gdpr-vyhoda p:before, .third-section.gdpr-vyhody .gdpr-vyhoda p:before {
    height: 13px;
    width: 13px;
    top: 5px;
    border-right: 3px solid #58bae0;
    border-bottom: 3px solid #58bae0
}

.co-umi-irepad .vychytavky-nav ul li {
    width: 210px !important
}

.about-us, .skills, .addons, .product-spec {
    padding: 80px 15px
}

.about-us h2, .skills h2, .addons h2, .product-spec h2 {
    font-size: 30px
}

.about-us .about-section p, .skills .about-section p, .addons .about-section p, .product-spec .about-section p {
    padding-right: 0
}

@media (max-width: 991px) {
    .about-us .about-section p, .skills .about-section p, .addons .about-section p, .product-spec .about-section p {
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .about-us .about-section p, .skills .about-section p, .addons .about-section p, .product-spec .about-section p {
        padding-right: 0
    }
}

.about-us .about-section p.small, .skills .about-section p.small, .addons .about-section p.small, .product-spec .about-section p.small {
    font-size: 13px
}

.about-us .function-section, .skills .function-section, .addons .function-section, .product-spec .function-section {
    padding-left: 80px;
    padding-top: 65px
}

@media (max-width: 767px) {
    .about-us .function-section, .skills .function-section, .addons .function-section, .product-spec .function-section {
        padding-left: 15px
    }
}

.about-us .function-section > p, .skills .function-section > p, .addons .function-section > p, .product-spec .function-section > p {
    width: 400px
}

@media (max-width: 991px) {
    .about-us .function-section > p, .skills .function-section > p, .addons .function-section > p, .product-spec .function-section > p {
        width: 100%
    }
}

.about-us .function-section > .row p, .skills .function-section > .row p, .addons .function-section > .row p, .product-spec .function-section > .row p {
    padding-right: 10px;
    margin-left: 20px
}

@media (max-width: 767px) {
    .about-us .function-section > .row p, .skills .function-section > .row p, .addons .function-section > .row p, .product-spec .function-section > .row p {
        padding-right: 30px
    }
}

.about-us strong, .skills strong, .addons strong, .product-spec strong {
    color: #064c95;
    line-height: 1.5
}

.about-us strong:before, .skills strong:before, .addons strong:before, .product-spec strong:before {
    content: '';
    height: 13px;
    width: 13px;
    position: absolute;
    margin-left: -28px;
    top: 7px;
    border-right: 3px solid #58bae0;
    border-bottom: 3px solid #58bae0;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 768px) {
    .about-us strong:before, .skills strong:before, .addons strong:before, .product-spec strong:before {
        display: none
    }
}

.about-us h2 strong:before, .skills h2 strong:before, .addons h2 strong:before, .product-spec h2 strong:before {
    display: none
}

.about-us.rozcest strong:before, .skills.rozcest strong:before, .addons.rozcest strong:before, .product-spec.rozcest strong:before {
    content: '';
    height: 13px;
    width: 13px;
    position: relative;
    margin-left: -28px;
    margin-right: 15px;
    top: 0;
    border-right: 3px solid #58bae0;
    border-bottom: 3px solid #58bae0;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .about-us.rozcest strong:before, .skills.rozcest strong:before, .addons.rozcest strong:before, .product-spec.rozcest strong:before {
        display: none
    }
}

.product-spec h2 {
    font-size: 35px
}

.product-spec .col-sm-4 {
    padding-left: 45px
}

@media (max-width: 767px) {
    .product-spec .col-sm-4 {
        padding-left: 15px
    }
}

.product-spec p:before {
    content: '';
    height: 13px;
    width: 13px;
    position: relative;
    margin-left: -32px;
    margin-right: 15px;
    top: 1px;
    border-right: 3px solid #58bae0;
    border-bottom: 3px solid #58bae0;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .product-spec p:before {
        display: none
    }
}

.podstrana-section h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px
}

.podstrana-section img {
    margin-top: -50px
}

@media (max-width: 767px) {
    .podstrana-section img {
        display: block;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -10px
    }
}

@media (max-width: 767px) {
    .podstrana-section .filter {
        margin-bottom: 30px
    }
}

.skills h2, .addons h2 {
    font-size: 35px
}

.skills .col-sm-4, .addons .col-sm-4 {
    padding-right: 60px
}

@media (max-width: 1024px) {
    .skills .col-sm-4, .addons .col-sm-4 {
        padding-right: 10px
    }
}

@media (min-width: 991px) {
    .skills .col-sm-4, .addons .col-sm-4 {
        position: relative;
        left: 20px
    }
}

.skills .col-sm-4 strong, .addons .col-sm-4 strong {
    display: block;
    margin-bottom: 8px
}

@media (max-width: 1024px) {
    .skills .col-sm-4 strong, .addons .col-sm-4 strong {
        width: auto
    }
}

#client-work {
    background-image: url("../images/people-background.jpg");
    background-size: cover;
    background-position: center center;
    margin-top: 230px
}

@media (max-width: 767px) {
    #client-work {
        margin-top: 180px
    }
}

#client-work .light-blue {
    padding: 35px 15px 0;
    background: #d7eef5;
    position: relative;
    top: -157px
}

@media (max-width: 768px) {
    #client-work .light-blue {
        width: 100%
    }
}

@media (max-width: 767px) {
    #client-work .light-blue {
        top: -126px
    }
}

#client-work .light-blue h2 {
    font-size: 28px;
    margin-bottom: 10px
}

#client-work .light-blue p {
    padding-left: 90px;
    padding-right: 90px
}

@media (max-width: 991px) {
    #client-work .light-blue p {
        padding-left: 0;
        padding-right: 0
    }
}

#client-work .light-blue:before {
    content: '';
    width: 60px;
    height: 60px;
    border-bottom: 50px solid #d7eef5;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    bottom: -30px;
    left: -20px;
    display: block;
    position: absolute;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#client-work .blue-transparent {
    padding: 70px 15px 20px;
    background: rgba(25, 51, 93, 0.9);
    position: relative;
    top: -157px
}

@media (max-width: 768px) {
    #client-work .blue-transparent {
        width: 100%
    }
}

@media (max-width: 767px) {
    #client-work .blue-transparent {
        top: -126px
    }
}

#client-work .blue-transparent .col-sm-6 {
    padding-left: 90px;
    padding-right: 90px;
    position: relative
}

@media (max-width: 767px) {
    #client-work .blue-transparent .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px
    }
}

#client-work .blue-transparent .col-sm-6:first-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #7eb7ce;
    right: 0;
    top: -20px
}

@media (max-width: 767px) {
    #client-work .blue-transparent .col-sm-6:first-child:after {
        display: none
    }
}

#client-work .blue-transparent h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff
}

#client-work .blue-transparent p {
    color: #7eb7ce
}

#client-work .blue-transparent a.arrow-link {
    display: block;
    margin-top: 40px;
    color: #fff;
    font-weight: 600;
    width: 180px;
    line-height: 1.3;
    margin-left: 23px;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    #client-work .blue-transparent a.arrow-link {
        width: 100%;
        margin-left: 0
    }
}

#client-work .blue-transparent a.arrow-link:before {
    content: '';
    height: 13px;
    width: 13px;
    position: relative;
    margin-left: -28px;
    margin-right: 15px;
    top: 0;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    transition: left 0.3s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    #client-work .blue-transparent a.arrow-link:before {
        display: none
    }
}

#client-work .blue-transparent a.arrow-link:hover:before {
    left: 3px
}

@media (max-width: 768px) {
    .gray-background-photo {
        background-color: #f3f3f3
    }
}

.gray-background-photo:after {
    content: '';
    width: 140%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url("../images/photo-old.jpg");
    background-size: cover;
    background-position: center center
}

@media (max-width: 991px) {
    .gray-background-photo:after {
        background-image: none;
        background-color: #f3f3f3
    }
}

@media (max-width: 768px) {
    .gray-background-photo:after {
        display: none
    }
}

.gray-background-photo.photo-terenni {
    padding-top: 120px;
    padding-bottom: 140px
}

.gray-background-photo.photo-terenni:after {
    content: '';
    width: 140%;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url("../images/terenni_photo_old.jpg");
    background-size: cover;
    background-position: center bottom
}

@media (max-width: 1199px) {
    .gray-background-photo.photo-terenni:after {
        background-position: center bottom
    }
}

@media (max-width: 991px) {
    .gray-background-photo.photo-terenni:after {
        background-image: none;
        background-color: #f3f3f3
    }
}

@media (max-width: 768px) {
    .gray-background-photo.photo-terenni:after {
        display: none
    }
}

.pribehy, .pribehy-section {
    padding-bottom: 140px !important;
    position: relative
}

@media (max-width: 767px) {
    .pribehy, .pribehy-section {
        padding-bottom: 80px !important
    }
}

.pribehy .citace, .pribehy-section .citace {
    background: #d7eef5;
    padding-top: 90px;
    padding-bottom: 80px
}

.pribehy .citace p, .pribehy-section .citace p {
    font-size: 16px
}

.pribehy .single-story, .pribehy-section .single-story {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-right: 30px
}

@media (max-width: 767px) {
    .pribehy .single-story, .pribehy-section .single-story {
        padding-right: 15px
    }
}

.pribehy .single-story p, .pribehy-section .single-story p {
    overflow: hidden
}

.pribehy .single-story img, .pribehy-section .single-story img {
    height: 60px !important;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px
}

@media (max-width: 768px) {
    .pribehy .single-story img, .pribehy-section .single-story img {
        display: none
    }
}

.pribehy .single-story .human, .pribehy-section .single-story .human {
    font-size: 90%;
    line-height: 1.5;
    margin-left: 59px
}

@media (max-width: 768px) {
    .pribehy .single-story .human, .pribehy-section .single-story .human {
        margin-left: 0
    }
}

.pribehy .single-story .human strong, .pribehy-section .single-story .human strong {
    display: block;
    margin-bottom: 5px
}

.pribehy-carousel {
    position: relative
}

.pribehy-carousel .carousel-control {
    background: none
}

.pribehy-carousel .carousel-control.right, .pribehy-carousel .carousel-control.left {
    width: 30%;
    height: 60%;
    top: 15%
}

.pribehy-carousel .carousel-control.right {
    cursor: url(../images/right_arrow_black.png), auto !important
}

.pribehy-carousel .carousel-control.left {
    cursor: url(../images/left_arrow_black.png), auto !important
}

.pribehy-carousel .carousel-control span {
    display: none
}

.pribehy-nav, .vychytavky-nav, .vychytavky-nav-podstrana {
    margin-top: 30px
}

.pribehy-nav ul, .vychytavky-nav ul, .vychytavky-nav-podstrana ul {
    text-align: center
}

.pribehy-nav ul:after, .vychytavky-nav ul:after, .vychytavky-nav-podstrana ul:after {
    content: '';
    width: 520px;
    height: 1px;
    background: #064c95;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 550px) {
    .pribehy-nav ul:after, .vychytavky-nav ul:after, .vychytavky-nav-podstrana ul:after {
        display: none
    }
}

.pribehy-nav ul li, .vychytavky-nav ul li, .vychytavky-nav-podstrana ul li {
    display: inline-block;
    border-top: 1px solid #064c95;
    border-right: 1px solid #064c95;
    border-left: 1px solid #064c95;
    width: 190px;
    height: 35px;
    padding-top: 5px
}

@media (max-width: 550px) {
    .pribehy-nav ul li, .vychytavky-nav ul li, .vychytavky-nav-podstrana ul li {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        border-bottom: 1px solid #064c95
    }
}

.pribehy-nav ul li.active, .vychytavky-nav ul li.active, .vychytavky-nav-podstrana ul li.active {
    position: relative;
    z-index: 20;
    padding-bottom: 5px
}

.pribehy-nav ul li.active:after, .vychytavky-nav ul li.active:after, .vychytavky-nav-podstrana ul li.active:after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    margin-top: 5px
}

.pribehy-nav ul li.active a, .vychytavky-nav ul li.active a, .vychytavky-nav-podstrana ul li.active a {
    color: #064c95;
    font-weight: 600
}

.pribehy-nav ul li a, .vychytavky-nav ul li a, .vychytavky-nav-podstrana ul li a {
    padding: 10px 35px;
    transition: 0.05s ease
}

.pribehy-nav ul li a:hover, .vychytavky-nav ul li a:hover, .vychytavky-nav-podstrana ul li a:hover {
    font-weight: 600
}

.vychytavky-nav {
    margin-top: 0;
    margin-bottom: 50px
}

.vychytavky-nav ul:after {
    width: 92%
}

.vychytavky-nav ul li {
    cursor: pointer;
    color: #064c95
}

@media (max-width: 1199px) {
    .vychytavky-nav ul li {
        width: 170px !important
    }
}

.vychytavky-nav ul li.active {
    font-weight: 600
}

.vychytavky-nav ul li.active:after {
    background: #f3f3f3
}

.pribehy-nav ul li.active:after, .co-umi-irepad .vychytavky-nav ul li.active:after {
    background: #fff
}

.vychytavky-nav-podstrana ul li.active:after {
    background: #fff !important
}

.clasic-section {
    padding-top: 80px;
    padding-bottom: 20px
}

@media (max-width: 767px) {
    .clasic-section {
        padding-top: 30px;
        padding-bottom: 20px
    }
}

.about-help {
    padding-bottom: 80px !important
}

.btn {
    color: #fff;
    border: 1px solid #ce1f29;
    background: #ce1f29;
    font-size: 13px;
    padding: 8px 30px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 10px
}

@media (max-width: 991px) {
    .btn {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .btn {
        margin-top: 0
    }
}

.btn.btn-call-to {
    border: 1px solid #fff;
    margin-top: 0;
    width: 136px
}

@media (max-width: 767px) {
    .btn.btn-call-to {
        margin-top: 20px
    }
}

@media (max-width: 991px) {
    .btn.btn-call-to:last-child {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .btn.btn-call-to:last-child {
        margin-top: 20px
    }
}

.btn:hover, .btn:active, .btn:focus {
    background: #fff !important;
    color: #ce1f29 !important;
    border: 1px solid #fff
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    border: 1px solid #ce1f29
}

.lead {
    line-height: 1.8
}

#call-to-action .container {
    position: relative;
    z-index: 20
}

@media (max-width: 767px) {
    #call-to-action .container {
        text-align: center
    }
}

#call-to-action .container .row {
    background: #ce1f29;
    padding: 24px 15px;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 767px) {
    #call-to-action .container .text-right {
        text-align: center
    }
}

#call-to-action .container h3.call-to-heading {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 0
}

@media (max-width: 991px) {
    #call-to-action .container h3.call-to-heading {
        width: 300px;
        margin-top: 10px
    }
}

@media (max-width: 768px) {
    #call-to-action .container h3.call-to-heading {
        width: auto;
        margin-top: auto
    }
}

.card-col-4 {
    position: relative;
    margin-bottom: 60px
}

.card-col-4 a {
    text-decoration: none
}

.card-col-4 .main {
    transition: all 300ms ease-in-out;
    display: block;
    cursor: pointer;
    background: #fff;
    min-height: 520px
}

.card-col-4 .main p {
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 40px
}

.card-col-4 .home-card-photo {
    position: relative;
    text-align: center
}

.card-col-4 .img-responsive {
    width: 100%;
    height: 100%
}

.card-col-4 .card-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s ease;
    text-align: center
}

.card-col-4 .card-shadow img {
    margin-top: 26%;
    width: 65px;
    height: auto
}

.card-col-4 h2 {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 25px
}

.card-col-4 h3 {
    padding-left: 8%;
    padding-right: 8%
}

.card-col-4:hover .card-shadow {
    opacity: 1
}

.vzdelavani {
    padding-bottom: 30px
}

p.heading-text {
    font-size: 16px;
    line-height: 26px;
    padding-right: 50px;
    padding-left: 50px
}

@media (max-width: 991px) {
    p.heading-text {
        padding-right: 0;
        padding-left: 0
    }
}

#call-to-action .container:nth-child(2) {
    background: #00305e;
    padding-top: 20px;
    padding-bottom: 20px
}

#footer {
    background: #001e3a;
    padding-top: 140px;
    padding-bottom: 30px;
    margin-top: -84px
}

#footer img.img-responsive {
    width: 80%
}

@media (max-width: 542px) {
    #footer {
        text-align: center
    }
}

@media (max-width: 542px) {
    #footer .col-xs-6 {
        width: 100%
    }
}

#footer img.footer-logo {
    width: 170px;
    margin-bottom: 40px
}

@media (max-width: 542px) {
    #footer img.footer-logo[src*='logo'] {
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

#footer .eu-info p {
    font-size: 11px;
    color: #37658c
}

#footer img.footer-eu {
    width: 90%;
    margin-bottom: 10px;
    margin-top: -2px
}

#footer p, #footer ul, #footer a {
    color: #58bae0;
    font-size: 13px;
    line-height: 19px
}

#footer a {
    color: #37658c
}

#footer a:hover, #footer a:active, #footer a:focus {
    color: #58bae0
}

#footer ul li {
    display: block;
    margin-bottom: 15px;
    font-weight: 600
}

#footer small {
    color: #37658c
}

#footer .contact-info {
    margin-left: -100px
}

@media (max-width: 542px) {
    #footer .contact-info {
        margin-left: -40px
    }
}

#footer .footer-preferences {
    margin-left: -65px
}

@media (max-width: 542px) {
    #footer .footer-preferences {
        margin-left: -40px
    }
}

#footer .box {
    color: #fff;
    text-align: right;
    margin-right: 10px;
    font-weight: 300;
    font-size: 30px;
    float: left;
    width: 80px;
    height: 30px;
    margin-top: 8px;
    letter-spacing: -1px
}

@media (max-width: 542px) {
    #footer .box {
        float: none;
        width: 100%;
        text-align: center;
        margin-right: 0
    }
}

#footer .box img {
    width: 20px
}

#footer .after-box {
    overflow: hidden
}

.space {
    margin: 30px 0
}

.nav-tabs {
    border: none
}

.tabs-video-slider{
    width: 1369px;
    margin-left: -100px;
}

.nav-tabs li {
    float: none;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .nav-tabs li {
        margin-left: auto;
        margin-right: auto;
        width: 180px !important
    }
}

.nav-tabs li.active a {
    color: inherit;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    cursor: pointer;
    color: #064c95
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:active, .nav-tabs li.active a:focus {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #064c95
}

@media (max-width: 991px) {
    .nav-tabs li.active {
        display: block !important
    }
}

.nav-tabs li a {
    display: initial;
    margin-right: 0;
    line-height: inherit;
    border: none;
    border-radius: 0;
    cursor: pointer;
    color: #064c95
}

.nav-tabs li a:hover, .nav-tabs li a:active, .nav-tabs li a:focus {
    background: transparent;
    border: none;
    color: #064c95
}

.nav-tabs.dropdown .filter-active, .nav-tabs.dropdown .dropdown-toggle {
    float: none;
    margin-bottom: 0;
    cursor: pointer;
    color: #064c95;
    height: 36px;
    border-top: 1px solid #064c95;
    border-left: 1px solid #064c95;
    border-right: 1px solid #064c95;
    border-bottom: 1px solid #064c95;
    text-align: center;
    font-size: 14px;
    padding-top: 5px
}

@media (max-width: 1199px) {
    .nav-tabs.dropdown .filter-active, .nav-tabs.dropdown .dropdown-toggle {
        width: 170px !important
    }
}

.nav-tabs.dropdown .filter-active.active, .nav-tabs.dropdown .dropdown-toggle.active {
    font-weight: 600
}

.nav-tabs.dropdown .filter-active.active:after, .nav-tabs.dropdown .dropdown-toggle.active:after {
    background: #f3f3f3
}

@media (max-width: 991px) {
    .nav-tabs.dropdown .filter-active, .nav-tabs.dropdown .dropdown-toggle {
        margin-left: auto;
        margin-right: auto;
        width: 180px !important
    }
}

@media (max-width: 991px) {
    .nav-tabs.dropdown .filter-active.active, .nav-tabs.dropdown .dropdown-toggle.active {
        display: block !important
    }
}

.nav-tabs.dropdown .filter-active a, .nav-tabs.dropdown .dropdown-toggle a {
    display: initial;
    margin-right: 0;
    line-height: inherit;
    border: none;
    border-radius: 0;
    cursor: pointer;
    color: #064c95
}

.nav-tabs.dropdown .filter-active a:hover, .nav-tabs.dropdown .filter-active a:active, .nav-tabs.dropdown .filter-active a:focus, .nav-tabs.dropdown .dropdown-toggle a:hover, .nav-tabs.dropdown .dropdown-toggle a:active, .nav-tabs.dropdown .dropdown-toggle a:focus {
    background: transparent;
    border: none;
    color: #064c95
}

.nav-tabs.dropdown .filter-active {
    font-weight: 600
}

@media (max-width: 767px) {
    .nav-tabs.dropdown {
        margin-left: -30px
    }
}

.nav-tabs.dropdown .dropdown-toggle {
    position: absolute;
    border: 1px solid #064c95;
    height: 36px;
    padding-right: 4px;
    max-width: 37px;
    background: transparent;
    color: #064c95;
    margin-left: 89px;
    left: 50%;
    top: 0
}

@media (max-width: 550px) {
    .nav-tabs.dropdown .dropdown-toggle {
        height: 36px;
        top: 0
    }
}

.nav-tabs.dropdown .dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    border-color: #064c95;
    width: 216px;
    margin-left: 18px
}

.nav-tabs.dropdown .dropdown-menu li {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none;
    margin-top: 0
}

.nav-tabs.dropdown .dropdown-menu li.active:after {
    display: none
}

.nav-tabs.dropdown .dropdown-menu li:first-child {
    border: none !important
}

.nav-tabs.dropdown .dropdown-menu:after {
    display: none
}

table {
    width: 100%;
    margin-bottom: 30px
}

table thead {
    background: #c6e6f3;
    color: #064c95 !important
}

table thead tr th {
    font-weight: 600
}

table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

table tr:last-child {
    border-bottom: none
}

table tr th {
    vertical-align: top;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 767px) {
    table tr th:nth-child(2) {
        padding-left: 15px
    }
}

table tr .param-column {
    width: 20%
}

table tr .hodnota-column {
    width: 80%
}

.modal .modal-header {
    border: none
}

.modal .modal-header h4 {
    margin-top: 20px
}

.alert.alert-form {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-color: #064c95;
    color: #064c95;
    padding: 30px 50px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 5px 0 rgba(88, 186, 224, 0.3);
    text-align: center
}

@media (max-width: 600px) {
    .alert.alert-form {
        width: 90%
    }
}

.alert.alert-form .success-close {
    position: absolute;
    top: 0;
    right: 8px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    opacity: .6;
    z-index: 99999
}

.alert-shadow {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.panel-group .panel-default {
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.panel-group .panel-heading {
    background: #d7eef5;
    border: none;
    color: #3f3e3e;
    padding: 0;
    transition: 0.3s ease
}

.panel-group .panel-heading.active {
    background: #064c95
}

.panel-group .panel-heading.active h3 a {
    color: #fff
}

.panel-group .panel-heading.active h3 a:before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.panel-group .panel-heading h3 a {
    padding: 10px 72% 10px 20px;
    display: block;
    transition: 0.3s ease;
    text-decoration: none !important
}

.panel-group .panel-heading h3 a:before {
    content: '';
    height: 9px;
    width: 9px;
    position: relative;
    margin-left: -5px;
    margin-right: 15px;
    top: 0;
    border-right: 3px solid #3f3e3e;
    border-bottom: 3px solid #3f3e3e;
    display: inline-block;
    transition: 0.3s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    .panel-group .panel-heading h3 a:before {
        display: none
    }
}

@media (max-width: 767px) {
    .co-umi-irepad .tab-content {
        text-align: left
    }
}

@media (max-width: 991px) {
    .co-umi-irepad .tab-content .padding-top-20 {
        padding-top: 40px
    }
}

.co-umi-irepad .tab-content .colgroup {
    overflow: auto;
    padding-bottom: 10px;
    width: 100%
}

.co-umi-irepad .tab-content h4 {
    font-size: 22px
}

.co-umi-irepad .tab-content img {
    width: 100%
}

.co-umi-irepad .tab-content .kolco {
    display: inline-block;
    width: 40px;
    float: left
}

.co-umi-irepad .tab-content .kolco_text {
    display: inline-block;
    width: 85%;
    float: left
}

.co-umi-irepad .tab-content span.kolecko {
    display: inline-block;
    width: 27px;
    height: 27px;
    float: left;
    line-height: 24px;
    color: #064c95;
    border: 2px solid #064c95;
    border-radius: 20px;
    text-align: center
}

.scroll-up {
    display: block;
    visibility: hidden;
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 25px 20px 15px;
    background: #00305e;
    border-radius: 4px;
    opacity: 0;
    cursor: pointer;
    transition: .3s ease
}

.scroll-up:hover {
    opacity: 1 !important
}

.scroll-up .angle {
    width: 20px;
    height: 20px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    border-left: 4px solid transparent;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.overflow {
    overflow: hidden
}

#gallery ul {
    overflow: hidden;
    padding: 0
}

#gallery ul li {
    display: none
}

#gallery ul li:nth-child(1) {
    display: block
}

.overlay {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 5%;
    overflow-y: auto
}

.overlay .img-box {
    position: relative;
    width: 50%;
    margin: 30px auto;
    padding: 0 80px;
    text-align: center;
    min-height: 520px
}

@media (max-width: 991px) {
    .overlay .img-box {
        width: 100%;
        min-height: 0
    }
}

.overlay .img-box {
    background: #fff
}

.overlay .img-box a {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -20px;
    font-size: 80px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.overlay .img-box .next-image, .overlay .img-box .prev-image {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overlay .img-box .next-image {
    right: -50px;
    border-top: 2px solid rgba(255, 255, 255, 0.7);
    border-right: 2px solid rgba(255, 255, 255, 0.7)
}

.overlay .img-box .prev-image {
    left: -50px;
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7)
}

.overlay .img-box > div {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.overlay .img-box .img-container {
    background: url(../images/loader.gif) no-repeat center center scroll
}

.overlay .img-box .img-container img {
    padding: 20px;
    display: none
}

.overlay > ul {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 0;
    width: 100%;
    text-align: center
}

.overlay > ul li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 5px;
    background: #fff;
    padding: 4px;
    position: relative
}

.overlay > ul li img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 45% auto 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%
}

.overlay img {
    max-width: 100%
}

.overlay img[src*="search"] {
    display: none
}

.close-gallery {
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    top: -30px !important;
    right: -50px !important;
    position: absolute;
    display: block
}

.close-gallery:after, .close-gallery:before {
    content: '';
    width: 30px;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-gallery:after {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-gallery:before {
    margin-top: 10px
}
