body {
	background-image: url('assets/img/bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 16px;
}

h1, h2 {
	font-weight: 300;
}

.img-responsive {
	margin: 0 auto;
}

.icon-fixed-width {
	text-align: center !important;
}



main {
	padding: 40px 59px;
	background-image: url('assets/img/container-bg2.png');
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 30px;
}

@media (max-width: 991px) {
	main {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 667px) {
	main {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		background-image: none;
		background-color: #fff;
	}
}



header {
	margin-bottom: 50px;
}

header h1 {
	font-size: 47px;
	margin-top: 0;
}

header h2 {
	font-size: 27px;
	margin-top: 0;
}

@media (max-width: 991px) {
	header h1 {
		margin-top: 20px;
	}
}

@media (max-width: 667px) {
	header .img-responsive {
		max-height: 160px;
		margin-bottom: 30px;
	}

	header h1 {
		margin-top: 30px;
		font-size: 30px;
	}

	header h2 {
		font-size: 22px;
	}
}



section {
	margin-top: 55px;
	margin-bottom: 35px;
}

section h2 {
	margin-bottom: 25px;
}



#googlemaps {
	width: 100%;
	height: 450px;
	border: 5px solid #ddd;
}

.kapcsolat-icon-cont {
	display: inline-block;
	width: 20px;
	text-align: center;
	margin-right: 3px;
}

dl { font-size: 16px; }

dd { padding-left: 23px; margin-bottom: 8px; }

#TakoCarousel { border: 5px solid #ddd; }

#video .row { margin-bottom: 30px; }

.youtube {
	width: 100%;
	border: 0;
}
