@charset "UTF-8";
/* CSS Floria */

.topnav {
  overflow: hidden;
  background-color: #ffffff;/*#333;*/
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
	background-color: #555;
	color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/* menu */
@media screen and (max-width: 800px) {
  .topnav .nologo, .dropdown .dropbtn {
	display: none;
	}
  
  .topnav a.icon {
    float: right;font-size:33px;
    display: block;
	padding: 0px 10px 0px 2px;
	color:#000;
  }
  .topnav a.icon:hover {
	color:#fff;
  }
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	color:#555;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	}
  .topnav.responsive {
		float: none;
		position: relative;
		display: block;
		width: 100%;
		text-align: left;
  }
  .topnav a.logo {
	font-size:17px;
	}

}

@media screen and (max-width: 455px) {
	
	.topnav a.logo {
	height:33px;padding:5px 5px 0px 5px;
	}
	 .topnav a.icon {
    float: right;font-size:28px;
    display: block;
	padding: 0px 10px 0px 10px;
	color:#000;
  }
}

@media screen and (max-width: 400px) {
	
	.topnav a.logo {
	height:38px;padding:10px 5px 0px 5px;
	}
	 .topnav a.icon {
    float: right;font-size:38px;
    display: block;
	padding: 0px 10px 0px 10px;
	color:#000;
  }
}