/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #181818;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Champagne & Limousines';
	font-size: 24px;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #cf8721;
}
a:active {
	color: #ffffff;
}


#logo {
	margin: auto;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;	
}
#logopic {
	max-width: 144px;
	height: auto !important;	
}
#buttonbar {
	width: 100%;
	text-align: center;
}
#menubar {
 	max-width: 100%;
  	text-align: center;
	margin: auto;
    margin-top: 30px;
}
#menubar > a {
    text-decoration: none;	
	margin: 0;
    margin-bottom: 15px;
	padding: 0;
    display: block !important;
}
#menubar > a:hover {
	color: #cf8721;	
}
.horsep {
	height: 2px;
	width: 100%;
    max-width: 960px;
	background-color: #212121;
	display: block;	
	margin: auto;
}
#page {
	margin-bottom: 60px;
    max-width: 960px;
    margin: auto;
    padding: 15px;
	clear:both;
}
#page a {
	text-decoration: none;
}
p, ul, li {
    line-height: 150%;
    font-family: 'Champagne & Limousines';
	font-size: 22px !important;
}
h1 {
    font-size: 28px;
    font-weight: normal;
    color: #cf8721;
    margin: 0;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    color: #cf8721;
    margin: 0;
}
#footer {
	width: 100%;
	text-align: center;
	margin: auto;
}
#footer > p {
    font-size: 12px !important;
}
.masonry { 
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
.item { 
    margin: 15px;
    text-align: center;
}
.mainpic {
    width: 100%;
    height: auto !important;
}
#slideshow {
	display: block;
	width:100% !important; 
	height: 620px;
	margin-bottom: 0px;
}
.szolganimkep {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
}
.icons {
    width: 100%;
    margin: auto;
    margin-top: 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
	text-align: left;
}
.iconsub {
	width: 180px;
	height: auto;
	display:none;
}
.iconsub > a {
	text-decoration: none;
}
.thumbs {
	width: 180px !important;
	height: 180px !important;
}

@media only screen and (min-width: 800px) and (max-width: 959px) {
}

@media only screen and (min-width: 960px) {
#logobar {
    width: 960px;
    margin: auto;
    margin-top: 60px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#logo {
	width: 144px;
	height: 144px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#logopic {
	width: 144px;
	height: auto !important;	
}
#buttonbar {
    max-width: 756px;
  	text-align: center;
}
#menubar {
    display:flex;
  	flex-wrap:wrap;
 	width: 756px;
  	text-align: center;
  	align-items: center;
  	justify-content: space-between;
	margin: auto;
}
#menubar > a {
	text-decoration: none;	
	margin: 0;
	padding: 0;
}
.logoclear {
    clear:both;
    height:30px;
}
#page {
    padding: 0px;
}
}