body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Verdana', sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	
	font-family: 'Verdana', serif;
	font-weight: normal;
	color: #F6B300;
}
h1.title{
text-transform:uppercase;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

.menu-h4 {
  margin: -15px 0 -15px -10px; 
  font-size: 22px; 
  color: #000000; 
  text-shadow: 1px 1px 15px black; 
  text-transform: uppercase;
}

.mmenu-h4 {
  margin: 15px 0 -15px 10px; 
  font-size: 22px; 
  color: #000000; 
  text-shadow: 1px 1px 15px black; 
  text-transform: uppercase;
}

.menu-h4-kontakt {
  margin: -15px 0 25px -10px; 
  font-size: 22px; 
  color: #000000; 
  text-shadow: 1px 1px 15px black; 
  text-transform: uppercase;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color:black;
}

a:hover {
  color:rgb(247,179,0);
}

.blackie{
 color:#000000;
}
.blackie a{
 color:#000000;
}


/* Header */

#header-wrapper {
	
}

#header {
	clear: both;
	margin: 0px auto;
  max-width: 1000px;
}

#header img {
  max-width: 90%;
  padding:10px 0px;
}

/* Logo */

#logo {
	margin: 0px;
	padding: 10px 0px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 49px;
	color: #323030;
	letter-spacing: -2px;
}

#logo span {
	color: #F6B300;
}

#logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Verdana', serif;
	color: #3B3B3B;
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #323030;
}

/* Search */

#search {
	width: 320px;
	height: 60px;
	padding: 0px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	font-family: 'Verdana', sans-serif;
	color: #454545;
}

#search-submit {
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
  display: block;
	overflow: hidden;
	height: 56px;
	background: #3E282A;
	border-top: 1px solid #3D2729;
}   

@media only screen and (max-width: 768px) {

    #menu-wrapper {
        display: none;
    }
    #header {
        text-align:center;
    }
}

#menu {
	max-width: 1000px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #543E40;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	margin: 0px 5px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Verdana', serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #F6BA00;
	border-radius: 8px;
	text-decoration: none;
	color: #3D2729;
}

#menu .current_page_item a {
	background: #F6BA00;
	border-radius: 8px;
}

#menu-wrapper2 {
	overflow: hidden;
	height: 24px;
	background: #F1EDE4;
	border-top: 5px solid #E7DFD7;
}

#menu2 {
	max-width: 1200px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
}

#menu2 ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;

}

#menu2 li {
	float: left;
    color: #000000;
    padding:0px 15px;
}

#menu2 a {
	display: block;
	margin: 4px 10px;
	padding: 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: 'Verdana', serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu2 a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

/* Page */

#page {
	overflow: hidden;
	max-width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
}

/* Content */

#content {
	float: right;
	max-width: 100%;
}

.post {
	margin-bottom: 15px;
	padding: 30px 40px;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background-color:#F8F7F3;
}

@media only screen and (max-width: 768px) {
.post {
  margin-bottom: 15px;
	padding: 10px 10px;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background-color:#F8F7F3;
}
}




.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 24px;
  color:#000000;
}
@media only screen and (max-width: 768px) {
.post .title {
	font-size: 18px;
}
}
.post .title a {
	border: none;
	color: #3D2729;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}



.button
{
	padding: 10px 25px;
	background: #3E282A;
	border-radius: 5px;
	
	font-size: 12px;
}

/* Sidebar */

.sidebar {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 40px 30px 0px 30px;
	color: #787878;
	border: 1px solid #E7DFD7;
	border-radius: 8px;
	background: #F1EDE4;
	margin-bottom: 20px;
	background-color: #f1ede4;
	background-repeat:no-repeat;
}

.sidebar ul {
	margin: 0;
	padding-top: 30px;
  padding-left: 0px;
	list-style: none;
 	padding-bottom: 50px;
}


.sidebar li {
	border-bottom: 1px solid #E7DFD7;
	margin: 0px 0px;
	padding: 10px 0px;
	border-left: none;
}

.sidebar li a {
	color: #3B3B3B;
}

.sidebar li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

.sidebar h2 {
	padding-bottom: 20px;
	font-size: 1.8em;
	color: #3D2729;
}

.sidebar p {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: justify;
}

.sidebar a {
	border: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 25px;
	margin: 0 auto;
  clear: both
	padding: 0px 0 15px 0;
  margin-bottom:15px;
	background-color: white;
	border-top: 5px solid #E7DFD7;
	font-family: 'Verdana', serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}
#footer a:hover {
	color: #666666;
}
.copy {
  padding-top:10px;
  margin-bottom:0;
  padding-bottom:0;
  color: #000000;
}

#banner {
	max-width: 1000px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
	z-index:-1;
	position:relative;
	left:0px;
	top:0px;
  max-width:100%;
}

.emailb
{
	position:relative;	
	z-index:0;
	text-align:left;
	bottom:60px;
    left:70px;
    font-size: 20px;
    color:white;	
}



@media only screen and (max-width: 768px) {
.emailb
{
	position:static;
}
#banner {
	width:100%;
  text-align:center;
	margin: 0px auto;
}
}
.emailb:hover
{
	text-decoration: underline;
}

input,textarea,select {
	width: 300px;
	border: 1px solid #E7DFD7;
	font: 1em Verdana; 
	color:#3B3B3B;
} 

input:focus,textarea:focus,select:focus {
	border: 1px solid #3B3B3B;
	font: 1em Verdana; 
	color:#3B3B3B;
}

blockquote {
	border-left:2px solid #680000;
	color:#680000;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:20px 0 20px 10px;
	padding:0 10px 0 10px;
	text-align: justify;
}

.links {
	display: inline-block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}  
.links{	
  color: #3B3B3B;	
  text-decoration: none;	
  -webkit-filter: grayscale(1);	
  float: left; 	
  margin-top: 50px;	
  margin-right: 45px;	
  filter: grayscale(100%);
}  
.links:hover{	
  color: #F6B300;	
  filter: none;	
  -webkit-filter: grayscale(0);
}

.links_new{
	display: inline-block;
	height: 150px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
  border-radius: 8px;
	font-weight: normal;
  color: #3B3B3B;	
  text-decoration: none;	
  -webkit-filter: grayscale(1);	
  float: left; 	
  margin-top: 5px;	
  margin-right:10px;	
  filter: grayscale(100%);
}  
.new_h3{
	font-size: 21px;
  color: #000000;	
  letter-spacing: -1px;
}
.new_h3:hover{
  color: #F6B300;	
}

.links_new:hover{	
  color: #F6B300;	
  filter: none;	
  -webkit-filter: grayscale(0);
}
.links_zaj{	
  height:133px;
  color: #3B3B3B;
  padding-top:5px;	
  text-decoration: none;	
  -webkit-filter: grayscale(1);	
  float: left; 	
  margin-top:5px;
  margin-right:10px;	
  filter: grayscale(100%);
}
.h3-glowna{
	font-size: 22px;
  text-align: center;
  color: #000000;
  font-family: "Verdana",serif;
  font-weight: normal;
  letter-spacing: -2px;
  margin: 0px 0px 15px 0px;
  padding: 0;
  text-transform: uppercase;
}
.right{
  width: 100%; 
  float: right;
}
.left{
  width: 33%; 
  float: left;
} 
.zajawka{
height:25px;margin-top:0px;margin-right:10px;padding-top:0px;
}


@media only screen and (max-width: 768px) {
 .right{
  width: 100%; 
  float: none;
}
 .left{
  width: 100%;  
  float: none;
}
 .sidebar{
  display: none;
}
.new_h3{
  font-size: 18px;
  color: #000000;	
  letter-spacing: -1px;
  margin-bottom: 10px;
}
#menu-wrapper2 {
	height: auto!important;
  padding:3px 10px;
}
#menu2 a{
  font-size:16px;
}
.links_new{
float:left;
}
    
    #menu2 {
        height: auto;
    }
    
    #menu2 ul {

    column-count: 2;
}
    
    #menu2 li {
        float: none;
            padding: 2px 15px;
    }
}
@media only screen and (max-width: 480px) {
       #menu2 ul {

    column-count: 1;
} 
}

.clearfix:before, .clearfix:after { content: ""; display: none; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.page-navigation{
 .display:none;
}
.back {
	min-height:60px;
	background-color: #f1ede4;
  background-repeat: no-repeat, repeat;  
  border-radius:8px;
  margin-bottom:5px;
  display:none;
}


/*nav ul {
	list-style:none; 
	padding:0; 
	margin:0; 		
	font-size:0;
	display: block;		
}
*/
/*
nav ul li {
	display: inline-block;		
	max-width:100px;
	min-width:15%;
	text-align:center;
}
*/
/*	
nav ul li a {
	font:bold 14px/60px 'Verdana', sans-serif;
	color:#000;
	height:60px;
	display: block;
	text-decoration: none;		
}
*/
/*
nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	background: rgb(241,231,103); 
	color:#333;
	box-shadow:-4px 0 3px -3px rgba(0, 0, 0, 0.6) inset,4px 0 3px -3px rgba(0, 0, 0, 0.6) inset;
}
*/
/*
#input-toggle {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
#input-toggle2 {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
#input-toggle3 {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
#input-toggle4 {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
}
*/
/*
.navigation-toggle { 
	display:none;
	width:44px; 
	height:33px; 
	margin:5px; 
	text-align:right; 
	border-radius:4px; 
	border:1px solid #404040; 
	color:#FFFFFF; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
	padding-top:10px; 
  position:relative;
  float:right;
  z-index:1;
	cursor:pointer; 
}
*/
/*
.navigation-toggle span { 
	background-color: #000; 
	border-radius: 1px 1px 1px 1px; 
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
	display:block; 
	height:2px; 
	width:18px; 
	margin:4px auto; 
}
*/
/*
nav ul {
	margin-top:55px;
	overflow: hidden;				
	max-height:0;
	transition:max-height 0.35s ease 0s;
	-webkit-transition:max-height 0.35s ease 0s;
	-moz-transition:max-height 0.35s ease 0s;
}
nav #input-toggle:checked + .mmenu-h4 + ul {
	max-height:500px;
}
nav #input-toggle2:checked + .mmenu-h4 + ul {
	max-height:500px;
}
nav #input-toggle3:checked + .mmenu-h4 + ul {
	max-height:500px;
}
nav #input-toggle4:checked + .mmenu-h4 + ul {
	max-height:500px;
}
nav ul li {
	border:0;
	width:100%;
	max-width: 100%;
	min-width:0;
}
*/
@media only screen and (max-width: 768px) {
.back {display:block;}
.navigation-toggle{display:block;}
.page-navigation{display:block;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.responsive-image {max-width:90%;}
}
#menu{
max-width: 1000px;
	}
	      #submenu {
        position: absolute;
        display: none;
        background-color: #3E282A;
        width: auto;
        z-index:1000;
      }
      
      #submenu li {
        height: 25px;
        display:block;
        border-right:none;
        float:none !important;
      }
      
      #submenu li a {
        padding:3px;
        color:white;
        text-align:left !important;
        font-size:12px !important;
      }
      
      #rodzic:hover #submenu {
        display: block;
      }
      
      .menu ul li a {
       background-color: transparent;
       
      }
      
      .menu ul li a:hover {
       background-color: transparent;
      }
      .site-wide{
      width:998px;
      padding: 30px 0px;
      }
      .site-wide p{
      color: #3b3b3b; 
      margin-left: 30px;
      }
      .emailc {
    position: relative;
    z-index: 0;
    text-align: left;
    bottom: 224px;
    left: 310px;
    font-size: 24px;
    color: white;
}


/*test */

/* Add a black background color to the top navigation */
.topnav {
	background-color: #333;
	overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  /* Add an active class to highlight the current page */
  .active {
	background-color: #F7B300;
	color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
	display: none;
  }
  
  /* Dropdown container - needed to position the dropdown content */
  .dropdown {
	float: left;
	overflow: hidden;
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content, .dropdown-content-1, .dropdown-content-2, .dropdown-content-3 {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Style the links inside the dropdown */
.dropdown-content a,   .dropdown-content-1 a,   .dropdown-content-2 a,   .dropdown-content-3 a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover,  .dropdown-content-1 a:hover,  .dropdown-content-2 a:hover,  .dropdown-content-3 a:hover {
	background-color: #ddd;
	color: black;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content,  .dropdown:hover .dropdown-content-1,  .dropdown:hover .dropdown-content-2,  .dropdown:hover .dropdown-content-3 {
	display: block;
  }
  
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 767px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
	  display: none;
	}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 767px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: -2px;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown-content-1 {position: relative;}
	.topnav.responsive .dropdown-content-2 {position: relative;}
	.topnav.responsive .dropdown-content-3 {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
	  display: block;
	  width: 100%;
	  text-align: left;
	}
  }


  @media (max-width:767px) {
	  #myTopnav {display:block !important;}
  }
  @media (min-width:767px) {
	  #myTopnav {display:none !important;}
  }

  .boxy{
	  padding-bottom:30px;
  }
  .boxy .box{
	  max-width:31%;
	  display:inline-block;
  }
  .boxy .box img {
    width: 100%;
   
    box-shadow: 2px 4px 10px rgb(0 0 0 / 46%);
}
.boxy .b2{
	margin-left:20px;
	margin-right:20px;
}

.boxy a.button {
    border: 0;
    background:transparent !important;
    width: 95%;
    padding: 10px;
    max-width: 260px;
    display: block;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
   
    margin-top: 7px;
	
	text-transform: normal;
}
.boxy a.button h3{
	font-size:18px;
	color:#000;
	text-transform: normal;
	letter-spacing:0;
}

@media(max-width:800px){
	.boxy .box{
		max-width:100%;
		display:block;
	}
	.boxy a.button {
		border: 0;
		
		width: 100%;
		padding: 10px;
		
		display: block;
		border-radius: 10px;
		text-align: center;
		margin: 0 auto;
		margin-top: 7px;
	
		text-transform: normal !important ;
		
	}
	.boxy .box{
		margin-bottom:40px;
	}

}



.ostatnieHeader{
	text-align:center;
	color:#000;
	margin-top:40px;
	display:block;
}
.ostatnieWpisy {
	margin-top:30px;
}
.ostatnieWpisy .wpisy{
	max-width:31%;
	display:inline-grid;
}
.ostatnieWpisy .wpisy.w2{
	margin-left:20px;
	margin-right:20px;
}
.ostatnieWpisy .wpisy h4 {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 10px;
	text-align:left !important;
}
.ostatnieWpisy ul li{
	padding-bottom:10px;
}
.new-boxes {
    display: flex;
    align-items: center;
	margin-top: 40px;
}
.desc-box h2 {
    font-size: 24px;
    letter-spacing: 0;
    color: #000;
}
.desc-box hr {
    width: 70px;
    margin: 15px 0;
    background: #f7b300;
    border: 1px solid #f7b300;
}
a.cta-butt {
    background: #f7b300;
	border:1px solid #f7b300;
    padding: 9px 26px;
    border-radius: 20px;
    color: #fff;
	transition:0.4s ease;
}
a.cta-butt:hover {
	transition:0.4s ease;
    background: transparent;
    color: #f7b300;
}

p.sp-buttons {
    margin-top: 25px;
}
.new-boxes div {
    width: 50%;
}
a.readmore {
    margin-left: 10px;
    border: 1px solid #f7b300;
    padding: 9px 26px;
    border-radius: 20px;
    color: #f7b300;
	transition: 0.4s ease;
}
a.readmore:hover {
    transition: 0.4s ease;
    background: #f7b300;
    color: #fff;
	cursor:pointer;
}
.praca-magisterska-content {
    display: none;
    margin-top: 40px;
}
.praca-magisterska-content h2 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0;
    margin: 20px 0;
}
.right{text-align:right;}
.praca-magisterska-content h3 {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 16px;
}
@media(max-width:800px){
	.ostatnieWpisy .wpisy{
		max-width:100%;
		display:block;
	}
	.ostatnieWpisy .wpisy.w2{
		margin-left:0;
		margin-right:0;
	}
	.ostatnieWpisy ul li{
		padding-bottom:0;
	}
    
    .formularz input, .formularz textarea, .formularz select {
        width: auto;
    }
    
    
    .formularz select {
        font-size: 8px;
    }
.new-boxes {
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
}
.desc-box {
    margin: 10px 0px;
}
.img-box {
    width: 100%;
}
.new-boxes div {
    width: 100%;
}
.img-box img {
    max-width: 100%;
}
.order1{order:1;}
.order2{order:2;}
}

.spis_tresci {
	border: 1px dotted #555; 
	padding: 15px 50px;
	text-align:left;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.spis_tresci h3 {
	font-size: 19px;
	text-align:center;
	color: #333 !important;
	margin-bottom: 12px;
}

.spis_tresci > ol > li {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight:400;
}