body {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    / background-color: #F4F4F4;
}

html {
    overflow-y: scroll;
}

* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, a, p {
    font-family: Arial;
}

header nav ul li a {
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
}

header img {
    position: center;
}

header .logo {
    background-color: #F4F4F4;
    border-bottom: 1px solid #BABABA;
}

header .logo_male {
    padding-left: 20px;
    padding-top: 10px;
    //padding-bottom: -10px;
    display: none;
}
	   
#cookie-banner {
			z-index:10000;
			background-color: #333;
			position: fixed;
			//top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			border-radius: 2px;
		}
#cookie-banner a {
	color: slategray;
}
#cookie-banner #container{
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 50%;
	color: #f0f0f0;
	padding: 10px;
	text-align: center;
}
#cookie-banner .button {
	background-color: #bababa;
	border-color: green;
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 3px;
	display: inline-block;
}
#cookie-banner .button:hover {
	background-color: #4eab7b;
	cursor: pointer;
}	    

header nav {
    //overflow: hidden;
    display: inline-block;
    //margin: 20px 0 0 40px;
    //padding: 13px 40px;
    / padding-left: 10% /*100px*/;
    padding-right: 1.3% /*13px*/;
    padding-top: 1.3% /*13px*/;
    //padding-bottom: 13px;
    z-index: -1; /*ODPOWIADA ZA PRZESUNIECIE NA OSI Z, IM WIECEJ, TYM WAZNIEJSZY ELEMENT*/
}

header nav ul {
    list-style: none;
}

header nav ul li {
    float: left;
    margin-left: 85px;
    font-size: 16px;
    font-family: Arial;
    letter-spacing: 1px;
    // border-right: 1px #BABABA solid;
}

header nav ul li:first-child {
    margin-left: -20px;
}

header nav ul li a {
    text-decoration: none;
    color: #BABABA;
}

header nav ul li a:hover {
    color: #65bf95;
}

header .menu_icon {
    display: block;
    width: 35px;
    height: 35px;
    background: url('img/menu_icon.png') no-repeat;
    float: right;
    margin-top: -60px;
    margin-right: 10px;
    display: none;
}

#index_kont a {
	color:#00a850;
	font-size:16px;
	text-decoration:none;
}
/*----------------------------DLA PODLISTY--------------------------*/
/*
header .menu nav ul ul
{
	display: none;
}

header .menu nav li:hover > ul
{
    display:block;
    padding:5px;
}*/

/*----------------------------------------- AKTUALNOSCI i REALIZACJE i OFERTA ----------------------------------*/

.aktualnosc {
    background-color: #F4F4F4;
    overflow: hidden;
    width: 100%;
	min-height: 210px;
}
.row{
	clear:both;
}

.aktualnosci h1 {
    font-size: 30px;
    font-family: Arial;
    letter-spacing: 4px;
    text-align: center;
    color: #4eab7b /*#00a850 PROMEX*/;
    border-bottom: 1px solid #BABABA;
    border-top: 1px solid #BABABA;
    padding-top: 5px;
}

#sep {
	border-top: 1px solid #BABABA;
	margin-top: -20px;
	margin-bottom: 10px;
}

.aktualnosci ul li {
	color: #4eab7b;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
}

.aktualnosci ul li span {
	color: #353434;;
	font-family: Arial;
}

.aktualnosci .aktualnosc {
    display: block;
    width: 30%; /*300px; /*36.83333333333333%; /*linowo*/
    height: auto;
    float: left;
    / margin-right: 10.666666666666667%;
    margin-right: 1.5%; /*15px;*/
    margin-left: 1.5%; /*15px;*/
    /padding-left: 10px;
    margin-bottom: 30px;
    /background-color: red;
    / border-right: 1px solid #BABABA;
}

.aktualnosci img {
    display: block;
    width: 100% /*300px*/;
    height: 100% /*200px*/;
    float: left;
    padding-right: 2% /*20px*/;
    /padding-left: 10px;
    padding-bottom: 2% /*20px*/;
}

.aktualnosc h3, .akt_ofer h2 /*OFERTA*/ {
    /font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    /text-align: center;
    color: #00a850;
    padding-left: 1%;
}

.aktualnosci .akt_opis {
    padding-left: 1%;
    //background-color: blue;
    / display:block;
}

.aktualnosci .akt_opis h3 {
	letter-spacing: 0px;
	text-align: center;
	font-size: 16px;
	/font-family: GeoSlab703 MdCn BT;
}

.aktualnosc p {
    font-family: Arial;
    color: #353434; /*------------------------------- KOLOR TEKSTU -------------------------------------*/
}

.aktualnosc a {
    font-family: Arial;
    float: right;
    /margin-right: 2%;
    text-decoration: none;
    color: #353434; 
}

.aktualnosc:hover
{
    background-color: #e1e1e1;
}

.aktualnosc:active {
    background-color: #BABABA;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/* ------------------------------------------- OFERTA ------------------------------ */

.akt_ofer {
    padding-left: 1%;
    text-align: center;
}

#przerwa2 {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 150px;
}

/* ---------------------------------------- STOPKA ---------------------------------- */

#stop {
	clear: both;
    color: #BABABA;
    width: 98%;
    height: auto;
    border-bottom: 1px solid #BABABA;
    padding-left: 2%;
    padding-top: 10px;
	/position: fixed;
	/bottom: 0;
}

#stop_index {
	clear: both;
    color: #BABABA;
    width: 98%;
    height: auto;
    border-bottom: 1px solid #BABABA;
    padding-left: 2%;
    padding-top: 10px;
	position: absolute;
	bottom: 0;
}

.stopka a {
	font-size: 12px;
}


/* ---------------------------------------------------- O FIRMIE i ZLECENIE ------------------------------------------ */

.opis {
    padding: 3%;
    padding-top: 0;
    text-align: justify;
    color: #353434;
}

.opis h1 {
    color: #4eab7b /*#00a850 PROMEX*/;
    text-align: left;
}

.opis h2, .opis h3 {
    color: #ABABAB;
    font-weight: normal;
}

.opis_zlec {
    padding: 3%;
    padding-top: 0;
    text-align: left;
    color: #353434;
}

.opis_zlec h1 {
    color: #4eab7b /*#00a850 PROMEX*/;
    text-align: left;
}

.opis_zlec h2, .opis_zlec h3 {
    color: #ABABAB;
    font-weight: normal;
}

.opis_zlec .container {
	position: relative;
}

.opis_zlec .mySlides {
  display: none;
}

.opis_zlec .mySlides img {
  width: 100%;
}

.opis_zlec .prev,
.opis_zlec .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.opis_zlec .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.opis_zlec .prev:hover,
.opis_zlec .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.opis_zlec .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.opis_zlec .column {
  float: left;
  width: 16.66%;
  padding: 2px;
}

/* Add a transparency effect for thumnbail images */
.opis_zlec .demo {
  opacity: 0.6;
}

.opis_zlec .column img {
	max-height: 80px;
}

.opis_zlec .active,
.opis_zlec .demo:hover {
  opacity: 1;
}
/*-------------------------------------------- KONTAKT ------------------------------------*/
.opis_kon {
    padding: 3%;
    padding-top: 0;
    /text-align: justify;
    text-align: center;
	color: #353434;
}

    .opis_kon h1 {
        color: #4eab7b /*#00a850 PROMEX*/;
        text-align: left;
    }

    .opis_kon h2, .opis_kon h3 {
        color: #ABABAB;
        font-weight: normal;
    }

.kont h1 {
    font-size: 30px;
    font-family: Arial;
    letter-spacing: 4px;
    text-align: center;
    color: #4eab7b /*#00a850 PROMEX*/;
    border-bottom: 1px solid #BABABA;
    border-top: 1px solid #BABABA;
    padding-top: 5px;
}

.opis a, .opis_kon a, .opis_zlec a {
    color: #00a850;
    text-decoration: none;
}

.opis img, .opis_zlec img {
    width: 100%;
    height: 100%;
    float: none;
    padding-right: 2% /*20px*/;
    padding-bottom: 2% /*20px*/;
}

#przerwa3 {
    padding-top: 150px;
    /padding-bottom: 150px;
    /margin-bottom: 150px;
}

#img_container{
  width:1000px;
  height:400px;
  position:relative;
  overflow:hidden;
}
#img_container img{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:1000px;
  height:400px;
  margin:auto;
  border-radius: 10px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  
}

/*------------------------------------------------------ ANIMACJE ---------------------------------------*/

#photos {
	margin-top: 2%;
}
#photos img {
	height:400px;
	border-radius: 10px;
}

#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}
#owl-two .item {
	width:200px;
	height: 100px;	
}
#owl-two .item img {
	position: absolute;
	margin: auto;
    top: 0;
	bottom:0;
	left: 0;
	right: 0;
	border-radius:2px;
	width: 180px;
	height:auto;
}

/*---------------------------------------------------------------- RESPONSIVE --------------------------------------------------------------*/




@media (max-width: 998px) {

    header nav ul li {
        margin-left: 75px;
    }

    header nav ul li:first-child {
        margin-left: -10px;
    }

    .fadein {
        width: 100%;
    }

    .fadein img {
        width: 100%;
        padding: 0;
    }
		
	#przerwa {
    padding-top: 20px;
    /padding-bottom: 15px;
	background-color: red;
	}
}


@media (max-width: 955px) {

    header nav ul li {
        margin-left: 60px;
    }

    header nav ul li:first-child {
        margin-left: -10px;
    }
}


@media (max-width: 889px) {

    header nav ul li {
        margin-left: 38px;
    }

    header nav ul li:first-child {
        margin-left: -15px;
    }
}


@media (max-width: 768px) {


    /*wykorzystanie całej szerokości ekranu*/
    header {
        width: auto;
        margin: 0px;
        background-color: #F4F4F4;
    }

	header nav ul li:first-child {
		margin-left: 0px;
	}

	header .logo {
		display: none;
	}

	header .logo_male {
		display: block;
	}


	header img {
		// height: 82px;
		width: auto;
	}


	header .menu_icon {
		display: block;
		padding-right: 30px;
	}

		header .menu_icon:active {
			background: url('img/menu_icon_ho.png') no-repeat;
		}

	header nav {
		display: block;
		background: #353434;
		//margin: 21px 0 0 0;
		//padding: 0;
		padding-left: 10px;
		border-top: 1px #2c2c2c solid;
		overflow: hidden;
		text-align: left;
		position: relative;
		z-index: 9999;
		display: none;
	}
           
	header nav.show_menu {
		display: block;
	}

	header nav ul li {
		margin: 0;
		width: 100%;
		border-bottom: 1px #2c2c2c solid;
	}

		header nav ul li:last-child {
			border-bottom: 0;
		}

	header nav ul li a {
		display: block;
		width: 100%;
		//padding: 20px 0;
		padding-top: 20px;
		padding-right: 40px;
		padding-bottom: 20px;
	}

	header nav ul li a:active {
		display: block;
		width: 100%;
		padding: 20px 0;
		background: #2c2c2c;
	}


    .aktualnosci h1 {
        letter-spacing: 2px;
    }

    .aktualnosci img {
        width: 100%;
    }

    .aktualnosci .aktualnosc {
        width: 90%;
        margin-left: 5%;
        //margin-right:16.666666667% !important;
    }

    .opis h1, .opis_kon h1, .opis_zlec h1 {
        font-size: 21px;
    }

    .opis h2, .opis_kon h2, .opis_zlec h2 {
        font-size: 20px;
    }

    .opis a, .opis p, .opis_kon a, .opis_kon p, .opis_zlec a, .opis_zlec p {
        font-size: 16px;
    }
	
	.opis_zlec .mySlides img{
		height: 350px;
	}
	
	.opis_zlec .column img {
		height: 70px;
	}
	
	#photos {
		height: 300px;
	}
	#photos img {
		height: 300px;
	}

}
/* iPhone SE,6,7,8 POZIOM*/
@media (max-width: 667px) {
	
	#przerwa {
		padding-top: 100px;
	}
	.fadein {
		/background-color: red;
	}

	.fadein img {
		object-fit: contian;
	}
	
	.opis_zlec .mySlides img{
		height: 350px;
	}
	
	.opis_zlec .column img {
		height: 60px;
	}
	
}
/* ONE PLUS 3. LG G5, Samsung Galaxy Note 5 PION */
@media (max-width: 480px) {
	
	#przerwa {
		padding-top: 70px;
	}
	
	.opis_zlec .mySlides img{
		height: 200px;
	}
	
	.opis_zlec .column img {
		height: 40px;
	}
	
	#photos {
		height: 250px;
	}
	#photos img {
		height: 250px;
	}
	
}

/* iPhone 6,7,8 Plus PION  ---> POZIOM 736px ok*/
@media (max-width: 414px) {
	
	#przerwa {
		padding-top: 35px;
	}
	
	#photos {
		height: 200px;
	}
	#photos img {
		height: 200px;
	}
}
/*
/* iPhone 6,7,8,X PION
/* Samsung S6,S7,S8,S9 PION ---> POZIOM 640px ok*/
@media (max-width: 375px) {
	
	#przerwa {
		padding-top: 20px;
	}
	
	.fadein {
		width: 100%;
		height: 10%;
		/margin-bottom: -200px;
	}

	.fadein img {
		width: 100%;
		height: 40%;
		padding: 0;
	}
			
	#photos {
		height: 180px;
	}
	#photos img {
		height: 180px;
	}
}

/* iPhone SE PION*/
@media (max-width: 320px) {
	
	#przerwa {
	padding-top: 3px;
	}
	
	.fadein {
		width: 100%;
		height: 10%;
		/margin-bottom: -200px;
	}

	.fadein img {
		width: 100%;
		height: 40%;
		padding: 0;
	}
}

@media (min-height: 650px)  {
	#stop_index {
	clear: both;
    color: #BABABA;
    width: 98%;
    height: auto;
    border-bottom: 1px solid #BABABA;
    padding-left: 2%;
    padding-top: 10px;
	position: fixed;
	bottom: 0;
}
}