.well,
.navbar-inner,
.popover,
.btn,
.tooltip,
input,
select,
textarea,
pre,
.progress,
.modal,
.add-on,
.alert,
.table-bordered,
.nav > .active > a,
.dropdown-menu,
.tooltip-inner,
.badge,
.label,
.img-polaroid {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-collapse: collapse !important;
	background-image: none !important;
}

body {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 20px;
	color: #6d6d6d;
	font-weight: 300;
	padding-top: 90px;
}

strong {
	color: black;
}

.table {
	text-align: left !important;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.navbar {
	height: 90px;
	background: #fff;
	transition: ease-in-out 0.4s;
}

.navbar .nav {
	margin-top: 25px;
}

.navbar .nav > li > a {
	transition: all 0.2s;
	font-size: 16px;
	color: #000;
	opacity: 0.6;
	padding: 10px 25px;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus,
.navbar .nav > li.open > a:hover,
.navbar .nav > li.open > a:focus,
.navbar .nav > li.active > a,
.navbar .nav > li.open > a {
	background: none;
	opacity: 1;
}

.navbar .fb {
	margin: 30px 0 0 120px;
	transition: all 0.2s;
}

.navbar .fb:hover {
	opacity: 0.7;
}

.navbar-brand {
	width: 200px;
}

.affix {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

header {
	position: relative;
	z-index: 100;
}

header .container {
	position: relative;
	z-index: 100;
}

header .slogan {
	position: absolute;
	top: 350px;
	left: 15px;
	z-index: 100;
}

header .slogan strong,
header .slogan small {
	float: left;
	clear: left;
	display: block;
	margin-bottom: 10px;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px 15px;
	color: white;
}

header .slogan strong {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 900;
	font-size: 40px;
}

header .slogan small {
	font-size: 18px;
}

header .cycle-slideshow {
	z-index: 10;
}

header .cycle-slideshow img {
	width: 100%;
}

main {
	position: relative;
	z-index: 200;
	width: 100%;
	overflow: hidden;
	margin-top: -100px;
}

.boxes .row {
	margin: 0;
}

.boxes .col-md-2 {
	background: #33a047;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	transition: all 0.2s;
	border-left: 1px solid #2d8d3e;
}

.boxes .col-md-2 img {
	margin-bottom: 10px;
}

.boxes .col-md-2 strong {
	display: block;
	font-weight: 300;
	color: white;
	font-size: 18px;
	line-height: 1.3em;
}

.boxes a {
	float: left;
	width: 100%;
	transition: all 0.2s;
	text-decoration: none !important;
}

.boxes .col-md-2:hover {
	background: #118810;
	transform: scale(0.95);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 39px;
}

h3 {
	font-size: 31px;
}

h4 {
	font-size: 25px;
}

main li {
	list-style: none;
	margin: 0 0 5px;
}

main li:before {
	content: '○';
	margin-left: -21px;
	position: absolute;
	letter-spacing: 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.home .main {
	padding: 100px 0;
}

.home .main img {
	margin-bottom: 15px;
}

.home .main h1 {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 30px;
}

.home .main .btn-default {
	margin-top: 30px;
}

.vertical-center {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-around;
}

.btn-default {
	border: 2px solid #33a047;
	border-radius: 35px !important;
	color: #33a047;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	padding: 18px 40px;
	transition: all 0.2s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:focus:hover {
	background: #f6f6f6;
	border: 2px solid #33a047;
	color: #33a047;
	transform: scale(1.03);
	box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.2) !important;
}

.intro p {
	font-size: 18px;
}

.realizacje {
	background: #f4f4f4;
	padding: 100px 0;
	text-align: center;
}

.realizacje h2 {
	color: #000;
	font-size: 48px;
	font-weight: 700;
}

.realizacje p {
	margin-bottom: 60px;
}

footer {
	background: #000;
	color: white;
	font-size: 14px;
	padding: 30px 0;
	margin-top: 100px;
}

.madeby {
	margin-top: 10px;
	display: inline-block;
}

.madeby small {
	color: white;
	font-size: 11px;
}

.sub main {
	margin-top: 0;
}

.sub h1 {
	color: black;
	font-size: 48px;
	text-align: center;
	margin: 100px 0 30px;
}

.zajawka {
	display: flex;
	justify-content: center;
	text-align: center;
}

.container-fluid {
	padding-left: 100px;
	padding-right: 100px;
}

.sprawdz hr {
	margin-top: 60px !important;
}

.sprawdz h3 {
	margin-top: 60px !important;
	margin-bottom: 40px !important;
	text-align: center;
}

.greybox {
	background: #f4f4f4;
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.greybox .media {
	background: #fff;
	margin: 0;
	width: 100%;
	float: left;
}

.greybox .media-body {
	padding: 60px;
}

.greybox .media-body h4 {
	margin: 0 0 15px;
}

.greybox .media-body h4 a {
	color: black;
	font-size: 36px;
	transition: all 0.2s;
}

.greybox .media-body h4 a:hover {
	color: #33a047;
	text-decoration: none;
}

.greybox .media-body .btn-default {
	margin-top: 15px;
}

.greybox .col-md-6 {
	padding: 0 !important;
}

.greybox .box {
	height: 500px;
	overflow: hidden;
}

.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.sub h2 {
	color: black;
	margin: 30px 0 30px;
}

.sub h3,
.sub h4,
.sub h5,
.sub h6 {
	color: black;
	margin: 30px 0 15px;
}

.sub .main a {
	color: #33a047;
}

.gallery {
	margin-top: 30px;
}

.gallery a {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	transition: all 0.2s;
}

.gallery a:hover {
	opacity: 0.8;
	transform: scale(1.03);
}

.gallery img {
	width: 100%;
}

.fade-content > * {
	transition: ease opacity 0.25s, ease transform 0.25s;
}

.fade-content > *:nth-child(3n + 2) {
	transition-delay: 0.1s;
}

.fade-content > *:nth-child(3n + 3) {
	transition-delay: 0.2s;
}

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}

.fb_slider_right:hover {
	right: 0;
	height: 100%;
}

.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white;
}

.download ul {
	margin: 0;
	padding: 0;
}

.download .plik {
	display: none;
	color: #fff;
}

.download .col-md-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.download a {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.2s;
	color: #8c8c8c;
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: 300;
	border-bottom: 1px solid #e2e2e2;
}

.download .btn-primary {
	background: #33a047;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	text-shadow: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 15px;
	transition: all 0.15s;
}

.download a:hover .btn-primary {
	background: #277936;
	transform: scale(0.97);
}

.download .btn-primary:hover,
.download .btn-primary:focus,
.download .btn-primary:focus:hover {
	background: #43c35a !important;
	transform: scale(1.03) !important;
	box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.3) !important;
}

.download li:first-child a {
	border-top: 1px solid #e2e2e2;
}

.download a:hover {
	text-decoration: none;
	background: #f4f4f4;
	color: #33a047;
}

.type_text .plik {
	display: inline;
	color: #8c8c8c;
	text-transform: uppercase;
}

.download .col-md-2 {
	border-left: 1px solid #e2e2e2;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.download .col-md-2 {
		border-left: 0 !important;
		margin-top: 10px;
	}

	.download .btn {
		width: 100%;
	}

	.download .col-md-8 {
		text-align: center;
	}
}

.download li {
	list-style: none !important;
}

.type_icons a {
	text-decoration: none !important;
	padding: 1px 0 2px 27px;
	background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
	background-position: 0 3px !important;
}

.type_icons .pdf {
	background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;
}

.type_icons .swf {
	background: url(../img/modules/download/flash.png) 0 0 no-repeat;
}

.type_icons .txt,
.rtf {
	background: url(../img/modules/download/text.png) 0 0 no-repeat;
}

.type_icons .doc,
.type_icons .docx,
.type_icons .odf,
.type_icons .ott,
.type_icons .sxw,
.type_icons .stw {
	background: url(../img/modules/download/word.png) 0 0 no-repeat;
}

.type_icons .jpg,
.type_icons .jpe,
.type_icons .jfif,
.type_icons .png,
.type_icons .jpeg,
.type_icons .gif,
.type_icons .tif,
.type_icons .tiff,
.type_icons .ico,
.type_icons .bmp,
.type_icons .raw,
.type_icons .dcs {
	background: url(../img/modules/download/picture.png) 0 0 no-repeat;
}

.type_icons .flv,
.type_icons .mov,
.type_icons .mpeg,
.type_icons .avi,
.type_icons .divx {
	background: url(../img/modules/download/movie.png) 0 0 no-repeat;
}

.type_icons .ods,
.type_icons .sxc,
.type_icons .xls,
.type_icons .xlt {
	background: url(../img/modules/download/excel.png) 0 0 no-repeat;
}

.type_icons .odg,
.type_icons .sxd,
.type_icons .psd {
	background: url(../img/modules/download/paint.png) 0 0 no-repeat;
}

.type_icons .cdr,
.type_icons .ai {
	background: url(../img/modules/download/vector.png) 0 0 no-repeat;
}

.type_icons .php,
.type_icons .html,
.type_icons .css,
.type_icons .js,
.type_icons .less,
.type_icons .asp,
.type_icons .c {
	background: url(../img/modules/download/code.png) 0 0 no-repeat;
}

.type_icons .sql,
.type_icons .db,
.type_icons .dbf,
.type_icons .dbk {
	background: url(../img/modules/download/database.png) 0 0 no-repeat;
}

.type_icons .zip,
.type_icons .tar,
.type_icons .gz,
.type_icons .gzip,
.type_icons .rar {
	background: url(../img/modules/download/zip.png) 0 0 no-repeat;
}

.type_icons .rb {
	background: url(../img/modules/download/ruby.png) 0 0 no-repeat;
}

.type_icons .as {
	background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;
}

.type_icons .cf {
	background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;
}

.type_icons .odp,
.type_icons .sxi,
.type_icons .ppt {
	background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;
}

.type_icons .iso,
.type_icons .nrg {
	background: url(../img/modules/download/dvd.png) 0 0 no-repeat;
}

form .alert {
	display: none;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 0;
}

form * {
	border-radius: 0 !important;
}

.map iframe {
	width: 100%;
}

form label {
	font-weight: normal;
}

.form {
	margin-bottom: 1.5em;
}

.forform {
	margin-top: 1em;
}

#pages {
	margin: 0 0 15px;
}

.jPaginate {
	height: 34px;
	position: relative;
	color: #a5a5a5;
	font-size: small;
	width: 100%;
}

.jPaginate a {
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0 10px !important;
	margin: 0 2px;
	float: left;
	text-decoration: none !important;
}

.jPag-control-back {
	position: absolute;
	left: 0;
}

.jPag-control-front {
	position: absolute;
	top: 0;
}

.jPaginate span {
	cursor: pointer;
}

ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

ul.jPag-pages li a {
	float: left;
	padding: 2px 5px;
}

span.jPag-current {
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 0 2px;
	float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
	height: 34px;
	margin: 0 2px;
	float: left;
	line-height: 26px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0 2px 2px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
	margin: 2px 0 2px 2px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
	margin: 2px 2px 2px 0;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last,
.jPag-first {
	line-height: 30px !important;
	font-size: 14px;
}

.biggallery {
	margin-top: 80px;
	margin-bottom: -95px;
}

.biggallery img {
	margin-bottom: 5px;
}

.gal-container {
	margin-top: 80px;
	padding: 12px;
}

.gal-item {
	overflow: hidden;
	padding: 3px;
}

.gal-item .box {
	height: 280px;
	overflow: hidden;
}

.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.gal-item a:focus {
	outline: none;
}

.gal-item a:after {
	content: '\e003';
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
	line-height: 280px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
	opacity: 1;
}

.gal-index-item {
	overflow: hidden;
	padding: 3px;
}

.gal-index-item .box {
	height: 450px;
	overflow: hidden;
}

.gal-index-item a:focus {
	outline: none;
}

.snip1361 {
	position: relative;
	float: left;
	width: 100%;
	color: #141414;
	text-align: left;
	line-height: 1.4em;
	font-size: 16px;
}

.snip1361 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1361 figcaption {
	position: absolute;
	top: calc(85%);
	width: 100%;
	height: 450px;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 15px 25px 65px;
}

.snip1361 figcaption:before {
	position: absolute;
	content: '';
	z-index: 2;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 80px;
	background-image: -webkit-linear-gradient(
		top,
		transparent 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	background-image: linear-gradient(
		to bottom,
		transparent 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
}

.snip1361 h3,
.snip1361 p {
	margin: 0 0 10px;
}

.snip1361 h3 {
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.2em;
	color: white;
	margin-bottom: 15px;
}

.snip1361 p {
	opacity: 0;
	color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1361 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.snip1361:hover figcaption,
.snip1361.hover figcaption {
	top: calc(65%);
}

.snip1361:hover p {
	opacity: 0.9;
}

.forform {
	display: flex;
	justify-content: center;
}

.ajax-form {
	float: none !important;
	margin-bottom: 30px;
}

.ajax-form input,
.ajax-form textarea {
	border: 0;
	border-bottom: 1px dashed #ddd;
	transition: all 0.3s;
	background: none;
	position: relative;
	z-index: 1000;
	padding: 5px 0;
	font-size: 16px !important;
}

.ajax-form textarea {
	height: 3.3rem;
	overflow: hidden;
}

.ajax-form .form-group {
	position: relative;
	padding-top: 15px;
}

.ajax-form label {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10;
	transition: all 0.3s;
}

.ajax-form input:focus,
.ajax-form textarea:focus {
	border-color: #33a047;
}

.ajax-form textarea:focus {
	height: 15rem;
}

.ajax-form .active label {
	top: 0;
	font-size: 12px;
}

.ajax-form button {
	outline: none !important;
}

.ajax-form .alert {
	border-radius: 25px !important;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.ajax-form .alert-danger {
	background: #aa0000;
}

.ajax-form .alert-success {
	background: #118810;
}



/*
MARK: update 2025-11
*/

.w-100 {
	width: 100%;
}

.object-fit-cover {
	object-fit: cover;
}

.overflow-hidden {
	overflow: hidden;
}

.card-img-top {
	display: block;
	width: 100%;
	overflow: hidden;

	& img {
		aspect-ratio: 4/3;
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	&:hover,
	&:focus {
		& img {
			transform: scale(1.1);
		}
	}
}

h3.card-title {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.card-title-link {
	color: #141414;
	transition: color 200ms;

	&:hover,
	&:focus {
		color: #118810;
	}
}

.oferta-index {
	display: grid;
	gap: 3.5rem;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

#breadcrumbs {
	width: 100%;
	font-size: 14px;

	& ol {
		margin: 0;
		display: flex;
		align-items: center;
		gap: 2em;

		& a {
			color: #000;
			transition: color 200ms;

			&:hover,
			&:focus {
				color: #118810;
			}
		}
	}
}

.breadcrumb-item {
	margin-bottom: 0 !important;

	&::before {
		display: none;
	}

	& + .breadcrumb-item {
		&::before {
			content: '/';
			color: #000;
			display: block;
			opacity: .5;
		}
	}
}

.bg-light {
	background-color: hsl(0 0% 96%);
}

.py-4 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}



/*
MARK: RWD
*/

@media screen and (max-width: 1600px) {
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media screen and (max-width: 1350px) {
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.greybox {
		margin-bottom: 0;
	}

	footer {
		margin-top: 60px;
	}
}

@media screen and (max-width: 991px) {
	.greybox .box {
		height: 250px;
	}

	.aside {
		order: 1;
	}

	.bside {
		order: 2;
	}
}

@media screen and (max-width: 850px) {
	.greybox {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 515px) {
	.gal-index-item .box {
		height: 250px;
	}

	.snip1361 figcaption {
		top: calc(65%);
	}

	.snip1361:hover figcaption,
	.snip1361.hover figcaption {
		top: calc(40%);
	}

	.snip1361 p {
		font-size: 13px;
		line-height: 1em;
	}

	.greybox .media-body {
		padding: 30px;
	}
}

@media screen and (max-width: 1680px) {
	header .slogan {
		top: 310px;
	}
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
	header .slogan {
		top: 260px;
	}
}

@media screen and (max-width: 1440px) {
	header .slogan {
		top: 220px;
	}
}

@media screen and (max-width: 1366px) {
	header .slogan {
		top: 180px;
	}
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1280px) {
	header .slogan {
		top: 160px;
	}
}

@media screen and (max-width: 1199px) {
	header .slogan {
		top: 90px;
	}

	header .slogan strong {
		font-size: 35px;
	}

	.navbar .nav > li > a {
		padding: 10px 18px;
	}

	.navbar .fb {
		margin: 30px 0 0 60px;
	}

	.boxes .col-md-2 strong {
		font-size: 16px;
	}
}

@media screen and (max-width: 1023px) {
	header {
		height: 100vh;
		width: 100%;
		overflow: hidden;
	}

	header .cycle-slideshow {
		display: flex;
		justify-content: center;
	}

	header .cycle-slideshow img {
		height: 100vh;
		width: auto;
		max-width: 9999px;
		left: auto !important;
	}

	header .slogan {
		top: 60vh;
	}

	.navbar .fb {
		margin: 0;
		position: absolute;
		top: 30px;
		right: 20px;
	}

	.navbar-toggle {
		margin-top: 30px;
		border-color: #33a047;
		border-radius: 0;
	}

	.icon-bar {
		background: #33a047;
		border-radius: 0 !important;
	}

	#navbar {
		background: white;
	}

	.navbar .nav > li > a {
		border-top: 1px solid #e2e2e2;
	}

	.navbar .nav > li > a:hover,
	.navbar .nav > li > a:focus,
	.navbar .nav > li.active > a:hover,
	.navbar .nav > li.active > a:focus,
	.navbar .nav > li.open > a:hover,
	.navbar .nav > li.open > a:focus,
	.navbar .nav > li.active > a,
	.navbar .nav > li.open > a {
		background: #33a047;
		color: white;
	}

	main {
		margin-top: 30px;
	}

	.boxes .col-md-2 {
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 1px solid white;
	}

	.boxes a {
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}

	.boxes .col-md-2 strong {
		flex-grow: 1;
	}

	.boxes img {
		margin-right: 30px;
	}

	.home .main .btn-default {
		margin-bottom: 30px;
	}

	.home .main img {
		width: 100%;
	}

	.sub h1 {
		margin: 30px 0;
	}

	.zajawka {
		display: block;
	}
}

@media screen and (max-width: 800px) {
	.navbar .fb {
		margin: 0;
		position: absolute;
		top: 30px;
		right: 100px;
	}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
	.home .main .col-md-5 {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
	header .slogan strong {
		font-size: 20px;
	}

	footer .pull-right,
	footer .pull-left {
		width: 100%;
		text-align: center;
	}

	.madeby {
		display: inline-block;
		margin-top: 15px;
	}
}

@media screen and (max-width: 435px) {
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
	.navbar .fb {
		right: 75px;
	}

	header .slogan strong {
		font-size: 18px;
	}
}

@media screen and (max-width: 320px) {
	header .slogan strong {
		font-size: 16px;
	}

	.navbar-brand > img {
		display: block;
		width: 162px;
		margin-top: 5px;
	}

	.snip1361 h3 {
		font-size: 15px;
	}
}
