.event-box {
    background-position: right center;
    background-repeat: no-repeat;
    margin: 10px 0;
    padding: 10px 0;
    transition: 0s !important;
}

.event-box.closed {
    background-image: url('plus.png');
    background-position: right 10px;

}

.event-box.opened {
    background-image: url('minus.png');
    background-position: right 10px;
}

.event-box .eventTitle {
    font-weight: 700;
    /*color: #08b5f7;*/
    font-size: 22px;
    cursor: pointer;
}


#wydarzenia {
    background-image: url('img/wydarzenia-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 60px;
    height: auto;
    padding-bottom: 35px;
    padding-top: 35px;
}

#wydarzenia .vc_col-sm-12 {
    width: 100%;
    max-width: 1060px;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
}



.joinTosLabel {
    font-weight: 300 !important;
}

.joinFormTosRow div span {
    font-weight: 300 !important;
}

.joinFormTosRow .required {
    color: #ff0000 !important;
}

.eventMaterials table td, .eventMaterials table th {
    vertical-align: middle !important;
}



.eventMaterials th {
    padding: 10px 5px !important;
}

.eventMaterials .passwordField::placeholder {
    color: #08bcff !important;
    opacity: 1 !important;
    font-weight: 400;
}

.eventMaterials tr:first-child th {
    font-weight: 400 !important;
    color: #052747 !important;
}

.material_row td:nth-child(3n+1) {
    font-weight: 300 !important;
}

#wydarzenia h2 {
    margin: 10px 0 10px 0;
    color: #063046;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

#wydarzenia .owl-item .col-sm-12 {
    background-color: #fff;
    min-height: 260px;
    margin: 0px 15px 60px 15px;
    padding: 30px 20px 0px 70px;
    width: calc(50% - 30px);
}

.wydarzenia-opis {
    margin-top: 10px;
    color: #000000;
    font-size: 13pt;
}

#wydarzenie .wydarzenia-data {
    font-size: 19px;
    color: #063046;
    font-weight: 400;
    background-image: url('img/line-mini.png');
    background-repeat: no-repeat;
    background-position: left center;
    display: table;
    padding-left: 85px;
    margin-left: -85px;
}

#wydarzenie .wydarzenia-miejsce {
    color: #063046;
}

#wydarzenia h3 {
    margin: 20px 0 0 0;
    font-size: 26px;
    color: #08bcff;
}

#wydarzenie .hide-text {
    font-size: 14px;
}

#wydarzenia h4 {
    font-size: 21px;
    color: #063046;
    font-weight: 400;
    margin: 10px 0 0 0;
}

#wydarzenie .btn-default {
    display: table;
    padding: 15px 0px;
    background-color: #08bcff;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0px;
    border-radius: 0px;
    border: 0px;
    width: 150px;

}

.wydarzenie .join-link,
.wydarzenie .materials-link {
    display: table;
    padding: 15px 0px;
    background-color: #08bcff;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    border-radius: 0px;
    border: 0px;
    text-decoration: none !important;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.wydarzenie .materials-download {
    background-color: #08bcff;
    display: table;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
    border: 0px;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    transition: ease, .3s;
    margin: auto;
    width: 80%;
}


.eventMaterials-col-1 {
    width: 50%;
}
.eventMaterials-col-2 {
    width: 30%;
}

#wydarzenie .btn-default:hover,
#wydarzenie .join-link:hover {
    background-color: #052747 !important;
    text-decoration: none;
}

.joinEventForm {
    /*margin-top: 10px;*/
    /*border: 1px solid;*/
    padding: 10px;
    /*position: relative;*/
}

.joinEventForm legend {
    /*font-weight: bold;*/
    /*font-size: 13pt;*/
    /*width: auto !important;*/
    /*border: 0 !important;*/
    /*padding-top: 30px;*/
}

.joinEventForm .joinFormRow {
    /*min-width: 15%;*/
}

.joinEventForm .joinRowLabel {
    /*font-weight: bold;*/
}

.joinEventForm .joinRowInput {
    /*min-width: 80%;*/
    /*margin-bottom: 5px;*/
}



.joinEventForm fieldset {
    /*border: 1px solid;*/
    /*padding: 10px;*/
    /*margin-bottom: 10px;*/
}









.joinRows {
    width: 100%;
}

.joinRowsTable {
    display: table !important;
    width: 100% !important;
    ;
}



.eventInputError {
    border-color: red !important;
    border-width: 2px !important;
}


input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: transparent;
    height: 16px;
    width: 16px;
    border: 1px solid #707070;
}

input[type="checkbox"]:checked {
    background: #707070;
}

input[type="checkbox"]:hover {
    filter: brightness(90%);
}

input[type="checkbox"]:after {
    content: '';
    position: relative;
    left: 25%;
    top: 6%;
    width: 43%;
    height: 70%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

input[type="checkbox"]:checked:after {
    display: block;
}

.joinFormFieldsets.submitedOK {
    text-align: center;
    font-size: 30pt;
    margin-top: 30px;
    border-top: 1px solid;
    color: #0d84b1;
}

.joinFormOverlay {
    background-color: rgba(181, 146, 146, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.joinFormLoader {
    position: absolute;
    left: 45%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239);
    border-right: 6px solid rgba(0, 174, 239);
    border-bottom: 6px solid rgba(0, 174, 239);
    border-top: 6px solid #fe6c61;
    border-radius: 100%;
}

span.morelink {
    color: #666;
    border-bottom: #08bcff 2px dotted;
    text-decoration: none;
    cursor: pointer;
}

span.morelink.less {
    color: #666;
    border-bottom: #08bcff 2px dotted;
    text-decoration: none;
    cursor: pointer;
}

.excerpt {
    position: absolute;
    top: 144%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9999999999999;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(60, 60, 78, 0.9);
    padding: 30px;
    display: none;
    color: #fff !important;
}

.excerpt h2 {
    text-align: center;
    color: #fff !important;
}

.close-btn {
    justify-content: flex-end;
    display: flex;
    cursor: pointer;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.joinTosInput {
    margin-right: 5px !important;
}

.eventErrorMsg,
.eventTosErrorMsg {
    display: none;
    font-weight: lighter;
    color: #ff0000;
    position: absolute;
    top: -5px;
    /*left: 10px;*/
}

.currentEvents,
.oldEvents {
    float: left;
    width: 100%;
}

.currentEvents {
    margin-bottom: 50px;
}

.udi-form-error {
    border-bottom: 2px solid #ff0000 !important;
}

.udi-form-error-msg {
    color: #ff0000;
    font-weight: 300 !important;
}
