/* #Responsive CSS 

adultwebmaster dot hotmail dot com
Uszanuj moja prace. Nie kopiuj zrodla.

Kopiowanie bez zgody autora zabronione!

Wszystkie prawa zastrzezone! (c) 2015
*/

@media (min-width: 1100px) {
	#header {
                width: 100%;
        }
        #menu {     	
                width: 100%;	
        }
        #page {     	
                width: 100%;	
        }
	#content {
                float: left;
               
	        max-width: 660px;
        }
	#sidebar {
	        float: right;
                width: 40%;
	        max-width: 300px;
        }
        #showup {     	
	        max-width: 800px;
                text-align: center;
                margin: 0 auto;		
        }
		
		

		
}
@media (max-width: 1100px) and (min-width: 700px) {
	#header {
                width: 100%;
        }
        #menu {     	
                width: 100%;	
        }
        #page {     	
                width: 100%;	
        }
	#content {
                float: left;
                width: 60%;
	        max-width: 520px;
        }
	#sidebar {
	        float: right;
                width: 40%;
	        max-width: 300px;
        }
        #showup {     	
	      display:none;
        }
img {
    height: auto;
    max-width: 100%;
}
		
#wpisdol{
		display:none;
		}
}
@media (max-width: 700px) and (min-width: 500px) {
	#header {
                width: 100%;
        }
        #menu {     	
                width: 100%;	
        }
        #page {     	
                width: 100%;	
        }
	#content {
                float: none;
                width: 100%;
	        max-width: 700px;
        }
	#sidebar {
	        float: none;
                width: 100%;
	        max-width: 700px;
        }
        #showup {     	
                display: none;	
        }
		img {
    height: auto;
    max-width: 100%;
}
		#wpisdol{
		display:none;
		}
		
#logo h1 {
	font-size: 26px;
	color: #FFFFFF;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 16px;
}

		
}
@media (max-width: 500px) {
	#header {
                width: 100%;
        }
        #menu {     	
                width: 100%;	
        }
        #page {     	
                width: 100%;	
        }
	#content {
                float: none;
                width: 100%;
        }
	#sidebar {
	        float: none;
                width: 100%;
	        max-width: 450px;
        }
        #showup {     	
                display: none;	
        }
		img {
    height: auto;
    max-width: 100%;
}
		#wpisdol{
		display:none;
		}
		#logo h1 {
	font-size: 20px;
	color: #FFFFFF;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 10px;
}


}
