/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */


@font-face {
    font-family: 'segoeui_light';
    src: url('fonts/SEGOEUIL.eot');
    src: local('SEGOEUIL'),
    url('fonts/SEGOEUIL.woff') format('woff'),
    url('fonts/SEGOEUIL.ttf') format('truetype');
}

@font-face {
    font-family: 'segoeui';
    src:url('fonts/segoeui.ttf') format('truetype'),
        url('fonts/segoeui.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeui_bd';
    src:url('fonts/segoeuib.ttf') format('truetype'),
        url('fonts/segoeuib.eot');
    font-weight: normal;
    font-style: normal;
}

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body h3{
    font-size:18px !important;
    margin:10px 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'segoeui';
}

body {
    font-family: 'segoeui' !important;
    font-size: 16px !important;
    color: #454545 !important;
    background: #fff;
    line-height: 1.4 !important;
    padding-top: 93px;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, .btn-1, .btn-2 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1200px;
    }
}

/* *** HEADER *** */

header {
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: center;
    float: left;
    height: 85px;
    width: 100%;
}

header:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    display: block;
    content: "";
    background: url('../img/img01.png');
    background-size: 100% 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 23px 0;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
}

.langs-box {
    float: left;
    color: #949494;
    font-size: 14px;
    margin-top: 8px;
}

.langs-box ul {
    padding: 0;
    margin: 0 -10px;
}

.langs-box ul li {
    float: left;
    height: 25px;
    border-left: 1px solid #003e6f;
    list-style: none;
    padding: 1px 10px;
}

.langs-box ul li:first-child {
    border-left: none;
}

.langs-box ul li:first-child, .langs-box ul li:last-child {
    margin: 0;
}

.langs-box a {
    color: #454545;
    font-size: 14.74px;
}

.langs-box a:hover {
    color: #0a67b1;
}

.search-box {
    float: left;
    width: 143px;
    margin-right: 25px;
    margin-top: 3px;
}

.search {
    position: relative;
    width: 100%;
    float: left;
}

.search input {
    width: 100%;
    height: 34px;
    float: left;
    padding-bottom: 2px;
    color: #454545;
    border: none;
    background: #fff;
    font-size: 16px;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    float: left;
    background: #fff;
    text-align: center;
    border: none;  
}

.search button span {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    display: inline-block;
    background: url('../img/sprite.png') 0 0 no-repeat;   
}

.search button:hover {
    opacity: 0.80;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    position: relative;
    z-index: 2;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
    height: 25px;
    border-left: 1px solid #003e6f;
}

.main-menu > ul > li:first-child {
    background: none;
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
}

.main-menu > ul > li > a {
    color: #454545;
    display: block;
    float: left;
    height: 45px;
    margin-top: -10px;
    padding: 10px 27px;
    line-height: 27px;
    font-size: 18px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #0a67b1;
}


.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    list-style: none; 
    width: 240px;
    background: #f7f7f7;  
    display: none;     
}

.main-menu ul ul ul {
    width: 340px;
}

.main-menu ul ul ul {
    border-top: none;
    left: 100%;
    margin-left: 0;
}

.main-menu ul ul {
    border-top: 10px solid #fff;
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #454545;
    display: block;
    padding: 6px 15px;
    float: left;
    font-size: 15px;
    width: 100%; 
}

.main-menu ul ul ul {
    max-height: calc(100vh - 85px);
    overflow: auto;
}

.main-menu ul ul li:hover > a {
    background: #0a67b1;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** BANNER *** */

.banner-box {
    float: left;
    width: 100%;
}

.banner-box img {
    display: block;
}

.banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    z-index: 1;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .bx-controls-direction {
    display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 475px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 80px;
    color: #454545;
    font-size: 16px;
}

.banner .description.txt-position-top {
    width: 100%;
    text-align: center;
    text-align: center;
    justify-content: center;
    padding-top: 25px;
    align-items: inherit;
}

.banner .description.font-color-white {
    color: #fff;
}

.banner a .description.font-color-white .btn-1 {
    color: #fff;
    border-color: #fff;
}

.banner a:hover .description.font-color-white .btn-1 {
    color: #0a67b1;
    background: #fff;
}

.banner .name {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
}

.banner a {
    color: #fff;
}

.banner h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.banner .button-box {
    margin-top: 25px;
}

.btn-1 {
    font-size: 14px;
    color: #454545;
    padding: 0 13px 0 15px;
    border: 1px solid #454545;
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    line-height: 41px;
    letter-spacing: 2px;
}

.z-title-1-1 {
    border-top: none !important;
}

a:hover .btn-1, .btn-1:hover {
    color: #fff;
    background: #454545; 
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 10px;
    height: 18px;
    z-index: 1000;
}

.banner .prev-box {
    left: 18px;    
}

.banner .next-box {
    right: 18px;    
}

body .bx-wrapper {
    padding: 0;
    margin: 0;
    border: none;
}

.banner .bx-prev, .banner .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.banner .bx-prev {
    background: url('../img/sprite.png') -23px 0 no-repeat;   
}

.banner .bx-next {
    background: url('../img/sprite.png') -37px 0 no-repeat;    
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.banner .bx-controls {
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
    bottom: 0;
    text-align: center;
    right: 0;
}

body .banner .bx-pager {
    float: none;
    display: inline-block;
    text-align: center;
    padding: 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

body .banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 12px;
    height: 12px;
    background: #454545;
    margin: 0;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    background: #0a67b1 !important;    
}

body, html {
    height: 100%;
}

.banner-full-screen {
    width: 100%;
    height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
    height: 100% !important;
}

.banner-full-screen {
    height: 100%;
}

/* *** HOME *** */

main {
    float: left;
    width: 100%;
}

.title h2, .title h1 {
    margin: 0;
    line-height: 1.2;
    color: #0a67b1;
    font-size: 49px;
    font-family: 'segoeui_light';
}

.title {
    padding: 12px 0 22px 0;
}

body .row {
    margin: 0 -10px;
}

body .row > div {
    padding: 0 10px;
}

.box-1 {
    display: block;
    color: #454545;
    font-size: 20px;
    text-align: center;
}

.box-1:hover {
    color: #0a67b1;
}

.box-1:hover img {
    opacity: 0.9;
}

.box-1 .txt {
   height: 56px;
   overflow: hidden;
   margin: 10px 0;
}

.box-1 figure {
    margin: 0;
}

.text p:last-child {
    margin-bottom: 0;
}

.padding-bottom-1 {
    padding-bottom: 40px;
}

.content-box-3 {
    background: #f7f7f7;
}

.text p a, .text ul a {
    color: #454545;
    text-decoration: underline;
}

.text p a:hover, .text ul a:hover {
    color: #0a67b1;
    text-decoration: underline;
}

.box-2 {
    display: block;
    color: #454545;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.box-2 .txt {
    height: 44px;
    overflow: hidden;
    margin: 12px 0 10px 0;
}

.box-2 figure {
    margin: 0;
    height: 236px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-2:hover img {
    opacity: 0.9;
}

.btn-2 {
    color: #454545;
    font-size: 14.25px;
    letter-spacing: 2px;
}

.box-2:hover {
    color: #454545; 
}

.btn-2:hover, a:hover .btn-2 {
    color: #0a67b1;
}

.bottom-box {
    text-align: center;
    padding: 30px 0;
}

.bottom-box .txt-1 {
    color: #0a67b1;
}



.partners-content ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

label.error {
    color: red;
    font-size: 12px !important;
}

.partners-content ul li {
    padding: 0 15px;
}

.partners-content figure {
    height: 60px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.partners-content .bx-wrapper {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.partners-content  .bx-controls, .partners-content .bx-pager {
    display: none !important;
}

.partners-content figure a:hover {
    opacity: 0.9;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #454545;
    font-size: 13.62px;
    letter-spacing: 2px;
    margin: 8px 0 2px 0;
    line-height: 1.2;
}

.breadcrumb-box ul {
    margin: 0;
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    margin-right: 9px;
    padding-right: 7px;
    padding-bottom: 2px;
    border-right: 1px solid #454545;
    list-style: none;
}

.breadcrumb-box ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.breadcrumb-box a {
    color: #454545;
}

.breadcrumb-box span {
    color: #0060af;
}

.breadcrumb-box a:hover {
    color: #000;    
}

/* *** FOOTER *** */
  
footer {
    float: left;
    width: 100%;
    background: #fff;
    font-size: 14px;
}

.footer-top {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 25px 0;
}

.footer-top .txt a {
    color: #0a67b1;
    font-family: 'segoeui_bd';   
}

.footer-top .txt a:hover {
    opacity: 0.9;
}

.footer-top .txt {
    position: relative;
    padding-left: 39px;
    margin-top: 20px;
}

.footer-top .txt-1:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 27px;
    height: 24px;
    margin-top: -12px;
    display: block;
    content: "";
    background: url('../img/sprite.png') 0 -22px;    
}

.footer-top .txt-2:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 27px;
    height: 24px;
    margin-top: -11px;
    display: block;
    content: "";
    background: url('../img/sprite.png') 0 -48px;    
}

.footer-top .txt-3:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 27px;
    height: 21px;
    margin-top: -9px;
    display: block;
    content: "";
    background: url('../img/sprite.png') 0 -75px;    
}

.f-logo {
    padding-left: 39px;
}

.footer-top .col-box {
    width: 50%;
    float: left;
}

.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #454545;
}

footer a:hover {
    color: #0a67b1;
}

.f-menu ul {
    padding: 0;
    float: right;
    margin: 0;
    list-style: none;
}

.f-menu li {
    float: left;
    margin-left: 60px;
}

.btn-3 {
    display: inline-block;
    height: 56px;
    padding: 0 15px;
    line-height: 56px;
    font-family: 'segoeui_bd';
    font-size: 20px;
    background: #0a67b1;
    color: #fff;
}

.btn-3:hover {
    color: #fff;
    opacity: 0.9;
}

.f-buttons {
    clear: both;
    float: right;
    margin-bottom: -20px;
    padding-top: 57px;
}

.f-box {
    margin-left: 66px;
    float: left;
}

.fb {
    height: 56px;
    width: 56px;
    display: block;
    background: #0a67b1;
    position: relative;
}

.fb:hover {
    opacity: 0.9;
}

.fb:after {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 33px;
    display: block;
    content: "";
    background: url('../img/sprite.png') -52px 0;
}

.cwb {
    width: 56px;
    display: block;
}

.cwb:hover {
    opacity: 0.9;
}

.cwb .cwb-top {
    width: 100%;
    height: 56px;
    display: block;
    background: #0a67b1;
    position: relative;
}

.cwb .cwb-top:after {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 44px;
    display: block;
    content: "";
    background: url('../img/sprite.png') -78px 0;
}

.cwb .cwb-bottom {
    font-size: 9px;
    color: #0a67b1;
    padding-top: 4px;
    text-align: center;
    line-height: 1.4;
    display: block;
}

.footer-bottom {
    float: left;
    width: 100%;
    padding: 15px 0 13px 0;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 6px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: red;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #000;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #b41b1e;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** PRODUKTU *** */

.main-content {
    float: left;
    width: 100%;
    padding-bottom: 35px;
}

.content-box-4-1 figure {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
    margin: 0;
    width: 50%;
}

.content-box-4-1 .description {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    width: 49%;
}

.content-box-4-1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #454545;
}

.text ul {
    padding: 0;
    list-style: none;
}

.text ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 12px;
}

.text ul li:last-child {
    margin-bottom: 0;
}

.text ul li:after {
    width: 5px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: url('../img/sprite.png') -124px 0 no-repeat; 
}

.text ul:last-child {
    margin-bottom: 0;
}

.content-box-4-2 {
    padding: 0 30px;
    padding-top: 32px;
}

.content-box-4-2 ul a {
    text-decoration: none !important;
}

/* *** OFERTA *** */

.box-3 h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.box-3 h2 a {
    color: #454545;
}

.box-3 h2 a:hover {
        color: #0a67b1;
  
  
  
  
}

.search-list {
    padding-bottom: 15px;
}

.search-list li {
    margin-bottom: 25px;
}

.search-list h3 {
    margin-bottom: 15px;
}

.search-list h3 a {
        color: #454545;
        font-size: 25px;
}

.search-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-3 img:hover{
    opacity: 0.9;
}

.box-3 {
    margin-bottom: 19px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #454545;
    padding-bottom: 17px;
}

.box-3 figure {
    margin: 0;
    float: left;
}

.box-3 .description {
    overflow: hidden;
    padding-left: 40px;
}

.box-3 ul a {
    text-decoration: none !important;
}

/* *** O NAS *** */

.content-box-4-0 .content-box-4-1 {
    border-bottom: none;
}

.text h2 {
    font-size: 20px;
    color: #0061af;
    font-weight: normal;
    margin-bottom: 5px;
}
.text h3 {
    font-size: 18px!important;
    color: #0061af!important;
    font-weight: normal;
    margin-bottom: 5px;
}

.content-box-5 {
    padding-top: 10px;
    margin-bottom: 30px;
}

.content-box-6 {
    padding: 0 140px;
}

.boxes-4 .row-box {
    margin-left: -6px;
    margin-right: -6px;
}

.boxes-4 .col-box {
    padding: 6px;
    width: 50%;
    float: left;
}

.box-4 {
    border: 1px solid #0a67b1;
    height: 180px;
    text-align: center;
    padding: 10px;
    padding-top: 20px;
    color: #0061af;
}
b {
        font-family: 'segoeui_bd';
        font-weight: normal;
}

.z-carousel .disabled {
    display: none !important;
}

.search-header {
    margin-top: 30px;
}

.box-4 span {
    display: block;
    font-family: 'segoeui_bd';
    font-size: 70px;
    opacity: 0.5;
}

.boxes-4 {
    display: inline-block;
    vertical-align:middle;
    width: 50%;
}

.content-box-6-1 .description {
    display: inline-block;
    vertical-align:middle;
    width: 49%;
    padding-left: 30px;
}

.content-box-6-1 {
    margin-bottom: 42px;
}

.boxes-5 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.boxes-5:after{
    width: 100%;
    height: 1px;
    background: #0061af;
    content:"";
    display: block;
    position: absolute;
    top: 56px;
    left: 0;
}

.box-5 {
    position: relative;
    z-index: 1;
    color: #0061af;
    font-size: 16px;
    text-align: center;
}

.box-5 .ic {
    position: relative;
    display: block;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #0061af;
    width: 112px;
    height: 112px;
}

.box-5 .ic:after {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: 50%;
    content: "";
    display: block;
    height: 58px;
}

.box-5 .ic-1:after {
    margin-left: -20px;
    width: 41px;
    background: url('../img/sprite.png') -138px 0 no-repeat;  
}

.box-5 .ic-2:after {
    margin-left: -23px;
    width: 47px;
    background: url('../img/sprite.png') -188px 0 no-repeat;  
}

.box-5 .ic-3:after {
    margin-left: -30px;
    width: 60px;
    background: url('../img/sprite.png') -248px 0 no-repeat;  
}

.box-5 .ic-4:after {
    margin-left: -22px;
    width: 44px;
    background: url('../img/sprite.png') -319px 0 no-repeat;  
}

/* *** KONTAKT *** */

.c-content-box-1 .col-box-1 {
    width: 470px;
    float: left;
    padding-right: 15px;
}

strong {
    font-family: 'segoeui_bd';
    font-weight: normal;
}

.c-content-box-1 .text p a {
    text-decoration: none !important;   
}

.c-content-box-1 .col-box-2 {
    overflow: hidden;
}

.c-title {
    font-family: 'segoeui_bd';
    margin-bottom: 20px;
    font-size: 20px;
    color: #0061af;
}

.label-box label {
    margin-bottom: 6px;
}

.input-box {
    margin-bottom: 20px;
}

.input-box input, .input-box textarea {
    height: 49px;
    padding: 0 15px;
    background: #f7f7f7;
    border: none;
    width: 100%;
    display: block;
}

.input-box textarea {
    height: 137px;
    overflow: auto;
    resize: none;
    padding: 10px 15px;
}

.btn-3 {
    border: none;
}

.c-button-box .btn-3 {
    padding: 0 35px;    
}

.checkbox-box {
    margin-bottom: 22px;
    position: relative;
}

.checkbox-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
}

.checkbox-box label {
    font-size: 14px;
    margin: 0;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
}

.checkbox-box .error:after {
    display: none !important;
}

.checkbox-box :checked + label + label:after {
    background: #0a67b1;
}

.blockPage {

    left: 50% !important;
    text-indent: -99999px !important;
    top: 50% !important;
    z-index: 1555 !important;
    width: 100px !important;
    height: 100px !important;
    margin: -75px 0 0 -75px !important;
    border: 16px solid #f3f3f3 !important;
    border-radius: 50% !important;
    background: none !important;
    border-top: 16px solid #0a67b1 !important;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
    
}

.checkbox-box label:after{
    width: 17px;
    height: 17px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f7f7f7;
}

.checkbox-box label a {
    color:#454545;
}

.checkbox-box label a:hover {
    color: #0061af;
}

.c-content-box-1 {
    margin-bottom: 35px;
}

.title-1 h2 {
    font-size: 39px;
    text-align: center;
}

.c-content-box-2 {
    position: relative;
    background: #f7f7f7;
    margin: 50px 0;
}

.c-content-box-2:before {
    position: absolute;
    top: 0;
    left: 50%;
    background: #f7f7f7;
    display: block;
    height: 100%;
    margin-left: -2000px;
    width: 4000px;
    content: "";
}

.map-content {
    height: 690px;
    width: 790px;
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: -50px auto;   
}

body .c-tooltip-box {
    width: 178px !important;
    height: 137px !important;
    background: #fff !important;
    z-index: 100000 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #c5cdce !important;
}

body .c-tooltip-box .description {
    overflow: hidden;
    height: 137px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 15px 12px 15px !important;
    font-weight: normal !important;
    font-family: 'segoeui' !important;
    font-size: 14px;
    text-shadow: none;
    color: #454545;
}

body .c-tooltip-box .description .txt-1 {
    font-family: 'segoeui_bd';
    margin-bottom: 10px;
}

body .c-tooltip-box .description .txt-2, body .c-tooltip-box .description .txt-3 {
    color: #0a67b1;
    font-family: 'segoeui_bd';
    position: relative;
    padding-left: 25px;
}

body .c-tooltip-box .description .txt-2:after {
    width: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    background: url('../img/sprite.png') -387px 0 no-repeat;     
    left: 0;
    content: "";
    display: block;
    height: 16px;
}

body .c-tooltip-box .description .txt-3:after {
    width: 18px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    background: url('../img/sprite.png') -405px 0 no-repeat;     
    left: 0;
    content: "";
    display: block;
    height: 14px;
}

body .c-tooltip-box figure {
    float: left;
    margin: 0;
}

body .c-tooltip-box figure img {
    display: block !important;
}

.cssmap > li a .tooltip-arrow {
    border-color: #0a67b1 transparent !important;
}

.title-txt {
    font-size: 24px;
    font-family: 'segoeui_light';
}

/* *** PRODUKT *** */

.z-content-box-1 .col-box {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.z-content-box-1 .col-box .z-image {
    height: 358px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-content-box-1 .row-box {
    margin: 0 -15px;
}

.z-content-box-1 .text a {
    color: #0a67b1;
}

.z-content-box-1 .text a:hover {
    color: #454545;
}

.z-carousel {
    margin-top: 10px;
    float: left;
    width: 100%;
    padding: 0 55px;
    position: relative;
}

.z-carousel .bx-wrapper {
    box-shadow: none;
}

.z-carousel .bx-controls {
    display: none;
}

.z-carousel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.z-carousel li {
    width: 146px;
    margin-right: 10px;
    float: left;
}


.z-carousel .prev-box, .z-carousel .next-box {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 10px;
    height: 18px;
    z-index: 1000;
}

.z-carousel .prev-box {
    left: 0;    
}

.z-carousel .next-box {
    right: 0;    
}

body .bx-wrapper {
    padding: 0;
    margin: 0;
    border: none;
}

.z-carousel .bx-prev, .z-carousel .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.z-carousel figure {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.z-carousel .bx-prev {
    background: url('../img/sprite.png') -428px 0 no-repeat;   
}

.z-carousel .bx-next {
    background: url('../img/sprite.png') -440px 0 no-repeat;    
}

.z-carousel .prev-box:hover, .z-carousel .next-box:hover {
    opacity: 0.90;
}

.z-carousel a:hover img, .z-image a:hover img {
    opacity: 0.9;
}

.z-content-box-1 {
    margin-bottom: 10px;
}

.z-title {
    font-size: 18px;
    color: #0061af;
    padding: 15px 0;
    border-top: 1px solid #0061af;    
}

.table-box {
    overflow: auto;
}

table {
    font-size: 14px;

    text-align: center;
}

table tr:nth-child(even) td {
    background: #f7f7f7;
}

table td, table th {
    padding: 10px;
    border: 1px solid #fff;
}

table th {
    background: #6d757d;
    font-weight: normal;
    color: #fff;
}

table p {
    margin: 0;
}

table {
    margin-bottom: 25px;
}

.table-box table {
    margin-bottom: 0;
}

.text ol:last-child {
    margin-bottom: 0;
}

.z-content-box-1 .text {
    margin-bottom: 25px;
}

.z-content-box-2 .text a {
    color: #0061af;
}

.z-content-box-2 .text a:hover {
    color: #454545;
}

.z-content-box-2 .text h2 {
    color: #676767;
    margin-bottom: 25px;
}

.margin-bottom-1 {
    margin-bottom: 40px;
}

.margin-bottom-2 {
    margin-bottom: 30px;
}

.z-content-box-2 figure {
    margin: 0;
}

.z-title-3 {
    border-bottom: 1px solid #454545;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.z-list-1, .z-box-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.z-list-1 li, .z-box-1 ul li {
    padding-left: 37px;
    position: relative;
    margin-bottom: 5px;
}


.z-list-1 a, .z-box-1 ul li a {
    color: #454545;
    font-size: 14.34px;
    display: inline-block;
    line-height: 1.2;
}

.z-list-1 a:hover, .z-box-1 ul li a:hover {
    color: #0061af;
}

.zic-1:after {
    width: 17px;
    height: 17px;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    position: absolute;
    margin: -8.5px;
    background: url('../img/sprite.png') -454px 0 no-repeat;   
}

.z-box-1zz li a:after {
width: 17px;
    height: 17px;
    top: 17px;
    left: 13px;
    display: block;
    content: "";
    z-index: 2;
    position: absolute;
    margin: -8.5px;
    background: url(../img/sprite.png) -454px 0 no-repeat;    
}


.z-box-1zz li a:before {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    text-align: center;
    top: 4px;
    content: "";
    left: 0;
    background: #0061af;
    color: #fff;
    line-height: 27px;
    font-family: 'segoeui_bd';
    font-size: 11px;
}

.zic-2:after {
    width: 7px;
    height: 9px;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    position: absolute;
    margin: -4.5px -2.5px;
    background: url('../img/sprite.png') -474px 0 no-repeat;   
}

.z-box-1zzz li a:after {
width: 7px;
    height: 9px;
    top: 17px;
    left: 14px;
    display: block;
    content: "";
    position: absolute;
    margin: -4.5px -2.5px;
    background: url(../img/sprite.png) -474px 0 no-repeat;
} 



.z-box-1zzz li a:before {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    text-align: center;
    top: 4px;
    content: "";
    left: 0;
    background: #0061af;
    color: #fff;
    line-height: 27px;
    font-family: 'segoeui_bd';
    font-size: 11px;
}

.z-list-1 .zic {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    text-align: center;
    top: 4px;
    left: 0;
    background: #0061af;
    color: #fff;
    line-height: 27px;
    font-family: 'segoeui_bd';
    font-size: 11px;
}

.z-boxes-1 .row > div {
    margin-bottom: 15px;
}

.z-boxes-1 .row > div:last-child {
    margin-bottom: 0;
}

#cookiesBox {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #0a67b1;
    color: #fff;
    width: 100%;
    font-size: 16px;
    max-width: 100%;
    padding: 20px 15px 16px 15px;
    text-align: center;
}

.sitemap {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sitemap ul {
        padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 20px;
}

.sitemap a {
    color: #454545;
}

.sitemap a:hover {
    color: #0a67b1;
}

#cookiesBox a {
    color: #fff;
    text-decoration: underline;
}

.pr-button-1-1 {
    text-align: right;
    padding-top: 10px;
}

.realization-list figure {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.realization-list .date {
    font-size: 12px;
    padding: 10px 0;
}

.realization-list .txt-2 {
    height: 68px;
    overflow: hidden;
}

.realization-list .row > div {
    margin-bottom: 40px;
}

.realization-list .txt-1 {
    font-family: 'segoeui_bd';
    height: 48px;
    overflow: hidden;
}

.realization-list a {
    color: #454545;
}

.realization-list a:hover {
      color: #0a67b1;
}

.xx-boxes {
    padding-top: 20px;
}

.xx-box .xx-images {
    float: left;
    width: 477px;
    margin-right: 20px;
}

.z-image {
    height: 318px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.xx-box .description {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
.realization-list figure {
    height: 211px;
}
.xx-box .xx-images {
    float: left;
    width: 100%;
    text-align: center;
    margin-right: 0;
}

.xx-box .description {
    width: 100%;
    clear: both;
    overflow: hidden;
}
}

.x-form-box .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.x-form-box .col-box {
    width: 50%;
    padding: 0 15px;
}

.x-title {
    font-family: 'segoeui_bd';
    color: #0a67b1;
    margin-bottom: 25px;
}

.checkbox-box label:after {
    background: #e4e4e4;
}

.checkbox-box :checked + label:after {
    background: #0a67b1;
    border: 4px solid  #e4e4e4;
}

.x-checkbox-content .checkbox-box label:after {
        top: 2px;
}

.x-checkbox-content .checkbox-box {
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.x-button-box {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.bk-summary {
    text-align: center;
    border: 1px solid  #454545;
    padding: 20px;
    margin: 30px 0 40px 0;
}

.bk-number {
    display: inline-block;
    background: #0a67b1;
    font-family: 'segoeui_bd';
    padding: 10px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

.x-checkbox-content {
    display: flex;
}.x-form-facture {
    padding-top: 20px;
}

.x-form-facture {
    padding-top: 20px;
}

@media only screen and (max-width: 992px) {
    .x-form-box .col-box  {
        width: 100%;
    }.x-form-box .row-box .col-box:first-child {margin-bottom: 30px;}
}
