*{
	margin:0; 
	padding:0;
}

html,body{
	width: 100%;
	height: 100%;
}

body{
    color: #898989;
	background: #5a5a5a;
	font-family: "open-sans",sans-serif;
    font-size: 12px;
}

header{
	height: 70px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #4b4646;
	box-shadow: 0px 1px 1px #121212;
	background: #1f1f1f;
	background: -moz-linear-gradient(top, #1f1f1f 0%, #111111 99%);
	background: -webkit-linear-gradient(top, #1f1f1f 0%,#111111 99%);
	background: linear-gradient(to bottom, #1f1f1f 0%,#111111 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#111111',GradientType=0 );	
}


.wrap{
	margin:0 auto;
	width: 980px;
}

#top{
	
}


#panel_lewy{
background: #4D4D4D;	
	
}



.logo{
	/*Logo diva*/
	width: 200px;
	height: 70px;
	float: left;
}

.logo a{
	display: inline-block;
	width: 240px;
	height: 70px;
	background: url(../img/nowe_logo_amc.png) no-repeat;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 213px 58px;

}

.rama-logo{
	
}

.top-menu{
	float: right;
}

.top-menu a{
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 70px;
	padding: 25px 10px;
	font-size: 17px;
	transition: background-color 0.3s ease;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	list-style-type: none;	
}
.top-menu a:hover{
	color: #121212;
	background: #fff;
}

/*Strona*/
#page{
	margin-top: 15px;
	min-height: 250px;
	background: #151515;
	border: 1px solid #4b4646;
	box-shadow: 0px 0px 2px #121212;	
}

.page-wersja{
	width: 339px;
	font-size: 15px;
	padding: 8px;
	float: left;
	text-align: center;	
}

.page-wersja img{
	width: 100%;
	border: 1px solid #4b4646;
    box-shadow: 0px 0px 5px 2px #000000;
    padding: 1px;
}

.page-wersja a{
	text-decoration: none;
	color: #ddd;
	background: #2f2f2f;
	padding: 5px 19px;
	line-height: 32px;
	box-shadow: 0px 0px 15px #000000;
}

.page-wersja a:hover{
    color: #292929;
    background: #99A518;
    padding: 5px 19px;
    line-height: 32px;
    box-shadow: 0px 0px 15px #000000;
    border: 1px solid #000;
}


.page-wersja h1{
	/*
	text-shadow: 0px -1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, -1px 0px 0 #fff;
	color: #000;
	*/
}

.page-zajawka{
	width: 600px;
	font-size: 15px;
	padding: 8px;
	float: right;	
}

.page-zajawka img{
	float: left;
	padding-right: 5px;
	width: 159px;	
}

.page-zajawka p{
	
}

.page-zajawka b{
	color: #a2a2a2;
	font-size: 16px;
	font-weight: 800;	
}

.page-zajawka i{
	color: #ff2323;
	font-weight: 600;	
}		

.page-niewykrywalny{
	min-height: 100px;
	text-align: center;
}

.page-niewykrywalny h1{
	font-size: 16px;
}

.page-niewykrywalny a{
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 70px;
	padding: 20px 10px;
	font-size: 20px;
	transition: background-color 0.3s ease;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	list-style-type: none;
}

.page-niewykrywalny a:hover{
	color: #121212;
	background: #fff;
}

.page-belka{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #151515 0%, #ffffff 50%, #151515 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #151515 0%,#ffffff 50%,#151515 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #151515 0%,#ffffff 50%,#151515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#151515',GradientType=1 ); /* IE6-9 */	
	height: 1px;
	width: 85%;
	margin: 5px auto;	
}

.czysc{
	clear: both;
}


.page-opis{
padding: 16px;	
}

.page-opis p{

}

.page-opis b{

}

.page-opis span{
	font-size: 16px;
	color: #f00;	
}

.page-opis{
	
}

/*Stopka*/
#footer{
	background: #121212;
	margin-top: 15px;
	border-top: 1px solid #4b4646;
	width: 100%;
	min-height: 55px;
	box-shadow: 0px -1px 1px #121212;
}

.stopka-copyright{
	float: left;
	line-height: 55px;
}

.stopka-menu{
	float: right;	
}

.stopka-menu a{
	float: right;
	margin: 0 12px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	opacity: 0.6;
	color: #fff;
	text-decoration: none;
	line-height: 55px;
}
.stopka-menu a:hover{
	opacity: 1;
}

#google_translate_element{
	
	
}