.google-map {
    margin-bottom: 0px;
}

div.body {
    background-image: url("https://www.dbu.hu/img/subtle_grunge.png");
}

.sticky-header-active .header-body {
    border-bottom: solid 6px #62a227 !important;
	box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.35) !important;
}

/*
.badge {
	color: #ffffff !important;
	font-size: 0.85rem;
	padding: 4px 6px;
}

textarea,
select,
input[type="text"] {
	border: solid 1px #e6e6e6 !important;
}

div.has-error label,
div.has-error span {
	color: #b12b00 !important;
}

div.has-error input[type="text"],
div.has-error select,
div.has-error textarea {
	border: solid 1px #b12b00 !important;
}

div.has-error > div.help-block {
	color: #b12b00;
	font-style: italic;
}

input[type="text"].text-right {
	text-align: right !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.sticky-header-active .header-body {
	box-shadow: 0px 5px 21px 0px rgba(0,0,0,0.35);
}

.color-link a { border-bottom: dotted 1px #b37d5f; color: #b37d5f;  }
.color-link a:hover { border-bottom: solid 1px #e2a482; color: #e2a482;  }
*/

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
