/*======= MIXER =======*/
#about a, .portfolio a, .news a {
	color:#111;
}
#about a.button, .portfolio a.button, .news a.button {
	color:#FFF;
}
#about a.button:hover, .portfolio a.button:hover, .news a.button:hover {
	color:#111;
}

/*============= HOME =============*/
#home h2{
	color: #FFF;
}

/*============= ABOUT ============*/
#about{
	color: #666;
}
#about .header-text, #about .caption {
	color: #666
}
#about h1,#about h2,#about h3,#about h4,#about h5,#about h6{
	color: #1A3540;
}

/*========= TESTIMONIALS =========*/
#testimonials{
	background: #121B26;
	color: #D9C896;
}
#testimonials h5{
	color: #44545E;
}

/*=========== PORTFOLIO ==========*/
.portfolio {
	color: #666;
}
.portfolio a {
	color: #444;
}

/*============= TEAM =============*/
#team a {
	color: #FFF;
}

/*============= NEWS =============*/
.news {
	color: #FFF;
}
.news a {
	color:#ECECEC;
}
.news article img.img-responsive, .news article .embeddedvideo {
	box-shadow:0px 0px 16px #444;
}
.news article img:hover, .news article .embeddedvideo:hover  {
	box-shadow:none;
}
.shuffle_filter input[type="text"] {
	border: 1px solid #7F7B7F;
	background: #FFF;
    color: #000;
}
.shuffle_filter label {
	border: none;
	background: #FFF !important;
	color: #000;
}
.shuffle_filter label:hover {
	background: #E3E3E3 !important;
}
.shuffle_filter input:checked + label {
	background: #E3E3E3 !important;
	color: #000 !important;
}


/*============ CONTACT ===========*/
#contact {
	color: #666 !important;
}
#contact .header-text {
	color: #666
}
#contact h1,#contact h2,#contact h3,#contact h4,#contact h5,#contact h6{
	color: #666;
}
#contact a {
	color:#444;
}


/*============= FORMS ============*/
input[type="text"], input[type="password"], select, textarea{
	background: #666;
	color: #E5E5E5;
	border: none;
	outline: none;
}
.submit-btn, input[type="submit"], input[type="button"], button{
	background: #666;
    color: #fff;
    border: 1px solid #444;
}
.submit-btn:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover{
	background: #eee !important;
	color: #666;
}
button.navbar-toggle {
	background: #FFF !important;
}


.button {
    background: #111;
}
.button:hover {
    background: #FFF;
    color: #111;
}
/*============ REVIEWS ===========*/
#reviews {
	color: #FFF;
}


/*============= EXTS =============*/
#page.ext .section{
	background: white;
}