body[page="activity"] {
    background-image: url(../images/home/bg.jpg);
    background-size: 100% auto;
    background-position: center top;
}


/* activity_main */
section[thename="activity_main"] {
    height: auto;
    max-height: initial;
    min-height: 0;
}

section[thename="activity_main"] centerwrap{
    padding-bottom: 140px;
}
section[thename="activity_main"]{
    overflow: hidden;
}
section[thename="activity_main"] .icontxt{
    width: 80%;
    padding-top: 50px;
}

/* judges */
section[thename="judges"] .title {
    max-width: 70%;
    height: 80px;
}
section[thename="judges"] .judges_info{
    width: 80%;
    margin: auto;
    margin-top: -20px;
}
section[thename="judges"] .judges_info .photo{
    display: inline-block;
    width: 60%;
    padding-bottom: 57%;
    /* background-color: #f9f9f9; */
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
}
section[thename="judges"] .judges_info .content{
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-top: 132px;
}
section[thename="judges"] .judges_info .content .name{
    text-align: left;
    font-size: 38px;
    font-weight: 500;
}
section[thename="judges"] .judges_info .content .subtitle{
    text-align: left;
    font-size: 19px;
    margin-top: 5px;
}
section[thename="judges"] .judges_info .content .text{
    margin-left: 0px;
}
section[thename="judges"] .judges_info .content .text:before{
    content: '//';
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}


section[thename="judges"] .judges_list{
    margin-bottom: 100px;
}
section[thename="judges"] .judges_list .each{
    width: 30%;
    display: inline-block;
    margin-bottom: 40px;
}
section[thename="judges"] .judges_list .each .photo{
    width: 100%;
    padding-bottom: 70%;
    background-size: AUTO 127%;    
    background-repeat: no-repeat;
    background-position: center;
}
section[thename="judges"] .judges_list .each .name{
    margin-left: 56%;
    margin-right: 0;
    font-size: 27px;
    font-weight: 500;
    margin-top: -30px;
    text-align: left;
}
section[thename="judges"] .judges_list .each .name span{
    font-size: 20px;
    font-weight: 400;
    margin-left: 3px;
}

section[thename="judges"] .judges_list_m .each{
        width: 33%;
    display: inline-block;
    vertical-align: top;
}
section[thename="judges"] .judges_list_m .each .photo{
    width: 100%;
    padding-bottom: 83%;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
section[thename="judges"] .judges_list_m .each .name{
    text-align: right;
    margin-left: 55px;
    margin-right: 55px;
    font-size: 40px;
    font-weight: 500;
    margin-top: -30px;
}
section[thename="judges"] .judges_list_m .each .name span{
    font-size: 26px;
    font-weight: 300;
    margin-left: 5px;
}
section[thename="judges"] .judges_list_m .each .subtitle{
    text-align: right;
    margin-left: 55px;
    margin-right: 55px;
}
section[thename="judges"] .judges_list_m .each .text{
    margin-top: 15px;
        min-height: 200px;
}



/* theme */
section[thename="theme"] .title {
    max-width: 70%;
    height: 80px;
}
section[thename="theme"] .content {
    max-width: 90%;
    margin-bottom: 20px;
}
section[thename="theme"] .text {
        text-align: center;
    margin: 19px;
    font-size: 24px;
    margin-bottom: 49px;
}

/* schedule */
section[thename="schedule"] .title {
    max-width: 70%;
    height: 80px;
}
section[thename="schedule"] .times {
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.animates01 {
    opacity: 0;
}
.animates01.active {
    opacity: 1;
    animation: animates01 0.6s ease-out;
    -webkit-animation: animates01 0.6s ease-out;
}
@keyframes animates01 {
    0% {
        opacity: 0;
        transform: translate(0px, 50px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}


/* home - mobile */
@media screen and (max-width: 960px) {

    section[thename="judges"] .judges_list_m .each{
        width: 100%;
    }
    section[thename="judges"] .judges_list_m .each .text {
        margin-top: 15px;
        min-height: auto;
        padding-bottom: 30px;
    }

    body[page="activity"] {
        background-image: url(../images/home/bg_m.jpg);
    }

    /* activity_main */
    section[thename="activity_main"] .icontxt {
        width: 100%;
        padding-top: 10px;
    }
    section[thename="activity_main"] centerwrap {
        padding-bottom: 80px;
    }

    /* judges */
    section[thename="judges"] .title {
        height: 50px;
        width: auto;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        padding-top: 19px;
    }
    /* theme */
    section[thename="theme"] .title {
        height: 50px;
        width: auto;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        padding-top: 19px;
    }
    section[thename="theme"] .text {
        text-align: center;
        font-size: 16px;
    }
    /* schedule */
    section[thename="schedule"] .title {
        height: 50px;
        width: auto;
        margin: auto;
        display: block;
        margin-bottom: 15px;
        padding-top: 19px;
    }
    section[thename="schedule"] .times {
        max-width: 85%;
        margin-left: -8%;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    section[thename="theme"] .content {
        max-width: 79%;
        margin-bottom: 20px;
    }

}
