﻿* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 100% Arial,Helvetica,sans-serif;
	background: #F1F1F1;
	width: 100%;
}
a {
	text-decoration: none;
}

p {
    font-size: 90%;
    font-weight: normal;
    padding: 0 20px 10px;
    text-align: center;
}

form {
	padding:1em;
	text-align: left;
}

#player_container {
	width: 960px;
	height: 540px;
	background-color: #000;
	position: relative;
	margin:0 auto;
	padding: 0;
}
#player{
	width:950px;
	height:auto;
	background-color:#000;
	margin: 0 auto;
}

.top10 {
	padding-top: 10px;
}

.ui-content {
	padding: 0 !important;
}

.ui-title {
	font-size: 110%!important;
}

h2 {
	margin: 15px 0;
	font-size: 130%;
}

.ui-header .ui-title, .ui-footer .ui-title {
	overflow: visible !important;
	text-overflow: clip !important;
	white-space: normal !important;
	margin: 0 10px !important;
}

.popup {
	width: auto;
	max-width: 700px;
    left: auto;
	right: 10px;
	font-size: 90%;
	padding: 15px;
}

.popup-link {
	font-size: 85% !important;
	font-weight: normal !important;
	line-height: 1.0em !important;
	color: #059 !important;
}


.time-text {
	font-weight: bold;
	padding-right: 2px;
}

.now-description {
	font-size: 110%;
}

.now {
	font-weight: bold;
	color: #ccc;
}

.next {
	font-weight: bold;
	color: #ccc;
}

.about {
	line-height: 1.2em;
	font-size: 95%;
	color: #d9d6d4;
	margin: 5px 0 0;
}

.category {
	font-size: 90%;
	color: #898889;
}

.timeline-text {
	font-size: 70%;
}

.outer {
	width: 137px;
	height: 6px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 2px;
	margin: 0 auto 10px;
}
.inner {
	height: 4px;
	border-right: 1px solid #ccc;
	background-color: #defafa;
	float: left;
	position: absolute;
	z-index:1;
}


.timeline {
	margin: 0 auto;
	width: 100%;
	padding-top: 5px;
}
.timeline .outer {
	width: 100%;
	border: 1px solid #333333;
	margin: 0;
}
.timeline .inner {
	border-right: 1px solid #333333;
	background-color: #333333;
}
.timeline span {
	color:#888;
}


.logo {
	/*display: table-cell;*/
}

.desc {
    padding-left: 5px;
    vertical-align: top;
	width: 100%;
}
.description {
	position: relative;
	z-index:2;
	padding: 0 3px;
	color: #000;
	font-size: 85%;
}

#nav { 
    clear: both;
	padding: 10px 0;
	margin-right: 5px;
}
#nav li { 
    clear: none;
    display: inline-block;
	width: auto;
	margin-left: 5px;
	margin-bottom: 5px;
}


.mblock {
	width: 230px;
	min-width: 10%;
	display: inline-block;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 15px 5px;
	vertical-align: top;
	background: white;
}
.mblock:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.mblock img {
	padding: 0;
}

.time {
	font-size: 65%;
	margin-top: 5px;
}


#page, #tabs, #contactform, #succes, #error {
	text-align: center;
}

.ui-footer {
	margin-top: 20px;
}
.ui-footer p {
	padding: 10px;
}

.logo img {
	max-width: 150px;
	max-height: 50px;
	object-fit: contain;
}
.ui-header img {
	max-width: 150px;
	max-height: 50px;
	padding: 20px 0 0;
	object-fit: contain;
}

.player {
    background: black;
    border-bottom: 3px solid #38c;
    border-top: 3px solid #38c;
    padding: 15px;
    width: 100%;
	text-shadow: none;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
	color: white;
}

.p_cont {
	width: 950px;
	margin: 0 auto;
	color: #eee;
}

.ui-tabs-nav {
    text-align: center;
}
.ui-tabs-nav li {
    display: inline-block;
    float: none;
    margin: 0em;
}
.ui-navbar .ui-grid-duo .ui-btn {
	border-top-width: 1px!important;
	border-right-width: 1px!important;
	-webkit-border-radius: 3px!important;
}

.counter {
	display: none;
}


@media only screen and (max-width: 950px) {

.p_cont {
	width: 100%;
}


#player_container {
	width: 640px;
	height: 480px;
}
#player{
	width:640px;
}

.timeline {
	width: 50%;
}

.popup {
	width: auto;
    left: auto;
	right: 0;
	font-size: 90%;
	padding: 10px;
}

}

@media only screen and (max-width: 500px) {

#player_container {
	width: 320px;
	height: 220px;
}
#player{
	width:100%;
}

.timeline {
	width: 100%;
}

h2 {
    font-size: 100%;
}


.ts-content {
	font-size: 45%!important;
}

}





.btn-block {
	float: none!important;
	width: 100% !important;
}