html {
  font: normal 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fffef9;
  color: #605040;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a {
  color: #d94f19;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
}

p,
ul,
fieldset {
  margin: 0 0 15px 0;
}

*+p {
  margin-top: 15px;
}

h1 {
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #605040;
  text-transform: none;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

.uk-h2 {
  font-size: 24px;
  line-height: 30px;
}

ul {
  padding-left: 30px;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #e1ab28;
}

nav {
  display: block;
}

@media screen and (max-width:400px) {
  @-ms-viewport {
    width: device-width;
  }
}

.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-grid:after {
  clear: both;
}

.uk-grid>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
}

.uk-grid>*>:last-child {
  margin-bottom: 0;
}

.uk-grid {
  margin-left: -25px;
}

.uk-grid>* {
  padding-left: 25px;
}

@media (min-width:1220px) {
  .uk-grid {
    margin-left: -35px;
  }

  .uk-grid>* {
    padding-left: 35px;
  }
}

[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}

.uk-width-1-1 {
  width: 100%;
}

@media (min-width:480px) {
  .uk-width-small-1-1 {
    width: 100%;
  }

  .uk-width-small-1-2 {
    width: 50%;
  }
}

@media (min-width:768px) {
  .uk-width-medium-1-2 {
    width: 50%;
  }
}

@media (min-width:960px) {
  .uk-width-large-1-2 {
    width: 50%;
  }

  .uk-width-large-1-4 {
    width: 25%;
  }
}

.uk-panel {
  display: block;
  position: relative;
}

.uk-panel {
  text-decoration: none;
}

.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}

.uk-panel:after {
  clear: both;
}

.uk-panel>:not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.uk-panel-box {
  padding: 15px;
  background: #f0ede5;
  color: #605040;
}

.uk-panel-box-secondary {
  background-color: #3eb57a;
  color: #fff;
}

.uk-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-nav li>a {
  display: block;
  text-decoration: none;
}

.uk-nav>li>a {
  padding: 5px 15px;
}

.uk-navbar {
  background: rgba(0,0,0,0);
  color: #605040;
}

.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}

.uk-navbar:after {
  clear: both;
}

.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.uk-navbar-nav>li {
  float: left;
  position: relative;
}

.uk-navbar-nav>li>a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  color: #605040;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
}

.uk-navbar-nav>li.uk-active>a {
  background-color: #d04f1c;
  color: #605040;
}

.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 60px;
  padding: 0 15px;
  float: left;
}

.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-navbar-brand {
  font-size: 18px;
  color: #605040;
  text-decoration: none;
}

.uk-navbar-toggle {
  font-size: 18px;
  color: #605040;
  text-decoration: none;
}

.uk-navbar-toggle:after {
  content: "";
  font-family: FontAwesome;
  vertical-align: middle;
}

.uk-navbar-center {
  float: none;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.uk-form input,
.uk-form textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
}

.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-form textarea,
.uk-form input[type="text"],
.uk-form input[type="email"],
.uk-form input[type="tel"] {
  -webkit-appearance: none;
}

.uk-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.uk-form textarea {
  overflow: auto;
  vertical-align: top;
}

.uk-form ::-moz-placeholder {
  opacity: 1;
}

.uk-form :invalid {
  box-shadow: none;
}

.uk-form input:not([type="radio"]):not([type="checkbox"]) {
  vertical-align: middle;
}

.uk-form>:last-child {
  margin-bottom: 0;
}

.uk-form textarea,
.uk-form input[type="text"],
.uk-form input[type="email"],
.uk-form input[type="tel"] {
  height: 30px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #e1ab28;
  background: #fffef9;
  color: #605040;
}

.uk-form :-ms-input-placeholder {
  color: #999 !important;
}

.uk-form ::-moz-placeholder {
  color: #999;
}

.uk-form ::-webkit-input-placeholder {
  color: #999;
}

textarea.uk-form-large,
input[type].uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}

.uk-form textarea {
  height: auto;
}

.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}

.uk-form-row:after {
  clear: both;
}

.uk-form-row+.uk-form-row {
  margin-top: 15px;
}

.uk-form-controls>:first-child {
  margin-top: 0;
}

.uk-form-controls>:last-child {
  margin-bottom: 0;
}

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

@media (max-width:959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

@media (min-width:960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
}

.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  color: #605040;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #ebe6d8;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}



.uk-button-primary {
  background-color: #d94f19;
  color: #fff;
}

.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("/static/fonts/fontawesome-webfont.woff2") format("woff2"),url("/static/fonts/fontawesome-webfont.woff") format("woff"),url("/static/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class*='uk-icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='uk-icon-'] {
  text-decoration: none;
}

.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}

.uk-icon-check:before {
  content: "";
}

.uk-icon-map-marker:before {
  content: "";
}

.uk-icon-plus:before {
  content: "";
}

.uk-icon-phone:before {
  content: "";
}

.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: transparent;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: .3;
}

.uk-close:after {
  display: block;
  content: "";
  font-family: FontAwesome;
}

.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0,0,0,.6);
  opacity: 0;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #fffef9;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

@media (max-width:767px) {
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}

.uk-modal-dialog>:not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}

.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  touch-action: none;
  background: rgba(0,0,0,.1);
}

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
}

.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

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

.uk-text-center {
  text-align: center !important;
}

.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

@media (min-width:1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}

.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}

.uk-container:after {
  clear: both;
}

.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

.uk-clearfix:before {
  content: "";
  display: table-cell;
}

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

[class*='uk-float-'] {
  max-width: 100%;
}

.uk-margin-top {
  margin-top: 15px !important;
}

.uk-margin-bottom {
  margin-bottom: 15px !important;
}

.uk-margin-left {
  margin-left: 15px !important;
}

.uk-margin-large-top {
  margin-top: 50px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}

.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}

@media (min-width:960px) {
  .uk-visible-small {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:959px) {
  .uk-visible-small {
    display: none !important;
  }
}

@media (max-width:767px) {
  .uk-hidden-small {
    display: none !important;
  }
}

.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.uk-flex>* {
  -ms-flex-negative: 1;
}

.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.uk-navbar-nav>li>a {
  height: 32px;
  line-height: 32px;
}

.uk-navbar-nav>li.uk-active>a {
  background-color: #d04f1c;
  color: #fff;
}

.uk-navbar-nav>li.uk-active>a {
  background-color: #d04f1c;
  color: #fff;
}

.cbh-slider{    margin-bottom: 70px!important;}
.cbh-button{margin-bottom: 70px!important;}

#prodlist h4 {
    margin-top: 2rem;
}
iframe {
    max-width: 100%;
}