* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
    font-family: "ubunturegular", "Arial";
    overflow-x: hidden !important;
    position: relative;
}

h1 {
    font-size: 40px;
    line-height: inherit;
    margin: 0;
}

h2 {
    font-size: 40px;
}

h3 {
    margin: 20px 0;
    font-size: 38px;
    line-height: 1.2;
}

h1,
h2,
h3 {
    color: #4c4c4c;
}

p {
    font-size: 16px;
    color: #4c4c4c;
}

a,
a:hover {
    color: #000;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #0046a4;
    z-index: 999;
    opacity: 0.6;
    transition: ease-in-out 0.3s;
}

.scrollToTop .fa {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrollToTop:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.scrollToTop:active,
.scrollToTop:focus {
    background: transparent;
    color: transparent;
}

.clear {
    clear: both;
}

a,
p,
span,
div {
    box-sizing: border-box;
}

.underline {
    border-bottom: 5px solid #fff !important;
    padding-bottom: 30px;
}

.transform-none {
    text-transform: none;
}

ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 8px;
}

ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: -17px;
    top: 1px;
    font-size: 14px;
    color: #c00030;
    font-weight: bold;
}

.header-holder {
    padding: 0;
    position: relative;
}

.header-wrap {
    padding: 0;
}

.logo-holder {
    text-align: left;
    display: flex;
    z-index: 9;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
    padding: 0;
}

.logo-holder img {
    width: 100%;
    max-width: 160px;
    margin: 10px 10px 10px 0px;
    transition: ease-in-out 0.3s;
}

.logo-holder img:hover {
    transform: translateX(3px);
}

.useful-links {
    display: block;
    float: right;
    margin: 30px 0px 0 0;
}

.useful-links span {
    display: inline-block;
    margin-right: 20px;
}

.useful-links span:last-child {
    margin-right: 0px;
}

.useful-links span i {
    color: #0046a4;
}

.links {
    text-align: right;
    padding: 0;
    z-index: 10;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 80px;
    height: 80px;
}

.links i {
    color: #0046a4;
}

.links a {
    padding-left: 30px;
    font-size: 14px;
}

.menu-holder {
    padding: 0 20px 0 0;
}

#primary-nav {
    float: right;
    margin-top: 50px;
    margin-right: 0px;
}

#primary-nav .primary li {
    list-style-type: none;
    float: left;
    transition: all 0.1s ease-in-out;
    position: relative;
    margin-right: 20px;
}

#primary-nav .primary li:hover {
    border-bottom: 3px solid #0046a4;
}

#primary-nav .primary li a {
    color: #000;
    font-size: 16px;
    padding: 6px 0em 6px 0em !important;
    font-weight: 600;
    letter-spacing: -1px;
    outline: none;
    text-decoration: none;
}

#primary-nav .primary li:last-child {
    margin-right: 0px;
}

#primary-nav .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 0px;
    margin: 0px;
    width: 150px;
    top: 25px;
    -webkit-box-shadow: -1px 17px 37px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 17px 37px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 17px 37px -12px rgba(0, 0, 0, 0.75);
}

#primary-nav .sub-menu li {
    display: block;
    padding: 5px;
    transition: all 0.1s ease-in-out;
    width: 100%;
}

#primary-nav .sub-menu li a {
    margin-left: -5px;
}

#primary-nav .sub-menu li:hover {
    background: #000;
    border: none;
    color: #fff;
}

#primary-nav .sub-menu li:hover a {
    color: #fff;
}

#primary-nav .primary li:hover .sub-menu {
    display: block;
}

.slider-holder {
    padding: 0px;
    position: relative;
    height: 480px;
    overflow: hidden;
    background: url("../img/slides/slide-1.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.subpage-holder {
    height: 350px;
    overflow: hidden;
    background: url("../img/slides/subpage.png") no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

.slider-text {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 16.1%;
    background: rgba(192, 0, 48, 0.8);
    padding: 15px;
    font-size: 25px;
    text-transform: uppercase;
    z-index: 9;
}

.bx-pager {
    display: none;
}

.bx-wrapper {
    max-width: 100% !important;
}

.main-info {
    padding: 0 0 0 0;
    background: #fff;
}

.blue-icons,
.icon-holder {
    padding: 0;
}

.icon-holder {
    margin-top: 3px;
    background: transparent;
    cursor: pointer;
    margin-bottom: 10px;
}

.icon-holder:hover {
    box-shadow: 3px 3px 2px -2px #8c8c8c;
}

.icon-holder:hover .fa {
    font-size: 40px;
    animation: coin-rotate 1s both;
}

.rotation {
    animation-name: rotation;
    -webkit-animation-name: rotation;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

.blue-icons {
    margin: 0px;
}

.the-icon {
    padding: 0px;
    float: left;
    width: 60px;
    height: 45px;
    vertical-align: middle;
    background: #f1f1f1;
    text-align: center;
}

.the-icon .fa {
    vertical-align: middle;
    line-height: 25px;
    transition: ease-in-out 0.3s;
}

.the-icon-text {
    padding: 0px;
    float: left;
    background: #f1f1f1;
    height: 45px;
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
}

.the-icon-text p {
    text-transform: uppercase;
    padding: 15px 0 0 15px;
    vertical-align: middle;
}

.the-icon-text a:focus {
    text-decoration: none;
    color: #000;
}

.the-icon-text a:hover {
    text-decoration: none;
}

.blue-icon {
    background: #f1f1f1;
    padding: 10px;
    color: #0046a4;
    font-size: 22px;
}

.blue-icon-slider {
    padding: 10px;
    color: #0046a4;
    font-size: 22px;
}

.news {
    padding: 0 30px 0 0;
}

.blue-icons h1,
.news h1 {
    margin: 30px 0 30px 0;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.news-item {
    border-left: 3px solid #0046a4;
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.news-item:hover {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #fff;
}

.news-image {
    display: block;
    width: 100%;
    max-width: 100%;
}

.caption {
    display: inline-block;
    padding: 0 10px;
    width: 100%;
}

.caption .date {
    font-size: 12px;
    display: block;
}

.caption .summary {
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    margin-top: 10px;
    font-family: "ubuntumedium";
}

.partners-holder-little {
    padding: 0;
}

.partners-holder {
    background: #4c4c4c;
    padding: 20px 5px;
    margin-top: 60px;
}

.partners-slider {
    display: flex;
    align-items: center;
}

.partners-slider li {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.partners-slider li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    width: 100%;
}

.partners-slider li a:hover {
    text-decoration: none;
}

.partners-slider li:before {
    content: none;
}

.partners-slider li img {
    max-width: 45px;
    float: left;
}

.partners-slider span {
    color: #fff;
    padding-left: 10px;
    font-size: 17px;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
}

.segments {
    width: 100%;
    padding: 0px;
}

.segment-container,
.segment-container-reverse {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    transition: ease-in-out 0.3s;
}

.segment-container img,
.segment-container-reverse img {
    transition: ease-in-out 0.5s;
}

.segment-container:hover img,
.segment-container-reverse:hover img {
    transform: scale(1.1);
}

.segment-container:hover,
.segment-container-reverse:hover {
    text-decoration: none;
    background: #f8f8f8;
}

.segment-image {
    flex: 1;
    max-height: 300px;
    overflow: hidden;
}

.segment-image img {
    width: 100%;
}

.segment-info {
    flex: 1;
    text-align: center;
    align-items: center;
}

.segment-info h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #0046a4;
    font-family: "ubuntumedium";
    margin: 0 0 20px 0;
}

.segment-info p {
    padding: 0 50px;
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c;
}

.segment-info p span {
    display: block;
}

.segment-info a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.segment-info .fa {
    padding: 5px;
    color: #0046a4;
    font-size: 30px;
    letter-spacing: -1px;
    transition: all 0.3s ease-out;
    display: inline-block;
}

.our-focus,
.our-focus-holder {
    padding: 0px;
}

.power-station {
    padding: 0px;
}

.dolu {
    background-image: url("about-us.jpg");
    background-repeat: no-repeat;
    background-size: 110%;
    position: center;
    width: 100%;
    height: 300px;
    transition: all 1s ease-in-out;
}

.dolu:hover {
    background-position: bottom left;
    position: relative;
}

.vlevo {
    background-image: url("about-us.jpg");
    background-repeat: no-repeat;
    background-size: 110%;
    position: center;
    width: 100%;
    height: 300px;
    transition: all 1s ease-in-out;
}

.vlevo:hover {
    background-position: top right;
    position: relative;
}

.priblizeni {
    background-image: url("about-us.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: center;
    width: 100%;
    height: 300px;
    transition: all 1s ease-in-out;
}

.priblizeni:hover {
    background-size: 120%;
    background-position: center;
}

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}

.fadeUp {
    animation-name: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(5%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(5%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner {
    height: 200px;
}

.main-article {
    padding: 0 15px 20px 15px;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    background: #fff;
}

.main-article h1 {
    padding: 23px 0 20px 12px;
    position: relative;
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: uppercase;
}

.main-article h1:after {
    content: " ";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #0046a4;
    left: 0;
    top: 20px;
}

.main-article h1:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #0046a4;
    left: 0;
    top: 20px;
}

.main-article h3 {
    font-size: 24px;
    vertical-align: top;
}

.main-article h3 i {
    font-size: 14px;
}

.main-article p {
    color: #000;
    letter-spacing: 0px;
    line-height: 24px;
}

.main-article a {
    color: #000;
    text-decoration: underline;
}

.about-us-banner {
    background: url("../img/slides/slide-3.jpg");
    background-position: center center;
    background-size: cover;
}

.main-article aside {
    float: right;
    width: 30%;
    margin: 0% 0% 1% 2%;
}

.main-article aside span:first-child {
    padding-top: 0px;
}

.main-article aside span {
    display: block;
    padding-top: 5px;
}

.main-article p {
    text-align: justify;
}

.leadership {
    padding: 0px;
    padding: 5px 0;
    background-position: 54% 229%;
    background-repeat: no-repeat;
}

.leadership h3 {
    font-size: 26px;
    padding: 0;
}

.leader {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
    padding: 8px;
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.75);
}

.leader:nth-of-type(even) {
    float: right;
}

.leader img {
    max-width: 70px;
    float: left;
    margin-right: 30px;
}

.leader .name {
    font-size: 16px;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    padding-top: 10px;
}

.leader .position {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    vertical-align: middle;
}

.down-item {
    background: #f8f8f8;
    padding: 10px 5px;
    margin-top: 10px;
}

.down-item a {
    text-decoration: none;
    display: inline-block;
    min-width: 160px;
}

.down-item p {
    text-decoration: none;
    position: relative;
    padding-left: 26px;
    padding-top: 10px;
    font-size: 14px;
}

.down-item p:before {
    content: "\f1c1";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 8px;
    color: #0046a4;
    font-size: 20px;
}

.about-info {
    max-width: 450px;
    border: 1px solid lightgray;
}

.about-info caption {
    text-align: center;
    font-style: italic;
    font-size: 12px;
}

.about-info caption .fa {
    font-size: 14px;
    color: #0046a4;
}

.about-info tr {
    border-top: 1px solid lightgray;
}

.about-info tr td:first-child {
    width: 45px;
}

.about-info tr td:last-child {
    font-size: 12px;
}

.products-holder {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 25px 0;
    justify-content: space-between;
}

.products-holder .product {
    flex: 1 0 19%;
    max-width: 19%;
    background: #0046a4;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.1s;
    position: relative;
    padding: 10px;
    text-align: center;
    flex-wrap: wrap;
}

.products-holder .product img {
    max-width: 50px;
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: 10px;
}

.products-holder .product p {
    flex: 1 0 100%;
}

.products-holder .product span {
    display: block;
}

.products-holder .product:hover {
    cursor: pointer;
    background: #c00030;
}

.products-holder .activate {
    background: #c00030;
}

.products-holder .product:before {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: transparent transparent transparent transparent;
    transition: ease-in-out 0.2s;
}

.products-holder .activate:before {
    bottom: -20px;
    border-color: #c00030 transparent transparent transparent;
}

.products-holder .product p {
    color: #fff;
    margin-bottom: 0;
}

.product-holder .download-link {
    background: #0046a4;
    color: #fff;
    padding: 10px 10px 10px 42px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    transition: ease-in-out 0.3s;
}

.product-holder .download-link:before {
    content: "\f1c1";
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
}

.product-holder .download-link:hover,
.download-link-def:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 10px 17px -6px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 17px -6px rgba(0, 0, 0, 0.41);
    box-shadow: 0 10px 17px -6px rgba(0, 0, 0, 0.41);
}

.download-link-def {
    background: #0046a4;
    color: #fff;
    padding: 10px 10px 10px 42px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    transition: ease-in-out 0.3s;
}

.download-link-def:before {
    content: "\f1c1";
    position: absolute;
    left: 12px;
    top: 2px;
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
}

.policy-holder h3 {
    color: #0046a4;
    font-size: 34px;
}

.policy-holder h4 {
    font-style: italic;
    color: #0046a4;
}

.colored {
    color: #c00030;
    font-weight: bold;
    margin: 25px 0 20px 0;
}

.content-holder {
    padding: 20px 10px 0 10px;
    background: #fff;
    min-height: 200px;
    border-bottom: none;
    -webkit-box-shadow: 0 -6px 17px 1px #ddd;
    -moz-box-shadow: 0 -6px 17px 1px #ddd;
    box-shadow: 0 -6px 17px 1px #ddd;
}

.news-detail {
    display: none;
    border-top: 1px solid #dedede;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 17px;
}

.news-detail .image img {
    max-width: 100%;
}

.news-detail a {
    color: #0046a4;
    text-decoration: underline;
}

.news-detail a:hover {
    text-decoration: none;
}

.news-detail p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.news-bg-active {
    background: #fff;
}

.rotate {
    transform: rotate(45deg);
}

.bold {
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
    margin: 40px 0;
}

th,
td {
    border: none;
    font-weight: normal;
    padding: 8px 10px;
    width: 33%;
}

th {
    background-color: #0046a4;
    color: #fff;
}

tr:nth-of-type(odd) {
    background-color: #e6e6e6;
}

.reference {
    padding: 0px;
}

.reference table thead tr {
    background: #0046a4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.reference table tbody td {
    padding: 8px;
    font-size: 14px;
    border-right: 2px solid #fff;
}

.reference table .year {
    width: 18%;
    font-size: 16px;
    border-right: 2px solid #fff;
}

.project-name {
    width: 40%;
    font-size: 16px;
    border-right: 2px solid #fff;
}

.reference table .project-description {
    width: 42%;
    font-size: 16px;
}

.investor {
    font-weight: bold;
}

.career {
    background: #fff;
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.career img {
    max-width: 100%;
}

.career h1 {
    padding: 23px 0 20px 12px;
    position: relative;
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: uppercase;
}

.career h1:after {
    content: " ";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #0046a4;
    left: 0;
    top: 20px;
}

.career h1:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #0046a4;
    left: 0;
    top: 20px;
}

.job-position {
    padding: 0px;
    margin-bottom: 30px;
}

.job-detail {
    padding: 10px;
    border: 5px solid #f8f8f8;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.job-detail p {
    font-weight: bold;
    font-size: 14px;
}

.job-detail p:nth-of-type(2),
.job-detail p:nth-of-type(3) {
    font-weight: bold;
    padding: 10px 0 0 0;
}

.job-title h4 {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    color: #0046a4;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.job-title,
.job-detail-info {
    padding: 0;
}

.job-detail-info {
    min-height: 260px;
}

.job-detail-info:first-child {
    border-left: none;
}

.job-detail-info ul {
    padding-left: 0;
}

.job-detail-info li {
    list-style-type: none;
    position: relative;
    padding: 0 15px;
    font-family: "ubuntulight";
}

.job-detail-info li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    color: #0046a4;
}

.job-detail-info>p {
    margin-bottom: 8px !important;
}

.job-detail-respond .fa {
    color: #0046a4;
}

.job-detail-respond span {
    font-weight: bold;
    margin-right: 8px;
}

.job-detail-respond {
    padding-left: 0;
}

footer {
    overflow: hidden;
}

.footer-holder {
    padding: 0 !important;
}

.footer {
    margin-top: 0px;
    z-index: 999;
    background: #4c4c4c;
}

.footer-logo {
    text-align: center;
    padding: 20px 0 0 0;
}

.footer-logo p {
    font-size: 22px;
    color: #fff;
}

.footer-contact span {
    color: #fff;
}

.footer-contact {
    text-align: center;
    padding-bottom: 20px;
    margin: 15px 0;
}

.footer-contact ul {
    padding: 0;
}

.footer ul li {
    display: inline;
    margin-right: 20px;
    font-size: 15px;
}

.footer ul li:before {
    content: none;
}

.footer ul li:last-child {
    margin-right: 0px;
}

.footer ul li i {
    color: #7ea3d3;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.footer-company {
    background: #333;
    padding: 0px;
}

.footer-company-holder {
    padding: 12px 0;
}

.footer-company-holder>div {
    padding: 0;
}

.company-reserved {
    float: right;
    font-size: 14px;
    text-align: right;
    color: #fff;
    line-height: 30px;
}

.company-reserved span {
    color: #848484;
}

.company-name {
    color: #fff;
    float: left;
}

.company-name span {
    color: #fff;
    line-height: 30px;
}

.company-name span>i {
    color: #848484;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}

.company-name span:hover>i {
    color: #0046a4;
    line-height: 30px;
}

.company-name span:hover {
    color: #fff;
}

.company-name .sitemap {
    color: #848484;
}

.gdpr {
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.gdpr a {
    color: #fff;
    transition: ease-in-out 0.1s;
}

.gdpr a:hover {
    color: #7ea3d3;
}

.gdpr-holder {
    min-height: 200px;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 0 27px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 27px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 27px -3px rgba(0, 0, 0, 0.75);
}

.gdpr-title {
    font-size: 20px !important;
    color: #0046a4;
    margin: 0 0 30px 0;
    font-weight: bold;
}

.gdpr-title:before {
    content: none !important;
}

.gdpr-list {
    list-style-type: none;
}

.gdpr-list li {
    padding-bottom: 20px;
    counter-increment: step-counter;
    position: relative;
}

.gdpr-list li:before {
    content: counter(step-counter);
    margin-right: 20px;
    font-size: 15px;
    background-color: #0046a4;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    position: absolute;
    left: -35px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gdpr-list li p {
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.gdpr-list li span {
    display: block;
    margin-bottom: 10px;
}

.gdpr-list li span a {
    color: #0046a4;
}

.gdpr-list li span a:hover {
    text-decoration: none;
}

@keyframes primary {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes primary {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

#cssmenu {
    z-index: 9;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    font-family: Raleway, sans-serif;
    line-height: 1;
}

#cssmenu>ul {
    background: #0046a4;
    float: right;
}

#cssmenu>ul>li {
    float: left;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    min-width: 120px;
    text-align: center;
    border-right: 1px solid #2d6fc7;
}

#cssmenu>ul>li:nth-of-type(1) {
    border-left: 1px solid #2d6fc7;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 12px 8px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: #0046a4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#cssmenu>ul>li.active>a {
    color: #ffffff;
    position: relative;
    background: #c00030;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover {
    color: #ffffff;
    -webkit-transform: rotateX(90deg) translateY(-23px);
    -moz-transform: rotateX(90deg) translateY(-23px);
    transform: rotateX(90deg) translateY(-23px);
    -ms-transform: none;
}

#cssmenu>ul>li>a::before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 12px 8px;
    color: #ffffff;
    background: #0046a4;
    content: attr(data-title);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -ms-transform: translateY(-18px);
}

#cssmenu>ul>li:hover>a::before,
#cssmenu>ul>li>a:hover::before {
    background: #c00030;
}

#cssmenu.small-screen {
    width: 100%;
}

#cssmenu.small-screen>ul,
#cssmenu.small-screen.align-center>ul {
    width: 100%;
    text-align: left;
}

#cssmenu.small-screen>ul>li,
#cssmenu.small-screen.align-center {
    float: none;
    display: block;
    border-top: 1px solid rgba(100, 100, 100, 0.1);
    padding-left: 35px;
    position: relative;
}

#cssmenu>ul>li:before {
    content: "\f101 ";
    position: absolute;
    left: 21px;
    top: 11px;
    font-family: FontAwesome;
    color: #5ccdff;
}

#cssmenu.small-screen>ul>li:hover>a,
#cssmenu.small-screen>ul>li>a:hover {
    color: #dff2fa;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -ms-transform: none;
}

#cssmenu.small-screen>ul>li>a::before {
    display: none;
}

#cssmenu.small-screen #menu-button {
    display: block;
    padding: 16px 20px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #0046a4;
}

#cssmenu.small-screen #menu-button:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 17px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 22px;
    height: 3px;
}

#cssmenu.small-screen #menu-button.menu-opened:after {
    border-top: 2px solid #dff2fa;
    border-bottom: 2px solid #dff2fa;
}

#cssmenu.small-screen #menu-button:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 27px;
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
}

#cssmenu.small-screen #menu-button.menu-opened:before {
    background: #dff2fa;
}

.blue-menu {
    position: relative;
    padding: 0;
    background: #0046a4;
    overflow: hidden;
}

.mailer {
    word-wrap: break-word;
}

.small-title {
    color: #959595;
    font-size: 16px;
}

.go-to-docs {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.go-to-docs .fa {
    color: #0046a4;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.go-to-docs:hover .fa {
    transform: translateY(5px);
}

.download-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    overflow: hidden;
}

.download-holder a {
    flex: 1 0 calc(50% - 7px);
    max-width: calc(50% - 7px);
    background-image: url("../img/download-bg.png");
    background-size: cover;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 10px;
    transition: ease-in-out 0.3s;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .download-holder a {
        flex: 1 0 calc(33% - 14px);
        max-width: calc(34% - 14px);
    }
}

.download-holder-page {
    justify-content: flex-start;
}

@media screen and (min-width: 992px) {
    .download-holder-page a {
        flex: 1 0 calc(25% - 14px);
        max-width: calc(25% - 10px);
    }
}


.download-holder a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.2s;
    background: rgba(0, 70, 164, 0.85);
}

.download-holder a:hover {
    text-decoration: none;
}

.download-holder a:hover:before {
    background: rgba(192, 0, 48, 0.9);
}

.download-holder a .fa,
.download-holder a p {
    flex: 1 0 100%;
    max-width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    transition: ease-in-out 0.3s;
}

.download-holder a:hover .fa {
    transform: translateX(-5px);
}

.download-holder a:hover p {
    transform: translateX(5px);
}

.download-holder a .fa {
    font-size: 30px;
    margin-bottom: 15px;
}

.flags {
    position: absolute;
    left: 270px;
    height: 80px;
    z-index: 999999;
    display: flex;
    align-items: center;
}

.flags a:focus,
.flags a:active {
    color: #c00030;
    text-decoration: underline;
}

.flags span {
    margin: 0 10px;
    display: inline-block;
}

.subpage-content-holder {
    padding: 50px 25px;
}

.subpage-content-holder h2 {
    margin: 0 0 60px 0;
    font-size: 34px;
    position: relative;
}

.subpage-content-holder h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 80px;
    height: 1px;
    background: #c00030;
}

.subpage-content-holder p {
    margin-bottom: 16px;
}

.product-holder {
    margin-bottom: 80px;
    padding: 20px 35px;
    background: #f8f8f8;
    position: relative;
}

.product-holder h3 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
}

h3.colored {
    font-size: 20px;
}

.product-holder p {
    line-height: 26px;
    font-size: 16px;
}

.product-holder a {
    color: #0046a4;
    font-size: 14px;
    line-height: 20px;
}

.product-image {
    margin-bottom: 30px;
    max-width: 800px;
}

.services-holder {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.services-holder .service {
    flex: 1 0 19%;
    max-width: 19%;
    height: 120px;
}

.service-text {
    display: block !important;
}

.service-wrapper {
    display: flex !important;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 5px solid #fff;
    align-items: flex-start;
}

.service-wrapper.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-wrapper .service-text {
    flex: 1 0 60%;
    max-width: 60%;
    order: 1;
    padding-right: 50px;
}

.service-wrapper .company-pictures {
    flex: 1 0 40%;
    max-width: 40%;
    order: 2;
    margin-top: 0;
}

.right-title {
    text-align: right;
}

.second-title {
    margin-top: 40px;
}

.service-wrapper.reverse .service-text {
    order: 2;
    padding-right: 0;
    padding-left: 50px;
}

.service-wrapper.reverse .company-pictures {
    order: 1;
}

.warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    margin: 25px 0;
}

.contact-item {
    flex: 1 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 0 15px;
}

.contact-item.last {
    margin-left: 25%;
    margin-top: 30px;
}

.contact-item a {
    text-decoration: underline;
    color: #23527c;
}

.contact-item a:hover {
    text-decoration: none;
}

.contacts {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    flex-wrap: wrap;
    padding: 40px 0;
}

.contacts:nth-of-type(odd) {
    background: #f8f8f8;
}

.contacts:last-child {
    border-bottom: none;
}

.contacts:nth-of-type(1) {
    border-top: 1px solid #e8e8e8;
    margin-top: 50px;
}

.contact-item img {
    max-width: 200px;
}

.contact-item h3 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.contact-item.title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.persons img {
    max-width: 140px;
}

.contact-item p {
    color: #0072c5;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.contact-item span {
    display: block;
    color: gray;
    font-size: 14px;
}

.contact-item i {
    font-size: 14px;
    margin: 8px 0;
    display: block;
}

.download .contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.download a,
.download a span {
    color: #e1002d;
}

.download a:hover {
    text-decoration: none;
}

.company-pictures {
    display: flex !important;
    margin: 40px 0 0 0;
    flex-wrap: wrap;
}

.company-pictures a {
    flex: 1 0 45%;
    max-width: 45%;
    overflow: hidden;
    margin: 0 20px 20px 0;
}

.company-pictures-middle a {
    height: 150px;
}

.company-pictures-long a {
    height: 250px;
}

.company-pictures a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.2s;
}

.company-pictures a:hover img {
    transform: scale(1.05);
}

.product-pictures a {
    flex: 1 0 19%;
    max-width: 19%;
    margin: 0 1% 1% 0;
    height: 185px;
    min-width: 250px;
}

.address-holder {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.address-holder .address {
    flex: 1 0 25%;
    max-width: 25%;
}

.address-holder iframe {
    flex: 1 0 75%;
    max-width: 75%;
    border: 5px solid gainsboro;
}

/* ===== Kontakty: CZ obchodní zástupci – nadpis uprostřed + 4 ve 4 sloupcích ===== */

.contacts.cz-reps.cz-reps--4{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

/* nadpis přes celou šířku a na střed */
.contacts.cz-reps.cz-reps--4 .contact-item.title{
  grid-column: 1 / -1;
  text-align: center;
  justify-content: center; /* protože máš title jako flex */
}

/* aby se ti title nerovnalo vlevo podle původního .contact-item.title */
.contacts.cz-reps.cz-reps--4 .contact-item.title h3{
  width: 100%;
  text-align: center;
}

/* sjednocení paddingu jen pro tuhle sekci */
.contacts.cz-reps.cz-reps--4 .contact-item{
  padding: 0;
  max-width: none;
}

/* mapy v CZ reps zmenšíme jen na desktop, aby se vše vešlo */
.contacts.cz-reps.cz-reps--4 .contact-item img{
  max-width: 180px; /* klidně 160–190 dle oka */
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* tablet: 2 vedle sebe */
@media (max-width: 991px){
  .contacts.cz-reps.cz-reps--4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* mobil: 1 pod sebe */
@media (max-width: 767px){
  .contacts.cz-reps.cz-reps--4{
    grid-template-columns: 1fr;
  }
}

html:before{content:"FINTHERM-CSS-TEST";display:none}

