@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,700italic,400italic&subset=latin,latin-ext);

html {
  position: relative;
  min-height: 100%;
}
body {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
	color: #000000;
    margin-bottom: 35px;
}

/* egyeb */

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

a:link, a:visited {
    color: #4f00db;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}

/* fejlec */

.header {
    margin-bottom: 50px;
}
.date {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;    
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px;
}
.logo {
    background: url(../images/logo.png) center center no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
	text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.logo1 {
    width: 529px;
    margin: 4px auto;
    text-align: left;
    height: 20px;
}
.logo1 p {
    background-color: #000;
    width: 440px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 37px;
    padding: 1px 0px 0px 53px;
    height: 20px;
}
.logo2 {
    width: 360px;
    margin: 6px auto;
    text-align: left;
    height: 20px;
}
.logo2 p {
    background-color: #000;
    width: 496px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 37px;
    padding: 1px 0px 0px 53px;
    height: 20px;
}

.svg-logo {
    max-width: 200px;
}


/* menu */

@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    border-bottom: 2px solid #000;
    border-left: 10px solid #000;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
  }
    .sidebar-nav .navbar li a:hover {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #4f00db;
    border-bottom: 2px solid #4f00db;
    border-left: 10px solid #4f00db;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
  }
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}





/* tartalom */

.content {    
    padding: 0px 0px 0px 0px;
    margin-bottom: 50px;
}



.content h1 {	
	font-size: 18px;
	font-weight: bold;	
	margin: 0px 0px 15px 0px;
	padding: 0 0 0 0;
    text-transform: uppercase;
}

.inverz h1 {	
	font-size: 18px;
	font-weight: bold;	
	margin: 0px 0px 15px 0px;
	padding: 0 0 0 0;
    text-transform: uppercase;   
    color: #fff; 
}
.inverz h1 span {		
    background-color: #000;
    padding: 2px 5px 2px 5px;
}


/* jobb oldal */

.right {	  
    padding: 0px;
}

.lang {    
	background-color: #000;    
    padding: 1px 10px 1px 10px;
    text-transform: uppercase;    
    color: #fff;
    letter-spacing: 1px;
}
.lang:hover {    
	background-color: #4f00db;    
    padding: 1px 10px 1px 10px;
    text-transform: uppercase;
    color: #fff;    
}
a.lang {	
    color: #fff !important;
    text-decoration: none;
}


.rightnews {
    margin: 40px 0px 40px 0px;
}

.rightnews h2 {
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 5px;
    border-bottom: 2px solid #000;
    border-left: 10px solid #000;    
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}
.rightnews-item h3 {
    font-size: 15px;
    font-size: 700;
}
.rightnews-item a {
    color: #4f00db;
    text-decoration: none;
}
.rightnews-item a:hover {
    color: #000000;
    text-decoration: none;
}


.right-featured {
    margin: 20px 0px 40px 0px;
    border: 2px solid #000000;
    padding: 10px;
}

.right-featured h2 {	
	font-size: 14px;
	font-weight: bold;	
	margin: -37px 0px 15px -12px;
	padding: 0px;
    text-transform: uppercase;   
    color: #fff; 
}
.right-featured h2 span {		
    background-color: #000;
    padding: 2px 5px 2px 5px;
}

.right-featured a {
    color: #4f00db;
    text-decoration: none;
}
.right-featured a:hover {
    color: #000000;
    text-decoration: none;
}



/* bal oldal */

.left {    	    
    padding: 0px;
}


/* hirek */

.news-item {
    
    
}
.news-item h2 {
    font-size: 18px;    
}

/* lablec */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;  
  /* Set the fixed height of the footer here */
  height: 35px;
}
    
.footer-bg {
	background-color: #000;
	color: #fff;
    padding: 10px 0px 0px 0px;    
	margin: 0 0 0 0;
    text-align: center;
    font-size: 11px;
}


/* lapozo */

.pager a {
	color: #333;
	text-decoration:none;
}
.pager .pager_cindex {
	background-color: #ebebeb;
	display: inline-block;
	padding: 6px 12px;
	margin: 0 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;	
	border: 1px solid #ccc;
	border-radius: 4px;	
}
.pager .pager_next, .pager .pager_cindex1, .pager .pager_index, .pager .pager_prev {	
	background-color: #fff;	
	display: inline-block;
	padding: 6px 12px;
	margin: 0 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;	
	border: 1px solid #ccc;
	border-radius: 4px;	
}
.pager .pager_next:hover, .pager .pager_cindex1:hover, .pager .pager_index:hover, .pager .pager_prev:hover {	
	background-color: #ebebeb;		
}

/* xGUI */

table.xGUI_form {
	border: 0px !important;
}

/* galeria */

.galeria ul {
	list-style-type: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.galeria li {	
	position: relative;
	display: inline-block;
	width: 302px;
	margin: 0px 15px 20px 0;
	padding: 0px;
	vertical-align: top;
	border: 1px solid #e1e1e1;
}
/*.galeria li a {
	width: 300px;
	height: 300px;
	background-color: #333;
}*/
.galeria li:first-child {	
	margin: 0px 15px 0 0;
}	
.galeria li:last-child {	
	margin: 0px 0 0 0;
}	
.galeria-item-link {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	background-color: #fff;
	padding: 25px 5px 25px 5px;
	line-height: 32px;
	text-align:center;
	width: 285px;
}
.galeria-item-link a:link, .galeria-item-link a:visited {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #00ae6f;
	text-decoration:none;
}
.galeria-item-link a:hover {
	color: #000;
    font-style: normal;
	text-decoration:none;
}
.gallery-top-bg {
	position: absolute;
	top: 196px;
	left: 0px;	
}
.galeria h1 {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 30px;
	font-weight: bold;
	color: #2d318f;
	margin: 0px 0px 20px 0px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

/* sub galeria */

.sub-galeria ul {
	list-style-type: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.sub-galeria li {	
	position: relative;
	display: inline-block;
	width: 305px;
	margin: 0px 15px 20px 0;
	padding: 0px;
	vertical-align: top;	
}
/*.galeria li a {
	width: 300px;
	height: 300px;
	background-color: #333;
}*/
.sub-galeria li:first-child {	
	margin: 0px 15px 0 0;
}	
.sub-galeria li:last-child {	
	margin: 0px 0 0 0;
}	
.sub-galeria-item-link {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	background-color: #fff;
	padding: 25px 5px 25px 5px;
	line-height: 32px;
	text-align:center;
	width: 285px;
}
.sub-galeria-item-link a:link, .galeria-item-link a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	color: #666666;
	text-decoration:none;
	margin: 0 0 20px 0;
}
.sub-galeria-item-link a:hover {
	color: #000;
	text-decoration:none;
}
.sub-gallery-top-bg {
	position: absolute;
	top: 196px;
	left: 0px;	
}
.sub-galeria h1 {
	font-family: 'HurmeGeometricSans1Black'; 
	font-size: 30px;
	font-weight: bold;
	color: #2d318f;
	margin: 0 0 20px 0;
}

/* kereses */

.search {
    margin: 20px 0px 0px 0px;   
}
.search input {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #000;
}

.search .btn-default {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #000;
}

.elhunyt {
    border: 1px solid #000;
}