html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgba(228, 228, 228, 0.77);
    line-height: 1.5em;
    background-color: #000000;
    background-image: url(../img/contentbg.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: 100%;
}

b {
    color: #f7f7f7;
}

small {
    font-weight: lighter;
}

.maincolor {
    color: #cf7e3b;
}

.color2 {
    color: rgba(228, 228, 228, 0.78);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 45px;
    text-transform: uppercase;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
}

h2 {
    border-bottom: 1px solid rgba(207, 126, 59, 0.49);
    font-size: 26px;
    display: inline-block;
    padding: 2px 30px;
}

h3 {
    text-transform: uppercase;
}

h4 sup {
    color: rgba(228, 228, 228, 0.78);
    text-transform: lowercase;
    font-weight: lighter;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    text-align: justify;
}

a {
    color: rgba(228, 228, 228, 0.77);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0px 3px;
}

a:hover,
a:focus {
    text-decoration: none;
    background-color: #397088;
    color: rgba(228, 228, 228, 0.77);
}

.content-section p a {
    border-bottom: 2px solid #397088;
}

.timetable a {
    border-bottom: 2px solid #397088;
}

th {
    text-align: center;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(207, 126, 59, 0.49);
    text-transform: uppercase;
}

.navbar-nav {
    margin: 0px;
}

.navbar-brand {
    font-weight: 700;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: white;
    background-color: transparent;
}

.navbar-brand-year {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}

.navbar-right {
    font-weight: 700;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#logosmall {
    background: url(../img/logosmall.png);
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: rgba(228, 228, 228, 0.77);
}

.navbar-custom .nav li a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: transparent;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: #cf7e3b;
    color: #212121;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: rgba(228, 228, 228, 0.77);
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    color: #212121;
}

.navbar-custom .nav li.live a {
    color: #cf7e3b;
}

.navbar-custom .nav li.live a:hover {
    color: #212121;
}

.intro {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: rgba(228, 228, 228, 0.77);
    background-image: url(../img/splash.jpg);
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: 100%;
}

.intro img {
    width: 100%;
    max-width: 1600px;
    height: auto;
    transform: translateY(-7%);
}

.intro-container {
    display: block;
    height: 100%;
}

.page-scroll i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

section {
    padding: 1.7% 7%;
}

.timemachine-section,
.contact-section,
.partners-section,
.about-section,
.afterparty-section,
.events-section,
.location-section,
.register-section {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 1.7% 2%;
}

.carousel,
.carousel-inner {
    border-radius: 0px;
}

.carousel-caption {
    font-size: 9px;
    background-color: rgba(0, 0, 0, 0.7);
    right: 3%;
    left: 3%;
    bottom: 5%;
    padding: 2px;
    color: #cf7e3b;
    text-shadow: none;
    border-radius: 0px;
}

.carousel a:hover,
.carousel a:focus {
    background: none;
}

.carousel-control.right:hover {
    background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.5) 100%);
}

.carousel-control.left:hover {
    background-image: linear-gradient(to left, transparent 0px, rgba(0, 0, 0, 0.5) 100%);
}

.timetable {
    color: rgba(228, 228, 228, 0.77);
}

.timetable th {
    color: rgba(228, 228, 228, 0.77);
}

.timetable td,
.timetable th {
    font-size: 17px;
    border: none !important;
}

.timetable tr:nth-of-type(odd) {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(207, 126, 59, 0.49);
}

.timetable tr:nth-of-type(even) {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(207, 126, 59, 0.49);
}

.timetable-time {
    font-size: 17px;
    color: #cf7e3b;
    width: 100px;
    font-weight: bold;
}

.timetable-event {
    text-align: left;
    font-style: italic;
}

.timetable-compo td {
    background-color: rgba(45, 146, 98, 0.35) !important;
    font-style: normal;
    font-weight: bold;
}

.timetable-deadline td {
    background-color: rgba(208, 23, 59, 0.34) !important;
    font-style: normal;
}

.timetable-seminar td {
    background-color: rgba(109, 7, 79, 0.36) !important;
    font-style: normal;
}

.flex-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.flex-cards>div {
    padding-bottom: 4%;
}

.compo {
    text-align: left;
}

.compo h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.compo p {
    margin-bottom: 10px;
    text-align: left;
}

.compo ul {
    padding-left: 15px;
    margin: 0;
}

.compo li {
    list-style: square;
}

.compo img {}

#afterparty ul {
    font-size: 16px;
    padding: 0px;
    margin: 0;
    margin-bottom: 30px;
}

#afterparty li {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0px 10px;
}

#afterparty h4 {
    text-transform: uppercase;
}

#afterparty li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.aftericon {
    color: #022a38;
}

.afterpartynote {
    text-align: center;
    font-size: 14px;
}

/*
.register-section {
    color: #333;
    background-color: rgba(237, 237, 237, 1);
}
*/

#partners a:hover,
#partners a:focus {
    background: none;
}

#partners li {
    margin: 15px;
}

#map {
    width: 100%;
    height: 200px;
}

.btn {
    text-transform: uppercase;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-default {
    border: 1px solid rgba(207, 126, 59, 0.49);
    border-radius: 2px;
    color: #cf7e3b;
    background-color: transparent;
}

.btn-lg {
    padding: 9px 14px 8px 14px;
}

.btn-xs {
    padding: 3px 10px 2px 10px;
}

/*
.register-section .btn-default:hover,
.register-section .btn-default:focus {
    border: 2px solid #FCB308;
    color: #000;
    background-color: #FCB308;
}
*/

.btn-default:hover,
.btn-default:focus {
    border: 1px solid rgba(207, 126, 59, 0.49);
    outline: 0;
    color: #212121;
    background-color: #cf7e3b;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

#footer ul.banner-social-buttons>li {
    display: inline-block;
}

.row {
    margin-bottom: 10px;
    margin-top: 10px;
}

.spacey {
    margin: 30px 0;
}

table#registrations tfoot td {
    font-family: Montserrat;
    text-transform: uppercase;
}

.center {
    text-align: center;
}

/* TIMER */

#timer {
    margin: 0 auto;
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
}

.timer_box {
    display: inline-block;
    margin-top: 0px;
}

.timer_box h2 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    opacity: 0.32;
    border: none;
}

.timer_box h2:after {
    content: " 000 ";
    color: #cf7e3b;
}

.timer_box:last-child h2:after {
    content: "";
}

.timer_box p {
    margin-top: 0px;
    display: none;
}

#streamlink {
    font-size: 17px;
    margin-top: 18px;
    line-height: 20px;
    color: #cf7e3b;
    font-weight: lighter;
    opacity: 0.75;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#streamlink a,
#streamlink a:hover,
#streamlink a:focus {
    color: #cf7e3b;
    background: none;
}

.timemachine-section li {
    padding-bottom: 5px;
}

.timemachine-section .btn {}

/* RESPONSIVE */

@media(max-width:992px) {
    .navbar-nav {
        font-size: 12px;
    }
    .nav>li>a {
        padding: 10px 5px;
    }
    .timer_box h2 {
        font-size: 22px;
    }
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
    }
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: rgba(32, 32, 32, 0.90);
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(207, 126, 59, 0.49);
    }
    .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #map {
        height: 300px;
    }
    .carousel-caption {
        font-size: 16px;
        padding: 10px;
        border-radius: 2px;
    }
}

/*@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}
*/

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    #timer {
        display: none;
    }
    section {
        padding: 1.7% 4%;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        background-color: #212121;
    }
}

@media(max-width:480px) {
    .timer_box {
        margin: 0px 8px;
    }
    table#registrations td {
        padding: 2px !important;
    }
    table#registrations th {
        display: none;
    }
    td span.countryname {
        display: none;
    }
}

@media screen and (orientation: portrait) {
    .intro {
        height: auto;
        min-height: 50%;
        background-size: 140%;
        background-position: center center;
    }
    #timer {
        display: none;
    }
}