
* {padding:0;margin:0;}




html {
	width:100%;
	height:100%;
}



body {
	font-family: Ubuntu, Arial;
	font-size:15px;
	width: 100%;
	background: #141414;
	background-attachment: fixed; 
	background-size: cover;
	padding: 1px 0px;
}

h1{

	text-align: center;
	text-decoration: none;
    font-family: 'plaster', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
    color:white;
	font-size:30px;
	}

h2{

	text-align: center;
	text-decoration: none;
    font-family: 'plaster', sans-serif;
    color:tomato;
	font-size:24px;
	margin-bottom:10px;
}

h3{

	text-align: left;
	text-decoration: none;
    font-family: 'plaster', sans-serif;
    color:tomato;
	font-size:20px;
	margin-bottom:10px;
}






.container {  
  
	margin:0 auto;   
	background: #141414;

}



header {

	width:100%;
	color:#EEEEEE;
	border:0px none #1c1c1c;
	margin-top: 60px;
   
}
    
section {

	margin: 0 auto;
	float: left;

}
    
    
    
#main {
	float: left;
	margin:0;
	text-indent: 0;
	border: none;

}  
    
    
    
.lewy{
	margin:0 auto;
	background:#1c1c1c;
	border:1px none red;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	font-family: 'Ubuntu', sans-serif;
	color:#EEEEEE;
	font-size:16px;

	
}

.lewy a{

    text-align: center;
	text-decoration: none;
    font-family: 'ubuntu', sans-serif;
    color:#EEEEEE;
	font-size:16px;
    line-height: 150%;

}
.lewy p{

    text-align: left;
	text-decoration: none;
    font-family: 'ubuntu', sans-serif;
    color:#EEEEEE;
	font-size:16px;
    line-height: 150%;
    margin-bottom:20px;
}


	
a:hover {

color: tomato;
}




    
aside {
	float: right;
	margin:0 auto;
	display:block;
	font-family: 'Ubuntu', sans-serif;
}



  
.prawy{
    margin-top:10px;
    margin-bottom:10px;
	background:#1c1c1c;
	color:#EEEEEE;
	vertical-align:middle;
	border:1px none red;
	padding:5px;
    text-align: justify;
    padding: 10px;
    height: 520px;
}

.prawy a{

    text-align: center;
	text-decoration: none;
    font-family: 'ubuntu', sans-serif;
    color:#EEEEEE;
	font-size:16px;
    line-height: 150%;
    margin-bottom:20px;

}
.prawy p{

    text-align: left;
	text-decoration: none;
    font-family: 'ubuntu', sans-serif;
    color:#EEEEEE;
	font-size:16px;
    line-height: 150%;
    margin-bottom:20px;
}



.prawy a:hover {

color: tomato;
}


    
    
 video{
	display:block;
	background:#454545;
	width:auto;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
	padding:0 auto;
}
	
img: scaled {
	margin-left: auto;
	margin-right: auto;
	margin:0 auto;
}



hr{
	height:1px;
	background:silver;
	border:0px;
	float:center;
	margin-top:30px;
	margin-bottom:30px;
}




span   {
	text-decoration:none;
	color:#EEEEEE;
	line-height: 150%; 
	font-family: 'plaster', sans-serif;
}



b	{
	text-decoration:none;
	color:silver;
	font-weight:bold;

	}














/*     **************  menu responsywne                   menu responsywne                   menu responsywne                   menu responsywne                   menu responsywne  **********************       */      





.topnav {
	overflow: hidden;
	position: fixed; 


	    	
}



.topnav a {
	float: left;
	display: block;
	font-family: 'ubuntu', sans-serif;
	color: #eeeeee;
	text-align: center;
    margin-top: 5px;
	padding: 5px 16px;
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
	width:auto;
	border-right:1px solid #191919;
	border-bottom:1px solid #191919;
	background-color:  rgba(0, 0, 0);



}



.topnav a:hover {
	background-color: #eeeeee;
	color: black;
}

.topnav a.active {
	background-color: tomato;
	color: #eeeeee;
    font-weight: bolder;
}



.topnav .icon {
	display: none;
}



/* Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka      */



/* Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka    Stopka      */



footer {
	clear: both;
	background-color:#141414;
    border:1px none #ececec;
    vertical-align: text-top;

}



.footer-stopka{
	box-sizing: border-box;
	width: 100%;
	height:auto;
	text-align: justify;
	font: lighter 10px 'Ubuntu Condensed';
}


.footer-stopka .kolumna-a,
.footer-stopka .kolumna-b,
.footer-stopka .kolumna-c,
.footer-stopka .kolumna-d{
	display: inline-block;
	margin:0px 0px 0px 0px;
    vertical-align: top;

}







/* kolumna-a */

.footer-stopka .kolumna-a{
	width: 25%;
	border:1px none #ececec;
    line-height: 100%;
    margin-right: 1px;
}



/* logo strony */
.footer-stopka h3{
	    font-family: 'Plaster', system-ui, sans-serif;
	color:  #EEEEEE;	
    font-size:16px;  
}



.footer-stopka h3 span{
	color:  tomato; 
    font-size: 16px;         
}



.footer-stopka a:link{
	text-decoration:none;      
}

.footer-stopka p{
	color:  #EEEEEE; 
    font-size: 16px;  
    text-align:left;  
    font-weight: 400; 
}











/* kolumna-b */
.footer-stopka .kolumna-b{
	width: 25%;
	border:1px none #ececec;
	margin-right:1px;

}



.footer-stopka .kolumna-b b{
	color: tomato;
	font-size: 13px;
    font-weight:bold;
    text-align:center;  
        font-family: 'Plaster', system-ui, sans-serif;     
}



.footer-stopka .kolumna-b a{
	font-size: 13px;
    font-family: 'Ubuntu ', sans-serif;
	line-height: 100%;
	color: #EEEEEE;
    font-weight: 400;
}









/* kolumna-c */
.footer-stopka .kolumna-c {	
	width: 25%;
	margin: 0 auto;
    border:1px none #ececec;
    text-align: left;
    margin-right: 1px;
}

.footer-stopka .kolumna-c b{	
    color: tomato;
    font-size: 13px;
        font-family: 'Plaster', system-ui, sans-serif;
    font-weight:bold;
}

.footer-stopka .kolumna-c a{	
    color: #EEEEEE;
    font-size: 13px;
    font-family: 'Ubuntu ', sans-serif;
    line-height: 100%;
    font-weight: 400;
}







.footer-stopka .kolumna-d{	
	width: 30%;	
	margin: 0 auto;
	border:1px none silver; 
    text-align: left;
    margin-right: 1px;
}     
  
.footer-stopka .kolumna-d b{	
    color: tomato;
    font-size: 13px;
        font-family: 'Plaster', system-ui, sans-serif;
    font-weight:bold;
}

.footer-stopka .kolumna-d a{	
    color: #EEEEEE;
    font-size: 13px;
    font-family: 'Ubuntu ', sans-serif;
    font-weight: 400;
    line-height: 100%;
    
}






/*           @media       @media       @media       @media       @media       @media       @media   */






/*             **************    menu responsywne                     menu responsywne                     menu responsywne                     menu responsywne                      ***************            */

@media screen and (max-width: 999px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
			float: right;
			display: block;
  }
}

@media screen and (max-width: 999px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
  }
}
  
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
}




/*           **************    stopka   responsywna                       stopka   responsywna                       stopka   responsywna                       stopka   responsywna                           ***************            */

@media (max-width: 1000px) {

	                   .footer-stopka  {
		                           font: bold 14px Ubuntu Condensed;
	                                   }
			    .footer-stopka .footer-l,
	                   .footer-stopka .kolumna-a,
	                   .footer-stopka .kolumna-b,
	                   .footer-stopka .kolumna-c,
                       .footer-stopka .kolumna-d{
		                                         display: block;
		                                         width: 100%;



	                                               }

	                .footer-stopka .footer-centrum i{
		                                         margin-left: 0;
	                                                 }
}





/**************   responsywne video           responsywne video           responsywne video           responsywne video           responsywne video  responsywne video  responsywne video  ********/       
@media (max-width: 50%) {
	.video{
	    width: 10%;
	    height: 220px;
	    margin-left: 0.3%;
	    margin-right: 0.3%;
	}
}



/*      wyswietlanie strony          wyswietlanie strony          wyswietlanie strony          wyswietlanie strony          wyswietlanie strony          wyswietlanie strony          */


@media (min-width: 1800px) {
	.container {width:1000px;}
	aside {width:9%;}
	#main {width:90%;}
}

@media (max-width: 1800px) and (min-width: 1000px) {
	.container {width:990px;}
	aside {width:9%;}
	#main {width:90%;}
}


@media (max-width: 1000px) {
	.container {width:95%;}
	aside {width: auto},
	#main {width:auto};
}
