body{
	margin: 0;
	padding: 0;	
	font-family: lato;
}

a{
	text-decoration: none;
}

ul{	
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#head1{
	display: block;
	border-bottom: solid 1px #dedede;
	width: 100%;
	height: 45px;	
}

#head2{
	max-width: 1040px;	
	padding: 0 10px 0 10px;
	display: block;
	height: 45px;
	margin: 0 auto;
	padding-top: 10px;
}

.contact_head{
 	font-size: 14px;
 	font-family: "Lato";
 	color: #7e7e7e;
 	text-align: left;
 	height: 10px;
	margin-left: 15px;
}

#margin_head{
	margin-right: 41px;	
}

.fb-like{
	float: right;
	min-height: 20px;	
}

#head3{
	display: block;
	border-bottom: solid 3px #6d8ead;
	width: 100%;
	min-height: 80px;
	background-color: #fff;	
	position: fixed; 
	z-index: 999999;   
	transition-duration: 200ms;
    transition-property: all;
}



#head4{
	max-width: 1040px;	
	padding: 0 10px 0 10px;
	min-height: 80px;
	margin: 0 auto;
}


#logo{
	padding-top: 15px;
	transition-duration: 200ms;
    transition-property: all;	
}


#menu_site{
	font-family: Lato;
	font-size: 14px;
	width: auto;
	float: right;
	margin-top: 0px;
}
	
#menu_site li{
	display: table-cell;
	vertical-align: middle;
	padding: 31px 0px 32px 0px;
}

#menu_site li.small{
	padding: 10px 0px 10px 0px;
}

#menu_site a{	
	color: #393939;
	text-decoration: none;
	padding: 31px 6px 32px 6px;
}

#menu_site a:hover{
	color: #fff;
}

#menu_site li:hover{
	background-color: #6d8ead;
}

#menu_site li:first-child {
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	padding: 0 0px 0 0px;
	background-position: center;
}

#menu_site li:first-child:hover {
	background-image: url(../img/home2.png);
	background-color: #6d8ead;
}

#open{
	display: none;
}

#open3, #open4, #open5, #open6, #open7{
	display: none;
}

#slider{
	width: 100%;
	padding-bottom: 115px;
	transition-duration: 100ms;
    transition-property: all;
}

#title_site{
	display: block;
	padding-top: 105px;
	font-family: Lato;
	font-weight: 900;
	color: #fff;
	font-size: 48px;
	text-align: center;	
	text-transform: uppercase;
}

#second_title{
	display: block;
	font-family: Lato;
	color: #ff8e19;
	font-size: 24px;
	text-align: center;	
	text-transform: uppercase;
}

#signup{
	display: block;
	margin: 75px auto 0px auto;
	font-family: Lato;
	color: #fff;
	font-size: 18px;
	text-align: center;	
	text-transform: uppercase;
	padding: 25px;
	border: solid #fff 2px;
	border-radius: 5px;
	width: 160px;
}

#signup:hover{
	border: solid #ff8e19 2px;
	color: #ff8e19;
}

.content{
	display: block;
	max-width: 1040px;	
	margin: 50px auto 50px auto;	
}

.content2{
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 5px 0 5px;
	display:flex;
    flex-wrap:wrap;
	justify-content: space-around;
    display:-webkit-flex;
    -webkit-flex-wrap:wrap;	
}

#cennik_box{
    display:flex;
    flex-wrap:wrap;
	justify-content: space-around;
    display:-webkit-flex;
    -webkit-flex-wrap:wrap;
}


.cennik{
	display: block;
	text-align: center;
	width: 200px;
	min-height: 323px;
	border: solid 1px #b5b5b5;		
}

.cennik2{
	display: block;
	text-align: center;
	min-height: 323px;	
	margin-bottom: 30px;
	width: 202px;
}

.cena{
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
	width: 100px;
	height: 100px;
	background-color: #b5b5b5;
	border-radius: 50px;
}

.liczba{
	display: inline-block;
	margin-top: 18px;
	font-family: lato;
	font-size: 48px;
	color: #fff;	
}

.zl{
	font-family: lato;
	font-size: 24px;
	color: #fff;
	font-weight: 100;	
}

.pred_pob{
	display: block;
	margin-top: 10px;
	font-family: lato;
	font-size: 30px;
	color: #7e7e7e;
}

.pob{
	display: block;
	font-family: lato;
	font-size: 14px;
	font-weight: 100;
	color: #7e7e7e;
}

.pred_wys{
	display: block;
	margin-top: 10px;
	font-family: lato;
	font-size: 24px;
	color: #7e7e7e;
}

.wys{
	display: block;
	font-family: lato;
	font-size: 14px;
	font-weight: 100;
	color: #7e7e7e;
	margin-bottom: 10px;
}

.pelny_plan{
	display:table-cell;
	vertical-align: middle;
	font-family: lato;
	font-size: 12px;
	color: #fff;
	width: 210px;
	height: 30px;
	background-color: #b5b5b5;
	cursor: pointer;
}

.umowa{
	display: block;
	font-family: lato;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	width: 100%;
	padding: 10px 0 10px 0;
	background-color:  #7e7e7e;
	margin-bottom: 10px;
	font-weight: bold;	
}

.cena_pelna{
	display: block;
	font-family: lato;
	font-size: 14px;
	font-weight: 100;
	color: #7e7e7e;
	margin-bottom: 10px;	
	font-weight: bold;
}

.aktywacja{
	display: block;
	font-family: lato;
	font-size: 14px;
	font-weight: 100;
	color: #7e7e7e;
	margin-bottom: 10px;
	font-weight: bold;	
}

.pelny_plan_hidden{
	width: 200px;
	border: solid 1px #b5b5b5;
}

input:checked[type="checkbox"] + .pelny_plan_hidden{
		display: none;
}

.image, .image2, .image3{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
    display:-webkit-flex;
    -webkit-flex-wrap:wrap;
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 200px;
	padding: 0 5px 0 5px;
}

.image{
	background-image: url(../img/image1.jpg);
}

.image2{
	background-image: url(../img/image2.jpg);
}

.image3{
	background-image: url(../img/image3.jpg);
}

.icon_title{
	display: block;
	width: 200px;
	text-align: center;
	margin: 35px 0 35px 0;
}

.image_icon{
	display: block;
	margin: 0 auto;
}

.image_title{
	display: block;
	font-family: lato;
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}

.title_box{
	display: block;
	text-align: center;
	font-family: lato;
	font-weight: 800;
	font-size: 24px;
	color: #393939;	
	margin-top: 50px;
}

.news{
	display: block;
	width: 210px;	
	margin-top: 50px;
	margin-bottom: 50px;
}

.news_title{
	display: block;
	text-align: left;
	font-family: lato;
	font-size: 18px;
	color: #393939;	
}

.news_date{
	background-image: url(../img/clock_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	display: block;
	font-family: lato;
	font-size: 12px;
	color: #393939;	
	margin-bottom: 25px;
}

.news_content{
	display: block;
	font-family: lato;
	font-weight: 100;
	font-size: 14px;
	color: #393939;	
}

.electric_box{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
    display:-webkit-flex;
    -webkit-flex-wrap:wrap;
}

#thunder_icon{	
}

.electric_title{
	display: block;
	font-family: lato;
	font-size: 22px;
	color: #fff;
	padding: 35px 30px 50px 50px;	
}

.electric_button{
	display: block;
	text-align: center;
	font-family: lato;
	font-size: 22px;
	color: #fff;
  	border-width: 2px;
 	border-color: rgb(255, 255, 255);
  	border-style: solid;
  	border-radius: 5px;
  	width: 206px;	
	padding: 40px 0 35px 0;
}

.electric_button:hover{
	color: #ff8e19;
 	border-color: #ff8e19;

}

#zasieg{
	margin-top: 50px;
	margin-bottom: 50px;	
}

#company_info{
	font-family: lato;
	font-weight: 100;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
		
}

#job_box{
	position: relative;
	display: block;
	font-size: 14px;
	color: #393939;
	text-align: center;
	font-weight: 100;
}

#job_man{
	display: block;
	position: absolute;
	float: right;
	top: -50px;
	right: 50px;
	z-index: 1;	
}

#footer_site{
	position: relative;
	display: block;
	width: 100%;
	background-color: #1f3447;
	z-index: 99;
}

#footer_site2{
	display: flex;
    flex-wrap:wrap;
	justify-content: space-around;
    display:-webkit-flex;
    -webkit-flex-wrap:wrap;	
	
}

#contact_women{	
	display: block;
	margin-top: 30px;
}

.footer_info{
	display: block;
	width: 213px;
	color: #fff;
	margin: 30px 0 0 0;	
}

.footer_big{
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: 900;	
}

.footer_bok{
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 85px;		
}

.footer_bok_open{
	display: block;
	font-size: 12px;
	color: #fff;
	margin-top: 20px;		
}

#footer_bottom{
	display: block;
	width: 100%;
	background-color: #303030;
	height: 30px;	
}

#footer_bottom2{
	display: flex;
	height: 30px;
	margin: 0 auto;
	max-width: 1040px;
}

.lan_footer{
	display: block;
	font-size: 11px;
	color: #999999;	
	padding: 6px;
	float: left;
	width: 50%;
}

.mastersit{
	display: block;
	font-size: 11px;
	color: #999999;	
	padding: 6px;
	text-align: right;
	width: 80%;
	float: right;
	
}

@media (min-width: 849px)
{
	
#slider{
	margin-top: 80px;	
}
	
#slider.small{
	margin-top: 5px;
}

#head3.small{
	height: 37px;
	min-height: inherit;
	margin-top: -46px;
}

#logo.small{
	padding-top: 7px;
	width: 30px;	
}
	}

@media (max-width: 849px)
{
#head3{
	position: static;	
}	
	
#face{
	display: none;	
}

#menu_site{
	text-align: center;
	display: list-item;
	float: none;
	margin: 0 auto;
		
}

#menu_site li{
	display: table;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

#menu_site a{	
	padding: 0px;
	width: 400px;
}

#menu_site a:hover{
	color: #393939;
}


#menu_site li:hover{
	padding: 10px 0px 10px 0px;
	background-color: #fff;
}

#menu_site li:first-child {
	padding: 10px 0px 10px 0px;
	background-position: center;
	height: auto;
}

#menu_site li:first-child:hover {
	background-image: url(../img/home.png);
	background-color: #fff;
}

#open{
}

input:checked[type="checkbox"] + #menu_site{
		display: none;
}

#open2{
 	margin-top: 15px;
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../img/resp_logo.png);
	cursor: pointer;	
}

#job_man{
	display: none;
}

		}
		
@media (min-width: 480px) and (max-width: 849px)
{
#slider{
	padding-bottom: 90px;
}	
	
#title_site{
	padding-top: 90px;
	font-size: 40px;
}

#second_title{
	font-size: 16px;
}

#signup{
	margin: 75px auto 0px auto;
	font-size: 12px;
	padding: 20px;
	width: 140px;
}



.news{
	border-bottom: solid 2px #b5b5b5;
	padding-bottom: 20px;
}
		}

@media (min-width: 320px) and (max-width: 479px)
{
#slider{
	padding-bottom: 40px;
}	
	
#title_site{
	padding-top: 90px;
	font-size: 40px;
}

#second_title{
	font-size: 16px;
}

#signup{
	margin: 75px auto 0px auto;
	font-size: 12px;
	padding: 10px;
	width: 130px;
}

.news{
	border-bottom: solid 2px #b5b5b5;
	padding-bottom: 20px;
}

#contact_women{	
	display: none;
}

#siedziba, #facebook_footer{
	display: none;	
}

.footer_bok{
	margin-top: 20px;	
}

.footer_bok_open{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;	
}

		}

@media (max-width: 319px)
{

#title_site{
	padding-top: 90px;
	font-size: 40px;
}

#second_title{
	font-size: 16px;
}

#signup{
	margin: 75px auto 0px auto;
	font-size: 12px;
	padding: 10px;
	width: 130px;
}



	.news{
	border-bottom: solid 2px #b5b5b5;
	padding-bottom: 20px;
}

#contact_women{	
	display: none;
}

#siedziba, #facebook_footer{
	display: none;	
}

.footer_bok{
	margin-top: 20px;	
}

.footer_bok_open{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;	
}
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		