@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face { 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(http://fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(http://fonts.gstatic.com/s/raleway/v9/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(http://fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(http://fonts.gstatic.com/s/raleway/v9/JbtMzqLaYbbbCL9X6EvaIxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

body{
	background:url(../images/bg-body.jpg) no-repeat center top;
	font-family:'Raleway', sans-serif !important;
	font-weight:400 !important;
	font-size:13px !important;
	line-height:22px;
	color:#515151 !important;
}

a, a:hover, a:focus{
	outline:none;
}

a, a:hover {
	-webkit-transition: all 0.35s ease-in-out; 
	-moz-transition: all 0.35s ease-in-out; 
	-ms-transition: all 0.35s ease-in-out; 
	-o-transition: all 0.35s ease-in-out; 
	transition: all 0.35s ease-in-out;
	text-decoration:none;
}

.logo {
	margin:20px 0 0 0;
}

.MainMenu .navbar-default{
	background-image:none;
	background-color:transparent;
	border-color:transparent;
	box-shadow:none;
}

.MainMenu .navbar{
	margin-bottom:0;
	background-color:transparent;
	border:0px solid #cccccc;
	float:right;
}


.MainMenu .navbar-nav > li > a{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
	transition:all 0.5s ease-in-out 0s;
	margin-top:25px;
    font-family:'Raleway', sans-serif !important;
	letter-spacing:0.5px;
}

.MainMenu .navbar-default .navbar-nav > li > a:hover, .MainMenu .navbar-default .navbar-nav > li > a:focus{
	background:#fff;
	color:#e41145;
}
.MainMenu  .navbar-default .navbar-nav > .active > a{
		color:#e41145;
		background:#FFF;
		box-shadow:none;
}

.container-fluid-grey {
	background:#e0e9ec;
	padding:25px 0 40px 0;
	border-top:2px solid #fff;
}

.buffalo-img {
	margin:-200px 0 0 0;
	padding:0;
}

.buffalo-img img{
	float:right;
}

.container-fluid-grey h1{
	font-size:40px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
	font-family:'Roboto';
}

.container-fluid-grey p{
	font-size:14px;
	color:#000;
	font-weight:400;
	line-height:20px;
	text-transform:none;
	text-align:left;
	margin:0 0 15px 0;
	padding:0;
	letter-spacing:0.5px;
}

.container-fluid-grey a{
	background:#fff;
	border:1px solid #090;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#090;
	padding:10px;
	letter-spacing:0.5px;
}

.container-fluid-grey a:hover{
	background:#090;
	border:1px solid #090;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	padding:10px;
	text-decoration:none;
}

.bodypanel {
	padding:45px 0;
}

.bodypanel-left h1{
	font-size:50px;
	font-family:'Roboto';
	color:#00963a;
	text-align:left;
	font-weight:300;
	line-height:30px;
	margin:0;
}

.bodypanel-left h1 span{
	font-size:29px;
	font-weight:600;
}

.bodypanel-left h2{
	font-size:24px;
	font-family:'Roboto';
	color:#00963a;
	text-align:left;
	font-weight:600;
	line-height:30px;
	margin:15px 0 5px 0;
}

.bodypanel-left p{
	font-size:13px;
	color:#666;
	font-weight:500;
	line-height:18px;
	text-transform:none;
	text-align:left;
	margin:0 0 15px 0;
	padding:0;
	letter-spacing:0.5px;
}

.bodypanel-right {}

.bodypanel-right h1{
	font-size:30px;
	font-family:'Roboto';
	color:#e63432;
	text-align:left;
	font-weight:400;
	margin:0;
}

.bodypanel-right h2{
	font-size:24px;
	font-family:'Roboto';
	color:#000;
	text-align:left;
	font-weight:400;
	line-height:30px;
	margin:0 0 15px 0;
}

.product-col {
	border:1px solid #cfcfcf;
	margin:0 0 10px 0;
	padding:0;
	height:auto;
}

.product-col h1{
	font-size:18px;
	font-family:'Roboto';
	color:#e63432;
	text-transform:uppercase;
	text-align:left;
	font-weight:400;
	margin:0;
	padding:15px 10px 0 10px;
}

.product-col p{
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:16px;
	text-transform:none;
	text-align:left;
	margin:0;
	padding:5px 10px 25px 10px;
	letter-spacing:0.5px;
}

.bodypanel-right a{
	font-size:12px;
	color:#cc0000;
	text-align:leff;
	margin:0 18px 0 15px;
	padding:5px 5px 5px 15px;
	line-height:22px;
	font-weight:500;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
	background:#fff;
	text-transform:uppercase;
	width:auto;
	display:block;
	letter-spacing:0.8px;
}

.bodypanel-right a:hover{
	color:#fff;
	background:#cc0000;
	text-decoration:none;
	opacity:5;
    filter: alpha(opacity=40);
}

.container-fluid-black {
	background:#000;
	padding:25px 0;
	font-size:13px;
	color:#CCC;
	letter-spacing:0.8px;
}

.container-fluid-black a{
	color:#CCC;
	text-align:left;
	margin:0;
	padding:0;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

.container-fluid-black a:hover{
	color:#999;
	text-decoration:none;
}

.container-fluid-black h1 {
	background:url(../images/icon-mobile.png) no-repeat 0 0;
	font-family:'Roboto';
	font-size:22px;
	color:#e15f11;
	text-align:left;
	margin:0;
	padding:10px 0 0 50px;
	font-weight:300;
	height:44px;
	float:right;
}

.banner-aboutus {
	background:url(../images/bg-banner.jpg) no-repeat center #C00;
	height:200px;
}

.banner-enquiry {
	background:url(../images/bg-enquiry.jpg) no-repeat center #CCC;
	height:200px;
}
	
.banner-contact {
	background:url(../images/bg-contactus.jpg) no-repeat center #CCC;
	height:200px;
}

.banner-product {
	background:url(../images/bg-product.jpg) no-repeat center #CCC;
	height:200px;
}


.container-fluid-inner {
	background:#e0e9ec;
	padding:20px 0 20px 0;
	border-top:2px solid #fff;
}

.container-fluid-inner h1{
	font-size:40px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
	text-align:left;
	margin:0;
	padding:0;
	font-family:'Roboto';
}

.bodypanel-inner {
	padding:30px 0;
}

.bodypanel-inner-left p{
	font-size:16px;
	color:#333;
	font-weight:400;
	line-height:24px;
	text-transform:none;
	text-align:left;
	margin:0 0 15px 0;
	padding:0;
	letter-spacing:0.5px;
}

.bodypanel-inner-left h1{
	font-size:22px;
	font-family:'Roboto';
	color:#e63432;
	text-align:left;
	font-weight:400;
	margin:0 0 10px 0;
	padding-bottom:8px;
	border-bottom:1px dashed #CCC;
	text-transform:uppercase;
}

.bodypanel-inner-right {}

.bodypanel-inner-right h1{
	font-size:22px;
	font-family:'Roboto';
	color:#e63432;
	text-align:left;
	font-weight:400;
	margin:0;
}

.bodypanel-inner-right p{
	font-size:14px;
	color:#000;
	font-weight:400;
	line-height:20px;
	text-transform:none;
	text-align:left;
	margin:8px 0 15px 0;
	padding:0;
	letter-spacing:0.5px;
}

.product-left-panel {
	background:#e0e9ec;
	border-radius:10px;
	padding:20px;
}

.product-left-panel h1{
	font-size:22px;
	font-family:'Roboto';
	color:#e63432;
	text-align:left;
	font-weight:400;
	margin:0;
}

.product-left-panel ul {
	margin-left:-25px;
}

.product-left-panel ul li{
	color:#000;
	font-weight:500;
}

.p-text{	
	font-size:15px;
	font-family:'Roboto';
	color:#000;
	text-align:center;
	font-weight:400;
}


@media (min-width: 980px) and (max-width:1200px){
	.container-fluid-grey {
		background:#e0e9ec;
		padding:15px 0 30px 0;
		border-top:2px solid #fff;
	}
	
	.buffalo-img {
		margin:-100px 0 0 0;
		padding:0;
	}

	.buffalo-img img{
		float:right;
		
	}
	
	.container-fluid-grey h1{
		font-size:30px;
		color:#000;
		font-weight:400;
		text-transform:uppercase;
		text-align:left;
		margin:0;
		padding:0;
		font-family:'Roboto';
	}
	
	.container-fluid-grey p{
		font-size:13px;
		color:#000;
		font-weight:400;
		line-height:18px;
		text-transform:none;
		text-align:left;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a{
		background:#fff;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#090;
		padding:7px;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a:hover{
		background:#090;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#fff;
		padding:7px;
		text-decoration:none;
	}
	
	
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.logo{
		margin:15px 0 5px 0;
		text-align:left;
	}
	
	.logo img{
		width:100%;
	}
	
	.MainMenu .navbar-default{
		background-image:none;
		background-color:transparent;
		border-color:transparent;
		box-shadow:none;
	}

	.MainMenu .navbar{
		margin-bottom:0;
		background-color:transparent;
		border:0px solid #cccccc;
		float:none;
	}

	.MainMenu .navbar-nav > li > a{
		padding-top:20px;
		padding-bottom:5px;
		padding-left:12px;
		padding-right:12px;
		color:#a28b6d;
		text-transform:uppercase;
		font-size:12px;
		font-weight:500;
		transition:all 0.5s ease-in-out 0s;
		margin:0;
	}
	
	.MainMenu .navbar-default .navbar-nav > li > a:hover, .MainMenu .navbar-default .navbar-nav > li > a:focus{
		background:#fff;
		color:#e41145;
	}
	
	.MainMenu  .navbar-default .navbar-nav > .active > a{
			color:#e41145;
			background:#fff;
			box-shadow:none;
	}	
	
	.container-fluid-grey {
		background:#e0e9ec;
		padding:15px 0 30px 0;
		border-top:2px solid #fff;
	}
	
	.buffalo-img {
		margin:-100px 0 0 0;
		padding:0;
	}

	.buffalo-img img{
		float:right;
		
	}
	
	.container-fluid-grey h1{
		font-size:30px;
		color:#000;
		font-weight:400;
		text-transform:uppercase;
		text-align:left;
		margin:0;
		padding:0;
		font-family:'Roboto';
	}
	
	.container-fluid-grey p{
		font-size:13px;
		color:#000;
		font-weight:400;
		line-height:18px;
		text-transform:none;
		text-align:left;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a{
		background:#fff;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#090;
		padding:7px;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a:hover{
		background:#090;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#fff;
		padding:7px;
		text-decoration:none;
	}
	
		.bodypanel {
		padding:45px 0;
	}

	.bodypanel-left h1{
		font-size:25px;
		font-family:'Roboto';
		color:#00963a;
		text-align:left;
		font-weight:300;
		line-height:20px;
		margin:0;
	}
	
	.bodypanel-left h1 span{
		font-size:18px;
		font-weight:600;
	}
	
	.bodypanel-left h2{
		font-size:18px;
		font-family:'Roboto';
		color:#00963a;
		text-align:left;
		font-weight:600;
		line-height:30px;
		margin:10px 0 0 0;
	}
	
	.bodypanel-left p{
		font-size:12px;
		color:#000;
		font-weight:400;
		line-height:15px;
		text-transform:none;
		text-align:left;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.bodypanel-right {}
	
	.bodypanel-right h1{
		font-size:24px;
		font-family:'Roboto';
		color:#e63432;
		text-align:left;
		font-weight:400;
		margin:0 0 0 0;
	}
	
	.bodypanel-right h2{
		font-size:18px;
		font-family:'Roboto';
		color:#000;
		text-align:left;
		font-weight:300;
		line-height:22px;
		margin:0 0 15px 0;
	}
	
	.product-col {
		border:1px solid #cfcfcf;
		margin:0 0 10px 0;
		padding:0;
		height:auto;
	}
	
	.product-col h1{
		font-size:13px;
		font-family:'Roboto';
		color:#e63432;
		text-transform:uppercase;
		text-align:left;
		font-weight:400;
		margin:0;
		padding:15px 10px 0 10px;
	}
	
	.product-col p{
		font-size:11px;
		color:#333;
		font-weight:500;
		line-height:14px;
		text-transform:none;
		text-align:left;
		margin:0;
		padding:5px 10px 25px 10px;
		letter-spacing:0.5px;
	}
	
	.bodypanel-right a{
		font-size:12px;
		color:#cc0000;
		text-align:leff;
		margin:0 18px 0 15px;
		padding:5px 5px 5px 15px;
		line-height:22px;
		font-weight:500;
		border-top:1px solid #cc0000;
		border-bottom:1px solid #cc0000;
		background:#fff;
		text-transform:uppercase;
		width:auto;
		display:block;
		letter-spacing:0.8px;
	}
	
	.bodypanel-right a:hover{
		color:#fff;
		background:#cc0000;
		text-decoration:none;
		opacity:5;
		filter: alpha(opacity=40);
	}
	
	.container-fluid-black {
		background:#000;
		padding:25px 0;
		font-size:12px;
		color:#CCC;
		letter-spacing:0.8px;
		text-align:left;
	}
	
	.container-fluid-black a{
		color:#CCC;
		text-align:left;
		margin:0;
		padding:0;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.5px;
		line-height:16px;
	}
	
	.container-fluid-black a:hover{
		color:#999;
		text-decoration:none;
	}
	
	.container-fluid-black h1 {
		background:url(../images/icon-mobile.png) no-repeat 0 0;
		font-family:'Roboto';
		font-size:18px;
		color:#e15f11;
		text-align:left;
		margin:0;
		padding:10px 0 0 50px;
		font-weight:300;
		height:44px;
		float:right;
	}
	
		.banner-aboutus {
		background:url(../images/bg-banner.jpg) no-repeat center #C00;
		height:100px;
	}
	
	.banner-enquiry {
	background:url(../images/bg-enquiry.jpg) no-repeat center #CCC;
	height:100px;
	}
	
	.banner-contact {
	background:url(../images/bg-contactus.jpg) no-repeat center #CCC;
	height:100px;
	}
	
	.banner-product {
	background:url(../images/bg-product.jpg) no-repeat center #CCC;
	height:100px;
	}

	
	.container-fluid-inner {
		background:#e0e9ec;
		padding:10px 0 10px 0;
		border-top:2px solid #fff;
	}
	
	.container-fluid-inner h1{
		font-size:30px;
		color:#000;
		font-weight:400;
		text-transform:uppercase;
		text-align:left;
		margin:0;
		padding:0;
		font-family:'Roboto';
	}
	
	.bodypanel-inner {
		padding:15px 0;
	}
	
	.bodypanel-inner-left p{
		font-size:13px;
		color:#333;
		font-weight:400;
		line-height:18px;
		text-transform:none;
		text-align:left;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.bodypanel-inner-right {}

	.bodypanel-inner-right h1{
		font-size:18px;
		font-family:'Roboto';
		color:#e63432;
		text-align:left;
		font-weight:400;
		margin:0;
	}
	
	.bodypanel-inner-right p{
		font-size:13px;
		color:#000;
		font-weight:400;
		line-height:20px;
		text-transform:none;
		text-align:left;
		margin:8px 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}

	.p-text{	
	font-size:11px;
	font-family:'Roboto';
	color:#000;
	text-align:center;
	font-weight:400;
	margin:0;
	padding:0;
	}


	
}



/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
		.logo{
		margin:15px 0 5px 0;
		text-align:left;
	}
	
	.MainMenu .navbar-default{
		background-image:none;
		background-color:transparent;
		border-color:transparent;
		box-shadow:none;
	}

	.MainMenu .navbar{
		margin-bottom:0;
		background-color:transparent;
		border:0px solid #cccccc;
		float:none;
	}

	.MainMenu .navbar-nav > li > a{
		padding-top:5px;
		padding-bottom:5px;
		padding-left:18px;
		padding-right:18px;
		color:#a28b6d;
		text-transform:uppercase;
		font-size:12px;
		font-weight:500;
		transition:all 0.5s ease-in-out 0s;
		margin:0;
		border-bottom:1px solid #e0e9ec;
	}
	
	.MainMenu .navbar-default .navbar-nav > li > a:hover, .MainMenu .navbar-default .navbar-nav > li > a:focus{
		background:#f5f5f5;
		color:#e41145;
	}
	
	.MainMenu  .navbar-default .navbar-nav > .active > a{
			color:#e41145;
			background:#f5f5f5;
			box-shadow:none;
	}
	
	.container-fluid-grey {
		background:#e0e9ec;
		padding:15px 0 20px 0;
		border-top:2px solid #fff;
	}
	
	.buffalo-img {
		display:none;
	}
	
	.container-fluid-grey h1{
		font-size:30px;
		color:#000;
		font-weight:400;
		text-transform:uppercase;
		text-align:left;
		margin:0;
		padding:0;
		font-family:'Roboto';
	}
	
	.container-fluid-grey p{
		font-size:13px;
		color:#000;
		font-weight:400;
		line-height:20px;
		text-transform:none;
		text-align:justify;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a{
		background:#fff;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#090;
		padding:7px;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a:hover{
		background:#090;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#fff;
		padding:7px;
		text-decoration:none;
	}
	
	.banner-enquiry {
	background:url(../images/bg-enquiry.jpg) no-repeat center #CCC;
	height:100px;
	}
	
	.banner-contact {
	background:url(../images/bg-contactus.jpg) no-repeat center #CCC;
	height:100px;
	}
	
	.banner-product {
	background:url(../images/bg-product.jpg) no-repeat center #CCC;
	height:100px;
	}


}


/* Portrait phones to Landscape phone */
@media (min-width: 320px) and (max-width: 480px) {
	.logo{
		margin:15px 0 5px 0;
		text-align:center;
	}
	
	.logo img{
		width:90%;
	}
	
	.MainMenu .navbar-default{
		background-image:none;
		background-color:transparent;
		border-color:transparent;
		box-shadow:none;
	}

	.MainMenu .navbar{
		margin-bottom:0;
		background-color:transparent;
		border:0px solid #cccccc;
		float:none;
	}

	.MainMenu .navbar-nav > li > a{
		padding-top:5px;
		padding-bottom:5px;
		padding-left:18px;
		padding-right:18px;
		color:#a28b6d;
		text-transform:uppercase;
		font-size:12px;
		font-weight:500;
		transition:all 0.5s ease-in-out 0s;
		margin:0;
		border-bottom:1px solid #e0e9ec;
	}
	
	.MainMenu .navbar-default .navbar-nav > li > a:hover, .MainMenu .navbar-default .navbar-nav > li > a:focus{
		background:#f5f5f5;
		color:#e41145;
	}
	
	.MainMenu  .navbar-default .navbar-nav > .active > a{
		color:#e41145;
		background:#f5f5f5;
		box-shadow:none;
	}
	
	.container-fluid-grey {
		background:#e0e9ec;
		padding:15px 0 20px 0;
		border-top:2px solid #fff;
	}
	
	.buffalo-img {
		display:none;
	}
	
	.container-fluid-grey h1{
		font-size:30px;
		color:#000;
		font-weight:400;
		text-transform:uppercase;
		text-align:left;
		margin:0;
		padding:0;
		font-family:'Roboto';
	}
	
	.container-fluid-grey p{
		font-size:13px;
		color:#000;
		font-weight:400;
		line-height:20px;
		text-transform:none;
		text-align:justify;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a{
		background:#fff;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#090;
		padding:7px;
		letter-spacing:0.5px;
	}
	
	.container-fluid-grey a:hover{
		background:#090;
		border:1px solid #090;
		text-align:center;
		font-size:14px;
		font-weight:500;
		color:#fff;
		padding:7px;
		text-decoration:none;
	}
	
	.bodypanel {
		padding:45px 0;
	}

	.bodypanel-left h1{
		font-size:40px;
		font-family:'Roboto';
		color:#00963a;
		text-align:left;
		font-weight:300;
		line-height:30px;
		margin:0;
	}
	
	.bodypanel-left h1 span{
		font-size:20px;
		font-weight:600;
	}
	
	.bodypanel-left h2{
		font-size:24px;
		font-family:'Roboto';
		color:#00963a;
		text-align:left;
		font-weight:600;
		line-height:30px;
		margin:15px 0 5px 0;
	}
	
	.bodypanel-left p{
		font-size:13px;
		color:#333;
		font-weight:400;
		line-height:16px;
		text-transform:none;
		text-align:left;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.bodypanel-right {}
	
	.bodypanel-right h1{
		font-size:24px;
		font-family:'Roboto';
		color:#e63432;
		text-align:left;
		font-weight:400;
		margin:30px 0 0 0;
		border-top:1px solid #CCC;
		padding:25px 0 0 0;
	}
	
	.bodypanel-right h2{
		font-size:18px;
		font-family:'Roboto';
		color:#000;
		text-align:left;
		font-weight:300;
		line-height:22px;
		margin:0 0 15px 0;
	}
	
	.product-col {
		border:1px solid #cfcfcf;
		margin:0 0 10px 0;
		padding:0;
		height:auto;
	}
	
	.product-col h1{
		font-size:18px;
		font-family:'Roboto';
		color:#e63432;
		text-transform:uppercase;
		text-align:left;
		font-weight:400;
		margin:0;
		padding:15px 10px 0 10px;
	}
	
	.product-col p{
		font-size:12px;
		color:#333;
		font-weight:500;
		line-height:16px;
		text-transform:none;
		text-align:left;
		margin:0;
		padding:5px 10px 25px 10px;
		letter-spacing:0.5px;
	}
	
	.bodypanel-right a{
		font-size:12px;
		color:#cc0000;
		text-align:leff;
		margin:0 18px 0 15px;
		padding:5px 5px 5px 15px;
		line-height:22px;
		font-weight:500;
		border-top:1px solid #cc0000;
		border-bottom:1px solid #cc0000;
		background:#fff;
		text-transform:uppercase;
		width:auto;
		display:block;
		letter-spacing:0.8px;
	}
	
	.bodypanel-right a:hover{
		color:#fff;
		background:#cc0000;
		text-decoration:none;
		opacity:5;
		filter: alpha(opacity=40);
	}

	.container-fluid-black {
		background:#000;
		padding:25px 0;
		font-size:13px;
		color:#CCC;
		letter-spacing:0.8px;
		text-align:center;
	}
	
	.container-fluid-black a{
		color:#CCC;
		text-align:center;
		margin:0;
		padding:0;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.5px;
		line-height:16px;
	}
	
	.container-fluid-black a:hover{
		color:#999;
		text-decoration:none;
	}
	
	.container-fluid-black h1 {
		background:url(../images/icon-mobile.png) no-repeat 0 0;
		font-family:'Roboto';
		font-size:22px;
		color:#e15f11;
		text-align:center;
		margin:0;
		padding:10px 0 0 50px;
		font-weight:300;
		height:44px;
		float:none;
	}
	
	.banner-aboutus {
		background:url(../images/bg-banner.jpg) no-repeat center #C00;
		height:100px;
	}
	
	.container-fluid-inner {
		background:#e0e9ec;
		padding:10px 0 10px 0;
		border-top:2px solid #fff;
	}
	
	.container-fluid-inner h1{
		font-size:30px;
		color:#000;
		font-weight:400;
		text-transform:uppercase;
		text-align:left;
		margin:0;
		padding:0;
		font-family:'Roboto';
	}
	
	.bodypanel-inner {
		padding:15px 0;
	}
	
	.bodypanel-inner-left p{
		font-size:13px;
		color:#333;
		font-weight:400;
		line-height:18px;
		text-transform:none;
		text-align:left;
		margin:0 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.bodypanel-inner-right {}

	.bodypanel-inner-right h1{
		font-size:18px;
		font-family:'Roboto';
		color:#e63432;
		text-align:left;
		font-weight:400;
		margin:0;
	}
	
	.bodypanel-inner-right p{
		font-size:13px;
		color:#000;
		font-weight:400;
		line-height:20px;
		text-transform:none;
		text-align:left;
		margin:8px 0 15px 0;
		padding:0;
		letter-spacing:0.5px;
	}
	
	.product-left-panel {
		display:none;
	}
	
	.banner-enquiry {
	background:url(../images/bg-enquiry.jpg) no-repeat center #CCC;
	height:100px;
	}
	
	.banner-contact {
	background:url(../images/bg-contactus.jpg) no-repeat center #CCC;
	height:100px;
	}
	
	.banner-product {
	background:url(../images/bg-product.jpg) no-repeat center #CCC;
	height:100px;
	}

}