body {
	font-size: 1.2rem;
}

.container {
    position: relative;
    /* margin-left: 20%; */
    /* width: 960px; */
}

.navbar {
	margin-bottom: 0;
}

.navbar {
    border-radius: 0;
}

.navbar {
    min-height: 40px;
    padding-right: 20px;
}

.navbar-inverse .navbar-nav li a {
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
}

.navbar-inverse .navbar-nav li a:hover {
    text-decoration: none;	
	color: #f99c35;
}

.right-bar {
    position: fixed;
    width: 150px;
    height: 100vh;
    margin-left: 880px;
    background: #f99c35;
}

.right-bar img {
    position: absolute;
    bottom: 0;
    left: 0;
}

h1 {
    font-size: 2.7rem;
    color: #241e1a;
}

h1 small {
    color: #f99c35;
    font-size: 2.2rem;
}

h3 {
	margin-top: 5px;
}

.metaslider {
	margin-top: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

#banner{
    width: 100%;
	height: 400px;
	margin-top: 5px;
    background-image: url(images/banner1.png);
    background-size: cover;
}

#bannerabout{
	width: 850px;
	height: 400px;
	margin-top: 5px;
	background-image: url(images/aboutus.png);	
	background-size: cover;
}

#bannerservices{
	width: 850px;
	height: 400px;
	margin-top: 5px;
	background-image: url(images/services.png);	
	background-size: cover;
}

#bannergallery{
	width: 850px;
	height: 400px;
	margin-top: 5px;
	background-image: url(images/gallery.png);	
	background-size: cover;
}

#bannertestimonials{
	width: 850px;
	height: 400px;
	margin-top: 5px;
	background-image: url(images/testimonialsbanner.png);	
	background-size: cover;
}

#bannercontact{
	width: 850px;
	height: 400px;
	margin-top: 5px;
	background-image: url(images/contactbanner.png);	
	background-size: cover;
}

#caption{
	margin-top: 365px;
	width: 850px;
	height: 35px;
	background-image:url(images/transparent.png);	
}

#caption h2{
	margin-left: 10px;
	margin-top: 2px;
	font-size: 	1.5em;
	color: #241e1a;
}

.grey-box-service {
	min-height: 90px;
	margin-top: 5px;
	padding: 5px;
	line-height: 1.2rem;
	background: #e0e0e0;
}

.grey-box-service a {
	color: #f90;
}

.grey-box-service a:hover {
	color: #000;
}

.grey-box-service img {
	margin-top: 5px;	
	border: 5px solid #fff;
}

.grey-box-service h4 {
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: 700;
}

#greyboxcontainer{
	float: left;
	margin-top: 5px;
	width: 850px;	
}

#greyboxcontainer h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #241e1a;
}

#greyboxcontainer a{
	text-decoration: none;
	color: #f88200;
}

#greyboxcontainer a:hover{
	text-decoration: none;
	color: #000;
}

#greybox1{
	float: left;
	width: 270px;
	height: 75px;
	background-color: #e0e0e0;	
}

#greybox2{
	float: left;
	width: 270px;
	height: 75px;
	margin-left: 20px;
	background-color: #e0e0e0;			
}

#greybox3{
	float: left;
	width: 270px;
	height: 75px;
	margin-left: 20px;
	background-color: #e0e0e0;			
}

div.greyboxtext{
	float: left;
	width: 175px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 1.1rem;
	color: #241e1a;
}

div.greyboxtext h2 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
}

div.greyboximg{
	float: left;
	width: 65px;
	height: 65px;
    margin-top: 5px;
    margin-left: 15px;
	background-color: #FFF;	
}

.title {
	border-bottom: 3px solid;
	border-bottom-color: #f99c35;
}

#servicescontent ul{
	list-style-type: none;
}

#servicescontent li{
    margin-bottom: 5px;
    padding: 6px 0 0 0;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#servicescontent h4{ 
	margin: 0 0 0 30px;
	font-size: 1.9rem;
}

#servicescontent a{
	margin-left: 30px;
	font-size: 1.9rem;
	text-decoration: none;
	color: #f99c35;
}

#footer{
	padding: 10px;
	margin-top: 20px;
	color: #222;
	font-size: 1.5rem;
	background-color: #e0e0e0;	
}

#copyright{
	margin-top: 7px;	
	font-size: 0.6em;
	text-align: center;
	color: #241e1a;
	margin-bottom: 7px;	
}

#copyright a{
	text-decoration: none;
	color: #f88200;		
}

#copyright a:hover{
	text-decoration: none;
	color: #241e1a;
}

#servicelist{
	text-align: center;
	font-size: 0.6em;	
}

#wppa-container-1 {
	width: 100% !important;
	max-width: 100% !important;
}

@media screen and (max-width: 1200px) {
	#banner,
	#bannerabout,
	#bannerservices,
	#bannergallery,
	#bannertestimonials,
	#bannercontact {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.grey-box-service img {
		float: right;
	}
}

@media screen and (max-width: 786px) {
	#banner,
	#bannerabout,
	#bannerservices,
	#bannergallery,
	#bannertestimonials,
	#bannercontact {
		width: 100%;
		max-width: 100%;
		max-height: 200px;
	}

	h1 small {
		display: none;
	}
}