/*RESET*/
.font-leckerli {
    font-family: "Leckerli One", cursive;
}

.font-headline {
    font-family: "gotham_bold", sans-serif;
    font-weight: 400;
}

.font-subhead {
	font-family: "Roboto", sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: transparent;
}

/*CUSTOM*/
html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

header {
	margin: 25px 0px 25px 0px;
}

header h1 .font-leckerli {
	font-size: 3.8rem;
}

header img {
	max-width: 300px;
}

.bg-fixed {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.bg-fixed::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url('images/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

.bg-fixed::after {
	content: "";
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 300%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(6,79,132,0.9) 0%, rgba(0,38,65,0.9) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(6,79,132,0.9) 0%,rgba(0,38,65,0.9) 100%);
    background: radial-gradient(ellipse at center, rgba(6,79,132,0.9) 0%,rgba(0,38,65,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6064f84', endColorstr='#e6002641',GradientType=1 );
	z-index: -1;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tabs a {
	color: #ffffff;
	border-bottom: 4px solid #ffffff;
}
.tabs a:focus,
.tabs a:hover {
	border-bottom-color: #cccccc;
}

.tabs a.active {
	color: #faa634 !important;
	border-bottom-color: #faa634;
}

.social-list {
	position: fixed;
	bottom: 0px;
	left: 1em;
	padding-top: 1rem;
	border-top: 2px solid #ffffff;
}

.social-list li {
	margin-top: 1rem;
}

.social-list a {
	font-size: 0.8rem;
	color: #ffffff;
	text-decoration: none;
}

.social-list a .icon {
	font-size: 2rem;
	margin-right: 1rem;
}

.social-list a:hover .icon,
.social-list a:focus .icon {
	color: #FAA634;
}

.countdown-msg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url('../images/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 15;
}

.countdown-wrap {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1337;
}

@media (max-width: 767px) {
	
	header h1 {
		font-size: 1.3rem;
	}
	
	header h1 .font-leckerli {
		font-size: 2rem;
	}
	
	.social-list {
		width: 100% !important;
		position: relative;
		border: none;
		left: 0px;
	}
	
	.social-list a .icon {
		margin-right: inherit;
	}
}

/*SOCIAL WALL*/
.crt-widget .crt-post {
	cursor: pointer;
	-webkit-box-shadow: 0 0px 0px 0px;
	box-shadow: 0 0px 0px 0px;
}

.crt-widget .crt-post:focus-within
.crt-widget .crt-post:focus,
.crt-widget .crt-post:hover {
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.09), 0 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0 5px 15px rgba(0,0,0,0.09), 0 5px 5px rgba(0,0,0,0.1);
}

/*STREAM*/
.jw-state-error .jw-error-msg {
	align-items: center;
}

.jw-state-error .jw-error-msg.jw-info-overlay {
	width: 90%;
}

.jw-state-error .jw-error-msg.jw-info-overlay {
	width: auto;
}

@media (max-width: 576px) {
	.jw-state-error .jw-error-msg.jw-info-overlay {
		width: 90%;
	}
}

.jw-state-error .jw-error-text p {
	margin: 0px;
}

.jw-state-error .jw-overlays.jw-reset {
    background-image: url('images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jw-state-error .jw-overlays.jw-reset::after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height 100%;
}

.jw-icon .jw-svg-icon.jw-svg-icon-play {
	stroke: #ffffff;
	animation-duration: 2s;
	animation-name: pulse;
	animation-iteration-count: infinite;
}

.jw-flag-floating .jw-wrapper {
	top: auto;
	bottom: 16rem;
	left: -40rem;
	right: 0;
}

@keyframes pulse {
	0% {
	stroke-width: 5px;
	stroke-opacity: 1;
	}
	50% {
	stroke-width: 0;
	stroke-opacity: 0;
	}
	100% {
	stroke-width: 5px;
	stroke-opacity: 1;
	}
}