/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.05.2016, 11:44:55
    Author     : Rene
*/
.nav-open {
	display: none;	
}
#nav {
        
	position: relative;
	float: right;
        width: 700px;
	margin-bottom: 20px;
        background: #0099ff;
        font-size: larger;
	font-family: Arial, sans-serif;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px #888;
	-moz-box-shadow: 0 0 20px #888;
	box-shadow: 0 0 20px #ededed;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
        background: #0099ff;
}

#nav ul ul{
	display: none;
        background-color: #0099ff;
        border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #888;
	-moz-box-shadow: 0 0 10px #888;
	box-shadow: 5px 5px 20px #ededed;

}



#nav ul li {
	float: left;
        
}

#nav ul li.close {
	display: none;
}


#nav ul li a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
        background-color: rgb(20, 184, 255);
	color: aqua;
}

@media screen and (max-width: 1024px){
#nav {  
        position: relative;
	width: 550px;
        height: 40px;
	float: right;
	
	background-color: #0099ff;
	font-size: medium;
	
	
	
}
}

@media screen and (max-width: 782px) {
	
.nav-open {
	position: fixed;
	top: 90px;
	left: 0;
	background: #0099ff;
	font-family: Arial, sans-serif;
	display: block;
	width: 100%;
        font-size: medium;
}

.nav-open a {
	padding: 10px 15px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;	
        background: #0099ff;
}
	
#nav {
	position: fixed;
        margin: 0 auto;
	top: -200%;
	
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#nav:target {
	top: 0;
}

#nav ul li {
	float: none;
	text-align: center;
	border-bottom: 1px solid #555;
}

#nav ul li.close {
	display: block;
}

#nav ul li:last-child {
	border-bottom: none;
}

@media screen {
@font-face {
  font-family: 'Arial', sans-serif;
  font-style: larger;
}
}

.page-count {font-family: 'Arial', sans-serif;font-size:1em;padding:20px}

}
