/* - - - - - - - - - GLOBAL - - - - - - - - - */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
}

a:link, a:visited {
	color: inherit;
}

hr	{
	width: 50px;
	margin: 30px auto 50px auto;
	border: none;
    height: 2px;
    background-color: #333333;
}

h1 {
	font-size: 32px;
	font-weight: 400;
}

h2 {
	font-size: 32px
	font-weight: 400;
}



/* - - - - - - - - - NAVBAR - - - - - - - - - */

.navbar {
	margin: 0;
	font-size: 19px;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
}

/* CENTERING */

.nav.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}

/* /centering */

	@media (min-width: 992px) {
		.navbar-brand img {
			margin: 8px 0 0 30px;
			width: 162px;
		}
	}
	
	@media (max-width: 992px) {
		.navbar {
			min-height: 60px;
		}
		
		.navbar-brand img {
			width: 100px;
		}
	}
	
	.navbar-default .navbar-nav > li > a {
		margin: 30px 15px;
		color: black !important;
		background: none;
	}
			
		.navbar-default .navbar-nav > li > a:hover {
			color: #1c2c55 !important;
			text-decoration: underline;
		}
	
	.navbar-default .navbar-nav > .active > a {
		color: black !important;
		background: none;
	}
	
		.navbar-default .navbar-nav > .active > a:hover {
			color: black !important;
			text-decoration: underline;
			background: none;
		}

	.navbar-collapse {
		border: none;
	}
		
		.navbar-default .navbar-toggle {
			margin: 12px 12px 0 0;
			border-color: #333333;
		}
		
			.navbar-default .navbar-toggle:hover {
				background-color: #333333;	
			}
		
			.navbar-default .navbar-toggle .icon-bar {
				background-color: #333333;
			}
			
				.navbar-default .navbar-toggle:hover > .icon-bar { 
					background-color: white;
				}



/* - - - - - - - - - CONTENT - - - - - - - - - */

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.header {
	padding: 0;
	background: url("../images/header_bg.jpg") 0 0 no-repeat;
	background-size: cover;
}
	
	.header img.logo {
		margin-top: 20%;
	}
	
	.header img.arrow {
		margin-top: 7%;
		margin-bottom: 20%;
	}
	
	
#rolunk {
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #f8f7f7;
}

#szolgaltatasok {
	padding-top: 30px;
	padding-bottom: 50px;
	background: url("../images/services_bg.jpg") 0 0 no-repeat;
	background-size: cover;
}


#szolgaltatasok p  {
	margin-bottom: 10px;
	overflow: hidden;
}

#szolgaltatasok p img {
	margin: 0 20px 20px 0;
	float: left;
}

.galeria1 {
	margin-bottom: 40px;
}

	.galeria1 .img-responsive {
    width: auto;
    height: 200px;
}


#kapcsolat {
	background-color: #f8f7f7;
}

	#kapcsolat .adatok {
		padding-left: 20%;
		padding-bottom: 50px;
	}
	
	#kapcsolat .emailkuldo {
		padding-right: 20%;
		padding-bottom: 50px; 
	}

table caption {
	padding-bottom: 0;
	color: inherit;
}

table img {
	margin: 5px;
}

input {
	width: 100%;
}

textarea {
	width: 100%;
	height: 150px;
}

.btn-custom {
	margin-left: 38%;
	width: 95px;
	height: 31px;
	border: none;
	background: url("../images/button_bg.png") 0 0 no-repeat;
}

.footer {
	color: white;
	font-size: 10px;
	background-color: #392d2d;
}

	.footer p {
		margin: 20px auto;
	}

.googlemap {
	filter: grayscale(100%);
}