@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}


a {
	text-decoration: none;	
	font-weight: bolder;
}


a:hover {
	
}

body {
	background-color: #0d1117;
	}
#list {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	bottom: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #0d1117;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
}
#list header {
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	height: 175px;
	background-color: #D1D1D1;
	margin: 15px;
}


#list header img {
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

.zagolovoc {
	height: 145px;
	width: 630px;
	float: right;
	margin-top: 40px;
	margin-right: 15px;
	
}

#list header .zagolovoc h1 {
	font-family: "Glyphicons Regular", Glyphicons;
	font-size: 36px;
	text-align: center;
	margin-top: 5px;
}
.citata {
	font-family: "Glyphicons Regular", Glyphicons;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}


#list menu {
	border: 1px solid #000000;
	background-color: #353535;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 8px;
	margin-top: 15px;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
}

#list menu ol {
	text-align: center;
	margin: 15px;
}

#list menu ol li {
	color: #FFF;
	font-family: "Glyphicons Regular", Glyphicons;
	font-size: 30px;
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li .knopka {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	border: 1px solid #FFF;
	border-radius:4px;
}

ol li .knopka:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(108,108,108,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(108,108,108,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(152,152,152,1.00) 0%,rgba(108,108,108,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(152,152,152,1.00) 0%,rgba(108,108,108,1.00) 100%);
	
}

#list footer {
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,1.00);
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	height: 50px;
	width: auto;
	background-color: #353535;	
}
#list footer p {
	color: #ffffff;
	font-family: "Glyphicons Regular", Glyphicons;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin-top: 13px;
}
#list footer p a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Glyphicons Regular", Glyphicons;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}
#list footer p a:hover {
	text-decoration: underline;	
}
