
/*-----------------------------------------------------
					#HEADER
------------------------------------------------------*/

.headertabs {
	text-decoration: none;
	display: inline-block;
}

.site-header {
	z-index: 100 !important;
}

.active >img {
	margin:auto !important; 
}

.clear {
	background-color: #e5e5e5;
}

.nav-container li a > .active {
    border-bottom:3px brown solid !important;
}

/* ----------------------------------------------------
					# INNER PAGES
-------------------------------------------------------*/


/* General */

.reply-message {
	display: none;
	color: green;
	font-weight: bold;
	margin-left: 10px;
}

/*---------------
	About Us
-----------------*/
.about-us-wrapper{
	margin: 25px;
}

.about-content,.team{
	padding: 10px;
}

.about-title{
	background-color: rgba(255, 0, 0, 0.1);
    padding-left: 10px; 
}
