.roboto {
  font-family: 'Roboto', sans-serif;
}
.robotoCondensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.darkgrey {
  color: #231f20;
}
.blue {
  color: #1b75bc;
}
.red {
  color: #ec1c26;
}
* {
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif, Arial, sans-serif;
}
a {
  color: #1b75bc;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}
a:hover {
  color: #000000;
}
a img {
  border: 0;
  outline: none;
}
a img:hover {
  opacity: 0.8;
}
a.button,
a.read-more,
button {
  background: #1b75bc !important;
  color: #ffffff !important;
  font-size: 19px !important;
  display: inline-block !important;
  text-align: center !important;
  padding: 10px 10px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  border-radius: none;
  font-family: 'Roboto Condensed', sans-serif, Arial, sans-serif;
}
a.button:hover,
a.read-more:hover,
button:hover {
  background: #2e3191 !important;
}
input[type="submit"] {
  background: #ec1c26;
  color: #ffffff;
  font-size: 21px;
  display: inline-block;
  text-align: center;
  padding: 15px 5%;
  text-transform: uppercase;
  width: 100% !important;
  border: none;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif, Arial, sans-serif;
  cursor: pointer;
}
input[type="submit"]:hover {
  background: #1b75bc;
}
a.read-more {
  display: table !important;
  margin: 20px 0 0 !important;
}
p.price,
p.date {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #2e3191;
  font-size: 22px;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
h1 {
  font-size: 48px;
  color: #231f20;
  margin: 0;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
  color: #231f20;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
}
h4 {
  font-size: 20px;
  color: #231f20;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
h5 {
  font-weight: bold;
  font-size: 28px;
  color: #231f20;
}
.wrapper {
  float: left;
  clear: left;
  width: 100%;
  max-width: 100%;
}
.wrapper .wrap {
  margin: 0 auto;
  width: 1600px;
  transition: all 0.3s ease-out 0s;
}
.wrapper .wrap .container {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
  padding: 0 30px;
}
.header {
  height: 200px;
  border-bottom: 2px solid #f2f2f2;
}
.header .logo {
  left: -215px;
  position: absolute;
  top: 20px;
}
.header .navigation {
  left: 10px;
  position: absolute;
  top: 145px;
}
.header .navigation,
.header .submenu {
  float: left;
  margin: 0 0 0 0;
}
.header .navigation #access,
.header .submenu #access {
  clear: both;
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
}
.header .navigation #access ul,
.header .submenu #access ul {
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
.header .navigation #access ul li,
.header .submenu #access ul li {
  float: left;
  position: relative;
}
.header .navigation #access ul li a,
.header .submenu #access ul li a {
  border-right: 1px solid #f1f2f2;
  color: #000000;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0 1.2125em;
  text-decoration: none;
  text-transform: uppercase;
}
.header .navigation #access ul li ul,
.header .submenu #access ul li ul {
  display: none;
  float: left;
  left: 0;
  margin: 0px 0 0;
  position: absolute;
  top: 1em;
  width: 240px;
  z-index: 99999;
  padding: 20px 0 0;
}
.header .navigation #access ul li ul a,
.header .submenu #access ul li ul a {
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 10px 1.2125em 10px 1.5em;
  width: 220px;
}
.header .navigation #access ul li ul ul,
.header .submenu #access ul li ul ul {
  left: 100%;
  top: 0;
}
.header .navigation #access li:hover > a,
.header .submenu #access li:hover > a,
.header .navigation #access a:focus,
.header .submenu #access a:focus {
  color: #1b75bc;
}
.header .navigation #access ul li:hover > ul,
.header .submenu #access ul li:hover > ul {
  display: block;
}
.header .submenu {
  float: right;
  margin: 25px 0 0;
  clear: both;
}
.header .submenu #access {
  width: auto;
  margin: -5px 0 0;
}
.header .submenu #access ul li a {
  font-size: 14px;
  color: #000000;
}
.header .submenu #access ul #menu-item-41 a,
.header .submenu #access ul #menu-item-144 a,
.header .submenu #access ul #menu-item-999 a {
  border: medium none;
  height: 37px;
  text-indent: -999em;
  width: 37px;
}
.header .submenu #access ul #menu-item-41 a:hover,
.header .submenu #access ul #menu-item-144 a:hover,
.header .submenu #access ul #menu-item-999 a:hover {
  opacity: 0.8;
}
.header .submenu #access ul #menu-item-41 a {
  background: url('https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/icons_03.png') no-repeat;
}
.header .submenu #access ul #menu-item-144 a {
  background: url('https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/icons_07.png') no-repeat;
}
.header .submenu #access ul #menu-item-999 a {
  background: url('https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/icons_05.png') no-repeat;
}
.header .submenu .search {
  display: inline-block;
}
.header .submenu .cart {
  float: left;
}
.header .submenu .cart img {
  float: left;
}
.header .submenu .cart a.cart {
  background: #ec1c26;
  color: #ffffff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.header .submenu .cart a.cart:hover {
  background: #1b75bc;
}
.header .bluechemlogo {
  float: right;
  margin: 25px 0 0;
}
.header a.mobileMenuButton {
  display: none;
}
.cycle-slideshow .banner {
  text-align: left;
  color: #ffffff;
}
.cycle-slideshow .banner h1 {
  font-size: 70px;
  color: #ffffff;
  text-transform: none;
  font-weight: 700;
  line-height: 70px;
}
.cycle-slideshow .banner p {
  font-size: 32px;
  line-height: 20px;
}
.cycle-slideshow .banner a {
  background: #ffffff !important;
  color: #1b75bc !important;
  margin: 2px 0;
}
.cycle-slideshow .banner a:hover {
  background: #1b75bc !important;
  color: #ffffff !important;
}
.cycle-slideshow .banner a.yellow {
  background: #fff100 !important;
  color: #000000 !important;
}
.cycle-slideshow .banner a.green {
  background: #00a551 !important;
  color: #ffffff !important;
}
.cycle-slideshow .banner a.red {
  background: #ec1c24 !important;
  color: #ffffff !important;
}
.cycle-slideshow .one .container {
  padding: 0 0 0 40%;
}
.cycle-slideshow .two h1 {
  color: #2b3990;
}
.cycle-slideshow .two p {
  color: #231f20;
}
.cycle-slideshow .four a {
  background: #ec1c26 !important;
  color: #ffffff !important;
}
.cycle-slideshow span#german {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 999;
}
.cycle-slideshow span.arrows {
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 999;
  height: 80px;
  margin-top: -40px;
}
.cycle-slideshow #next {
  right: 1%;
}
.cycle-slideshow #prev {
  left: 1%;
}
.panels .panel {
  height: 300px;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out 0s, -webkit-background-size 0.3s ease-in-out 0s;
}
.panels .panel .link {
  background: url('https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/panelbg_03.png') repeat;
  bottom: 0;
  left: 0;
  opacity: 1;
  padding: 20px 5% 20px;
  position: absolute;
  transition: opacity 0.5s ease-in-out 0s;
  width: 100%;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font: 'Roboto Condensed', sans-serif;
}
.panels .panel:hover {
  background-size: 130%;
}
.panels .panel:hover .link {
  background: #1b75bc;
}
.quote {
  background: #f1f2f2;
  font-size: 26px;
  text-align: center;
}
.quote .container {
  padding: 0 20%;
}
.aboutpanel .cycle-slideshow .content {
  float: left;
  width: 100%;
}
.aboutpanel .pager {
  bottom: -70px;
  left: 15px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  z-index: 500;
}
.aboutpanel .pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
.aboutpanel .pager span:hover {
  color: #2e3191;
}
.aboutpanel .pager .cycle-pager-active {
  color: #1b75bc;
}
.feature {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  padding: 130px 0 0;
  color: #ffffff;
  text-align: center;
}
.intelligent {
  padding: 40px 0;
  background-attachment: scroll;
}
.related {
  float: left;
  width: 100%;
}
.main {
  padding: 5% 0;
}
.main .productitem {
  text-align: center;
  width: 25%;
  padding: 0 1%;
}
.main .productitem a h5 {
  color: #231f20;
}
.main .productitem a h5:hover {
  color: #1b75bc;
}
.main .productitem a img:hover {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.main .productitem .buttons {
  width: 100%;
}
.main .productitem .buttons a {
  font-size: 18px;
  float: left;
}
.main .productitem .buttons a.info {
  background: #2e3191;
  color: #ffffff;
  width: 50% !important;
}
.main .productitem .buttons a.add {
  background: #ec1c26;
  color: #ffffff;
  width: 50% !important;
}
.main .newsitem {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #f1f1f1;
}
.youtube {
  background-color: #000;
  margin-bottom: 10px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.woocommerce ul.products li.product .price del {
  display: none;
}
.woocommerce span.onsale {
  display: none;
}
.woocommerce-cart input.button,
.woocommerce-checkout input.button {
  width: inherit !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #1b75bc;
}
.main {
  /**********************************************************************************************************************************************************/
  /* ENGINE */
  /**********************************************************************************************************************************************************/
  /**********************************************************************************************************************************************************/
  /* PETROL */
  /**********************************************************************************************************************************************************/
  /**********************************************************************************************************************************************************/
  /* AIR CONDITION */
  /**********************************************************************************************************************************************************/
  /**********************************************************************************************************************************************************/
  /* PETROL */
  /**********************************************************************************************************************************************************/
}
.main #theShop {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/productRange.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 651px;
}
.main #theShop ul {
  list-style-type: none;
}
.main .holder {
  cursor: pointer;
}
.main .holder a.heading {
  display: block;
  z-index: 1000;
}
.main .holder .content {
  display: none;
  position: absolute;
  left: 0px;
  top: 15px;
  width: 195px;
  padding-top: 15px;
  z-index: 999;
}
.main .holder .content .contentInner {
  position: relative;
}
.main .holder .content .contentInner ul {
  width: 80%;
  padding: 10%;
  background-color: #2f292b;
  border-radius: 5px;
  display: block;
}
.main .holder .content .contentInner ul li {
  padding: 0px;
  margin: 0px;
}
.main .holder .content .contentInner ul li a {
  padding: 8px 0px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  display: block;
  width: 100%;
  border-bottom: 1px solid #474345;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.main .holder .content .contentInner ul li:first-child a {
  padding-top: 0px;
}
.main .holder .content .contentInner ul li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.main .holder .content .contentInner ul li:hover a {
  color: #ec1c26;
}
.main #theText {
  left: 50px;
  top: 97px;
  display: block;
  position: absolute;
  width: 260px;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
}
.main #engineHolder.holder {
  position: absolute;
  top: 185px;
  left: 51px;
}
.main #engineHolder.holder #engineHeading.heading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/engine.png");
  width: 79px;
  height: 15px;
}
.main #engineHolder.holder #engineLine.line {
  position: absolute;
  left: 89px;
  top: 7px;
  width: 151px;
  height: 186px;
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/engineLine.png");
}
.main #engineHolder.holder:hover #engineHeading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/engineHover.png");
}
.main #engineHolder.holder:hover #engineLine {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/engineLineHover.png");
}
.main #engineHolder.holder:hover #engineContent {
  display: block;
}
.main #petrolHolder.holder {
  position: absolute;
  top: 52px;
  left: 503px;
}
.main #petrolHolder.holder #petrolHeading.heading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/petrol.png");
  width: 81px;
  height: 15px;
}
.main #petrolHolder.holder #petrolLine.line {
  position: absolute;
  top: 4px;
  left: 90px;
  width: 235px;
  height: 137px;
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/petrolLine.png");
}
.main #petrolHolder.holder:hover #petrolHeading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/petrolHover.png");
}
.main #petrolHolder.holder:hover #petrolLine {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/petrolLineHover.png");
}
.main #petrolHolder.holder:hover #petrolContent {
  display: block;
}
.main #airconditionHolder.holder {
  position: absolute;
  top: 465px;
  left: 550px;
}
.main #airconditionHolder.holder #airconditionHeading.heading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/aircond.png");
  width: 200px;
  height: 30px;
}
.main #airconditionHolder.holder #airconditionLine.line {
  position: absolute;
  left: -145px;
  top: -173px;
  width: 151px;
  height: 186px;
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/air-condition.png");
}
.main #airconditionHolder.holder:hover #airconditionHeading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/aircond_hover.png");
}
.main #airconditionHolder.holder:hover #airconditionLine {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/air-condition-hover.png");
}
.main #airconditionHolder.holder:hover #airconditionContent {
  display: block;
}
.main #dieselHolder.holder {
  position: absolute;
  top: 394px;
  left: 693px;
}
.main #dieselHolder.holder #dieselHeading.heading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/diesel.png");
  width: 73px;
  height: 15px;
}
.main #dieselHolder.holder #dieselLine.line {
  position: absolute;
  top: -192px;
  left: 83px;
  width: 61px;
  height: 199px;
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/dieselLine.png");
}
.main #dieselHolder.holder:hover #dieselHeading {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/dieselHover.png");
}
.main #dieselHolder.holder:hover #dieselLine {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/dieselLineHover.png");
}
.main #dieselHolder.holder:hover #dieselContent {
  display: block;
}
.main #petrolDieselHover {
  position: absolute;
  left: 824px;
  top: 190px;
  width: 13px;
  height: 13px;
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/petrolDiesel.png");
}
.main #petrolDieselHover.hover {
  background-image: url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/productrange/petrolDieselHover.png");
}
@media screen and (max-width: 1000px) {
  /*  Product Page  */
  .main #petrolDieselHover {
    display: none;
  }
  .main .holder {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin: 250px 5px 0!important;
  }
  .main .holder .content {
    display: block !important;
    position: static !important;
    width: 195px;
    z-index: 999;
    padding-top: 20px;
  }
  .main #engineHolder.holder {
    position: relative !important;
    /*margin: 250px 0 0 0;*/
    top: 0 !important;
    left: 0 !important;
  }
  .main #airconditionHolder.holder {
    position: relative !important;
    /*margin: 250px 0 0 0;*/
    top: 0 !important;
    left: 0 !important;
  }
  .main #petrolHolder.holder {
    position: relative !important;
    /*margin: 250px 0 0 0;*/
    top: 0 !important;
    left: 0 !important;
  }
  .main #dieselHolder.holder {
    position: relative !important;
    /*margin: 250px 0 0 0;*/
    top: 0 !important;
    left: 0 !important;
  }
  .main #engineHolder.holder #engineHeading.heading {
    position: absolute;
    top: 0;
  }
  .main #airconditionHolder.holder #airconditionHeading.heading {
    position: absolute;
    top: -9px;
    margin-left: -15px;
  }
  .main #petrolHolder.holder #petrolHeading.heading {
    position: absolute;
    top: 0;
  }
  .main #dieselHolder.holder #dieselHeading.heading {
    position: absolute;
    top: 0;
  }
}
.enquiry {
  padding: 50px 0;
}
.enquiry #gform_wrapper_1 {
  padding: 0 15%;
}
.enquiry #gform_wrapper_1 li.gfield label {
  display: none;
}
.enquiry #gform_wrapper_1 li.gfield input,
.enquiry #gform_wrapper_1 li.gfield textarea {
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  background: #f1f2f2;
}
.enquiry #gform_wrapper_1 li.gfield .ginput_container_checkbox li {
  float: left;
  margin: 0 20px 20px 0;
}
.enquiry #gform_wrapper_1 li.gfield .ginput_container_checkbox li label {
  font-size: 18px;
  margin: 0 5px 0 0 !important;
}
.enquiry #gform_wrapper_1 li#field_1_7 label {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  font-weight: normal;
}
.enquiry #gform_wrapper_1 .gform_footer {
  padding-right: 16px;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: normal !important;
}
.footer {
  background: url('https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/footer_03.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  margin: 20px 0 0;
}
.footer .clear {
  margin: 0 0 50px;
  border-bottom: 2px solid #939598;
}
.footer ul.menu {
  margin: 50px 0;
  padding: 0;
}
.footer ul.menu li {
  list-style-type: none;
  padding: 0 0 20px;
}
.footer ul.menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.footer ul.menu li a:hover {
  color: #1b75bc;
}
.footer ul.menu li ul {
  padding: 0;
}
.footer ul.menu li ul li {
  padding: 5px 0 0 0;
}
.footer ul.menu li ul li a {
  font-weight: normal;
  font-size: 17px;
  text-transform: none;
}
.footer .contact {
  float: left;
}
.footer .copyright {
  float: right;
  margin: 0 0 50px;
}
.footer a {
  color: #ffffff;
}
.woocommerce div.product div.images {
  text-align: center;
}
.woocommerce div.product div.images img {
  width: auto;
  display: inline-block;
}
.woocommerce ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product a img {
  width: auto;
  display: inline-block;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #2e3191;
}
.video {
  color: #414041;
  display: block;
  font-size: 12px;
  left: 50%;
  margin: 0 0 0 -395px;
  padding: 20px 1.5%;
  position: fixed;
  text-align: center;
  top: 50px;
  width: 800px;
  z-index: 99999;
  display: none;
}
.video2 {
  color: #414041;
  display: block;
  font-size: 12px;
  left: 50%;
  margin: 0 0 0 -395px;
  padding: 20px 1.5%;
  position: fixed;
  text-align: center;
  top: 50px;
  width: 800px;
  z-index: 99999;
  display: none;
}
.video3 {
  color: #414041;
  display: block;
  font-size: 12px;
  left: 50%;
  margin: 0 0 0 -395px;
  padding: 20px 1.5%;
  position: fixed;
  text-align: center;
  top: 50px;
  width: 800px;
  z-index: 99999;
  display: none;
}
.closer,
.closer2,
.closer3 {
  background: rgba(0, 0, 0, 0) url("https://www.bluechemaustralia.com.au/wp-content/themes/bluechemaustralia/less/../images/close.png") no-repeat scroll center center;
  background-size: contain;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 30px;
  z-index: 999999;
}
.overlay {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .video1,
  .video2,
  .video3 {
    left: 0;
    margin: 0;
    padding: 40px 0 0;
    width: 100%;
  }
  .video1 iframe,
  .video2 iframe,
  .video3 iframe {
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 767px) {
  .navigation,
  .submenu {
    display: block !important;
  }
}
@media screen and (max-width: 1600px) {
  .wrapper .wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .wrap {
    width: 1024px;
  }
  .header .navigation {
    margin: 0;
  }
  .header .navigation #access ul li a {
    font-size: 16px;
  }
  .header .submenu {
    margin: 35px 0 0;
  }
  .header .submenu #access ul li a {
    font-size: 11px;
  }
  .header .submenu #access ul li#menu-item-27 a,
  .header .submenu #access ul li#menu-item-28 a {
    line-height: 4em;
  }
  .main #tabs ul {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  .wrapper .wrap {
    width: 767px;
  }
  .header .navigation {
    margin: 0 0 0 1%;
  }
  .header .navigation #access ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  .header .submenu {
    margin: 40px 0 0;
  }
  .header .submenu #access ul li a {
    font-size: 11px;
    padding: 0 10px;
  }
  .cycle-slideshow .banner h1 {
    font-size: 40px;
    line-height: normal;
  }
  .cycle-slideshow span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap {
    width: 100%;
  }
  .wrapper .wrap .container {
    padding: 0 5%;
  }
  a.button,
  a.read-more,
  button {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
  .header {
    background-size: contain;
    height: auto;
  }
  .header .logo {
    left: -100px;
    position: relative;
    top: 20px;
    width: 100%;
  }
  .header .navigation,
  .header .submenu {
    position: relative;
    left: 0;
    float: left;
    top: 0;
    width: 100%;
    margin: 0;
    display: none;
  }
  .header .navigation #access ul li,
  .header .submenu #access ul li {
    width: 100%;
  }
  .header .navigation #access ul li a,
  .header .submenu #access ul li a {
    line-height: 2em;
    border-top: 1px dotted #4d4b43;
  }
  .header .navigation #access ul li ul,
  .header .submenu #access ul li ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
  }
  .header .navigation #access ul li ul li a,
  .header .submenu #access ul li ul li a {
    background: none;
    width: 100%;
    padding: 5px 10%;
    font-size: 13px;
  }
  .header .bluechemlogo {
    display: none;
  }
  .header .submenu {
    display: none !important;
  }
  .header a.mobileMenuButton {
    color: #000000;
    display: block;
    float: right;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
    width: 20%;
  }
  .cycle-slideshow .banner h1 {
    font-size: 18px;
  }
  .cycle-slideshow .banner p {
    font-size: 14px;
    line-height: 13px;
  }
  .cycle-slideshow .banner a {
    margin: 0;
  }
  .feature {
    padding: 5% 0;
    height: 150px;
  }
  .feature .wrap .container {
    padding: 0 10%;
  }
  .cycle-slideshow .one .container {
    padding: 0 0 0 40%;
  }
  .main .productitem {
    width: 100%;
  }
  .main #tabs ul li {
    height: 80px;
    margin: 0;
    width: 14%;
  }
  .main #tabs .tab-content {
    text-align: center;
  }
  .main table td {
    display: block;
    width: 100% !important;
  }
  .footer ul.menu {
    margin: 0;
  }
}
@media screen and (max-width: 430px) {
  .main #tabs ul li {
    width: 25%;
  }
}
