/*
 *  mx_joomla168 -Responsive Personal Portfolio Template Color Stylesheet
 *  mixwebtemplates
 */


/* General
 **************************************************/
 .btn-outline {
    background-color: #99cc33;
}
.btn-outline:hover {
    color: #99cc33;
}
.colored{
	color:#99cc33;
}

a{
    color:#99cc33;
}
/* home 
 **************************************************/

#caption-carousel .caption h2{
    color:#99cc33;
}

.social-icons li a .top, .social-employee li a .top {
    color: #99cc33;
}
.arrow-down:before{
    background: #99cc33;
}
.employee-hover {
    background: rgba(153,204,51,.9) !important;
}
/* Portfolio
 **************************************************/
 #folio .item .details .title{
    color:#99cc33;
}
.folio-filter li i{
    color:#99cc33;
}
.folio-filter li.active i{
    background: #99cc33;
}
#folio .item  i {
    color: #99cc33;
}

#folio-popup button ,#folio .item .overlay{
    background:#99cc33;
}

/* Contact
 **************************************************/
 #map-marker i{
    color:#99cc33;
}

.circle-icons li i{
    color: #99cc33;
}

.contact-form input#submit, .contact-form button{
    background:#99cc33 !important;
}
.contact-form input#submit:hover{
	color: #99cc33;
}

/* Loader 
**************************************************/
#preloader {
	background-color:#99cc33;
}


/* Navigation
 **************************************************/
#nav-container {
	 background:#99cc33;
}
#load-overlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 50%;
    right: 0;
    margin-top: -50px;
    background:#99cc33;
}