@charset "utf-8";
/* CSS Document */

.siteheader{
	background-color: #221F20;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	border-bottom: 3px solid #ffcc01;
	z-index: 997;
}

.menuBtn{
	width: 2%;
	position: fixed;
	top: 18px;
	left: 25px;
	color: #ffcc01;
	font-size: 28px;
	z-index: 999;
	cursor: pointer; cursor: hand;
}

.awcicon{
	position: fixed;
	top: 5px;
	right: 15px;
	text-align: right;
	z-index: 998;
}

.socialheader{
	position: fixed;
	top: 5px;
	right: 5px;
	text-align: right;
	z-index: 998;
}

.socialicon {
    padding-top: 10px;
	color: #ffcc01;
	font-size: 25px;
	z-index: 999;
	cursor: pointer; cursor: hand;
}

.socialicon a {
	padding-right: 10px;
    color: #d5d5d7;
}

.socialicon a:hover {
 	color: #ffcc01;
}



#bigMenu{
	background-color: rgba(0, 0, 0, 0.99);
	position: fixed;
	top: 60px;
	left: 0px;
	width: 100%;
	color: #221F20;
	padding-top: 18px;
	font-size: 16px;
	z-index: 997;
	padding-bottom: 25px;
}
#bigMenu h6{
	color: #ffcc01;
	margin-bottom: 12px;
	font-size: 18px;
}
#bigMenu ul{
	margin-left: 12px;
}
#bigMenu ul li{
	margin-top: 12px;
}
#bigMenu a:link{
	color: #FFF;
}
#bigMenu a:hover, #bigMenu a:active {
	color: #ffcc01;
}
#bigMenu a:visited  {
	color: #FFF;
}

