@import url(//fonts.googleapis.com/css?family=Open+Sans:300,600,300italic,400,700,600italic,800&subset=latin,latin-ext);

body {
	/*background: #eee;*/
	font-family: 'Open Sans' !important;
	width: 100%;
}
img {
	max-width: 100%;
}
a, a:hover {
	color: #46a6af;
}
header {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.97);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	min-height: 100px;
	width: 100%;
	z-index: 999;
}
.navbar {
	padding: 0;
}
.nav > li > a {
	color: #5b336e !important;
	font-size: 18px;
	height: 80px;
	margin: 0 3px;
	padding: 33px 10px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav > li > a.game {
	background: url('/images/game-menu.jpg');
	text-transform: none;
	color: #46a6af !important;
	width: 195px;
}
.nav > li > a.game:hover,
.nav > li > a.game.active {
	background: url('/images/game-menu.jpg');
	color: #fff !important;
}
.nav > li > a:hover,
.nav > li > a.active {
	background: #5b336e;
	color: #fff !important;
}
.navbar-brand {
	margin-top: 10px;
	padding-bottom: 0;
}
.facebook {
	margin-top: 5px;
	overflow-x: hidden;
}
footer {
	padding: 60px 0;
	font-size: 1.2rem;
}
footer p {
	margin-bottom: 0;
}
footer ul {
	list-style-type: none;
	padding-left: 0;
}
h1 {
	font-size: 36px;
	font-weight: 600;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}
h1.game {
	text-transform: none;
	background: none;
}
.blue {
	background: #46a6af;
	color: #fff;
}
.purple {
	background: #5b336e;
	color: #fff;
	position: relative;
}
.purple-text {
	color: #5b336e;
}
q,
.heading {
	display: block;
	font-family: 'Open Sans';
	font-size: 36px;
	font-style: italic;
	font-weight: 600;
	line-height: 60px;
	opacity: 0.75;
	margin: 30px 0;
	text-align: center;
}
form .row {
	margin-top: 20px;
}
.btn-primary {
	background: #46a6af;
	border-color: #46a6af;
}
.container.map {
	padding-bottom: 0;
}
.shadow {

}
.close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.close span {
	background: #46a6af;
	padding: 0 8px;
	border-radius: 5px;
}
.contact,
.contact a {
	font-size: 25px;
	margin: 1rem 0 2rem;
	line-height: 30px;
	color: #fff;
}
section .container{
	padding-top: 40px;
	padding-bottom: 40px;
}
h2,
.title {
	font-weight: 600;
	font-size: 1.5rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2.big {
	font-size: 1.7rem;
	margin: 25px 0;
}
h2.icon {
	line-height: 50px;
	padding-left: 100px;
	margin-bottom: 20px;
	background-position: left;
	background-repeat: no-repeat;
}
h2#data {
	background-image: url('images/data.png');
}
h2#other {
	background-image: url('images/other.png');
}
.nick {
	background: url('bg.jpg');
	background-position: top right;
}
.nick label {
	color: #fff;
}
.game {
	text-align: center;
	background: #000;
}
.game canvas {
	background: url('bg.jpg');
	background-size: cover;
	max-width: 100%;
}
.container.bg {
	background-size: cover;
	background-position: center;
}
.container.services {
	background-image: url('images/services.jpg');
}
.container.accounting {
	background-image: url('images/accounting.jpg');
}
.container.quote {
	background-image: url('images/quote.jpg');
}
.container.header {
	background-image: url('images/heading.jpg');
}
.container.document {
	background-image: url('images/document.jpg');
}
.service .container.bg ul {
	margin-bottom: 0;
}
.title-line-top {
 content:' ';
 display:block;
 height:1px;
 width:259px;
 margin:2px auto;
 border-top:1px solid #fff
}
.title-line-bottom {
 content:' ';
 display:block;
 height:1px;
 width:130px;
 margin:2px auto;
 border-top:1px solid #fff
}
img#accounting {
	height: 200px;
}
img#print {
	height: 150px;
}
#berszamfejtes {
	margin-bottom: 40px;
}
.icons span {
	font-size: 24px;
	margin-top: 10px;
	color: #fff;
}
.icons a:hover span {
	text-decoration: underline;
}
.about {
	max-width: 90%;
}
.footer-icons span {
	padding: 5px 0 20px 0;
	display: block;
}
.footer-brand {
	margin-bottom: 30px;
	display: block;
}
.form-control {
	border-radius: 0;
	border: 2px solid #ced4da;
}
.form-control:focus {
	border-color: #46a6af
}
textarea.form-control {
	height: 128px;
}
.input-group-text {
	border-radius: 0;
}
.btn-primary.padding {
	margin-top: 30px;
}
.modal-footer {
	justify-content: space-between;
}
@media (max-width: 1199.98px) { 
	.nav > li > a {
		height: auto;
		margin: 0 5px;
		padding: 10px;
	}
	.nav > li > a:hover {
		background: none;
		color: #5b336e !important;
	}
	header {
		padding: 10px 0;
		min-height: auto;
	}
	.navbar-brand {
		margin: 0;
	}
	.padding-mobile {
		padding-bottom: 30px;
	}
	footer {
		text-align: center;
	}
	.about {
		margin-bottom: 20px;
		width: 60%;
	}
	.service {
		margin-bottom: 30px;
	}
	.navbar-nav .nav-link{
		padding-left: 10px;
		padding-right: 10px;
	}
}
