@charset "UTF-8";
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
nav.clearfix {
	height: auto;
	width: 100%;
	font-size: 16px;
	position: relative;
	clear: both;
}
nav.clearfix ul {
	padding: 0;
	margin: 0 auto;
  	width: 100%;
  	display: none;
  	height: auto;
}
nav.clearfix ul li {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	background-color: #000;
}
nav.clearfix ul li a {
	display: inline-block;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	width: 100%;
	padding: 0px 0px 0px 0;
	color: #FFF;
	background-image: -webkit-linear-gradient(180deg,rgba(19,41,78,1.00) 0%,rgba(47,69,152,1.00) 51.30%,rgba(19,41,78,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(19,41,78,1.00) 0%,rgba(47,69,152,1.00) 51.30%,rgba(19,41,78,1.00) 100%);
}
nav.clearfix li a {
	border-bottom: 1px solid #FFF;
	text-shadow: 1px 1px 1px #000;
}
nav.clearfix li:last-child a {
	border-right: 0;
}
nav.clearfix a:hover, nav.clearfix a:active {
	background-color: #2f4598;
	color: #FFF;
}
a#pull {
	display: block;
	background: url(../images/bg-phone.jpg);
	width: 95%;
	position: relative;
	color: #FFF;
	line-height: 55px;
	font-size: 18px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5%;
	border-bottom: 3px solid #FFF;
	text-shadow: 1px 1px 1px #000;
}
a#pull img {
	float: right;
	position: absolute;
	right: 3%;
	width: 55px;
	height: 55px;
}
nav a#pull:after {
	content:"";
	background: url('../images/nav-icon.png') no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	float: left;
}