body
{
    margin:0;
    overflow-x:hidden;
    font-family:"Euclid Circular A",sans-serif;
    background-color:#009CF4;
    background-image:url(../img/contest/glitter.png);
}
.container
{
    width:100%;
}
.hero
{
    width:100vw;
    min-height:600px;
    height:90vh;
    position:relative;
    background-image:url(../img/contest/hero-cover.png);
    background-size:cover;
    background-position:center top;
}
.shadow-left
{
    width:40vw;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.shadow-right
{
    width:40vw;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background: rgb(0,0,0);
    background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.content
{
    width:calc(100% - 40px);
    max-width:1200px;
    margin:0 auto;
}
.logo
{
    float:left;
    width:160px;
}
.cl
{
    clear:both;
}
.header
{
    width:calc(100% - 40px);
    margin:0 auto;
    padding-top:20px;
    position:relative;
    z-index:2;
    max-width:1200px;
}
.meniu
{
    float:right;
    text-align:right;
    color:white;
}
.meniu .item
{
    display:inline-table;
    margin-left:20px;
    cursor:pointer;
    transition: 0.4ms;
}
.meniu .item:hover
{
    opacity:0.6;
}
.hero-content
{
    margin-top:30vh;
    color:white;
    position:relative;
    z-index:2;
}
.hero-content h1
{
    font-size:42px;
    max-width:520px;
    margin-bottom:20px;
}
.hero-content p
{
    font-size:22px;
    margin-bottom:20px;
    max-width:420px;
}
.ergo-logo
{
    position:absolute;
    width:20%;
    bottom:20px;
    right:30px;
    max-width:100px;
}
.ergo-inline
{
    width:50px;
    display:inline-table;
}
.custom-button
{
    padding:16px 40px 16px 40px;
    background-color:#009CF4;
    font-size:18px;
    cursor:pointer;
    color:white;
    text-align:center;
    display:inline-table;
    border-radius:35px;
    transition: 0.4s;
}
.register-button
{
    padding:16px 40px 16px 40px;
    border:2px solid white;
    font-size:18px;
    cursor:pointer;
    color:white;
    text-align:center;
    display:inline-table;
    border-radius:35px;
    transition: 0.4s;
}
.custom-button:hover, .register-button:hover
{
    opacity:0.7;
}
.disable-nav
{
    overflow: hidden !important;
}
.popup
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:rgba(0,0,0,0.8);
    overflow: auto;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}
.popup-active
{
    opacity: 1;
    pointer-events: all;
}
.popup-holder
{
    width:96%;
    max-width:720px;
    margin:0 auto;
    margin-top:80px;
    margin-bottom:80px;
    min-height:500px;
    border-radius:16px;
    background-color:#009CF4;
    position:relative;
}
.popup-holder .wrapper
{
    padding:40px;
    color:white;
}
.popup-holder .close-bt
{
    position:absolute;
    top:15px;
    width:25px;
    right:15px;
    cursor:pointer;
}
.popup-holder .close-bt:hover
{
    opacity:0.7;
}
.registration-popup .wrapper
{
    text-align:center;
}
.registration-popup h2
{
    font-size:26px;
    color:white;
    margin-top:0;
    padding-top:0;
}
.custom-input
{
    width:calc(100% - 60px);
    padding:12px 30px 12px 30px;
    border-radius:35px;
    background-color:#1689CA;
    outline:none;
    font-family: "Euclid Circular A",sans-serif;
    font-size:18px;
    border:none;
    color:white;
}
.custom-input::placeholder
{
    color:#FFFFFF;
    opacity:0.6;
}
.group-holder
{
    width:96%;
    max-width:320px;
    margin:0 auto;
    margin-bottom:20px;
}
.attach-icon
{
    float:left;
    width:26px;
    margin-right:8px;
}
.upload-text
{
    float:left;
    width:calc(100% - 34px);
    color:white;
    position:relative;
    top:10px;
    text-align:left;
    font-size:16px;
    text-decoration: underline;
}
.anchor-x
{
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.anchor-xy
{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.anchor-y
{
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.checkbox
{
    width:24px;
    height:24px;
    border-radius:4px;
    background-color:white;
    cursor:pointer;
    margin-right:8px;
    float:left;
    position:relative;
}
.legal-text
{
    float:left;
    width:calc(100% - 32px);
    font-size:15px;
    text-align:left;
    position:relative;
    color:white;
    top:2px;
}
.upload-field
{
    cursor:pointer;
}
.bubble
{
    width:14px;
    height:14px;
    background-color:#009CF4;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    display:none;
}
.rules-bt, .private-bt
{
    font-weight:bold;
    cursor:pointer;
}
.error-message
{
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}
.col-5
{
    float:left;
    width:50%;
}
.col-5 .wrapper
{
    padding:20px;
}
.about-contest, .dark-content, .participants
{
    padding-top:50px;
    padding-bottom:50px;
}
.about-contest h2
{
    color:white;
    font-size:32px;
    margin-top:0;
}
.about-contest p
{
    font-size:16px;
    line-height:26px;
    color:white;
    margin-bottom:20px;

}
.about-contest .custom-button
{
    border:2px solid white;
}
.dark-content
{
    background-color:#0C2644;
    background-image:url(../img/contest/glitter.png);
}
.prizes
{
    width:100%;
}
.center-message
{
    text-align:center;
}
.dark-content .custom-button
{
    background-color:white;
    color:#0C2644;
    display:inline-table;
    margin-left:20px;
}
.big-message
{
    color:white;
    display:inline-table;
    font-size:26px;
}
.participants h2
{
    color:white;
    font-size:32px;
    margin-top:0;
    margin-bottom:0;
    line-height:32px;
}
.participants p
{
    color:white;
    font-size:18px;
    line-height:28px;
}
.participants-holder
{
    margin-top:30px;
}
.participant
{
    width:calc(25% - 20px);
    margin:10px;
    float:left;
}
.participant .participant-image
{
    width:100%;
    padding-bottom:100%;
    background-size:cover;
    border-radius:12px;
    background-position: Center center;
}
.participant .participant-title
{
    font-size:18px;
    opacity:0.8;
    margin-top:10px;
    color:white;
}
.participants a
{
    color:white;
    text-decoration: none;
    transition: 0.4s;
}
.participants a:hover
{
    opacity:0.5;
}
.big-photo-holder
{
    text-align:center;
}
.big-photo-holder h2
{
    margin-bottom:30px;
}
.big-photo-holder .big
{
    margin-bottom:30px;
    max-width:860px;
    width:max-content;
    max-height:1000px;
    border-radius:35px;
}
.small-button
{
    padding:12px 30px 12px 30px;
    border-radius:35px;
    border:2px solid white;
    display:inline-table;
    margin-bottom:20px;
    margin-top:20px;
}
.where-button
{
    background:none;
    border:2px solid white;
    margin-top:10px;
}
@media only screen and (max-width: 600px) {
    .col-5
    {
        width:100%;
    }
    .hero-content h1 {
        font-size: 7vw;
        margin-bottom: 20px;
    }
    .meniu .item {
        display: inline-table;
        margin-left: 4px;
        cursor: pointer;
        font-size: 12px;
        transition: 0.4ms;
    }
    .hero-content p {
        font-size: 4vw;
        margin-bottom: 20px;
        max-width: 70%;
    }
    .shadow-right
    {
        display:none;
    }
    .shadow-left
    {
        width:100%;
    }
    .big-message {
        color: white;
        display: inline-table;
        font-size: 5vw;
        margin-bottom: 20px;
    }
    .participant {
        width: calc(100% - 20px);
        margin: 10px;
        float: left;
    }
    .ergo-logo
    {
        right:auto;
        left:20px;
    }
}