:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #e3dfd1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  background-color: #8032a2;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h2 {
  background-color: #d5cfbe;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 3px 3px 3px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  background-color: #b6b0d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 23px;
}

a {
  color: #8032a2;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  text-decoration: underline;
}

a:hover {
  color: #9876b1;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: #7030a0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.icon {
  background-color: rgba(227, 223, 209, .5);
  border-radius: 50px;
  width: 80px;
  height: 80px;
  padding: 0;
  line-height: 80px;
}

.leftarrow {
  height: 94px;
  margin-left: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slider {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  height: 528px;
  margin-bottom: 5px;
  position: relative;
}

.rightarrow {
  height: 94px;
  margin-right: 10px;
}

.homeprodbox {
  text-align: center;
  border-left: 1px solid #726a4e;
  border-right: 1px solid #726a4e;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 0;
  text-decoration: none;
  display: block;
}

.homeprodbox:hover {
  background-color: #d6d2c5;
}

.homeprodimage {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.homeprodheading {
  float: none;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 25px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.homeprodtext {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: block;
}

.nav1 {
  text-align: center;
  background-image: url('../images/nav-brain.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 113px 76px;
  padding: 100px 50px 0;
}

.nav1:hover {
  color: #7030a0;
  padding-top: 90px;
  font-size: 14px;
  text-decoration: underline;
}

.nav1.w--current {
  color: #7030a0;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  text-decoration: none;
}

.nav2 {
  background-image: url('../images/nav-news.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 113px 76px;
  padding: 100px 50px 0;
}

.nav2:hover {
  color: #7030a0;
  padding-top: 90px;
  text-decoration: underline;
}

.nav2.w--current {
  color: #7030a0;
}

.nav3 {
  background-image: url('../images/nav-port.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 113px 76px;
  padding: 100px 50px 0;
}

.nav3:hover {
  color: #7030a0;
  padding-top: 90px;
  text-decoration: underline;
}

.nav3.w--current {
  color: #7030a0;
}

.nav4 {
  color: #000;
  background-image: url('../images/nav-product.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 113px 76px;
  padding: 100px 35px 0;
}

.nav4:hover {
  color: #7030a0;
  padding-top: 90px;
  text-decoration: underline;
}

.nav4.w--current {
  color: #7030a0;
}

.nav5 {
  background-image: url('../images/nav-contact.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 113px 76px;
  padding: 100px 35px 0;
}

.nav5:hover {
  color: #7030a0;
  padding-top: 90px;
  text-decoration: underline;
}

.nav5.w--current {
  color: #7030a0;
}

.nav6 {
  background-image: url('../images/nav-shop.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 113px 76px;
  padding: 100px 35px 0;
}

.nav6:hover {
  color: #7030a0;
  padding-top: 90px;
  text-decoration: underline;
}

.nav6.w--current {
  color: #d56204;
}

.navbar {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
}

.navmenu {
  float: none;
  border-top: 8px solid #7030a0;
  border-bottom: 1px solid #000;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 10px;
}

.mainnavcontainer {
  margin-top: 20px;
}

.logo {
  float: left;
  clear: none;
  width: 200px;
  height: 129px;
  margin-top: 0;
  margin-left: 0;
  position: static;
}

.logotohome {
  width: 200px;
  margin-top: 20px;
  margin-left: 20px;
  position: static;
}

.logotohome.w--current {
  float: none;
  width: 200px;
  margin-top: 10px;
  margin-left: 20px;
  display: block;
  position: static;
}

.sectionfooter {
  margin-bottom: 0;
  padding-bottom: 0;
}

.containerfooter {
  background-color: #d1cdbc;
  padding: 26px;
}

.footerrow {
  display: block;
}

.smlnewsblock {
  background-color: #e9e5d8;
  height: 478px;
  padding-bottom: 32px;
}

.socialblock {
  background-color: #e9e6d9;
  padding-top: 20px;
}

.twitterfeedblock {
  text-align: center;
  background-color: #fff;
  height: 478px;
}

.newssnippet {
  text-align: justify;
  padding: 0 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.smlnewsblockheading {
  color: #e3dfd1;
  text-align: center;
  text-transform: uppercase;
  background-color: #9e9a89;
  margin-top: 0;
  margin-bottom: 0;
}

.smlnewsblockheadingh3 {
  color: #554132;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.seenews {
  text-align: center;
  border-bottom: 1px dashed #000;
  margin-bottom: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 700;
  text-decoration: none;
}

.readmorehome {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 700;
}

.videoblock {
  float: none;
  background-color: #e9e6d9;
  width: 100%;
  margin-top: 16px;
  padding: 0 17px 41px;
}

.subscribeblock {
  float: none;
  background-image: url('../images/footer_11.gif');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 133px;
  margin-top: 27px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 18px;
  font-size: 17px;
  text-decoration: none;
}

.subscribeblockheading {
  color: #70491b;
  width: 198px;
  margin-left: 20px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.subscribeblockheading:hover {
  text-decoration: underline;
}

.subscribeblockheading.nocolour {
  width: 180.391px;
  margin-left: 10px;
  padding-top: 0;
  font-size: 16px;
  line-height: 23px;
  position: absolute;
  top: 57px;
  left: 133px;
}

.straplinecontainer {
  text-align: center;
  letter-spacing: 4px;
  background-color: #d1cdbc;
  margin-top: 5px;
  font-size: 15px;
}

.homeprodboxright {
  text-align: center;
  border-right: 1px solid #726a4e;
  height: auto;
  padding: 12px 12px 0;
  text-decoration: none;
}

.homeprodboxright:hover {
  background-color: #d6d2c5;
}

.homeprodboxleft {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #726a4e;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 12px 0;
  text-decoration: none;
  display: block;
}

.homeprodboxleft:hover {
  background-color: #d6d2c5;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-right-color: #000;
  font-weight: 400;
}

.socialcol {
  text-align: center;
}

.homevideolink {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  display: block;
}

.homevideolink:hover {
  text-decoration: none;
}

.homecontentarea {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.homeprodrow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.herocontainer {
  margin-top: 10px;
}

.productsection {
  margin-top: 10px;
  margin-bottom: 10px;
}

.introsection {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidenavbar {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  position: relative;
}

.subnavlink {
  float: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #000;
  padding: 12px;
  text-decoration: none;
  display: block;
  position: static;
}

.subnavlink:hover {
  background-color: #cfcbbb;
}

.subnavlink.w--current {
  color: #cf620a;
  font-weight: 700;
  text-decoration: none;
}

.subnavlink.tag {
  float: none;
  background-color: #8f8c9e;
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  box-shadow: 1px 1px 3px #696966;
}

.subnavlink.tag:hover {
  color: #fff;
}

.subnavlink.tag.w--current {
  color: #f3e3e3;
  background-color: #8032a2;
  font-weight: 400;
}

.contentlogo {
  margin-top: 10px;
  margin-bottom: 20px;
}

.subnavwrap {
  margin-top: 0;
}

.addressblock {
  color: #8a5925;
  text-align: left;
}

.quicklinkul {
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
  text-decoration: none;
}

.quicklinkli {
  color: #444;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-decoration: none;
}

.quicklinkli:hover {
  color: #000;
  text-decoration: underline;
}

.quicklinkp {
  color: #444;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.perfectforlist {
  float: none;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 27px;
}

.perfectforli {
  float: left;
  color: #7030a0;
  background-color: #e9e5d8;
  margin-bottom: 10px;
  margin-right: 19px;
  padding: 6px 10px;
  box-shadow: 1px 1px 3px #6d6d6b;
}

.copyrioght {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
}

.newsitem {
  background-color: #f3f3f3;
  border: 2px solid #fff;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.newsheading {
  background-color: #d5cfbe;
  margin-bottom: 15px;
  padding-left: 10px;
  text-decoration: none;
}

.newsrowcol1, .newsrowcol2 {
  border: 6px #e3dfd1;
  padding: 0;
}

.call {
  color: #f1efe8;
  text-align: center;
  background-color: #7030a0;
  width: 250px;
  margin-top: 53px;
  padding: 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transform: rotate(-7deg);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .38);
}

.call:hover {
  color: #fff;
}

.call.w--current {
  margin-top: 0;
  margin-bottom: 20px;
  position: static;
  top: -18px;
  transform: none;
}

.teslachoice {
  float: none;
  background-color: #eeeadb;
  border: 2px dashed #a8a393;
  margin-bottom: 10px;
  padding: 21px;
  display: block;
}

.imageright {
  float: right;
  width: auto;
  margin-top: 15px;
  margin-left: 20px;
}

.get {
  float: none;
}

.productheading {
  background-color: #d5cfbe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 76px;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 10px;
  font-size: 14px;
  display: flex;
}

.buynow {
  float: right;
  color: #414040;
  text-align: center;
  background-color: #eeeadb;
  margin: 0 0 10px;
  padding: 2px 2px 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.buynow:hover {
  color: rgba(0, 0, 0, 0);
  background-color: #f1eee5;
}

.buynowtext {
  color: #6f5c4d;
  font-size: 13px;
}

.buycol1 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.map {
  border: 5px solid #c4b7a4;
  margin-bottom: 20px;
  padding: 0;
}

.lightboxlink {
  float: none;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 17px;
  margin-right: 0;
  padding-top: 0;
  text-decoration: none;
  position: relative;
}

.lightboxlink:hover {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.lightboxheading {
  height: 52px;
  margin-top: 0;
  padding: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.videowrap {
  float: none;
  color: #e3dfd1;
  text-align: center;
  background-color: #383535;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 11px;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nocolour {
  color: #7030a0;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.hellocol2 {
  padding-top: 20px;
}

.boom {
  color: #f5f2e8;
  background-color: #8d66ac;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  font-weight: 400;
  display: inline-block;
  transform: rotate(-3deg);
  box-shadow: 1px 1px 3px #000;
}

.videogallery {
  float: none;
  clear: both;
  background-color: #333;
  width: 824px;
  height: 250px;
  margin: 0 5px 22px 10px;
  padding: 16px;
  display: inline-block;
  position: relative;
}

.videomask {
  padding: 0;
  position: relative;
}

.videogalleryleftarrow, .videogalleryrightarrow {
  width: 37px;
}

.videoimage {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  width: 153px;
  height: 125px;
  display: inline-block;
  position: static;
}

.videoimage:hover {
  background-color: rgba(0, 0, 0, 0);
  border-width: 3px;
  border-color: #e68e46;
}

.videoheading {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.leftquote {
  float: left;
  margin-left: -17px;
  display: inline-block;
}

.rightquote {
  float: right;
  clear: none;
  margin-right: -17px;
  display: inline-block;
}

.sliderrow {
  padding-left: 20px;
  padding-right: 20px;
}

.footertags {
  margin-bottom: 20px;
}

.logosection {
  margin-top: 10px;
  margin-bottom: 0;
}

.logocontainer {
  margin-bottom: 0;
}

.productcontainer {
  margin-bottom: 20px;
}

.gallerysliders {
  margin-top: 20px;
}

.shopnow {
  float: right;
  text-align: center;
  background-color: #eeeadb;
  border: 1px solid #a5907e;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  text-decoration: none;
  display: block;
}

.shopnow:hover {
  background-color: #fff;
}

.shopnowheading {
  color: #553e27;
  text-align: center;
  margin-top: 6px;
  padding: 14px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.play {
  float: none;
  text-align: center;
  width: 100%;
  display: inline;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
}

.playimage:hover {
  background-image: url('../images/play-hover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

.lightboxcol {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.datasheetsection {
  margin-top: 20px;
  margin-bottom: 20px;
}

.datasheetrow {
  justify-content: space-between;
  padding: 8px;
  display: block;
}

.textcontainer {
  margin-bottom: 20px;
}

.datasheetlink {
  text-align: center;
  background-color: #f1efe0;
  border: 1px solid #726c40;
  width: 100%;
  height: 249px;
  padding: 4px;
  text-decoration: none;
}

.datasheetlink:hover {
  color: #000;
  background-color: #fff;
}

.datasheettextblock {
  background-color: #d5cfbe;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 7px;
}

.datasheetheading {
  background-color: #b6b0d1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
  display: flex;
}

.datasheetcol {
  padding-left: 3px;
  padding-right: 3px;
}

.straplinecolour {
  color: #fff;
  text-transform: uppercase;
  background-color: #7030a0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.getintouch {
  color: #e3dfd1;
  text-align: center;
  background-color: #9876b1;
  border: 2px #fff;
  border-radius: 0;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 16px 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transform: rotate(-7deg);
  box-shadow: 9px 9px 5px -2px #a8a8a8;
}

.getintouch:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f39e4f;
  font-weight: 400;
}

.tabcontainer {
  padding-left: 10px;
  padding-right: 10px;
}

.prodcol1, .prodcol2, .prodcol3 {
  padding-left: 0;
  padding-right: 0;
}

.slidenav {
  margin-bottom: 16px;
  padding-top: 0;
}

.addthiscode {
  float: left;
  width: 100%;
  height: 90px;
}

.sharecontainer {
  background-color: #eeeadb;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 17px;
}

.infocol2 {
  text-align: right;
}

.infocol1 {
  position: relative;
}

.contactlink {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.emaillink {
  color: #8a5925;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.emaillink:hover {
  color: #4e2b06;
  text-decoration: underline;
}

.sociallb {
  background-color: rgba(0, 0, 0, 0);
}

.toplogosection {
  display: none;
}

.toplogocontainer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.toplogo {
  text-align: center;
}

.toplogo.w--current {
  position: static;
}

.toplogotelephone {
  color: #666565;
  font-size: 19px;
  font-weight: 700;
}

.contact-col2 {
  padding-left: 0;
}

.contactp {
  font-size: 15px;
}

.centre {
  text-align: center;
  margin: 12px auto 20px;
  display: block;
}

.copyright {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.hvfxclientslist {
  direction: ltr;
  text-indent: 0;
  column-count: 2;
  margin-left: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  line-height: 22px;
  list-style-type: none;
}

.aboutrow {
  margin-top: 20px;
  margin-bottom: 0;
}

.aboutco2 {
  text-align: center;
}

.certificate {
  border: 2px solid #e3dfd1;
  margin-top: -37px;
  display: inline;
  transform: rotate(-5deg);
  box-shadow: 5px 4px 3px rgba(0, 0, 0, .5);
}

.portlinkblock {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #7030a0;
  width: 100%;
  height: auto;
  margin: 12px;
  padding: 0;
  font-size: 15px;
}

.portlinkblock:hover {
  border-style: none;
  border-color: #000;
}

.hvlink {
  text-align: center;
  text-decoration: none;
}

.hvheading {
  text-align: center;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.hvimage {
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hvcol {
  text-align: center;
  margin-bottom: 24px;
}

.portfoliorow {
  border: 1px #000;
  margin: 0 21px;
  padding: 12px;
}

.portfoliorowcol2 {
  text-align: center;
}

.portfolioheading {
  color: #e3dfd1;
  background-color: #4b4b4b;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.plasma-slider {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-squareplasmapanel {
  background-color: #000;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.sliderlrglightningtube {
  background-color: #000;
  width: auto;
  height: auto;
}

.sliderimagemiddle {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slidervandergraaff {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  height: auto;
}

.sidenavlink {
  float: none;
  background-color: #b6b0d1;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  position: static;
}

.sidenavlink:hover {
  color: #fff;
}

.sidenavlink.w--current {
  color: #e3dfd1;
  background-color: #8032a2;
}

.sidenavcontainer {
  float: left;
  background-color: rgba(0, 0, 0, 0);
}

.telephone {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  text-decoration: none;
}

.productrow {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 0 18px;
}

.sliderow {
  width: 100%;
  position: absolute;
}

.slidertext {
  color: #e3dfd1;
  text-align: right;
  text-shadow: 1px 1px 6px #000;
  width: 100%;
  padding-top: 30px;
  padding-right: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  position: static;
}

.note {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}

.faradayrow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faradayimage {
  float: none;
  padding: 10px;
}

.faradayblock {
  text-align: center;
}

.galleryimage {
  width: 153px;
  height: 125px;
}

.newsvideo {
  border: 18px solid #fff;
  margin: 20px 85px;
}

.newstagline {
  text-align: center;
  background-color: #fff;
  padding: 9px;
  font-family: Bitter, serif;
  font-weight: 700;
}

.newsimagecentre {
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: block;
}

.paddingleft {
  padding-left: 20px;
}

.buyrow {
  margin-top: 10px;
}

.row {
  width: 460px;
}

.nav0 {
  padding: 100px 50px 0;
  display: none;
}

.sitemapsection {
  margin-top: 20px;
}

.sitemapcontainer {
  text-align: center;
}

.unordered-list {
  font-size: 18px;
  line-height: 39px;
}

.toppersection {
  display: none;
}

.tag {
  color: #fff;
  background-color: #8032a2;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px;
  text-decoration: none;
}

.imagewithpadding {
  border: 10px solid #fff;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsli {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tagarea {
  margin-top: 10px;
}

.newsimageleftbottom {
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 19px;
}

.look {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #9e9a8a;
  border-radius: 5px;
  width: 100%;
  margin-top: 18px;
  padding: 29px 15px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.look:hover {
  color: #000;
}

.newsheading-2 {
  text-align: center;
  background-color: #e3dfd2;
  border-style: none none solid;
  border-top-width: 1px;
  border-top-color: #ac9988;
  border-bottom-width: 3px;
  border-bottom-color: #ac9988;
  margin-top: 0;
  margin-bottom: 17px;
  padding: 10px;
  line-height: 26px;
  text-decoration: none;
}

.imageleft {
  margin-right: 20px;
}

.getintouchnews {
  color: #e3dfd1;
  text-align: center;
  background-color: #9876b1;
  border: 2px #fff;
  border-radius: 0;
  width: 300px;
  margin-top: -22px;
  margin-bottom: 20px;
  padding: 16px 16px 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transform: rotate(-7deg);
  box-shadow: 9px 9px 5px -2px #a8a8a8;
}

.getintouchnews:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f39e4f;
  font-weight: 400;
}

.videonews {
  margin-top: 20px;
}

.subscribeblock-2 {
  float: none;
  background-color: #bcb7a7;
  width: 100%;
  height: 208px;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 17px;
  text-decoration: none;
}

.subscriberow {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.subcol1 {
  background-image: url('../images/ml-footer_01.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 137px;
  height: 158px;
  position: relative;
}

.subcol2 {
  height: 158px;
}

.html-embed-4 {
  height: auto;
}

.see {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
}

.videohome {
  margin-bottom: 44px;
}

.newsbutton {
  color: #e3dfd1;
  text-align: center;
  text-transform: uppercase;
  background-color: #8032a2;
  border-radius: 3px;
  width: 100%;
  margin-top: 22px;
  padding: 22px 5px;
  font-size: 15px;
}

.newsbutton:hover {
  color: #fff;
  background-color: #5f1d7c;
}

.productimage {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.aboutheading {
  color: #e3dfd1;
  background-color: #8032a2;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.aboutimage:hover {
  border: 1px #000;
  border-radius: 0;
}

.introrow-copy {
  border-bottom: 1px solid #666;
  margin-bottom: 28px;
  padding-bottom: 22px;
}

.portwrap {
  background-color: #f3f0e5;
  border-bottom: 2px solid #c4b994;
  margin-bottom: 7px;
  padding: 18px;
}

.gifs {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portwatch {
  text-align: center;
  background-color: #b9b08d;
  width: 50%;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: block;
}

.columns-3 {
  margin-top: 21px;
}

.newsimage {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.getintouch-2 {
  text-align: center;
  background-color: #e3dfd1;
  border: 2px solid rgba(0, 0, 0, 0);
  border-color: #f1f0e9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e9e8de;
  border-radius: 0;
  width: 300px;
  margin: 30px auto 35px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
  transform: rotate(-7deg);
  box-shadow: 9px 9px 5px -2px #a8a8a8;
}

.getintouch-2:hover {
  box-shadow: none;
  color: #996d44;
  background-color: #e3dfd1;
  font-weight: 400;
}

.hvfxcontactbottle {
  width: 150px;
  margin-top: 0;
  margin-bottom: 10px;
}

.top {
  width: 100%;
}

.top.w--current {
  border-bottom: 5px #e3dfd2;
  margin-top: 20px;
}

.image-5 {
  text-align: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newsbigbutton {
  color: #e3dfd1;
  text-align: center;
  background-color: #3898ec;
  border-radius: 3px;
  width: 100%;
  margin: 7px auto 10px;
  padding: 20px;
  display: block;
}

.newsbigbutton:hover {
  color: #fff;
  background-color: #856445;
}

.buywhitebutton {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 12px;
}

.buy {
  color: #000;
  background-color: #e3dfd1;
  margin-top: 10px;
  margin-bottom: 12px;
}

.tags {
  background-color: #f3f3f3;
  border-top: 1px dotted #000;
  margin-top: 10px;
  padding: 0;
}

.newsrowwrap {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  background-color: #e3dfd1;
  width: 100%;
  margin-bottom: 14px;
  padding: 18px;
}

.newsimage-2 {
  margin-bottom: 10px;
}

.column-5 {
  text-align: center;
}

.getintouch-3 {
  text-align: center;
  background-color: #e3dfd1;
  border: 2px solid #fff;
  border-radius: 13px;
  width: 220px;
  margin: 30px auto 35px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
  transform: rotate(-7deg);
  box-shadow: 9px 9px 5px -2px #a8a8a8;
}

.getintouch-3:hover {
  box-shadow: none;
  color: #996d44;
  background-color: #e3dfd1;
  font-weight: 400;
}

.contactbottle {
  width: 90px;
  margin-top: 18px;
  margin-bottom: 10px;
}

.newsrowblock {
  text-align: center;
  background-color: #e3dfd1;
  width: 32%;
  padding: 13px;
}

.tag-2 {
  float: left;
  color: #fff;
  background-color: #b9b091;
  width: auto;
  margin-top: 10px;
  margin-right: 5px;
  padding: 11px;
  display: block;
}

.slide-nav {
  z-index: 1000;
}

.innerh2 {
  text-align: center;
  background-color: #b6b0d1;
  padding: 7px;
}

.columns-4 {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  h3 {
    line-height: 21px;
  }

  h4 {
    text-align: center;
    font-size: 14px;
  }

  .icon {
    width: 80px;
    height: 80px;
    margin-top: 174.5px;
  }

  .slider {
    height: auto;
  }

  .homeprodbox {
    height: 365px;
  }

  .homeprodheading {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .nav1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav3, .nav4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navmenu {
    border-top-color: #8032a2;
  }

  .logotohome.w--current {
    margin-top: 15px;
  }

  .containerfooter {
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
  }

  .footerrow {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .smlnewsblock {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .twitterfeedblock {
    height: auto;
  }

  .newssnippet {
    padding-left: 10px;
    padding-right: 10px;
  }

  .smlnewsblockheading {
    padding-right: 10px;
    font-size: 13px;
  }

  .smlnewsblockheadingh3 {
    font-size: 14px;
    line-height: 19px;
  }

  .seenews {
    padding: 15px;
    font-size: 17px;
  }

  .videoblock {
    padding-bottom: 40px;
  }

  .subscribeblockheading {
    width: 128px;
    margin-left: 10px;
    font-size: 13px;
  }

  .subscribeblockheading.nocolour {
    padding-top: 0;
  }

  .homeprodboxright {
    height: 365px;
  }

  .homeprodrow {
    margin-bottom: 0;
  }

  .contentcontainer {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subnavlink {
    float: none;
    background-color: #e3dfd1;
    display: block;
    position: static;
  }

  .subnavlink.tag {
    margin-top: 6px;
  }

  .contentlogo {
    width: auto;
    height: auto;
  }

  .subnavwrap {
    margin-top: 10px;
  }

  .call {
    background-color: #6345c3;
  }

  .imageright {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .productheading {
    background-color: #d5cfbe;
    border-right: 4px #e3dfd1;
    margin: 8px 0;
    padding: 10px 0;
  }

  .buynow {
    margin-left: 6px;
  }

  .buycol1 {
    background-color: rgba(0, 0, 0, 0);
  }

  .videowrap {
    width: 100%;
  }

  .nocolour {
    font-size: 14px;
  }

  .videogallery {
    float: none;
    width: 612px;
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
    position: relative;
  }

  .videoheading {
    width: 100%;
  }

  .leftquote {
    float: left;
    margin-left: -16px;
  }

  .rightquote {
    float: right;
    margin-right: -16px;
  }

  .footertags {
    padding: 18px;
  }

  .gallerysliders {
    float: none;
    display: block;
  }

  .leftgalleryarrow, .rightgalleryarrow {
    font-size: 13px;
  }

  .play {
    width: 100%;
    top: 25px;
  }

  .lightboxcol {
    padding-left: 5px;
    padding-right: 5px;
  }

  .datasheetlink {
    height: 278px;
  }

  .datasheetheading {
    height: 79px;
  }

  .prodcol1 {
    height: 365px;
  }

  .slidenav {
    margin-bottom: -15px;
  }

  .footcol2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footcol3 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .contactp {
    font-size: 15px;
  }

  .telephone {
    border-style: none;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
  }

  .newsvideo {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .newsli {
    margin-bottom: 0;
  }

  .imageleft {
    width: 91%;
  }

  .subscribeblock-2 {
    float: none;
    background-image: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .subscriberow {
    padding-top: 0;
  }

  .subcol2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .aboutheading {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .newsbigbutton {
    margin-top: 0;
    margin-bottom: 17px;
    padding: 16px;
  }

  .getintouch-3 {
    width: 80%;
  }

  .newsrowblock {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    width: 70px;
    height: 70px;
  }

  .slider {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .homeprodbox {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    width: 100%;
    height: 412px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav1 {
    float: none;
    color: #fff;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-top: 1px #000;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav1:hover {
    color: #fff;
    background-color: #b189d1;
    padding-top: 10px;
    font-size: 15px;
    text-decoration: none;
  }

  .nav2 {
    float: none;
    color: #fff;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
  }

  .nav2:hover {
    color: #000;
    background-color: #b189d1;
    padding-top: 10px;
    font-size: 15px;
    text-decoration: none;
  }

  .nav3 {
    float: none;
    color: #fff;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 20px;
  }

  .nav3:hover {
    color: #fff;
    background-color: #b189d1;
    padding-top: 10px;
    font-size: 15px;
    text-decoration: none;
  }

  .nav4 {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 20px;
  }

  .nav4:hover {
    color: #fff;
    background-color: #b189d1;
    padding-top: 10px;
    text-decoration: none;
  }

  .nav5 {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav5:hover {
    color: #fff;
    background-color: #b189d1;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .nav6 {
    color: #fff;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-bottom: 3px solid #f1efe8;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav6:hover {
    color: #fff;
    background-color: #b189d1;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .navcontainer {
    color: #e3dfd1;
    background-color: #8032a2;
    border-radius: 0;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navmenu {
    background-color: #8032a2;
    border-bottom-style: none;
    padding-top: 0;
    font-size: 15px;
  }

  .mainnavcontainer {
    margin-top: 0;
  }

  .mainnavsection {
    z-index: 1000;
    position: relative;
  }

  .sectionfooter {
    padding-bottom: 0;
  }

  .containerfooter {
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .smlnewsblock {
    margin-bottom: 10px;
  }

  .twitterfeedblock {
    display: none;
  }

  .newssnippet {
    padding: 0 19px;
    font-size: 15px;
  }

  .smlnewsblockheadingh3 {
    padding: 19px;
  }

  .seenews {
    font-size: 18px;
  }

  .readmorehome {
    font-size: 15px;
  }

  .socialicons {
    margin-top: 21px;
  }

  .videoblock {
    padding-top: 10px;
  }

  .subscribeblock {
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    display: none;
  }

  .subscribeblockheading.nocolour {
    text-align: left;
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    top: 79px;
    left: 150px;
  }

  .straplinecontainer {
    background-color: rgba(0, 0, 0, 0);
  }

  .homeprodboxright {
    border-bottom: 1px #000;
    border-right-style: none;
    width: 100%;
    height: 412px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .homeprodboxleft {
    border-top: 1px #000;
    border-left-style: none;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .homevideolink {
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .homecontentarea {
    padding: 17px;
  }

  .homeprodrow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contentcontainer {
    padding: 0;
  }

  .contentrow {
    padding-left: 0;
    padding-right: 0;
  }

  .sidenavbar {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .mainsubicon {
    border-radius: 0;
    font-size: 65px;
  }

  .mainmenuicon {
    float: none;
    border-radius: 0;
    padding: 0;
    display: inline-block;
  }

  .mainmenuicon.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .col1-menu {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
  }

  .contentlogo {
    margin-top: 10px;
  }

  .subnavwrap {
    text-align: center;
  }

  .homelink {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .quicklinksblock {
    display: none;
  }

  .quicklinkul {
    float: none;
    text-align: center;
    font-size: 15px;
    display: block;
  }

  .quicklinkp {
    float: none;
    text-align: center;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 17px;
    line-height: 23px;
  }

  .col2-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .call {
    float: none;
    display: none;
  }

  .teslachoice {
    padding: 30px 58px;
  }

  .productheading {
    background-color: #d5cfbe;
    border-style: none;
  }

  .lightboxlink {
    margin-bottom: 32px;
  }

  .videowrap {
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nocolour {
    font-size: 18px;
  }

  .boom {
    font-size: 17px;
  }

  .videogallery {
    width: 429px;
    height: auto;
  }

  .leftquote, .rightquote {
    width: 10%;
  }

  .sliderrow {
    width: auto;
    height: 213px;
  }

  .logorow {
    text-align: center;
  }

  .productcontainer {
    margin-bottom: 0;
    padding: 15px;
  }

  .shopnow {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .textcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datasheetlink {
    height: 273px;
    margin-bottom: 5px;
  }

  .portfoliocontainer {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .straplinecolour {
    margin-left: 15px;
    margin-right: 15px;
  }

  .getintouch {
    margin: 40px auto;
    display: block;
  }

  .slidenav {
    margin-bottom: 0;
  }

  .footcol1 {
    padding: 10px;
  }

  .footcol2 {
    padding-left: 0;
  }

  .footcol3 {
    padding-left: 0;
    padding-right: 0;
  }

  .contactp {
    font-size: 15px;
  }

  .portlinkblock {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .sidenavcontainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .telephone {
    border-style: none;
    font-size: 22px;
  }

  .telephone.noine {
    text-decoration: none;
  }

  .slidertext {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
  }

  .newsimagecentre {
    padding: 15px;
  }

  .paddingleft {
    padding-left: 0;
  }

  .nav0 {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-left: auto;
    padding: 10px 20px;
    display: block;
  }

  .nav0.w--current {
    color: #000;
    background-color: #f1efe8;
  }

  .toppersection {
    background-color: #8032a2;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .toppercontainer {
    background-color: #8032a2;
    padding-right: 0;
  }

  .topperrow {
    text-align: center;
    border-bottom: 1px solid #e3dfd1;
    margin-top: -14px;
  }

  .topperimage {
    width: 100%;
  }

  .html-embed {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .unordered-list-2 {
    display: none;
  }

  .getintouchnews {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .subscribeblock-2 {
    float: none;
    text-align: center;
    background-color: #bcb7a7;
    background-image: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    display: block;
  }

  .subscriberow {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .subcol2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .columns {
    text-align: center;
  }

  .aboutheading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .aboutimage {
    width: auto;
    height: auto;
  }

  .columns-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 30px;
    display: block;
  }

  .getintouch-2 {
    width: 50%;
  }

  .newsbigbutton {
    width: 100%;
    margin: 10px auto 36px;
    display: block;
  }

  .buywhitebutton {
    width: 100%;
    padding: 12px;
  }

  .newsrowwrap {
    flex-wrap: wrap;
  }

  .getintouch-3 {
    width: 50%;
  }

  .newsrowblock {
    width: 100%;
    margin-bottom: 15px;
  }

  .image-6 {
    text-align: center;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .leftarrow {
    display: none;
  }

  .slider {
    height: auto;
    margin-bottom: 0;
    display: none;
  }

  .rightarrow {
    display: none;
  }

  .homeprodbox {
    border-left-style: none;
    border-right-style: none;
    height: auto;
    padding: 0 5px;
  }

  .homeprodheading {
    font-size: 14px;
  }

  .homeprodtext {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .nav1 {
    float: none;
    display: inline-block;
    position: relative;
  }

  .nav1:hover {
    color: #000;
    background-color: #b189d1;
  }

  .nav2 {
    float: left;
    width: 100%;
    max-width: 100%;
  }

  .nav2:hover {
    background-color: #b189d1;
  }

  .nav3 {
    float: left;
  }

  .nav3:hover {
    background-color: #b189d1;
  }

  .nav4 {
    float: left;
  }

  .nav4:hover {
    background-color: #b189d1;
  }

  .nav5 {
    float: left;
  }

  .nav5:hover {
    background-color: #b189d1;
  }

  .nav6 {
    display: inline-block;
  }

  .nav6:hover {
    background-color: #b189d1;
  }

  .navcontainer {
    float: none;
    width: auto;
    height: auto;
    display: block;
    position: static;
  }

  .navbar {
    float: none;
    clear: both;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    position: relative;
  }

  .navmenu {
    float: none;
    width: auto;
    height: auto;
    display: block;
  }

  .mainnavcontainer {
    color: #e3dfd1;
    margin-top: 0;
    position: static;
  }

  .logo {
    float: none;
    width: 100%;
    display: none;
  }

  .containerfooter {
    padding: 10px;
  }

  .footerrow {
    padding: 17px;
  }

  .twitterfeedblock {
    margin-bottom: 10px;
  }

  .newssnippet {
    font-size: 15px;
  }

  .smlnewsblockheadingh3 {
    font-size: 15px;
    line-height: 20px;
  }

  .seenews {
    font-size: 20px;
    line-height: 26px;
  }

  .readmorehome {
    font-size: 15px;
  }

  .videoblock {
    padding-bottom: 10px;
  }

  .subscribeblock {
    width: 100%;
  }

  .subscribeblockheading.nocolour {
    width: 60%;
    margin-top: 29px;
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: 86px;
  }

  .homeprodboxright {
    border-right-style: none;
    height: auto;
  }

  .homeprodboxleft {
    border-left-style: none;
    height: auto;
  }

  .homeprodrow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .herocontainer {
    margin-top: 0;
  }

  .contentcontainer {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .sidenavbar {
    float: left;
    display: block;
  }

  .subnavlink {
    text-align: left;
    background-color: #e3dfd1;
  }

  .subnavlink.tag {
    text-align: center;
    margin-top: 14px;
    padding: 10px;
  }

  .mainsubicon {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .mainmenuicon {
    color: #e3dfd1;
    background-color: rgba(0, 0, 0, 0);
    padding: 5px 10px 0;
  }

  .mainmenuicon.w--open {
    float: left;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    position: static;
  }

  .col1-menu {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .subnavwrap {
    text-align: center;
  }

  .addressblock {
    margin: 0;
  }

  .quicklinkp {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    text-decoration: none;
  }

  .socialcolcontent {
    padding-left: 0;
    padding-right: 0;
  }

  .perfectforlist {
    text-align: center;
  }

  .perfectforli {
    text-align: center;
    font-size: 16px;
  }

  .teslachoice {
    padding: 12px;
  }

  .productheading {
    background-color: #d5cfbe;
    height: auto;
  }

  .buynow {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: block;
  }

  .nocolour {
    text-align: center;
    margin-bottom: 13px;
    line-height: 20px;
  }

  .boom {
    margin-bottom: 25px;
  }

  .videogallery {
    float: none;
    width: 94%;
    height: 472px;
    position: relative;
  }

  .videogalleryleftarrow, .videogalleryrightarrow {
    display: none;
  }

  .videoimage {
    width: 153px;
    height: 125px;
  }

  .videoheading {
    padding-left: 0;
    padding-right: 0;
  }

  .leftquote, .rightquote {
    display: none;
  }

  .sliderrow {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footertags {
    text-align: center;
  }

  .productcontainer {
    padding: 10px;
  }

  .gallerysliders {
    height: auto;
  }

  .shopnow {
    float: none;
    margin: 43px auto 0;
    display: block;
  }

  .straplinecolour {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
  }

  .getintouch {
    width: 90%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .prodcol1 {
    height: auto;
  }

  .footcol1 {
    padding: 0;
  }

  .footcol3 {
    padding-left: 0;
    padding-right: 0;
  }

  .toplogosection {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
  }

  .toplogotelephone {
    color: #000;
    padding: 24px;
    font-size: 24px;
    text-decoration: none;
  }

  .contactp {
    text-align: center;
    margin-bottom: 23px;
    font-size: 16px;
  }

  .contacttextblock {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .portlinkblock {
    width: 100%;
  }

  .portfoliorowcol1 {
    text-align: left;
  }

  .plasma-slider {
    width: auto;
    height: 234px;
  }

  .slidertext {
    padding-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .newsimagecentre {
    padding: 15px;
  }

  .nav0.w--current {
    color: #000;
    background-color: #f1efe8;
    font-weight: 700;
  }

  .toppersection {
    margin-left: 0;
    margin-right: 0;
  }

  .topperrow, .look {
    margin-top: 0;
  }

  .newsheading-2 {
    line-height: 24px;
  }

  .imageleft {
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .getintouchnews {
    width: 90%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subscribeblock-2 {
    float: none;
    background-image: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 8px 8px 30px;
  }

  .subscriberow {
    padding: 0;
  }

  .subcol1 {
    background-size: auto 98px;
    height: 111px;
    padding-left: 0;
    padding-right: 0;
  }

  .see {
    padding-top: 0;
  }

  .videohome {
    margin-bottom: 10px;
  }

  .newsimage {
    margin-top: 11px;
  }

  .getintouch-2 {
    width: 90%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .newsbigbutton {
    margin-bottom: 19px;
    padding: 24px;
  }

  .newsimage-2 {
    margin-top: 11px;
  }

  .getintouch-3 {
    width: 90%;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


