/**
 * 
 * Main elements
 *
 */

body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 22px;
  background-color: #f5f5f5;
  color: #535353;
}

.page-wrapper {
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.sortable-content {

}

.page-header {
  background-color: #345370;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
  min-height: 300px;
}

.header-bg-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.header-bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.header-bg-image-overlay {
  background: linear-gradient(to right, rgba(0,94,176,0.8) 0%,rgba(0,202,255,0.9) 100%);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.header-bg-image-overlay2 {
  background: linear-gradient(to right, rgba(142,10,29,.8) 0%,rgba(0,0,0,.9) 100%);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.header-bg-image-overlay3 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(91,48,0,0.3);
  background: -moz-linear-gradient(right, rgba(91,48,0,0.3) 0%, rgba(53,53,53,0.25) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(91,48,0,0.3)), color-stop(100%,rgba(53,53,53,0.25)));
  background: -webkit-linear-gradient(right, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);
  background: -o-linear-gradient(right, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);
  background: -ms-linear-gradient(right, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);
  background: linear-gradient(to left, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);

}

.page-header-bottom-mask {
  height: 57px;
  bottom: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;

}

.page-header-bottom-mask svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: -15px;
  overflow: hidden;
  pointer-events: none;
}

.page-header-bottom-mask i {
  bottom: 5px;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 22px;
  opacity: .2;
  height: 15px;
  top: auto;
  margin-left: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  pointer-events: none;
}

.side-margins {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  display: block;
}

.fw-bold {
  font-weight: 700;
}

.fw-thin {
  font-weight: 300 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.email-link-white {
  color: #fff;
  text-decoration: none;
}

.email-link-white:hover,
.email-link-white:active {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.map-link-white {
  color: #fff;
  text-decoration: none;
}

.map-link-white:hover,
.map-link-white:active {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.title-block {
  padding-top: 35px;
  padding-bottom: 60px;
  text-align: left;
}

#google-map {
  width: 100%;
  height: 670px;
}

.google-maps-panel {
  top: 180px;
  left: 5%;
  position: absolute;
  width: 350px;
  max-height: 400px;
  overflow: hidden;
  z-index: 1;
  background: rgba(255,255,255,0.9);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  transition: opacity .2s ease-out, max-height .3s ease-out;
  opacity: 1;
  color: #000;

}

.google-maps-panel.is-closed {
  max-height: 56px;
  transition: max-height 0.5s;
}

.google-maps-panel-banner {
  width: 100%;
  display: block;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
}

.google-maps-panel-banner img {
  width: 100%;
  display: block;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .2s ease-out,height .3s ease-out;
  opacity: 1;
  object-fit: cover;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.google-maps-panel-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  margin: 0;
  opacity: .8;
  transition: opacity .2s ease-out,transform .4s ease-out;
  background-color: transparent;
  color: #000;
  border: 0px none transparent;
  text-decoration: none;
}

.google-maps-panel-close i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}

.google-maps-contentcard {
  padding: 10px;
  min-height: 50px;
  max-height: 300px;
  overflow: auto;
  overflow-x: auto;
  color: #343434;

}

.google-maps-contentcard .title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 20px;
  font-style: normal;
}

.google-maps-contentcard p {

}

.headline {
  padding-top: 67px;
  padding-bottom: 58px;
  clear: both;
  text-align: left;
}

.headline h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

.headline h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 100;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

.title-block h2 {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

.title-block h3 {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  font-style: normal;
  color: #7c7c7c;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

.title-block h4 {
  margin-top: 0px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-style: normal;
  color: #707070;
  text-align: left;
}

.title-block h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 100;
  font-style: normal;
  margin-top: 0;
}

.horizontal-title-sep {
  margin-bottom: 20px;
  margin-top: -5px;
  text-align: left;
  clear: both;
  display: block;
}

.horizontal-title-sep span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #ccc;
  text-align: left;
}

.column-element-inner-wrapper {
  width: 100%;
}

.column-element-inner-content {
  width: 100%;
}

/**
 * 
 * the pull down support/account panel 
 *
 */

.my-account-panel {
  margin-top: 0;
  height: auto;
  color: #000000;
  background: #F0F0F0;
  max-height: 0px;
  width: 100%;
  transition: max-height .2s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: inset 0 0 15px rgba(0,0,0,.4);
}

.my-account-panel.is-opened {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}

.my-account-panel h4 {
  color: #000000;
  margin-top: 0;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}

.my-account-panel a {
  color: #000;
  text-decoration: none;
}

.my-account-panel a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.my-account-panel-widget {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.my-account-panel.is-opened::before {
  height: 20px;
  content: "";
  display: none;
}

.is-opened .my-account-panel-close {
  color: #000000;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  transition: all .15s ease-in-out;
}

.is-opened .my-account-panel-close:hover {
  transform: scale(1.5);
}

@media only screen and (max-width: 991px) {
  .is-opened .my-account-panel-close {
    top: 0px;
    right: 0px;
  }
}

.my-account-panel-container {
  width: 90%;
  color: #000000;
  padding: 0;
  padding-top: 36px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .my-account-panel-container {
    width: 750px;
  }
}

@media only screen and (min-width: 992px) {
  .my-account-panel-container {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .my-account-panel-container {
    width: 1170px;
  }
}

.step-number {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background-color: rgb(205, 33, 34);
  text-align: center;
  margin-right: 10px;
  font-weight: 900;
  border-radius: 50%;
  margin-bottom: 5px
}

/**
 * 
 * the header area
 *
 */


header.site-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 130px;
  position: absolute;
  width: 100%;
  z-index: 3;
  padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  header.site-header {
    background-color: #333;
    height: auto !important;
    position: relative !important;
  }
}

.header-bg {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #000 0px, transparent) repeat scroll 0 0;
  height: 170%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
}

.site-header-wrapper {

}

.site-header-top-wrapper {
  position: relative;
}

.site-header-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


.site-header-top {
  height: 46px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .site-header-top {
    height: auto !important;
  }
}

.site-header-top-left {
  flex-basis: auto;
  moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-box-flex: 1;
  display: flex;
}

.social-icons {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: outside none none;
  padding: 0;
  position: relative;
  margin-right: 10px;
  z-index: 1;
}

.social-icons-li {
  margin-left: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.social-icons-li a {
  line-height: 30px;
  height: 30px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  display: block;
  padding: 0;
  border-radius: 3px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out 0s;
  width: 30px;
  text-decoration: none;
}

.header-toptext {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

.header-toptext a {
  color: #fff;
  text-decoration: none;
}

.site-header-col-right {
  flex-basis: auto;
  -moz-box-pack: end;
  justify-content: flex-end;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-box-flex: 1;
  display: flex;
  box-sizing: border-box;
}

.site-header-col-right ul {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0;
}

.topnav {
  list-style: outside none none;
  padding: 0;
  position: relative;
}

ul.topnav {
  margin-bottom: 0;
}

ul.topnav li.languages-drop-down {
  margin-right: 0;
  margin-left: 0;
  float: left;
  position: relative;
  list-style: outside none none;
}

ul.topnav li.languages-drop-down a.languages-link {
  color: #fff;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  opacity: 0.8;
  padding: 0;
  text-decoration: none;
}

.topnav-drop-panel,
.languages-drop-down-container {
  margin-right: -10px;
  position: absolute;
  display: none;
  left: auto;
  width: auto;
  min-width: 120px;
  margin-left: -11px;
  right: 0;
  z-index: 101;
  transition: all .2s ease-out;
}

.language-drop-down-inner {
  padding-left: 0;
  padding-right: 0;
  margin: 4px;
  background: #f5f5f5;
  padding: 10px 5px;
  margin-top: 5px;
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,.4);
  border-radius: 2px;
}

.language-drop-down-inner li {
  list-style: none;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.language-drop-down-inner img {
  margin-right: 5px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.language-drop-down-inner a {
  font-size: 10px;
  color: #444;
  padding: 0 5px 0 10px;
  display: block;
  text-transform: uppercase;
  margin-top: 1px;
  padding-right: 10px !important;
  text-decoration: none;
}

.topnav-drop-panel ul {
  display: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #f5f5f5;
  border-image: none;
  border-style: solid;
  border-width: 5px 5px 4px;
  content: "";
  position: absolute;
  right: 10px;
  top: -8px;
  padding-left: 0;
  padding-right: 0;
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  list-style: outside none none;
  margin: 5px 4px 4px;
  padding: 10px 5px;
  position: relative;
}

.topnav-drop-panel ul li.lang-item {
  list-style: outside none none;
}

.loginnav, .myaccountnav, .locationnav, .currencynav {
  margin-bottom: 0;
  list-style: outside none none;
  padding: 0;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
}

.loginnav li, .myaccountnav li, .locationnav li, .currencynav li {
  float: left;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}

.loginnav li a, .myaccountnav li a, .locationnav li a, .currencynav li a {
  color: #fff;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  opacity: 0.8;
  padding: 0;
  text-decoration: none;
}

.locationnav li {
  color: #fff;
  list-style: none;
}

.locationnav li span {
  color: #fff;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 24px;
  opacity: 0.8;
  padding: 0;
  text-decoration: none;
  margin-right: 10px;
}


.site-header-separator {
  background: #fff none repeat scroll 0 0;
  height: 1px;
  margin-bottom: 3px;
  margin-top: 3px;
  opacity: 0.2;
  width: 100%;
}

.site-header-bottom-wrapper {

}

.siteheader-bottom-auto {
  flex-basis: auto;
  -moz-box-flex: 1;
}

.site-header-bottom {
  height: 69px;
  display: flex;
}

.site-header-bottom-left {
  -moz-box-flex: 0;
  flex-grow: 0;
  flex-basis: auto;
  -moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  height: 36px;
}

.logo-container {
  display: block;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .logo-container {
    display: none;
  }
}

.logo-container h3 {
  height: 30px;
  display: table;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.logo-container h3 a {
  display: table-cell;
  padding: 0;
  margin: 0px;
  height: 30px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.logo-container .logo-infocard {
  background: #cd2122 none repeat scroll 0 0;
  backface-visibility: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  display: none;
  font-size: 12px;
  margin-top: 0px;
  padding: 30px 20px 25px;
  position: absolute;
  top: 100%;
  width: 440px;
  z-index: 3;
  color: #ffffff;
}

.site-header-row-middle-wrapper {
  position: relative;
}

.siteheader-middle {
  height: 46px;
  display: flex;
  justify-content: center;
}

.site-header-middle-logo {
  flex-basis: auto;
  moz-box-pack: start;
  justify-content: flex-start;
  -moz-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-box-flex: 1;
  display: flex;
}

@media only screen and (min-width: 600px) {

  .site-header-row-middle-wrapper {
    display: none;
  }
}

.site-header-bottom-center {
  flex-basis: auto;
  -moz-box-pack: center;
  justify-content: flex-start;
  -moz-box-align: center;
  flex-wrap: wrap;
  -moz-box-flex: 1;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 600px) {

  .site-header-bottom-center {
    width: 68px;
  }
}

.sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  visibility: hidden;
  list-style: none;
}

.sub-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-width: 6px;
  border-bottom-color: transparent;
  border-bottom-width: 5px;
  border-bottom-color: #f5f5f5;
}

.sub-menu {
  top: 28px;
  width: 200px;
  visibility: hidden;
  position: absolute;
  border-radius: 2px;
  border: 1px solid hsla(0,0%,100%,.8);
  box-shadow: 0 0 4px rgba(0,0,0,.4);
  padding: 6px 0;
  background: #f5f5f5;
  list-style: none;
  margin: 0;
}

.sub-menu li a {
  font-family: Montserrat;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  color: #757575;
  min-width: 230px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0,0,0,.03);
  padding: 10px 20px;
  width: 100%;
  display: block;
  text-decoration: none;
}

.sub-menu li:hover a {
  color: #323232;
  background: rgba(0,0,0,.04);
}

.menu-item:hover .sub-menu {
  visibility: visible;
}

.main-menu-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  float: left;
}

.menuwrapper {

}

.main-nav {
  margin-left: 20px;
  margin-right: auto;
}

.main-menu-nav {
  content: " ";
  clear: both;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.main-menu-burgerbutton {
  display: block;
  position: relative;
}

@media (max-width: 992px) {

}

@media (min-width: 1195px) {

  #mm-menuwrapper {
    display: none !important;
  }
}

.mm-menu {
  width: 200px !important;
}

.main-menu-link-active {
  background-color: #cd2122;
  color: #fff !important;
}

.main-menu-nav li.topli {
  margin-left: 0;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  list-style: outside none none;
}

#mm-menuwrapper .main-menu-nav li.topli {
  clear: both;
  margin-left: 20px;
  margin-bottom: 4px;
}

.main-menu-nav li.topli > a {
  color: #f5f5f5;
  padding: 6px;
  backface-visibility: hidden;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  transition: padding .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  z-index: 1;
  display: block;
  text-decoration: none;
}

.main-menu-nav li.topli > a:hover {
  outline: 0;
}

.main-menu-nav li.topli:hover > a::before {
  background-color: #cd2122;
}

.main-menu-nav li.topli > a:hover::before {
  height: 30px;
  opacity: 1;
}

.main-menu-nav li.topli > a::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  height: 14px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: height .2s ease-in-out;
  backface-visibility: hidden;
  z-index: -1;
}

a.readmore {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 22px;
}

.site-header-bottom-right,
.site-header-main-right-bottom {
  margin-left: auto;
  flex-basis: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  display: flex;
}

.site-header-main-right-bottom {
  display: block;
  width: 240px;
}

@media only screen and (max-width: 600px) {

  .site-header-main-right-bottom {
    width: 120px;
  }
}

.cart-drop-wrapper {
  float: right;
  display: block;
  margin: 0px;
  padding: 0px;
}

.cart-drop {
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
  list-style: outside none none;
  padding: 0;
  position: relative;
}

.cart-drop li {
  margin-right: 0;
  margin-left: 0;
  float: left;
  position: relative;
}

.cart-button {
  color: #fff;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  padding-left: 10px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
  opacity: 0.8;
  text-decoration: none;
}

.cart-item-count {
  position: absolute;
  display: none;
  top: -5px;
  left: 3px;
  width: 13px;
  height: 13px;
  line-height: 9px;
  font-size: 9px;
  padding: 1px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
}

.cart-container {
  background: #fff none repeat scroll 0 0;
  backface-visibility: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  display: none;
  font-size: 12px;
  margin-top: 0px;
  padding: 30px 20px 25px;
  position: absolute;
  right: -75px;
  width: 440px;
  z-index: 3;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .cart-container {
    width: 250px;
  }
}

.cart-contents {
  display: block;
  font-size: 11px;
}

.cart-list {
  max-height: 180px;
  overflow-x: hidden;
}

.cart-list .cart-item {
  margin-top: 10px;
  color: #535353;
  overflow: hidden;
  list-style: outside none none;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 11px;
  line-height: 22px;
  list-style: outside none none;
  width: 100%;
}

.cart-list .cart-item a.remove {
  color: #c3c3c3;
  float: right;
  font-size: 16px;
  padding: 0;
  text-decoration: none;
}

.cart-list .cart-item a.product {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding: 0 30px 0 0;
  color: #000;
  text-decoration: none;
}

.cart-list .cart-item a.remove {
  color: #c3c3c3;
  float: right;
  font-size: 16px;
  padding: 0;
  text-decoration: none;
}

img.product-image {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  width: 60px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0 none;
}

.cart-list .cart-item span {
  color: #535353;
}

.cart-list .cart-item span.quantity {
  display: block;
}

.cart-contents p.total {
  float: right;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
  padding: 0 0 15px;
  font-size: 11px;
}

.cart-contents p.total span {
  font-size: 15px;
  font-weight: bold;
}

.cart-contents p.buttons {
  content: " ";
  display: table;
  clear: both;
  margin: 0;
  overflow: hidden;
  font-size: 11px;
  float: right;
}

.ribbon-boost {
  display: block;
  float: right;
  background: #cd2122;
  position: relative;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 10px 5px;
  border-radius: 2px;
  margin-left: 0px;
  z-index: 1;
  text-decoration: none;
}

.ribbon-bost::-moz-focus-inner {
  border: 0;
}

.ribbon-boost:focus,
.ribbon-boost:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.ribbon-boost svg {
  height: 6px;
  margin-top: -1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.ribbon-boost svg path {
  fill: #cd2122;
}

.ribbon-boost:focus svg path,
.ribbon-boost:hover svg path {
  fill: #fff;
}

.chaser {
  display: none;
}

.chaser.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media only screen and (min-width: 992px) {

  .chaser {
    display: block;
    background: rgba(0, 0, 0, .85);
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
  }
}

.header-content-wrap {
  padding-top: 170px;
  padding-bottom: 50px;
}

.header-content-v-center {

}

.header-content-wrap .breadcrumbs::before {
  content: " ";
  display: table;
}

.header-content-wrap .breadcrumbs::after {
  clear: both;
}


.header-content-wrap .breadcrumbs {

  clear: both;
  float: left;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
  background-color: #000;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #535353;
}


.header-content-wrap .breadcrumbs li:first-child::before {
  display: none;
}

.header-content-wrap .breadcrumbs li:first-child {
  padding-left: 15px;
}

.header-content-wrap .breadcrumbs li:before {
  border: 4px solid transparent;
  content: "";
  height: 0;
  width: 0;
  display: inline-block;
  border-left-color: #fff;
  margin: 0 5px;
  border-left-color: #cd2122;
  pointer-events: none;
}

.header-content-wrap .breadcrumbs li {
  color: #eee;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 5px 6px;
  padding-left: 5px;
  background: rgba(0,0,0,.8);
  margin-bottom: 2px;
  float: left;
  position: relative;
  text-transform: uppercase;
}

.header-content-wrap .breadcrumbs li a {
  color: #fff;
  text-decoration: none;
}

.header-content-wrap .subheader-currentdate {
  background: hsla(0, 0%, 100%, 0.5) none repeat scroll 0 0;
  color: #383838;
  border-radius: 2px;
  clear: left;
  float: left;
  font: 10px/1 Arial,Helvetica,sans-serif;
  padding: 3px 10px;
}

.subheader-titles {
  text-align: right;
  margin-top: -7px;
}

.subheader-title {
  color: #fff;
  line-height: 1.3;
  margin: 0 0 5px;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

.subheader-subtitle {
  color: #fff;
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 28px;
  font-style: normal;
  text-align: right;
}

/**
 * 
 * the footer area 
 *
 */

.site-footer {
  border-top-color: #FFFFFF;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 22px;
  background: #2f2f2f;
  padding: 60px 0 20px;
  color: #d5d5d5;
  border-top: 4px solid #fff;
  position: relative;
}

.site-footer-bottom {
  border-top-color: #484848;
  padding-top: 30px;
  border-top: 5px solid #484848;
  color: #8b8c8d;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.footer-copyright {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  color: #8b8c8d;
}

.footer-copyright-link {
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-img {
  float: left;
  margin-right: 20px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  color: #fff;
}

.footer-copyright-text {
  margin: 0 0 20px;
  color: #8b8c8d;
}


@media only screen and (min-width: 768px) {

  .site-footer-bottom  .social-icons {
    float: right;
  }
}


.footer-nav-menu {
  margin-bottom: 30px;
}

.footer-nav-menu h3 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: none;
  margin: 0 0 10px;
  padding-bottom: 0;
  text-transform: none;
  line-height: 1.4;
  position: relative;
}

.footer-menu-container {

}

.footer-menu-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.footer-menu-container .menu .menu-item {
  margin-bottom: 0;
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 300 !important;
}

.footer-menu-container .menu .menu-item a {
  color: #fff;
  text-decoration: none;
}

.footer-menu-container .menu .menu-item a:hover,
.footer-menu-container .menu .menu-item a:active {
  color: #d5d5d5;
  text-decoration: none;
}

.contact-details {
  min-height: 64px;
  background-image: url(../images/say_hi.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}

/**
 *
 * error pages
 *
 */

.error-content {
  margin: 20px auto;
  text-align: center;
  line-height: 1;
}

.error-content-title {
  font-weight: bold;
  font-size: 260px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 28px rgba(35,35,35,.5);
  text-transform: uppercase;
  margin: 20px 0;
  color: transparent;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-style: normal;
}

.error-content-msg {
  font-size: 30px;
  text-align: center;
  opacity: 0.2;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
}

/**
 *
 * form styling
 *
 */

input.form-single-line-input {
  max-width: 100%;
  margin-bottom: 15px;
  margin-left: -6px;
  font-size: 13px;
  height: auto;
  outline: none;
  box-shadow: inset 1px 2px 0 rgba(0,0,0,0.06);
  border: 1px solid #D9D9D9;
  line-height: 1.6;
  padding: 26px 16px 6px;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
}

input.form-single-line-input::-moz-focus-inner {
  border: 0;
  padding: 0;

}

input.form-single-line-input::placeholder {
  color: #bababa;
}

.form-single-line-input::-moz-placeholder {
  color: #999;
  opacity: 1;

}

label.form-single-line-input {
  left: 25px;
  color: #969696;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  cursor: text;
  transition: all .25s ease;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 22px;
  border-radius: 4px;
  font-family: inherit;
}

label.form-select-input {
  left: 25px;
  color: #969696;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  cursor: text;
  transition: all .25s ease;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 22px;
}

select.form-select-input {
  max-width: 100%;
  margin-bottom: 15px;
  margin-left: -6px;
  font-size: 13px;
  box-shadow: inset 1px 2px 0 rgba(0,0,0,0.06);
  border: 1px solid #D9D9D9;
  line-height: 1.6;
  padding: 26px 16px 6px;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-multi-line-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

textarea.form-multi-line-input {
  font-size: 13px;
  height: auto;
  outline: none;
  box-shadow: inset 1px 2px 0 rgba(0,0,0,0.06);
  border: 1px solid #D9D9D9;
  line-height: 1.6;
  padding: 26px 16px 6px;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: inherit;
  margin: 0;
  margin-left: -6px;
}

label.form-multi-line-input {
  left: 25px;
  color: #969696;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  cursor: text;
  transition: all .25s ease;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-captcha {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -6px;
}

/**
 *
 * video header
 *
 */

.header-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50%;
}

.header-video-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.header-video-bg-container {

}

.header-video-bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.video-background::before {
  display: none;
  content: "";
  border: 2px solid rgba(205,33,34,.16);
  border-top-color: #cd2122;
  border-right-color: #cd2122;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  -webkit-animation: j .5s infinite linear;
  animation: j .5s infinite linear;
  z-index: 0;
}

.video-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .7;
  pointer-events: none;
}

.video-background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: cover;
  overflow: hidden;
  vertical-align: baseline;
}

.video-overlay {
  background: linear-gradient(to right, rgba(130,36,227,0.3) 0%,rgba(51,158,221,0.4) 100%);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-header-bottom-lines-mask {
  height: 57px;
  bottom: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
}

.page-header-bottom-lines-mask svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
}

.text-separator {
  height: 3px;
  width: 100%;
  border-top-width: 3px;
  border-top-color: #e2e2e2;
  border-top-style: solid;
  margin-top: 15px;
  margin-bottom: 65px;
  clear: both;
  content: " ";
  display: table;
}

/**
 *
 * icon box
 *
 */

.iconbox {
  color: #535353;
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: left;
  min-width: 200px;
  display: block;
}

.iconbox-inner {
  clear: both;
  content: " ";
  display: table;
  color: #535353;
  text-align: left;
}

.iconbox-img-wrapper {
  margin-top: 0;
  margin-bottom: 15px;
  color: #535353;
  text-align: left;
}

iconbox-img-wrapper img {
  width: 100px;
  height: auto;
  vertical-align: middle;
  line-height: 1;
  font-size: 42px;
  transition: color .2s cubic-bezier(0.215,0.610,0.355,1.000);
  max-width: 100%;
  border: 0;
}

.iconbox-content-wrapper {
  overflow: hidden;
  color: #535353;
  text-align: left;
}
.iconbox-title-wrapper {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #535353;
  text-align: left;

}

.iconbox-title {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  color: #535353;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.iconbox-title-underline {
  color: #323232;
  font-weight: bold;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
}

.iconbox-title-underline::after {
  position: absolute;
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background-color: #cd2122;
  bottom: 0;
  left: 0;

}

.iconbox-text-wrapper {
  margin-top: 0;
  margin-bottom: 15px;
  color: #535353;
  text-align: left;
}

.iconbox-text {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #535353;
  text-align: left;
}

.image-with-text {
  text-align: left;
  list-style: none;
  position: relative;
}

.image-with-text img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  color: #000;
  line-height: 0;
  text-align: left;
  list-style: none;
  margin-bottom: 24px;
}

.image-with-text .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-backface-visibility: hidden;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  color: #000;
}

.image-with-text .title {
  background-color: #cd2122;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: auto;
  height: auto;
  margin-left: 0px;
  margin-right: 20px;
  display: inline-block;
  padding: 6px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1;
  z-index: 5;
}

.action-section {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 64px;
  position: relative;
  display: block;
}

/**
 *
 * a call to action box
 *
 */

.action-section-inner-wrapper {
  width: 100%;
}

.action-section-inner-content {
  width: 100%;
}

.action-box::before {
  position: absolute;
  content: '';
  background-color: #CD2122;
  width: 30px;
  height: 32px;
  display: block;
  bottom: -6px;
  left: 20%;
  border-radius: 4px;
  -webkit-transform: skewY(35deg);
  -ms-transform: skewY(35deg);
  transform: skewY(35deg);
  border-top: 0;
  margin-left: -7px;
  color: #fff;
}

.action-box {
  margin-left: -7px;
  border-top-color: #cd2122;
  padding: 0;
  border-radius: 6px;
  margin-top: -25px;
  background-color: #cd2122;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  clear: both;
}

@media only screen and (max-width: 1200px) {
  .action-box {
    margin-top: 40px;
  }
}

.action-box::after {
  display: none;
  border-top-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -25%;
  border-radius: 3px;
  border: 8px solid transparent;
  border-top-width: 7px;
  border-top-color: #CD2122;
}

.action-box-inner::before {
  position: absolute;
  content: '';
  background-color: #CD2122;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  border-radius: 6px;
  transform-origin: right top;
}

.action-box-inner {
  background-color: #cd2122;
  position: relative;
  padding: 35px;
  border-radius: 6px;
  z-index: 1;
  color: #fff;
}

.action-box-inner::after {
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.2);
  width: 90%;
  height: 30%;
  display: block;
  border-radius: 4px;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  right: 5%;
  top: -20px;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.action-box-content {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .action-box-content {
    position: relative;
    display: table;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    color: #fff;
  }
}

.action-box-text {
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .action-box-text {
    color: #fff;
    display: table-cell;
  }
}

.action-box-title {
  margin: 10px;
  margin-bottom: 15px;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.4;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
}

.action-box-subtitle {
  opacity: 0.6;
  line-height: 1.6;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  color: inherit;
}

.action-box-buttons {
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .action-box-buttons {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    color: #fff;
    width: 380px;
  }
}

.action-box-outline-button,
.action-box-outline-button:visited {
  color: #fff;
  border: 3px solid #fff;
  background-color: #cd2122;
  display: inline-block;
  height: auto;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 20px;
  margin-bottom: 16px;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  touch-action: manipulation;
  text-decoration: none;
  outline-width: 0;
}

.action-box-outline-button:hover {
  color: #aaaaaa;
  border: 3px solid #aaaaaa;
  background-color: #cd2122;
  text-decoration: none;
  outline-width: 0;
}


.action-box-reverse-button {
  color: #000;
  border: 3px solid #fff;
  background-color: #fff;
  display: inline-block;
  height: auto;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 20px;
  margin-bottom: 16px;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  touch-action: manipulation;
  text-decoration: none;
  outline-width: 0;
  cursor: pointer;
}

.action-box-reverse-button:hover {
  color: #000;
  border: 3px solid #aaaaaa;
  background-color: #aaaaaa;
  text-decoration: none;
  outline-width: 0;
}

/**
 *
 * the header slide show container
 *
 */

.slideshow-container {
  background-color: #e0e0e0;
  padding-bottom: 52%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 0;
  border-bottom: 0 !important;
}

.slideshow-loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  -webkit-transition: opacity .3s ease-out,visibility .3s ease-out;
  transition: opacity .3s ease-out,visibility .3s ease-out;
}

.slideshow-bg {
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.slideshow-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #535353;
}

.slideshow-selectors {
  position: absolute;
  bottom: 20px;
  width: auto;
  right: 20px;
  z-index: 1;
  text-align: right;
}

.slideshow-bottom-mask::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 10px;
  opacity: .6;
  background: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.3) 0,transparent 70%);
}

.slideshow-bottom-mask {
  pointer-events: none;
  height: 12px;
  z-index: 2;
  bottom: 0;
  border-bottom: 6px solid #fff;
  background: radial-gradient(ellipse at 50% 100%,rgba(0,0,0,.3) 0,transparent 70%);
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
}

.slideshow-bottom-mask::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: -6px;
}

/**
 *
 * Slide show styling...
 *
 */

.slideshow-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slick-slideshow {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-item {
  width: 100%;
  height: 100%;
  min-height: 1px;
  float: left;
  overflow: hidden;
  position: relative;
  display: block;
}

.slick-image {
  opacity: 1;
  background-position: center center;
  object-position: center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: block;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
  border: 0;
}

.slick-image-overlay-one {
  background-color: rgba(6,111,217,0.3);
  opacity: 1;
  pointer-events: none;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
  height: 100%;
}

.slick-image-overlay-two {
  background: rgba(91,48,0,0.3);
  background: -moz-linear-gradient(left, rgba(91,48,0,0.3) 0%, rgba(53,53,53,0.25) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(91,48,0,0.3)), color-stop(100%,rgba(53,53,53,0.25)));
  background: -webkit-linear-gradient(left, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);
  background: -o-linear-gradient(left, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);
  background: -ms-linear-gradient(left, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);
  background: linear-gradient(to right, rgba(91,48,0,0.3) 0%,rgba(53,53,53,0.25) 100%);
  opacity: 1;
  pointer-events: none;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
  height: 100%;
}

.slick-image-overlay-three {
  background: rgba(132,30,193,0.25);
  background: -moz-linear-gradient(left, rgba(132,30,193,0.25) 0%, rgba(61,15,15,0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(132,30,193,0.25)), color-stop(100%,rgba(61,15,15,0.3)));
  background: -webkit-linear-gradient(left, rgba(132,30,193,0.25) 0%,rgba(61,15,15,0.3) 100%);
  background: -o-linear-gradient(left, rgba(132,30,193,0.25) 0%,rgba(61,15,15,0.3) 100%);
  background: -ms-linear-gradient(left, rgba(132,30,193,0.25) 0%,rgba(61,15,15,0.3) 100%);
  background: linear-gradient(to right, rgba(132,30,193,0.25) 0%,rgba(61,15,15,0.3) 100%);
  opacity: 1;
  pointer-events: none;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 100%;
  height: 100%;
}

.slick-caption-one::after {
  clear: both;
  content: " ";
  display: table;
}

.slick-slider, .slick-list, .slick-track {
  height: 100%;
}

.slick-prev {
  display: block;
  position: absolute;
  top: calc(50% - 62px);
  left: 2%;
  color: #fff;
  line-height: 64px;
  font-size: 64px;
  opacity: .42;
  z-index: 5;
}

.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 62px);
  right: 2%;
  color: #fff;
  line-height: 64px;
  font-size: 64px;
  opacity: .42;
  z-index: 5;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: calc(5% - 10px);
  right: 2%;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  opacity: .42;
  z-index: 5;
}

.slick-dots {
  position: absolute;
  bottom: 8%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #fff;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-caption-one::before {
  content: " ";
  display: table;
}

.slick-caption-one {
  bottom: auto;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: 70px;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  backface-visibility: hidden;
  z-index: 1;
}

.slick-caption-one .container {
  padding: 0;
  bottom: auto;
  margin-top: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

@media only screen and (max-width: 991px) {

  .slick-caption-one {
    top: 50%;
    margin-top: 0px;
    z-index: 5;
  }
  /*
    .slick-caption-one .container {
      top: 50%;
      margin-top: 0px;
      z-index: 5;
    }
    */
}

@media only screen and (max-width: 576px) {

  .slick-caption-one {
    top: 20%;
    margin-top: -10px;
    margin-left: 5px;
    z-index: 5;
  }
  /*
    .slick-caption-one .container {
      top: 50%;
      margin-top: -10px;
      margin-left: 5px;
      z-index: 5;
    }
    */
}

@media only screen and (max-width: 991px) {
  .slick-prev {
    opacity: 0;
  }
  .slick-next {
    opacity: 0;
  }
}

.slick-caption-one h2.line1 {
  font-size: 26px;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
  -webkit-transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  /*
   -webkit-transform: translateX(100px);
   transform: translateX(100px);
   */
  color: #fff;
  line-height: 1.6;
  padding: 16px 25px;
  float: left;
  text-shadow: none;
  background: none;
  position: relative;
  border: 0;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 776px) {
  .slick-caption-one h2.line1 {
    font-size: 22px;
    line-height: 1;
  }
}

.slick-caption-one h2.line1::before {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  content: '';
  position: absolute;
  border-radius: 8px;
  background-color: rgba(0,0,0,0.24);
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear,left top,right top,color-stop(40%,rgba(0,0,0,0.25)),color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.25) 40%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,rgba(0,0,0,0.25) 40%,rgba(0,0,0,0) 100%);
}

.slick-caption-one a.line2 {
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-delay: .4s !important;
  -webkit-transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  /*
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  */
  color: #fff;
  background: transparent;
  font-size: 18px;
  line-height: 58px;
  height: 58px;
  float: left;
  margin-left: 5px;
  position: relative;
  padding: 0 48px;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 776px) {
  .slick-caption-one a.line2 {
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slick-caption-one a.line2::before {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  border-color: #cd2122;
  background: rgba(205,33,34,0.7);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-right-width: 4px;
  border-right-style: solid;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.slick-caption-one h3.line2 {
  font-size: 28px;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
  -webkit-transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  /*
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  */
  float: left;
  clear: both;
  line-height: 1;
  color: #fff;
  background: transparent;
  position: relative;
  padding: 15px 20px 15px 2000px;
  margin: 0 0 0 -2000px;
  z-index: 1;
  min-width: 400px;
  text-align: right;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 776px) {
  .slick-caption-one h3.line2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.slick-caption-one h3.line2::before {
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0,0,0,0.65);
  right: 0;
  top: 0;
  z-index: -1;
  border-right: 4px solid #000;
}

.slick-caption-one h4.line3 {
  font-size: 16px;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transition-delay: .5s !important;
  transition-delay: .5s !important;
  -webkit-transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  transition-timing-function: cubic-bezier(0.230,1.000,0.320,1.000) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  /*
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  */
  float: left;
  clear: both;
  line-height: 1;
  color: #F8F8F8;
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 2000px;
  margin: 8px 0 0 -2000px;
  text-align: right;
  font-weight: 500;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
}

@media only screen and (max-width: 776px) {
  .slick-caption-one h4.line3 {
    display: none;
  }
}

.slick-caption-one h4.line3::before {
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(0,0,0,0.4);
  right: 0;
  top: 0;
  z-index: -1;
}

/**
 *
 * home page headline
 *
 */

.home-headline {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  display: block;
}

.home-headline-inner-wrapper {
  width: 100%;
}

.home-headline-inner-content {
  width: 100%;
}

.home-title-block::before {
  content: " ";
  display: table;
}

.home-title-block {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.home-title-block::after {
  clear: both;
  content: " ";
  display: table;
}

.home-title-block .title {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  font-style: normal;
  color: #c8c8c8;
  margin-top: 0;
  margin-bottom: 10px;
}

.home-title-block .subtitle {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 100;
  font-style: normal;
  margin-top: 0;
}

/**
 *
 * home page testimonials
 *
 */

.testimonial {
  padding-top: 35px;
  padding-bottom: 70px;
  position: relative;
  display: block;
}

.testimonials-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.testimonials-overlay {
  background: rgba(205,33,34,1);
  background: -moz-linear-gradient(left, rgba(205,33,34,1) 0%, rgba(245,72,76,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(205,33,34,1)), color-stop(100%,rgba(245,72,76,1)));
  background: -webkit-linear-gradient(left, rgba(205,33,34,1) 0%,rgba(245,72,76,1) 100%);
  background: -o-linear-gradient(left, rgba(205,33,34,1) 0%,rgba(245,72,76,1) 100%);
  background: -ms-linear-gradient(left, rgba(205,33,34,1) 0%,rgba(245,72,76,1) 100%);
  background: linear-gradient(to right, rgba(205,33,34,1) 0%,rgba(245,72,76,1) 100%);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.testimonials-inner-wrapper {
  width: 100%;
}

.testimonials-inner-content {
  width: 100%;
}

.testimonials-title-block::before {
  content: " ";
  display: table;
  text-align: center;
}

.testimonials-title-block {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.testimonials-title-block::after {
  clear: both;
  content: " ";
  display: table;
  text-align: center;
}

.testimonials-title {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.testimonials-wrapper {
  color: #535353;
}

.testimonials::before {
  content: " ";
  display: table;
  color: #535353;
}

.testimonials {
  margin-left: -50px;
  color: #535353;
}

.testimonials::after {
  clear: both;
  content: " ";
  display: table;
  color: #535353;
}

.testimonials-item-2 {
  width: 240px;
  float: left;
  margin-left: 50px;
  margin-bottom: 50px;
  color: #fff;
}

.testimonials-text {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
  padding: 50px 25px 40px;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  position: relative;
  color: #fff;
}

.testimonials-text::after {
  top: 100%;
  content: '';
  position: absolute;
  left: 55px;
  border: 13px solid transparent;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  color: #fff;
  border-top-color: rgba(0,0,0,0.2);;
}

.testimonials-info {
  margin-top: 15px;
  color: #fff;
}

.testimonials-img {
  color: #fff;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-top: 0;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  border: 5px solid rgba(255,255,255,0.2);
  background-clip: content-box;
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
}

.testimonials-name {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
}

.testimonials-position {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 5px;
  color: #fff;
}

/**
 *
 * shop page
 *
 */

.shop-header {

}

.shop-title {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.shop-result-count {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #838383;
  float: left;
}

.shop-products-wrapper {

}

.shop-products::before {
  content: ' ';
  display: table;

}

.shop-products {
  margin: 0 -15px;
  padding: 0;
  clear: both;
}

.shop-products::after {
  clear: both;
  content: ' ';
  display: table;
}

.shop-product {
  width: 240px;
  height: 356px;
  margin: 0 0 30px;
  padding: 0 15px;
  float: left;
  display: table;
  position: relative;
  list-style: none;
}

.shop-product-list-item::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px #e8e8e8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.shop-product-list-item {
  height: 356px;
  display: block;
  position: relative;
  background: #ffffff;
  background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(61%,#ffffff),color-stop(100%,#ededed));
  background: -webkit-radial-gradient(center ellipse,#ffffff 0%,#ffffff 50%,#ededed 100%);
  background: radial-gradient(ellipse at center,#ffffff 0%,#ffffff 50%,#ededed 100%);
  padding: 4px;
}

.shop-product-list-item:hover {
  text-decoration: none;
  box-shadow: inset 0 0 0 4px #9c9c9c;
}

.shop-product-link {
  height: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  background-color: #ffffff;
}

.shop-product-link:hover {
  color: #000;
  text-decoration: none;
}

.shop-badge-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.shop-prod-image-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: block;
}

.shop-prod-image-primary {
  position: relative;
  z-index: 1;
  width: auto;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  height: auto;
  display: block;
  box-shadow: none;
  max-width: 100%;
  border: 0;
  text-align: center;
}

.shop-prod-image-secondary {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  margin-bottom: 0;
  box-shadow: none;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  text-align: center;
}

.shop-prod-details::before {
  content: " ";
  display: table;
}

.shop-prod-details {
  padding: 20px 20px 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff;
  text-decoration: none;
  height: 220px;
}

.shop-product-list-item:hover .shop-prod-details {
  background: #edecec;
}

.shop-prod-details::after {
  clear: both;
  content: " ";
  display: table;
}

.shop-prod-title {
  color: #2f2f2f;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 300;
  min-height: 40px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
  text-decoration: none;
}

.shop-prod-desc {
  display: block;
  clear: both;
  position: relative;
  height: 60px;
  overflow: hidden;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.5) 50%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.5) 50%,rgba(255,255,255,0) 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-decoration: none;
}

.shop-prod-desc p {
  margin: 0 0 20px;
  font-size: 12px;
  color: #939393;
  line-height: 1.4;
  text-decoration: none;
}

.shop-prod-price {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-decoration: none;
  display: block;

}

.shop-prod-amount {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.shop-prod-actions {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: auto;
  overflow: hidden;
  line-height: 1;
  z-index: 0;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
}

.shop-prod-add-to-cart,
.shop-prod-expand {
  color: #fff !important;
  background-color: #cd2122;
  text-transform: uppercase;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 6px 10px;
  white-space: nowrap;
  margin-bottom: 3px;
  position: relative;
  float: right;
  clear: right;
  font-weight: 600;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  text-decoration: none;
  text-align: right;
}

.shop-product-list-item:hover .shop-prod-add-to-cart,
.shop-product-list-item:hover .shop-prod-expand {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  text-decoration: none;
}

.shop-pagination {

}

.shop-pagination-list {
  margin: 10px 0 20px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6;
  color: #888;
  list-style-type: none;
  padding: 10px 0;
}

.shop-pagination-item {
  display: inline-block;
  margin: 0 5px;
}

.shop-pagination-prev {
  margin-right: 50px;
}

.shop-pagination-item-span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  float: none;
  color: rgba(0,0,0,.85);
  border-radius: 3px;
  text-shadow: none;
}

.shop-pagination-item-active {

}

.pagination-item-active-span {
  color: rgba(0,0,0,.5);
  background: none;
  border: 2px solid rgba(0,0,0,.18);
  height: 40px;
  line-height: 38px;
  width: 40px;
  cursor: default;
}

.shop-pagination-item-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  float: none;
  color: rgba(0,0,0,.85);
  border-radius: 3px;
  border: 0;
  background: none;
  text-shadow: none;
}

.shop-pagination-next {
  margin-left: 50px;
}

/**
 *
 * FAQ page
 *
 */

.faq-section {
  padding-top: 60px;
  padding-bottom: 25px;
  position: relative;
  display: block;
}

.faq-section-inner-wrapper {
  width: 100%;
}

.faq-section-inner-content {
  width: 100%;
}

.faq-accordion {
  color: #535353;
}

.faq-section-title {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.panel-group {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 11px 15px 10px;
  color: #535353;
}

.panel {
  margin-bottom: 8px;
  margin-left: 54px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none;
  color: #535353;
}

.panel-title {
  margin: 0;
  color: #535353;
}

.collapsed {

}

.panel-toggle::before {
  width: 36px;
  height: 50px;
  background-color: #cd2122;
  position: absolute;
  left: -54px;
  top: 5px;
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

.panel-toggle.collapsed::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  line-height: 40px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  background-color: #D3D3D3;
  height: 40px;
}

.panel-toggle:visited,
.panel-toggle:active,
.panel-toggle:focus {
  text-decoration: none;
  color: #505050;
}

.panel-toggle {
  color: #505050;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0;
  padding: 10px 10px 5px 0;
  background: none;
  border: 0;
  font-size: 14px;
  text-decoration: none;
}

.panel-toggle:hover {
  text-decoration: none;
  color: #cd2122;
}

.panel-toggle::before:hover {
  background-color: #cd2122;
}

.panel-toggle-icon {
  text-align: left;
  font-size: 14px;
  color: #000;
}

.panel-content-container {
  max-height: 0;
  color: #535353;
  overflow: hidden;
}

.panel-content {
  padding: 10px 15px 10px 0;
  color: #535353;
}

.panel-content-inner-wrapper {
  width: 100%;
  color: #535353;
}

.panel-content-inner-content {
  width: 100%;
  color: #535353;
}

.text-box {
  color: #535353;
}

.text-box p {
  margin: 0 0 20px;
  margin-bottom: 0;
  color: #535353;
}

/**
 *
 * Login page...
 *
 */

.login-inner-wrapper {
  width: 100%;
}

.column-element-inner-content {
  width: 100%;
}

.login-form-wrapper {
  padding-top: 0px;
  padding-bottom: 20px;
  color: #535353;
}

.login-form-message {
  margin: 0 0 20px;
}

.login-form-container {
  color: #535353;
}

.login-form {
  border: 1px solid #E9E9E9;
  padding: 10px 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  color: #535353;
}

.login-form-row {
  padding: 3px;
  margin: 0 0 6px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  color: #535353;
}

.login-form-row label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  color: #535353;
}

.login-form-row input.text-input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  border: 1px solid #d8d8d8;
  height: auto;
  min-height: 30px;
  padding: 7px 10px;
  box-shadow: inset 2px 2px 0 0px rgba(0,0,0,0.05);
  border-radius: 3px;
  -webkit-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  text-align: left;
}

.login-form-row span.required {
  color: red;
  font-weight: 700;
  border: 0;
  line-height: 2;
  text-align: left;
}

.login-form-submit {
  display: block;
  float: left;
}

.login-form-forgot-container {
  margin: 0 0 20px;
  text-align: left;
  color: #535353;
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}

.login-form-forgot-link {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  text-align: left;
}

/**
 * 
 * Register page
 *
 */

.register-container {
  padding-bottom: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 0 !important;
  box-sizing: border-box;
}

.register-bg {
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.register-wrapper {
  padding-bottom: 60px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.register-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.register-background-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.register-background {
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.register-background-overlay {
  background: linear-gradient(to right, rgba(142,10,29,.7) 0%,rgba(0,0,0,.8) 100%);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.register-safe-padding {
  padding-top: 150px;
  padding-bottom: 45px;
}

.register-content {
  color: #fff;
  padding-top: 20px;
}

.register-title {
  margin-top: 60px;
  font-size: 48px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  line-height: 1.3;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.register-subtitle {
  font-size: 28px;
  font-weight: 400;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  line-height: 1.4;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-style: normal;
  color: #fff;
}

.register-form-container {
  padding: 25px 30px;
  background: rgba(255,255,255,0.3);
  color: #272727;
  position: relative;
  border-radius: 4px;
}

.register-form-container > h4 {
  margin: 10px 0 45px;
  font-size: 32px;
  font-weight: 300;
  color: #464444;
  text-align: center;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 28px;
  font-style: normal;
  color: #fff;
}

.register-form {
  margin: 0;
  color: #272727;
}

.validate-response {
  color: #272727;
}

.register-form-group {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  color: #272727;
}

.register-form-group label {
  padding-top: 7px;
  text-align: right;
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  font-weight: normal;
}

.register-form-group input.text-input {
  padding: 0px;
  padding-left: 10px;
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.register-form-group input.text-input::-webkit-input-placeholder,
.register-form-group input.text-input::-moz-placeholder,
.register-form-group input.text-input:-ms-input-placeholder,
.register-form-group input.text-input:-moz-placeholder,
.register-form-group input.text-input::placeholder {
  color: #636c72;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 0.5;
}

.register-submit {
  float: right;
  cursor: pointer;
}

.submit-spinner {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-hgiht: 20px;
  margin: 0px;
  padding: 0px;
  margin-right: 8px;
  margin-top: 8px;
  float: right;
}

.register-bottom-mask {
  height: 57px;
  bottom: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
}

.register-bottom-mask svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: -15px;
  overflow: hidden;
  pointer-events: none;
}

.register-bottom-mask i {
  bottom: 5px;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 22px;
  opacity: .2;
  height: 15px;
  top: auto;
  margin-left: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/**
 *
 * sidebar styling
 *
 */

.sidebar-innerwrapper {
  width: 100%;
}

.sidebar-innercontent {
  width: 100%;
}

.sidebar {
  color: #535353;
  padding: 20px 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
}

.link-list-container {
  margin-bottom: 30px;
}

.sidebar-link-block {
  position: relative;
  color: #535353;
}

.sidebar-link-block h3::before {
  width: 100%;
  border-bottom: 1px solid #ececec;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 0;
}

.sidebar-link-block h3 {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  color: #050505;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding-bottom: 20px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

.sidebar-link-block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 0;
  width: 50px;
  border-bottom: 1px solid #cd2122;
}

.sidebar-links {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #535353;
}

.sidebar-link-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  list-style: none;
  color: #535353;
}

.sidebar-link {
  color: #000;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 0;
  float: left !important;
  position: relative;
  display: inline-block;
}

.sidebar-link:hover {
  text-decoration: none;
}

.sidebar-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 3px hsla(0,0%,100%,.15);
  transition: box-shadow .2s ease-out,background-color .2s ease-out;
  text-decoration: none;
}

/**
 *
 * tables
 *
 */

table.license-history-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table.license-history-table td {
  margin: 4px;
  padding: 0px;
}

table.license-history-table tr.header {

}

table.license-history-table th.header {
  background-color: #d9edf7;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

table.license-history-table tr.content td {
  margin: 0px;
  padding: 4px;
  padding-left: 8px;
}

table.license-history-table tr.subheader th {
  margin: 0px;
  padding: 8px;
}

table.table-striped {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}



table.table-striped > thead > tr > th {
  border-top: 0;
  padding: 8px;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  text-align: left;
  background-color: transparent;
}

table.table-striped  > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > tbody > tr.success > th,
table > tbody > tr.success > td {
  background-color: #dff0d8;
}

table > tbody > tr.error > th,
table > tbody > tr.error > td {

}

table > tbody > tr.warning > th,
table > tbody > tr.warning > td {
  background-color: #fcf8e3;
}

table > tbody > tr.info > th,
table > tbody > tr.info > td {
  background-color: #d9edf7;
}

/**
 *
 * context menu title
 *
 */

.data-title:before {
  content: attr(data-menutitle);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #DDD;
  padding: 2px;
  padding-left: 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.context-menu-item {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  color: #050505;
  line-height: 14px;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding: 0px;
  padding-top: 12px;
  padding-left: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  position: relative;
}

.data-title :first-child {
  margin-top: 40px;
}

table#products-table tbody tr {
  cursor: pointer;
}

/**
 *
 * product viewing
 *
 */

.product-inner-wrapper {
  width: 100%;
}

.prdouct-inner-content {
  width: 100%;
}

.product-container {

}

.product-row-wrapper {
  margin-bottom: 0;
  position: relative;
}

.product-badge-container {
  left: 35px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.product-image-inner-wrapper {
  opacity: 1;
  transition: opacity 0.25s ease-in-out 0s;
  position: relative;
  width: 100%;
  margin-bottom: 2em;
  float: left;
  display: block;
}

.product-image-container {
  margin-bottom: 20px;
}

.product-image-container a {
  display: block;
  background-color: transparent;
  text-decoration: none;
}

.product-image-container img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

.product-summary {
  float: none !important;
  width: 100% !important;
  margin-bottom: 2em;
}


.product-title {
  line-height: 1.4;
  clear: none;
  padding: 0;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  margin: 0.67em 0;
}

.product-price {
  margin-bottom: 1.618em;
  line-height: 2;
  display: block;
}

.product-description-container {

}

.product-description {
  margin-bottom: 30px;
}

.product-description p {
  margin: 0 0 20px;
}

.product-meta {
  margin-bottom: 10px;
}

.product-meta .sku {
  display: block;
}

.product-meta .categories {
  display: block;
}

.xedit-textline {
  width: 100%;
}

.editable-address input {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 8px;
  white-space: normal;
}

.editable-state {
  width: auto;
  max-width: 280px;
}

.editable-country {
  width: auto;
  max-width: 280px;
}

.product-image-set {
  margin-bottom: 20px;
  display: block;
}

.product-image {
  margin-bottom: 30px;
  width: 100%;
}

.product-image a img {
  width: 100%;
}

/* details for cropit (jQuery file uploader) */

.product-gallery-form .image-editor {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.product-gallery-form .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 250px;
  height: 250px;
}

.product-gallery-form .cropit-preview-image-container {
  cursor: move;
}

.product-gallery-form .image-size-label {
  margin-top: 10px;
}

.product-gallery-form  input {
  display: block;
}

.product-gallery-form button[type="submit"] {
  margin-top: 10px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* product viewing (gallery) */

.product-slick-slideshow {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.product-slick-slide {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 0;
}

.product-slick-image {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  z-index: 0;
}

.product-slick-dots {

  /*
  position: absolute;
  bottom: 8%;
  */

  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  right: 2%;
  color: #000;
  line-height: 18px;
  font-size: 18px;
  opacity: .42;
  z-index: 5;
}

.product-slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  list-style: none;
  text-align: center;
  color: #000;
  line-height: 18px;
  font-size: 18px;
}

.product-slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #000;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #000;
  outline: none;
}

.product-slick-dots button:hover, .product-slick-dots li.slick-active button {
  background-color: #000;
}

.notification-icon {
  position: absolute;
  display: none;
  top: -5px;
  left: 3px;
  width: 13px;
  height: 13px;
  line-height: 9px;
  font-size: 9px;
  padding: 1px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
}

.to-choice {
  cursor: pointer;
}

.product-selected {
  background-color: #ffff99;
}

.base-image-picker {
  background-color: #E8E8E8;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
.hamburger:hover {
  opacity: 0.7; }
.hamburger.is-active:hover {
  opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }
.hamburger-inner::before {
  top: -10px; }
.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }
.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/* font awesome external */
<i class="fas fa-external-link-alt"></i>



                                        /* Bulma */
                                      <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">

                                                                                                                                /* Bulma Responsive Tables */
                                                                                                                              <link rel="stylesheet" href="%SOME-LOCAL-PATH%/bulma-responsive-tables/css/main.min.css">

                                                                                                                                                                                                                        /* Bulma Responsive Tables */
@import "node_modules/bulma-responsive-tables/bulma-responsive-tables";

/* Bulma */
@import "node_modules/bulma/bulma";

.table-wrapper .table {
  margin-bottom: 0;
}

.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .table-wrapper {
    overflow-x: auto;
  }
}

.b-table {
  transition: opacity 86ms ease-out;
  /*.level:not(.top) {
    padding-bottom: $size-base * 1.5;
  }*/
}

@media screen and (min-width: 769px), print {
  .b-table .table-mobile-sort {
    display: none;
  }
}

.b-table .icon {
  transition: transform 150ms ease-out, opacity 86ms ease-out;
}

.b-table .icon.is-desc {
  transform: rotate(180deg);
}

.b-table .icon.is-expanded {
  transform: rotate(90deg);
}

.b-table .table {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  border-collapse: separate;
}

.b-table .table th {
  font-weight: 600;
}

.b-table .table th .th-wrap {
  display: flex;
  align-items: center;
}

.b-table .table th .th-wrap .icon {
  margin-left: 0.5rem;
  margin-right: 0;
  font-size: 1rem;
}

.b-table .table th .th-wrap.is-numeric {
  flex-direction: row-reverse;
  text-align: right;
}

.b-table .table th .th-wrap.is-numeric .icon {
  margin-left: 0;
  margin-right: 0.5rem;
}

.b-table .table th .th-wrap.is-centered {
  justify-content: center;
  text-align: center;
}

.b-table .table th.is-current-sort {
  border-color: #7a7a7a;
  font-weight: 700;
}

.b-table .table th.is-sortable:hover {
  border-color: #7a7a7a;
}

.b-table .table th.is-sortable,
.b-table .table th.is-sortable .th-wrap {
  cursor: pointer;
}

.b-table .table th .multi-sort-cancel-icon {
  margin-left: 10px;
}

.b-table .table th.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3 !important;
  background: white;
}

.b-table .table tr.is-selected .checkbox input:checked + .check {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%2300d1b2' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
}

.b-table .table tr.is-selected .checkbox input + .check {
  border-color: #fff;
}

.b-table .table tr.is-empty:hover {
  background-color: transparent;
}

.b-table .table .is-chevron-cell, .b-table .table .is-checkbox-cell {
  width: 40px;
}

.b-table .table .is-chevron-cell {
  vertical-align: middle;
}

.b-table .table .is-checkbox-cell .checkbox {
  vertical-align: middle;
}

.b-table .table .is-checkbox-cell .checkbox.b-checkbox {
  margin-right: 0;
}

.b-table .table .is-checkbox-cell .checkbox .check {
  transition: none;
}

.b-table .table tr.detail {
  box-shadow: inset 0 1px 3px #dbdbdb;
  background: #fafafa;
}

.b-table .table tr.detail .detail-container {
  padding: 1rem;
}

.b-table .table:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.b-table .table.is-bordered th.is-current-sort,
.b-table .table.is-bordered th.is-sortable:hover {
  border-color: #dbdbdb;
  background: whitesmoke;
}

.b-table .table td.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background: white;
}

.b-table .table td.is-image-cell .image {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
}

.b-table .table td.is-progress-cell {
  min-width: 5rem;
  vertical-align: middle;
}

.b-table .table-wrapper.has-sticky-header {
  height: 300px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .b-table .table-wrapper.has-sticky-header.has-mobile-cards {
    height: initial !important;
    overflow-y: initial !important;
  }
}

.b-table .table-wrapper.has-sticky-header tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}

@media screen and (max-width: 768px) {
  .b-table .table-wrapper.has-mobile-cards thead {
    display: none;
  }
  .b-table .table-wrapper.has-mobile-cards tfoot th {
    border: 0;
    display: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    position: relative;
    display: block;
  }
  .b-table .table-wrapper.has-mobile-cards tr td {
    border: 0;
    display: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr td:last-child {
    border-bottom: 0;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]) {
    background: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]):hover {
    background-color: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr.detail {
    margin-top: -1rem;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
    display: block;
    width: auto;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid whitesmoke;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: 0.5rem;
    text-align: left;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 0.5rem;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress {
    display: flex;
    align-items: center;
    align-self: center;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell {
    border-bottom: 0 !important;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before {
    display: none;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before {
    display: none;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span {
    display: block;
    width: 100%;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress {
    width: 100%;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td br {
    display: block;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]) br {
    display: block;
  }
}

.b-table .table-wrapper.is-card-list thead {
  display: none;
}

.b-table .table-wrapper.is-card-list tfoot th {
  border: 0;
  display: inherit;
}

.b-table .table-wrapper.is-card-list tr {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  position: relative;
  display: block;
}

.b-table .table-wrapper.is-card-list tr td {
  border: 0;
  display: inherit;
}

.b-table .table-wrapper.is-card-list tr td:last-child {
  border-bottom: 0;
}

.b-table .table-wrapper.is-card-list tr:not(:last-child) {
  margin-bottom: 1rem;
}

.b-table .table-wrapper.is-card-list tr:not([class*="is-"]) {
  background: inherit;
}

.b-table .table-wrapper.is-card-list tr:not([class*="is-"]):hover {
  background-color: inherit;
}

.b-table .table-wrapper.is-card-list tr.detail {
  margin-top: -1rem;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td {
  display: flex;
  width: auto;
  justify-content: space-between;
  text-align: right;
  border-bottom: 1px solid whitesmoke;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
  content: attr(data-label);
  font-weight: 600;
  padding-right: 0.5rem;
  text-align: left;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.5rem;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress {
  display: flex;
  width: 45%;
  align-items: center;
  align-self: center;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell {
  border-bottom: 0 !important;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before {
  display: none;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before {
  display: none;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span {
  display: block;
  width: 100%;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress {
  width: 100%;
}

.b-table.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}

.b-table.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: 4em;
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
  border-width: 0.25em;
}

.b-table.has-pagination .table-wrapper {
  margin-bottom: 0;
}

.b-table.has-pagination .table-wrapper + .notification {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*material design icons*/

.mdi::before {
  font-size: 24px;
  line-height: 14px;
}
.btn .mdi::before {
  position: relative;
  top: 4px;
}
.btn-xs .mdi::before {
  font-size: 18px;
  top: 3px;
}
.btn-sm .mdi::before {
  font-size: 18px;
  top: 3px;
}
.dropdown-menu .mdi {
  width: 18px;
}
.dropdown-menu .mdi::before {
  position: relative;
  top: 4px;
  left: -8px;
}
.nav .mdi::before {
  position: relative;
  top: 4px;
}
.navbar .navbar-toggle .mdi::before {
  position: relative;
  top: 4px;
  color: #FFF;
}
.breadcrumb .mdi::before {
  position: relative;
  top: 4px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a:hover span {
  text-decoration: underline;
}
.alert .mdi::before {
  position: relative;
  top: 4px;
  margin-right: 2px;
}
.input-group-addon .mdi::before {
  position: relative;
  top: 3px;
}
.navbar-brand .mdi::before {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px
}

table.adminstats > thead > tr > th, table.adminstats > tbody > tr > td {
  padding: initial;
  padding-right: 1em;
  min-width: 17em;
  vertical-align: top;
  font-family: monospace, "Lucida Console", "Courier New";
  font-size: small
}
table.adminstats .namecol {
  min-width: 25em;
  width: 25em;
}
table.adminstats .namecolwide {
  /*min-width: 35em;*/
  /*width: 35em;*/
}
table.adminstats .royaltycol {
  min-width: unset;
}
/*table.table-striped > tbody > tr > td {*/
/*  padding: unset;*/
/*  padding-right: 1em;*/
/*}*/

.backup-table {

}

.backups-list-col-name .backup-list-col-line {
  display: block;
  clear: both;
  width: 100%;
}

.backups-list-col-name .backup-list-col-line.name {
  font-size: 18px;
}

.backups-list-col-name .backup-list-col-line.ecu {
  font-size: 10px;
}

.user-search-control {
  display: inline-block;
  width: 380px;
  vertical-align: top;
}

.clear-user-action-button {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 8px;
}

.user-search-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 8px;
}


.vin-search-control {
  display: inline-block;
  width: 380px;
  vertical-align: top;
}

.clear-vin-action-button {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 8px;
}

.vin-search-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 8px;
}

/* - - - - buds pages - - - */

.buds-filtering-wrapper,
.buds-results-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.buds-filtering-wrapper {
  display: flex;
}

.buds-filtering-wrapper .custom-checkbox {
  flex: 1;
}

.buds-filtering-wrapper .custom-text {
  flex: 5;
}

.buds-filtering-wrapper .ccustom-picker {
  flex: 1;
}

.buds-filtering-wrapper .custom-button {
  width: 90px;
  padding-top: 5px;
}

.buds-filtering-wrapper .custom-button input {
  width: 100%;
}

.buds-results-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.buds-pagination {
  width: 100%;
  padding: 0;
  display: flex;
  margin: 24px 0 0;
}

.buds-prev-page {
  width: 90px;
  display: inline-block;
}

.buds-page-numbers {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}

.buds-page-numbers span,
.buds-page-numbers button {
  flex: 1;
  margin-left: 4px;
  margin-right: 4px;
}

.buds-next-page {
  width: 90px;
  display: inline-block;
}

.buds-results-table,
.buds-rules-table,
.buds-code-product-table {
  padding: 0;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 24px 0 0;
}

.buds-results-table td,
.buds-results-table th,
.buds-rules-table td,
.buds-rules-table th,
.buds-code-product-table td,
.buds-code-product-table th {
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 8px;
}

.buds-results-table tr,
.buds-rules-table tr,
.buds-code-product-table tr {
  border-top: 1px solid #b5b5b5;

}
.buds-results-table td:first-child,
.buds-rules-table td:first-child,
.buds-code-product-table td:first-child {
  padding-left: 12px;
}

.buds-code-product-table {

}

.buds-code-product-table th:nth-child(3),
.buds-code-product-table td:nth-child(3) {
  width: 250px;
}

.buds-code-product-table td {
  white-space: nowrap;
}

.buds-filtering-wrapper {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .buds-filtering-wrapper .ecu-type-select {
    flex: 1;
    margin-right: 4px;
    padding-top: 5px;
  }

  .buds-filtering-wrapper .flash-name  {
    flex: 4;
    margin-right: 4px;
    padding-top: 5px;
  }

  .buds-filtering-wrapper .pefi-pipe-select {
    flex: 2;
    margin-right: 4px;
    padding-top: 5px;
  }

  .buds-filtering-wrapper .buds-rule-add {
    width: 90px;
    padding-top: 5px;
  }

  .buds-even-row {
    background-color: #DDDDDD;
  }

  .buds-code-text {
    display: flex;
    width: 100%;
  }

  .buds-code-text .buds-code-label {
    width: 80px;
    text-align: right;
    margin-right: 8px;
  }


  .buds-code-text .buds-code {
    width: 120px;
    text-align: left;
  }

  .buds-pipeline-match {
    display: block;
    padding: 0;
    margin: 12px 0 0;
  }
}