@font-face {
  font-family: toontime;
  src: url("../font/Adam.ttf");
}

.navbar, .dropdown-menu{
	background:rgba(5,5,5,0.55);
	border: none;
	font-size: 20px;
	font-family: toontime;
}

.navbar-brand {
	color: white;
	font-weight: bold; 
}

.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  border-bottom: 3px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  border-bottom: 3px solid transparent;
  background: none;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
	color: white;
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}

.nav li:hover:nth-child(8n+1), .nav li.active:nth-child(8n+1){
  border-bottom: #7E8285 2px solid;
}
.nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2){
  border-bottom: #7E8285 2px solid;
}
.nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3){
  border-bottom: #7E8285 2px solid;
}
.nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4){
  border-bottom: #7E8285 2px solid;
}
.nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5){
  border-bottom: #7E8285 2px solid;
}
.nav li:hover:nth-child(8n+6), .nav li.active:nth-child(8n+6){
  border-bottom: #7E8285 2px solid;
}

.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}

body {
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-repeat: repeat-y;
	background-color: #999;
	font-family: toontime;
}

.row-content {
    background: rgba(5,5,5,0.8);
    border-radius: 5px;
    border: 1px solid rgba(5,5,5,0.1);
    box-shadow: 1px 1px 50px black;
    margin-top: 70px;
	color:white;
	font-family: toontime;
}

.panel{
	border: none;
	margin-bottom: 0px;
}

.panel-normal , .panel-new{
	box-shadow: none;
	background-color: rgba(5,5,5,0.2);
	margin-top: 0px;
	margin-bottom:0px;
}

.panel-normal > .panel-heading , .panel-new > .panel-heading {
	padding: 0px 10px;
	height: 50px;
	line-height: 30px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 1px white solid;
	text-align: center;
	font-family: toontime;
	font-size: 20px;
}
.panel-normal > .panel-body , .panel-new > .panel-body{
	font-family: toontime;
	font-size: 14px;
	font-weight: bold;
}

.panel-body{
	padding: 0px;
}

.panel-footer {
	border-top: 1px white solid;
	background-color: rgba(5,5,5,0.2);
	text-align: center;
	font-size: 25px;
}

.footer {
    font-family: toontime;
	font-size: 16px;
	position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
	margin-top: 20px;
	border-radius: 5px;
}

.logo{
	width: 7%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.badge{
	font-family: toontime;
	font-size: 15px;
	background-color: red;
	float: right;
}

/* The Modal (background) */
.modal {		
  display: none;
  position: fixed;
  z-index: 1041;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(5,5,5,0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(5,5,5,0.5);
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

.modal-header{
	background-color: rgba(5,5,5,0.5);
	border: none;
}

.modal-body{
	background-color: rgba(5,5,5,0.5);
}

/* The Close Button */
.exit {
  color: white;
  position: absolute;
  top: -1%;
  right: 2%;
  font-size: 35px;
  font-weight: bold;
}

.exit:hover{
color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev {
  left: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 1%;
  width: auto;
  padding: 0px;
  margin-top: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1%;
  width: auto;
  padding: 0px;
  margin-top: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Next & previous buttons */
.prevgallery {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextgallery {
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* On hover, add a black background color with a little bit see-through */
.prevgallery:hover,
.nextgallery:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.adatok{
	font-size: 17px;
}

.felhivas {
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
}

