/* line 2, ../scss/style.scss */
.parameter-values {
  display: block;
  clear: both;
  margin: 1em 0;
}
/* line 6, ../scss/style.scss */
.parameter-values dt,
.parameter-values dd {
  font-size: 12px;
  float: left;
  width: 50%;
}
/* line 14, ../scss/style.scss */
.parameter-values dt {
  clear: both;
  font-size: 12px;
  font-weight: bold;
}

/* line 23, ../scss/style.scss */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* line 32, ../scss/style.scss */
.mobile-fixed-sidebar {
  display: none;
  z-index: 600;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
/* line 36, ../scss/style.scss */
.mobile-fixed-sidebar .wrap {
  position: relative;
}
/* line 39, ../scss/style.scss */
.mobile-fixed-sidebar .trigger-open {
  position: absolute;
  left: 100%;
  top: 0;
  background: #880315;
  color: white;
  white-space: nowrap;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 120%;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -52px;
  margin-top: 52px;
}
/* line 55, ../scss/style.scss */
.mobile-fixed-sidebar .trigger-open:hover, .mobile-fixed-sidebar .trigger-open:focus, .mobile-fixed-sidebar .trigger-open:active {
  text-decoration: none;
}

/* line 63, ../scss/style.scss */
.post-entry .entry-thumb {
  float: left;
  max-width: 25%;
  margin-right: 15px;
  text-align: center;
  border: 3px solid #e3e3e3;
}
/* line 70, ../scss/style.scss */
.post-entry .content-wrap {
  overflow: hidden;
}

/* line 76, ../scss/style.scss */
.template-search .entry-content-wrapper .post-title {
  color: #de0020;
  font-size: 24px;
  position: static;
  top: auto;
}
/* line 85, ../scss/style.scss */
.template-search .post-entry .post-meta-infos {
  display: block;
  float: none;
}
/* line 89, ../scss/style.scss */
.template-search .post-entry + .post-entry {
  margin-top: 20px;
}
/* line 92, ../scss/style.scss */
.template-search .post-entry .entry-content-wrapper {
  display: block;
  margin-left: 0;
}
/* line 97, ../scss/style.scss */
.template-search .blog-categories {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJPnz79TyqHgYEBAPQnDrnhY+JBAAAAAElFTkSuQmCC) repeat;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* line 102, ../scss/style.scss */
.template-search .blog-categories a {
  font-weight: bold;
}
/* line 105, ../scss/style.scss */
.main_color .template-search .blog-categories {
  color: #303030;
}
/* line 107, ../scss/style.scss */
.main_color .template-search .blog-categories a {
  color: inherit;
}

/* line 115, ../scss/style.scss */
.search_form_field #searchform > div {
  overflow: hidden;
}

/* line 120, ../scss/style.scss */
#top .template-search.content .entry-content-wrapper {
  padding-left: 0;
  padding-bottom: 20px;
}

/* line 125, ../scss/style.scss */
.prod-sku h2 {
  font-size: 20px;
}

/* line 131, ../scss/style.scss */
#header .header-links a {
  color: black;
  font-family: 'nimbus-sans-condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
/* line 139, ../scss/style.scss */
#header .header-links a:hover {
  text-decoration: none;
  color: #dd001e;
}
/* line 144, ../scss/style.scss */
#header .header-links .fa {
  color: #dd001e;
}
/* line 147, ../scss/style.scss */
body #header .header-links {
  float: right;
  position: static;
  margin-right: 140px;
}
/* line 153, ../scss/style.scss */
#header #quote-head {
  position: static;
  display: inline-block;
}

/* line 160, ../scss/style.scss */
.apb-product-details #scsps_pdf a {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

/* line 166, ../scss/style.scss */
.stars-rating {
  margin: 1.5em 0;
  clear: both;
}
/* line 169, ../scss/style.scss */
.single-series .stars-rating {
  padding-top: 1.5em;
}
/* line 172, ../scss/style.scss */
.stars-rating .label {
  display: block;
  float: left;
  color: #3d3d3d;
  font-weight: bold;
}
/* line 180, ../scss/style.scss */
.stars-rating .wrap {
  overflow: hidden;
  text-align: right;
}

/* line 185, ../scss/style.scss */
.stars-row {
  padding: 7px 5px;
  border-bottom: 1px solid #cc001c;
}

/* line 189, ../scss/style.scss */
.rating-box {
  position: relative;
  vertical-align: middle;
  font-family: FontAwesome;
  display: inline-block;
  color: #8a8a8a;
}
/* line 195, ../scss/style.scss */
.rating-box:before {
  content: "\f006 \f006 \f006 \f006 \f006";
}
/* line 198, ../scss/style.scss */
.rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #8a8a8a;
}
/* line 205, ../scss/style.scss */
.rating-box .rating:before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

/* line 213, ../scss/style.scss */
#top .gform_wrapper .caster-wizard .gfield_label {
  font-size: 18px;
}
/* line 219, ../scss/style.scss */
.gform_wrapper .caster-wizard .gfield_radio label,
.gform_wrapper .caster-wizard .gfield_checkbox label {
  line-height: 80px;
}
/* line 221, ../scss/style.scss */
#top .gform_wrapper .caster-wizard .gfield_radio label, #top
.gform_wrapper .caster-wizard .gfield_checkbox label {
  font-size: 14px;
}
/* line 224, ../scss/style.scss */
.gform_wrapper .caster-wizard .gfield_radio label img,
.gform_wrapper .caster-wizard .gfield_checkbox label img {
  float: left;
  max-height: 80px;
  margin-right: 10px;
  border: 1px solid #aaa;
}
/* line 232, ../scss/style.scss */
.gform_wrapper .caster-wizard .gfield_description {
  font-size: 14px;
  font-style: italic;
}
/* line 238, ../scss/style.scss */
.gform_wrapper .caster-wizard .no-choices .ginput_container,
.gform_wrapper .caster-wizard .no-choices .ginput_container ul {
  margin: 0 !important;
}

/* line 246, ../scss/style.scss */
.alb-ajax-login {
  margin: 1em 0;
}
/* line 248, ../scss/style.scss */
.alb-ajax-login input {
  margin: 0 !important;
}
/* line 251, ../scss/style.scss */
.alb-ajax-login label {
  margin: 0 0 3px;
}
/* line 254, ../scss/style.scss */
.alb-ajax-login .button {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
/* line 261, ../scss/style.scss */
.alb-ajax-login .button + .button {
  margin-top: 0px;
}
/* line 264, ../scss/style.scss */
.alb-ajax-login .button:hover {
  text-decoration: none;
}

/* line 269, ../scss/style.scss */
.callout {
  color: black;
  background: #d7ecfa;
  border: 1px solid rgba(10, 10, 10, 0.25);
  margin: 0 0 1em;
  padding: 10px;
}
/* line 275, ../scss/style.scss */
.callout.success {
  background: #e1faea;
}
/* line 278, ../scss/style.scss */
.callout.alert {
  background: #f7e4e1;
}

@media screen and (max-width: 767px) {
  /* line 283, ../scss/style.scss */
  .mobile-fixed-sidebar {
    display: block;
    text-align: left;
    position: fixed;
    top: 15%;
    left: -220px;
    width: 220px;
    height: 70%;
    background: white;
    border: 1px solid black;
    overflow: visible;
  }
  /* line 294, ../scss/style.scss */
  .mobile-fixed-sidebar.opened {
    left: 0;
  }
  /* line 297, ../scss/style.scss */
  .mobile-fixed-sidebar .wrap {
    height: 100%;
    overflow: scroll;
  }
  /* line 301, ../scss/style.scss */
  .mobile-fixed-sidebar .trigger-open {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 308, ../scss/style.scss */
  .alb-ajax-login .button {
    display: inline-block;
    width: auto;
  }
}
