html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 56px;

	margin-bottom: 60px;
	background-color: #f2f2f2;
	font-size:0.95rem;
}

section {
	padding: 80px 0;
}

img {
	max-width: 100%;
	height: auto;
}

pre, code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}

.fixed {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}


.plugin-content ul{margin: 0;
padding: 0 20px;}

.plugin-content ul li a{ color:#000}

h1.title,
h2.title {font-size: 2rem;padding: 0 4px 0 40px;    font-family: 'Oswald', sans-serif;}
h2 {font-size: 1.4rem;padding: 0 0 0 5px;    font-family: 'Oswald', sans-serif;line-height: 2.2;}
h3 {font-size: 1.2rem;padding: 0 0 0 5px;    font-family: 'Oswald', sans-serif;line-height: 1.8;}
h2.plugin-label{font-weight:700;font-size:1.6rem!important;padding: 0 4px 0 5px;    font-family: 'Oswald', sans-serif;}
h1.title,
h2.title {
	    padding-right: 20px;
	margin-bottom:18px;
    background: #007bff;
color: #fff;
box-shadow: 5px 5px 0 #0263cb;
font-weight:700;
display: inline-block;
line-height:1.3em
}


.plugin{margin:0 0 10px}
input[type="text"]{
    height: 38px;
	width:70%;
float: left;
	outline: none;
	font-size: 0.9rem;
	border: 1px solid rgba(153,153,153,0.7);
    padding: 0 20px;
}
	
input[type=button]{
    background: transparent;
    top: -1px;
	border-left:0;
  border-top: 1px solid rgba(153,153,153,0.7);
  border-right: 1px solid rgba(153,153,153,0.7);
  border-bottom: 1px solid rgba(153,153,153,0.7);
    padding: 5px 16px;
    text-transform: uppercase;
    height: 38px;
	width:30%;
    font-size: 14px;
    line-height: 28px;
    transition: all 0.1s ease-in-out;
    right: 10px;
}

blockquote {
        padding: 10px 20px;
        margin: 0 0 20px 20px;
        border-left: 5px solid #eee;
        font-style: italic;
}


/* Paginator */
.paginator {
	margin-top: 20px;
	margin-bottom: 80px;
}

/* Nawigacja */
.navbar{ text-transform: uppercase !important;}
.navbar-nav{font-size:1.2rem;text-transform: none!important;}
#naglowek{display: grid;grid-template-columns: 1fr 3fr;}

.nav-item a:hover{    background-color: #f1f1f1;
    color: #3d3d3d!important;}

img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

.navbar-brand{font-size: 1.50rem!important;font-family: 'Oswald', sans-serif;font-weight: 600;text-transform: uppercase;}
.navbar-brand span:hover{color:#007bff!important}

.wyszukiwarka {display:grid; grid-template-columns: 3fr 1fr;width: 300px;line-height: 1.5;height: 36px;    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;}
.form{    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;

    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
	
	.form:focus{
		color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	}


	.przycisk {
		display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		
		color: #007bff;
    border-color: #007bff;}
	.przycisk:hover{    color: #fff;
    background-color: #007bff;
    border-color: #007bff;}

.navbar-expand-md>.container{padding-right:15px!important;padding-left:15px!important}
.row {display: grid;grid-template-columns: 2fr 1fr;}

/* Stopka */

.pr {
display: inline-block;
  height: 10px;
  border-radius: 0px;
}

footer {
	position: relative;

	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

footer a {color:#fff}
footer a:hover {color:#ffeecc;}
/* Home - Header */
header.welcome {
	padding: 100px 0;
}

/* Home - Page */
section.home-page:nth-child(even) { /* Alternate the background color */
	background: #FAFAFA;
}

.page-cover-image {
	background-size: cover;
	background-position: center;
}

.page-description {
	color: #b5b5b5;
	font-style: italic;
}

#tx{
	padding: 2.7em;
        margin: 1em 1em 0 1em;
	background-color:#fff;  
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position:relative;
	height:0;
}
.video-embed iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media (min-width: 1200px){
.container {
    max-width: 1240px!important;
}}

@media (min-width: 992px){
.container {
    max-width: 1060px;
}}
@media (max-width: 650px){
#naglowek{grid-template-columns: 1fr;}.wyszukiwarka{    height: unset;}}

@media (max-width: 520px){
	
	
	footer{
		height: 120px;
	}
}

.cc_container {
    display: grid;
    grid-template-columns: 4fr 1fr;
    box-shadow: rgb(50 50 50 / 25%) 0px 0px 5px;
    padding: 15px 20%!important;
    align-items: center;
    justify-content: center;
    grid-template-rows: 1fr;
    background: #fdfdfd!important;
}

.cc_container .cc_btn{
	height: 34px;
	background-color:#007bff!important;
	    color: #fff !important;
	box-shadow: 3px 3px 0 #0263cb;
	grid-column: 2;
    grid-row: 1;
	width: 60%!important;
    margin-left: 20%!important;
    max-width: 150px!important;
}
.cc_message a:hover, .cc_message a:active {
	    text-decoration: underline!important;
		color:#007bff!important
} 

.cc_container .cc_message {
	color: #1c1c1c;
    grid-column: 1;
	grid-row: 1;
}

@media (max-width: 1800px){
	.cc_container{
		padding: 15px 18%!important;
	}
}

@media (max-width: 1640px){
	.cc_container{
		padding: 15px 15%!important;
	}
}

@media (max-width: 1640px){
	.cc_container{
		padding: 15px 13%!important;
	}
	.cc_container .cc_btn {
		width: 70%!important;
	}
}

@media (max-width: 1400px){
	.cc_container{
		padding: 15px 9%!important;
	}
}

@media (max-width: 1100px){
	.cc_container{
		padding: 15px 6%!important;
	}
	.cc_container .cc_btn {
    width: 92%!important;
}
}
@media (max-width: 991px){.row {display: grid;grid-template-columns:1fr;}}
@media (max-width: 500px){
	.cc_banner{    font-size: 1.5em!important;}
	.cc_container .cc_message{grid-column:span 2}
	.cc_container .cc_btn {grid-column: span 2;margin-top: 10px;
    grid-row: 2;height:30px;    margin-left: 0!important;}
	
	
}