/* Theme Name: GEPRA */

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat2';
	src: url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@-webkit-keyframes sheen {
	100% {
		-webkit-transform: rotateZ(60deg) translate(1em, -9em);
		transform: rotateZ(60deg) translate(1em, -9em);
	}
}

@keyframes sheen {
	100% {
		-webkit-transform: rotateZ(60deg) translate(1em, -9em);
		transform: rotateZ(60deg) translate(1em, -9em);
	}
}

p, a, li, h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat;
	color: #fff;
}

a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a:hover {
	color: #24C83C;
	text-decoration: none;
}

body {
	padding-top: 0;
	overflow-x: hidden !important;
	background: #000	;
}

img {
	max-width: 100%;
	height: auto;
}

*:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: initial !important;
}

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000; /* change if the mask should have another color then white */
	z-index:99999; /* makes sure it stays on top */
}
#status {
	text-align: center;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#status img {
	max-width: 100%;
	/* width: 130px; */
}


.container-fluid {

}

.custom-button-outline {
	display: inline-block;
	background: transparent;
	-webkit-box-shadow: 0 0 0 2px #8A8A8A;
	box-shadow: 0 0 0 2px #8A8A8A;
	border-radius: 20px;
	padding: 10px 5px 10px 5px;
	line-height: 16px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	height: 40px;
	width: 160px;
}

.custom-button-outline:focus {
	-webkit-box-shadow: 0 0 0 2px #24C83C !important;
	box-shadow: 0 0 0 2px #24C83C !important;
}

.custom-button-outline:hover {
	-webkit-box-shadow: 0 0 0 2px #24C83C;
	box-shadow: 0 0 0 2px #24C83C;
	color: #fff;
}

.custom-button-outline-black {
	display: inline-block;
	background: transparent;
	-webkit-box-shadow: 0 0 0 2px #000;
	box-shadow: 0 0 0 2px #000;
	padding: 0px 15px 0px 15px;
	line-height: 34px;
	font-size: 18px;
	text-align: center;
	height: 34px;
}

.custom-button-outline-black:hover {
	-webkit-box-shadow: 0 0 0 2px #FF5100;
	box-shadow: 0 0 0 2px #FF5100;
	color: #000;
}
.custom-button-outline-green{
	display: inline-block;
	background: #24C83C;
	color: #FFF;
	border-radius: 20px;
	padding: 10px 5px 10px 5px;
	line-height: 16px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	height: 40px;
	width: 220px;
}
.custom-button-outline-green:focus {
	background: #19992C;
}

.custom-button-outline-green:hover {
	color: #FFF;
	background: #19992C;
	
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin:0;
}

.owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: auto;
}
.header-h1{
	font-weight: 400; 
	font-size: 36px;
	line-height: 44px;
}
.header {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
}

.page-title {
	font-size: 32px;
	line-height: 39px;
}

.text {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}
.text-20 {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.text-16 {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.text-14 {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.text-orange {
	color: #24C83C;
}

.text-black {
	color: #202020;
}

#top-bar {
	background: #000	;
	line-height: 12px;
	position: fixed;
	top: 0;
	padding: 10px 0;
	height: 35px;
	z-index: 1031;
	width: 100%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}



#top-bar p {
	color: #B3B3B3;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0;
}

#top-bar a {
	color: #B3B3B3;
	margin: 0 2px;
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
}

#top-bar .col-md-7 a:first-of-type {
	margin-right: 20px;
}

#top-bar .col-md-7 a:hover {
	color: #24C83C;
}
#top-bar .col-md-7 a:hover img {
    filter: invert(80%) sepia(39%) saturate(6725%) hue-rotate(80deg) brightness(200%) contrast(83%);
}
.navbar-dark .navbar-toggler-icon {
    filter: invert(63%) sepia(50%) saturate(1993%) hue-rotate(77deg) brightness(98%) contrast(92%) !important;
}
#top-bar i {
	font-size: 15px;
}

#top-bar img {
	margin-right: 12px;
}

.select-wrapper {
	display: inline-block;
	float: right;
	position: relative;
	margin-left: 30px;
}

#lang_choice_1 {
	display: inline-block;
	width: 30px;
	float: right;
	-webkit-appearance: none;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0;
	background: none;
	color: #B3B3B3;
	border: none;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.select-wrapper:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	content: '\f0d7';
	color: #b3b3b3;
	font-size: 12px;
	right: 0px;
	text-align: center;
	top: 2px;
	width: 12px;
	height: 12px;
	background: transparent;
}

#lang_choice_1 option {
	background: #000;
	min-height: 0;
	border: 0;
}

nav.navbar {
	background: #FFFFFF !important;
	top: 35px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-bottom: 2px solid #24C83C;
}



.navbar-dark .navbar-nav .menu-item a {
	color: #000000;
	line-height: 18px;
	font-size: 14px;
	font-weight: 500;
	padding: 0;
}

.navbar-nav .menu-item {
	margin-left: 40px;
}

.navbar-dark .navbar-nav .menu-item a:focus, .navbar-dark .navbar-nav .menu-item a:hover {
	color: #24C83C;
}

.navbar-brand {

}
/*HERO*/

.index-header {
	padding-top: 100px;
	padding-bottom: 0px;
	background-color: #202020;
}
.index-header hr{
	height: 2px;
	width: 150px;
	background-color: #24C83C;
	text-align: left;
	
	margin: 40px auto 40px 0px;
}

@media (min-width: 992px){
	.index-header .container{
		max-width: 100%;
	}
	div#hero-carousel{
		height: 100%;	
	}
	.col-lg-6.hero{
		padding-right: 0px !important;
	}
	.col-lg-6.pe-5.item-flex {
    	max-width: 570px;
    	padding: 80px 5% 80px 15px;
    	margin-bottom: 80px;
	}
	.hero .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
    height: 100% !important;
    position: absolute !important;
    object-fit: cover !important;
}
}

.hero .owl-carousel .owl-stage-outer{
	height: 100% !important;
}
.hero .owl-carousel .owl-item, .hero .owl-carousel .owl-stage{
	height: 100%;
}
@media (max-width: 991px){
	.hero .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: auto;
    height: 400px !important;
    position: relative !important;
    object-fit: cover !important;
	}
	.hero .owl-theme .owl-next{
		left: auto !important;
		right: -25px;
	}
	.index-header {
		padding-top: 150px;
	}
	#top-bar.scrolled {
		top: 0px;
	}
	nav.navbar.scrolled {
		background: #000;
		top:35px;
	}
}

.hero .owl-theme .owl-prev{
	display: none !important;
}
.hero .owl-theme .owl-nav [class*="owl-"] {
    color: #202020;
    font-size: 14px;
    margin: 5px;
    padding: 10px 7px;
    background: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 45%;
    left: -25px;
}
.fa-arrow-right::before {
	content: url("images/strzalka_top_slajder.svg") ;
}

.ls-v6 .ls-circle-timer {
	top: 120px !important;
	bottom: auto !important;
	right: 16px !important;
	width: 36px !important;
	height: 36px !important;
}

.ls-v6 .ls-thumbnail-wrapper {
	margin: -70px auto 0 auto;
}

.ls-v6 .ls-thumbnail {
	top: auto !important;
	bottom: 20px !important;
	right: 26px !important;
	/*margin: 0 0 0 auto !important;*/
}

.ls-v6 .ls-thumbnail-inner {
	padding: 0px !important;
	margin-left: 0px !important;
	background: transparent !important;
}

.ls-v6 .ls-thumbnail a {
	border-radius: 50% !important;
}

.ls-v6 .ls-thumbnail-slide a {
	margin-right: 35px !important;
}

.ls-v6 .ls-bar-timer {
	border: 0 !important;
	top: auto !important;
	bottom: 0 !important;
}

.ls-layer .header {
	position: relative;
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 50px;
}

.ls-layer .header:after {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.ls-layer .custom-button-outline {
	width: 120px;
	text-align: center;
	margin-right: 50px;
	margin-top: 20px;
}

.ls-v6 .ls-nav-prev {
	position: absolute;
	background: rgba(0,0,0,0.2);
	font-size: 14px;
	margin: 5px;
	height: 43px !important;
	width: 43px !important;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

.ls-v6 .ls-nav-prev:after {
	content: '\f060' !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	color: #fff !important;
	font-size: 15px !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	border: none !important;
	top: 30px !important;
	left: 15px !important;
}

.ls-v6 .ls-nav-next {
	position: absolute;
	background: rgba(0,0,0,0.2);
	font-size: 14px;
	margin: 5px;
	height: 43px !important;
	width: 43px !important;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 0 1px transparent;
	box-shadow: 0 0 0 1px transparent;
}

.ls-v6 .ls-nav-next:after {
	content: '\f061' !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	color: #fff !important;
	font-size: 15px !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	border: none !important;
	top: 30px !important;
	left: 15px !important;
}

.ls-v6 .ls-nav-prev:hover, .ls-v6 .ls-nav-next:hover {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	background: rgba(0,0,0,0.5);
}

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

}



.index1 .opinie-slider {
	background: #DFDFDF;
	text-align: center;
	padding: 50px 70px;
}
.index1 h2{
	color: #202020;
}

.index1 .opinie-slider .opinia-item img {
	margin-bottom: 40px;
	margin-top: 20px;
	border-radius: 50%;
}

.index1 .opinie-slider .owl-carousel .owl-nav {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
}

.index1 .opinie-slider .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 12%;
	background: transparent;
	color: #8A8A8A;
	font-size: 14px;
	margin: 5px;
	height: 43px;
	width: 43px;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 0 2px #8A8A8A;
	box-shadow: 0 0 0 2px #8A8A8A;
}

.index1 .opinie-slider .owl-carousel .owl-nav .owl-prev:hover {
	-webkit-box-shadow: 0 0 0 2px #202020;
	box-shadow: 0 0 0 2px #202020;
	color: #202020;
}

.index1 .opinie-slider .owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 12%;
	background: transparent;
	color: #8A8A8A;
	font-size: 14px;
	margin: 5px;
	height: 43px;
	width: 43px;
	padding: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0 0 0 2px #8A8A8A;
	box-shadow: 0 0 0 2px #8A8A8A;
}

.index1 .opinie-slider .owl-carousel .owl-nav .owl-next:hover {
	-webkit-box-shadow: 0 0 0 2px #202020;
	box-shadow: 0 0 0 2px #202020;
	color: #202020;
}

.index1 .opinie-slider .opinia-item .opinia {
	max-width: 400px;
	margin: auto;    
	margin-bottom: 40px;
}
.index1 hr{
	background-color: #8A8A8A;
	width: 50px;
	height: 1px;
	margin: auto;
	margin-bottom: 30px;
}
.index1 .owl-dots{
	display: none;
}
.index1 .opinie-slider .opinia-item .nazwisko, .index1 .opinie-slider .opinia-item .firma {
	margin-bottom: 5px;
}

.index1 .opinie-slider .opinia-item .firma {
	margin-bottom: 40px;
}

.opinie-slider .owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	background: #484848; 
}

.opinie-slider .owl-theme .owl-dots .owl-dot.active span {
	width: 6px;
	height: 6px;
	background: #fff; 
}

.index1 .right {
	background-image: url(images/index-right1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 55px;
	position: relative;
}

.index1 .right:after {
	position: absolute;
	content: '';
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.73+0,0.15+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.73)),to(rgba(0,0,0,0.15)));
	background: -o-linear-gradient(left, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#26000000',GradientType=1 ); /* IE6-9 */
}

.index1 .right > .col {
	z-index: 2;
	position: relative;
}

.index1 .right .custom-button-outline {
	margin-top: 30px;
}
.index2{
	padding-top: 90px;
	padding-bottom: 40px;
	background-image: url(images/tlo.jpg);
}
.index2 h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 39px;
	padding-bottom: 30px;
	padding-left: 10px;
    padding-right: 10px;
}
.index2 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.index-oferta {
	padding: 60px 0;
	background-color: #FFFFFF	;
}

.index-oferta-header {
	text-align: center;
	padding-bottom: 40px;
}
.index-oferta-header .text-14.text-black{
	max-width: 660px;
	margin: auto;
	margin-top: 30px;
}
.index-oferta-header .header {
	margin-bottom: 0;
}

.index-oferta-boxes .box {
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	min-height: 260px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	padding: 0;
}

@media screen and (min-width: 1800px) {
	.index-oferta-boxes .box {
		min-height: 320px;
	}
}
#ofertacarousel{
	margin: 0;
}
.index-oferta-boxes .box:after {
	position: absolute;
	content: '';
	opacity: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out; /* FF3.6-15 */
	background: -webkit-linear-gradient(#24C83C); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.75)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.index-oferta-boxes .box:hover:after {
	opacity: 0.7;
}

.index-oferta-boxes .box a {
	display: flex;
	align-items: flex-end;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	justify-content: center;
	min-height: 260px;
}

.index-oferta-boxes .box p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	position: relative;
	
}

.index-oferta-boxes .box p:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 3px;
	content: '';
	background: #24C83C;
	opacity: 0;

}

.index-oferta-boxes .box a:hover p:after {
	opacity: 1;
	-webkit-animation: fadeInRight 0.3s;
	animation: fadeInRight 0.3s;
}

.index-oferta-button {
	padding-top: 60px;
	text-align: center;
}

.index-realizacje {
	padding: 60px 0;
	background-color: #fff;
}

.index-realizacje-header {
	text-align: center;
	padding-bottom: 40px;
}

.index-realizacje-header .header {
	margin-bottom: 0;
}

.index-realizacje-boxes .box .wrapper {
	display: none;
}

.index-realizacje-boxes .box .wrapper:nth-of-type(1) {
	display: block;
}

.index-realizacje-boxes .box {
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	max-height: 500px;
	overflow: hidden;
}

@media screen and (min-width: 1800px) {
	.index-realizacje-boxes .box {
		max-height: 800px;
	}
}

.index-realizacje-boxes .box img {
	display: block;
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.index-realizacje-boxes .box:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.index-realizacje-boxes .box .hoverEffect {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.index-realizacje-boxes .box .hoverEffect .bg {
	position: absolute;
	background-color: #000;
	opacity: 0.85;
	width: 100%;
	height: 100%;
}

.index-realizacje-boxes .box:hover .hoverEffect {
	opacity: 0.60;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index-realizacje-boxes .box .txtWrapper {
	display: inline-block;
	position: absolute;
	top: 35%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.index-realizacje-boxes .box:hover .txtWrapper {
	margin-left: 1%;
	opacity: 1;
	margin-top: 35px;
}

.index-realizacje-boxes .box .txtWrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.index-realizacje-boxes .box .txtWrapper .typ-realizacji {
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 0;
}

.index-realizacje-boxes .box .txtWrapper .nazwa-realizacji {
	font-size: 20px;
	font-weight: 500;
}

.index-realizacje-boxes .box1 {

}

.index-realizacje-boxes .box2 {

}

.index-realizacje-boxes .box3 {

}

.index-realizacje-boxes .box4 {

}

.index-realizacje-button {
	padding-top: 60px;
	text-align: center;
}

.index-kontakt {
	background: #202020	;
	padding: 140px 0 100px 0;
}
.index-kontakt a.telefon{
	display: flex;
	justify-content: center;
	border: 2px solid #8A8A8A;
	border-radius: 33px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	width: 280px;
	margin: 25px auto;
	padding: 18px 20px;
	color: #FFF !important;
}
.index-kontakt a.telefon:hover{
	border: 2px solid #24C83C;
}
.index-kontakt a.telefon img{
	width: 22px;
	margin-right: 15px;
}
.index-kontakt .border-l{
	border-left: 1px solid #24C83C;
	padding-bottom: 20px;
	padding-top: 20px;
}
.index-kontakt .left{
	padding-right: 11%;
}
.index-kontakt .left .header {
	font-size: 40px;
}

.index-kontakt .left .text {
	font-size: 18px;
	line-height: 30px;
}


.index-kontakt .right .telefon {
	border: 1px solid #FF5100;
	position: relative; 
	text-align: center;
	margin-bottom: 40px;
}

.index-kontakt .right .telefon img:first-of-type {
	position: absolute;
	left:0;
	top:0;
}

.index-kontakt .right .telefon img:last-of-type {
	position: absolute;
	right: -20px;
	top: -40px;
}

.index-kontakt .right .telefon .text {
	font-size: 28px;
	line-height: 63px;
	margin-bottom: 0;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

.index-kontakt .right .custom-button-outline {
}

.index-blog {
	background: #202020	;
	padding: 60px 0 90px 0;
}

.index-blog-header {
	text-align: center;
	padding-bottom: 50px;
}

.index-blog-header .header {
	margin-bottom: 0;
}

.index-blog .wpis .tytul-wpis {
	font-size: 18px;
	margin-bottom: 26px;
	font-weight: 500;
}

.index-blog .wpis img {
	margin-bottom: 35px;
	margin-top: 35px;
}

.index-blog .wpis .data-wpis {
	font-size: 13px;
	font-style: italic;
}

.index-blog .wpis .tresc-wpis {
	font-size: 16px;
	line-height: 26px;
	min-height: 130px;
	color: #8A8A8A;
}

.index-blog .wpis .custom-button-outline {
	text-align: center;
	display: block;
	margin: auto;
	width: 50%;
}

.index-firmy {
	padding: 80px 0;
	background: #fff;
}

.index-firmy-header {
	text-align: center;
	padding-bottom: 40px;
}

.index-firmy-header .header {
	margin-bottom: 0;
}
/*
#index-firmy-carousel .firma-item img {
	filter: grayscale(1);
	opacity: 0.6;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#index-firmy-carousel .firma-item img:hover {
	filter: grayscale(0);
	opacity: 1;
}
*/
/*Page-blog*/
.index-blog.page-blog {
	background: #FFFFFF	;
	padding-top: 120px;
}
.index-blog.page-blog .wpis .tytul-wpis {
    font-size: 18px;
    margin-bottom: 26px;
    font-weight: 500;
}
.index-blog.page-blog .wpis .custom-button-outline {
    color: #8A8A8A;
}
.index-blog.page-blog .custom-button-outline {
    padding: 12px 5px 10px 5px;
    }

footer {
	background: #000	;
	padding: 70px 0 20px 0;
	position: relative;
}

footer .first img {
	margin-bottom: 50px;
}
footer p.contact-footer img{
	margin-bottom: 0px;
	margin-right: 15px;
	width: 15px;
}
footer p.contact-footer a:hover img{
	filter: invert(80%) sepia(39%) saturate(6725%) hue-rotate(80deg) brightness(200%) contrast(83%);
}
footer .social img{
	width: 23px;
}
footer .social img:hover{
	filter: invert(43%) sepia(100%) saturate(0%) hue-rotate(160deg) brightness(104%) contrast(96%);
}
footer .social .yt img:hover{
filter: invert(9%) sepia(100%) saturate(6646%) hue-rotate(350deg) brightness(107%) contrast(104%);
}
footer .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

footer .first .left .text:first-of-type {
	margin-bottom: 23px;
}

footer .first .left .map-wrapper {
	border-radius: 50%;
	position: absolute;
	top: 80px;
	left: 360px;
	width: 117px;
	height: 117px;
}

footer .first .left .map-wrapper .map-wrapper- .map-wrapper-- .map {
	width: 100%;
	height: 100%;
}

footer .first .left .map-wrapper .map-open {
	display: none;
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	text-indent: -55000px;
}

footer .first .left .map-wrapper .map-open.active {
	display: block;
}

footer .first .left .map-wrapper .map-wrapper- {
	-webkit-transition: all 500ms ease 0ms;
	-o-transition: all 500ms ease 0ms;
	transition: all 500ms ease 0ms;
	border-radius: 50%;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

footer .first .left .map-wrapper .map-wrapper-.active {
	top: -300px;
	right: -300px;
	bottom: -300px;
	left: -300px;
}

footer .first .left .map-wrapper .map-wrapper- .map-wrapper-- {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 1200px;
	margin-top: -600px;
	margin-left: -600px;
}

.map-close {
	border-radius: 50%;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 30;
	top: -30px;
	left: 30%;
	width: 53px;
	height: 53px;
	background-color: #24C83C;
}

.map-close.active {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.map-close:hover {
	background-color: #24C000;
}

.map-close .icon {
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 53px;
	text-align: center;
}

.icon-close:before {

}

footer ul#menu-stopka-menu {
	padding: 0;
	list-style: none;
}

footer ul#menu-stopka-menu .menu-item {
	margin-bottom: 10px;
}

footer ul#menu-stopka-menu .menu-item a {
	font-size: 18px;
	line-height: 44px;
	font-weight: 400;
}
/*
.gm-style img{
	filter: invert(59%) sepia(26%) saturate(225%) hue-rotate(168deg) brightness(95%) contrast(88%) !important;
}*/
footer .footer-link {
	font-size: 18px;
	line-height: 44px;
}

footer .footer-link-small{
	font-size: 14px;
	margin-bottom: 0;
	line-height: 30px;
}
footer .footer-link-small a{
		color: #8A8A8A;
}
footer .second {
	padding: 64px 0 50px 0;
}

footer .second a {
	font-size: 30px;
	margin-right: 15px;
	color: #808080;
}


footer .second a:hover {
	color: #fff;
}

footer a.toTop {
	font-size: 20px;
}

footer .second i.fa-arrow-up {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 14px 16px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

footer .second i.fa-arrow-up:hover {
	background: #fff;
	color: #000;
}
.arrow-top {
    left: 48%;
    position: absolute;
}
footer .third .text {
	font-size: 12px;
	color: #8A8A8A;
	margin-bottom: 0;
}

footer .third .right {
	text-align: right;
}
footer .third .right img {
	margin-left: 10px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	filter: invert(58%) sepia(0%) saturate(932%) hue-rotate(151deg) brightness(94%) contrast(100%);
}

footer .third .right img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.marka-header .container-fluid {
	padding: 0 60px;
}



.marka-header {
	/*	background-image: url(images/marka-header.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 190px 0 120px 0;
}

.marka-header .header.text-orange {
	font-size: 40px;
}

.marka-header .container, .marka-header .container-fluid {
	z-index: 2;
	position: relative;
}

.marka-header:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.marka-header .second .header {
	position: relative;
	margin-bottom: 50px;
}

.marka-header .second .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.marka-header .second .content {
	margin-bottom: 40px;
}

.marka-header .second .text:last-of-type {
	font-size: 16px;
	line-height: 22px;
	text-align: right;
}

.marka-sekcja1 {
	padding: 130px 60px;
	height:700px;
	background-image: url(images/marka-sekcja1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.marka-sekcja1:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.15+0,1+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.81) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.08)),to(rgba(255,255,255,0.81)));
	background: -o-linear-gradient(left, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.81) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.marka-sekcja1 .container-fluid, .marka-sekcja1 .row {
	height: 100%;
	z-index: 2;
	position: relative;
}

.marka-sekcja1 .header {
	position: relative;
	margin-bottom: 50px;
}

.marka-sekcja1 .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.marka-sekcja2 {
	padding: 50px 60px;
	height:700px;
	background-image: url(images/marka-sekcja2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.marka-sekcja2:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0.15+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0.15)));
	background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#26000000',GradientType=1 ); /* IE6-9 */
}

.marka-sekcja2 .container-fluid, .marka-sekcja2 .row {
	height: 100%;
}

.marka-sekcja2 .container-fluid {
	z-index: 2;
	position: relative;
}

.marka-sekcja2 .header {
	position: relative;
	margin-bottom: 50px;
}

.marka-sekcja2 .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.marka-sekcja3 {
	padding: 130px 60px;
	height: 700px;
	background-color: #fff;
	background-image: url(images/marka-sekcja3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

.marka-sekcja3:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.marka-sekcja3 .container-fluid {
	z-index: 2;
	position: relative;
}

.marka-sekcja3 .container-fluid, .marka-sekcja3 .row {
	height: 100%;
}

.marka-sekcja3 .header {
	position: relative;
	margin-bottom: 50px;
}

.marka-sekcja3 .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

@media screen and (min-width: 1800px) {
	.marka-header .container-fluid {
		padding: 0 10%;
	}
	.marka-sekcja1 {
		padding: 130px 10%;
	}
	.marka-sekcja2 {
		padding: 50px 10%;
	}
	.marka-sekcja3 {
		padding: 130px 10%;
	}
}


.kontakt-content {
	padding: 190px 0 50px 0;
	/*	background-image: url(images/kontakt-content.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.kontakt-content:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: rgba(0,0,0,0.8);
}

.kontakt-content .container {
	z-index: 2;
	position: relative;
}

.kontakt-content .header {
	position: relative;
	margin-bottom: 50px;
}

.kontakt-content .row:nth-of-type(2) .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.kontakt-content .text {
	margin-bottom: 0;
	line-height: 24px;
}
.kontakt{
	background-color: #FFFFFF;
	padding-top: 118px;
	padding-bottom: 100px;
}
.kontakt .header{
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: #202020;
}
.kontakt .text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #8A8A8A;
}
.kontakt .row:nth-of-type(2) .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.kontakt ul {
	padding: 0;
	list-style: none;
}

.kontakt li {
	position: relative;
	margin-left: 12px;
	margin-bottom: 5px;
}

.kontakt li:before {
	position: absolute;
	bottom: 5px;
	left: -12px;
	content: '';
	width: 10px;
	height: 1px;
	background: #FF5100;
}
.contact-link, .contact-link a{
	color: #202020;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
}
.contact-link:hover a{
	color: #24C83C;
}
.contact-link a:hover img {
    filter: invert(80%) sepia(39%) saturate(6725%) hue-rotate(80deg) brightness(200%) contrast(83%);
}
.contact-link img{
	margin-right: 15px;
}
div.wpcf7 {
	font-family: Montserrat !important;
}
/*
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
	color: #fff;
	font-weight: 300;
	border: none !important;
	padding: 0 !important;
	font-size: 0.8em !important;
}
*/
span.wpcf7-not-valid-tip {
	font-size: 0.8em !important;
}

.form-group {
	margin-bottom: 24px;
}
.form-group .custom-padding{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}
.form-control {
	display: block;
	font-family: Montserrat;
	font-weight: 300;
	width: 100%;
	padding: 9px 24px;
	font-size: 14px;
	line-height: 1.5;
	color: #202020;
	background-color: transparent;
	background-clip: padding-box;
	border: 2px solid #E2E2E2;
	border-radius: 20px;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control::-webkit-input-placeholder {
	color: #202020;
	opacity: 0.8;
}

.form-control:-ms-input-placeholder {
	color: #202020;
	opacity: 0.8;
}

.form-control::-ms-input-placeholder {
	color: #202020;
	opacity: 0.8;
}

.form-control::placeholder {
	color: #202020;
	opacity: 0.8;
}

.form-control:focus {
	color: #202020;
	background-color: transparent;
	border-color: #24C83C;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.submit > div {
	width: 220px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
/*
.submit > div:after {
	padding: 5px 0;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	content: '\f0e0';
	font-family: "Font Awesome 5 Free";
	background: #FF5100;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -38px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
*/
.submit > div:hover input {
	bottom: 0;

}

.submit > div:hover:after {
	bottom: 0;

}

.submit input {
	position: relative;
	background-color: #24C83C !important;
	z-index: 2;
	height: 40px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	padding: 12px 16px;
	cursor: pointer;
	border: none;
	color: #FFF;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.submit input:hover{
	background-color: #1CAA31 !important;
	color: #FFF;
}

span.acceptance {
	font-size: 12px;
	font-family: Montserrat;
	color: #8A8A8A;
	line-height: 18px;
	margin-bottom: 0;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

span.wpcf7-list-item {
	margin: 0 !important;
}




span.wpcf7-list-item > label {
	position: relative;
	margin-top: 10px;
	width: 30px;
}

.wpcf7-list-item-label {

}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.form-control:disabled {
	background: transparent;
}

.wpcf7-list-item-label label {
	border: 2px solid #E2E2E2;
	border-radius: 50%;
	cursor: pointer;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
/*
.wpcf7-list-item-label label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 12px;
}
*/
.form-group.row .checkbox, .form-group.row .label-checkbox, .form-group.row .checkbox1 {
	margin-top: 10px;
}

.wpcf7-list-item label input[type="checkbox"] {
	visibility: hidden;
}

.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label label {
	background-color: #24C83C;
	border-color: #24C83C;
}

.wpcf7-list-item label input[type="checkbox"]:checked + .wpcf7-list-item-label label:after {
	opacity: 1;
}

#cv, #inny-plik, #inny-plik2, #inny-plik3 {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.wpcf7-form-control-wrap.plik + label {
	display: block;
	background: #24C83C;
	border-radius: 20px;
	padding: 11px 24px;
	line-height: 1.5em;
	text-align: center;
	height: 42px;
	font-size: 13px;
	font-family: Montserrat;
	width: 100%;
	color: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-weight: 500;
}

.wpcf7-form-control-wrap.plik2 + label {
	display: inline-block;
	background: transparent;
	border: 1px solid #fff;
	padding: .375rem .35rem;
	line-height: 1.5em;
	text-align: center;
	height: 38px;
	font-size: 1rem;
	font-family: Montserrat;
	width: 100%;
	color: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}



.wpcf7-form-control-wrap.plik + label > .orange-overlay {
/*	display: block;
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	opacity: 0;
	background: url(images/tick.png), #ff5100;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: -1px;
	top: -1px;
	animation: fadeIn 0.3s forwards;*/



}

.wpcf7-form-control-wrap.plik + label > .orange-overlay {
	display: block;
	height: 20px;
	width: 20px;
	opacity: 0;
	background: url(images/tick.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: -31px;
	top: 8px;
	-webkit-animation: fadeIn 0.3s forwards;
	animation: fadeIn 0.3s forwards;
}

.wpcf7-form-control-wrap.plik + label:hover {
	background-color: #1CAA31;

}

.wpcf7-form-control-wrap.plik2 + label > .orange-overlay {
	display: block;
	height: 20px;
	width: 20px;
	opacity: 0;
	background: url(images/tick.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: -31px;
	top: 8px;
	-webkit-animation: fadeIn 0.3s forwards;
	animation: fadeIn 0.3s forwards;
}

.wpcf7-form-control-wrap.plik2 + label:hover {
	border: 1px solid #ff5100;

}


.rc-anchor-dark.rc-anchor-normal {
	border: 0 !important;
}



.kariera-content {
	padding: 190px 0 50px 0;
	/*background-image: url(images/Group705.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.kariera-content:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: rgba(0,0,0,0.8);
}

.kariera-content .container {
	z-index: 2;
	position: relative;
}

.kariera-content .header {
	position: relative;
	margin-bottom: 50px;
}
.kariera{
	background-color: #FFFFFF;
	padding-top: 118px;
	padding-bottom: 100px;
}
.kariera .header{
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: #202020;
}
.kariera .text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #8A8A8A;
}
.kariera-content .row:nth-of-type(2) .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.kariera ul {
	padding: 0;
	list-style: none;
}

.kariera li {
	position: relative;
	margin-left: 12px;
	margin-bottom: 5px;
}

.kariera li:before {
	position: absolute;
	bottom: 5px;
	left: -12px;
	content: '';
	width: 10px;
	height: 1px;
	background: #FF5100;
}
.referencje-content{
	background-color: #F2F2F2;
	padding-top: 122px;
	padding-bottom: 122px;
}


.index-realizacje-boxes.hover-realizacje .box .hoverEffect{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	left: 0 !important;
}
.index-realizacje-boxes.hover-realizacje .box:hover .hoverEffect {
    opacity: 0.60;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.index-realizacje-boxes.hover-realizacje .box:hover .txtWrapper {
    margin-left: -3%;
    opacity: 1;
    margin-top: 25px;
}
.kariera .formularz .text {
	margin-bottom: 40px;
}

.realizacje-header {
	padding: 190px 0 90px 0;
	/*background-image: url(images/tlo-realizacje1.jepg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.oferta-header {
	padding: 190px 0 90px 0;
	background-image: url(images/tlo1A.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.oferta-content h2{
	color: #202020;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	padding-bottom: 10px;
}
.cta-oferta{
	padding: 90px 20px 50px 20px;
	background-image: url(images/tlo2A.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.cta-oferta h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
}
.cta-oferta p{
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 2rem;
}
.cta-oferta a{
	background-color: #209431;
}
.cta-oferta a:hover{
	background-color: #209000;
}
.img-realization{
	width: 50px !important;
	margin: auto;
}
.img-realization:hover{
	filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(336deg) brightness(305%) contrast(102%);
}
.cta-realizacje{
	padding: 50px 80px 50px 80px;
	background-image: url(images/Group704.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cta-realizacje h2{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
}
.cta-realizacje p{
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 2rem;
	max-width: 333px;
}
.cta-realizacje a{
	background-color: #209431;
}
.cta-realizacje a:hover{
	background-color: #209000;
}
.realizacje-header:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: rgba(0,0,0,0.8);
}

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

.blog-header {
	padding: 190px 0 90px 0;
	/*	background-image: url(images/realizacje-header.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.blog-header:after {
	position: absolute;
	content: '';
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: rgba(0,0,0,0.8);
}

.blog-header .container {
	z-index: 2;
	position: relative;
}
.blog-excerpt{
	background: #F2F2F2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog-excerpt p{
	color: #202020;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
}
.blog-content {
	background: #FFFFFF	;
	padding: 120px 0;
}

.single-wpis .title {
	font-weight: 300;
	font-size: 32px;
	line-height: 46px;
	margin-top: 15px;
	color: #8A8A8A;
}

.single-wpis p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8A8A8A;
}

.single-wpis img{
	max-width: 50%;
	float: left;
	padding-right: 50px;
}
.back-to-blog{
	padding-top: 100px ;
}
/************ OFERTA **************/

.oferta-content {
	padding: 90px 0;
	background: #FFFFFF;
}
.oferta-content .content{
	color: #8A8A8A;
	font-size: 16px;
	line-height: 26px;
}
.oferta-content .row {
	padding: 60px 0;	
}
.oferta-content.bg-gray{
	background-color: #F2F2F2;
}
.oferta-content .row .custom-button-outline {
	margin-top: 15px;
}


.oferta-content .header {
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
}

.oferta-content .header:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100px;
	height: 2px;
	content: '';
	background: #FF5100;
	opacity: 1;
}

.oferta-content .right .header:after {
	left: auto;
	right: 0;
}

.oferta-content .image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.oferta-custom-row:nth-child(odd){
	background-color: #F2F2F2;
}
.custom-bg:nth-child(even){
	background-color: #F2F2F2 !important;
}
.custom-bg:nth-child(odd){
	background-color: #FFF !important;
}	
@media screen and (min-width: 992px) {
	.lang-item {
		display: none;
	}
	.oferta-custom-row:nth-child(even) .row{
		flex-direction: row-reverse;
	}
}

@media screen and (max-width: 1400px) {
	.index1 .opinie-slider .owl-carousel .owl-nav .owl-prev {
		left: 7%;
	}

	.index1 .opinie-slider .owl-carousel .owl-nav .owl-next {
		right: 7%;
	}

	.ls-v6 .ls-thumbnail-wrapper {
		margin: -35px auto 0 auto;
	}
}

@media screen and (max-width: 1200px) {
	.index-oferta-boxes .box p {
		font-size: 22px;
		line-height: 28px;
	}

	.index-oferta-boxes .box a {
		padding: 35px 15px;
	}
	.marka-sekcja1 {
		height: 600px;
	}
	.marka-sekcja2 {
		height: auto;
	}
	.marka-sekcja3 {
		height: 600px;
	}
	.ls-layer .header {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.ls-layer .header:after {
		bottom: -15px;
	}

	.ls-layer .text {
		font-size: 14px;
		line-height: 19px;
	}
	.ls-layer .custom-button-outline {
		margin-top: 30px;
	}
	.ls-v6 .ls-thumbnail-wrapper {
		display: none;
	}
}
@media (max-width:  991px){
	.oferta-content.bg-gray .row{
		flex-wrap: wrap-reverse !important;
	}
}
@media screen and (max-width: 991px) {
	/*nav.navbar {
		top: 0;
	}*/
	.navbar-nav .menu-item {
		margin-left: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.index-realizacje-boxes.hover-realizacje .box{
		padding: 30px;
	}
	.index-blog-wpisy .wpis {
		margin-bottom: 40px;
		text-align: center;
	}
	.index-kontakt .left {
		margin-bottom: 60px;
	}
	footer .first .left .map-wrapper {
		top: 190px;
		left: 320px;
	}
	footer .first .left .map-wrapper .map-wrapper-.active {
		top: -220px;
		right: -220px;
		bottom: -220px;
		left: -220px;
	}
	.map-close {
		top: 20%;
		left: 33%;
	}

	footer .row.third .left {
		margin-bottom: 20px;
	}

	footer .row.third .left, footer .row.third .right {
		text-align: center;
	}
	.marka-header:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0.2)));
		background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}
	.marka-sekcja1:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.15+0,1+100 */ /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.81) 100%); /* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.81)));
		background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.81) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	.marka-sekcja2:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0.2)));
		background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}
	.marka-sekcja3:after {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.15+0,1+100 */ /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.81) 100%); /* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.3)),to(rgba(255,255,255,0.81)));
		background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.81) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	.kariera-content .left {
		margin-bottom: 60px;
	}
	.kontakt-content .left {
		margin-bottom: 60px;
	}
	.ls-layer .custom-button-outline {
		margin-top: 10px;
	}

	.blog-header, .realizacje-header {
		padding: 120px 0 50px 0;
	}

	.kariera-content, .kontakt-content {
		padding: 120px 0 100px 0;
	}

	.oferta-content .image {
		margin-top: 30px;
	}
	
}

@media screen and (max-width: 767px) {
	.index-oferta-boxes .box {
		min-height: 400px;
	}
	.map-close {
		top: 50px;
		left: auto;
		right: 50px;
	}
	.cta-realizacje{
		padding: 50px 20px 50px 20px;
	}
	footer .first .left .map-wrapper {
		top: 190px;
		left: auto;
		right: 10%;
	}
	footer .second i.fa-arrow-up {
		top: 0;
		left: auto;
		right: 15px;
	}
	.hero .owl-theme .owl-next{
		left: auto !important;
		right: 0px;
	}
	/*.ls-layer .text {
		display: none;
		}*/
		.ls-layer .custom-button-outline {
			margin-right: 0;
		}
		.ls-layer .header:after {
			display: none;
		}
		.wpcf7-form-control-wrap.plik + label > .orange-overlay {
			display: none;
		}

	}

	@media screen and (max-width: 575px) {
		.index1 .opinie-slider {
			padding: 50px 15px;
		}
		.index1 .right {
			padding: 50px 15px;
		}
		.index-kontakt .right .telefon {
			margin-right: 20px;
		}
		.marka-header .container-fluid {
			padding: 0 15px;
		}
		.marka-sekcja1 {
			padding: 100px 0;
			text-align: right;
			height: auto;
		}
		.marka-sekcja2 {
			padding: 100px 0;
		}
		.marka-sekcja3 {
			padding: 100px 0;
			text-align: right;
			height: auto;
		}
		.marka-sekcja1 .header:after {
			left: auto;
			right: 0;
		}
		.marka-sekcja3 .header:after {
			left: auto;
			right: 0;
		}
		.form-group .przycisk {
			padding-left: 0;
		}
		.form-group .submit {
			margin-top: 30px;
		}
		#top-bar .col-md-7{
			display: flex;
		}


	}

	@media screen and (max-width: 450px) {
		.index-kontakt .right .telefon .text {
			font-size: 22px;
		}
		footer .first .left .map-wrapper {
			top: 310px;
		}
	}

	@media screen and (max-width: 380px) {
		.index-kontakt .right .telefon .text {
			font-size: 17px;
		}
		.index-kontakt .left .header {
			font-size: 30px;
		}
		.index-kontakt .right .custom-button-outline {
			padding: 6px 25px 10px 25px;
		}
		.index-blog .wpis a {
			width: 70%;
		}
		span.acceptance {
			margin-left: 3px;
		}
	}

	@media screen and (max-width: 330px) {
		.index-kontakt .right .telefon img:last-of-type {
			display: none;
		}
		.index-kontakt .right .telefon {
			margin-right: 0;
		}
		.index-kontakt .right .telefon .text {
			margin-left: 60px;
		}
		footer .second i.fa-arrow-up {
			top: 70px;
			left: 0;
			right: 0;
		}
		footer .row.third .left {
			margin-top: 40px;
		}
	}



	.sklep a{
		color: #FF5100!important;
		font-weight: bold;
	}