/* Red - Grey */

/*
	Color 1 (dark grey): 	#575756
	Color 2 (light grey): 	#757574
	Color 3 (red): 			#B11817
	Color 4 (dark red): 	#71100F
	Color 5 (white): 		#FEFCFB
*/

.color{
	color: #575756;
}

.bg {
	background: #575756 !important;;
}

.color-2{
	color: #757574;
}

.bg-2 {
	background: #757574 !important;
}

.color-3{
	color: #B11817;
}

.bg-3 {
	background: #B11817 !important;;
}

.color-4{
	color: #71100F;
}

.bg-4 {
	background: #71100F !important;;
}

.color-5{
	color: #FEFCFB;
}

.bg-5 {
	background: #FEFCFB !important;;
}

body{
	background: #FEFCFB;
}

blockquote{
	border-left: 4px solid #575756;
}

header{
	border-top: 2px solid #575756;
}

.navbar{
	margin-bottom: 15px;
}

.active {
	background: #eee !important;
	filter: none !important;
	padding: 15px;
}

.navbar button{
background:#575756 !important;
}

.navbar button:hover{
background:#757574 !important;
}

.da-slider{
	border-top: 3px solid #575756;
	border-bottom: 3px solid #575756;
}

.da-slide h2 span{
	background: url("../img/border-l.png") left bottom no-repeat;
}

.da-slide .da-link{
	background: #575756;
}

.da-slide .da-link:hover{
	background: #757574;
}

.da-dots span{
	background: #575756;
}

.da-arrows span{
	background: #575756;
}

.full-slider{
	border-top: 5px solid #757574;
	background: #575756;
}

.full-slider .button a{
	background: #757574;
}

.full-slider .button a:hover{
	background: #757574;
}

.flex-back{
	background: #757574;
}

.home-product{
	background: #575756;
}

.home-product .home-prod-img{
	border: 1px solid #757574;
}

#portfolio .element{
	background: #757574;
}

#portfolio .pcap{
	background:#575756;
	border-top: 2px solid #757574;
}

/* Events - Accordion*/

.events .panel-heading h5{
background:#575756;
}

.social-links{
	background: #575756;
}

.social-links i{
	background: #757574;
}

.formy{
	background: #575756;
}

.service-two i{
	color: #575756;
}

.features-two .feat i, .features-three i{
	color: #575756;
}

.about-two .asocial i{
	background:#575756;
}

.career .nav-tabs > li > a:hover{
	background: #575756;
}

.button a{
	background: #575756;
}

.button a:hover{
	background: #757574;
}

.paging a:hover{
	background: #575756;
}

.paging .current{
	background: #757574;
}

.padding{
	padding: 0px 20px;
}

.sr-bullet{
	height: 8px;
	width: 16px;
	margin-bottom: 2px;
}

.row-container{
	padding-left: 20px;
	padding-right: 20px;
}