.image-victoria {
    height: 376px;
}

.image-victoria .body-right {
    float:right;
}


.image-victoria .body-left {
    width: 40%;
    float: left;
    font-family: brygada,serif;
    font-weight: 600;
    padding: 20px 50px;
}

.image-victoria .body-left p {
    font-size:26px !important;
}

.image-victoria .footer {
    clear: both;
    text-align: center;
    top: -80px;
    position: relative;
}

.image-victoria button:focus, .image-victoria button:hover {
    border-color: white;
    background-color: #997a25;
}

.image-victoria button {
    font-weight: 600;
    font-size: large;
    background-color: #d9ad34;
    color: white;
    padding: 10px 40px 10px 40px;
    border: none;
}


@media (max-width: 992px) {
    .image-victoria .body-right {
        display: none;
    }
    .image-victoria .body-left {
        width: 100%;
    }
    .image-victoria .body-left .logo {
        width: 59%;
    }

    .image-victoria {
        height: auto;
        padding: 0px;
    }

    .image-victoria .footer {
        top: 0px;
        position: inherit;
        padding: 30px;
    }
}


/* ------------------------ */


.image-questions {
    height: 440px;
    background: rgb(232, 231, 226);
    padding: 20px 50px;
}

.image-questions .body-left {
    width: 58%;
    float: left;
    font-family: brygada,serif;
    font-weight: 600;
}

.image-questions .body-left p {
    font-size:26px !important;
}

.image-questions .body-right {
    float:right;
    width: 30%;
    height: 100px;
}

.image-questions .body-right img {
    width: auto;
    height: 370px;
    float:right;
}

.image-questions .footer {
    clear: both;
    text-align: center;
    margin-top:330px;
    height:50px;
    width: 100%;
}

.image-questions button:focus, .image-questions button:hover {
    border-color: white;
    background-color: #997a25;
}

.image-questions button {
    font-size: 15px;
    border-radius: 30px;
    background-color: #d9ad34;
    color: white;
    font-weight: 500;
    padding: 10px 40px 10px 40px;
    border: none;
}

@media (max-width: 992px) {
    .image-questions .body-right {
        display: none;
    }
    .image-questions .body-left {
        width: 100%;
    }

    .image-questions {
        height: auto;
        padding:20px 20px;
    }

    .image-questions .body-left p {
        font-size:20px !important;
    }
}



.grid-contact {
    margin : 10px 10px 10px 0px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important
}

.grid-panel {
    width: 100%;
}

.grid-contact {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    min-height: 170px;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 28px;
    margin-right:0px;
}

@media (min-width: 992px) {
    .contact-grid-panel-1 {
        margin-left:10px;
    }

    .contact-grid-panel-0 {
        margin-right: 10px;
    }
}


.grid-contact .head {
    font-size: 19px;
    font-weight: bolder !important;
    color: white;
    min-height: 45px;
    padding-left: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
    line-height: 29px;
    background-color: #ac976c;
    margin: -10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.expand-table .row .responsive-table-container {
    width:105% !important;
}

.image-contact-mail {
    width: 40px;
    height: 26px;
    background-image: url(img/ico_niepodlegla-02.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.image-contact-tel {
    width: 40px;
    height: 26px;
    background-image: url(img/ico_niepodlegla-01.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.color-version-dark-yellow .grid-contact .head {
    background-color: #ac976c;
    color:black;
}

.color-version-dark-yellow .grid-contact {
    color:black;
    box-shadow: 0 2px 5px 0 rgba(255,255,255,.16),0 2px 10px 0 rgba(255,255,255,.12)!important;
    background-color: #eee;
}

.declaration p {
    font-size:14px !important;
}

.declaration a {
    cursor: pointer;
}

.timer-to-event {
    background: rgb(205,160,84);
    border:1px solid rgb(205,160,84);
    height:100px;
    width: 700px;
    margin:50px auto;
    color:black;
    cursor: pointer;
}

.timer-to-event .img {
    height: 100%;
    width: 170px;
    float:left;
    display: inline-block;
}

.timer-to-event .text {
    height: 100%;
    display: inline-grid;
    font-family: brygada,serif;
    font-weight: 600;
    font-size:18px;
    padding:20px;
}

.timer-to-event .text span {
    height: 100%;
    display: inline-grid;
    font-family: brygada,serif;
    font-weight: 600;
    text-transform: uppercase;
}

.timer-to-event #timer-text-change div {
    font-size:21px;
    display: inline-grid;
    margin-right:3px;
    text-transform: uppercase;
}

.timer-to-event .img img {
    height: 100%;
    width: auto;
}

.timer-to-event .moreSecondWidth {
    width: 25px !important;
}

.timer-to-event .timer-seconds {
    width: 12px;
}

.timer-to-event .timer-seconds-text {
    width: 50px;
    text-align: left;
}


@media (max-width: 892px) {
    .timer-to-event {
        height:70px;
        width: 600px;
    }

    .timer-to-event .img {
        width: 140px;
    }

    .timer-to-event .text span {
        font-size:18px;
    }

    .timer-to-event #timer-text-change div {
        font-size: 18px;
    }

    .moreSecondWidth {
        width: 20px;
    }


    .timer-to-event .text {
        font-size: 15px;
        padding:10px;
    }
}

@media (max-width: 666px) {
    .timer-to-event {
        height: auto;
        width: 100%;
    }

    .timer-to-event .img {
        display: none;
    }

    .timer-to-event .text span {
        font-size:15px;
    }

    .timer-to-event #timer-text-change div {
        font-size: 14px;
    }

    .timer-to-event .text {
        width: 100%;
        font-size: 12px;
        padding:10px;
        text-align: center;
    }

    .timer-to-event .moreSecondWidth {
        width: 15px !important;
    }

    .timer-to-event .timer-seconds {
        width: 8px;
    }

}
