@charset "UTF-8";
/* CSS Document */
.topnav {
position: relative;
}
.topnav_icon {
	width:27px;
	height:27px;
}
#menupanel {
	display: block;
}
nav {
  margin: 0;
  padding: 0;
  background-color: #ec0044;
  text-decoration: none; font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 60px;
  position:relative;
  z-index:100;
}
#toplinks {
	font-size:90%;
	margin-right: 10px;
	display:block;
}
#toplinks span{
	display: inline;
}
#toplinks a{
	text-decoration: none;
	color: black;
}
#logo {
	display: block;
	padding: 6px 5px;
	float: left;
	width:72px;
	height:50px;
}
.clearFloat {
	clear:both;
}
nav:after {
	content: "";
	display: table;
	clear: both;
}

nav ul {
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
}

nav ul li {
	width:24.9%;
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #ec0044;
}
nav ul ul a {
	line-height: 40px;
}

nav a {
	display: block;
	padding: 0 20px;
	color: #FFF;
	line-height: 60px;
	text-decoration: none; font-family: Verdana, Geneva, sans-serif; font-size: 100%; text-transform: uppercase;
}

nav ul li ul li:hover { background: #000000; }

nav a:hover { background-color: #000000; }

nav ul ul {
	display: none;
	position: absolute;
	top: 60px;
}

nav ul li:hover > ul {
	display: inherit;
}

nav ul ul li {
  width: auto;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px; left: 250px;
}

li > a:after { content: ''; }

.toggle, [id^=drop] {
 display: none;
}

li > a:only-child:after { content: ''; }

.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.col {
	text-align: center;
}
.row-full {
}

@media all and (max-width : 1000px) {
nav {
  font-size: 90%;
}
}


@media all and (max-width : 800px) {
.topnav {
	z-index:100;
	position: sticky;
	top:0;
	background:white;
}

#toplinks {
	margin-right: 80px;
}
#toplinks span{
	display:none;
}
#menupanel {
	position:absolute;
	top: 62px;
	left: 0;
	z-index: 1;
	width: 100%; height: auto; 
	background-color: #a3d088;
	transition: transform 300ms linear;
	
}
.menupanelopen {
	transform: translateX(0%);
}
.menupanelclose {
	transform: translateX(-110%);
}

#menuicon {
	padding:0px;
	position: absolute; 
	top: 8px; 
	right: 8px;
	width: 50px; height: 44px; 
	background-color: #ec0044;
	border: 1px solid #ec0044; 
	border-radius: 5px;
}
#menuicon div {
	width: 42px;
	height: 4px; 
	background-color: white;
	position: absolute;
	border: 1px solid white; 
	border-radius: 5px;
	transition: all 300ms linear;
}
.menuiconopen div:nth-child(1) {top: 5px; left: 3px;}
.menuiconopen div:nth-child(2) {top: 18px; left: 3px;}
.menuiconopen div:nth-child(3) {top: 31px; left: 3px;}
	
.menuiconclose div:nth-child(1) {top: 18px; left: 3px; transform: rotate(225deg);}
.menuiconclose div:nth-child(2) {top: 18px; left: 3px; opacity: 0;}
.menuiconclose div:nth-child(3) {top: 18px; left: 3px; transform: rotate(-225deg);}



#logo {
	display: block;
	padding: 0 0 0 5px;
	margin: 10px 0 0 0;
	width:62px;
	height:44px;
	text-align: center;
	float: left;
}

nav {
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
 }
 nav a {
	   text-decoration: none; 
	   font-family: Verdana, Geneva, sans-serif; 
	   font-size: 130%; 
	   text-transform: uppercase;
 }

.toggle + a, .menu { display: none; }

.toggle {
  display: block;
  background-color: #ec0044;
  padding: 0 20px;
  color: #FFF;
  font-size: 130%;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul {
	display: block;
}

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle, nav ul ul a { padding: 0 40px; }

nav ul ul a { line-height: 60px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover, nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle, nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul, nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;}
}
@media all and (max-width : 480px) {
.topnav_icon {
	width:20px;
	height:20px;
}
}
@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}