@charset "UTF-8";

@media only screen and (min-width: 320px) {

ul{
	margin:0;
	padding:0;
}
ul.container{
	width:100%;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: none; /* revealed by MENU click */
}
li{
	list-style:none;
	text-align:left;
}
li.menu,
li.menuns {
	width:100%;
	padding:4px 0px;
}
li.button {
	background-color: #848484;
}
#menuButt p,
li.button a {
	display:block;
	text-decoration:none;
	color: #e5e5e5;
	line-height: 1.2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-top: 0;
	margin-right: 7%;
	margin-bottom: 0;
	margin-left: 7%;
}
#menuButt {
	background-color: #5e5e5e;
	margin-bottom: 0.25em;
	padding: 0;
}
#menuButt p {
	padding-bottom: 0.3em;
	margin-left: 5%;
}
#menuButt p::after,
.button a::after {
	content: "^";
	float: right;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#menuButt p::after {
	margin-top: -1px;
}
.button a::after {
	color: #c9c9c9;
}

#menuButt.down p::after {
	transform: none;
	-webkit-transform: none;
	margin-top: 0.2em;
}
.button.down a::after {
	transform: none;
	-webkit-transform: none;
	margin-top: 0.25em;
}
li.button a .dim {
	font-size: 0.9em;
}
li.button a:hover{
	text-decoration:none;
	background-color: #7b7b7b;
	color: #f2f2f2;
}
/*li.button .arr {
	vertical-align: text-bottom;
	margin-left: 3px;
	margin-bottom: 2px;
	float: right;
	margin-top: 7px;
}*/
#nav .dropdown{
	display:none;
	padding-top:0px;
	width:100%;
}
#nav .dropdown li{
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
#nav .dropdown li a {
	display: block;
	color:#ccc;
	text-decoration: none;
	border-bottom:none;
	white-space:nowrap;
	font-size: 0.9em;
	line-height: normal;
	margin-right: 4%;
	height: auto;
	padding-top: 0.25em;
	padding-bottom: 0.35em;
	margin-left: 7%;
}

#nav .dropdown li a::after {
	content: "\00BB"; /* encoded » */
	margin-left: 12px;
	color: #666;
}
#nav .dropdown li a.dim::after {
	content: normal;
}
#nav .dropdown li .dim {
	color: #514c44;
}
#nav .dropdown li a:hover {
	color: d6d6d6;
	background-color:#423d35;
}

li.button,
li.button a,
#nav .dropdown li,
#nav .dropdown li a:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#highlink2 {
	display:none;
}


@media only screen and (min-width: 360px) {


}


@media only screen and (min-width: 481px) {

}


@media only screen and (min-width: 640px) {

#menuButt {
	margin-left: -4px;
	margin-right: -58px;
}
#menuButt p {
	visibility: hidden;
}
#menuButt p::after {
	content: "\2630";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	visibility: visible;
	margin-right: -2px;
	font-size:1.1em;
}
#nav.visible #menuButt {
	background-color: #5e5e5e;
}
#nav.visible #menuButt p {
	display:flex;
}
#nav.visible #menuButt p::after {
	content: "<";
	color: #c9c9c9;
	margin-left:-58px;
}

ul.container {
	display: block;
}
ul{
	margin:0;
	padding:0;
}

ul.container{
	width:100%;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

}


@media only screen and (min-width: 732px) {
	

}


@media only screen and (min-width: 768px) {

#menuButt {
	margin-right: -58px;
}
#menuButt p {
	visibility: hidden;
}
#menuButt p::after {
	content: "\2630";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	visibility: visible;
	margin-right: 0;
	margin-top:-3px;
}
#nav.visible #menuButt p::after {
	margin-left:-48px;
}

ul.container {
	display: block;
}
ul{
	margin:0;
	padding:0;
}

ul.container{
	width:100%;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

li{
	list-style:none;
	text-align:left;
}

li.menu,
li.menuns {
	width:100%;
	padding:5px 0px;
}
li.button {
	background-color: #848484;
}
#menuButt p,
li.button a {
	font-size:17px;
	height:27px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 0;
	line-height: normal;
}
li.button a .dim{
	font-size: 16px;
}
li.button a:hover{
	text-decoration:none;
	background-color: #7b7b7b;
	color: #f2f2f2;
}
li.button .arr {
	vertical-align: text-bottom;
	margin-left: 3px;
	margin-bottom: 2px;
	float: right;
	margin-top: 7px;
}
#nav .dropdown {
	display:none;
	padding-top:0px;
	width:100%;
}
#nav .dropdown li {
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
#nav .dropdown li a {
	padding-top: 4px;
	padding-bottom: 4px;
}
#nav .dropdown li a.dim::after {
	content: normal;
}
#nav .dropdown li .dim {
	color: #514c44;
}
#nav .dropdown li a:hover {
	color: d6d6d6;
	background-color:#423d35;
}
li.button,
li.button a,
#nav .dropdown li,
#nav .dropdown li a:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

}


@media only screen and (min-width: 961px) {

#nav {
	margin-top: 0;
	top: 21px;
}
#nav .dropdown li a::after {
	display:none;
}
#menuButt {
	display: none;
}
#menuButt p::after,
.button a::after {
	content: "^";
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

}


@media only screen and (min-width: 1025px) {


}


@media only screen and (min-width: 1081px) {
	
}


@media only screen and (min-width: 1201px) {
	
#nav {
	margin-top: 0;
	top: 26px;
}


}


@media only screen and (min-width: 1281px) {


}


@media only screen and (min-width: 320px) and (max-width: 760px) and (orientation: landscape) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

}