@import url("https://cdn.kuriyama.com/assets/css/normalize.css");
@import url("https://cdn.kuriyama.com/assets/css/common.css");
@import url("https://cdn.kuriyama.com/assets/css/boilerplate.css");
@import url("https://cdn.kuriyama.com/assets/css/fonts.css");
@import url("https://cdn.kuriyama.com/assets/css/layout.css");
@import url("https://cdn.kuriyama.com/assets/css/forms.css");
@import url("https://cdn.kuriyama.com/assets/css/helpers.css");
@import url("https://cdn.kuriyama.com/assets/css/print.css") print;
:root {
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --font-size: 1em;
  --red: #ae161b;
  --brightred: #c4161c;
  --darkRed: #5f0c0f;
  --orange: #ef9635;
}
.section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
img.auto {
    width: auto !important;
}
body {
    background: white url(img/bg-snake.jpg) center 10px no-repeat;
    font-size: 100%;
    height: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1500px;
}
.col.contact {
    background-color: #c6c6c6;
    height: 46px;
    padding: 10px 3.3%;
    color: #0056a5;
    font: 400 1.1em / 1.4375em 'Lato';
    margin: 0 0 2.5% 0;
    box-sizing: border-box;
}
.wrapper.main {
  min-height: 45%;
}
header {
  height: 285px;
  position: relative;
  top: 84px;
}
header img {
  width: 100%;
}
main {
    margin: 60px 0;
    z-index: 200;
    position: relative;
    padding-bottom: 50px;
}
.error main {
  margin: 0;
  top: 80px;
  padding-bottom: 50px;
}
.error .wrapper {
  min-height: 100%;
}
.error footer.section {
  max-width: 1500px;
  height: 238px;
  margin: -238px auto 0 auto;
}
h1 {
    color: var(--red);
    font-size: 300%;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 0.1em 0;
    text-align: left;
    border-bottom: 3px solid;
    border-image-slice: 0 0 3;
    border-width: 3px;
    border-image-source: linear-gradient(to left, #c4171c, #e38035, #e24f27);
    margin-bottom: 2px;
}
h1 strong {
  font-weight:900;
}
h2 {
    color: var(--red);
    font-size: 225%;
    margin-bottom: 20px;
    font-weight:700;
}
h2 em {
  font-weight:900;
  font-style:italic;
}
.productsPage-new h2 {
  margin-top: 1px;
}
h3 {
    color: var(--red);
    font-size: 150%;
}
img.nozzle {
  position: relative;
    top: -80px;
}
.video {
  text-align: center;
}
.video h3 {
  font-size: 2.9em;
}
.video h4 {
  font-size: 2.5em;
  color: var(--KOA-blue);
  margin-top: 18px;
  font-style: italic;
  font-weight: 200;
}
.video h2,
.video h4,
.video p {
  text-align: center;
}
.video p {
  font-size: 120%;
}
.video img {
  width: 95%;

}
main h3 {
    clear: both;
    margin-bottom: 10px;
}
h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
    clear: both;
}
h4 em, h5 em {
    display: block;
    font-style: italic;
    color: var(--KOA-blue);
}
p {
    color: #000;
    font-size: 162%;
    line-height: 1.6em;
    margin: 0 0 26px 0;
    padding-right: 20px;
}
p em {
  font-size: 80%;
}
div.images {
  display: flex;
  flex-direction: row;
  margin-top: 186px;
}
div.catalogs {
  display: flex;
  flex-direction: row;
  margin-top: 104px;
}
figure {
  width: 47%;
  text-align: center;
  font-size: 140%;
  margin: 0;
  margin-right: 30px;
}
figure img {
  width: 95%;
  max-width: 500px;
}
figcaption {
  font-size: 100%;
  padding-top: 8px;
}
div.catalogs a {
  width: 47%;
  text-align: center;
  margin-right: 30px;
  display: inline-block;
}
div.catalogs img {
  width: 100%;
  max-width: 347px;
  margin: 0 auto;
  box-shadow: 3px 3px 4px 3px rgba(0,0,0,.5);
}
p.date {
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    font-style: italic;
}
p.date+h3 {
    margin-top: 8px;
    margin-bottom: 25px;
}
a:link, a:visited {
    color: var(--red);
    text-decoration: underline;
}
a:hover, a:active {
    color: #0B67BD;
    text-decoration: none;
}
.logo-header {
  margin-bottom: 20px;
  max-width: 524px;
  width: 100%;
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus {
  outline: none;
  border: 1px solid black;
}

div.form {
  padding: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(var(--brightred) 20%, var(--darkRed) 90%);
  position: relative;
  top: 114px;
}
div.form:after {
  content: '';
  background-image: url(/img/corner-bottom.png);
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 20px;
  width: 34px;
}
.form h2 {
  color: white;
  text-align: center;
  margin: 0 auto;
  font-size: 225%;
  border-bottom: 50px solid var(--brightred);
  border-left: 60px solid transparent;
  border-right: 0 none;
  height: 0;
  position: absolute;
  top: -50px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  text-indent: -60px;
  line-height: 60px;
}
.form h3 {
  color: white;
  font-style: italic;
  font-size: 156%;
  margin-top: 6px;
}
.form p {
  color:white;
  font-size: 145%;
  line-height: 1.4em;
  padding-right: 0;
}
.form h5 {
  color: white;
  font-size: 105%;
}
form.fancy-form label {
  color: white;
}
.demo h5 {
  font-size: 120%;
  float: left;
  width: 55%;
  color: white;
  font-weight: normal;
  padding-right: 15px;
  margin: 13px 0 0 0;
}
.radiogroup {
  float: left;
  margin: 0 0 50px 10px;
}
.demo input {
    float: left;
}
.demo label {
    float: left;
}
.demo  label + input {
    clear: both;
}

label {
  color:white;
}
input[type=submit].g-recaptcha,
button.g-recaptcha,
a.button:link,
a.button:visited {
  color: white;
  font-weight: 700;
  text-align: center;
  width: 200px;
  font-size: 200%;
  border: 1px solid white;
  text-decoration: none;
}
input[type=submit].g-recaptcha:hover,
input[type=submit].g-recaptcha:active,
button.g-recaptcha:hover,
button.g-recaptcha:active,
a.button:hover,
a.button:active {
  outline: 0 none;
  background-color: var(--red);
}
button[disabled].g-recaptcha,
button[disabled].g-recaptcha:hover {
    color:lightgray;
    border: 1px solid lightgray;
    opacity: .5;
    background-color: transparent;
}
a.button-newsletter {
  color: var(--red);
  font-weight: 700;
  padding: 8px;
  text-align: center;
  width: 200px;
  font-size: 200%;
  border: 1px solid var(--red);
  text-decoration: none;
}
a.button-newsletter:hover {
	color: white;
	background-color: var(--red);
}
a.button {
  display: block;
}
img.left {
    margin: 0 1.5% 10px 0;
}
img.small {
    width: 40%;
}
img.medium {
    width: 60%;
}
.span_12_of_12>img.left {
    margin-bottom: 35px;
}
a.button.large:link, a.button.large:visited, a.button.med:link, a.button.med:visited  {
    background: var(--red);
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    height: auto;
    padding: 10px;
}
a.button.med:link {
    font-size: 100%;
}
a.button.large:hover, a.button.med:hover {
    background: #014381;
}
p a.button {
    display: inline-block;
    width: 40%;
}
a.back {
    font-size: 70%;
    font-weight: normal;
    margin: 3px 8px 0 0;
}
a.back:link, a.back:visited, a.back:hover {
    color: #FFF;
    text-decoration: none;
}

#demo {
  position: relative;
  top: 160px;
}
.demo-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.demo-images img {
  width: 30%;
  max-width: 500px;
}
p.center {
  text-align: center;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
  .kfp footer {
      /*padding: 21px 32px;*/
      text-transform: uppercase;
      position: relative;
      top: 150px;
      background: #0d0d0d;
      color: white;
      background: linear-gradient(to bottom, #0d0d0d 2%,#4b4b4b 100%);
  }
  .kfp.catalog footer {
      top: 29px;
  }
   .kfp footer.section {
     margin-top: 100px;
     display: block;
   }
   .kfp.catalog footer.section {
     margin: 0 auto;
     max-width: 1280px;
   }
   .kfp footer div.section {
     display: block;
   }
 .social-box {
   background: var(--brightred) url(https://kuriyamafire.com/img/bg-social.png) top left no-repeat;
   text-align: center;
   padding: 4px 0;
 }
  .kfp footer .social-box p,
  .kfp footer .social-box ul {
    display: inline;
    color: white;
    padding: 0;
    font-size: 100%;
  }
  .social-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 22px;
  }
  .social-box li {
    display: inline-block;
    padding: 0 15px;
    height: 22px;
    position: relative;
    top: -2px;
  }
  .social-box svg {
    height: 100%;
    fill: white;
  }
  .social-box svg.x {
    height: 82%;
  }
  .kfp footer .social-box a:link,
  .kfp footer .social-box a:visited {
    text-decoration: none;
    border: 0 none;
    padding: 0;
  }
.kfp footer img.logo {
    /*max-width: 190px;*/
    margin: 40px 0 0 15px;
}
.kfp footer .col {
  margin-top: 0;
  margin-bottom: 0;
}
.fifty-years img {
  max-width: 269px;
  width: 100%;
}
.kfp .address {
  background: url(https://kuriyamafire.com/img/bg-footer-top.png) top left no-repeat;
  margin-bottom: 100px;
}
.bottom-corner {
  background: url(https://kuriyamafire.com/img/bg-footer-bottom.png) bottom right no-repeat;
  height: 72px;
  width: 124px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.kfp footer p {
    text-transform: uppercase;
    color: white;
    clear: both;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 70%;
}
.kfp footer .address p {
  padding-left: 68px;
}
.kfp footer ul {
    list-style: none;
    font-size: 90%;
}
.kfp footer p img {
    float: left;
    margin-left: 0;
}
.kfp footer ul.links li {
    display: inline;
}
.kfp footer ul.links  a {
    padding: 0 8px;
    border-right: 1px solid var(--brightred);
}
.kfp footer ul.links li:last-child a {
    border-right: 0 none;
}
.kfp footer ul.links a:link,
.kfp footer ul.links a:visited,
.legal a:link,
.legal a:visited {
    color: white;
}
.kfp footer ul.links a:hover,
.kfp footer ul.links a:active,
.legal a:hover,
.legal a:active {
    color: var(--brightred);
}

.kfp footer .col.legal {
    font-size: 100%;
    margin: 65px 0 15px 0;
    display: block;
    text-align: center;
}
.kfp footer .col.fifty-years {
  margin-top: 30px;
  position: relative;
  z-index: 2000;
  text-align: right;
}
.legal {
    font-size: 80%;
    margin: 15px 0 0 0;
    display: block;
}
div.grecaptcha-badge {
  display: none;
}
.visible-sm {
  display: none;
}

/* ==========================================================================
   Media Queries
   - MIN 320 PIXELS
   - MAX WRAPPER WIDTH IS 1500
   ========================================================================== */

@media only screen and (max-width: 1525px) {
    header {
      top: 84px;
    }
    header img {
      width: 110%;
    }
    img.nozzle {
      top: -70px;
    }
}
@media only screen and (max-width: 1440px) {
    body {
      font-size: 85%;
    }
    div.images {
      margin-top: 86px;
    }
    img.nozzle {
      top: -66px;
    }
    input[type=text], input[type=tel], input[type=email], input[type=number], .select {
      height: 45px;
    }
}
@media only screen and (max-width: 1375px) {
    header {
      top: 84px;
      height: 200px;
    }
}
@media only screen and (max-width: 1225px) {
  .kfp footer.section {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1275px) {
    body {
      font-size: 75%;
    }
    img.nozzle {
      top: -60px;
    }
    input[type=radio] {
      height: 19px;
      width: 19px;
      top: 1px;
    }
    .form h5 {
      font-size: 120%;
    }
    .demo h5 {
      font-size: 150%;
      margin-top: 8px;
    }
    .kfp footer.section {
      margin-top: 80px;
    }
}

@media only screen and (max-width: 1175px) {
  img.nozzle {
      top: -50px;
    }
    p {
      line-height: 1.4em;
    }
    div.images {
      margin-top: 70px;
    }
}

@media only screen and (max-width: 1085px) {
  body {
      font-size: 65%;
      background: white url(img/bg-snake-med.jpg) center 10px no-repeat;
    }
  img.nozzle {
      top: -45px;
      width: 110%;
    }
    p {
      line-height: 1.4em;
    }
    div.images {
      margin-top: 70px;
    }
    .demo h5 {
      font-size: 140%;
      margin-top: 6px;
      width: 50%;
    }
}
@media only screen and (max-width: 980px) {
 .wrapper.span_10_of_12 {
    width: 98%;
    border: 0 none;
  }
}

@media only screen and (max-width: 950px) {
    body {
      font-size: 60%;
    }
    header {
      height: 155px;
    }
    div.form {
      top: 90px;
      padding: 15px;
    }
}

@media only screen and (max-width: 860px) {
    body {
      font-size: 75%;
    }
    .visible-sm {
      display: inline-block;
      position: relative;
      top: -6px;
    }
    .col {
      margin: 1% 0 1% 0%;
    }
    header {
      top: 84px;
      height: 125px;
    }
    header .span_4_of_12 {
      width: 45%;
    }
    header.span_10_of_12 {
      width: 94%;
    }
    header img {
      width: 70%;
      margin: 0 auto;
    }
    div.right img {
      float: right;
    }
    main {
      padding: 0 20px;
    }
    img.nozzle {
      top: 10px;
      width: 90%;
      max-width: 591px;
      margin: 0 auto;
      display: block;
    }
    #demo {
      top: 100px;
    }
    p {
      padding: 0;
    }
    .form h2 {
      font-size: 400%;
    }
    .form p {
      font-size: 160%;
      text-align: center;
    }
    label, .demo h5 {
      font-size: 160%;
    }
    .kfp footer .social-box p {
      font-size: 120%;
    }
    .kfp footer .social-box span {
      font-size: 150%;
    }
    .address,
    .kfp footer .col.fifty-years {
      text-align: center;
    }
    .kfp footer img.logo {
      margin: 40px 0 0 0;
    }
    .kfp footer .col.legal {
      margin-top: 20px;
    }
    .kfp footer .col.fifty-years {
      margin-bottom: 20px;
    }
    .kfp footer ul {
      list-style: none;
      font-size: 150%;
      padding: 0 20px;
  }
  .kfp footer ul.links li {
    display: block;
    padding: 10px;
  }
  .kfp footer ul.links a {
    border-right: 0 none;
  }
  .kfp footer p {
    font-size: 120%;
    line-height: 1.7em;
  }
  .kfp footer ul.links a:link,
  .kfp footer ul.links a:visited,
  .legal a:link,
  .legal a:visited,
  footer p {
      color: black;
  }
  .kfp footer img.logo {
    max-width: 275px;
  }
}
@media only screen and (max-width: 800px) {
    .kfp .address,
    .kfp footer .col.fifty-years {
      text-align: center;
    }
    .kfp footer img.logo {
      margin: 40px 0 0 0;
    }
    .kfp footer .address p {
      padding-left: 0;
    }
}
@media only screen and (max-width: 750px) {
  .home .bg {
    top: 20px;
  }
  .kfp footer .col.fifty-years {
    margin: 15px auto;
  }
  .kfp footer img.logo {
    max-width: 50%;
  }
  .kfp footer .col.legal {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 700px) {
  header img {
    width: 90%;
  }
  .kfp footer .address {
    text-align: center;
    background: none;
  }
  .kfp footer .social-box {
    background: var(--brightred);
  }
  .kfp footer .bottom-corner {
    display: none;
  }
  div.catalogs {
    margin-top: 60px;
  }
  p {
    margin-bottom: 20px;
  }
  div.catalogs img {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 50%);
  }
  div.catalogs a {
    width: 50%;
  }
  div.catalogs a:last-child {
    margin-right: 0;
  }
  .kfp footer.section {
    margin-top: 10px;
  }
  .kfp footer img.logo {
    max-width: 80%;
  }
  .kfp footer .col.legal {
    margin-top: 20px;
  }
  .kfp footer .address {
    text-align: center;
    background: none;
  }
  .kfp footer .social-box {
    background: var(--brightred);
  }
  .kfp footer .bottom-corner {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header img {
    width: 100%;
  }
  body {
    font-size: 70%;
  }
  div.images {
    margin-top: 40px;
    flex-direction: column;
  }
  figure {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  figcaption {
    font-size: 150%;
  }
}
@media only screen and (max-width: 560px) {
  .kfp footer ul.links {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 440px) {
  header .span_4_of_12 {
    width: 48%;
  }
  body {
    font-size: 55%;
    background: white url(img/bg-snake-small.jpg) center 100px no-repeat;
  }
  p {
    font-size: 170%;
  }
  .form h2 {
    font-size: 300%;
  }
  .kfp footer .social-box p {
    font-size: 140%;
  }
  .kfp footer .social-box span {
    font-size: 210%;
  }
}
@media only screen and (max-width: 380px) {
  body {
    background: white url(img/bg-snake-small.jpg) center 77px no-repeat;
  }
  header {
    top: 45px;
    height: 90px;
  }
  div.catalogs {
    margin-top: 15px;
  }
}