@import url('https://unpkg.com/aos@next/dist/aos.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.4.1/css/swiper.min.css');

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

/*
 *
 *		<< SF FRMWRK >>
 *
 */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.columns,
.row {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	clear: fix;
}

.col-1 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/12 - (30px - 30px * 1/12));
	max-width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
	width: calc(99.9% * 1/12 - (30px - 30px * 1/12))
}

.col-1:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-1:last-child {
	margin-right: 0
}

.col-1:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-2 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 2/12 - (30px - 30px * 2/12));
	max-width: calc(99.9% * 2/12 - (30px - 30px * 2/12));
	width: calc(99.9% * 2/12 - (30px - 30px * 2/12))
}

.col-2:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-2:last-child {
	margin-right: 0
}

.col-2:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-3 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 3/12 - (30px - 30px * 3/12));
	max-width: calc(99.9% * 3/12 - (30px - 30px * 3/12));
	width: calc(99.9% * 3/12 - (30px - 30px * 3/12))
}

.col-3:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-3:last-child {
	margin-right: 0
}

.col-3:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-4 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 4/12 - (30px - 30px * 4/12));
	max-width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
	width: calc(99.9% * 4/12 - (30px - 30px * 4/12))
}

.col-4:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-4:last-child {
	margin-right: 0
}

.col-4:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-5 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 5/12 - (30px - 30px * 5/12));
	max-width: calc(99.9% * 5/12 - (30px - 30px * 5/12));
	width: calc(99.9% * 5/12 - (30px - 30px * 5/12))
}

.col-5:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-5:last-child {
	margin-right: 0
}

.col-5:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-6 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 6/12 - (30px - 30px * 6/12));
	max-width: calc(99.9% * 6/12 - (30px - 30px * 6/12));
	width: calc(99.9% * 6/12 - (30px - 30px * 6/12))
}

.col-6:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-6:last-child {
	margin-right: 0
}

.col-6:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-7 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 7/12 - (30px - 30px * 7/12));
	max-width: calc(99.9% * 7/12 - (30px - 30px * 7/12));
	width: calc(99.9% * 7/12 - (30px - 30px * 7/12))
}

.col-7:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-7:last-child {
	margin-right: 0
}

.col-7:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-8 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 8/12 - (30px - 30px * 8/12));
	max-width: calc(99.9% * 8/12 - (30px - 30px * 8/12));
	width: calc(99.9% * 8/12 - (30px - 30px * 8/12))
}

.col-8:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-8:last-child {
	margin-right: 0
}

.col-8:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-9 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 9/12 - (30px - 30px * 9/12));
	max-width: calc(99.9% * 9/12 - (30px - 30px * 9/12));
	width: calc(99.9% * 9/12 - (30px - 30px * 9/12))
}

.col-9:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-9:last-child {
	margin-right: 0
}

.col-9:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-10 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 10/12 - (30px - 30px * 10/12));
	max-width: calc(99.9% * 10/12 - (30px - 30px * 10/12));
	width: calc(99.9% * 10/12 - (30px - 30px * 10/12))
}

.col-10:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-10:last-child {
	margin-right: 0
}

.col-10:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-11 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 11/12 - (30px - 30px * 11/12));
	max-width: calc(99.9% * 11/12 - (30px - 30px * 11/12));
	width: calc(99.9% * 11/12 - (30px - 30px * 11/12))
}

.col-11:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-11:last-child {
	margin-right: 0
}

.col-11:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.col-12 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 12/12 - (30px - 30px * 12/12));
	max-width: calc(99.9% * 12/12 - (30px - 30px * 12/12));
	width: calc(99.9% * 12/12 - (30px - 30px * 12/12))
}

.col-12:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}

.col-12:last-child {
	margin-right: 0
}

.col-12:nth-child(12n) {
	margin-right: 0;
	margin-left: auto
}

.waffle-12 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/12 - (30px - 30px * 1/12));
	width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
	max-width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
	height: calc(99.9% * 1/12 - (30px - 30px * 1/12));
}

.waffle-12:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-12:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-12:nth-child(12n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-12:nth-last-child(-n + 12) {
	margin-bottom: 0;
}

.waffle-10 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/10 - (30px - 30px * 1/10));
	width: calc(99.9% * 1/10 - (30px - 30px * 1/10));
	max-width: calc(99.9% * 1/10 - (30px - 30px * 1/10));
	height: calc(99.9% * 1/10 - (30px - 30px * 1/10));
}

.waffle-10:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-10:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-10:nth-child(10n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-10:nth-last-child(-n + 10) {
	margin-bottom: 0;
}

.waffle-9 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/9 - (30px - 30px * 1/9));
	width: calc(99.9% * 1/9 - (30px - 30px * 1/9));
	max-width: calc(99.9% * 1/9 - (30px - 30px * 1/9));
	height: calc(99.9% * 1/9 - (30px - 30px * 1/9));
}

.waffle-9:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-9:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-9:nth-child(9n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-9:nth-last-child(-n + 9) {
	margin-bottom: 0;
}

.waffle-8 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/8 - (30px - 30px * 1/8));
	width: calc(99.9% * 1/8 - (30px - 30px * 1/8));
	max-width: calc(99.9% * 1/8 - (30px - 30px * 1/8));
	height: calc(99.9% * 1/8 - (30px - 30px * 1/8));
}

.waffle-8:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-8:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-8:nth-child(8n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-8:nth-last-child(-n + 8) {
	margin-bottom: 0;
}

.waffle-7 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/7 - (30px - 30px * 1/7));
	width: calc(99.9% * 1/7 - (30px - 30px * 1/7));
	max-width: calc(99.9% * 1/7 - (30px - 30px * 1/7));
	height: calc(99.9% * 1/7 - (30px - 30px * 1/7));
}

.waffle-7:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-7:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-7:nth-child(7n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-7:nth-last-child(-n + 7) {
	margin-bottom: 0;
}

.waffle-6 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/6 - (30px - 30px * 1/6));
	width: calc(99.9% * 1/6 - (30px - 30px * 1/6));
	max-width: calc(99.9% * 1/6 - (30px - 30px * 1/6));
	height: calc(99.9% * 1/6 - (30px - 30px * 1/6));
}

.waffle-6:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-6:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-6:nth-child(6n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-6:nth-last-child(-n + 6) {
	margin-bottom: 0;
}

.waffle-5 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	max-width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	height: calc(99.9% * 1/5 - (30px - 30px * 1/5));
}

.waffle-5:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-5:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-5:nth-child(5n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-5:nth-last-child(-n + 5) {
	margin-bottom: 0;
}

.waffle-4 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	height: calc(99.9% * 1/4 - (30px - 30px * 1/4));
}

.waffle-4:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-4:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-4:nth-child(4n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-4:nth-last-child(-n + 4) {
	margin-bottom: 0;
}

.waffle-3 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	height: calc(99.9% * 1/3 - (30px - 30px * 1/3));
}

.waffle-3:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-3:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-3:nth-child(3n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-3:nth-last-child(-n + 3) {
	margin-bottom: 0;
}

.waffle-2 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	height: calc(99.9% * 1/2 - (30px - 30px * 1/2));
}

.waffle-2:nth-child(1n) {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.waffle-2:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.waffle-2:nth-child(2n) {
	margin-right: 0;
	margin-left: auto;
}

.waffle-2:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	.col-md-1 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		max-width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		width: calc(99.9% * 1/12 - (30px - 30px * 1/12))
	}

	.col-md-1:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-1:last-child {
		margin-right: 0
	}

	.col-md-1:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-2 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 2/12 - (30px - 30px * 2/12));
		max-width: calc(99.9% * 2/12 - (30px - 30px * 2/12));
		width: calc(99.9% * 2/12 - (30px - 30px * 2/12))
	}

	.col-md-2:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-2:last-child {
		margin-right: 0
	}

	.col-md-2:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-3 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 3/12 - (30px - 30px * 3/12));
		max-width: calc(99.9% * 3/12 - (30px - 30px * 3/12));
		width: calc(99.9% * 3/12 - (30px - 30px * 3/12))
	}

	.col-md-3:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-3:last-child {
		margin-right: 0
	}

	.col-md-3:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-4 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 4/12 - (30px - 30px * 4/12));
		max-width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
		width: calc(99.9% * 4/12 - (30px - 30px * 4/12))
	}

	.col-md-4:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-4:last-child {
		margin-right: 0
	}

	.col-md-4:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-5 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 5/12 - (30px - 30px * 5/12));
		max-width: calc(99.9% * 5/12 - (30px - 30px * 5/12));
		width: calc(99.9% * 5/12 - (30px - 30px * 5/12))
	}

	.col-md-5:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-5:last-child {
		margin-right: 0
	}

	.col-md-5:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-6 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 6/12 - (30px - 30px * 6/12));
		max-width: calc(99.9% * 6/12 - (30px - 30px * 6/12));
		width: calc(99.9% * 6/12 - (30px - 30px * 6/12))
	}

	.col-md-6:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-6:last-child {
		margin-right: 0
	}

	.col-md-6:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-7 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 7/12 - (30px - 30px * 7/12));
		max-width: calc(99.9% * 7/12 - (30px - 30px * 7/12));
		width: calc(99.9% * 7/12 - (30px - 30px * 7/12))
	}

	.col-md-7:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-7:last-child {
		margin-right: 0
	}

	.col-md-7:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-8 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 8/12 - (30px - 30px * 8/12));
		max-width: calc(99.9% * 8/12 - (30px - 30px * 8/12));
		width: calc(99.9% * 8/12 - (30px - 30px * 8/12))
	}

	.col-md-8:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-8:last-child {
		margin-right: 0
	}

	.col-md-8:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-9 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 9/12 - (30px - 30px * 9/12));
		max-width: calc(99.9% * 9/12 - (30px - 30px * 9/12));
		width: calc(99.9% * 9/12 - (30px - 30px * 9/12))
	}

	.col-md-9:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-9:last-child {
		margin-right: 0
	}

	.col-md-9:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-10 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 10/12 - (30px - 30px * 10/12));
		max-width: calc(99.9% * 10/12 - (30px - 30px * 10/12));
		width: calc(99.9% * 10/12 - (30px - 30px * 10/12))
	}

	.col-md-10:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-10:last-child {
		margin-right: 0
	}

	.col-md-10:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-11 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 11/12 - (30px - 30px * 11/12));
		max-width: calc(99.9% * 11/12 - (30px - 30px * 11/12));
		width: calc(99.9% * 11/12 - (30px - 30px * 11/12))
	}

	.col-md-11:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-11:last-child {
		margin-right: 0
	}

	.col-md-11:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-md-12 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 12/12 - (30px - 30px * 12/12));
		max-width: calc(99.9% * 12/12 - (30px - 30px * 12/12));
		width: calc(99.9% * 12/12 - (30px - 30px * 12/12))
	}

	.col-md-12:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-md-12:last-child {
		margin-right: 0
	}

	.col-md-12:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.waffle-md-12 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		max-width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		height: calc(99.9% * 1/12 - (30px - 30px * 1/12));
	}

	.waffle-md-12:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-12:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-12:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-12:nth-last-child(-n + 12) {
		margin-bottom: 0;
	}

	.waffle-md-10 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/10 - (30px - 30px * 1/10));
		width: calc(99.9% * 1/10 - (30px - 30px * 1/10));
		max-width: calc(99.9% * 1/10 - (30px - 30px * 1/10));
		height: calc(99.9% * 1/10 - (30px - 30px * 1/10));
	}

	.waffle-md-10:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-10:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-10:nth-child(10n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-10:nth-last-child(-n + 10) {
		margin-bottom: 0;
	}

	.waffle-md-9 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/9 - (30px - 30px * 1/9));
		width: calc(99.9% * 1/9 - (30px - 30px * 1/9));
		max-width: calc(99.9% * 1/9 - (30px - 30px * 1/9));
		height: calc(99.9% * 1/9 - (30px - 30px * 1/9));
	}

	.waffle-md-9:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-9:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-9:nth-child(9n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-9:nth-last-child(-n + 9) {
		margin-bottom: 0;
	}

	.waffle-md-8 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/8 - (30px - 30px * 1/8));
		width: calc(99.9% * 1/8 - (30px - 30px * 1/8));
		max-width: calc(99.9% * 1/8 - (30px - 30px * 1/8));
		height: calc(99.9% * 1/8 - (30px - 30px * 1/8));
	}

	.waffle-md-8:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-8:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-8:nth-child(8n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-8:nth-last-child(-n + 8) {
		margin-bottom: 0;
	}

	.waffle-md-7 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/7 - (30px - 30px * 1/7));
		width: calc(99.9% * 1/7 - (30px - 30px * 1/7));
		max-width: calc(99.9% * 1/7 - (30px - 30px * 1/7));
		height: calc(99.9% * 1/7 - (30px - 30px * 1/7));
	}

	.waffle-md-7:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-7:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-7:nth-child(7n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-7:nth-last-child(-n + 7) {
		margin-bottom: 0;
	}

	.waffle-md-6 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/6 - (30px - 30px * 1/6));
		width: calc(99.9% * 1/6 - (30px - 30px * 1/6));
		max-width: calc(99.9% * 1/6 - (30px - 30px * 1/6));
		height: calc(99.9% * 1/6 - (30px - 30px * 1/6));
	}

	.waffle-md-6:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-6:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-6:nth-child(6n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-6:nth-last-child(-n + 6) {
		margin-bottom: 0;
	}

	.waffle-md-5 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/5 - (30px - 30px * 1/5));
		width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
		max-width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
		height: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	}

	.waffle-md-5:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-5:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-5:nth-child(5n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-5:nth-last-child(-n + 5) {
		margin-bottom: 0;
	}

	.waffle-md-4 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
		width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
		max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
		height: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	}

	.waffle-md-4:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-4:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-4:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-4:nth-last-child(-n + 4) {
		margin-bottom: 0;
	}

	.waffle-md-3 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
		width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
		max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
		height: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	}

	.waffle-md-3:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-3:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-3:nth-child(3n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-3:nth-last-child(-n + 3) {
		margin-bottom: 0;
	}

	.waffle-md-2 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
		width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
		max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
		height: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	}

	.waffle-md-2:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-md-2:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-md-2:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-md-2:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 600px) {
	.col-sm-1 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		max-width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		width: calc(99.9% * 1/12 - (30px - 30px * 1/12))
	}

	.col-sm-1:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-1:last-child {
		margin-right: 0
	}

	.col-sm-1:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-2 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 2/12 - (30px - 30px * 2/12));
		max-width: calc(99.9% * 2/12 - (30px - 30px * 2/12));
		width: calc(99.9% * 2/12 - (30px - 30px * 2/12))
	}

	.col-sm-2:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-2:last-child {
		margin-right: 0
	}

	.col-sm-2:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-3 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 3/12 - (30px - 30px * 3/12));
		max-width: calc(99.9% * 3/12 - (30px - 30px * 3/12));
		width: calc(99.9% * 3/12 - (30px - 30px * 3/12))
	}

	.col-sm-3:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-3:last-child {
		margin-right: 0
	}

	.col-sm-3:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-4 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 4/12 - (30px - 30px * 4/12));
		max-width: calc(99.9% * 4/12 - (30px - 30px * 4/12));
		width: calc(99.9% * 4/12 - (30px - 30px * 4/12))
	}

	.col-sm-4:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-4:last-child {
		margin-right: 0
	}

	.col-sm-4:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-5 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 5/12 - (30px - 30px * 5/12));
		max-width: calc(99.9% * 5/12 - (30px - 30px * 5/12));
		width: calc(99.9% * 5/12 - (30px - 30px * 5/12))
	}

	.col-sm-5:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-5:last-child {
		margin-right: 0
	}

	.col-sm-5:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-6 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 6/12 - (30px - 30px * 6/12));
		max-width: calc(99.9% * 6/12 - (30px - 30px * 6/12));
		width: calc(99.9% * 6/12 - (30px - 30px * 6/12))
	}

	.col-sm-6:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-6:last-child {
		margin-right: 0
	}

	.col-sm-6:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-7 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 7/12 - (30px - 30px * 7/12));
		max-width: calc(99.9% * 7/12 - (30px - 30px * 7/12));
		width: calc(99.9% * 7/12 - (30px - 30px * 7/12))
	}

	.col-sm-7:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-7:last-child {
		margin-right: 0
	}

	.col-sm-7:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-8 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 8/12 - (30px - 30px * 8/12));
		max-width: calc(99.9% * 8/12 - (30px - 30px * 8/12));
		width: calc(99.9% * 8/12 - (30px - 30px * 8/12))
	}

	.col-sm-8:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-8:last-child {
		margin-right: 0
	}

	.col-sm-8:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-9 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 9/12 - (30px - 30px * 9/12));
		max-width: calc(99.9% * 9/12 - (30px - 30px * 9/12));
		width: calc(99.9% * 9/12 - (30px - 30px * 9/12))
	}

	.col-sm-9:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-9:last-child {
		margin-right: 0
	}

	.col-sm-9:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-10 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 10/12 - (30px - 30px * 10/12));
		max-width: calc(99.9% * 10/12 - (30px - 30px * 10/12));
		width: calc(99.9% * 10/12 - (30px - 30px * 10/12))
	}

	.col-sm-10:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-10:last-child {
		margin-right: 0
	}

	.col-sm-10:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-11 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 11/12 - (30px - 30px * 11/12));
		max-width: calc(99.9% * 11/12 - (30px - 30px * 11/12));
		width: calc(99.9% * 11/12 - (30px - 30px * 11/12))
	}

	.col-sm-11:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-11:last-child {
		margin-right: 0
	}

	.col-sm-11:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.col-sm-12 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 12/12 - (30px - 30px * 12/12));
		max-width: calc(99.9% * 12/12 - (30px - 30px * 12/12));
		width: calc(99.9% * 12/12 - (30px - 30px * 12/12))
	}

	.col-sm-12:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0
	}

	.col-sm-12:last-child {
		margin-right: 0
	}

	.col-sm-12:nth-child(12n) {
		margin-right: 0;
		margin-left: auto
	}

	.waffle-sm-12 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		max-width: calc(99.9% * 1/12 - (30px - 30px * 1/12));
		height: calc(99.9% * 1/12 - (30px - 30px * 1/12));
	}

	.waffle-sm-12:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-12:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-12:nth-child(12n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-12:nth-last-child(-n + 12) {
		margin-bottom: 0;
	}

	.waffle-sm-10 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/10 - (30px - 30px * 1/10));
		width: calc(99.9% * 1/10 - (30px - 30px * 1/10));
		max-width: calc(99.9% * 1/10 - (30px - 30px * 1/10));
		height: calc(99.9% * 1/10 - (30px - 30px * 1/10));
	}

	.waffle-sm-10:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-10:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-10:nth-child(10n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-10:nth-last-child(-n + 10) {
		margin-bottom: 0;
	}

	.waffle-sm-9 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/9 - (30px - 30px * 1/9));
		width: calc(99.9% * 1/9 - (30px - 30px * 1/9));
		max-width: calc(99.9% * 1/9 - (30px - 30px * 1/9));
		height: calc(99.9% * 1/9 - (30px - 30px * 1/9));
	}

	.waffle-sm-9:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-9:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-9:nth-child(9n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-9:nth-last-child(-n + 9) {
		margin-bottom: 0;
	}

	.waffle-sm-8 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/8 - (30px - 30px * 1/8));
		width: calc(99.9% * 1/8 - (30px - 30px * 1/8));
		max-width: calc(99.9% * 1/8 - (30px - 30px * 1/8));
		height: calc(99.9% * 1/8 - (30px - 30px * 1/8));
	}

	.waffle-sm-8:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-8:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-8:nth-child(8n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-8:nth-last-child(-n + 8) {
		margin-bottom: 0;
	}

	.waffle-sm-7 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/7 - (30px - 30px * 1/7));
		width: calc(99.9% * 1/7 - (30px - 30px * 1/7));
		max-width: calc(99.9% * 1/7 - (30px - 30px * 1/7));
		height: calc(99.9% * 1/7 - (30px - 30px * 1/7));
	}

	.waffle-sm-7:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-7:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-7:nth-child(7n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-7:nth-last-child(-n + 7) {
		margin-bottom: 0;
	}

	.waffle-sm-6 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/6 - (30px - 30px * 1/6));
		width: calc(99.9% * 1/6 - (30px - 30px * 1/6));
		max-width: calc(99.9% * 1/6 - (30px - 30px * 1/6));
		height: calc(99.9% * 1/6 - (30px - 30px * 1/6));
	}

	.waffle-sm-6:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-6:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-6:nth-child(6n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-6:nth-last-child(-n + 6) {
		margin-bottom: 0;
	}

	.waffle-sm-5 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/5 - (30px - 30px * 1/5));
		width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
		max-width: calc(99.9% * 1/5 - (30px - 30px * 1/5));
		height: calc(99.9% * 1/5 - (30px - 30px * 1/5));
	}

	.waffle-sm-5:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-5:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-5:nth-child(5n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-5:nth-last-child(-n + 5) {
		margin-bottom: 0;
	}

	.waffle-sm-4 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/4 - (30px - 30px * 1/4));
		width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
		max-width: calc(99.9% * 1/4 - (30px - 30px * 1/4));
		height: calc(99.9% * 1/4 - (30px - 30px * 1/4));
	}

	.waffle-sm-4:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-4:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-4:nth-child(4n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-4:nth-last-child(-n + 4) {
		margin-bottom: 0;
	}

	.waffle-sm-3 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/3 - (30px - 30px * 1/3));
		width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
		max-width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
		height: calc(99.9% * 1/3 - (30px - 30px * 1/3));
	}

	.waffle-sm-3:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-3:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-3:nth-child(3n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-3:nth-last-child(-n + 3) {
		margin-bottom: 0;
	}

	.waffle-sm-2 {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/2 - (30px - 30px * 1/2));
		width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
		max-width: calc(99.9% * 1/2 - (30px - 30px * 1/2));
		height: calc(99.9% * 1/2 - (30px - 30px * 1/2));
	}

	.waffle-sm-2:nth-child(1n) {
		margin-right: 30px;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.waffle-sm-2:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.waffle-sm-2:nth-child(2n) {
		margin-right: 0;
		margin-left: auto;
	}

	.waffle-sm-2:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
}

/* helpers */
.fluid {
	max-width: 100%;
	height: auto;
}

p,
ul {
	margin-top: 0;
}

.float-right,
.right {
	float: right;
}

.float-left,
.left {
	float: left;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.items-center,
.align-items-center {
	align-items: center;
}

.items-start,
.align-items-start {
	align-items: flex-start;
}

.items-end,
.align-items-end {
	align-items: flex-end;
}

.content-center,
.justify-content-center {
	justify-content: center;
}

.content-start,
.justify-content-start {
	justify-content: flex-start;
}

.content-end,
.justify-content-end {
	justify-content: flex-end;
}

.content-between,
.justify-content-between {
	justify-content: space-between;
}

.content-around,
.justify-content-around {
	justify-content: space-around;
}

.content-evenly,
.justify-content-evenly {
	justify-content: space-evenly;
}

.m-0 {
	margin: 0;
}

.m-1 {
	margin: 1rem;
}

.m-2 {
	margin: 2rem;
}

.m-3 {
	margin: 3rem;
}

.m-4 {
	margin: 4rem;
}

.m-5 {
	margin: 5rem;
}

.p-0 {
	padding: 0;
}

.p-1 {
	padding: 1rem;
}

.p-2 {
	padding: 2rem;
}

.p-3 {
	padding: 3rem;
}

.p-4 {
	padding: 4rem;
}

.p-5 {
	padding: 5rem;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.my-1 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.my-4 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.my-5 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

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

.py-5 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.mx-1 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mx-2 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.mx-3 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.mx-4 {
	margin-left: 4rem;
	margin-right: 4rem;
}

.mx-5 {
	margin-left: 5rem;
	margin-right: 5rem;
}

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

.px-1 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-2 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-3 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-4 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.px-5 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.mr-0 {
	margin-right: 0;
}

.mr-1 {
	margin-right: 1rem;
}

.mr-2 {
	margin-right: 2rem;
}

.mr-3 {
	margin-right: 3rem;
}

.mr-4 {
	margin-right: 4rem;
}

.mr-5 {
	margin-right: 5rem;
}

.ml-0 {
	margin-left: 0;
}

.ml-1 {
	margin-left: 1rem;
}

.ml-2 {
	margin-left: 2rem;
}

.ml-3 {
	margin-left: 3rem;
}

.ml-4 {
	margin-left: 4rem;
}

.ml-5 {
	margin-left: 5rem;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 1rem;
}

.pr-2 {
	padding-right: 2rem;
}

.pr-3 {
	padding-right: 3rem;
}

.pr-4 {
	padding-right: 4rem;
}

.pr-5 {
	padding-right: 5rem;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: 1rem;
}

.pl-2 {
	padding-left: 2rem;
}

.pl-3 {
	padding-left: 3rem;
}

.pl-4 {
	padding-left: 4rem;
}

.pl-5 {
	padding-left: 5rem;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: 1rem;
}

.pt-2 {
	padding-top: 2rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pt-4 {
	padding-top: 4rem;
}

.pt-5 {
	padding-top: 5rem;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 1rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pb-3 {
	padding-bottom: 3rem;
}

.pb-4 {
	padding-bottom: 4rem;
}

.pb-5 {
	padding-bottom: 5rem;
}

/* form */
.group.alerts {
	margin-bottom: 0;
}

.group {
	clear: fix;
	margin-bottom: 1rem;
}

.group input,
.group select,
.group textarea {
	border: 1px solid transparent;
	width: calc(99.9% - 1rem);
	padding: .5rem;
	font-size: .875rem;
	background: white;
	outline: none;
	transition: all .2s
}

.group input:focus,
.group select:focus,
.group textarea:focus {
	border-color: transparent;
	transform: scale(1.01);
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .2);
}

.checkbox {
	position: relative;
	padding-left: 20px;
}

.checkbox input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
}

label p {
	font-size: 0.8125rem;
	line-height: 1.3em;
}

.rodo-hide {
	display: none;
}

.error {
	border-bottom-color: red !important;
}

.error-message {
	font-weight: bold;
	font-size: .7rem;
	color: rgb(214, 0, 0);
}

.alert {
	padding: 0.5rem 1rem;
	color: white;
	background: #333;
	margin-bottom: 1rem;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1rem;
	display: none;
}

.alert-danger {
	background: rgb(214, 0, 0);
	display: block;
}

.alert-warning {
	background: rgb(241, 117, 0);
	display: block;
}

.alert-success {
	background: rgb(0, 94, 0);
	display: block;
}

button {
	cursor: pointer;
}

table {
	margin-bottom: 1rem;
	border-collapse: collapse;
}

table th {
	font-weight: bold;
}

table th,
table td {
	padding: .5rem 1rem;
}

table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.table {
	margin-bottom: 1rem;
	border-collapse: collapse;
}

.table th {
	color: white;
	background: #8A2387;
	font-size: 1.08rem;
}

.table th {
	padding: .8rem 1.5rem;
	text-align: left;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.table td {
	padding: .5rem 1.5rem;
	text-align: left;
}

.table td {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.table tr:nth-child(2n+1) {
	background: rgba(0, 0, 0, .05);
}

.fluid-video {
	position: relative;
	overflow: hidden;
}

.fluid-video::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.fluid-video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


:root {
	font-size: 16px;
}

.navbar__toggler {
	display: none;
}

body {
	font-family: 'Nunito', sans-serif;
	background: #fff;
	color: #7D82B8;
	font-size: 1rem;
	line-height: 1.5rem;
	position: relative;
	padding: 10px;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #8A2387;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}

.container {
	display: flex;
	flex-flow: row wrap;
	max-width: 1510px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1536px) {
	.container {
		display: flex;
		flex-flow: row wrap;
		max-width: 1300px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 1330px) {
	.container {
		display: flex;
		flex-flow: row wrap;
		max-width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}
}

nav {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 100%);
	height: 123px;
	position: fixed;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	z-index: 999;
	transition: all .2s;
}

.affix {
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, .7);
}

nav .container {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tel {
	background: url(../img/tel.svg) left center no-repeat;
	padding-left: 90px;
	height: 64px;
	line-height: 64px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 24px;
	transition: all .2s;
}

.dom {
	background: url(../img/dom.svg) left center no-repeat;
	padding-left: 90px;
	background-size: 64px;
	font-size: 16px;
	text-transform: uppercase;
}

header .dom p {
	font-size: 16px;
}

header small {
	font-size: 80%;
	display: block;
	line-height: 1.1em;
	margin-top: 5px;
}

.affix .tel {
	background-size: auto 45px;
	padding-left: 60px;
}

.tel a {
	text-decoration: none;
	color: white;
}

.logo img {
	float: left;
	width: 173px;
	transition: all .2s;
}

.affix .logo img {
	width: 100px;
}

.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-nav li {
	float: left;
	margin-left: 5px;
}

.navbar-nav li:first-child {
	margin-left: 0;
}

.navbar-nav a {
	text-decoration: none;
	font-size: 1rem;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 15px;
	-webkit-transition: all .2s;
	transition: all .2s;
	border-radius: 50px;
	position: relative
}

.navbar-nav a::after {
	background: linear-gradient(to right, #8A2387 0%, #F27022 100%);
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	border-radius: 50px;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.navbar-nav .active>a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: white
}

.navbar-nav .active>a::after,
.navbar-nav a.active::after,
.navbar-nav a:hover::after,
.navbar-nav a:focus::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.btn {
	background: #8A2387;
	/* Old browsers */
	background: -moz-linear-gradient(left, #8A2387 0%, #F27022 50%, #F23F21 100%) 0/ 200%;
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8A2387 0%, #F27022 50%, #F23F21 100%) 0/ 200%;
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8A2387 0%, #F27022 50%, #F23F21 100%) 0/ 200%;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5700', endColorstr='#ff5700', GradientType=1) 0/ 200%;
	/* IE6-9 */
	color: white !important;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 25px;
	border-radius: 50px;
	-webkit-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	display: inline-block;
	border: 0
}

.btn:hover,
.btn:focus,
.btn:active {
	background: rgb(255, 87, 0);
	/* Old browsers */
	background: -moz-linear-gradient(left, #8A2387 0%, #F27022 50%, #F23F21 100%) 100%/ 200%;
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8A2387 0%, #F27022 50%, #F23F21 100%) 100%/ 200%;
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8A2387 0%, #F27022 50%, #F23F21 100%) 100%/ 200%;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5700', endColorstr='#ff5700', GradientType=1) 100%/ 200%;
	/* IE6-9 */
	box-shadow: 0px 0 90px #F27022;
}

header,
header .container {
	position: relative;
}

header {
	overflow: hidden
}

header .dane {
	position: absolute;
	z-index: 20;
	height: 100vh;
	top: 0;
	left: 0;
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 35%;
}

header .dane h1 {
	font-size: 70px;
	margin-top: 0;
	margin-bottom: 20px;
	color: white;
	line-height: 1;
	font-weight: normal;
}

header .dane h1 strong {
	font-weight: 700;
}

header .dane p {
	color: white;
	font-size: 21px;

	&:last-of-type {margin-bottom: 0;}
}

header .dane .godziny {
	background: url(../img/godziny.svg) left center no-repeat;
	padding-left: 90px;
	background-size: 64px;
	font-size: 16px;
	text-transform: uppercase;
}

header .dane .tel {
	margin-bottom: 30px;
	background-size: 64px;
}

header::after {
	content: '';
	position: absolute;
	width: 70%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
}

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

header .swiper-container img {
	float: left;
	width: 100%;
}

.home header .swiper-container img {
	float: left;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}


#uslugi {
	background: linear-gradient(to right, #8A2387 0%, #F27022 100%);
	padding: 50px 0;
}


#uslugi .row {
	align-items: center;
	justify-content: center;
	row-gap: 2.5rem;
}

#uslugi .row a {
	text-align: center;
	text-decoration: none;
	color: white;
	flex: 0 0 15%;
}


#uslugi .row a strong {
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.3;
	-webkit-transition: all .2s;
	transition: all .2s;
}


#uslugi .row a:hover img {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}


#uslugi .row a:hover strong {
	opacity: .7
}


#uslugi .row img {
	-ms-flex-item-align: center;
	align-self: center;
	max-height: 64px;
	max-width: 64px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#dlaczego-my {
	padding: 115px 0;
}

#dlaczego-my .col-12 {
	margin-bottom: 30px;
}

#dlaczego-my .col-4 {
	text-align: center;
}

#dlaczego-my .col-4 h4 {
	font-size: 30px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 15px;
}

.home h2 {
	font-weight: 400;
	font-size: 53px;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 15px;
}

#paralaksa {
	height: 500px;
	overflow: hidden;
}

#news {
	background: #F4E9F3;
	padding: 115px 0;
}

#news .col-12 {
	margin-bottom: 15px;
}

#news .col-12 .btn {
	margin-top: 15px;
}

#news .col-6 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

#news .col-6 img {
	border-radius: 50%;
	border: 10px solid white;
	margin-right: -100px;
	position: relative;
	z-index: 20;
	float: left;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#news .col-6 a:hover img {
	-webkit-transform: scale(1.03) translateY(-2px);
	transform: scale(1.03) translateY(-2px);
	-webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .2)
}

#news .col-6 .text {
	height: calc(100% - 60px);
	background: #fff;
	padding: 30px 30px 30px 130px;
}

#news .col-6 .text p:last-of-type {
	margin-bottom: 0;
}

#news .col-6 h4 {
	font-size: 30px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 400;
}

#news .col-6 h4 a {
	text-decoration: none;
	color: #8A2387;
	-webkit-transition: all .2s;
	transition: all .2s
}

#news .col-6 h4 a:hover {
	opacity: .7;
}

#news .col-6 p {
	font-size: 16px;
}

.col-6:nth-child(2n) {
	margin-right: 0;
}

.big.btn {
	padding: 25px 80px;
	font-size: 16px;
}

#kontakt {
	padding: 115px 0;
	background: linear-gradient(to right, #8A2387 0%, #F27022 100%);
	color: white;
	text-align: center;
}

#kontakt h2 {
	color: white;
	font-weight: 400;
	font-size: 53px;
	margin-top: 0;
	line-height: 1.1;
	margin-bottom: 15px;
}

#kontakt p {
	font-size: 21px;
}

#kontakt p a {
	color: white;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: underline;
}

#kontakt p a:hover {
	color: #F4E9F3;
	text-decoration: underline;
}

footer {
	background: #fff;
	padding: 115px 0 30px;
	float: left;
	width: 100%;
}

footer h5 {
	margin-top: 0;
	line-height: 1;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

footer p {
	font-size: 16px;
	max-width: 60%
}

footer ul {
	padding-left: 0;
}

footer ul li {
	list-style: none;
	margin-bottom: 8px;
}

footer ul li a {
	color: #7D82B8;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	line-height: 1.3
}

footer ul li a:hover {
	color: #8A2387;
}

footer hr {
	border: 0;
	border-bottom: 1px solid #F4E9F3;
	height: 1px;
	width: 100%;
	margin: 30px 0;
}

footer .footer_logo img {
	float: left;
	width: 173px;
}

.madeby {
	line-height: 1em;
	text-decoration: none;
	color: black;
}

.madeby small {
	float: left;
	font-size: 10px;
	margin: .5px 3px 0 0;
}

.madeby img {
	float: left;
	width: 90px;
}




/* podstrona */

.sub header::after {
	display: none;
}

.sub main {
	padding: 50px 0 0;

}

.sub main iframe {
	margin-top: 50px;
}

.sub main h1,
.sub main .h1,
.sub main h2,
.sub main .h2,
.sub main h3,
.sub main .h3,
.sub main h3,
.sub main .h3,
.sub main h4,
.sub main .h4,
.sub main h5,
.sub main .h5,
.sub main h6,
.sub main .h6 {
	font-family: 'Nunito', sans-serif
}

.sub main h1,
.sub main .h1,
.sub main h2,
.sub main .h2,
.sub main h3,
.sub main .h3,
.sub main h3,
.sub main .h3,
.sub main h4,
.sub main .h4,
.sub main h5,
.sub main .h5,
.sub main h6,
.sub main .h6 {
	font-weight: 700;
	color: #8A2387;
	margin: 30px 0 20px;
	line-height: 1em;
}

.sub main h1,
.sub main .h1 {
	font-size: 70px
}

.sub main h2,
.sub main .h2 {
	font-size: 53px
}

.sub main h3,
.sub main .h3 {
	font-size: 40px
}

.sub main h4,
.sub main .h4 {
	font-size: 30px
}

.sub main h5,
.sub main .h5 {
	font-size: 22px
}

.sub main h6,
.sub main .h6 {
	font-size: 16px
}

.sub main .lead {
	font-size: 21px;
	line-height: 1.5em;
	color: #8A2387;
}

.sub main a {
	color: #8A2387;
}

.sub main #main h2:first-of-type {
	margin-top: 0;
}

aside.czytaj h2 {
	margin-top: 0;
}

aside.czytaj .flex {
	margin-bottom: 30px;
}

aside.czytaj .flex>a {
	max-width: 33%;
	margin-right: 15px;
	-webkit-transition: all .2s;
	transition: all .2s
}

aside.czytaj .flex>a:hover {
	opacity: .8;
}

aside.czytaj .flex>a img {
	max-width: 100%;
}

aside.czytaj .flex h4 {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
}

aside.czytaj .flex h4 a {
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s
}

aside.czytaj .flex h4 a:hover {
	opacity: .8;
	text-decoration: underline;
}

.sub #news {
	background: #fff;
	padding: 0;
}

.sub #news img {
	border-color: #F4E9F3;
}

.sub #news .text {
	background: #F4E9F3;
}

.nav-accordion,
.nav-accordion--opened {
	margin: 0;
	padding: 0;
}

.nav-accordion>li>a,
.nav-accordion--opened>li>a {
	color: #7D82B8;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	font-size: 20px
}

.nav-accordion>li>a:hover,
.nav-accordion>li>a.active,
.nav-accordion--opened>li>a:hover,
.nav-accordion--opened>li>a.active {
	background: #04043E;
	color: white;
}

.nav-accordion ul,
.nav-accordion--opened ul {
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .02);
}

.nav-accordion ul a,
.nav-accordion--opened ul a {
	padding: 7px 12px 7px 24px;
}

.nav-accordion li,
.nav-accordion--opened li {
	list-style: none;
}

.nav-accordion li a,
.nav-accordion--opened li a {
	color: #7D82B8;
	text-decoration: none;
	display: block;
	line-height: 1.3em;
	padding: 7px 12px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.nav-accordion>li:first-child>a,
.nav-accordion--opened>li:first-child>a {
	border-top: 0;
}

.nav-accordion ul li a:hover,
.nav-accordion ul li a.active,
.nav-accordion--opened ul li a:hover,
.nav-accordion--opened ul li a.active {
	color: #8A2387;
	background: #f0f0f0;
}


.nav-accordion ul:not(.show) {
	max-height: 0;
	overflow: hidden;
}


.nav-accordion .show {
	max-height: 100%
}


.gallery {
	padding-top: 15px;
}

.gallery .col-8,
.gallery .col-4 {
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery .col-4 {
	max-width: calc(100% * 4/12 - (10px - 10px * 4/12));
	width: calc(100% * 4/12 - (10px - 10px * 4/12));
	flex-basis: calc(100% * 4/12 - (10px - 10px * 4/12));
}

.gallery .col-8 {
	max-width: calc(100% * 8/12 - (10px - 10px * 8/12));
	width: calc(100% * 8/12 - (10px - 10px * 8/12));
	flex-basis: calc(100% * 8/12 - (10px - 10px * 8/12));
}

.gallery .col-4:nth-child(2),
.gallery .col-4:nth-child(5),
.gallery .col-4:nth-child(8),
.gallery .col-8:nth-child(10n),
.gallery .col-4:nth-child(13n),
.gallery .col-4:nth-child(16n),
.gallery .col-4:nth-child(18n),
.gallery .col-4:nth-child(21n) {
	margin-right: 0;
}

.col-4:nth-child(12n) {
	margin-right: 10px;
	margin-left: 0;
}



.gallery a {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	overflow: hidden;
	width: 100%;
	max-height: 38vh;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.gallery a img {
	/* width: 100%; */
	max-width: 100%;
	float: none;
	align-self: center;
	object-position: center;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.gallery a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .7;
}

.gallery a:nth-child(4n) {
	margin-right: 0;
}

.gallery a::before {
	content: '';
	width: 30px;
	height: 30px;
	-ms-flex-item-align: center;
	align-self: center;
	position: absolute;
	z-index: 20;
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	background-size: contain;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUyLjk2NiA1Mi45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyLjk2NiA1Mi45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguOTgzLDIwaC02di02YzAtMC41NTItMC40NDgtMS0xLTFzLTEsMC40NDgtMSwxdjZoLTZjLTAuNTUyLDAtMSwwLjQ0OC0xLDFzMC40NDgsMSwxLDFoNnY2YzAsMC41NTIsMC40NDgsMSwxLDEgICBzMS0wLjQ0OCwxLTF2LTZoNmMwLjU1MiwwLDEtMC40NDgsMS0xUzI5LjUzNSwyMCwyOC45ODMsMjB6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNNTEuNzA0LDUxLjI3M0wzNi44NDUsMzUuODJjMy43OS0zLjgwMSw2LjEzOC05LjA0MSw2LjEzOC0xNC44MmMwLTExLjU4LTkuNDItMjEtMjEtMjFzLTIxLDkuNDItMjEsMjFzOS40MiwyMSwyMSwyMSAgIGM1LjA4MywwLDkuNzQ4LTEuODE3LDEzLjM4NC00LjgzMmwxNC44OTUsMTUuNDkxYzAuMTk2LDAuMjA1LDAuNDU4LDAuMzA3LDAuNzIxLDAuMzA3YzAuMjUsMCwwLjQ5OS0wLjA5MywwLjY5My0wLjI3OSAgIEM1Mi4wNzQsNTIuMzA0LDUyLjA4Niw1MS42NzEsNTEuNzA0LDUxLjI3M3ogTTIuOTgzLDIxYzAtMTAuNDc3LDguNTIzLTE5LDE5LTE5czE5LDguNTIzLDE5LDE5cy04LjUyMywxOS0xOSwxOSAgIFMyLjk4MywzMS40NzcsMi45ODMsMjF6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.gallery a:hover::before {
	opacity: 1;
}


.downloads {
	padding: 0;
	margin: 0 0 30px;
}


.downloads li {
	list-style: none;
}


.downloads li a {
	padding: 10px 20px 10px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	border-top: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all .2s;
	transition: all .2s;
	background: rgba(0, 0, 0, .02);

	color: #7D82B8;
	position: relative;
	line-height: 1.1em;
}


.downloads li a small {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
}


.downloads li a::before {
	content: '‣';
	display: block;
	position: absolute;
	top: auto;
	left: 20px;
	font-size: 36px;
	color: #8A2387
}


.downloads li a em {
	font-style: normal;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .3);
}


.downloads li a:hover {
	background: rgba(0, 0, 0, .05);
}


.downloads li:nth-child(2n+1)>a {
	background: transparent
}


.downloads li:nth-child(2n+1)>a:hover {
	background: rgba(0, 0, 0, .05);
}


.downloads li:last-child>a {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.downloads li a .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.downloads li a .info::after {
	content: "POBIERZ PLIK";
	display: block;
	background: linear-gradient(to right, #8A2387 0%, #F27022 100%);
	color: white;
	font-weight: normal;
	padding: 8px 15px;
	float: right;
	margin-left: 30px;
	border-radius: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.downloads li a:hover .info::after {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	background: linear-gradient(to right, rgb(153, 42, 149) 0%, rgb(250, 129, 54) 100%);
	-webkit-box-shadow: 0 10px 15px -8px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 15px -8px rgba(0, 0, 0, .3);
}

#form fieldset {
	padding: 0;
	border: 0;
}

#form form .group {
	position: relative;
	margin-top: 25px !important;
}

#form form .group:last-child {
	margin-top: 0;
}

#form form .group .error-message {
	display: none;
}

#form form .group .error-message:first-of-type {
	display: block;
	position: absolute;
	bottom: -23px;
	left: 0;
}

#form form label p,
#form form label li {
	font-style: 14px;
}

#form form label a {
	text-decoration: none;
}

#form form input:not([type="checkbox"]),
#form form textarea {
	position: relative;
	background: none;
	border-radius: 0;
	padding: 10px 15px;
	background: #f2f2f2;
	width: calc(100% - 30px);
	transition: all .2s;
}

#form form input:not([type="checkbox"]):focus,
#form form textarea:focus {
	background: #ebebeb;
}

#form form input:not([type="checkbox"]):focus,
#form form textarea:focus {
	border-bottom-color: #8A2387;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form form textarea {
	height: 205px;
}

#form form .checkbox {
	text-align: left;
	margin: 5px 0 0 !important;
	justify-content: flex-start
}

#form form .alerts {
	margin: 0 !important;
}

aside {
	position: relative;
	margin-top: 40px;
}

aside .fxd {
	position: fixed;
	width: 14%;
}

aside .title {
	font-weight: 700;
	color: #8A2387;
	margin-bottom: 15px;
	font-size: 24px;
}

.sub main ul {
	padding-left: 0;
}

.nav-stacked {
	margin: 0;
	padding: 0;
	list-style: none;
	background: linear-gradient(to right, #8A2387 0%, #F27022 100%);
	max-width: 80%;
	border-radius: 12px;
	overflow: hidden
}

.nav-stacked li {
	display: block;
	margin-left: 0 !important;
}

.nav-stacked a {
	text-decoration: none;
	line-height: 1.2em;
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	color: white !important;
	border-top: 1px solid #ffffff25;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.nav-stacked a img {
	float: left;
	height: 24px;
	margin-right: 15px;
}

.nav-stacked .active>a,
.nav-stacked a:focus,
.nav-stacked a:hover {
	color: white !important;
	padding-left: 18px;
	background: rgba(0, 0, 0, .1);
}


/* Facebook slider - right */

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;

	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .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;
}

/* paginator */

#pages {
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto !important;
	padding: 0 !important;
}

.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: relative;
	left: auto;
	margin-right: 5px;
}

.jPag-control-front {
	position: relative;
	;
	top: auto;
	left: auto !important
}

.jPaginate span {
	cursor: pointer;
}

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

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

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 0px 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 0px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

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

span.jPag-snext,
span.jPag-snext-img {
	margin: 2px 2px 2px 0px;
	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;
}




/* AKORDEON */

.akordeon {
	width: 100%;
}

.akordeon * {
	display: block;
}

.akordeon .disabled {
	opacity: .5
}

.akordeon>tbody>tr>td {
	padding: 0;
	margin-bottom: -1px;
	border: 1px solid #e2e2e2 !important;
}

.akordeon>tbody>tr:nth-child(2n) {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	transition: all .2s;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-box: border-box;
}

.akordeon>tbody>tr:nth-child(2n)>td {
	padding: 15px;
}

.akordeon>tbody>.show {
	max-height: 100% !important;
	-webkit-transform: scaleY(1) !important;
	transform: scaleY(1) !important;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.akordeon>tbody>tr>td>h2,
.akordeon>tbody>tr>td>h3 {
	padding: 10px 15px;
	display: block;
	position: relative;
	margin: 0 !important;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.akordeon>tbody>tr>td>h2:hover,
.akordeon>tbody>tr>td>h3:hover {
	background: rgba(0, 0, 0, 0.02);
}

.akordeon>tbody>tr>td>h2:focus,
.akordeon>tbody>tr>td>h3:focus,
.akordeon>tbody>.active>td>h2,
.akordeon>tbody>.active>td>h3 {
	background: #8A2387 !important;
	color: white;
}

.akordeon>tbody>tr>td>h2:focus small,
.akordeon>tbody>tr>td>h3:focus small,
.akordeon>tbody>.active>td>h2 small,
.akordeon>tbody>.active>td>h3 small {
	color: white;
}

.akordeon>tbody>tr>td>h2:focus span,
.akordeon>tbody>tr>td>h3:focus span,
.akordeon>tbody>.active>td>h2 span,
.akordeon>tbody>.active>td>h3 span {
	opacity: 0;
}

.akordeon>tbody>tr>td>h2 small,
.akordeon>tbody>tr>td>h3 small {
	display: block;
	font-size: 12px;
	color: #999;
}

.akordeon>tbody>tr>td>h2::after,
.akordeon>tbody>tr>td>h3::after {
	content: "+";
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	opacity: 0.5;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: none;
	width: auto;
	height: auto;
	margin: 0;
}

.akordeon>tbody>tr>td>h2:focus::after,
.akordeon>tbody>tr>td>h3:focus::after,
.akordeon>tbody>.active>td>h2::after,
.akordeon>tbody>.active>td>h3::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	color: white !important;
	opacity: 1;
}

.akordeon>tbody>tr>td>h2 span,
.akordeon>tbody>tr>td>h3 span {
	position: absolute;
	top: 23px;
	right: 45px;
	font-size: 10px;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
}

.akordeon table td p {
	margin-bottom: 0;
}



/*GALERIA*/


.gal-container {
	padding: 12px;
}

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

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

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

.gal-item .box a {
	width: 100%;
	height: 100%;
}

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

.gal-item a:before {
	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: 350px;
	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:before {
	opacity: 1;
}

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

.uslugi {
	margin-bottom: 30px;
}

.hashlink {
	height: 50px;
	visibility: hidden;
	position: absolute;
	top: -50px;
}

.uslugi img {
	max-width: 60px;
	padding: 20px;
	height: auto;
	background-image: url('../img/bg.svg');
	background-size: 100px 100px;
}

.uslugi .col-3 {
	padding-top: 30px;
	position: relative;
}

.uslugi .col-3:nth-child(4n) {
	margin-right: 0;
	margin-left: auto;
}

.uslugi li {
	list-style-image: url(../img/bullet.svg);
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 1.3;
}

.totop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	width: 42px;
	height: 42px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: -2px 5px 15px -2px rgba(0, 0, 0, .4);
}

.totop i {
	width: 0;
	height: 0;
	margin-top: -10px;
	border: 8px solid transparent;
	border-bottom: 12px solid white;
}

main iframe {
	display: block;
}



/* rwd

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/

@media screen and (max-height: 689px) {
	header .dane {
		max-width: 70%;
	}

	header .dane h1 {
		font-size: 45px !important;
	}

	header .dane p {
		margin-bottom: 15px !important;
	}
}

@media screen and (max-height: 559px) {
	header .dane {
		max-width: 80%;
	}

	header .dane h1 {
		font-size: 40px !important;
	}

	header .dane p {
		margin-bottom: 10px !important;
	}

	header .dane p:first-of-type {
		display: none;
	}
}


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

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

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

@media screen and (max-width: 1440px) {
	header .dane h1 {
		font-size: 55px;
	}

	header .dane p {
		font-size: 19px;
	}

	.big.btn {
		padding: 15px 60px;
		font-size: 16px;
	}
}


@media screen and (max-width: 1366px) {
	#navbar .tel {
		background-size: 32px;
		font-size: 18px;
		padding-left: 40px;
	}

	.navbar-nav a {
		font-size: .875rem;
	}

	.logo img {
		width: 160px;
	}

	header .dane {max-width: 50%;}

	body {
		overflow-x: hidden;
	}

}


@media screen and (max-width: 1360px) {
	.gallery a {
		max-height: 35vh;
	}
}


/* height: 1024 & 720px */


@media screen and (max-width: 1280px) {
	header .dane {
		max-width: 65%;
	}

	#dlaczego-my .col-4 h4 {
		font-size: 28px;
	}

	.gallery a {
		max-height: 33vh;
	}
}


@media screen and (max-width: 1199px) {
	#navbar .tel {
		display: none
	}

	header .dane h1 {
		font-size: 40px;
	}

	header .dane p:first-of-type {
		display: none;
	}

	header .dane {
		height: 85vh;
	}

	#uslugi {overflow: hidden;}

	#uslugi .row {
		flex-wrap: wrap;
	}

	#uslugi .row a strong {
		font-size: 14px;
	}

	#dlaczego-my .col-4 h4 {
		font-size: 24px;
	}

	#paralaksa {
		background: url(../img/paralaksa.jpg) center no-repeat;
		background-attachment: fixed;
	}

	#paralaksa img {
		visibility: hidden;
	}

	#news .col-6 .text {
		height: calc(100% - 35px);
		padding: 15px 15px 15px 110px;
	}

	#news .col-6 h4 {
		font-size: 24px;
	}

	.gallery a {
		max-height: 30vh;
	}
}

@media screen and (max-width: 1023px) {
	.navbar__toggler {
		display: block;
		border: 0;
		padding: 0;
		background: none;
		outline: none;
	}

	.navbar__toggler div {
		display: block;
		margin-top: 5px;
		width: 35px;
		height: 3px;
		background: #fff;
	}

	.navbar__toggler div:first-child {
		margin-top: 0;
	}

	.navbar-nav {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 999;
		width: 100%;
		transform-origin: top;
		transition: all .2s;
		transform: scaleY(0);
		opacity: 0;
	}

	.navbar-nav.show {
		transform: scaleY(1);
		opacity: 1;
	}

	nav {
		height: 80px;
	}

	.logo img {
		width: 125px;
	}

	.navbar-nav li {
		width: 100%;
		display: block;
		background: rgba(22, 22, 22, .95);
		margin: 0;
	}

	.navbar-nav a {
		display: block;
		z-index: 20;
		background: none;
		border-radius: 0;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}

	.navbar-nav a::after {
		border-radius: 0;
		left: 0;
	}

	.home header {
		height: 100vh;
		text-align: center;
	}

	header .dane {
		text-align: center;
		justify-content: center;
		max-width: 100%;
		height: calc(100vh - 80px);
		top: 80px;
		width: 100%;
	}

	header .dane p {
		text-align: center;
		width: 100%;
	}

	.home header .swiper-container img {
		filter: brightness(.4);
	}

	header h1 {
		text-align: center;
		width: 100%;
	}

	header .dane .godziny {
		background-position: center top;
		padding: 70px 0 0 0;
		margin-top: 15px;
		width: 100%;
	}

	header .dane .tel {
		background-position: center top;
		padding: 60px 0 0 0;
		margin-top: 15px;
		width: 100%;
	}

	header .dane .btn {
		margin: 0 auto;
		float: none;
	}

	#uslugi {
		background: linear-gradient(to top, #8A2387 0%, #F27022 100%);
		padding: 30px 0 60px;
	}

	#uslugi .row a {
		flex: 0 0 21%;
	}

	/* #uslugi .row {
		flex-direction: column;
	} */

	/* #uslugi .row a {
		display: flex;
		align-items: center;
		width: 100%;
		margin-top: 30px;
		flex-direction: row;
		text-align: left;
	}

	#uslugi .row a img {
		padding-right: 20px;
		margin-right: 20px;
		border-right: 1px solid rgba(255, 255, 255, .2);
	}

	#uslugi .row a strong {
		margin: 0;
		font-size: 18px;
		line-height: 1.1;
	} */

	#dlaczego-my .col-4 {
		margin-bottom: 30px;
	}

	#news .col-6 .text {
		align-items: flex-start;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}

	#news .col-6 p {
		margin-bottom: 0;
	}

	footer {
		padding: 0 0 30px;
		text-align: center;
	}

	footer h5 {
		margin-top: 60px;
	}

	footer p {
		font-size: 16px;
		max-width: 100%;
	}

	.uslugi .col-md-6:nth-child(2n) {
		margin-right: 0;
	}
}


@media screen and (max-width: 800px) {
	.gallery .col-8 {
		max-width: 100%;
		width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.gallery .col-4 {
		max-width: calc(100% * 6/12 - (10px - 10px * 6/12));
		width: calc(100% * 6/12 - (10px - 10px * 6/12));
		flex-basis: calc(100% * 6/12 - (10px - 10px * 6/12));
	}

	.gallery .col-4:nth-child(3n),
	.gallery .col-4:nth-child(7n) {
		margin-right: 0;
	}

	.gallery .col-4:nth-child(2n),
	.gallery .col-4:nth-child(6n),
	.gallery .col-4:nth-child(13n),
	.gallery .col-4:nth-child(15n),
	.gallery .col-4:nth-child(18n),
	.gallery .col-4:nth-child(20n),
	.gallery .col-4:nth-child(22n),
	.gallery .col-4:nth-child(24n),
	.gallery .col-4:nth-child(26n),
	.gallery .col-4:nth-child(28n),
	.gallery .col-4:nth-child(30n),
	.gallery .col-4:nth-child(32n) {
		margin-right: 10px;
	}

	.gallery .col-4:nth-child(12n),
	.gallery .col-4:nth-child(14n),
	.gallery .col-4:nth-child(16n),
	.gallery .col-4:nth-child(17n),
	.gallery .col-4:nth-child(19n),
	.gallery .col-4:nth-child(21n),
	.gallery .col-4:nth-child(23n),
	.gallery .col-4:nth-child(25n),
	.gallery .col-4:nth-child(27n),
	.gallery .col-4:nth-child(29n),
	.gallery .col-4:nth-child(31n),
	.gallery .col-4:nth-child(33n),
	.gallery .col-4:nth-child(35n) {
		margin-right: 0;
	}
}


@media screen and (max-width: 799px) {
	#uslugi .row a {
		flex: 0 0 33%;
	}
}


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

	.sub main h1,
	.sub main .h1 {
		font-size: 60px;
	}
}


@media screen and (max-width: 600px) {
	#uslugi .row a {
		flex: 0 0 45%;
	}
}


@media screen and (max-width: 480px) {
	#news .col-6 {
		flex-direction: column;
		margin-right: 0;
	}

	#news .img {
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 99;
		margin-bottom: -100px;
	}

	#news .img img {
		display: block;
		margin: 0 auto;
		float: none;
	}

	#news .col-6 .text {
		height: calc(100% - 30px);
		padding: 115px 15px 15px;
	}

	#paralaksa {
		background-size: cover;
	}
}


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


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


@media screen and (max-width: 414px) {
	header .dane {
		padding: 0 15px;
		width: calc(100% - 30px);
	}

	/* #uslugi .row a {
		padding: 0 15px;
		width: calc(100% - 30px);
	} */

	.home h2 {
		font-size: 45px;
	}

	footer .content-between {
		flex-direction: column;
		justify-content: center;
	}

	.madeby {
		margin-top: 30px;
	}

	.sub main {
		padding: 0;
	}
}


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

	.sub main h1,
	.sub main .h1 {
		font-size: 45px;
	}
}


@media screen and (max-width: 360px) {
	header .dane h1 {
		margin-bottom: 0;
	}

	header .dane p {
		margin: 10px 0 0 0;
		font-size: 15px;
	}

	.big.btn {
		padding: 12px 30px;
		font-size: 12px;
	}

	header .dane .godziny {
		font-size: 12px;
	}

	header .dane .tel {
		line-height: 1.5;
		padding: 80px 0 0 0;
		height: auto;
	}

	header .dane h1 {
		font-size: 35px;
	}

	header .dane {
		height: calc(100vh - 60px);
		top: 60px;
	}
}


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

/*# sourceMappingURL=main.css.map */