@charset "UTF-8";
/* CSS Document */

nav2 ul ul {
  display: none;
  position: absolute;
  top: 60px;
}
 
nav2 ul li:hover > ul { display: inherit; }
 
nav2 ul ul li {
  width: 100%;
  float: none;
  display: list-item;
  position: relative;
}
 .toggle {
	display: none;
}
nav2{
display:none;	
}
 
li > a:after { content: ' +'; }
.toggle, [id^=drop] {
 display: none;
}
li > a:only-child:after { content: ''; }

header, a, img, li, nav2{
transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari and Chrome */-o-transition: all 1s; /* Opera */}

/* Basic layout */

nav ul{list-style-type: none;float: right;}

nav li{display: inline;float: left;}

img.logo{
	float: left;
	width: 100px;
	z-index: 99;
}

nav{
	width: 95%;
	margin: 0 auto;
	top: 0px;
}



header{
	float: left;
	width: 100%;
	position: fixed;
	z-index: 99;
	left: 0px;
	top: 0px;
	right: 0px;
	-webkit-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.19);
	background-color: #364759;
		}

header a{
	color: #CCCCCC;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

header a.active, header a:hover{
	color: #999999;
	text-decoration: underline;
}

header li{margin-right: 30px;}

/* Sizes for the bigger menu */
header.large{height: 120px;}

header.large img{width: 300px;height: auto;margin-top: 25px;}

header.large li{margin-top: 50px;}


/* Sizes for the smaller menu */
header.small{ height: 70px;}
header.small img{ width: 190px; height: auto; margin-top: 9px; }
header.small li{ margin-top: 30px; }

@media all and (max-width : 800px) {
header.large{height: 100px;}
nav2{display:block;	}
nav ul{list-style-type: none;float: right;display: none;}
nav li{display: none;float: left;}
header.small img{
	width: 190px;
	height: autopx;
	margin-top: 9px;
	z-index: 99;
}
header.large img{width: 200px;height: auto; margin-top: 25px;
}
header.small nav2{ margin-top: 20px;}

img.logo{
	float: left;
	width: 100px;
	z-index: 99;
}

 
nav2 {
	margin-top: 30px;
	background-color: #FFFFFF;
	width: 45%;
	text-align: right;
	float: right;
	margin-bottom: 15px;
	margin-left: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	 }

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

.toggle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	padding: 0 10px;
	line-height: 10px;
	text-decoration: none;
	font-weight: 700;
	webkit-text-stroke-width: .05px;
	-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
}
nav2 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	padding: 0 10px;
	line-height: 10px;
	text-decoration: none;
	font-weight: 700;
	webkit-text-stroke-width: .05px;
	-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
}



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

nav2 ul li {
	display: block;
	width: 100%;
	margin-right: 65px;
	z-index: 1;
}

nav2 ul ul .toggle,
 nav ul ul a {
	padding: 0 10px;
	color: #666;
}

nav2 ul ul ul a {
	padding: 0 10px;
}


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

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

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

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

nav2 ul ul ul li {
	position: static;
}

}
@media all and (max-width : 568px) {
header.large{height: 100px;}
nav2{display:block;	}
nav ul{list-style-type: none;float: right;display: none;}
nav li{display: none;float: left;}
header.small img{
	width: 190px;
	height: autopx;
	margin-top: 9px;
	z-index: 99;
}
header.large img{width: 200px;height: auto; margin-top: 25px;
}
header.small nav2{ margin-top: 5px;}

img.logo{
	float: left;
	width: 100%;
	z-index: 99;
	display: block;
}

 
nav2 {
	margin-top: 10px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	float: right;
	margin-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 0px;
	 }

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

.toggle {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: .7em;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	padding: 0 10px;
	line-height: 0px;
	text-decoration: none;
	font-weight: 700;
	webkit-text-stroke-width: .05px;
	-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 5px;
}
nav2 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: .8em;
	text-transform: uppercase;
	color: #333333;
	display: inline-block;
	padding: 0 0px;
	line-height: 0px;
	text-decoration: none;
	font-weight: 700;
	webkit-text-stroke-width: .05px;
	-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
}



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

nav2 ul li {
	display: block;
	width: 100%;
	margin-right: 65px;
	z-index: 1;
}

nav2 ul ul .toggle,
 nav ul ul a {
	padding: 0 0px;
	color: #666;
}

nav2 ul ul ul a {
	padding: 0 0px;
}


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

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

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

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

nav2 ul ul ul li {
	position: static;
}

}
