	#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  text-align: center;
	  margin-bottom: 25px;
}

	#tabs li {
	  margin: 0 6px 5px 6px;
	  display: inline-block;
}

	#tabs a {
	  float: left;
	  position: relative;
	  line-height: 41px;
	  width: 150px;
	  height: 42px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #0074C1;
	  font-size: 14px;
	  border: 1px solid #0074C1;
	  background: #f5f5f5;
	  border-radius: 50px;
	  transition: 0s ease-in-out;
	}

	#tabs a:hover,
	#tabs a:focus {
	  border: 1px solid #0074C1;
	  color:#fff;
	  background-color:#0074C1;
	}

	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current1 {
	  z-index: 3;
	  border-color: #0074C1;
	  background-color: #0074C1;
	  opacity: 1;
	  color: #fff;
	  filter: alpha(opacity=100);
	}

	/* ----------- */



	 
	
	@media screen and (max-width:1024px){

#tabs a {
	  padding: 0 16px;
	  line-height: 37px;
	  height: 38px;
	  width:130px;
	}
	
	#tabs {
	  margin-bottom: 15px;
}
	
}