/* CSS Document */
html {
  background-color: #eee;	
}
.hidden2 {
 	visibility: hidden;
}
.visible2 {
	visibility: visible;
}
.hidden1 {
 display: none;
}
body {
  margin: 0 auto;
  padding-top: 0px;
  border-top: 6px solid #1F3855;
	line-height: 160%;
	background: #fff; 
	font: 100%/26px Dosis,"Open Sans",Arial,sans-serif; 
	/*letter-spacing: 0.1px;*/
}
.szoveges img {
 width: auto;
 max-height: auto;
}
.szoveges object, .szoveges embed, .szoveges video, .szoveges iframe, .szoveges table {
	max-width: 100%;
}
iframe {
	border: 0;
}
video {
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	margin-top: 40px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  .video-container object,  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-nav {
 float: right;
}
nav {
 background: #1F3855; 
 background-image: linear-gradient(to bottom left, #1F3855, #fff);	 
}
#mean {
 display: none;
}
.sf-menu  {
 float: left;
}
#albummenu {
 background: transparent;
 margin-top: 20px;
 margin-bottom: 20px;
 padding: 0;
}
.albummenu {
	text-align: center;
	padding: 0;
}
.albummenu li {
  background: #909090;
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.albummenu ul {
 display: inline-block;
 padding: 0; 
}
.albummenu li a {
  padding: 0.85em;
  width: 100%;
  display: inline-block;
  color:#fff; 
}
.albummenu li a:hover {
 background: #ACACAC;
  min-width:100% 
}
.albummenu li a.kijelolt {
 background:  #ACACAC;
}
#nosmenu {
 display: none;
}
#nav2 {
 display: inline-block;
}
	#menu-icon {	
	text-align: center;
	display: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	line-height: 140%;
	color: white;
	position: relative;
	background: #ACACAC;
	text-transform: uppercase;
	}
	#menu-icon img {
 max-width: 20px;
 max-height: 20px;
	margin-left: 6px;
	display: inline;
	}
#eucookielaw {
	display: block;
	position: fixed;
	float: left;
	bottom: 0;
	width: auto;
	padding: 6px 20px;
	z-index: 20;
	color: #fff;
	font-size: 1rem;
}
#eucookielaw img {
 width: 42px;
}	
.excel-modul {
 clear: both;
 overflow: auto;
 margin-bottom: 20px;
}
.owl-single {
padding: 30px;
background: #5F6162;
background-image: linear-gradient(to bottom right,#fff, #1F3855, #fff);
border-radius: 8px;
margin-bottom: 30px;
}
#carousel img, .owl-carousel img, .carousel img {
	max-width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
 background: #1F3855;
 	border: 2px solid rgba(255,255,255, 0.57);
}
.owl-theme .owl-nav [class*='owl-']{
	background: #1F3855;
}
.owl-theme .owl-dots .owl-dot span{
	background: #fff;
	background: rgba(255, 255, 255, 1);	
	border: 2px solid rgba(31,56,85, 0.57);
	height: 18px;
	width: 18px;
	position: relative; 
	z-index: 21; 		
}
.owl-theme .owl-nav [class*='owl-']:hover{
 background: #031439;
}
.owl-item img {
	max-width: 100%;
}
.owl-carousel .owl-item {
	text-align: center;
}
.owl-carousel .owl-item img {
	position: relative;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
#sd2, #sd {
 border-top: 2px solid #1F3855;
 border-bottom: 2px solid #1F3855; 
}
#sd2 .owl-dots {
 margin-top: -38px;
 position: relative;
 z-index: 6000;
}
#sd2.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 100%;
	z-index: 3;
}
#sd2.owl-theme .owl-prev {
	display: block;
	height: 54px;
	width: 54px;
  background: #1F3855;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	line-height: 38px;
	font-size: 32px;	
	z-index: 101;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	border: 3px solid #fff;
	opacity: 0.4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
#sd2.owl-theme .owl-next {
	display: block;
	height: 54px;
	width: 54px;
  background: #1F3855;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	line-height: 38px;
	font-size: 32px;	
	z-index: 101;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	border: 3px solid #fff;
	opacity: 0.4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;			
}
#sd2.owl-theme .owl-prev i,#sd2 .owl-next i {
	color: #fff;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;			
}
#sd2.owl-theme .owl-prev:hover,#sd2 .owl-next:hover {
	opacity: 1;
}
.gallery {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.gallery img {
 vertical-align: middle; 
 min-width: 100%;
}
.gallery a {
 display: block;
 position: relative;
}
/*#owl .item .img-container {
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);	
}
#owl .item .img-container img  {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);	
}
#owl .item .img-container .gover  {
 left: 40px;
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);	
}  */
#fooldkiem {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #1F3855;
  	background-image: linear-gradient(to bottom right,#fff, #1F3855, #fff);	
/*	-ms-transform: skewY(-4deg);
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);   */
	margin-top: 0px;
	margin-bottom: 20px;
	
}
#fooldkiem h2 {
 color: #fff;
}
#foold {
/*	-ms-transform: skewY(4deg);
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);  */
}
.fooldaktual h2 {
	text-align: center;
	font-size: 34px;
	margin-top: 30px;
}
.fooldaktual a .gover h4, .fooldaktual.masonry-item a .gover .h3 {
	color: #fff;
	text-align: center;	
}
.fooldaktual a .gover { 
  z-index: 22;
	opacity: 1;
	top: 75%;
	padding: 10px;	
}
.fooldaktual a .gover .gcaption {
	display: none;
}
.fooldaktual a:hover .gover {
	top: 40px;
	display: block;
	padding: 10px;
}
.fooldaktual a:hover .gover .gcaption {
	display: block;
	-webkit-transition: all 1.8s ease;
	-moz-transition: all 1.8s ease;
	-o-transition: all 1.8s ease;
	-ms-transition: all 1.8s ease;
	transition: all 1.8s ease;
}
.gover  {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 z-index: -1;
 opacity: 0; 
 margin: 0;
 color: #fff;
 background: #262626;
 background: rgba(0,0,0, 0.5);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.gover h3 {
 line-height: 1.2;
 color: #fff;
 font-size: 16px;
 text-transform: uppercase;
}
.kisg .gover {

}
a:hover .gover {
  z-index: 1;
	opacity: 1; 
  /*-webkit-animation: fadeIn 500ms linear 300ms both;
  -moz-animation: fadeIn 500ms linear 300ms both;
  -o-animation: fadeIn 500ms linear 300ms both;
  -ms-animation: fadeIn 500ms linear 300ms both;
  animation: fadeIn 500ms linear 300ms both; */
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;		 
}
.gover i {
 position: absolute;
 z-index: -10;
   top: 50%;
   left: 50%;
 font-size: 1.4em;
 margin-left: -12px;
 margin-top: -10px;	
}
.gover:hover i {
 z-index: 10; 
}
.gover:hover .gcaption {
 z-index: 10;
 position: absolute;
 right: 0;
 left: 0;
 text-align: center;
}
.gallery .gover {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.gallery .gover > * {
	-ms-flex-negative: 1;
}  
.gallery .img-container {
	overflow: hidden;
}
.kisg .img-container {
	margin-bottom: 20px;
}
.gallery a .img-container img {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.gallery a:hover .img-container img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2); 
transform: scale(1.2);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.fooldaktual a:hover .img-container img {
-ms-transform: scale(1.0);
-webkit-transform: scale(1.0); 
transform: scale(1.0);
}
.camera_wrap .camera_pag .camera_pag_ul {
	text-align: center;
} 
/* 
.cameraContent.cameracurrent .animation.animated-item-1 {
  -webkit-animation: fadeInRightBig 800ms linear 800ms both;
  -moz-animation: fadeInRightBig 800ms linear 800ms both;
  -o-animation: fadeInRightBig 800ms linear 800ms both;
  -ms-animation: fadeInRightBig 800ms linear 800ms both;
  animation: fadeInRightBig 800ms linear 800ms both;
}

.cameraContent.cameracurrent .animation.animated-item-2 { 
  -webkit-animation: fadeInUp 800ms linear 1600ms both;
  -moz-animation: fadeInUp 800ms linear 1600ms both;
  -o-animation: fadeInUp 800ms linear 1600ms both;
  -ms-animation: fadeInUp 800ms linear 1600ms both;
  animation: fadeInUp 800ms linear 1600ms both;
}

.cameraContent.cameracurrent .animation.animated-item-3 { 
  -webkit-animation: fadeInUp 800ms linear 2400ms both;
  -moz-animation: fadeInUp 800ms linear 2400ms both;
  -o-animation: fadeInUp 800ms linear 2400ms both;
  -ms-animation: fadeInUp 800ms linear 2400ms both;
  animation: fadeInUp 800ms linear 2400ms both;
}

.cameraContent.cameracurrent .animation.animated-item-4 {
  -webkit-animation: fadeInUp 800ms linear 3200ms both;
  -moz-animation: fadeInUp 800ms linear 3200ms both;
  -o-animation: fadeInUp 800ms linear 3200ms both;
  -ms-animation: fadeInUp 800ms linear 3200ms both;
  animation: fadeInUp 800ms linear 3200ms both;
}
*/
.wow.animation.animated-item-0 {
          animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
}

.wow.animation.animated-item-1 { 
          animation-delay: 800ms;
  -webkit-animation-delay: 800ms;
}

.wow.animation.animated-item-2 { 
          animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
}

.wow.animation.animated-item-3 {
          animation-delay: 1600ms;
  -webkit-animation-delay: 1600ms;
}
.wow.animation.animated-item-4 {
          animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms;
}
.wow.animation.animated-item-5 {
          animation-delay: 2400ms;
  -webkit-animation-delay: 2400ms;
}
.wow.animation.animated-item-6 {
          animation-delay: 2800ms;
  -webkit-animation-delay: 2800ms;
}
.wow.animation.animated-item-7 {
          animation-delay: 3200ms;
  -webkit-animation-delay: 3200ms;
}
.wow.animation.animated-item-8 {
          animation-delay: 3600ms;
  -webkit-animation-delay: 3600ms;
} 
.wow.animation.animated-item-9 {
          animation-delay: 4000ms;
  -webkit-animation-delay: 4000ms;
}
.wow.animation.animated-item-10 {
          animation-delay: 4400ms;
  -webkit-animation-delay: 4400ms;
}
.wow.animation.animated-item-11 {
          animation-delay: 4800ms;
  -webkit-animation-delay: 4800ms;
}
.wow.animation.animated-item-12 {
          animation-delay: 5200ms;
  -webkit-animation-delay: 5200ms;
}

#sd2 .animation.animated-item-1 {
  -webkit-animation: fadeInDown 800ms linear 400ms both;
  -moz-animation: fadeInDown 800ms linear 400ms both;
  -o-animation: fadeInDown 800ms linear 400ms both;
  -ms-animation: fadeInDown 800ms linear 400ms both;
  animation: fadeInDown 800ms linear 400ms both;
}
#carousel .animation {
	display: none;
}
#carousel .active .animation {
	display: block;
}  
#carousel .active .animation.animated-item-1 {
  -webkit-animation: fadeInLeft 800ms linear 800ms both;
  -moz-animation: fadeInLeft 800ms linear 800ms both;
  -o-animation: fadeInLeft 800ms linear 800ms both;
  -ms-animation: fadeInLeft 800ms linear 800ms both;
  animation: fadeInLeft 800ms linear 800ms both;
}

#carousel .active .animation.animated-item-2 { 
  -webkit-animation: fadeInRight 800ms linear 800ms both;
  -moz-animation: fadeInRight 800ms linear 800ms both;
  -o-animation: fadeInRight 800ms linear 800ms both;
  -ms-animation: fadeInRight 800ms linear 800ms both;
  animation: fadeInRight 800ms linear 800ms both;
}

#carousel .active .animation.animated-item-3 { 
  -webkit-animation: fadeInRight 400ms linear 1600ms both;
  -moz-animation: fadeInRight 400ms linear 1600ms both;
  -o-animation: fadeInRight 400ms linear 1600ms both;
  -ms-animation: fadeInRight 400ms linear 1600ms both;
  animation: fadeInRight 400ms linear 1600ms both;
}

#carousel .active .animation.animated-item-4 {
  -webkit-animation: fadeInRight 400ms linear 2000ms both;
  -moz-animation: fadeInRight 400ms linear 2000ms both;
  -o-animation: fadeInRight 400ms linear 2000ms both;
  -ms-animation: fadeInRight 400ms linear 2000ms both;
  animation: fadeInRight 400ms linear 2000ms both;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay img {
	display: inline;
} 
.sd3 {
 background: #fff; 
}
.caption {
 color: #34495E;
 padding: 20px;
/* border: 1px solid #fff; */
position: absolute;
 z-index: 1;
	padding: 10px; 
/*	background: #444;
	background: rgba(0,0,0, 0.5); */
	text-align: center;
	top: 0;	
	bottom:  0px;
	left: 0;
	right: 0; 
	line-height: 140%;
	font-size: 1.2em;
}
.caption h3 {
  color: #34495E;
  font-size: 1.2em;
  background: transparent;
  border: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.carousel img {

} 
.carousel-text {
 position: absolute;
 top: 40px;
 margin-left: 10%;
 padding-right: 10%;
 z-index: 999;
 text-align: left;
}
.carousel-text a:link, .carousel-text a:visited {
 float: left;
 margin-top: 0;
 background: #1F3855;
 color: #fff;
}
.carousel-text a {
 clear: both;
 margin: 0;
}
.carousel-text a:hover {
 background: #031439;
 color: white;
}
.carousel-text h3 {
 float: left;
 color: #fff;
 font-size: 3em;
 margin-bottom: 0;
 clear: both;	
 text-transform: uppercase;
	text-shadow: -2px 0 rgba(76,38,0, 0.4), 0 2px rgba(76,38,0, 0.4), 2px 0 rgba(76,38,0, 0.4), 0 -2px rgba(76,38,0, 0.4);   
}
.carousel-text h4 {
 color: #fff;
 font-weight: bold;
 font-size: 4.2em;
 margin-top: 0;
 margin-bottom: 0;
	clear: left;
	text-align: left;
 text-transform: uppercase;
	text-shadow: -2px 0 rgba(76,38,0, 0.4), 0 2px rgba(76,38,0, 0.4), 2px 0 rgba(76,38,0, 0.4), 0 -2px rgba(76,38,0, 0.4);   	 
}
.carousel-text .desc {
 font-size: 1em;
 color: white;
 background: #031439;
 background: rgba(0,0,0, 0.5);
 float: left;
 color: #fff;
 clear: both;
 margin-bottom: 0;
 text-align: left;
}
h1, p.h1, .h1 {
	color: #031439;
	font-size: 1.5em;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 140%;
  text-transform: uppercase;	
}
h2, p.h2, .h2 {
	font-size: 1.4em;
	color: #1F3855;
	font-weight: normal;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 30px;
	line-height: 140%;
}
h3, p.h3, .h3 {
	color: #031439;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4, p.h4, .h4 {
	color: #031439;
	font-size: 1.2em;
	font-weight: normal;
}
h5, p.h5, .h5 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0px;
}
#mutato {
 margin-top: 20px;
 font-size: 0.85em;
 color: #888;
}
#mutato img {
 display: inline;
 margin: 0 3px;
}
#mutato a {
 color: #031439;
}
#mutato a:hover {
 color: #44C644;
}
.kek {
	color: #0099CC;
}
.piros {
	color: #B82B2A;
}
.error {
	color: #B82B2A;
}
input[type=text].error, input[type=email].error, input[type=number].error {
 border: 1px solid #B82B2A;
}
input[type=radio].error {
 background: #B82B2A;
}
form.customform {
 margin-top: -1.25rem;
 margin-bottom: 1.25rem; 
}
form.customform input, form.customform select, form.customform textarea, form.customform button, form.customform label {
 margin-top:1.25rem;
 margin-bottom: 0; 
}
.progress {
 display: none;
}
a:link {
	background-color: transparent;
	color: #1F3855;    
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
a:visited {
	color: #1F3855;
}
a:hover {
	background-color: transparent;
	color: #44C644;
}
a.nagyobb {
	background-color: #1F3855;
	box-shadow: 0 0 1px 0 rgba(0,0,0, 0.4);
	color: #fff;	
	text-decoration: none;
	font-style: normal;
	margin: 6px 0;
	padding: 6px 10px;
	display: inline-block;
	clear: both;
}
a:link.nagyobb {
	color: #fff;
}
a:visited.nagyobb {
	color: #fff;
}
a:hover.nagyobb {
	background-color: #031439;
	color: #fff;
}
#felso {
 background: url(../img/kapcsolat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 30px;
	height: 520px;
}
#also {
 background: url(../img/kapcsolat_pagehead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px; 
}
.urlap {
 background: #A2ACB8;
 padding: 40px;
 border-radius: 20px;
 margin-top: 20px;
}
#also .customform {
 margin-top: 20px;
}
#also .customform input, #also .customform textarea {
	background: transparent;
 font-size: 18px;	
}
#felso *, #also * {
 color: #fff;
}
#felso a, #also a {
 color: #1F3855;
}
#felso a:hover, #also a:hover {
 color: #99CB03;
}
#felso, #also {
 font-size: 18px;
} 
#torzs {
	font-size: 1.2em;
	padding: 0 30px 30px 30px;
	background: #fff; 
}
#balsav {
 margin-top: 40px;
 margin-bottom: 40px;
}
#src {
	float: right;
	right: 0;
	margin-bottom: 10px;
}
#src form input {
	width: 130px;
	border: 0;
	height: 28px;
	padding: 4px;
	border: 1px solid #999;
}
#src form button {
	width: 26px;
	height: 26px;
	border-radius: 2px;
	background: #1F3855;
	border: 0;
	right: 10px;
	cursor: pointer;
}
#src2 {
	margin-bottom: 20px;
}
#src2 input {
	border: 1px solid #999;
	padding: 4px;
}
#src2 form button {
	height: 28px;
}
.fooldaktual .h2, #kiemelthir .h2 {
 color: #fff;
 font-weight: bold;
 font-size: 2.2em;
 text-transform: uppercase; 
}
#kiemelthir {
 padding-top: 40px;
 padding-bottom: 40px;
    background-color:#1F3855;
  background-image: url(../img/header3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
	background-size: cover; 	
 color: #fff;
 text-align: center; 
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #1F3855;
}
#kiemelthir > .line {

}
#kiemelthir .fooldaktual .h2 {
 text-align: center;
 color: #fff;  
}
#kiemelthir h5 {
 margin-bottom: 10px;
 color: #fff;
}
#kiemelthir .h3 {
 color: #fff;
}
#kiemelthir.left {
 text-align: left;
}
#kiemelthir a:link,#kiemelthir a:visited,.sarga2 a:visited, .sarga2 h3, .sarga2 h2{
 color: #fff;
}
#kiemelthir img {
 vertical-align: middle;
}
#kiemelthir .blacktrans {
 background: #000;
 background: rgba(0,0,0, 0.6);
 margin-top: 0;
 padding: 12px;
}
#kiemelthir a .blacktrans * {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
#kiemelthir a:hover .blacktrans * {
 color: #fff;
}
#kiemelthir a.nagyobb {
 text-align: center;
 float: none;
 padding: 10px 12px;
 font-size: 22px;
}

#team {
 padding: 40px;
 background-color: #fff;
	text-align: center;
} 
#team a h2 {
 color: #1F3855;
 font-size: 2.2em;
 text-transform: uppercase;
 font-weight: normal;
}
#team img {
margin: auto;
}
footer {
	display: block;
	color: #EFEFEF;
	background: #1F3855;
  	background-image: linear-gradient(to bottom left,#fff, #1F3855, #fff);		
	font-size: 1em;
	margin: auto;
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
	padding-bottom: 30px;
}
footer a {
	color: #fff;
	font-weight: bold;
}
footer ul {
	margin: 20px;	
}
footer ul li {
	float: left;
	margin-right: 40px;
}
footer ul li ul li {
	clear: both;
	margin-bottom: 4px;
}
footer ul li a:link, footer ul li a:visited {
	font-size: 1em;
	color: #fff;
}
footer ul li a:hover {
	color: #99CC00;
}
footer div {
	margin: 40px 0;
	background: #1F3855;
}
#print_adatok {
	display: none;
	clear: both;
}
#fsor {
  background-color: #F0F0F0;
  z-index: 11000;
  left: 0;
  top: 0;
  margin: 0;
 box-shadow: 0 0 1px 0 rgba(0,0,0, 0.6)inset;
 padding: 1px;  
}
.doboz {
	background: #fff;
	border: 1px solid #CCCCCC; 
	border-radius: 6px;
	margin-top: 20px;
	text-align: left;
}
.doboz .leir {

}
.doboz p {

}
.doboz .nagyobb {
	margin-right: 6px;            
}
.kiemelt {
	display: block;
	position: relative;
	margin-top: 30px;
	background-color: transparent;
	line-height: 160%;
	margin-bottom: 16px;
	clear: both;
	font-size: 1.2em;
}
.kiemelt > div {
  border: 1px solid #CCCCCC; 
	padding: 10px;
	margin-bottom: 16px;
}
.kiemelt div div {
  border: 0; 
	padding: 0;
	margin-bottom: 0;
}
a.kiem {
	color: #34495E;
	background-color: #E4E6E9;
	padding: 6px;
	border-left: 12px solid #1F3855;
	display: block;
	font-size: 1.2em;
	line-height: 160%;
	margin: -10px;
	margin-bottom: 14px;
}
.kiemelt a.kiem:hover {
	background-color: #F0F2F5;
}
.kiemelt h4, .kiemelt p.h4 {
	color: #34495E;
	background-color: #E4E6E9;
	padding: 6px;
	border-left: 12px solid #1F3855;
	margin: -10px;
	margin-bottom: 14px;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 160%;
}
.kiemelt img {
	display: block;
	margin: auto;
  width: 400px;	
}
.kiemelt form {
	margin: 0;
	padding: 0;
}
.foto {
	max-width: 40%;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	/*border: 4px solid #76BFEA;
*/
}
progress {
	width: 1px;
	height: 16px;
	display: none;
	max-width: 100%;
	background-color: #99ffcc;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
#print {
	text-align: right;
	margin-right: 10px;
}
.rovid_leir { 
	margin-bottom: 16px;
}
.szoveges {
	margin: 0;
}
.szoveges p {
	padding: 0px;
	margin: 0px;
}
.szoveges ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	list-style: none;	
}
.szoveges ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

.szoveges ul li::before {
content: "•"; 
color: red;
display: inline-block; 
width: 1em;
margin-left: -1em}
}

.szoveges ul li, .szoveges ol li {
	line-height: 140%;
	margin: 10px 0;
}
.szoveges td {
	font-size: 1.2em;
}
.gszoveges {
	margin: 0;
	font-size: 1.1em;
	line-height: 140%;
}
.portfolio img {
	max-width: 180px;
	max-height: 140px;
}
.szoveges img {
	height: auto;
}
header {
position: relative;
width: 100%;
z-index: 800;
 background: #fff; 
}
#head {
 padding: 0;
 background: #fff;
 display: box;
 width: 100%;
}
#logo {
 display: none;
}
#logo1 {
 display: none;
}
.logo2 {
 background: #fff;
 padding: 8px 20px 0 20px;
 float: left;
}
.logo2 img {
 max-width: 116px;
}
#logo2 {
 float: left;
 margin: 24px;
}
#logo2 h3 {
 font-size: 1.8em;
 color: #fff;
 font-family: Dosis,"Open Sans",Arial,sans-serif;
 font-weight: bold;
}
#head h3 {
 font-size: 1.8em;
 color: #031439; 
 text-transform: uppercase;
 font-weight: bold; 
 line-height: 130%;
}
#head h4 {
 margin-top: 0;
 color: #1F3855;
 font-size: 1.5em;
 font-weight: bold;
 font-family: Courgette, Dosis,"Open Sans",Arial,sans-serif; 
}
#lang {
 position: absolute;
	margin-top: 10px;
	margin-bottom: 10px;
	right: 420px; 
}
#lang img {
	margin-left: 4px;
	float: right;
	height: auto;
}
#linkek {
 margin-top: 10px;
 float: right;
}
#linkek span {
white-space: nowrap;
}
#linkek .icon-facebook {
 display: block;
 float: right;
 color: #fff;
 background: #0F5597;
 text-align: center;
 padding-top: 2px;
 font-size: 22px;
 height: 36px;
 width: 40px;
 border: 3px solid #fff;
 border-radius: 3px;
}
#linkek .icon-sli-phone, #linkek .icon-sli-envelope {
 color: #1F3855;
 font-weight: bold;
 margin-left: 20px;  
}
#linkek .icon-sli-envelope {
 color: #1F3855;
 font-weight: bold;
 margin-left: 20px;  
}
#logo img {
 min-width: 40px;
 margin: auto;
}
 .fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { 
 width: 100% !important;
 top: 0;
 left: 0;
 margin-bottom: 10px;
 }
#soc {
 position: absolute;
 width: 300px;
 float: right;
 padding: 0;
 right: 100px;
 top: 0;
 z-index: 1000000;
}
.social1 {
 position: absolute;
 display: inline-block;
 width: 96px; 
 top: 12px; 
}
.social2 {
 position: absolute;
 display: inline-block;
 right: 100px;
 width: 96px;
 top: 12px;
}
.social1 p.piros {
background: #094A83;
 color: #fff;
 padding: 4px; 
}
.social2 p.piros {
 background: #1F3855;
 color: #fff;
 padding: 4px; 
}

.social1 p.piros i, .social2 p.piros i {
 color: #fff;
 font-size: 1.2em;
 font-weight: bold; 
}
#gmap_canvas {
 width: 100% !important;
 top: 0;
 left: 0;
 margin-top: 20px; 
 margin-bottom: 20px;
 height: 300px;
}   
@media \0screen {
img {
	width: auto;
/* for ie 8 */
}
}
.artablazat {
	width: 100%;
	max-width: 100%;
	background-color: #1F3855;
	border: 2px solid #1F3855;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 2px;
}
.artablazat tbody td {
	background-color: #F3F3F3;
	font-size: 90.01%;
	width: auto;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0;
}
.artablazat thead {
	background-color: #DDDDE2;
	font-size: 92.01%;
	font-weight: bold;
}
.artablazat thead td {
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
.artablazat tfoot {
	background-color: #DDDDE2;
	font-size: 91.01%;
	font-weight: bold;
	padding: 4px;
}
.balbanner {
	margin-bottom: 10px;
	background: white;
	text-align: center;
}
.jobbbanner {
	margin-bottom: 10px;
	background: white;
	text-align: center;
}
.balbanner img, .balbanner div, .jobbbanner img, .jobbbanner div {
	margin-top: 12px;
	background: white;
}
.balbanner img {
  max-width: 176px;
  margin: auto;
}
 .jobbbanner img {
  max-width: 176px;
  margin: auto;
}
.lb-dataContainer {
  background: #000;
}
.lb-dataContainer a {
 color: #87ABCB;
} 
.masonry {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.masonry .masonry-item img {
	width: 100%;
}
.masonry .masonry-item div.portf {
	display: block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	margin: auto;
	background: #eee;
	color: #031439;
	margin: 16px;
	border-bottom: 4px solid #1F3855;
	/*border-radius: 4px;
	border: 4px solid #fff;
	box-shadow: 0 0 3px 1px rgba(0,0,0, 0.4);
*/
}
.masonry .masonry-item div.portf  h4 {
	line-height: 120%;
}
.masonry .masonry-item div.portf .button {
	position: absolute;
	padding: 10px 18px;
	bottom: 0;
	right: 20px;
	text-align: left;
	background: #1F3855;
	line-height: 1.4;
}
.masonry .masonry-item div.portf h3 {
	margin: 0;
	line-height: 140%;
	text-transform: uppercase;
	font-size: 18px;
	color: #031439;
}
/*.masonry .masonry-item  div.portf a.nagyobb {
	font-weight: normal;
	padding: 4px;
	font-size: 1em;
} */
.masonry-item  div.portf .gcaption2 {
	padding: 12px 12px 22px 12px;
	font-size: 16px;
	line-height: 1.4;
}

ul.tabs {
 margin-bottom: 0;      
}
ul.tabs li a {
 font-size: 1.2em;
}
ul.tabs-content {
   margin-top: 0;
   margin-bottom: 10px;
   border: 2px solid #165FA1;
	 padding: 20px;            
}
ul.tabs-content li {
  line-height: 160%;                 
}
.customform img { display: inline; }
input#f_date_c, input#f_date_b {
float: left;
width: 80%;
}
.ui-datepicker {
	width: 14em;
	max-width: 14em;
	padding: .2em .2em 0;
  font-size: 1em;	
	display: none;
}
.ui-datepicker td span,
.ui-datepicker td a {
 font-size: 1em;
 font-weight: normal;
}
.fb-comments, .fb-comments span, .fb-comments iframe {
	width: 100% !important;
}
.pp_content_container, .pp_content_container a {
	color: #fff;
}
.pagination {
	height: 2.25em;
	margin: 1.125em 0
}
.pagination ul {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-left: 1px solid #ddd;	
	-webkit-border-radius: .1875em;
	-moz-border-radius: .1875em;
	border-radius: .1875em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05)
}
.pagination li {
	display: inline
}
.pagination a {
	float: left;
	padding: 0 0.625em;
	line-height: 1.75em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	color: #1B67A8;
}
.pagination a:hover {
	background-color: #E0E0E0;
}
.pagination .active a {
	background-color: #1B67A8;
	color: #fff;
	cursor: default
}
@media only screen and (max-width: 991px) {
#lang {
 position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	right: 0; 
}
#elerh {
margin-bottom: 10px;
margin-top: -10px;
}

#logo {
 display: block;
}
#logo1 {
 display: block;
}
#soc {
right: 46px;
}
.social1 {
 right: 100px;
}
.social2 {
right: 0px;
}
.carousel-text {
 top: 10px;
}
.carousel-text h3 {
 font-size: 1.8em;
 padding: 5px;
}
.carousel-text h4 {
 font-size: 2.2em;
 padding: 5px;
}
header {
 position: relative;
}
#logo, #logo2 {
margin: 10px;
}
#head h3 {
 font-size: 1.4em;
}
#menusfo {
 display: none;
}
#top-nav {
 position: relative;
}
.caption {
 padding: 10px;
/* border: 1px solid #fff; */
 margin: 10% 12% 10% 12%;
 line-height: 160%; 
 font-size: 1.2em; 
}
.albummenu ul {
 width: 100%;
}
.albummenu li {
  float:none;
  display: block;
}	
#albummenu2 ul { 
 display: block;	
}
#albummenu2 ul li {
 display: none;
}
	#nav {
	display: none;
	}
	#menu-icon {
	display: block;
	}
.gover i {
 font-size: 1.4em;
 margin-left: -12px;
 margin-top: -10px;	
}
.fooldaktual a .gover {
	top: 70%;
}	
}

@media only screen and (max-width: 768px) {
#logo2 {
 text-align: center;
 margin: auto;
}
h1 {
 font-size: 1.4em;
}
#head h3, #head h4 {
 font-size: 1.4em;
 text-align: center;
 float: none; 
}
.carousel-text {
 top: 10px;
}
.carousel-text h3 {
 font-size: 1.4em;
}
.carousel-text h4 {
 font-size: 1.8em;
}
.carousel-text .desc {
 font-size: 1.8em;
}
.albummenu li a {
  padding-top: 0;
  padding-bottom: 0;
} 	  
}

@media only screen and (max-width: 639px) { 
.carousel-text {
 top: 0;
}
.carousel-text h3 {
 font-size: 1.2em;
}
.carousel-text h4 {
 font-size: 1.4em;
}
}	 

@media only screen and (max-width: 480px) {
#src {
float: none;
	right: auto;
 margin: auto;
 padding-left: 20px;
 text-align: center;
 }
#elerh {
margin-top: 0;
 text-align: center;
 width: 100%;
 display: block;

}
#linkek {
}
.foto {
 width: 100%;
 max-width: 100%;
}
.carousel-text h3 {
 font-size: 1.0em;
}
.carousel-text h4 {
 font-size: 1.2em;
}
.carousel-text .desc {
 display: none;
}
.caption {
 padding: 10px;
/* border: 1px solid #fff; */
 margin: 10% 8% 10% 8%;
 line-height: 140%; 
 font-size: 1em; 
}
h1 {
font-size: 1.2em;
}
h2 {
font-size: 1.1em;
}
h3 {
font-size: 1.1em;
}
 #head h3 {
 font-size: 1.2em;
}
 #head h4 {
 font-size: 1.1em;
}
}
@media only screen and (max-width: 390px) {
.fooldaktual a .gover {
	top: 70%;
}
#logo2 {
 margin-top: -14px;
}
.fb-page {
 max-width: 180px;
}
}
