/* footer customization */
.container-main {
	min-height: 600px;
}
.footer {
	bottom: 0;
	min-height: 60px;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fafafa;
	text-align: center;
}
/* padding navbar */
.navbar-brand {
	padding-right: 2em;
	text-transform: uppercase;
}
.navbar-psk li {
	text-transform: uppercase;
}
/* header image */
.imagerow {
	margin-top: -30px;
	margin-bottom: 30px;
	overflow: hidden;
	max-height: 250px;
	width: 102%;
}
/* jumbotron customization */
.jumbotron {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.jumbotron p {
	font-size: 16px;
}
/* list group item customization for events */
.event-details {
	font-size: 14px;
	font-weight: 300;
	list-style-type: none;
	padding-left: 20px;
}
.event-files {
	font-size: 16px;
	text-transform: uppercase;
}
.event-next {
	line-height: 10%;
}
.event-next li {
	border: none;
	font-size: 14px;
}
.prevYear {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/* contacts */
.contact {
	text-align: center;
	margin-bottom: 40px;
	padding: 5px;
}
.contact img {
	padding: 10px;
	margin: 0 auto;
}
.contact-detail {
	padding: 5px 7px;
	width: 100%;
	background-color: #d0d0d0;
}
.contact-position {
	font-size: 12px;
	color: #888888;
	vertical-align: middle;
	text-transform: uppercase;
}
/* google map */
#map-container {
	height: 300px;
	vertical-align: middle;
}
/* calendar table */
.calendar {
	font-size: 15px;
}
.calendar th {
	font-size: 13px;
	font-weight: 700;
	height: 3em;
	vertical-align: middle !important;
}
.calendar td {
	font-size: 12px;
	height: 3em;
	vertical-align: middle !important;
}
/* customization for small devices */
@media (min-width: 768px) {
.calendar th {
	font-size: 16px;
}
.calendar td {
	font-size: 15px;
}
}
/* ng-cloak - angularJS */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
/* bpt stylesheet */
.bptHeader {
	margin-top: 2em;
	margin-bottom: 2em;
}
.bptSubmit {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 3em;
}
.bptPartner {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.bptPartner img {
	max-height: 100px;
	margin: 0 auto;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.bptPartner img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.bptTn {
	max-height: 80px !important;
}
section {
	padding-top: 30px;
	padding-bottom: 20px;
}
#informace {
	background-color: #f6f6f6;
	min-height: 200px;
}
section h2 {
	padding-bottom: 20px;
}
section p {
	text-indent: 3em;
	text-align: justify;
	font-style: italic;
}
.regred {
	color: red;
}
.regredd {
	color: red;
}
.reggrey {
	color: grey;
	text-decoration: line-through;
}
.thHover {
	cursor: pointer;
}
/* partner div */
.partnerDiv {
  height: 130px;
}
.partnerDiv img {
  height: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.partnerDiv img {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.partnerDiv img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.partnerPSK img {
    height: 120px;
    margin-top: 0px;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}