/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,400i,900&subset=latin-ext');
body {
	font-family: 'Rubik', sans-serif;
	color: #555;
	background-image: url(../images/back-body-01.jpg);
	background-repeat: no-repeat;
	background-position: center 200px;
	background-size: contain;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #333;
}
.btn-red {
	background-color: #c40009;
	border-color: #c40009;
	color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	background-color: #ab0008;
	border-color: #910007;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
	background-color: #c40009;
	border-color: #c40009;
}
.top-image .container-fluid {
	padding: 0px;
	position: relative;
}
.top-image .container-fluid > div {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.master-nad {
	bottom: 10px;
	color: white;
	font-size: 22px;
	font-weight: 700;
	position: absolute !important;
	text-align: right;
	z-index: 100;
}
@media screen and (max-width:480px) {
		.master-nad {
			font-size: 16px;
			}
	.home-aktual .media .media-body h3 a {
		font-size: 16px;
		line-height: 1;
	}
	footer .carousel .hero {
		height: 200px;
	}
	.carousel-inner {
    height: 200px;
	}
}
@media screen and (max-width:1180px) {
.loga .carousel-inner .item img {
	max-width: 170px;
	height: 100%;
}
}
@media screen and (max-width:1025px) {
.loga .carousel-inner .item img {
	max-width: 150px;
	height: 100%;
}
}
@media screen and (max-width:740px) {
.loga .carousel-inner .item img {
	max-width: 100px;
	height: 100%;
}
}
.home-aktual .newslink {
	border-bottom: 1px dotted #939393;
}
.sidebar-module.partneri a {
	margin-bottom: 15px;
	display: block;
}
.vysledky-kola .table tbody tr td:first-child {
	font-weight: 700;
	color: #000;
}
.vysledky-kola .table tbody tr td:nth-child(2n+2) {
	color: #c40009;
	font-weight: 700;
}
.main {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog-main .img-up {
	margin-bottom: 20px;
}
.page .blog-main .blog-header {
	padding-top: 0px;
}
.page .home-aktual {
	margin-bottom: 60px;
	margin-top: 40px;
}
.home-aktual .img-new {
	max-width: 160px;
}
.carousel-inner .slide {
	height: 400px;
	position: relative;
	background-size: cover;
}
.carousel-inner .hero {
	height: 180px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1000;
	color: #fff;
}
.carousel-inner .hero h2 {
	color: #fff;
	text-shadow: 0 0 1px #000000;
}
.carousel-inner .hero p {
	text-shadow: 0 0 1px #000000;
}
footer .nav h4 {
	font-size: 12px;
	line-height: 26px;
	margin: 0;
}
footer .nav li {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #8F8F8F;
}
footer .nav li:first-child {
	border-left: none;
}
footer .loga {
	margin-top: 20px;
	margin-bottom: 15px;
}
.home-aktual .media .media-body h3 a {
	font-weight: 500;
}
.home-aktual .media .media-body p {
	font-size: 12px;
}
.home-aktual .media .media-body a {
	color: #000000;
}
/*
 * Override Bootstrap's default container.
 

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
*/

/*
 * Masthead for nav
 */

.blog-masthead {
	background-color: #c40009;
	-webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}
/* Nav links */
.blog-nav-item {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: 500;
	color: #cdddeb;
}
.blog-nav-item:hover, .blog-nav-item:focus {
	color: #fff;
	text-decoration: none;
}
/* Active state gets a caret at the bottom */
.blog-nav .active {
	color: #fff;
}
.blog-nav .active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	vertical-align: middle;
	content: " ";
	border-right: 5px solid transparent;
	border-bottom: 5px solid;
	border-left: 5px solid transparent;
}
.blog-masthead .navbar-default {
	background-color: transparent;
	border-color: transparent;
	border-style: none;
	margin-bottom: 0px;
}
.blog-masthead .navbar-default .navbar-collapse {
	padding-left: 0px;
}
.blog-masthead .navbar-default .navbar-collapse .nav {
	-webkit-box-shadow: 3px 6px 6px 1px rgba(0,0,0,0.5);
	box-shadow: 3px 6px 6px 1px rgba(0,0,0,0.5);
	height: 55px;
	margin-top: -5px;
	position: relative;
	background-color: #c40009;
	padding-left: 22px;
	padding-right: 22px;
	margin-left: -15px;
}
.blog-masthead .navbar-default .navbar-collapse > ul > li a {
	color: #fff;
}
.blog-masthead .navbar-default .navbar-collapse > ul > li ul a {
	color: #000;
}
.blog-masthead .navbar-brand.pull-right {
	margin-top: -250px;
  position: relative;
  z-index: 100;
  right: -50px;
}

@media screen and (max-width:992px) {
.blog-masthead .navbar-brand.pull-right {
	height: 140px;
	margin-top: -172px;
	padding: 0;
	width: 100px;
}
.blog-masthead .navbar-brand.pull-right img {
	margin-top: -50px;
	transform: scale(0.5);
	margin-left: -45px;
}
.blog-masthead .navbar .container-fluid,  .blog-masthead .navbar-default .navbar-collapse .nav {
	padding-left: 0px;
	padding-right: 0px;
}
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
}

@media screen and (max-width:768px) {
.blog-masthead .navbar .container-fluid .navbar-header .navbar-brand {
	color: #FFFFFF;
}
.blog-masthead .navbar-default .navbar-collapse .nav {
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.blog-masthead .navbar-default .navbar-collapse .navbar-brand {
	display: none;
}
.main .blog-main {
	clear: both;
}
.main .blog-main::after {
	clear: both;
}
.blog-masthead .navbar-default .navbar-collapse > ul > li ul a {
	color: #fff !important;
}
.blog-masthead .navbar-default .navbar-collapse > ul > li ul a:hover,  .blog-masthead .navbar-default .navbar-collapse > ul > li ul a:focus {
	text-decoration: underline;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
.blog-masthead .navbar-brand.pull-right {
    height: 140px;
    margin-top: -150px;
    padding: 0;
    width: 100px;
  }
	.blog-masthead .navbar-brand.pull-right img {
		max-width: 100px;
  height: auto;
	}
}
.nad {
	font-weight: 700;
	color: #fff;
	line-height: 50px;
}
.nad.nad-gray {
	background-color: #929292;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
}
/*
 * Blog name and description
 */

.blog-header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.blog-title {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 60px;
	font-weight: normal;
}
.blog-description {
	font-size: 20px;
	color: #999;
}
.vpravo {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.vlevo {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.obsah img {
	display: block;
	height: auto;
	max-width: 100%;
}
/*
 * Main column and sidebar layout
 */

.blog-main {
	font-size: 15px;
	line-height: 1.5;
}
/* Sidebar modules for boxing content */
.sidebar-module {
	padding: 15px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.sidebar-module-inset {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.sidebar-module-inset p:last-child, .sidebar-module-inset ul:last-child, .sidebar-module-inset ol:last-child {
	margin-bottom: 0;
}
.sidebar-module img {
	display: block;
	height: auto;
	max-width: 100%;
}
/*footer carousel*/
/* The carousel controlsy */
footer .carousel-control {
	left: -12px;
	height: 40px;
	width: 40px;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	margin-top: 44px;
}
footer .carousel-control.right {
	right: -12px;
}
/* The carousel indicators */
footer .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The carousel colour of the indicators */
footer .carousel-indicators li {
	background: #cecece;
}
footer .carousel-indicators .active {
	background: #428bca;
}
footer .carousel-inner .thumbnail {
	max-height: 130px;
	overflow: hidden;
}
footer .carousel-inner .thumbnail img {
	max-height: 120px;
	overflow: hidden;
}
/* Pagination */
.pager {
	margin-bottom: 60px;
	text-align: left;
}
.pager > li > a {
	width: 140px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 30px;
}
footer .carousel {
	background-color: #fff;
}
footer .carousel .slide {
	height: 180px;
	background-color: #fff;
}
footer .carousel .hero {
	height: 150px;
	top: 0;
	text-align: center;
	background-color: #fff;
}
/*
 * Blog posts
 */

.blog-post {
	margin-bottom: 60px;
}
.blog-post-title {
	margin-bottom: 5px;
	font-size: 40px;
}
.blog-post-meta {
	margin-bottom: 20px;
	color: #999;
}
/*
 * Footer
 */

.blog-footer {
	padding: 40px 0;
	color: #999;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
	margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #a70008;
}
