.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}

.navigation{
    top: 1000px;
}
.navigation ul{
	 list-style:none;
    padding-left: 4.7%;
    position: relative;
}
.navigation li{
	/*display: inline-block;*/
	float: left;
	position: relative;
	cursor: pointer;
}
.navigation .line{
	background:#7fb9dd;
    bottom: 0;
    height: 6.6%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1024px;
    /*z-index: -9;*/
}
.navigation .line .start{
	width:1%;
	position: absolute;
	bottom:-100%;
	left:0;
}
.navigation .line .start:after{
	content: "";
	display: none;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #7fb9dd;
	border-radius:50%;
}
.navigation .line .end{
	width:1%;
	position: absolute;
	bottom:-100%;
	right:0;
}
.navigation .line .end:after{
	content: "";
	display: none;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #7fb9dd;
	border-radius:50%;
}
.navigation .line span{
	width:0;
	height: 100%;
	display: block;
	background:#7fb9dd;
	transition: all 0.9s ease-in 0s;
	-webkit-transition: all 0.9s ease-in 0s;
	-moz-transition: all 0.9s ease-in 0s;
}
.col {
  margin-left:10px;
   margin-right:160px;
   width: 2%;
}
.col.last{
	margin:0;
}
.oneline:after {
	border:1px solid #7fb9dd;
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #7fb9dd;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.oneline:hover:after,.oneline.active:after {
  background-color: #ffffff;
  border-color: #7fb9dd;
    border:4px solid #7fb9dd;

}
.oneline .text-in {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}

.oneline .text-in {
  color: #ffffff;
}

.oneline p {
  text-align: center;
  font-size: 1.2em;
}

.oneline p .active {
  text-align: center;
  font-size: 1.2em;
    color: #7fb9dd;
}
