.nav{
	color:#0ca5d1;
	font-size:17px;
}
.nav a{
	color:#6e6e6e;
	font-size:17px;
	text-decoration:none;
	text-align:center;
	margin-right:13px;
	margin-left:13px;
	font-weight:300;
	line-height:45px;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 0px 15px;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

nav a:hover,
nav a:focus {
	outline: none;
}



/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a {
	padding: 10px 0;
	color: #6e6e6e;
	text-shadow: none;
} 
.active{
	
}
.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 8px 0;
	max-width: 0;
	border-top: 2px solid #0ca5d1;
	color: #0ca5d1;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
.bold{font-weight:bold;}

	
.center {
width:60%;
margin:20px auto 0 auto;
}

.marginbot {
margin-bottom:15px;
}

ul.list li {
list-style-type:none;
margin-left:20px;
cursor:pointer;
}

ul.tabs {
width:90%;
overflow:hidden;
cursor:pointer;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#fff;
padding:20px 8px 8px 8px;
margin-right:2px;
cursor:pointer;
width:70px;
height:50px;
background:#ccc;
border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -o-border-radius:50%;
}


ul.tabs li.current {
border:1px solid #43b0ce;
padding:20px 8px 8px 8px;
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -o-border-radius:50%;
width:70px;
height:50px;

}

.tabscontent {
padding:8px 0px 0px 0px;
display:none;
width:60%;
text-align:justify;
color:#6e6e6e;
font-size:14px;
padding-left:30px;
font-family: 'Source Sans Pro', sans-serif;
}
    .tabscontent a {
        text-decoration:none
    }
