﻿/*
Theme Name: Kordit theme
Theme URI: https://motyw.kordit.pl
Author: the Kordit Team
Author URI: https://kordit.pl/
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('../../../css2');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	background-color: #fff;
	color: #000;
	margin: 0;
}
main {
	display: block;
}
.container {
	max-width: 1400px;
}
h1 {
	font-weight: bold;
	color: #000;
	font-size: 2em;
	margin: .67em 0;
}
*, p, ul, li, a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
span.theme {
	letter-spacing: 5px;
	color: #313131;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
figure {
	margin-bottom: 0;
}
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: bold;
}
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;
}
.btn-valuation {
	font-size: 26px;
	border-radius: 3px;
	width: 300px;
	height: 60px;
	background-color: #252940;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.btn-valuation:hover {
	color: #fff;
	opacity: .8;
	transition-duration: .5s;
}
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;
}
.pagination {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	z-index: 10;
	display: flex;
	flex-direction: column;
}
.pagination a {
	display: block;
	margin-bottom: 5px;
	color: white;
	position: relative;
	padding: 4px;
}
.pagination a span {
	opacity: 1;
	color: rgba(0, 0, 0, 0.1);
	transition-duration: .5s;
}
.pagination a.active span {
	opacity: 1;
	color: #000;
	transition-duration: .5s;
}
.pagination a.active:after {
	box-shadow: inset 0 0 0 5px;
}
.pagination a .hover-text {
	position: absolute;
	right: 15px;
	top: 7px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}
.pagination a:hover .hover-text {
	opacity: 1;
	margin-left: 15px;
}
.pagination a:after {
	-webkit-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid;
	border-radius: 50%;
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
ul#list-spy li a {
	text-transform: uppercase;
	color: #2e332f;
	font-weight: 700;
}
ul#list-spy a.active {
	margin-bottom: 60px;
	margin-top: 60px;
}
ul#list-spy a.active:after {
	content: " ";
}
.pagination li a span {
	padding-left: 15px;
}
.pagination li a span:after {
	content: " ";
	height: 40px;
	background: #fff;
	display: block;
	position: absolute;
	width: 2px;
	margin-left: 2.5px;
	margin-top: 10px;
}
.pagination li a span:before {
	content: " ";
	height: 40px;
	background: #fff;
	display: block;
	position: absolute;
	width: 2px;
	margin-left: 2.5px;
	margin-top: -50px;
}
.pagination li:first-child a span {
	padding-left: 15px;
}
.pagination li:first-child a span:after {
	content: " ";
	height: 40px;
	background: #fff;
	display: block;
	position: absolute;
	width: 2px;
	margin-left: 2.5px;
	margin-top: 10px;
}
.pagination li:first-child a span:before {
	content: " ";
	height: 0px;
	background: #fff;
	display: block;
	position: absolute;
	width: 0px;
	margin-left: 2.5px;
	margin-top: 0px;
}
.pagination li:last-child a span {
	padding-left: 15px;
}
.pagination li:last-child a span:after {
	content: " ";
	height: 0px;
	background: transparent;
	display: block;
	position: absolute;
	width: 0px;
	margin-left: 2.5px;
	margin-top: 10px;
}
.pagination li:last-child a span:before {
	content: " ";
	height: 40px;
	background: #fff;
	display: block;
	position: absolute;
	width: 2px;
	margin-left: 2.5px;
	margin-top: -50px;
}
@keyframes fadeleftslider {
	from {
		transform: translateX(-1000px);
	}
	to {
		transform: translateX(0px);
	}
}
@keyframes showslider {
	from {
		opacity: 0;
	}
	to {
		opacity: 1 !important;
	}
}
@keyframes opacity {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes flytext {
	from {
		transform: translateX(-1550px);
	}
	to {
		transform: translateX(-1050px);
	}
}
@keyframes servicefly {
	from {
		left: 5vw;
	}
	to {
		left: 35vw;
	}
}
@keyframes flytextblogbot {
	from {
		transform: translateX(-2200px);
	}
	to {
		transform: translateX(-1750px);
	}
}
@keyframes flytextblogtop {
	from {
		transform: translateX(350px);
	}
	to {
		transform: translateX(800px);
	}
}
@keyframes running {
	0% {
		transform: translateY(0px);
	}
	25% {
		transform: translateY(-25px);
	}
	50% {
		transform: translateY(-50px);
	}
	75% {
		transform: translateY(-25px);
	}
	100% {
		transform: translateY(0px);
	}
}
body {
	width: 100vw;
	overflow-x: hidden;
	scroll-behavior: smooth;
	outline: none;
}
a:hover {
	text-decoration: none;
}
main {
	transition-duration: .5s;
	transition-timing-function: easeOutElastic;
	filter: blur(0px);
	transform: scale(1);
	opacity: 1;
}
main.blur {
	filter: blur(10px);
	transform: scale(1.1);
	overflow: hidden;
	transition-duration: .5s;
	transition-timing-function: easeOutElastic;
}
main.blur-1 {
	overflow: hidden;
	opacity: .5;
	transition-duration: .5s;
	transition-timing-function: easeOutElastic;
}
svg {
	width: 100%;
}
.thumbnail img {
	max-width: 100%;
	margin-bottom: 30px;
	height: 500px;
	object-fit: contain;
}
.navbar-brand {
	background-color: #fff;
	margin-top: 88px;
	max-width: 200px;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.top-header {
	background-color: #252940;
	color: #2A2C38;
	width: 100%;
	height: 50px;
	padding-top: 5px;
}
.top-header .row {
	justify-content: space-between;
	align-items: center;
}
.top-wrapper {
	flex-direction: row;
}
.top-header .img-bg {
	background: #fff;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border: 2px solid #fff;
}
.top-header .img-f {
	border: 1px solid #2A2C38;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}
.top-header .img-bg img {
	margin-left: 8px;
	margin-top: 8px;
}
.top-header .img-f img {
	margin-left: 8px;
	margin-top: 5px;
}
.top-header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0;
	height: 40px;
	width: 100%;
}
.top-header ul li {
	margin-right: 10px;
	height: 30px;
	display: flex;
	align-items: center;
	flex-direction: row;
	color: #fff;
}
.top-header ul li img{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.top-header ul li:nth-child(3) {
	background-color: #CC0202;
	padding: 5px 10px;
	border-radius: 3px;
}
.top-header ul li:nth-child(4) {
	background-color: #CC0202;
	padding: 5px 10px;
	border-radius: 3px;
}
.top-header ul li p {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	margin-top: 17px;
	color: #000;
}
.top-header ul li p span:first-child {
	font-weight: bold;
}
.top-header ul li a {
	font-size: 14px;
	color: #fff !important;
}
.top-header ul .header-icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.mega-menu-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: flex-end;
	width: 100% !important;
}
.menu-nav {
	height: 90px;
}
.navbar-dark .navbar-toggler {
	background-color: #000;
}
.navbar-dark .navbar-nav .nav-link {
	font-size: 17px;
	color: #000;
	display: flex;
	align-items: center;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	border-radius: 35px;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #FECC00;
}
.affix {
	background-color: #fff !important;
	transition-duration: .5s;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.55);
	margin-top: -55px;
}
.dropdown-menu {
	background-color: #fff;
	border-radius: 0;
	margin-top: 10px;
	padding-bottom: 0;
	padding-top: 0;
}
.dropdown-menu a {
	display: inline-flex;
	color: #252940 !important;
	font-weight: 400;
	padding: 10px 30px;
	border-bottom: 1px solid #eee;
}
.dropdown-menu a:hover {
	color: #000 !important;
}
.dropdown-menu a:last-child {
	border: none;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #252940;
	color: #fff !important;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-menu {
	display: none;
	position: absolute;
	z-index: 1;
	top: 25px;
}
.dropdown-menu a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.gradient-img {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: rgba(59, 62, 79, .3);
}
.header-bg {
	background: url(img/header-bg.jpg);
	height: 550px;
	background-size: cover;
	background-position: center 70%;
	background-repeat: no-repeat;
	margin-top: -21px;
}
.header-present {
	padding-top: 250px;
	display: flex;
	justify-content: flex-end;
}
.header-bg h2 {
	font-size: 80px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	transform: rotate(-5deg);
	padding: 15px;
	display: inline-block;
	text-shadow: 0 0 1px #000, 2px 4px 3px #444;
}
.breadcrumbs {
	color: #fff;
	display: flex;
	justify-content: center;
}
.breadcrumbs a {
	color: #fff;
	display: flex;
}
.breadcrumbs p {
	display: flex;
	padding-left: 5px;
}
.breadcrumbs a:last-child {
	color: #fff;
}
/* ================================ BLOG ================================ */
#blog-post {
	padding-top: 80px;
	padding-bottom: 80px;
}
#blog-post a {
	color: #000;
	text-decoration: underline;
}
#blog-page {
	padding-top: 80px;
	padding-bottom: 80px;
}
#blog-page article .simple-post {
	font-size: 18px;
	margin-bottom: 50px;
}
#blog-page article .simple-post h3 {
	color: #252940;
	font-weight: bold;
	margin-top: 20px;
}
#blog-page article .simple-post h3:hover {
	color: #252940;
}
#blog-page article .simple-post .thumbnail-box {
	position: relative;
}
#blog-page article .simple-post .thumbnail-box img {
	width: 100%;
	height: 35vh;
	object-fit: cover;
	border-radius: 10px;
}
#blog-page article .simple-post .thumbnail-box .post-date {
	font-size: 18px;
	line-height: 20px;
	width: 80px;
	height: 80px;
	background-color: #fff;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 20px;
}
#blog-page a {
	color: #13141c;
}
#blog-page article .simple-post .blog-params {
	display: flex;
	flex-direction: column;
}
#blog-page article .simple-post .blog-params .autor {
	padding-bottom: 3px;
	border-bottom: 2px solid #252940;
}
#blog-page article .simple-post .blog-params .category {
	display: flex;
	flex-direction: column;
}
#blog-page article .simple-post .blog-params .category .post-categories {
	display: inline-block;
	padding-left: 0;
}
#blog-page article .simple-post .blog-params .category .post-categories li {
	list-style-type: none;
	margin: 5px;
	display: inline-flex;
}
#blog-page article .simple-post .blog-params .category .post-categories li a {
	padding: 5px 8px;
	color: #fff;
	border-radius: 5px;
	background: #252940;
}
#blog-page article .simple-post .read-more {
	color: #000;
	border-bottom: 3px solid #252940;
	padding-left: 2px;
}
#blog-page article .simple-post .read-more:hover {
	opacity: .7;
	transition-duration: .5s;
}
#blog-page .sidebar {
	-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	padding: 20px;
	min-height: 35vh;
	color: #252940;
}
#blog-page .sidebar h2 {
	font-size: 22px;
	color: #13141c;
	font-weight: bold;
	text-transform: uppercase;
}
#blog-page .sidebar ul {
	padding-left: 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
#blog-page .sidebar li {
	list-style-type: none;
}
#blog-page .sidebar a {
	display: flex;
	color: #000;
}
#blog-page .sidebar a:hover {
	color: #252940;
}
#blog-page .sidebar a:before {
	content: "";
	display: flex;
	width: 8px;
	height: 8px;
	background: #252940;
	margin-right: 5px;
	margin-top: 6px;
	margin-left: 15px;
}
#blog-page .custom-pagination {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 30px;
}
#blog-page .custom-pagination span.current {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #252940;
	color: #fff;
	margin: 5px;
}
#blog-page .custom-pagination .page-numbers {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: transparent;
	color: #000;
	border: 1px solid #ededed;
	margin: 5px;
}
#blog-page .category h1 {
	font-size: 38px;
	margin-bottom: 40px;
	color: #252940;
}
#blog-page .category a {
	color: #252940;
}
.news-box {
	background-color: #efefef;
	border-radius: 5px;
	padding: 30px;
}
.news-box a {
	font-size: 24px;
	display: flex;
	width: 100%;
	justify-content: center;
	color: #252940;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-box a:hover {
	color: #252940;
	transition-duration: .5s;
}
.news-box .post-date-news {
	font-size: 22px;
	line-height: 20px;
	width: 100px;
	height: 100px;
	background-color: #64DE0F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-align: center;
	margin: auto;
}
.news-post {
	padding-top: 80px;
	padding-bottom: 80px;
}
.news-post h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #252940;
	padding-bottom: 20px;
}
.news-post img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}
.news-post .post-loop {
	-webkit-box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);
	position: relative;
	padding-top: 120px;
	min-height: 300px;
}
.news-post .post-loop .img-wrap {
	background-color: #0192C1;
	border-bottom-left-radius: 100%;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
}
.news-post .post-loop .img-wrap img {
	width: 32px;
	height: 32px;
	margin-bottom: 0;
	margin-top: -20px;
	margin-right: -20px;
}
.news-post .post-loop h3 {
	font-size: 20px;
	padding: 5px 30px;
}
.news-post .simple-post a{
	color: #252940;
	margin-left: 30px;
}
.news-post .simple-post .read-more {
	font-weight: bold;
	color: #252940;
}
.benefits {
	color: #fff;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.benefits h2 {
	margin: auto;
	padding-bottom: 100px;
}
.benefits-wrapper .benefits-box {
	height: 120px;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 25px;
	display: flex;
	height: 130px;
	align-items: center;
}
.benefits-wrapper .benefits-box h3 {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.benefits-wrapper .benefits-box p {
	text-align: center;
	margin: auto;
}
.benefits-wrapper:nth-child(1) .benefits-box {
	justify-content: flex-start;
	background-color: #252940;
	padding-left: 50px;
}
.benefits-wrapper:nth-child(2) .benefits-box {
	background-color: #FECC00;
	justify-content: flex-end;
	padding-right: 50px;
	color: #fff;
}
.benefits-wrapper:nth-child(3) .benefits-box {
	background-color: #CC0202;
	color: #fff;
	justify-content: flex-start;
	padding-left: 50px;
}
.benefits-wrapper:nth-child(4) .benefits-box {
	background-color: #0192C1;
	justify-content: flex-end;
	color: #fff;
	padding-right: 50px;
}
.benefits .benefits-img {
	margin: -350px auto 0 auto;
	position: relative;
	z-index: 3;
	width: 400px;
	height: 400px;
	background-color: #FDFDFD;
	border-radius: 100%;
	box-shadow: 0 2px 25px -7px #000;
}
.stage {
	padding-bottom: 60px;
	padding-top: 60px;
}
.stage h3 {
	text-align: center;
	margin-bottom: 30px;

}
.stage-wrapper .stage-box{
	padding: 20px;
	height: 300px;
	margin-bottom: 30px;
}
.stage-wrapper .stage-box .number {
	font-size: 50px;
	font-weight: bold;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stage-wrapper:nth-child(1) .stage-box {
	background-color: #FECC00;
}
.stage-wrapper:nth-child(2) .stage-box {
	background-color: #252940;
}
.stage-wrapper:nth-child(3) .stage-box {
	background-color: #CC0202;
}
.stage-wrapper:nth-child(4) .stage-box {
	background-color: #CC0202;
}
.stage-wrapper:nth-child(5) .stage-box {
	background-color: #FECC00;
}
.stage-wrapper:nth-child(6) .stage-box {
	background-color: #252940;
}
.stage h4 {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.stage p {
	text-align: center;
}
.stage li {
	font-size: 15px;
}
.stage .icon-bg img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}
.benefits .benefits-img img {
	border-radius: 100%;
}
button:empty {
	display: none !important;
}
section {
	position: relative;
	z-index: 1;
}
section {
	padding-top: 0px;
	padding-bottom: 0px;
}
.responsive img {
	max-width: 100%;
	height: auto;
}
a:hover {
	transition-duration: .5s;
}
#header-1 #menu-button {
	position: fixed;
	top: 20px;
	right: 20px;
	transform: scale(0.5);
	z-index: 5;
}
#header-1 #mainmenu {
	width: 100%;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
	transition-duration: .5s;
	transition-timing-function: easeOutElastic;
}
#header-1 #mainmenu .nawigacja-menu ul li {
	text-align: center;
}
#header-1 #mainmenu .nawigacja-menu ul li a {
	color: #fff;
	font-size: 2em;
}
#header-1 #mainmenu.active {
	z-index: 2;
	opacity: 1;
	transition-duration: .5s;
	transition-timing-function: easeOutElastic;
}
#header-1 #menu-button .button-toggle-navigation {
	background-color: transparent;
	border: 0;
	border-bottom: 0.25em solid #fafafa;
	border-top: 0.25em solid #fafafa;
	font-size: 32px;
	cursor: pointer;
	height: 1.5em;
	margin: .75em .375em;
	outline: 0;
	position: relative;
	transition: border-color 150ms ease-out, transform 150ms ease-out;
	width: 2.25em;
}
#header-1 #menu-button .button-toggle-navigation::after, #header-1 #menu-button .button-toggle-navigation::before {
	border-bottom: 0.25em solid #fafafa;
	bottom: .375em;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	transition: transform 200ms ease-out;
}
#header-1 #menu-button .button-toggle-navigation span {
	color: transparent;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
#header-1 #menu-button .isActive {
	border-color: transparent;
	transform: rotateZ(90deg);
}
#header-1 #menu-button .isActive::after, #header-1 #menu-button .isActive::before {
	transition: transform 200ms ease-out;
}
#header-1 #menu-button .isActive::after {
	transform: rotateZ(45deg);
}
#header-1 #menu-button .isActive::before {
	transform: rotateZ(-45deg);
}
#header-2 h1 {
	color: #fff;
	text-align: center;
}
#header-2 #menu-button {
	background-color: rgba(255, 255, 255, .8);
	position: fixed;
	height: 70px;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
#header-2 #mainmenu {
	width: 40%;
	position: fixed;
	height: 100%;
	right: -20%;
	background: #000;
	top: 0px;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition-duration: 1s;
	transition-timing-function: easeOutElastic;
}
#header-2 #mainmenu .nawigacja-menu ul li {
	text-align: center;
}
#header-2 #mainmenu .nawigacja-menu ul li a {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px;
}
#header-2 #mainmenu.active {
	z-index: 2;
	right: 0%;
	opacity: 1;
	transition-duration: 1s;
	transition-timing-function: easeOutElastic;
}
#header-2 #menu-button .button-toggle-navigation {
	background-color: transparent;
	border: 0;
	border-bottom: 0.25em solid #000;
	border-top: 0.25em solid #000;
	font-size: 20px;
	cursor: pointer;
	height: 1.5em;
	margin: .75em .375em;
	outline: 0;
	position: relative;
	transition: border-color 150ms ease-out, transform 150ms ease-out;
	width: 2.25em;
}
#header-2 #menu-button .button-toggle-navigation::after, #header-2 #menu-button .button-toggle-navigation::before {
	border-bottom: 0.25em solid #000;
	bottom: .375em;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	transition: transform 200ms ease-out;
}
#header-2 #menu-button .button-toggle-navigation span {
	color: transparent;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}
#header-2 .nawigacja-menu {
	padding-top: 40px;
}
#header-2 #menu-button .isActive {
	border-color: transparent;
	transform: rotateZ(90deg);
}
#header-2 #menu-button .isActive::after, #header-2 #menu-button .isActive::before {
	transition: transform 200ms ease-out;
}
#header-2 #menu-button .isActive::after {
	border-color: #000 !important;
	transform: rotateZ(45deg);
}
#header-2 #menu-button .isActive::before {
	border-color: #000 !important;
	transform: rotateZ(-45deg);
}
#header-2 .top-contact {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	margin-bottom: 0;
	justify-content: flex-end;
	position: relative;
	right: 80px;
	top: 15px;
}
#header-2 .top-contact li {
	padding: 10px;
}
#header-2 .top-contact li img {
	margin-right: 10px;
}
#header-2 .top-contact li a {
	color: #000;
}
#header-3 nav {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 300;
	height: auto;
	width: 100%;
}
.main-nav {
	padding-top: 10px;
	padding-bottom: 10px;
}
#header-3 #navbarSupportedContent-7 {
	display: flex;
	justify-content: flex-end;
	font-size: 1.2em;
}
.carousel-control-prev {
	left: 15px;
}
.carousel-control-next {
	right: 15px;
}
.carousel-indicators {
	bottom: 100px;
}
.carousel-indicators .active {
	background-color: #fff;
}
.logo-slider {
	width: 400px !important;
	height: 180px !important;
	object-fit: contain !important;
	display: flex;
	margin-left: -20px;
	margin-bottom: 10px;
}
.subpage {
	height: 35vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subpage h1 {
	color: #fff;
	margin-top: 20vh;
	font-size: 36px;
	text-transform: uppercase;
}
.owl-dots {
	display: flex;
	justify-content: center;
}
.owl-dot {
	width: 10px;
	height: 10px;
	border: 6px solid #252940 !important;
	border-radius: 50%;
	margin: 5px;
	outline: none !important;
}
.owl-dot.active {
	border-color: #252940 !important;
}
.footer-icon-offer img {
	display: flex;
	width: 64px !important;
	height: 64px;
	margin: 30px auto;
}
.footer-icon-offer h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #252940;
	text-align: center;
	margin-top: 10px;
}
footer#footer-1 {
	position: relative;
	color: #fff;
}
.footer-bg {
	background-color: #fafafa;
	padding-top: 30px;
	padding-bottom: 50px;
}
.footer-container {
	padding-bottom: 80px;
}
footer .nav-link.active:after {
	display: none;
}
footer .map-footer img {
	width: 70%;
	object-fit: contain;
	-webkit-filter: drop-shadow(5px 5px 5px #333);
	filter: drop-shadow(5px 5px 5px #333);
}
footer h2 {
	color: #0192C1;
	padding-top: 10px;
}
footer h5 {
	font-size: 28px;
	font-weight: bold;
	color: #0192C1;
	margin-bottom: 30px;
}
footer p {
	font-size: 14px;
	color: #000;
}
footer a {
	font-size: 14px;
	color: #000;
}
footer a:hover {
	color: #0192C1;
}
footer .social {
	padding-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
footer .social li {
	list-style-type: none;
	margin-right: 10px;
}
footer .navbar-brand {
	color: #fff;
	background-color: transparent;
	padding: 0;
	margin-top: 0;
}
footer .footer-contact {
	list-style-type: none;
	padding-left: 0;
}
footer .footer-contact li {
	display: flex;
	margin-bottom: 6px;
}
footer .footer-contact img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: #CC0202;
	box-sizing: content-box;
	padding: 10px;
	border-radius: 30px;
}
footer .navbar-nav {
	column-count: 2;
	display: block;
}
footer .fb-logo {
	width: 64px !important;
	height: 64px !important;
}
footer .footer-contact a {
	font-size: 14px;
	margin-bottom: 16px;
	white-space: pre;
}
.footer-box {
	padding-top: 10px;
}
.menu-2 {
	padding-top: 30px;
}
footer .navbar-nav .nav-link {
	padding-top: 0;
}
footer .nav-link:before {
	content: "";
	background: url(img/arrow.png) no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	margin: 0px -2px 0 0;
	display: block;
	transform: scale(.4);
}
footer .footer-copyright {
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
	text-align: center;
	display: flex;
	justify-content: space-around;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer .footer-copyright p {
	color: #fff;
	font-size: 12px;
	line-height: 65px;
	padding-top: 10px;
	padding-right: 20px;
}
footer .footer-copyright img {
	max-width: 100px;
	margin-left: 10px;
	margin-top: 20px;
	filter: brightness(0) invert(1);
}
footer #scroll-up {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 50px;
	right: 50px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	padding: 12px 17px 12px 17px;
}
footer .cta {
	position: fixed;
	bottom: 125px;
	right: -90px;
}
.cta-label {
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	transform: rotate(90deg);
	padding: 5px;
	display: flex;
	height: 34px;
	position: relative;
}
.cta-label:before {
	content: '';
	border-top: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	left: 86px;
	top: 28px;
	position: relative;
	z-index: 123454;
}
footer .cta img {
	display: flex;
	width: 32px;
	height: 32px;
}
footer .pulse-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #252940;
	border-radius: 50%;
	margin-top: -45px;
	border: 4px solid #fff;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
	-webkit-animation: pulse 1.5s infinite;
}
footer .pulse-button:hover {
	-webkit-animation: none;
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(.8);
	}
	70% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(.8);
	}
}
svg path {
	fill: #000;
}
#slider {
	margin-top: 140px;
}
#slider-carousel {
	width: 100%;
	height: 100vh;
}
#slider-carousel .carousel-inner, #slider-carousel .carousel-item {
	height: 90%;
}
#slider-carousel .carousel-inner, #slider-carousel .carousel-item:nth-child(3) .slider-shadow {
	background: transparent;
}
#slider-carousel .carousel-inner, #slider-carousel .carousel-item:nth-child(4) .slider-shadow {
	background: transparent;
}
#slider-carousel .carousel-inner, #slider-carousel .carousel-item:nth-child(3) .slider-shadow a {
	background: transparent !important;
	border-color: transparent !important;
}
#slider-carousel .carousel-inner, #slider-carousel .carousel-item:nth-child(4) .slider-shadow a {
	background: transparent !important;
	border-color: transparent !important;
}
#slider-carousel .carousel-item .carousel-caption {
	position: absolute;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10%;
	flex-direction: column;
}
.slider-shadow {
	background: rgba(0, 0, 0, .5);
	width: auto;
	padding: 20px;
	width: 45%;
	position: relative;
	top: 30px;
	left: -50px;
}
#slider-carousel .carousel-item .carousel-caption h3 {
	font-weight: 900;
	color: #252940;
	font-size: 100px;
	text-align: left;
}
#slider-carousel .carousel-item .carousel-caption h3 .light {
	font-weight: 900;
	color: #AFCADF;
}
#slider-carousel .carousel-item .carousel-caption h4 {
	font-size: 40px;
	text-align: left;
	font-weight: 700;
}
.h-bolder {
	font-weight: 400;
}
#slider-carousel .carousel-item .carousel-caption p {
	font-size: 18px;
	color: #252940;
	text-align: left;
}
#slider-carousel .carousel-item .carousel-caption ul {
	padding-left: 10px;
}
#slider-carousel .carousel-item .carousel-caption ul li {
	list-style-type: none;
	font-size: 24px;
	display: flex;
	padding-bottom: 15px;
}
#slider-carousel .carousel-item .carousel-caption ul li:before {
	content: "";
	background: url(/wp-content/themes/kordit/img/check.png);
	width: 32px;
	height: 32px;
	display: flex;
	margin-right: 10px;
}
#slider-carousel .carousel-item .carousel-caption a {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 20px;
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 250px;
	height: 65px;
	border-radius: 50px;
	margin-top: 20px;
}
#slider-carousel .carousel-item .carousel-caption a:hover {
	opacity: .8;
	transition-duration: .5s;
}
.carousel-caption {
	position: relative;
	z-index: 2;
}
#slider-carousel .carousel-item .carousel-caption a button:empty {
	display: none;
}
#slider-carousel .carousel-item img {
	width: 100vw;
	height: 100vh;
	object-position: center;
	object-fit: cover;
}
.row.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-slim #slider-carousel {
	height: 60vh;
}
.slider-slim #slider-carousel .carousel-inner, .slider-slim #slider-carousel .carousel-item {
	height: 60vh !important;	
}
.slider-slim #slider-carousel .carousel-item img{
	height: 60vh !important;
}
.slider-slim #slider-carousel .carousel-item .carousel-caption {
	align-items: center;
}
.slider-slim h3 {
	background-color: rgba(95, 197, 206, .8);
	font-size: 40px;
	padding: 20px;
	text-align: center !important;
}
.slider-bar {
	margin-top: -200px;
}
.slider-bar h5 {
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	color: #fff;
}
.slider-bar .icon-wrapper {
	padding: 2px;
}
.slider-bar .icon-wrapper img {
	display: flex;
	width: 90px;
	height: 90px;
}
.slider-bar .icon-wrapper .wrap {
	padding: 25px;
	border-radius: 30px;
	height: 200px;
}
.slider-bar .icon-wrapper:nth-child(1) .wrap {
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
}
.slider-bar .icon-wrapper:nth-child(2) .wrap {
	background-color: #0192C1;
}
.slider-bar .icon-wrapper:nth-child(3) .wrap {
	background-color: #CC0202;
}
.slider-bar .icon-wrapper:nth-child(4) .wrap {
	background-color: #252940;
}
#face-box {
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}
#face-slider {
	position: fixed;
	/* sprawia że slider jest widoczny w stałym miejscu przeglądarki, nie przewija się wraz ze stroną, a pozostaje w miejscu */
	right: -290px;
	/* pozycjonuje slider poza widoczny obszar okna przeglądarki, efekt schowania */
	top: 230px;
	/* pozycjonuje slider 190px od góry okna przegladarki */
	z-index: 1000;
	/* po wyjechaniu, otworzeniu się slidera, jego okno ma być ponad wszystkimi innymi warstwami - na samej górze */
}
#face-slider #tab {
	cursor: pointer;
	/* zmienia domyślny kursor na wskazującą rączkę - tylko efekt wizualny */
	height: 40px;
	/* wysokość diva, będącego zakładką, również wysokość grafiki */
	width: 40px;
	/* szerokość widocznej zakładki, również szerokość grafiki zakłądki */
	float: left;
	/* przyleganie do lewej krawędzi kontenera slidera */
}
div#tab img {
	width: 100%;
}
#face-code {
	padding: 5px;
	/* definiuje odstęp od krawędzi kontenera pluginu Facebooka */
	border: solid #0170cf 3px;
	/* ustawia ładną niebieską ramkę dookoła widgetu Facebooka */
	background: #fff;
	/* ustawia białe tło pod pluginem Facebook */
	float: left;
	/* przyleganie do lewej, czyli ma przylegać do kontenera zakładki */
	width: 286px;
	/* szerokość  */
	height: 100px;
	/* wysokość */
	-moz-border-radius: 0 0 0 8px;
	/* zaokrągla lewy dolny róg */
	-webkit-border-radius: 0 0 0 8px;
	/* zaokrągla lewy dolny róg*/
	border-radius: 0 0 0 8px;
	/* zaokrągla lewy dolny róg */
}
.fb-page.fb_iframe_widget {
	transform: scale(1);
}
.for_companies h2 {
	margin-bottom: 30px;
}
.for_companies ul {
	padding-left: 0;
}
.for_companies ul li {
	list-style-type: none;
	color: #252940;
	display: flex;
}
.for_companies ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: flex;
	background-color: #252940;
	margin-top: 8px;
	margin-right: 10px;
}
.for_companies ul li a {
	font-weight: bold;
	color: #252940;
}
.for_companies ul li a:hover {
	color: #252940;
}
.for_companies .for_companies-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #252940;
	color: #fff;
	border-radius: 5px;
	width: 320px;
	height: 50px;
	text-transform: uppercase;
	margin: 50px auto;
}
.for_companies .for_companies-btn:hover {
	opacity: .8;
	transition-duration: .5s;
}
.for_companies form p {
	text-align: center;
}
.for_companies form input[type=submit]{
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
	border: none;
	color: #fff;
	padding: 5px 15px;
	border-radius: 35px;
}
.insurance h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #252940;
	padding-bottom: 20px;
}
.insurance-box {
	margin-bottom: 30px;
}
.insurance img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.insurance a {
	background-color: #252940;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	height: 60px;
	text-align: center;
	align-items: center;
	cursor: pointer;
}
.insurance a:hover {
	opacity: .7;
	transition-duration: .5s;
}
.service-1 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.service-1 h2 {
	font-size: 50px;
	font-weight: 900;
	color: #252940;
	margin-bottom: 15px;
	text-align: left;
}
.service-1 img {
	border: 10px solid #fff;
	object-fit: cover;
	height: 400px;
	transform: rotate(2deg);
	box-shadow: -3.554px 33.814px 122px rgb(121 63 4 / 10%);
}
.service-1 .about-age p {
	font-weight: 700;
	text-align: center;
	font-size: 30px;
}
.service-1 h4 {
	color: #252940;
}
.service-1 a {
	font-size: 20px;
	width: 200px;
	height: 50px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
	border-radius: 35px;
	color: #fff;
}
.service-1 li a {
	background-color: transparent;
	color: #CC0202;
	width: auto;
	height: auto;
	display: inline-flex;
}
.service-2 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.service-2 h2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
}
.service-2 h2:before {
	content: '';
	width: 60px;
	height: 2px;
	background-color: #252940;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 20px;
	margin-right: 10px;
}
.service-2 h2:after {
	content: '';
	width: 60px;
	height: 2px;
	background-color: #252940;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 20px;
	margin-left: 10px;
}
.service-2 .img-1 {
	object-fit: cover;
	width: 500px;
	border-radius: 50%;
	height: 500px;
	display: flex;
	margin: auto;
	position: relative;
	z-index: 1;
}
.service-2 .img-2 {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 15px solid rgba(255,255,255,.8);
	display: flex;
	margin-top: -230px;
	object-fit: cover;
	margin-left: -40px;
	position: relative;
	z-index: 2;
}
.service-2 a {
	font-weight: bold;
	width: 220px;
	height: 40px;
	border-radius: 3px;
	color: #323232;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #FECC00;
}
.service-3 {
	padding-top: 80px;
}
.service-3 a {
	font-size: 20px;
	width: 240px;
	height: 60px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
	border-radius: 35px;
	color: #fff;
}
.service-3 .wow {
	margin-left: -15px;
}
.service-3 h2 {
	font-size: 50px;
	margin-top: 30px;
}
.service-3 img {
	height: 432px;
	margin-bottom: 0;
	object-fit: cover;
}
.content-services {
	padding: 15px;
}
/*=========================== Video ===========================*/
.video-section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.video-section h2 {
	font-size: 50px;
	font-weight: bold;
}
.video-section .text-box a {
	font-size: 20px;
	font-weight: bold;
	background-color: #CC0202;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 55px;
	border-radius: 10px;
}
.video-section .wrapper-text {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.video-section .wrapper-text h3 {
	font-size: 40px;
	font-weight: 700;
	color: #00343e;
	margin-top: 50px;
}
.video-section .container-video {
	width: 100%;
	position: relative;
}
.video-section .container-video video {
	position: absolute;
	top: 37%;
	left: 32.75%;
	width: 34%;
	height: 17%;
	object-fit: cover;
}
.video-section .container-video .full-screen-1 {
	cursor: pointer;
}
.video-section .container-video .full-screen-1:hover svg {
	filter: drop-shadow(0px 0px 5px black);
}
.video-section .container-video .full-screen-1 svg {
	width: 100%;
	height: auto;
	max-width: 30px;
	filter: drop-shadow(0px 0px 10px black);
	transition-duration: .5s;
}
.video-section .container-video .full-screen-1 svg path {
	fill: #fff;
}
.video-section .container-video .poster {
	width: 100%;
	object-fit: cover;
	height: 500px;
	border-radius: 10px;
}
.video-section .container-video .video-play-button {
	position: absolute;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
	box-shadow: 0 0px 30px rgba(220, 203, 132, .65);
	bottom: 0;
	right: 0;
	transform: translate(-50%, -50%);
}
.video-section .container-video .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #348401;
	opacity: .65;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-section .container-video .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	transition: all 200ms;
	transition: all .55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-section .container-video .video-play-button:hover:after {
	background: #348401;
	transition: all .55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-section .container-video .video-play-button:hover .triangle {
	border-left: 32px solid #fff;
}
.video-section .container-video .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}
.video-section .container-video .video-play-button span.triangle {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	transform: scale(0.8);
	border-left: 32px solid #348401;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	transition: all .55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.video-section .show-video-full-popup-1 {
	position: fixed;
	top: 40vh;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index: 9999;
	transform: scale(0);
	transition-duration: .5s;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-section .show-video-full-popup-1 video {
	width: 90vw;
	height: 90vh;
}
.video-section .show-video-full-popup-1.active {
	opacity: 1;
	transform: scale(0.6);
}
.video-section .show-video-full-popup-1 .close-popup-1 {
	position: absolute;
	color: #fff;
	font-size: 2em;
	top: 15px;
	z-index: 9999911;
	right: 25px;
	cursor: pointer;
	text-shadow: 0px 0px 6px #000;
}
/*===========================Icon slider===========================*/

.icon-slider {
	background-color: #FECC00;
}
.icon-slider .img-col {
	position: relative;
	z-index: 1;
}
.icon-slider .img-col img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
}
.icon-slider .img-col h2 {
	font-size: 50px;
	font-weight: 300;
	position: absolute;
	text-align: right;
	z-index: 3;
	color: #fff;
	bottom: 100px;
	right: 100px;
}
.icon-slider .icon-col {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 600px;
	padding-top: 100px;
}
.icon-slider .icon-col .icon-box {
	padding: 20px;
}
.icon-slider .icon-col .icon-box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #13141c;
	text-align: center;
}
.icon-slider .icon-col img {
	width: 100px;
	height: 100px;
	display: flex;
	margin: 20px auto;
}
.icon-slider .owl-nav {
	position: absolute;
	bottom: 40px;
}
.icon-slider .owl-nav .owl-prev{
	margin-left: -60px;
}
.icon-slider .owl-nav button{
	background-color: #fff !important;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 10px; 
	outline: none;
}
.icon-slider .owl-stage {
	height: 500px;
}
.icon-slider .owl-dot {
	display: none;
}
.icon-slider .owl-nav button:hover {
	background-color: #13141c !important;
}
.icon-slider .owl-nav button:hover span {
	color: #fff !important;
}
.icon-slider .owl-nav span{
	font-size: 50px;
	line-height: 30px;
}
.icon-slider .owl-item.active {
	top: 150px;
}
.icon-slider .owl-item.active + div{
	top: 100px !important;
	display: flex;
}
.icon-slider .owl-item.active + div + div{
	top: 20px !important;
	display: flex;
}
.about-slider {
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-slider img {
	height: 300px;
	object-fit: contain;
}
.about-slider h2:after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #252940;
	display: flex;
	margin-bottom: 20px;
	margin-top: 10px;
} 
.about-slider h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.about-slider .owl-dot{
	border-color: #13141c !important;
}
.about-slider .owl-dot.active{
	border-color: #252940 !important;
}
.about-slider img {
	height: 310px;
	width: 100%;
	object-fit: contain;
}
.about-slider2 img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	height: 160px;
	object-fit: contain;
	margin: 0 auto;
}
.about-slider .about-p {
	font-size: 14px;
	color: #111;
	text-align: center;
	padding: 10px;
}
.about-slider .offer-box {
	height: 300px;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	background: #fff;
	background: -moz-linear-gradient(top,#fff 50%,#efefef 100%);
	background: -webkit-linear-gradient(top,#fff 50%,#efefef 100%);
	background: linear-gradient(to bottom,#fff 50%,#efefef 100%);
}
.about-slider .offer-box-hover {
	width: 100%;
	height: 0px;
	background-color: #252940;
	position: absolute;
	top: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-slider .offer-wrapper:hover .offer-box-hover {
	height: 300px;
	position: absolute;
	bottom: 0;
	padding: 30px;
	opacity: .95;
}
.about-slider .offer-box-hover a {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 20px;
	border-radius: 30px;
	position: relative;
	z-index: 3;
}
.about-slider .offer-box-hover a:hover {
	background-color: #13141c;
	border-color: #13141c;
}
/*===========================Contact slider===========================*/
.contact-slider {
	color: #fff;
}
.contact-slider h4 {
	font-size: 40px;
	text-align: center;
}
.contact-slider-wrapper {
	padding: 20px;
	color: #13141c;
	background-color: #fff;
	width: 50%;
	display: flex;
	margin: 50px auto;
	flex-direction: column;
}
.contact-slider-wrapper label {
	display: block;
	height: 50px;
}
.contact-slider-wrapper input {
	font-size: 14px;
	display: block;
	border: none;
	border: 1px solid rgba(0, 47, 64, .4);
	border-radius: 3px;
	background-color: transparent;
	outline: none;
	padding: 15px;
	color: #13141c;
	width: 100%;
}
.contact-slider-wrapper .textarea-box {
	margin-top: 35px;
}
.contact-slider-wrapper input::placeholder {
	color: #13141c;
}
.contact-slider-wrapper .textarea-box label {
	height: auto;
}
.contact-slider-wrapper textarea {
	font-size: 12px;
	display: block;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	outline: none;
	height: 100px;
	padding: 10px;
	width: 90%;
	color: #13141c;
}
.contact-slider-wrapper textarea::placeholder {
	color: #13141c;
}
.contact-slider .slider-box {
	position: relative;
	z-index: 1;
}
.contact-slider .slider-box .owl-contact img {
	width: 100%;
	height: 700px;
	object-fit: cover;
	z-index: 2;
}
.contact-slider .slider-box .contact-slider-info {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	display: flex;
	padding: 30px 100px;
	flex-direction: column;
	justify-content: center;
	transform: translate(-50%, -50%);
	-ms-align-items: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
}
.contact-slider .slider-box .contact-slider-info h3 {
	text-align: center;
	font-weight: 300;
	font-size: 55px;
	line-height: 50px;
	margin-bottom: 25px;
}
.contact-slider .slider-box .contact-slider-info h3 .decor {
	color: #252940;
}
.contact-slider .slider-box .contact-slider-info a {
	font-size: 32px;
	color: #fff;
	text-shadow: 0 0 1px #000, 2px 4px 3px #444;
}
.contact-slider .slider-box .contact-slider-info a:hover {
	color: #252940;
	transition-duration: .5s;
}
.contact-slider .slider-box .contact-slider-info .phone-icon {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
}
.contact-slider .slider-box .contact-slider-info .phone-icon img {
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
}
.contact-slider input[type=submit] {
	font-size: 24px;
	border-color: #252940;
	background-color: #252940;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	display: flex;
	width: 300px;
	height: 60px;
	justify-content: center;
	margin: 10px auto 0 auto;
}
.contact-slider .rodo label {
	font-size: 9px;
	text-align: justify;
	display: flex;
}
.contact-slider .rodo input {
	margin-right: 5px;
	width: auto;
}
.contact-slider .rodo span.wpcf7-list-item {
	margin-left: 0;
}
.contact-slider .owl-dots {
	display: none;
}
.contact-slider .wpcf7-not-valid-tip {
	margin-left: 15px !important;
	margin-top: -22px !important;
}
.contact-slider .red-span {
	color: red;
}
/*===========================Accordion===========================*/
.accordion .card-header {
	background-color: #252940;
}
.accordion .card-header .btn-link {
	color: #fff;
}
/*===========================Contact map===========================*/
.contact-map {
	padding-top: 80px;
}
.contact-map h2 {
	text-align: center;
	font-weight: 300;
}
.contact-map h2:after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #252940;
	display: flex;
	margin: 20px auto 50px auto;
}
.contact-map .departament-wrapper {
	margin-bottom: 30px;
}
.contact-map .departament-wrapper h3 {
	display: flex;
}
.contact-map .departament-wrapper h3:before {
	content: "";
	display: flex;
	width: 5px;
	height: 40px;
	margin-right: 10px;
	background-color: #252940;
}
.contact-map .departament-wrapper ul li {
	list-style-type: none;
	display: flex;
}
.contact-map .departament-wrapper ul li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contact-map .departament-wrapper ul li a {
	color: #13141c;
}
.contact-map .departament-wrapper ul li p {
	color: #13141c;
}
.contact-map .departament-wrapper .thumb {
	width: 150px;
	height: 150px;
	-webkit-filter: drop-shadow(4px 4px 4px #333);
	filter: drop-shadow(4px 4px 4px #333);
	border-radius: 50%;
}
.contact-map .departament-wrapper .person-box {
	display: flex;
	padding: 20px;
}
/*===========================Benefits slider===========================*/
.benefits-slider {
	background-color: #fff;
	color: #13141c;
}
.benefits-slider h4 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}
.benefits-slider img {
	width: 100%;
	height: 740px;
	object-fit: cover;
	z-index: 2;
	position: relative;
	z-index: 2;
	top: 0;
	right: 0;
}
.benefits-slider .owl-dots {
	display: none;
}
.benefits-slider-wrapper {
	margin: 5% 10% 0 10%;
}
.benefits-slider-wrapper .benefits-box {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	background: #fff;
	background: -moz-linear-gradient(top,#fff 50%,#efefef 100%);
	background: -webkit-linear-gradient(top,#fff 50%,#efefef 100%);
	background: linear-gradient(to bottom,#fff 50%,#efefef 100%);
	color: #252940;
	min-height: 340px;
	margin-bottom: 30px;
	padding: 20px;
}
.page-id-187 .benefits-slider-wrapper .benefits-box {
	height: auto;
}
.benefits-slider-wrapper .benefits-box img {
	display: flex;
	margin: 0 auto 10px auto;
	width: 50px;
	height: 50px;
	-webkit-animation: pulse 1.5s infinite;
}
.benefits-slider-wrapper .benefits-box h4 {
	font-size: 24px;
	margin-bottom: 0;
	text-align: center;
	color: #13141c;
}
.benefits-slider-wrapper .benefits-box p {
	text-align: center;
	color: #13141c;
}
.benefits-slider-wrapper .benefits-box li {
	color: #13141c;
}
.benefits-text {
	position: absolute;
	text-align: right;
	z-index: 3;
	color: #fff;
	bottom: 200px;
	right: 200px;
}
.benefits-text h4 {
	font-size: 50px;
	text-shadow: 0 0 1px #000, 2px 2px 1px #444;
	text-align: right;
}
/*===========================team===========================*/
.team {
	padding-bottom: 80px;
}
.team h2 {
	margin: 20px auto;
	text-align: center;
}
.team h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #252940;
	margin: 15px auto; 
}
.team p {
	text-align: center;
}
.team-wrapper {
	margin-bottom: 30px;
}
.team-wrapper img {
	height: 360px;
	object-fit: cover;
}
.team-box {
	height: 90px;
	position: relative;
	padding: 15px;
	-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	border-bottom: 2px solid #252940;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team-box h4 {
	text-align: center;
}
.team-box a {
	display: flex;
	justify-content: center;
	color: #313131;
}
.hover-team {
	margin-bottom: 90px;
	width: calc(100% - 30px);
	height: 0;
	padding: 0px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:absolute;
	bottom: 0;
	background-color:#252940;
	color: #fff;
}
.hover-team a {
	color: #fff;
}
.hover-team a:hover {
	color: #CC0202;
}
.team-wrapper:hover .hover-team {
	height: 360px;
	position: absolute;
	bottom: 0;
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.team-wrapper:hover .team-box {
	background-color: #13141c;
	color: #fff;
}
.team-wrapper:hover img {
	opacity: .6;
}
.page-id-110 .team-box h4{
	font-weight: bold;

}
.partner {
	padding-top: 80px;
	padding-bottom: 80px;
}
.partner h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #252940;
	padding-bottom: 20px;
}
.logo-1 {
	background-color: #fff;
	color: #000;
	padding-top: 80px;
	padding-bottom: 80px;
}
.tab-contact {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.tab-box {
	background: #efefef;
}
.tab-contact .tab {
	background: #efefef;
	padding-left: 0;
	width: 100%;
	display: flex;
	border: 10px solid #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tab-contact .tab li {
	list-style-type: none;
	width: 50%;
}
.tab-contact .tab li button {
	background: #fff;
	width: 100%;
	padding: 15px;
	border: none;
	outline: none;
}
.tab-contact iframe {
	margin-top: 30px;
}
.tab-contact .tab .active {
	background: #000;
	color: #fff;
}
.tab-contact .phone, .mail, .text {
	display: flex;
	padding-bottom: 10px;
}
.tab-contact p {
	margin-bottom: 0;
}
.owl-three .owl-nav button.owl-next, .owl-three .owl-nav button.owl-prev, .owl-three button.owl-dot span {
	font-size: 50px;
}
.owl-three .owl-prev {
	position: absolute;
	top: 10px;
	left: -50px;
	outline: none;
}
.owl-three .owl-next {
	position: absolute;
	top: 10px;
	right: -50px;
	outline: none;
}
#paving .row {
	flex-direction: row-reverse;
}
#paving h2 {
	color: #fff;
}
#paving a {
	background-color: #fff;
}
#paving .content {
	margin-right: 0;
	margin-left: -100px;
}
.service-5 {
	color: #fff;
}
.service-5 button {
}
.service-5 .content {
	padding: 20px;
}
.service-5 .corner-right {
	width: 280px;
	height: 280px;
	background-color: #fff;
	border-top-left-radius: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.service-5 h2 {
	padding-top: 40px;
}
.service-5 .service-5-box {
	background-color: #fff;
}
.services-5-img-box {
	background-color: #8DBF59;
	padding-left: 0;
	padding-right: 0;
}
.services-5-img-box img {
	width: 100%;
	width: 100%;
	height: 900px;
	object-fit: cover;
}
.service-4 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.service-4 a {
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 20px;
	font-weight: 700;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
	letter-spacing: 1px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.service-4 a:hover {
	opacity: .8;
}
.service-4 video {
	width: 100%;
	height: 400px;
}
.yt-gallery {
	padding-top: 80px;
	padding-bottom: 80px;
}
.yt-box iframe {
	width: 100%;
	height: 300px;
}
.list-wrapper {
	padding-top: 80px;
}
.list-wrapper h3 {
	text-align: center;
	margin: 20px auto;
	font-weight: 700;
}
.list-wrapper ul {
	padding-left: 0;
	columns: 3;
}
.list-wrapper ul li {
	list-style-type: none;
	padding-bottom: 10px;
	display: flex;
}
.list-wrapper ul li img {
	width: 26px;
	display: flex;
	height: 26px;
	margin-right: 10px;
	transform: scale(.6);
}
.promo-contact {
	margin-top: 30px;
	margin-bottom: 30px;
}
.promo-name {
	font-weight: bold;
	font-size: 18px;
}
.promo a {
	display: flex;
	color: #212529;
}
.promo a:hover {
	color: #8DBF59;
}
.promo-adres {
	margin-top: 20px;
}
.promo-social {
	margin-top: 20px;
}
.promo-logo img {
	display: flex;
}
.modal {
	display: none;
	position: relative;
	left: 0;
	z-index: 998;
}
.modalWindow {
	display: none;
	position: relative;
	left: 50%;
	z-index: 999 !important;
	width: 600px;
	height: auto;
	min-height: 200px;
	margin-top: 20px;
	margin-left: -300px;
	background: #FFF;
	cursor: default;
}
.modal.overlay {
	display: none;
	position: relative;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 997;
	cursor: pointer;
}
.modalWindow .modalWrapper {
	margin: 30px 0 20px 0 ;
	border: 1px solid #DADADA;
	padding: 5px;
	text-align: left;
	line-height: 20px !important;
	height: auto;
}
.closeBtn {
	color: #000 !important;
	position: absolute;
	right: 10px;
	top: 6px;
	cursor: pointer;
}
.closeBtn:hover {
	color: red;
}
.service-6 {
	padding-top: 80px !important;
	padding-bottom: 80px;
}
.service-6 h2 {
	font-weight: 300 !important;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-size: 35px;
}
.service-6 .h2-small {
	font-size: 25px;
	color: #fff;
}
.service-6 .btn-link {
	color: #fff;
}
.service-6 .card {
	border-radius: 0;
}
.service-6 .card-header {
	background-color: #8DBF59;
}
.service-6 img {
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	height: 400px;
	object-fit: cover;
}
.service-1 .read-more {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background: #252940;
	width: 180px;
	height: 50px;
	display: flex;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.testimonial {
	padding-top: 80px;
}
.testimonial h3 {
	font-weight: bold;
	margin-bottom: 40px
}
.testimonial h3:after {
	content: "";
	background-color: #fff;
	width: 100px;
	height: 1px;
	display: flex;
	margin-top: 20px;
}
.testimonial-wrapper {
	-webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
	display: flex;
	margin-bottom: 90px;
}
.job-box {
	width: 250px;
	height: 250px;
	background-color: #fff;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.job-box p {
	font-weight: bold;
	color: #fff;
}
.testimonial-wrapper img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	position: relative;
	z-index: 2;
}
.testimonial-opinion {
	padding: 30px 30px 30px 100px;
}
.job-box2 {
	width: 250px;
	height: 250px;
	background-color: #000;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.job-box2 {
	font-weight: bold;
	color: #fff;
}
.testimonial-opinion2 {
	padding: 30px 100px 30px 30px;
}
.employees {
	padding-bottom: 80px;
}
.employees h2 {
	margin-bottom: 30px;
}
.employees-wrapper {
	margin-bottom: 50px;
}
.employees-box {
	height: 155px;
	position: relative;
	padding: 15px;
	-webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
	border-bottom: 2px solid #fff;
}
.employees-box h4 {
	text-align: center;
	margin-bottom: 0;
}
.employees-box p {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
}
.employees-box a {
	display: flex;
	justify-content: center;
	color: #fff;
}
.hover-employees {
	margin-bottom: 155px;
	width: 90%;
	height: 0;
	padding: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	text-align: justify;
}
.employees-wrapper:hover .hover-employees {
	height: 250px;
	position: absolute;
	bottom: 0;
	padding: 25px;
}
.employees-wrapper:hover h4 {
	color: #000;
}
.employees-wrapper:hover p {
	color: #000;
}
.employees-wrapper:hover a {
	color: #000;
}
.employees-wrapper:hover .employees-box {
	background-color: #fff;
}
.employees-wrapper:hover img {
	opacity: .6;
}
.job-wrapper {
	-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	padding: 15px;
	margin-bottom: 30px;
}
.job-wrapper a {
	text-decoration: underline;
	color: #13141c;
}
.job-wrapper a:hover {
	color: #252940;
}
.job .sidebar{
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.05);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.05);
	padding: 20px;
	background: #252940;
	height: calc(100% - 30px);
}
.job label {
	display: block;
	height: 50px;
}
.job input {
	font-size: 12px;
	display: block;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	outline: none;
	padding: 10px;
	color: #fff;
	width: 100%;
}
.job .textarea-box {
	margin-top: 35px;
}
.job input::placeholder {
	color: #fff;
}
.job .textarea-box label {
	height: auto;
}
.job textarea {
	font-size: 12px;
	display: block;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	outline: none;
	height: 100px;
	padding: 10px;
	width: 90%;
	color: #fff;
}
.job textarea::placeholder {
	color: #fff;
}
.job input[type=submit] {
	font-size: 24px;
	border-color: #13141c;
	background-color: #13141c;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	display: flex;
	width: 250px;
	height: 50px;
	justify-content: center;
	margin: 10px auto 0 auto;
}
.job .rodo label {
	color: #eee;
	font-size: 9px;
	text-align: justify;
	display: flex;
}
.job .rodo input {
	margin-right: 5px;
	width: auto;
}
.job .rodo span.wpcf7-list-item {
	margin-left: 0;
}
.job-benefits {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 80px;
}
.job-benefits h2 {
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.job-benefits h2:after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #252940;
	display: flex;
	margin: 10px auto;
}
.job-benefits img {
	display: flex;
	margin: 20px auto;
}
.job-benefits h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.signature {
	padding-top: 20px;
	padding-bottom: 40px;
}
.signature-wrapper {
	display: flex;
	max-width: 700px;
	-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
}
.signature-wrapper img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}
.signature-box {
	padding: 20px;
}
.signature-box a {
	color: #000;
	margin-bottom: 15px;
	display: flex;
}
.signature-box strong {
	margin-right: 5px;
}
.signature-box h4 {
	color: #252940;
}
#menu-page {
	padding-top: 120px;
	padding-bottom: 100px;
}
.menu-cart-menu-container {
	width: 100%;
}
#menu-cart-menu {
	flex-direction: row;
	justify-content: space-around;
}
#menu-cart-menu li {
	width: 100%;
	text-align: center;
	margin: 10px;
}
#menu-cart-menu .nav-link {
	display: flex;
	text-align: center;
	flex-direction: column;
	color: #000;
	font-weight: bold;
	border-bottom: 5px solid #000;
}
#menu-cart-menu .nav-link:hover {
	border-bottom: 5px solid #fff;
}
#menu-cart-menu .nav-link.active {
	border-bottom: 5px solid #805acb !important;
}
.menu-box {
	padding-top: 80px;
}
.menu {
	padding-top: 80px !important;
	padding-bottom: 80px;
}
.menu h2 {
	text-align: center;
	margin-bottom: 50px;
}
.menu h2:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #311814;
	margin: 10px auto;
}
.menu-item-box {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}
.menu-wrapper {
	padding-bottom: 50px;
}
.menu .dish {
	font-weight: bold;
	margin-bottom: 0;
	padding-right: 10px;
}
.menu .price {
	margin-bottom: 0;
	padding-left: 10px;
}
.menu .desc {
	color: #646464;
	font-style: italic;
}
.dotted-line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #000;
	padding-top: 15px;
}
.about-icon {
	padding-bottom: 80px;
}
.about-icon h1 {
	font-weight: bold;
}
.about-icon .about-wrapper {
	padding: 10px;
	background-color: #fff;
	margin-top: -160px;
}
.about-icon .about-box {
	display: grid;
	background-color: #eee;
	margin-bottom: 5px;
	height: 150px;
	grid-template-columns: 1fr 3fr;
}
.about-icon .about-box:nth-child(1) {
	background-color: #fff;
	color: #fff;
}
.about-icon .about-box .img-box {
	background-color: #ddd;
	clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}
.about-icon .about-box .img-box img {
	width: 64px;
	height: 64px;
	margin-left: 15px;
	margin-top: 40px;
}
.about-icon .about-box  .desc-box {
	padding: 15px;
}
.about-icon .about-box  .desc-box h3 {
	font-weight: bold;
	font-size: 18px;
}
.log {
	padding-top: 80px;
}
.log h2 {
	margin: 20px auto 60px auto;
	text-transform: uppercase;
}
.log-box {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid lightgray;
}
.log-box img {
	display: flex;
	margin: auto;
}
.log-desc-box {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.log-desc-box img {
	margin-right: 10px;
	margin-top: 0;
}
.date-box {
	display: flex;
}
.tablepress {
	border: 1px solid #ccc !important;
}
.column-1 {
	border-right: 1px solid #ccc !important;
	text-align: center !important;
}
.column-2 {
	border-right: 1px solid #ccc !important;
}
.column-3 {
	border-right: 1px solid #ccc !important;
	text-align: center !important;
}
.column-4 {
	border-right: 1px solid #ccc !important;
	text-align: center !important;
}
.column-5 {
	border-right: 1px solid #ccc !important;
	text-align: center !important;
}
.column-6 {
	border-right: 1px solid #ccc !important;
	text-align: center !important;
}
.column-2 {
	text-align: center !important;
}
.tablepress tfoot th, .tablepress thead th {
	background-color: #252940 !important;
}
#paralaxoption {
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 120px;
	padding-top: 120px;
}
#paralaxoption h2 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	position: relative;
	text-align: left;
	padding: 15px;
}
#paralaxoption h4 {
	padding-left: 15px;
	padding-right: 15px;
}
#paralaxoption h3 {
	font-size: 21px;
	text-align: left;
	height: 40px;
	text-transform: uppercase;
	position: relative;
}
#paralaxoption p {
	text-align: center;
	font-size: 24px;
	position: relative;
	letter-spacing: 1px;
	padding: 15px;
	text-shadow: 0 0 1px #000, 2px 4px 3px #444;
}
#paralaxoption a {
	width: 320px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #252940;
}
#paralaxoption .item {
	margin-top: 50px;
}
#paralaxoption .thumbnail img {
	max-width: 100%;
	height: auto;
}
#paralaxoption svg {
	width: 60%;
	margin: auto;
	position: relative;
	display: block;
	height: auto;
	margin-bottom: 25px;
}
.cpt-1 .col-xl-3:nth-child(1) .item-portfolio {
	animation-delay: 0s;
}
.cpt-1 .col-xl-3:nth-child(2) .item-portfolio {
	animation-delay: .25s;
}
.cpt-1 .col-xl-3:nth-child(3) .item-portfolio {
	animation-delay: .5s;
}
.cpt-1 .col-xl-3:nth-child(4) .item-portfolio {
	animation-delay: .75s;
}
#cpt {
	padding-top: 90px;
	padding-bottom: 60px;
}
#cpt .item-portfolio {
	border: solid 1px #404040;
	padding: 15px;
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	border-radius: 10% 10% 0px 0px;
	color: #fff;
	text-align: center;
	transform: scale(1);
	transition-duration: .5s;
	padding-bottom: 20px;
	padding-top: 20px;
}
#cpt .item-portfolio:hover {
	border: solid 1px rgba(0, 0, 0, 0.4);
	transform: scale(1.05);
	transition-duration: .5s;
	background: rgba(0, 0, 0, 0.4);
}
#cpt h5 {
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 700;
	font-size: 16px;
}
#cpt p {
	text-align: justify;
	font-size: 12px;
	color: #a5a3a3;
	text-align-last: center;
}
#cpt button {
	background: transparent;
	border: solid 1px #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-size: 11px;
	transition-duration: .5s;
}
#cpt button:hover {
	background-color: #fff;
	color: #000;
	transition-duration: .5s;
}
.gallery {
	padding-bottom: 80px;
}
.gallery a {
	width: 100%;
}
.gallery h4 {
	border: 1px solid lightgray;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
}
.gallery a img {
	width: 100%;
	height: 350px;
	object-fit: contain;
	margin-bottom: 30px;
}
.gallery-2 figure {
	margin: 0px;
	transition-duration: .5s;
	opacity: 1;
	cursor: zoom-in;
}
.gallery-2 figure a, .gallery-2 figure img {
	cursor: zoom-in;
}
.gallery-2 figure:hover {
	opacity: .5;
	transition-duration: .5s;
	margin: 0px;
	cursor: zoom-in;
}
#galeria-single {
	padding-top: 80px;
	padding-bottom: 80px;
}
#galeria-single img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 30px;
}
#gallery {
	padding-top: 80px;
	padding-bottom: 80px;
}
#gallery .box {
	height: 300px;
	background-size: cover;
	margin-bottom: 30px;
}
#gallery .box p {
	font-size: 18px;
	height: 100px;
	color: #fff;
	position: absolute;
	top: 100px;
	width: calc(100% - 30px);
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: .5s;
	transition-timing-function: linear;
	text-transform: uppercase;
}
#gallery .box:hover p {
	height: 300px;
	top: 0;
	transition-duration: .5s;
	transition-timing-function: linear;
}
.page-id-178 .gallery a img {
	height: 210px;
}
.offer-cpt {
	padding-top: 80px;
	padding-bottom: 80px;
}
.offer-cpt img {
	width: 100%;
	object-fit: cover;
}
.offer-cpt .question-box {
	padding-bottom: 50px;
}
.offer-cpt .question-box a {
	font-size: 20px;
	color: #252940;
}
.offer-cpt .button-box a {
	width: 200px;
	height: 40px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.offer-cpt .button-box {
	display: flex;
}
.offer-cpt .button-box a:first-child {
	background: #fff;
	color: #252940;
	margin-right: 30px;
}
.offer-cpt .button-box a:last-child {
	background: #fff;
}
.offer-cpt .also-check-wrapper {
	padding: 25px;
	-webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
}
.offer-cpt .also-check-wrapper h3 {
	font-size: 16px;
	font-weight: bold;
}
.offer-cpt .also-check img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: center 10%;
}
.offer-cpt .also-check a {
	font-weight: bold;
	color: #252940;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.show-2 {
	padding-bottom: 80px;
}
.show-2 .clothes-wrapper {
	margin-bottom: 30px;
}
.show-2 img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center 65%;
}
.show-2 .clothes-title {
	border: 1px solid lightgray;
}
.show-2 .clothes-title {
	display: flex;
	flex-direction: column;
	padding: 10px;
	justify-content: center;
	align-items: center;
}
.show-2 .clothes-title h4 {
	font-size: 18px;
}
.show-2 .clothes-title a {
	background: #252940;
	color: #fff;
	padding: 3px 25px;
	border-radius: 3px;
}
.show-2 .clothes-title a:hover {
	filter: brightness(90%);
}
.article {
	padding-top: 80px;
	padding-bottom: 80px;
}
.article h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.article h3 {
	text-align: center;
}
.article p{
	text-align: center;
}
.article-wrapper {
	-webkit-box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 32px 0 rgba(0,0,0,.1);
	padding: 15px;
	margin-bottom: 30px;
}
.article img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	display: flex;
	margin: auto;
}
.article .article-btn {
	display: flex;
	justify-content: center;
}
.article .article-btn a {
	background-color: #252940;
	color: #fff;
	border-radius: 5px;
	width: 220px;
	height: 45px;
	border: 1px solid #252940;
	margin: 10px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.homepage-img {
	height: 300px !important;
}
.page-id-119 .gallery a img {
	height: 300px;
	object-fit: contain;
}
footer .logo p {
	text-align: center;
}
footer .logo {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}
footer .logo .container {
	display: flex;
	justify-content: center;
}
footer .logo .info-logo {
	margin-top: 30px;
}
footer .logo h4 {
	text-align: center;
	margin-bottom: 30px;
}
footer .logo .show-btn {
	width: 200px;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 20px;
	font-weight: 700;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
	letter-spacing: 1px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	margin: 20px auto 70px auto;
}
footer .logo .show-btn:hover {
	filter: brightness(90%);
	transition-duration: .5s;
}
footer .logo img {
	display: flex;
	margin: auto;
	align-items: center;
	height: 80px;
	width: 220px;
	object-fit: contain;
}
footer .logo .col-md-4:nth-child(2) img {
	height: 100px;
	margin-top: 25px;
}
@keyframes smartphoto {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes smartphoto-img-wrap {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes smartphoto-inner {
	from {
		transform: translate(0, 100px);
	}
	to {
		transform: translate(0, 0);
	}
}
@keyframes smartphoto-loader {
	0% {
		opacity: .4;
		transform: rotate(0deg);
	}
	50% {
		opacity: 1;
		transform: rotate(180deg);
	}
	100% {
		opacity: .4;
		transform: rotate(360deg);
	}
}
@keyframes smartphoto-appear {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@keyframes smartphoto-hide {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}
.smartphoto {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 1;
	font-family: sans-serif;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	transition: all 0.3s ease-out;
	animation-name: smartphoto;
	animation-duration: .3s;
	animation-timing-function: ease-out;
}
.smartphoto[aria-hidden="true"] {
	display: none;
}
.smartphoto-close {
	opacity: 0;
}
.smartphoto-count {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
}
.smartphoto-header {
	display: block;
	box-sizing: border-box;
	position: fixed;
	z-index: 102;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.2);
}
.smartphoto-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.smartphoto-dismiss {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url(data:image/svg+xml;
		base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
	text-shadow: 0 1px 0 #FFF;
	color: #FFF;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1;
}
.smartphoto-body {
	position: relative;
	z-index: 102;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.smartphoto-inner {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.smartphoto-img {
	display: none;
	max-width: none;
	width: auto;
	height: auto;
	cursor: zoom-in;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: transform 0.3s ease-out;
	-webkit-user-drag: none;
}
.smartphoto-img.active {
	display: block;
}
.smartphoto-img-onmove {
	cursor: grab;
	cursor: -webkit-grab;
	transition: none;
}
.smartphoto-img-elasticmove {
	transition: transform 0.3s ease-out;
}
.smartphoto-img-wrap {
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	animation-name: smartphoto-img-wrap;
	animation-duration: .3s;
	animation-timing-function: ease-out;
}
.smartphoto-img-left {
	transform: translateX(150%) !important;
}
.smartphoto-img-right {
	transform: translateX(-150%) !important;
}
.smartphoto-arrows {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1002;
	top: 50%;
	left: 0;
	opacity: 1;
	animation-name: smartphoto-appear;
	animation-duration: .3s;
	animation-timing-function: ease-out;
}
.smartphoto-arrows[aria-hidden="true"] {
	animation-name: smartphoto-hide;
	display: none;
}
.smartphoto-arrows li {
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-name: smartphoto-appear;
}
.smartphoto-arrows li:focus {
	outline: none;
}
.smartphoto-arrows [aria-hidden="true"] {
	animation-name: smartphoto-hide;
	display: none;
}
.smartphoto-arrows a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.smartphoto-arrow-right {
	right: 0;
	background-image: url(data:image/svg+xml;
		base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}
.smartphoto-arrow-left {
	left: 0;
	background-image: url(data:image/svg+xml;
		base64, PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}
.smartphoto-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	animation-name: smartphoto-appear;
	animation-duration: .3s;
	animation-timing-function: ease-out;
}
.smartphoto-nav[aria-hidden="true"] {
	animation-name: smartphoto-hide;
	display: none;
}
.smartphoto-nav ul {
	display: block;
	overflow-x: scroll;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.smartphoto-nav li {
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
}
.smartphoto-nav a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-position: center center;
	background-size: cover;
	opacity: .5;
}
.smartphoto-nav a:focus {
	opacity: .8;
}
.smartphoto-nav a.current {
	opacity: 1;
}
.smartphoto-nav img {
	width: auto;
	height: 100%;
}
.smartphoto-list {
	list-style-type: none;
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.smartphoto-list li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out;
}
.smartphoto-list li:focus {
	outline: none;
}
.smartphoto-list-onmove {
	transition: all 0.3s ease-out;
}
.smartphoto-caption {
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 0 50px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.smartphoto-caption:focus {
	outline: none;
}
.smartphoto-loader-wrap {
	display: block;
	position: relative;
	z-index: 103;
	width: 0;
	height: 0;
	transform: translate(50vw, 50vh);
}
.smartphoto-loader {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	margin-top: -25px;
	margin-left: -25px;
	border: 8px solid #17CDDD;
	border-right-color: transparent;
	border-radius: 50%;
	animation: smartphoto-loader .5s infinite linear;
}
.smartphoto-img-clone {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	transition: all .3s ease-out;
}
.smartphoto-sr-only {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
}
#o-nas .thumbnail {
	padding-left: 40px;
	padding-right: 40px;
	height: auto;
}
#o-nas h2 {
	font-size: 42px;
}
#o-nas h2 span {
	color: #313131;
	display: block;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 14px;
}
#o-nas p {
	font-size: 15px;
	text-align: justify;
}
#paralax {
	padding-top: 0px;
}
#paralax p {
	text-align: center;
	width: 80%;
	margin: auto;
	margin-bottom: 50px;
	font-weight: 400;
	font-size: 15px;
}
#paralax h2 {
	width: 100%;
	text-align: center;
	margin-top: 70px;
	text-transform: uppercase;
	font-weight: 700;
}
#paralax h2 span {
	letter-spacing: 5px;
	color: #EB3E96;
}
#paralax .item h3 {
	height: 75px;
	color: #1CA6E2;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
#paralax .item p {
	font-size: 14px;
	padding-bottom: 100px;
}
.phone-box {
	background-color: #252940;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 80px;
}
.phone-box p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}
.phone-box a {
	color: #fff;
	font-size: 24px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#cooker {
	background-size: cover;
}
#cooker .thumbnail.responsive {
	margin-top: -200px;
}
#cooker .container-fluid > .row {
	display: flex;
	align-items: center;
}
#cooker .col-xl-6:nth-child(1) {
	order: 2;
}
#cooker .col-xl-6:nth-child(2) {
	order: 1;
}
#cooker .col-xl-6:nth-child(2) .content {
	margin-left: auto;
}
#cooker h2 {
	width: 75%;
	font-size: 36px;
}
#cooker h2 span {
	display: block;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#cooker p {
	font-size: 21px;
	line-height: 44px;
	margin-top: 55px;
}
#cooker p.podpis {
	font-style: italic;
	font-size: 14px;
	margin-top: 0px;
}
.gallery h2 {
	color: #000;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	margin: auto;
	font-size: 60px;
}
.gallery p {
	width: 80%;
	color: #000;
	margin: auto;
	margin-bottom: 40px;
	text-align: center;
}
section#kontakt {
	background-size: cover;
	background-attachment: fixed;
	padding-top: 80px;
}
.kontakt #face-box {
	padding-top: 0 !important;
}
.kontakt-2 {
	background-position: bottom;
}
section#kontakt svg {
	max-width: 40px;
	height: auto;
}
section#kontakt .text {
	color: #fff;
	margin-left: 60px;
	margin-bottom: 70px;
}
section#kontakt .text:hover {
	transition-duration: .5s;
	color: #fff;
}
section#kontakt h2 {
	color: #fff;
	margin-bottom: 30px;
}
section#kontakt label {
	width: 100%;
}
section#kontakt input, section#kontakt textarea {
	width: 100%;
	border: solid 1px #fff;
	background-color: transparent;
	color: #fff;
	padding: 15px;
}
section#kontakt input::placeholder, section#kontakt textarea::placeholder {
	color: #fff;
}
section#kontakt .phone, section#kontakt .mail {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
section#kontakt .phone a, section#kontakt .mail a {
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
	margin-left: 60px;
	transition-duration: .5s;
}
section#kontakt .phone a:hover, section#kontakt .mail a:hover {
	transition-duration: .5s;
	color: #fff;
}
.kontakt {
	padding-top: 80px !important;
	background-size: cover;
	padding-bottom: 80px;
}
.kontakt .phone {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid lightgray;
}
.phone-wrapper {
	display: flex;
	margin-bottom: 15px;
}
.kontakt .phone img {
	height: 24px;
	width: 24px;
}
.kontakt .mail {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgray;
}
.kontakt .mail img {
	height: 24px;
	width: 24px;
}
.kontakt .text {
	display: flex;
	margin-bottom: 20px;
}
.kontakt .text img {
	height: 24px;
	width: 24px;
}
.contact-box2 {
	background-image: linear-gradient(-90deg, #805acb, #805acb) !important;
	padding: 25px;
	margin-top: 24px;
}
.contact-box {
	padding: 30px;
	box-shadow: -3.554px 33.814px 122px rgb(121 63 4 / 10%);
}
.contact-box input {
	font-weight: 400;
	background-color: #fff;
	padding: 20px;
	border-radius: 30px;
	width: 100%;
	border: none;
	border: 1px solid rgba(0, 0, 0, .1);
}
.contact-box label {
	display: block;
}
.contact-box input::placeholder {
	color: #333 !important;
}
.contact-box input[type=submit] {
	color: #323232;
	border: 0;
	background: rgb(252,205,1);
	background: linear-gradient(162deg, rgba(252,205,1,1) 0%, rgba(207,3,3,1) 100%);
	color: #fff;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 35px;
	display: flex;
	width: 180px;
	justify-content: center;
}
.contact-box textarea {
	font-weight: 400;
	background-color: #fff;
	width: 100%;
	height: 120px;
	border: none;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 10px;
	border-radius: 10px;
}
.contact-box textarea::placeholder {
	color: #333;
}
.input-title {
	font-size: 12px;
}
.label-input {
	height: 70px;
}
.contact {
	padding-top: 80px !important;
}
.contact h3 {
	padding: 15px;
	margin-top: 20px;
}
.sale-contact-box img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.contact-box .rodo label {
	display: grid;
	grid-template-columns: 30px 1fr;
}
.contact-box .rodo span {
	color: #999;
	font-size: 10px;
	text-align: justify;
}
.sale-contact {
	padding: 15px;
}
.sale-contact-box a {
	color: #000;
}
.sale-contact-box a:hover {
	color: #fff;
}
.sale-contact-adress {
	display: flex;
}
.sale-contact-phone {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid lightgray;
}
.sale-contact-mail {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid lightgray;
}
.sale-contact-adress {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.input-h {
	height: 50px !important;
}
.inner-opis .h2-slim {
	font-size: 25px;
	font-weight: 400;
}
.inner-opis {
	background: #0192C1;
	padding: 25px;
	border-radius: 4px;
}
.inner-opis h2 {
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}
.inner-opis img {
	display: flex;
	margin-right: 20px;
}
.inner-opis a {
	color: #fff;
	display: flex;
	justify-content: center;
}
.inner-opis p {
	color: #fff;
	display: flex;
	justify-content: center;
}
.oferta-1 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fafafa;
	background-position: center;
}
.oferta-1 h2 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}
.oferta-1 p {
	text-align: center;
	margin-bottom: 30px;
}
.oferta-1 h4 {
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.oferta-1 .offer-box {
	display: grid;
	grid-template-columns: 94px 1fr;
	grid-gap: 10px;
	margin-bottom: 30px;
}
.oferta-1 .offer-box img {
	width: 64px;
	height: 64px;
	background-color: #0192C1;
	padding: 15px;
	border-radius: 5px;
	box-sizing: content-box;
}
.oferta-1 .offer-box .offer-box-text {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.oferta-1 .offer-box .offer-box-text p {
	font-size: 14px;
	color: #333;
	text-align: left;
}
.catalog {
	padding-bottom: 80px;
}
.offerbox {
	background-color: #fff;
	color: #000;
}
.simple-offer-box {
	padding: 50px 25px;
	border: 1px solid lightgray;
}
.offerbox img {
	display: flex;
	margin: 0 auto 30px auto;
	width: 50%;
}
.offerbox h3 {
	font-size: 22px;
	text-align: center;
}
.logo-1 {
	background-color: #fff;
	color: #000;
	padding-top: 80px;
	padding-bottom: 80px;
}
.logo-1 h2 {
	width: 100%;
	text-align: center;
	margin-top: 70px;
	text-transform: uppercase;
}
.logo-box {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	height: 100%;
	margin-bottom: 50px;
}
.file {
	padding-bottom: 80px;
	padding-top: 40px !important;
}
.file-box {
	display: flex;
	justify-content: center;
}
.file a {
	color: #000;
	display: inline-grid;
	text-align: center;
}
.file a img {
	margin: 10px auto;
}
.map-box {
	width: 30vw;
	height: 200px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: auto;
	position: relative;
	bottom: -100px;
	padding: 20px;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
}
.map-box img {
	display: flex;
	margin: 0 auto 20px auto;
}
.map-box p {
	text-align: center;
}
.map-box p:first-child {
	text-transform: uppercase;
}
.map-box p:last-child {
	font-weight: bold;
}
.textbox {
	background-color: #fff;
	padding-top: 80px !important;
	padding-bottom: 80px;
	color: #000;
}
.page-id-255 .textbox {
	padding-top: 10px !important;
	padding-bottom: 10px;
}
.textbox h3 {
	text-align: center;
	font-size: 34px;
	color: #13141c;
}
.textbox p {
	color: #313131;
}
.textbox img {
	max-width: 100%;
	display: flex;
	height: auto;
	margin: auto;
}
.page-id-242 .textbox a {
	border: 2px solid #13141c;
	color: #13141c;
	width: 300px;
	height: 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 20px auto;
}
.page-id-242 .textbox a:hover {
	background-color: #13141c;
	color: #fff;
	transition-duration: .5s;
}
.textbox-bg {
	font-size: 24px;
	text-align: center;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,.16);
	padding: 50px;
}
.textbox .buy-btn {
	background: #252940;
	color: #fff;
	border-radius: 5px;
	display: flex;
	width: 200px;
	height: 50px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: auto;
}
.textbox .buy-btn:hover {
	opacity: .7;
	transition-duration: .5s;
}
.file-page h2 {
	font-size: 38px;
	text-align: center;
	margin-bottom: 30px;
}
.file-page li {
	margin-bottom: 10px;
}
.file-page li a {
	color: #000;
}
.file-page img {
	background-color: #000;
	padding: 6px;
	box-sizing: content-box;
	margin-right: 10px;
}
.collapse-section {
	padding-top: 50px;
}
.collapse-section h2 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 50px;
	margin: 50px auto;
}
.collapse-section .h2-slim {
	font-size: 25px;
	font-weight: 400;
}
.collapse-section p {
	text-align: center;
}
.collapse-section .card-header {
	background-color: #313131;
}
.collapse-section .btn-link {
	color: #fff;
	font-weight: 400;
}
/* ----- Plugin step ----- */
ul.fw-progress-bar .fw-active:last-child:before, .fw-progress-step.fw-visited:before {
	background-color: #252940 !important;
}
.step-box {
	margin-bottom: 20px;
}
.step-box img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 64px;
	height: 64px;
	margin: auto;
}
.step-box h3 {
	text-align: center;
}

@media (max-width: 1366px) {
	.service-5 .corner-right {
		width: 160px;
		height: 160px;
	}
}
@media (max-width: 1024px) {
	.service-4 .content {
		padding: 15px;
	}
	.service-5 .content {
		height: 450px;
	}
	.service-5 h2 {
		padding-top: 30px;
	}
}
@media (max-width: 991px) {
	.service-3 h2 {
		font-size: 40px;
	}
	.partner .owl-item {
		height: 200px;
		display: flex;
		align-items: center
	}
	.video-section .show-video-full-popup-1 {
		position: absolute;
		top: 100vh;
	}
	.video-section .show-video-full-popup-1.active {
		transform: scale(1);
	}
	#slider {
		padding: 0;
	}
	#header-2 #mainmenu {
		width: 100%;
	}
	.collapse:not(.show) {
		display: none !important;
	}
	.contact-slider-wrapper {
		width: 100%;
		margin: 15px 0 15px 0;
	}
	.contact-slider .slider-box .contact-slider-info h3 {
		font-size: 35px;
	}
	.contact-slider .slider-box .contact-slider-info {
		padding: 0;
		width: 100%;
	}
	.main-nav {
		height: auto;
	}
	.header-bg h2 {
		width: 100%;
	}
	.icon-slider .img-col img {
		height: auto;
		top: 30px;
	}
	.icon-slider .img-col h2 {
		bottom: 0;
	}
	.icon-slider .icon-col {
		height: auto;
		padding-top: 50px;
	}
	.icon-slider .owl-item.active {
		top: 0;
	}
	.icon-slider .owl-stage {
		height: auto;
	}
	.icon-slider .owl-item.active + div{
		top: 0 !important;
	}
	.icon-slider .owl-item.active + div + div{
		top: 0 !important;
	}
	.icon-slider .owl-nav {
		position: relative;
		display: flex;
		bottom: 0px;
		justify-content: center;
	}
	.icon-slider .owl-nav .owl-prev {
		margin-left: 0;
	}
	.slider-shadow {
		width: 100%;
		left: auto;
	}
	#slider-carousel .carousel-item img {
		height: 100vh;
		object-position: center;
	}
	.gradient-img {
		height: 100vh;
	}
	#slider-carousel .carousel-item .carousel-caption {
		padding: 170px 20px;
		margin-left: 0;
	}
	#slider-carousel {
		padding: 0;
		height: 100vh;
	}
	.service-2 .img-1 {
		width: 300px;
		height: 300px;
	}
	.service-2 .img-2 {
		width: 200px;
		height: 200px;
		margin-top: -120px;
	}
	#header-3 nav {
		height: auto;
	}
	#header-3 #navbarSupportedContent-7 {
		justify-content: center;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	.top-header {
		height: 35px;
		padding-left: 10px;
	}
	.top-header {
		display: none;
	}
	.top-header ul li:last-child {
		display: block;
	}
	.menu-nav {
		height: auto;
		padding: 15px;
	}
	#header-3 .navbar-brand {
		max-width: 100px;
		margin-top: 0;
		position: inherit;
		padding: 0;
	}
	.mega-menu-wrap {
		width: auto !important;
		display: block;
	}
	.navbar {
		transition-duration: .5s;
		-webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
	}
	.row-header {
		flex-direction: row;
	}
	.affix {
		margin-top: 0;
	}
	#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top {
		margin-top: 65px;
	}
	.navbar-dark .navbar-nav .nav-link {
		margin-bottom: 0;
		margin-top: 0;
	}
	.benefits .benefits-img {
		display: none;
	}
	.benefits-wrapper:nth-child(3) .benefits-box h3 {
		padding-right: 0px;
	}
	.benefits-wrapper:nth-child(4) .benefits-box h3 {
		padding-left: 0px;
	}
	.collapse-section h2 {
		font-size: 30px;
	}
	.service-6 h2 {
		font-size: 30px;
	}
	.article .article-btn {
		flex-direction: column;
		align-items: center;
	}
	.page-id-396 .textbox ul {
		column-count: 1;
	}
	.services-3-img-box img {
		height: 360px;
	}
	#paving .content {
		width: 100%;
		margin: 20px auto;
	}
	.inner-opis h2 {
		font-size: 30px;
	}
	.service-4 video {
		margin-top: 50px;
	}
	.list-wrapper ul {
		padding-left: 0;
		columns: 2;
	}
	.subpage {
		height: 50vh;
		background-position: center;
	}
	.service-6 img {
		margin-top: 80px;
	}
	.offerts {
		grid-template-columns: none;
		grid-template-rows: 1fr;
	}
	.service-5 .content {
		height: auto;
		padding: 15px 15px 200px 15px;
	}
	.subpage h1 {
		font-size: 35px;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 15px;
		text-align: center;
		height: 40px;
		line-height: 0px;
	}
	.map-box {
		display: none;
	}
	.service-4 video {
		height: auto;
	}
	.paralax-video {
		display: none;
	}
	.paralax-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.about-box {
		width: 100%;
	}
	.signature-wrapper {
		flex-direction: column;
	}
	.signature-wrapper img {
		width: 100%;
	}
	.signature-box a {
		font-size: 14px;
	}
}
@media (max-width: 700px) {
	#header-3 nav {
		top: 0;
		z-index: 10;
	}
	.modalWindow {
		width: 280px;
		left: 50%;
		margin-top: 20px;
		margin-left: -140px !important;
	}
}
@media (max-width: 576px) {
	.logo-slider {
		width: 280px !important;
		height: 140px !important;
		margin-left: -62px;
	}
	#slider-carousel .carousel-item .carousel-caption h3 {
		font-size: 35px;
	}
	#slider-carousel .carousel-item .carousel-caption h4 {
		font-size: 30px;
	}
	.show-2 img {
		object-position: center 15%;
	}
	.paralax-wrapper {
		display: grid;
		grid-template-columns: none;
		grid-template-rows: 1fr;
	}
	.service-3 .wow {
		margin-left: auto;
		margin-top: 15px;
	}
	.service-2 .img-2 {
		margin-left: -10px;
	}
	.contact-map .departament-wrapper .person-box {
		flex-direction: column;
	}
	.offer-wrapper {
		border: none;
	}
	.testimonial-wrapper {
		flex-direction: column;
	}
	.job-box2 {
		top: 380px;
		right: auto;
		left: 50px;
	}
	#cooker h2 {
		width: 75%;
		font-size: 29px;
	}
}
