.overlay-full {
    background-color: #0000008c;
    width: 100%;
    height: 100%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 2%;
    z-index: 3000;
    overflow: hidden;
}

.head-box-full {
    overflow: hidden;
    background-color: #FFF;
    height: 100%;
}

.for-2019-nema-is-br {
    width: 100%;
}

.content {
    color: #2B2B2B;
    font-family: "Helvetica";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.round {
    font-size: 22px;
    background: #EA4C0F;
    border-radius: 100%;
    color: white;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 200;
}

.rectangle-11 {
    /*background-color: #F2F2F2;*/
}

.out-rect {
    height: 470px;

}

.date {
    color: #5D5D5D;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}

.mask-rect {
    background-color: #D8D8D8;
    padding: 30px;
    height: 270px;
    width: 388px;
    background-size: cover;
}

/*.rectangle-5-copy-6 {*/
/*color: #FFFFFF;*/
/*margin-top: 150px;*/
/*font-family: "Helvetica";*/
/*font-size: 14px;*/
/*font-weight: 600;*/
/*line-height: 17px;*/
/*text-align: left;*/
/*background-color: #343434;*/
/*opacity: 0.800000011920929;*/
/*height: 290px;*/
/*padding: 22px;*/
/*}*/
.kids-choir {
    color: #ffcb03;
    font-family: "Helvetica";
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
}

.participate {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 4px;
    background: #ea4c0f;
}

/* The container */
.label_container {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 16px;
    width: 19px;
    background-color: white;
}

/* On mouse-over, add a grey background color */
.label_container:hover input ~ .checkmark {
    background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked ~ .checkmark {
    background-color: #f7f7f7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label_container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #555555;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.my_label {
    background: #EA4C0F;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    height: 32px;
    padding: 5px 12px 6px 30px;
}

.pop-up-box {
    position: fixed;
	overflow: scroll;
    width: 85%;
	margin: auto;
    height: 100%;
    bottom: 0;
    right: 0;
	left: 0;
    top: 0;
    background: rgba(25, 24, 24, 0.90);
    transition: all 1s ease-out;
    border-radius: 2px;
    color: #ffffff;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 18px;
    z-index: 5000;
    padding: 70px;
    line-height: 3em;
}

.round:hover .pop-up-box {
    height: 300px;
    padding: 8px;
}

.show-hide:first-child {
    display: none;
}

.footer-box .lSPager {
    display: none;
}

@media only screen and (max-width: 600px) {
    .date {
        text-align: center;
        display: none;
    }

    .content {
        text-align: center;
    }

    .respo-center {
        text-align: center;
    }

    .pop-up-box {
        padding: 4px;
    }

    .mask-rect {
        background-color: #D8D8D8;
        padding: 1px;
        height: 64px;
        background-size: contain;
        width: auto;
    }

    .overlay-full {
        height: auto;
        margin-left: 0;
    }

    .head-box {
        height: auto;
        padding-bottom: 40px;
    }

    .rectangle-5-copy-6 {
        color: #FFFFFF;
        margin-top: 130px;
        font-family: "Helvetica";
        font-size: 10px;
        font-weight: 600;
        line-height: 15px;
        text-align: left;
        background-color: #000000;
        opacity: 0.800000011920929;
        height: auto;
        padding: 8px;

    }

    .kids-choir {
        font-size: 12px;
        font-weight: 800;
        line-height: 10px;
        text-align: center;
    }

    .head-box-full {
        height: auto;
    }

    .my_label {
        height: 24px;
        line-height: 24px;
        margin-left: 7px;
    }
}