@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Muli:400,700&amp;subset=latin-ext');
@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');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.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 {
	border:0;
	border-bottom: 1px dashed #cfcfcf;
	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 >>
 *
 */

.sub section .container {
	display: block;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.navbar__toggler {
	display: none;
}

.delay-05s {
	animation-delay: .5s;
}

.delay-04s {
	animation-delay: .4s;
}

.delay-03s {
	animation-delay: .3s;
}

.delay-02s {
	animation-delay: .2s;
}

.delay-01s {
	animation-delay: .1s;
}

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

.col-1 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% * 1/12 - (30px - 30px * 1/12));
	max-width: calc(100% * 1/12 - (30px - 30px * 1/12));
	width: calc(100% * 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(100% * 2/12 - (30px - 30px * 2/12));
	max-width: calc(100% * 2/12 - (30px - 30px * 2/12));
	width: calc(100% * 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(100% * 3/12 - (30px - 30px * 3/12));
	max-width: calc(100% * 3/12 - (30px - 30px * 3/12));
	width: calc(100% * 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(100% * 4/12 - (30px - 30px * 4/12));
	max-width: calc(100% * 4/12 - (30px - 30px * 4/12));
	width: calc(100% * 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(100% * 5/12 - (30px - 30px * 5/12));
	max-width: calc(100% * 5/12 - (30px - 30px * 5/12));
	width: calc(100% * 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(100% * 6/12 - (30px - 30px * 6/12));
	max-width: calc(100% * 6/12 - (30px - 30px * 6/12));
	width: calc(100% * 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(100% * 7/12 - (30px - 30px * 7/12));
	max-width: calc(100% * 7/12 - (30px - 30px * 7/12));
	width: calc(100% * 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(100% * 8/12 - (30px - 30px * 8/12));
	max-width: calc(100% * 8/12 - (30px - 30px * 8/12));
	width: calc(100% * 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(100% * 9/12 - (30px - 30px * 9/12));
	max-width: calc(100% * 9/12 - (30px - 30px * 9/12));
	width: calc(100% * 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(100% * 10/12 - (30px - 30px * 10/12));
	max-width: calc(100% * 10/12 - (30px - 30px * 10/12));
	width: calc(100% * 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(100% * 11/12 - (30px - 30px * 11/12));
	max-width: calc(100% * 11/12 - (30px - 30px * 11/12));
	width: calc(100% * 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(100% * 12/12 - (30px - 30px * 12/12));
	max-width: calc(100% * 12/12 - (30px - 30px * 12/12));
	width: calc(100% * 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
}

/* helpers */
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 !important;
}

.block {
	display: block !important;
}

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

.flex {
	display: flex !important;
}

.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;
}

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

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

.group input,
.group select,
.group textarea {
	border: 1px solid transparent;
	width: calc(100% - 30px);
	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 * {
	font-size: 0.8125rem;
	line-height: 1.3em;
}

.rodo-hide {
	display: none;
}

.error {
	background: rgb(255, 191, 241) !important;
}

.error-message {
	font-weight: bold;
	font-size: .7rem;
	color: rgb(255, 188, 229);
}

.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);
}

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

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

fieldset {
	float: left;
	padding: 0;
	margin: 0;
	border: 0
}

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: rgba(0, 0, 0, .3);
	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;
}

body {
	background: #fff1f7;
	font-family: 'Muli', sans-serif;
	color: black;
	font-size: 1rem;
	line-height: 1.5rem;
	padding-top: 125px;
	position: relative;
}

@media screen and (min-width: 1199px) {
	body {
		font-size: 1rem
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: .75rem
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: black;
	font-family: 'Amatic SC', cursive;
	font-weight: bold;
}

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

nav {
	background: white;
	height: 125px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .2s;
}

.logo img {
	transition: all .2s;
	height: 106px;
}

.affix {
	height: 75px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.affix .logo img {height: 60px;}

nav .container-fluid {
	height: 100%;
	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;
	padding: 0 60px;
}


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

}


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


.navbar-nav a {
	text-decoration: none;
	font-size: 23px;
	letter-spacing: 1px;
	color: black;
	text-transform: uppercase;
	font-family: 'Amatic SC', cursive;
	font-weight: 700;
	padding: 10px 15px;
	-webkit-transition: all .2s;
	transition: all .2s;
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}


.navbar-nav a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #007A83;
	background: -webkit-gradient(linear, left bottom, right top, from(rgb(0, 141, 152)), to(rgb(0, 104, 112)));
	background: linear-gradient(to right top, rgb(0, 141, 152) 0%, rgb(0, 104, 112) 100%);
	z-index: -1;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
	border-radius: 25px;
}


.navbar-nav .active>a,
.navbar-nav a.active,
.navbar-nav a:hover,
.navbar-nav a:focus {
	color: white
}


.navbar-nav .active>a::after,
.navbar-nav a.active::after,
.navbar-nav a:hover::after,
.navbar-nav a:focus::after {
	opacity: 1;
}

.btn {
	background: -webkit-gradient(linear, left bottom, right top, from(rgb(0, 141, 152)), to(rgb(0, 104, 112)));
	background: linear-gradient(to right top, rgb(0, 141, 152) 0%, rgb(0, 104, 112) 100%);
	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: 4px;
	-webkit-transition: all .15s;
	transition: all .15s;
	display: inline-block;
	border: 0;
	border-radius: 8px
}

.btn:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .2);
}

.btn:active,
.btn:focus {
	-webkit-filter: brightness(85%);
	filter: brightness(85%);
	-webkit-transform: scale(.98);
	transform: scale(.98);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

button {
	background: -webkit-gradient(linear, left top, left bottom, from(#9E3968), to(#922B5A));
	background: linear-gradient(to bottom, #9E3968 0%, #922B5A 100%);
	color: white;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px 25px;
	border-radius: 4px;
	-webkit-transition: all .15s;
	transition: all .15s;
	display: inline-block;
	border: 0;
	border-radius: 8px
}

button:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .2);
}

button:active,
button:focus {
	-webkit-filter: brightness(85%);
	filter: brightness(85%);
	-webkit-transform: scale(.98);
	transform: scale(.98);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}


header {
	height: calc(100vh - 125px);
	overflow: hidden;

	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
}

.slogan {
	position: absolute;
	z-index: 100;
	color: white;
	text-align: center;
	max-width: 27%;
	/* top: 51.5vh; */
	width: 100%;
	left:0;
	right:0;
	margin: 0 auto;
}

.sub .slogan {
	top: 200px;
	max-width: 25%
}

.slogan h1 {
	color: white;
	font-size: 5.0625rem;
	line-height: 1em;
	margin: 0;
}

.sub .slogan .h1 {
	color: white;
	font-size: 4rem;
	line-height: 1em;
	margin: 0 0 15px;
	text-align: center;
	font-family: 'Amatic SC', cursive;
    font-weight: bold;
}

.slogan p {
	font-size: 20px;
	line-height: 1.5em;
	margin: 0;
}

.sub .swiper-button-next, 
.sub .swiper-button-prev {display: none;}


.home #main,
.home #main h2 {
	text-align: center;
}

.home #main {
	padding: 150px 0 0;
	background: url(../img/ofirmie-bg.png) center no-repeat;
	background-size: auto 100%;
}

.home #main img {
	display: inline;
	margin: 50px auto 0;
}

.home #main h2 {
	width: 100%;
	line-height: 1em;
	margin: 0 0 30px 0;
	font-size: 5.0625rem;
}

.home #main p {
	font-size: 20px
}

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	z-index: 999;
	position: relative;
}

.grid img {
	max-width: 100%;
	float: left;
}

.grid .green {
	background: -webkit-gradient(linear, left bottom, right top, from(rgb(0, 141, 152)), to(rgb(0, 104, 112)));
	background: linear-gradient(to right top, rgb(0, 141, 152) 0%, rgb(0, 104, 112) 100%)
}

.grid .violet {
	background: -webkit-gradient(linear, left bottom, right top, from(rgb(114, 110, 165)), to(rgb(69, 66, 105)));
	background: linear-gradient(to right top, rgb(114, 110, 165) 0%, rgb(69, 66, 105) 100%)
}

.grid .col-6 {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% * 1/2);
	max-width: calc(100% * 1/2);
	width: calc(100% * 1/2);
	overflow: hidden;
}

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

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

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

.grid .col-6 .big {
	height: 100%;
	width: auto;
	min-width: 100%;
}

.grid .boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.grid .boxes h3 {
	color: white;
	margin: 0 0 15px;
	font-size: 36px;
}

.grid .boxes p {
	text-align: center;
	width: 100%;
}

.grid .boxes div.box {
	max-width: calc(50% - 100px);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 100px);
	flex-basis: calc(50% - 100px);
	color: white;
	padding: 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.grid .boxes img.box,
.grid .boxes a.box {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.grid .box a {
	color:  white;
	text-decoration: none;
	transition: all .2s;
	display: inline-block;
}

.grid .box a:hover {
	transform: translateY(-2px);
	text-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.grid .box a::after {
	content: '→';
	display: inline-block;
	margin-left: 10px;
}

footer {
	background: #BC5E8D;
	color: white;
	padding: 150px 0 50px;


}



footer .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



footer a {
	color: white;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: none
}



footer a:hover {
	opacity: .8;
}



footer .text-center {
	width: 100%;
}



footer .col-4 {
	text-align: center;
	margin-bottom: 30px;
}



footer h4 {
	color: white;
	font-size: 24px;
	margin: 15px 0;
	text-align: center;
}



footer h3 {
	color: white;
	font-size: 36px;
	margin: 20px 0 30px;
	text-align: center;
}



footer form .col-4 {
	text-align: left;
}



footer form .group input,
footer form .group textarea {
	border-radius: 8px;
	padding: 12px 15px;
}



footer form .group textarea {
	height: 180px;
}



.madeby {
	display: inline-block;
	line-height: 1em;
	text-decoration: none;
	color: white;
	margin-top: 50px;
}



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



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


.sub header {
	height: 300px;
}


.sub header .swiper-slide {
	height: 300px;
	display: flex !important;
	align-items: flex-end;
}


/* .sub header .swiper-slide img {
	align-self: center;
	height: auto;
} */

.sub header .swiper-slide img {
    align-self: center;
    height: auto;
    width: 100%;
    max-width: 100%;
    top: -200px;
    position: relative;
}


.sub #main {
	padding: 30px 0;
}


.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 {
	@extend %font;
	color: #04043E;
	margin: 30px 0 20px;
	line-height: 1em;
}


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


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


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


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


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


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


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


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


.sub main a {
	color: #007A83;
}


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


aside .title {
	font-weight: bold;
	color: #192c32;
	margin-bottom: 15px;
	font-size: 24px
}


aside h3 {
	margin-top: 75px !important;
}

.aside_news__image {
	max-width: 40%;
	margin-right: 15px;
}

.aside_news__image img {
	float: left;
	width: 100%;
}

.aside_news {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}

.aside_news a {
	text-decoration: none;
	transition: all .2s;
}

.aside_news a:hover {
	opacity: .8
}

.aside_news small {
	font-size: 12px;
	color: #999;
	line-height: 1em;
}

.aside_news h4 {
	margin: 0 !important;
}


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


.nav-accordion>li>a,
.nav-accordion--opened>li>a {
	color: black;
	@extend %font;
	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: black;
	text-decoration: none;
	display: block;
	line-height: 1.3em;
	padding: 7px 12px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	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: #007A83;
	background: #f0f0f0;
}


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


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


.gallery a {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: black;
	overflow: hidden;
	transition: all .2s;
}


.sub .gallery a {
	float: left;
	margin: 0 30px 30px 0;
	max-width: calc(32.3%- (30px/3));
	width: calc(32.3% - (30px/3));
	flex-basis: calc(32.3% - (30px/3));
	display: flex;
	border: 0
}

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

.sub .gallery a {
	float: left;
}


.gallery a img {
	transition: all .2s;
	width: 100%;
	height: auto;
	align-self: center;
}

.grid.gallery a img {
	transition: all .2s;
	height: 100%;
	width: auto;
	min-width: 100%;
	max-width: 999%;
	align-self: center;
}

.gallery img {transition: all .5s;}

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


.gallery a::before {
	content: '';
	width: 30px;
	height: 30px;
	align-self: center;
	position: absolute;
	z-index: 20;
	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 0 30px;
	margin: 0;
}


.downloads li {
	list-style: none;
}


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

	color: black;
	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: #007A83
}


.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: flex;
	align-items: center;
}


.downloads li a .info::after {
	content: "POBIERZ PLIK";
	display: block;
	background: #5B5786;
	color: white;
	font-weight: normal;
	padding: 8px 15px;
	float: right;
	margin-left: 30px;
	border-radius: 4px;
	transition: all .3s;
}


.downloads li a:hover .info::after {
	transform: scale(1.03);
	background: #706ba5;
	box-shadow: 0 10px 15px -8px rgba(0, 0, 0, .3);
}



#news .col-3 {
	margin-bottom: 30px;
}

#news .col-3 small {
	color: #777;
}

#news h3 {
	margin: 0 0 15px;
	text-transform: none;
}

#news h3 a {
	text-decoration: none;
	transition: all .2s;
}

#news h3 a:hover {
	color: rgb(0, 73, 78);
}

#news .col-3>a {
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#news .col-3>a img {
	transition: all .5s;
	float: left;
}

#news .col-3>a:hover img {
	transform: scale(1.05);
	opacity: .9;
}



#main hr {
	margin: 60px 0;
}




.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 !important;
}

.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;
}


.anchor {
	position: relative;
	top: -200px;
}

header .swiper-container {
	height: calc(100vh - 125px);
}

header .swiper-container .swiper-slide {
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: calc(100vh - 125px);
}

header .swiper-container img {
	align-self: center;
	height: auto;
	width: 100%;
	max-width: 99999em;
}

.slogan {
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .6), 1px 2px 15px rgba(0, 0, 0, .5);
}

.home .box {
	padding: 50px !important;
}

.box.flex, .big {
	align-items: center;
	justify-content: center;
	display: flex;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
}

.grid .boxes h3 {line-height: 1.1; max-width: 100%}

.grid .boxes p {max-width: 100%;}


/* 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;
}

.insta {
	position: fixed;
	right:0;
	top: 300px;
	z-index: 9999;
	transition: all .2s;
}

.insta:hover {
	opacity: .8
}

.kontakt footer {
	margin-top: -60px;
	border-top: 4px dashed #fdb3b3;
}


/* 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

*/
/* height: 1050px */
@media screen and (max-width: 1680px) {
	.home header {height: 827px;}
}

/* height: 900px */
@media screen and (max-width: 1600px) {
	.home header {height: 780px;}
}

/* height: 864px */
@media screen and (max-width: 1536px) {
	.home header {height: 740px;}

}

/* height: 900px */
@media screen and (max-width: 1440px) {
	.home header {height: 708px;}
}

/* height: 768px */
@media screen and (max-width: 1366px) {
	.sub header .swiper-slide img {top: -150px;}
	.home header {height: 640px;}

}

/* height: 768px */
@media screen and (max-width: 1360px) {}

/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.container {
		max-width: 90vw;
	}

	.home header {height: 595px;}
	.slogan {max-width: 30%;}

	.sub header .swiper-slide img {top: -100px;}


}




/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.navbar-nav li {margin-left: 3px;}
	.navbar-nav a {
		font-size: 1rem;
		padding: 10px 8px;
	}

	.grid > .col-6 {
		max-width: 100%;
		flex-basis: 100%;
		width: 100%;
	}

	.slogan, .sub .slogan {max-width: 33%;}
	.home header {height: 475px;}
	.slogan h1 {font-size: 4rem}

	.sub .gallery a {
		float: left;
		margin: 0 30px 30px 0;
		max-width: calc(50%- 15px);
		width: calc(50% - 15px);
		flex-basis: calc(50% - 15px);
		display: flex;
		border: 0;
	}

	.sub .gallery a:nth-child(3n) {
		margin-right: 30px;
	}

	.sub .gallery a:nth-child(2n), 
	.sub .gallery a:nth-child(6n) {
		margin-right: 0;
	}

	

	.sub .gallery a:last-child {margin-right: 0;}
}




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

	.navbar__toggler {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: column;
		border: 1px solid #007A83;
		background: none;
		border-radius: 0;
		padding: 4px 0;
		outline: none;
		transition: all .2s;
	}

	.navbar__toggler span {
		width: 30px;
		height: 3px;
		background: #007A83;
		margin: 2px 6px;
	}

	.navbar__toggler:focus {
		background: #007A83;
	}

	.navbar__toggler:focus span {
		background: white;
	}

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

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

	.navbar-nav li {width: 100%; margin: 0;}

	.navbar-nav a {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-top: 1px solid #e2e2e2;
	}

	.navbar-nav a::after {border-radius: 0 !important}

	.sub .swiper-button-next,
	.sub .swiper-button-prev {display: none;}

	header .swiper-container, 
	.sub header .swiper-slide {height: auto;}

	.sub header {height: 300px;}

	.sub #main img {
		float: none;
		max-width: 100%;
		margin: 0 auto 15px !important;
	}

	.sub #main .gallery img {margin-bottom: 0 !important;}

	.grid.gallery a img {width: 100%;}

	.fb_slider_right {top: 130px}
	.insta {top: 235px}

	

	
	.sub header .swiper-slide img {top: -80px}

	.slogan {max-width: 33%;}
	.home header {height: 478px;}
	.slogan h1 {font-size: 4rem}
}

@media screen and (max-width: 800px) {
	.sub header .swiper-slide img {top: -30px}

	.slogan {max-width: 55%;}
	.home header {height: 390px;}
	.slogan h1 {font-size: 3.5rem}
	
	.sub .slogan .h1 {font-size: 3.8rem}
}

@media screen and (max-width: 768px) {
	.sub .slogan .h1 {font-size: 3.8rem}
	.sub .slogan {
    	max-width: 50%;
	}

	.slogan {max-width: 50%;}
	.home header {height: 374px;}
	.slogan h1 {font-size: 3.5rem}

	.home #main {padding-top: 50px;}
}

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


	#news .col-3 {
		max-width: 100%;
		flex-basis: 100%;
		width: 100%;
		margin: 0 0 30px 0;
	}

	#news .col-3 .card-img-top {float: left; width: auto; margin-right: 25px; max-width: 33vw}

	.sub header .swiper-slide img {top: 0px}

	.slogan {max-width: 50%;}
	.home header {height: 310px;}
	.slogan h1 {font-size: 3.3rem}

	.swiper-button-next,
	.swiper-button-prev {display: none;}

}

@media screen and (max-width: 600px) {
	.home #main img {
		max-width: 100%;
		height: auto;
		align-self: center
	}

	.slogan {max-width: 50%;}
	.home header {height: 290px;}
	.slogan h1 {font-size: 3rem}

	.sub header {
    	height: 240px;
	}
}

@media screen and (max-width: 480px) {
	.grid .boxes div.box {
		max-width: 100%;
		flex-basis: 100%;
		width: 100%;
		min-height: 250px;
	}

	footer .col-4, footer .col-8 {
		max-width: 100%;
		flex-basis: 100%;
		width: 100%;
		margin: 0 0 15px 0 !important;
	}

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


	.slogan {max-width: 50%;}
	.home header {height: 230px;}
	.slogan h1 {font-size: 3rem}

	.sub header {
		height: 240px
	}

	.sub .slogan {
    	top: 195px;
		max-width: 70%;
	}

	.sub .slogan .h1 {
    	font-size: 3.4rem;
	}

	
}

@media screen and (max-width: 435px) {
	.slogan {max-width: 50%;}
	.home header {height: 208px;}
	.slogan h1 {font-size: 2.7rem}

	.sub header {height: 208px}
	.sub .slogan {top: 175px; max-width: 70%;}
	.sub .slogan .h1 {font-size: 2.7rem;}
}

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

@media screen and (max-width: 414px) {
	.slogan {max-width: 50%;}
	.home header {height: 198px;}
	.slogan h1 {font-size: 2.7rem}
}

@media screen and (max-width: 375px) {
	body {padding-top: 85px;}
	nav {height: 85px;}

	.slogan {max-width: 50%;}
	.home header {height: 178px;}
	.slogan h1 {font-size: 2.3rem}

	.logo img {height: 60px;}

	.fb_slider_right {top: 90px}
	.insta {top: 195px}

	header .swiper-container .swiper-slide,
	header .swiper-container,
	header {height: calc(100vh - 85px)}


	.sub header {height: 178px}
	.sub .slogan {top: 135px; max-width: 70%;}
	.sub .slogan .h1 {font-size: 2.3rem;}

}

@media screen and (max-width: 360px) {
	#news .col-3 .card-img-top {float: none; width: 100%; margin-right: 0; max-width: 100%}

	.slogan {max-width: 50%;}
	.home header {height: 170px;}
	.slogan h1 {font-size: 2.3rem}

	.sub header {height: 170px}
	.sub .slogan {top: 115px; max-width: 70%;}

	.sub .slogan .h1 {
    	font-size: 2.5rem;
    	margin-top: 15px;
	}
}

@media screen and (max-width: 320px) {
	.container-fluid {padding: 0 30px !important}
	
	.slogan {max-width: 50%;}
	.home header {height: 150px;}
	.slogan h1 {font-size: 2rem}

	footer h3 {line-height: 1.1}

	.sub header {height: 150px}
	.sub .slogan {top: 105px; max-width: 70%;}
	.sub .slogan .h1 {font-size: 2rem;}
}

