/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

body {
	color: #3d3d3d;
}


#primary-menu ul li > a {
	font-size: 14px;
}

.slider-caption, .nivo-caption, .flex-caption {
	max-width: 750px;
}

.feature-box {
	padding-right: 25px;
}


ul.service-list li {
	text-align: left;
	line-height: 16px;
	margin-bottom: 10px;	
}

.feature-box h3 {
	margin-bottom: 12px;
	font-size: 15px;
}

.pricing-features h4 {
	margin-bottom: 0px;
	margin-top: 10px;
}

.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
	max-width: 840px;
}

.dark .pricing-box {
	background-color: rgba(100,100,100,0.6);
}

.btn-danger {
    color: #ffffff;
    background-color: #23a8e0;
    border-color: #209ace;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #616163;
  border-color: #23a8e0;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #616163;
  border-color: #23a8e0;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #616163;
  border-color: #23a8e0;
}