body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 
  /* The image used */
  background-image: url(../images/bg.jpg);

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.bottomPrivacyConsent {
	position: fixed; bottom: 0; width: 100%; background-color: #212121; color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}
.container {
    max-width: 962px;
}
.navbar {
	padding: 0;
}
.navbar-nav .nav-link {
	color: #FFF;
}
.navbar-nav .nav-link:hover {
	color: #93DB70;
}
.navbar-nav .active {
	color: #93DB70;
}
.svg-inline--fa {
    font-size: 1.3em;
    height: 1.2em;
}
.bg-success {
	background-color: #5D9160 !important;
}
.bg-success-light {
	background-color: #C5E3BF !important;
}
.lightboxgallery-gallery-item {
	cursor: url(../images/zoom.png), auto !important;
}
.lightboxgallery-modal-wrapper {
	background: none !important;
}
.lightboxgallery-close, .lightboxgallery-close:hover, .lightboxgallery-close:active, .lightboxgallery-close:focus {
	color: #000 !important;
}
.lightboxgallery-modal-wrapper {
	cursor: default !important;
}
.lightboxgallery-modal {
	cursor: default !important;
}

@media print {
thead {display: table-header-group;}

tr th {
border-bottom: #000 1px solid;
}
}

h1 {
    color: #02960d;
    font-size: 1.6em;
	font-weight: bold;
	margin: 1em 0;
}
h2 {
    font-size: 1.3em;
	font-weight: bold;
}
h3 {
    font-size: 1.1em;
	font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 15px;
	font-size: 13px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .8rem;
	padding-left: .8rem;
}
p {
    margin-bottom: 0.4rem;
}
ul.productRangeHomePage {
	margin: 0;
	padding: 0;
}
ul.productRangeHomePage li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.productRangeHomePage li a {
	color: #9C661F;
}
ul.productRangeHomePage li a:hover {
	color: #bf720c;
	text-decoration: none;
}
sup {
    color: #FF0000;
}
a span.productNameHomePage {
	color: #660;
	font-weight: bold;
}
.divBorderShadow {
	border: #02960d solid 1px;
	-webkit-box-shadow: 0px 16px 12px -11px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 16px 12px -11px rgba(0,0,0,0.46);
	box-shadow: 0px 16px 12px -11px rgba(0,0,0,0.46);
	background-color: #FFF;
}
.noBorder {
	border: none;
}
.greenBorder {
	border: #02960d solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.greenBorderMenu {
	border: #02960d solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.card .card-header h5 .btn {
	max-width: 100%;
	white-space: normal;
}
#bottomlink a {
    color: #5D9160;
    text-decoration: none;
}
.leftMenu li a {
	font-weight: bold; color: #009900;
}
.leftMenu li a:hover {
	color: #333;
	text-decoration: none;
}
.leftMenu li a.current {
	color: #333;
}
.list-group-item {
	padding: .45rem .75rem;
	border: 1px solid #18b824;
}
.leftMenu li ul {
	margin: 0;
	padding: 0;
}
.leftMenu li ul li {
	list-style-type: none;
}
.leftMenu li ul li a {
	font-weight: bold; color: #EE7600;
}
.svg-inline--fa {
    font-size: 1em;
    height: 1em;
}
.imageShadow {
	-webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
}
/*.card-header {
    padding: .15rem .35rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}*/
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.headerBgImage {
	background: url(../images/fastronbg4.jpg) no-repeat;
	min-height: 150px;
}

h5.card-title {
	font-size: 1rem;
	color: #02960d;
}

h5.card-header {
	font-size: 1rem;
}

@media only screen and (max-width: 767px) {
/*.headerBgImage {
	background: url(../images/fastronbg-mobile.jpg) no-repeat;
	min-height: 150px;
}*/
.headerBgImage {
	background: url(../images/fastronbg4-mobile.jpg) no-repeat;
	min-height: 150px;
}
.greenBorder {
	border: none;
}

.divBorderShadow {
	border: none;
	-webkit-box-shadow: 0px 16px 12px -11px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 16px 12px -11px rgba(0,0,0,0.46);
	box-shadow: 0px 16px 12px -11px rgba(0,0,0,0.46);
}

.sideMenuDiv {
	display: none;
}
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
  .sideMenuDivOpener {
	display: none;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
a {
	color: #308014;
}
.headerContents {
	position: absolute; right: 0; bottom: 0;
}
@media only screen and (max-width: 767px) {
  .headerContents {
	  width: 100%; text-align: center; background: url(../images/hbg.png); 
	}
}