/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	width: 100%;
	background: #FEC635;
	font-size: 12pt;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	position: relative;
	border-radius:15px;
	font-size:12px;
	margin-left:3px;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

nav ul {
	padding: 0px;
	margin: 0px 14px 0px 14px;
	text-align:center;
}
nav li {
	display: inline-block;
	float: left;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	letter-spacing: 0em;
	word-spacing: 0em;
	white-space: pre;
}
nav a {
	color: #FFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	float: left;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 16px;
	width:auto !important;
	letter-spacing: 0px;
	font-weight: lighter;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	word-spacing: 0em;
	white-space: nowrap;
	line-height:21px;
}


nav li a {
	border-right: 1px solid #000;
	border-bottom:#FEC635 4px solid;
	padding-top:6px;
	text-transform:uppercase;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a.active {
	border-bottom:#000 4px solid;
}
nav a#pull {
	display: none;
}




@media only screen and ( min-width: 901px) and ( max-width:  1024px ){
	/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	width: 100%;
	background: #FEC635;
	font-size: 12pt;
	 font-family: 'PT Sans Narrow', Arial, sans-serif;
	position: relative;
	border-radius:15px;
	font-size:12px;
	margin-left:3px;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
nav ul {
	padding: 0px;
	margin: 0px 32px 0px 32px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
    color: #FFF;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 3px 34px 7px;
    float: left;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
}

nav li a {
	border-right: 1px solid #000;
	border-bottom:#FEC635 4px solid;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a.active {
	border-bottom:#000 4px solid;
}
nav a#pull {
	display: none;
}


}


@media only screen and ( min-width: 768px) and ( max-width:  900px ){
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	width: 100%;
	background: #FEC635;
	font-size: 12pt;
	 font-family: 'PT Sans Narrow', Arial, sans-serif;
	position: relative;
	border-radius:15px;
	font-size:12px;
	margin-left:3px;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
nav ul {
	padding: 0px;
	margin: 0px 14px 0px 14px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
    color: #FFF;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 3px 23px 7px;
    float: left;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
}

nav li a {
	border-right: 1px solid #000;
	border-bottom:#FEC635 4px solid;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a.active {
	border-bottom:#000 4px solid;
}
nav a#pull {
	display: none;
}

}

@media only screen and ( min-width: 641px) and ( max-width: 710px )
{
nav a {
    color: #FFF;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    float: left;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: lighter;
    /*padding: 3px 19.7% 7px*/}
}
@media only screen and ( min-width: 606px) and ( max-width: 640px )
{
nav a {
    color: #FFF;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    float: left;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: lighter;
    padding: 3px 13px 7px;}
}
/*Styles for screen 600px and lower*/
@media only screen and ( min-width: 580px) and ( max-width: 605px )
	
 {
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
.navbar {
    width: 99%;
    height: auto;
    border-radius: 15px;
    margin: 34px auto 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    clear: both;
    float: none;
}
nav {
	width: 100%;
	background: #FEC635;
	font-size: 12pt;
	 font-family: 'PT Sans Narrow', Arial, sans-serif;
	position: relative;
	border-radius:15px;
	font-size:12px;
	margin-left:3px;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
nav ul {
	padding: 0px;
	margin: 0px 14px 0px 14px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
color: #FFF;
display: inline-block;
text-align: center;
text-decoration: none;
padding: 3px 12px 2px;

float: left;
 font-family: 'PT Sans Narrow', Arial, sans-serif;
font-weight: 600;
font-size: 13px;
}

nav li a {
	border-right: 1px solid #000;
	border-bottom:#FEC635 4px solid;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a.active {
	border-bottom:#000 4px solid;
}
nav a#pull {
	display: none;
}


}
@media only screen and ( min-width: 520px) and ( max-width: 580px )
	
 {
nav a {
    color: #FFF;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 3px 9px 7px;
    float: left;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
}
 }
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 519px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		width: 56%;
		position: relative;
		border-bottom:none;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 0px;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		line-height:30px;
		margin:0px 0px 0px 0px;
		border-right:none;
		width: 56%;
	}
}

/*Smartphone*/

@media only screen and (max-width : 360px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		width: 58%;
		position: relative;
		border-bottom:none;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 0px;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		line-height:30px;
		margin:0px 0px 0px 0px;
		border-right:none;
		width: 58%;
	}
	
}
@media only screen and (max-width : 320px) {
nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		width: 57%;
		position: relative;
		border-bottom:none;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 0px;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		line-height:30px;
		margin:0px 0px 0px 0px;
		border-right:none;
		width: 54%;
	}
}