:root {
  scroll-behavior: smooth;
}

body {
	margin-top: 50px;
}

p {
	line-height: 1.4em;
}
.d-none {
	display: none;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width:100%!important;
	max-width:400px!important;
	padding:5px;
	border:1px solid #333;
}

.alignright {
	float: right;
	margin-left: 20px!important;
	margin-bottom: 20px!important;
	width:100%;
	max-width:400px;
	padding:5px;
	border:1px solid #333;
}

.entry {
	font-size: 20px;
}

.entry blockquote {
	font-size: 30px;
}

.entry img {
	max-width: 100%;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0;
}

.navbar-inverse {
	background-color: #1b275d;
}

.navbar-inverse .navbar-brand, 
.navbar-inverse .navbar-nav > li > a
{
    color: #FFF !important;
}

.navbar-inverse .navbar-nav > li.current > a
{
    color: #dfa374 !important;
}


.jumbotron.welcome {
	background-color: #fff;
	padding: 0 5vw;
}

.jumbotron.welcome h1 {
	background-color: #1b275d;
	display: inline;
	padding:5px 10px;
	box-sizing: border-box;
	line-height: 1.7em;
	font-size: 2.8vw;
	box-shadow: 0px 0px 0px 4px #1b275d;
    white-space: pre-wrap;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.6em;
    color: white;
}

.container {
	padding-top: 0px;
	width: 1920px;
	padding:30px 5vw;
	max-width: 100%;
	box-sizing: border-box;
}

#wrapper .container {
	padding-bottom: 100px;
}

.entry h3:first-child {
	margin: 0px 0px 30px 0px;
	display: inline-block;
	font-size: 40px;
}

h4 {
	font-size: 30px !important;
}


.bg-orange {
	padding-left: 0px;
}

.bg-orange .entry h3:first-child {
	display: inline;
	background: #1b275d;
	color: #fff;
}

.bg-orange h3 {
	background: #1b275d;
	display: inline;
	padding:3px 5px;
	margin: 20px -5px 20px -5px;
	line-height: 1.7em;
	color:white;
}

.bg-orange .entry {
	padding:0px 40px 20px 40px;
	box-sizing: border-box;
}

.bg-dark {
	padding: 0px;
}

.bg-dark .entry {
	padding:0px 40px;
	box-sizing: border-box;
}

.bg-dark a {
	background: #dfa374;
	display: inline;
	padding:3px 5px;
	line-height: 1.7em;
	color:white;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	opacity: 0.6;
	transition: opacity 0.5s ease;
}

.bg-dark a:hover {
	opacity: 1;
	transition: opacity 0.5s ease;
}

.jumbotron.welcome p {
	padding:5px 10px 5px 10px;
	box-sizing: border-box;
	background-color: #779ace;
	color: #000;
	display: inline;
	font-size: 2vw;
	line-height: 0.8em;
	margin-left: 15px;
}

.jumbotron span {
	padding: 50px 10px 50px 10px;
	text-align: left;
	display: block;
	box-sizing: border-box;
	border-bottom: 6px solid #333;
	background-image: url('../imgres/mbke_grayscale.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 130%;
}

clear {
	display: block;
	height: 1px;
	clear: both;
}

sideblock {
	display: block;
	padding: 0px 0px 30px 0px;
}

sideblock h1 {
	background: #1b275d;
	color:#fff;
	font-size: 40pt;
	display: inline;
	margin-bottom: 20px;
	padding: 0 10px;
}

#mbke {
	max-width: 200px;
	margin: 20px auto 20px 30px;

}

#fprint {
  	display:none;
  	z-index: 10;
  }

#fprint,
#scrollToTop {
	cursor: pointer;
}

#footer {
	    background-color: #333;
}

#footer .container {
	background-color:#333;
	color: #ddd;
}

#footer a {
	display: block;
	float: left;
	clear: both;
	padding: 5px 3px;
	margin-left: -3px;
	color: #eee;
}

#footer a:hover {
	background-color: #1b275d;
	color: #eee;
}

#footer .card-header {
	margin-bottom: 40px;
	margin-top: 0px;
}

.dlLabel ul {
	padding: 0;
}

.dlLabel li {
	list-style: none;
	margin-bottom: 1em;
}

.dlLabel label {
	display: table-cell;
	text-align: center;
	border: 2px solid #ddd;
	padding: 5px 10px;
	font-size: 120%;
	width: 3.8em;
}

.dlLabel span {
	padding: 5px 10px;
	display: table-cell;
	vertical-align: top;
	font-size: 130%;
	vertical-align: middle;
}

#footer .card {
	padding: 30px 0; 
}

.menu-close {
		position: fixed;
		text-align: center;
		bottom: 0;
		display: block;
		width:100%;
		padding-bottom: 20px;
	}

.bg-dark a.carousel-control {
	background-color: transparent;
}



/* Kártyák */

.card.bg-default {
    background: #ddd;
    text-align: center;
    border: 1px solid;
	box-shadow: 3px 3px 5px #ccc;
	margin-bottom: 30px;
}

.card.bg-default .card-header {
	padding: 10px;
	margin:0px; 
	border-bottom: 1px solid black;
}

.card.bg-default .card-body {
	background: #eee;
	border-bottom: 1px solid black;
}

.card.bg-default .card-body:hover {
	background: #333;
	color: white;
}

.card.bg-default .card-footer {
	padding: 10px;
	margin:0px;
	font-size: 16px;
}

.card.bg-default p {
	margin: 0px;
}



/* Gombok */

.button {
	border-radius: 15px;
	padding:10px 20px !important;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	transition: letter-spacing 0.4s ease;
	position: relative;
	margin: 20px 0;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	height:auto!important;
}

.button:hover {
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: letter-spacing 0.4s ease;
}

.full-width {
	display: block!important;
	text-align: center;
}

.half-width {
	display: block!important;
	text-align: center;
	width:50%;
	float: left;
}

.half-width.btn-first {
	border-radius: 10px 0 0 10px!important;
}

.half-width.btn-last {
	border-radius: 0 10px 10px 0!important;
}

.bg-mediumseagreen {
	background-color: #1b275d!important;
}

.bg-indianred {
	background-color: #006494!important;
}

.bg-steelblue {
	background-color: #0177a9!important;
}

.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.disabled:hover:after {
	display: block;
	position: absolute;
	width: auto;
	height:auto;
	content: 'Coming soon...';
	background-color:#fff;
	color: #555;
	border:1px solid #555;
	box-shadow:2px 2px 5px #888; 
	padding:5px 10px;
	opacity:1!important;
	letter-spacing: 0em;
	bottom: -30px;
	right: 30px;
}

.button strong {
	display: block;
}

.button i {
	display: block;
	text-transform:lowercase;
	font-size: 80%;
}

/* Táblázat */

.regtable {
	display: inline-block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid;
	box-shadow: 3px 3px 5px #ccc;
	margin: 10px auto 30px auto;
	table-layout: fixed;
	max-width: 90%;
}

.regtable tr:first-child td {
	background-color: #f1f1f1;
}

.regtable tr:last-child td {
	background-color: #f1f1f1;
}

.regtable tr:first-child td:first-child {
	border-radius: 10px 0 0 0;
}

.regtable tr:first-child td:last-child {
	border-radius: 0 10px 0 0;
}

.regtable tr:last-child td:first-child {
	border-radius: 0 0 0 10px;
}

.regtable tr:last-child td:last-child {
	border-radius: 0 0 10px 0;
}

.regtable tr:last-child td[colspan="4"] {
	border-radius: 0 0 10px 10px;
	border-bottom:0px;
	font-size: 80%;
}


.regtable td:nth-child(1) {
	width:10%!important;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #000;
}

.regtable td:nth-child(2) {
	width:30%!important;
	padding: 10px;
	border-bottom: 1px solid #000;
}

.regtable td:nth-child(3) {
	width:30%!important;
	padding: 10px;
	border-bottom: 1px solid #000;

}

.regtable td:nth-child(4) {
	width:30%!important;
	padding: 10px;
	border-bottom: 1px solid #000;

}

.nav-tabs a {
	background:#ddd;
	color:#000;
}

.modal-body p {
	margin: 20px 0;
	font-size: 14pt;
}

a.read {
	color: #1b275d;

}



/* Megjelenítés 768px felett */

@media only screen and (min-width: 768px) {
	.navbar {
    display: block;
	}

	.menu-close {
		display: none;
	}

}






/* Megjelenítés 768px alatt */

@media only screen and (max-width: 768px) {

  :root {
  	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */
  }

  body {
	margin-top: 10px;
	}
  
  .jumbotron.welcome img {
  	width: 100%;
	}

  .jumbotron.welcome h1 {
  	font-size: 8vw;
  	}

  .jumbotron.welcome p {
  	font-size: 6vw;
 	}

 	.bg-dark .entry {
 		padding: 0px 5vw;
 	}

 	.bg-orange {
 		padding-top: 40px;
 		border-top: 1px solid black;
		margin-top: 30px;
 	}

  .navbar {
    display: none;
    height: 100vh;
	}

  .navbar li {
    font-size: 150%;
    margin-bottom: 5px;
    border-bottom: 1px solid;
  }

  #fprint {
  	display:block;
  	background: url('../imgres/116140.svg');
  	background-size: 80% 80%;
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 100px;
  	height: 100px;
  	position: fixed;
  	border-radius: 100%;
  	bottom:20px;
  	left: calc(50% - 50px);
  	background-color: rgba(244,67,54,1);
  	opacity: 0.6;
	filter: alpha(opacity=60);
	max-width: 100px;
	max-height: 100px;
  }

  #scrollToTop {
  	display:none;
  	background: url('../imgres/116141.svg');
  	background-size: 60% 60%;
  	background-position: center;
  	background-repeat: no-repeat;
  	width: 70px;
  	height: 70px;
  	position: fixed;
  	border-radius: 100%;
  	right: 20px;
  	bottom: 20px;
  	background-color: rgba(244,67,54,1);
  	opacity: 0.6;
	filter: alpha(opacity=60);
	max-width: 100px;
	max-height: 100px;
  }

  .regtable td,
  .regtable td:nth-child(1),
  .regtable td:nth-child(2),
  .regtable td:nth-child(3),
  .regtable td:nth-child(4) {
  	display: block;
  	width: 100% !important;
  	text-align: center;
  }

  .regtable tr:first-child {
  	display: none;
  }

  .regtable td:nth-child(3):before {
  	content: 'Early fee';
  	display: block;
  	font-size: 80%;
  }

  .regtable td:nth-child(4):before {
  	content: 'Late fee';
  	display: block;
  	font-size: 80%;
  }

  .button {
  	font-size: 80%;
	line-height: 1.4em !important;
  }

  .button:hover {
  	letter-spacing: 0.03em;
  }

  break {
  	display:block;
  }

  .jumbotron.welcome p {
  	line-height: 1.1em;
  }

}

