/* RESET STYLI  */



html, body, div, span, applet, object, iframe,
                h1, h2, h3, h4, h5, h6,  blockquote, pre,
                a, abbr, acronym, address, big, cite, code,
                del, dfn, em, font, img, ins, kbd, q, s, samp,
                small, strike, sub, sup, tt, var,
                dl, dt, dd,
                fieldset, form, label, legend {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    font-weight: inherit;
                    font-style: inherit;
                    font-size: 100%;
                    vertical-align: baseline;
                }
                :focus {
                    outline: 0;
                }
                body {
                    line-height: 22px;
                    color:#333333;
										background-color:white;
									  font-size:14px;
										font-family: 'Montserrat', sans-serif;
										font-weight:400;
                }
								
                blockquote:before, blockquote:after,
                q:before, q:after {
                    content: "";
                }
                blockquote, q {
                    quotes: "" "";
                }
					

					
div, nav, header, footer, .pagger {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}	

.strona {
	width: 100%;
	border: 0px;  
	margin:0 auto;
	min-width:300px;
	max-width:1380px;
}


.ramka {
	width: 100%;
	border: 0px;  
	float:left;
}


header {
	width: 210px;
	border: 0px;  	
	border-right:1px solid #76797D;
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	z-index:100;
	padding:0px;
	margin:0px;
}


@media screen and (min-width: 1161px) and (max-width:99550px) 

{


header {
	background-color: transparent !important;
}


}

.logo{
	width: 210px;
	border: 0px;  	
	margin-top:22px;
	position: fixed;
	top: 25px;
	left: 30px;
	z-index:9999999999;
}



@media screen and (min-width: 0px) and (max-width:1160px) 

{


.logo{
	width: 210px;
	border: 0px;  	
	margin-top:11px;
	position: fixed;
	top: 5px;
	left: 30px;
	z-index:9999999999;
}


}

header .logo img{
	max-width:80%;
}

header nav {
width:100%;
padding-right:20%;
position: absolute;
top: 130px;
left: 0px;
}

header .box-kontakt {
float:left;
width:100%;
padding-left:10%;
text-transform:uppercase;
color:white;
margin-top:50%;
font-size:13px;
position: absolute;
bottom: 200px;
left: 0px;
}



@media screen and (min-height: 0px) and (max-height:840px) 

{

header .box-kontakt {
bottom: 50px;
}



}


@media screen and (min-height: 0px) and (max-height:540px) 

{

header .box-kontakt {
display: none;
}






}







@media screen and (min-width: 0px) and (max-width:1160px) 

{

header {
	width: 100%;
	border: 0px;  	
	border-right:0px solid #76797D;
	border-bottom:0px solid #76797D;
	position:fixed;
	left:0px;
	top:0px;
	height:86px;
	z-index:100;
	padding:0px;
	margin:0px;
}



header .logo img{
	width: 100px;
}


header .box-kontakt {
float:left;
width:100%;
padding-left:200px;
text-transform:uppercase;
color:white;
margin-top:50%;
font-size:12px;
position: absolute;
bottom: 20%;
left: 0px;
line-height: 22px;
}

header .box-kontakt br:nth-of-type(1){
display: none;
}


header .box-kontakt span{
font-size:11px;
}

}



@media screen and (min-width: 0px) and (max-width:550px) 

{


header .box-kontakt {
display: none;
}

}


header .box-kontakt b{
font-size:18px;
}



.cycle-slideshow {
  left: 0px;
	top: 0px;
	width:100%;
	height:100%;
  background-image:url('../grafika/baner.jpg');
	background-repeat : no-repeat;
	background-position:center top;
	position:absolute;
		z-index: 0;
		overflow: hidden;
		background-size: cover;
		 background-attachment: fixed;
}



.nakladka {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
  background-image:url('../grafika/nakladka.png');
	background-repeat : no-repeat;
	background-position:center top;
	z-index: 1;
	
	background-size: cover;
}



.nakladka {
   -webkit-animation-name: point3; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 9s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: point3;
    animation-duration: 9s;
    animation-iteration-count: infinite;
}

		
/* Safari 4.0 - 8.0 */
@-webkit-keyframes point3 {
	  0%   {transform:scale(1.0); -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0);top: 0%;left:0px;}
    20%  {transform:scale(1.6); -webkit-transform:scale(1.6); -moz-transform:scale(1.6); -o-transform:scale(1.6); top: -5%;left:-10%;}
		40%   {transform:scale(1.0); -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0);left: 0%;top: 0%;}
		60%   {transform:scale(1.9); -webkit-transform:scale(1.9); -moz-transform:scale(1.9); -o-transform:scale(1.9);left: 5%;top: 5%;}
    100%   {transform:scale(1.0); -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0);left: 0%;top: 0%;}
}

/* Standard syntax */
@keyframes point3 {
	  0%   {transform:scale(1.0); -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0);top: 0%;left:0px;}
    20%  {transform:scale(1.6); -webkit-transform:scale(1.6); -moz-transform:scale(1.6); -o-transform:scale(1.6); top: -5%;left:-10%;}
		40%   {transform:scale(1.0); -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0);left: 0%;top: 0%;}
		60%   {transform:scale(1.9); -webkit-transform:scale(1.9); -moz-transform:scale(1.9); -o-transform:scale(1.9);left: 5%;top: 5%;}
    100%   {transform:scale(1.0); -webkit-transform:scale(1.0); -moz-transform:scale(1.0); -o-transform:scale(1.0);left: 0%;top: 0%;}
}




.cycle-slideshow .seperator {
    position: absolute;
    top: 44%;
		left: 53%;
    margin: 0 auto;
}


@media screen and (min-height: 0px) and (max-height:800px) 

{

.cycle-slideshow .seperator {
    top: 38%;
}


}












div.cycle-slideshow div.sekwencja{
	position:absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	color:white;
}

.cycle-slideshow .sekwencja .lewa{
	width:400px;
	position: absolute;
	left: 20%;
	top: 0px;
	bottom: 0px;
	margin: auto auto;
	height: 130px;
	z-index: 100;
	padding: 0px 0px 0px 0px !important;
	background-color: transparent !important;
}

.cycle-slideshow .sekwencja .lewa small{
	font-size:13px;
	text-transform:uppercase;
	display:inline-block;
	margin-left:30px;
}

.cycle-slideshow .sekwencja .lewa strong{
	background-color:#3C8ECC;
	color:white;
	font-size:45px;
	line-height:55px;
	font-weight:400;
	padding:15px 30px;
	clear:both;
	display:inline-block;
	width:auto;
	margin-top:10px;
}


.cycle-slideshow .sekwencja .prawa{
	width:400px;
	position: absolute;
	right: 10%;
	top: 0px;
	bottom: 0px;
	margin: auto auto;
	height: 220px;
	z-index: 100;
}

.cycle-slideshow .sekwencja .prawa strong{
	font-size:40px;
	line-height:50px;
}







@media screen and (min-height: 0px) and (max-height:890px) 

{

.cycle-slideshow .sekwencja .lewa{
	height: 190px;
}



.cycle-slideshow .sekwencja .prawa{
	height: 300px;
}




.nakladka {
height: 110%;
left: 0px;
top: -10%;
}

}





@media screen and (min-height: 0px) and (max-height:800px) 

{

.nakladka {
top: -15%;
height: 115%;
}

}





@media screen and (min-height: 0px) and (max-height:750px) 

{

.nakladka {
background-size: auto 1000px;
}


.nakladka {
top: -10%;
height: 110%;
}

.cycle-slideshow .seperator {
    top: 34%;
		height: 280px;
}


}


@media screen and (min-height: 0px) and (max-height:680px) 

{

.nakladka {
background-size: auto 980px;
}

.nakladka {
top: -18%;
height: 118%;
}



.cycle-slideshow .seperator {
    top: 34%;
		height: 200px;
}


}


@media screen and (min-height: 0px) and (max-height:550px) 

{

.cycle-slideshow {
	height:550px;
}

}





@media screen and (min-width: 1161px) and (max-width:99550px) 

{


#nawigacja-menu{
  list-style: none;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding:0px;
	float:left;
	width: 210px;
}

#nawigacja-menu li{
display:inline-block;
margin:0px;
padding:0px;
	float:left;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15%;
	padding-right: 40px;
	 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#nawigacja-menu li:hover{
  background-image:url('../grafika/liniamenu.jpg');
	background-repeat : no-repeat;
	background-position:left center;
}





#nawigacja-menu li a{
	color:white;
	text-decoration:none;
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
}

#nawigacja-menu li a:hover{
	color:#3C8ECC;
}

#nawigacja-menu li.menubold a {
font-weight:bold;
}

#nawigacja-menu li.menubold {
 background-image:url('../grafika/liniamenu.jpg');
	background-repeat : no-repeat;
	background-position:left center;
}





.rozwin {
position: fixed;
left: 210px;
top: 0px;
height: 100%;
display: none;
background-color: rgba(42, 52, 62, 0.9);
width: 80%;
padding-top: 41%;
padding-right: 30%;
}

#nawigacja-menu li:nth-of-type(3) .rozwin {
padding-top: 15%;
}

#nawigacja-menu li:hover .rozwin{
display: block;
}

#nawigacja-menu li:hover .rozwin li{
display: block;
height: 40px;
padding: 10px 0px;
float: left;
width: 32.3%;
margin-right: 1%;
	 background-image:url('../grafika/liniamenu.jpg');
	background-repeat : no-repeat;
	background-position:left center;
}

#nawigacja-menu li:hover .rozwin li a{
	color:white;
	text-decoration:none;
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
	padding-left: 40px;
	display: block;
}




#nawigacja-menu li.menubold:hover .rozwin li a {
	color:white;
	text-decoration:none;
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
}



#nawigacja-menu li li a:hover{
	color:#3C8ECC !important;
}



#nawigacja-menu li.menubold li.menubold a:hover{
	color:#3C8ECC !important;
}





}

.glowna157 .tresc2 {
	padding-top:30px;
}	


.glowna157 .oddzialy.paddingleft {
	display:none;
}	



.biurodetektywistyczne {
	float:left;
	width:100%;
	height:817px;
  background-image:url('../grafika/biurodetektywistyczne.jpg');
	background-repeat : no-repeat;
	background-position:center top;
	background-size: cover;
	color:white;
	text-align:center;
	overflow: hidden;
	position: relative;
}



.biurodetektywistyczne .ramka{
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:70px;
	padding-right:2%;
}

.biurodetektywistyczne .ramka strong{
	font-size:80px;
	font-weight:400;
	letter-spacing:5px;
	line-height:100px;
}


.biurodetektywistyczne .ramka2{
	float:left;
	width:100%;
	text-align:center;
}

.biurodetektywistyczne .ramka2 .komorka{
	display:inline-block;
	width:200px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	vertical-align: top;
}


@media screen and (min-width: 0px) and (max-width:820px) 

{

.biurodetektywistyczne .ramka2 .komorka img{
	width: 90px;
}




.biurodetektywistyczne {
	height:auto;
	padding-bottom: 60px;
}


.biurodetektywistyczne .ramka2 .komorka{
	margin-bottom: 30px;
}


}




.biurodetektywistyczne .ramka3{
	float:left;
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:15%;
	padding-right:15%;
}



@media screen and (min-width: 0px) and (max-width:1540px) 

{

.biurodetektywistyczne.paddingleft {
    padding-left: 210px;
}

}



@media screen and (min-width: 0px) and (max-width:1160px) 

{

.biurodetektywistyczne.paddingleft {
    padding-left: 0%;
}

}



.wsparciedlabiznesu {
	float:left;
	width:100%;
	height:815px;
  background-image:url('../grafika/wsparciedlabiznesu.jpg');
	background-repeat : no-repeat;
	background-position:center center;
	background-cover: cover;
	color:white;
	overflow: hidden;
	position: relative;
}


.wsparciedlabiznesu .kolo{
	position: absolute;
	left: 0px;
	top: 0px;
	width:50%;
	height:100%;
}






.wsparciedlabiznesu .kolo img{
	width:150%;
	float: right;
		position: absolute;
		top: -25%;
		left: -50%;
}


@media screen and (min-width: 0px) and (max-width:1420px) 

{

.wsparciedlabiznesu .kolo img{
	width:190%;
	float: right;
		position: absolute;
		top: -25%;
		left: -50%;
}




}



@media screen and (min-width: 0px) and (max-width:1020px) 

{

.wsparciedlabiznesu .kolo img{
	width:220%;
	float: right;
		position: absolute;
		top: -25%;
		left: -50%;
}




}


@media screen and (min-width: 0px) and (max-width:620px) 

{

.wsparciedlabiznesu .kolo img{
	width:270%;
	float: right;
		position: absolute;
		top: -25%;
		left: -50%;
}




}

.wsparciedlabiznesu .kolo img {
   -webkit-animation-name: point4; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 18s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: point4;
    animation-duration: 18s;
    animation-iteration-count: infinite;
}

		
/* Safari 4.0 - 8.0 */
@-webkit-keyframes point4 {
	 	  0%   {transform:scale(1.0) rotate(0deg); -webkit-transform:scale(1.0) rotate(0deg); -moz-transform:scale(1.0) rotate(0deg); -o-transform:scale(1.0) rotate(0deg);top: -25%;}
    20%  {transform:scale(0.7) rotate(30deg); -webkit-transform:scale(0.7) rotate(30deg); -moz-transform:scale(0.7) rotate(30deg); -o-transform:scale(0.7) rotate(30deg);top: -15%;left: -30%;}
		40%   {transform:scale(1.0)  rotate(0deg); -webkit-transform:scale(1.0)  rotate(0deg); -moz-transform:scale(1.0)  rotate(0deg); -o-transform:scale(1.0)  rotate(0deg);top: -25%;}
		60%   {transform:scale(1.2) rotate(-30deg); -webkit-transform:scale(1.2) rotate(-30deg); -moz-transform:scale(1.2) rotate(-30deg); -o-transform:scale(1.2) rotate(-30deg);top: -25%;}
    100%   {transform:scale(1.0) rotate(0deg); -webkit-transform:scale(1.0) rotate(0deg); -moz-transform:scale(1.0) rotate(0deg); -o-transform:scale(1.0) rotate(0deg);-ms-transform: rotate(20deg) rotate(0deg);top: -25%;}
}

/* Standard syntax */
@keyframes point4 {
 	 	 	  0%   {transform:scale(1.0) rotate(0deg); -webkit-transform:scale(1.0) rotate(0deg); -moz-transform:scale(1.0) rotate(0deg); -o-transform:scale(1.0) rotate(0deg);top: -25%;}
    20%  {transform:scale(0.7) rotate(30deg); -webkit-transform:scale(0.7) rotate(30deg); -moz-transform:scale(0.7) rotate(30deg); -o-transform:scale(0.7) rotate(30deg);top: -15%;left: -30%;}
		40%   {transform:scale(1.0)  rotate(0deg); -webkit-transform:scale(1.0)  rotate(0deg); -moz-transform:scale(1.0)  rotate(0deg); -o-transform:scale(1.0)  rotate(0deg);top: -25%;}
		60%   {transform:scale(1.2) rotate(-30deg); -webkit-transform:scale(1.2) rotate(-30deg); -moz-transform:scale(1.2) rotate(-30deg); -o-transform:scale(1.2) rotate(-30deg);top: -25%;}
    100%   {transform:scale(1.0) rotate(0deg); -webkit-transform:scale(1.0) rotate(0deg); -moz-transform:scale(1.0) rotate(0deg); -o-transform:scale(1.0) rotate(0deg);-ms-transform: rotate(20deg) rotate(0deg);top: -25%;}
}




.wsparciedlabiznesu b{
	font-size:70px;
	line-height:90px;
	font-weight:400;
}

.wsparciedlabiznesu .ramka{
	float:left;
	width:50%;
	margin-top:140px;
	position: relative;
}








.oddzialy {
	float:left;
	width:100%;
	height:756px;
  background-image:url('../grafika/oddzialy.jpg');
	background-repeat : no-repeat;
	background-position:center top;
	color:white;
	position:relative;
	overflow: hidden;
}


.wsparciedlabiznesu.paddingleft {
padding-left: 160px;
}

@media screen and (min-width: 0px) and (max-width:1780px) 

{


.wsparciedlabiznesu.paddingleft {

    padding-left: 300px;

}

}


@media screen and (min-width: 0px) and (max-width:1340px) 

{



.wsparciedlabiznesu .ramka{
	float:left;
	width:70%;
	margin-top:140px;
	position: relative;
}



}


@media screen and (min-width: 0px) and (max-width:1160px) 

{

.wsparciedlabiznesu.paddingleft {

    padding-left: 5%;

}




@media screen and (min-width: 0px) and (max-width:680px) 

{

.wsparciedlabiznesu b{
	font-size:50px;
	line-height:60px;
	font-weight:400;
}


.wsparciedlabiznesu .ramka{
	float:left;
	width:95%;
	margin-top:90px;
	position: relative;
}



}

.wsparciedlabiznesu {
	float:left;
	width:100%;
	height:auto;
  background-image:url('../grafika/wsparciedlabiznesu.jpg');
	background-repeat : no-repeat;
	background-position:center top;
	color:white;
	overflow: hidden;
	position: relative;
	background-size: cover;
	padding-bottom: 80px;
}



}


.oddzialy.paddingleft {
padding-left: 160px;
}



@media screen and (min-width: 0px) and (max-width:1780px) 

{

.oddzialy.paddingleft {
padding-left: 300px;
}

}

.oddzialy .mapa {
position:absolute;
top:0px;
right:0px;
width:40%;
height:100%;
color:black;
}

.oddzialy .mapa .nakladka2 {
position:absolute;
left:-50px;
top:0px;
bottom:0px;
margin:auto;
height:100px;
z-index:9999;
background-image: none;
}

.oddzialy .mapa .nakladka2 small {
display:inline-block;
padding:10px;
background-color:white;
color:#233756;
font-size:13px;
text-transform:uppercase;
}

.oddzialy .mapa .nakladka2 strong {
display:inline-block;
padding:30px;
background-color:#3C8ECC;
color:white;
font-size:40px;
font-weight:400;
margin-left:-30px;
}




.oddzialy .mapa #map{
position:absolute;
top:-25%;
right:0px;
width:100%;
height:150%;
-webkit-border-top-left-radius: 50%;
-webkit-border-bottom-left-radius: 50%;
-moz-border-radius-topleft:50%;
-moz-border-radius-bottomleft:50%;
border-top-left-radius:50%;
border-bottom-left-radius:50%;
}

.oddzialy .select {
display: inline-block;
position: relative;
}

.oddzialy .select span{
display: inline-block;
position: absolute;
right: 0px;
top: 0px;
width: 81px;
height: 100%;
  background-image:url('../grafika/select.gif');
	background-repeat : no-repeat;
	background-position:center center;
}

.oddzialy .ramka{
	float:left;
	width:100%;
	padding-top:120px;
	padding-right:60%;
}

.oddzialy .ramka strong{
	font-size:80px;
	line-height:90px;
	letter-spacing:5px;
	font-weight:400;
}


.oddzialy .ramka2 b{
	font-size:20px;
	color:#3C8ECC;
}



.oddzialy .ramka2{
	float:left;
	width:100%;
	padding-top:20px;
	padding-right:60%;
}


@media screen and (min-width: 0px) and (max-width:1360px) 

{

.oddzialy .ramka strong{
	font-size:40px;
	line-height:50px;
	letter-spacing:5px;
	font-weight:400;
}

.oddzialy .ramka2 b{
	font-size:15px;
	color:#3C8ECC;
}

.oddzialy .mapa .nakladka2 strong {

    display: inline-block;
    padding: 20px 60px;
    background-color: #3C8ECC;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-left: -30px;

}

.oddzialy .mapa #map {

    position: absolute;
    top: -15%;
    right: 0px;
    width: 100%;
    height: 125%;

}

}




@media screen and (min-width: 0px) and (max-width:1160px) 

{

.oddzialy.paddingleft {

    padding-left: 5%;

}


.oddzialy {
    width: 100%;
    height: 556px;

}


.opinia_middle {
margin-top:250px !important;	
}	



}



@media screen and (min-width: 0px) and (max-width:860px) 

{


.oddzialy .mapa .nakladka2  {

    display:  none;

}


}


@media screen and (min-width: 0px) and (max-width:860px) 

{


.oddzialy .mapa .nakladka2  {

    display:  none;

}


}



@media screen and (min-width: 0px) and (max-width:840px) 

{


.oddzialy .ramka2 {

    float: left;
    width: 100%;
    padding-top: 20px;
    padding-right: 5%;

}

.oddzialy .mapa {

    position: absolute;
    top: auto;
    right: 0px;
    width: 100%;
    height: 50%;
    color: black;
		bottom: 0px;

}

.oddzialy {
    width: 100%;
    height: auto;
		padding-bottom: 460px;

}


.oddzialy .mapa #map {

    position: absolute;
    top: auto;
		bottom: -100%;
    right: -10%;
    width: 120%;
    height: 200%;
-webkit-border-top-left-radius: 0%;
-webkit-border-bottom-left-radius: 0%;
-moz-border-radius-topleft:0%;
-moz-border-radius-bottomleft:0%;
border-top-left-radius:0%;
border-bottom-left-radius:0%;
-webkit-border-top-left-radius: 50%;
-webkit-border-top-right-radius: 50%;
-moz-border-radius-topleft: 50%;
-moz-border-radius-topright: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
}


}




@media screen and (min-width: 0px) and (max-width:640px) 

{


.oddzialy .mapa #map {

    position: absolute;
    top: auto;
		bottom: -120%;
    right: -100%;
    width: 300%;
    height: 200%;
-webkit-border-top-left-radius: 0%;
-webkit-border-bottom-left-radius: 0%;
-moz-border-radius-topleft:0%;
-moz-border-radius-bottomleft:0%;
border-top-left-radius:0%;
border-bottom-left-radius:0%;
-webkit-border-top-left-radius: 50%;
-webkit-border-top-right-radius: 50%;
-moz-border-radius-topleft: 50%;
-moz-border-radius-topright: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
}


}

.pagger {
position: absolute;
bottom: 60px;
width: 80%;
margin-top:50px;
left: 0px;
right: 0px;
margin: 0 auto;
z-index: 10000;
}



@media screen and (min-height: 0px) and (max-height:890px) 

{



.pagger {
bottom: 30px;
}

}




.pagger.paddingleft {
padding-left: 240px;
}




.cycle-pager {
display:block;
float:left;
padding:0px;
margin:0px;
border-top:1px solid #6E7176;
width:100%;
text-align:center;
}

.cycle-pager li{
display:inline-block;
float:none;
padding:0px;
margin:0px;
text-align:center;
max-width:150px;
vertical-align:top;
padding:25px 15px 15px 15px;
position:relative;
}

.cycle-pager li span{
display:inline-block;
width:14px;
height:14px;
background-color:#8D9298;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position:absolute;
left:0px;
right:0px;
top:-7px;
margin:0 auto;
}


.cycle-pager li.cycle-pager-active span{
background-color:white;
}

.cycle-pager li a{
color:white;
text-decoration:none;
display:inline-block;
}


.paddingleft {
padding-left: 0px;
}

.inputoddzial {
padding:18px;
background-color:white;
color:#233756;
border:0px;
font-family: 'Roboto', sans-serif;
}


.middle {
width: 100%;
position: absolute;
left:0;
top: 100%;
}


@media screen and (min-height: 0px) and (max-height:550px) 

{

.middle {
width: 100%;
position: absolute;
left:0;
top: 550px;
}

}



@media screen and (min-width: 0px) and (max-width:1520px) 

{

.pagger {
width: 90%;
}

.pagger.paddingleft {
    padding-left: 170px;
}

}


@media screen and (min-width: 0px) and (max-width:1240px) 

{



.cycle-slideshow .sekwencja .prawa strong {
    font-size: 30px;
    line-height: 40px;
}


.cycle-slideshow .sekwencja .lewa strong {
    font-size: 35px;
    line-height: 45px;
}


.cycle-slideshow .sekwencja .prawa {
    width: 320px;
    position: absolute;
    right: 5%;
    top: 0px;
}


}



@media screen and (min-width: 0px) and (max-width:1160px) 

{


.cycle-slideshow .sekwencja .lewa {
    width: 400px;
    position: absolute;
    left: 5%;
}


.pagger.paddingleft {
    padding-left: 0px;
}

.nakladka {

    top: -18%;
    height: ;

    left: -15%;
    width: 115%;

}


.cycle-slideshow .seperator {

    position: absolute;
    top: 42%;
    left: 47%;
    margin: 0 auto;

}

}


@media screen and (min-width: 0px) and (max-width:900px) 

{

.cycle-pager li {
    max-width: 30px;
}


.cycle-pager li a{
   display: none;
}




}



@media screen and (min-width: 0px) and (max-width:810px) 

{

.cycle-slideshow .sekwencja .lewa strong {

    font-size: 25px;
    line-height: 35px;

}


.cycle-slideshow .sekwencja .prawa span{
  display: none;
}


.cycle-slideshow .sekwencja .prawa br:nth-of-type(1){
  display: none;
}

.cycle-slideshow .sekwencja .prawa br:nth-of-type(2){
  display: none;
}


.cycle-slideshow .sekwencja .prawa strong {

    font-size: 22px;
    line-height: 30px;

}


.cycle-slideshow .sekwencja .prawa {

    height: 200px;
    width: 200px;
}




.nakladka {

    top: -18%;
    height: ;

    left: -12%;
    width: 112%;

}



}



@media screen and (min-width: 0px) and (max-width:610px) 

{

.nakladka {

    top: -18%;
    height: ;

    left: -22%;
    width: 122%;

}


}



@media screen and (min-width: 0px) and (max-width:640px) 

{

.nakladka {

    top: -18%;
    height: ;

    left: -25%;
    width: 125%;

}


}



@media screen and (min-width: 0px) and (max-width:570px) 

{

.cycle-slideshow .seperator {

    display: none;

}


.cycle-slideshow .sekwencja .prawa br:nth-of-type(1){
  display: none;
}

.cycle-slideshow .sekwencja .prawa br:nth-of-type(2){
  display: none;
}

.cycle-slideshow .sekwencja .prawa br:nth-of-type(3){
  display: none;
}

.cycle-slideshow .sekwencja .lewa {
    width: 95%;
    position: absolute;
    left: 5%;
    top: 55%;
    text-align: center;
}

.cycle-slideshow .sekwencja .lewa small {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 0px;
		 text-align: center;
}


.cycle-slideshow .sekwencja .prawa {

    height: 240px;
    width: 80%;
		left: 10%;
		text-align: center;

}

}


.middle2 {
  background-image:url('../grafika/oddzialy.jpg');
	background-repeat : no-repeat;
	background-position:center center;
	width: 100%;
	float: left;
	min-height: 900px;
	padding-top: 100px;
	color: #FFF;
	background-size: cover;
	overflow: hidden;
}

.middle2.paddingleft{
  padding-left: 22%;
}


@media screen and (min-width: 0px) and (max-width:1160px) 

{

.middle2.paddingleft {

    padding-left: 10%;
    padding-right: 10%;

}


}


@media screen and (min-width: 0px) and (max-width:540px) 

{

.middle2.paddingleft {

    padding-left: 5%;
    padding-right: 5%;

}


}

.naglowek_linia {
width: 250px;
height: 250px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #3C8ECC;
padding:70px 40px 0px 40px;
display: inline-block;
text-align: center;
line-height: 30px;
vertical-align: top;
margin: 50px 1%;
position: relative;
font-size: 18px !important;
}


.naglowek_linia p span{
font-size: 20px !important;
}



.naglowek_linia p:nth-of-type(1){
width: 1px;
height: 100px;
background-color: #FFF;
margin: 0 auto;
left: 0;
right: 0;
top: -50px;
position: absolute; 
}

.naglowek_linia p:nth-of-type(3){
width: 1px;
height: 100px;
background-color: #FFF;
margin: 0 auto;
left: 0;
right: 0;
bottom: -50px;
position: absolute; 
}


.footer {
width: 100%;
position: relative;
float: left;
}


footer {
float:left;
width:100%;
padding-top:50px;
padding-bottom:50px;
color:#586575;
font-size: 11px;
}


footer.paddingleft {
    padding-left: 150px;
}



@media screen and (min-width: 0px) and (max-width:1740px) 

{

footer.paddingleft {
    padding-left: 230px;
		width: 75%;
}



}


@media screen and (min-width: 0px) and (max-width:1680px) 

{

footer.paddingleft {
    padding-left: 260px;
}



}



@media screen and (min-width: 0px) and (max-width:1160px) 

{

footer.paddingleft {
    padding-left: 5%;
}



}



@media screen and (min-width: 0px) and (max-width:580px) 

{

footer.paddingleft {
    padding-bottom: 100px;
}



}





footer a{
font-size: 11px;
}


footer .imglogo {float:right;}
footer .img {margin-right:10px;}

footer .imglogo {

    float: right;
    position: absolute;
    right: 3%;

}


@media screen and (min-width: 0px) and (max-width:580px) 

{

footer .imglogo {

    float: none;
    position: absolute;
    right: 0;
		left: 0;
		bottom: 15px;
		margin: 0 auto;

}


footer.paddingleft {
		width: 95%;
}

}

.lewa {
position: relative;
left: 210px;
width: 100%;
top: 0px;
background-color: rgba(0, 25, 56, 0.5);
padding-left: 120px;
padding: 0px 200px 0px 120px;
}




.komorka-menu {
display: inline-block;
width: 120px;
height: 30px;
text-align: center;
vertical-align: top;
font-size: 13px;
margin-right: 1%;
color: #FFF;
text-decoration: none;
padding: 30px 0px 20px 0px
}

.komorka-menu div{
display: table;
width: 120px;
height: 30px;
vertical-align: middle;
}

.komorka-menu div span{
display: table-cell;
vertical-align: middle;
padding: 0px 5px;
line-height: 16px;
}

.komorka-menu-bold {
display: inline-block;
width: 120px;
height: 30px;
text-align: center;
vertical-align: top;
font-size: 13px;
margin-right: 1%;
color: #FFF;
text-decoration: none;
padding: 30px 0px 20px 0px;
border-bottom: 2px solid #3C8ECC;
}

.komorka-menu-bold div{
display: table;
width: 110px;
height: 30px;
vertical-align: middle;
}

.komorka-menu-bold div span{
display: table-cell;
vertical-align: middle;
padding: 0px 5px;
line-height: 16px;
}




.tresc-kontakt {
float:left;
width:80%;
text-align: center;
position: relative;
}




.formularz {
float:left;
width:80%;
padding-bottom: 120px;
}


@media screen and (min-width: 0px) and (max-width:1160px) 

{

.tresc-kontakt {
float:left;
width:95%;
text-align: center;
}

.formularz {
float:left;
width:95%;
padding-bottom: 120px;
}



}







.pole {
display:block;
max-width: 580px;
width: 100%;
margin: 0 auto;
padding: 20px 0px;
position: relative;
}

.pole img{
position: absolute;
right: 4%;
top: 37px;
}



.pole2 {
display:block;
max-width: 480px;
width: 100%;
margin: 0 auto;
padding: 20px 0px;
font-size: 11px;
position: relative;
}




.pole2 a{
color: #3C8ECC;
}
 
 
 
.pole2 a:hover{
color:white;
}
 
 
 
.pole input{
width: 100%;
padding: 15px 20px; 
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-size:14px;
										font-family: 'Montserrat', sans-serif;
										font-weight:400;
										color: #FFF;
}
 
 
  
 .formbutton{
width: 100%;
padding: 15px 20px; 
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: #3C8ECC;
	border: 1px solid #3C8ECC;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
font-size:18px;
										font-family: 'Montserrat', sans-serif;
										font-weight:400;
										color: #FFF;
										cursor:pointer;
}



 
 
 
.tresc2 iframe {
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 380px;
height: 380px;
display: block;
clear: both;
float: none;
margin: 0 auto 40px auto;
margin-left: auto;
position: relative;
left: 0;
right: 0;
}
 
 
 @media screen and (min-width: 0px) and (max-width:620px) 

{
.tresc2 iframe {
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 280px;
height: 280px;
display: block;
clear: both;
float: none;
margin: 0 auto 40px auto;
margin-left: auto;
position: relative;
left: 0;
right: 0;
}

}
 
 
  @media screen and (min-width: 0px) and (max-width:520px) 

{
.tresc2 iframe {
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 200px;
height: 200px;
display: block;
clear: both;
float: none;
margin: 0 auto 40px auto;
margin-left: auto;
position: relative;
left: 0;
right: 0;
}

}
 
 
.pole textarea{
width: 100%;
padding: 15px 20px; 
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
height: 120px;
font-size:14px;
										font-family: 'Montserrat', sans-serif;
										font-weight:400;
										color: #FFF;
}
 

.podstrona {
width: 100%;
position: absolute;
top: 0px;
height: 55%;
left:0px;
  background-image:url('../grafika/podstrona.png');
	background-repeat : no-repeat;
	background-position:58% bottom ;
	background-size: auto 130%;
	min-height: 280px;
}


.naglowek_zapytaj {
width: 250px;
height: 250px;
font-size: 30px;
line-height: 40px;
border: 1px solid #3C8ECC;
margin: 0 auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: relative;
padding: 70px 40px;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
}



@media screen and (min-width: 0px) and (max-width:620px) 

{

.naglowek_zapytaj {

    width: 190px;
    height: 190px;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #3C8ECC;
    margin: 0 auto;
        margin-bottom: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    padding: 50px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 50px;
}



}








.naglowek_zapytaj span:nth-of-type(1){
width: 100px;
height: 1px;
background-color:#3C8ECC;
display: block;
position: absolute;
left: -60px;
top: 0;
bottom: 0;
margin: auto auto;
}


.naglowek_zapytaj span:nth-of-type(2){
width: 100px;
height: 1px;
background-color:#3C8ECC;
display: block;
position: absolute;
right: -60px;
left: auto;
top: 0;
bottom: 0;
margin: auto auto;
}



.tresc-kontakt a{
color: #3C8ECC;
}

.tresc-kontakt a:hover{
color: white;
}



.tresc p a{
color: #3C8ECC;
}

.tresc p a:hover{
color: white;
}


.tresc2 p a{
color: #3C8ECC;
}

.tresc2 p a:hover{
color: white;
}


.tresc-kontakt img {max-width:100% !important;}
.tresc img {max-width:100% !important;}
.tresc2 img {max-width:100% !important;}


.tresc-kontakt table {max-width:100% !important;}
.tresc table {max-width:100% !important;}
.tresc2 table {max-width:100% !important;}


.tresc-kontakt iframe {max-width:100% !important;}
.tresc iframe {max-width:100% !important;}
.tresc2 iframe {max-width:100% !important;}

#obrazek {cursor:pointer;}


.tresc {
float:left;
width:80%;
position: relative;
text-align: left;
padding-bottom: 140px;
}



.tresc h2{
font-size: 30px;
line-height: 40px;
}

.tresc2 h2{
font-size: 30px;
line-height: 40px;
}

.tresc2 h3{
max-width: 500px;
font-size: 30px;
line-height: 40px;
margin: 30px auto;
}

.img_tresc {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
float: left;
width: 250px;
margin-bottom: 40px;
margin-right: 5%;
}

.tresc h4{
max-width: 500px;
font-size: 30px;
line-height: 40px;
margin: 30px auto;
}


.tresc2 h4{
max-width: 500px;
font-size: 30px;
line-height: 40px;
margin: 30px auto;
}

.tresc ul{
width:100%;
text-align: center;
padding: 0px 0px;
}

.tresc2.tresc3 ul{
width:100%;
text-align: center;
padding: 0px 0px;
}

.tresc ul li{
display: inline-block;
width: 260px ;
height: 260px;
border: 2px solid #2C73A7;
margin: 10px 1%;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding: 80px 30px;
	vertical-align: top;
}


.tresc2.tresc3 ul li{
display: inline-block;
width: 260px ;
height: 260px;
border: 2px solid #2C73A7;
margin: 10px 1%;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	padding: 80px 30px;
	vertical-align: top;
}


.tresc2 ul li.lista_kolo {

    display: inline-block;
    width: 140px;
    height: 140px;
    border: 2px solid #2C73A7;
    margin: 10px 1%;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    vertical-align: top;
		position:relative;

}

.tresc2 ul li.lista_kolo a{
    color: #FFF !important;
		position:absolute;
		left:0px;
		top:0px;
		width:70%;
		height:60%;
		right:0px;
		bottom:0px;
		margin:auto;
		padding-top:10%;

}

.tresc2 ul li.lista_kolo:hover {

    color: #FFF !important;
		border: 2px solid #FFF;

}




@media screen and (min-width: 0px) and (max-width:680px) 

{


.tresc ul li{
display: inline-block;
width: 210px ;
height: 210px;
padding: 70px 30px;
}

.tresc2.tresc3 ul li{
display: inline-block;
width: 210px ;
height: 210px;
padding: 70px 30px;
}

.wpisy_img2 {
width:100% !important;	
}	


}

.tresc p:nth-of-type(2) {
display: block;
width: 100%;
}

.tresc2 p:nth-of-type(2) {
display: block;
width: 100%;
}

.tresc2 {
float:left;
width:80%;
position: relative;
text-align: left;
padding-bottom: 140px;
}






@media screen and (min-width: 0px) and (max-width:1160px) 

{

.tresc {
width:100%;
}

.tresc2 {
width:100%;
}





}





.naglowek{
font-size: 60px;
line-height: 70px;
color: #FFF;
font-weight: 300;
margin-bottom: 50px;
text-align: left;
padding-bottom: 5%;
padding-top: 13%;
position: relative;
width: 100%;
margin: 0 auto;
left: -10%;
right: 0;
display: block;
text-align: center;
max-width: 500px;
text-align: center;
}


@media screen and (min-width: 0px) and (max-width:840px) 

{

.naglowek{
padding-bottom: 11%;
}


}

.naglowek span{
display: block;
height: 1px;
width: 140px;
background-color: #3C8ECC;
position: absolute;
margin: 0 auto;
left: 0;
right: 0px;
top: 40%;
}


@media screen and (min-width: 0px) and (max-width:1160px) 

{

.tresc {
width:100%;
}

.tresc2 {
width:100%;
}


.naglowek{
left: 0%;
}


.podstrona {
    width: 100%;
		background-position:center bottom ;
}

.wpisy2szczegoly {
	margin-top:250px !important;
}	




}



@media screen and (min-width: 0px) and (max-width:1120px) 

{

.naglowek span{
top: 33%;
}


}



@media screen and (min-width: 0px) and (max-width:920px) 

{

.naglowek span{
top: 25%;
}


.naglowek{
font-size: 40px;
line-height: 50px;
}



}


@media screen and (min-width: 0px) and (max-width:480px) 

{

.naglowek span{
top: 22%;
}


.naglowek{
font-size: 30px;
line-height: 40px;
padding-top: 17%;
}



}


@media screen and (min-width: 0px) and (max-width:520px) 

{

.tresc {
width:95%;
}

.tresc2 {
width:95%;
}



}


.kontakt_doba {
width: 300px;
height: 300px;
background-color: #3C8ECC;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #FFF;
padding: 110px 0px;
text-align:center;
margin: 40px auto;
}


@media screen and (min-width: 0px) and (max-width:520px) 

{

.kontakt_doba {

    width: 250px;
    height: 250px;
    background-color: #3C8ECC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    padding: 80px 0px;
    text-align: center;
    margin: 40px auto;

}


.opinia_middle {
margin-top:280px !important;	
}	




}



@media screen and (min-width: 0px) and (max-width:817px) 

{

.wpisy_middle {
margin-top:200px !important;	
}	


}



@media screen and (min-width: 0px) and (max-width:517px) 

{
	
.wpisy_middle {
margin-top:250px !important;	
}	


.wpisy_middle .wpisy2 .wpisy_img {
width:100% !important;	
}	

.wpisy_middle .wpisy2 .wpisy_tresc {
width:100% !important;	
padding-right:30px;
}	


}






.link_stopka {color:#586575;text-decoration: none;text-transform:uppercase;font-size:11px;margin-right:10px;
max-width:170px;display:inline-block;vertical-align:middle;}
.link_stopka:hover {color:#3C8ECC;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.link_stopka2 {color:#3C8ECC;text-decoration: none;}
.link_stopka2:hover {color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}



.opinia_middle {
float:left;
width:100%;
margin-top:150px;
}	

.opinia_middle .opinia {
float:left;
width:100%;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #76797D;
}	

.opinia_middle .opinia-naglowek {
float:left;
width:100%;	
}	

.opinia_middle .opinia-opis {
float:left;
width:100%;	
 font-style: italic;
 font-size:15px;
 line-height:20px;
}	

.opinia-naglowek b {
font-size:20px;
line-height:30px;
color:#3C8ECC;
}	

.formularz_opinie {
float:left;
width:100%;
text-align:center;
}	


.pole .formbutton:hover {
	background-color:black;
	border:1px solid black;
}	

#foralert {
font-size:20px;
line-height:30px;
}	



.wpisy_middle {
float:left;
width:100%;
margin-top:150px;
}	

.wpisy_middle .wpisy2 {
float:left;
width:100%;
text-align:center;
margin-top:30px;
margin-bottom:30px;
}	
 
.wpisy_middle .wpisy2 .wpisy_img {
float:left;
width:40%;
display:inline-block;
text-align:center;
-webkit-border-top-right-radius: 750px;
-webkit-border-bottom-right-radius: 750px;
-moz-border-radius-topright: 750px;
-moz-border-radius-bottomright: 750px;
border-top-right-radius: 750px;
border-bottom-right-radius: 750px;
border:1px solid #76797D;
padding:20px;
max-width:400px;
padding-left:0px;
border-left:0px;

}	


 
 .wpisy_img2 {
float:left;
width:40%;
display:inline-block;
text-align:center;
-webkit-border-top-right-radius: 750px;
-webkit-border-bottom-right-radius: 750px;
-moz-border-radius-topright: 750px;
-moz-border-radius-bottomright: 750px;
border-top-right-radius: 750px;
border-bottom-right-radius: 750px;
border:1px solid #76797D;
padding:20px;
max-width:400px;
padding-left:0px;
border-left:0px;
margin-right:50px;
margin-bottom:30px;
}	

.wpisy_img2 img {
max-width:100%;	
-webkit-border-top-right-radius: 750px;
-webkit-border-bottom-right-radius: 750px;
-moz-border-radius-topright: 750px;
-moz-border-radius-bottomright: 750px;
border-top-right-radius: 750px;
border-bottom-right-radius: 750px;
}

.wpisy2szczegoly {
float:left;
width:100%;
margin-top:150px;
padding-right:50px;
}	


.wpisy2szczegoly .naglowekszczegoly {
font-size:25px;
line-height:35px;
}	



.middle2 .link_stopka2:hover {
	color:white !important;
}	



.wpisy_middle .wpisy2 .wpisy_img:hover {
-webkit-box-shadow: 8px 8px 24px -5px rgba(0, 0, 0, 1);
-moz-box-shadow: 8px 8px 24px -5px rgba(0, 0, 0, 1);
box-shadow: 8px 8px 24px -5px rgba(0, 0, 0, 1);
}	

.wpisy_middle .wpisy2 .wpisy_img:hover img {
opacity:0.7;	
}	

.glowna185 .tresc {
width:100%;	
}	


.wpisy_middle .wpisy2 .wpisy_img img {
max-width:100%;	
-webkit-border-top-right-radius: 750px;
-webkit-border-bottom-right-radius: 750px;
-moz-border-radius-topright: 750px;
-moz-border-radius-bottomright: 750px;
border-top-right-radius: 750px;
border-bottom-right-radius: 750px;
}	

.wpisy_middle .wpisy2 .wpisy_tresc {
float:left;
width:55%;
display:inline-block;
text-align:left;
padding-left:5%;
padding-top:20px;
}	


.wpisy_middle .wpisy2 .wpisy_tresc .data {
float:none;
width:100%;
display:inline-block;
}	

.wpisy_middle .wpisy2 .wpisy_tresc .data span {
font-style: italic;
}	

.wpisy_middle .nazwa_wpis2 {
	color:#3C8ECC;
	font-weight:bold;
	font-size:25px;
	line-height:35px;
	text-decoration:none;
}	

.wpisy_middle .formbutton { 
padding-top:10px;
padding-bottom:10px;
text-decoration:none;
}

.wpisy_middle .formbutton:hover { 
background-color:black;
border:1px solid black;
}


.wpisy_middle .nazwa_wpis2:hover {
text-decoration:underline	
}	




/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}


/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position:fixed;
	padding: 0px 0;
	top: 0px;
	padding: 0px 0% 0px 0%;
	z-index: 999000;
}


.mean-container a.meanmenu-reveal {
	width: 30px;
	height: 21px;
	padding: 15px 15px;
	position: absolute;
  z-index: 11111111111122222222222222211118000 !important;
	top:22px;
	right: 3% !important;
	margin: -4px 0px;
	cursor: pointer;
	color:#FFF;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	cursor:pointer;
}




.mean-container a.meanmenu-reveal span {
	display: block;
	background:  #FFF;
	height: 2px;
	margin-top: 5px;
}



.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
}








.mean-container .mean-nav > ul {
	padding: 110px 0px 100px 0px !important;
	width: 100% !important;
	list-style-type: none;
	position: absolute;
	z-index: 0 !important;
	right: 0%;
	background-color:rgba(0, 0, 0, 0.8);
	position:absolute;
	top: -50px;
		height: 0px;
min-height:150vh !important;
		max-height:150vh !important;
		overflow-y: scroll;
		min-height: 300px !important;
        height: 140vh !important;
    max-height: 140vh !important;
    overflow-y: scroll !important;
    float: none !important;
scrollbar-width: thin;
}



.mean-container .mean-nav ul ul{
	padding: 20px 0px 20px 0px !important;
	width: 100% !important;
	list-style-type: none;
	position: relative !important;
	z-index: 0 !important;
	left: 0%;
	top:0px !important;
	background-color:#FFF;
	float: left;
  position:relative;
}

.mean-container .logo {
z-index:99999 !important;
}	



.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 90% !important;
	box-sizing: border-box;
	border-right: 0px solid #EBEBEB;
	padding: 0px !important;
	margin: 0px 5% !important;
		background-image: url('../grafika/linia_menu.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
		text-align: center;
}



.mean-container .mean-nav > ul > li:last-of-type {
padding-bottom: 300px !important;
}


.mean-container .mean-nav ul ul li {
	position: relative;
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	border-bottom: 0px solid #E0E0E0 !important;
	border-right: 0px solid #EBEBEB !important;
	padding: 0px !important;
	margin: 0px 0% !important;
	font-weight: 400;
}


.mean-container .mean-nav ul ul li a{
	font-weight: 400 !important;
	color: #FFF !important;
}


.mean-container .mean-nav ul ul li.menubold a{
	font-weight: 700 !important;
}

.mean-container .mean-nav ul ul {
	position: relative;
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	border-bottom: 0px solid #E0E0E0;
	border-right: 0px solid #EBEBEB;
	padding: 0px !important;
	margin: 0px 0% !important;
	background-color:#363636;
}





.mean-container .mean-nav ul li a {
	display: inline-block;
	float: none;
	width: 70% !important;
	max-width: 100% !important;
	padding: 3px 10px 3px 10px !important;
	margin: 0;
	color: #FFF !important;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px !important;
	text-align: left;
	position: relative;
	
}



.mean-container .mean-nav ul li a:hover {
	color: #FFF !important;
	z-index: 100;
}





.mean-container .mean-nav ul li a:hover {
	background-color:#2B72A6;
}



.mean-container .mean-nav ul li a.menu-bold {
	font-weight:bold !important ;
	color:#FFF !important; 
}


.mean-container .mean-nav ul li a img{
	display: none;
}



.mean-container .mean-nav ul li  img{
	display: none;
}


.mean-container .mean-nav ul li.menubold a {
color:#FFFFFF !important;
font-weight: 700;
}






.mean-container .mean-nav ul li li a {
	width: 60%;
	padding: 1em 20%;
	border-top: 1px solid #515151;
	border-top: 1px solid #515151;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px !important;
	height: 20px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: -1px;
	z-index: 2;
	font-weight: 700 !important;
	border: none !important;
	color: #2B72A6 !important;
	padding: 12px 10px !important;
	font-size: 35px !important;
}


.mean-container .mean-nav ul li a.mean-expand:hover {
	background: transparent;
	color: white !important;
}

.mean-container .mean-push {
	float: left;
	width: 0%;
	padding: 0;
	margin: 0;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}



.mean-container .mean-nav > ul > li.menubold > a {
color:white !important;
} 



 