/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body { 
	font:300 17px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.scrolly img {
	position: absolute;
	bottom: 50px;
}

.copyright li {
	display: block !important;
} 

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}




/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
 
.ctn-txt {
	
	text-align: center;
	margin-bottom: 20px; 
}

h3.title { 
	
	font-size: 42px;  
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

#header {
	position: static;
	height: 100%;
	background: #636363 !important;
}

#banner {
	
	padding-top: 100px !important;
}

	.menu {
		display:none;
	}


}





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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


 #header {
 	
 	background: rgba(0, 0, 0, 0.2) !important;
 	
 }

.wrapper.style3 strong, .wrapper.style3 b {
	
	color: #000 !important;
}
 
section.special, article.special, ul, p  {
	
	padding: 10px 20px;
	
}

table {
	
	width: 96%;
    margin: 0 auto;
	
	
}



.major, .copyright {
	
	text-align: center !important;
	
}

.menu li {
    padding: 0 10px !important;
	line-height: 1.8em !important;
}

.inner p {
	
	text-align: center;
}

h3.title {
	
	text-align: center;
		padding: 10px 0 40px 0;
	
}
 
#content ul {
	
	padding-left: 40px;
	
}   
 
#content ul li {
	 padding-left: 30px;
	 list-style: none;
	 background-image: url('/wp-content/uploads/2026/01/ar.png') ;
	 background-repeat: no-repeat;
	 background-position: 0 50%;
}

 #banner .inner {

 padding-top: 100px !important;

}

 .cennik td {
    border: 1px solid #000;
}

table thead {
	
	border-bottom: 1px solid #000 !important;
	
}

/*
 * Caption component
 */
.caption {
    position: relative;
    overflow: hidden;

    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.caption__overlay {

	cursor: pointer;
}

.caption {
	
	margin-bottom: 30px !important;
} 

.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(255, 255, 255, .5);
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    color: #000; 

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}


.caption__overlay__title {
	
	background: rgba(255, 255, 255, .5);
	margin-top: 10px;
	padding: 5px;
}


.caption__overlay__content {
	
	padding: 0 10px;
	
}


.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
	text-align: center;
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay__title { 
	
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__content {
	
	color: #000;
}



article p {
	margin-bottom: 0;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}




.MeteorDodatek{ 
	
	width: 600px;
	margin: 0 auto;
	
	
	
	}


 @media screen and (min-width: 801px) and (max-width: 2000px) {



.MeteorDodatek{



width: 520px;

margin: 0 auto;

	

}



 }

 

 .logos {
 	
 	padding: 10px 0 10px 0;
 }
 
 .btn-mobi {
 	cursor: pointer;
 	display: none;
 } 
 
  @media screen and (min-width: 150px) and (max-width: 770px) {

 
 section.special, article.special, ul, p, #content {
 	
 	padding: 5px !important;
 }

	  
	  .menu li {
		  text-align: center !important;
		  display: block;
		  float: none;
		  
	  }	  
	  
	  
.gallery-item {
	
	width: 100% !important;
	
} 

	
  
	  
	  
#gallery-1 .gallery-item {
     float: none !important; 
     margin-top: 10px; 
     text-align: center !important; 
}

.icon-mb { 
	text-align: right;
	
}

 #menu-menu-glowne {
 	
 	display: none;
 }


.btn-mobi {
	display: block;
	float: right;
	padding-top: 25px;
	
}

.menu-all {
	
	clear: both;
}

#menu-menu-glowne li{
	text-align: center;
	float: none;
	display: block;
	
	 
}

.MeteorDodatek{



width: 450px;

margin: 0 auto;

padding-bottom: 50px;

}



 }
 
 
 
  @media screen and (max-width: 600px) {

   

      table.cennik thead {
        display: none;
      }

      table.cennik td {
        display: block;
        position: relative;
        padding-left: 50%;
        padding-top: 13px;
        padding-bottom: 13px;
        text-align: left;
        background: #e9e9e9;
      }
     
      .cennik tr {

      border-top: 7px solid #fff;
    }

      .cennik td {

     font-weight: bold !important;
 }
      table.cennik td:before {
        content: attr(data-th) " :";
        display: inline-block;
        color: #000000;
        border-right: 2px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 70%;
        max-height: 100%;

        font-size: 16px;
        font-weight: 300;
        padding-left: 13px;
        padding-top: 13px;
      }
    }
 

   @media screen and (min-width: 150px) and (max-width: 449px) {



.MeteorDodatek{



width: 250px;

margin: 0 auto;

padding-bottom: 50px;

}



 }

 


 
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
