video { display: block; }

video#bgvid {
position: fixed; left: 0; top: -400px;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -999;
background: url(img/bg1.jpg) no-repeat;
background-size: cover;

}
video#bgvid2 {
position: fixed; left: 0; top: -400px;
z-index: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto;
background: url(img/bg1.jpg) no-repeat;
background-size: cover;
}


#infouzenet
{
	float:left;
	margin-top: 0px;	
	width:100%;
	padding:10px;
	border :solid 2px #666666;
	margin-bottom:10px;
	background-color: #70a134;
	color: #ffffff;
	font-size: 16px;
}
#infouzenet h2
{
	color: #ffffff;
	margin-bottom:0px;
	font-size: 16px;
}
#hibauzenet
{
	float:left;
	margin-top: 0px;
	width:100%;
	padding:10px;
	border :solid 2px #FF3300;
	margin-bottom:10px;
}
#hibauzenet h2
{
	color: #FF3300;
	margin-bottom:0px;
}








.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
color: #FFFFFF;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}





.keplinka {
width: 150px;height:150px;float: left;display: block;border: solid 1px #111111;background-color: #ffffff;
margin: 10px;
padding: 5px;
color: #000000;
text-align: center;

}
.keplinka:hover {
border: solid 1px #cc0000;
color: #cc0000;
}
.keplinka p{
width: 140px;
font-size: 12px;
line-height: 12px; 
font-weight: bold;
}
.keplinka img{
max-height: 100px;
margin: 0 auto;
margin-bottom: 5px;
}


.navbar-header .navbar-brand
{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0s, opacity 0s linear;
}

.top-nav-collapse .navbar-header .navbar-brand
{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear;
}