@font-face {
  font-family: 'Reduction';
  src: url('/fonts/reduction.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

body {
    width: 100%;
    height: 100%;
    font-family: Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: rgba(230, 250, 255, 0.74);
    background-color: #061b25;
}

b {
    color: #fff;
}

.maincolor {
    color: #7fc7d6;
}

.color2 {
/*    color: #90eabd;*/
	color: #00f39b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Reduction',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	text-shadow: 0px 0px 40px;
}

h3 {
    text-transform: uppercase;
}

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

a {
    color: #ffffff;
    -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: #117372;
	color: #fff;
}

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

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

th {
    text-align: center;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: #000;
}

.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: 14px;
}

#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: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

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

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

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

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 200px 0;
    text-align: center;
    color: #fff;
    background: url(../img/splash.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-container {
    display: table-cell;
	vertical-align: middle;
}

.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);
    }
}

.content-section {
}

.about-section, .location-section, .events-section, .register-section, .timemachine-section, .partners-section, .afterparty-section {
    width: 100%;
    padding-top: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about-section, .afterparty-section, .events-section, .location-section, .register-section {
    background: url(../img/contentbg.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

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

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

.carousel-control.right {
    border-radius: 0px 20px 20px 0px;
}

.carousel-control.left {
    border-radius: 20px 0px 0px 20px;
}

.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: #fff;
    background-color: rgba(63, 92, 105, 0.43);
}

.timetable th{
	color: #fff;
}

.timetable td, .timetable th {
    border: none !important;
}

.timetable tr:nth-of-type(odd) {
    background-color: rgba(88, 119, 144, 0.27) !important;
}

.timetable-time {
    font-size: 15px;
	text-shadow: 0px 0px 20px;
    color: #00f39b;
	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;
}

.compo {
    text-align: left;
}

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

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

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

.compo li {
	list-style: square;
}

.compo img {
	border: 5px solid rgba(255, 255, 255, 0.2);
}

#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: 'Reduction',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	font-size: 16px;
}

.btn-default {
    border: 2px solid #7fc7d6;
    color: #fff;
    background-color: transparent;
}

.register-section .btn-default {
	text-shadow: 0px 0px 40px;
    box-shadow: 0px 0px 40px #167;
	padding-bottom: 2px;
}

#contact .btn-default {
	text-shadow: 0px 0px 40px;
    box-shadow: 0px 0px 40px #167;
	padding-bottom: 5px;
}

#footer .btn-default {
	text-shadow: 0px 0px 40px;
    box-shadow: 0px 0px 40px #167;
	padding-bottom: 0px;
    padding-top: 3px;
}

/*
.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: 2px solid #7fc7d6;
    outline: 0;
    color: #fff;
    background-color: #1a7477;
}

.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;
	bottom: -250px;
    position: relative;
	display: table;
    background: url(../img/countdown_bg.png);
	width: 200px;
	height: 47px;
}
.timer_box{
    display: inline-block;
	margin-top: 18px;
}

.timer_box h1{
    font-size: 18px;
	font-family: 'Reduction',"Helvetica Neue",Helvetica,Arial,sans-serif;
/*    color: #00f39b;*/
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 20px #15e4d8;
}

.timer_box h1:after{
    content: ":";
}

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

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

#streamlink {
	font-size: 22px;
    margin-top: 18px;
    line-height: 20px;
    font-family: 'Reduction',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #febb19;
    text-shadow: 0px 0px 20px;
    font-weight: bold;
}

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


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

.timemachine-section .btn {
    font-size: 12px;
}

/* RESPONSIVE */

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
    }
    .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: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
	.navbar-nav > li > a {
		padding-top: 16px;
		padding-bottom: 16px;
	}
    .intro {
        height: 100%;
        padding: 0;
    }

	.intro-container {
		width: 680px;
	}

    .content-section {
    }

    #map {
        height: 300px;
    }
	.carousel-caption {
		font-size: 16px;
		padding: 10px;
		border-radius: 20px;
	}
}

/*@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;
	}
	.intro {
		background-position: center 40px;
	}
}

@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;
    }
}
