@charset "utf-8";

@font-face {
    font-family: 'MyriadPro';
    src: url('/assets/fonts/MyriadPro-Regular.eot');
		 src: local("☺"),
 			url('/assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         	url('/assets/fonts/MyriadPro-Regular.woff') format('woff'),
         	url('/assets/fonts/MyriadPro-Regular.ttf') format('truetype'),
         	url('/assets/fonts/MyriadPro-Regular.svg#MyriadPro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HandelGotDBol';
    src: url('/assets/fonts/handgotb.eot');
		 src: local("☺"),
 			url('/assets/fonts/handgotb.eot?#iefix') format('embedded-opentype'),
         	url('/assets/fonts/handgotb.woff') format('woff'),
         	url('/assets/fonts/handgotb.ttf') format('truetype'),
         	url('/assets/fonts/handgotb.svg#HandelGotDBol') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'MyriadPro', Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	color:#323232;
	font-size: 16px;
	-webkit-text-size-adjust:none;
	line-height: 1.3em;
	background-color: #f4f4f3;
}
#eucookielaw {
	font-family: 'ralewayregular', Arial, Helvetica;
	background-color: #E9C032;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: normal;
	border: 2px dashed #CE2C24;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
}
#eucookielaw a {
	color: #000;
}
a:link {
	color:#CE2C24;
	text-decoration: none;
	line-height: 1.3em;
	}     

a:visited {
	color:#CE2C24;
	text-decoration:underline;
	line-height: 1.3em;
	}  
a:hover {
	color:#CE2C24;
	text-decoration: underline;
	line-height: 1.3em;
	}  
a:active {
	color:#CE2C24;
	text-decoration: underline;
	line-height: 1.3em;
	} 
hr {
	color: #fff;
	border: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: rgba(0,0,0,0.1);
	border-right-color: rgba(0,0,0,0.2);
	border-bottom-color: rgba(255,255,255,0.1);
	border-left-color: rgba(0,0,0,0.2);
	margin-right: 0px;
}
h1{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	color: #3c3f47;
	font-weight: bold;
	font-size: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
	line-height: 1.2em;
	text-transform: uppercase;
}
h2{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	color: #ce2c24;
	font-size: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
	line-height: 1.2em;
	text-transform: uppercase;
}
h3, h4, h5, h6{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	color: #3c3f47;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 0px;
	line-height: 1.2em;
	text-transform: uppercase;
}

#mainwrapper{
	width:auto;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerwrapper {
	height: 235px;
	width: auto;
}
#header {
	height: 160px;
	width: auto;
	background: -moz-linear-gradient(top,  rgba(120,120,120,0.95) 0%, rgba(61,61,61,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(120,120,120,0.95) 0%,rgba(61,61,61,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(120,120,120,0.95) 0%,rgba(61,61,61,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2787878', endColorstr='#f23d3d3d',GradientType=0 ); /* IE6-9 */
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #ce2c24;
}

#topheader {
	height: 15px;
	width: 1200px;
	font-size: 10px;
	color: #c6c6c6;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#mainmenubar {
	height: 60px;
	width: auto;
	background-color: #939393;
	box-shadow:rgba(0,0,0,0.2) 0px 5px 5px;
	z-index:1;
	position: relative;
}
#mainmenubar2 {
	height: 60px;
	width: auto;
	background: -moz-linear-gradient(top,  rgba(120,120,120,0.95) 0%, rgba(61,61,61,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(120,120,120,0.95) 0%,rgba(61,61,61,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(120,120,120,0.95) 0%,rgba(61,61,61,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2787878', endColorstr='#f23d3d3d',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(0,0,0,0.2) 0px 5px 5px;
	z-index:1;
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ce2c24;
}
#newtopmenu {
	position:fixed;
	top:0px;
	width:100%; 
	height:60px; 
	z-index:9999;
	display: none;
}
#mainmenu {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#mainmenu2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#topheaderwrapper {
	height: 155px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#topheaderleft {
	height: 120px;
	width: 40%;
	float: left;
	padding-top: 20px;
}
#topheaderright {
	height: 120px;
	width: 60%;
	float: left;
	padding-top: 20px;
}

#content {
	min-height: 500px;
	clear: both;
	margin-top: 0px;
}
#contentwrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 250px;
	width: auto;
	background-color: #373737;	
}
#footerwrapper {
	height: 250px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../img/mainstructure/footerback.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	color: #FFF;
}
#footerleft {
	height: 120px;
	width: 40%;
	float: left;
	padding-top: 20px;
}
#footerright {
	height: 120px;
	width: 60%;
	float: left;
	padding-top: 20px;
}
.footerphone{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	font-size: 20px;	
}
.footerphone a{
	color: #FFF;
	text-decoration: none;
}
.footerphone a:hover{
	color: #ce2c24;
	text-decoration: none;
}
.footeraddress{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	font-size: 16px;	
}
#footermobile{
	display: none;
}
.copyright{
	font-size: 12px;
	color: #787878;
}
#updateok {
	background-color: #E6FFE6;
	width: 99%;
	border: 1px solid #090;
	color: #090;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px;
}
#updateno {
	background-color: #FFE1E1;
	width: 99%;
	border: 1px solid #B90000;
	color: #B90000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px;
}
#homebackground{
	height: auto;
	width: 100%;
	min-height:600px;
	background-image: url(../../img/home/background.jpg);
	z-index:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#grabbackground{
	background-color: #ececeb;	
	height: auto;
	width: 100%;
	min-height:600px;
	background-image: url(../../img/grab/background.jpg);
	z-index:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#lowloaderbackground{
	background-color: #ececeb;	
	height: auto;
	width: 100%;
	min-height:600px;
	background-image: url(../../img/lowloader/background.jpg);
	z-index:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#civilbackground{
	background-color: #ececeb;	
	height: auto;
	width: 100%;
	min-height:600px;
	background-image: url(../../img/civil/background.jpg);
	z-index:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#plantbackground{
	background-color: #ececeb;
	height: auto;
	width: 100%;
	min-height:600px;
	background-image: url(../../img/plant/background.jpg);
	z-index:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#generalbackground{
	background-color: #f4f4f3;
	height: auto;
	width: 100%;
	min-height:600px;
	background-image: url(../../img/mainstructure/background.jpg);
	z-index:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#homequote{
	position:relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 10px;
	z-index: 0;
}
#homequotewrapper{
	position:relative;
	height: 450px;
	margin-top: 50px;
	z-index: 0;
	
}
.homequotetext{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	font-size: 60px;
	color: #FFF;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	text-shadow: 0px 3px 5px rgba(0,0,0, 0.6);
	letter-spacing: -2px;
	text-transform: uppercase;
}
.homequotetextsmall{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	font-size: 20px;
	color: #000;
	padding-top: 20px;
	display:inline-block;	
}
.cycle-slide{
	position:relative;
	width: 100%;
	height: 200px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
}
#pagehead{	
	background: linear-gradient(to bottom,  rgba(254,179,0,0.8) 0%,rgba(244,244,244,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	height: auto;
	width: 100%;
}

#pageheadcontent{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.pageheadtext{
	color: #3c3f47;
}
.pageheadtext a{
	color: #CE2C24;
}
#whitecontent {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #FFF;
}
#click{

    position:relative;
}
.image{
	width:280px;
	height:200px;
}
.imagelarge{
	width:100%;
	height:auto;
	border: 5px solid #FFF;
}
.imagethumb{
	width:92%;
	height:auto;
	border: 5px solid #FFF;
}
.map{
	width:100%;
	height:auto;
	border: 5px solid #FFF;
}
.cover {
  object-fit: cover;
}

#boxwhite{
	background-color: #FFF;
	padding: 5px;
	width:280px;
	height:200px;
}
#boxgrey{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	background-color: #3c3f47;
	padding: 5px;
	width:280px;
	height:220px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}
#boxred{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	background-color: #ce2c24;
	padding: 5px;
	width:280px;
	height:220px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}
#box {
	min-height: 59px;
	background-color: #FFF;
	line-height: 1.2em;
}
.boxred{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	background-color: #ce2c24;
	padding: 5px;
	width:280px;
	height:220px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}
figure:hover img{
	opacity: 0.5;
 	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
#backbox{
	display: block;
	width: 260px;
    max-height: 260px;
    min-height: 200px;
	overflow: hidden;
	background: black;
}

figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0px 0px 0;
}
figcaption {
	font-family: 'MyriadPro', Arial, Helvetica;
	font-size: 14px;
	width: 98%;
	position: absolute;
	background: rgba(206,44,36,0.50);
	color: white;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition:    all 0.6s ease;
	-o-transition:      all 0.6s ease;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	font-weight: normal;
	text-transform: none;
}
.black {
	background: rgba(60,67,67,0.80);

}
figure:hover figcaption {
  opacity: 1;
}

figure:hover:before {
  opacity: 0;
}

.cap-left:before {  bottom: 10px; left: 10px; }
.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }

.cap-right:before { bottom: 10px; right: 10px; }
.cap-right figcaption { bottom: 0; right: -30%; }
.cap-right:hover figcaption { right: 0; }

.cap-top:before { top: 10px; left: 10px; }
.cap-top figcaption { left: 0; top: -30%; }
.cap-top:hover figcaption { top: 0; }

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }



#homebox{
    width:100%;
    height:200px;
    position:absolute;
    top:0px;
    right:0;
    background-color:#3c3f47;
    color:#fff;
}
#homebox img {
	width: 100%;
	height:auto;

}
#map1{
	height: 400px;
	width: 100%;
}
.contactinfo{
	font-size:30px;
	line-height: 1.3em;	
}
.contactinfo a:link{
	line-height: 1.3em;
	color: #CE2C24;
}
.bolder{
	font-weight: bold;	
}

#contentwrapper ul li {
    list-style:none;
	padding-left:2%;
	white-space: normal;
}
#contentwrapper ul li:first-child {
	margin-top: 10px;
	margin-bottom: 0;
}
#contentwrapper ul li:before {
	content: '\2713';
	margin-top: 0;
	margin-bottom: 0;
	color: #C30;
	margin-right: 3px;	
}
.testimonialphotobig{
	clear: right;
	float: right;
	margin-left: 10px;
	border: 5px solid #FFF;
}
.testimonialphoto{
	border: 5px solid #FFF;
	width:98%;
}
.testimonialphotosmall{
	border: 5px solid #FFF;
	max-width: 10%;
}
#cartbox{
	height: auto;
	background-color: #373737;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0C0;
	text-transform: uppercase;
}
.productimagesmall{
	width:100%;
	max-width:50px;
	height:auto;
	max-height:50px;
}
.orange{
	color: #F90;	
}
.green{
	color: #090;
}
.red{
	color: #ce2c24;
}
.container {
    display: table;
	width:100%;
}

#boxtable1 {
	display: table-cell;
	width:40%
}
#boxtable1 {
	display: table-cell;
	width:40%
}
#boxtable2 {
	display: table-cell;
	width:15%
}
/*mobile menu */

#mobileMenu{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	text-transform: uppercase;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
#mobileMenu ul{
	margin-top: 115px;
	text-transform: uppercase;
}
#mobileMenu ul li ul {
    margin-top: 0px;
}
#mobileMenu ul li ul a {
	background-color: #646463;
	border-bottom-color: #5d5d5d;
	text-transform: uppercase;
}
#mobileMenu ul li ul li ul a {
    background-color: #04192b;
	border-bottom-color: #063154;
}


#mobileMenu ul li a{
	display:block;
	background-color: #939393;
	color: #FFF;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #545453;
}
#mobileMenu ul li a:hover{
	background-color: #d2232a;
}
.toggleMobile{
    display: none;
}

/*tables */

table.tabularBlank td{
	border-collapse: collapse;
	padding: 2px;
	line-height: 1.3em;
	font-size: 14px;
}
table.tabularBlank th{
	border-collapse: collapse;
	padding: 4px;
	white-space: nowrap;
	font-size: 14px;	
}


table.tabularData td{
	border-collapse: collapse;
	padding: 2px;
	line-height: 1.3em;
	border: 0px solid #f4f4f3;
	font-size: 14px;
	background-color: rgba(255,255,255,0.3	);
}
table.tabularData th{
	border-collapse: collapse;
	padding: 4px;
	color: #000;
	white-space: nowrap;
	background-color: rgba(79,79,79,0.5);
	font-size: 14px;
	border: 1px solid #f4f4f3;
}
#tableheader{
	background-color: rgba(206,44,36,0.7);
	color: #FFF;
	font-family: 'HandelGotDBol', Arial, Helvetica;
}
.logos{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity: 0.5;
}
.logos:hover{
	opacity: 1;
 	-webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.smallheading{
	font-size: 35px;
	text-transform: none;
}
@media (max-width: 1200px){	
#topheader {
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#topheaderleft {
	height: 120px;
	width: 37%;
	float: left;
	margin-left: 3%;
}
#topheaderright {
	height: 120px;
	width: 57%;
	float: left;
	margin-right: 3%;
}
#topheaderwrapper {
	width: auto;
}
#mainmenu {
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#mainmenu2 {
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#footerwrapper {
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
#contentwrapper {
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
.testimonialphotobig{
	width:30%;
	height:auto;
	clear: right;
	float: right;
	margin-left: 10px;
	border: 5px solid #FFF;
}
.testimonialphoto{
	width:70%;
	height:auto;
}
#pageheadcontent{
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
.image{
	width:160px;
	height:114px;
}

#boxwhite{
	padding: 5px;
	width:160px;
	height:114px;
}
#boxgrey{
	width:160px;
	height:134px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#boxred{
	width:160px;
	height:134px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.boxred{
	width:160px;
	height:134px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

figcaption {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	font-weight: normal;
	text-transform: none;
	line-height: 1.1em;

}

.homequotetext{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	font-size: 40px;
	color: #FFF;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   text-shadow: 0px 3px 5px rgba(0,0,0, 0.6);
   letter-spacing: -2px;
}
.homequotetextsmall{
	font-family: 'HandelGotDBol', Arial, Helvetica;
	font-size: 20px;
	color: #000;	
}
.contactinfo{
	font-size:27px;
}

}

@media (max-width: 992px){	
#topheader {
	width: auto;
}
#topheaderleft img {
	width: 80%;
	height:auto;
}
#topheaderright img {
	width: 80%;
	height:auto;
}
#topheaderwrapper {
	width: auto;
}
.contactinfo{
	font-size:20px;
}
}

@media (max-width: 768px){
#headerwrapper {
	height: 115px;
	width: auto;
}
#header {
	height: 100px;
	width: auto;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #ce2c24;
}
#topheader, #mainmenubar, #footerleft, #footerright, #footercopyright {
	display:none;
}
#topheaderleft {
	height: 94px;
	width: 57%;
	float: left;
	padding-top: 20px;
}
#newtopmenu{
	display:none !important;
}
#topheaderright {
	display:none;
}
#topheaderleft img {
	width: 200px;
}
#topheaderwrapper {
	width: auto;
}
#footermobile {
	display:block;
}

#phonemobile {
	max-width: 80%;
	height: auto;
}
/*mobile menu */

#topheaderrightmobile {
	height: 50px;
	float: right;
	display: block;
	margin-top: 18px;
	margin-right: 3%;
}

#mobileMenu{
	display: block;
	z-index: 999;
}
.toggleMobile{
	position:relative;
	top: 10px;
	display: block;
	width: 48px;
	height: 36px;
	cursor: pointer;
	z-index: 1000;
}
.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3{
	display: block;
	position: absolute;
	width: 48px;
	height: 7px;
	left: 0px;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #ce2c24;
	border: 2px solid #818181;
}
.toggleMobile span.menu1{
	top: 0;
}
.toggleMobile span.menu2{
	top: 14px;
}
 .toggleMobile span.menu3{
	top: 28px;
}

.toggleMobile.active span.menu1{
	top: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu2{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
.toggleMobile.active span.menu3{
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
}
#topleftmobile {
	height: 60px;
	width: 50%;
	float: left;
	display: block;
	margin-top: 0px;
}
#toprightmobile {
	height: 50px;
	float: right;
	display: block;
	margin-top: 5px;
}

#homebackground{
	background-color:rgba(237,179,2,0.8);
	height: auto;
	width: 100%;
	min-height:200px;
	background-image: url(../../img/home/background.jpg);
	z-index:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#grabbackground{
	height: auto;
	width: 100%;
}

.testimonialphotobig{
	width:98%;
	height:auto;
	clear: right;
	float: none;
	margin-left: auto;
	border: 1% solid #FFF;
	margin-right: auto;
}
.testimonialphoto{
	width:98%;
	height:auto;
	margin-left: auto;
	border: 1% solid #FFF;
	margin-right: auto;
}
#boxtable1, #boxtable2{
	display: block;
	width: 100%;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 20px;
}
h3,h4,h5,h6{
	font-size: 18px;
}
.pageheadtext{
	font-size: 14px;
}
.homequotetext{
	font-size: 25px;
   text-shadow: 0px 3px 5px rgba(0,0,0, 0.6);
   letter-spacing: -2px;
}
.homequotetextsmall{
	font-size: 14px;
	color: #000;
	padding-top: 0px;		
}
#homequotewrapper{
	margin-top: 20px;	
}
#footer {
	height: 250px;

}
#footerwrapper {
	height: 250px;
	width: auto;
	margin-left: 0%;
	margin-right: 0%;
}
#mainimage{
	display:none;
}
.contactinfo{
	font-size:18px;
}
.logos{
	width:50%;
	height:auto;
}
.smallheading{
	font-size: 14px;	
}
}
}
