/*******************
GLOBAL
*******************/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,600);


.container {
    background-color: none;

}

/*
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 0px;
	padding-right: 15px;
}

*/

/********
GENERAL
*********/

body {

}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 5em;
    /*letter-spacing: -0.1em;*/
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3.8em;

}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 2em;

}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 0px;
    opacity: 0.5;
}

a {
  transition: all 0.3s ease;
}

a:link, a:visited {
    color: #4699ca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #7fc8f3;
    text-decoration: none;
}

p {
    line-height: 2em;
    font-weight: 300;
    padding-bottom: 20px;
}

ol, ul {
  padding: 0;
}

/* layout */

.content-header {
  padding-top: 125px;
  background-size: cover;
}

/*For links with icons*/

.icon-link {
    vertical-align: bottom;
``
}

.responsive-menu {
    display: none;
}



/*/////////////////////////////
MAIN NAV
//////////////////////////////*/

.nav-wrapper {
  position: absolute;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: inset 0px 100px 100px -50px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 100px 100px -50px rgba(0,0,0,0.3);
  box-shadow: inset 0px 100px 100px -50px rgba(0,0,0,0.3);
}

.nav-wrapper .top-spacer {
    margin-top: 25px;
}

@media (max-width: 768px) {
    .nav-wrapper .top-spacer {
        margin-top: 15px;
    }
}

/*/////////////////////////////
HOMEPAGE SLIDER
//////////////////////////////*/

#block-mainpagecontent {
  height: 100%;
}

.carousel {
  height: 100%;
}
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/*/////////////////////////////
/PARALLAX/
//////////////////////////////*/


.parallax-wrapper {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #000000 0%, #31444f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #000000 0%,#31444f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #000000 0%,#31444f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#31444f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.parallax {
  position: relative;
  height: 150%;
}

.parallax__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#slide-1 .parallax__bg {
  background:url('/themes/hoshizakisimple/images/fish-in-ice.png');
  background-size:cover;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#slide-2 .parallax__bg {
  background:url('/themes/hoshizakisimple/images/ice-machines-top-bg.jpg');
  background-size: cover;
}

/* Large screen layout
--------------------------------------------- */

@media screen and (min-width: 45em) {

  /* parallax */
  /* @supports ((perspective: 1px) and (not (-webkit-overflow-scrolling: touch))) { */
    /* @supports ((perspective: 1px)) { */
    html, body {
      overflow-x: hidden;
      height:100%;
    }

    /* Fix paint issues in Edge && Safari H/W acceleration */
    body {
      transform: translateZ(0px);
      -ms-transform: translateZ(0px);
      -webkit-transform: translateZ(0px);
    }

    .parallax-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      perspective: 300px;
      perspective-origin: 100% 100%;
    }
    .parallax, .parallax__content {
      transform-style: preserve-3d;
      transform: translateZ(0); /* Safari H/W acceleration */
      -ms-transform: translateZ(0); /* IE 9 */
      -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    }
    .parallax__bg {
      transform: translateZ(-150px) scale(1.5);
      -ms-transform: translateZ(-150px) scale(1.5); /* IE 9 */
      -webkit-transform: translateZ(-150px) scale(1.5); /* Chrome, Safari, Opera */
      transform-origin: 100% 100%;
    }
  /* } */
}


/*/////////////////////////////
HOMEPAGE PANELS
//////////////////////////////*/

.hz-panels {
  width: 100%;
  height: 100%;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #000000 0%, #31444f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #000000 0%,#31444f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #000000 0%,#31444f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#31444f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hz-panel {
  transition: width 0.5s ease;
  width: calc(100% / 3);
  height: 100%;
  position: relative;
  float: left;
  display: block;
  background-size: cover;
}

.hz-panel-1, .hz-panel-3 {
  width: 20%;
}

.hz-panel-2 {
  width: 60%;
}

.hz-panel-welcome {
  position: absolute;
  color: white;
  z-index: 10;
  width: 100%;
  top: 30%;
  font-size: 32px;
  transition: opacity 0.3s ease;
  padding: 0 30px;
}

.hz-panel-welcome .list-inline {
  text-align: center;
}

.hz-panel-welcome p {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4em;;
}

.hz-panel-welcome.closed {
  opacity: 0;
}

.hz-panel-heading {
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 75%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
  color: white;
  font-size: 1.2em;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  opacity: 1;
}
.hz-panel-open {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 75%;
  left: 50%;

  transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%); /* IE 9 */
  -webkit-transform: translate(-50%, 70%); /* Chrome, Safari, Opera */

  background-image: url(../images/icon_plus.png);
  background-size: cover;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
.hz-panel-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.hz-panel-overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  transition: all 0.5s ease;
  opacity: 1;
}

.hz-panel-content {
  position: relative;
  height: 100%;
}

.hz-panel-content .header-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
  max-width: 600px;
  z-index: 3;
}
/* @media screen and (max-width: 768px){
    .hz-panel-content .header-content {
        top: 20%;
    }
} */

.hz-panel-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

/* Panel states */

.hz-panel.open {
  width: 80%;
}

.hz-panel.open .hz-panel-open {
  opacity: 0;
}

.hz-panel.open .hz-panel-overlay {
  background: rgba(0,0,0,0);
  z-index: -1;
}

.hz-panel.open .hz-panel-link {
  z-index: 0;
}

.hz-panel.closed {
  width: 10%;
}

.hz-panel.open .hz-panel-heading {
  opacity: 0;
}


@media (max-width: 1600px) {
  .hz-panel.closed .hz-panel-heading {
    opacity: 0;
  }
}
/* Panel specific */

.hz-panel-1 .hz-panel-bg {
  background-color: #f5f5f5;
  background-image: url('/themes/hoshizakisimple/images/ice-machines-top-bg.jpg');
  background-size: auto 100%;
}
.hz-panel-1 .header-content {
  left: auto;
  right: 10%;
}

.hz-panel-2 .hz-panel-bg{
  background-image: url('/themes/hoshizakisimple/images/fish-in-ice.png');
  background-size: auto 90%;
  background-position: 50% bottom;
}
.hz-panel-2.open .hz-panel-bg{
  background-position: right 10% bottom;
}

.hz-panel-3 .hz-panel-bg {
  background-color: black;
  background-image: url('/themes/hoshizakisimple/images/Sushi-Roll-Close-Up.jpg');
  background-size: auto 100%;
  background-position: right center;
  opacity: 0.7;
}

/*///////////////////////////////
/LANDING PAGE STYLES FOR MOBILE//
///////////////////////////////*/



.hz-tiles {
    height: auto;
    max-width: 100%;
}

.hz-tiles:first-child {
    padding-top: 240px;
    color: #fff;
    padding-bottom: 50px;
}

.hz-tiles .row {
    margin: 0;
}

@media (min-width: 768px) {
    .hz-tiles {
        display: none;
    }
}

.hz-tiles .hz-tile {
    max-width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.8);

}

.hz-tiles .hz-tile h1 {
    color: #fff;
    font-size: 3em;
    margin: 30px 10px;
}

.hz-tiles .hz-tile p {
    padding-bottom: 40px;
    margin: 0px 10px;
}

.hz-tiles .hz-tile .hz-tile-intro {
    padding-top: 300px;
    padding-bottom: 50px;
    background: url('/themes/hoshizakisimple/images/fish-in-ice-trans-top.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hz-tiles .hz-tile .hz-tile-ice {
    background: url('/themes/hoshizakisimple/images/ice-machines-top-bg-trans.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    padding-top: 25%;
}

.hz-tiles .hz-tile .hz-tile-refrigerators {
    background: url('/themes/hoshizakisimple/images/fish-in-ice-trans.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    padding-top: 25%;
}

.hz-tiles .hz-tile .hz-tile-sushi {
    background: url('/themes/hoshizakisimple/images/Sushi-Roll-Close-Up-trans.png') no-repeat center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    padding-top: 25%;
}

.hz-tiles .hz-tile .hz-tile-intro p {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
}

@media (max-width: 600px) {
    .hz-tile .list-inline li img {
        width: 10px;
    }
}


/*/////////////////////////////
/EXTENDED BOOTSTRAP CLASSES/
//////////////////////////////*/


.fa-2x {
  vertical-align: text-bottom;
}

/*TABS*/

.nav-tabs {
    border: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #fff;
    border: none;
}

.nav > li > a:hover {
    color: #222;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px 0px 0 0;
    background-color: #438fbd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: none;
    border-bottom-color: transparent;
    border: none;
}

/*FORMS*/

.form-control {
    background-color: #f3f3f3;
    border-radius: 0px;
    border: none;

}

/*NAV*/

.navbar-toggle {
    position: relative;
    float: left;
    margin-top: 8px;
    margin-right: 0px;
    border-radius: 0px;
}

.navbar-default {
    border: none;
    background-color: transparent;
}

.navbar {
    font-family: 'Poppins', sans-serif;
}

.navbar-nav {
  float:right;
  font-size: 0.8em;
}

.navbar a:link {
    font-family: 'Poppins', sans-serif;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #4699ca;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #4699ca;
}

.dropdown-menu {
  -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
  animation-duration: 0.3s;
}

.dropdown-menu > li > a {
    transition: all 0.3s ease;
    padding: 20px 20px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu {
    background-color: #4699ca;
    color: #ffffff;
    border-radius: 0px;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}

/*.light-header .navbar-default .navbar-nav > li > a {
  color: black;
}*/

.dropdown-menu .divider {
    background-color: #ffffff;
    opacity: 0.3;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-collapse {
    border-top: none;
}

.navbar-collapse .dropdown-menu {
    /*padding-bottom: 10px;*/
}

button {
    display: block;
    width: 100%;
    border-radius: 0px;
}

.btn-ghost {
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 15px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: none;
  border: 2px solid white;
  color: white !important;
}
.btn-ghost.btn-blue {
  color: #4699ca !important;
  border: 2px solid #4699ca;
}

.btn-ghost.btn-black{
  color: black !important;
  border: 2px solid black;
}

.btn-ghost:hover, .btn-ghost:focus {
  background: white;
  color: #4699ca !important;
}
.btn-ghost.btn-blue:hover, .btn-ghost.btn-blue:focus {
  background: #4699ca;
  color: white !important;
}
.btn-ghost.btn-black:hover, .btn-ghost.btn-black:focus {
  background: black;
  color: white !important;
}

/*colours & formatting*/

.light-grey-text {
    color: #777;
}

.grey-text {
    color: #555;
}

.white-text {
    color: #ffffff;
}

.blue-bg {
    background-color: #4699ca;
    position: relative;
}

.padding-m {
  padding-top: 10em;
  padding-bottom: 10em;
}

.padding-s {
    padding-top: 5em;
    padding-bottom: 5em;
}

.extra-large-gap-top {
    padding-top: 150px;
}

.large-gap-top {
    padding-top: 100px;
}

.med-large-gap-top {
    padding-top: 75px;
}

.med-gap-top {
    padding-top: 50px;
}

.small-gap-top {
    margin-top: 25px;
}

.xlarge-gap-bottom {
    padding-bottom: 150px;
}

.large-gap-bottom {
    padding-bottom: 100px;
}

.med-large-gap-bottom {
    padding-top: 75px;
}

.med-gap-bottom {
    padding-bottom: 50px;
}

.small-gap-bottom {
    margin-bottom: 25px;
}

.align-centre {
    text-align: center;
}

/*TEXT FORMATTING AND SIZES*/

.small-caps {
    text-transform: uppercase;
    font-weight: 600;

}

.lead-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
}

.large-text {
    font-size: 4em;
}

.medium-large-text {
    font-size: 2em;
}

.medium-text {
    font-size: 1.4em;
}

.medium-small-text {
    font-size: 1.2em;
}

.small-text {
    font-size: 1em;
}

.tiny-text {
    font-size: 0.8em;
}

.bold-text {
    font-weight: 600;
}

.regular-text {
    font-weight: 400;
}

.light-text {
    font-weight: 300;
}

/*Navigation*/

.main-menu {
    text-align: left;
    vertical-align: top;
    /*	margin-top: 40px;*/
}

.main-menu p {
    vertical-align: middle;

}

a.nav:link {
    /*font-size: 1.2em;
    font-weight: 600;*/
    color: #ffffff;

}

a.nav:hover {
    color: #4699ca;
    text-decoration: none;
}

.nav-spacer {
    padding-right: 10px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #4698c9;
    border-color: #4698c9;
}

/*Footer*/
.footer {
    min-height: 300px;
    background-color: #222222;
    line-height: 2em;

}

.footer a:link, a:visited {
    color: #ffffff;
    text-decoration: none;

}

.footer a:hover  {
    color: #4699ca;
    text-decoration: none;
}

a.footer-link:link, a.footer-link:visited {
    color: #666666;
}

a.footer-link:active {
    color: #666666;

}

a.footer-link:visted {
    color: #666666;

}

a.footer-link:hover {
    color: #ffffff;

}

.footer .list-unstyled li {
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .col-lg-4 .row .col-lg-4:first-child {
  padding-left: 0;
}
.footer .col-lg-3 .col-lg-12 {
  padding-left: 0;
}

@media (max-width: 992px) {
  .footer .col-lg-3 .medium-small-text {
    margin-bottom: 40px;
  }
  .footer .col-lg-4:nth-child(3) {
    padding-left: 30px;
  }
  .footer .col-sm-6 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .footer .col-lg-3 .medium-small-text {
    margin-bottom: 0px;
  }
}
/*******************
HOMEPAGE STYLES
*******************/

.logo img {
    max-width: 60px;
    display: inline-block;
}

.logo .logo-full {
    max-width: 200px;
}

@media (max-width: 1200px) {

    .logo img {
        max-width: 90px;
    }

    .logo .logo-full {
        display: none;
    }
}

.wrapper {
    width: 100%;
    height: 100%;
}

.dark-bg {
    background-color: #1c1c1e;
    position: relative;
}

.white-bg {
    background-color: #ffffff;
    position: relative;
}

.gradient-bg {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #000000 0%, #31444f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #000000 0%,#31444f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #000000 0%,#31444f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#31444f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;
}

.header-content {
    text-align: center;
    color: #fff;
    padding-top: 50px;
}

.header-content h1 {
    margin-bottom: 30px;
}

.header-content ul {
    margin-bottom: 30px;
}

.homepage-header-text {
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-left: 20px;
    padding-right: 20px;
}

.header-text-ice-machine {
    color: #000;
}

@media (max-width: 768px) {
    .btn-home-ice-machine {
        color: black !important;
        border: 2px solid black;
    }

    .btn-home-ice-machine:hover {
        background: black;
        color: white !important;
    }

    .header-content .header-content-title.title-ice {
        color: #fff;
    }
}



.homepage-image img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    /*margin-top: -150px; */
    /*margin-top: -50px;*/

}

.menu-holder {
    margin-top: 20px;
    height: 150px;
}

.toggles {
    position: absolute;
    margin-top: 120px;
    z-index: 1000;
}

.toggles li {
    text-align: center;
}

/*EMAIL PANEL*/

.email-panel {
    width: 100%;
    background-color: #1c1c1e;
    background: url('../images/email-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.email-panel p {
    vertical-align: bottom;
}

.email-panel-inner {
    height: 400px;
}

/*PRODUCT SECTION*/

.product-showcase {
    display: block;
}

.product-showcase-col {
    text-align: center;
    height: 350px;
}

.product-counter-col {
    text-align: center;
    height: 350px;
}

.product-counter-col img {
  transition: all 0.3s ease;
}

.product-counter-col > div > div:hover img {
  transform: scale(0.9);
  -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Chrome, Safari, Opera */
}


/* Border */
/*.product a {
	color: #e74c3c;
	font-weight: 500;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.product a:hover,
.product a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.product a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #e74c3c;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.product a:hover::before,
.product a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}*/



.product-showcase-col img {
    max-height: 100%;
    max-width: 100%;
}


.product-showcase-col p {
    height: 275px;
    vertical-align: bottom;

}

.para-class {
    height: 275px;
    vertical-align: bottom;
}

.product-header a {
    color: #fff;
}

.product-header h2 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.page-node-type-product .product-header h1 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 3.8em;
    letter-spacing: 0;
}

.product-header.right-side {
  padding-left: 50px;
}

.product-header.left-side {
  padding-right: 50px;
}

a.product {
    color: #fff;
}

a.product:link, .product > a:link {
    font-weight: 600;
    font-size: 1.3em;
    color: #ffffff;
    text-decoration: none;
    vertical-align: bottom;

}

a.product:hover, .product > a:hover {
    color: #1c1c1e;
    text-decoration: none;
}

.prop-bg {
  position: absolute;
  max-width: 800px;
  bottom:0;
  width: 50%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.prop-bg.full {
  max-width: 100%;
  width: 100%;
  background-size: cover;
}

@media (max-width: 767px) {
    .prop-bg {
        width: 100%;
    }

    .prop-bg.left {
        right: 0;
    }

    .product-header.right-side {
        padding-left: 15px;
    }

    .product-header.left-side {
        padding-right: 15px;
    }
}

@media (min-width: 767px) {

    .prop-1 {
        position: relative;
        padding-bottom: 40px;
    }

    .prop-1 .bottom-image {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .prop-3 {
        position: relative;
    }

    .prop-3 .bottom-image {
        display: block;
        position: absolute;
        right: 0;
        top: 30%;
    }
}

.prop-bg.left {
  right: 50%;
  background-position: right bottom;
}
.prop-bg.right {
  left: 50%;
  background-position: left; bottom;
}

.prop-1 .padding-s {
    padding-bottom: 0;
}

.prop-1 .prop-bg {
  background-image:url('/themes/hoshizakisimple/images/Hoshizaki-Goldline-Pillarless-187-half.png');
}

.prop-2 .prop-bg {
  background-image:url('/themes/hoshizakisimple/images/dark-ice-bg.jpg');

}

.prop-4 .prop-bg {
  background-image:url('/themes/hoshizakisimple/images/KM-30-(2)-cropped.png');
}

/*BUTTON STYLE*/

.btn-square {
    border-radius: 0px;
    webkit-border-radius: 0px;
}

.btn-primary {
    background-color: #4699ca;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}

.btn-primary:link {
    color: #ffffff;
}

.btn-lg-outline {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    border: 2px solid #ffffff;
    width: 100%;
    font-weight: 600;
    display: block;
    text-align: center;

}

.btn-lg-outline:link {
    color: #ffffff;
}

.btn-lg-outline:hover {
    background-color: #ffffff;
    color: #4699ca;
}

.btn-lg-outline-blue {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    border: 2px solid #4699ca;
    width: 100%;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #4699ca !important;

}

.btn-lg-outline-blue:link {
    color: #4699ca;
}

.btn-lg-outline-blue:hover {
    background-color: #4699ca;
    color: #ffffff !important;
}

.blue-btn {
    border-color: #4699ca;
    color: #4699ca;
    background-color: none;
}

.main-menu-button {
    display: block;
    width: 100%;
}

/*******************
PRODUCT DETAIL PAGE
*******************/

.product-image {
  z-index: 2;
}

.table {
  display:table;
}

.table-cell {
  display: table-cell;
  height: 100%;
  float: none;
}

.detail-image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
  width: auto;
  max-width: 100%;
  height: auto;
}


.icon-links p {
  margin:0;
  padding: 0;
}

.icon-links a {
  color: white;
}

.blue-bg .field--name-field-brochure .fa-file-pdf-o {
  margin-top: -3px;
  float: left;
  margin-right: 10px;
}
.contact-message-main-form [type="radio"]:not(:checked) + label, 
.contact-message-main-form [type="radio"]:checked + label {
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  .blue-bg .field--name-field-brochure {
    width: 100%;
  }
}

.breadcrumb {
    font-size: 1em;
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-transform: capitalize;
}

ol {
    margin-top: 22px;
    margin-left: 0px;
    padding-left: 0px;
}

.breadcrumb a {
    color: #858585;
    font-size: 1em;
    font-weight: 400;

}

.breadcrumb a:hover {
    color: #4699ca;
}

li.active {
    cursor: default;
}

.intro p {
    line-height: 2.2em;
    padding-bottom: 30px;
}

.star-list ul {
    list-style: none;padding: 0;
}

.star-list li {
  padding-left: 30px;
  background: url('../images/star-blue.png') no-repeat left top;
}

.features li {
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 20px;
    font-size: 1.2em;
}

.features li p {
    color: #777;
    line-height: 1.6em;
    font-size: 16px;

}

/************************
PROFESSIONAL SERIES PAGE
************************/

.side-menu a:link {
    color: #fff;
}

.side-menu a:hover {
    color: #222;
}

.faded-opacity {
    opacity: 0.3;
}

/************************
PRODUCT FILTER STYLES
************************/

.filter-menu-bg {
    background-color: rgba(255,255,255,0.1);
    padding-bottom: 30px;
    width: 100%;
}

.filter-menu ul {
  text-align: center;
}

.views-exposed-form li {
  display: inline-block;
}

.filter-tab {
    /*padding-bottom: 10px;*/
    font-size: 12px;
    width: calc(100% / 6);
    height: 150px;
    /*background: rgba(255,255,255,0.2);*/
    text-align: center;
    position: relative;
}

.filter-tab > a.active {
    /*font-weight: 800;*/
}

.filter-tab a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 150px, 0);
  -ms-transform: translate3d(-50%, 150px, 0); /* IE 9 */
  -webkit-transform: translate3d(-50%, 150px, 0); /* Chrome, Safari, Opera */
  min-width: 100px;
}

.filter-tab a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
  background-size: cover;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  background-image: url(/themes/hoshizakisimple/images/cube.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.filter-tab:hover a:before,
.filter-tab a.active:before {
  opacity: 1;
  background-size: 100%;
  transition: background-size 0.3s ease;
  -moz-transition: background-size 0.3s ease;
  -ms-transition: background-size 0.3s ease;
  -o-transition: background-size 0.3s ease;
  -webkit-transition: background-size 0.3s ease;
}

/* commerical series */
.a1 a:before {
  background-image: url(/themes/hoshizakisimple/images/counter.png);
}
.a23 a:before {
  background-image: url(/themes/hoshizakisimple/images/upright.png);
}

/* professional series */
.a3 a:before {
  background-image: url(/themes/hoshizakisimple/images/pillarless.png);
}
.a4 a:before {
  background-image: url(/themes/hoshizakisimple/images/drawer.png);
}
.a36 a:before {
  background-image: url(/themes/hoshizakisimple/images/counter.png);
}
.a37 a:before {
  background-image: url(/themes/hoshizakisimple/images/upright.png);
}


/* icemakers */

.a15 a:before {
  background-image: url(/themes/hoshizakisimple/images/cube.png);
}
.a16 a:before {
  background-image: url(/themes/hoshizakisimple/images/crescent.png);
}
.a17 a:before {
  background-image: url(/themes/hoshizakisimple/images/cubelets.png);
}
.a18 a:before {
  background-image: url(/themes/hoshizakisimple/images/ice-storage.png);
}
.a19 a:before {
  background-image: url(/themes/hoshizakisimple/images/filter.png);
}
.a35 a:before {
  background-image: url(/themes/hoshizakisimple/images/flake.png);
}


/************************
DRUPAL-SPECIFIC STYLES
************************/

.toolbar-icon {
    color: #565656 !important;
}

.breadcrumb div {
    display: inline;
}

/* Can't format list into columns, so use flex-box to simulate */
.star-list {
    width: 125%;
    margin-right: -25%;
    overflow: hidden;
}

.star-list ul {
    display: flex;
    flex-wrap: wrap;
}

.star-list li {
    width: 45%;
    float: left;
    padding-right: 10%;
}

.star-list h4 {
    text-align: left;
}

@media (max-width: 767px) {
    .star-list {
        width: inherit;
        margin-right: inherit;
    }

    .star-list li {
        width: inherit;
        padding-right: inherit;
    }
}

.specifications-list {
    font-size: 14px;
    width: 125%;
    margin-right: -25%;
    overflow: hidden;
}

.specifications-list ul {
    display: flex;
    flex-wrap: wrap;
}

.specifications-list li {
    list-style-type: none;
    width: 41%;
    display: flex;
    flex-wrap: wrap;
}

.specifications-list li > strong {
    width: 45%;
    padding-right: 10%;
    font-weight: 700;
}

.specifications-list li > em {
    width: 45%;
    padding-right: 10%;
    font-style: normal;
}

@media (max-width: 767px) {
    .specifications-list {
        width: inherit;
        margin-right: inherit;
    }

    .specifications-list li {
        width: 100%;
        padding-right: 0;
    }

    .specifications-list ul {
        padding: 0;
    }

    .specifications-list li > strong {
        padding: 0;
        width: 50%;
    }

    .specifications-list li > em {
        padding: 0;
        text-align: right;
        width: 50%;
    }
}

.state-contact-detail > row > div {
    padding-bottom: 30px;
}

.category-page-body p {
    margin: 0;
    padding: 0;
}

.status-message {
    font-size: 19px;
    color: white;
    border: 3px solid white;
    padding: 20px;
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/
    /* Fix */
    position: absolute;
    top: 100px;
    z-index: 10;
    background-color: #4699ca;
    text-align: center;
    width: 80%;
    margin: 0 10%;
}

.status-message ul {
    margin: 0;
}

.product-showcase-col > div, .product-counter-col > div {
    width: 100%;
    height: 100%;
}

.product-showcase-col > div > div, .product-counter-col > div > div {
    vertical-align: bottom;
    padding: 0;
}

.js-form-type-radio {
    display: inline;
    margin-left: 20px;
}

.js-form-type-radio:first-child {
    margin-left: 0;
}

.js-form-type-radio > input {
    display: inline;
    width: 25px;
    vertical-align: middle;
    box-shadow: none;
}

.js-form-type-radio > label {
    vertical-align: bottom;
}

legend {
    font-size: 14px;
    font-weight: 700;
    border: none;
    margin: 0;
}

@media (max-width: 767px) {
    .mobile-top-padding {
        padding-top: 150px;
    }
}

.form-required::after {
    content: "*";
}


/************************
FORM STYLES
************************/


/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1; }

:-ms-input-placeholder {
  color: #d1d1d1; }

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1.2rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime]:disabled,
  input[type=datetime][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:disabled + label,
  input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime]:disabled + label,
  input[type=datetime][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4699ca;
    box-shadow: 0 1px 0 0 #4699ca; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #4699ca; }
  input:not([type]).valid, input:not([type]):focus.valid,
  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime].valid,
  input[type=datetime]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #51d69f;
    box-shadow: 0 1px 0 0 #51d69f; }
  input:not([type]).valid + label:after,
  input:not([type]):focus.valid + label:after,
  input[type=text].valid + label:after,
  input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime].valid + label:after,
  input[type=datetime]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #51d69f;
    opacity: 1; }
  input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime].invalid,
  input[type=datetime]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #f54156;
    box-shadow: 0 1px 0 0 #f54156; }
  input:not([type]).invalid + label:after,
  input:not([type]):focus.invalid + label:after,
  input[type=text].invalid + label:after,
  input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime].invalid + label:after,
  input[type=datetime]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #f54156;
    opacity: 1; }
  input:not([type]).validate + label,
  input[type=text].validate + label,
  input[type=password].validate + label,
  input[type=email].validate + label,
  input[type=url].validate + label,
  input[type=time].validate + label,
  input[type=date].validate + label,
  input[type=datetime].validate + label,
  input[type=datetime-local].validate + label,
  input[type=tel].validate + label,
  input[type=number].validate + label,
  input[type=search].validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none; }
  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field.col label {
    left: 0.75rem; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem); }
  .input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out; }
  .input-field label.active {
    font-size: 0.8rem;
    transform: translateY(-140%); 
    -ms-transform: translateY(-140%); /* IE 9 */
    -webkit-transform: translateY(-140%); /* Chrome, Safari, Opera */
}
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s; }
    .input-field .prefix.active {
      color: #4699ca; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i,
    .input-field input[type=search]:focus ~ .mdi-navigation-close,
    .input-field input[type=search]:focus ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static; }
  .autocomplete-content li .highlight {
    color: #444; }
  .autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  transform: scale(0); 
  -ms-transform: scale(0);  /* IE 9 */
  -webkit-transform: scale(0);  /* Chrome, Safari, Opera */
}

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #4699ca; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #4699ca;
  z-index: 0; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); 
  -ms-transform: scale(1.02);  /* IE 9 */
  -webkit-transform: scale(1.02);  /* Chrome, Safari, Opera */
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); 
  -ms-transform: scale(0.5);  /* IE 9 */
  -webkit-transform: scale(0.5);  /* Chrome, Safari, Opera */
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before,
  [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0); 
    -ms-transform: scale(0);  /* IE 9 */
    -webkit-transform: scale(0); /* Chrome, Safari, Opera */
}
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  [type="checkbox"].tabbed:focus + label:after {
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4699ca;
  border-bottom: 2px solid #4699ca;
  transform: rotate(40deg);
  -ms-transform: rotate(40deg); /* IE 9 */
  -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #4699ca;
  border-bottom: none;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4699ca;
  background-color: #4699ca;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #4699ca;
  border-color: #4699ca; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #a0a0a1; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #4699ca;
      left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(72, 94, 121, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 10px; }
    .select-wrapper span.caret.disabled {
      color: rgba(0, 0, 0, 0.26); }
  .select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }


/* MEDIA QUERIES */

@media (max-width: 767px) {
    /*.toggles .nav-tabs {*/
        /*display: none;*/
    /*}*/

    /*.toggles {*/
        /*display: none;*/
    /*}*/

    .logo img {
        margin: 0 auto;
        padding-bottom: 30px;
        display: inline;
    }

    h1 h2, h3, h4, h5, h6 {
        text-align: center; 
    }

    .hz-panel-welcome{ 
        font-size: 2rem;
        line-height: 1.4;
    }

    .email-panel p {
        text-align: center;
    }

    .homepage-image img {
        margin-top: 0px;
        padding-top: 40px;
        margin-left: auto;
        margin-right: auto;

    }

    .filter-tab {
        width: calc(100% / 2) ;
    }

    .footer {
        text-align: center;
        width: 100%;
    }

    .header-content h1 {
        font-size: 3.6em;
    }


    .product-header h2, .product-header h1 {
        font-size: 3em;
        text-align: center;
    }

    .large-gap-top {
        padding-top: 50px;
    }

    .med-gap-top {
        padding-top: 25px;
    }

    .large-gap-bottom {
        padding-bottom: 50px;
    }

    .med-gap-bottom {
        padding-bottom: 25px;
    }

    .navbar-header button {
        margin-bottom: 0;
    }

    .nav.navbar-nav {
        float: left;
        background-color: #4698c9;
        color: #ffffff;
        margin-top: 0;
    }

    .nav.navbar-nav:hover {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ffffff;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumb {
        display: none;
    }

    .product-header {
      margin-bottom: 100px;
      text-align: center;
    }

    .prop-bg.left, .prop-bg.right {
        left: 0;
        right: 0;
    }

    .table {
      display: block;
    }

    .table-cell {
      display:block;
      float: left;
    }

    .detail-image img {
      position: relative;
      margin-top: 0;
      margin-bottom: -100px;
    }

    .lead-text {
      text-align: center;
    }

    .lead-text.product-description {
        padding-top: 100px;
    }

    .hz-panel-1 {
        width: 100%;
        min-height: 60rem;
    }
    .hz-panel-2, .hz-panel-3 {
        width: 100%;
        min-height: 30rem;
    }
}

@media (max-width: 992px) {

}


@media (min-width: 768px) {

    .homepage-image img {
        margin-top: 0px;
        padding-top: 50px;
    }

    .detail-image img {
    }

    .header-content {
        text-align: center;
        color: #fff;
        padding-top: 10px;
    }

    .toggles .nav-tabs {
        display: none;
    }

    .toggles {
        display: none;
    }

}

.ajax-progress-fullscreen {
    background-color: transparent;
}

@media (min-width: 1200px) {

}


/**** Isotope/Masonry for selecting products ****/
.isotope-grid-sizer { width: 22%; }
.isotope-gutter-sizer { width: 4%; }
.isotope-element { width: 22%; height: 50px; }
.isotope-element.my-data-value { width: 48%; }


pre.xdebug-var-dump {
    display: none;
}