

body {
	color:#525252;
}

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

h3 {
	color:#1A1A1A;
}


/* NAVBAR */

.navbar-custom {
	background:#FFFFFF;
}

.navbar-custom a {
	color:#282828;
}

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

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

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


/* TOP */

#top {
	color: #000;
	background: -webkit-linear-gradient(#FFF, #FBFBFB) ; 
	background: -o-linear-gradient(#FFF, #FBFBFB); 
	background: -moz-linear-gradient(#FFF, #FBFBFB) ; 
	background: -ms-linear-gradient(#FFF, #FBFBFB) ; 
	background: linear-gradient(#FFF, #FBFBFB) ; 
}


/* INFO */

#apps {
	background:#e5b12e;
}

/* FEATURES 1 */

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

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


/* TEAM */

#team {
	background:#f7f7f7;
}

#team .title {
	color:#FF2A68;
}

#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:#FF2A68;
}

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


/* FOOTER */

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

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:transparent;
	border:2px solid #FFFFFF;
}

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

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

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


/* Color */

.gradient {
 	background: -webkit-linear-gradient(#050101, #392B2F); 
	background: -o-linear-gradient(#050101, #392B2F); 
	background: -moz-linear-gradient(#050101, #392B2F); 
	background: -ms-linear-gradient(#050101, #392B2F); 
	background: linear-gradient(#050101, #392B2F); 
}

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

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