body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin : 0;
    padding : 0;
}
table {
    border-collapse : collapse;
    border-spacing : 0;
}
fieldset, img {
    border : 0;
}
address, caption, cite, code, dfn, th, var {
    font-style : normal;
    font-weight : normal;
}
strong {
    font-style : normal;
    font-weight : bold;
}
em {
    font-style : italic;
    font-weight : normal;
}
ol, ul {
    list-style : none;
}
caption, th {
    text-align : left;
}
h1, h2, h3, h4, h5, h6 {
    font-size : 100%;
    font-weight : normal;
}
q:before, q:after {
    content : '';
}
abbr, acronym {
    border : 0;
    font-variant : normal;
}
sup {
    vertical-align : text-top;
}
sub {
    vertical-align : text-bottom;
}
input, textarea, select {
    font-family : inherit;
    font-size : inherit;
    font-weight : inherit;
}
legend {
    color : #000;
}
a {
    text-decoration: none;
}
.clear {
    clear: both;
}
body {
	/*font-family:'Myriad Pro';*/
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	/*text-align: center;*/
	/*background-image:url('../images/kep2.png');*/
}
#skeleton3 #container1 {
	background: rgba(255, 255, 255, 0);
	position: absolute;
	/*float: left;*/
	width: 195px;                   
	/*box-shadow: 5px 0px 10px #949494;*/
	box-shadow: 5px 0px 10px #2a2a2a;
	margin-left: 25px;
	z-index: 10;
}
.header {
	/*background-image:url('../images/kep3.png');*/
	/*height: 201px;*/
	/*background-color: white;*/
	/*background-repeat: no-repeat;*/
	position: relative;
	height: 199px;
}
.kep {
	background-image: url('../images/csikok1.png');
	background-repeat: no-repeat;
	padding-top: 19px;
	margin-top: 4px;
	margin-left: 5px;
}
#skeleton3 .menu {
    clear: both;
	/*box-shadow: 5px 0px 10px #888888;*/
    background: rgba(241, 241, 242, 0.85);
    float: left;
    width: 195px;
    
}
.menusor ul li {
   padding-left: 20px;    
   background:url('../images/nyil1.png');
   background-repeat: no-repeat;
   background-position: 24px;
}
.menusor {
    text-align: left;
    line-height: 29px;
    color: black;
	position: relative;
    /*margin-top: 21px;*/
    margin-top: 16px;
	font-size: 14px;
}
.menusor li ul {
    display: none;
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 195px;
}
li.list {
    text-align: left;
}
.menusor li ul li {
    background-color: white;
    /*width: 261px;*/
    width: 500px;
}
.menusor li:hover ul {
    display: block;
    z-index: 1;
    /*left: 195px;*/
}
.menusor ul li:hover {
    background: #005281;
    background-image:url('../images/nyil2.png');
    background-repeat: no-repeat;
    background-position: 24px;  
}
.menusor ul li:hover a {
	color: white;
}
/*.menusor ul li a:hover {
	color: white;
}*/
.menusor ul li a {
    text-align: left;
    color: black;
    position: relative;
    /*margin-top: 10px;*/
    /*margin-left: 24px;*/
    padding-left: 16px;
    display: inline-block;
}
.menusor a.fomenua {
	color: black;
    display: inline-block;
	display: block;
}
.menusor a.fomenua:hover {
	color: white;
}
.menusor li:hover a.fomenua {
	color: white;
}
li.fomenu {
    /*padding-left: 51px;*/
    padding-left: 41px;
    /*width: 144px;*/
    width: 155px;
	background-image:url('../images/nyil1.png');
    background-repeat: no-repeat;
    /*background-position: 40px;*/
    background-position: 30px;
	cursor: pointer;
    position: relative;
}
li.fomenu:hover {
	background-image:url('../images/nyil2.png');
	background-color: #005281;
	color: white;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}

.pulse {
  border: 3px solid #999;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -15px;
  top: -15px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

#skeleton2 #container1 {
	width: 1000px;
	margin: auto;
}
.weather {
	float: right;
}
.motto {
    text-align: left;    
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #005281;
    font-size: 22px;
    position: absolute;
    bottom: 12px;
    left: 230px;
}
#subpage {
	background: url('../images/subpagebg.png') repeat-x #f1f1f2;
	/*height: calc(100% - 199px - 78px);*/
}
#skeleton2 #containercore {
	width: 1000px;
	margin: auto;
}
#skeleton2 .menu {
	width: 195px;
	padding-top: 15px;
}

#skeleton2 .menu ul li ul {
	box-shadow: 0px 0px 10px #949494;
}
#skeleton2 #container2 {
	float: left;
	/*width: 220px;*/
	width: 228px;
}
#skeleton2 #container3 {
	float: left;
	padding-top: 40px;
	padding-bottom: 60px;
    width: 770px;
}
.content{
	font-style: italic;
}
.content a{
	color: #005281;
    text-decoration: underline;
}
.content a:hover{
    color: black;
}
.content .lorem{
	font-style: italic;
    float: left;
    width: 511px;
    margin-left: 20px;
    margin-top: 16px;
    font-weight: 300;    
}
.content .main1{
	margin-top: 27px;
	margin-bottom: 20px;
    text-align: left;
    float: left;
    width: 750px;
    font-family: 'Open Sans',sans-serif;     
} 
.content img{
	float: left;
	margin-top: 10px;                   
	box-shadow: 9px 9px 7px -3px #C2C2C2;        
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);  
	margin-bottom: 20px ;
	border:solid 3px white;
}  
.norotate{
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg)!important;
	-o-transform: rotate(0deg)!important;
	-ms-transform: rotate(0deg)!important;
	transform: rotate(0deg)!important;  
}
.noborder{
	border: 0px !important;
}
.imagecleaner{
	box-shadow: 0px 0px 0px 0px #C2C2C2 !important; 
	-webkit-transform: rotate(0deg) !important;
	-moz-transform: rotate(0deg)!important;
	-o-transform: rotate(0deg)!important;
	-ms-transform: rotate(0deg)!important;
	transform: rotate(0deg)!important;  
	border: 0px !important;
	margin-top: 2px !important;
	margin-bottom: 0px !important;  
}
.content .main1 h2{
	 color: #005281;                  
	 font-style: italic;
	 font-size: 24px;
	 font-weight: 700;
}
.content .main1 h2 span{ 
	color: black;
	font-weight: normal;
}
.content .list{               
    width: 50px;
    height: 180px;
    float: left;                     
	font-size: 24px;
}
.content .main1 table{
    width: 700px;
    float: left;
    margin-top: 5px;                   
    font-size: 14px;    
}
.content .main1 tr{
    border-bottom: solid 1px #bbbdbf;
    border-top: solid 1px #bbbdbf;
    padding-top: 2px;
    padding-bottom: 2px;
    width: auto;      
}
.content .main1 td{
	padding: 2px 0px;
	vertical-align: top;      
}
.content .inf{
	width:  250px;
    font-style: italic;
}
.content .inf a{
	color: black;
}
.content .main1 ul{
	list-style-type: decimal;
	margin: 0px;
	padding: 0px;
}
.content hr{
	margin: 20px 0;
}
#skeleton2 #container4 {
	clear: both;
	background: #231f20;
}
.footer {
	width: 1000px;
	margin: auto;
	color: white;
}
.footer a {
	color: white;
	padding-left: 25px;
	padding-right: 25px;
}

.breadcrumb {
	color: #c5c7c9;
	font-style: italic;
	padding-bottom: 35px;
}
.breadcrumb a {
	color: black;
	font-size: 14px;
}

#skeleton2 .content {
	width: 750px;
}

#skeleton2 .content h1 {
	font-size: 48px;
	font-weight: 300;
	font-style: italic;
	border-bottom: 1px solid #bbbdbf;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #005281;
    font-family: 'Open Sans', sans-serif; 
}

#skeleton2 .content h2 {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #005281;
	font-size: 22px;
	margin-bottom: 20px;
}

#skeleton2 .content .btn {
	text-align: center;
	display: inline-block;
	width: 100px;
	height: 30px;
	background-color: #bbbdbf;
	font-weight: bold;
	color: white;
	padding-top: 5px;
    text-decoration: none;
}
#skeleton2 .content .btn:hover {
	background-color: #005281;
}
#skeleton2 .content p {
	text-align: left;
}

strong {
	color: #005281;
}

.hightlight {
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 100;
}
.dater{
	font-size: 12px;
	margin-top: -20px;
	margin-bottom:15px;
}

/*GALÉRIA*/           
.gallerytitle{
	color: #005281;                  
	font-style: italic;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Open Sans',sans-serif;   
}
.gallerylead{
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: left;
    float: left;
    font-family: 'Open Sans',sans-serif;   
    font-size: 16px;
    font-style: italic;
}
.galleryimage{
	float: left;
	margin-top: 10px;                   
	box-shadow: 9px 9px 7px -3px #C2C2C2;        
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);  
	margin-bottom: 20px ;
	border:solid 3px white;
}
.gallerylink{
	color: #231f20;
}
.galleryhr{
	background-color: #bbbdbf;
	border: 0;
	height: 1px;
}   
.gallerymaintitle{
	border-bottom: 1px solid #BBBDBF;
    color: #005281;
    font-family: 'Open Sans',sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.gallery_blackbox_out{
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.gallery_blackbox{
	z-index: 50;
	/*background-color: #000000;  */
	width: 100%;
	/*height: 1250px;   */
	position: absolute;
	top: 0;
	left: 0;
}
.gallery_leafcontent{
	width: 1000px;
	margin: 0 auto;	
}
.gallery_header{
	padding-bottom: 20px;
	padding-top: 20px;
}
.gallery_header img{
	float: left;
}
.gal_head_right{
	padding-left: 50px;
	float: left;
}
.gal_head_right a{
	font-size: 14px;
	color: #ffffff;
	font-family: 'Open Sans',sans-serif; 
}
.gal_head_right h1{
	color: #1A638E;                  
	font-style: italic;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Open Sans',sans-serif;   
}
.imagetiteler{
	font-family: 'Open Sans',sans-serif;   
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}

.galleryhrtop{
	width: 1000px;
	background-color: #4d4d4d;
	border: 0;
	height: 1px;
	margin: 30px 0;
	margin-top:60px;
}
.galleryhrbottom{        
	width: 1000px;
	background-color: #4d4d4d;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

.gallery_texts{
	width: 200px;
	height: 50px;
	color: #ffffff;
	position: absolute;
	top:500px;
	left: 310px;
	text-align: center;
	font-size: 18px;
}
.texts_first{
	color: #1A638E;
	font-weight: 600;
}
.texts_second{
	
}
.counter{
    color: white;
    font-weight: normal;
    font-size: 12px;
}
   
.arrow1{
	height: 36px;
	width: 37px;
	cursor: pointer;
	float: left;
	background: url("../images/arrow.png") no-repeat;
	margin-top: 30px;      
	background-position: 0 0;
	margin-left: 53px;
}   /*
.arrow1:hover{
	background-position: 0 100%;
	background-image: url('../images/arrow_hover.png');
}               */
.arrow2{
	height: 36px;
	width: 37px;
	cursor: pointer;
	float: left;
	margin-left:20px;
	background: url("../images/arrow_hover.png") no-repeat;
	background-position: 100% 0;
	margin-top: 30px;   
	margin-left: 60px;           
}  /*
.arrow2:hover{
	background-position: 100% 100%;
	background-image: url('../images/arrow_hover.png');
} */

.arrow3{
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
	background-position:0 100%;
	float: left; 
	margin-top: 220px;        
	margin-left:50px;
} /*
.arrow3:hover{
	background-position: 0 100%;
	background-image: url('../images/arrow_hover.png');
}*/
.arrow4{
	height: 36px;
	width: 37px;
	cursor: pointer;
	background: url("../images/arrow_hover.png") no-repeat;
	background-position: 100% 0;
	float: right;   
	margin-top: 220px;  
	margin-right:50px;         
}
/*.arrow4:hover{
	background-position: 100% 100%;
	background-image: url('../images/arrow_hover.png');
}     */

.keptar3{
	overflow:hidden;
	width: 688px;
	float: left;
	margin-left: 60px;
	font-size: 0;
}
.keptar2{
	width: 5700px;
}

.gallery_image{
	margin-right: 16px;
}

/*weather*/
.location {
    font-weight: bold;
    color: black;
    margin-right: 10px;
}

/*
.location:hover {
    background: #005281;
    cursor: pointer;
}
*/
.temp {
    font-style: italic;
}
.temp_img {
    width: 40px;
}

.weather div {
    position: absolute;
    top:0;
    text-align: right;
}
.weather span {
    
}
/*weather end*/

/* UI modal*/

.ui-widget-content {
    border: none;
}

.ui-widget-header {
    background: none repeat scroll 0 0 #005281;
    border: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none;
}

/* UI modal and*/