html{
	font-size: 62.5%;
}

body{
	font-family: 'Open Sans', sans-serif;
	margin:0 !important;
	font-size: 1.4rem;
	overflow-x: hidden;
}

/*--------------------------------------- helper class ------------------------------------*/
:focus {
    outline: 3px solid #ec7268!important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}


.head-title{
	font-size:3.5rem;
	color:#000000;
	padding:40px 0;
	margin:0;
	font-weight: 500;
}

.sub-title{
	font-size:2rem;
	color:#383838;
	margin-top:0;
}

.text-bookmarks{
	font-size:1.8rem;
	margin-bottom:35px;
	text-align: justify;
	font-weight: 300;
}

.text-bookmarks-bold{
	font-weight: 700;
}

.position-relative{
	position: relative;
}


/*--------------------------------------- end helper class ------------------------------------*/

/*-------------------------------------------- cookie -----------------------------------------*/
.cookie-bar {
	display: none;
	color: #ffffff;
	min-height: 80px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	width: 350px;
	z-index: 99999;
	padding: 6px 0px;
	background-color: rgba(0,0,0,0.85);
	text-align: center;
	font-size: 1.4rem;
	border-radius: 2px;
}

.wrapp-text-cookie{
	margin-top: 5px;
}

.wrapp-text-cookie a {
	color: #d83438;
}

.btn-cookie{
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 4px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 11px;
	transition: .3s;
}

.btn-cookie:hover{
	border:1px solid #d83438;
	color: #d83438;
}

/*----------------------------------------------- end cookie ------------------------------*/




/*----------------------------------------------- header -----------------------------------*/

.header{
	position: fixed;
	top:0;
	width:100%;
	background-color:transparent;
	overflow: hidden;
	transition: .3s;
	height:150px;
	z-index:3;
}


.wrapper-row-header{

}

.wrapper-logo-header{
	height:150px;
	display: flex;
	align-items: center;
	position: relative;
	background-color:transparent;
	transition: .3s;
}

.wrapper-col-navigation{
	height:150px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: .3s;
}	


/*-- after scroll effects --*/

.stick-header{
	position: fixed;
	top:0;
	height:100px;
	width:100%;
	transition: .3s;
	z-index:99;
	background:#5d5d5d;
}

.after-scroll{
	height:100px;
}

.smaller-logo{
	max-height: 95px;
}

.main{
	/*margin-top:150px;*/
}

.wrapper-social-box{
	display: flex;
	margin-left:30px;
}

.wrapp-social-icon{
	margin:0 3px;
}

.wrapp-social-icon:nth-child(1){
	background:#3b5998;
}

.wrapp-social-icon:nth-child(2){
	background:#6acff4;
}

.wrapp-social-icon:nth-child(3){
	background:#4270a3;
}

.wrapp-social-icon:nth-child(4){
	background:#ce1e27;
}

.social-icon{
	color:#ffffff;
}

/*--------------- navigation desktop -------------------*/
.site-nav{
	display: none;
}

.wrapper-navigation-desktop{
	transition: .3s;
}

.navigation-desktop{
	padding:0;
	margin:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
}

.li-navi{
	color:#ffffff;
	display: block;
	background: transparent;
	cursor: pointer;
	position: relative;
	padding:6px 0;
}

.link-navi{
	cursor:pointer;
	font-size:1.4rem;
	list-style-type: none;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
	color:#ffffff;
	padding:0 15px 0 15px;
	border-right: 1px solid #d0d0d0;
	position: relative;
}

.li-navi:last-child .link-navi{
	border-right: none;
}

.link-navi:hover{
	color:#ffffff;
	text-decoration: none;
}

.act-menu>a{
	color:#ee4e00;
	font-weight: 700;
}


/*---------------------------- hover navi --------------------------*/
/*.link-navi:before{	
	content: "";
	position: absolute;
	top: -15px;
	left:50%;
	width: 1px;
	height: 50px;
	background-color:#ffffff;
	opacity: 0;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
	transform: rotate(-45deg);
}*/

.link-navi::after{	
	content: "";
	position: absolute;
	top: 20px;
	left:0;
	width: 1px;
	height: 1px;
	background-color:transparent;
	opacity: 1;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}

.link-navi:hover::after{
	width:100%;
	height:1px;
	opacity:1;
	background-color:#ffffff;
}


.triangle-navi-d{
	background:red;
}


/****** DROPDOWN MENU *********/

.dropdown-toggle{
	position: absolute;
	right: 4px;
	font-size: 23px;
	top: 2px;
	color:#00a33d;
}

.dropdown-menu {
	position: absolute;
	top: 42px;
	left: 0;
	min-width:240px;
	max-width:500px;
	z-index: 1000;
	display: none;
	padding: 7px 7px 7px 10px;
	float: left;
	font-size: .875rem;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	border-top:1px solid #d9d9d9;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > li > a{
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color:#000000;
}

.dropdown-menu > li > a:hover{
	color:#000000;
}



/**** SUBMENU -> level 2 <- ******/
.dropdown-submenu > a{
	color:#000000;
}

.dropdown-submenu-ul{
	padding-left: 15px;
	list-style-type: none;
}

.dropdown-submenu-ul a{
	color:#000000;
	text-decoration: none;
}

/*--------------- end navigation desktop -------------------*/

/*--------------------------------------------- end header -----------------------------------*/


/*------------------------------------------------INDEX -----------------------------------------*/


.wrap-item-in-index-carousel{
	position: relative;
}

.mask-carousel{
	position: absolute;
	bottom:20px;
    left: 50%;
    transform: translateX(-50%);
    width:50%;
    text-align: center;
    text-shadow: 2px 2px 3px #000000;
}

.carousel-title{
	font-size:4rem;
	color:#ffffff;
	font-weight: 500;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	user-select: text;
}

.carousel-big-title{
	margin-top:0;
	margin-bottom:0;
	font-size:10rem;
	font-weight: 700;
	color:#ffffff;
	user-select: text;
}

.carousel-text{
	font-size:2.2rem;
	color:#ffffff;
	font-weight: 300;
	text-shadow: 1px 1px 2px #000000;
	text-align: center;
	user-select: text;
	background-color: #000000ba;
}

.check-offerts{
	display: inline-block;
	margin-top:30px;
	background-color:#000000;
	color:#ffffff;
	font-weight: 500;
	padding:16px 35px;
	font-size:1rem;
	border-radius:25px;
	transition: .3s;
	text-transform: uppercase;
}

.check-offerts:hover{
	text-decoration: none;
	color:#000000;
	background-color:#ffffff;
}

.slider-more-image{
	text-align: center;
	margin-top:40px;
}

.slider-more-image .item img{
	vertical-align: middle;
    display: inline-block;
}

.slick-prev:before, .slick-next:before{
	color:gray;
}

.title-about{
	font-size:3.5rem;
	color:#000000;
	margin-top:75px;
	margin-bottom:50px;
	text-align: center;
	font-weight: 700;
}

.bg-content{
	background-image: url('../img/content.png');
	background-size: cover;
	color:#ffffff;
	background-color:#000000;
	font-weight: 300;
	font-size:1.8rem;
}

.bg-bg-offer{
	background-image: url('../img/galeria/oferta/1.png');
	background-size: cover;
	background-color:#000000;
	padding:10px;
	height:250px;
}

.bg-bg-offer-wyburzenia{
	background-image: url('../img/galeria/oferta/11.png');
	background-size: cover;
	background-color:#000000;
	padding:10px;
	height:250px;
}

.bg-bg-offer-sprzet{
	background-image: url('../img/galeria/oferta/10.png');
	background-size: cover;
	background-color:#000000;
	padding:10px;
	height:250px;
}

.bg-bg-offer-piasek{
	background-image: url('../img/galeria/oferta/piasek.png');
	background-size: cover;
	background-color:#000000;
	padding:10px;
	height:250px;
}

.title-offerts{
	margin-top:40px;
	margin-bottom:55px;
	font-size:3.5rem;
	font-weight: 300;
}

.bold{
	font-weight: 700;
}

.list-offerts{
	margin-top:30px;
	margin-bottom:50px;
	padding-left: 0;
	list-style-type: none;
	line-height: 3.1rem;
}

.list-offerts-item::before{
	content: '-';
	padding-right: 20px;
}

.wrapper-box-offer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.link-box-offer{
	display: block;	
}

.box-offer{
	position: relative;
	border:1px solid #ffffff;
	margin:10px 5px;
	transition: .3s;
}

.box-offer-mask{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: .3s;
}

.box-offer:hover, .box-offer-mask::before, .box-offer-mask::after{
	transition: .3s;
}


.box-offer:hover .box-offer-mask::before{
	content:'';
	position: absolute;
	top:20px;
	left:-40px;
	background:#ce1e27;
	height:2px;
	width:40px;
}

.box-offer:hover .box-offer-mask::after{
	content:'';
	position: absolute;
	top:20px;
	right:-40px;
	background:#ce1e27;
	height:2px;
	width:40px;
}

.offer-mask-title{
	margin:0;
	font-size:3rem;
	color:#ffffff;
	font-weight: 700;
}


/*----------------------------------------------- END INDEX -----------------------------------------------------*/

.main-bookmarks{
	padding-top:150px;
}

.section-about-bookmark{
	background-color:#ffffff;
}

.text-bookmarks-black{
	color:#000000;
}

/*-------------------------------------------- footer -----------------------------------------*/
.footer{
	color:#ffffff;
	margin-top:60px;
	position: relative;
	overflow-x: hidden;
	font-size:1.8rem;
}

.footer-effect-round-line{
	position: relative;
	padding-bottom: 48px;
}

.footer-effect-round-line::before{
	content:'';
	position: absolute;
	bottom: -1px;
	left:15px;
	height:1px;
	width:35%;
	background-color:#4f4f4f;
}

.footer-effect-round-line::after{
	content:'';
	position: absolute;
	bottom: -1px;
	right:15px;
	height:1px;
	width:35%;
	background-color:#4f4f4f;
}


.round-footer{
	position: absolute;
	bottom: -15px;
	border-radius: 30px;
	left:calc(50% - 15px);
	height:30px;
	width:30px;
	background-color:#4f4f4f;
}


.title-footer{
	font-size:2rem;
	font-weight: 700;
}

.address-footer{
	margin-top:30px;
	margin-bottom: 0;
	line-height: 3rem;
	color:#b5b5b5;
}

.tel-footer{
	margin-bottom: 0;
	line-height: 3rem;
	color:#b5b5b5;
}

.meil-footer{
	display: inline-block;
	margin-top:43px;
	color:#b5b5b5;
}


.upper{
	text-transform: uppercase;
}

.wrap-input-footer{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	color:#000000;
}

.input-footer{
	width:49%;
	border:none;
	border-radius: 2px;
	padding:13px 10px;
}

.area-footer{
	width:100%;
	min-height: 173px;
	border:none;
	border-radius: 2px;
	padding:13px 10px;
	color:#000000;
}

.maps-footer{
	border: none;
    height: 373px;
	width:100%;
}

.wrap-btn-footer{
	text-align: right;
}

.btn-send-form-footer{
	background-color:#ce1e27;
	text-transform: uppercase;
	font-weight: 700;
	color:#ffffff;
	font-size:1.4rem;
	padding:7px 35px;
	border:none;
	border-radius: 18px;
	margin-top: 10px;
	transition: .3s;
}

.btn-send-form-footer:hover{
	background-color:#d83438;
}


.mtj{
	color:#b5b5b5;
	font-size:1.2rem;
	font-weight: 700;
	padding-left:15px;
	margin-top:-20px;
}

.mtj-link{
	color:#b5b5b5;
	text-transform: uppercase;
}

.mtj-link:hover{
	color:#ce1e27;
}
/*------------------------------------------ end footer -----------------------------------------*/






/*----------------------------------------- contact ----------------------------------------*/

/*----------------------------------------- end contact ----------------------------------------*/



/*-------------------------------- form contact ------------------------------------------*/
.form-contact{
	font-size:2.4rem;
	padding-bottom:30px;
	border-bottom:1px solid #f1f1f1;
}

.contact-col{
	margin-bottom:10px;
	position: relative;
	overflow: hidden;
}


.form-contact-style{
	width:100%;
	padding:13px 24px 13px 24px;
	background-color:#fff;
	border:1px solid #d83438;
	font-size:1.4rem;
}

.contact-style-textarea{
	min-height: 160px;
	border:1px solid #d83438;
}

.contact-style-button{
	font-size:1.4rem;
	color:#ffffff;
	font-weight: 700;
	background-color:#d83438;
	padding:14px 55px 14px 55px;
	border:none;
	transition: .3s all;
	display: block;
	margin:0 auto;
	cursor: pointer;
}

.contact-style-button:hover{
	background-color:#000000;
	color:#ffffff;
}


.bad-value-form{
	border:2px solid #B93535;
	background:rgba(212, 103, 103, 1);
	color:#fff;
}

.good-value-form{
	border:2px solid #68FF33;
}

.disable-form{
	pointer-events: none;
}

.message-send-route{
	margin-bottom:30px;
}

.maps-contact{
	border:none;
	height:400px;
	width:100%;
}

.icon-contact{
	color: #000000;
    font-size: 12rem;
}

/*---------------------------------- gallery ------------------------------------------------*/
.gallery{
	display: flex;
	flex-wrap: wrap;
}

.gallery-img{
	position: relative;
	margin:10px;
	width:calc(25% - 20px);
	height:350px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	 -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.galley-img-title-box{
	display: block;
	background-color:#bfa162;
	padding:10px;
	font-size:1.8rem;
	color:#fff;
	height:65px;
}

.gallery-img:hover{
	transform: scale(.98);
	cursor: pointer;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.gallery-img:before, .gallery-img:after{
	position: absolute;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.gallery-img:hover:before{
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .8);
	z-index:1;
}

.gallery-img:hover:after{
	font-family: 'Fontello';
	content:'\E800';
	color:#ce1e27;
	font-size:5rem;
	z-index:2;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);

}

/*------------------------------------- end gallery ---------------------------------------*/


/*-------------------------------- end form contact ------------------------------------------*/

@media(max-width: 1548px){
	.carousel-title{
		font-size:3rem;
	}

	.carousel-big-title{
		font-size:5rem;
	}

	.carousel-text{
		display: none;
	}

}

@media(max-width: 1400px){

}


@media(max-width: 1319px){

}

@media(max-width: 1300px){
	
}

@media(max-width: 1200px){

	/*---------------------- menu mobile ----------------------*/
	.wrapper-col-navigation{
		display: none;
	}

	.wrapper-navigation-desktop{
		display: none;
	}

	.site-nav{
		display: block;
	}

	.side-menu-trigger{
		position: fixed;
		top: 27px;
		right: 20px;
		z-index:999999999;
		cursor: pointer;
		height:40px;
		width:30px;
		border:none;
		background:transparent;
	}

	.stick{
		display: block;
		height: 5px;
		width: 25px;
		background: #ffffff;
		margin-top: 5px;
	}

	.side-menu {
		display: flex;
		box-sizing: border-box;
		position: fixed;
		height: 100%;
		width: 300px;
		right: -300px;
		top:0;
		padding: 0;
		background: #5d5d5d;
		transition: 0.3s transform ease-in-out;
		z-index:999;
		overflow-y: auto;
		border-left:1px solid #ffffff;
	}

	.side-menu-ul {
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		margin: 30px 10px;
		padding: 0;
		list-style-type: none;
		align-content: flex-start
	}

	.side-menu-li {
		height: 30px;
		flex-basis: 100%;
		margin-top: 20px;
		margin-left:15px;
		color: #ffffff;
		position: relative;
		border-bottom:1px solid #ffffff;

	}

	.side-menu-li:hover{
		border-bottom:1px solid #d83438;
	}

	.side-menu-a {
		display: flex;
		padding: 10px;
		align-items: center;
		width: 100%;
		height: 100%;
		text-decoration: none;
		box-sizing: border-box;
		font-size:1.4rem;
		color:#ffffff;
		text-transform: uppercase;
	}

	.side-menu-a:hover{
		text-decoration: none;
		color:#ffffff;
	}


	.drop-ul{
		list-style-type: none;
		background: #008ac9;
		width: 100%;
		position: relative;
		z-index: 9999;
		padding-left:20px;
		display: none;
		font-size:16px;
	}

	.drop-li{
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.drop-a{
		display: block;
		color:#fff;
	}

	.show-drop-ul{
		display:block;
	}

	.sub-drop-ul{
		list-style-type: square;
		background: #dbdbdb;
		width: 100%;
		z-index: 9999;
		padding-left:33px;
		display: none;
		font-size:15px;
	}

	.show-sub-drop-ul{

		display: block;
	}

	.sub-drop-a{
		display: block;
	}

	.btn-drop{
		position: absolute;
		top: 19%;
		right: 0;
		font-size: 18px;
		color: #008ac9;
	}

	.btn-drop-sub{
		color:#837777;
		top:10%;
	}

	.btn-rotate{
		transition: .2s ease-in-out;
		transform: rotate(86deg);
	}


	.open-menu{
		transition: .3s;
		transform: translateX(-300px); 
	}

	.rotate-one{
		transition: .3s;
		transform: rotate(31deg) translateY(4px) translateX(0px);
	}

	.rotate-two{
		transition: .3s;
		transform: rotate(-31deg) translateY(3px) translateX(-4px);
	}

	.rotate-three{
		transition: .3s;
		transform: translateY(-11px) translateX(-10px);
	}

	/*------------------- end menu mobile -------------------------*/


	.gallery-img{
		height:200px;
	}

}


@media(max-width: 1091px){

}

@media(max-width: 991px){

	.wrapper-form-contact-footer{
		margin-top:40px;
		margin-bottom:40px;
	}

	.mtj{
		margin-top:8px;
	}

	.gallery-img{
		width:calc(33.333333% - 20px);
	}

}


@media(max-width: 767px){


	/*--------------- form contact, gallery, title -------------------*/	

	.contact-style-button{
		font-size:.875rem;
	}

	.sub-title{
		margin-top:20px;
		font-size:2.2rem;
	}

	.head-title{
		font-size:2.5rem;
	}
	/*--------------- end form contact, gallery, title -------------------*/

	.slick-prev{
		left:0;
	}

	.slick-next{
		right:0;
	}

	.title-about{
		font-size: 2.8rem;
	}

	.title-offerts{
		font-size: 2.8rem;
	}

	.offer-mask-title{
		font-size:2.2rem;
	}

	.box-offer:hover .box-offer-mask::before{
		top:15px;
	}

	.box-offer:hover .box-offer-mask::after{
		top:15px;
	}

	.wrap-input-footer{
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.input-footer{
		width:100%;
		margin-bottom: 5px;
	}

	.icon-contact{
		font-size:6rem;
	}

}


@media(max-width: 690px){

	.mask-carousel{
		width:65%;
	}

	.carousel-title{
		display: none;
	}

	.carousel-big-title{
		display: none;
	}

}

@media(max-width: 600px){
	.gallery-img{
		width:calc(50% - 20px);
	}
}


@media(max-width: 594px){
	.wrapper-box-offer{
		justify-content: center;
	}
}


@media(max-width: 500px){

	.header{
		background-color:#5d5d5d;
	}

	.slider-index{
		margin-top:135px;
	}

}

@media(max-width: 440px){
	.gallery-img{
		width:calc(100% - 20px);
	}
}







