nav a#pull {
	display: none;
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 760px) {
nav ul {
	margin: 0;
	position: absolute;
	top: 50px;
	width: 30%;
	right: 10px;
	background: #bb0a0a;
	display:none;
	padding-left: 0px !important;
	z-index: 99;
	overflow: visible !important;
	padding-top:0;
}
nav li {
	width: 100%;
	padding-left: 0px !important;
	margin: 0px !important;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	text-align: center;
	border-right:none;
	height:auto;
}
nav li a { padding:0px 0 !important;  }
nav li:hover {
	
}
nav li:hover a {
	color: #000;
}
nav a#pull {
	display: block;
	background-color: #283744;
	width: 100%;
	position: relative;
}
nav a#pull:after {
	content: "";
	background: url(../images/nav-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 14px;
}
.child {
	width: auto !important;
	background: #000 !important;
	padding:0 !important;
	width: 100% !important;
	
	z-index:999;
	position: static !important;
	overflow: hidden !important;
}
nav .fst-child { width: 100% !important; }
.child li { text-align:center !important; padding:10px 0 !important;  line-height: 22px; }

.child li a { padding:0px 0 !important; color:#b5b5b5 !important;  font-size:13px }
.child li a:hover { color:#F00 !important; background:none; }
}
@media only screen and (max-width : 640px) {
nav ul { width:40%; }
}
/*Smartphone*/
@media only screen and (max-width : 500px) {
nav ul {
	width: 100%;
	right: 0;
}
}
