/* Color */
.color-switch,
.responsive-features span,
.time-line-content h5,
.video-icon .icon-play,
.video-icon h2,
.services-section .service-box:hover i,
.text-slider p.home-icons a:hover,
#blog .blog-post .post-details > li i,
.tweet .username a,
.tweet .tweet_time a,
.tweet .tweet_text a{
	color:#000;
}
#topnav .nav li a:hover,
#topnav .nav li.active a,
#topnav .nav li a:focus {

}
/* Background Color */
.col-color-bg,
#testimonials-slider .owl-page.active,
.contact-deatail-content:hover i,
.startup-section:before,
.about-content-box:hover,
.team-block .col-sm-3:hover .team-member-details,
#blog .blog-post a.title:after,
.icon-twitter i,
#twitter .owl-theme .owl-controls .owl-page.active span,
.review-section{
	/*background-color:#ffb647;*/
}
.col-color-bg-sobre {
background-color: #5f67b2;

}
/* Border Color */
.sticky-navigation,
.video-icon .icon-play,
.author-image:after,
.contact-section .form-control:focus,
.contact-deatail-content:hover i{
    border-color:#000;
}
#blog .blog-post a.title{
    border-color:#cccccc;
}
/*
.sticky-navigation {
background: #000 url(../images/bg-menu.png) repeat;

}*/
/* RGB */
.effect-oscar:hover .img-overlay:after,
.tech-skills-section:after{
	background: rgba(255, 182, 71, 0.9);
}

/* Gradient */
.curl-top-right:before{
	background: linear-gradient(225deg, #171717 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);	
	background: -ms-linear-gradient(225deg, #171717 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(225deg, #171717 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(225deg, #171717 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(225deg, #171717 48%, #ffb647 50%, #ffab0d 56%, #ffb647 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000', endColorstr='#999');/*For IE7-8-9*/ 
}
.curl-bottom-left:before{
	background: linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(225deg, #ffb647 48%, #171717 50%, #171717 56%, #171717 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}