* {
    padding: 0;
    margin: 0;
}

h1 {
    animation-delay: 0.5s;
}

h2 {
    animation-delay: 1s;
}

h3 {
    animation-delay: 1.5s;
}

h4 {
    animation-delay: 2s;
}




.s-block {
    opacity: 1;
}

.full-visible {
    opacity: 1;
}


body {

}

.site-logo {
    margin-top: -10px!important;
    float: left;
}

a {
    text-decoration: none;
    transition-duration: 0.5s;
}

a:hover {

}

.supertop a {
    color: #fff!important;
}

.sendbutton {
    cursor: pointer;
    transition-duration: 0.5s;
}

#page {
    overflow: hidden;
}

.page-block-article {
    text-align: center;
}

.page-block {
    padding: 20px 1%;
    vertical-align: top;
}

.full-size-block {
    padding: 0;
}

.main-menu {
    z-index: 9999;
    position: relative;
}

/* popupy */

.close-popup-white {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none!important;
}

.popup-white {
    position:fixed;
    top:10%;
    left:50%;
    width:400px;  /* adjust as per your needs */
    /* adjust as per your needs */
    margin-left:-200px;   /* negative half of width above */
    /* negative half of height above */
    z-index: 9999999;
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px 2px #eee;
}

/* slider */

.main-carousel {
    z-index: 100;
    position: relative;
}

.carousel .noactive {
    transition-duration: 1s;
}
.carousel-caption a {
    z-index: 10;
}
.active .carousel-caption a {
    z-index: 99999;
}

.carousel-caption a {
    padding: 15px 25px;
    display: inline-block;
    z-index: 9999;
    cursor: pointer;
    background: #00b2ec;
    color: #fff;
    transition-duration: 0.5s;
}
.carousel-caption a:hover {
    background: #fff!important;
    color: #777;
}

/* break line */

.breakline {
    clear: both;
}

/* combination gallery - 5 */

.combination-gallery-block-5 {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;

}

.combination-gallery-5 {
    position: relative;
    transition-duration:1s;
    width: 19%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    height: 350px;

    margin: 0!important;

}
.combination-gallery-block-5:hover .combination-gallery-5 {
    width: 10%;
}

.combination-gallery-block-5:hover .combination-gallery-5:hover {
    width: 50%;
}

.combination-gallery-5 img {
    z-index: 99;
    position:relative;
    display: inline-block;
    margin: 0;
    transition-duration: 1s;
}
.combination-gallery:hover-5 img {
    z-index:9999;
    margin: auto;

}

/* combination gallery - 5 */

.combination-gallery-block-8 {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.combination-gallery-block-8 img {
    max-width: 31%;
}

/* combination gallery - 6 */

.combination-gallery-block-6 {
    width: 100%;
    float: left;

    text-align: center;
    height: 400px;
    background: #fff;
    position: relative
}

.combination-gallery-block-6 .combination-gallery-6 {
    position: absolute;
    float: left;
    overflow: hidden;
    width: 16.8%;
    height: 400px;
    transition-duration: 0.5s;
}

.combination-gallery-block-6 .combination-gallery-6:nth-child(1) {
    margin-left: 0;
}

.combination-gallery-block-6 .combination-gallery-6:nth-child(2) {
    margin-left: 16.6%;
}

.combination-gallery-block-6 .combination-gallery-6:nth-child(3) {
    margin-left: 33.2%;
}

.combination-gallery-block-6 .combination-gallery-6:nth-child(4) {
    margin-left: 49.8%;
}

.combination-gallery-block-6 .combination-gallery-6:nth-child(5) {
    margin-left: 66.4%;
}

.combination-gallery-block-6 .combination-gallery-6:nth-child(6) {
    margin-left: 83.2%;
}


.combination-gallery-block-6  .combination-gallery-6:hover {
    margin-left: 0!important;
    z-index: 999;
    width: 100%;
    overflow: visible;
    background: rgb(255,255,255,0.7);
}

.combination-gallery-block-6  .combination-gallery-6:hover img {
    transform: rotate(6deg);
    box-shadow: 5px 5px 5px #555;
}

.combination-gallery-block-6  .combination-gallery-6 img {
    height: 100%;
    transition-duration: 1s;
}


/* gallery photo section */

.single-gallery-block {
    width: 100%;
}

.logomobile {
    display: none;
}

@media (max-width: 767px) {
    .nomobile {
        display: none!important;
    }
    .picture-gallery {
        overflow: hidden;
        float: none;

        text-align: center;
    }

    .caption {
        display: none;
    }

    .logomobile {
        display: block;
        text-align: center;
        width: 100%;
        float: left;
    }

    .logomobile img {
        display: inline-block;
        width: 150px;
        margin-top: 30px;
    }




    .picture-gallery .photo {
        overflow: hidden;
        float: left;
        margin-bottom: 10px;
        width: 100%;
        transition-duration: 0.5s;
    }
    .picture-gallery .photo img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .picture-gallery {
        overflow: hidden;
        float: left;
        height: 200px;
        text-align: center;
        margin-bottom: 10px;
    }


    .picture-gallery .photo {
        overflow: hidden;
        float: left;
        height: 180px;
        width: 100%;
        transition-duration: 0.5s;
    }
    .picture-gallery .photo img {
        width: 100%;
    }

}


.picture-gallery a {
    color: #666;
}

.picture-gallery a:hover {
    color: #666;
}

.picture-gallery .caption {
    border-left: 2px solid #666;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 130%;
    width: 90%;
    text-align: left;
    padding: 10px 10% 10px 5%;
    transition-duration: 0.5s;
    position: absolute;
    top: 50%;
    opacity: 0;
}

.picture-gallery:hover .caption {
    top: 0;
    opacity: 1;
}



.picture-gallery .photo {
    background: #fff;
}
.picture-gallery .photo img {
    transition-duration:0.5s;
    width: 120%;
    float: left;
}

.picture-gallery:hover .photo img {
    width: 120%;
    margin: -10% 0 0 -10%;
    opacity:0.4;

}




/* singlephoto */

.single-photo-block {
    text-align: center;
}

.single-photo-block img {
    max-width: 100%;
}

/* contact form block */

.contact-form-block {

}

.contact-form-block input,
.contact-form-block textarea {
    padding: 2% 3%;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    color: #777;
    transition-duration: 0.5s;
}

.contact-form-block input {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;

}
.contact-form-block input:focus {

}

.contact-form-block textarea {
    border-top: none;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    height: 100px;
}






/* photo gallery module */

.photo-gallery-list {

}
.photo-gallery-list a:hover {
    color: #414141;
}

.gallery-thumbnail {
    overflow: hidden;
    width: 100%;
    transition-duration: 0.5s;


}

.gallery-icon {
    overflow: hidden;
    position: relative;
    transition-duration: 0.5s;
}


.gallery-icon img {
    height:100%;
    vertical-align: top;
}



.gallery-icon::after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.gallery-icon:hover:after {
    opacity:1;
}

.gallery-name {
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    background: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.gallery-thumbnail:hover .gallery-name {
    bottom: 30%;
    padding: 20px 0;
    font-size: 24px;
    opacity: 1;
}




.allthree:nth-child(3n+1) {
    clear: right;
}


.alltwo:nth-child(2n+1) {
    clear: both;
}


.news-note {
    overflow: hidden;
    margin-bottom: 30px;
}


.news-note .news-thumb {
    overflow: hidden;
    width: 100%;
    float: left;
    height: 200px;
    margin-bottom: 20px;
    border-bottom: 3px solid #444;
}

.news-note .news-thumb img {
    width: 100%;
    transition-duration: 3s;
    min-height: 100%;

}

.news-note .news-thumb img:hover {
    width: 120%;
    margin: -10% 0 0 -10%;
}

.news-date .day {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 14px;
}
.news-date .month {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.news-date {
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .news-date {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 990px) {
    .news-note {

        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 4px solid #444;
    }
}

.news-desc {

}

.news-desc p {
    margin: 5px 0;
}

.news-desc a {
    margin: 15px 0;
    display: inline-block;
    font-weight: bold;
    border-left: 10px solid #444;
    padding-lefT: 10px;
}


.news-desc h3 {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news-content h2 .data {
    float: right;
    font-size: 14px;
    color: #777;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .news-content h2 .data {
        width: 100%;
        display: block;
        padding: 15px 0 0 0;
        float: none!important;
    }
}
.user-comment {

}

.comment-content {

}
.more-link {
    width: 100%;
    float: left;
    margin: 30px 0 50px 0;
    text-align: right;
}

.more-link a {
    float: right;
    font-weight: bold;
}
.more-link a:hover {
    text-decoration: none;
}
.comment-content .note {
    text-align: center;
    font-size: 14px;
    min-height: 80px;
}
.comment-content .who {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.comment-content .rate {
    display: none;
}
.comment-content .date {
    display: none;
}

.textarea-default {
    border: 1px solid #ddd;
    width: 80%;
    margin: 40px 10% 10px;
    padding: 2.5% 5%;
    resize: none;
    border-top:  1px solid #eee;
}

.input-default {
    border: none;
    border-bottom:  1px solid #ddd;
    padding: 2.5% 5%;
    width: 50%;
    margin: 10px 25% 10px;
    text-align: center;
    font-style: italic;
}

.comment_form #dodajwpis {
    padding: 15px 30px;
    display: inline-block;
    border: none;
    margin: 30px 0 50px 0;
}
.comment_form {
    text-align: center;
}



@keyframes dupa {
    0%   { opacity: 1; }
    50%   { opacity: 0; }
    100% { opacity: 1; }
}

.boxo:hover {
    animation-name: dupa;
    animation-duration: 2s; /* or: Xms */
    animation-direction: alternate; /* or: normal */
    animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    animation-fill-mode: forwards; /* or: backwards, both, none */
}

.boxo {
    position: absolute!important;
    z-index: 100;
}

.s-block-241 {
    z-index: 200;
}

@media (max-width: 768px) {
    .category, .category2 {
        text-align: center!important;
    }
    footer p {
        text-align: center!important;
    }
    footer h3 {
        text-align: center!important;
    }
}

.category, .category2 {
    margin: 30px 0;
}

.category img, .category2 img {
    transition-duration: 0.5s;
}

.category:hover img, .category2:hover  img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.category:hover h3, .category2:hover h3 {
    margin-top: 0px;

}

.category p, .category2 p {
    padding: 0 10px 10px 10px;
}

.category h3, .category2 h3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin-top: 0;
    transition-duration: 0.5s;
}

.category h3 strong , .category2 h3 strong {
    font-size: 24px;
}

.category h3 {
    background: #ffc600;
}

.category2 h3 {
    background: #c0bbab;
}

.category a, .category2 a {
    font-weight: 800;
    font-size: 20px;
}

.fotoinspiration {
    margin-right: -10px;
    padding: 0!important;
    margin-top: 0!important;
    overflow: hidden;
}

.fotoinspiration img {
    display: block;
    max-width: 200%!important;
}

.fotoinspiration img {
    animation-name: example;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}


@media (min-width: 768px) {

    .fotoinspiration {
        margin-right: -10px;
        padding: 0!important;
        margin-top: 0!important;
        height: 353px!important;
        overflow: hidden;
    }
}

.contentinspiration {
    background: #ffc600;
    color: #fff;
    padding: 0 5%;
    height: 353px!important;
}

.contentinspiration h3 { font-size: 36px; font-weight: 300;}
.contentinspiration h3 strong { font-size: 36px; font-weight: 800;}
.contentinspiration h4 { font-size: 18px; margin-bottom: 20px;}

.btn1, .btn2 {
    display: inline-block;
    padding: 14px 20px;
    margin: 5px 2px;
    font-weight: 700;
}

.btn1 {
    background: #363636;
    color: #fff;
    border: 1px solid #363636;
}

.btn2 {
    color: #363636;
    background: #fff;
    border: 1px solid #fff;
}

.btn1:hover, .btn2:hover {
    color: #fff;
    border: 1px solid #fff;
    background: none;
}
@media (min-width: 768px) {

    @keyframes example {
        0%   {width: 160%; margin: -15%;}
        50% {width: 100%; margin: 0%;}
        100% {width: 160%; margin: -15%;}
    }
    .contactinvite {
        padding-right: 5%!important;
        border-right: 1px solid #ddd;
    }


    .contactformo {
        margin: 60px 0 0 0;
        padding-left: 5%!important;
    }

}

.contactinvite h3 {
    color: #363636;
    margin-bottom: 30px;
}

.contactinvite {
    margin: 60px 0;
    color: #878787;

}

.photofoot {
    width: 100%;
    float: left;
}

footer {
    background: #2c2c2c;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
}

footer h3 {
    font-size: 14px;
    letter-spacing: 0;
}

footer a {
    color: #ffc600;
}

.author {
    padding: 30px 0 50px 0;
    margin-top: 50px;
    border-top: 1px solid #565656;
    color: #565656!important;
    text-align: center;
}

.author a {
    color: #6c6c6c;
}

.menufoot a {
    color: #6c6c6c;
    padding: 8px 20px;
    font-size: 14px;
}

.menufoot img {
    width: 150px;

    display: block;
}


.oferta-kategoria {
    padding: 15px 1%;
    margin: 20px 0px;
    width: 100%;
    border: 3px solid #fff;
    text-align: center;
    background: #363636;
    font-weight: 600;
    color: #fff;
    transition-duration: 0.5s;
    display: inline-block;
}

.oferta-kategoria:hover {
    padding: 15px 1%;
    margin: 20px 0px;
    width: 100%;
    background: #ffc600;
    transform:scale(1.1, 1.1);
    color: #fff;
    letter-spacing: 0.2px;
}

.oferta-item {
    margin: 40px 0;
}

.oferta-item-img {
    overflow: hidden;
    height: 200px;
}

.oferta-item-img img {
    width: 100%;
}

.oferta-item h3 {
    font-size: 18px;
    margin: 10px 0 15px 0;
}
.oferta-item p {
    height: 100px;
    overflow: hidden;
}

.oferta-item a:hover {
    color: #fff;
    background: #363636;
}
.oferta-item a {
    float: left;
    padding: 15px 25px;
    color: #fff;
    background: #ffc600;
    margin-bottom: 20px;
    font-weight: bold;
}

.additional-photos {
    margin: 50px 0;
}

.supertop {
    background: #ffc600;
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.text-content h3 a {
    color: #fff!important;
    width: 100%;
    display: block;
}



.odnosniki {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 200px;
    width: 200px;
}

.srodek {

}

.srodek a {
    float: right;
    width: 100%;
    margin: 2px 0;

}

.srodek a span {
    background: #000;
    margin-left: 3px;
    padding: 10px 15px;
    float: left;
    width: 155px;
    transition-duration: 0.5s;
}

.srodek a i {
    background: #000;
    padding: 16px 15px;
    float: left;
    transition-duration: 0.5s;
}

.srodek a:hover i, .srodek a:hover span, .open:hover, .close:hover {
    background: #fff;
    color: #000!important;
}

.open {
    background: #000;
    position: absolute;
    padding: 10px 15px 11px;
    right: 0px;
    top: 2px;
    transition-duration: 0.5s;
    display: none;
}

.close {
    background: #000;
    position: absolute;
    padding: 10px 15px 11px;
    left: -43px;
    top: 2px;
    transition-duration: 0.5s;
}
