body
{
	/* Background pattern from subtlepatterns.com */
	background-color: #d8e3fa;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin: 0 !important;
}

.wrapper
{
	width: 100%;
}

.header
{
	width:100%;
	padding: 20px 0;
}

.tytul
{
	width: 100%;
	text-align: center;
	font-family: Tahoma;
	font-size: 38px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #b00000;
	line-height: 1.2em;
}

.podtytul
{
	width: 100%;
	text-align: center;
	font-family: Tahoma;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #b00000;
	line-height: 1.2em;
}

.nav
{ 
	width: 100%;
	padding: 10px 0;
	background-color: navy;
	text-align: left;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	margin-left: 0%;
}

.content
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 0px;
}


.footer
{
	text-align: center;
	background-color: #D6D7D9;
	padding: 30px;
}

.sticky
{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	height: 35px;
	line-height: 200%;
	text-align: center;
	display: inline-block;
	margin-left: 21%;
	margin-right: 21%;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: 150px;
	height: 40px;
	border-right: 1px dashed #BFD1FF;
}

ol > li:first-child
{
	border-left: 1px dashed #BFD1FF;
}

ol > li:hover
{
	background-color: #BFD1FF;
}

ol > li:hover > a
{
	color: #451717;
}

ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color:#3B52FF;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #3B52FF;
}

ol > li > ul > li:hover
{
	background-color: #BFD1FF;
}

ol > li > ul > li:hover > a
{
	color: #451717;
}

.postcard
{
	display: inline-block;
	width: 500px;
	text-align: center;
	padding: 0px;
	float: right;
	margin-top: 20px;
  	margin-left: 40px;
	margin-bottom: 20px; 
	 box-shadow: 5px 5px 10px
}

.photo5
{
	width: 640px;
	overflow: hidden;
	float: center;
	text-align: center;
	margin-right: auto;
  	margin-left: auto;
}

.photo5 img
{
	transition: all 0.9s ease-in-out;
}

.photo5:hover img
{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.postcard_m
{
	display: inline-block;
	width: 130px;
	text-align: center;
	padding: 0px;
	float: right;
	margin-top: 10px;
  	margin-left: 0px;
	margin-bottom: 10px; 
	 box-shadow: 5px 5px 10px
}

.photo_m
{
	width: 130px;
	
	overflow: hidden;
}

.photo_m img
{
	transition: all 0.9s ease-in-out;
}

.photo_m:hover img
{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.container
{
	background-color: white;
	width: 300px;
	padding: 40px 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	text-align: center;
}

input[type=text],
input[type=email],
input[type=password]
{
	width: 200px;
	background-color: #efefef;
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-size: 20px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus
{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	border: 2px solid #a5a6cd;
	background-color: #ebe9f3;
	color: #3a2681;
}

input[type=submit]
{
	width: 200px;
	background-color: #3a2681;
	font-size: 20px;
	color: white;
	padding: 15px 10px;
	margin-top: 10px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
}

input[type=submit]:focus
{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
}

input[type=submit]:hover
{
	background-color: #939df8;
}

.komunikat
{
	background-color: white;
	width: 900px;
	padding: 40px 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	text-align: center;
}

.opis
{
	background-color: white;
	width: 50%;
	padding: 40px 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	text-align: justify;
	line-height: 1.5em;
}

.table{
	width: 96%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1%;
	margin-left: auto; 
	margin-right: auto;
}

.table td,th {
	font-size: 18px;
	border-top: 1px solid #ddd;
	padding: 5px 12px;
	text-align: left;
	vertical-align: middle;
}

.table tbody tr:nth-child(even) td {
	background-color: #fcfafa;
}

a {
	color: #47c;
}

.error
{
	color:red;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}

.linki
{
	color:navy;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
}

  .button{
	  text-decoration: none;
	  text-align: center;
	  color: #1539b1;
	  border: 2px solid #3c74be;
	  border-radius: 4px;
	  position: relative;
	  width: 150px;
	  line-height: 40px;
	  display: inline-block;
	  font-family: Arial;
	  font-weight: 600;
	  overflow: hidden;
  }
  .button:before {
	  content: "";
	  background-color: rgba(255,255,255,0.5);
	  height: 100%;
	  width: 40px;
	  display: block;
	  position: absolute;
	  top: 0;
	  left: -70px;
	  transform: skewX(-45deg) translateX(0px);
	  transition: none;
	}
  .button:hover{
	  background-color: #3c54be;
	  color: #ffffff;
	  border-bottom: 2px solid #313898;
  }
  
  .button:hover:before{
	  transform: skewX(-45deg) translateX(250px);
	  transition: all 0.4s ease-in;
  }


.button_m{
	text-decoration: none;
	text-align: center;
	color: #1539b1;
	border: 2px solid #3c74be;
	border-radius: 4px;
	position: relative;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	font-family: Arial;
	font-weight: 600;
	overflow: hidden;
}
.button_m:before {
	content: "";
	background-color: rgba(255,255,255,0.5);
	height: 100%;
	width: 40px;
	display: block;
	position: middle;
	top: 0;
	left: 0px;
	transform: skewX(-45deg) translateX(0px);
	transition: none;
  }
.button_m:hover{
	background-color: #3c54be;
	color: #ffffff;
	border-bottom: 2px solid #313898;
}

.button_m:hover:before{
	transform: skewX(-45deg) translateX(250px);
	transition: all 0.4s ease-in;
}

p.dashed {
	border-style: dashed; 
	border-width: 4px;
	border-color: #802b2b;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: rgb(255, 248, 183);
	padding: 40px 50px;
	text-align: center;

}