/************************************************************************************************************************************

									DEFAULT COLOR : don't touch that, you can change these colors in Template manager
															
************************************************************************************************************************************/

body {
color:#555;
}

.pane-sliders #basic-details.pane-toggler-down a, .pane-sliders #display-form.pane-toggler-down a, .pane-sliders #display-misc.pane-toggler-down a, .accordion-heading strong a {
background-color : #9E3A2C ;
}

a, .text-email:before, .text-phone:before {
color: #9E3A2C;
}

input[type="submit"], button, .breadcrumb a:hover, .vertical-menu li a:hover, .horizontal-menu li a:hover,
.bottom_menu li a:hover, a:hover, .contact .open a {
color: #D66A33;
}
.horizontal-menu li[class*="current"] > a, .vertical-menu li[class*="current"] > a {
background:#D66A33;
}

.horizontal-menu li a, .vertical-menu li a {
color : #555;
}

h1, .componentheading, h1 a, h1 a:hover, .blog > h1, .blog > h2, .page-header h2 {
color: #111;
}

h2, h1 + h1, .left_column .module-title h3, .right_column .module-title h3, .top-module-position .module-title h3, .bottom-module-position .module-title h3,
.user1 .module-title h3, .user2 .module-title h3, .user3 .module-title h3, .user4 .module-title h3, .user5 .module-title h3, .user6 .module-title h3, .module-banner .module-title h3 {
color: #444;
}

.drop-down li a, .drop-down li span.separator, .drop-down li:hover > a[href="#"],
#search input[type="text"], #search .inputbox, .drop-down span.title_menu a {
color:#000;
}

.drop-down li.active > a, .drop-down li.active > span, .drop-down li:hover > a, .drop-down li:hover > span {
color:#D66A33;
}
		
.social-links, .social-links li a {
color : #666;
}

.image-module {
background: #fff;
}

@media screen and (max-width: 979px) {		
			
	.drop-down li.active > a, .drop-down li.active > span {
	color:#D66A33;
	}

}