@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext);

body {
	font-family: "Roboto", Tahoma, Arial, sans-serif;
	background-color: #FFF;
	color: #222;
}

a, a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}

/* back to top */

.back-to-top {
	background-color: #DDD;
	position: fixed;
	right: 1%;
	bottom: 10%;
	display: none;
	opacity: 0.8;
	margin: 0;
	padding: 3%;
	z-index: 100;
	text-decoration: none;
	color: #222;
	font-size: 1.2em;
}

.back-to-top .glyphicon {
	color: #222;
}

.container-fluid.menu {
	background-color: #FFF;
}

.container-fluid.menu .container {
	padding-left: 0;
	padding-right: 0;
}

/* navbar */

.navbar {
	margin-bottom: 0;
	min-height: initial;
}

.navbar-default {
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-toggle {
	border-radius: 0;
	border-color: #555;
	margin-right: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #555;
}

.navbar-default .navbar-collapse {
	border-color: #555;
}

.navbar-brand {
	padding: 0;
}

.navbar-default .nav-justified>li>a {
	color: #222;
	font-size: 1em;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	margin-bottom: 0;
}

.navbar-default .nav-justified>li a:hover, .navbar-default .nav-justified>li a:focus, .navbar-default .nav-justified>li.active a, .navbar-default .nav-justified>li .active a:hover, .navbar-default .nav-justified>li .active a:focus {
	background-color: #DDD;
}

.navbar-default .nav-justified>li.open a {
	background-color: #DDD;
}

.navbar-default .nav-justified>li>.dropdown-menu {
	border: none;
	border-radius: 0;
	background-color: #FFF;
	margin-top: 0;
}

.navbar-default .nav-justified>li>.dropdown-menu>li>a {
	background-color: #FFF;
	text-transform: inherit;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.nav-justified>li>.dropdown-menu>li>a:focus, .nav-justified>li>.dropdown-menu>li>a:active {
	background: none;
}

.navbar-default .nav-justified .open .dropdown-menu>li>a {
	color: #222;
	white-space: initial;
}

.nav-justified>li>.dropdown-menu>li.active>a, .nav-justified>li>.dropdown-menu>li>a:hover {
	background-color: #DDD;
	color: inherit;
}

.nav-justified.dropdown-menu .nav-justified.dropdown-menu {
	position: absolute;
	left: 100%;
	top: -5px;
}

.nav-justified>li>.dropdown-menu>li:hover>.nav-justified.dropdown-menu {
	display: inline;
}

.dropdown-menu {
	position: relative;
	top: initial;
	left: inherit;
	float: none;
}

/* h1 */

h1 {
	background: #FFF url('/img/h1.jpg') left center no-repeat;
	font-size: 1.3em;
	color: #222;
	padding: 30px 15px 25px 70px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 25px;
}

/* h2 */

h2 {
	font-size: 1.3em;
	margin-bottom: 15px;
}

/* h3 */

h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
}

/* hr */

hr {
	border-top: 1px solid #DDD;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* content */

.content {
	font-size: 1em;
}

.content .obsah {
	padding-bottom: 15px;
}

.content .rowContent {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.content .obsah ul li, .content .obsah ol li {
	margin-bottom: 10px;
}

.content .obsah a.btn {
	text-decoration: none;
	border-radius: 0;
}

.content .obsah a.btn:hover {
	background-color: #DDD;
}

/* bootstrap-tabs */

.content .obsah .bootstrap-tabs ul li {
	margin-bottom: -1px;
}

.content .obsah .bootstrap-tabs ul li a {
	border-radius: 0;
}

.content .obsah .bootstrap-tabs ul li a:hover {
	background-color: #DDD;
}

.content .obsah .bootstrap-tabs ul li.active a {
	color: #222;
	text-decoration: none;
}

.content .obsah .bootstrap-tabs .nav {
	margin-bottom: 10px;
}

/* breadCrumbs */

.breadCrumbs {
	font-size: 0.8em;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDD;
}

.breadCrumbs, .breadCrumbs a, .breadCrumbs a:visited {
	color: #222;
}

.breadCrumbs .glyphicon {
	color: #222;
	margin-left: 5px;
	margin-right: 5px;
}

.breadCrumbs a {
	text-decoration: underline;
}

.breadCrumbs a:hover {
	text-decoration: none;
}

/* footerWrapper */

.footerWrapper {
	margin-top: 15px;
}

.footerWrapper .footerWrapperContent {
	font-size: 90%;
}

.container.footer {
	border-top: 1px solid #DDD;
	font-size: 90%;
	margin-top: 5px;
	padding-top: 15px;
}

.container.footer, .container.footer a, .container.footer a:visited {
	color: #777;
	text-decoration: none;
}

.container.footer a:hover {
	text-decoration: underline;
}

/* media queries */

@media (min-width: 768px) {
	.container.menu {
		padding-left: 15px;
		padding-right: 15px;
	}

	.container-fluid.menu {
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		margin-bottom: 15px;
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
	}
	
	.nav-justified {
		width: initial;
		min-width: 100%;
	}

	.navbar-default .nav-justified>li>a {
		font-size: 0.9em;
		padding-top: 15px;
		padding-bottom: 13px;
	}

	.nav-justified>li>.nav-justified>li {
		float: none;
		text-align: left;
		display: block;
		width: 100%;
	}

	.navbar-default .nav-justified>li>a {
		font-size: 1em;
	}

	.navbar-default .nav-justified .open .dropdown-menu>li>a {
		text-align: left;
		white-space: nowrap;
	}
	
	.nav-justified>li>.dropdown-menu>li>a {
		text-align: left;
	}

	h1 {
		font-size: 1.2em;
	}

	h2 {
		font-size: 1.1em;
	}

	h3 {
		font-size: 1em;
	}

	.content {
		font-size: 1.1em;
		padding-left: 30px;
		padding-right: 30px;
	}

	.content .obsah {
		padding-right: 0;
	}

	.footerWrapper .footerWrapperContent {
		padding-left: 15px;
		padding-right: 15px;
	}

	.breadCrumbs {
		font-size: 0.9em;
	}

	.back-to-top {
		padding: 2%;
	}
}

@media (min-width: 992px) {
	.navbar-default .nav-justified>li>a {
		font-size: 1.2em;
	}

	h1 {
		font-size: 1.3em;
	}

	h2 {
		font-size: 1.2em;
	}

	h3 {
		font-size: 1.1em;
	}

	.content {
		font-size: 1.2em;
		padding-left: 30px;
		padding-right: 30px;
	}

	.content .fb {
		padding-top: 15px;
	}

	.footerWrapper {
		font-size: 1em;
	}

	.breadCrumbs {
		font-size: 1em;
	}

	.back-to-top {
		padding: 1%;
	}
}

@media (min-width: 1200px) {
	.navbar-default .nav-justified>li>a {
		font-size: 1.3em;
	}

	h1 {
		font-size: 1.4em;
	}

	h2 {
		font-size: 1.3em;
	}

	h3 {
		font-size: 1.2em;
	}

	.content {
		font-size: 1.2em;
	}

	.footerWrapper {
		font-size: 1.2em;
	}

	.footerWrapper .footerWrapperContent {
		padding-left: 30px;
		padding-right: 30px;
	}

	.breadCrumbs {
		font-size: inherit;
	}
}
