@charset "UTF-8";
/**
* @version   $1.0.0: custom.scss 2020-09-16 08:05 [DW] $
* @author George Media http://www.georgemedia.com.au
* @copyright Copyright (C) 2020 George Media (GM)
* @support support@georgemedia.com.au
*/
/* @group VARIABLES */
/* @end */
/**
* @version   $1.0.0: custom.scss 2020-09-16 08:05 [DW] $
* @author George Media http://www.georgemedia.com.au
* @copyright Copyright (C) 2020 George Media (GM)
* @support support@georgemedia.com.au
*/
/* @group DELETE BEFORE LAUNCH */
/* @end */
/* @group VARIABLES */
/* @end */
/* @group FONTS */
/* @end */
/* @group TYPOGRAPHY */
/* Style for menu dropdown */
#fp-hero #layerslider_2 {
  z-index: 8;
}

.tm-toolbar .phone a {
  font-size: 22px;
  font-weight: 900;
  font-size: 18px;
  font-weight: 700;
}
.tm-toolbar .phone a:hover {
  text-decoration: none;
}

.red {
  color: #EF3340;
}

.uk-text-primary .red {
  color: #EF3340;
}

.uk-text-secondary .blue {
  color: #10069F;
}

.blue {
  color: #10069F;
}

.uk-text-muted.white {
  color: #FFFFFF !important;
}

.bgm-text-background {
  color: #FFFFFF !important;
  background-image: none;
}

.bgm-font-oswald {
  font-family: Oswald;
}

/* @end */
/* @group UIKIT */
/* @end */
/* @group LAYOUT */
@media (max-width: 959px) {
  div.tm-toolbar.tm-toolbar-default.uk-visible\@m {
    display: block !important;
  }
  div.tm-toolbar.tm-toolbar-default.uk-visible\@m .uk-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  div.tm-toolbar.tm-toolbar-default.uk-visible\@m .uk-container .uk-grid .uk-first-column .logo a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  div.tm-toolbar.tm-toolbar-default.uk-visible\@m .uk-container .uk-margin-auto-left {
    margin-left: auto;
    margin-right: auto;
  }
  div.tm-toolbar.tm-toolbar-default.uk-visible\@m .uk-container .uk-margin-auto-left .uk-grid div:nth-child(2) {
    display: none;
  }
  div.tm-toolbar.tm-toolbar-default.uk-visible\@m .uk-container .uk-margin-auto-left .uk-grid div:nth-child(3) {
    display: none;
  }
}
/* @end */
/* @group SECTIONS */
.uk-section-muted.brand-blue {
  background: #f3626c;
}
.uk-section-muted.brand-blue .uk-text-background {
  color: #303033 !important;
}

.uk-section-default.brand-red {
  background: #EF3340;
}
.uk-section-default.brand-blue {
  background: #10069F;
}

.uk-section-primary.brand-blue {
  background: #10069F !important;
}

.uk-section.video-background-screen .uk-position-cover {
  background: url(../images/gridtile_4x4.png);
  background-position: 0 0;
  background-repeat: repeat;
  content: "";
  position: absolute;
}

#hero.grid-overlay .uk-position-cover {
  background: url(../images/gridtile_3x3.png);
  background-position: 0 0;
  background-repeat: repeat;
  content: "";
  position: absolute;
}

.bgm-tabs-section .uk-subnav-pill {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto 50px;
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.bgm-tabs-section .uk-subnav-pill li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 10px !important;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 -1px !important;
  padding: 0 !important;
  list-style: none !important;
  background: 0 0 !important;
  overflow-y: visible !important;
  border: 1px solid #ddd;
}
.bgm-tabs-section .uk-subnav-pill li a {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.5em 0.5em;
  line-height: 1;
  transition: color 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ccc;
  -webkit-box-shadow: inset 0 5px 0 #ddd;
  -moz-box-shadow: inset 0 5px 0 #ddd;
  box-shadow: inset 0 5px 0 #ddd;
  height: 40px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 700px) {
  .bgm-tabs-section .uk-subnav-pill li a {
    font-size: 15px !important;
  }
}
.bgm-tabs-section .uk-subnav-pill li a:hover {
  background-color: transparent;
  color: #10069F;
  -webkit-box-shadow: inset 0 5px 0 #10069F;
  -moz-box-shadow: inset 0 5px 0 #10069F;
  box-shadow: inset 0 5px 0 #10069F;
}
.bgm-tabs-section .uk-subnav-pill li a span {
  width: 100%;
}
.bgm-tabs-section .uk-subnav-pill li.uk-active a {
  background-color: transparent !important;
  color: #10069F;
  border-top: 1px solid #10069F;
  border-bottom-color: transparent;
  -webkit-box-shadow: inset 0 5px 0 #10069F;
  -moz-box-shadow: inset 0 5px 0 #10069F;
  box-shadow: inset 0 5px 0 #10069F;
}
.bgm-tabs-section .uk-subnav-pill li.uk-active {
  border-bottom: 1px solid #FFFFFF;
}

/* @end */
/* @group PANELS */
/* @end */
/* @group BUTTONS */
.ebStickyBar .eb-dialog .eb-container .eb-content .uk-container .uk-grid .uk-button-default:hover {
  background-color: #10069f;
  border-color: #10069f;
  color: #FFFFFF;
}

/* @end */
/* @group MENUS */
.tm-toolbar .uk-subnav li a {
  font-size: 11px;
  color: #000000;
}
.tm-toolbar .uk-subnav li a:hover {
  color: #7F7F7F;
}
.tm-toolbar .uk-subnav li.uk-active a {
  color: #EF3340;
}

.tm-header .uk-navbar-container {
  border-top: 5px solid #EF3340;
  /* fix menu to all in one line */
  /* end*/
}
.tm-header .uk-navbar-container .uk-navbar .uk-navbar-center {
  display: inline;
  width: 100%;
}
.tm-header .uk-navbar-container .uk-navbar .uk-navbar-center .uk-navbar-nav li {
  position: relative;
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
}
.tm-header .uk-navbar-container .uk-navbar .uk-navbar-center .uk-navbar-nav li:last-child:after {
  content: none;
}
.tm-header .uk-navbar-container div#maximenuck103 ul.maximenuck .floatck .maximenuck2 li.level2 .nav-header {
  float: none !important;
  position: relative;
  text-decoration: none;
  outline: none;
  white-space: normal;
  filter: none;
  width: 96%;
  clear: both;
  text-shadow: none;
  color: #888;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #FFFFFF !important;
  padding-left: 12px !important;
  padding-right: 0 !important;
  margin: 0 12px !important;
}
.tm-header .uk-navbar-container div#maximenuck103 ul.maximenuck .floatck .maximenuck2 li.level2 .nav-header span.titreck {
  cursor: pointer;
}
.tm-header .uk-navbar-container div#maximenuck103 ul.maximenuck .floatck .maximenuck2 li.level2 .nav-header span.titreck-title {
  font-weight: 500;
  letter-spacing: 2px;
}

div[id^=maximenuck] {
  display: flex !important;
}
div[id^=maximenuck].maximenuckh {
  display: flex !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck {
  display: flex !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck a {
  margin: 0 !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1.parent > a:after {
  display: none !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1.parent > .separator:after {
  display: none !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 .separator {
  background: none;
  display: block;
  float: none !important;
  position: relative;
  text-decoration: none;
  outline: none;
  border: none;
  white-space: nowrap;
  filter: none;
  text-shadow: none;
  box-shadow: none;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 .separator .titreck {
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck.level1 .separator .titreck .titreck-text .titreck-title {
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  font-weight: 500;
  letter-spacing: 2px;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck a.maximenuck .titreck .titreck-text .titreck-title {
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  font-weight: 500;
  letter-spacing: 2px;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck.level2:hover {
  background-color: transparent !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck.level2 .nav-header {
  border-bottom: 1px solid #FFFFFF;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck.level2 .nav-header .titreck .titreck-text .titreck-title {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  line-height: 17px;
  min-height: 17px;
  transition: all 0.2s ease;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck.level2 a.maximenuck {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #FFFFFF !important;
  padding-left: 12px !important;
  padding-right: 0 !important;
  margin: 0 12px !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck.level2 a.maximenuck .titreck .titreck-text .titreck-title {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: none;
  line-height: 17px;
  min-height: 17px;
  transition: all 0.2s ease;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck:not(.headingck) {
  border-left: none !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck:not(.headingck):hover {
  border-left: none !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck .level3 {
  border-left: none !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck .level3:hover {
  border-left: none !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck .level3 a.maximenuck {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #505050 !important;
  margin-left: 0 !important;
  padding-left: 12px !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck .level3 a.maximenuck:hover {
  padding-left: 25px !important;
}
div[id^=maximenuck].maximenuckh ul.maximenuck li.maximenuck div.floatck .maxidrop-main div.maximenuck2 ul.maximenuck2 li.maximenuck .level3 a.maximenuck .titreck .titreck-text .titreck-title {
  text-transform: capitalize;
}

.tm-header-mobile .uk-navbar-container .uk-navbar .uk-navbar-left .uk-navbar-toggle .uk-navbar-toggle-icon {
  padding: 5px 0;
}
.tm-header-mobile .uk-navbar-container .uk-navbar .uk-navbar-left .uk-navbar-toggle .uk-navbar-toggle-icon svg {
  height: 40px;
  width: 40px;
  margin-left: 10px;
}

/* @end */
/* @group IMAGES */
.george-logo-bug {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.george-logo-bug:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.george-logo-bug img {
  padding-top: 8px;
}

/* @end */
/* @group COMPONENTS */
.ls-wp-container .ls-bg-outer .ls-bg-wrap:before {
  content: " ";
  background: url(../images/gridtile_3x3.png);
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 99 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ls-wp-container .uk-button.uk-button-primary:hover {
  background-color: #090355;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.ls-wp-container .uk-button.uk-button-secondary:hover {
  background-color: #c6101c;
  color: #FFFFFF;
  border: 1px solid transparent;
}

.eb-inst .eb-content {
  overflow: visible;
}

/* @end */
/* @group MODULES*/
.quick-contact-module .mod_jmg_sidebar_overlay.open {
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .quick-contact-module .mod_jmg_sidebar_wrapper.mod_jmg_sidebar_overlap, .quick-contact-module .mod_jmg_sidebar_wrapper.mod_jmg_sidebar_popup {
    height: calc(100vh - 95px);
  }
}
@media (max-width: 991px) {
  .quick-contact-module .mod_jmg_sidebar_wrapper.mod_jmg_sidebar_overlap, .quick-contact-module .mod_jmg_sidebar_wrapper.mod_jmg_sidebar_popup {
    top: 0;
  }
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_button_container .mod_jmg_sidebar_button:before {
  display: none;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_button_container .mod_jmg_sidebar_button .bgm-title-icon {
  font-size: 11px;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart {
  padding: 25px 15px;
  overflow-y: scroll;
  height: calc(100vh - 105px);
  /*@media (min-device-width: 300px) and (max-device-width: 900px) and (orientation: landscape)  { 
                   max-height: 10%;
              } */
  /*@media(min-width: 768px) and (max-width: 991px){
  	max-height: 43%;
  }
  @media(min-width: 768px) and (max-width: 991px) and (max-height: 375px){
  	max-height: 38%;
  }   
  @media (max-width: 767px){ 
                   max-height: 62%;
              } 
  @media(max-height: 360px){
  	max-height: 48%;
  }*/
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .uk-text-lead {
  color: #fff;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .body-cart {
  list-style-type: none;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .body-cart.uk-list-striped > :nth-of-type(even) {
  background: rgb(83, 83, 88);
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .body-cart.uk-list-striped > :nth-of-type(odd) {
  background: rgb(59, 59, 63);
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .body-cart .cart-item {
  font-size: 13px;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .body-cart .cart-item .bgm-removeItem svg {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .body-cart .cart-item .bgm-removeItem:hover {
  color: #bfbfbf;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .cart-message {
  font-size: 13px;
  text-align: center;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .cart-message .clear-cart {
  text-transform: uppercase;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .cart-message .clear-cart .bgm-removeall {
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlcart .bgm-cart-items .cart-message .clear-cart .bgm-removeall:hover {
  text-decoration: none;
  opacity: 0.7;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .send-a-quote {
  padding: 25px 15px 25px 15px;
  margin: 0px auto;
  display: block;
  text-align: center;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .send-a-quote .uk-button-secondary {
  background-color: #EF3340;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .send-a-quote .uk-button-secondary:hover {
  background-color: #FFFFFF;
  color: #EF3340;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform {
  overflow-y: scroll;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_scroll_1 {
  overflow: unset;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form .formRed {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 {
  padding-left: 0;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-label {
  color: #fff;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-label.uk-form-danger {
  color: #EF3340;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-controls input, .quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-controls textarea, .quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-controls select {
  font-size: 1rem;
  padding: 4px 10px;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-controls .uk-button-secondary:hover {
  background-color: #de1120;
  color: #fff;
  border: 1px solid transparent;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-controls .formValidation {
  display: none;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block .uk-form-controls input[type=text].uk-form-danger {
  border-color: #DDDDDD !important;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block.rsform-block-business-type .uk-form-controls label {
  padding-left: 0px;
  position: relative;
  font-size: 15px;
  color: #FFFFFF;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block.rsform-block-business-type .uk-form-controls label:first-child {
  margin-right: 10px;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block.rsform-block-business-type .uk-form-controls label.uk-form-danger {
  color: #EF3340;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block.rsform-block-business-type .uk-form-controls label .uk-checkbox {
  margin-right: 5px;
  background-color: #FFFFFF;
  opacity: 0;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block.rsform-block-business-type .uk-form-controls label .uk-checkbox:checked + label:before {
  background-image: none;
  content: "✓";
  color: #333;
  text-align: center;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block.rsform-block-business-type .uk-form-controls label::before {
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}
.quick-contact-module .mod_jmg_sidebar_wrapper .mod_jmg_sidebar_body .bgm-htmlform .mod_jmg_sidebar_container form fieldset .uk-grid .uk-width-12-12 .rsform-block.rsform-block-business-type .uk-form-controls label.bgm-active::before {
  content: "✓";
  text-align: center;
  color: #333;
}

.bgm-add2cart.uk-button-secondary.bgm-item-added {
  color: #242427;
  border-color: #242427;
  background-color: transparent;
}

.tm-toolbar .bgm_quick_cart {
  font-size: 11px;
  font-family: Almarai;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tm-toolbar .bgm_quick_cart a:hover {
  text-decoration: none;
}
.tm-toolbar .bgm_quick_cart a .cart_quantity {
  color: #EF3340;
}

/* @end */
/* @group PLUGINS*/
/* @end */
/* @group WIDGETS */
/* @end */
/* @group YT PRO ELEMENTS */
.uk-card.uk-card-default.no-border {
  border: none;
}

a.el-item {
  display: flex !important;
  flex-direction: column;
  align-content: space-between;
}
a.el-item .uk-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: stretch;
}
a.el-item .uk-card-body .uk-margin-top {
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  align-self: center;
}
a.el-item .uk-card-body .el-title {
  align-items: flex-start;
}

.segment-grid .uk-card-default:hover {
  border: 1px solid #e5e5e7;
}

/* @end */
/* @group PARTICLES */
/* @end */
/* @group FORMS */
.tm-toolbar .uk-search .uk-search-icon {
  margin-left: 10px;
}
.tm-toolbar .uk-search .uk-search-input {
  font-size: 15px;
  color: #10069F;
  background-clip: padding-box !important;
  padding-left: 40px !important;
  border: 1px solid #10069F;
}
.tm-toolbar .uk-search .uk-search-input:focus {
  border-color: #EF3340;
}

.uk-search-default .uk-search-input {
  border: 1px solid #10069F;
  padding-left: 20px !important;
}
.uk-search-default .uk-search-input:focus {
  border: 1px solid #EF3340;
}

.uk-offcanvas-bar .uk-search .uk-search-icon {
  margin-left: 10px;
}
.uk-offcanvas-bar .uk-search .uk-search-input {
  font-size: 15px;
  background-clip: padding-box !important;
  padding-left: 40px !important;
  border: 1px solid;
}
.uk-offcanvas-bar .uk-search .uk-search-input:focus {
  border-color: #FFFFFF !important;
}

.bgm-search .uk-search input {
  border-color: #10069F;
}
.bgm-search .uk-search input:focus {
  border-color: #EF3340;
}
.bgm-search .uk-search input.uk-search-input {
  padding-left: 46px !important;
}
.bgm-search .uk-search .uk-search-icon {
  margin-left: 10px;
}

form.contact-form .formRed {
  text-align: center;
}
form.contact-form .uk-form-stacked .uk-input, form.contact-form .uk-form-stacked .uk-textarea {
  border: 1px solid #10069F;
}
form.contact-form .uk-form-stacked .uk-grid {
  margin: 15px;
}
form.contact-form .uk-form-stacked .uk-grid .rsform-block .uk-form-label {
  font-family: Almarai;
  font-size: 15px;
  font-weight: 400;
}
form.contact-form .uk-form-stacked .uk-grid .uk-form-controls span.formValidation {
  display: none;
}
form.contact-form .uk-form-stacked .uk-grid .rsform-block-newsletter .uk-form-label {
  display: inline-block;
}
form.contact-form .uk-form-stacked .uk-grid .rsform-block-newsletter .uk-form-controls {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#quick-contact-form .rsform-block .uk-form-label {
  color: #FFFFFF;
}

.eb-container #quick-contact-form .rsform-block .uk-form-label {
  color: #303033;
}
.eb-container #quick-contact-form .rsform-block .uk-form-controls input {
  border: 1px solid #dce0e1;
  background-color: #FFFFFF;
}
.eb-container #quick-contact-form .rsform-block.rsform-type-checkboxgroup .uk-form-controls label {
  margin-right: 20px;
}
.eb-container #quick-contact-form .rsform-block.rsform-type-checkboxgroup .uk-checkbox {
  background-color: #FFFFFF;
  margin-right: 5px;
}
.eb-container #quick-contact-form .rsform-block.rsform-type-checkboxgroup .uk-checkbox:checked {
  background-image: none;
  background-color: #EF3340;
}

.special-offers .uk-section-primary:not(.uk-preserve-color) .uk-input, .special-offers .uk-section-primary:not(.uk-preserve-color) .uk-textarea {
  background-color: rgba(255, 255, 255, 0.2);
}
.special-offers .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* @end */
/* @group TABLES */
/* @end */
/* @group PAGES */
.bgm-products h2 a:hover {
  text-decoration: underline !important;
}

.sub-category .uk-panel .el-link.uk-button {
  float: right;
}

.bgm-products .uk-accordion .uk-accordion-content .el-item .uk-leader .uk-leader-fill:after {
  display: none;
}

.contact-grid .el-link {
  font-size: 20px;
  font-weight: bold;
}

#jmap_sitemap h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}
#jmap_sitemap .jmapcolumn .treeview .collapsable .hitarea {
  display: none;
}
#jmap_sitemap .jmapcolumn .treeview .collapsable .folder {
  display: none;
}

body.farmlock-offer, body.special-offers {
  /* Form */
}
body.farmlock-offer .top-heading.uk-heading-large, body.special-offers .top-heading.uk-heading-large {
  font-weight: 900;
  font-family: arial;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  body.farmlock-offer .top-heading.uk-heading-large, body.special-offers .top-heading.uk-heading-large {
    font-size: 5.5rem;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .top-heading.uk-heading-large, body.special-offers .top-heading.uk-heading-large {
    font-size: 2.5rem;
  }
}
body.farmlock-offer .second-heading.uk-heading-medium, body.special-offers .second-heading.uk-heading-medium {
  font-weight: 900;
  font-family: arial;
  margin-top: 0;
}
@media (min-width: 1200px) {
  body.farmlock-offer .second-heading.uk-heading-medium, body.special-offers .second-heading.uk-heading-medium {
    font-size: 3.88rem;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1199px) {
  body.farmlock-offer .second-heading.uk-heading-medium, body.special-offers .second-heading.uk-heading-medium {
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .second-heading.uk-heading-medium, body.special-offers .second-heading.uk-heading-medium {
    font-size: 2.5rem;
    margin: 15px 0;
  }
}
body.farmlock-offer .pallet-special, body.special-offers .pallet-special {
  font-weight: 900;
  font-family: arial;
  line-height: 1;
}
@media (max-width: 480px) {
  body.farmlock-offer .pallet-special, body.special-offers .pallet-special {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  body.farmlock-offer .wa-map img, body.special-offers .wa-map img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .wa-map img, body.special-offers .wa-map img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.farmlock-offer .main-price, body.special-offers .main-price {
  font-weight: 900;
  font-family: Oswald;
  letter-spacing: -10px;
  margin-top: 0;
  text-shadow: 14px 14px 15px rgba(150, 150, 150, 0.75);
}
@media (min-width: 1200px) {
  body.farmlock-offer .main-price.uk-heading-2xlarge, body.special-offers .main-price.uk-heading-2xlarge {
    font-size: 15rem;
  }
}
@media (max-width: 1199px) {
  body.farmlock-offer .main-price.uk-heading-2xlarge, body.special-offers .main-price.uk-heading-2xlarge {
    font-size: 12rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .main-price.uk-heading-2xlarge, body.special-offers .main-price.uk-heading-2xlarge {
    font-size: 10rem;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  body.farmlock-offer .farmlock-img, body.special-offers .farmlock-img {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  body.farmlock-offer .farmlock-img, body.special-offers .farmlock-img {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.farmlock-offer .gst, body.special-offers .gst {
  font-weight: 900;
  font-family: arial;
  margin-top: 0;
}
body.farmlock-offer .brand-blue .uk-card-primary, body.special-offers .brand-blue .uk-card-primary {
  color: #FFFFFF;
  background: #10069F;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
body.farmlock-offer .brand-blue .uk-card-primary h2.uk-heading-xlarge, body.special-offers .brand-blue .uk-card-primary h2.uk-heading-xlarge {
  font-weight: 900;
  font-family: Oswald;
  margin-top: 20px;
  margin-bottom: 0;
}
body.farmlock-offer .brand-blue .uk-card-primary h3.uk-h3, body.special-offers .brand-blue .uk-card-primary h3.uk-h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  font-family: helvetica;
}
body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel, body.special-offers .brand-blue .uk-card-primary .sixth-panel {
  padding-top: 60px;
  padding-bottom: 20px;
  margin-left: 0;
}
@media (max-width: 960px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel, body.special-offers .brand-blue .uk-card-primary .sixth-panel {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel, body.special-offers .brand-blue .uk-card-primary .sixth-panel {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .oswald, body.special-offers .brand-blue .uk-card-primary .sixth-panel .oswald {
  font-family: Oswald;
  font-weight: 900;
}
@media (max-width: 960px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel h2.uk-heading-small, body.special-offers .brand-blue .uk-card-primary .sixth-panel h2.uk-heading-small {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel h2.uk-heading-small, body.special-offers .brand-blue .uk-card-primary .sixth-panel h2.uk-heading-small {
    font-size: 4rem;
  }
}
body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .uk-first-column, body.special-offers .brand-blue .uk-card-primary .sixth-panel .uk-first-column {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 960px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .uk-first-column, body.special-offers .brand-blue .uk-card-primary .sixth-panel .uk-first-column {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .uk-first-column, body.special-offers .brand-blue .uk-card-primary .sixth-panel .uk-first-column {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
  }
}
body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .second-column, body.special-offers .brand-blue .uk-card-primary .sixth-panel .second-column {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  border-left: 1px solid #FFFFFF;
}
@media (max-width: 960px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .second-column, body.special-offers .brand-blue .uk-card-primary .sixth-panel .second-column {
    border-left: none;
    border-bottom: none;
  }
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .second-column .uk-text-lead, body.special-offers .brand-blue .uk-card-primary .sixth-panel .second-column .uk-text-lead {
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .second-column, body.special-offers .brand-blue .uk-card-primary .sixth-panel .second-column {
    border-left: none;
    border-bottom: none;
  }
  body.farmlock-offer .brand-blue .uk-card-primary .sixth-panel .second-column .uk-text-lead, body.special-offers .brand-blue .uk-card-primary .sixth-panel .second-column .uk-text-lead {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  body.farmlock-offer .brand-blue .uk-card-primary.uk-card-body, body.special-offers .brand-blue .uk-card-primary.uk-card-body {
    padding: 40px 20px;
  }
}
body.farmlock-offer .uk-section.brand-red, body.special-offers .uk-section.brand-red {
  background: #EF3340;
}
body.farmlock-offer .uk-section.brand-red .cta-first-heading, body.special-offers .uk-section.brand-red .cta-first-heading {
  font-weight: 900;
  font-family: helvetica;
}
body.farmlock-offer .uk-section.brand-red .cta-second-heading, body.special-offers .uk-section.brand-red .cta-second-heading {
  font-family: helvetica;
}
body.farmlock-offer .uk-section.brand-red .cta-third-heading, body.special-offers .uk-section.brand-red .cta-third-heading {
  font-family: helvetica;
  letter-spacing: -2px;
}
@media (max-width: 480px) {
  body.farmlock-offer .uk-section.brand-red .cta-third-heading.uk-heading-xlarge, body.special-offers .uk-section.brand-red .cta-third-heading.uk-heading-xlarge {
    font-size: 3.5rem;
  }
}
body.farmlock-offer .uk-section.brand-red .uk-form-controls input, body.farmlock-offer .uk-section.brand-red .uk-form-controls .uk-textarea, body.special-offers .uk-section.brand-red .uk-form-controls input, body.special-offers .uk-section.brand-red .uk-form-controls .uk-textarea {
  background-color: #FFFFFF;
  color: #303033;
}
body.farmlock-offer form .uk-button-primary:hover, body.special-offers form .uk-button-primary:hover {
  background-color: #10069F !important;
}
body.farmlock-offer form .formRed, body.special-offers form .formRed {
  color: #303033;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
body.farmlock-offer form .uk-form-danger, body.special-offers form .uk-form-danger {
  background-color: #fac1c5 !important;
}

.eb-popup a:hover {
  text-decoration: none;
}

#promotion-modal {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#promotion-modal.farmlock-offer.uk-grid .first-heading {
  font-family: Oswald;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 480px) {
  #promotion-modal.farmlock-offer.uk-grid .first-heading {
    font-size: 23px;
  }
}
#promotion-modal.farmlock-offer.uk-grid .second-heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 480px) {
  #promotion-modal.farmlock-offer.uk-grid .second-heading {
    font-size: 23px;
  }
}
#promotion-modal.farmlock-offer.uk-grid .third-heading {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 480px) {
  #promotion-modal.farmlock-offer.uk-grid .third-heading {
    font-size: 23px;
  }
}
#promotion-modal.farmlock-offer.uk-grid .fouth-heading {
  font-family: Oswald;
  font-weight: 900;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 480px) {
  #promotion-modal.farmlock-offer.uk-grid .fouth-heading {
    padding-right: 33px;
  }
}
#promotion-modal.farmlock-offer.uk-grid .price {
  font-family: Oswald;
  font-weight: 900;
  font-size: 15rem;
  letter-spacing: -10px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 10px 7px 10px rgba(150, 150, 150, 0.75);
}
@media (max-width: 480px) {
  #promotion-modal.farmlock-offer.uk-grid .price {
    font-size: 10rem;
    letter-spacing: -5px;
    text-align: center;
    text-shadow: 10px 7px 10px rgba(150, 150, 150, 0.75);
  }
}
@media (max-width: 480px) {
  #promotion-modal.farmlock-offer.uk-grid img.brand-logo {
    display: none;
  }
}
@media (max-width: 480px) {
  #promotion-modal.farmlock-offer.uk-grid .column-two {
    margin-top: 0;
  }
  #promotion-modal.farmlock-offer.uk-grid .column-two img.farmlock-wire {
    max-height: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}

#news p a {
  color: #10069F;
}

/* @end */

/*# sourceMappingURL=/templates/yootheme_dts/css/custom.css.map */