@CHARSET "UTF-8";
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#main{
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:10 0 -120px;
	}

h1 span{
	color:#0070bb;
	}
h1 small{
	color:#89a7bb;
	}

.footer .push{
	height: 120px;
	
}

.footer {	
	
	margin-top: 40px;
	background-color: #252528;
	color: #fff;
	padding-top: 35px;
	border-top: 5px solid #0070bb; 
	text-align: center;
	
}


.navbar{
	
	z-index: 200;
	width: 100%;
	border-bottom: 5px solid #0070bb; 
	}
.navbar-inner{
 padding-top:3px;
}
.navbar.affix {
  top: 10px;
  opacity: 0.90;
  width: 100%;
  z-index: 200;

}
#navbar-ct{
	
	padding-bottom: 10px;
	min-height:40px;
	z-index: 200;

	}
	
section {
	padding-top:55px;
	padding-bottom:55px;
}
.druha{
	background:#eeeeee;
	opacity: 0.80;
}

.accordion, .accordion * {
    border:none;
   
}
.row-fluid{
	text-align: center;
}

.brand{
	margin-top:-2px;
   width: 200px;
   height: 15px;
	}
.hero-unit{
	background: none;
	
	}
.carousel {

  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-bottom: 1px solid rgba(36, 36, 36, 0.2);
  border-top: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #242424;
}

.carousel-inner {

  background: url(../img/hu-bg3.png) left bottom repeat-x;

}
.jumbotron{
	text-align: center;
	min-height: 205px;
	}
.jumbotron p{
	font-size: 24px;
	}
	
.jumbotron img{
	height:200px; 
}
	
@media (max-width: 767px) {
	.navbar{
	width: 100%;
	}
.navbar.affix {
  top: 0px;
}
	 }
