/*
	Betűtípusok
	
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
*/
	
.icon-block {
	padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.icon-block h1 {
    font-size: 130px;
    margin: 0;
    color: #595959;
}

/* Fejléc */
#header {
	background: url('../images/header-bg.jpg') no-repeat center center;
	background-size: cover;
}

#header img {
	padding-top: 5%;
	padding-bottom: 25%;
}

/* Térkép */
#map-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

#map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.navigationactionbarcontentscreentitle {
	position: absolute;
	color: #000000;
	display: inline-block;
	padding: 0; 
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 0; 
	font-size: 1.24rem;
	line-height: 1.804rem;
	margin: 1.2rem 0 0.656rem 0; 
	text-transform: uppercase;
} 

nav ul a,nav .brand-logo {
  color: #444;
}

p,span,h1,h2,h3,h4,h5,h6,h7 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

p {
	color: #595959;
}

.title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 150%;
}

.arrow-down {
	max-height: 40px;
	margin: 40px 0 40px 0;
}

footer *, #nav-mobile li {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

#about,#activity {
	text-align: justify;
	text-justify: inter-word;
}

h2 > i {
	color: #595959;
}

footer a { color: #fff; }

footer table {
	border-collapse: collapse;
}

footer table, tr, td { border: none; }

footer td { padding: 0.3%; }

#about-container { 
    min-height: 100%; 
    background: #f4f4f4;
}

#services-container { 
    min-height: 100%; 
    background: #f4f4f4;
}

#in-progress-container { 
    min-height: 100%; 
    background: #f4f4f4;
}

.slider {
    min-height: 100%;
}

.strong {
	font-weight: 600 !important;
}

/* Lazyload */
.lazyload {
    background: #f7f7f7;
}

.lazyloading {
    background: #f7f7f7 url('/images/loader.gif') no-repeat center;
    min-height: 60px;
}