*
{
	margin:0px;
	padding:0px;
	font-family:Calibri, Arial, sans-serif;
}

body
{
	background-color:#FFF;
	background-image:url('../_img/body_back.png');
	background-repeat:repeat-x;
	background-position:center top;
	margin-top:5px;
}

div.all
{
	width:100%;
	text-align:center;
	position:relative;
	
	border:0px solid red;
	
}


div#menu_all
{
	height:60px;
	margin-bottom:5px;
}

div#logo_all
{
	height:160px;
	margin-bottom:5px;
}

div#main_all
{
	height:60px;
}

div#content_all
{
	height:830px !important;
	z-index:1;
	border:0px solid red;
}


div#content_all_2
{
	height:200px !important;
	z-index:1;
	
	clear:both;
}


div#footer_all
{
	height:60px;
	margin-top:10px;
	z-index:1;
	
	clear:both;
}

/* ---------------------------------- */

div.main
{
	width:930px;
	margin:auto;
	background-color:#FFF;
	height:100%;
	position:relative;
}

div#top
{
	height:30px;
}

div#menu
{
	height:60px;
	margin-bottom:5px;
	
	/* background: #07253F; */
	background:#2F226A;
}

div#main
{
	height:450px;
	/* background-color:#F1FCFE; */
	/*background-image:url('../_img/logo.png');*/
	background-image:url('../_img/sub_main_back.png');
	background-repeat:no-repeat;
	/* background-position:30px -115px; */
}


div#content
{	
	z-index:1;
	position:relative;
	margin-bottom:20px;
	padding-top:10px;
	height:100%;
	
	/*
	background-image:url('../_img/content_2_back.png');
	background-position:top;
	background-repeat:repeat-x;
	*/ 
	
		
	background-image:url(../_img/content_bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	border:0px solid red;
}

div#content_2
{	
	z-index:999;
	position:relative;	
	padding-top:20px;
	border-top: 1px solid #D7F3FB;
}

div#footer
{
	height:42px;
	padding-top:28px;
	
	/* background: #07253F; */
	background:#2F226A;
}

/* -------------------------------------------- */

/* HEADER */

/* LOGO */
#logo
{
	background-color:#FFF;
	background-image:url('../_img/logo.png');
	background-repeat:no-repeat;
	background-position:center center;
	
	height:160px;

	margin-bottom:5px;
}

/* MENU */

ul#mainMenu
{
	list-style-type:none;
	display:block;
	float:right;
	margin-right:38px;
}

ul#mainMenu li
{
	display:block;
	float:left;
	text-align:center;

	height:50px;
}

ul#mainMenu a
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	display:block;
	
	padding-left:26px;
	padding-right:26px;
	padding-top:19px;
	height:42px;
}

ul#mainMenu a:hover
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#07253F;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	display:block;
	
	padding-top:19px;
	height:42px;

	background-image:url(../_img/menu_hover_back.png);
	background-repeat:repeat-x;
}

ul#mainMenu a.active
{
	font-family:Calibri, sans-serif;
	text-transform:uppercase;
	color:#07253F;
	font-size:18px;
	font-weight:900;
	text-decoration:none;
	display:block;
	
	padding-top:19px;
	height:42px;
	
	background-image:url(../_img/menu_hover_back.png);
	background-repeat:repeat-x;
}




/* CONTENT */

#content h1
{
	text-align:left;
	font-weight:500;
	font-size:30px;
	line-height:32px;
	margin-top:10px;
	color:#15B1DA;
}
#content h2
{
	text-align:left;
	text-indent:10px;
	font-weight:100;
	font-size:18px;
	line-height:20px;
	color:#15B1DA;
	
	
	display:block;
	margin-bottom:7px;
}

#content p
{
	text-align:left;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	color:#0D6D86;
	
	
	display:block;
	margin-bottom:7px;
	
	background-image:url('../_img/glass.png');
}

#content ul
{
	margin-left:35px;
	list-style-type:none;
}

#content li
{
	text-align:left;
	font-weight:normal;
	font-size:16px;
	line-height:16px;
	line-height:20px;
	color:#0D6D86;
	margin-top:15px;
	
	padding-left:20px;
	background-image:url('../_img/pointer.png');
	background-position:left 7px;
	background-repeat:no-repeat;
}

ul#uslugi
{
	background-image:url('../_img/glass.png');
	padding:20px;
	padding-top:8px;
}

#uslugi li
{
	margin-top:4px;
	font-size:12px;
	line-height:13px;
}


#content_2 div.content-col
{
	height:200px;
}

#content_2 h1
{
	text-align:left;
	font-weight:500;
	font-size:30px;
	line-height:32px;
	margin-top:10px;
	color:#15B1DA;
}
#content_2 h2
{
	text-align:left;
	text-indent:10px;
	font-weight:100;
	font-size:18px;
	line-height:20px;
	color:#15B1DA;
	
	
	display:block;
	margin-bottom:7px;
}

#content_2 p
{
	text-align:left;
	font-weight:100;
	font-size:14px;
	line-height:20px;
	color:#0D6D86;
	
	
	display:block;
	margin-bottom:7px;
}

div.darker h1
{
	
	color:#003366 !important;
}

div.darker h2
{
	color:#0D6D86 !important;
}

div.darker p
{
	color:#003366 !important;
}


div.small-col
{
	width:300px;
	margin-right:10px;
	float:right;
	height:auto;
}


.content-mod
{
	display: block;
	font-family:Calibri;
	z-index:0;
	float:none;
	width:270px;
	height:170px;
	padding:5px 15px;
	margin-top:10px;
	margin-left:0px;
	
	-moz-box-shadow: 3px 3px 3px #ddd;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
	
	border:0px;
}

.content-mod:first-child
{
	margin-top:0px;
}

.content-mod h1
{
	color:#FFF !important;
}

.content-mod h2
{
	color:#FFF !important;
}

.content-mod p
{
	color:#FFF !important;
	background:none !important;
	font-size:15px !important;
}

.content-mod a
{
	color:#FFF !important;
}

div.big-col
{
	width:550px;
	margin-left:30px;
	float:left;
	
	background-color:transparent;
}

div.content-col:first-child
{
	margin-left:8px;
}

div.content-col h1
{
	text-align:left;
	font-weight:900;
	font-size:32px;
	line-height:34px;
	margin-top:10px;
	color:#FFF;
}

div.content-col h2
{
	text-align:left;
	text-indent:10px;
	font-weight:100;
	font-size:20px;
	line-height:24px;
	color:#FFF;
	
	
	display:block;
	margin-bottom:7px;
}

div.content-col p
{
	text-align:left;
	font-size:16px;
	color:#FFF;
}


div.content-col a.more
{
	display:block;
	float:right;
	margin-top:10px;
	text-align:right;
	font-size:14px;
	color:#003366 !important;
	background:#FFF;
	padding:5px 10px;
	width:50px;
	text-decoration:none;
}

div.content-col a.more:hover
{
	display:block;
	float:right;
	margin-top:15px;
	text-align:right;
	font-size:14px;
	color:#003366;
	background:#FFF;
	padding:5px 10px;
	width:50px;
	text-decoration:underline;
}

#footer
{
	font-family:Calibri;
	color:#FFF;
	font-size:14px;
	line-height:18px;
}

#copy
{
	float:left;
	text-align:left;
	width:600px;
	margin-left:20px;
}

#powerade
{
	float:right;
	text-align:right;
	width:40px;
	margin-right:20px;
	margin-top:-8px;
}

#footer a
{
	color:#FFF;
	text-decoration:none;
}

hr
{
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #d7f3fb;
}

/* ------------------------------------------------ */

form#kontaktForm
{
	display:block;
	margin:0px;
}

form#kontaktForm label
{
	display:block;
	text-align:left;
	font-size:13px;
	color:#FFF;
}

form#kontaktForm input
{
	padding: 5px 3px;
	margin-top:3px;
	margin-bottom:7px;
	text-align:left;
	border:1px solid #FFF;
	background:#FFF;
	
	font-size:14px;
	color:#036;
	text-align:center;
	float:left;
	width:240px;
}

form#kontaktForm textarea
{
	padding: 5px 3px;
	font-size:14px;
	color:#036;	
	border:1px solid #FFF;
}

form#kontaktForm
{
	padding:8px 5px;
	width:180px;
	float:left;
	height:19px;
	margin-left:5px;
}

div#wyslanoWiadomosc
{
	display:none;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	clear:both;
	padding-top:10px;
}

div#wiadomoscWyslana
{
	display:none;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	clear:both;
	padding-top:35px;
}

div#galeriaWrap
{
	text-align:center;
}

div#galeriaWrap img
{
	border: 5px solid #EEE;
	border-radius: 5px;
	margin:7px;
	opacity:0.8;
	
	-moz-box-shadow: 3px 3px 3px #ddd;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
}

div#galeriaWrap img:hover
{
	opacity:1.0;
}

div#galeriaWrap a
{
	text-decoration:none;
}

div.galeriaKadrWrap a
{
	display:block;
	float:left;
	width:200px;
	margin-left:10px;
	height:290px;
}

div.galeriaCertWrap a
{
	display:block;
	float:left;
	width:130px;
	margin-left:5px;
	height:190px;
}

div#galeriaWrap h2
{
	clear:both;
	padding-top:20px;
	font-size:22px;
}

div#galeriaWrap .kadrDesc strong
{
	display:block;
	font-size:16px;
	color:#999;
}

div#galeriaWrap .kadrDesc
{
	color:#AAA;
	font-size:12px;
}


/* ------------------------------------------------ */

form#newsletter
{
	display:block;
	margin: 10px 0px;
}

form#newsletter label
{
	display:block;
	text-align:left;
}

form#newsletter input
{
	padding: 5px 10px;
	margin-top:3px;
	text-align:left;
	border:1px solid #FFF;
	background:#FFF;
	
	font-size:16px;
	color:#036;
	text-align:center;
	float:left;
	height:37px;
	margin-left:3px;
}

form#newsletter input#email
{
	padding:8px 5px;
	width:180px;
	float:left;
	height:19px;
	margin-left:5px;
}

div#zapisanyNewsletter
{
	display:none;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	clear:both;
	padding-top:10px;
}

form#newsletter a
{
	display:block;

	color:#FFF;
	font-size:13px;
	text-decoration:underline;
	clear:both;
	padding-top:10px;
}

/* ------------------------------------------------ */

div.wpisBlogIntro
{
	text-align:left;
	margin-top:20px;
	margin-bottom:0px;
}

div.wpisBlogIntro a
{
	text-decoration:underline;
	text-align:left;
	
	font-size:24px;
	font-family:Georgia;
	line-height:28px;
	color:#15B1DA;
}

div.wpisBlogIntro p
{
	text-align:justify !important;
	font-size:15px !important;
	line-height:20px !important;
	color:#0D6D86 !important;
	text-indent:10px !important;
}

/* -------------------------------------------------- */

div.qr
{
	padding-top:10px;
	background-image:url('../_img/qr-back.png');
	background-repeat:no-repeat;
	background-position:center bottom;
}

img.ilustracja
{
	width:250px;
	float:right;
	margin:5px 10px;
	border: 5px solid #EEE;
	border-radius: 5px;
}

/* ------------------ Koronawirus Modal ------------- */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  z-index: 9999;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 4px solid #2F226A;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 930px;
  text-align: center;
  box-sizing: border-box;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------------------------- */

/* ---------------------- Google reCAPTCHA ---------- */

.g-recaptcha {
    transform:scale(0.82);
    transform-origin:0 0;
}

/* -------------------------------------------------- */
