.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.container-left {

}

body {
    font-family: "Karla", sans-serif;
}

.rose, .rose a {
    color: #FF00D8 !important;
}

.form-control {
    background: #B6F4B0;
    border-radius: 0;
}

.form-control.error {
    border: 1px solid #b74c45;
}

.control-label {
    color: #0054FF;
    text-transform: uppercase;
}

.grid {
    background: url(img/pattern_grid-2x.jpg);
    background-size: 60px 60px;
    background-position: center top;
}

header {
    background: #FFD800;
}

.social-wrapper {
    width: 100%;
    clear: left;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.social {
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin: 0;
    text-align: center;
    clear: left;
    left: 50%;
}

.social li {
    float: left;
    list-style: none;
    margin: 0 5px;
    position: relative;
    right: 50%;
}

.social li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    outline: none;
    background: url("https://kortrijkcreativityweek.be/_css/default/img/social.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .social li a {
        background: url("https://kortrijkcreativityweek.be/_css/default/img/social@2x.png") no-repeat;
        background-size: 30px 90px;
    }
}

.social li a.instagram {
    background-position: 0 -30px;
}

.social li a.twitter {
    background-position: 0 -60px;
}

#languages {
    float: right;
    padding: 0;
    margin: 20px 20px 0 20px;
}

#languages li {
    color: #0054FF;
    float: left;
    list-style: none;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}

#languages li.first {
    margin: 0;
}

#languages li a {
    text-decoration: none;
    color: #0054FF;
}

#menu-button, #menu-menu-button {
    position: absolute;
    top: 25px;
    left: 36px;
    text-indent: -99999px;
    outline: none;
    background: url('https://kortrijkcreativityweek.be/_css/default/img/menu.png');
    display: block;
    width: 37px;
    height: 27px;
}

#menu-button {
    z-index: 99;
}

#menu-menu-button {
    z-index: 9999;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #menu-button {
        background: url('https://kortrijkcreativityweek.be/_css/default/img/menu@2x.png');
        background-size: 37px 27px;
    }
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    border-right: 20px solid #FF00D8;
    display: none;
}

#main-nav {
    float: left;
    padding: 100px 20px 0 36px;
}

#main-nav li {
    display: list-item;
    width: 100%;
    margin: 10px 0;
    line-height: 140%;
}

#main-nav li a {
    color: #00A6FF;
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: none;
}

#main-nav li a:hover {
    color: #FF00D8;
}

.page-header {
    background: url('https://kortrijkcreativityweek.be/_css/default/img/header_blank.png') no-repeat;
    background-size: auto 180px;
    height: 200px;
}

#home-wall #intro-panel {
    position: relative;
    width: 100%;
    background: url('https://kortrijkcreativityweek.be/_css/default/img/home_wall.png') no-repeat;
    background-size: 100%;
    float: left;
}

#editor-button {
    text-transform: uppercase;
    display: inline-block;
    background: #FFD800;
    color: #0054FF;
    padding: 10px 20px;
    -webkit-box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
    box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
    text-decoration: none;
    font-size: 25px;
    position: relative;
    margin-top: 40%;
    margin-left: 40%;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 700;
}

#editor-button:hover {
    -webkit-box-shadow: -10px 10px 0px 0px rgba(0,84,255,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(0,84,255,1);
    box-shadow: -10px 10px 0px 0px rgba(0,84,255,1);
}

#aftermovie .title {
    background: #B6F4B0;
    color: #00A6FF;
    text-transform: uppercase;
}

#aftermovie .content {
    background: #FFD800;
    color: #0054FF;
    font-size: 1.2rem;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 55px;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#about {
    background: #fff;
}

#about-image {
    display: none;
}

#about-image img {
    width: 100%;
    border-right: 10px solid #00A6FF;
}

#about .title {
    background: #B6F4B0;
    color: #00A6FF;
    text-transform: uppercase;
}

#about .content {
    background: #FFD800;
    color: #0054FF;
    font-size: 1.2rem;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

#about .title h3 {
    background: url('https://kortrijkcreativityweek.be/_css/default/img/img_arrow.png') no-repeat left center;
    background-size: 14px auto;
    padding: 5px 0 5px 20px
}

#about .content ul {
    margin: 0;
    padding: 0;
}

#about .content li {
    list-style: none;
    margin: 0 30px 20px 10px;
    float: left;
}

#about .content li a {
    display: block;
    background: #0054FF;
    color: #fff;
    font-size: 30px;
    padding: 10px 20px;
    -webkit-box-shadow: -10px 10px 0px 0px rgba(182,244,176,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(182,244,176,1);
    box-shadow: -10px 10px 0px 0px rgba(182,244,176,1);
    text-decoration: none;
}

#about .content li a:hover {
    -webkit-box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
    box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
}

#partners {
    background: #fff;
}

#partners .title {
    color: #FF00D8;
    text-transform: uppercase;
}

.partner-hide {
    opacity: 0;
    display: none;
}

#show-partners {
    display: block;
    background: #0054FF;
    color: #fff;
    font-size: 26px;
    padding: 2px 20px;
    -webkit-box-shadow: -10px 10px 0px 0px rgba(182,244,176,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(182,244,176,1);
    box-shadow: -10px 10px 0px 0px rgba(182,244,176,1);
    text-decoration: none;
    margin: 30px 0 0 0;
}

#show-partners:hover {
    -webkit-box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
    box-shadow: -10px 10px 0px 0px rgba(255,0,216,1);
}

.logos-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.logos {
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    clear: left;
}

.logos li {
    list-style: none;
    position: relative;
    margin: 10px;
    float: left;
}

.logos li img {
    width: 100px;
}

.partners {
    padding: 50px 0;
}

.partner {
    border: 1px solid #0055FF;
    color: #0054FF;
    margin: 10px 50px;
}

.partner img {
    width: 100%;
}

.partner .content {
    height: 90px;
    padding: 5px;
}

.partner h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0;
}

.partner p {
    line-height: 120%;
    font-size: 11px;
}

#practical, #practical a {
    color: #0054FF;
}

#practical a {
    text-decoration: underline;
}

#practical .title {
    background: #FFD800;
    text-transform: uppercase;
}

#practical .content {
    background: #B6F4B0;
    font-size: 1.2rem;
}

#maps {
    height: 300px;
}

#newsletter {
    border-top: 10px solid #FF00D8;
}

#newsletter h3 {
    color: #0054FF;
}

#newsletter-submit, .submit-btn {
    background: #FF00D8;
    color: #fff;
    border: none;
}

.page-header h2 {
    color: #0054FF;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    line-height: 115%;
}

#expositions .content {
    color: #0054FF;
    padding: 40px 0;
}

#expositions .content h4 {
    font-size: 36px;
}

#expositions .content p {
    font-size: 22px;
}

#expositions .content a {
    color: #0054FF;
    text-decoration: underline;
}

.paginator {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pagination li {
    margin: 0 2px;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #FF00D8;
}

.pagination li a, .pagination li a:hover {
    color: #0054FF;
}

.newsitem {
    padding: 5px;
}

.newsitem .image img {
    width: 100%;
}

.newsitem .text h3 {
    color: #0054FF;
    text-transform: uppercase;
    font-size: 18px;
}

.newsitem .text {
    background: #B6F4B0;
    padding: 10px 15px 35px 15px;
    position: relative;
    text-align: left;
    height: 120px;
}

.newsitem .link {
    color: #0054FF;
    background: #FFD800;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    padding: 3px 20px;
    font-style: italic;
    text-decoration: underline;
}

#events .title {
    color: #0054FF;
    background: #FFD800;
    text-transform: uppercase;
}

#events .dates {
    border-top: 1px solid #0054FF;
    border-bottom: 1px solid #0054FF;
}

#events .dates ul {
    padding: 0;
    margin: 0;
    float: left;
}

#events .dates li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0;
    border-left: 1px solid #0054FF;
}

#events .dates li:last-child {
    border-right: 1px solid #0054FF;
}

#events .dates li a {
    background: #F0FFEE;
    padding: 0 15px;
    display: block;
    font-size: 35px;
    font-weight: 700;
    text-decoration: none;
    color: #00A6FF;
}

#events .dates li a:hover, #events .dates li.active a {
    background: #B6F4B0;
    color: #0054FF;
}

.events {
    border-top: 10px solid #B6F4B0;
}

.event {
    background: #FFD800;
    color: #0054FF;
}

.event .event-image {
    padding-right: 0;
}

.event .event-content {
    position: relative;
}

.event .event-content.no-padding {
    padding-left: 0;
}

.event .event-image img {
    width: 100%;
    border: 1px solid #00A6FF;
}

.event .event-title {
    background: #B6F4B0;
    padding: 10px;
    text-transform: uppercase;
}

.event .event-date, .event-detail .event-date {
    background: #00A6FF;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.event .event-title h3 {
    margin: 0;
    font-weight: 700;
    font-style: italic;
}

.event .intro {
    position: relative;
}

.event .intro .text {
    padding: 10px 10px 30px 10px;
    font-size: 13px;
}

.more-link {
    color: #0054FF;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 13px;
    text-decoration: underline;
    font-style: italic;
}

.more-link a {
    color: #0054FF;
}

.event .event-content.padding .more-link {
    left: 15px;
}

.subscribe-link {
    color: #fff;
    background: #FF00D8;
    position: absolute;
    bottom: 0;
    right: 15px;
    text-transform: uppercase;
    padding: 3px 20px;
    font-style: italic;
    font-weight: 700;
}

.page-content .subscribe-link a, .page-content .subscribe-link a:hover {
    color: #fff;
    text-decoration: none;
}

.page-content .subscribe-link a:hover {
    text-decoration: underline;
}

.event-detail .subscribe-link {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
}

.subscribe-link a {
    color: #fff;
}

.page-content {
    padding: 0 0 100px 0;
    color: #0054FF;
}

.page-content a, .page-content a:hover {
    color: #0054FF;
    text-decoration: underline;
}

.page-content .photos {
    padding: 30px 0;
}

.page-content .photos img {
    width: 100%;
}

.page-content .image img {
    width: 100%;
}

.back-to-overview {
    background: url('https://kortrijkcreativityweek.be/_css/default/img/arrow-back.png') no-repeat;
    text-indent: -99999px;
    outline: none;
    display: block;
    width: 47px;
    height: 34px;
    margin: 5px 0 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .back-to-overview {
        background: url('https://kortrijkcreativityweek.be/_css/default/img/arrow-back@2x.png');
        background-size: 47px 34px;
    }
}

footer {
    background: #0054FF;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.rwd-line {
    display: block;
}

.mobile-hide {
    display: none;
}

.editor_container {
    padding: 0;
    margin: 0;
    height: 700px
}

#editor {
    border: none;
    background: #fff;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .container-left {
        margin: 0 0 0 38px;
    }

    #menu {
        width: 430px;
    }

    header {
        height: 85px;
    }

    .social-wrapper {
        padding: 10px 0 0 0;
        width: auto;
        float: right;
    }

    .social {
        margin: 20px 20px 0 20px;
        left: auto;
        float: right;
    }

    .social li {
        right: auto;
    }

    #home-wall #intro-panel {
        background: url('https://kortrijkcreativityweek.be/_css/default/img/home_header.png') no-repeat;
        background-size: auto 467px;
        height: 467px;
    }

    #editor-button {
        top: 300px;
        left: 520px;
        font-size: 30px;
        position: absolute;
        margin: 0;
    }

    #about-image {
        display: block;
        padding-left: 0;
    }

    .partner .content {
        height: 113px;
    }

    #about .content {
        padding-left: 0;
        padding-right: 0;
    }

    #about .content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .newsitem .text {
        height: 120px;
    }

    .partner {
        margin: 0;
    }

    .logos li img {
        width: 120px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .rwd-line {
        display: inline;
    }

    .mobile-hide {
        display: inline;
    }

    #editor-button {
        top: 300px;
        left: 520px;
        font-size: 30px;
    }

    .newsitem .text {
        height: 100px;
    }


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .partner .content {
        height: 90px;
    }

}