html, body {
    height:100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 241px!important;
}
footer {
    position: absolute;
    width: 100%;
    margin-top: -241px;
    height: 241px;
}

ul.slides {
    height: 480px;
}
ul.slides > li {
    height: 100%;
    width: 100%;
    text-align: center;
}

.custom-inner {
    margin-top: 10%;
    margin-bottom: 10%;
}

.custom-inner-top {
    margin-top: 10%;
}

.custom-inner-bottom {
    margin-bottom: 10%;
}

.is-clickable {
    cursor: pointer;
}
.is-zoom-in {
    cursor: zoom-in;
}

.info {
    color:#73879c;
}

.cms-box {
    display: none;
}

.bg-image-holder {
    background-size: cover!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
}
.bg-image-holder > img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.light-bg.img-bg-softer:before {
    background-color: #f2f5f7;
    opacity: .60;
}

.sidemeta .date-wrapper .day {
    margin-top: -2px;
}

FORM#aktualnosc label {
    width: 100%;
    margin-right: 14px;
    margin-left: 6px;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.dropzone .dz-preview,
.dropzone .dz-preview * {
    cursor: move;
    cursor: -webkit-grab;
}
.dropzone .dz-details,
.dropzone .dz-details * {
    display: none;
}

.contacts a {
    color: #656565;
}

/* admin menu */

.admin.menu-icon {
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    padding-top: 6px;
    top:0;
    right:0;
    background: rgba(240,25,25,0.5);
    cursor: pointer;
    border-radius: 0px 0px 0px 4px;
    z-index: 8001;
}

.admin.menu {
    overflow-y: auto;
    width: 280px;
    height: 100%;
    z-index: 8000;
    color: #fff;
    position: fixed;
    font-size: 16px;
    text-align: left;
    padding-top: 46px;
    top:0;
    right:-280px;
    background: rgba(0,0,0,0.9);
    
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    padding-left:0px;
}
.admin.menu.active {
    right: 0px;
}

.admin.menu li {
    font-family: 'Lato', sans-serif;
    color: #bbb;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0px 8px 24px;
    list-style-type: none;
    
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}
.admin.menu li:hover,
.admin.menu li:focus {
    background: #888;
    color: rgba(0,0,0,0.9);
}

.admin.menu hr {
    margin: 5px 0px;
    border-bottom: 1px dashed #ced7e0;
}
/* end admin menu */

/* admin */

.on-of-xs {
    width: 30px;
    height: 14px;
    font-size: 10px;
    color: white;
    margin-top: 7px;
    margin-right: 8px;
    border-radius: 1px;
    cursor: pointer;
}

.on-of-xs:hover {
    animation-name: on-of-xs;
    animation-duration:0.2s;
    animation-fill-mode: forwards;  

    -webkit-animation-name: on-of-xs;
    -webkit-animation-duration:0.3s;
    -webkit-animation-fill-mode: forwards; 
}

@keyframes on-of-xs
{
    100% {
        font-size: 12px;
        padding-top: 1px;
        width: 50px;
        height: 16px;
    }
}
@-webkit-keyframes on-of-xs
{
    100% {
        font-size: 12px;
        padding-top: 1px;
        width: 50px;
        height: 16px;
    }
}
.on-of-xs > div {
    margin-top: -7px;
    width: 100%;
    text-align: center;
}
.on-of-xs.on {
    background: #00d100;
}
.on-of-xs.off {
    background: #ef0000;
}


.on-of-xl {
    width: 140px;
    float: right;
    margin-top: -13px;
    margin-right: 10px;
    cursor: pointer;
}

.on-of-xl > div {
    font-size: 12px;
    font-weight: bold;
    width: 50%;
    text-align: center;
    background: #e0e0e0;
    line-height: 18px;
    
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.on-of-xl > div:first-child {
    float: left;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.on-of-xl > div:last-child {
    float: right;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.on-of-xl.on > div:first-child{
    background: #00cc66!important;
}
.on-of-xl.off > div:last-child {
    background: #ff6666!important;
}

/* end admin */

/* loading actions */
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.loading {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
div.loading:before {
    font-size: 40px;
    font-size: 2.5rem;
    z-index: 29;
    
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    left: 50%;
    //margin-left: -.5em;
    
    color: #777;
    
    display: inline-block;
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    
    content: "\e843";
}
a.loading:before,
textarea.loading:before,
select.loading:before,
button.loading:before,
input.loading:before {
    margin-right: 0.5em;
    display: inline-block;
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    
    content: "\e843";
}
.success {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.success:before {
    margin-right: 0.5em;
    display: inline-block;
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    
    content: "\2713";
}
/* end loading actions */

/* facebook */
.facebook {
    z-index: 1000;
    margin-top: 1px;
    position: fixed;
    right: -300px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.facebook .btn-fb {
    position:absolute;
    margin-left: -46px;
    float: left;
    color: #fff;
    background-color: #4267b2;
    border-color: rgba(0,0,0,0.2);
    font-size: 24px;
    line-height: 30px;
    padding: 8px 17px 6px 17px;
    max-width: 48px;
    
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.facebook .content-fb {
    width: 300px;
    height: auto;
    border: 4px solid #4267b2;
    border-right: 0px;
    border-bottom-left-radius: 6px;
    float: right;
}
.facebook:hover {
    right: 0px;
}
.facebook:hover .btn-fb {
    background-color: #365899;
}
.facebook:hover .content-fb {
    border: 4px solid #365899;
}
/* END facebook */

@media(max-width:1024px) {
    
}
@media(max-width:767px) {
    
}
@media(max-width:480px) {
    
}

@media (max-width: 310px) {
    .facebook {
        display: none;
    }
}