html{
    box-sizing:border-box
}
*,*:before,*:after{
    box-sizing:inherit
}
html{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{
    display:block
}
summary{
    display:list-item
}
audio,canvas,progress,video{
    display:inline-block
}
progress{
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent;
    text-decoration:none;
}
a:active,a:hover{
    outline-width:0
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}
b,strong{
    font-weight:bolder
}
dfn{
    font-style:italic
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-0.25em
}
sup{
    top:-0.5em
}
figure{
    margin:1em 40px
}
img{
    border-style:none
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
hr{
    box-sizing:content-box;
    height:0;overflow:visible
}
button,input,select,textarea,optgroup{
    font:inherit;
    margin:0
}
optgroup{
    font-weight:bold
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
button,[type=button],[type=reset],[type=submit]{
    -webkit-appearance:button
}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{
    border-style:none;
    padding:0
}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    border:1px solid #c0c0c0;
    margin:0 2px;padding:.35em .625em .75em
}
legend{
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio]{
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
/* koniec ekstrakcji*/
html,body{
    font-family:Verdana,sans-serif;
    font-size:15px;
    line-height:1.5
}
html{
    overflow-x:hidden
}
h1{
    font-size:36px
}
h2{
    font-size:30px
}
h3{
    font-size:24px
}
h4{
    font-size:20px
}
h5{
    font-size:18px
}
h6{
    font-size:16px
}
h7{
    font-size:12px
}
/*STOPCIA Z LINKAMI*/
.stopka { color:#f1f1f1;text-align: justify;line-height: 0.1em;}
.stopka h1{ color:#f1f1f1; font-size:0.2em; display: inline; font-weight: normal;}
.stopka a{ color:#f1f1f1; font-weight: none; text-decoration:none;}
.stopka a:hover{ color:#f1f1f1; text-decoration:none;}


/*wyswietlanie zdjec*/
* {
    box-sizing: border-box;
  }
  
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
/*modalnosc tla*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top:  1em;/*100px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    box-sizing: border-box;
  }
  /*modalnosc tla*/
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  /*przycisk zamykania*/
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Przyciski nastepny / poprzedni */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* pozycja przycisku następne zdjecie */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* czarne tlo przyciskow */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* wyswietlanie numeracji zdjec */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
/*koniec wyswietlania zdjec*/

/*responsywnosc mapy*/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*koniec responsywnosci mapy*/

/*INFORMACJA NA STRONIE GŁOWNEJ*/
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 1em;
  }
  
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
.closebtn:hover {
    color: black;
  }

  /*KONIEC INFO*/

.kd-serif{
    font-family:serif
}
.kd-sans-serif{
    font-family:sans-serif
}
.kd-cursive{
    font-family:cursive
}
.kd-monospace{
    font-family:monospace
}
h1,h2,h3,h4,h5,h6{
    font-family:"Segoe UI",Arial,sans-serif;
    font-weight:400;
    margin:10px 0
}
.kd-wide{
    letter-spacing:4px
}
hr{
    border:0;
    border-top:1px solid #eee;
    margin:20px 0
}
.kd-image{
    max-width:100%;
    height:auto
}
img{
    vertical-align:middle
}
a{
    color:inherit
}
.kd-table,.kd-table-all{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;display:table
}
.kd-table-all{
    border:1px solid #ccc
}
.kd-bordered tr,.kd-table-all tr{
    border-bottom:1px solid #ddd
}
.kd-striped tbody tr:nth-child(even){
    background-color:#f1f1f1
}
.kd-table-all tr:nth-child(odd){
    background-color:#fff
}
.kd-table-all tr:nth-child(even){
    background-color:#f1f1f1
}
.kd-hoverable tbody tr:hover,.kd-ul.kd-hoverable li:hover{
    background-color:#ccc
}
.kd-centered tr th,.kd-centered tr td{
    text-align:center
}
.kd-table td,.kd-table th,.kd-table-all td,.kd-table-all th{
    padding:8px 8px;
    display:table-cell;
    text-align:left;
    vertical-align:top
}
.kd-table th:first-child,.kd-table td:first-child,.kd-table-all th:first-child,.kd-table-all td:first-child{
    padding-left:16px
}
.kd-btn,.kd-button{
    border:none;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap
}
.kd-btn:hover{
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
.kd-btn,.kd-button{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}   
.kd-disabled,.kd-btn:disabled,.kd-button:disabled{
    cursor:not-allowed;
    opacity:0.3
}.kd-disabled *,:disabled *{
    pointer-events:none
}
.kd-btn.kd-disabled:hover,.kd-btn:disabled:hover{
    box-shadow:none
}
.kd-badge,.kd-tag{
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center
}
.kd-badge{
    border-radius:50%
}
.kd-ul{
    list-style-type:none;
    padding:0;
    margin:0
}
.kd-ul li{
    padding:8px 16px;
    border-bottom:1px solid #ddd
}
.kd-ul li:last-child{
    border-bottom:none
}
.kd-tooltip,.kd-display-container{
    position:relative
}
.kd-tooltip .kd-text{
    display:none
}
.kd-tooltip:hover .kd-text{
    display:inline-block
}
.kd-ripple:active{
    opacity:0.5
}
.kd-ripple{
    transition:opacity 0s
}
.kd-input{
    padding:8px;
    display:block;
    border:none;
    border-bottom:1px solid #ccc;width:100%
}
.kd-select{
    padding:9px 0;
    width:100%;
    border:none;
    border-bottom:1px solid #ccc
}
.kd-dropdown-click,.kd-dropdown-hover{
    position:relative;
    display:inline-block;
    cursor:pointer
}
.kd-dropdown-hover:hover .kd-dropdown-content{
    display:block
}
.kd-dropdown-hover:first-child,.kd-dropdown-click:hover{
    background-color:#ccc;
    color:#000
}
.kd-dropdown-hover:hover > .kd-button:first-child,.kd-dropdown-click:hover > .kd-button:first-child{
    background-color:#ccc;
    color:#000
}
.kd-dropdown-content{
    cursor:auto;
    color:#000;
    background-color:#fff;
    display:none;
    position:absolute;
    min-width:160px;
    margin:0;
    padding:0;
    z-index:1
}
.kd-check,.kd-radio{
    width:24px;
    height:24px;
    position:relative;
    top:6px
}
.kd-sidebar{
    height:100%;
    width:200px;
    background-color:#fff;
    position:fixed!important;
    z-index:1;
    overflow:auto
}
.kd-bar-block .kd-dropdown-hover,.kd-bar-block .kd-dropdown-click{
    width:100%
}
.kd-bar-block .kd-dropdown-hover .kd-dropdown-content,.kd-bar-block .kd-dropdown-click .kd-dropdown-content{
    min-width:100%
}
.kd-bar-block .kd-dropdown-hover .kd-button,.kd-bar-block .kd-dropdown-click .kd-button{
    width:100%;
    text-align:left;
    padding:7px 15px
}
.kd-main,#main{
    transition:margin-left .4s
}
.kd-modal{
    z-index:3;
    display:none;
    padding-top:100px;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.4)
}
.kd-modal-content{
    margin:auto;
    background-color:#fff;
    position:relative;
    padding:0;
    outline:0;
    width:600px
}
.kd-bar{
    width:100%;
    overflow:hidden
}
.kd-center .kd-bar{
    display:inline-block;
    width:auto
}
.kd-bar .kd-bar-item{
    padding:8px 16px;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0
}
.kd-bar .kd-dropdown-hover,.kd-bar .kd-dropdown-click{
    position:static;
    float:left
}
.kd-bar .kd-button{
    white-space:normal
}
.kd-bar-block .kd-bar-item{
    width:100%;
    display:block;
    padding:8px 16px;
    text-align:left;
    border:none;
    white-space:normal;
    float:none;outline:0
}
.kd-bar-block.kd-center .kd-bar-item{
    text-align:center
}
.kd-block{
    display:block;
    width:100%
}
.kd-responsive{
    display:block;
    overflow-x:auto
}
.kd-container:after,.kd-container:before,.kd-panel:after,.kd-panel:before,.kd-row:after,.kd-row:before,.kd-row-padding:after,.kd-row-padding:before,
.kd-cell-row:before,.kd-cell-row:after,.kd-clear:after,.kd-clear:before,.kd-bar:before,.kd-bar:after{
    content:"";
    display:table;
    clear:both
}
.kd-col,.kd-half,.kd-third,.kd-twothird,.kd-threequarter,.kd-quarter{
    float:left;
    width:100%
}
.kd-col.s1{
    width:8.33333%
}
.kd-col.s2{
    width:16.66666%
    }
.kd-col.s3{
    width:24.99999%
    }
.kd-col.s4{
    width:33.33333%
    }    
.kd-col.s5{
    width:41.66666%
    }
.kd-col.s6{
    width:49.99999%
    }
.kd-col.s7{
    width:58.33333%
    }
.kd-col.s8{
    width:66.66666%
    }   
.kd-col.s9{
    width:74.99999%
    }
.kd-col.s10{
    width:83.33333%
    }
.kd-col.s11{
    width:91.66666%
    }
.kd-col.s12{
    width:99.99999%
    }
@media (min-width:601px){
    .kd-col.m1{
        width:8.33333%
        }
    .kd-col.m2{
        width:16.66666%
        }
    .kd-col.m3,.kd-quarter{
        width:24.99999%
        }
    .kd-col.m4,.kd-third{
        width:33.33333%
        }
    .kd-col.m5{
        width:41.66666%
        }
    .kd-col.m6,.kd-half{
        width:49.99999%
        }
    .kd-col.m7{
        width:58.33333%
        }
    .kd-col.m8,.kd-twothird{
        width:66.66666%
        }
    .kd-col.m9,.kd-threequarter{
        width:74.99999%
        }
    .kd-col.m10{
        width:83.33333%
        }
    .kd-col.m11{
        width:91.66666%
        }
    .kd-col.m12{
        width:99.99999%
        }
    } 
@media (min-width:993px){
    .kd-col.l1{
        width:8.33333%
        }
    .kd-col.l2{
        width:16.66666%
        }
    .kd-col.l3{
        width:24.99999%
        }
    .kd-col.l4{
        width:33.33333%
        }
    .kd-col.l5{
        width:41.66666%
        }
    .kd-col.l6{
        width:49.99999%
        }
    .kd-col.l7{
        width:58.33333%
        }
    .kd-col.l8{
        width:66.66666%
        }
    .kd-col.l9{
        width:74.99999%
        }
    .kd-col.l10{
        width:83.33333%
        }
    .kd-col.l11{
        width:91.66666%
        }
    .kd-col.l12{
        width:99.99999%
        } 
    }  
.kd-rest{
    overflow:hidden
    }
.kd-stretch{
    margin-left:-16px;
    margin-right:-16px
    }   
.kd-content,.kd-auto{
    margin-left:auto;
    margin-right:auto
    }
.kd-content{
    max-width:980px
    }
.kd-auto{
    max-width:1140px
    }
.kd-cell-row{
    display:table;
    width:100%
    }
.kd-cell{
    display:table-cell
    }  
.kd-cell-top{
    vertical-align:top
    }
.kd-cell-middle{
    vertical-align:middle
    }
.kd-cell-bottom{
    vertical-align:bottom
    }    
.kd-hide{
    display:none!important
    }
.kd-show-block,.kd-show{
    display:block!important
    }
.kd-show-inline-block{
    display:inline-block!important
    }   
@media (max-width:1205px){
    .kd-auto{
        max-width:95%
        }
    } 
@media (max-width:600px){
    .kd-modal-content{
        margin:0 10px;
        width:auto!important
        }
    .kd-modal{
        padding-top:30px
        }
    .kd-dropdown-hover.kd-mobile .kd-dropdown-content,.kd-dropdown-click.kd-mobile .kd-dropdown-content{
        position:relative
        }     
    .kd-hide-small{
        display:none!important
        }
    .kd-mobile{
        display:block;
        width:100%!important
        }
    .kd-bar-item.kd-mobile,.kd-dropdown-hover.kd-mobile,.kd-dropdown-click.kd-mobile{
        text-align:center
        }   
    .kd-dropdown-hover.kd-mobile,.kd-dropdown-hover.kd-mobile .kd-btn,.kd-dropdown-hover.kd-mobile .kd-button,.kd-dropdown-click.kd-mobile,.kd-dropdown-click.kd-mobile .kd-btn,.kd-dropdown-click.kd-mobile .kd-button{
    width:100%
    }
    
    }
    
    @media (max-width:768px){
    .kd-modal-content{
    width:500px
    }
    .kd-modal{
    padding-top:50px
    }
    
    }
    
    @media (min-width:993px){
    .kd-modal-content{
    width:900px
    }
    .kd-hide-large{
    display:none!important
    }
    .kd-sidebar.kd-collapse{
    display:block!important
    }
    
    }
    
    @media (max-width:992px) and (min-width:601px){
    .kd-hide-medium{
    display:none!important
    }
    
    }
    
    @media (max-width:992px){
    .kd-sidebar.kd-collapse{
    display:none
    }
    .kd-main{
    margin-left:0!important;
    margin-right:0!important
    }
    .kd-auto{
    max-width:100%
    }
    
    }
    
    .kd-top,.kd-bottom{
    position:fixed;
    width:100%;
    z-index:1
    }
    .kd-top{
    top:0
    }
    .kd-bottom{
    bottom:0
    }
    
    .kd-overlay{
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    z-index:2
    }
    
    .kd-display-topleft{
    position:absolute;
    left:0;
    top:0
    }
    .kd-display-topright{
    position:absolute;
    right:0;
    top:0
    }
    
    .kd-display-bottomleft{
    position:absolute;
    left:0;
    bottom:0
    }
    .kd-display-bottomright{
    position:absolute;
    right:0;
    bottom:0
    }
    
    .kd-display-middle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%)
    }
    
    .kd-display-left{
    position:absolute;
    top:50%;
    left:0%;
    transform:translate(0%,-50%);
    -ms-transform:translate(-0%,-50%)
    }
    
    .kd-display-right{
    position:absolute;
    top:50%;
    right:0%;
    transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%)
    }
    
    .kd-display-topmiddle{
    position:absolute;
    left:50%;
    top:0;
    transform:translate(-50%,0%);
    -ms-transform:translate(-50%,0%)
    }
    
    .kd-display-bottommiddle{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translate(-50%,0%);
    -ms-transform:translate(-50%,0%)
    }
    
    .kd-display-container:hover .kd-display-hover{
    display:block
    }
    .kd-display-container:hover span.kd-display-hover{
    display:inline-block
    }
    .kd-display-hover{
    display:none
    }
    
    .kd-display-position{
    position:absolute
    }
    
    .kd-circle{
    border-radius:50%
    }
    
    .kd-round-small{
    border-radius:2px
    }
    .kd-round,.kd-round-medium{
    border-radius:4px
    }
    .kd-round-large{
    border-radius:8px
    }
    .kd-round-xlarge{
    border-radius:16px
    }
    .kd-round-xxlarge{
    border-radius:32px
    }
    
    .kd-row-padding,.kd-row-padding>.kd-half,.kd-row-padding>.kd-third,.kd-row-padding>.kd-twothird,.kd-row-padding>.kd-threequarter,.kd-row-padding>.kd-quarter,.kd-row-padding>.kd-col{
    padding:0 8px
    }
    
    .kd-container,.kd-panel{
    padding:0.01em 16px
    }
    .kd-panel{
    margin-top:16px;
    margin-bottom:16px
    }
    
    .kd-code,.kd-codespan{
    font-family:Consolas,"courier new";
    font-size:16px
    }
    
    .kd-code{
    width:auto;
    background-color:#fff;
    padding:8px 12px;
    border-left:4px solid #4CAF50;
    word-wrap:break-word
    }
    
    .kd-codespan{
    color:crimson;
    background-color:#f1f1f1;
    padding-left:4px;
    padding-right:4px;
    font-size:110%
    }
    
    .kd-card,.kd-card-2{
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
    }
    
    .kd-card-4,.kd-hover-shadow:hover{
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
    }
    
    .kd-spin{
    animation:kd-spin 2s infinite linear
    }
    @keyframes kd-spin{
    0%{
    transform:rotate(0deg)
    }
    100%{
    transform:rotate(359deg)
    }
    
    }
    
    .kd-animate-fading{
    animation:fading 10s infinite
    }
    @keyframes fading{
    0%{
    opacity:0
    }
    50%{
    opacity:1
    }
    100%{
    opacity:0
    }
    
    }
    
    .kd-animate-opacity{
    animation:opac 0.8s
    }
    @keyframes opac{
    from{
    opacity:0
    }
     to{
    opacity:1
    }
    
    }
    
    .kd-animate-top{
    position:relative;
    animation:animatetop 0.4s
    }
    @keyframes animatetop{
    from{
    top:-300px;
    opacity:0
    }
     to{
    top:0;
    opacity:1
    }
    
    }
    
    .kd-animate-left{
    position:relative;
    animation:animateleft 0.4s
    }
    @keyframes animateleft{
    from{
    left:-300px;
    opacity:0
    }
     to{
    left:0;
    opacity:1
    }
    }
    
    .kd-animate-right{
    position:relative;
    animation:animateright 0.4s
    }
    @keyframes animateright{
    from{
    right:-300px;
    opacity:0
    }
     to{
    right:0;
    opacity:1
    }
    
    }
    
    .kd-animate-bottom{
    position:relative;
    animation:animatebottom 0.4s
    }
    @keyframes animatebottom{
    from{
    bottom:-300px;
    opacity:0
    }
     to{
    bottom:0;
    opacity:1
    }
    
    }
    
    .kd-animate-zoom {
    animation:animatezoom 0.6s
    }
    @keyframes animatezoom{
    from{
    transform:scale(0)
    }
     to{
    transform:scale(1)
    }
    
    }
    
    .kd-animate-input{
    transition:width 0.4s ease-in-out
    }
    .kd-animate-input:focus{
    width:100%!important
    }
    
    .kd-opacity,.kd-hover-opacity:hover{
    opacity:0.60
    }
    .kd-opacity-off,.kd-hover-opacity-off:hover{
    opacity:1
    }
    
    .kd-opacity-max{
    opacity:0.25
    }
    .kd-opacity-min{
    opacity:0.75
    }
    
    .kd-greyscale-max,.kd-grayscale-max,.kd-hover-greyscale:hover,.kd-hover-grayscale:hover{
    filter:grayscale(100%)
    }
    
    .kd-greyscale,.kd-grayscale{
    filter:grayscale(75%)
    }
    .kd-greyscale-min,.kd-grayscale-min{
    filter:grayscale(50%)
    }
    
    .kd-sepia{
    filter:sepia(75%)
    }
    .kd-sepia-max,.kd-hover-sepia:hover{
    filter:sepia(100%)
    }
    .kd-sepia-min{
    filter:sepia(50%)
    }
    
    .kd-tiny{
    font-size:10px!important
    }
    .kd-small{
    font-size:12px!important
    }
    .kd-medium{
    font-size:15px!important
    }
    .kd-large{
    font-size:18px!important
    }
    
    .kd-xlarge{
    font-size:24px!important
    }
    .kd-xxlarge{
    font-size:36px!important
    }
    .kd-xxxlarge{
    font-size:48px!important
    }
    .kd-jumbo{
    font-size:64px!important
    }
    
    .kd-left-align{
    text-align:left!important
    }
    .kd-right-align{
    text-align:right!important
    }
    .kd-justify{
    text-align:justify!important
    }
    .kd-center{
    text-align:center!important
    }
    
    .kd-border-0{
    border:0!important
    }
    .kd-border{
    border:1px solid #ccc!important
    }
    
    .kd-border-top{
    border-top:1px solid #ccc!important
    }
    .kd-border-bottom{
    border-bottom:1px solid #ccc!important
    }
    
    .kd-border-left{
    border-left:1px solid #ccc!important
    }
    .kd-border-right{
    border-right:1px solid #ccc!important
    }
    
    .kd-topbar{
    border-top:6px solid #ccc!important
    }
    .kd-bottombar{
    border-bottom:6px solid #ccc!important
    }
    
    .kd-leftbar{
    border-left:6px solid #ccc!important
    }
    .kd-rightbar{
    border-right:6px solid #ccc!important
    }
    
    .kd-section,.kd-code{
    margin-top:16px!important;
    margin-bottom:16px!important
    }
    
    .kd-margin{
    margin:16px!important
    }
    .kd-margin-top{
    margin-top:16px!important
    }
    .kd-margin-bottom{
    margin-bottom:16px!important
    }
    
    .kd-margin-left{
    margin-left:16px!important
    }
    .kd-margin-right{
    margin-right:16px!important
    }

    .kd-padding-icone
    {
        padding:4px 16px!important 
    }
    
    .kd-padding-small{
    padding:4px 8px!important
    }
    .kd-padding{
    padding:8px 16px!important
    }
    .kd-padding-large{
    padding:12px 24px!important
    }
    
    .kd-padding-16{
    padding-top:16px!important;
    padding-bottom:16px!important
    }
    .kd-padding-24{
    padding-top:24px!important;
    padding-bottom:24px!important
    }
    
    .kd-padding-32{
    padding-top:32px!important;
    padding-bottom:32px!important
    }
    .kd-padding-48{
    padding-top:48px!important;
    padding-bottom:48px!important
    }
    
    .kd-padding-64{
    padding-top:64px!important;
    padding-bottom:64px!important
    }
    
    .kd-padding-top-64{
    padding-top:64px!important
    }
    .kd-padding-top-48{
    padding-top:48px!important
    }
    
    .kd-padding-top-32{
    padding-top:32px!important
    }
    .kd-padding-top-24{
    padding-top:24px!important
    }
    
    .kd-left{
    float:left!important
    }
    .kd-right{
    float:right!important
    }
    
    .kd-button:hover{
    color:#000!important;
    background-color:#ccc!important
    }
    
    .kd-transparent,.kd-hover-none:hover{
    background-color:transparent!important
    }
    
    .kd-hover-none:hover{
    box-shadow:none!important
    }
    
/* Style kolorów */
.kd-icone,.kd-hover-icone:hover{color:#fff!important;background-color:#323c4f!important}
.kd-text-icone,.kd-hover-text-icone:hover{color:#000!important}

.kd-amber,.kd-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.kd-aqua,.kd-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.kd-blue,.kd-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.kd-light-blue,.kd-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.kd-brown,.kd-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.kd-cyan,.kd-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.kd-blue-grey,.kd-hover-blue-grey:hover,.kd-blue-gray,.kd-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.kd-green,.kd-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.kd-light-green,.kd-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.kd-indigo,.kd-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.kd-khaki,.kd-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.kd-lime,.kd-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.kd-orange,.kd-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.kd-deep-orange,.kd-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.kd-pink,.kd-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.kd-purple,.kd-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.kd-deep-purple,.kd-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.kd-red,.kd-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.kd-sand,.kd-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.kd-teal,.kd-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.kd-yellow,.kd-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.kd-white,.kd-hover-white:hover{color:#000!important;background-color:#fff!important}
.kd-black,.kd-hover-black:hover{color:#fff!important;background-color:#000!important}
.kd-grey,.kd-hover-grey:hover,.kd-gray,.kd-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.kd-light-grey,.kd-hover-light-grey:hover,.kd-light-gray,.kd-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.kd-dark-grey,.kd-hover-dark-grey:hover,.kd-dark-gray,.kd-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.kd-pale-red,.kd-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.kd-pale-green,.kd-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.kd-pale-yellow,.kd-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.kd-pale-blue,.kd-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.kd-text-amber,.kd-hover-text-amber:hover{color:#ffc107!important}
.kd-text-aqua,.kd-hover-text-aqua:hover{color:#00ffff!important}
.kd-text-blue,.kd-hover-text-blue:hover{color:#2196F3!important}
.kd-text-light-blue,.kd-hover-text-light-blue:hover{color:#87CEEB!important}
.kd-text-brown,.kd-hover-text-brown:hover{color:#795548!important}
.kd-text-cyan,.kd-hover-text-cyan:hover{color:#00bcd4!important}
.kd-text-blue-grey,.kd-hover-text-blue-grey:hover,.kd-text-blue-gray,.kd-hover-text-blue-gray:hover{color:#607d8b!important}
.kd-text-green,.kd-hover-text-green:hover{color:#4CAF50!important}
.kd-text-light-green,.kd-hover-text-light-green:hover{color:#8bc34a!important}
.kd-text-indigo,.kd-hover-text-indigo:hover{color:#3f51b5!important}
.kd-text-khaki,.kd-hover-text-khaki:hover{color:#b4aa50!important}
.kd-text-lime,.kd-hover-text-lime:hover{color:#cddc39!important}
.kd-text-orange,.kd-hover-text-orange:hover{color:#ff9800!important}
.kd-text-deep-orange,.kd-hover-text-deep-orange:hover{color:#ff5722!important}
.kd-text-pink,.kd-hover-text-pink:hover{color:#e91e63!important}
.kd-text-purple,.kd-hover-text-purple:hover{color:#9c27b0!important}
.kd-text-deep-purple,.kd-hover-text-deep-purple:hover{color:#673ab7!important}
.kd-text-red,.kd-hover-text-red:hover{color:#f44336!important}
.kd-text-sand,.kd-hover-text-sand:hover{color:#fdf5e6!important}
.kd-text-teal,.kd-hover-text-teal:hover{color:#009688!important}
.kd-text-yellow,.kd-hover-text-yellow:hover{color:#d2be0e!important}
.kd-text-white,.kd-hover-text-white:hover{color:#fff!important}
.kd-text-black,.kd-hover-text-black:hover{color:#000!important}
.kd-text-grey,.kd-hover-text-grey:hover,.kd-text-gray,.kd-hover-text-gray:hover{color:#757575!important}
.kd-text-light-grey,.kd-hover-text-light-grey:hover,.kd-text-light-gray,.kd-hover-text-light-gray:hover{color:#f1f1f1!important}
.kd-text-dark-grey,.kd-hover-text-dark-grey:hover,.kd-text-dark-gray,.kd-hover-text-dark-gray:hover{color:#3a3a3a!important}
.kd-border-amber,.kd-hover-border-amber:hover{border-color:#ffc107!important}
.kd-border-aqua,.kd-hover-border-aqua:hover{border-color:#00ffff!important}
.kd-border-blue,.kd-hover-border-blue:hover{border-color:#2196F3!important}
.kd-border-light-blue,.kd-hover-border-light-blue:hover{border-color:#87CEEB!important}
.kd-border-brown,.kd-hover-border-brown:hover{border-color:#795548!important}
.kd-border-cyan,.kd-hover-border-cyan:hover{border-color:#00bcd4!important}
.kd-border-blue-grey,.kd-hover-border-blue-grey:hover,.kd-border-blue-gray,.kd-hover-border-blue-gray:hover{border-color:#607d8b!important}
.kd-border-green,.kd-hover-border-green:hover{border-color:#4CAF50!important}
.kd-border-light-green,.kd-hover-border-light-green:hover{border-color:#8bc34a!important}
.kd-border-indigo,.kd-hover-border-indigo:hover{border-color:#3f51b5!important}
.kd-border-khaki,.kd-hover-border-khaki:hover{border-color:#f0e68c!important}
.kd-border-lime,.kd-hover-border-lime:hover{border-color:#cddc39!important}
.kd-border-orange,.kd-hover-border-orange:hover{border-color:#ff9800!important}
.kd-border-deep-orange,.kd-hover-border-deep-orange:hover{border-color:#ff5722!important}
.kd-border-pink,.kd-hover-border-pink:hover{border-color:#e91e63!important}
.kd-border-purple,.kd-hover-border-purple:hover{border-color:#9c27b0!important}
.kd-border-deep-purple,.kd-hover-border-deep-purple:hover{border-color:#673ab7!important}
.kd-border-red,.kd-hover-border-red:hover{border-color:#f44336!important}
.kd-border-sand,.kd-hover-border-sand:hover{border-color:#fdf5e6!important}
.kd-border-teal,.kd-hover-border-teal:hover{border-color:#009688!important}
.kd-border-yellow,.kd-hover-border-yellow:hover{border-color:#ffeb3b!important}
.kd-border-white,.kd-hover-border-white:hover{border-color:#fff!important}
.kd-border-black,.kd-hover-border-black:hover{border-color:#000!important}
.kd-border-grey,.kd-hover-border-grey:hover,.kd-border-gray,.kd-hover-border-gray:hover{border-color:#9e9e9e!important}
.kd-border-light-grey,.kd-hover-border-light-grey:hover,.kd-border-light-gray,.kd-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.kd-border-dark-grey,.kd-hover-border-dark-grey:hover,.kd-border-dark-gray,.kd-hover-border-dark-gray:hover{border-color:#616161!important}
.kd-border-pale-red,.kd-hover-border-pale-red:hover{border-color:#ffe7e7!important}.kd-border-pale-green,.kd-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.kd-border-pale-yellow,.kd-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.kd-border-pale-blue,.kd-hover-border-pale-blue:hover{border-color:#e7ffff!important}