.contentContainer {
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: rgba(255, 255, 255, 0.3);
	padding: 10px;
}

h2 {
	margin-top: 0px;
}

.logo {
	position: absolute;
	left: 10px;
	top: 20px;
	height: 160px;
}

a:hover {
	text-decoration: none;
}

.header {
	position: relative;
}

.header img.headerpic {
	width: 100%;
}

.header .title {
	position: absolute;
	top: 30px;
	left: 150px;
}

.header .title h1 {
	line-height: 100%;
	margin-bottom: 0px;
	font-size: 2em;
	margin-left: 7px;
	color: #fff;
}

.header .title h2 {
	line-height: 100%;
	font-size: 9em;
	color: #fff;
}

.playerTopPicture {
	display: none;
	position: fixed;
	right: -60px;
	bottom: 0;
	z-index: -1;
}

.subNav {
	padding: 10px;
}

.active .subNav {
	background: #fff;
	color: #111;
}

.breadcrumb {
	margin-bottom: 0px;
}

#header img.contactpic {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1000;
}

.header .loginBox {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

.content-box {
	padding: 10px;
}

.pageTitle {
	margin-bottom: 15px;
	padding: 0px;
}

.page-title {
	float: left;
	margin-bottom: 0;
	padding: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}

.breadcrumb-container {
	padding-top: 10px;
	float: right;
}

.breadcrumb-container ol {
	padding: 0px;
}

.breadcrumb-container p {
	float: left;
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
}

th p, td p {
	margin: 0;
}

td.name {
	width: 85%
}

td.result {
	width: 15%;
}

.content {
	margin-bottom: 20px;
}

.content .picfull img {
	width: 100%;
}

.img-responsive {
	width: 100%;
}

/* FOOTER */
.footer, .footer2 {
	position: relative;
	min-height: 40px;
	padding: 15px;
}

.footer p {
	padding: 2px;
	max-width: 70%;
}

.footer img {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.footer .img-footer {
	position: absolute;
	top: -10px;
	right: 15px;
}

.form-control {
	margin-bottom: 20px;
}

.submit {
	margin-bottom: 20px;
}

.widget .submit {
	margin-bottom: 0px;
}

.trainingDay {
	width: 25%;
}

.trainingTime {
	width: 30%;
}

.trainingHall {
	width: 45%;
}

.btn {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	min-width: 80px;
	margin-right: 10px;
	font-size: 12px;
}

/* Ticker */
.modern-ticker {
	height: 30px;
	line-height: 30px;
	padding: 2px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

.modern-ticker li {
	height: 30px;
	padding-right: 30px;
}

.modern-ticker a {
	text-decoration: none;
}

.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-round {
	border-radius: 7px;
}

/* Label */
.mt-label {
	margin-right: 2px;
	padding: 0 8px 0 12px;
	float: left;
}

.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
}

/* News */
.mt-news {
	height: 100%;
	overflow: hidden;
	float: left;
}

.mt-scroll .mt-news {
	background-color: transparent;
}

.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}

.mt-news ul {
	width: 50000px;

	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}

.mt-news li {
	float: left;
}

.mt-news a {
	font-size: 15px;
	padding: 0 10px 0 20px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	line-height: 30px;
}

.mt-hide {
	display: none;
}

/* Controls */
.mt-controls {
	margin-left: 2px;
	height: 100%;
	position: absolute;
	right: 2px;

	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}

.mt-play, .mt-prev, .mt-next {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: left;
}

.mt-round .mt-next {
	border-radius: 0 5px 5px 0;
}

@media (max-width: 1199px) {
	.header {
		height: 166px;
	}

	.logo {
		height: 130px;
	}


	.header .title h1 {
		font-size: 1.5em;
	}

	.header .title h2 {
		font-size: 7em;
	}


}

@media (max-width: 991px) {

	.header {
		height: 128px;
	}

	.logo {
		height: 100px;
	}

	.header .title {
		left: 100px;
	}


	.header .title h1 {
		margin-left: 3px;
		font-size: 1.3em;
	}

	.header .title h2 {
		font-size: 4.5em;
	}

	#header img.contactpic {
		bottom: 0px;
	}

	#header .coming-soon-countdown {
		position: absolute;
		z-index: 1001;
		right: 20px;
		bottom: 5px;
	}

}

@media (max-width: 1500px) {
	.playerPics {
		display: none !important;
	}
}


@media (min-width: 1500px) {
	.playerTopPicture {
		right: 0px;
	}
}
