.big,
.middle {
	margin-bottom: 100px;
}

.contact,
.reloadbox {
	width: 100%;
}

.line {
	background-color: #A9110D;
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
}

.live {
	margin-bottom: 35px;
	margin-top: 35px;
	position: relative;
	width: 100%;
	-webkit-transition: width 0.5s 0s ease;
	-moz-transition: width 0.5s 0s ease;
	-o-transition: width 0.5s 0s ease;
	transition: width 0.5s 0s ease;
}

.livestream {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.livestream img,
.livestream iframe {
	height: auto;
	width: 100%;
}

.partner {
	margin-top: 35px;
	width: 100%;
}

.partner .pbox {
	margin-top: 35px;
	text-align: center;
	width: 100%;
}

.partner .pbox .profileimg {
	height: auto;
	width: 150px;
}

.partner h3 {
	width: 100%;
}

.partner .big img {
	height: auto;
	max-height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 75%;
}

.partner .middle img {
	height: auto;
	max-height: 150px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 65%;
}

.partner .small img {
	height: auto;
	max-height: 150px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 55%;
}

.pollperc {
	background-color: #A9110D;
	box-sizing: border-box;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}

.program {
	margin-top: 35px;
	width: 100%;
}

.program .event {
	width: 70%;
}

.program .time {
	font-weight: bold;
	width: 30%;
}

.reloadimg {
	cursor: pointer;
	height: auto;
	margin-top: 25px;
	width: 30px;
}

.table {
	display: table;
	margin-bottom: 35px;
	width: 100%;
}

.table .cell {
	border-bottom: 1px solid #DDD;
	display: table-cell;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}

.table .cell:nth-of-type(odd) {
	width: 35px;
}

.table .row {
	display: table-row;
	margin-bottom: 10px;
}

@media(min-width: 480px) {
	.partner .pbox {
		width: calc(50% - 17.5px);
	}
	
	.partner2 .pbox img {
		height: auto;
		vertical-align: middle;
		width: 100%;
	}
	
	.partner .pbox .profileimg {
		height: auto;
		width: 60%;
	}
	
	.partner .pbox .helper {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
}

@media(min-width: 600px) {
	.program .event {
		width: 80%;
	}
	
	.program .time {
		width: 20%;
	}
}

@media(min-width: 800px) {
	.reloadbox {
		margin-bottom: 70px;
	}
	
	.live {
		margin-bottom: 70px;
	}
	
	.livestream iframe {
		height: 500px;
	}
	
	.partner {
		margin-top: 70px;
		width: calc(50% - 35px);
	}
	
	.partner .pbox .profileimg {
		height: auto;
		max-height: 500px;
		width: 70%;
	}
	
	.program {
		margin-top: 70px;
		width: 100%;
	}

	.program .event {
		width: 75%;
	}
	
	.program .time {
		width: 25%;
	}
}

@media(min-width: 1024px) {
	.reloadbox {
		margin-top: 35px;
		width: calc(30% - 17.5px);
	}
	
	.live {
		width: calc(70% - 17.5px);
	}
	
	.livestream iframe {
		height: 400px;
	}
	
	.partner .pbox {
		width: calc(50% - 17.5px);
	}
}

@media(min-width: 1400px) {
	.reloadbox {
		width: calc(20% - 17.5px);
	}
	
	.live {
		width: calc(80% - 17.5px);
	}
	
	.livestream iframe {
		height: 500px;
	}
}