.menu{
	display: inline-block;
	background: linear-gradient(to top, #00050b, black);
	width:15%;
	box-sizing:border-box;
	box-shadow: 4px 0 10px rgba(0,0,0,2); 
	height:100%;
	padding-left:10px;
	position: fixed; 
    top: 0; 
}
.buttonmenu {
	display:block;
	box-sizing: border-box;
	width:100%;
	color: white;
	padding: 15px 1px; 
	opacity: .3;
	text-decoration: none; 
	text-align:left;
	border-right:3px solid #292929;
	transition: all 1s;
		}
.buttonmenu:hover {
	opacity: 1;
	color:#E52D2F;
	border-right:3px solid #E52D2F;

		}

.linereadmore{

	text-decoration:none;
	color:#bf404c;
	font-size: 0.9em;
	font-family:Courier New, monospace;
	border-bottom: 2px solid #bf404c;	
}


.imgmenu{
	opacity: 0.5;
	width:100%;
	
}

.bodymenu{
	display: table; 
	float:right;
	background-color:#00050b;
	box-sizing:border-box;
	color:#B5B8B1;
	width:85%;
	height:100%;
}
.glavbodymenu{
	display: table; 
	float:right;
	background-color:#00050b;
	box-sizing:border-box;
	color:#B5B8B1;
	width:100%;
	height:100%;
	padding-top:63%;
}
.konkbodymenu{
	display: table; 
	float:right;
	background-color:#00050b;
	box-sizing:border-box;
	color:#B5B8B1;
	width:100%;
	height:100%;
	padding-top:58%;
}
.onas{
	text-align:left;
	font-family:Sylfaen; 
	font-weight: 500;
	font-size: 1.2em;
	color:white;
	position:relative;
	padding-right:10px;
	box-sizing:border-box;
	padding-bottom:10px;
	}
.img_nav_div{
	background-color:#00050b;
	margin-left:200px;
}
.top_menu li{
	font-weight:600;
}
.top_menu li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:22px 27px;
	font-family:FreeMono, monospace;
	border-bottom:3px solid white;
	transition: all 0.7s;
}
.top_menu li a:hover{
	color:red;
	border-bottom:3px solid red;
}
.gimg{
	width: 100%;
	padding-bottom: 7px;

}
.etronimg{
	display: block;
	width: 100%;
	padding-bottom: 7px;
	float:right;
	opacity: 0.5;
}


.imgkonk{
    background: url(picture/amenu1.jpg) no-repeat bottom left;
	float: left;
}
.img-overlay{
    width: 330px;
    height: 400px;
    background-color: #3A3030;
	opacity: 0.65;
	margin:0;
	padding-top:20px;
	transition: all 1s;
}
.img-overlay:hover{
	opacity: 0.1;
}
.slider_text{
	position:absolute;
	display:block;
	width:100%;
	height:100px;
	text-align:left;
	font-size:2.375em;
	z-index:50;
	color:#f1f8e9
	} 
.slider_text{
	padding:3.8em 10% 0;
	box-sizing:border-box;	
	}
.slider_text span{
	color:red;
	}
.fotoleft{
	float:left;
	width:50%;
	padding-bottom: 7px;
	margin-top:2%;
}
.fotoright{
	float:right;
	width:50%;
	padding-bottom: 7px;
	margin-top:2%;	
}

.text{
	padding-left:7px;
	text-shadow: 2px 2px 3px black;
	font-weight:bold;	
}
.a{
	 text-decoration: none; 
	color:white;	
}
.tooltip {
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.rightimg{
    float: right; 
	width:200px;
    margin: 7px 0 7px 7px; 
	opacity: 0.5;
	transition: all 1s;
}
.rightimg:hover{
	opacity: 1;
	width:300px;
}
.tematext{
	background: linear-gradient(to left, #464451, black);
	width: 100%;
	text-align:center;
	text-shadow: 2px 2px 3px black;
	font-weight:bold;
	font-family:Courier New, monospace;	
	font-size: 20pt;
	margin-top:7%;
}
.fototextleft{
	padding-top: 10%;
	font-size: 14pt;
	color: white;
	text-align:center;
	padding-left:2%;
	padding-right:2%;
	font-family:Courier New, monospace;	
	text-shadow: 2px 2px 3px black;	
}	
.fototextright{
	padding-top: 10%;
	font-size: 14pt;
	color: white;
	padding-left:2%;
	padding-right:2%;
	text-align:center;
	font-family:Courier New, monospace;
	text-shadow: 2px 2px 3px black;
}	
.fotoaudileft{
	float:left;
	
}
.fotoaudiright{
	float:left;
}
.align{
	text-align:center;
}
.newsdiv{
	width:25%;
}