@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=7db28c1f-3d39-496b-b807-6afbcb3b2c2b");
@font-face {
	font-family: "HelveticaNeueW01-45Ligh";
	src: url("Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
	src: url("Fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("Fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("Fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("Fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}
@font-face {
	font-family: "HelveticaNeueW01-55Roma";
	src: url("Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
	src: url("Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("Fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("Fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("Fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}
@font-face {
	font-family: "HelveticaNeueW02-85Heav";
	src: url("Fonts/0041ab1b-3cca-4f61-841a-75a18048adb8.eot?#iefix");
	src: url("Fonts/0041ab1b-3cca-4f61-841a-75a18048adb8.eot?#iefix") format("eot"), url("Fonts/03a07450-478d-4c93-89ae-68cafdbc0332.woff") format("woff"), url("Fonts/b96bc8f7-2a71-4500-8c8d-646fc0a13306.ttf") format("truetype"), url("Fonts/ae236757-b3b9-4cfa-906d-bce3e20a9397.svg#ae236757-b3b9-4cfa-906d-bce3e20a9397") format("svg");
}


/* apply a natural box layout model to all elements, but allowing components to change */
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
}
/* Stop phone number from looking rubbish in iPhones */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
/*ensure all text is same font */
body, .pure-g [class*="pure-u"] {
	font-family: "HelveticaNeueW01-45Ligh",Arial,Helvetica,sans-serif;
	font-weight: 300;
}
body {
	background-color: #eaeaea;
	font-size: 14px;
	line-height: 1.2em;
}
p {
	margin-top: 0px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
a, a:active, a:focus {
   outline: 0 /* Stop dotted lines around clicked links */;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#headercontainer {
	margin: 0 auto;
	position: relative;
	padding: 10px 0px;
	z-index: 100; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1c5c8+0,feffff+100 */
    background-color: #FFF;
}
#topnavcont, #navcont, .contentcontainer, #footer, #scrollingCatsCont, #homeimages, .blockfeatcont, .blockfeatcontcat, .largephotocont, #headercontainer, .fullwidthcont, #footercont {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.largephotocont {
	padding: 0px;
}
#topnavcont {
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Link transitions */
#footer a:link, #topsocial a:link, .footbox a, .btn, .enterbutton a, .box a:hover {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/* Stop flickering in Chrome */
	-webkit-backface-visibility: hidden;
}
.contentcontainer {
	padding: 0px;
}
.pageheading {
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.headlineproduct, .headlineproductnomargin {
	font-family: "HelveticaNeueW02-85Heav",Arial,Helvetica;
	font-size: 16px;
	margin-top: -20px;
	z-index: 10000;
	font-weight: 400;
	color: #fff;
	/* display: inline-block;
	background-color: #007ac2; */
	padding: 20px 0px 20px 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-image: url(../images/people-movers-product-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#engineeringservices .headlineproduct, #engineeringservices .headlineproductnomargin {
	/* background-image: url(../images/engineering-bg.png); */
}
.headlineproductnomargin {
		margin-top: 15px;
}
.subheadingone {
	font-size: 18px;
	margin-top: 0px;
	font-weight: normal;
	color: #007ac2;
	font-family: "HelveticaNeueW02-85Heav",Arial,Helvetica,sans-serif;
	line-height: 1.2em;
}
#engineeringservices .subheadingone {
	color: #007ac2;
}
#engineeringservices .productgallery .subheadingone {
	color: #fff;
}
.subheadingtwo {
	font-size: 18px;
	margin-top: 0px;
	font-weight: 400;
}
.subheadingnews {
	margin-top: 15px;
	font-weight: 400;
	color: #007ac2;
	font-size:18px;
	padding-left: 15px;
	padding-right: 15px;
}
.introtext {
	font-size: 16px;
}
#headertop {
	border-bottom: 1px solid #EFEFEF;
}
.footericons a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
#navcont {
	min-height: 15px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#mainContent {
	padding: 15px 0px 15px 0px;
}
.fullwidthcont {
	background-color: #fff;
	margin: 0 auto;
	padding: 0px;
}
#contentleft {
	padding-left: 20px;
	padding-right: 25px;
}
#contentright, #contentfullwidth {
	padding-left: 20px;
	padding-right: 20px
}

.blockfeatcont {
	padding: 0px;
}
.blockfeatcontcat {
	padding: 0px;
}
.blockfeature {
	display: block;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-top: -160px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	font-size: 28px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
#featuresbar {
	background-color: #444;
}
/* Grid of pictures where the left and right must be flush to the container's sides */
.picture {
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxrow {
	max-width: 1110px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.box a:link, .box a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
}
.box p {
	margin-top: 10px;
}
.boxrow .box {
	border-top: 0px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}
.boxrowpad {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.boxrowpad .box {
	padding: 20px 40px;
	text-align: center;
}
/* End of flush grid pics */

.contentcontainer a:link, .contentcontainer a:visited {
	color: #444;
}
.contentcontainer a:hover {
	color: #444;
	text-decoration: underline;
}
#footercont {
	background-color: #d9d9d9;
	font-size: 13px;
	margin: 0 auto;
}
#footer a:link, #footer a:visited {
	color: #007ac2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #444;
}
.footericons {
	text-align: right;
}
.footbox img {
	display: inline;
	padding-left: 10px;
}
a:link.btn, a:visited.btn, .btn {
	background-color: #007ac2;
	padding: 5px 10px;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
}
#engineeringservices a:link.btn, #engineeringservices a:visited.btn {
	background-color: #007ac2;
}
.btn {
	background-color: #007ac2;
}
a:hover.btn {
	background-color: #444;
}

/* Responsive Google map */
.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* End google map */
/* Pagination */
.pagenumbers {
	border-top: 1px solid #B4A592;
	padding-top: 10px;
	text-align: left;
}
.pagenumbers a:link {
	border-left: 1px solid #736A61;
	padding: 5px 10px;
	color: #504A44;
	text-decoration: none;
}
.pagenumbers a:visited {
	border-left: 1px solid #736A61;
	color: #736A61;
}
.pagenumbers a:hover, .pagenumbers a:active {
	text-decoration: underline;
}
.pagenumbernolink {
	padding: 5px 10px;
	background-color: #EEE;
}
/* End */

/* Accordion */
.accordion {
	overflow: hidden;
}
.accordion-section {
	padding-bottom: 15px;
}
.accordion-section-content {
	display: none;
}
/* End of accordian styles */

/* Cookie bar */
#cookiebar {
	padding: 10px;
	background-color: #000;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
#cookiebar a:link, #cookiebar a:visited {
	color: #FFF;
}
/* Tables */
.generictable td {
	padding: 5px;
	vertical-align: top;
}
.generictable input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), .generictable textarea {
	width: 100%;
}
.generictable input#verificationCode {
	max-width: 60px;
	margin-bottom: 10px;
}
.tdwidth {
	width: 150px;
}
/* End */

.pixel {
	font-size: 12px;
}

/* Product pages */
.slidercaption {
	padding: 15px;
}
.main-slide-title {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	text-shadow: 0 0 9px rgba(0, 0, 0, 0.61);
}
.sidenavcont {
	border-top: 1px solid #c6c6c5;
	border-right: 1px solid #c6c6c5;
}
.sidenavmain, .sidenavsub {
	padding: 10px;
}
.sidenavmain {
	font-size: 13px;
}
#subnavtracked, #subnavtrams, #subnavroadtrains, #subnavroadtrains, #subnavtrolleys {
	margin-top: 0px;
	display: none;
	padding-left: 10px;
}
a:link.trackedtrainslink, a:visited.trackedtrainslink, a:link.tramslink, a:visited.tramslink, a:link.roadtrainslink, a:visited.roadtrainslink {
	background-image: url(../images/icons/child-nav-arrow-active.png) !important;
}
.showsubmenu {
	display: block !important;
}
a.highlighttopnav {
	background-color: #007ac2;
	color: #fff !important;
}
a:link.highlight, a:visited.highlight {
	background-color: #eaeaea !important;
	color: #007ac2 !important;
}
#engineeringservices a:link.highlight, #engineeringservices a:visited.highlight {
	background-color: #c3d600 !important;
	color: #fff !important;
}
.sidenavmain li, .sidenavsub li {
	border-bottom: 1px solid #c6c6c5;
	list-style-type: none;
}
.sidenavmain li:last-child, .sidenavsub li:last-child {
	border-bottom: none;
}
.sidenavmain a:link, .sidenavmain a:visited, .sidenavsub a:link, .sidenavsub a:visited {
	text-decoration: none;
	display: block;
	font-weight: 400;
	padding: 5px;
}
.sidenavsub a:link, .sidenavsub a:visited {
	background-image: url(../images/icons/child-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	color: #444;
	font-size: 13px;
}
.sidenavmainheader {
	background-image: url(../images/icons/child-nav-arrow-active.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	font-size: 16px;
}
.productmainphoto {
	padding-left: 20px;
}
.galleryhomelink {
	text-align: center;
}
.galleryhomelink a:link, .galleryhomelink a:visited {
	text-decoration: none;
}
.galleryhomelink img {
	display: inline;
	margin: 5px;
	max-width: 30px;
}
.gallerythumb {
	padding: 5px;
}
.gallerythumb img {
	padding: 5px;
	border: 1px solid #cfcfcf;
}
.producttext, .productgallery, .productspec  {
	margin-bottom: 20px;
}
.spectable tr {
	border-top: 1px solid #c6c6c5;
}
.spectable td {
	padding: 5px 5px 5px 0px;
}
.spectable td:nth-child(1) {
	color: #007ac2;
	width: 250px;
}
.spectableoverview {
	margin-bottom: 30px;
}
.spectableoverview tr {
	border-bottom: 1px solid #c6c6c5;
}
.spectableoverview td {
	padding: 5px 5px 5px 0px;
	text-align: left;
	font-size: 12px;
}
.spectableoverview td:nth-child(1) {
	color: #007ac2;
	width: 140px;
}
.spectableoverview img {
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.headspectableoverview {
	margin: 10px 0px;
	font-size: 13px;
	font-family: "HelveticaNeueW02-85Heav",Arial,Helvetica,sans-serif;
	color: #007ac2;
	font-weight: normal;
}
.box a:hover {
	opacity: 0.7;
}
.box a:link, .box a:visited {
	text-decoration: none !important;
	font-weight: normal !important;
	color: #007ac2;
	font-weight: bold !important;
}
.sidenews {
	margin-bottom: 15px;
	line-height: 1em !important;
	margin-left: 10px;
	margin-right: 40px;
}
.sidenews tr {
	border-bottom: 1px solid #c6c6c5;
}
.sidenews tr:last-child {
	border-bottom: none;
}
.sidenews a:link, .sidenews a:visited {
	font-size: 13px;
	color: #444;
	text-decoration: none;
	display: block;
}
.sidenews a:hover {
	color: #007ac2;
}
.sidenews img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 25px;
}
.sidenews td {
	padding: 5px;
	vertical-align: top;
}
.productpageheading p {
	display: inline;
	float: right;
}
#galleryphotos {
	padding: 0px 50px;
}
/* End of product pages */

/* Landing page specific */
.homelogo {
	padding: 20px 10px 20px 10px;
}
.homelogo img {
	max-width: 150px;
}
.homephotogridimage img {
	padding: 10px 5px;
}
.mobileonly {
	display: none;
}
.hometext {
	text-align: center;
	padding: 0px 10px;
}
.hometext ul {
	list-style-type: none;
	padding: 0px;
}
.homephotogrid {
	position: relative;
}
.homephotogridmask {
	position: absolute;
	top: 0;
	left: 0;
}
.homephotogridmaskbottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
.enterbutton {
	text-align: center;
	margin-bottom: 25px;
}
.enterbutton img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.enterbutton a:link, .enterbutton a:visited {
	background-color: #007ac2;
	color: #fff !important;
	padding: 15px 15px;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	zoom: 1;
}
.enterbutton a:hover {
	background-color: #444;
}
.homeheading {
	text-align: center;
	color: #444;
	font-weight: 400;
	font-size: 20px;
	font-family: "HelveticaNeueW01-45Ligh",Arial,Helvetica;
}
/* End of home page specific */

/* Gallery pages */
.galleryselect {
	border-right: 1px solid #bcc1c4;
	padding: 15px;
	text-align: center;
	min-height: 250px;
}
.galleryselect:last-child {
	border: none;
}
.categoryheading, .categoryheading a:link, .categoryheading a:visited {
	font-size: 24px;
	font-weight: 700;
	color: #007ac2;
}
.galleryicon {
	margin-bottom: 15px;
}
.bluetext {
	color: #007ac2;
}
.thumb {
	padding: 5px;
	text-align: center;
	border: 10px solid #eaeaea;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.thumb p {
	font-size: 14px;
	color: #007ac2;
	margin-bottom: 0px;
}
.thumb img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
}
/* End of gallery pages */

/* Contactform css */
.contactform td {
	padding: 5px 5px 5px 0px;
}
.inputsmall, .inputmedium, .inputlarge, .inputfullwidth, .contactform select {
	margin: 0px 10px 10px 0px;
	height: 34px;
	padding: 8px;
	border: 1px solid #ddd;
	font-size: 13px;
	display: inline;
}
.inputsmall {
	width:160px; 
}
.inputmedium { 
	width:240px; 
}
.inputlarge { 
	max-width:490px; 
	width: 100%;
	height:100px; 
	box-sizing:border-box;  
}
.inputfullwidth { 
	width: 100%;
	box-sizing:border-box; 
}
/* Apply stronger colour to placeholder text in forms */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
::-moz-placeholder {
  opacity: 1;
}
/* End */
.confirmemail {
	margin-left: -10000px !important;
	height: 1px;
	position: absolute;
}

.box .centre {
	margin-left:0px;
}

/* News pages */
.subheadingone a:link, .subheadingone a:visited {
	text-decoration: none;
	color: #007ac2;
}
.teaser {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser .subheadingone a:link, .teaser .subheadingone a:visited {
	color: #444;
	font-size: 15px;
}
.teaser img {
    max-width: 200px;
    padding-right: 10px;
    width: 100%;
}
.teaser a:link.btn {
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline-block;
}
.smalltext {
	font-size: 13px;
}
.backtonews {
	padding: 15px 50px;
}
.storycontent {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.newspage, .newsphoto {
	margin-top: 15px;
}
.newsphoto {
	padding-right: 20px;
	padding-left: 20px;
}
.newsphotogrid {
	margin-bottom: 20px;
}
.newsphotogrid div {
	padding: 10px;
}
/* End of news */
.producttext .btn {
	background-image: url(../images/icons/child-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 30px !important;
}
.productspec .subheadingone, .productgallery .subheadingone {
	font-family: "HelveticaNeueW01-45Ligh",Arial,Helvetica,sans-serif;
	background-image: url(../images/icons/child-nav-arrow-active.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding: 5px 25px 5px 15px;
	display: inline-block;
	background-color: #007ac2;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.jobteaser, .preownedteaser {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.jobteaser:last-child, .preownedteaser:last-child {
	border-bottom: 0px;
}
.preownedteaserphoto {
	padding: 20px 0px 30px 30px;
}

.preownedlink {
	margin-bottom: 20px;
}
.preownedteaserthumb {
	padding-right: 25px;
}
.subheadingnews a:link, .subheadingnews a:visited {
	text-decoration: none;
	color: #007ac2;
}

/* Temporary exhibition notice */
.hometext iframe, .sidenavcont iframe {
	 text-align: center;
	 margin: 0 auto !important;
	 padding: 0px;
	 width: 200px;
}
.sidenavcont iframe {
	 margin: 0 12px !important;
}

.newspicthumb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 5px solid #eaeaea;
}
.chatbtn {
	background-image: url(../images/chat.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 5px 5px 5px 40px !important;
	font-size: 16px;
}
.headline {
	line-height: 1.2em;
}
.floatright {
	float: right;
	margin: 0px 0px 25px 25px;
}

/* Form mandatory fields error messages */
#termsaccept-error {
	color: #f00;
	display: inline !important;
	margin-left: 10px;
}

label.error {
	color: #900;
	display: table;
	margin-bottom: 15px;
	font-size: 13px;
}
/* End */

/* Contact Sales 'widget' */
#contactbutton, #contactsalescont {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}
#contactbutton {
	bottom: 30px;
}
#contactbutton .btn {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 15px;
	padding: 10px 15px 10px 35px;
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
}
#contactsalescont {
	background-color: #eaeaea;
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
padding: 20px;
display: none;
z-index: 5000;
}
#contactsalescont .inputfullwidth {
	margin: 0px;
}
#contactsalescont .contactform td {
	padding-right: 0px;
}
#closecontactsales {
	float: right;
	text-decoration: none;
	color: #007ac2;
	font-weight: bold;
}

input:disabled {
  background: #dddddd;
}

/* New product page layout */

.productspec {
	display: flex;
	align-items: center;
	margin-bottom: 0px !important;
}
.productmainphoto {
	padding-left: 15px;
}
.spectable {
	border-top: 2px solid #c6c6c5;
	border-bottom: 2px solid #c6c6c5;
}
.productgallery {
	border-top: 2px solid #c6c6c5;
	border-bottom: 2px solid #c6c6c5;
	padding-top: 30px;
	padding-bottom: 20px;
}
.productgallery {
	position: relative;
}
.slidercontainer {
	padding: 0px 50px;
}


/* Innova stuff */

.height-20 {height:20px}
.height-40 {height:40px}
.height-60 {height:60px}
.height-80 {height:80px}
.height-100 {height:100px}
.height-120 {height:120px}
.height-140 {height:140px}
.height-160 {height:160px}
.height-180 {height:180px}
.height-200 {height:200px}
.height-220 {height:220px}
.height-240 {height:240px}
.height-260 {height:260px}
.height-280 {height:280px}
.height-300 {height:300px}
@media (max-width: 640px) {
    .height-20 {height:20px}
    .height-40 {height:30px}
    .height-60 {height:40px}
    .height-80 {height:45px}
    .height-100 {height:50px}
    .height-120 {height:55px}
    .height-140 {height:60px}
    .height-160 {height:65px}
    .height-180 {height:70px}
    .height-200 {height:75px}
    .height-220 {height:80px}
    .height-240 {height:85px}
    .height-260 {height:90px}
    .height-280 {height:95px}
    .height-300 {height:100px}
}


.size-12 {font-size:12px !important}
.size-14 {font-size:14px !important}
.size-16 {font-size:16px !important}
.size-18 {font-size:18px !important}
.size-21 {font-size:21px !important}
.size-24 {font-size:24px !important}
.size-28 {font-size:28px !important}
.size-32 {font-size:32px !important}
.size-35 {font-size:35px !important}
.size-38 {font-size:38px !important}
.size-42 {font-size:42px !important}
.size-46 {font-size:46px !important}
.size-48 {font-size:48px !important}
.size-50 {font-size:50px !important}
.size-54 {font-size:54px !important}
.size-60 {font-size:60px !important}
.size-64 {font-size:64px !important}
.size-68 {font-size:68px !important}
.size-72 {font-size:72px !important}
.size-76 {font-size:76px !important}
.size-80 {font-size:80px !important}
.size-84 {font-size:84px !important}
.size-88 {font-size:88px !important}
.size-92 {font-size:92px !important}
.size-96 {font-size:96px !important}
.size-100 {font-size:100px !important}
.size-104 {font-size:104px !important}
.size-108 {font-size:108px !important}
.size-112 {font-size:112px !important}
.size-116 {font-size:116px !important}
.size-120 {font-size:120px !important}
.size-124 {font-size:124px !important}
.size-128 {font-size:128px !important}
.size-132 {font-size:132px !important}
.size-136 {font-size:136px !important}
.size-140 {font-size:140px !important}
.size-144 {font-size:144px !important}
.size-148 {font-size:148px !important}
.size-152 {font-size:152px !important}
.size-156 {font-size:156px !important}
.size-160 {font-size:160px !important}
.size-164 {font-size:164px !important}
.size-168 {font-size:168px !important}
.size-172 {font-size:172px !important}
.size-176 {font-size:176px !important}
.size-180 {font-size:180px !important}
.size-184 {font-size:184px !important}
.size-188 {font-size:188px !important}
.size-192 {font-size:192px !important}
.size-196 {font-size:196px !important}
.size-200 {font-size:200px !important}
.size-204 {font-size:204px !important}
.size-208 {font-size:208px !important}
.size-212 {font-size:212px !important}
.size-216 {font-size:216px !important}
.size-220 {font-size:220px !important}

.l-box {
	padding: 0px 20px 20px 0px !important;
}

/* End of Innova stuff */



/* Admin stuff */
.cmsregion {
	position: relative;
}
.cmsoverlay{
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
}
.cmsregion:hover > .cmsoverlay{
	cursor:pointer;
	background-color: rgba(153,0,0,0.5);
}
/* End */

/* New gallery page CSS */
.thumbnew img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

video {
  height: auto;
  width: 100%;
}

.footerlogos img {
    max-height: 36px;
    display: inline-block;
    margin-bottom: 10px;
}
.footerlogomarginleft {
    margin-left: 35px;
}
.footerlogos img.footerlogosmall {
    max-height: 28px;
}