@charset "utf-8";
*{}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
body{font-family: 'Roboto', 'Open Sans', sans-serif;
font-size:14px; transition: all 1s ease-in-out;
font-weight:300;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.clearfix1:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix1 { display: inline-block; }
ul.clearfix1{list-style-type: none;
    margin: 10px;
    padding: 0;}
	ul.clearfix1 li{ float:left; display:inline-block;}
 



#w1, #w2, #w3, #w4, #w5 {overflow:hidden;background-color:#fff; height:0;   width:100%;  box-shadow:0px 0px 5px #8B8B8B; box-sizing:border-box;
-webkit-transition: height 0.6s ease-in-out;
  -moz-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;}
.p20{ box-sizing:border-box; padding: 20px !important;}
#w1.aktywny  {height:600px;  }
#w2.aktywny {height: 710px;}
#w3.aktywny {height: 920px;}
#w4.aktywny {height: 580px;}
#w5.aktywny {height: 240px;}
.szczegoly{background: #1D70B7; color: #fff;height:30px; text-align:center; font-size: 12px; text-transform:uppercase;  width:100%; border:1px solid; line-height:30px; font-weight:700; padding-right:20px; box-sizing:border-box; cursor:pointer;}
.szczegoly:hover{ color:#1D70B7; background:#fff;}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.czytaj-aktywny{background: #1D70B7 !important; color:#fff !important; text-shadow:none !important;}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.header {
}
.slider {
	position:relative;
	width:100%;
	height:300px;
	background-image: url(../img/slider2.jpg);
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    max-height: 400px;
    height: 40vw;

}
.main {
}
.logo {
width: 100%;
}
.top_kontakt {
width: 100%;
margin-left: 0;
clear: both;
}

.menu {
width: 100%;
}
.prawa {
width: 100%;
margin-left: 0;
clear: both;
}
.stopka {
width: 100%;
margin-left: 0;
}
.box {
width: 100%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.box-p div{     
	color: #666;
	text-shadow: 1px 1px 0px white;
    background: #ffffff; /* Old browsers */  
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */  
    background: -o-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* Opera11.10+ */  
    background: -ms-linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* IE10+ */  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */  
    background: linear-gradient(top, #ffffff 0%,#dfdfdf 100%); /* W3C */  
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;  
    border-radius: 3px;  
    -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); 
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4); 
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
	transition: all 0.1s linear;
}
.box-p DIV:hover{box-shadow: 0px 0px 5px #000; cursor:pointer;}
.kontakt-m{width: 100%; height:40px;}
h1{ font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	margin:0;
	line-height:28px; }
	.caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	height: auto;
	
	
	background: hsla(0,0%,0%,0.20);
	padding: 10px;
	position:absolute;
	bottom:20px;
	left:20px;
	}
	.caption h1{color:#eee; font-size:12px ; line-height:14px;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
}
.slider {
}
.main {
}
.logo {
width: 100%;
}
.top_kontakt {
width: 100%;
margin-left: 0;
clear: both;
}

.menu {
width: 100%;
}
.prawa {
width: 100%;
clear: both;
margin-left: 0;
}
.stopka {
width: 100%;
margin-left: 0;
    background-color: #1D70B7;
	padding:10px;
	color:#ddd;
	font-size:12px;
}
.box {
width: 100%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
	height: 81px;
	/* [disabled]background-color: rgba(237,237,237,0.50); */
}
.slider {
	width: 100%;
	background-image: url(../img/slider2.jpg);
	background-position: 50% 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	max-height: 400px;
	height: 40vw;
}
.main {
	position: relative;
}
.logo {
	width: 35%;
	height: 100%;
}
.top_kontakt {
	clear: none;
	height: 81px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 65%;
	float: left;
	padding-right: 20px;
	background: #fff;
}
.zapisy_telefonicze {
	height: auto;
	top: -50px;
	position: relative;
	/* [disabled]-webkit-box-shadow: 0px 0px 20px 0px; */
	/* [disabled]box-shadow: 0px 0px 20px 0px; */
	/* [disabled]clear: left; */
	/* [disabled]visibility: inherit; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inherit;
	margin-bottom: -30px;
	margin-left: 55%;
	width:40%;
	}

.menu {
width: 49.1525%;
}
.prawa {
width: 49.1525%;
clear: none;
margin-left: 52.5423%;
}
.stopka {
	height: 260px;
	background-color: #1D70B7;
	width: 66.1016%;
	margin-left: 33.8983%;
	margin-bottom: 50px;
	padding-left: 50px;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box {
	height:auto;
	min-height: 150px;
	background-color: hsla(0,0%,90%,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	width: 82.7586%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	
}
.box:hover{
	
	
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
h1{
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	margin:0;
	line-height:28px;
}
h2{
	margin:0;
	text-transform:uppercase;
	font-size:16px;
	font-weight: 700;
}
.box p{
	font-size:14px;
	
}
img.img-logo{margin-left: 20px;}
.caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30vw;
	height: auto;
	min-width:400px;
	background: hsla(0,0%,0%,0.50);
	padding: 2em;
	position:absolute;
	bottom:20px;
	left:20px;
	}
.caption h1{	color:hsla(0,0%,100%,1.00);
	text-transform:uppercase;
	font-size:30px;
	font-weight:900;
	line-height:1.2;}
.margin-top{
	max-height: 245px;
	height: 25vw;
}
.kontakt-m{
	height: 50px;
	min-width: 250px;
	float: right;
	margin-top: 15px;
	width: auto;
}
.zapisy_telefonicze h1{color:rgba(255,255,255,1.00); text-align:center; padding-top:20px; font-size:1.6vw; line-height:1.2;}
.box{background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#DDDDDD), color-stop(.6,#eee)); transition: all 0.3s linear;}
.box:hover {-moz-box-shadow: 0 1px 8px 0px rgba(0,0,0,0.9); 
    -webkit-box-shadow: 0 1px 8px 0px rgba(0,0,0,0.9); 
    box-shadow: 0 1px 8px 0px rgba(0,0,0,0.9);
	}

.box-l{float:left; width:60%;}
.box-p{float:left; width:40%;}
.box-p div{width:80%; max-width:100%;font-size: 12px;  margin:20px auto; height: 30px;line-height:30px;text-align:center; overflow:hidden;}


.box-p DIV:hover{background:#fff;box-shadow: 0px 0px 5px #000; cursor:pointer;}

.list{background: url(../img/ok.png); background-position:center left; background-repeat:no-repeat; height:30px; padding-left:40px; line-height:30px;margin-left:10px;}
.stopka p{margin-left:15px; color:#eee; font-size:12px; }
.up20{position:relative;top:-40px;}
.clearfix1 li:hover{ box-shadow:0px 0px 5px #000000;}



}

.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}