/* Custom */

/* Nav Brand */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #c11e11;
}
.navbar-inverse .navbar-brand-white a {
	color: #fff;
}
.navbar-inverse .navbar-brand-white a:hover {
	color: #999;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	font-weight: 300;
	color: #EC1D25;
}
.main-nav-scrolled  {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 400;
	border-bottom: 3px solid #EC1D25;
}



#middle p  {
	margin-top: 10px;}

.carousel {
    position: relative;
    z-index: 1;
}


#testimonial {
    position: relative;
    z-index: 1;
}

.contact_details a {
	color: #4e4e4e;
}

.contact_details a:hover {
	color: #EC1D25;

}


.right.carousel-control, .left.carousel-control {
    display: none;
}
#main-slide .slider-content h1{
	padding-right: 10%;
	padding-left: 10%;
}
.carousel-indicators .active {
  background-color: #EC1D25;
  opacity: 1;
}

