@font-face {
    font-family: 'CubanoRegular';
    src: url('../fonts/cubano-regular-webfont.eot');
    src: url('../fonts/cubano-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cubano-regular-webfont.woff') format('woff'),
    url('../fonts/cubano-regular-webfont.ttf') format('truetype'),
    url('../fonts/cubano-regular-webfont.svg#CubanoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@-webkit-keyframes popout {
    0%, 20%, 50%, 80%, 100% {
        margin: 0;
    }
    40% {
        margin: -10px;
    }
    60% {
        margin: -10px;
    }
}

@-moz-keyframes popout {
    0%, 20%, 50%, 80%, 100% {
        margin: 0;
    }
    40% {
        margin: -10px;
    }
    60% {
        margin: -10px;
    }
}

@keyframes popout {
    0%, 20%, 50%, 80%, 100% {
        margin: 0;
    }
    40% {
        margin: -10px;
    }
    60% {
        margin: -10px;
    }
}



@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}


html,
body {
    height: 100%;
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;

    font-size: 16px;
    line-height: 1.5;
    color: #646464;
    color: #000;
    background-color: #f5f5f5;
}
body.searchpage {
    background-color: #fff;
}
body.searchpage #main-container {
    background-color: #fff;
}
.bg-grey {
    background-color :#f5f5f5;
}
.no-focus *:focus {
    outline: 0 !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.slick-slide, .slick-slide *{ outline: none !important; }

a {
    color: #5c90d2;
    -webkit-transition: color 0.12s ease-out;
    transition: color 0.12s ease-out;
}


h1, h2, h3, h4 {
    font-family: 'Passion One', cursive;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
}


h1 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
h2 {
    font-size: 34px;
}

h1.page-title {
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
h1.page-title span {
    display: inline-block;
    position: relative;
}


.page-subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;

    display: none;
}

.form-control {
    color: #646464;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.form-control::-moz-placeholder {
    color: #aaaaaa;
}
.form-control:-ms-input-placeholder {
    color: #aaaaaa;
}
.form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}
.form-control:focus {
    border-color: #cccccc;
    background-color: #fcfcfc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    max-width: 100%;
}
input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control {
    -webkit-appearance: none;
}

.push-5 {
    margin-bottom: 5px !important;
}
.push-5-t {
    margin-top: 5px !important;
}
.push-5-r {
    margin-right: 5px !important;
}
.push-5-l {
    margin-left: 5px !important;
}
.push-10 {
    margin-bottom: 10px !important;
}
.push-10-t {
    margin-top: 10px !important;
}
.push-10-r {
    margin-right: 10px !important;
}
.push-10-l {
    margin-left: 10px !important;
}
.push-15 {
    margin-bottom: 15px !important;
}
.push-15-t {
    margin-top: 15px !important;
}
.push-15-r {
    margin-right: 15px !important;
}
.push-15-l {
    margin-left: 15px !important;
}
.push-20 {
    margin-bottom: 20px !important;
}
.push-20-t {
    margin-top: 20px !important;
}
.push-20-r {
    margin-right: 20px !important;
}
.push-20-l {
    margin-left: 20px !important;
}
.push-30 {
    margin-bottom: 30px !important;
}
.push-30-t {
    margin-top: 30px !important;
}
.push-30-r {
    margin-right: 30px !important;
}
.push-30-l {
    margin-left: 30px !important;
}
.push-50 {
    margin-bottom: 50px !important;
}
.push-50-t {
    margin-top: 50px !important;
}
.push-50-r {
    margin-right: 50px !important;
}
.push-50-l {
    margin-left: 50px !important;
}
.push-100 {
    margin-bottom: 100px !important;
}
.push-100-t {
    margin-top: 100px !important;
}
.push-100-r {
    margin-right: 100px !important;
}
.push-100-l {
    margin-left: 100px !important;
}
.push-150 {
    margin-bottom: 150px !important;
}
.push-150-t {
    margin-top: 150px !important;
}
.push-150-r {
    margin-right: 150px !important;
}
.push-150-l {
    margin-left: 150px !important;
}


.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.btn {
    padding: 10px 16px 8px 16px;
    font-family: 'Passion One', cursive;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}


.btn-secondary {
    background-color: #f39c12;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-secondary:hover {
    color: #fff;
}
.btn-secondary.btn-hollow {
    border: 1px solid #f39c12;
    background-color: transparent;
    color: #fff;
}
.btn-secondary.btn-hollow:hover {
    background-color: #f39c12;
    border-color: #f39c12;
}
.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    background-color: #1a1a1a;
    color: #fff;
}
.btn-black.btn-hollow {
    background-color: transparent;
    color: #1a1a1a;
    border: 1px solid #000;
}
.btn-black.btn-hollow:hover {
    background-color: #000;
    color: #fff;
}

.btn-white {
    background: #fff;
}
.btn-white.btn-hollow {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-white.btn-hollow:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
}

.pagination>li>.current,
.pagination>li>.current:focus,
.pagination>li>.current:hover {
    color: #fff;
    cursor: default;
    background-color: #f39c12;
    border-color: #f39c12;
}

.row-nopadding {
    margin-left: 0;
    margin-right: 0;
}

.row-nopadding > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.row-wide {
    margin-left: -30px;
    margin-right: -30px;
}
.row-wide > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.row-condensed {
    margin-left: -4px;
    margin-right: -4px;
}
.row-condensed > [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    table-layout: fixed;
}
.table > .table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.table-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-left: 0;
    margin-right: 0;
}
.table-row > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 0;
}
.table-row > [class*="col-"].valign-middle {
    vertical-align: middle;
}

.text-white {
    color: #ffffff;
}
a.text-white:hover,
a.text-white:active,
a.text-white:focus,
button.text-white:hover,
button.text-white:active,
button.text-white:focus {
    color: #ffffff;
    opacity: .75;
}
.text-white-op {
    color: rgba(255, 255, 255, 0.85);
}
a.text-white-op:hover,
a.text-white-op:active,
a.text-white-op:focus,
button.text-white-op:hover,
button.text-white-op:active,
button.text-white-op:focus {
    color: rgba(255, 255, 255, 0.85);
    opacity: .75;
}
.text-black {
    color: #000000;
}
a.text-black:hover,
a.text-black:active,
a.text-black:focus,
button.text-black:hover,
button.text-black:active,
button.text-black:focus {
    color: #000000;
    opacity: .75;
}
.text-gray {
    color: #c9c9c9;
}
a.text-gray:hover,
a.text-gray:active,
a.text-gray:focus,
button.text-gray:hover,
button.text-gray:active,
button.text-gray:focus {
    color: #c9c9c9;
    opacity: .75;
}
.text-gray-dark {
    color: #999999;
}
a.text-gray-dark:hover,
a.text-gray-dark:active,
a.text-gray-dark:focus,
button.text-gray-dark:hover,
button.text-gray-dark:active,
button.text-gray-dark:focus {
    color: #999999;
    opacity: .75;
}
.text-gray-darker {
    color: #393939;
}
a.text-gray-darker:hover,
a.text-gray-darker:active,
a.text-gray-darker:focus,
button.text-gray-darker:hover,
button.text-gray-darker:active,
button.text-gray-darker:focus {
    color: #393939;
    opacity: .75;
}
.text-gray-light {
    color: #f3f3f3;
}
a.text-gray-light:hover,
a.text-gray-light:active,
a.text-gray-light:focus,
button.text-gray-light:hover,
button.text-gray-light:active,
button.text-gray-light:focus {
    color: #f3f3f3;
    opacity: .75;
}
.text-gray-lighter {
    color: #f9f9f9;
}


a:hover,
a:focus {
    color: #3169b1;
    text-decoration: none;
}
a:active {
    color: #5c90d2;
}
a.inactive {
    cursor: not-allowed;
}
a.inactive:focus {
    background-color: transparent !important;
}

.bg-secondary {
    background-color: #f7931e;
    background-color: #f39c12;
}
.bg-secondary a {
    color: #000;
    text-decoration: underline;
}

.bg-white {
    background-color: #ffffff;
}
a.bg-white:hover,
a.bg-white:focus {
    background-color: #e6e6e6;
}
.bg-white-op {
    background-color: rgba(255, 255, 255, 0.075);
}
.bg-crystal-op {
    background-color: rgba(255, 255, 255, 0.15);
}
.bg-black {
    background-color: #000000;
}
a.bg-black:hover,
a.bg-black:focus {
    background-color: #000000;
}
.bg-black-op {
    background-color: rgba(0, 0, 0, 0.4);
}
.bg-gray {
    background-color: #c9c9c9;
}
a.bg-gray:hover,
a.bg-gray:focus {
    background-color: #b0b0b0;
}
.bg-gray-dark {
    background-color: #999999;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
    background-color: #808080;
}
.bg-gray-darker {
    background-color: #393939;
    background-color: #222;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
    background-color: #202020;
}
.bg-gray-light {
    background-color: #f3f3f3;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus {
    background-color: #dadada;
}
.bg-gray-lighter {
    background-color: #f9f9f9;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
    background-color: #e0e0e0;
}
.bg-image {
    background-color: #f9f9f9;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}



.header {
    position: relative;
    display: block;
    width: 100%;
    position: relative;
    height: 400px;
}

.logo {
    display: inline-block;
    padding-top: 0;
}

.edition-page .logo img {
    width: 400px;
    max-width: 100%;
    margin-top: 65px;
}

@media (max-width: 767px) {
    .logo {
        display: none;
    }
    .frontpage .logo {
        display: inline-block;
    }
    .edition-page .logo {
        display: inline-block;
    }
    .edition-page .logo img {
        width: 260px;
        margin-top: 110px;
    }
}



.logo-year {
    display: none;
    margin: 0 auto;
    font-family: 'Passion One';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;

}
.logo-year span {
    margin-top: 13px;
    padding: 12px 20px 10px 20px;
    display: inline-block;
    background: #000;
    color: #f39c12;

    letter-spacing: 1px;
    font-size: 18px;


    line-height: 1;

}
.logo-year a:hover span {
    color: #fff;
}

.site-slogan {
    display: none;
    font-size: 24px;
    line-height: 1;

    margin-top: 12px;
    margin-bottom: 0;

    padding-top: 9px;
    padding-bottom: 7px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;


    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0;
}


.site-event-info {
    position: absolute;
    bottom: 100%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Passion One';
    color: #000;

    line-height: 1;
    padding: 10px 0 15px 0;
}

.frontpage .logo {
    display: inline-block;
    margin-top: 60px;
    position: relative;
}


.frontpage .logo img.logo-img {
    max-width: 394px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.frontpage .logo-year {
    display: block;
}

.frontpage .site-slogan {
    display: inline-block;
}

.logo .vote-logo-link {
    position: absolute;
    right: -50px;
    top: -64px;
    max-width: 90px;
    z-index: 3;

    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);

    opacity: 0.8;
}
.logo .vote-logo-link:hover {
    opacity: 1;
}
.logo .tickets-link {
    cursor: pointer;
    position: absolute;
    right: -70px;
    top: -85px;
    z-index: -1;
    width: 110px;
    height: 110px;

    color: #fff;
    border-radius: 50%;
    font-family: "Passion One";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 26px 0;


    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}

.logo .tickets-link:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: rgba(0,0,0,0.8);
    z-index: -3;
    border-radius: 50%;

    -webkit-animation: popout 2s infinite;
    animation: popout 2s infinite;

}
.logo .tickets-link:hover {
    z-index: 5;
}
.logo .tickets-link:hover:after {
    background: rgba(0,0,0,1);

    -webkit-animation: none;
    animation: none;
}

@media (max-width: 767px) {
    .logo .tickets-link {
        right: -20px;
        top: -120px;
    }
    .site-event-info {
        position: static;
        margin-top:-25px;
    }

}

.header-bg {
    height: 250px;
    background-color: #000;
    background-image: url(../img/header.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;

}
.frontpage .header-bg .logo {
    display: block;
}

.header .logo {
    display: none;
}

@media screen and (min-width: 992px) {
    .header-bg {
        left: 103px;
    }
}
.header-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;



    z-index: 2;
}

.frontpage .header-bg {
    height: 500px;
    background-image: url(../img/header.png);
    background-position: top center;
}

.menu-btn {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent !important;
    color: #f39c12 !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 28px;
    line-height: 28px;
    padding: 15px;

}

.frontpage .menu-btn {
    color: #000 !important;
}


#header-navbar {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 99;
    min-height: 60px;
    padding-top: 90px;
    background-color: #393939;
    background-color: transparent;

    text-align: center;

    display:block;
}
#header-navbar .logo {
    display: none;
}
.frontpage #header-navbar .logo {
    display: inline-block;
    z-index: 99;

}

@media screen and (min-width: 992px) {
    #header-navbar {
        left: 103px;
    }
    #header-navbar {
        display: none;
    }
}

.frontpage #header-navbar {
    display: block !important;
    overflow: hidden;
}

#header-navbar:before,
#header-navbar:after {
    content: " ";
    display: table;
}
#header-navbar:after {
    clear: both;
}
.header-navbar-fixed #header-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    min-width: 320px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.header-navbar-fixed #main-container {
    padding-top: 60px;
}
@media screen and (min-width: 992px) {
    .header-navbar-fixed.sidebar-l.sidebar-o #header-navbar {
        left: 230px;
    }
    .header-navbar-fixed.sidebar-r.sidebar-o #header-navbar {
        right: 230px;
    }
    .header-navbar-fixed.sidebar-l.sidebar-o.sidebar-mini #header-navbar {
        left: 60px;
    }
    .header-navbar-fixed.sidebar-r.sidebar-o.sidebar-mini #header-navbar {
        right: 60px;
    }
}
.header-navbar-transparent #header-navbar {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-navbar-transparent.header-navbar-fixed.header-navbar-scroll #header-navbar {
    background-color: #3e4a59;
}
.header-navbar-transparent.header-navbar-fixed #main-container {
    padding-top: 0;
}






.bg-gray-darker h1 {
    color: #fff;
}

#page-container {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    background-color: #2c343f;
}
@media screen and (min-width: 992px) {
    #page-container.sidebar-l.sidebar-o {
        padding-left: 230px;
    }
    #page-container.sidebar-r.sidebar-o {
        padding-right: 230px;
    }
    #page-container.sidebar-l.sidebar-o.sidebar-mini {
        padding-left: 103px;
    }
    #page-container.sidebar-r.sidebar-o.sidebar-mini {
        padding-right: 60px;
    }
}
#sidebar,
#side-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.28s ease-out;
    transition: all 0.28s ease-out;
}
@media screen and (min-width: 992px) {
    .side-scroll #sidebar,
    .side-scroll #side-overlay {
        overflow-y: hidden;
    }
}
#sidebar {
    width: 230px;
    background-color: #1a1a1a;
}
.sidebar-l #sidebar {
    left: 0;
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0) translateZ(0);
}
.sidebar-r #sidebar {
    right: 0;
    -webkit-transform: translateX(100%) translateY(0) translateZ(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0) translateZ(0);
}
@media screen and (max-width: 991px) {
    #sidebar {
        width: 100%;
        opacity: 0;
    }
    .sidebar-o-xs #sidebar {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0) translateZ(0);
    }
}
@media screen and (min-width: 992px) {
    #sidebar {
        width: 230px;
        -webkit-transition: none;
        transition: none;
    }
    .sidebar-o #sidebar {
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0) translateZ(0);
    }
    .sidebar-o.sidebar-mini #sidebar {
        overflow-x: hidden;
        -webkit-transition: all 0.28s ease-out;
        transition: all 0.28s ease-out;
        will-change: transform;
    }
    .sidebar-l.sidebar-o.sidebar-mini #sidebar {
        -webkit-transform: translateX(-127px) translateY(0) translateZ(0);
        -ms-transform: translateX(-127px) translateY(0);
        transform: translateX(-127px) translateY(0) translateZ(0);
    }
    .sidebar-r.sidebar-o.sidebar-mini #sidebar {
        -webkit-transform: translateX(127px) translateY(0) translateZ(0);
        -ms-transform: translateX(127px) translateY(0);
        transform: translateX(127px) translateY(0) translateZ(0);
    }
    .sidebar-o.sidebar-mini #sidebar .sidebar-content {
        width: 230px;
        -webkit-transition: all 0.28s ease-out;
        transition: all 0.28s ease-out;
        will-change: transform;
    }
    .sidebar-l.sidebar-o.sidebar-mini #sidebar .sidebar-content {
        -webkit-transform: translateX(127px) translateY(0) translateZ(0);
        -ms-transform: translateX(127px) translateY(0);
        transform: translateX(127px) translateY(0) translateZ(0);
    }
    .sidebar-o.sidebar-mini #sidebar:hover,
    .sidebar-o.sidebar-mini #sidebar:hover .sidebar-content {
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0) translateZ(0);
    }
    .sidebar-o.sidebar-mini #sidebar .sidebar-mini-hide {
        opacity: 0;
        -webkit-transition: opacity 0.28s ease-out;
        transition: opacity 0.28s ease-out;
    }
    .sidebar-o.sidebar-mini #sidebar .sidebar-mini-hidden {
        display: none;
    }
    .sidebar-o.sidebar-mini #sidebar .nav-main > li.open > ul {
        display: none;
    }
    .sidebar-o.sidebar-mini #sidebar:hover .sidebar-mini-hide {
        opacity: 1;
    }
    .sidebar-o.sidebar-mini #sidebar:hover .nav-main > li.open > ul {
        display: block;
    }
}
#side-overlay {
    background-color: #fff;
}
.sidebar-l #side-overlay {
    right: 0;
    -webkit-transform: translateX(100%) translateY(0) translateZ(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0) translateZ(0);
}
.sidebar-r #side-overlay {
    left: 0;
    -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0) translateZ(0);
}
@media screen and (max-width: 991px) {
    #side-overlay {
        width: 100%;
        opacity: 0;
    }
    .side-overlay-o #side-overlay {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0) translateZ(0);
    }
}
@media screen and (min-width: 992px) {
    #side-overlay {
        width: 320px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    .sidebar-l #side-overlay {
        -webkit-transform: translateX(110%) translateY(0) translateZ(0);
        -ms-transform: translateX(110%) translateY(0);
        transform: translateX(110%) translateY(0) translateZ(0);
    }
    .sidebar-r #side-overlay {
        -webkit-transform: translateX(-110%) translateY(0) translateZ(0);
        -ms-transform: translateX(-110%) translateY(0);
        transform: translateX(-110%) translateY(0) translateZ(0);
    }
    .sidebar-l.side-overlay-hover #side-overlay {
        -webkit-transform: translateX(300px) translateY(0) translateZ(0);
        -ms-transform: translateX(300px) translateY(0);
        transform: translateX(300px) translateY(0) translateZ(0);
    }
    .sidebar-r.side-overlay-hover #side-overlay {
        -webkit-transform: translateX(-300px) translateY(0) translateZ(0);
        -ms-transform: translateX(-300px) translateY(0);
        transform: translateX(-300px) translateY(0) translateZ(0);
    }
    .side-overlay-hover #side-overlay:hover,
    .side-overlay-o #side-overlay,
    .side-overlay-o.side-overlay-hover #side-overlay {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0) translateZ(0);
    }
}
.side-header {
    margin: 0 auto;
    min-height: 60px;
}
.side-header:before,
.side-header:after {
    content: " ";
    display: table;
}
.side-header:after {
    clear: both;
}
.side-header.side-content {
    overflow: visible;
}
.side-header > span,
.side-header > a {
    display: inline-block;
    line-height: 34px;
}
.side-header img {
    display: inline-block;
    margin-top: -2px;
}
.side-content {
    margin: 0 auto;
    padding: 13px 20px 1px;
    max-width: 100%;
    overflow-x: hidden;
    height: 100vh;
}


.side-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.side-logo:after {
    clear: both;
    display: table;
    content: '';
}
.side-logo .logo-wrap {
    cursor: pointer;
}
.side-logo-text {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;

    display: none;
}

#main-container,
#page-footer {
    overflow-x: hidden;
}
#main-container {
    background-color: #f5f5f5;
    position: relative;
    /*margin-top: 250px;*/
    overflow: visible;
    /*min-height: 250px;*/
}
.frontpage #main-container {
    margin-top: 500px;
}




.home-banner {
    position: relative;
    width: 100%;
    top: 0;
    height: 400px;
    background: url(../img/header.png) no-repeat;
    background-position: center top;
    background-size: cover;
    display: none;
}
.home-banner:after {
    position: absolute;
    content :'';
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(247,147,30,0.9);

}
.home-banner .home-banner-content {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 85px;
    text-align: center;
}





.content {
    margin: 0 auto;
    padding: 16px 14px 1px;
    max-width: 100%;
    overflow-x: visible;
}
.content.content-full {
    padding-bottom: 16px;
}
.content-boxed {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

@media screen and (min-width: 768px) {
    .content {
        margin: 0 auto;
        padding: 30px 30px 1px;
        max-width: 100%;
        overflow-x: visible;
    }
    .content.content-boxed {
        max-width: 1280px;
    }
    .content.content-full {
        padding-bottom: 30px;
    }
}

.content-mini {
    margin: 0 auto;
    padding: 13px 14px 1px;
    max-width: 100%;
    overflow-x: visible;
}
.content-mini p,
.content-mini .push,
.content-mini .block,
.content-mini .items-push > div {
    margin-bottom: 13px;
}
.content-mini .items-push-2x > div {
    margin-bottom: 26px;
}
.content-mini .items-push-3x > div {
    margin-bottom: 39px;
}
.content-mini.content-mini-full {
    padding-bottom: 13px;
}
.content-mini.content-mini-full .pull-b {
    margin-bottom: -13px;
}
.content-mini .pull-t {
    margin-top: -13px;
}
.content-mini .pull-r-l {
    margin-right: -14px;
    margin-left: -14px;
}
.content-mini .pull-b {
    margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
    .content-mini {
        margin: 0 auto;
        padding: 13px 30px 1px;
        max-width: 100%;
        overflow-x: visible;
    }
    .content-mini p,
    .content-mini .push,
    .content-mini .block,
    .content-mini .items-push > div {
        margin-bottom: 13px;
    }
    .content-mini .items-push-2x > div {
        margin-bottom: 26px;
    }
    .content-mini .items-push-3x > div {
        margin-bottom: 39px;
    }
    .content-mini.content-mini-full {
        padding-bottom: 13px;
    }
    .content-mini.content-mini-full .pull-b {
        margin-bottom: -13px;
    }
    .content-mini .pull-t {
        margin-top: -13px;
    }
    .content-mini .pull-r-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .content-mini .pull-b {
        margin-bottom: -1px;
    }
}

.nav-main {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}
.nav-main .nav-main-heading {
    padding: 22px 20px 6px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}
.nav-main a {
    display: block;
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
}
.nav-main a span {
    display: inline-block;
}
.nav-main a:hover,
.nav-main a:focus {
    color: #fff; /*rgba(255, 255, 255, 0.5);*/
    background-color: rgba(0, 0, 0, 0.2);
}
.nav-main a:hover > i,
.nav-main a:focus > i {
    color: #fff;
}
.nav-main li.current-menu-item a,
.nav-main li.current-menu-item a:hover {
    color: #fff;
}
.nav-main li.current-menu-item a > i,
.nav-main li.current-menu-item a:hover > i {
    color: #f39c12;
}
.nav-main a > i {
    float: left;
    color: rgba(255, 255, 255, 0.2);
    width: 63px;
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.nav-main a > i.fa-users {
    font-size: 22px;
}
.nav-main a > i.fa-newspaper-o {
    font-size: 22px;
    top: 1px;
    position: relative;
}
.nav-main a > i.fa-search {
    font-size: 24px;

}
.nav-main a.nav-submenu {
    position: relative;
    padding-right: 30px;
}
.nav-main a.nav-submenu:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    display: inline-block;
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 0.25);
    content: "\f104";
}
.nav-main a.nav-submenu:before.nav-main a.nav-submenu:before-fwidth {
    width: 100%;
}
.nav-main ul {
    margin: 0;
    padding: 0 0 0 50px;
    height: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.nav-main ul > li {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}
.nav-main ul .nav-main-heading {
    padding-left: 0;
    padding-right: 0;
    color: rgba(255, 255, 255, 0.65);
}
.nav-main ul a {
    padding: 8px 8px 8px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}
.nav-main ul a:hover,
.nav-main ul a:focus {
    color: #fff;
    background-color: transparent;
}
.nav-main ul a > i {
    margin-right: 10px;
}
.nav-main ul ul {
    padding-left: 12px;
}
.nav-main li.open > a.nav-submenu {
    color: #fff;
}
.nav-main li.open > a.nav-submenu > i {
    color: #fff;
}
.nav-main li.open > a.nav-submenu:before {
    content: "\f107";
}
.nav-main li.open > ul {
    height: auto;
}
.nav-main li.open > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 20px;
}
.side-footer .nav-main a {
    padding: 5px 20px;
}
.side-footer .nav-main .twitter a:hover,
.side-footer .nav-main .twitter a:focus {
    background: #00acee;
}
.side-footer .nav-main .facebook a:hover,
.side-footer .nav-main .facebook a:focus{
    background: #29487d;
}

.side-footer .social-media-nav li > a > i  {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 991px) {
    .side-footer {
        position: static;
        padding-left: 0;
        padding-right: 0;
    }
}




.col-overlay {
    z-index: 3;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;

}
.col-overlay .col-overlay-content {
    display: table;
    width: 100%;
    height: 100%;
}
.col-overlay .col-overlay-content .valign {
    display: table-cell;
    vertical-align: middle;
}

/** EDITION **/



.edition-nav {
    display: inline-block;
    margin-bottom: -6px;
}

.edition-nav.nav-pills>li>a {

    color: #fff;
    border-radius: 0;
    font-size: 26px;
    font-weight: normal;
    border-bottom: 5px solid transparent;
    padding: 9px 15px 12px 15px;


    font-family: "Passion One";
    line-height: 1;
    letter-spacing: 1px;

}
.edition-nav.nav-pills>li>a:hover,
.edition-nav.nav-pills>li>a:focus {
    background-color: transparent;
    color: #000;
}
.edition-nav.nav-pills>li.active>a,
.edition-nav.nav-pills>li.active>a:focus,
.edition-nav.nav-pills>li.active>a:hover {
    background-color: transparent;
    color: #000;
    border-bottom: 5px solid #f39c12;
}

.edition-bar {
    background: rgba(243, 156, 18,1.0);
    color: #fff;
}
.edition-bar .edition-nav.nav-pills>li:first-child a {
    padding-left: 5px;
}



.edition-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.edition-category {
    margin-bottom: 8px;
    position: relative;
}
.edition-category .edition-category-info {
    position: relative;
    display: block;
    text-align: center;
}
.edition-category .edition-category-info img {
    width: 10000px;
    max-width: 100%;
    height: auto;
}
.edition-category .edition-category-info h3 {
    margin: 0;
    line-height: 1;
    letter-spacing: 0;
    font-size: 26px;

    /*text-shadow: 1px 1px rgba(0,0,0,0.5);*/
}
.edition-category-info .btn-wrap {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.edition-category-info .btn {
    color: #fff;

}
.edition-category-info .btn:hover {
    color: #f39c12;
}
.edition-category .edition-category-info .category-nominees-info {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #000;
    line-height: 30px;
}
.edition-category  .prev-slide-btn,
.edition-category  .next-slide-btn {
    position: absolute;
    z-index: 5;
    left: 0;
    text-align:center;
    padding: 0;
    top:0;
    bottom: 0;
    border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    width: 50px;
    height: auto;
    color: #fff;
    background: transparent;

    border: 0;
    border-left: 4px solid #f5f5f5;
}
.edition-category .next-slide-btn {
    left: auto;
    right: 0;
    border-right: 4px solid #f5f5f5;
    border-left: 0;
}

.edition-category  .prev-slide-btn:hover,
.edition-category  .next-slide-btn:hover {
    background: rgba(247,147,30,0.75);
}

.edition-category .prev-slide-btn.slick-disabled,
.edition-category .next-slide-btn.slick-disabled {
    visibility: hidden;
}

.next-slide-btn .fa.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.next-slide-btn:hover .fa.bounce {
    -webkit-animation: none;
    animation: none;
}

.edition-category .edition-category-info .col-overlay {
    background: #f39c12;
    background: rgba(247,147,30,0.94);
    color: #fff;
    padding: 20px;
}
.edition-category .edition-category-info .col-overlay .valign {
    vertical-align: middle;
}

.category-nominee-list {
    display: block;
    margin-left: -4px;
    margin-right: -4px;

    position: relative;
}
.category-nominee-list.category-nominee-slider {
    white-space: nowrap;
    overflow: hidden;
}

.category-nominee-list:not(.slick-initialized) {
    margin-bottom: -5px; /* remove white space caused by "display: inline-block" of .category-nominee; */
}
.category-nominee-list:after {
    content: '';
    clear: both;
    display: table;
}

.category-nominee-list.category-nominee-slider {
    white-space: nowrap;
    overflow: hidden;

}
.category-nominee-list .category-nominee {
    display: inline-block;

    padding-left: 4px;
    padding-right: 4px;
    white-space: normal;
}

.category-nominee-list.category-nominee-slider .category-nominee {
    width: 33.33333333%;
}

.category-nominee-list.audience-award-nominee-list .category-nominee {
    margin-bottom: 20px;
}


.category-nominee-list.audience-award-nominee-list .category-nominee {

}
.category-nominee-list .category-nominee .vote-button {
    padding: 17px 25px 15px 25px;
    font-size: 16px;
    border-radius: 0;
}


.category-nominee-list .category-nominee > a {
    position: relative;
    display: block;
    text-align: left;
}



.category-nominee-list .category-nominee .col-overlay {
    background: rgba(0,0,0,0.7);
    padding: 15px;
    -webkit-transition: background ease .2s;
    -moz-transition: background ease .2s;
    transition: background ease .2s;
}

.category-nominee-list.winner-announced .category-nominee a:not(.is-winner) .col-overlay .col-overlay-content{
    visibility: hidden;
}
.category-nominee-list.winner-announced .category-nominee:hover a:not(.is-winner) .col-overlay .col-overlay-content {
    visibility: visible;
}

.category-nominee-list .category-nominee .is-winner .col-overlay {
    background: rgba(0,0,0,0.25);
}

.category-nominee-list .category-nominee:hover .col-overlay {
    background: rgba(0,0,0,0.1);
}
.category-nominee-list.audience-award-nominee-list .category-nominee:hover .col-overlay {
    background: rgba(0,0,0,0.1);
}

.category-nominee-list .category-nominee .col-overlay .col-overlay-content .valign {
    vertical-align: bottom;
}
.category-nominee-list .category-nominee .nominee-title {
    margin: 0;
    color: #fff;
    /*font-family: 'Helvetica';*/
    font-weight: bold;
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.category-nominee-list .category-nominee .nominee-artist {
    margin: 5px 0 0 0;
    color: #f39c12;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.category-nominee-list .category-nominee .nominee-componist {
    font-size: 18px;
    color: #fff;

}
.category-nominee-list .category-nominee .winner-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;


    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;

    padding: 8px 15px;
    width: 56px;
    height: 56px;

    background: rgba(247,147,30,0.85);


}

.category-nominee-list .category-nominee:hover .winner-label:after {
   position: absolute;
    left: 100%;
    width: 80px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    content: 'Winnaar';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    top: 0;
    text-align: left;

    background: rgba(247,147,30,0.85);
}

.category-nominee-list .category-nominee .winner-label img {
    max-width: 14px;
    margin: 0 auto;
}
.category-nominee-list .category-nominee img.nominee-img {


    width: 10000px;
    max-width: 100%;
    height: auto;
}
.category-nominee-list .category-nominee .is-winner img.nominee-img {

}


/** ARTIST LIST **/

.artist-search .form-control {
    border-color: #fff;

    background: #fff;
    color: #222;

}
.artist-search .input-group .btn {
   background: #fff;
    color: #000;
}


.artist-list {
    display: block;
}
.artist-list .artist > a {
    display: block;
    position: relative;
    margin-bottom: 8px;

}



.artist-list .artist .artist-img {

    width: 10000px;

    max-width: 100%;
    height: auto;
}
.artist-list .artist .col-overlay {
    background: rgba(0,0,0,0.4);
    padding: 15px;
    -webkit-transition: background ease .2s;
    -moz-transition: background ease .2s;
    transition: background ease .2s;
}
.artist-list .artist:hover .col-overlay {
    background: rgba(247,147,30,0.9);
}
.artist-list .artist .col-overlay .col-overlay-content .valign {
    vertical-align: bottom;
}
.artist-list .artist .artist-name {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.0);
    margin: 0 0 5px 0;

    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
}
.artist-list .artist:hover .artist-name {
    color: #000;
    text-shadow: 1px 1px rgba(247,147,30,0.5);
}
.artist-list .artist .num-edisons,
.artist-list .artist .num-nominations {
    margin: 2px 0 0 0;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.pagination>li>a, .pagination>li>span {
    padding: 12px 24px;
}


/* allow modal to fully overflow underlying modal */
.modal-backdrop + .modal-backdrop, .modal-backdrop + #toast-container + .modal-backdrop {
    z-index: 1051;
}
#view-modal2 {
    z-index: 1052;
}

.modal-tabs .tab-content {
    padding-top: 25px;
}
.modal.modal-loading .modal-dialog .modal-content {
    min-height: 300px;
}
.modal.modal-loading .modal-content:after {
    content: "Bezig met laden";
    padding-top: 125px;
    display: block;
    height: 100%;
    width: 100%;
    background: url('../img/loader.gif') center 50px no-repeat rgba(243, 156, 18, 0.97);
    position: absolute;
    z-index: 998;
    left: 0;
    top: 0;
    text-align: center;
}

.modal-content {
    background-color: #f39c12;
    padding: 40px;
}

@media only screen and (max-width: 767px) {
    .modal-content {
        padding: 15px;
    }
}

.modal-dialog {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
}

.nomination_modal .modal-dialog {
    max-width: 800px;
}

#vote-modal .modal-dialog {
    max-width: 600px;
}

.modal-dialog .close {

}
.modal-header {
    border: 0;
    text-align: center;
    color: #fff;
    padding-bottom: 0;
}
.modal-dialog .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;

    display: block;
    background: #000;
    color :#fff;
    margin: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;

}
.modal-body .close:hover {
    color: #fff;
}

.modal-footer {
    border: 0;
}




.artist-img-container {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.artist-img-container .artist-img-bg {
    z-index: 1;

    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    -webkit-filter: blur(4px) brightness(75%);
    filter: blur(4px) brightness(75%);
}
.artist-img-container .artist-img {
    z-index: 2;

    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

}

.artist-img-container .artist-img-copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 11px;
    z-index: 3;
    background: rgba(0,0,0,0.15);
    padding: 5px 8px 6px 8px;
}


.artist-page .artist-stats {
    letter-spacing: 0;
    margin-top: 10px;
}

.modal-dialog .parent-nomination-title {
    margin-bottom: -5px;
    margin-top: 15px;
    background: #000;
    color: #fff;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
}
.modal-dialog .nomination-list {
    display: block;
    margin-top: 20px;

}
.modal-dialog .nomination-list > li {
    float: none;
    padding: 0;
    display: block;
    margin: 10px 0;

}
.modal-dialog .nomination-list > li a {
    color: #000;
    display: block;
    background: #fff;
    min-height: 96px;

    position: relative;
}
.modal-dialog .nomination-list > li a:after {
    clear: both;
    display: table;
    content: '';
}
.modal-dialog .nomination-list > li a .status {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    text-transform: uppercase;
    background: transparent;
    font-size: 12px;
    color: #000;

    font-weight: bold;

    padding: 8px 10px 7px 10px


}
.modal-dialog .nomination-list > li a .nominee-info {

    display: block;
    padding: 25px 10px;
    padding-left: 98px;
}
.modal-dialog .nomination-list > li a .nominee-image  {
    display: inline-block;
    float: left;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
}
.modal-dialog .nomination-list > li a .nominee-image img {
    height: 60px;
    width: 60px;
    display: block;
}


.modal-dialog .nomination-list > li a h3 {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: 0;
    color: #000;
}
.modal-dialog .nomination-list > li a h4 {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 17px;
    color: #f39c12;
}
.modal-dialog .nomination-list > li a:hover {
    color: #000;
}

.modal-dialog .nomination-list > li .award-img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}
.modal-dialog .nomination-list > li .winner-label {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 4px solid #000;
}

.modal-dialog .children-title {
    color: #000;
    margin-bottom: 0;
    margin-top: 35px;
    font-size: 16px;
}

.modal-dialog .children-artist-list {
    position: relative;
    color: #fff;
    margin-top: 10px;
    display: block;
}
.modal-dialog .children-artist-list:after {
    display: table;
    content: '';
    clear: both;
}

.modal-dialog .children-artist-list > li {

}
.children-artist-list li.artist a {
    display: block;
    text-align: center;
    position: relative;
}
.children-artist-list li.artist a .col-overlay {
    background: rgba(0,0,0,0.75);
    padding: 10px;

}
.children-artist-list li.artist a .col-overlay h5 {
    font-weight: bold;
    text-transform: uppercase;
}



.home-categories {
    position: relative;
    margin-top: -75px;
    width: 100%;
    display: block;
    overflow-x: hidden;
}

.home-categories .slick-prev, .home-categories .prev-slide,
.home-categories .slick-prev, .home-categories .next-slide {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 75px;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.0);
    outline: none !important;
    font-size: 70px;
    color: #f39c12;
}
.home-categories .next-slide {
    left: auto;
    right: 0;
}

.home-category-list {
    margin: 0;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.home-category-list:after {
    content: '';
    clear: both;
    display: table;
}
.home-category-list .home-category {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 0;
    float: left;
    position: relative;
}

.category-block-link {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    padding-bottom: 100%;

    padding-top: 70px;

    box-sizing: content-box;
}
.category-block-title {
    display: block;
    z-index:2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    color: #fff;
    background: #000;

    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.category-block-title .category-block-title-inner {
    height: 100%;
    bottom: 100%;
    position: absolute;
    width: 100%;
    padding: 20px 25px;
    background: #000;

    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);

    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.category-block {
    border-top: 5px solid #f5f5f5;
    display: block;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 4;

    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.category-block-link:hover .category-block-title .category-block-title-inner {
    background: #f39c12;
}

.home-categories-winners .category-block-link:hover .category-block {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.home-categories-winners .category-block-link:hover .category-block-title {
    background: #f39c12;
}
.home-categories-winners .category-block-link:hover .category-block-title .category-block-title-inner {
    bottom: 70px;
    background: #f39c12;
}

.category-block-title .category-name {
    font-family: 'Passion One', cursive;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 24px 20px 22px 20px;
    color: #fff;
    font-size: 24px;
    line-height: 1;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-block-title .category-nominee-title {
    margin-bottom: 0;
    color: #fff;
    margin-top: 5px;
    font-size: 22px;

}
.category-block-title  .category-winner-name {
    margin-top: 5px;
    margin-bottom: 0;
    color: #000;
    font-size: 22px;
}


.category-block .nominees {
    position: absolute;
    height: 100%;
    width: 100%;
}
.category-block .nominees li {
    display: block;
    float: left;
    width: 33.333%;
    height: 100%;
    position: relative;
    z-index: 1;

    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    transition: ease all .5s;
}


.category-block .nominees li .nominee-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.category-block .nominees li .nominee-bg:after {
    position: absolute;
    display: block;
    z-index: 5;
    content: '';
    background: rgba(0,0,0,0.25);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.category-block .nominees.hover li {
    width: 10%;
}
.category-block .nominees.hover li:hover {
    width: 80%;
}
.category-block .nominees.hover li .nominee-bg:after {
    background: rgba(0,0,0,0.8);
}
.category-block .nominees.hover li:hover .nominee-bg:after {
    background: rgba(0,0,0,0);
}
.category-block .vote-button {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    bottom: 0;
    z-index: 99;
    top: 0;

}
.category-block .vote-button .btn {
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 0;
    color: #000;
    background: rgba(243, 156, 18,0.85);
}
.category-block .vote-button {
    top: auto;
    background: transparent;
}
.category-block .nominees-button {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    bottom: -100px;
    z-index: 99;
    background: transparent;

    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}
.category-block .nominees-button .btn {
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 0;
    background: rgba(0,0,0,0.8);
}
.category-block .nominees-button .btn:hover {
    background: #000 !important;
    color: #f39c12;
}
.category-block-link:hover .category-block .nominees-button {
    bottom: 0;
}


@media (max-width: 767px) {
    .home-categories .vote-button .btn {
        padding: 10px 10px;

        display: block;
        width: 100%;
        border-radius: 0;
        letter-spacing: 0px;
        color: #000;
    }
}


.banner-text h3.voting-end-date {
    margin-top: 10px;
}


.f-title {

    margin: 0 0 60px 0;

    position: relative;
    z-index: 10;
}
.f-title span {
    display: inline-block;
    position: relative;
}
.f-title span:after {
    position: absolute;
    content: '';
    display: inline-block;
    bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    height: 4px;
    background: #f39c12;
}
.latest-news {
    display: block;
    width: 100%;
    overflow: hidden;
}
.frontpage .latest-news {
    margin-top: 15px;
}


.latest-news .news-item {
    display: block;
    margin-bottom: 35px;
}
.latest-news .news-item h3 {
    margin: 5px 0 20px 0;
    color: #333;
    letter-spacing: 0;

    font-size: 26px;

}
.latest-news .news-item .btn {
    margin: 15px 0 0 0;
    padding-left: 30px;
    padding-right: 30px;

}

.featured  {
    margin: 40px 0 50px 0;
    position: relative;
}
.featured .featured-img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    background: url(../img/featured.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.featured .textbox {
    padding: 40px 0 60px 50px;
}
@media (max-width: 767px) {
    .textbox {
        padding: 30px 20px;
    }
}

.featured .textbox h2 {
    color: #000;
    margin-bottom: 20px;
}
.textbox p {
    margin-top: 15px;
    color: #fff;

}

.jury {
    margin-top: 10px;
    display: block;
    padding: 75px 0;
}
.jury .jury-img {
    max-width: 220px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;


}
.jury a {
    display:  block;
    color :#fff;
    text-align: center;
    margin: 15px 0;
}
.jury-list .prev-slide-btn,
.jury-list .next-slide-btn {
    z-index: 99;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -20px;
}
.jury-list .next-slide-btn {
    left: auto;
    right: -20px;
}



.partners-logo-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;

}
.partners-logo-list  li {
    display: inline-block;
    padding: 10px 50px 25px 50px;
}
.partners-logo-list  li  a {
    display: block;
}
.partners-logo-list  li  a img {
    -webkit-filter: grayscale(100%);
    max-height: 40px;
    opacity: .5;


    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
}
 .partners-logo-list  li  a:hover img {
    -webkit-filter: grayscale(0%);
    max-height: 40px;
    opacity: 1;
}



.banner {
    padding: 0;
    position: relative;
    text-align: left;
    background-color: #1a1a1a;
    background-image: url(../img/jazz-banner.png);
    background-image: url(../img/historie.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
}

.news-banner {
    background-image: url(../img/header.png);
}

.archive-artist-banner {
    text-align: center;
    background: url(../img/archive-artist-banner.png) no-repeat top center;
    background-size: cover;

}


.banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(243, 156, 18,0.95);*/
    background: rgba(0, 0, 0,0.25);
}
.archive-artist-banner:after {
    background: rgba(0, 0, 0,0.5);
}

.banner .banner-text {
    min-height: 380px;
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;

    max-width: 700px;

    padding: 90px 0;

    color: #fff;


}
.archive-artist-banner .banner-text {
    max-width: 100%;
}

.banner .banner-text p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 26px;
    font-weight:bold;
}

.banner .banner-text .valign {
    display: table-cell;
    vertical-align: middle;
}

.banner .banner-text .logo-full {
    max-width: 140px;
}

.banner .banner-text h2 {
    color: #000;
    font-size: 40px;
    margin: 0;
    margin-top: 5px;

    display: inline-block;
    padding: 0;
}

.banner-text h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
    margin: 0;
}
.banner-text h3 {
    color: #fff;
}

.edition-banner {

}
.edition-banner .banner-text h1 {
    font-size: 40px;
}


.page-content {
    padding: 30px 0;
}
.page-content p {
    font-size: 16px;
    line-height: 26px;
}


.single-edition-nav {
    background: rgba(0,0,0,0.8);
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    top: 0;
    z-index: 5;
}
.single-edition-nav .content {
    padding-top: 0;
    padding-bottom: 0;
}
.single-edition-nav .single-edition-menu  {

    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}

.single-edition-nav .single-edition-menu li {
    display: inline-block;
    margin: 0 15px;
}
.single-edition-nav .single-edition-menu li:first-child {
    margin-left: 0;
}

.single-edition-nav .single-edition-menu li a {
    color: #fff;
    text-transform: uppercase;
    padding: 26px 5px 24px 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.single-edition-nav .single-edition-menu li.active a {
    color: #f39c12;
}

.single-edition-nav .edition-dropdown {
    display: inline-block;
    float: right;
}
.single-edition-nav .edition-dropdown .btn {
    height: 68px;
    padding: 0;
    width: 100px;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 900;
}
.single-edition-nav .edition-dropdown .dropdown-menu {
    border-radius: 0;
    margin: 0;
    min-width: 100px;
}
.single-edition-nav .edition-dropdown .dropdown-menu>li>a {
    padding: 10px 25px
}

.single-edition-nav .edition-dropdown .dropdown-menu>.active>a,
.single-edition-nav .edition-dropdown .dropdown-menu>.active>a:focus,
.single-edition-nav .edition-dropdown .dropdown-menu>.active>a:hover {
    background: #f39c12;
    color: #fff;
}

.sticky-single-edition-nav {
    padding: 0;
    position: fixed;
    top: 0;
    left: 103px;
    right: 0;
    z-index: 999;

    box-shadow: 0 0 150px 0 rgba(0, 0, 0, .1);
    -ms-transform: translate(0, -250%);
    -webkit-transform: translate(0, -250%);
    transform: translate(0, -250%);

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.sticky-single-edition-nav.active {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.admin-bar .sticky-single-edition-nav {
    top: 32px
}

@media (max-width: 991px) {
    .single-edition-nav,
    .sticky-single-edition-nav {
        display: none;
    }
}



.edition-section {
    display: block;
}

.edition-section-intro {
    padding: 30px 0 25px 0;
}
.edition-section-intro h2 {

    color: #333;
    font-size: 36px;
    line-height: 1;
}
.edition-section-intro h2 strong {
    display: block;
    color: #000;
    letter-spacing: 1px;
    font-weight: 900;
}
.edition-section-intro h2 span {
    display: block;
    font-weight: bold;
    font-family: 'Open Sans';
}
.edition-section p {


}
.edition-section .historie-beeldje {
    margin: 0 auto;
}

.edition-section .photo-list {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    white-space: nowrap;

}
.edition-section .photo-list .photo {
    width: 20%;
    padding-bottom: 15%;
    padding-bottom: 250px;
    display: inline-block;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    filter: brightness(75%);

    position: relative;
}
.edition-section .photo-list .photo:hover {
    filter: brightness(100%);
}
.edition-pictures {
    display:block;
    position: relative;
    border-top: 4px solid #f39c12;
}

.edition-pictures  .slick-prev, .edition-pictures .prev-slide-btn,
.edition-pictures  .slick-next, .edition-pictures .next-slide-btn {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0px;
    bottom: 0px;
    width: 75px;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;

    outline: none !important;
    font-size: 70px;
    background: rgba(243, 156, 18,0.85);
    color: #fff;
}
.edition-pictures .next-slide-btn,
.edition-pictures .slick-next{
    left: auto;
    right: 0;
}
.edition-pictures .next-slide-btn.slick-disabled,
.edition-pictures .prev-slide-btn.slick-disabled {
    visibility: hidden;
}
.edition-jury {
    display: block;
    width: 100%;
    background: #222;
    color: #fff;
    margin-top: 80px;
    padding-bottom: 50px;
}
.edition-jury h2 strong,
.edition-jury h2 {
    color: #fff;
}

.edition-jury-list {
    padding: 0px 0;
}
.edition-jury-list .slick-slide {

}

.edition-jury-list > div .jury-name {
    margin-top: 25px;
    margin-bottom: 0;
}

.edition-jury-list a {
    color: #fff;
}
.edition-jury .slider-options {
    float: right;
    margin-top: 50px;
}

.edition-jury .next-slide-btn {
    margin-left: 5px;
}
.edition-jury-list .next-slide-btn {


}


.edition-section .latest-news {
    padding-top: 20px;
    padding-bottom: 100px;
}

.edition-section .latest-news .news-item {
    margin-bottom: 40px;
}



@media (max-width: 767px) {
    #header-navbar {
        padding-top: 15px;
    }
    .frontpage .header-bg {
        height: 400px;
    }
    .frontpage #main-container {
        margin-top: 400px;
    }
    .frontpage .logo {
        margin-top: 65px;
        display: block;
    }
    .frontpage .logo img.logo-img {

        width: 275px;
        max-width: 100%;
        display: block;
        margin: 0px auto;
    }

    .frontpage .site-slogan {
        font-size: 18px;

        display: inline-block;
    }
    .logo-year span  {
        font-size: 16px;
        padding: 10px 15px 8px 15px;
    }

    .latest-news .news-item .btn {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    h1.page-title {

        font-size: 38px;
    }
    .edition-category .edition-category-info h3 {
        font-size: 20px;
    }

    .featured .table-row {
        display: block;
    }
    .featured .table-row > div {
        display: block;
        float: none;
    }
}

#full-menu-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 50px;
    background: #222;
}
.main-site-overlay .main-site-info {
    color: #fff;
    text-align: left;

    padding-right: 40px;
}
.main-site-overlay .main-site-info h2 {
    font-size:40px;
    margin-bottom: 20px;


}
.main-site-overlay .main-site-info p {
    font-size: 18px;
    line-height: 28px;
}

.main-site-overlay .return-to-home-link {
    color:#ccc;
    font-size: 12px;
    text-transform: uppercase;
}
.modal-dialog .main-site-overlay  .close {
    font-size: 40px;
    width: 60px;
    height: 60px;
}
.main-site-overlay .main-site-contact {
    color: #fff;
    margin-top: 70px;
}
.main-site-overlay .main-site-contact ul {
    margin-top: 10px;
}
.main-site-overlay .main-site-contact ul > li {
    display: block;
    padding: 8px 0;
    text-align: left;
    color: #fff;
    font-size: 16px;

}
.main-site-overlay .main-site-contact ul > li .fa {
    width: 30px;
    text-align: center;
    font-size: 28px;
    margin-right: 15px;
    display: inline-block;
}
.main-site-overlay .main-site-contact ul > li .fa-envelope {
    font-size: 24px;
}

.main-site-overlay .main-site-contact ul > li span {
    display: inline-block;
}



.main-site-nav  {
    text-align: left;

}
 .main-site-nav ul.site-menu {
    padding: 5px 20px;
    margin: 0;
    list-style: none;

}
.main-site-nav ul.site-menu > li {
    display: block;

}
 .main-site-nav ul.site-menu > li > a {

    color: #ccc;
    font-size: 12px;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-weight: 700;

    margin-left: -30px;

    line-height: 30px;
    padding-left: 15px;

}
.main-site-nav ul.site-menu > li + li a {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.main-site-nav ul.site-menu > li > a .fa {
    font-size: 28px;
    margin-right: 15px;
    width: 30px;
    height: 28px;
    float: left;
    display: inline-block;
    text-align: center;
}
.main-site-nav ul.site-menu > li > a .fa-users {
    font-size: 24px;
    position: relative;
    top: 1px;
}
 .main-site-nav ul.site-menu > li > a .fa-newspaper-o {
    font-size: 22px;
    top: 3px;
    position: relative;
}

.main-site-nav ul.site-menu > li > a .fa-search {
    font-size: 24px;
    position: relative;
    top: 1px;

}

 .main-site-nav ul.site-menu > li > a span {
    display: inline-block;
}

.main-site-overlay .main-site-nav .site {
    margin-top: 30px;
}

.main-site-nav .site-title {
    color: #fff;
    line-height: 14px;
    padding: 4px 20px 3px 20px;
    transform: skew(-10deg);
    margin-bottom: 10px;
}

.main-site-nav  .logo-wrap{
    transform: skew(10deg);
    display: inline-block;
    padding: 20px 10px 20px 0;
}

.main-site-nav  .logo-wrap img {

}


 .main-site-nav h4 span {
    display:block;
    transform: skew(10deg);
}
 .main-site-nav .pop .site-title  {
    background: rgba(52, 152, 219,1);
}
.main-site-nav .jazz .site-title  {
    background: rgba(243, 156, 18,1);
}
 .main-site-nav .klassiek .site-title  {
    background: rgba(197, 23, 30, 1);
}

.main-site-nav ul.site-menu > li > a:hover {
    background: rgba(0,0,0,0.1);
    color: #fff;
}


.main-site-nav ul.site-menu > li.active a {
    color: #fff;
}

 .main-site-nav .jazz ul.site-menu > li.active > a .fa {
    color: #f39c12;
}
.main-site-nav .pop ul.site-menu > li.active > a .fa {
    color: #3498db;
}
.main-site-nav .klassiek ul.site-menu > li.active > a .fa {
    color: #c5171e;
}
.disclaimer {
    border-top: 1px solid #333;
    padding-top: 15px;
    margin-top: 40px;
    color: #555;
    font-size: 14px;
}
.site-title .social-media-list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: -1px;
    transform: skew(10deg);
    padding: 20px 0;
}
 .site-title .social-media-list > li {
    display: inline-block;
}
 .site-title .social-media-list > li >a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 0 3px;
}
.site-title .social-media-list > li >a:hover {
    color: #000;
}

.main-site-overlay .full-menu-header {
    width: 100%;
    padding: 20px 0;

    color: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.nomination_modal h2.nominee-title {
    color: #fff;
    line-height: 1;
    margin: 10px 0 0 0;
    letter-spacing: 0;
    text-transform: none;
}
.nomination_modal h3.componist {
    font-size: 18px;
    margin-bottom: -5px;
}

.nomination_modal .artist-link {
    color: #000;
    display: inline-block;
    margin: 0 0 0 0;
}
.nomination_modal .artist-link:hover {
    text-decoration: underline;
}
.nomination_modal .artist-link h4 {
    margin: 4px 0 15px 0;
    font-size: 22px;
}
.nomination_modal p {
    color: #fff;
    font-size: 15px;
}
.nomination_modal .category-name {
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}
.nomination_modal .spotify-container {
    display: block;
    margin-top: 10px;
}
.nomination_modal .nominee-img {
    float: right;
    width: 150px;
    margin: 5px 0 5px 10px;
}
.nomination_modal .nominee-img.no-float {
    float: none;
    margin-left: 0;
}
.nomination_modal .jury-report {
    padding: 30px 25px 25px 25px;
    background: #fff;
    color: #000;
    margin-top:20px;
}
.nomination_modal .jury-report p {
    color: #000;
}
.nomination_modal .jury-report h3 {
    margin-top: 0;
}
.nomination_modal .winner-label {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 15px;

    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;

    padding: 8px 15px;
    width: 56px;
    height: 56px;
    background: rgba(247,147,30,0.85);
}
.nomination_modal .winner-label img {
    max-width: 14px;
    margin: 0 auto;
}

.nomination_modal .apple-music-link {
    margin-top: 10px;
    display: block;
    padding: 0;
    color: #000;
}
.nomination_modal .apple-music-link:after {
    content:'';
    clear: both;
    display:table;
}
.nomination_modal .apple-music-link .fa {
    margin-right: 8px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    display: inline-block;

    width: 50px;
    float: left;
    background: #000;
    color: rgba(247,147,30,1);

    border-right: 1px solid rgba(247,147,30,1);
}
.nomination_modal .apple-music-link span {
    line-height: 42px;
    height: 40px;
    display: inline-block;
    float: left;
    padding-left:10px;
}
.nomination_modal  .play-tabs {
    margin-top: -40px;
    margin-bottom: 40px;
    display:block;
    position: relative;
    z-index: 5;

}

.nomination_modal .play-tabs  .nav {
    background: rgba(0,0,0,0.75);
    margin-bottom: 15px;
}
.nomination_modal .nav-pills>li+li {
    margin-left: 0;
}
.nomination_modal .nav-pills>li>a {
    border-radius: 0;
    color: #fff;
    font-family: "Passion One", cursive;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 15px 8px 15px;
}

.nomination_modal .nav>li>a:focus,
.nomination_modal .nav>li>a:hover {
    background-color: transparent;
    color: #f39c12;
}

.nomination_modal .nav-pills>li.active>a,
.nomination_modal .nav-pills>li.active>a:focus,
.nomination_modal .nav-pills>li.active>a:hover {
    background: #fff;
    color: #000;
}

.nomination_modal .nav-pills>li.active>a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;

    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-top: 8px solid #fff;
}


.nomination_modal .spotify-logo,
.nomination_modal .itunes-logo {
    display: block;
    width: 28px;
    height: 28px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.nomination_modal .spotify-logo {
    background-image: url(../img/spotifylogo.png);
}
.nomination_modal .itunes-logo {
    background-image: url(../img/ituneslogo.png);
}


.main-winners {
    display: block;
    padding: 30px 0;
    background: #f5f5f5;
}
.main-winners-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-winners-list:after {
    clear: both;
    display: table;
    content: '';
}
.main-winners-list > div {
    padding-top: 4px;
    padding-bottom: 4px;
}
.main-winners-list .main-winner-link {
    position: relative;
    display: block;

}

.main-winners-list .main-winner-link .col-overlay .col-overlay-content .valign {
    vertical-align: bottom;
}
.main-winners-list .main-winner-link .col-overlay {
    background: rgba(0,0,0,0.4);
    padding: 15px;
    -webkit-transition: background ease .2s;
    -moz-transition: background ease .2s;
    transition: background ease .2s;
}
.main-winners-list .main-winner-link:hover .col-overlay {
    background: rgba(0,0,0,0.2);

}

.main-winners-list .main-winner-link .nominee-title {
    margin: 0;
    color: #fff;
    font-family: 'Passion One';
    font-weight: bold;
    font-size: 26px;
    text-transform: none;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.main-winners-list .main-winner-link .nominee-artist {
    margin: 5px 0 0 0;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.main-winners-list .main-winner-link .winner-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    padding: 8px 15px;
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.85);
}

.frontpage .main-winners-list .main-winner-link:hover .winner-label:after {
    position: absolute;
    left: 100%;
    width: auto;
    padding-right: 20px;
    height: 56px;
    line-height: 56px;
    background: #fff;

    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    top: 0;
    text-align: left;
    content: '';

}

.main-winners-list .main-winner-link .winner-label img {
    max-width: 14px;
    margin: 0 auto;
}
.main-winners-list .main-winner-link.jazz .winner-label,
.main-winners-list .main-winner-link.jazz:hover .winner-label:after{
    background: rgba(247,147,30,0.85);
    content: 'Jazz';
}
.main-winners-list .main-winner-link.pop .winner-label,
.main-winners-list .main-winner-link.pop:hover .winner-label:after {
    background: rgba(52, 152, 219,.85);
    content: 'Pop';
}
.main-winners-list .main-winner-link.klassiek .winner-label,
.main-winners-list .main-winner-link.klassiek:hover .winner-label:after{
    background: rgba(197, 23, 30, 0.85);
    content: 'Klassiek';
}

.main-winners-list .main-winner-link .nominee-title {
    color: #f39c12;
}
.main-winners-list .main-winner-link.pop .nominee-title {
    color: #3498db;
}
.main-winners-list .main-winner-link.klassiek .nominee-title {
    color: #c5171e;
}


.ajax-loader {
    display: inline-block;
    height: 100px;
    width: 100%;
    background: red;


    background: url(../img/ajax-loader.gif) no-repeat center center;
}

.edition-section .main-winners-list .main-winner-link .winner-label {
    background: rgba(247,147,30,0.85);
}

.under-construction-msg {
    float: right;
    font-size: 13px;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .main-site-overlay .main-site-info {
        padding-right: 0;
    }
    .main-site-overlay .main-site-contact {
        margin-top: 20px;
    }

    #full-menu-modal .modal-dialog {
        padding: 20px;
    }

}
@media (max-width: 767px) {

    .frontpage .logo {
        margin-top: 100px;
    }
    .logo .vote-logo-link {
        right: -5px;
    }

    .category-block-title .category-name {
        font-size: 18px;
    }

    .featured .textbox {
        padding-left: 0;
        padding-right: 0;
    }


}


.search-post-types {
    display: block;
    margin-top: 25px;
}
.search-post-types .content {
    padding-top: 0;
}


.search-post-types input[type=radio] {
    position: absolute;
    left: -9999px;
}
.search-post-types label {
    position: relative;
    display: block;
    border-radius: 4px;

    float: left;
    font-weight: 300;
    cursor: pointer;

    text-transform: uppercase;
    font-family: "Passion One";
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 1px;
    padding: 13px 15px 10px 15px;

}
.search-post-types input[type=radio]:checked + label {
    background: #000;
    color: #fff;
    cursor: default;
}


.search-post-types label:hover,
.search-post-types label:focus {
    background: transparent;
    color: #f39c12;
}

.label-black {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 8px 6px 8px;
    font-size: 10px;
    position: relative;
    top: -4px;
}

.search-results .label {
    font-family: "Open Sans";
}
.search-results-list {
    margin-top: 30px;
    display: block;
}

.search-results-list > li {
    display: block;
    border-top: 1px solid #eee;
    padding-bottom: 11px;
}


#jazz-modal .modal-content {
    background: #f39c12 !important;
}
#jazz-modal.modal.modal-loading .modal-content:after {
    background: url('../img/loader.gif') center 50px no-repeat rgba(243, 156, 18,0.85) !important;
}
#jazz-modal .modal-dialog .nomination-list > li a h4 {
    color: #f39c12 !important;
}
#jazz-modal .nomination_modal .winner-label {
    background: rgba(247,147,30,0.85) !important;
}

#pop-modal .modal-content {
    background: #3498db !important;
}
#pop-modal.modal.modal-loading .modal-content:after {
    background: url('../img/loader.gif') center 50px no-repeat rgba(52, 152, 219,0.97) !important;
}
#pop-modal .modal-dialog .nomination-list > li a h4 {
    color: #3498db !important;
}
#pop-modal.nomination_modal .winner-label {
    background: rgba(52, 152, 219,.85) !important;
}



#klassiek-modal .modal-content {
    background: #c5171e !important;
}
#klassiek-modal.modal.modal-loading .modal-content:after {
    background: url('../img/loader.gif') center 50px no-repeat rgba(197, 23, 30, 0.97) !important;
}
#klassiek-modal .modal-dialog .nomination-list > li a h4 {
    color: #c5171e !important;
}
#klassiek-modal.nomination_modal .winner-label {
    background: rgba(197, 23, 30, .85) !important;
}

.pagination {
    display: block !important;
    padding-bottom: 40px;
    padding-top: 10px;
}
