

body {
	color:#525252;
}

h1, h4, h5, h6 {
	color:#282828;
}

h3,h2 {
	color:#005395;
}


/* NAVBAR */

.navbar-custom {
	background:#FFFFFF;
}

.navbar-custom a {
	color:#009fe3;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#1A1A1A;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	color:#005395;
}

.navbar-custom .icon-bar {
	background:#005395;
}


/* TOP */

#top {
	color:#FFFFFF;
	background: -webkit-linear-gradient(#005395, #00447a); 
	background: -o-linear-gradient(#005395, #00447a); 
	background: -moz-linear-gradient(#005395, #00447a); 
	background: -ms-linear-gradient(#005395, #00447a); 
	background: linear-gradient(#005395, #00447a); 
}


/* INFO */

#info {
	background:#F7F7F7;
}

/* FEATURES 1 */

#features-1  .feature i {
	color:#005395;
}

#slider-features-1  .feature i {
	color:#005395;
}


/* TEAM */

#team {
	background:#f7f7f7;
}

#team .title {
	color:#005395;
}

#team .social li a {
	color:rgba(255, 42, 104, 0.7);
}

#team .social li a:hover {
	color:rgba(255, 42, 104, 1);
}


/* TESTIMONIAL */

.bubble {
	background: #F7F7F7;
}

.bubble:after {
	border-color: #F7F7F7 transparent;
}


#testimonial .person .company {
	color:#005395;
}

.owl-theme .owl-controls .owl-page span{
	background: #005395;
}


/* FOOTER */

footer {
	color:#FFFFFF;
	background: -webkit-linear-gradient(#005395, #00447a); 
	background: -o-linear-gradient(#005395, #00447a); 
	background: -moz-linear-gradient(#005395, #00447a); 
	background: -ms-linear-gradient(#005395, #00447a); 
	background: linear-gradient(#005395, #00447a); 
	border-top:1px solid #005395;
}

footer .social li i {
	color:rgba(255,255,255, 0.7);
}

footer .social li i:hover {
	color:rgba(255,255,255, 1);
}


/* MISC. */



/* BUTTONS */


.button-light {
	color:#FFFFFF;
	background:#65b200;
	border:2px solid #FFFFFF;
}

.button-light:hover,
.button-light:active {
	color: #005395;
	background: #FFFFFF;
}

.button-dark {
	color: #005395;
	background: rgba(255,255,255, 0.8);
	border:2px solid rgba(255,255,255, 0.9);
}

.button-dark:hover,
.button-dark:active {
	color: #005395;
	background: rgba(255,255,255, 1);
}


/* Color */

.gradient {
 	background: -webkit-linear-gradient(#FF5E3A, #005395); 
	background: -o-linear-gradient(#FF5E3A, #005395); 
	background: -moz-linear-gradient(#FF5E3A, #005395); 
	background: -ms-linear-gradient(#FF5E3A, #005395); 
	background: linear-gradient(#FF5E3A, #005395); 
}

.icon i {
	color:rgba(255,255,255,0.80);
}

.icon {
	color:rgba(255,255,255,0.85);
}
