* {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', arial, sans-serif;
}

ul {
	list-style: none;
	font-family: 'Work Sans', sans-serif;
}

p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

.primary-button a {
	display: inline-block;
	background-color: #8ac926;
	padding: 12px 18px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}

.primary-button a:hover {
	background-color: #000;
	color: #8ac926;
}

.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

.section-heading h2 {
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}

.section-heading .line-dec {
	width: 100%;
	height: 3px;
	background-color: #8ac926;
	margin: 0 auto 0 auto;
	text-align: center;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	height: 85px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 0 auto 0 auto;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
	text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	font-family: 'Work Sans', sans-serif;
	color: #557520 !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 5px;
}

.header.active .navbar-nav>li>a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212 !important;
}

/* Alap stílus a menühöz */
ul.menu {
	list-style-type: none;
	padding: 0;
}

ul.menu li {
	display: inline-block;
	margin-right: 20px;
}

/* Stílus a link fölé húzása esetén */
ul.menu li a:hover {
	position: relative;
}

/* Vonal stílus */
ul.menu li a:hover::after {
	content: "";
	position: absolute;
	bottom: 25px;
	/* 10px távolság alulról */
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #8ac926;
	/* Vonal színe */
}

.header.active {
	background-color: rgba(250, 250, 250, 0.98);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.logo {
	padding: 10px 0px 10px 0px;
	max-width: 250px;
}

.flag {
	max-width: 30px;
	padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

	.logo {
		padding: 10px 0px 10px 0px;
		max-width: 250px;
	}

	.flag {
		max-width: 30px;
		padding-top: 0px;
	}

	.navbar-nav>li {
		margin: 0px;
	}

	.header {
		height: 85px;
	}

	/* Alap stílus a menühöz */
	ul.menu {
		list-style-type: none;
		padding: 0;
	}

	ul.menu li {
		display: inline-block;
		margin-right: 9px;
	}

	/* Stílus a link fölé húzása esetén */
	ul.menu li a:hover {
		position: relative;
	}

	/* Vonal stílus */
	ul.menu li a:hover::after {
		content: "";
		position: absolute;
		bottom: 25px;
		/* 10px távolság alulról */
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #8ac926;
		/* Vonal színe */
	}

	.navbar-nav>li>a {
		font-family: 'Work Sans', sans-serif;
		color: #8ac926 !important;
		font-size: 15px;
		font-weight: 400;
		text-transform: uppercase;
		text-shadow: none;
		line-height: 80px;
		padding: 0px;
		letter-spacing: 0.5px;
	}
}

/* Modális stílusok */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.modal-content {
	background-color: #fff;
	margin: 20% auto;
	padding: 30px;
	width: 20%;
	max-width: 400px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	text-align: center;
}

.modal-link {
	padding: 10px;
}

.zaszlok {
	text-align: center;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
}

/* Mobil nézet esetén a modális tartalom középre igazítása */
@media (max-width: 768px) {
	.modal-content {
		background-color: #fff;
		margin: 40% auto;
		padding: 20px 0px 20px 0px;
		width: 90%;
		max-width: 250px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		position: relative;
		text-align: center;
	}

	ul.menu li a:hover {
		position: relative;
	}

	/* Vonal stílus */
	ul.menu li a:hover::after {
		content: "";
		position: absolute;
		bottom: 5px;
		/* 10px távolság alulról */
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #8ac926;
		/* Vonal színe */
	}


	.flag {
		max-width: 30px;
		padding-top: 0px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.modal-content {
		background-color: #fff;
		margin: 25% auto;
		padding: 20px 0px 20px 0px;
		width: 90%;
		max-width: 450px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		position: relative;
		text-align: center;
	}
}

#main-nav {
	background-color: transparent;
	background-image: none !important;
}

.header .navbar-brand {
	font-weight: 900;
}

.navbar-inverse {
	background-image: none;
	background-color: transparent;
}

.header .navbar {
	margin: 0;
	border: none;
}

.page-section {
	padding: 80px 0;
}

.navbar-inverse .navbar-toggle {
	margin-top: 22px;
	border-color: #8ac926;
	background-color: #8ac926;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #8ac926;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 15px !important;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
	}

	.navbar-nav {
		float: right;
	}
}

@media (max-width: 767px) {

	.header {
		height: 100px;
	}

	.clogo {
		max-width: 160px;
		margin-top: -90px;
		margin-left: -20px;
	}

	.flag {
		max-width: 35px;
		margin-top: -100px;
		margin-left: 20px;
	}

	.page-section h1 {
		font-size: 3em;
	}

	.page-section h2 {
		font-size: 2em;
	}

	.page-section p {
		font-size: 1em;
		margin: 0 0 20px;
	}


	@media (min-width: 248px) and (max-width: 380px) {

		.clogo {
			width: 130px;
			margin-top: -100px;
			margin-left: -20px;
		}

		.flag {
			width: 30px;
			margin-top: -100px;
			margin-left: 20px;
		}

		.header {
			height: 80px;
		}


	}
}

/*--------------------------------------------------------------
# ADATKEZELÉSI
--------------------------------------------------------------*/

.cookies-eu-banner {
	background: #444;
	color: #fff;
	padding: 16px;
	font-size: 13px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.cookies-eu-banner p {
	color: white;
	font-size: 16px;
}

.cookies-eu-banner a {
	font-weight: 600;
	color: yellow;
}

.cookies-eu-banner a:hover {
	font-weight: 600;
	color: greenyellow;
	text-decoration: none;
}

.cookies-eu-banner button {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	background: #e6c068;
	color: #000;
	border: 1px solid #000;
	border-radius: 15px;
	cursor: pointer;
	padding: 4px 25px;
	margin: 2px 0;
	font-size: 13px;
	font-weight: 700;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
	background: #fff;
	color: #222;
}

.hidden {
	display: none;
}



/* HERO SLIDER */

.hatterkep-overlay {
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
	/* Átlátszó fekete árnyalat */
	padding: 20px;
	z-index: 1;
	/* A tartalom rétege */
}

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}

.slide-caption h2 {
	font-size: 56px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px !important;
}


/* WHAT WE DO */

#about {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

#about h1 {
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}

#about h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0px;
}

.silver {
	max-width: 200px;
	float: right;
}

.szoveg {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	color: #000;
	font-weight: 500;
	text-align: justify;
	padding: 10px 0px 0px 0px;
}

#about .section-heading {
	margin-bottom: 60px;
}

.right-images {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
}

/* Lista */
.tabla {
	padding-bottom: 30px;
	margin: 0 auto 0 auto;
}


.list-group {
	width: 300px !important;
	text-align: center;
	margin: 0 auto 0 auto;

}

.list-group-item {
	margin-top: 10px;
	border-radius: none;
	border: solid 1px black;
	background: #8ac926;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}


.list-group-item:hover {
	transform: scaleX(1.1);
}


.list-group-item:hover .check {
	opacity: 1;

}

.mb-0 {
	padding: 0px;
	color: #000;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.meret {
	font-weight: 600;
	text-transform: uppercase;
}

/* Lista vége */

.service-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 30px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 25px #8ac926;
}

.service-item:hover {
	background-color: #8ac926;
}

.service-item h3 {
	font-size: 16px;
	font-family: 'Work Sans', arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.service-item p {
	font-family: 'Work Sans', arial, sans-serif;
	font-weight: 500;
	color: #000;
}

.service-item img {
	padding-bottom: 10px;
}

.service-item:hover h3 {
	color: #fff;
}

.service-item:hover p {
	color: #fff;
	font-family: 'Work Sans', arial, sans-serif;
}

#what-we-do {
	background-image: url(../img/what-we-do-bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do .pdf img {
	max-width: 100%;
	overflow: hidden;
}

.left-text {
	width: 100%;
}

#what-we-do h4 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 45px;
	padding-top: 40px;
}

#what-we-do p {
	margin: 20px 0px 30px 0px;
	font-size: 18px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}


/* PORTFOLIO */

.filter {
	font-size: 17px;
	background: transparent;
	border: none;
	padding: 1em 1.5em;
	color: #ffedd3;
	text-transform: uppercase;
	position: relative;
	transition: .5s ease;
}

.filter::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #8ac926;
	transition: .5s ease;
}

.filter:hover {
	color: #1e1e2b;
	transition-delay: .5s;
}

.filter:hover::before {
	width: 100%;
}

.filter::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #8ac926;
	transition: .4s ease;
	z-index: -1;
}

.filter:hover::after {
	height: 100%;
	transition-delay: 0.4s;
	color: aliceblue;
}

#portfolio {
	text-align: center;
}

.projects-holder .mix {
	display: none;
}

.filter-categories {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 60px;
}

.filter-categories ul li {
	margin: 0px 10px 15px 10px;
	display: inline-block;
}

.filter-categories ul li span {
	cursor: pointer;
	color: #000;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.filter-categories ul li.active span {
	color: #000;
	font-size: 20px;
}

.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}

.project-item .hover-effect {
	position: absolute;
	background-color: rgba(162, 207, 141, 0.95);
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 40%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: #8ac926;
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: #8ac926;
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}

/* FUN FACTS */

#fun-facts {
	padding: 100px 0px;
	background-color: #8ac926;
	text-align: center;
}

#fun-facts .fact-item {
	background-color: #f4f4f4;
	padding: 30px;
	text-align: center;
	border-radius: 25px;
	border: solid 2px black;
}

.fact-item .counter {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 0.5px;
}

.fact-item span {
	display: inline-block;
	margin-top: 10px;
	font-style: 13px;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #000;
}

/* CONTACT US */

#contact a {
	color: #eee;
	font-family: 'Work Sans', arial, sans-serif;
}

#contact a:hover {
	color: #8ac926;
	font-family: 'Work Sans', arial, sans-serif;
	text-decoration: none;
}

.adatok p {
	color: #eee;
	font-family: 'Work Sans', arial, sans-serif;
	font-size: 16px;
}

.g-recaptcha {
	padding-bottom: 10px;
}

#contact .section-heading h2 {
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}

#contact .section-heading .line-dec {
	background-color: #fff;

}

#contact .section-heading {
	margin-bottom: 60px;
}

#contact {
	background-image: url(../img/contact-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

#contact ::placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

#contact .map-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio for responsive iframe */
	height: 0;
	overflow: hidden;
	border: 3px solid #8ac926;
}

/* Set the iframe to fill the container */
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.4);
	outline: none;
	border: 3px solid #8ac926;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.4);
	outline: none;
	border: 3px solid #8ac926;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
}

#contact button {
	display: inline-block;
	background-color: #8ac926;
	font-family: 'Work Sans', sans-serif;
	padding: 12px 18px;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	font-family: 'Work Sans', sans-serif;
	color: #8ac926;
	background-color: #000;
	transition: all 0.3s;
}

#contact ul {
	margin-top: 5px;
}

#contact ul li {
	display: inline-block;
}

#contact ul li a {
	font-size: 22px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
	background-color: #8ac926;
	color: #202628;
	border-radius: 50%;
}

#contact ul li a:hover {
	color: #000;
	background-color: #fff;
	transition: all 0.5s;
}

@media (max-width: 992px) {
	.col-md-6 {
		padding-top: 20px;
		text-align: center;
	}

	#contact {
		padding-bottom: 5px;
	}

	.social {
		text-align: center;
	}

	.adatok p {
		text-align: center;
	}
}

/* IMPRESSUM */

.impfoot p {
	font-size: 12px;
	color: #fff;

}

#impressum {
	text-align: center;
	background: rgb(188, 218, 140);
	background: linear-gradient(90deg, rgba(188, 218, 140, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(188, 218, 140, 1) 100%);
}

#impressum h1 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	margin: 40px;
}

#impressum p {
	font-family: 'Work Sans', arial, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 16px;
}

/*ADATKEZELÉS*/

.adatkezeles {
	width: 90%;
	margin: 0 auto 0 auto;
}

#adatkezeles {
	text-align: center;
	background: rgb(188, 218, 140);
	background: linear-gradient(90deg, rgba(188, 218, 140, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(188, 218, 140, 1) 100%);
}

#adatkezeles h1 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	margin: 40px;
}

#adatkezeles h3 {
	text-align: left;
	text-decoration: underline;
}

#adatkezeles .szoveg {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	color: #000;
	font-weight: 500;
	padding: 10px 0px 0px 0px;
}

#adatkezeles ul,
li {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	color: #000;
	font-weight: 500;
	text-align: justify;
	padding: 10px 0px 0px 0px;
}


/*KÖSZÖNJÜK*/

#koszonjuk {
	background-image: url(../img/thanks.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0px 500px 0px;
	color: #fff;
}

.left-text {
	width: 100%;
}

.thanks-text {
	text-align: center;
}

#koszonjuk h4 {
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(47, 43, 43, 0.5);
	/* 0.5 az áttetszőség mértéke (0-tól 1-ig terjedő skálán) */
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin-bottom: 45px;
	padding: 10px;
}

#koszonjuk p {
	background-color: rgba(47, 43, 43, 0.5);
	/* 0.5 az áttetszőség mértéke (0-tól 1-ig terjedő skálán) */
	text-align: center;
	margin: 20px 0px 30px 0px;
	font-size: 28px;
	color: #fff;
	padding: 10px;
}

#koszonjuk ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

.koszigomb {
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 0.7em 2em;
	border: 2px solid #8ac926;
	border-radius: 25px;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
	color: #8ac926;
	text-decoration: none;
	transition: 0.3s ease all;
	z-index: 1;
}

.koszigomb a {
	color: #000;
}

.koszigomb:before {
	transition: 0.5s all ease;
	position: absolute;
	border-radius: 25px;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #8ac926;
	z-index: -1;
}

.koszigomb:hover,
button:focus {
	color: white;
}

.koszigomb:hover:before,
button:focus:before {
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}

.koszigomb:active {
	transform: scale(0.9);
}

/* HIBA  */


#hiba {
	background-image: url(../img/error.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0px 500px 0px;
	color: #fff;
}


#hiba h4 {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin-bottom: 45px;
	padding-top: 40px;
}

#hiba p {
	margin: 20px 0px 30px 0px;
	font-size: 24px;
	color: #fff;
	line-height: 1.1;
}

/* FOOTER */
.data a {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.data a:hover {
	color: #8ac926;
	text-decoration: none;
}

.data {
	margin: 0 auto 0 auto;
	text-align: center;
}

footer {
	background-color: #202628;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #8ac926;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #8ac926;
	color: #202628;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #000;
	background-color: #fff;
	transition: all 0.5s;
}

.copyright-text {
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
}

.copyright-text a {
	color: #f3e411;
	text-transform: uppercase;
}


/* LIGHT BOX */

body:after {
	content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
	display: none;
}

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	margin-top: 5%;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;

	/* Image border */
	border: 4px solid white;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;

	/* Background color behind image.
     This is visible during transitions. */
	background-color: white;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container>.nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../img/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../img/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}



/* RESPONSIVE */

@media (max-width: 767px) {
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}

	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
		width: 100%;
	}

	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}

	.navbar-nav>li:last-child {
		border-bottom: none;
	}

	.navbar-nav>li>a {
		line-height: 40px;
		color: #121212 !important;
		font-size: 12px;
		font-weight: 500;
	}



	.koszigomb {
		font-size: 12px;
		text-align: center;
		margin: 0 auto 0 auto;
	}

	#koszonjuk p {
		line-height: 1.2;
	}

	#koszonjuk h4 {
		line-height: 1.3;
	}

	.header {
		height: 100px;
	}
}

@media (max-width: 768px) {
	.cd-hero .slide-caption span {
		font-size: 16px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 48px;
		padding-top: 10px;
	}

	.slide-caption span {
		font-size: 26px;
		text-transform: uppercase;
		font-family: 'Work Sans', sans-serif;
	}

	.slide-caption p {
		font-size: 16px;
		font-family: 'Work Sans', sans-serif;
		text-transform: uppercase;
		letter-spacing: 0.25px;
		line-height: 24px;
	}
}


@media (max-width: 1015px) {
	.slide-caption .content-caption p {
		padding: 0 10%;
	}

	.service-item {
		margin-bottom: 30px;
	}

	#what-we-do .right-image {
		margin-top: 60px;
	}

	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}

	.fact-item {
		margin-bottom: 15px;
	}

	.map {
		margin-bottom: 45px;
	}

	footer {
		text-align: center;
	}

	footer ul {
		float: none;
	}
}