/* Add here all your CSS customizations */

.btn-responsive-nav {
	padding: 8px 22px;
}

#header {
	background-color: white;
	background: -webkit-linear-gradient( #fff, white);
	background: linear-gradient( #fff, white);
}

#footer {
	background: #0F2444;
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer .footer-ribbon {
	background-color: #5d2d5f;
}

#footer .footer-ribbon:before {
	border-right-color: #704572;
	border-left-color: #704572;
}

.page-top {
background-color: #0F2444;	
border-top: 5px solid #704572;	
}

section.page-top h1 {
	border-bottom-color: #704572;
}

.home-intro {
background-color: #0F2444;	
}

.home-intro p em {
color:	#753F77;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #704572;
}

.feature-box.secundary .feature-box-icon i.fa {
	color:	#704572;
}

.alternative-font {
	color:	#704572;
}

.thumb-info .thumb-info-title {
	background: #704572;
}

ul.list.icons li i {
	color: #704572;
}

.thumb-info .thumb-info-action-icon {
background-color: #704572;	
}