body
{
	background-color: #191919;
	margin: 0 !important;
	font-family: Arial;
	font-size: 15px;
}

.container
{
	width: 1000px;
	height: 500pxs;
	margin-left: auto;
	margin-right: auto;
}

.logo
{
	width: 1000px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.menu
{
	background-color: rgba(255, 255, 255, .1);
	text-align: center;
	font-weight: bold;
	color: white;
	width: 1000px;
	padding: 10px 0;	
}

.slajder
{
	margin-top: 40px;
	background-color: ;
	padding-bottom: 10px;
	color: grey;
	width: 1000px;
	height: auto;
}

.footer
{
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 15px;
	background-color: ;
	text-align: center;
	color: grey;
	width: 1000px;
	height: 50px;
	font-size: 15px;
}

.content
{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: ;
	text-align: center;
	font-size: 40px;
	font-weight: ;
	color: #f2f2f2;
	width: 1000px;
	height: auto;
}

.newsitem
{
	text-align: justify;
	font-size: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.newsitemtitle
{
	font-size: 30px;
}

.textitem
{
	text-align: justify;
	font-size: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

ol
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 15px;
	height: 28px;
	line-height: 200%;
	display: inline-block;
}

ol a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}

ol > li
{
	float: left;
	width: auto;
	margin-right: 50px;
	height: 40px;
}
/*
ol > li:hover
{
	background-color: grey;
}

ol > li:hover > a
{
	color: black;
}
*/
ol > li > ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}

ol > li:hover > ul
{
	display: block;
}

ol > li > ul > li
{
	background-color: #484848;
	position: relative;
	z-index: 100;
}

ol > li > ul > li:hover
{
	background-color: ;
}

ol > li > ul > li:hover > a
{
	color: ;
}

/* slider */
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 35px;
  font-weight: none;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.text a
{
	color: #ffffff;
	text-decoration: none;
}