/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-11-03, 09:18:13
    Author     : Magdalena Śniegocka <magda.sniegocka@cecodes.eu>
*/
:root {
    --default-color: #cd2122; /*#00549a;*/
    --default-color-c: #fff;
    --default-consult-color: #cd2122;
    --default-consult-color-c: #fff;
    --default-bo-color: #cd2122;
    --default-bo-color-c: #fff;
    --default-news-color: #cd2122;
    --default-news-color-c: #fff;
    --primary-color: #cd2122;
    --primary-consult-color: #cd2122;
    --primary-bo-color: #cd2122;
    --secondary-color: #e31e25;
    --secondary-consult-color: #34495e;
    --secondary-bo-color: #34495e;
    --secondary-news-color: #34495e;
    --secondary-news-color-c: #fff;
    --danger-color: #cd2122;
    --dark-color: #212121;
    --light-color: #fff;
    --active-color: #21cd76;
    --end-color: #cd2122;
    --active-consult-color: #21cd76;
    --end-consult-color: #cd2122;
    --waiting-consult-color: #777;
    --active-bo-color: #21cd76;
    --waiting-bo-color: #777;
    --end-bo-color: #cd2122;
    --admin-button-color: #ff6600;
    --admin-button-color-c: #fff;
}

.a12 {
    font-size:12px!important;
}

.nouppercase {
    text-transform: none!important;
}

/*Paddings*/
.p-20 {
    padding: 20px !important;
}

.ptop-15 {
    padding-top: 15px !important;
}

.p24 {
    font-size:24px;
}

.likeh3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 24px!important;
}

.likeh4 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 18px!important;
}

.def-colour {
    color: var(--default-color);
}

.warn-colour {
    color: red
}

.def-border {
    border-top-color: var(--default-color) !important;
    border-left-color: var(--default-color) !important;
    border-right-color: var(--default-color) !important;
    border-bottom-color: var(--default-color) !important
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #969696;
    border-color: #969696;
}
.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1px;
    cursor: pointer;
    opacity: 0;
}

select {
    width: 21.5rem;
    height: 4rem;
    outline: 0px none;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 1em;
    width: 100%;
    color: #000;
}

#scrollspy > .nav > li > a:focus, #scrollspy >  .nav > li > a:hover,
#scrollspy >  .nav > li.active > a{
    background: none !important;
    color: var(--default-color);
}
#scrollspy > .nav > li > a {
    transition: color .2s ease-out;
    color: rgb(83, 83, 83);
    font-size: 1.4rem;

}

.breadcrumbs li:last-child::after {
    display: none !important;
}
.breadcrumbs {
    margin: 0 0 10px;
    padding: 9px 10px 7px;
    list-style: none;
    background: rgba(0, 0, 0, 0.8);
    float: left;
    border-radius: 2px;
}

/*#footer {
    background: #2f2f2f;
    padding: 60px 0 20px;
    color: #d5d5d5;
    border-top: 4px solid #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
}*/

html, body {
    height: 100%;
}
#page_wrapper {
    /* min-height: 100%; */
    /* equal to footer height */
    margin-bottom: -342px;
    /*background-color: #f5f5f5;*/
}
.kl-slideshow {
    background:#fff;
}
#page_wrapper:after {
    content: "";
    display: block;
}
#footer, #page_wrapper:after {
    min-height: 342px;

    /*   // position: absolute;
      //  bottom: 0px;*/
    width: 100%;
}

.card-h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0px;
    padding: 0 20px 5px 0;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    line-height: 2.5rem
}

.lime-text.text-darken-2 {
    color: #afb42b !important;
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important;
}
.yellow-text {
    color: #ffeb3b !important;
}

.like-btn, .dislike-btn, .follow-btn, .list-inline-item > a {
    color: #666;
    cursor: pointer;
}
.like-btn.disabled, .dislike-btn.disabled {
    cursor: default !important;
    opacity: 0.7;
}

.like-btn.disabled:hover, .dislike-btn.disabled:hover {
    cursor: default !important;
    opacity: 0.7;
    color: #666;

}

.list-inline-item .fa,
.like-btn .fa,
.dislike-btn .fa {
    /*    margin-left: 1px;*/
    margin-right: 2px;
}

.last-el {
    border-bottom: 1px solid #eceeef;
}

#flash-messages {
    list-style: none;
}

.main-nav ul ul.sub-menu li:hover > ul {
    left: -100%;
    top: -3px;
    opacity: 1;
}

.error {
    color: var(--danger-color);
}

.invalid {
    border-color: var(--danger-color);
    opacity: 0.5;
}

.toplang-item.disabled {
    opacity: 0.7;
}

.toplang-item.disabled  a {
    color: #e7e7e7 !important;
    font-weight: bold;
}

.toplang-item.disabled:hover,
.toplang-item.disabled a:hover,
.toplang-item.disabled{
    cursor: default !important;
    background: var(--default-color) !important;
}

.topnav li.drop .inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.topnav li.drop li.disabled a:hover {
    cursor: default !important;
    background: #e7e7e7;
    font-weight: bold;
}

.logo-subcontainer {
    /*border: 2px solid #cd2122;
    background: rgb(255, 255, 255);*/
    padding: 0px 10px;
}

@media (max-width: 1300px) {
    .hide-fixed {
        display: none !important;
    }
}

.process_box4.active .number span {
    visibility: visible;
    opacity: 1;
    font-size: 30px;
}

.process_box4.active .number::before {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

.preloader-wrapper.active {
    animation: container-rotate 1568ms linear infinite;
}
.preloader-wrapper.big {
    width: 64px;
    height: 64px;
}
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}

.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-green-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only {
    opacity: 1;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
}
.spinner-blue, .spinner-blue-only {
    border-color: #4285f4;
}
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    overflow: hidden;
}
.circle-clipper, .circle-clipper .circle, .gap-patch {
    border-color: inherit;
    height: 100%;
}

.active .circle-clipper.left .circle {
    animation: left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;
}
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    transform: rotate(129deg);
}
.circle-clipper .circle {
    width: 200%;
    border-width: 3px;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.circle-clipper, .circle-clipper .circle, .gap-patch {
    border-color: inherit;
    height: 100%;
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    overflow: hidden;
}
.circle-clipper, .circle-clipper .circle, .gap-patch {
    border-color: inherit;
    height: 100%;
}

.logo-container h2 {
    color: #fff;
}

/* @media (min-width: 967px) {
  .logo-container {
    max-width: 48%;
  }
  .main-nav {
      max-width: 45%;
  }
}*/
.centerContainer {
    width:640px;
    text-align:center;
    background:rgba(255,255,255,0.65);
    position:absolute;
    margin: auto;
    left:0;
    right:0;
    top:30px;
    bottom:0;
    padding-top: 250px;
}
.affix-top {
    position: fixed;
    top: 370px;
    width: 280px;
/*    transition: all 1s ease;*/
}

.affix {
    top: 120px;
    transition: all 1s ease;
}

/* .affix + .page-subheader {
      padding-top: 350px;
  }*/

.affix,
.affix-bottom {
    width: 300px;
}

.affix-bottom {
    position: absolute;
}

.affix-end {
    height: 50px;
}

#fixed-sidebar .card-panel {
    margin-top: 0;
}

@media only screen and (max-width: 1200px) {
    #fixed-sidebar {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    #mobile-sidebar {
        display: none;
    }
}

@media only screen and (max-width: 1450px) {
    .affix-top,
    .affix,
    .affix-bottom {
        width: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .hidden-1200 {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .siteheader-container {
        width: 1350px !important;
    }
}


.modal-dialog {
    margin: 6em auto;
}

.min-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent::after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}

.percent {
    line-height: 110px;
    z-index: 2;
}
.min-chart, .percent {
    display: inline-block;
}
.min-chart {
    position: relative;
    width: 110px;
    height: 110px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.min-chart, .percent {
    display: inline-block;
}
.paragraf_odstep_lewy{
    margin-left: 100px !important;
}

.forum-like-btn,
.forum-dislike-btn {
    cursor: pointer;
}

.forum-like-btn.disabled,
.forum-dislike-btn.disabled{
    cursor: default;
}

.process-list li.disabled:hover {
    color: #000;
    border-radius: 130px;
    margin: 0 5px;
    font-size: 18px;
    height: 130px;
    background: #ccc;
}

.process-list li.disabled:hover a, .process-list li.disabled:hover span {
    color: #000;
    cursor: default;
}
@media(min-width: 768px){
    #project-form-id .process_box .content {
        width: calc(100% - 240px);
    }
}

#project-form-id table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 10px 3px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    border-top: none;
}

.cost-msg {
    font-size: 1em;
    font-weight: bold;
    color: var(--danger-color);
}
/*
#support_p:checked + .support_panel {
    margin-top: 0;
    max-height: 1000px;
    -webkit-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
}
.support_panel {
    background: #eee;
    height: auto;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0,0,0,.4) inset;
}

.support-panel-close {
    top: 5px;
    right: 5px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.support-panel-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    background: rgba(0,0,0,.08);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
}*/

@media (max-width: 1200px) {
    .support-panel-close {
        top: 5px;
        right: 5px;
        border-radius: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {

    .support-info {
        line-height: 20px !important;
        margin-top: 0;
    }
    
    .width-80-small-only {
        width: 80%;
    }
    .width-100-small-only {
        width: 100%;
    }
    .text-center-small-only {
        text-align: center !important;
    }
}
/* support panel */
.spanel-label {
    cursor: pointer;
    margin-top: 3px;
    color: #fff;
    opacity: 0.8;
    transition: opacity .15s ease-in-out;
}
.spanel-label:hover {
    opacity:1;
}
.panel-checkbox {
    display: none;
}
.support_panel {
    background: #eee;
    height: auto;
    max-height: 0;
    transition: max-height .2s ease-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0,0,0,.4) inset;
}
#support_p:checked + .support_panel  {
    margin-top: 0;
    max-height: 1000px;
    transition: max-height .4s ease-out;
}
#sliding_panel.opened {
    margin-top:0;
}
.support_panel .container {
    padding:15px;
}
#close_sliding_panel {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 0;
    background: #CCC;
    padding: 40px 10px 10px 10px;
}
#close_sliding_panel:hover {
    background:#ddd;
}
.support-info {
    margin-top: 5px;
}

.support-panel-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    background: rgba(0,0,0,.08);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: all .15s ease-in-out;
    transform: scale(0.1)
}
#support_p:checked + .support_panel .support-panel-close {
    transform: scale(1);
}
.support-panel-close:hover {
    background: rgba(0,0,0,.15);
    box-shadow: 0 0 0 3px rgba(0,0,0,.15)
}

.how_to_shop > .row {
    font-size:14px;
    margin-bottom: 20px;
}
.how_to_shop > p {
    font-size:13px;
    margin-top:15px;
}
.how_to_shop .number {
    display:inline-block;
    width:28px;
    height:28px;
    line-height:28px;
    font-size:16px;
    color: var(--default-color-c);
    background: var(--default-color);
    text-align: center;
    margin-right: 10px;
    font-weight: 900;
    border-radius:50%;
    margin-bottom: 5px;
}

/*.maxlength {
    font-size: 0.7em;
position: relative;
top: -15px;
}*/

.percent-low {
    color: green;
}
.percent-low:before {
    font-family: FontAwesome;
    content: "\f063";
    margin-right: 10px;
}

.percent-high {
    color: var(--danger-color);
}
.percent-high:before {
    font-family: FontAwesome;
    content: "\f062";
    margin-right: 10px;

}

.proposal-like-btn.disabled:hover,
.proposal-dislike-btn.disabled:hover{
    color: #000;
    cursor: default;
}

.proposal-like-btn:hover,
.proposal-dislike-btn:hover{
    cursor: pointer;
}

.maxlength {
    float: right;
    font-size: 10px;
}

.hg-portfolio-sortable ul.thumbs {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.hg-portfolio-sortable ul.thumbs li {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
/*.page-subheader {
 *     margin-bottom: 50px;
 *     }*/

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted!important;
    background-color:var(--default-color);
    color:var(--default-color-c);
    font-weight:700;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus,
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: var(--default-color-c);
  background-color: #a41a1b;;
  border-color: var(--default-color);
}
#map {
    width: 100%;
    height: 400px;
}
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#searchInput {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 50%;
}
#searchInput:focus {
    border-color: #4d90fe;
}

.customer-name-v1 {
    font-weight: 700;
    color: white;
    font-size: 30px;
    margin-top:15px;
    margin-bottom:10px;
    line-height: 1.3;
}
.customer-name-v2 {
    margin-top:0;
    margin-bottom:0;
    color:white;
    font-size: 20px;
    line-height: 30px;
}
.customer-system-name {
    margin-top:0px;
    font-size:1.2em;
    color:white;
    line-height:1.2;
}

.card-dark-blue a {
    background-color: #34495e;
    color: #fff;
}
.gobox-last p {
    color: var(--default-color-c);
    background-color: var(--default-color);
}

.font17px {
    font-size: 17px!important
}

.checkboxgroup {
    display: inline-block;
    text-align: center;
}
.checkboxgroup label, .checkboxgroup span {
    display: block;
}
#zn-res-menu li > a {
    height: 44px;
    color: #221D23;
}

a:hover img {
    outline: thin solid;
}
a.btn-element:hover, #portfolio-nav a:hover, .sc__boxes a:hover, a.hover-box:hover, .process_steps__step a:hover {
    text-decoration: none;
}

.gobox.ok.gobox-last a:focus {
    text-decoration-color:white!important
}

.gobox.ok.gobox-last a:hover {
    text-decoration-color:white!important
}

.btn-fullcolor.btn-skewed:hover {
    text-decoration: underline;
}
.btn-sm.btn-fullcolor {
  padding: 3px 10px 2px;
}

.btn-lined.lined-custom:hover {
    background-color:var(--default-color);
    color:var(--default-color-c);
/*    font-weight:700;*/
}

.main-nav ul ul.sub-menu li a {
    color: black!important;
}

.hover-box.hover-box-2:focus {
    text-decoration: underline!important;
    background-color: var(--default-color) !important;
    color: var(--default-color-c);
}

@media screen and (min-width: 992px){
    .main-nav ul li:focus-within > ul {
        top: 100%;
    }
}

@media screen and (min-width: 992px){
    .main-nav ul li:focus-within > ul, .main-nav ul li:focus-within > .hg_mega_container {
        left: 0;
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
}

.szybka-nawigacja {
    margin: 0px auto 0px auto;
    padding: 0px;
    height: 0px !important;
    overflow: hidden;
    text-align: center;
}
.szybka-nawigacja a:focus {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;
    padding: 8px 20px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    color: #000000;
    font-size: 14px;
    text-decoration-color: transparent;
}

.g-recaptcha {
    overflow: hidden;
    display: inherit;
    padding-left: 0px;
}

.kl-store-page .kl-store-info {
    background-color: #1E5C80;
}
.attch-btn {
    margin-bottom: 0px !important;
}
.commentlist li .comment-meta a {
    color: #595959;
}
nav {
    background: #444;
    padding: 0 15px;
}
nav a {
    color: white;
    text-decoration: none;
}
.menu,
.submenu {
    list-style-type: none;
}
.logo {
    font-size: 20px;
    padding: 7.5px 10px 7.5px 0;
}
/*.item {
    padding: 10px;
}*/
.item.button {
    padding: 9px 5px;
}
.main-nav .item:not(.button) a:hover,
.main-nav .item:not(.btn) a:hover,
.main-nav .item a:hover::after {
    color: #ccc;
}

/* Mobile menu */
.main-nav {
    width: 100%;
    /*    float: none !important;*/
}
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.menu li a {
    display: block;
    padding: 15px 5px;
}
.menu li.subitem a {
    padding: 15px;
}
.toggle {
    order: 1;
    font-size: 20px;
}
.item.button {
    order: 2;
}
.main-nav li.item {
    order: 3;
    width: 100%;
    text-align: left;
    display: none;
    text-transform: uppercase;
}
.menu.active .item,
.active .item {
    display: block;
}
.button.secondary { /* divider between buttons and menu links */
    border-bottom: 1px #444 solid;
}
/* Submenu up from mobile screens */
.submenu {
    display: none;
}
.submenu-active .submenu {
    display: block;
}
.has-submenu i {
    font-size: 12px;
}
.main-nav > ul > li > a {
    font-size: 13px;
    font-weight: 600;
}
.subitem a {
    padding: 10px 15px;
}
.submenu:focus-within,
.submenu:hover,
.submenu-active {
    /*    background-color: #111;*/
    border-radius: 3px;
}
.main-nav ul li a,
.main-nav ul ul.submenu li a {
    color: #fff !important;
}

/* Tablet menu */
@media all and (min-width: 700px) {

    .menu {
        justify-content: end ;
    }
    .logo {
        flex: 1;
    }
    .item.button {
        width: auto;
        order: 1;
        display: block;
    }
    .toggle {
        flex: 1;
        text-align: right;
        order: 2;
    }
    /* Button up from tablet screen */
    .menu li.button a {
        padding: 10px 15px;
        margin: 5px 0;
    }
    .button a {
        background: #0080ff;
        border: 1px royalblue solid;
    }
    .button.secondary {
        border: 0;
    }
    .button.secondary a {
        background: transparent;
        border: 1px #0080ff solid;
    }
    .button a:hover {
        text-decoration: none;
    }
    .button:not(.secondary) a:hover {
        background: royalblue;
        border-color: darkblue;
    }
}
@media (max-width: 480px) {
  .zn-res-trigger {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .main-nav > ul {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: end;
    display: flex;
  }
  .main-nav ul ul.sub-menu, .main-nav .hg_mega_container {
    background: #f5f5f5 !important;
  }
  .chaser .main-menu {
    margin-top: 10px;
  }
}
nav.scrollspy {
  background: transparent;
}
/*
 Desktop menu 
@media all and (min-width: 960px) {
    .main-nav {
        float: none !important;
    }
    nav {
        background: transparent;
    }
    .menu {
        align-items: flex-start;
        flex-wrap: nowrap;
        background: none;
    }
    .main-nav li.item {
        order: 1;
        position: relative;
        display: block;
        width: auto;
    }
    .button {
        order: 2;
    }
    .has-submenu:hover .submenu,
    .has-submenu:focus-within .submenu,
    .submenu-active .submenu {
        display: block;
        position: absolute;
        left: 0;
                top: 68px;
                background: #111;
        width: max-content;
        border-radius: 2px;
        border: 1px solid rgba(255,255,255,.8);
        box-shadow: 0 0 4px rgba(0,0,0,.4);
        background: #f5f5f5;
        padding: 6px 0;
        background: rgba(245, 245, 245, 1);
    }
    .toggle {
        display: none;
    }
    .submenu-active {
        border-radius: 0;
    }
    .main-nav > ul > li.has-submenu > a::after {
        content: '';
        opacity: 1;
        position: absolute;
        height: 1px;
        width: 7px;
        bottom: 3px;
        left: 17px;
        background-color: rgba(255,255,255,.4);
        transition: opacity .2s ease-in-out;
    }
    .main-nav > ul > li > ul.submenu::before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .main-nav ul ul.submenu li a {
        color: black !important;
    }
    .main-nav > ul > li:focus-within > a::before {
        height: 100%;
        opacity: 1;
    }
}
.main-nav {
    display: block !important;
}
.item.miscellaneous_sort  {
    text-transform: unset;
}*/

.eluida57bf773 {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*.zn_section--masked {
  padding-bottom: 55px;
}*/
.zn_section {
    /*  padding-top: 35px;*/
    /*  padding-bottom: 35px;*/
    position: relative;
}

.zn-bgSource, .zn-bgSource-overlay, .zn-bgSource-image, .zn-bgSource-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zn-videoBg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.zn-bgSource-poster {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.row.gutter-0 {
    margin-right: 0;
    margin-left: 0;
}

.row.gutter-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px){
    .col-md-6 {
        width: 50%;
    }
}
@media (min-width: 992px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

.znColumnElement-innerWrapper {
    width: 100%;
}
.znColumnElement-innerContent {
    width: 100%;
}
.zn-bo {
    background-color: rgba(61,61,61,0.7);
    height: 58rem;
}
/*.zn-bo {
    padding-top: 15%;
    padding-right: 10%;
    padding-bottom: 13%;
    padding-left: 15%;
}*/

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .pager::before, .pager::after {
    content: " ";
    display: table;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .pager::before, .pager::after {
    content: " ";
    display: table;
}
.element-scheme--light {
    color: #535353;
}
.kl-iconbox--theme-light, .kl-iconbox--theme-light a {
    color: #fff;
}
.kl-iconbox {
    margin-bottom: 30px;
}
.text-right {
    text-align: right;
}
.kl-iconbox__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}
.kl-iconbox__content-wrapper {
    width: 100%;
    flex: 0 0 100%;
}
@media screen and (min-width: 991px){
    .kl-iconbox--fright .kl-iconbox__icon-wrapper {
        /*        float: right;*/
        margin-left: 20px;
        width: 20%;
        flex: 0 0 20%;
    }
    .kl-iconbox--fleft .kl-iconbox__icon-wrapper {
        /*  float: left;*/
        margin-right: 20px;
        width: 20%;
        flex: 0 0 20%;
    }
    .kl-iconbox__content-wrapper {
        width: 70%;
        flex: 0 0 70%;
    }
}
.kl-iconbox--theme-dark .circleanim-svg path {
    fill:#111;
}
.kl-iconbox .kl-iconbox__inner .kl-iconbox__title {
    margin-top:55px;
    font-family:"Montserrat", Helvetica, Arial, sans-serif;
    font-size:32px;
    line-height:32px;
    font-weight:700;
    color:#ffffff;
    font-style:normal;
}
.kl-iconbox .kl-iconbox__inner .kl-iconbox__desc {
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    font-size:13px;
    line-height:24px;
    font-weight:400;
    color:#ffffff;
    font-style:normal;
}
.kl-iconbox .kl-iconbox__inner img.kl-iconbox__icon {
    max-width: 100%;
}
.kl-iconbox__icon-wrapper, .kl-iconbox__title-wrapper, .kl-iconbox__desc-wrapper, .kl-iconbox__cta-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
}
.intro-rb {
    background-color: rgba(205,33,34,0.7);
    height: 58rem;
    padding-left: 10%;
    padding-right: 15%;
}
.intro-lb {
    padding-left: 15%;
    padding-right: 5%;
}
.intro-rb, .intro-lb {
    padding-top: 17rem;
    padding-bottom: 13%;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}
.kl-iconbox .kl-iconbox__inner .kl-iconbox__title {
    margin-top: 55px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
}

.kl-iconbox__icon {
    line-height: 1;
    font-size: 42px;
    -webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.znColumnElement-innerWrapper {
    width: 100%;
}
.znColumnElement-innerContent {
    width: 100%;
}


.znColumnElement-innerWrapper {
    width:100%;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right {
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center .znColumnElement-innerContent {
    -webkit-align-self:center;
    -ms-flex-item-align:center;
    align-self:center;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom .znColumnElement-innerContent {
    -webkit-align-self:flex-end;
    -ms-flex-item-align:end;
    align-self:flex-end;
}
.znColumnElement-innerContent {
    width:100%;
}
.zn_section {
    /* padding-top:35px;*/
    /* padding-bottom:35px;*/
    position:relative;
}
/*.zn_section--masked {
 padding-bottom:55px;
}*/
.zn_section__source + .zn_section_size {
    position:relative;
}
.kl-bg-source + .zn_section_size {
    position:relative;
}
.bg-img-left {
    background-size: 100%; background-repeat:no-repeat; background-position: bottom right; height: 580px;
}
.bg-img-right {
     background-size: 100%; background-repeat:no-repeat; background-position: bottom left; height: 580px;
}
@media screen and (max-width:991px) {
    .section-sidemargins .zn_section_size.full_width {
        padding-left:0;
        padding-right:0;
    }
}
.ios-fixed-position-scr ~ .zn_section {
    position:relative;
}
.zn_section--inlinemodal {
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.logo-container.hasInfoCard {
    padding: 1em 0;
}
.form-control:focus {
    border-color: #66afe9;
    /*  box-shadow: inherit;*/
}
.underline {
    text-decoration: underline;
}

.btn-admin {
    margin-top: 0px;
    background: var(--admin-button-color);
    color: var(--admin-button-color-c);
}

.info-text-pl {
    font-size: 14px !important;
    padding-bottom: 1rem !important;
}
@media (max-width: 959px) {
    .site-header, .site-header.style2, .site-header.style4, .site-header.style5 {
        background-color: #444 !important;
    }
    .maskcontainer--mask3 {
        display: none;
    }
    .site-logo .logo-img {
        max-height: 5rem !important;
    }
}
@media (max-width: 959px) {
    .site-header {
        background-color: #444 !important;
        display: block;
        position: inherit;
    }
}

.iosSlider .slide-item-bg, .iosSlider .zn_slide_image_link, .iosSlider .kl-slide-overlay {
    background-position: center bottom !important;
}
.static-content {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sc__boxes .static-content__infopop.newsbox .sc__img {
    max-width: 100px;
}
.sc__boxes .static-content__infopop .sc__img ~ p {
    margin-left: 0px;
}

@media (max-width: 480px) {
    .hg_section {
        padding-top: 0px !important;
    }

    .hg_section.ptop-20 {
        padding-top: 20px !important;
    }
}

@media (max-width: 768px) {
    .full_width, .siteheader-container {
        padding-left: 0;
        padding-right: 0;
    }

    .xs-pt-20 {
        padding-top: 20px;
    }
    .xs-pt-10 {
        padding-top: 10px;
    }
}
@media (max-width: 991px) {
    .sm-pt-20 {
        padding-top: 20px;
    }
    .sm-pt-10 {
        padding-top: 10px;
    }
    .hover-box.hover-box-2, .hover-box.hover-box-3 {
        min-height: unset;
            margin-bottom: 5px;
    }
}
@media (min-width: 959px) {
    .newsbox {
        height: 140px;
        /*text-overflow: ellipsis;
          white-space: nowrap;*/
        overflow: hidden;
    }

}
@media (min-width: 1280px) {
    .sc__boxes.row{
        margin-left: 0;
        margin-right: 0;

    }
}
.sc__boxes .sc__box-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc__boxes .static-content__infopop .sc__img ~ p {
    margin-left: 52px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsbox-title {
    height: 180px !important;
    background-color: #fff !important;
    padding: 20px 30px !important;
}
.lp-title.newsbox-title .m_title {
    color: var(--default-color) !important;
}

@media (max-width: 1280px) {
    .ib2-custom .ib2-inner {
        padding: 20px;
        position: relative;
        z-index: 1;
    }
}

.timeline_box-row {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1260px ){
    #scrollspy {
        display: none;
    }
}

@media (max-width: 958px) {
    .onlysmall-text-center {
        text-align: center!important;
    }
    .sc__boxes .static-content__infopop .sc__img ~ p {
    margin-left: 0px;
}
}


/*** Btn fullorange */
.btn-fullorange.btn-skewed,
.btn-fullorange.btn-skewed:hover {
    border:0;
    background: none;
    position: relative;
    z-index: 0;
    font-weight: 700;
}
.btn-fullorange.btn-skewed:before {
    content:'';
    border-radius: 4px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    transform:skewX(-8deg);
    transition:background-color .2s ease-in-out;
    z-index: -1;
}
.btn-fullorange.btn-skewed:before {
    background-color: var(--admin-button-color);
}

.admin-button, .btn-fullorange, .ekonsultacje .btn.btn-fullorange {
    background-color: var(--admin-button-color);
    color: var(--light-color);
    border: solid 2px var(--default-color);
    font-weight: 700;
}

.admin-button:hover,
.admin-button:active
.admin-button:focus,
.btn-fullorange:focus,
.btn.btn-fullorange:active:focus, 
.btn.btn-fullorange:focus,
.btn-fullorange:hover,
.btn-fullorange.btn-skewed:hover:before,
.cart-container .buttons .button.wc-forward:hover,
.ekonsultacje .btn.btn-fullorange:focus,
.ekonsultacje .btn.btn-fullorange:hover,
.ekonsultacje .btn.btn-fullorange:active:focus
{
    background-color: var(--light-color);
    color: var(--dark-color);
    border: solid 2px var(--admin-button-color);
    font-weight: 700;
}

dl {
  margin-top: 0;
  margin-bottom: 10px!important;
}

.width-80 {
    width: 80%;
}

.index-bo .kl-iconbox__title,
.index-bo .kl-iconbox .kl-iconbox__inner .kl-iconbox__desc{
  color: var(--dark-color) !important;
}
.index-bo .kl-iconbox .kl-iconbox__inner .kl-iconbox__title {
  margin-top: 15px;
  font-size: 2rem;
}
.index-bo .kl-iconbox--fleft .kl-iconbox__icon-wrapper {
        /*  float: left;*/
        margin-right: 20px;
        width: 20%;
        flex: 0 0 20%;
}
.index-bo .kl-iconbox__content-wrapper {
width: 70%;
    flex: 0 0 70%;;
}

.vertical_tabs .tabbable .tab-content {
    float: left;
    width: 75%;
    min-height: 240px;
    padding-left: 30px;
    border-left: 1px solid #c2c2c2;
  }
  


.vertical_tabs.kl-style-1 .tabbable .nav > li.active > a {
  box-shadow: inset -3px 0 0 0 var(--default-bo-color);
}

.vertical_tabs .tabbable .nav > li.active > a, .vertical_tabs .tabbable .nav > li.active > a > span, .vertical_tabs .tabbable .nav > li > a:hover, .vertical_tabs .tabbable .nav > li > a:hover > span {
  color: var(--dark-color) !important;
  font-weight: 700!important;
}

.vertical_tabs.kl-style-1 .tabbable .nav > li > a {
  font-weight: 400;
  color: var(--dark-color);
  }
  
.link {
  font-weight: 600;
  text-decoration: underline;
  }
  
  .kl-iconbox__svg
  {
      height: 55px;
      opacity: 0.7;
  }
  
  .bold {
     font-weight: 700; 
  }
  .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.file-icon {
  font-size: 1.75rem;
  margin-right: 0.5rem;
}

.process_steps__step-icon path, .process_steps__step-icon g {
  stroke: #fff !important;
/*  fill: #fff !important;*/
}
.process_steps__step-icon svg {
      max-width: 7rem;
}
.process_steps__step-icon.document  g:nth-child(2){
    fill: #fff !important;
}
.card-cons svg, .card-bo svg{
    max-width: 8rem;
}
.card-cons path, .card-bo path{
    stroke: var(--default-color-c) !important;
}
.card-cons  g:nth-child(2) > g:nth-child(2) > path:nth-child(1) {
     fill: var(--default-color-c) !important;
    stroke: transparent !important;
}
.card-bo g:nth-child(7) > path:nth-child(1), .card-bo path:nth-child(2) {
    fill: var(--default-color-c) !important;
    stroke: transparent !important;
}

.bo-iconbox path{
    stroke: var(--default-bo-color-c) !important;
}
.bo-iconbox g:nth-child(7) > path:nth-child(1), .bo-iconbox  path:nth-child(2) {
    fill: var(--default-bo-color-c) !important;
    stroke: transparent !important;
}
.cons-iconbox path{
    stroke: var(--default-consult-color-c) !important;
}
.cons-iconbox g:nth-child(2) > g:nth-child(2) > path:nth-child(1) {
    fill: var(--default-consult-color-c) !important;
    stroke: transparent !important;
}
.process_steps__step a:hover h3, .process_steps__step a:hover p {
  text-decoration: underline;
}
.floatnone {
    float: none !important;
}

.ib2-content--title {
    font-size: 15px;
    font-weight: 500;
}

.site-logo .logo-img {
  max-width: 100% !important;
  max-height: 15rem;
}
.d-flex {
    display: flex !important;
}
