@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

body {
	font-family:'PT Sans Narrow', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:400;
	background:#fff;
}

.mainbox {
	margin: 0 auto;
	padding:0px;
}

a {
	color:#079601;
}

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



h1, h2, h3, h4, h5, h6, hr {
	margin:0;
	padding:0;
}

h1 {
	font-size:50px;
	font-weight:700;
}

h2 {
	font-size:40px;
	padding:10px 0;
}

h3 {
	padding:5px;
}

hr {
	margin-bottom:10px;
	border-top:1px solid #F7D9BF;
	border-bottom:1px solid #f78320;
}

#background {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:99;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.btn-success {
	height:60px;
	width:100%;
	font-size:19px;
	font-weight:700;
	letter-spacing:1px;
	text-shadow:1px 1px #01731C;
}

.subttl {
	color:#f78320;
	font-size:35px;
	padding:0;
	margin:0;
	margin-top:-10px;
	font-weight:700;
}

.wsubttl {
	color:#FFF;
	font-size:30px;
}

.redbg {
	background:url('../img/topbg.png') top repeat-x #f78320;
	color:#FFF;
	padding:5px 10px;
}

.ssbg {
	background:url('../img/topbg.png') top repeat-x #f78320;
}

.wbg {
	background:#fff;
}

.darkbg {
	background:#464646;
	color:#FFF;
	padding:5px 10px;
}

.nospc {
	margin:0;
	padding:0;
}

.row {
	overflow:hidden;
	margin:0;
}

.container {
	padding:0;	
}

.top_slides {
	padding:0;
	margin:0;
	height:400px;
	overflow:hidden;
	z-index:-99;
}

.top_slides img {
	z-index:-99;
}

p {
	letter-spacing:0.5px;
}

.desc {
	padding:10px 15px 25px 15px;
}

.descright {
	background:#FFE8DA;
	border-top:2px solid #FCD3B8;
	border-bottom:2px solid #FCD3B8;
}

.desc p {
	font-size:21px;
	line-height:30px;
	padding:0;
}

.dsul li {
	list-style-image:url('../img/ok.png');
	font-size:19px;
}

.descright ul li {
	font-size:21px;
	line-height:30px;
	padding:0;
	list-style-image:url('../img/ok.png');
}

.rightul {
	list-style-image:url('../img/ok.png');
}

.telno {
	font-weight:700;
	padding:0;
	margin:0;
}

.telno a {
	color:#fff !important;
}

.points ul li {
	font-size:21px;	
}

.testimonials {
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	background:#eeeeee;
	padding:5px;
}

.cimg {
	padding:30px 0px;
	margin:0 auto;
}

.img-responsive {
	float:none !important;	
}

.footer {
	background:#464646;
	color:#FFF;
	padding-top:10px;
}

.footer a, .footer a:hover, .footer a:visited {
	color:#FC9844;
}

.sicon {
	margin-top:-4px;
	display:inline-block;
}

.panel-body {
	font-size:15px;	
}

.panel-title {
	font-weight:700;
	font-size:18px;	
}

.panel-heading button {
	margin-top:-20px;	
}

/* ----------------- Top Menu ----------------- */

.topmenu {
	display:block;
	margin:0;
	padding:0;
	height:40px;
	font-size:17px;
	margin-top:10px;
}

.menuitem {
	float:left;
	padding:4px 9px;
	margin:0;
	border-right:1px solid #C9620C;
}

.norightbdr {
	border-right:none;
}

.menuitem a {
	color:#fff;
	padding:0;
	white-space: nowrap;
}

.menuitem a:hover{
	color:#000000;
}

.menuitem .active{
	color:#000000;
	font-weight:700;
}

.topmenu img {
	margin:5px;	
}

/* ---------- Enquiry Form ----------------- */

#enqbar {
	z-index:999;	
}

.enqform {
	border:2px solid #f78320;
	padding:0px 10px 10px 10px;
	background:rgba(255,255,255,0.9);
	box-shadow:0 0 10px rgba(0,0,0,0.9);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.9);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.9);
	-o-box-shadow:0 0 10px rgba(0,0,0,0.9);
	z-index:999;
	border-radius:10px;
}

.enform {
	z-index:999;
}

.enqform .subttl {
	color:#f78320;
	font-size:32px;
	padding:0;
	margin:0;
	margin-top:-10px;
	font-weight:700;
}

.enqform .row .left, .enqform .row .right {
	padding:0;
}

.error {
	padding-top:10px;
}

.form-error {
	border:1px solid #F7AEAB;
	box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-webkit-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-moz-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	-o-box-shadow:inset 0 0 10px rgba(213,87,79,0.5);
	color:#d9534f;
}

.form-inline {
	padding:0;	
}

/* ---------- Back to Top Button ----------------- */

#back-top {
	position: fixed;
	bottom: 0;
	right: 0;
}

#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font:4px;
	text-transform: uppercase;
	text-decoration: blink;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	color:#13256c;
}

#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 4px;
	background: #ddd url('../img/scrollup.png') no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border:1px solid #555;
}

#back-top a:hover span {
	background-color: #777;
}

/* ---------- IFrame----------------- */
[name ="google_conversion_frame"] {
    display: none;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
	h1 {
		font-size:25px;
		text-align:center;
	}
	
	h2 {
		font-size:25px;
		text-align:center;
		padding:0;
		margin:0;
	}
	
	.subttl, .enqform .subttl {
		font-size:25px;
		line-height:25px;
	}
	
	.wsubttl {
		font-size:20px;
	}
	
	.tmnl {
		margin:4px;
		padding:0;	
	}
	
	.points ul li {
		font-size:17px;	
	}
	
	#enqbar {
		padding:15px 0;
		background:#FFE8DA;
		border-bottom:2px solid #FFD1B5;
	}
	
	.testimonials {
		margin:10px auto;
	}
	
	.top_slides {
		height:300px;
	}
	
	.desc p {
		font-size:19px;
		line-height:20px;
	}
	
	.cimg {
		padding:0 20px;
		padding-bottom:25px;	
	}
	
	.telno {
		font-size:25px;
		text-align:right;
	}
	
	.topmenu {
		height:30px;
		overflow:hidden;	
	}
	
	.menucover {
		padding:0;
		margin:0;	
	}

}

@media (min-width: 768px) {
	
	#enqbar {
		position:absolute;
		top:0px;
		max-width:768px;
	}
	
	.tmnl {
		margin:10px;
		padding:0;	
	}
	
	.enqform {
		margin:12px 0;
	}
	
	.enqform .row .left {
		padding-right:5px;
	}
	
	.enqform .row .right {
		padding-left:5px;
	}
	
	.top_slides {
		margin-top:-500px;
	}
	
	.topheader {
		margin-top:400px;
		height:100px;
	}
	
	.form-control {
		height:45px;
		font-size:15px;
		letter-spacing:0.75px;
	}
	
	.descleft {
		padding-left:30px;
	}
	
	.descright {
		padding-right:30px;
	}
	
	.points h3 {
		font-size:30px;	
	}
	
	.rightspc {
		padding:0;
		padding-right:40px;	
	}
	
	.telno {
		font-size:30px;
		text-align:right;
	}

	.sicon {
		margin-left:40px;	
	}
}

@media (min-width: 992px) {
	#enqbar {
		max-width:992px;
	}
}

@media (min-width: 1024px) {
	#enqbar {
		max-width:1024px;
	}
}

@media (min-width: 1200px) {
	#enqbar {
		max-width:1200px;
	}

}