/* GLOBAL STYLES
-------------------------------------------------- */ 
/* Padding below the footer and lighter body text
url('http://www.akashanet.pl/fonts/glyphicons-halflings-regular.woff') format('woff');*/
@font-face {

}
body {
	color: #777;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 2;
}
h1, h2, h3 {
	font-family: "Raleway","Open Sans", Helvetica,Arial,sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: 300;
	color:#fff;
	margin: 0;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
.container {
  padding: 0px;
  overflow:hidden;
}
.row {
	padding: 0;
	margin: 0;
}

.btn-default {
    background-color: #01abe4;
    border-color: #21c2f8;
    color: #fff;
}
.btn-default:hover {
    background-color: #fff ;
    border:  #fff;
    color: #00a4db;
	
}
.btn-orange {
    background-color: #f5931a;
    border-color: #f5931a;
    color: #fff;
}
.btn-orange:hover {
    background-color: #fff ;
    border: #fff;
    color: #ea5700;
	
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-small {
    background-color: #01abe4;
	color: #fff;
	border-radius: 4px;
	padding: 2px 4px;
	text-decoration:none;
}
.btn-small:hover {
    background-color: #fff ;
    color: #00a4db;
	text-decoration:none;
	
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
	background: #2772b9 url('../img/bg_menu.jpg') no-repeat top center;
	min-height:82px;
	color:#fff;
	border: none;
}
@media screen and (min-width: 770px) { /* wiekszy niż 770 */
	.navbar{
		margin-bottom: 0;
	}
	/* Flip around the padding for proper display in narrow viewports */
	.navbar-wrapper > .container {
	  padding-right: 0;
	  padding-left: 0;
	}
	.navbar-wrapper .navbar {
	  padding-right: 0px;
	  padding-left: 0px;
	}
	.navbar-wrapper .navbar .container {
		width: auto;
		background: none;
		border: none;
	}
	nav .navbar-nav {
		float: right;
		margin: 0;
		border: none;
	}
	#navbar ul.nav > li > a {
		font-family: "Raleway",Helvetica,Arial,sans-serif;
		color: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		background:none;
		margin:23px 0 0 35px;
		padding:0 0 39px 0px;
	}
	#navbar .navbar-nav > .active > a {
		background: url('../img/ico_arrow.png') no-repeat bottom center;
		color: #fff;
	}
	#navbar .navbar-nav > .active > a:focus {
		background: url('../img/ico_arrow.png') no-repeat bottom center;
		color: #fff;
	}
	#navbar ul.navbar-nav > li a:hover, #navbar .navbar-nav > a:focus {
		background: url('../img/ico_arrow.png') no-repeat bottom center;
		color: #fff;
	}
	#navbar .navbar > .container .navbar-brand, #navbar .navbar > .container-fluid .navbar-brand {
		margin-left: 1px;
	}
	#navbar .nav > li > a:hover, .nav > li > a:focus {
		text-decoration: none;
		background: none;
		border: none;
	}
	/* 	--------- Button promocje ---------- */
	.but_promocje {
		height: 28px;
		width: 100px;
		background-color: #fff;
		border-radius: 80px;
		margin-bottom: 30px;
		float: left;
		margin-right: 20px;
		border-radius: 7px;
		
		margin: 20px 0 0 45px;
		text-align:center;
		color:#007acf;
		font-size: 14px;
		letter-spacing: 1px;
		padding: 0 0 19px 0px;
	}

	.but_promocje:hover {
		background-color: #ffa600;

	}

	#navbar ul.navbar-nav > li div.but_promocje a.prommo:hover {
		text-decoration: none;
		background:none;
	}
}
@media only screen and (max-width: 375px) { 
	.navbar-brand img {
		width:240px;
		margin-top:5px;
	}
}
@media only screen and (max-width: 320px) { 
	.navbar-brand img {
		width:210px;
		margin-top:8px;
	}
}


@media only screen and (max-width: 770px) { /* mniejszy niż 770 */
	#navbar {
		border: none;
		border-top: 5px solid #fff;
		margin-top:20px;
		background: #0076cd;
	}
	.navbar-brand {
		margin: 5px 0 0 10px;
		height: auto;
	}
	.navbar-toggle, .navbar-toggle:focus {
		margin: 22px 40px 0 0;
		background: #fff;
	}
	#navbar ul.nav {
		font-size: 14px;
		background:#fff;
	}
	#navbar ul.nav > li > a, #navbar ul.nav > li > div > a {
		color: #0076cd;
		padding: 10px 15px;
		width:100%;
	}
	#navbar ul.nav > li {
		padding: 0 0 0 10px;
	}
	#navbar ul.nav > li.active > a, #navbar ul.nav > li.active > div > a {
		background:#0076cd;
		color: #fff;
		width:100%;
	}
	#navbar ul.nav > li > a:hover, #navbar ul.nav > li > div > a:hover {
		background:#0076cd;
		color: #fff;
	}
}




	.slider_a {
		background: url(../img/baner_2.jpg) repeat top center;
		width:100%;
		height:440px;
	}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 440px;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 440px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  
}
.carousel-indicators {
    bottom: 0px;
}
@media only screen and (max-width: 1170px) {
	.carousel {
	  height: 380px;
	}
	.carousel .item {
	  height: 380px;
	  background-color: #777;
	}
}




/* PAKIETY 2/3w1 ------------------------------------------ */
.pakiety {
	
}
.pakiety h3 {
	color:#2d2e30;
	font-weight: 400;
	line-height: 28px;
}
.pakiety .ico_2w1 {
	background: url('../img/ico_2w1.jpg') no-repeat top left;
	min-height:49px;
	padding: 1px 0 0 60px;
	
}
.pakiety .ico_3w1 {
	background: url('../img/ico_3w1.jpg') no-repeat top left;
	min-height:49px;
	padding: 1px 0 0 60px;
}
.pakiety .txt {
	float:left;
	width:420px;
}
.pakiety .ico_2w1 h3 {
	margin-top:3px;
	line-height:20px;
}
.pakiety .ico_3w1 h3 {
	margin-top:10px;
}
.pakiety p {
	color: #758da4;
	line-height:18px;
}
.pakiety .btn-default {
    background-color: #f9fafc  ;
    border-color: #e6e6e6;
    color: #21c2f8;
	margin-left:20px;
}
.pakiety .btn-default:hover {
    background-color: #fff ;
    color: #21c2f8;
	border: 1px solid #fff;
}
.pakiety .col-md-6 {
	margin-top: 40px;
	margin-bottom:31px;
	padding:0;
}
@media only screen and (max-width: 1200px) { /* mniejszy niż 770 */
	.pakiety .btn-default {
		display:none;
	}
}
@media only screen and (max-width: 996px) { /* mniejszy niż 770 */
	.pakiety .txt {
		width:100%;
		margin:20px 0 0 5px;
	}
	.pakiety .ico_3w1 {
		margin:20px 0 20px 5px;
	}
	.pakiety .ico_2w1 h3, .pakiety .ico_3w1 h3 {
		margin-top:0x;
		line-height:20px;
	}
	.pakiety .col-md-6 {
		margin: 0;
		padding:0;
	}
}



/*  USŁUGI -------------------------------------------------- */
.uslugi {
	background:#007acf url('../img/bg_uslugi.jpg') no-repeat top center;
	width:100%;

	margin-bottom:27px;
}
.uslugi .col-md-4 {
  margin-bottom: 44px;
  text-align: center;
  color:#fff;
}
.uslugi h1 {
	margin: 59px 0 7px 0;
}

.uslugi .col-md-4 p {
  font-size:12px;
  line-height:20px;
}



/*  PROJEKTY UE  ---------------------------------------------- */
.projekty_ueeeeee{
	background:#f9fafc url('../img/ue_projekty_ex.jpg') no-repeat top center;
	height: 242px;

}
.projekty_ue {
	background: #f9fafc;
	margin-top:0;
}
.projekty_ue h2 {
	color: #313538;
	text-align:center;
}
.projekty_ue .naglowek {
	background:#f9fafc url('../img/bg_projekty_ue_head.jpg') no-repeat top center;
	padding-top:49px;
	margin-bottom: 53px;
}
.projekty_ue .ico_pen {
	background: url('../img/ico_pen.png') no-repeat top center;
	width:33px;
	height:33px;
	float:left;
	margin: 1px 19px 0 0px;
}
.projekty_ue .txt {
	background: url('../img/ico_pen.png') no-repeat top left;
	float:left;
	max-width:400px;
	padding: 0 0 0 52px;
	margin:0 0 0px 0;
}
.projekty_ue p {
	color: #758da4;
	line-height:18px;
}
.projekty_ue .btn-default {
    background-color: #f9fafc  ;
    border-color: #e6e6e6;
    color: #21c2f8;
}
.projekty_ue .btn-default:hover {
    background-color: #fff ;
    border: none;
    color: #21c2f8;
}
.projekty_ue .col-lg-6 {
	margin-bottom:15px;
}
@media only screen and (max-width: 1170px) {
	.projekty_ue .btn {
		display:none;
	}
}
@media only screen and (max-width: 900px) {
	.projekty_ue, .loga_ue {
		display:none;
	}
}
	

/*  LOGA UE  ---------------------------------------------- */
.loga_ue { }
.loga_ue .col-md-4 { margin:0;padding:0;text-align: center;}


/* STOPKA  ---------------------------------------------- height:320px;*/
.stopka {
	background:#0078c6 url('../img/bg_stopka.jpg') repeat top center;

}
@media only screen and (max-width: 1170px) {
	.stopka {
		background:#007acf url('../img/bg_uslugi.jpg') no-repeat top center;
	}
}

.stopka .col-md-2, .stopka .col-md-3, .stopka .col-md-4 {  }
.stopka h3 {
	margin: 0;
	font-weight: 500;
	color:#aad5ef;
}
.stopka ul {
	margin:0 ;
	padding: 0;
}
.stopka ul li {
	background: url('../img/ico_dot.png') no-repeat 0px 9px;
	padding: 0 0 0 10px;
	line-height: 22px;
	list-style-type:none;
	color: #aad5ef;
}
.stopka ul li a{color: #aad5ef;}
.stopka ul li a{color: #aad5ef;}

.stopka .stopka_tel {
	background: url('../img/ico_dot_2.png') no-repeat 0px 11px;
	padding: 0 0 0 10px;
	margin: 1px 0 0 6px;
	font-size:18px;
	line-height: 24px;
}
.stopka a .button_owiedz_nas {
	background: url('../img/stopka_odwiedz_nas.png') no-repeat 0px 0px;
	width:159px;
	height:64px;
	margin-top:8px;
	cursor: pointer;
}
.stopka a .button_owiedz_nas:hover {
	background: url('../img/stopka_odwiedz_nas.png') no-repeat -159px 0px;
}
.stopka .adres {
	background: url('../img/ico_map_point.png') no-repeat 0px 4px;
	padding: 0 0 0 30px;
	line-height:19px;
	margin: 26px 0 0 0;
}
.stopka .mail {
	background: url('../img/ico_email.png') no-repeat 0px 3px;
	padding: 0 0 0 30px;
	line-height:19px;
	margin: 24px 0 0 0;
}
.stopka .mail a {
	color:#61cdff;
}
.stopka .button_wiecej a {
	color:#61cdff;
}
.stopka .mail a:hover,.stopka .button_wiecej a:hover {
	color:#fff;
}




/* Featurettes ------------------------- */
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS -------------------------------------------- */

@media (min-width: 768px) {

	/* Navbar positioning foo */
	.navbar-wrapper {
	padding-top: 20px;
	margin-bottom: 15px;
	}
	.navbar-wrapper .container {
	/*padding-right: 15px;
	padding-left: 15px;*/
	}
	.navbar-wrapper .navbar {
	padding-right: 0;
	padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
	border-radius: 4px;
	}

	.slider_a { 	}
	/* Bump up size of carousel content */
	.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
	}

	.featurette-heading {
	font-size: 50px;
	}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


/* PRZYCISK ZALOGUJ */
.logowanie {
	background:#f9fafc url('../img/bg_telefon.jpg') repeat top center;
	width:100%;
	margin-bottom:0;
}
.logowanie .container {
	/*height:462px;*/
}
.logowanie .col-lg-4 {padding:0;margin:0;}
.logowanie h1 {
	margin-top:40px;
	font-weight:400;
}
.sa_pole {
	border: 1px solid #7ebbe6;
	background: none;
	line-height: 26px;
	box-shadow: 0px 0px 8px 0 #2c93d9 inset;
	padding-left:8px;
	color: #fff;
}
textarea#wiadomosc {
	width:470px;
	height:180px;
}
.sa_info_box  {
	color:#d9f2ff;
	padding:0 0 0 53px;
	margin:65px 0 70px 46px;
	line-height:20px;
}
.img_firma {
	background:url('../img/dla_firm.png') no-repeat top center;
	width:363px;
	height:352px;
	margin:67px 0 35px 0;
}
@media only screen and (max-width: 1200px) {
	.logowanie {
		background:#007acf url('../img/bg_uslugi.jpg') no-repeat top center;
	}
	.img_firma {
		margin:30px 0 5px 0;
		width:100%;
	}
	.logowanie h1 {
		margin-top:0;
		font-weight:400;
	}
	textarea#wiadomosc {
		width:100%;
		height:180px;
	}
}




.strefa-abonenta {
	background:url('../img/strefa_abonenta_para.png') no-repeat top center;
	width:363px;
	height:352px;
	margin:40px 0 35px 0;
}
.h1_strefa {
	margin-top:80px;font-weight:400;
}
.strefa_abonenta_form {
	margin-top:27px;
}
@media only screen and (max-width: 1170px) {
	.strefa-abonenta {
		width:100%px;
		height:352px;
		margin:40px 0 0 0;
	}
	h1.h1_strefa {
		margin-top:30px;font-weight:400;
	}
	.strefa_abonenta_form {
		margin-bottom:30px;
	}
}







.sa_dokumenty {
	background: url('../img/bg_projekty_ue_head.jpg') repeat-x;
}
.sa_dokumenty h2 {
	color: #313538;
	text-align:center;
}
.sa_dokumenty .naglowek {
	background:#f9fafc url('../img/bg_projekty_ue_head.jpg') no-repeat top center;
	padding-top:49px;
	padding-bottom: 50px;
	margin-bottom:45px;
}
ul.sa_dokumenty_list {
	margin:0;
	padding: 0;
}
ul.sa_dokumenty_list li {
	background:url('../img/ico_doc.png') no-repeat 0px 5px;
	list-style-type: none;
	padding: 0 0 0 20px;
}
ul.sa_dokumenty_list li a {
	color:#758da4;
	font-size:13px;
	line-height:22px;
}
ul.sa_dokumenty_list li a:hover {
	color:#007bcf;
	text-decoration: none;
}



/* KONTAKT */

.kontakt_tel  {
	background:url("../img/ico_dymek.png") no-repeat 0px 12px;
	color:#d9f2ff;
	padding:0 0 0 42px;
	margin:30px 50px 25px 0;
	line-height:20px;
	color:#d9f2ff;
	font-size:14px;
	float:left;
}
.tel_numer {
	font-family:Open Sans;
	line-height:30px;
	font-weight:700;
	color:#fff;
}
ul.kontakt_info_lista {
	margin:10px 0 0 10px;
	padding: 0;
}
ul.kontakt_info_lista li {
	background:url('../img/ico_info.png') no-repeat 0px 2px;
	list-style-type: none;
	padding: 0 0 4px 25px;
	color:#d9f2ff;
	font-size:12px;
	line-height:22px;
}
.kontakt_znacznik  {
	background:url("../img/ico_znacznik.png") no-repeat 0px 12px;
	color:#d9f2ff;
	padding:0 0 0 42px;
	margin:30px 50px 25px 0;
	line-height:20px;
	color:#d9f2ff;
	font-size:14px;
	float:left;
}


.ig {
	vertical-align: super;
	font-size:18px;
}

/* uslugi tv_kanaly ------------------------------------ */
.tv_kanaly {
	background:#f9fafc url('../img/bg_dla_domu.jpg') repeat center center;
	width:100%;
	margin-bottom:0;
}
.tv_kanaly  a {
	text-decoration: none;
}
.tv_kanaly .container {
	/*background: url('../img/2w1_internet_exxx.png') repeat top center;*/
}

.tv_kanaly .col-lg-4 {padding:0;margin:0;}

.tv_pakiet_1, .tv_pakiet_2 {
	background: url('../img/ico_tv.png') no-repeat 14px 59px;
	padding: 32px 0 22px 74px;
	margin: 0 0 0 0;
	color:#d9f2ff;
	font-size:14px;
	line-height:14px;
	cursor:pointer;
}

.tv_pakiet_1 h1, .tv_pakiet_2 h1 { color:#99e9fa;margin-bottom:1px; }
.tm0 {
	font-size: 24px;
	font-weight:300;
	line-height:22px;
	color:#99e9fa;
}
.tm {	color:#fff;	}
.tm1 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight:400;
	color:#fff;
	line-height:30px;
}
.tm2 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 18px;
	color:#fff;
}
.tm1:hover {
	color:#000;

}

/* przycisk aktywny */
.tv_pakiet_1_a {
	background: url('../img/tv_pakiet_1_bg.png') no-repeat top left;
	padding: 37px 0 20px 83px;
	margin: 0 0 0 0;
	color:#758da4;
	font-size:14px;
	line-height:14px;
}
.tv_pakiet_1_a .tm0 {
	color:#007dd0;
}
.tv_pakiet_1_a h1 { color:#007dd0;margin-bottom:1px; }
.tv_pakiet_1_a h1 .tm { 	color:#1b1b1b;	}
.tv_pakiet_1_a h1 .tm1 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight:400;
	color:#1b1b1b;
}
.tv_pakiet_1_a h1 .tm2 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 18px;
	color:#1b1b1b;
}

.tv_pakiet_2_a {
	background: url('../img/tv_pakiet_2_bg.png') no-repeat top left;
	padding: 39px 0 32px 83px;
	margin: 0 0 0 60px;
	color:#758da4;
	font-size:14px;
	line-height:14px;
}
.tv_pakiet_2_a h1 { color:#007dd0;margin-bottom:10px; }
.tv_pakiet_2_a h1 .tm { 	color:#1b1b1b;	}
.tv_pakiet_2_a h1 .tm1 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight:400;
	color:#1b1b1b;
}
.tv_pakiet_2_a h1 .tm2 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 18px;
	color:#1b1b1b;
}


/* loga kanałów */
.tv_kanaly_loga h3 {
	color:#313538;
}
.tv_kanaly_loga .col-lg-3 {
	color:#313538;
	text-align:left;
	padding-left:0;
}
.tv_kanaly_loga .col-lg-3 img {
	margin:0 4px 4px 0;
	padding:0;
}
.tv_kanaly_loga .col-lg-3 img.ost {
	margin:0 0 5px 0;
	padding:0;
}

.separator_blue {
	background:#f9fafc url('../img/bg_dla_domu.jpg') repeat center center;
	width:100%;
	height:25px;
}
.separator_smal_blue {
	background:#f9fafc url('../img/bg_dla_domu.jpg') repeat center center;
	width:100%;
	height:5px;

}

.selekty {
	width: 300px;
	height: 40px;
	-moz-user-select: none;
	background-image: none;
	border: medium none;
	line-height: 1.42857;
	text-align: center;
	cursor: pointer;
	margin: 0px auto;
}



.likn_fast {
	color:#fff;

}
.likn_fast:hover {
	color:#fff;

}

.akontakt {
	color:#fff;
}
.akontakt:hover {
	color:#fff;

}

.carousel-control.left, .carousel-control.right {
	background-image: none;
	
}

/* boxy z promocjami ------------------------------------ */
.box-1 {
	background:url('../banery/box_1.png') no-repeat 0px 0px;
	width:341px;
	height:139px;
	margin-bottom:41px;
}
.box-2 {
	background:url('../banery/box_2.png') no-repeat 0px 0px;
	width:341px;
	height:139px;
	margin-bottom:11px;
}
.box-1:hover {
	background:url('../banery/box_1.png') no-repeat -341px 0px;
}
 .box-2:hover {
	/*box-shadow: -2px 2px 9px #999;*/
	background:url('../banery/box_2.png') no-repeat -341px 0px;
}


ul.lista_promocja {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
ul.lista_promocja li {
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
	line-height:19px;
}




ul.lista_kalendarz {
	margin: 46px 0 0 0;
	padding: 0 0 0 0;
}
ul.lista_kalendarz li {
	margin: 0 0 3px 0;
	padding: 0 0 0 1px;
	line-height:15px;
	text-size:12px;
}





/* tabela wskazniki ------------------------------------ */
table.wskazniki {
	border-collapse:collapse;
	border-spacing:0;
	background: none;
	margin:7px 0 45px 0;
	width:460px;
}
table.wskazniki th, table.wskazniki td {
	color:#d9f2ff;
	font-size:12px;
	font-weight:300;
	text-align: center;
	padding: 3px 0;
}
table.wskazniki th {
	color:#fff;
}


/* tabela wskazniki ---------- */
ul.dokumenty {
	margin:7px 0 65px 0;
	padding: 0;
}
ul.dokumenty li {
	background: url('../img/ico_doc2.png') no-repeat 1px 6px;
	list-style-type: none;
	padding: 0 0 0 20px;
	font-weight:300;
}
ul.dokumenty li a {
	color:#fff;	
}
ul.dokumenty li a:hover {
	color:#d9f2ff;
	text-decoration:none;
}









.o_firmie {
	min-height:320px;
}
@media only screen and (max-width: 1200px) {
	.o_firmie {
		min-height:inherit;
	}
}



.podpis {
	float:right;
	color:#aad5ef;
}
@media only screen and (max-width: 520px) {
	.podpis {
		float:left;
	}
}



.o_telewizja_mobile {
	display:none;
}
@media only screen and (max-width: 992px) {
	.uslugi .o_internet_sg {
		margin-bottom:0;
	}
	.o_telewizja {
		display:none;
	}
	.o_telewizja_mobile {
		display:inherit;
	}
}


/* BANERT STRONA GŁOWNA */
.baner_sg {
	width:100%;
	height:440px;
}
.baner_1 {
	background:#011b4c url('../banery/baner_www_wiosna_2022.jpg') no-repeat top center;
}
.baner_2 {
	background:#011b4c url('../banery/akashanet_baner_poszukujemy_04_2025.jpg') no-repeat top center;
}
.baner_3 {
	background:#011b4c url('../banery/zastawie_brzeziny_www1.jpg') no-repeat top center;
}
.baner_4 {
	background:#011b4c url('../banery/akasha_polecenie_baner_www.jpg') no-repeat top center;
}
.baner_5 {
	background:#011b4c url('../banery/baner_www_oferta2.jpg') no-repeat top center;
}
.baner_6 {
	background:#011b4c url('../banery/zyczenia_wielkanocne_2025.jpg') no-repeat top center;
}
.baner_7 {
	background:#011b4c url('../banery/akasha_baner_swieta_www_RGB_2021.jpg') no-repeat top center;
}
.baner_8 {
	background:#011b4c url('../banery/akasha-www-baner-rower-v2.jpg') no-repeat top center;
}
.baner_9 {
	background:#011b4c url('../banery/akasha_baner_swieta_www_RGB_2021.jpg') no-repeat top center;
}
.baner_10 {
	background:#011b4c url('../banery/baner_wiosna_2021.jpg') no-repeat top center;
}
.baner_11 {
	background:#011b4c url('../banery/poszukiwany_serwisant_baner_2024_marzec.jpg') no-repeat top center;
}
.baner_12 {
	background:#011b4c url('../banery/akasha-www-wiosna-2018.jpg') no-repeat top center;
}
.baner_13 {
	background:#011b4c url('../banery/akasha_baner_swieta_www_2017.jpg') no-repeat top center;
}
.baner_14 {
	background:#011b4c url('../banery/akasha-www-baner-mistrzowska-2018.jpg') no-repeat top center;
}
.baner_15 {
	background:#011b4c url('../banery/akasha-baner-zmiany-2024.jpg') no-repeat top center;
}
@media only screen and (max-width: 940px){
	.baner_sg {
		height:380px;
	}
	.baner_1 {
		background:#011b4c url('../banery/baner_www_wiosna_2022.jpg') no-repeat top center;
	}
	.baner_2 {
		background:#011b4c url('../banery/akashanet_paczki_mini_04_2025.jpg') no-repeat top center;
	}
	.baner_3 {
		background:#011b4c url('../banery/zastawie_brzeziny_www2_mobile.jpg') no-repeat top center;
	}
	.baner_4 {
		background:#011b4c url('../banery/akasha_polecenie_baner_www-rwd.jpg') no-repeat top center;/**/
	}
	.baner_5 {
		background:#011b4c url('../banery/baner_www_oferta_rwd.jpg') no-repeat top center;/**/
	}
	.baner_6 {
		background:#011b4c url('../banery/akashanet_baner_wielkanoc_2025_mini.jpg') no-repeat top center;
	}
	.baner_7 {
		background:#011b4c url('../banery/akasha_baner_swieta_www_RGB_2023_rwd.jpg') no-repeat top center;
	}
	.baner_8 {
		background:#011b4c url('../banery/akasha-www-baner-rower-v2-rwd.jpg') no-repeat top center;
	}
	.baner_9 {
		background:#011b4c url('../banery/akasha_baner_swieta_www_RGB_2023_rwd.jpg') no-repeat top center;
	}
	.baner_10 {
		background:#011b4c url('../banery/baner_wiosna_2021_mini.jpg') no-repeat top center;/**/
	}
	.baner_11 {
		background:#011b4c url('../banery/poszukiwany_serwisant_baner_mini_2024_marzec.jpg') no-repeat top center;/**/
	}
	.baner_12 {
		background:#011b4c url('../banery/akasha-www-wiosna-2018-rwd.jpg') no-repeat top center;
	}

	.baner_14 {
		background:#011b4c url('../banery/akasha-www-baner-mistrzowska-2018-rwd.jpg') no-repeat top center;
	}
	
	.baner_15 {
		background:#011b4c url('../banery/akasha-baner-zmiany-2024.jpg') no-repeat top center;
	}
}


