/* General */
* {
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: 'Ted Next', Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 100%;
    color: #000000;
}

a,
a:link a:active,
a:visited {
    color: #da291c;
}

.dt-br {
    display: inline;
}

.mob-br {
    display: none;
}

@media (max-width: 480px) {
    .dt-br {
        display: none;
    }

    .mob-br {
        display: inline;
    }
}

a:hover {
    opacity: 0.6;
}

/* Text Styles */
h1 {
    font-weight: 600;
    font-size: 6rem;
    line-height: calc(1em + 8px);
    margin: 0;
    color: #ffffff;
    transition: all 0.5s;
    text-transform: normal;
}

.fr h1 {
    font-size: 4.4rem;
}

h2 {
    font-size: 3.8rem;
    line-height: 3.4rem;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    color: #000000;
}

h3 {
    text-transform: uppercase;
    margin: 30px 0 10px 0;
    font-size: 1.8rem;
    font-weight: 700;
}

/* Tablets */
@media only screen and (max-width: 1400px) {
    h1 {
        font-size: 4.8rem
    }

    .fr h1 {
        font-size: 3.4rem;
    }
}

/* Tablets */
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 3rem;
        text-align: center;
    }

    .fr h1 {
        font-size: 3.4rem;
    }

}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 4rem;
        text-align: center;
    }

    .fr h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 3rem;
    }
}

strong {
    color: #000000;
    font-weight: 600;
}

p {
    margin: 0 0 20px 0;

}

/* Buttons */
.buttons {
    margin: 40px 0 0 0;
}

.button {
    display: inline-block;
    padding: 15px 30px 15px 30px;
    border: 0;
    color: #FFFFFF !important;
    font-family: 'Ted Next';
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    -webkit-appearance: none;
    text-decoration: none;
    /*    border-radius: 10px;*/
    margin: 0 5px;
}

.tealbutton {
    background: #da291c;
}

.redbutton {
    background: #da291c;
}

@media (max-width: 480px) {
    .button {
        box-sizing: border-box;
        margin: 0 auto 10px auto;
    }
}

/* Header */
.header {
    width: 100%;
    background: #ffffff;
    /*    border-bottom: 5px solid #000000;*/
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 0;
    width: 90%;
}

.header-img img {
    width: 60%;
    max-width: 250px;
    min-width: 90px;
}

.navigation {
    font-size: 2.4rem;
    text-align: right;
    padding: 15px 0;
}


a.active {
    font-weight: 700;
}

/* Tablets */
@media only screen and (min-width : 768px) and (max-width: 1024px) {
    .header-img {
        width: auto;
    }

    .navigation {
        display: flex;
    }

    .header-container {
        padding: 15px 0;
    }
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .header-img {
        width: auto;
    }

    .navigation {
        display: flex;
        font-size: 1.2rem;
    }

    .header-container {
        padding: 10px 0;
    }
}


/* Nav */
.navigation {
    position: relative;
    z-index: 999;
    font-size: 2rem;
    text-align: right;
    padding: 15px 20px;
}

.navigation a {
    color: #000000;
    text-decoration: none;
    margin-left: 3.5rem;
    font-size: 2.1rem;
    font-weight: 600;
}

.navigation a:hover {
    color: #000000;
    opacity: 1;
}

.navigation a.active {
    font-weight: 700;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


@media (max-width: 767px) {

    .navigation a {
        font-size: 1.8rem;
        margin-left: 1.8rem
    }

    .container {
        width: 90vw;
    }
}

@media (max-width: 420px) {

    .navigation {
        position: relative;
        float: right;
        z-index: 999;
        text-align: right;
        padding: 15px 20px;
        max-width: 220px;
    }

    .navigation a {
        font-size: 1.4rem;
        margin-left: 1.2rem
    }
}



/* Hero */
.hero-container {
    display: flex;
    width: 100%;
    /*    border-bottom: 5px solid #000000;*/
}

.hero-left {
    background-color: #da291c;
    width: 50%;
    padding: 6rem 5%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    /*    min-height: 500px;*/
}

.hero-title {
    width: 100%;
}

.hero-slider {
    min-height: 300px;
}

.hero-partner {
    width: 100%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 2rem;
    margin-top: 20px;
}

.hero-partner img {
    width: 150px;
    margin: 5px 0 0 10px;
    line-height: auto;

}

.contest-logos {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
}

.contest-logos img {
    width: 70%;
    max-width: 800px;
}

.hero-right {
    background-color: #000000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    height: 600px;
    box-sizing: border-box;
}

.hero-right img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/*.hero-right div {
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    color: #000000;
    font-size: 18px;
    line-height: calc(1em + 4px);
    font-weight: 600;
}*/

.hero-right a {
    color: #000000;
    font-weight: 700;
}

@media only screen and (max-width: 1800px) {
    .hero-right {
        height: 400px;
    }

}

@media only screen and (max-width: 1200px) {
    .hero-right {
        height: 300px;
    }

}

/* Tablets */
@media only screen and (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
    }

    .hero-left {
        padding: 4rem 2rem;
        text-align: center;
        width: 100%;

    }

    .hero-right {
        width: 100%;
        height: 400px;
    }

    .hero-partner,
    .contest-logos {
        justify-content: center;
    }

    .hero-right img {
        width: 80%;
    }

}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    .hero-container {
        flex-direction: column;
    }

    .hero-left {
        padding: 2.5rem 2rem;
    }

    .hero-partner img {
        width: 100px;

    }

    .hero-partner,
    .contest-logos {
        font-size: 1.6rem;
        justify-content: center;
    }

    .hero-right img {
        width: 90%;
    }

    .hero-right {
        height: 300px;
    }

}

/*Slider*/

.hero-right div {
    width: 100%;
    height: 100%;
}

.hero-right .slide-1 {
    background-image: url('../images/header-img/header_cirque.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero-right .slide-2 {
    background-image: url('../images/header-img/header_q104.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero-right .slide-3 {
    background-image: url('../images/header-img/header_thunderbirds_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero-right .slide-4 {
    background-image: url('../images/header-img/header_glorioussons.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}


/* Promo Banner */
.promo-banner {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    background: #da291c;
    color: #FFFFFF;
    font-size: 1.6rem;
}

.promo-banner a {
    color: #FFFFFF;
}

/* Panels */
.grey-panel {
    background: #f0f0f1;
}

.white-panel {
    background: #ffffff;
}

.grey-panel,
.white-panel {
    display: flex;
    width: 100%;
    padding: 70px 0;
    font-size: 1.8rem;
    line-height: calc(1em + 10px);
}

@media (max-width: 480px) {

    .grey-panel,
    .white-panel {
        padding: 40px 0;
    }
}

.center {
    text-align: center;
}

.navBlock {
    padding: 20px 0;
}

.navBlock a {
    color: #000000;
    text-decoration: none;
}


/* Prize Blocks */

.prize-block-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 40px 0;
}

.prize-block {
    width: 24%;
    margin: 0 20px 50px;
}

.prize-block-half-width {
    width: 35%;
    margin: 0 20px 50px;
}

.prize-imgk:hover {
    opacity: 0.7;
}

.prize-info-container {
    box-shadow: 0px 00px 15px #bebebe;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    line-height: 0;
    transition: all 0.25s;
}

/*.prize-info-container:hover {
    box-shadow: 0 0 6px 2px rgba(65, 64, 66, .25);
    transform: translateY(2px);
    transform: scale(1.04);
}
*/
.prize-img {
    background: #e4e4e5;
    /*    border-radius: 0px;
    height: auto;*/
    width: 100%;
    /*    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 00px 15px #bebebe;*/
}

.prize-img img {
    width: 100%;
    /*    position: relative;
    top: 0px;*/
}

.contest-overlay {
    width: 100%;
    height: 60px;
    /*    position: absolute;*/
    /*    bottom: 0;*/
    line-height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.contest-soon .contest-overlay {
    background: #cac9c8;
    color: #000000;
}

.contest-open .contest-overlay {
    background: #da291c;
    color: #FFFFFF;
}

.contest-closed .contest-overlay {
    background: #222222;
    color: #FFFFFF;
}

.contest-closed img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.artist-name {
    font-weight: 900;
    font-size: 24px;
    line-height: calc(1em + 6px);
}

.event-date {
    margin: 3px 0 0 0;
    color: #000000;
    color: #da291c;
    font-weight: 600;
    font-size: 20px;
}

.prize-name {
    margin: 20px 0 0 0;
}

.prize-block a {
    text-decoration: none;
}

.prize-block-container a {
    text-decoration: none;
}

sub {
    font-size: 40%;
    line-height: 40%;
    position: relative;
    bottom: 0px;
}

@media (max-width: 1200px) {
    .prize-block-container {
        flex-wrap: wrap;
        justify-content: center;
        /*        margin: 0;*/
    }

    .prize-block {
        width: 40%;
        margin: 0 10px 20px 10px;
    }

}

@media (max-width: 600px) {
    .prize-block {
        width: 45%;
        margin: 0 10px 20px 10px;
    }

    .prize-block-half-width {
        width: 80%;
        margin: 0 10px 30px 10px;
    }

    .prize-name {
        margin: 15px 0 0 0;
    }

    .contest-overlay {
        font-size: 18px;
    }

    .artist-name {
        font-size: 22px;
    }

    .event-date {

        font-size: 18px;
    }
}


@media (max-width: 480px) {
    .prize-block {
        width: 80%;
        margin: 0 10px 30px 10px;
    }

}

/* Footer */

.footer {
    font-size: 1.6rem;
    font-weight: 400;
    width: 100%;
}

.footer p {
    margin: 0 0 5px 0;
}

.footerhug {
    background-image: url('../images/footer_hug.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;

}

.copyright {
    border-top: 1px solid #bcbec0;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 50px 0;
}

.partner-logos {
    /*    background: #f2f2f2;*/
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.partner-0 {}

.partner-1 {
    border-right: 1px solid #bcbec0;
    padding: 10px 30px;
}

.partner-2 {
    padding: 0 0 0 30px;
}

.partner-1 img {
    width: 180px;
    height: auto;
}

.partner-2 img {
    width: 230px;
    height: auto;
}

@media (max-width: 620px) {
    .partner-1 img {
        width: 130px;
    }

    .partner-2 img {
        width: 170px;
    }

}

@media (max-width: 500px) {
    .partner-logos {
        font-size: 1.3rem;
        flex-wrap: wrap;
    }

    .partner-0 {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .partner-1 {
        padding: 10px 15px 10px 0;
    }

    .partner-2 {
        padding: 0 0 0 15px;
    }

    .partner-1 img {
        width: 120px;
    }

    .partner-2 img {
        width: 160px;
    }

}

@media (max-width: 400px) {
    .partner-1 img {
        width: 110px;
    }

    .partner-2 img {
        width: 110px;
    }

}


/* Form */
form {
    width: 70%;
    margin: 30px auto;
    font-size: 1.6rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-contain {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.form-input {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-content: flex-end;
    margin: 0 0 15px 0;
}

.full-width {
    width: 100%;
}

.form-input input {
    width: 100%;
}

.checkbox {
    margin: 5px 0;
}

.checkbox-container {
    text-align: left;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 2.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e4e4e5;
}

.checkbox-container:hover input~.checkmark {
    background-color: #eee;
}


.checkbox-container input:checked~.checkmark {
    background-color: #da291c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) {

    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="tel"] {
        -webkit-appearance: none;
    }

    .form-input {
        width: 100%;
    }
}

@media (max-width: 500px) {
    form {
        width: 100%;
    }

    .form-contain {
        width: 100%;
    }
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="tel"] {
    font-family: 'Ted Next';
    font-size: 1.6rem;
    color: #000000;
    background: #e4e4e5;
    border: 0;
    border-radius: 6px;
    padding: 10px 10px;
    box-sizing: border-box;
    max-height: 40px;
    text-align: left;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cacece;

    padding: 9px;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}


select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 0px;
    -moz-padding-end: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    background-color: #FFFFFF;
    /* fallback color if gradients are not supported */
    background-image: url(../images/select_arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 10px;
    border: 1px solid #6d6e70;
    box-shadow: 0;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    white-space: nowrap;
    width: 100%;
    font-family: 'Ted Next';
    font-size: 1.8rem;
    color: #6d6e70;
    border: 1px solid #6d6e70;
    padding: 8px 10px;
    max-height: 40px;
}

.disclaimer {
    margin: 8px 0 0 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.submit {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 15px 30px 15px 30px;
    border: 0;
    color: #FFFFFF;
    font-family: 'Ted Next';
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    -webkit-appearance: none;
    text-decoration: none;
    /*    border-radius: 8px;*/
    margin: 0 5px;
    background: #da291c;
}

input[type="submit"]:hover {
    opacity: 0.7;
}


/* Rules Page */
.letterList {
    list-style-type: lower-alpha;
}

ol,
ul {
    margin: 0 0 10px 20px;
    padding: 0 0 0 18px;
}

.preList {
    margin: 0 0 5px 0;
}

#rules table,
td,
th {
    border: 1px solid #000000;
    border-collapse: collapse;
    box-sizing: border-box;
}

#rules table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#rules th {
    background: #E3E2DD;
}

#rules th,
td {
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 600px) {

    #rules table,
    td,
    th {
        font-size: 12px;
        line-height: calc(1em + 2px);
    }
}



/* Error */

.error {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: #da291c;
    font-size: 12pt;
    margin: 20px 0 0 0;
    font-family: 'Ted Next';
    font-weight: 600;
}



.slick-dots li button:before {
    color: #bbbbbb !important;
}


.site-closed {
    font-size: 30px;
    color: #da291c;
    font-weight: 600;
    display: flex;
/*    width: 100%;*/
    height: 100%;
    margin: 20px;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}