h2 {
	line-height:1.5em;
}

.navbar {
	background: #F1F1F1;
}

.navbar-inverse .navbar-nav > li > a {
	color:#000;
}

body {
	font-size:16px;
}

#text-content, #recent-works {
	background: #f2f2f2;
}

.recent-work-wrap .overlay {
	padding:10px;
}

.recent-work-wrap .overlay h4 a {
	color:#fff;
}
.navbar-nav > li {
	margin-left: 15px;
}

.fa .fa-chevron-left {
	margin-top: 10px;
}

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.feature-wrap i {
	background-color: #FE0000;
	color: #fff;
}

.services-h2 {
	margin-top: 35px !important;
}

.services-h2:hover {
	text-decoration: underline;
}

.services-box {
	border:2px double #ececec;
	border-radius:5px;
	box-shadow: 2px 4px #ececec;
	min-height:250px;
	margin:5px;;
}

.services-box p {
	padding:15px;
}

.services-inner-head {
	width:100%;
	background-color:#bf1111;
	padding:20px;
	border-radius:5px 5px 0px 0px;
}

.services-inner-head h2 {
	color:#fff;
}


.card-styling {
	width: 34rem;
	box-shadow: 2px 2px 2px 2px #e6e6e6;
	min-height: 376px;
	padding-bottom: 30px;
}

.card-img-top {
	padding-top: 30px;
}

.page-heading-interact {
	padding-bottom: 70px;
}

#contact-page {
	padding-top: 50px;
	padding-bottom:50px;
}

.fa-chevron-left {
	margin-top: 12px !important;
}

.fa-chevron-right {
	margin-top: 12px !important;s
}

.modal-dialog {
	width:600px;
}

.thumbnail {
	margin-bottom:6px;
}

#certification {
	padding-top: 50px;
	padding-bottom: 50px;
}

.recent-work-inner {
	text-align: center;
}

.services-head {
	height: 400px;
	background-image:url('/assets/images/home/Calder-View-Lancashire.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:40px;
	
	padding-top:145px;
	padding-bottom:20px;
}

.services-head h1 {
	color:#333;
	/*text-shadow:2px 2px #000;*/
	font-size:64px;
	margin-top:0px;
	padding:30px 30px;
	border-radius:5px;
	
}
	

.products-head {
	height: 400px; 
	background-image:url('/assets/images/home/housing-development2.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:40px;
	
	padding-top:145px;
	padding-bottom:20px;
}

.products-head h1 {
	color:#333;
	/*text-shadow:2px 2px #000;*/
	font-size:56px;
	margin-top:0px;
	padding:30px 30px;
	border-radius:5px;
	
}


.clients-head {
	height: 400px; 
	background-image:url('/assets/images/home/mancity-stadium.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:40px;
	
	padding-top:145px;
	padding-bottom:20px;
}

.clients-head h1 {
	color:#333;
	/*text-shadow:2px 2px #000;*/
	font-size:64px;
	margin-top:0px;
	padding:30px 30px;
	border-radius:5px;
	
}

.contact-head {
	height: 400px; 
	background-image:url('/assets/images/services/bathroom.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:40px;
	
	padding-top:145px;
	padding-bottom:20px;
}

.contact-head h1 {
	color:#333;
	/*text-shadow:2px 2px #000;*/
	font-size:64px;
	margin-top:0px;
	padding:30px 30px;
	border-radius:5px;
	
}

.headerh1 h1 {
	background-color: rgba(231, 231, 231, 0.8);
	font-size:56px;
}

.top-buffer {
	padding-top:40px;
}

.bottom-buffer {
	padding-bottom:40px;
}

.services-h2:hover {
	text-decoration:none;
}

.form-group .form-control {
    border-color: #ccc;
    background-color:#eee
}

@media only screen and (max-width: 750px) {
	#main-slider {
		display:none;
	}
}

@media only screen and (min-width: 750px) { 
	#mobile-main-slider {
		display:none;
	}
}

/*
.carousel-content h1 {
	color: #4e4e4e;
}
#main-slider .carousel h2 {
	color: #4e4e4e;
}
*/