/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.btn-info, .bg-info  {
  background-color:#0095DA !important;
  border-color:#0095DA;
}

.topbar {
	background-color:#333;
	font-size: 0.8rem;
	color:#ddd;
}
#topbar {
	position: relative;
}

.usp {
	position:relative;
	padding:5px 25px;
	width:auto;
	
}

.topcontact {
	position:relative;
	float:right;
	padding:5px 25px;
	width:auto;
	
}
.topcontact a {
	color:#ddd;
}

.hovereffect:hover  {
    background-color: #eee;border:1px solid #ddd;
}