body {
	background: url("../img/background.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);

}
.hidden2{
     opacity:0;
}
.visible2{
     opacity:1;
}
nav {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: absolute;
	top: 2px;
	z-index: 500;
}
.top-nav {
	background: none repeat scroll 0 0 rgba(70, 118, 255, 0.55);
}
.top-nav ul {
	padding: 0;
}
.logo {
	margin: 0;
	text-align: center;
	width: 100%;
}
.top-nav a {
	font-size: 0.9em;
	text-transform: uppercase;
}
.top-nav .logo a, .top-nav .logo.active-item a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}
.top-nav .logo a strong {
	font-size: 1.05em;
	font-weight: 800;
}
.top-nav {
	text-align: center;
}
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background: none repeat scroll 0 0 rgba(70, 118, 255, 0.95);
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background: none repeat scroll 0 0 rgba(70, 118, 255, 0.55);
}
nav ul li ul li {
	text-align: left;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgba(70, 118, 255, 0.05);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 #4676ff;
}
#fourth-block h2 {
	color: #fff;
}
#fourth-block p {
	color: #fff;
}
#first-block, #second-block, #third-block, #fourth-block {
	text-align: center;
	padding: 2.0em 0;
}
#carousel {
	background: rgba(253, 251, 242, 0.55);
}
#first-block {
	background: rgba(253, 251, 242, 0.55);
}
#second-block {
	background: none repeat scroll 0 0 rgba(3, 15, 38, 0.55);
}
#third-block {
	background: rgba(253, 251, 242, 0.55);
}
#fourth-block {
	background: rgb(3, 15, 38);
}


footer {
	background: none repeat scroll 0 0 #4676ff;
	padding: 1.5em 0;
}
footer p, footer a:link, footer a:visited, footer a:hover {
	color: #fff;
}
.carousel-text {
	display: block;
	position: absolute;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(3, 15, 38,);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2em;
}
.carousel-text p {
	background: none repeat scroll 0 0 rgba(70, 118, 255, 0.95);
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}
#first-block i {
	background: none repeat scroll 0 0 #030f26;
	border-radius: 100px;
	color: #fff;
	display: block;
	line-height: 100px;
	margin: 0 auto;
	width: 100px;
}
section h2 {
	font-size: 2.5em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
p.subtitile {
	color: #999;
	margin: 0 0 3.5em;
}
section h3 {
	font-size: 1.3em;
	font-weight: 300;
	margin: 0.8em 0;
	text-transform: uppercase;
}
section p {
	font-size: 0.8em;
}
section h1 {
	color: #010e27;
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
}
#second-block p {
	color: #fff;
}
a.button {
	background: none repeat scroll 0 0 #4676ff;
	border: 0 none;
	border-radius: 5px;
	color: rgb(243, 243, 243);
	font-size: 0.8em;
	font-weight: 600;
	padding: 0.625em;
	text-transform: uppercase;
}
#head {
	background: none repeat scroll 0 0 rgba(3, 15, 38, 0.05);
	padding: 9em 0 5em;
	text-align: center;
}
#content {
	background: none repeat scroll 0 0 rgba(253, 251, 242, 0.70);
	padding: 3em 2em 2em 2em;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
#content h2 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 1em 0 0.3em;
	text-transform: none;
}
.content-block {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	padding: 2.5em;
}
.content-block h3 {
	color: #fff;
}
.content-block p {
	color: #fff;
}
#content.left-align {
	text-align: left;
}

#content.contact-page h2 {
	margin: 0 0 0.625em;
}
.contact-page p {
	font-size: 1em;
	font-style: normal;
}
.contact-page i {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 100px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0.3125em 0.3125em 0.3125em 0;
	text-align: center;
	width: 35px;
}

form.customform button {
	background: none repeat scroll 0 0 rgb(0, 30, 34);
	border-radius: 5px;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
form.customform button:hover {
	background: none repeat scroll 0 0 #660306;
}
form.customform input, form.customform select, form.customform textarea {
	border-radius: 5px;
}

#map-block iframe {
	display: block;
}
#also2 {
 margin-top: 20px; 
}
#also2 table {
width:100%;
border: 0;
	background: none repeat scroll 0 0 rgba(253, 251, 242, 0.01);

}
#also2 td {
border: 0;
width:auto;
}
#also2 .animation.animated-item-1 {
          animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
}

#also2 .animation.animation.animated-item-2 { 
          animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
}

#also2 .animation.animation.animated-item-3 { 
          animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
}

#also2 .animation.animated-item-4 {
          animation-delay: 1600ms;
  -webkit-animation-delay: 1600ms;
}
#also2 .animation.animated-item-5 {
          animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms;
}
#also2 .animation.animated-item-6 {
          animation-delay: 2400ms;
  -webkit-animation-delay: 2400ms;
}
#also2 .animation.animated-item-7 {
          animation-delay: 2800ms;
  -webkit-animation-delay: 2800ms;
}

.fooldaktual {
 padding: 0;
 padding-bottom: 30px;


} 
.fooldaktual h3 {
 font-size: 1.6em;
 margin-top: 30px;
 margin-bottom: 30px;
 text-transform: uppercase;
 text-align: left;
} 
.gallery a .gover  {
 position: absolute;
 left: 0;
 bottom: 0;
 right: 0;
 margin: 0;
 padding: 10px;
 color: #F0F0F0; 
 background: #5F4F47;
 background: rgba(70, 118, 255, 0.9);
 vertical-align: middle; 
}
.gover h3, .gover h4 { 
 font-size: 1.3em;
 color: #F0F0F0;
 font-weight: normal;
}
.home .gover h3 {
 color: #F0F0F0;
}
.home .gallery img {
 background: #fff;
 padding: 4px;
 box-shadow: 0 0 6px 6px rgba(0,0,0, 0.4);
}
.gallery.kisg a .gover {
 left: 10px;
 right: 10px;
}
.gallery.kisg a:hover .gover {
 top: 0;
}
.gallery .konyha a .gover {
 margin-left: 20px;
 margin-right: 20px;
 margin-bottom: 20px; 
}
.gallery a .gover .gcaption {
 display: none;
}
.gallery a .gover .gcaption h4 {

}
.gallery a:hover .gover .gcaption {
 z-index: 10; 
 right: 0;
 left: 0;
 padding: 10px;
 text-align: center;
 display: block;
  -webkit-animation: fadeIn 300ms linear 100ms both;
  -moz-animation: fadeIn 300ms linear 100ms both;
  -o-animation: fadeIn 300ms linear 100ms both;
  -ms-animation: fadeIn 300ms linear 100ms both;
  animation: fadeIn 300ms linear 100ms both; 
}
.doboz {
	background: rgba(253, 251, 242, 0.55);
	border: 1px solid #020e25; 
	border-radius: 6px;
	margin-top: 20px;
 	font-size: 18px; 	
}
.doboz .leir {

}
.doboz a {
	font-size: 18px;
}
.doboz .nagyobb {
	margin-right: 6px;
	 color: #F0F0F0;
	font-size: 18px;
	background: none repeat scroll 0 0 rgb(2, 14, 37);
	border-radius: 4px;
	box-shadow: 0 0 2px 2px rgba(0,0,0, 0.4);	            
}
a.tab-label, a.tab-label:link, a.tab-label:visited, a.tab-label:hover {
    background: #152732 none repeat scroll 0 0;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 1.0em;
    margin: 0;
    width: 25%;
}
a.tab-label:hover, a.tab-label.active-btn {
    background: #3f0311 none repeat scroll 0 0;
}
.article.page .tab-content h2 {
    margin-top: 0.7em;
    text-align: center;
}
@media screen and (max-width: 768px) {
  body {
  	background: none repeat scroll 0 0 rgb(70, 118, 255);
  
  }
  nav {
  	background: none repeat scroll 0 0 rgb(0, 30, 34);
  	line-height: 1em;
  	position: relative;
  }
  .top-nav {
  	text-align: left;
  }
  .top-nav li {
  	line-height: 3em;
  }
  .top-nav .logo {
  	padding: 1.25em;
  }
  .carousel-text h2 {
  	font-size: 1.3em;
  }
  .carousel-text p {
  	font-size: 1em;
  }
  ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
 
  footer {
  text-align: center;
  }
  footer .right {
  float: none;
  }
  #also2 td {
padding: 0.3em;
}
}
