/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


#top-section nav {
		height: auto;
	/*width: 100%;*/
	float:right;
	/*background: #9ddff7;*/
	font-size: 12px;
	font-weight: bold;
	position: relative;
	
		
}
#top-section nav ul {
	float:right;
	padding: 0;
	margin:0;
	width: auto;
	height: 24px; 
}
#top-section nav li {
	display: inline;
	float: left;
}
#top-section nav a {
	color: #fff;
	float:right;
	display: inline-block;
	width: auto;
	text-align: center;
	padding:0 4px;
	text-decoration: none;
	line-height: 24px;
	text-shadow: 0 0 0px #283744;
}
#top-section nav li a {
	/*border-right: 1px solid #82d3f3;*/
	float:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#top-section nav li:last-child a {
	border-right: 0;
}
#top-section nav a:hover, nav a:active {
	background-color: #e0e0e0;
}
#top-section nav a#pull {
	display: none;
}

@media screen and (max-width: 768px) {
	#top-section nav a#pull {
		display: block;
		/*background-color: #f2f2f2;*/
		width: 100%;
		position: relative;
	}
	#top-section nav a#pull:after {
		content:"";
		
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
}
@media screen and (max-width: 767px) {
.navbar-header{ margin-top:25px;}
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	#top-section nav { 
  		height: auto;
  	}
  	#top-section nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	#top-section nav li {
  		/*width: 10%;
  		float: left !important;*/
  		position: relative;
  	}
  	#top-section nav li a {
		/*border-bottom: 1px solid #e7e7e7;
		border-right: 1px solid #e7e7e7;*/
	}
  	#top-section nav a {
	  	text-align:center; /*margin:0px 8px;*/
	  	/*width: 100%;
	  	text-indent: 5px;*/
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	#top-section nav {
		border-bottom: 0;
	}
	#top-section nav ul {
		display: block;
		height: auto;
	}
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	#top-section nav li {
		display: block;
		/*float: none;*/
		/*width: 100%;*/
	}
	#top-section nav li a {
		/*border-bottom: 1px solid #e7e7e7;*/
	}
}

@media only screen and (max-width : 662px) {
.tp-banner-container{ margin-top:80px;}

}