::-moz-selection {
  background: #3498db;
  color: #fff;
}

::selection {
  background: #3498db;
  color: #fff;
}

html {
  height: 100%;
}

body {
  font-family:  Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #3a3a3a;
  background-color: #f7f7f7;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.5px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

div {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

main {
  padding-top: 40px;
  position: relative;
  z-index: 8;
}

main {
  display: block;
}
main.background__mainImage {
  padding-bottom: 47vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  main.background__mainImage {
    padding-bottom: 32vh;
  }
}
@media (max-width: 767px) {
  main.background__mainImage {
    padding-bottom: 26vh;
    background-size: 150%;
  }
}
main section {
  display: block;
}
main section.spaceOnTop {
  margin-top: 120px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: underline;
  color: #3a3a3a;
}

h1, h2, h3, p {
  margin: 0;
}

h1{
  font-size:2em;
  font-family:Georgia, 'Times New Roman', Times, serif;
  color:red;
  padding-bottom: 15px;
}


p {
  margin-bottom: 20px;
}

i {
  font-style: normal;
}

hr {
  margin: 0;
  border: 0;
  clear: both;
}

strong {
  font-weight: 700;
}

nav.block ul {
  display: block;
}
nav.inline ul li {
  display: inline-block;
}

.background__imageCenter {
  background-size: cover;
  background-position: center;
}

.background__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.hero{
  min-height:600px;
}



.hidden {
  display: none;
}

@media (max-width: 1023px) {
  .hide--onTablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide--onMobile {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show--onTablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show--onMobile {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .show--onLaptop {
    display: none !important;
  }
}

.table {
  border: 1px solid #999;
  border-collapse: collapse;
}


.standard-row__img {
  display: block;
  object-fit: cover;
  width: 100%;
}

/*acf-three images in row*/
.three-in-row__wrapper {
  display: flex;
  margin: 2vw -5px;
  justify-content: space-evenly;
}
.three-in-row__wrapper div {
  margin: 5px;
}
@media (max-width: 599px) {
  .three-in-row__wrapper div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .three-in-row__wrapper {
    flex-wrap: wrap;
  }
}

.three-in-row__img {
  display: block;
  object-fit: cover;
  width: 100%;
  border: 1px solid #4E5F6E;
  border-radius: 2px;
  height: 15vw;
}
@media (max-width: 599px) {
  .three-in-row__img {
    height: 50vw;
  }
}


.image-banner-block_img-wrapper {
  text-align: center;
  width: 100%;
}
.image-banner-block_img-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .image_text_link_blocks {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: auto;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.image_text_link_blocks .image_text_link_block {
  flex-basis: 33%;
}
.image_text_link_blocks .image_text_link_block .image_text_link_block__img_wrapper {
  height: 250px;
  margin-bottom: 5px;
  background-size: cover;
}
@media (min-width: 768px) {
  .image_text_link_blocks .image_text_link_block .image_text_link_block__img_wrapper {
    height: 15vw;
  }
}
.image_text_link_blocks .image_text_link_block .image_text_link_block__content {
  padding-bottom: 25px;
}
.image_text_link_blocks .image_text_link_block .image_text_link_block__content h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/*navigation*/
.mobile-menu-button {
  display: none;
  text-align: right;
}
@media (max-width: 1023px) {
  .mobile-menu-button {
    display: block;
  }
}

/*------------------------------------|
|	Fonts                               |
|------------------------------------*/
/* montserrat-300 - latin */
@font-face {
  font-family: "SnellRoundhandScript";
  src: url("../fonts/snellroundhand-script-webfont.eot");
  src: url("../fonts/snellroundhand-script-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/snellroundhand-script-webfont.woff") format("woff"), url("../fonts/snellroundhand-script-webfont.ttf") format("truetype"), url("../fonts/snellroundhand-script-webfont.svg#SnellRoundhandScript") format("svg");
  font-weight: normal;
  font-style: normal;
}
.header-wrapper .container {
  padding-right: 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header-wrapper .container {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    text-align: center;
  }
}
.header-logo img {
  margin-top:10px;
  max-height: 60px;
}

#logo-squiggle {
  max-height: 40px;
  float: left;
  padding: 15px;
}

.header-wrapper {
  background-color: #ffffff;
  position:fixed;
  width:100%;
  z-index: 500;
  box-shadow: 0 0 30px rgba(0,0,0,.06);
  color:#3a3a3a;
}

.header-body-separator {
  background-color: #007e84;
  height: 10px;
}

.header-tel {
  font-size: 22px;
  padding: 5px 0px 5px 15px;
}
@media (max-width: 767px) {
  .header-tel {
    text-align: center;
  }
}

@media (min-width: 1023px) {
  .header-columns-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .header-col2 {
    text-align: right;
  }
}
.body-wrapper {
  background-color: white;
}
.body-wrapper .container {
  padding: 25px;
  max-width: 1100px;
  margin: 0 auto;
}



.body-footer-separator {
  background-color: #999999;
  height: 10px;
}





.footer-logo img {
  margin-top:10px;
  max-height: 90px;
}

.footer-row{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    align-items: flex-start;
}

.footer-row1 div{
  width:100%;
}
.footer-row2 div{
}
.footer-row3 div{
  font-size: 12px;
}

.footer-contact{
  padding-top:20px;
  text-align: center;
}
.footer-contact a{
  color:white;
  text-decoration: underline;
}
.footer-contact h2{
  height:40px;
}
.footer-social{
  padding-top:20px;
  text-align: right;
}
.footer-social img{
  height:40px;
}
.footer-accrediations img{
  height:90px;
}




.footer-row-divider{
  height: 1px;
  background-color: white;
  margin-top:20px;
  margin-bottom:20px;
}

.footer-title{
  font-size:16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}


.footer-row3{
  padding-bottom:30px;
}

.mobile-nav {
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 60px 30px 30px;
  overflow: auto;
  width: 100%;
  transform: translateX(-102%);
  transition: 0.5s all;
}
.mobile-nav.menu-open {
  transform: translateX(0);
}
.mobile-nav .l-header_search {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.mobile-nav .l-header_search .input-wrapper {
  display: flex;
  align-items: center;
}
.mobile-nav .l-header_search .input-wrapper input {
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding-top: 3px;
}
.mobile-nav input.searchbar {
  max-width: 0px;
  opacity: 0;
  transition: all 0.65s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-nav .input-wrapper:after {
  color: white;
}
.mobile-nav .input-wrapper.input-open:after {
  color: #03375c;
}
.mobile-nav .input-wrapper.input-open input.searchbar {
  max-width: 600px;
  opacity: 1;
}
.mobile-nav .mobile-nav_nav > li {
  padding-bottom: 22px;
}
.mobile-nav .mobile-nav_nav > li > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobile-nav li a {
  font-size: 17px;
}
.mobile-nav li .sub-menu {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-nav li .sub-menu li {
  padding-top: 8px;
}
.mobile-nav li .sub-menu.sub-menu-open {
  max-height: 900px;
}

.close-button {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 5px;
  right: 5px;
  display: none;
  cursor: pointer;
}
.close-button:after {
  content: "";
  width: 49%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/wp-content/themes/fanatic/assets/img/icons/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}
@media (max-width: 1123px) {
  .close-button {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .close-button {
    position: absolute;
  }
}

.nav {
  width: 100%;
}

.navigation-main {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.navigation-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -999em;
}
.navigation-main li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.navigation-main li:hover > ul {
  left: auto;
}
.navigation-main li li {
  display: block;
}
.navigation-main li li:hover > ul {
  left: 100%;
  top: 0;
}
.navigation-main ul li a:hover {
  color: red;
  background-color: white;
}

.header-mobile-nav-wrapper {
  text-align: right;
}
.header-mobile-nav-wrapper .toggle-nav {
  margin: 25px;
  font-size: 2em;
  transition: color linear 0.15s;
}
.header-mobile-nav-wrapper a.toggle-nav:link,
.header-mobile-nav-wrapper a.toggle-nav:visited,
.header-mobile-nav-wrapper a.toggle-nav:hover,
.header-mobile-nav-wrapper a.toggle-nav:active {
  text-decoration: none;
}

.navigation-main-mobile {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.navigation-main-mobile ul {
  overflow: auto;
  z-index: 999;
  padding-right: 15px;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-main-mobile .sub-menu {
  display: none;
}
.navigation-main-mobile .sub-menu li {
  margin-left: 25px;
}
.navigation-main-mobile li {
  position: relative;
  text-align: left;
}
.navigation-main-mobile li:hover > ul {
  left: auto;
}
.navigation-main-mobile li li {
  display: block;
}
.navigation-main-mobile li li:hover > ul {
  left: 100%;
  top: 0;
}
.navigation-main-mobile a {
  color: black;
  background-color:white;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
}
.navigation-main-mobile a:hover {
  color: red;
}
.navigation-main-mobile ul li a:hover {
  color: red;
  background-color: white;
}




/*==========PAGE AND ROW BASICS===========*/
@font-face {
  font-family: HandelGotD;
  src: url("../../fonts/HandelGotD-Bold.ttf") format("opentype");
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h2 {
    font-family: HandelGotD, sans-serif;
    font-size: 28px;
}
.constrained{
  max-width:1600px;
  margin:0 auto;
}
.constrained-2{
  max-width:1200px;
  margin:0 auto;
}
.space_below{
  padding-bottom: 50px !important;
}
.space_above{
  padding-top: 50px !important;
}
.text-center {
    text-align: center;
}
.flex{display:flex;}

.col-xs-6{width:50%;}
.col-xs-12{width:50%;}

@media (min-width: 600px) {
	.col-sx-12{width:100%;}
}
@media (min-width: 1000px) {
	.col-md-4{width:33.3%;}
	.col-md-3{width:25%;}
	.col-md-6{width:50%;}
}



/*========HEADER SPECIFICS===========*/
.header-title {
    font-size: 40px;
    font-family: HandelGotD, sans-serif;
    color: #ffffff;
}


/*========FOOTER SPECIFICS===========*/
.footerLogoDiv {
    background-color: white;
    transform: skew(-20deg);
    margin-left: 60px;
    margin-right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left:30px;
  padding-right:30px;
  min-height:200px;
}
.footerLogoDiv div{
}
.footer-menu-panel{
	padding:20px;
}
.footerRedContainer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../../images/bg-footer-red.jpg);
    flex-wrap: wrap;
}
.redbox {
    border: 1px solid #c91019;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    text-align: center;
    min-height: 150px;
}
.footerGreyContainer {
    background-image: url(../../images/bg-footer-grey.jpg);
    padding-top: 20px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}


.footerGreyContainer a{
  color:white;
  font-size:18px;
  text-decoration:none;
}


.footerBlackContainer{
	background:#000;
}
.footer-wrapper {
  background-color: #000;
  color:white;
}
.footerSocialDiv{
	padding:20px;
	text-align:right;
}
.imgbox {
    border: 1px solid #2f2f2f;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}
.imgbox h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

/*========MENUS SPECIFICS===========*/
.footer-menu a{
  color:white;
  font-size:14px;
  text-decoration:none;
}
.footer-menu li{
  padding-bottom:10px;
}



/*==========ROW SPECIFICS===========*/


.left-right-links-row{
	margin-bottom:40px;
}
.left-right-links-row a{
	font-size:20px;
}
.left-right-links-row .left-link{
	float:left;
}
.left-right-links-row .right-link{
	float:right;
}



/*image_grid*/


.image-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.image-grid-cell {
  padding: 10px;
  width:33%;
  text-align:center;
}
.image-grid-bg{
	background-position: center;
	background-size: cover;
}
.image-grid h2 {
  font-size:1.3em;
  padding-top:10px;
}
@media (max-width: 1023px) {
	.image-grid-cell {
	  width:50%;
	}
}
@media (max-width: 767px) {
	.image-grid-cell {
	  width:100%;
	}
}

/*hero*/

.acf-hero .hero{
  position:relative;
  background-position: center;
  background-size: cover;
  z-index: 200;
  padding-top:120px;
}

.acf-hero .bodyLogo{
  text-align: center;
}
.acf-hero .bodyLogo img{
  max-height: 140px;
}

.hero-body{

  position: absolute;
  top: 0px;
  padding-top: 160px;
  width:100%;
}

.acf-hero .bodyH1{
  padding-top: 25px;
  font-size:36px;
  z-index: 200;
  opacity: 1.0;
  text-align: center;
}
.acf-hero h1{
  color: white;
}
.acf-hero .bodyText{
  text-align: center;
  padding-top: 25px;
  color: white;
  font-size: 20px;
  z-index: 200;
  opacity: 1.0;
}
.hero-body a{
  display: inline-block;
  padding: 10px 25px;
  font-size: 20px;
  background-color: red;
  color:white;
  border:red 1px solid;
  text-decoration: none;
}


.hero {
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(255, 0, 0, 0.45), 
      rgba(255, 0, 0, 0.45)
    );
}

.QQacf-hero:hover .hero,
.QQacf-hero:focus .hero {
  transform: scale(0.97);
  transition: all .5s;
}




.acf-row{
  padding:35px;
  width:100%;
}


.acf-row li{
	padding: 10px;
}

.acf-row ul{
	margin:revert;
	padding:revert;
    list-style: disc;
}



.acf-txt-img_imageDiv{
	width:40%;
}
.acf-txt-img_textDiv{
	width:60%;
}

@media (max-width: 767px) {
	.acf-txt-img{
		flex-direction: column;
	}
	.acf-txt-img_imageDiv{
		width:100%;
	}
	.acf-txt-img_textDiv{
		width:100%;
	}
}





.slide{
  height: 90vh;
  background-size: cover;
  background-position: center;
}
.hero-slider .slick-dots{
  bottom: 8vh;
}

.hero-slider .slick-dots li.slick-active button {
  background-color: #fff;
  border: 2px solid #fff;
}

.hero-slider .slick-dots li.slick-active button:before {
  display: none
}

.hero-slider  .slick-dots button {
  border-radius: 50%;
  border: 2px solid #999;
  background-color: #999;
  transition: .4s all;
}
.slick-prev:before, .slick-next:before { 
}
.slick-prev{
  left:30px !important;
}
.slick-next{
  right:30px !important;
}


.button-main a{
  display: inline-block;
  padding: 10px 25px;
  font-size: 20px;
  background-color: red;
  color:white;
  border:red 1px solid;
  text-decoration: none;
}

.button-main a:hover{
  background-color: white;
  color:red;
}

.navigation-main a {
  font-size: 12px;
  color: black;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 15px 20px;
  background-color: white;
}
.navigation-main a:hover {
  color: red;
}

.header-social img{
  height:20px;
}
.header-social{
  text-align: center;
  margin:5px;
}
.header-social span{
  margin:0px 12px;
}























@font-face {
  font-family: HandelGotD;
  src: url("../fonts/HandelGotD-Bold.ttf") format("opentype");
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#000000;
  font-size:16px;
}

.body-container{
	background-color:white;
}


h1{
	font-family:HandelGotD,sans-serif;
  font-size:36px;
}
h2{
	font-family:HandelGotD,sans-serif;
  font-size:28px;
}







/*images*/
img.floatleft{
	float:left;
	margin:15px;
	margin-left:0px;
}
table.floatleft{
	float:left;
	margin:15px;
	margin-left:0px;
	width:auto;
}
img.floatright{
	float:right;
	margin:15px;
	margin-right:0px;
}
table.floatright{
	float:right;
	margin:15px;
	margin-right:0px;
	width:auto;
}









.header-container{
	background-image:url('../../images/bg-top.jpg');
	display:flex;
	justify-content: space-between;
	flex-direction: row;
}


@media (max-width: 800px) {
  .header-container {
    flex-direction: column;
  }
}


.header-container a{
	color:white;
	text-decoration:none;
}

.stuck{
	position: fixed; 
	width:100%;
	background-color: #fff;
	z-index:1000;
	border-bottom:solid 1px #dadada;
}

.header-tel{
	font-size:28px;
	font-weight:600;
	color:#ed960b;
}
.header-title{
	text-align:center;
	font-size:40px;
	font-family:HandelGotD,sans-serif;
	color:#ffffff;
}
.header-linksdiv{
	text-align:center;
	padding:15px;
}
.header-logo{
	padding:15px;
}
.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
  float: left;
  display: block;
  color: #444444;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.parallax1Text h1{
	color:white;
	font-size:54px;
	padding-top:150px;
}
.parallax1Text h2{
	color:white;
	font-size:40px;
	padding-top:20px;
}

.serviceIcon{
  background: #ed960b;
  color: #fff;
  font-size: 60px;
  padding-top: 10px;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  margin-bottom: 20px;
  text-align:center;
}

.panelWhite{
	background: #fff;
}
.panelWhite h1{
	text-align:center;
	color:#333333;
}
.panelGrey h1{
	text-align:center;
	color:#222222;
}
.panelGrey{
	background: #eee;
}
.panelBorderTop{
	border-top:solid 1px #dadada;
}

.paymentPanel div{
	margin:15px;
	padding:10px;
	border-radius:10px;
	background-color:#ed960b;
}
.paymentPanel h1{
	text-align:center;
	color:#222222;
	font-size: 26px;
}


.btn-orange{
	background:#ed960b;
	color:#fff;
}
.btn-white{
	background:#fff;
	color:#444;
}
.btn-grey{
	background:#444;
	color:#fff;
}

footer h1{
	font-size:22px;
}
.video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.video-container-sm {
	position: relative;
	width: 560px;
	height:400px;
}
.video-container-lg {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* For 16:9 aspect ratio */
	overflow: hidden; /* Hide overflow to prevent distortion */
}
	
/*md*/
@media (min-width: 992px) {
	.h-md-20{padding-top:20px;}
	.h-md-50{padding-top:50px;}

}


@media screen and (max-width: 600px) {
	/*.topnav a:not(:first-child) {display: none;}*/
	.topnav a {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.video{
		width:90%;
		height: 300px;
	}
	.parallax1Text h1{
		color:white;
		font-size:32px;
		padding-top:100px;
	}
	.parallax1Text h2{
		color:white;
		font-size:20px;
		padding-top:10px;
	}

	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	img.floatleft, img.floatright{
		float:none;
		display: block;
		margin: 15px auto;
	}
	table.floatleft, table.floatright{
		float:none;
		margin: 15px auto;
	}
}

@media (max-width: 767px) {
  .text-xs-center {
  text-align: center;
  } 
}

.w-100{
	width:100%;
}
.w-75{
	width:75%;
}
.w-50{
	width:50%;
}
.w-25{
	width:25%;
}
.w150{max-width:150px;}
.w200{max-width:200px;}
.w250{max-width:250px;}
.w300{max-width:300px;}
.w350{max-width:350px;}
.w400{max-width:400px;}
.w450{max-width:450px;}
.w500{max-width:500px;}

.btn-lg {
  font-size: 22px;
  line-height: 1.5;
}

























.nav-main ul{
	margin:0px;
	padding-left: 0;
	list-style: none;
  margin-left:220px;
}
.nav-main li {
  float: left;
  margin-right: -5px;
}
.subnav__item {
  display: inline-block;
  color: #fff;
  border-right: 1px solid #767676;
  transform: skew(-20deg);
  /*border-bottom: 3px solid transparent;*/
}
.subnav__item__text {
  transform: skew(20deg);
  display: block;
  padding: 28px 25px;
  height: 69px;
}
.subnav__item:focus, .subnav__item:hover, li.is-active .subnav__item {
  background: #c91019;
  border-color: #c91019;
  color: #fff;
}
.nav-lorry{
	background-image:url('../../images/bg-lorry.png');
	background-repeat: no-repeat;
	height:69px;
}

#logo {
	display: block;
	padding: 0 0px;
	padding-left:220px;
	height:69px;
	background-image:url('../../images/bg-lorry.png');
	background-repeat: no-repeat;
		background-color:#353535;
}

/* Giving a background-color to the nav container. */
nav {
	margin:0;
	padding: 0;
}

.navToggle,
[id^=drop] {
	display: none;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	width: 100%;
}

/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
}

/* Styling the links */
nav a {
	padding:14px 20px;
	/*height:69px;*/
	line-height:40px;
	text-decoration:none !important;
  display: inline-block;
  color: #fff;
  border-right: 1px solid #767676;
  transform: skew(-20deg);
}

nav li a span{
  transform: skew(20deg);
  display: block;
  padding: 0px 10px;
  /*height: 69px;*/
}

nav ul li ul li:hover { background: #c91019; }

/* Background color change on Hover */
nav a:hover {
	background-color: #c91019;
  color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 69px;
	z-index:10;	/*fix to go above bootstrap carousel*/
	margin-left: -13px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}

/* First Tier Dropdown */
nav ul ul li {
	width:220px;
	/*height:35px;*/
	float:none;
	display:list-item;
	position: relative;
	background-color:#353535;
	border-bottom:1px solid #767676;
}

nav ul ul li a{
	/*cancel skew */
	transform: skew(0deg);
	padding:3px 20px;
	height:35px;
	line-height:30px;
	text-decoration:none !important;
  color: #fff;
	border-right:0px;
	width:100%;
}

nav ul ul li a span{
	/*cancel skew */
	transform: skew(0deg);
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:200px;
}


/* Change ' +' in order to change the Dropdown symbol
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
*/


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1100px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}
	nav label{
		margin-bottom:0px;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.navToggle + a,
	.menu {
		display: none;
	}

	/* Styling the navToggle lable */
	.navToggle {
		background-color: #353535;
		text-decoration:none;
		border:none;
		display: block;
		padding: 14px 20px;
		color: #FFF;
		text-align: left;
		line-height: 40px;
		height:69px;
	border-bottom:1px solid #767676;
	}
	.navToggle:hover {
		background-color: #c91019;
	}
	.menuBtn{
		background-color: #353535;
		text-decoration:none;
		border:none;
		display: inline-block;
		padding: 14px 20px;
		color: #FFF;
		text-decoration: none;
		border: none;
		text-align: right;
		line-height: 40px;
		float: right;
		height:69px;
	}
	.menuBtn:after{
		clear:both;
	}
nav li a span {
  padding: 0px;
	transform: skew(0deg);
	background-color: transparent;
  color: #fff;
  border-bottom: 0px;
  border-right: 0px;
  width: 100%;
  height:auto;
}

nav a,nav ul ul li a {
  height: 69px;
	text-align: left;
	border-right:0px;
	transform: skew(0deg);
  width: 100%;
	background-color: #353535;
	border-bottom:1px solid #767676;
}


nav ul ul li {
  min-height: 69px;
	text-align: left;
  height: auto;
}

nav ul ul li a {
  height: 69px;
  line-height: 40px;
}

nav ul ul ul li {
	position: static;
	top:0px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:0px;
}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
	text-align: left;
		}

	nav ul ul .navToggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover {
		background-color: #c91019;
	}

	nav ul li ul li .navToggle,
	nav ul ul a, nav ul ul ul a{
		padding:14px 20px !important;
		color:#FFF;
	}


	nav ul li ul li .navToggle,
	nav ul ul a {
		background-color: #353535;
	}

	/* Hide Dropdowns by Default */
	nav ul ul, nav ul ul ul{
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
		margin-left: 0px;
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	/* Fisrt Tier Dropdown */
	nav ul ul li, nav ul ul ul li {
		display: block;
		width: 100%;
		padding-left:15px;
	}

	nav ul ul li, ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */
	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
.anim{
	position:absolute;
	left:2px;
	top:5px;
}



.nf-field input:not([type]), input[type="text"]
{
line-height:2.2;
font-size:16px;
}
.nf-field input:not([type]), input[type="email"]
{
line-height:2.2;
font-size:16px;
}

.nf-field select.ninja-forms-field:not([multiple]) {
    height: 40px;
}

.nf-field input:not([type]), input[type="submit"]
{
line-height:2.2;
font-size:16px;
}



.stockitem-table td, th { /* table cells */
    padding: 10px;
	font-size:22px;
}




.footerRedContainer{
	padding-top:20px;
	padding-bottom:20px;
}
.redbox:hover{
	border:1px solid #7f7f7f;
}
.redbox{
	border:1px solid #c91019;
	width:80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	color:white;
	text-align:center;
	min-height:150px;
}
.redbox h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:0px;
}
.redbox p{
	font-size:14px;
}
.redbox a{
	margin:0 auto;
	margin-top:15px;
	font-size:18px;
	font-weight:bold;
	border:2px white solid;
	text-align:center;
	width:90%;
}
.redbox a{
	display:block;
	color:white;
	text-decoration:none;
	width:100%;
}
.redbox a:hover{
	color:#c91019;
}
.redbox a:hover{
	background-color:white;
}


@media (max-width: 767px) {
  .footer-row{
    flex-direction: column;
    padding: 30px 0;
  }
  .footer-row div{
    width:100%;
    text-align: center;
  }
  .footerBlackContainer{
    flex-direction: column;
    padding: 30px 0;
  }
  .footerLinksDiv{
  	justify-content: center;
  }
  .footerSocialDiv{
  	text-align:center;
  }
}