@charset "utf-8";

.bodicsek-font {
 font-family: 'Valken';
 letter-spacing: 1px;

  src: url('../fonts/Valken_.ttf');
}
.old-font {
 font-family: 'Albertsthal Typewriter';
 
  src: url('../webfonts/Albertsthal Typewriter.ttf');
}
@font-face {
	font-family: 'Albertsthal Typewriter';
	src: url('../webfonts/Albertsthal Typewriter.ttf') format('truetype');
}
#footer {
	padding: 10px;
	background-color: #D3D3D3;
}

#footer a{
	color:#666666;
}

#footer a:focus, 
#footer a:hover {
	color:#50a2ff;
	text-decoration: none;
}

.footer-title {
	color:#888888;
	padding-top: 5px;
	padding-bottom:20px;
	border-top: solid 1px #BBBBBB;
}

.footer-column {
	padding-left:30px;
}

.logo-link-row {
	margin:15px 0px;
}

.footer-bottom{
	color:#888888;
	text-align: center;
	margin:10px;
}
#main {
	align-item: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
@media (max-width: 1200px) {
#main {
width: 100%;
}
}
.dropdown-width {
	max-width: 2000px;
}
.fade {
	opacity: 0.5;
}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
 }
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  }
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
 }
 li ol > li {
  margin: 0;
}
li ol > li:before {
  content: counters(item, ".") ". ";
}
#fullpage-iframe {
	position: fixed; left: 0; right: 0; bottom: 0; top: 200px;
}
#fill-space {
	position: fixed; left: 0; right: 0;
	height: 200px;
	background-color: #99ccff;
	}
.fblogo {
	fill: #50a2ff;
}
.fblogo:hover {
	fill: #76b6ff;
}
.image-fade:hover {
	opacity: 0.9;
}
.table-default {
	border-collapse: collapse;
	border: 1px solid #50a2ff;
}
.table-caption {
	text-align:center;
}
.table-default, th, td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.table-default, td {
	border: 1px solid #50a2ff;
}
#osszesito-tablazat td:first-child {
    font-weight: bold;
}
#osszesito-tablazat td:last-child {
    font-weight: bold;
}
#pontozas-tablazat td:first-child {
    font-weight: bold;
}
.nevsor-tablazat td:first-child {
    font-weight: bold;
}
.table-header {
	background-color: #50a2ff;
	color:#fff;
	border: 1px solid #fff;
}
.table-header th:first-child {
	border-left: 1px solid #50a2ff;
}
.table-header th:last-child {
	border-right: 1px solid #50a2ff;
}
.th-align-left {
	text-align:left;
}
.th-align-right {
	text-align:right;
}
.th-align-center {
	text-align:center;
}

.mySlides {display:none}
.demo {cursor:pointer}
.w3-content{max-width:980px;margin:auto}
.w3-container{padding:0.01em 16px}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,.w3-cell-row:before,.w3-cell-row:after,
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s4{width:33.33333%}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60;-webkit-backface-visibility:hidden}
.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1;-webkit-backface-visibility:hidden}
.w3-opacity-max{opacity:0.25;-webkit-backface-visibility:hidden}
.w3-opacity-min{opacity:0.75;-webkit-backface-visibility:hidden}

h4 {
    margin: 20px 10px 10px;
}
p {
    margin: 10px;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 400px;
}

#carousel-custom {
    margin: 20px auto;
    width: 400px;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

