.title hr{
	border-color: #00a8d0;
}

.icon-box-small p span a,
.go-top a:hover,
#footer-widgets .widget ul li a:hover,
.red-dot:before,
#footer .footer-social ul > li > a:hover,
#topnav.scroll .navigation-menu > li > a:hover,
#topnav.scroll .navigation-menu > li.active > a{
	color: #00a8d0;
}
.red-dot {font-size: 2em;}


.btn-color-out:hover,
.btn-color{
	border-color: #00a8d0;
	background-color: #00a8d0;
}
.btn-color:hover{
	opacity: 0.7;
	border-color: #00a8d0;
	background-color: #00a8d0;
}

.btn-color-out{
	color: #00a8d0;
	border-color: #00a8d0;
}

.icon-box-small hr,
.form-control:focus{
	border-color: #00a8d0;
}

a#threeam-logo img {	
	margin-top: 12px;
    width: 150px;
    float: right;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a#threeam-logo img:hover{
	opacity: 0.5;
}

#footer-widgets {
	padding: 0;
}

#footer .footer-wrap{
	border-top: none;
}

.team-description{
	margin-left: 10px;
	margin-right: 10px;	
}


.team-member{ 
	padding-bottom: 0;
}
.team-member .team-info{ 
	position: static;	
}
.team-member:hover .team-info{ 
	color: #191b1d;
	bottom: 0;
}
.team-member:hover .team-info > span {
	color: #8c939a;	
}

@media screen and (max-width: 991px){
	.threeam-logo-wrapper{
		text-align: center;
	}
	.threeam-logo-wrapper a#threeam-logo img {
		float: none;
	}
	.slide-content h1 {
		line-height: 0.55;
	}
}

