/* ------------------------------
Angular Style
-------------------------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/* ------------------------------
Import separate stylesheets
-------------------------------*/
/* ------------------------------
Helpers
--------------------------------*/
/* responsive iframe */
/* line 9, ../scss/_helpers.scss */
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.hero-banner video.background-video {
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .hero-banner video {
        display: none
    }
    
    .hero-banner video.background-video+div {
        display:block !important;
    }
}

/* line 17, ../scss/_helpers.scss */
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* zoom effect */
/* line 26, ../scss/_helpers.scss */
.zoom {
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* line 35, ../scss/_helpers.scss */
.zoom:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.5, M12=-0, M21=0, M22=1.5);
}

/* ------------------------------
Top
--------------------------------*/
/* line 9, ../scss/top.scss */
.logo {
  background-image: url(../images/default/logo--orange.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -999px;
}
/* line 15, ../scss/top.scss */
.logo--main {
  width: 140px;
  height: 65px;
  float: left;
  margin: 1rem 0;
}

/* line 23, ../scss/top.scss */
.search-actions {
  float: right;
  overflow: hidden;
  display: flex;
  width: 60%;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 31, ../scss/top.scss */
.search-actions .styled-input {
  display: none;
}
@media (min-width: 1024px) {
  /* line 31, ../scss/top.scss */
  .search-actions .styled-input {
    display: block;
  }
}
/* line 37, ../scss/top.scss */
.search-actions span {
  width: 1px;
  height: 100px;
  float: left;
}
/* line 43, ../scss/top.scss */
.search-actions a.find-stockist {
  display: block;
  float: right;
  background: url(../images/default/find-stockist.png) center top no-repeat;
  text-align: center;
  background-size: 35px 137px;
  color: #232323;
  font-size: 0.875em;
  padding: 40px 0 0 0;
  margin: 10px 20px 0 20px;
  min-width: 40px;
  font-family: helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  white-space: nowrap;
}
/* line 57, ../scss/top.scss */
.search-actions a.find-stockist:hover {
  text-decoration: none;
}

/* line 63, ../scss/top.scss */
.hero-banner {
  background-repeat: repeat;
  height: auto;
  position: relative;
  padding-top: 2rem;
      min-height: 250px;
  background-size:cover;
  background-repeat:none;
}
@media (min-width: 1024px) {
  /* line 63, ../scss/top.scss */
  .hero-banner {
    padding-top: 0;
  }
}
/* line 71, ../scss/top.scss */
.hero-banner .container, .hero-banner .row, .hero-banner .row > div {
  height: 100%;
}
@media (min-width: 1024px) {
  /* line 63, ../scss/top.scss */
  .hero-banner {
    height: 550px;
  }
}
/* line 77, ../scss/top.scss */
.hero-banner .banner-component {
  display: flex;
  align-items: center;
}
/* line 80, ../scss/top.scss */
.hero-banner .banner-component .hero-module {
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 80, ../scss/top.scss */
  .hero-banner .banner-component .hero-module {
    text-align: left;
  }
}
/* line 85, ../scss/top.scss */
.hero-banner .banner-component .hero-module .pre-title {
  color: #E75F24;
  font-family: "Futura LT W01 Extra Bold";
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2.29px;
  font-weight: 800;
  text-transform: uppercase;
}
/* line 93, ../scss/top.scss */
.hero-banner .banner-component .hero-module h2 {
  text-transform: uppercase;
  font-size: 68px;
  font-size: 4.25rem;
  color: #ffffff;
  margin-top: 0.5rem;
  line-height: 4rem;
}
/* line 100, ../scss/top.scss */
.hero-banner .banner-component .hero-module p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 1rem 0 2rem 0;
}
/* line 107, ../scss/top.scss */
.hero-banner img.hero-img {
  width: 75%;
  margin: 5rem auto 0;
  display: block;
}
@media (min-width: 1024px) {
  /* line 107, ../scss/top.scss */
  .hero-banner img.hero-img {
    margin: 0;
    width: auto;
    position: absolute;
    bottom: 0;
  }
}

/* ------------------------------
Headers
--------------------------------*/
/* ------------------------------
Primary nav
--------------------------------*/
/* line 10, ../scss/primary-nav.scss */
.site-nav.site-nav--global {
  background: #232323;
}
/* line 13, ../scss/primary-nav.scss */
.site-nav.site-nav--global nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 17, ../scss/primary-nav.scss */
.site-nav.site-nav--global nav > ul > li {
  float: left;
}
/* line 19, ../scss/primary-nav.scss */
.site-nav.site-nav--global nav > ul > li > a {
  display: block;
  color: #ffffff;
  padding: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
 font-family: helvetica, sans-serif;
 font-weight:700;
}
/* line 25, ../scss/primary-nav.scss */
.site-nav.site-nav--global nav > ul > li > a:hover {
  text-decoration: none;
  background: #E75F24;
  color: #ffffff;
}
/* line 31, ../scss/primary-nav.scss */
.site-nav.site-nav--global nav > ul > li:last-child {
  float: right;
  display: none;
}
@media (min-width: 768px) {
  /* line 31, ../scss/primary-nav.scss */
  .site-nav.site-nav--global nav > ul > li:last-child {
    display: block;
  }
}
/* line 37, ../scss/primary-nav.scss */
.site-nav.site-nav--global nav > ul > li:last-child .download--pdf {
  background-image: url(../images/default/download-pdf--white.png);
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 16px;
  padding-left: 3rem;
}

/* line 53, ../scss/primary-nav.scss */
.open-nav .site-nav--global:after {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 50vh;
  z-index: 1;
  position: fixed;
  bottom: 0;
}

/* 
.mega-nav {
  position: absolute;
  display: none;
  z-index: 3;
  background: #ffffff;
  width: 100%;
  left: 0;
  height: auto;
}
.mega-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mega-nav ul li h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Helvetica LT W01 Bold Cond";
  color: #E75F24;
}
.mega-nav ul li a {
  color: #232323;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1rem 0 0 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .mega-nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
  }
}
.mega-nav ul li a:hover {
  text-decoration: none;
  color: #E75F24;
}
.mega-nav ul.popular-tools {
  background: #E75F24;
}
.mega-nav ul.popular-tools li h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Helvetica LT W01 Bold Cond";
}
.mega-nav ul.popular-tools li a {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .mega-nav ul.popular-tools li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
  }
}
.mega-nav ul.popular-tools li a:hover {
  text-decoration: none;
  color: #232323;
}
.mega-nav .nav-search {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .mega-nav .nav-search {
    margin: 2rem 1rem;
  }
}
.mega-nav .primary-row {
  margin-bottom: 2rem;
  clear: both;
  overflow: hidden;
}
.mega-nav .hidden-elems {
  visibility: hidden;
  display: none;
}
.mega-nav .product-node {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .mega-nav .product-node {
    margin-bottom: 0;
  }
}
 */
 
/* line 144, ../scss/primary-nav.scss */
.filter-results {
  display: none;
}
/* line 146, ../scss/primary-nav.scss */
.filter-results a {
  display: block;
  color: #232323;
}

/* line 152, ../scss/primary-nav.scss */
.popular {
  padding: 2rem;
}
@media (min-width: 1024px) {
  /* line 152, ../scss/primary-nav.scss */
  .popular {
    padding: 2rem 0;
  }
}
/* line 157, ../scss/primary-nav.scss */
.popular h4 {
  padding-top: 0rem;
  margin: 0 0 1rem 0;
  font-family: helvetica, sans-serif;
  font-weight:600;
  color: #ffffff;
}
/* line 163, ../scss/primary-nav.scss */
.popular:before {
  top: 0;
  height: 100vh;
  width: 200vw;
  background: #E75F24;
  content: '';
  position: absolute;
  right: -100vw;
  z-index: -2;
}
@media (min-width: 1024px) {
  /* line 163, ../scss/primary-nav.scss */
  .popular:before {
    width: 100vw;
    right: 0;
  }
}

/* line 180, ../scss/primary-nav.scss */
.mega-nav .listings h4 {
  font-family: helvetica, sans-serif;
  font-weight:600;
  color: #E75F24;
}
/* line 184, ../scss/primary-nav.scss */
.mega-nav .listings:before {
  height: 100vh;
  width: 200vw;
  background: #fff;
  content: '';
  position: absolute;
  left: -100vw;
  z-index: -1;
}
@media (min-width: 1024px) {
  /* line 184, ../scss/primary-nav.scss */
  .mega-nav .listings:before {
    width: 100vw;
    left: 0;
  }
}

/* line 202, ../scss/primary-nav.scss */
.primary-row > div, .secondary-row > div {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 202, ../scss/primary-nav.scss */
  .primary-row > div, .secondary-row > div {
    padding: 0 15px;
  }
}

/* ------------------------------
Panels
--------------------------------*/
/* ***** RESPONSIVE PANEL PADDING ***** */
/* line 11, ../scss/panels.scss */
.panel-padding {
  width: 100%;
  overflow: hidden;
  margin: 80px 0 0 0;
}

@media screen and (max-width: 1199px) {
  /* line 12, ../scss/panels.scss */
  .panel-padding {
    width: 100%;
    overflow: hidden;
    margin: 80px 0 80px 0;
  }
}
@media screen and (max-width: 991px) {
  /* line 13, ../scss/panels.scss */
  .panel-padding {
    width: 100%;
    overflow: hidden;
    margin: 60px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 14, ../scss/panels.scss */
  .panel-padding {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 40px 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 15, ../scss/panels.scss */
  .panel-padding {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 30px 0;
  }
}
/* ***** PANEL CONTENT ***** */
/* ------------------------------
Cards
--------------------------------*/
/* ------------------------------
Footer
--------------------------------*/
/* ------------------------------
Signoff
--------------------------------*/
/* ------------------------------
Modals
--------------------------------*/
/* line 9, ../scss/modals.scss */
.component {
  padding: 3rem 0;
}
/* line 13, ../scss/modals.scss */
.component .component-title {
  text-align: center;
  padding-bottom: 3rem;
}
/* line 16, ../scss/modals.scss */
.component .component-title h3 {
  font-size: 32px;
  font-size: 2rem;
  color: #E75F24;
  text-transform: uppercase;
}
/* line 21, ../scss/modals.scss */
.component .component-title p {
  font-size: 16px;
  font-size: 1rem;
}
/* line 26, ../scss/modals.scss */
.component.popular-tools {
  padding: 3rem 0 0 0;
}
/* line 30, ../scss/modals.scss */
.component.popular-tools .col-md-3:last-child .product-item {
  margin-bottom: 0;
}
/* line 34, ../scss/modals.scss */
.component.popular-tools a.product-item {
  border-radius: 3px;
  display: block;
  border: 1px solid #b2b2b2;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  /* line 34, ../scss/modals.scss */
  .component.popular-tools a.product-item {
    margin-bottom: 0;
  }
}
/* line 42, ../scss/modals.scss */
.component.popular-tools a.product-item:hover {
  text-decoration: none;
}
/* line 44, ../scss/modals.scss */
.component.popular-tools a.product-item:hover .view-product {
  transform: translateY(-5px);
}
/* line 48, ../scss/modals.scss */
.component.popular-tools a.product-item .product-item-image {
  padding: 1rem;
}
/* line 50, ../scss/modals.scss */
.component.popular-tools a.product-item .product-item-image img {
  margin: 0 auto;
  display: block;
  
      max-height: 120px;
      
  max-width: 150px;
}
/* line 56, ../scss/modals.scss */
.component.popular-tools a.product-item .product-meta {
  border-top: 1px solid #b2b2b2;
  padding: 1rem;
  overflow: hidden;
  background: #f4f4f4;
}
/* line 61, ../scss/modals.scss */
.component.popular-tools a.product-item .product-meta .product-title {
    color: #E75F24;
    font-size: 1rem;
    font-family: helvetica, sans-serif;
    margin: 0 0 10px 0;
    float: none;
    min-height: 50px;
    font-weight: 600;
    letter-spacing: .5px;
}
/* line 65, ../scss/modals.scss */
.component.popular-tools a.product-item .product-meta .product-ref {
  color: #232323;
  font-family: helvetica, sans-serif;
}
/* line 69, ../scss/modals.scss */
.component.popular-tools a.product-item .product-meta .view-product {
  float: right;
}
/* line 78, ../scss/modals.scss */
.component.find-stockist .find-stockist-module {
  background-image: url(../images/uploads/stockist-bg.png);
  background-size: cover;
  padding: 2rem;
}
/* line 82, ../scss/modals.scss */
.component.find-stockist .find-stockist-module h4 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 2rem 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 82, ../scss/modals.scss */
  .component.find-stockist .find-stockist-module h4 {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  /* line 82, ../scss/modals.scss */
  .component.find-stockist .find-stockist-module h4 {
    max-width: 40%;
  }
}
/* line 99, ../scss/modals.scss */
.component.hot-tools {
  padding: 0;
  background: url(../images/default/hot-tools-bg.png);
  background-size: cover;
  padding-bottom: 5rem;
  position: relative;
  background-position:50% 50%;
}
/* line 105, ../scss/modals.scss */
.component.hot-tools [class*=' col-'] {
  z-index: 1;
}
/* line 106, ../scss/modals.scss */
.component.hot-tools .hot-tools-title {
  background: #505050;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  padding: 0.75rem 1rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.3px;
}
/* line 116, ../scss/modals.scss */
.component.hot-tools .ergo-icon {
  display: block;
  width: 120px;
  margin: 3rem 0 2rem 0;
}
/* line 121, ../scss/modals.scss */
.component.hot-tools h4 {
  font-size: 58px;
  font-size: 3.625rem;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 126, ../scss/modals.scss */
.component.hot-tools p {
  color: #ffffff;
  margin: 2rem 0;
}
/* line 130, ../scss/modals.scss */
.component.hot-tools a.shop-all {
  color: #ffffff;
  display: inline-block;
  margin-left: 1rem;
  font-weight: 700;
  font-family: helvetica, sans-serif;
}
/* line 137, ../scss/modals.scss */
.component.hot-tools .hot-tools-image {
  height: 100%;
  position: absolute;
  right: 0;
  width: 680px;
  bottom: 0;
  z-index: 0;
  display: none;
}
@media (min-width: 1024px) {
  /* line 137, ../scss/modals.scss */
  .component.hot-tools .hot-tools-image {
    display: block;
  }
}
/* line 148, ../scss/modals.scss */
.component.hot-tools .hot-tools-image img {
  height: 100%;
}
/* line 154, ../scss/modals.scss */
.component.seasonal-campaign {
  padding: 3rem 0 0 0;
}
/* line 156, ../scss/modals.scss */
.component.seasonal-campaign .campaign-title {
  background: #505050;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  padding: 0.75rem 1rem;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  position: absolute;
  top: 0;
  left: 2.5rem;
}
/* line 169, ../scss/modals.scss */
.component.seasonal-campaign .campaign-image {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  /* line 169, ../scss/modals.scss */
  .component.seasonal-campaign .campaign-image {
    margin-bottom: 0rem;
  }
}
/* line 179, ../scss/modals.scss */
.component.central-campaign .central-campaign-module {
  background-image: url(../images/uploads/stockist-bg.png);
  background-size: cover;
  padding: 2rem;
}
/* line 183, ../scss/modals.scss */
.component.central-campaign .central-campaign-module h4 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 2rem 0;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 183, ../scss/modals.scss */
  .component.central-campaign .central-campaign-module h4 {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  /* line 183, ../scss/modals.scss */
  .component.central-campaign .central-campaign-module h4 {
    max-width: 40%;
  }
}
/* line 201, ../scss/modals.scss */
.component.industries {
  padding: 3rem 0 0 0;
}
/* line 204, ../scss/modals.scss */
.component.industries a img {
  display: block;
  width: 100%;
}
/* line 208, ../scss/modals.scss */
.component.industries a:hover {
  text-decoration: none;
}
/* line 211, ../scss/modals.scss */
.component.industries a h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: block;
  color: #232323;
  font-family: helvetica, sans-serif;
  font-weight:700;
}

/* ------------------------------
Rich Text Editor
--------------------------------*/
/* line 25, ../scss/rte.scss */
.rte p strong {
  font-weight: bold;
}
/* line 32, ../scss/rte.scss */
.rte img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
Main
--------------------------------*/



.component.seasonal-campaign{
    margin-bottom:15px;
}
.component.seasonal-campaign a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10% 2.5rem;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 180px;
   
}

.component.seasonal-campaign a:hover, .component.seasonal-campaign a:focus, .component.seasonal-campaign a:active{
    text-decoration:none;
}

.component.seasonal-campaign h2{
   color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0px; 
}


.component.seasonal-campaign .bind span, .component.seasonal-campaign .bind p{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: 0px; 
    margin-bottom:5px;
}

.component.seasonal-campaign{margin-bottom:20px;}
.component.seasonal-campaign .bind{
     padding-right: 120px;
     padding-top:20px;
}

@media (min-width: 768px) {
    .component.seasonal-campaign .bind{
     padding-right: 160px;
}
   
}

@media (min-width: 1024px) {
    .component.seasonal-campaign a{
        min-height: 280px; 
    }
   
    .component.seasonal-campaign .bind{
     padding-right: 160px;
}
   
}

@media (min-width: 1190px) {
    .component.seasonal-campaign .bind{
     padding-right: 180px;
     padding-top:40px;
}

.component.seasonal-campaign h2{
    font-size: 22px;
}
   
}

/* ========== Mobile Review 2019 fixes =============*/
@media only screen and (max-width: 600px) {
    .hero-banner {
        height: 475px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        background-color: #1c1c1c;
        display: flex;
        align-items: flex-end;
    }
    .hero-banner .container {
        height: auto;
        margin-bottom: 20px;
    }
    .storage-hub .hero-banner {
        height: auto;
    }
    
    
    .segment-banner {
        height: 200px;
    }
    .segment-banner .banner-image {
        height: 100%;
    }
    .segment-banner .banner-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: right;
    }
    
    .storage-hub .ico-nav ul li:first-child {
        padding-left: 0px;
    }
    
    .storage-hub .ico-nav ul li:last-child {
        padding-right: 0px;
    }
    
    .special-trolley img {
        max-width: 100%;
    }
    
    .product-landing .hero-banner.img-only {
        height: 100px;
        min-height: unset;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
    }
    
    .product-landing .hero-banner.img-only:before {
        content: none;
    }
    
    .segment-product-features-innovation.left .segment-product-features-innovation-info {
        width: 100%;
    }
    
    .hot-spot-wrap {
        width: 100%;
        text-align: center;
    }
    
    .banner-with-text-overlay-banner .banner-image img {
        height: 100%;
    }
    
    .timeline .time-event.left-area .event-details {
        padding-left: 40px;
    }
    
    .timeline .time-event.right-area .event-details {
        padding-right: 40px;
    }
    
    .quick-view-panel {
        width: 90%;
        min-width: unset;
        top: 50px;
    }
    
    .quick-view-panel .panel-details {
        padding: 20px;
    }
    
    .quick-view-panel #product-imagery {
        width: 100%;
        float: left;
    }
    
    .quick-view-panel .product-details {
        width: 100%;
        float: left;
    }
    
    .quick-view-panel .product-details .product-actions {
        border-top: 0px;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 130px;
    }
    
    .sna-europe .timeline-partners .event .event-image {
        width: 100%;
    }
    
    .sna-europe .timeline-partners .event .event-details p {
        font-size: 1em;
    }
    
    .sub-cat-list ul li a .cat-img {
        width: 100%;
    }
    
    .prod-list ul li h3 {
        margin-bottom: 5px;
    }
    
    .prod-list a.btn {
        float: left;
        margin-top: 15px;
    }
    
}