/*
Theme Name: Zokal Safety Australia
Author: DAEB Online
Author URI: http://webpinas.com/
*/

@import url("css/fonts.css");
@import url("cssmenu/menu.css");
@import url("js_composer.css");
@import url("smart.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

feature {padding-bottom: 0px; !}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

p {
	line-height:normal;
}


* {
  outline: none;
}


html, body {
  color:#4d4d4d;
  font-size:16px;
  font-family: 'Montserrat', sans-serif;
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;

}

.clear {
	clear:both;
}

img {
	max-width:100%;
	height:auto;
}

.container {
	width:100%;
	min-width:1127px;
	margin:0 auto;
}

.wrap {
	width:1000px;
	margin:0 auto;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}

.header {
	border-top:#171516 solid 5px;
	border-bottom:#2d292b solid 5px;
}

.header-top-bg {
	background-color:#e47e27;
	background-image:url(images/ht-bg.jpg);
	background-repeat:repeat;
	background-position:left top;
}

.header-top {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.ht-wrap {
	height:109px;
	font-family: 'Open Sans', sans-serif;
}

.ht-rhs {
	float:right;
	overflow:hidden;
	margin-top:31px;
}

.ht-caption {
	float:left;
		background:#000000;
	background:-webkit-gradient(linear,left top,left bottom,from(#5e5e5e),to(#000000));
	background:-webkit-linear-gradient(#5e5e5e,#000000);
	background:-moz-linear-gradient(center top,#5e5e5e 0%,#000000 100%);
	background:-moz-gradient(center top,#5e5e5e 0%,#000000 100%);
	border:#000 solid 1px;
	color:#fff;
	padding:9px 20px 10px 20px;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top:2px;
}

.phone {
	float:left;
		background:#f79301;
	background:-webkit-gradient(linear,left top,left bottom,from(#fddd37),to(#f79301));
	background:-webkit-linear-gradient(#fddd37,#f79301);
	background:-moz-linear-gradient(center top,#fddd37 0%,#f79301 100%);
	background:-moz-gradient(center top,#fddd37 0%,#f79301 100%);
	color:#171516;
	padding:11px 16px 12px 15px;
	font-size:22px;
	line-height:22px;
	font-weight:700;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-left:-10px;
}

.phone img {
	vertical-align:top;
	padding-right:4px;
}

.menu-bg {
	background-color:#dedede;
	background-image:url(images/menu-bg.png);
	background-repeat:repeat-x;
	background-position:left top;
}



.content-area {
	width:100%;
	overflow:hidden;
}

.content-area .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.content-area .vc_row {
	margin:0 auto!important;
}


.banner-area {
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
	border-bottom:#000 solid 2px;
	background-image:url(images/home-banner.jpg);
	background-color:#000;
	background-attachment:fixed;
}



.banner-wrap-old {
	height:380px;
	width:1125px;
	margin:0 auto;
}

.banner-wrap-old h2 {
	text-align:center;
	color:#fff;
	padding-top:100px;
	font-size:41px;
	line-height:41px;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	font-weight:700;
	letter-spacing:-1px;
	text-shadow:#141612 2px 1px 2px;
	padding-bottom:25px;
}

.banner-links-old {
	overflow:hidden;
}

.bl01-old {
	float:left;
}

.bl02-old {
	float:left;
	margin-left:22px;
}

.bl03-old {
	float:right;
}










.banner-wrap {
	width:1000px;
	margin:0 auto;
	padding:20px 0px 30px 0px;
}

.banner-wrap h2 {
	text-align:center;
	color:#fff;
	font-size:41px;
	line-height:41px;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	font-weight:700;
	letter-spacing:-1px;
	text-shadow:#141612 2px 1px 2px;
	padding-bottom:25px;
}

.banner-links {
	overflow:hidden;
}

.bl-lhs {
	float:left;
	width:387px;
	padding-top:10px;
}

.bl01 {
	padding-bottom:23px;
}

.bl02 {
	padding-bottom:23px;
}

.bl-rhs {
	float:right;
	width:549px;
	border:#fff solid 3px;
	background-color:#000;
}

.bl-rhs img {
	display:block;
	width:100%;
	height:311px;
}

.bl-rhs iframe {
	display:block;
	width:100%;
	height:311px;
}

.bl-rhs embed {
	display:block;
	width:100%;
	height:311px;
}


.banner-bottom {
	background-image:url(images/footer-bottom.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#fbc617;
}

.bb-wrap {
	padding:32px 0px 25px 0px;
	text-align:center;
}

.bb-wrap h2 {
	font-size:27px;
	line-height:35px;
	font-weight:700!important;
	color:#252525;
	font-family: 'Montserrat', sans-serif!important;
}

.landing-main {
	padding:34px 0px 31px 0px;
}

.landing-top {
	padding-bottom:30px;
}

.lt-lhs {
	width:650px;
	float:left;
}

.ltl-item {
	float:left;
	width:297px;
	margin-right:26px;
}

.ltl-img {
	width:287px;
	height:158px;
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}

.ltl-txt {
	padding:15px 0px 10px 0px;
	min-height:102px;
}

.ltl-txt h3 {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	color:#303030;
	text-transform:uppercase;
	padding-bottom:5px;
}

.ltl-txt p {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:13px;
	line-height:20px;
}

.rm a {
	display:block;
	height:41px;
	line-height:41px;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	background-color:#252525;
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	border:#ddd solid 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-left:29px;
	background-image:url(images/rm.png);
	background-repeat:no-repeat;
	background-position:90% center;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.rm a:hover {
	background-color:#000;
	color:#fff!important;
	text-decoration:none!important;
}

.l-news {
	float:right;
	width:344px;
}
 
.l-news h2 {
	font-size:22px;
	line-height:24px;
	color:#252525;
	font-weight:700;
}

.l-news ul li {
	overflow:hidden;
	padding:17px 0px 17px 0px;
	border-bottom:#f2f2f2 solid 1px;
}

.l-news ul li:last-child {
	border-bottom:none;
	padding-bottom:0px;
}

.l-news ul li a {
	text-decoration:none;
}

.ln-img {
	float:left;
	width:84px;
	height:70px;
	overflow:hidden;
}

.ln-txt {
	float:right;
	width:240px;
}

.ln-txt h3 {
	font-size:13px;
	line-height:18px;
	color:#303030;
	font-weight:700;
	padding-bottom:5px;
	text-transform:uppercase;
}

.ln-txt p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
	line-height:16px;
	color:#888;
}

.lbox1 {
	background-color:#252525;
	color:#fff;
	height:106px;
	padding:0px 25px 0px 250px;
	background-image:url(images/lbox1.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}

.lbox1 h3 {
	font-size:17px;
	line-height:24px;
	padding:17px 0px 0px 0px;
}

.lbox1 h3 strong {
	color:#fbc617;
}

.landing-list {
	background-image:url(images/employee.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:350px;
	padding:25px 0px 20px 0px;
}

.landing-list h3 {
	font-size:22px;
	line-height:25px;
	color:#252525;
	padding-bottom:20px;
	font-weight:700;
}

.landing-list ul {
	padding-right:270px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:18px;
	line-height:24px;
}

.landing-list ul li {
	padding:0px 0px 20px 41px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.landing-list ul li strong {
	font-weight:bold;
	color:#252525;
}

.landing-list h4 {
	font-size:19px;
	line-height:23px;
	color:#252525;
	padding-right:270px;
	font-weight:700;
	padding-bottom:20px;
}

.landing-list h4 strong {
	color:#f6a705;
}


.lbox2 {
	background-color:#252525;
	color:#fff;
	height:106px;
	padding:0px 25px 0px 250px;
	background-image:url(images/lbox2.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}

.lbox2 h3 {
	padding-top:10px!important;
	font-size:18px!important;
	line-height:22px!important;
	color:#fbc617!important;
	padding-bottom:5px!important;
	font-weight:400!important;
}

.lbox2 p {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:13px!important;;
	line-height:18px!important;;
	color:#fff!important;
	padding:0px!important;
}

.testi-area {
	background-color:#f2f2f2;
	background-image:url(images/f-top.png);
	background-repeat:repeat;
	background-position:left top;
}

.testi-wrap {
	padding:30px 0px 35px 0px;
}

.testi-head {
	font-size:30px;
	line-height:33px;
	font-weight:700;
	color:#3d3d3d;
	padding-bottom:30px;
	background-image:url(images/t-head.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom:30px;
	font-family: 'Montserrat', sans-serif;
}

.bx-wrapper2 {
	width:1000px;
	margin:0 auto;
	min-height:232px;
	position:relative;
}

.bxslider2 li {
	width:470px!important;
	min-height:232px;
	margin-right:57px!important;
}


.bx-wrapper2 .bx-prev {
	top:-95px;
	right:60px;
}

.bx-wrapper2 .bx-next {
	top:-95px;
	right:0px;
}

.bx-wrapper2 .bx-controls-direction a {
	top:-95px;
}

.t-box {
	background-color:#fff;
	padding:28px 20px 20px 66px;
	min-height:125px;
	  	-moz-box-shadow: -1px -1px 5px #ddd;
	-webkit-box-shadow: -1px -1px 5px #ddd;
	box-shadow: -1px -1px 5px #ddd;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	background-position:left 28px;
	color:#666;
}

.t-box h3 {
	font-size:16px;
	line-height:18px;
	padding-bottom:10px;
	font-weight:700;
}

.t-box p {
	font-size:15px;
	line-height:24px;
	font-style:italic;
	font-family: 'Source Sans Pro', sans-serif;
}

.client-details {
	background-image:url(images/cd-arrow.png);
	background-repeat:no-repeat;
	background-position:24px top;
	margin-top:-1px;
	padding-top:30px;
}

.client-details h3 {
	font-size:15px;
	line-height:18px;
	padding-bottom:5px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	color:#303030;
}

.stars {
	background-repeat:no-repeat;
	background-position:left top;
	height:16px;
}

.star1 {
	background-image:url(images/star1.png);
}

.star2 {
	background-image:url(images/star2.png);
}

.star3 {
	background-image:url(images/star3.png);
}

.star4 {
	background-image:url(images/star4.png);
}

.star5 {
	background-image:url(images/star5.png);
}

.safety-area {
	background-color:#454545;
	border-top:#fff solid 1px;
}

.sa-head {
	background-color:#323232;
}

.sah-wrap {
	padding:16px 0px 19px 0px;
}

.sah-wrap h2 {
	display:inline-block;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	padding-bottom:5px;
	border-bottom:#f7c51e solid 3px;
}

.safety-slider {
	padding:50px 0px 50px 0px;
}

.bx-wrapper3 {
	width:1000px;
	margin:0 auto;
	min-height:177px;
}

.bx-wrapper3 .bx-prev {
	top:40%;
	left:-90px;
}


.bx-wrapper3 .bx-next {
	top:40%;
	right:-90px;
}

.bx-wrapper3 .bx-controls-direction a {
	top:40%;
}


.bxslider3 li {
	width:229px!important;
	height:177px;
	margin-right:28px!important;
	position:relative;
	background-color:#666;
}

.ss-img {
	position:absolute;
	left:0px;
	top:0px;
	width:229px;
	height:177px;
	overflow:hidden;
}

.ss-name {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:99;
	background-image:url(images/ss-name.png);
	background-repeat:repeat;
	background-position:left top;
	padding:12px 10px 12px 17px;
	width:202px;
	color:#fff;
}

.ss-name h3 {
	font-size:13px;
	line-height:16px;
	font-weight:700;
	padding-bottom:3px;
}

.ss-name h4 {
	font-size:12px;
	line-height:14px;
	color:#969696;
	background-image:url(images/lm-arrow.png);
	background-position:right 2px;
	padding-right:18px;
	background-repeat:no-repeat;
	display:inline-block;
	font-family: 'Source Sans Pro', sans-serif;
}

.ss-name h4 a {
	color:#969696;
	text-decoration:none;
}

.ss-name h4 a:hover {
	color:#fbc617;
	text-decoration:none;
}







.footer {
	width:100%;
}

.footer-top {
	border-top:#fff solid 1px;
	background-image:url(images/f-top.png);
	background-repeat:repeat;
	background-position:left top;
	background-color:#f2f2f2;
}

.ft-wrap {
	overflow:hidden;
	padding:40px 0px 25px 0px;
	font-family: 'Source Sans Pro', sans-serif;
}

.ft-wrap .vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.ft-wrap .vc_row {
	margin:0 auto!important;
}


.ft-wrap .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom:0px!important;
}


.navigation-ft {
	float:left;
	width:139px;
}

.ft-head {
	font-size:14px;
	font-weight:700;
	line-height:16px;
	color:#333;
	padding-bottom:15px;
	background-image:url(images/ft-head.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom:15px!important;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.ft-links {
	font-size:16px;
	line-height:18px;
	color:#666;
}

.ft-links ul li {
	padding-bottom:15px;
}

.ft-links ul li a {
	color:#666;
	text-decoration:none;
}

.ft-links ul li a:hover {
	color:#f79803;
	text-decoration:none;
}

.safety-training {
	float:left;
	margin-left:28px;
	width:190px;
}

.latest-news {
	float:left;
	margin-left:28px;
	width:300px;
}

.news-item {
	overflow:hidden;
	padding-bottom:30px;
}

.news-item a {
	text-decoration:none;
}

.ni-img {
	float:left;
	width:84px;
	height:70px;
	overflow:hidden;
}

.ni-txt {
	float:right;
	width:200px;
}

.ni-txt h3 {
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:700;
	color:#303030;
	padding-bottom:5px;
	font-family: 'Montserrat', sans-serif;
}

.ni-txt h3 a {
	color:#303030;
	text-decoration:none;
}

.ni-txt p {
	font-size:13px;
	line-height:17px;
	color:#888;
}

.news-letter {
	float:right;
	width:287px;
}

.news-letter p {
	font-size:14px;
	line-height:22px;
	color:#666;
	padding-bottom:13px;
}

.news-letter p a {
	color:#666;
	text-decoration:none;
}

.nl-box {
	padding-bottom:13px;
}

.nl-box input {
	border:#ddd solid 2px;
	height:42px;
	padding:0px 10px 0px 43px;
	width:80%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	color:#666;
	background-image:url(images/nl.jpg);
	background-repeat:no-repeat;
	background-position:11px center;
}

.nl-box input:focus {
	border:#ccc solid 2px;
}


.nl-button {
	text-align:right;
}

.nl-button input {
	height:40px;
	background-color:#f7c51e;
	border:none;
	outline:none;
	cursor:pointer;
	font-size:13px;
	text-transform:uppercase;
	color:#454545;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	padding:0px 18px 0px 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.nl-button input:hover {
	background-color:#fdca22;
}

.footer-bottom {
	border-top:#0f0f0f solid 2px;
	background-color:#323232;
	background-image:url(images/footer-bottom.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.fb-wrap {
	overflow:hidden;
	padding:33px 0px 24px 0px;

	font-size:15px;
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.fb-links {
	float:left;
}

.fb-links ul li {
	display:inline;
	padding-right:15px;
}


.fb-links ul li a {
	color:#fff;
	text-decoration:none;
}

.fb-links ul li a:hover {
	color:#fbc617;
	text-decoration:none;
}

.copyright {
	float:right;
}

.copyright strong {
	font-weight:bold;
}


.sub-banner-bg {
	background-image:url(images/sb-bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:11px;
}

.sb-wrap h3 {
	font-size:22px;
	line-height:24px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}



.sub-banner-bg {
	background-image:url(images/sb-bottom.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
        margin-bottom: 0px!important;
}

.sub-banner {
	background-color:#000;
	background-image:url(images/sub-banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% 100%;
}

/*.sub-banner {
   height: 164px;
}*/

.sb-wrap {
    color: #FFF;
    position: relative;
    z-index: 2;
	padding:25px 0px 25px 0px;
	min-height:80px;
}

.sb-wrap h2 {
	color:#fff;
	font-size:33px;
	line-height:40px;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	font-weight:700;
	letter-spacing:-1px;
	text-shadow:#141612 2px 1px 2px;
	padding-bottom:5px;
}

.sb-wrap h3 {
	font-size:22px;
	line-height:24px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.sb-bottom {
	background-color:#fbc617;
}

.sbb-wrap {
	padding:17px 0px 16px 0px;
}

.sbb-wrap p {
	font-size:19px;
	line-height:23px;
	color:#252525;
}

.sbb-wrap p strong {
	font-weight:700;
}

.sub-contents {
	padding:25px 0px 28px 0px;
	overflow:hidden;
}

.sub-full strong {
	font-weight:700;
}

.sub-full h4 {
	font-size:23px;
	line-height:30px;
	padding-bottom:20px;
	color:#252525;
}

.sub-full h4 span {
	color:#4d4d4d;
	font-weight:bold;
}

.red {
	color:#ff0000!important;
}

.sub-full h5 {
	font-size:18px;
	line-height:24px;
	padding-bottom:20px;
	color:#252525;
	font-weight:700;
}

.sub-full p {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:20px;
}

.c-list {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:10px;
}

.c-list li {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:10px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 20px 42px;
}

.sub-full h3 {
	font-size:24px;
	line-height:28px;
	padding-bottom:20px;
	color:#252525;
	font-weight:700;
}

.sub-full h3 strong {
	color:#ff0000;
}

.sub-full h2 {
	font-size:28px;
	line-height:32px;
	padding-bottom:20px;
	color:#252525;
	font-weight:700;
}

.img-right {
	float:right;
	margin:0px 0px 10px 20px;
}

.certi-list {
	padding:5px 5px 30px 5px;
	overflow:hidden;
	margin:0px!important;
}

.certi-list li {
	float:left;
	width:212px;
	-moz-box-shadow:  0px 0px 5px #ccc;
	-webkit-box-shadow:  0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
    background-image: none !important;
    padding: 0 !important;
	margin:0px 35px 20px 0px!important;
	text-align:center;
}

.certi-list li img {
	display:block;
	height:122px;
	width:auto;
	margin:0 auto;
}

.certi-list li:nth-child(4) {
	margin-right:0px;
}

.certi-list li:nth-child(8) {
	margin-right:0px;
}

.certi-list li:nth-child(12) {
	margin-right:0px;
}

.contact-page {
	overflow:hidden;
	padding:29px 0px 28px 0px;
}

.contact-lhs {
	float:left;
	width:580px;
	overflow:hidden;
}

.contact-lhs h3 {
	font-size:24px;
	line-height:28px;
	padding-bottom:15px;
	font-weight:700;
	color:#000;
}

.contact-lhs h4 {
	font-size:18px;
	line-height:22px;
	padding-bottom:15px;
	color:#2b2b2b;
}

.contact-lhs p {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	line-height:18px;
	color:#4d4d4d;
	padding-bottom:20px;
}

.c-box {
	padding-bottom:15px;
}

.c-box label {
	display:block;
	padding-bottom:10px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	color:#000;
	font-weight:bold;
	font-size:16px;
}

.c-box input {
	height:47px;
	border:#dcdcdc solid 1px;
	padding:0px 40px 0px 20px;
	font-size:16px;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	width:88%;
	-moz-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	background-position:97% center;
	background-repeat:no-repeat;
}

.c-box input:focus {
	border:#fcc71f solid 1px;
}

.c-box textarea {
	height:105px;
	border:#dcdcdc solid 1px;
	padding:15px 40px 15px 20px;
	font-size:16px;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	width:88%;
	-moz-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	overflow:hidden;
	resize:none;
	background-position:97% 10px;
	background-repeat:no-repeat;
}

.c-box textarea:focus {
	border:#fcc71f solid 1px;
}

.name-box input {
	background-image:url(images/name-icon.png);
}

.company-box input {
	background-image:url(images/company-icon.png);
}

.email-box input {
	background-image:url(images/email-icon.png);
}

.phone-box input {
	background-image:url(images/phone-icon.png);
}

.comments-box textarea {
	background-image:url(images/comments-icon.png);
}

.c-button input {
	width:283px;
	height:41px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/contact-button.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

.contact-rhs {
	float:right;
	width:390px;
}

.contact-map {
	border:#d4d4d4 solid 1px;
	padding:7px;
}

.contact-map img {
	display:block;
	width:100%;
	height:250px;
}

.contact-map iframe {
	display:block;
	width:100%;
	height:250px;
}

.contact-details {
	padding-top:24px;
}

.contact-details h3 {
	font-size:23px;
	line-height:24px;
	font-weight:700;
	color:#000;
	padding-bottom:15px;
}

.contact-details p {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	color:#2b2b2b;
	line-height:20px;
	padding-bottom:15px;
}

.contact-details h4 {
	font-size:18px;
	line-height:22px;
	font-weight:700;
	color:#2b2b2b;
	padding-bottom:15px;
}

.image-right {
	float:right;
	margin:5px 10px 5px 20px;
	max-width:40%;
}

.image-right img {
	display:block;
	border:#fff solid 4px;
	-moz-box-shadow:  0px 0px 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}

.image-left {
	float:left;
	margin:5px 30px 5px 5px;
	max-width:50%;
}

.image-left img {
	display:block;
	border:#fff solid 4px;
	-moz-box-shadow:  0px 0px 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}



.image-middle {
	text-align:center;
	padding-bottom:10px;
}

.grt-image {
	float:right;
	padding:0px 0px 10px 20px;
}

.n-list {
	padding-left:30px;
	list-style:decimal;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:18px;
	line-height:22px;
	color:#4d4d4d;
	padding-bottom:10px;
}

.n-list li {
	padding-bottom:15px;
}

.n-list li strong {
	color:#4d4d4d;
}

.fa-list {
	padding:5px 5px 30px 5px;
	overflow:hidden;
}

.fa-list li {
	float:left;
	width:306px;
	margin-right:24px;
	-moz-box-shadow:  0px 0px 5px #ccc;
	-webkit-box-shadow:  0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	padding:4px !important;
        background-image: none !important;
}

.fa-list li:last-child {
	margin-right:0px;
}

.fa-list li img {
	display:block;
}

.fa-section1 {
	overflow:hidden;
	padding-bottom:10px;
}

.fa-section1 .lhs {
	float:left;
	width:48%;
}

.fa-section1 .rhs {
	float:right;
	width:48%;
}

.fa-section1 h4 {
	padding-bottom:10px!important;
}

.fa-section1 ul {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:20px;
}

.fa-section1 h5 {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:5px;
}

.image-right2 {
	float:right;
	margin:5px 10px 5px 20px;
}

.more {
	padding-bottom:20px;
}

.more a {
	display:inline-block;
	height:41px;
	line-height:41px;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	background-color:#252525;
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	border:#ddd solid 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:0px 88px 0px 15px;
	background-image:url(images/rm.png);
	background-repeat:no-repeat;
	background-position:97% center;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.more a:hover {
	background-color:#000;
	color:#fff!important;
	text-decoration:none!important;
}

.cst-table {
	padding-bottom:30px;
}

.cst-table table {
	border:#505050 solid 1px;
	border-top:none;
	border-bottom:none;
}

.cst-table th {
	border-right:#505050 solid 1px;
	background-color:#fbc617;
	text-align:center;
	padding:17px 0px 17px 0px;
	font-size:16px;
	color:#252525;
	font-weight:700;
}

.cst-table td {
	border-right:#505050 solid 1px;
	border-bottom:#505050 solid 1px;
	padding:11px 8px 11px 8px;
	font-size:12px;
	line-height:15px;
	color:#323232;
	vertical-align:top;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.cst-table .col1 {
	font-weight:700;
}

.cst-table .col2 {
	font-weight:700;
}

.cst-table .col3 {
	font-weight:700;
	text-align:center;
}

.cst-table .col5 {
	text-align:center;
}

.cst-table .col6 {
	text-align:center;
	font-weight:bold;
}

.cst-table td p {
	font-size:12px!important;
	line-height:15px!important;
	color:#323232!important;
	padding:0px!important;
}

.list-wrap {
	overflow:hidden;
}

.list-wrap ul {
	float:left;
	width:40%;
	padding-right:20px;
}

.cl-h {
	overflow:hidden;
}

.cl-h li {
	float:left;
	padding-right:15px;
}

.n-list2 {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:18px;
	line-height:22px;
	color:#4d4d4d;
	padding-bottom:10px;
}

.n-list2 li {
	padding:2px 0px 20px 34px;
	background-repeat:no-repeat;
	background-position:left top;
}

.n-list2 li:nth-child(1) {
	background-image:url(images/1.jpg);
}

.n-list2 li:nth-child(2) {
	background-image:url(images/2.jpg);
}

.n-list2 li:nth-child(3) {
	background-image:url(images/3.jpg);
}

.n-list2 li:nth-child(4) {
	background-image:url(images/4.jpg);
}

.n-list2 li:nth-child(5) {
	background-image:url(images/5.jpg);
}

.n-list2 li:nth-child(6) {
	background-image:url(images/6.jpg);
}

.n-list2 li:nth-child(7) {
	background-image:url(images/7.jpg);
}

.n-list2 li strong {
	color:#000;
}

.list-wrap2 {
	overflow:hidden;
}

.list-wrap2 ul {
	float:left;
	width:31%;
	padding-right:20px;
}

.faq-section {
	padding-bottom:50px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.faq-section .vc_toggle {
	border:#d4d4d4 solid 1px;
	background:#fff;
}

.faq-section .vc_toggle_title {
	padding:15px 15px 15px 60px!important;
	background-image:url(images/faq.png);
	background-repeat:no-repeat;
	background-position:-10px top;
	background-color:#f7f7f7;
}

.faq-section .vc_toggle_title h4 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#000;
}

.faq-section .vc_toggle_icon {
	left:15px!important;
	top:25px!important;
}

.faq-section .vc_toggle_default .vc_toggle_icon::before {
	border:1px solid #fff!important;
}

.faq-section .vc_toggle_default .vc_toggle_icon::before, .vc_toggle_default .vc_toggle_icon::after {
	background-color:#fff;
}

.faq-section .vc_toggle_default .vc_toggle_icon {
	border:1px solid #fff!important;
	background-color:#fff;
}

.faq-section  .vc_toggle_content {
	border-top:#d4d4d4 solid 1px;
	margin-top:0px;
	padding-top:20px;
	padding-right:20px;
	margin-bottom:0px;
}

.faq-section h3 {
	font-size:23px;
	line-height:26px;
	color:#252525;
	padding-bottom:20px;
	font-family: 'Montserrat', sans-serif;
}

.faq-section {
	line-height:20px;
}

.faq-section ol {
	padding-left:30px;
	list-style:decimal;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:10px;
}

.faq-section ol li {
	padding-bottom:15px;
}

.faq-section ol li strong {
	color:#222;
}

.faq-section ol li ol {
	padding-left:30px;
	list-style:decimal;
	padding-top:15px;
}

.faq-section p {
	padding-bottom:20px;
}

.faq-section ol li p {
	padding-bottom:0px;
	padding-top:20px;
}

.faq-section strong {
	font-weight:bold;
}


.faq-section ul {
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
}

.faq-section ul li {
	font-size:16px;
	line-height:20px;
	color:#4d4d4d;
	padding-bottom:10px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 0px 20px 42px;
}

.page-404 {
	background-image:url(images/page404.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:539px;
	padding-top:37px;
}

.error-txt {
	padding:74px 0px 50px 330px;
}

.er-wrap {
	overflow:hidden;
	padding-bottom:55px;
}

.er-wrap h2 {
	float:left;
	font-size:71px;
	line-height:71px;
	color:#fc8600;
	font-weight:700;
}

.er-wrap h3 {
	width:435px;
	float:left;
	font-size:28px;
	line-height:32px;
	color:#2b2b2b;
	font-weight:700;
	padding-left:10px;
	padding-top:5px;
}


.sub-full a {
	color:#134bc9;
	text-decoration:underline;
}

.sub-full a:hover {
	color:#ff6c00;
	text-decoration:underline;
}



.rental-table2 {
	padding-bottom:30px;
	clear:both;
	padding-top:10px;
}

.rental-table2 table {
	border:#666 solid 1px;
	border-bottom:none;
}

.rental-table2 th {
	border-right:#666 solid 1px;
	background-color:#fbc617;
	text-align:left;
	padding:17px 8px 17px 8px;
	font-size:18px;
	color:#252525;
	font-weight:700;
	border-bottom:#666 solid 1px;
}

.rental-table2 td {
	border-right:#666 solid 1px;
	border-bottom:#666 solid 1px;
	padding:11px 8px 11px 8px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#323232;
	vertical-align:middle;
	font-family:Arial, Tahoma, "Trebuchet MS";
	background-color:#eee;
}

.hire {
	display:inline-block;
	height:30px;
	line-height:30px;
	background-color:#ff7800;
	font-size:16px;
	text-transform:uppercase;
	color:#fff!important;
	font-family: 'Montserrat', sans-serif;
	padding:0px 18px 0px 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.hire:hover {
	text-decoration:none!important;
}

.grey2 th {
	background-color:#333;
	text-align:left;
	color:#fff;
	padding:10px;
	font-weight:400;
	border-right:#666 solid 1px;
	font-size:16px;
}

.rt3 td {
	padding-top:7px;
	padding-bottom:7px;
}

.r-head1 {
	background-color:#fbc617;
	padding:12px 12px 12px 66px;
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	line-height:28px;
	color:#252525;
	text-transform:uppercase;
	font-weight:700;
	background-image:url(images/r-head.png);
	background-repeat:no-repeat;
	background-position:25px 12px;
}

.seh-wrap {
	background-color:#252525;
	background-image:url(images/seh-sep.png);
	background-repeat:repeat-y;
	background-position:center top;
	padding:23px 23px 28px 23px;
	overflow:hidden;
	margin-bottom:35px;
}

.seh-lhs {
	float:left;
	width:437px;
	overflow:hidden;
}

.seh-rhs {
	float:right;
	width:445px;
	overflow:hidden;
}

.seh-img {
	float:left;
	width:212px;
	height:158px;
	overflow:hidden;
	background-color:#000;
	border:#fff solid 5px;
}

.seh-txt {
	color:#fff;
	float:right;
	width:195px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.seh-txt h3 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	line-height:normal;
	color:#fff;
}

.seh-txt p {
	color:#fff;
}

.seh-txt .read-more a {
	display:block;
	width:142px;
	height:41px;
	background-image:url(images/read-more.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
}

.r-head2 {
	background-color:#fbc617;
	padding:12px 12px 12px 66px;
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	line-height:28px;
	color:#252525;
	font-weight:700;
	background-image:url(images/r-head.png);
	background-repeat:no-repeat;
	background-position:25px 12px;
	letter-spacing:-1px;
	margin-bottom:20px;
}

.orange {
	color:#ff6c00!important;
}

.ra-rhs {
	float:right;
	width:360px;
}

.ra-lhs {
	float:left;
	width:600px;
}

.ra-head {
	font-size:23px;
	line-height:26px;
	color:#000000;
	font-weight:700;
	padding-bottom:10px;
	letter-spacing:-1px;
}

.ra-rhs a {
	font-weight:bold;
	color:#ff8400;
	text-decoration:none;
}

.rental-form br {
	display:none;
}

.nf-row {
	overflow:hidden;
	padding-bottom:25px;
}

.nf-box2 {
	padding-bottom:20px;
}

.nf-box {
	float:left;
	width:50%;
}

.nf-box label, .nf-box2 label {
	display:block;
	padding-bottom:10px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	color:#000;
	font-weight:bold;
	font-size:16px;
}

.nf-box label strong, .nf-box2 label strong {
	color:#ff8300;
}

.nf-box input, .nf-box2 input {
	height:47px;
	border:#dcdcdc solid 1px;
	padding:0px 20px 0px 20px;
	font-size:16px;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	width:82%;
	-moz-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	background-position:97% center;
	background-repeat:no-repeat;
}

.nf-box input:focus, .nf-box2 input:focus {
	border:#fcc71f solid 1px;
}

.nf-box2 input {
	width:91%;
}

.nf-box select {
	height:47px;
	border:#dcdcdc solid 1px;
	padding:0px 20px 0px 20px;
	font-size:16px;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	width:96%;
	-moz-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	background-position:97% center;
	background-repeat:no-repeat;
}

.nf-box2 textarea {
	height:105px;
	border:#dcdcdc solid 1px;
	padding:15px 20px 15px 20px;
	font-size:16px;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	width:91%;
	-moz-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	-webkit-box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	box-shadow: inset 0px 3px 7px 0px #f1f1f1;
	overflow:hidden;
	resize:none;
	background-position:97% 10px;
	background-repeat:no-repeat;
}

.nf-box2 textarea:focus {
	border:#fcc71f solid 1px;
}

.nf-head {
	padding-bottom:10px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	color:#000;
	font-weight:bold;
	font-size:16px;
}

.nf-row label {
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.cf-button, .cf-button-payment {
	padding-bottom:20px;
}

.cf-button input {
	width:226px;
	height:41px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/submit-now.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	background-color:transparent;

}

.cf-button-payment input {
	width:300px;
	height:45px;
	border:none;
	outline:none;
	cursor:pointer;
	background-image:url(images/proceed-to-payment.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	background-color:transparent;
}

.rental-top {
	overflow:hidden;
	padding-bottom:36px;
}

.rt-lhs {
	float:left;
	width:100%;
}

.rt-lhs table {
	border:#000 solid 1px;
	border-top:none;
	border-bottom:none;
}

.rt-lhs th {
	border-right:#fbc617 solid 1px;
	border-left:#fbc617 solid 1px;
	background-color:#fa8911;
	text-align:center;
	padding:17px 0px 17px 0px;
	font-size:25px;
	color:#fff;
	font-weight:700;
}

.rt-lhs td {
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	padding:11px 8px 11px 35px;
	font-size:16px;
	line-height:18px;
	color:#4d4d4d;
	vertical-align:top;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-weight:bold;
	background-image:url(images/t-arrow.png);
	background-repeat:no-repeat;
	background-position:20px 14px;
}


.grey td {
	background-color:#eee;
}

.rt-rhs {
	float:right;
	width:327px;
	text-align:center;
	padding-top:20px;
}

.rtr-image {
	padding-bottom:10px;
}

.rtr-note {
	font-size:20px;
	line-height:normal;
	color:#4d4d4d;
	font-weight:bold;
	font-family:Arial, Tahoma, "Trebuchet MS";
}


.eqh-item {
	padding-bottom:33px;
}

.eqh-top {
	overflow:hidden;
	padding:23px 23px 20px 23px;
	border-left:#eee solid 1px;
	border-right:#eee solid 1px;
  	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	box-shadow: 0px 0px 15px #ccc;
}

.eqh-image {
	float:left;
	width:212px;
	overflow:hidden;
	padding:5px;
	border:#eee solid 1px;
}

.eqh-image img {
	display:block;
}

.eqh-txt {
	float:right;
	width:695px;
}

.eqh-txt h5 {
	padding-bottom:15px;
}

.eqh-txt p {
	padding-bottom:15px;
}

.eqh-txt ul {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:15px;
	line-height:18px;
	padding-left:18px;
}

.eqh-txt ul li {
	list-style:disc;
	padding-bottom:7px;
}

.eqh-bottom {
	background-color:#252525;
	overflow:hidden;
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
}

.eqb1 {
	float:left;
	height:76px;
	padding-right:87px;
	padding-left:31px;
	line-height:76px;
	background-image:url(images/eqb1.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.eqb2 {
	float:left;
	width:180px;
	text-align:center;
	border-right:#4f4f4f solid 1px;
	height:76px;
}

.eqb3 {
	float:left;
	width:180px;
	text-align:center;
	border-left:#101010 solid 1px;
	border-right:#4f4f4f solid 1px;
	height:76px;
}

.eqb4 {
	float:left;
	width:180px;
	text-align:center;
	border-left:#101010 solid 1px;
	border-right:#4f4f4f solid 1px;
	height:76px;
}

.eqb5 {
	float:left;
	width:190px;
	text-align:center;
	border-left:#101010 solid 1px;
	height:76px;
}

.eqb-txt1 {

	padding:10px 0px 7px 0px;
}

.eqb-txt2 {
	display:inline-block;
	padding:7px 10px 7px 10px;
	background-color:#fbc617;
	color:#000;
	font-size:15px;
	font-weight:700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;



	border-radius: 5px;
}

.hire-now {
	padding-top:17px;
}

.hire-now a {

	display:block;
	width:142px;
	height:41px;
	background-image:url(images/hire-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	margin:0 auto;
}

.rental-table {
	padding-bottom:40px;
}

.rental-table table {
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
}

.rt-head {
	background-color:#fbc617;
	padding:12px 12px 12px 28px;
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	line-height:28px;
	color:#252525;
	font-weight:700;
	letter-spacing:-1px;
}

.rt-head2 th {
	background-color:#252525;
	padding:17px 10px 17px 25px;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	background-image:url(images/rm.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto 100%;
	
}

.rt-last {
	background-image:none!important;
}

.rental-table td {
	border-right:#000 solid 1px;
	padding:11px 8px 11px 35px;
	font-size:14px;
	line-height:16px;
	color:#4d4d4d;
	vertical-align:top;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-weight:bold;
	background-image:url(images/t-arrow.png);
	background-repeat:no-repeat;
	background-position:20px 14px;
}


.re-check-list  ul li {
	float:left;
	width:314px;
	margin-right:18px;
	height:305px;
}

.re-check-list  ul li:nth-child(3) {
	margin-right:0px;
}

.re-check-list  ul li:nth-child(6) {
	margin-right:0px;
}

.rtl-img {
	width:304px;
	height:158px;
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}

.rtl-name {
	padding:17px 0px 17px 0px;
	text-align:center;
	font-size:15px;
	line-height:18px;
	color:#303030;
	text-transform:uppercase;
	font-weight:700;
}

.rtl-name a {
	color:#303030;
	text-decoration:none;
}

.floater {
    width: 230px;
    height: auto;
    position: fixed;
    right: 0px;
    z-index: 9999999999999999999;
    bottom: 40px;

}


.eqh-bottom-new {
	background-color:#252525;
	overflow:hidden;
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	padding-left:50px;
}

.manual-download {
	float:left;
	width:494px;
	padding:13px 0px 13px 130px;
	background-image:url(images/eqb1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.manual-download a {
	display:block;
	width:452px;
	height:41px;
	background-image:url(images/download-manual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	margin:0 auto;
}

.hire-link {
	float:left;
	padding:13px 0px 13px 124px;
	background-image:url(images/eqb1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.hire-link a {
	display:block;
	width:142px;
	height:41px;
	background-image:url(images/hire-now.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	margin:0 auto;
}


.topology ul {
	font-size:16px;
	line-height:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
    margin-left: 40px;
}

.topology ul li {
	padding:0px 0px 20px 41px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left top;
    list-style: none;
}

.topology ul.c-list li strong {
	font-weight:700;
	color:#252525;
}


.topology ol {
	padding-bottom:10px;
	font-size:16px;
	line-height:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	padding-left:30px;
}

.topology ol li {
	list-style:decimal;
	padding-bottom:15px;
}

.topology blockquote {
	padding-bottom:20px;
	font-size:18px;
	line-height:23px;
	font-style:italic;
}

.topology h1 {
    color: #252525;
    font-size: 31px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 20px;
}




.brochure-download {
	background-color:#252525;
	overflow:hidden;
	color:#fff;
	font-size:17px;
	padding-left:50px;
	margin-bottom:30px;
}

.brochure-download .cbd {
	float:left;
	padding:19px 22px 19px 130px;
	background-image:url(images/eqb1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.d-pdf {
	float:left;
	padding:13px 0px 13px 124px;
	background-image:url(images/eqb1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.d-pdf a {
	display:block;
	width:199px;
	height:41px;
	background-image:url(images/download-pdf.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-9999px;
	margin:0 auto;
}

.table-note {
	padding-bottom:20px;
	border-bottom:#eee solid 1px;
	margin-bottom:20px;
}

.table-note p {
	font-size:15px;
	line-height:18px;
	padding-bottom:5px;
	font-weight:bold;
	color:#000;
	padding-left:25px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	background-size:15px auto;
}

.table-top {
	overflow:hidden;
}

.table-top h3 {
	float:left;
}

.table-top .course-select {
	float:right;
	padding:8px 0px 15px 0px;
}

.table-top .course-select select {
	border:#666 solid 1px;
	padding:5px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	color:#666;
	
}
	
.cst-table a {
	color:#09C;
	text-decoration:underline;
}

.image-list {
	overflow:hidden;
	padding:0px 0px 10px 0px!important;
	margin:0px!important;
}

.image-list li {
	float:left;
	margin:5px 18px 20px 5px!important;
	width:30%;
	padding:5px!important;
	background-color:#fff;
	-moz-box-shadow:  0px 0px 10px #ccc;
	-webkit-box-shadow:  0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	background-image:none!important;
	list-style:none!important;
}

.image-list li img {
	display:block;
}

.ile-table {
	padding-bottom:20px;
}

.ile-table table {
	border:#ccc solid 1px;
	border-bottom:none;
	border-right:none;
}

.ile-table td {
	border-bottom:#ccc solid 1px;
	padding:8px 10px 8px 10px;
	border-right:#ccc solid 1px;
}

.certi-list2 {
	padding:20px 5px 0px 5px;
	overflow:hidden;
}

.certi-list2 div {
	float:left;
	width:205px;
	-moz-box-shadow:  0px 0px 5px #ccc;
	-webkit-box-shadow:  0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
    background-image: none !important;
	margin:0px 20px 20px 0px!important;
	text-align:center;
	height:122px;
	position:relative;
	border:#fff solid 5px;
}

.certi-list2 div img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.crlist {
	margin:0px!important;
}

.booking-lhs {
	float:left;
	width:100%;
	padding-bottom:20px;
	overflow:hidden;
}

.cd-table {
	padding-bottom:25px;
}

.cd-table table {
	border:#d7d7d7 solid 1px;
}

.cd-table table th {
	border-right:#d7d7d7 solid 1px;
	padding:10px;
	vertical-align:top;
	font-size:16px;
	color:#000000;
}

.cd-table table td {
	border-right:#d7d7d7 solid 1px;
	border-top:#d7d7d7 solid 1px;
	padding:10px;
	vertical-align:top;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:14px;
	line-height:18px;
	color:#4d4d4d;
}

.booking-lhs h4 {
	padding-bottom:10px;
}

.booking-lhs p strong {
	color:#ff0000;
}
	
.course-form {
	border-top:#e5e5e5 solid 1px;
	padding-top:28px;
	font-family:Arial, Tahoma, "Trebuchet MS";
}

.course-form hr {
	background-color:#e5e5e5;
	height:1px;
	border:none;
	margin-bottom:30px;
}

.cf-head {


	font-size:24px;
	line-height:27px;
	color:#ee9422;
	font-weight:700;
	padding-bottom:20px;
	font-family: 'Montserrat', sans-serif;
}

.cf-box {
	padding-bottom:28px;
}

.course-form label {
	display:block;
	font-size:16px;
	color:#000000;
	padding-bottom:10px;
}

.course-form label strong {
	color:#F00;
}

.cf-box input {
	border:#dcdcdc solid 1px;
	height:35px;
	padding:0px 15px 0px 15px;
	font-size:16px;
	color:#666;
	font-family:Arial, Tahoma, "Trebuchet MS";
	-moz-box-shadow:    inset 0px 5px 10px #f2f2f2;
	-webkit-box-shadow: inset 0px 5px 10px #f2f2f2;
	box-shadow:         inset 0px 5px 10px #f2f2f2;
	width:95%;
}

.cf-box input:focus {
   -moz-box-shadow:    inset 0px 5px 10px #f9f9f9;
   -webkit-box-shadow: inset 0px 5px 10px #f9f9f9;
   box-shadow:         inset 0px 5px 10px #f9f9f9;
}

.cf-box select {
	border:#dcdcdc solid 1px;
	height:35px;
	padding:0px 15px 0px 15px;
	font-size:16px;
	color:#666;
	font-family:Arial, Tahoma, "Trebuchet MS";
	-moz-box-shadow:    inset 0px 5px 10px #f2f2f2;
	-webkit-box-shadow: inset 0px 5px 10px #f2f2f2;
	box-shadow:         inset 0px 5px 10px #f2f2f2;
	width:106%;
}

.cf-box select:focus {
   -moz-box-shadow:    inset 0px 5px 10px #f9f9f9;
   -webkit-box-shadow: inset 0px 5px 10px #f9f9f9;
   box-shadow:         inset 0px 5px 10px #f9f9f9;
}

.cf-row {
	overflow:hidden;
}

.cfr-lhs {
	float:left;
	width:47%;
}

.cfr-rhs {
	float:right;
	width:47%;
}

.cf-row .cfr-rhs input {
	width:89%!important;
}
	
.booking-rhs {
	float:right;
	width:318px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:normal;
	color:#000;
}
	
.booking-rhs h3 {
	font-size:24px;
	line-height:28px;
	padding-bottom:20px;
	color:#252525;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}

.booking-rhs ul li {
	border-bottom:#d8d8d8 solid 1px;
	padding-bottom:13px;
	margin-bottom:25px;
	overflow:hidden;
}

.booking-rhs ul li h4 {
	font-size:20px;
	line-height:24px;
	padding-bottom:12px;
	font-weight:700;
	color:#ee9422;
	font-family: 'Montserrat', sans-serif;
}

.booking-rhs ul li h5 {
	font-size:16px;
	line-height:19px;
	text-decoration:underline;
	padding-bottom:12px;
}

.booking-rhs ul li h5 a {
	color:#000;
	text-decoration:underline;
}

.booking-rhs ul li p {
	font-size:16px;
	line-height:19px;
	padding-bottom:2px;
}

.view-more {
	font-size:11px;
	margin-top:-10px;
}

.view-more a {
	float:right;
	display:inline-block;
	background-image:url(images/view-more-01.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:87px;
	height:25px;
	text-indent:-9999px;
}
.v-more a {
        text-decoration: none;
        font-weight: bold;
              color: rgb(238, 148, 34);
       font-size: 16px;
}

.cb-note {
	background-color:#f5f5f5;
	padding:10px 20px 14px 64px;
	font-size:15px;
	line-height:19px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	background-position:18px 10px;
	color:#000;
	margin-bottom:20px;
}

.choose-form {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	color:#000;
}

.choose-option {
	padding-bottom:25px;
}

.choose-option br {
	display:none;
}

.choose-option input {
	float:left;
	margin:5px 10px 20px 0px;
}

.choose-option label {
	font-size:16px;
	line-height:24px;
}

.choose-option label em {
	text-decoration:underline;
}

.continue-button input {
	background-image:url(images/booking-submit-button.png);
	background-repeat:no-repeat;
	background-position:right top;
	border:none;
	border-left:#ff6d00 solid 1px;
	outline:none;
	height:41px;
	color:#fff;
	background-color:#ff5900;
	padding:0px 70px 0px 25px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:18px;
	cursor:pointer;
}

.th-note {
	background-color:#f5f5f5;
	padding:17px 20px 17px 64px;
	font-size:17px;
	line-height:20px;
	font-family:Arial, Tahoma, "Trebuchet MS";
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	background-position:18px 10px;
	color:#000;
	margin-bottom:20px;
}

.th-txt {
	color:#000;
}

.th-txt p {
	color:#000;
	line-height:24px;
	font-size:16px;
}

.th-txt p strong {
	color:#ff8122;
}

.ar-buttons {
	overflow:hidden;
	padding-bottom:20px;
	text-align:right;
}

.add-button {
	padding-bottom:20px;
}

.remove-button {
	float:right;
	margin-left:10px;
}

.remove-button {
	height:30px;
	padding:0px 35px 0px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#ccc solid 1px;
	background-color:#f7f7f7;
	color:#555;
	font-size:14px;
	cursor:pointer;
	  	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
	background-image:url(images/remove.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.remove-button:hover {
	border:#999 solid 1px;
	background-color:#fafafa;
	color:#23282d;
	  	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
}


.add-button input {
	height:30px;
	padding:0px 20px 0px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:#ccc solid 1px;
	background-color:#f7f7f7;
	color:#555;
	font-size:14px;
	cursor:pointer;
	  	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
}

.add-button input:hover {
	border:#999 solid 1px;
	background-color:#fafafa;
	color:#23282d;
	  	-moz-box-shadow: 0px 1px 0px #ccc;
	-webkit-box-shadow: 0px 1px 0px #ccc;
	box-shadow: 0px 1px 0px #ccc;
}



#room_fileds  .label, #room_filedsb  .label {
	padding-top:20px;
	font-weight:bold;
	padding-bottom:20px;
	color:#000;
	text-transform:uppercase;
	
}

#extra {
	border-top:#ddd solid 1px;
	padding-top:20px;
}

.remove-button {
	margin-top:10px;
	float:right;
}

.eqp-item {
	padding-bottom:33px;
}

.eqpi-head {
	background-color:#fbc617;
	overflow:hidden;
	padding:6px 16px 4px 18px;
}

.eqpih-lhs {
	float:left;
	font-size:22px;
	line-height:22px;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	padding:4px 0px 3px 40px;
	background-image:url(images/r-head.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:7px;
	max-width:800px;
}

.eqpih-rhs {
	float:right;
	padding-left:10px;
}

.eqpi-wrap {
	border:#cfcfcf solid 1px;
	border-top:none;
	overflow:hidden;
	padding:20px 40px 10px 29px;
}

.eqpi-img {
	float:right;
	margin:0px 0px 10px 20px;
}

.eqpi-wrap h5 {
	color:#000;
	padding-bottom:10px!important;
}

.list-wrap3 {
	overflow:hidden;
}

.list-wrap3 ul {
	width:50%;
	float:left;
}

.eqpi-wrap ul {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	margin:0px!important;
}

.eqpi-wrap ul li {
	padding:2px 0px 20px 40px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left top;
}




.list-wrap4 {
	overflow:hidden;
}

.list-wrap4 ul {
	width:50%;
	float:left;
}

.list-wrap4 ul {
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	line-height:20px;
	margin:0px!important;
}

.list-wrap4 ul li {
	padding:2px 0px 20px 40px;
	background-image:url(images/bullet01.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.ctr {
	text-align:center;
}

.gd-table {
	padding-bottom:40px;
}

.gd-table table {
	border:#cfcfcf solid 1px;
	border-right:none;
	border-bottom:none;
	font-family:Arial, Tahoma, "Trebuchet MS";
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.gd-table table td {
	border-bottom:#cfcfcf solid 1px;
	border-right:#cfcfcf solid 1px;
	padding:15px 10px 15px 20px;
	font-weight:bold;
}

.gdbt-wrap {
	overflow:hidden;
}

.gdbt-wrap .lhs {
	float:left;
	width:45%;
}

.gdbt-wrap .rhs {
	float:right;
	width:45%;
}

.gdbt-item {
	padding-bottom:20px;
}

.gdbt-item h4 {
	color:#F00;
	font-weight:700;
	min-height:60px;
}

.gdbt-img {
	text-align:center;
	padding-bottom:20px;
}

.mobile-note {
	text-align:center;
	color:#C00!important;
	display:none;
}


.cd-table td textarea {
	border:none;
	width:100%;
	font-family:Arial, Tahoma, "Trebuchet MS";
	color:#4d4d4d;
	font-size:14px;
	height:80px;
	resize:none;
}

@media only screen and (min-width: 1000px) and (max-width: 1124px) {
	
	
.container {
	min-width:1000px;
}

.floater {
	bottom:40px;
}

.mobile {
    display: none;
}

.banner-wrap-old {
	height:370px;
	width:1000px;
}

.banner-wrap-old h2 {
	font-size:39px;
	line-height:39px;
}

.banner-links-old {
	overflow:hidden;
}

.bl01-old {
	width:27%;
}

.bl02-old {
	margin-left:15px;
	width:35%;
}

.bl03-old {
	width:35%;
}


.bx-wrapper3 {
	width:800px;
}

.bx-wrapper3 .bx-prev {
	left:-85px;
}


.bx-wrapper3 .bx-next {
	right:-85px;
}


.bxslider3 li {
	margin-right:55px!important;
}

}



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	
.container {
	min-width:750px;
}

.wrap {
	width:750px;
}

.floater {
bottom: 40px;
}

.mobile {
    display: none;
}

.header-top {
	background-position:40px top;
}

.ht-wrap {
	height:auto;
	padding:120px 0px 15px 0px;
}

.ht-rhs {
	float:none;
	margin:0px  0px 0px 16px;
}


.menu-bg {
	background-color:#f5f5f5;
	background-image:none;
}



.banner-wrap-old {
	height:auto;
	width:750px;
	padding:30px 0px 30px 0px;
	text-align:center;
}

.banner-wrap-old h2 {
	padding-top:0px;
	font-size:41px;
	line-height:41px;
}

.bl01-old {
	float:left;
}

.bl02-old {
	float:left;
	margin-left:22px;
}

.bl03-old {
	float:none;
	clear:both;
}






.banner-area {
	background-size:100% 100%;
}

.banner-wrap {
	width:750px;
}

.banner-wrap h2 {
	font-size:38px;
	line-height:41px;
	padding-bottom:25px;
}

.bl-lhs {
	float:none;
	width:auto;
	padding-top:0px;
	overflow:hidden;
	padding-bottom:20px;
}

.bl01 {
	float:left;
	width:48%;
	padding-bottom:10px;
}

.bl02 {
	float:right;
	width:48%;
	padding-bottom:10px;
}

.bl03 {
	clear:both;
	text-align:center;
}

.bl-rhs {
	float:none;
	margin:0 auto;
}

.bb-wrap {
	padding:25px 0px 20px 0px;
}

.bb-wrap h2 {
	font-size:26px;
	line-height:28px;
}


.lt-lhs {

	width:650px;
	float:none;
	padding-bottom:20px;
	margin:0 auto;
}

.l-news {
	float:none;
	width:344px;
	margin:0 auto;
}


.lbox1 {
	height:auto;
	padding:10px 15px 10px 250px;
}

.lbox1 h3 {
	font-size:15px;
	line-height:20px;
	padding:0px;
}

.landing-list {
	background-size:200px auto;
}


.landing-list ul {
	padding-right:150px;
}

.landing-list h4 {
	padding-right:200px;
}


.lbox2 {
	height:auto;
	padding:10px 15px 10px 250px;
}

.lbox2 h3 {
	padding-top:0px!important;
	font-size:16px!important;
	line-height:20px!important;
}


.bx-wrapper2 {
	width:750px;
	min-height:200px;
}

.bxslider2 li {
	width:745px!important;
	min-height:200px;
	margin-right:50px!important;
}

.t-box {
	padding:28px 20px 20px 66px;
	min-height:90px;
}

.bx-wrapper3 {
	width:500px;
}

.bx-wrapper3 .bx-prev {
	left:-100px;
}


.bx-wrapper3 .bx-next {
	right:-100px;
}

.bxslider3 li {
	margin-right:40px!important;
}


.navigation-ft {
	width:180px;
}

.safety-training {
	width:200px;
	margin-left:30px;
}

.latest-news {
	float:right;
	margin-left:0px;
}

.news-letter {
	float:none;
	clear:both;
	padding-top:20px;
	width:auto;
}


.nl-box input {
	width:85%;
}


.nl-button {
	text-align:left;
}

.fb-links ul li {
	padding-right:10px;
}

.sb-wrap {
	height:auto;
	padding:25px 0px 25px 0px;
}

.sb-wrap h2 {
	padding-top:0px;
	font-size:40px;
	line-height:43px;
}

.sb-wrap h3 {
	font-size:20px;
	line-height:23px;
}

.sbb-wrap p {
	font-size:18px;
	line-height:22px;
}

.sub-contents {
	padding:25px 0px 28px 0px;
}

.img-right {
	float:none;
	margin:0px 0px 10px 0px;
	text-align:center;
}

.certi-list {
	padding-bottom:0px;
}

.certi-list li {
    float: left;
    width: 212px;
    margin-right: 47px;
    box-shadow: 0px 0px 5px #CCC;
    background-image: none !important;
    padding: 0 !important;
}



.contact-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
}

.contact-rhs {
	padding-top:20px;
	float:none;
}

.image-right {
	max-width:40%;
}

.fa-list li {
	width:31%;
	margin-right:12px;
}

.image-right2 {
	float:none;
	margin:5px 0px 10px 0px;
}

.cst-table th {
	font-size:15px;
}

.cst-table td {
	padding:11px 6px 11px 6px;
}


.list-wrap ul {
	float:left;
	width:45%;
	padding-right:20px;
}

.list-wrap2 ul {
	width:45%;
}


.page-404 {
	background-size:auto 450px;
	min-height:450px;
	padding-top:30px;
}

.error-txt {
	padding:50px 0px 50px 300px;
}

.er-wrap {
	overflow:hidden;
	padding-bottom:30px;
}

.er-wrap h2 {
	float:none;
	font-size:71px;
	line-height:71px;
}

.er-wrap h3 {
	width:auto;
	float:none;
	font-size:28px;
	line-height:32px;
	padding-left:0px;
}


.seh-wrap {
	background-image:none;
	padding:23px;
}

.seh-lhs {
	float:none;
	width:auto;
	border-bottom:#4f4f4f solid 1px;
	padding-bottom:20px;
}

.seh-rhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#101010 solid 1px;
}

.seh-txt {
	width:450px;
}

.r-head1 {
	padding:12px 12px 12px 55px;
	background-position:15px 12px;
}

.r-head2 {
	padding:12px 12px 12px 55px;
	background-position:15px 12px;
}



.ra-rhs {
	float:none;
	width:auto;
	padding-bottom:20px;
}

.ra-lhs {
	float:none;
	width:auto;
}


.nf-box select {
	width:93%;
}



.rt-lhs {
	width:100%;
}


.rt-lhs th {
	font-size:20px;
}

.rt-lhs td {
	padding:11px 8px 11px 25px;
	font-size:15px;
	line-height:17px;
	background-position:10px 14px;
}

.rt-rhs {
	width:250px;
}

.rtr-note {
	font-size:18px;
}

.eqh-top {
	padding:20px 20px 10px 20px;
}

.eqh-txt {
	width:460px;
}

.eqh-bottom {
	font-size:14px;
}

.eqb1 {
	padding-right:47px;
	padding-left:20px;
}

.eqb2 {
	width:135px;
}

.eqb3 {
	width:135px;
}

.eqb4 {
	width:135px;
}

.eqb5 {
	width:155px;
}



.rt-head {
	padding:12px 12px 12px 18px;
	font-size:23px;
	line-height:26px;
}

.rt-head2 th {
	padding:17px 10px 17px 18px;
	font-size:17px;
	
}

.rental-table td {
	padding:11px 8px 11px 28px;
	font-size:14px;
	line-height:16px;
	background-position:15px 14px;
}


.re-check-list  ul li:nth-child(3) {
	margin-right:28px;
}

.re-check-list  ul li:nth-child(6) {
	margin-right:28px;
}

.eqh-bottom-new {
	padding-left:0px;
}

.manual-download {
	width:auto;
	padding:13px 20px 13px 70px;
}

.hire-link {
	padding:13px 0px 13px 30px;
}


.brochure-download {
	padding-left:0px;
}

.brochure-download .cbd {
	float:left;
	padding:19px 0px 19px 100px;
	width:340px;
}

.d-pdf {
	padding:10px 0px 10px 100px;
}

.image-list li {
	margin:5px 18px 20px 5px!important;
	width:28%;
}





.booking-lhs {
	width:auto;
/*	width:500px;
*/}

.cd-table {
	padding-bottom:25px;
}


.cd-table table th {
	padding:5px;
	font-size:15px;
}

.cd-table table td {
	padding:5px;
	font-size:13px;
	line-height:17px;
}

.cf-head {
	font-size:22px;
	line-height:25px;
}



.cf-box input {
	width:93%;
}

.cf-row .cfr-rhs input {
	width:85%!important;
}
	
.booking-rhs {
	width:220px;
	font-size:15px;
}
	
.booking-rhs h3 {
	font-size:22px;
	line-height:26px;
}

.booking-rhs ul li {
	margin-bottom:25px;
}

.booking-rhs ul li h4 {
	font-size:18px;
	line-height:22px;
}

.booking-rhs ul li h5 {
	font-size:14px;
	line-height:18px;
}


.booking-rhs ul li p {
	font-size:14px;
	line-height:18px;
}

.booking-lhs .cd-table th {
	font-size:13px;
}

.mobile-note {
	display:block;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.container {
	min-width:300px;
	margin:0 auto;
}

.wrap {
	width:86%;
	min-width:300px;
}

.mobile {
    display: none;
}

.floater {
	bottom:40px;
	width:180px;
}

.front-float .floater {
    bottom:40px;
	width:180px;
}

.header-top {
	background-position:-220px top;
}

.ht-wrap {
	height:auto;
	padding-top:108px;
}

.ht-rhs {
	float:none;
	overflow:hidden;
	margin-top:0px;
	text-align:center;
}

.ht-caption {
	float:none;
	padding:7px 20px 8px 20px;
	font-size:16px;
	line-height:22px;
	margin-top:0px;
	text-align:center;
	display:inline-block;
}

.phone {
	float:none;
	padding:11px 16px 12px 15px;
	font-size:22px;
	line-height:22px;
	margin:0 auto;
	display:inline-block;
}


.phone img {
	vertical-align:top;
	padding-right:4px;
}

.menu-bg {
	background-color:#f5f5f5;
	background-image:none;
}


.banner-wrap-old {
	height:auto;
	width:86%;
	min-width:300px;
	margin:0 auto;
	text-align:center;
	padding:20px 0px 20px 0px;
}

.banner-wrap-old h2 {
	padding-top:0px;
	font-size:28px;
	line-height:34px;
	padding-bottom:25px;
}

.banner-wrap-old img {
	max-width:98%;
	height:auto;
}

.bl01-old {
	float:none;
	padding-bottom:5px;
}

.bl02-old {
	float:none;
	margin-left:0px;
	padding-bottom:5px;
}

.bl03-old {
	float:none;
}






.banner-area {
	background-color:#130f0b;
	background-image:none;
}

.banner-wrap {
	width:90%;
	min-width:300px;
}

.banner-wrap h2 {
	font-size:28px;
	line-height:36px;
	letter-spacing:-1px;
	padding-bottom:15px;
}

.bl-lhs {
	float:none;
	width:auto;
	padding-top:0px;
	text-align:center;
	padding-bottom:20px;
}

.bl01 {
	padding-bottom:15px;
}

.bl02 {
	padding-bottom:15px;
}

.bl-rhs {
	float:none;
	width:294px;
	margin:0 auto;
}

.bl-rhs img {
	width:100%;
	height:190px;
}

.bl-rhs iframe {
	width:100%;
	height:190px;
}

.bl-rhs embed {
	width:100%;
	height:190px;
}

.bb-wrap {
	padding:25px 0px 20px 0px;
}

.bb-wrap h2 {
	font-size:20px;
	line-height:24px;
}

.landing-main {
	padding:34px 0px 31px 0px;
}


.lt-lhs {
	width:auto;
	float:none;
}

.ltl-item {
	float:none;
	width:297px;
	margin:0 auto 20px auto;
}

.ltl-img {
	width:287px;
	height:158px;
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}

.ltl-txt {
	padding:15px 0px 10px 0px;
	min-height:inherit;
}


.ltl-txt p {
	font-size:13px;
	line-height:18px;
	padding-bottom:10px;
}

.l-news {
	float:none;
	width:auto;
	padding-top:20px;
}
 

.ln-img {
	float:none;
}

.ln-txt {
	float:none;
	width:auto;
	margin-left:0px;
	padding-top:10px;
}

.lbox1 {
	height:auto;
	padding:120px 15px 15px 15px;
	background-image:url(images/lbox1.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}

.lbox1 h3 {
	font-size:15px;
	line-height:21px;
	padding:0px;
}

.landing-list {
	background-image:none;
	min-height:inherit;
	padding:35px 0px 20px 0px;
}

.landing-list h3 {
	font-size:21px;
	line-height:25px;
}

.landing-list ul {
	padding-right:0px;
	font-size:17px;
	line-height:23px;
}

.landing-list ul li {
	padding:0px 0px 20px 35px;
	background-size:auto auto;
}


.landing-list h4 {
	font-size:18px;
	line-height:22px;
	padding-right:0px;
	padding-bottom:20px;
}


.lbox2 {
	height:auto;
	padding:110px 15px 15px 15px;
}

.lbox2 h3 {
	padding-top:10px!important;
	font-size:17px!important;
	line-height:22px!important;
}

.lbox2 p {
	font-size:13px!important;;
	line-height:18px!important;;
}


.testi-head {
	font-size:30px;
	line-height:33px;
}

.bx-wrapper2 {
	width:300px;
}

.bxslider2 li {
	width:298px!important;
	min-height:232px;
	margin-right:30px!important;
}


.bx-wrapper2 .bx-prev {
	right:60px;
}

.bx-wrapper2 .bx-next {
	right:0px;
}

.t-box {
	padding:28px 20px 20px 66px;
}

.t-box h3 {
	font-size:16px;
	line-height:18px;
}

.t-box p {
	font-size:15px;
	line-height:24px;
}

.client-details h3 {
	font-size:15px;
	line-height:18px;
}

.bx-wrapper3 {
	width:230px;
}

.bx-wrapper3 .bx-prev {
	top:40%;
	left:-35px;
}


.bx-wrapper3 .bx-next {
	top:40%;
	right:-35px;
}

.bx-wrapper3 .bx-controls-direction a {
	top:40%;
}

.navigation-ft {
	float:none;
	width:auto;
	padding-bottom:20px;
}


.safety-training {
	float:none;
	margin-left:0px;
	width:auto;
	padding-bottom:20px;
}

.latest-news {
	float:none;
	margin-left:0px;
	width:auto;
	padding-bottom:20px;
}

.ni-img {
	float:none;
}

.ni-txt {
	float:none;
	width:auto;
	margin-left:0px;
	padding-top:10px;
}

.news-letter {
	float:none;
	width:auto;
}


.nl-box input {
	width:80%;
}


.nl-button {
	text-align:left;
}


.fb-wrap {
	padding:30px 0px 24px 0px;
	font-size:15px;
}

.fb-links {
	float:none;
	padding-bottom:20px;
}

.fb-links ul li {
	display:inline-block;
	padding-right:15px;
	padding-bottom:10px;
}

.copyright {
	float:none;
}

.sub-banner {
	background-image:none;
}

.sb-wrap {
	height:auto;
	padding:30px 0px 30px 0px;
}

.sb-wrap h2 {
	padding-top:0px;
	font-size:29px;
	line-height:31px;
}

.sb-wrap h3 {
	font-size:18px;
	line-height:20px;
}

.sbb-wrap p {
	font-size:18px;
	line-height:22px;
}

.sub-contents {
	padding:25px 0px 28px 0px;
}

.sub-full h4 {
	font-size:22px;
	line-height:29px;
	padding-bottom:20px;
}

.sub-full h5 {
	font-size:18px;
	line-height:24px;
	padding-bottom:20px;
}

.sub-full p {
	font-size:16px;
	line-height:20px;
}


.c-list {
	font-size:16px;
	line-height:20px;
}

.c-list li {
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
	padding:0px 0px 20px 38px;
}

.sub-full h3 {
	font-size:23px;
	line-height:26px;
	padding-bottom:20px;
}

.sub-full h2 {
	font-size:26px;
	line-height:30px;
	padding-bottom:20px;
}

.img-right {
	float:right;
	margin:0px 0px 10px 20px;
}

.certi-list {
	padding:5px 5px 20px 5px;
}

.certi-list li {
	float:left;
	width:190px;
	margin:0px 10px 10px 0px;
    background-image: none !important;
    padding: 0 !important;
}

.contact-page {
	padding:25px 0px 28px 0px;
}

.contact-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
}

.contact-lhs h3 {
	font-size:23px;
	line-height:27px;
}

.contact-lhs h4 {
	font-size:18px;
	line-height:22px;
}

.contact-lhs p {
	font-size:15px;
	line-height:18px;
}

.c-box {
	padding-bottom:15px;
}

.c-box label {
	font-size:16px;
}

.c-box input {
	height:47px;
	padding:0px 40px 0px 15px;
	font-size:16px;
	width:80%;
}

.c-box textarea {
	height:105px;
	padding:15px 40px 15px 15px;
	font-size:16px;
	width:80%;
}

.contact-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}


.contact-details h3 {
	font-size:23px;
	line-height:24px;
}


.image-right {
	float:none;
	margin:5px 5px 20px 5px;
	max-width:280px;
}

.image-left {
	float:none;
	margin:5px 5px 20px 5px;
}



.image-middle {
	padding-bottom:15px;
}

.grt-image {
	float:none;
	padding:0px 0px 10px 0px;
}

.n-list {
	padding-left:30px;
	font-size:17px;
	line-height:21px;
}

.fa-list {
	padding:5px 5px 20px 5px;
}

.fa-list li {
	float:left;
	width:44%;
	margin:0px 15px 15px 0px;
}

.fa-section1 .lhs {
	float:none;
	width:auto;
}

.fa-section1 .rhs {
	float:none;
	width:auto;
}

.image-right2 {
	float:nine;
	margin:0px 0px 10px 0px;
}

.more a {
	font-size:16px;
	letter-spacing:0px;
	padding:0px 88px 0px 15px;
}

.cst-table {
	padding-bottom:10px;
	overflow-x:scroll;
	overflow-y:hidden;
	min-width:290px;
	margin-bottom:30px;
}

.cst-table table {
	width:700px;
}

.cst-table th {
	padding:17px 0px 17px 0px;
	font-size:16px;
}

.cst-table td {
	padding:11px 8px 11px 8px;
	font-size:12px;
	line-height:15px;
}


.list-wrap ul {
	float:none;
	width:auto;
	padding-right:0px;
}


.n-list2 {
	font-size:17px;
	line-height:21px;
}


.list-wrap2 ul {
	float:none;
	width:auto;
	padding-right:0px;
}


.page-404 {
	background-image:none;
	min-height:inherit;
	padding-top:30px;
	padding-bottom:30px;
}

.error-txt {
	padding:0px 0px 20px 0px;
}

.er-wrap {

	padding-bottom:20px;
}

.er-wrap h2 {
	float:none;
	font-size:50px;
	line-height:52px;
}

.er-wrap h3 {
	width:auto;
	float:none;
	font-size:18px;
	line-height:22px;
	padding-left:0px;
	padding-top:0px;
}



.seh-wrap {
	background-image:none;
	padding:23px;
}

.seh-lhs {
	float:none;
	width:auto;
	border-bottom:#4f4f4f solid 1px;
	padding-bottom:20px;
}

.seh-rhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#101010 solid 1px;
}

.seh-img {
	float:none;
}

.seh-txt {
	float:none;
	padding-top:20px;
	width:auto;
}

.r-head1 {
	padding:12px 12px 12px 50px;
	font-size:22px;
	line-height:26px;
	background-position:15px 12px;
}

.r-head2 {
	padding:12px 12px 12px 50px;
	font-size:22px;
	line-height:26px;
	background-position:15px 12px;
}


.ra-rhs {
	float:none;
	width:auto;
	padding-bottom:10px;
}

.ra-lhs {
	float:none;
	width:auto;
}

.ra-head {
	font-size:23px;
	line-height:26px;
}

.nf-row {
	padding-bottom:0px;
}

.nf-box2 {
	padding-bottom:20px;
}

.nf-box {
	float:none;
	width:auto;
	padding-bottom:20px;
}


.nf-box input, .nf-box2 input {
	height:40px;
	padding:0px 15px 0px 15px;
	font-size:16px;
	width:88%;
}

.nf-box2 input {
	width:88%;
}

.nf-box select {
	height:40px;
	padding:0px 15px 0px 15px;
	font-size:16px;
	width:98%;
}

.nf-box2 textarea {
	height:105px;
	padding:15px;
	font-size:16px;
	width:88%;
}

.r2 {
	padding-top:15px;
}


.rental-top {
	padding-bottom:30px;
}

.rt-lhs {
	float:none;
	width:auto;
}


.rt-lhs th {
	padding:10px;
	font-size:20px;
}

.rt-lhs td {
	padding:11px 8px 11px 22px;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	background-position:10px 14px;
}

.rt-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.rtr-note {
	font-size:16px;
}


.eqh-top {
	overflow:hidden;
	padding:15px 15px 10px 15px;
}

.eqh-image {
	float:none;
	width:212px;
}

.eqh-image img {
	display:block;
}

.eqh-txt {
	float:none;
	width:auto;
	padding-top:20px;
}


.eqh-bottom {
	font-size:17px;
}

.eqb1 {
	float:none;
	height:50px;
	padding-right:0px;
	padding-left:20px;
	line-height:50px;
	background-size:auto 100%;
	border-bottom:#4f4f4f solid 1px;
	text-align:left;
}

.eqb2 {
	float:none;
	width:auto;
	border-left:none;
	border-bottom:#4f4f4f solid 1px;
	height:auto;
	padding-bottom:10px;
	text-align:left;
	padding-left:20px;
}

.eqb3 {
	float:none;
	width:auto;
	border-left:none;
	border-right:none;
	border-top:#101010 solid 1px;
	border-bottom:#4f4f4f solid 1px;
	height:auto;
	padding-bottom:10px;
		text-align:left;
	padding-left:20px;
}

.eqb4 {
	float:none;
	width:auto;
	border-left:none;
	border-right:none;
	border-top:#101010 solid 1px;
	border-bottom:#4f4f4f solid 1px;
	height:auto;
	padding-bottom:10px;
		text-align:left;
	padding-left:20px;
}

.eqb5 {
	float:none;
	width:auto;
	border-left:none;
	height:auto;
	padding-bottom:15px;
}

.hire-now {
	padding-left:20px;
}

.hire-now a {
	margin:0px;
}

.rental-table {
	width:100%;
	min-width:300px;
	overflow-x:scroll;
	padding-bottom:10px;
	margin-bottom:20px;
}

.rt-head {
	padding:12px;
	font-size:20px;
	line-height:22px;
}

.rt-head2 th {
	padding:5px;
	font-size:12px;
	background-image:none;
	
}

.rental-table td {
	padding:8px 8px 8px 15px;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	background-position:7px 9px;
}


.re-check-list  ul li {
	float:none;
	width:300px;
	margin-right:0px;
	height:auto;
	padding-bottom:20px;
}

.re-check-list  ul li:nth-child(3) {
	margin-right:0px;
}

.re-check-list  ul li:nth-child(6) {
	margin-right:0px;
}

.rtl-img {
	width:292px;
	height:152px;
}

.rtl-name {
	font-size:16px;
	line-height:18px;
}

.eqh-bottom-new {
	padding:0px;
}

.manual-download {
	float:none;
	width:auto;
	padding:10px 0px 10px 0px;
	background-image:url(images/eqb1.jpg);
	border-bottom:#333 solid 1px;
}

.manual-download a {
	display:block;
	width:290px;
	height:26px;
	background-size:100% 100%;
	margin:0 auto;
}


.hire-link {
	float:none;
	padding:10px 0px 10px 0px;
}

.hire-link a {
	width:90px;
	height:26px;
	background-size:90px 26px;
}

.topology h1 {
    font-size: 29px;
    line-height: 32px;
}


.brochure-download {
	padding-left:0px;
	text-align:center;
}

.brochure-download .cbd {
	float:none;
	padding:15px 10px 0px 10px;
	background-image:none;
}

.d-pdf {
	float:none;
	padding:13px 20px 13px 20px;
	background-image:none;
}

.table-note p {
	font-size:15px;
	line-height:18px;
}


.table-top h3 {
	float:none;
	padding-bottom:10px;
}

.table-top .course-select {
	float:none;
	padding:0px 0px 15px 0px;
}

.table-top .course-select select {
	font-size:14px;
	
}

.topology ul {
    margin-left: 0px;
}

.image-list li {
	margin:5px 18px 20px 5px!important;
	width:80%;
}

.ile-table td {
	padding:8px 5px 8px 5px;
	border-right:#ccc solid 1px;
	font-size:14px;
	line-height:normal;
}

.image-left {
	float:none;
	max-width:280px;
}


.booking-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc solid 1px;
}


.cd-table table th {
	padding:5px;
	font-size:14px;
}

.cd-table table td {
	padding:5px;
	font-size:12px;
	line-height:15px;
}

.booking-lhs h4 {
	padding-bottom:10px;
}

.course-form {
	padding-top:22px;
}

.course-form hr {
	margin-bottom:20px;
}

.cf-head {
	font-size:20px;
	line-height:24px;
}

.cf-box {
	padding-bottom:20px;
}

.course-form label {
	font-size:16px;
}

.cf-box input {
	width:90%;
}

.cf-box select {
	width:100%;
}

.cfr-lhs {
	float:none;
	width:auto;
}

.cfr-rhs {
	float:none;
	width:auto;
}

.cf-row .cfr-rhs input {
	width:90%!important;
}
	
.booking-rhs {
	float:none;
	width:auto;
	font-size:16px;
	padding-top:20px;
}
	
.booking-rhs h3 {
	font-size:23px;
	line-height:27px;
}

.booking-rhs ul li h4 {
	font-size:20px;
	line-height:24px;
}

.booking-rhs ul li h5 {
	font-size:16px;
	line-height:19px;
}


.booking-rhs ul li p {
	font-size:16px;
	line-height:19px;
}

.view-more {
	margin-top:10px;
}

.view-more a {
	float:none;
}

.choose-option input {
	margin:5px 10px 40px 0px;
}


.eqpi-head {
	padding:6px 10px 4px 10px;
}

.eqpih-lhs {
	float:none;
	font-size:20px;
	line-height:22px;
	padding:0px 0px 10px 35px;
	margin-top:5px;
	max-width:inherit;
}

.eqpih-rhs {
	float:right;
	padding-left:10px;
}

.eqpi-wrap {
	padding:20px 20px 10px 20px;
}

.eqpi-img {
	float:none;
	margin:0px 0px 10px 0px;
}


.eqpi-wrap ul {
	float:none;
	width:auto;
}



.gd-table table {
	font-size:15px;
	font-weight:normal;
}

.gd-table table td {
	padding:15px 10px 15px 10px;
	font-weight:normal;
}

.gdbt-wrap .lhs {
	float:none;
	width:auto;
	text-align:center;
}

.gdbt-wrap .rhs {
	float:none;
	width:auto;
	text-align:center;
}

.gdbt-item h4 {
	min-height:inherit;
}


.list-wrap4 ul {
	width:auto;
	float:none;
}


.booking-lhs .cd-table th {
	font-size:10px;
	padding:2px;
}

.booking-lhs .cd-table td {
	font-size:10px;
	line-height:13px;
	padding:2px;
}

.booking-lhs .cd-table td input {
	font-size:10px;
}

.booking-lhs .cd-table td textarea {
	font-size:10px;
}


.cd-table th {
	font-size:10px!important;
	padding:2px!important;
}

.cd-table td {
	font-size:10px!important;
	line-height:13px!important;
	padding:2px!important;
}

.cd-table td input {
	font-size:10px!important;
}

.cd-table td textarea {
	font-size:10px;
}


.mobile-note {
	display:block;
}

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


.container {
	min-width:420px;
	margin:0 auto;
}

.wrap {
	width:86%;
	min-width:420px;
}

.front-float .floater {
    bottom:40px;
}

.floater {
    height: auto;
	bottom:40px;
	width:200px;
}

.header-top {
	background-position:-150px top;
}

.ht-wrap {
	height:auto;
	padding-top:108px;
}

.ht-rhs {
	float:none;
	overflow:hidden;
	margin-top:0px;
	text-align:center;
}

.ht-caption {
	float:none;
	padding:9px 20px 10px 20px;
	font-size:18px;
	line-height:22px;
	margin-top:0px;
	text-align:center;
	display:inline-block;
}

.phone {
	float:none;
	padding:11px 16px 12px 15px;
	font-size:22px;
	line-height:22px;
	margin:0 auto;
	display:inline-block;
}

.phone img {
	vertical-align:top;
	padding-right:4px;
}

.menu-bg {
	background-color:#f5f5f5;
	background-image:none;
}



.banner-wrap-old {
	height:auto;
	width:86%;
	min-width:300px;
	margin:0 auto;
	text-align:center;
	padding:20px 0px 20px 0px;
}

.banner-wrap-old h2 {
	padding-top:0px;
	font-size:28px;
	line-height:34px;
	padding-bottom:25px;
}

.banner-wrap-old img {
	max-width:98%;
	height:auto;
}

.bl01-old {
	float:none;
	padding-bottom:5px;
}

.bl02-old {
	float:none;
	margin-left:0px;
	padding-bottom:5px;
}

.bl03-old {
	float:none;
}





.banner-area {
	background-color:#130f0b;
	background-image:none;
}

.banner-wrap {
	width:90%;
	min-width:420px;
}

.banner-wrap h2 {
	font-size:30px;
	line-height:38px;
	letter-spacing:-1px;
	padding-bottom:25px;
}

.bl-lhs {
	float:none;
	width:auto;
	padding-top:0px;
	text-align:center;
	padding-bottom:20px;
}

.bl01 {
	padding-bottom:15px;
}

.bl02 {
	padding-bottom:15px;
}

.bl-rhs {
	float:none;
	width:414px;
	margin:0 auto;
}

.bl-rhs img {
	width:100%;
	height:210px;
}

.bl-rhs iframe {
	width:100%;
	height:210px;
}

.bl-rhs embed {
	width:100%;
	height:210px;
}

.bb-wrap {
	padding:25px 0px 20px 0px;
}

.bb-wrap h2 {
	font-size:22px;
	line-height:25px;
}

.landing-main {
	padding:34px 0px 31px 0px;
}


.lt-lhs {
	width:auto;
	float:none;
}

.ltl-item {
	float:none;
	width:297px;
	margin:0 auto 20px auto;
}

.ltl-img {
	width:287px;
	height:158px;
	border:#fff solid 5px;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}

.ltl-txt {
	padding:15px 0px 10px 0px;
	min-height:inherit;
}


.ltl-txt p {
	font-size:13px;
	line-height:18px;
	padding-bottom:10px;
}

.l-news {
	float:none;
	width:auto;
	padding-top:20px;
}
 

.ln-img {
	float:left;
}

.ln-txt {
	float:left;
	width:75%;
	margin-left:20px;
	padding-top:0px;
}

.lbox1 {
	height:auto;
	padding:120px 15px 15px 15px;
	background-image:url(images/lbox1.jpg);
	background-position:left top;
	background-repeat:no-repeat;	
}

.lbox1 h3 {
	font-size:16px;
	line-height:22px;
	padding:0px;
}

.landing-list {
	background-image:none;
	min-height:inherit;
	padding:35px 0px 20px 0px;
}

.landing-list h3 {
	font-size:22px;
	line-height:25px;
}

.landing-list ul {
	padding-right:0px;
	font-size:17px;
	line-height:23px;
}

.landing-list ul li {
	padding:0px 0px 20px 41px;
	background-size:auto auto;
}


.landing-list h4 {
	font-size:18px;
	line-height:22px;
	padding-right:0px;
	padding-bottom:20px;
}


.lbox2 {
	height:auto;
	padding:110px 15px 15px 15px;
}

.lbox2 h3 {
	padding-top:10px!important;
	font-size:18px!important;
	line-height:22px!important;
}

.lbox2 p {
	font-size:13px!important;;
	line-height:18px!important;;
}


.testi-head {
	font-size:30px;
	line-height:33px;
}

.bx-wrapper2 {
	width:420px;
}

.bxslider2 li {
	width:418px!important;
	min-height:232px;
	margin-right:30px!important;
}


.bx-wrapper2 .bx-prev {
	right:60px;
}

.bx-wrapper2 .bx-next {
	right:0px;
}

.t-box {
	padding:28px 20px 20px 66px;
}

.t-box h3 {
	font-size:16px;
	line-height:18px;
}


.t-box p {
	font-size:15px;
	line-height:24px;
}

.client-details h3 {
	font-size:15px;
	line-height:18px;
}

.bx-wrapper3 {
	width:230px;
}

.bx-wrapper3 .bx-prev {
	top:40%;
	left:-80px;
}


.bx-wrapper3 .bx-next {
	top:40%;
	right:-83px;
}

.bx-wrapper3 .bx-controls-direction a {
	top:40%;
}

.navigation-ft {
	float:none;
	width:auto;
	padding-bottom:20px;
}


.safety-training {
	float:none;
	margin-left:0px;
	width:auto;
	padding-bottom:20px;
}

.latest-news {
	float:none;
	margin-left:0px;
	width:auto;
	padding-bottom:20px;
}

.ni-img {
	float:left;
}

.ni-txt {
	float:left;
	width:72%;
	margin-left:20px;
}

.news-letter {
	float:none;
	width:auto;
}


.nl-box input {
	width:80%;
}


.nl-button {
	text-align:left;
}


.fb-wrap {
	padding:30px 0px 24px 0px;
	font-size:15px;

}

.fb-links {
	float:none;
	padding-bottom:20px;
}

.fb-links ul li {
	display:inline;
	padding-right:15px;
	padding-bottom:10px;
}

.copyright {
	float:none;
}

.sub-banner {
	background-image:none;

}

.sb-wrap {
	height:auto;
	padding:30px 0px 30px 0px;
}


.sb-wrap h2 {
	padding-top:0px;
	font-size:33px;
	line-height:35px;
}

.sb-wrap h3 {
	font-size:18px;
	line-height:20px;
}

.sbb-wrap p {
	font-size:18px;
	line-height:22px;
}

.sub-contents {
	padding:25px 0px 28px 0px;
}

.sub-full h4 {
	font-size:22px;
	line-height:29px;
	padding-bottom:20px;
}

.sub-full h5 {
	font-size:18px;
	line-height:24px;
	padding-bottom:20px;
}

.sub-full p {
	font-size:16px;
	line-height:20px;
}


.c-list {
	font-size:16px;
	line-height:20px;
}

.c-list li {
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
	padding:0px 0px 20px 38px;
}

.sub-full h3 {
	font-size:23px;
	line-height:26px;
	padding-bottom:20px;
}

.sub-full h2 {
	font-size:26px;
	line-height:30px;
	padding-bottom:20px;
}

.img-right {

	float:right;
	margin:0px 0px 10px 20px;
}

.certi-list {
	padding:5px 5px 20px 5px;
    background-image: none !important;
    padding: 0 !important;
}

.certi-list li {
	float:left;
	width:190px;
	margin:0px 10px 20px 0px;
}

.contact-page {
	padding:25px 0px 28px 0px;
}

.contact-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc dashed 1px;
}

.contact-lhs h3 {
	font-size:23px;
	line-height:27px;
}

.contact-lhs h4 {
	font-size:18px;
	line-height:22px;
}

.contact-lhs p {
	font-size:15px;
	line-height:18px;
}

.c-box {
	padding-bottom:15px;
}

.c-box label {
	font-size:16px;
}

.c-box input {
	height:47px;
	padding:0px 40px 0px 18px;
	font-size:16px;
	width:85%;
}

.c-box textarea {
	height:105px;
	padding:15px 40px 15px 18px;
	font-size:16px;
	width:85%;
}

.contact-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}


.contact-details h3 {
	font-size:23px;
	line-height:24px;
}


.image-right {
	float:none;
	margin:5px 5px 20px 5px;
	max-width:400px;
}

.image-middle {
	padding-bottom:15px;
}

.grt-image {
	float:none;
	padding:0px 0px 10px 0px;
}

.n-list {
	padding-left:30px;
	font-size:17px;
	line-height:21px;
}

.fa-list {
	padding:5px 5px 20px 5px;
}

.fa-list li {
	float:left;
	width:44%;
	margin:0px 15px 15px 0px;
}

.fa-section1 .lhs {
	float:none;
	width:auto;
}

.fa-section1 .rhs {
	float:none;
	width:auto;
}

.image-right2 {
	float:nine;
	margin:0px 0px 10px 0px;
}

.more a {
	font-size:16px;
	letter-spacing:0px;
	padding:0px 88px 0px 15px;
}

.cst-table {
	padding-bottom:10px;
	overflow-x:scroll;
	overflow-y:hidden;
	min-width:410px;
	margin-bottom:30px;
}

.cst-table table {
	width:700px;
}

.cst-table th {
	padding:17px 0px 17px 0px;
	font-size:15px;
}

.cst-table td {
	padding:11px 8px 11px 8px;
	font-size:12px;
	line-height:15px;
}


.list-wrap ul {
	float:none;
	width:auto;
	padding-right:0px;
}


.n-list2 {
	font-size:17px;
	line-height:21px;
}


.list-wrap2 ul {
	float:none;
	width:auto;
	padding-right:0px;
}

.page-404 {
	background-image:url(images/page404.jpg);
	background-position:left bottom;
	min-height:inherit;
	padding-top:30px;
	background-size:200px auto;
	padding-bottom:350px;
}

.error-txt {
	padding:0px 0px 20px 0px;
}

.er-wrap {
	padding-bottom:20px;
}

.er-wrap h2 {
	float:none;
	font-size:60px;
	line-height:62px;
}

.er-wrap h3 {
	width:auto;
	float:none;
	font-size:26px;
	line-height:30px;
	padding-left:0px;
	padding-top:0px;
}




.seh-wrap {
	background-image:none;
	padding:23px;
}

.seh-lhs {
	float:none;
	width:auto;
	border-bottom:#4f4f4f solid 1px;
	padding-bottom:20px;
}

.seh-rhs {
	float:none;
	width:auto;
	padding-top:20px;
	border-top:#101010 solid 1px;
}

.seh-img {
	float:none;
}

.seh-txt {
	float:none;
	padding-top:20px;
	width:auto;

}

.seh-txt h3 {
	font-size:18px;
}

.r-head1 {
	padding:12px 12px 12px 55px;
	font-size:24px;
	line-height:28px;
	background-position:15px 12px;
}

.r-head2 {
	padding:12px 12px 12px 55px;
	font-size:24px;
	line-height:28px;
	background-position:15px 12px;
}

.ra-rhs {
	float:none;
	width:auto;
	padding-bottom:10px;
}

.ra-lhs {
	float:none;

	width:auto;
}

.ra-head {
	font-size:23px;
	line-height:26px;
}

.nf-row {
	padding-bottom:0px;
}

.nf-box2 {
	padding-bottom:20px;
}

.nf-box {
	float:none;
	width:auto;
	padding-bottom:20px;
}


.nf-box input, .nf-box2 input {
	height:47px;
	padding:0px 20px 0px 20px;
	font-size:16px;
	width:86%;
}

.nf-box2 input {
	width:86%;
}

.nf-box select {
	height:47px;
	padding:0px 20px 0px 20px;
	font-size:16px;
	width:96%;
}

.nf-box2 textarea {
	height:105px;
	padding:15px 20px 15px 20px;
	font-size:16px;
	width:86%;
}

.r2 {
	padding-top:15px;
}


.rental-top {
	padding-bottom:30px;
}

.rt-lhs {
	float:none;
	width:auto;
}


.rt-lhs th {
	padding:10px 0px 10px 0px;
	font-size:22px;
}

.rt-lhs td {
	padding:11px 8px 11px 22px;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	background-position:10px 14px;
}

.rt-rhs {
	float:none;
	width:auto;
	padding-top:20px;
}

.rtr-note {
	font-size:18px;
}


.eqh-top {
	overflow:hidden;
	padding:20px 20px 10px 20px;
}

.eqh-image {
	float:none;
	width:212px;
}

.eqh-image img {
	display:block;
}

.eqh-txt {
	float:none;
	width:auto;
	padding-top:20px;
}


.eqh-bottom {
	font-size:17px;
}

.eqb1 {
	float:none;
	height:50px;
	padding-right:0px;
	padding-left:20px;
	line-height:50px;
	background-size:auto 100%;
	border-bottom:#4f4f4f solid 1px;
	text-align:left;
}

.eqb2 {
	float:none;
	width:auto;
	border-left:none;
	border-bottom:#4f4f4f solid 1px;
	height:auto;
	padding-bottom:10px;
	text-align:left;
	padding-left:20px;
}

.eqb3 {
	float:none;
	width:auto;
	border-left:none;
	border-right:none;
	border-top:#101010 solid 1px;
	border-bottom:#4f4f4f solid 1px;
	height:auto;
	padding-bottom:10px;
		text-align:left;
	padding-left:20px;
}

.eqb4 {
	float:none;
	width:auto;
	border-left:none;
	border-right:none;
	border-top:#101010 solid 1px;
	border-bottom:#4f4f4f solid 1px;
	height:auto;
	padding-bottom:10px;
		text-align:left;
	padding-left:20px;
}

.eqb5 {
	float:none;
	width:auto;
	border-left:none;
	height:auto;
	padding-bottom:15px;
}

.hire-now {
	padding-left:20px;
}

.hire-now a {
	margin:0px;
}

.rental-table {
	width:100%;
	min-width:420px;
	overflow-x:scroll;
	padding-bottom:10px;
	margin-bottom:20px;
}

.rt-head {
	padding:12px;
	font-size:20px;
	line-height:22px;
}

.rt-head2 th {
	padding:5px;
	font-size:12px;
	background-image:none;
	
}

.rental-table td {
	padding:8px 8px 8px 15px;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	background-position:7px 9px;
}

.re-check-list  ul li {
	float:none;
	width:314px;
	margin-right:0px;
	height:auto;
	padding-bottom:20px;
}

.re-check-list  ul li:nth-child(3) {
	margin-right:0px;
}

.re-check-list  ul li:nth-child(6) {
	margin-right:0px;
}

.rtl-img {
	width:304px;
	height:158px;
}

.rtl-name {
	font-size:16px;
	line-height:18px;
}


.eqh-bottom-new {
	padding:0px;
}

.manual-download {
	float:none;
	width:auto;
	padding:10px 0px 10px 0px;
	background-image:url(images/eqb1.jpg);
	border-bottom:#333 solid 1px;
}

.manual-download a {
	display:block;
	width:400px;
	height:36px;
	background-size:100% 100%;
	margin:0 auto;
}

.hire-link {
	float:none;
	padding:10px 0px 10px 0px;
}

.hire-link a {
	width:125px;
	height:36px;
	background-size:125px 36px;
}


.brochure-download {
	padding-left:0px;
	text-align:center;
}

.brochure-download .cbd {
	float:none;
	padding:19px 20px 0px 20px;
	background-image:none;
}

.d-pdf {
	float:none;
	padding:13px 20px 13px 20px;
	background-image:none;
}

.image-list li {
	margin:5px 18px 20px 5px!important;
	width:40%;
}

.image-left {
	float:none;
	max-width:400px;
}



.booking-lhs {
	float:none;
	width:auto;
	padding-bottom:20px;
	border-bottom:#ccc solid 1px;
}


.cd-table table th {
	padding:5px;
	font-size:15px;
}

.cd-table table td {
	padding:5px;
	font-size:14px;
	line-height:17px;
}

.booking-lhs h4 {
	padding-bottom:10px;
}

.course-form {
	padding-top:22px;
}

.course-form hr {
	margin-bottom:20px;
}

.cf-head {
	font-size:20px;
	line-height:24px;
}

.cf-box {
	padding-bottom:20px;
}

.course-form label {
	font-size:16px;
}

.cf-box input {
	width:92%;
}

.cf-box select {
	width:98%;
}

.cfr-lhs {
	float:none;
	width:auto;
}

.cfr-rhs {
	float:none;
	width:auto;
}

.cf-row .cfr-rhs input {
	width:92%!important;
}
	
.booking-rhs {
	float:none;
	width:auto;
	font-size:16px;
	padding-top:20px;
}
	
.booking-rhs h3 {
	font-size:23px;
	line-height:27px;
}

.booking-rhs ul li h4 {
	font-size:20px;
	line-height:24px;
}

.booking-rhs ul li h5 {
	font-size:16px;
	line-height:19px;
}


.booking-rhs ul li p {
	font-size:16px;
	line-height:19px;
}

.view-more {
	margin-top:10px;
}

.view-more a {
	float:none;
}




.eqpi-head {
	padding:6px 10px 4px 10px;
}

.eqpih-lhs {
	float:none;
	font-size:22px;
	line-height:22px;
	padding:4px 0px 3px 40px;
	margin-top:7px;
	max-width:inherit;
}

.eqpih-rhs {
	float:right;
	padding-left:10px;
}

.eqpi-wrap {
	padding:20px 20px 10px 20px;
}

.eqpi-img {
	float:none;
	margin:0px 0px 10px 0px;
}


.eqpi-wrap ul {
	float:none;
	width:auto;
}


.gd-table table {
	font-size:16px;
	font-weight:bold;
}

.gd-table table td {
	padding:15px 10px 15px 10px;
	font-weight:bold;
}

.gdbt-wrap .lhs {
	float:none;
	width:auto;
	text-align:center;
}

.gdbt-wrap .rhs {
	float:none;
	width:auto;
	text-align:center;
}

.gdbt-item h4 {
	min-height:inherit;
}


.booking-lhs .cd-table th {
	font-size:12px;
}

.booking-lhs .cd-table td {
	font-size:11px;
	line-height:15px;
}

.booking-lhs .cd-table td input {
	font-size:11px;
}

.booking-lhs .cd-table td textarea {
	font-size:11px;
}



.cd-table th {
	font-size:12px;
}

.cd-table td {
	font-size:11px;
	line-height:15px;
}

.cd-table td input {
	font-size:11px;
}

.cd-table td textarea {
	font-size:11px;
}




}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {

.container {
	min-width:320px;
	margin:0 auto;
}

.wrap {
	width:86%;
	min-width:320px;
}

.front-float .floater {
	bottom:40px;
	width:180px;
}

}