header {
    display:none;
}
.navDrawr a {
    display: block;
    padding: 5px;
	font-size:80%;
}
.navDrawr .sub li a {
    border: none;
	list-style:none;
}
.navDrawr .sub li:last-child a {
    border-bottom: 1px solid #fff;
	list-style:none;
}	
.navDrawr .sub a {
    padding: 2px 10px;
}

@media only screen and (max-width: 768px) {
.navDrawr .sub a {
    background: #320001;
	color:#fff;
}
.navDrawr {
	background-color: #320001;
	position: fixed;
	width: 200px;
	top: 50px;
	bottom: 0;
	right: -270px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index:9999;
	opacity:0.9;
}
header {
	display:block;
	position:relative;
	height: 70px;
	padding:0;
	background:#000;
}
header .headerTop{
	padding-top:5px;
	margin-left: 20px;
}
	
header .siteTitle {
	margin-top:5px;
}
	
.navDrawrBtn {
	text-align: right;
}
.navDrawrBtn span {
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.navDrawrBtn span::before {
	font-family: FontAwesome;
	content: "\f0c9";
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 35px;
}
.menuOpen .navDrawrBtn span::before {
	content: "\f00d";
}
.navDrawr a {
	position: relative;
}
.navDrawr a::after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	font-family: FontAwesome;
	content: "\f054";
}
.navDrawr>ul>li {
	float: none;
	width: auto;
}
.navDrawr>ul>li>a {
	text-align: left;
	border-right: none;
	border-bottom: 1px solid #fff;
	color:#fff;
}
.navDrawr .sub {
	position: static;
	display: block!important;
}
}