@charset "utf-8";

body {
	font-family: Verdana, "Open Sans", sans-serif;
	background-image: url("https://olecko.megafirma.pl/backgroundbody.jpg");
	background-repeat: repeat;
	background-size: 100%;
	font-size: 12px;
	
}

/* HEAD */

.head {
	padding-top: 15px;
	padding-bottom: 30px;
}

.logo {
	float: left;
}

.menu {
	padding: 0;
	list-style: none;
	float: right;
	margin-top: 42px;
}

.menu li {
	display: inline-block;
}

.menu li a {
	font-size: 15px;
	color: #222222;
	font-weight: 600;
	margin-left: 35px;	
	display: block;
	height: 45px;
}

.menu li a:hover {
	text-decoration: none;
	background: url(../images/hover.png) bottom center no-repeat;
}

/* SEARCH */

.search {
	max-height: 480px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
}

.searchbox {
	padding: 10px 70px;
	height: 420px;
	max-width: 1350px;
	width: 99.9%!important;
	/* float: right;*/
	background: rgba(0, 100, 220, 0.1);/* rgba(243, 204, 98, 0.9);*/	
}

.searchbox h2 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

.select_long {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.select_long50 {
	width: 50%;
	padding: 8px;
	margin-bottom: 10px;
}

.search_bottom {
	border-bottom: 1px solid #fff;
	margin-top: 7px;
}

.search_bottom p {
	color: #fff;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 12px;	
}

.searchb_left {
	float: left;
	width: 50%;	
}

.searchb_right {
	float: right;
	width: 50%;	
}


.input_short {
	width: 110px;
	padding: 8px;
	margin-right: 5px;	
}

.input_mid {  /* numer oferty */
	padding: 8px;
	width: 110px;
}

.button {
	text-align: center;
	/* float: right;*/
	padding-top: 20px;	
}

.button a, .submit {
	color: #fff;
	background: #082d61;
	padding: 10px 20px;
	border-radius: 5px;
}

.button button {
	border: none;
	color: #fff;
	background: #082d61;
	padding: 10px 20px;
	border-radius: 5px;
}

/* Oferty */

.latest h2 {
	border-left: 6px solid #082d61;
	padding-left: 20px;
	margin-bottom: 50px;
}

.latest h2 span {
	margin-top: 5px;
	display: block;
	color: #aaaaaa;
	font-size: 14px;
}

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

.latest ul li {
	display: inline-block;
	width: 365px;
	margin-right: 18px;
	margin-bottom: 30px;
}

.latest ul li:nth-child(3n) {
	margin-right: 0;
}

.latest ul li .img {
	width: 365px;
	height: 274px; 
	borde-radius: 5px;
	border: 5px solid #efefef;
}

.latest ul li .hover {
	height: 50px;
	line-height: 20px;
	color: #fff;
	background: rgba(51,51,51,0.8);	
	padding: 15px;
	margin-top: -50px;
	position: relative;
	z-index: 999;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.latest ul li .hover span:first-child {
	float: left;
}

.latest ul li .hover span:last-child {
	float: right;
}

.latest ul li a {
	text-transform: uppercase; 
	padding-left: 0px; /* było 15px; */
	font-weight: 600;
	font-size: 16px;
	color: #222222;	
	display: block;
	width: 100%;
	background: url(../images/latest_link.png) 97% 50% no-repeat;
}

.latest ul li a span {
	font-weight: normal;
	color: #aaaaaa;
	font-size: 14px;
	display: block;
}

.latest ul li a:hover {
	text-decoration: none;
	opacity: 0.7;	
}

/* Quote */

.quote {
	margin-top: 50px;
	background: rgba(230, 230, 230, 0.3) url(../images/quote.png) center no-repeat;
	text-align: center;
	padding: 30px;
}

.quote p {
	font-size: 28px;
	color: #929292;
}

/* Footer */

.footer {
	background: #222222;
	height: 300px;
	color: #fff;
	padding-top: 40px;
}

.footer img {
	float: left;
	margin-right: 30px;	
}

.footer h4 {
	font-weight: bold;
	font-size: 14px;
}

.footer p {
	width: 300px;
	float: left;
}

.footer p a {
	color: #fff;
	background: #082d61;
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	width: 150px;
	margin-top: 30px;
	text-align: center;
}

.footer_menu ul {
	margin: 50px 0;
	list-style: none;
	float: left;
}


.footer_menu ul li a {
	color: #222;
	margin-right: 30px;
}

.footer_menu p {
	margin: 50px 0;
	float: right;
}

/* Pagination */

.pagination {
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline-block; 
	margin-left: 5px;
}

/* Oferta */

.oferta h2 {
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	font-weight: 500;
}

.ceny {
	background: #2d3962;
	text-align: center;
	padding: 10px;
	color: #fff;
}

.ceny span {
	font-size: 14px;
}

ul.bxslider {
	margin: 0;
	padding: 0;
}

table.oferta {
	font-family: Verdana,'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #2D2D2D;
}

table.oferta .opis {
	line-height: 20px !important;
	text-align: justify;
	font-size: 12px;
}

table.oferta tr {
	border-bottom: 1px solid #EAEAEA;
	background-color: #F6F6F6;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

table.oferta tr td {
	padding: 0px 15px;
}

table.oferta tr:nth-child(odd) {
	background-color: #EAEAEA;
}

table.oferta tr:hover {
	background-color: #d9e0f6; 
	color: rgb(11, 0, 112);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

table.oferta tr td:first-child {
	width: 200px;
}

.kontakt {margin-top: 15px; text-align: right;}

.kontakt input, .kontakt textarea, .kontakt select {width: 100%; padding: 10px; border: 1px solid #eaeaea; margin-bottom: 10px; font-family: Verdana,"Open Sans", sans-serif; color: #424242; font-size: 12px;}

.kontakt select {width: 100% !important;}

.kontakt p#message {width: 100%; padding: 10px; font-size: 12px; margin-bottom: 10px; color: #2D2D2D;}

.kontakt .button {
	color: #fff;
	background: #082d61;
	padding: 10px 20px;
	border-radius: 5px;
}

/* Zglos oferte */

form.zglos input, form.zglos textarea, form.zglos select {width: 94%; padding: 10px; border: 1px solid #eaeaea; margin-bottom: 10px; font-family: Verdana,"Open Sans", sans-serif; color: #424242; font-size: 12px;}

form.zglos select {width: 97%;}

form.zglos {font-size:12px;  padding: 15px; border: 1px solid #eaeaea;}

form.zglos h2 {font-size:12px; margin-bottom: 15px; border-bottom: 1px solid #eaeaea;}

@media (max-width: 450px) {
	
	.searchbox h2 {
		font-size: 16px;
	}
	
	.searchb_left {
		width: 50%;	
	}
	
	.searchb_right {
		width: 50%;	
	}	
	
	.searchb_left p, .searchb_right p {
		font-size: 10px;	
	}
	
	.input_short {
	width: 30% !important;
	padding: 8px;
	margin-right: 0px;	
	}
	
	.input_mid {
		padding: 8px;
		width: 100%;
	}
	
}

.toprow{
	text-align:right; 
	width: 100%; 
	vertical-align: bottom; 
	height: 20px; 
	line-height: 30px;


	font-size: 18px;
	color: #222222;
	font-weight: 800;

	/* background-color: #000; */
	
}

.toprow0{
	text-align:right; 
	width: 100%; 
	vertical-align: bottom; 
	height: 20px; 
	line-height: 30px;	
	color: #222222;

	font-weight: 600;
	font-size: 14px;

}


@media all and (min-width:961px) and (max-width: 10240px) {
	/* put your css styles in here */
	.searchicons{
	
		margin-top:40px;
		position:absolute; 
		bottom:110px;
	
		margin-left:-70px!important;
	
		background: rgba(6, 46, 95, 0.8);
	}
}

@media all and (min-width:0px) and (max-width: 960px) {
	/* put your css styles in here */
	.searchicons{
	
		position:absolute; 
		bottom:0px;
	
		margin-left:-70px!important;
		background: rgba(6, 46, 95, 0.8);
	}

	


}
  


.searchico:hover { 
	cursor: pointer;
}

#logotop0 {
	-webkit-box-shadow: 0px 5px 6px 1px rgba(1,0,3,0.78);
	-moz-box-shadow: 0px 5px 6px 1px rgba(1,0,3,0.78);
	box-shadow: 0px 5px 6px 1px rgba(1,0,3,0.78);
}

#logotop {
	-webkit-box-shadow: -0px 0px 3px 8px rgba(6, 46, 95,0.9);
	-moz-box-shadow: -0px 0px 3px 8px rgba(6, 46, 95,0.9);
	box-shadow: -0px 0px 3px 2px rgba(6, 46, 95,0.9);
}

.buttontel{
	height:30px;
	background-color: #ee0000;
	border-radius:6px;
	border:none;
	font-weight:800;
	color: #fff;
	text-decoration: none;
}

.topzadzwontel{
	color: white!important;
	text-decoration:none;
}

.topzadzwontel:hover{
	text-decoration:none;
	color1: rgba(6, 46, 95, 1)!important;
	color:yellow!important;
}

.topzadzwon{
	text-decoration:none;
}

.searchico0{
	margin-left:  30px!important; 
}

	
.searchico1{
    overflow: hidden;
    padding: 0;
	border:0px solid #000;
	margin-right: 30px; 
	margin-left: 20px; 
}

.menu{
	display: inherit;
}

.menumobile{
	display: none;
	padding: 0;
	list-style: none;
	float: right;
	margin-top: 42px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;

	border: 1px solid #ccc;
    width: 200px;
    border-radius: 4px;
    overflow: hidden;
}

@media all and (min-width:0px) and (max-width: 960px) {

	.searchico0{
		margin-left:  0px!important; 
	}

		
	.searchico1{
		
		margin-right: 0px; 
		margin-left:  0px; 
	}

	.logotop{
		max-width: 50px!important;
	}

	.menu{
		display: none;
	}

	.menumobile{
		display: inherit;
	}

}

.searchico1 img {
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
}
.searchico1 img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    z-index: 0;
}



.hovereffect-4a {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #394786;
  }
  
  .hovereffect-4a .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 50px 20px;
  }
  
  .hovereffect-4a img {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .hovereffect-4a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
  
  .hovereffect-4a h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 17px;
	overflow: hidden;
	padding-bottom: 2em;
	background-color: transparent;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
  }
  
  .hovereffect-4a p {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .hovereffect-4a h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
  }
  
  .hovereffect-4a:hover h2:after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
  }
  
  .hovereffect-4a a, .hovereffect-4a p {
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
  }
  
  .hovereffect-4a:hover a, .hovereffect-4a:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
  }