/*******************************************************************************
 * style.scss
 *
 * This file shouldn't directly contain any SCSS code, instead it only serves to
 * combine the SCSS contained in other Sass partials through @import directives.
 *
 * BASE............Styling for common HTML and Drupal elements.
 * LAYOUT..........Styles for the page structure that contain components.
 * COMPONENTS......Components, their modifiers and sub-components.
 ******************************************************************************/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 0;
}

/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*******************************************************************************
 * _utils.scss
 *
 * Sass offers come very useful features, these include variables functions and
 * mixins. Extensions such as Compass and Susy can also be used to provide extra
 * functions and mixins to be used throughout the theme. This file acts as a
 * single place for defining these things, which can then be accessed by
 * importing _utils.scss where required. The following should be defined in this
 * file:
 * - Custom Sass mixins for the theme.
 * - Custom Sass functions for the theme.
 * - Overriding the default variables provided by extensions such as Compass.
 * - Defining new variables for:
 *      - Colors.
 *      - Font sizes and families.
 *      - Layout and grid sizing.
 ******************************************************************************/
/*******************************************************************************
 * _base.scss

 * Base styles define the default look for HTML and common Drupal elements.
 *
 * These rules will generally be made up of element selectors for HTML elements
 * such as headings, paragraphs and lists. Common Drupal elements such as form
 * items, collapsible fieldsets and messages should be included in this partial.
 *
 * The styleguide module (http://drupal.org/project/styleguide) gives you a good
 * overview of Drupals common elements for styling. By setting a solid baseline
 * before adding any more specific customisations you ensure that as any new
 * features are added they will be correctly styled without any extra work.
 ******************************************************************************/
/*******************************************************************************
 * _utils.scss
 *
 * Sass offers come very useful features, these include variables functions and
 * mixins. Extensions such as Compass and Susy can also be used to provide extra
 * functions and mixins to be used throughout the theme. This file acts as a
 * single place for defining these things, which can then be accessed by
 * importing _utils.scss where required. The following should be defined in this
 * file:
 * - Custom Sass mixins for the theme.
 * - Custom Sass functions for the theme.
 * - Overriding the default variables provided by extensions such as Compass.
 * - Defining new variables for:
 *      - Colors.
 *      - Font sizes and families.
 *      - Layout and grid sizing.
 ******************************************************************************/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "myriad-pro", sans-serif;
  line-height: 1.4;
  color: #484848;
}

a {
  text-decoration: none;
  color: #01b7ea;
}
a:hover {
  color: #018fb7;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.form-item .description,
.form-actions .description {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #f0f0f0;
  clear: both;
}

.callout {
  background: #f6f6f6;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 3px solid #ddd;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
}
.callout h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

#block-views-news-page-block-1 {
  margin-top: 50px;
}

.callout {
  background: #f6f6f6;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 3px solid #ddd;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
}
.callout h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

.well {
  background: #f6f6f6;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 3px solid #ddd;
  border-radius: 5px;
  padding: 3px 20px 15px;
}
.well h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.well ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.well ul a {
  font-size: 20px;
}

.menu {
  margin: 0;
  padding: 0;
}
.menu .expanded, .menu .collapsed, .menu .leaf {
  list-style-image: none;
  list-style-type: none;
}

.l-main {
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.l-main-product {
  padding-top: 70px;
}

.page-title {
  margin-bottom: 5px;
}

.l-header {
  margin-bottom: 0;
  position: relative;
}
.l-header .l-region--header {
  width: 100%;
}
.l-header #logo {
  padding: 15px 0 10px 25px;
  display: block;
}
.l-header #block-custom-search-blocks-1 {
  padding-top: 11px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.l-header #block-system-main-menu {
  display: none;
}

.toolbar .l-header {
  top: 65px;
}

.l-region--header {
  background: #01b7ea;
}

#mini-panel-products_menu {
  display: none;
}

.easy-breadcrumb {
  overflow: hidden;
  margin-bottom: 30px;
}
.easy-breadcrumb a, .easy-breadcrumb .easy-breadcrumb_segment, .easy-breadcrumb .easy-breadcrumb_segment-separator {
  color: #b4b3b3;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  float: left;
}
.easy-breadcrumb .easy-breadcrumb_segment-separator {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 22px;
  height: 18px;
  background: url(../images/breadcrumb-arrow-whitebg.png) no-repeat 50% 50%;
  float: left;
}
.easy-breadcrumb a:hover {
  color: #333;
}

.front .page-title {
  display: none;
}

.front .l-main {
  padding-top: 200px;
}

#block-block-28 {
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
#block-block-28 ul {
  padding: 0;
}
#block-block-28 ul li {
  list-style-type: none;
  text-align: center;
}

#block-block-29 {
  clear: both;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
#block-block-29 h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  margin-top: 0;
}
#block-block-29 p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
  color: #555;
}

#block-views-testimonails-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-views-testimonails-block ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.view-news-page .views-field-field-news-photos {
  float: left;
  margin-right: 30px;
}
.view-news-page .views-row {
  clear: left;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.view-news-page .views-row-last {
  border-bottom: none;
}
.view-news-page .views-field-title {
  margin-bottom: 5px;
}
.view-news-page .views-field-title a {
  font-size: 24px;
  font-size: 2.4rem;
}
.view-news-page .views-field-created {
  color: #888;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.quote {
  background: #01b7ea;
  padding: 20px 30px;
  color: #fff;
}
.quote h3 {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
}
.quote h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
.quote p {
  color: #a7eafd;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
}

#block-views-testimonails-block .block__title {
  font-size: 30px;
  font-size: 3rem;
}
#block-views-testimonails-block .view-content {
  text-align: center;
}
#block-views-testimonails-block .view-content h3 {
  font-size: 20px;
  font-size: 2rem;
}
#block-views-testimonails-block .view-content .views-field-field-link-text a {
  border-top: 1px solid #f0f0f0;
  background: url(../images/light-arrow.jpg) no-repeat right 5px;
  padding: 8px 35px;
}

.node--testimonial .field--name-body .field__item {
  overflow: hidden;
}
.node--testimonial .field--name-field-page-product-link {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-top: 50px;
}
.node--testimonial .field--name-field-page-product-link .field--name-title h2 {
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: normal;
}
.node--testimonial .field--name-field-page-product-link h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.node--testimonial .field--name-field-page-product-link .field--name-node-link a {
  background: #01b7ea url(../images/arrow-blue-bg.png) no-repeat 95% center;
  color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
}
.node--testimonial .field--name-field-page-product-link .field--name-node-link a:hover {
  background-color: #019FCB;
}

.node--page-product-links .field--name-field-knowledge-base-photos {
  float: right;
  margin: 0 0 20px 20px;
}
.node--page-product-links .group_page_product_links h2 {
  border-bottom: 1px solid #f0f0f0;
}
.node--page-product-links .group_page_product_links h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.node--page-product-links .group_page_product_links .product-link-container {
  text-align: center;
  margin-bottom: 20px;
}
.node--page-product-links .group_page_product_links .field--name-node-link a {
  background: url(../images/light-arrow.jpg) no-repeat right 5px;
  padding: 8px 35px 8px 10px;
}

.view-knowledge-base .views-row {
  margin-bottom: 20px;
}
.view-knowledge-base .views-row h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-size: 2rem;
}
.view-knowledge-base .views-row .views-field-field-knowledge-base-description {
  font-size: 13px;
  font-size: 1.3rem;
}

.page-search #search-form {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
.page-search h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.page-search .node--search-result {
  padding: 20px;
  border-bottom: 1px dotted #f0f0f0;
}
.page-search .node--search-result:nth-child(even) {
  border-left: 1px dotted #f0f0f0;
}
.page-search .field--name-title h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  font-size: 2rem;
}
.page-search .field--name-field-product-description,
.page-search .node--page--search-result .field__items,
.page-search .node--news--search-result .field--name-body,
.page-search .node--page-product-links--search-result .field--name-field-knowledge-base-description,
.page-search .node--book--search-result .field--name-body {
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
}
.page-search .node--page-product-links .field--name-field-knowledge-base-photos {
  float: none;
  margin: 0;
}
.page-search .ds-search-highlight {
  background-color: #dbf6fe;
}

#block-block-31 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 70em) {
  #block-block-31 ul {
    background: #01b7ea;
  }
}
#block-block-31 ul li {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  border-bottom: none;
}
#block-block-31 ul li.last {
  border-bottom: none;
}
#block-block-31 ul li a {
  color: #fff;
  display: block;
  padding-top: 44px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 50px 8px 8px 8px;
  border-radius: 5px;
  width: 100px;
  height: 100px;
}
#block-block-31 ul li a:hover {
  color: #018eb3;
}
#block-block-31 ul li .product-finder {
  background: #01b7ea url(../images/binoculars.png) no-repeat 50% 5px;
}
#block-block-31 ul li .email-updates {
  background: #01b7ea url(../images/mail-icon.png) no-repeat 50% 5px;
}
#block-block-31 ul li .feedback {
  background: #01b7ea url(../images/feedback-icon.png) no-repeat 50% 5px;
}
@media (min-width: 70em) {
  #block-block-31 ul li {
    border-bottom: 1px solid #018eb3;
    display: block;
  }
  #block-block-31 ul li a {
    padding: 44px 0 0 0;
    width: auto;
    height: auto;
  }
}

#block-views-sap-slideshow-block .flexslider {
  background: none;
  border: none;
  box-shadow: none;
}
#block-views-sap-slideshow-block .views-field-field-product-photos {
  max-width: 620px;
}
#block-views-sap-slideshow-block h2 {
  font-size: 40px;
  font-size: 4rem;
  font-style: normal;
  margin-bottom: 0;
}
#block-views-sap-slideshow-block p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
#block-views-sap-slideshow-block .views-field-nothing {
  text-align: center;
}
#block-views-sap-slideshow-block .views-field-nothing a:hover {
  color: #fff;
}
@media (min-width: 44em) {
  #block-views-sap-slideshow-block .views-field-field-product-photos {
    max-width: 50%;
  }
  #block-views-sap-slideshow-block .views-field-nothing {
    position: absolute;
    width: 340px;
    top: 30%;
    right: 5%;
    text-align: left;
  }
}
@media (min-width: 70em) {
  #block-views-sap-slideshow-block .views-field-field-product-photos {
    max-width: 620px;
  }
  #block-views-sap-slideshow-block .views-field-nothing {
    position: absolute;
    width: 340px;
    top: 30%;
    right: 5%;
    text-align: left;
  }
}

/*******************************************************************************
 * _layout.scss
 *
 * The layout of the major regions (usually, but not necessarily Drupal regions)
 * that components will be placed within. Layout styles for the theme's
 * components should not be placed here and should instead be kept with the
 * relevant SCSS for that component.
 ******************************************************************************/
/*******************************************************************************
 * _layout.scss
 *
 * Styling of the "simple" layout demonstrating the Compass grid extension Susy
 * and building mobile first layouts.
 ******************************************************************************/
/*******************************************************************************
 * _utils.scss
 *
 * Sass offers come very useful features, these include variables functions and
 * mixins. Extensions such as Compass and Susy can also be used to provide extra
 * functions and mixins to be used throughout the theme. This file acts as a
 * single place for defining these things, which can then be accessed by
 * importing _utils.scss where required. The following should be defined in this
 * file:
 * - Custom Sass mixins for the theme.
 * - Custom Sass functions for the theme.
 * - Overriding the default variables provided by extensions such as Compass.
 * - Defining new variables for:
 *      - Colors.
 *      - Font sizes and families.
 *      - Layout and grid sizing.
 ******************************************************************************/
.l-main,
.l-footer,
.l-footer-bottom {
  *zoom: 1;
  max-width: 1014px;
  _width: 1014px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.l-main:after,
.l-footer:after,
.l-footer-bottom:after {
  content: "";
  display: table;
  clear: both;
}

.l-region--highlighted,
.l-region--help,
.l-region--sidebar-first,
.l-region--sidebar-second {
  margin-bottom: 20px;
}

.l-footer #block-block-2 {
  clear: both;
  width: 31.03448%;
  float: left;
  margin-right: 3.44828%;
  display: inline;
}
.l-footer #block-block-3 {
  width: 31.03448%;
  float: left;
  margin-right: 3.44828%;
  display: inline;
}
.l-footer #block-block-4 {
  width: 31.03448%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
.l-footer #block-block-30 {
  clear: both;
}

@media (min-width: 24em) {
  .l-constrained,
  .l-main,
  .l-footer {
    max-width: 1014px;
  }

  /*
  #block-block-28{
    li{
      @include span-columns (3, 6);
      @include nth-omega(2n);
    }
  }
  */
  /*
  .l-header .l-region--header{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient:vertical; 
    -webkit-box-orient:vertical;
    -ms-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    #block-blockify-blockify-logo{
      -moz-box-ordinal-group: 1;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      @include span-columns(2, 6);
    }
    #block-system-main-menu{
     -moz-box-ordinal-group: 3;
     -webkit-box-ordinal-group: 3;
     -ms-flex-order: 3;
     -webkit-order: 3;
     order: 3;
    }
    #block-custom-search-blocks-1{
      -moz-box-ordinal-group: 2;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      @include span-columns(4 omega, 6);
    }
  }*/
}
@media (min-width: 44em) {
  .l-constrained,
  .l-main,
  .l-footer {
    max-width: 1014px;
  }

  .l-constrained {
    max-width: 1014px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-constrained:after {
    content: "";
    display: table;
    clear: both;
  }

  .l-region--header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    right: 0;
  }

  .admin-menu .l-header {
    top: 29px;
  }

  .group_you_may_also_like {
    display: block;
  }

  .l-main {
    padding-top: 57px;
  }

  .admin-menu .l-main {
    padding-top: 86px;
  }

  #mini-panel-products_menu {
    display: block;
  }

  .l-header #block-custom-search-blocks-1 {
    display: block;
  }
  .l-header #logo {
    width: 100%;
    padding: 8px 0 0 10px;
  }

  .l-region--header {
    overflow: hidden;
  }
  .l-region--header #block-blockify-blockify-logo {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  .l-region--header #block-blockify-blockify-logo #logo {
    padding-left: 18px;
  }
  .l-region--header #block-system-main-menu {
    display: block;
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }
  .l-region--header #block-system-main-menu .menu li a {
    padding: 16px 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-region--header .block--search-form {
    position: relative;
    display: block !important;
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
  .l-region--header #block-responsive-navigation-1 {
    display: none;
  }
  .l-region--header #block-menu-menu-mobile-menu {
    display: none !important;
  }

  .sidebar-first .l-content,
  .sidebar-second .l-content,
  .two-sidebars .l-content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  .sidebar-first .l-region--sidebar-first,
  .sidebar-first .l-region--sidebar-second,
  .sidebar-second .l-region--sidebar-first,
  .sidebar-second .l-region--sidebar-second,
  .two-sidebars .l-region--sidebar-first,
  .two-sidebars .l-region--sidebar-second {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  .sidebar-first .l-region--sidebar-second,
  .sidebar-second .l-region--sidebar-second,
  .two-sidebars .l-region--sidebar-second {
    clear: right;
  }

  .product-list li {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .product-list li:nth-child(4n) {
    float: right;
    margin-right: 0;
  }

  .view-taxonomy-term .view-content ul li, .view-product-categories .view-content ul li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .view-taxonomy-term .view-content ul li:nth-child(3n), .view-product-categories .view-content ul li:nth-child(3n) {
    float: right;
    margin-right: 0;
  }

  #block-block-28 li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  #block-block-28 li:nth-child(2n) {
    float: right;
    margin-right: 0;
  }

  #block-block-29 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }

  #block-block-35 {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .l-content #block-views-testimonails-block {
    clear: both;
    border-top: 1px solid #f0f0f0;
  }
  .l-content #block-views-testimonails-block li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .l-content #block-views-testimonails-block li:nth-child(3n) {
    float: right;
    margin-right: 0;
  }

  /*
  .node--page-product-links{
    .ds-col-1{
      @include span-columns (3, 12);
    }
    .ds-col-2{
      @include span-columns (9 omega, 12);
    }
  }
  */
  .group_page_product_links .product-link-container {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .group_page_product_links .product-link-container:nth-child(4n) {
    float: right;
    margin-right: 0;
  }

  .quote {
    float: left;
    width: 47%;
    margin: 0 30px 30px 0;
  }

  .view-knowledge-base .views-row {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .view-knowledge-base .views-row:nth-child(4n) {
    float: right;
    margin-right: 0;
  }

  .node--testimonial .view-mode-teaser .ds-col-1 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .node--testimonial .view-mode-teaser .ds-col-2 {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }

  #block-block-32 {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
  }
}
@media (min-width: 70em) {
  .l-constrained,
  .l-main,
  .l-footer {
    max-width: 1014px;
  }

  .l-region--header #block-blockify-blockify-logo {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%;
  }
  .l-region--header #block-blockify-blockify-logo #logo {
    padding-left: 38px;
  }
  .l-region--header #block-system-main-menu {
    width: 55.6962%;
    float: left;
    margin-right: 1.26582%;
  }
  .l-region--header #block-system-main-menu .menu li a {
    padding: 16px 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-region--header #block-custom-search-blocks-1 {
    width: 24.05063%;
    float: right;
    margin-right: 0;
  }

  .sidebar-first .l-content {
    width: 74.68354%;
    float: right;
    margin-right: 0;
  }
  .sidebar-first .l-region--sidebar-first {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }

  .sidebar-second .l-content {
    width: 74.68354%;
    float: left;
    margin-right: 1.26582%;
  }
  .sidebar-second .l-region--sidebar-second {
    width: 24.05063%;
    float: right;
    margin-right: 0;
    clear: none;
  }

  .two-sidebars .l-content {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
    margin-left: 25.31646%;
  }
  .two-sidebars .l-region--sidebar-first,
  .two-sidebars .l-region--sidebar-second {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  .two-sidebars .l-region--sidebar-first {
    margin-left: -75.94937%;
  }
  .two-sidebars .l-region--sidebar-second {
    float: right;
    margin-right: 0;
    clear: none;
  }

  #block-block-28 li {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  #block-block-28 li:nth-child(2n) {
    float: left;
    margin-right: 1.26582%;
  }
  #block-block-28 li:nth-child(4n) {
    float: right;
    margin-right: 0;
  }

  .view-taxonomy-term .view-content ul li, .view-product-categories .view-content ul li {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  .view-taxonomy-term .view-content ul li:nth-child(3n), .view-product-categories .view-content ul li:nth-child(3n) {
    float: left;
    margin-right: 1.26582%;
  }
  .view-taxonomy-term .view-content ul li:nth-child(4n), .view-product-categories .view-content ul li:nth-child(4n) {
    float: right;
    margin-right: 0;
  }

  /*
  .node-type-product{
    .ds-product-bottom-wrapper .ds-product-bottom .group_you_may_also_like{
      width: 400px;
      float: right;
      margin-top: 0;
      margin-left: 20px;
    }
  }
  */
  /*
  #block-views-testimonails-block{
    ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
      li{
        width: 333px;
        float: left;
        margin: 0 90px 0 0;
        padding: 0;
      }
      li.views-row-last{
        margin-right: 0;
      }
    }
  }
  */
  .node-type-news .ds-col-1 {
    width: 30.37975%;
    float: left;
    margin-right: 1.26582%;
  }
  .node-type-news .ds-col-2 {
    width: 68.35443%;
    float: right;
    margin-right: 0;
  }

  .page-search .node--search-result {
    height: 200px;
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
  }
  .page-search .node--search-result:nth-child(2n) {
    margin-right: 0;
  }
  .page-search .ds-col-1 {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%;
  }
  .page-search .ds-col-2 {
    width: 74.35897%;
    float: right;
    margin-right: 0;
  }

  .l-footer #block-block-2 {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  .l-footer #block-block-3 {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  .l-footer #block-block-4 {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  .l-footer #block-block-30 {
    width: 24.05063%;
    float: right;
    margin-right: 0;
    clear: none;
  }

  #block-block-31 {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 5;
  }
}
/*******************************************************************************
 * _utils.scss
 *
 * Sass offers come very useful features, these include variables functions and
 * mixins. Extensions such as Compass and Susy can also be used to provide extra
 * functions and mixins to be used throughout the theme. This file acts as a
 * single place for defining these things, which can then be accessed by
 * importing _utils.scss where required. The following should be defined in this
 * file:
 * - Custom Sass mixins for the theme.
 * - Custom Sass functions for the theme.
 * - Overriding the default variables provided by extensions such as Compass.
 * - Defining new variables for:
 *      - Colors.
 *      - Font sizes and families.
 *      - Layout and grid sizing.
 ******************************************************************************/
.ds-product-top, .ds-product-bottom, .product-top-wrapper {
  *zoom: 1;
  max-width: 1014px;
  _width: 1014px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}
.ds-product-top:after, .ds-product-bottom:after, .product-top-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.node-type-product .l-main {
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.node-type-product .l-main .l-content {
  padding-top: 20px;
}

@media (min-width: 44em) {
  .node-type-product .field--name-field-product-photos {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }
  .node-type-product .group_product_details {
    width: 40.67797%;
    float: right;
    margin-right: 0;
  }
}
/*******************************************************************************
 * _components.scss
 *
 * Imports more partials that contain full components (modules in SMACSS), their
 * sub-components and modifiers.
 *
 * Components are discrete parts of your page that should sit within the regions
 * of your layouts. You should try to abstract your components as much as
 * possible to promote reuse throughout the theme. Components should be flexible
 * enough to respond to any width and should never rely on context
 * (e.g. .sidebar-first .component) for styling. This allows modules to be
 * placed throughout the theme with no risk of them breaking.
 *
 * If you find you need to change the look of a component depending on it's
 * context you should avoid using context based classes at all costs. Instead it
 * is better to add another "modifier" class to the component to alter the
 * styling. Again, this promotes reuse.
 *
 * Sub-components are the individual parts that make up a component. As a
 * general rule, adding a class to target a sub-component is a much better
 * option than using descendant selectors or element selectors. In many cases
 * sub-components can be made more reusable by making them components in their
 * own right, so they can then be used within other components.
 *
 * Almost everything that doesn't belong in base should be made a component.
 * Here's some common examples throughout Drupal:
 *
 * - Blocks
 * - Content Types - For example, you may have a generic node component that
 *      contains sub-components for the submitted by line and links. Specific
 *      components can then be created for each content type to style the
 *      specifics of each. Finally, by using entity view modes you can easily
 *      apply modifications based on the .node-[view-mode] classes.
 * - Forms - For instance the log in form.
 * - Views - Each views output style could be made into a component, the content
 *       of each row should be provided my a view mode styled by it's component
 *       CSS. Exposed filter forms, views pagers and other views elements are
 *       also good candidates for components.
 ******************************************************************************/
.pager {
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
  font-size: 1.3rem;
}
.pager li {
  padding: 0;
  display: inline-block;
  margin-right: 4px;
}
.pager li a {
  color: #999;
  padding: 11px 15px;
  float: left;
}
.pager li a:hover {
  color: #464E54;
}
.pager .pager__item--current {
  font-weight: normal;
  border-top: 1px solid #464E54;
  color: #464E54;
  padding: 11px 15px;
  position: relative;
  top: -15px;
}

table {
  font-size: 13px;
  font-size: 1.3rem;
}

th {
  background: none;
  border: 1px solid #ddd;
  padding: 5px 10px;
}

td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

tr:nth-of-type(even) {
  background: #f0f0f0;
}

fieldset {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}

.fieldset-wrapper {
  margin-top: 20px;
  border-top: 1px dotted #ccc;
}

legend {
  float: left;
}

legend span {
  position: absolute;
  top: 0;
  left: 0;
}

@-moz-document url-prefix() {
  .a legend span {
    top: -30px !important;
    left: 0 !important;
  }
}

input.form-text, textarea {
  font-size: 15px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form-submit {
  padding: 10px 40px 10px 20px;
  font-size: 20px;
  font-size: 2rem;
  background: #01b7ea url(../images/arrow-blue-bg.png) no-repeat 95% center;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.form-submit:hover {
  background-color: #019FCB;
}

.form-item label {
  font-weight: 500;
  margin-bottom: 5px;
}

.webform-component {
  margin-bottom: 10px;
}

.form-type-radio label {
  font-weight: 400;
}

.marker, .form-required {
  color: #000000;
}

/* Focus styles for accessibility and usabiltiy. */
.form-text:focus,
.form-checkbox:focus,
.form-radio:focus,
.form-select:focus {
  border: 1px solid #999;
}

textarea:focus {
  border: 1px solid #999;
  background: #fff;
}

ul.tabs {
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  width: 100%;
}
ul.tabs li {
  float: left;
  margin-bottom: -1px;
  margin-right: 0;
}
ul.tabs li.active a {
  border-color: #ddd #ddd transparent;
  background: #fff;
}
ul.tabs li.active a:hover {
  background: #fff;
  border-color: #ddd #ddd transparent;
}
ul.tabs li a {
  margin-right: 2px;
  padding: 8px 12px;
  line-height: 20px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: none;
  display: block;
}
ul.tabs li a:hover {
  background: #eee;
  color: #555555;
  border-color: transparent;
  border-bottom: 1px solid #ddd;
}

ul.tabs:before,
ul.tabs:after {
  display: table;
  line-height: 0;
  content: "";
}

ul.tabs:after {
  clear: both;
}

#block-system-main-menu .menu li {
  display: inline;
}
#block-system-main-menu .menu li a {
  color: #fff;
  display: block;
  float: left;
  padding: 16px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px solid #018eb3;
}
#block-system-main-menu .menu li a:hover {
  background: #018eb3;
}
#block-system-main-menu .menu li.first a {
  border-left: 1px solid #018eb3;
}

#block-responsive-navigation-1 {
  z-index: 1000;
  margin-bottom: 10px;
}
#block-responsive-navigation-1 #nav-toggle {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100px;
  float: right;
  position: absolute;
  top: 20px;
  right: 10px;
  border: 1px solid #a7eafd;
  border-radius: 5px;
}
#block-responsive-navigation-1 #nav {
  background: #018fb7;
  border-top: 1px solid #027fa2;
  width: 100%;
}
#block-responsive-navigation-1 #nav li {
  border-bottom: 1px solid #0a83a3;
  border-top: 1px solid #20a2c7;
}
#block-responsive-navigation-1 #nav li ul li {
  border: none;
}
#block-responsive-navigation-1 #nav li ul li:hover {
  background: #017ea2;
}
#block-responsive-navigation-1 #nav li ul li a {
  color: #a7eafd;
  padding-left: 26px;
  background: url(../images/small-arrow-fff.png) no-repeat 12px center;
}
#block-responsive-navigation-1 #nav li ul li a:hover {
  background: url(../images/small-arrow-fff.png) no-repeat 12px center;
}
#block-responsive-navigation-1 #nav li a {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
}
#block-responsive-navigation-1 #nav li a:hover {
  background: #017ea2;
}

#block-menu-menu-mobile-menu {
  z-index: 400;
  background: #018fb7;
  border-top: 1px solid #027fa2;
}
#block-menu-menu-mobile-menu a {
  padding: 10px 10px 10px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-transform: uppercase;
  background: url(../images/small-arrow-fff.png) no-repeat 12px 17px;
}
#block-menu-menu-mobile-menu a:hover {
  background: #017ea2 url(../images/small-arrow-fff.png) no-repeat 12px 17px;
}
#block-menu-menu-mobile-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
#block-menu-menu-mobile-menu li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #0a83a3;
  border-top: 1px solid #20a2c7;
}
#block-menu-menu-mobile-menu li.expanded > a {
  padding-bottom: 3px;
}
#block-menu-menu-mobile-menu li ul li {
  border: none;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#block-menu-menu-mobile-menu li ul li:hover {
  background: #017ea2;
}
#block-menu-menu-mobile-menu li ul li a {
  background: none;
  color: #a7eafd;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
}
#block-menu-menu-mobile-menu li ul li a:hover {
  background: #017ea2;
}

.js #block-menu-menu-mobile-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#block-menu-menu-mobile-menu.opened {
  max-height: 9999px;
}

@media screen and (min-width: 44em) {
  .js #block-menu-menu-mobile-menu {
    position: relative;
  }

  .js #block-menu-menu-mobile-menu.closed {
    max-height: none;
  }

  #nav-toggle {
    display: none;
  }
}
#nav-toggle {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100px;
  float: right;
  position: absolute;
  top: 20px;
  right: 10px;
  border: 1px solid #a7eafd;
  border-radius: 5px;
}

#block-custom-search-blocks-2 {
  padding: 10px;
  overflow: hidden;
}
#block-custom-search-blocks-2 label {
  display: none;
}
#block-custom-search-blocks-2 .form-type-textfield {
  width: 150px;
  float: left;
  margin-bottom: 0;
}
#block-custom-search-blocks-2 .form-actions {
  width: 60px;
  float: left;
  margin-bottom: 0;
}
#block-custom-search-blocks-2 .form-actions .form-submit {
  background: none;
  border: 1px solid #0a83a3;
  padding: 10px 20px;
  background: #20a2c7;
}

/*
@media screen and (max-width: 44em){
  .l-region--header{
    @include display-box;
    @include box-orient(vertical);
    #block-responsive-navigation-1{
      @include box-ordinal-group(1);
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      //width: 40%
    }
    #block-blockify-blockify-logo{
      @include box-ordinal-group(2);
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      //width: 60%;
      //position: absolute;
      //top: 5px;
      //left: 5px;
    }
  }
}
*/
#block-system-main-menu .menu li .qtip-hover {
  background: #fff !important;
  color: #333;
}

.qtip-wrapper {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.qtip-wrapper .qtip-content {
  padding: 0 !important;
}

#mini-panel-products_menu {
  overflow: hidden;
  padding: 20px 0;
}
#mini-panel-products_menu .panel-col-first {
  width: 180px;
  border-right: 1px solid #eee;
}
#mini-panel-products_menu .panel-col-first .inside {
  margin: 0;
}
#mini-panel-products_menu .panel-col-last {
  width: 440px;
  padding: 0 20px;
}
#mini-panel-products_menu .menu li a {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  padding: 5px 0 5px 10px;
  display: block;
  border-left: 5px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
#mini-panel-products_menu .menu li a:hover {
  background: #f6f6f6;
  border-left: 5px solid #01b7ea;
}

.pane-views-product-month-block-1 .pane-title,
.pane-views-product-month-block-2 .pane-title,
.pane-views-product-month-block-3 .pane-title {
  font-size: 13px;
  font-size: 1.3rem;
  color: #bbbbbb;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 0px;
}
.pane-views-product-month-block-1 h3,
.pane-views-product-month-block-2 h3,
.pane-views-product-month-block-3 h3 {
  font-size: 30px;
  font-size: 3rem;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 0;
}
.pane-views-product-month-block-1 .views-field-field-product-photos-1,
.pane-views-product-month-block-2 .views-field-field-product-photos-1,
.pane-views-product-month-block-3 .views-field-field-product-photos-1 {
  float: right;
}
.pane-views-product-month-block-1 .views-field-field-product-tagline,
.pane-views-product-month-block-2 .views-field-field-product-tagline,
.pane-views-product-month-block-3 .views-field-field-product-tagline {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.pane-views-product-month-block-1 .views-field-view-node a,
.pane-views-product-month-block-2 .views-field-view-node a,
.pane-views-product-month-block-3 .views-field-view-node a {
  background: url(../images/blue-arrow.png) no-repeat center right;
  padding-right: 30px;
  text-transform: uppercase;
}

#mini-panel-support_menu,
#mini-panel-contacts_menu,
#mini-panel-about_panel .pane-content {
  padding: 15px 0;
}
#mini-panel-support_menu li a,
#mini-panel-contacts_menu li a,
#mini-panel-about_panel .pane-content li a {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  padding: 5px 25px 5px 10px;
  display: block;
  border-left: 5px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
#mini-panel-support_menu li a:hover,
#mini-panel-contacts_menu li a:hover,
#mini-panel-about_panel .pane-content li a:hover {
  background: #f6f6f6;
  border-left: 5px solid #01b7ea;
}

#block-search-form {
  display: none;
}

.search-block-form {
  padding-top: 10px;
}
.search-block-form .form-item {
  width: 75%;
  float: left;
  margin-bottom: 0;
}
.search-block-form .form-item .form-text {
  width: 100%;
  background-color: rgba(4, 155, 197, 0.5);
  border-top: 1px solid #0499c2;
  border-left: 1px solid #0499c2;
  border-right: 1px solid #027d9f;
  border-bottom: 1px solid #027d9f;
  color: #fff;
}
.search-block-form .form-actions {
  width: 30px;
  float: left;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 3px;
}
.search-block-form .form-actions .form-submit {
  padding: 5px;
  background: url(../images/search-icon.png) no-repeat 50% 50%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  border-bottom: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

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

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

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

textarea:focus, input:focus {
  outline: 0;
}

.section-products ul.product-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-products ul.product-list li {
  margin: 20px 0;
}
.section-products ul.product-list li a {
  padding-top: 130px;
  text-align: center;
  display: block;
}
.section-products ul.product-list .wheelchair-seating {
  background: url(../images/icon-wheelchair-seating.png) no-repeat top center;
}
.section-products ul.product-list .wheelchairs {
  background: url(../images/icon-wheelchair.png) no-repeat top center;
}
.section-products ul.product-list .strollers {
  background: url(../images/icon-strollers.png) no-repeat top center;
}
.section-products ul.product-list .indoor-seating {
  background: url(../images/icon-indoor-seating.png) no-repeat top center;
}
.section-products ul.product-list .car-seats-harnesses {
  background: url(../images/icon-car-seats.png) no-repeat top center;
}
.section-products ul.product-list .standing-aids {
  background: url(../images/icon-standing-aids.png) no-repeat top center;
}
.section-products ul.product-list .walking-aids {
  background: url(../images/icon-walking-aids.png) no-repeat top center;
}
.section-products ul.product-list .bathroom-aids {
  background: url(../images/icon-bathroom-aids.png) no-repeat top center;
}
.section-products ul.product-list .beds-sleep-systems {
  background: url(../images/icon-sleeping-aids.png) no-repeat top center;
}
.section-products ul.product-list .patient-handling {
  background: url(../images/icon-patient-handling.png) no-repeat top center;
}
.section-products ul.product-list .arm-supports-feeding {
  background: url(../images/icon-arm-support.png) no-repeat top center;
}
.section-products ul.product-list .specials {
  background: url(../images/icon-specials.png) no-repeat top center;
}

.node-type-product {
  padding-top: 40px;
}
.node-type-product .page-title {
  display: none;
}
@media (min-width: 44em) {
  .node-type-product {
    padding-top: 0;
  }
  .node-type-product .group_product_details {
    padding-left: 30px;
  }
}
.node-type-product #block-easy-breadcrumb-easy-breadcrumb {
  display: none;
}
.node-type-product .flexslider {
  border: none;
  box-shadow: none;
}
.node-type-product .flexslider .flex-caption {
  text-align: center;
}
.node-type-product .field--name-title h1 {
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
  margin: 0 0 5px 0;
  line-height: 120%;
  padding-top: 50px;
}
@media (min-width: 44em) {
  .node-type-product .field--name-title h1 {
    padding-top: 0;
  }
}
.node-type-product .field--name-field-product-age-group .field__label {
  display: none;
}
.node-type-product .field--name-field-product-age-group .field__item {
  float: left;
  background: #333;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  padding: 0 5px;
}
.node-type-product .field--name-field-product-price {
  margin-top: 10px;
}
.node-type-product .field--name-field-product-price .field__label {
  font-weight: normal;
}
.node-type-product .field--name-field-product-price .field__items {
  font-weight: bold;
}
.node-type-product h2 {
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.node-type-product .field--name-field-product-description h2 {
  font-style: normal;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.node-type-product .field--name-field-product-description h3, .node-type-product .field--name-field-product-description h4 {
  font-style: normal;
}
.node-type-product .field--name-field-product-description p, .node-type-product .field--name-field-product-description li {
  color: #565656;
  font-size: 14px;
  font-size: 1.4rem;
}
.node-type-product .field--name-field-product-description ul {
  list-style-type: none;
  padding: 0;
  margin: 1em 0 0 0;
}
.node-type-product .field--name-field-product-description ul li {
  background: url(../images/bullet-arrow.png) no-repeat left 9px;
  padding-left: 15px;
  margin-bottom: 2px;
}
.node-type-product .field--name-field-product-description .read-more a {
  display: block;
  background: url(../images/blue-arrow-down.png) no-repeat left center;
  padding-left: 25px;
  margin-top: 10px;
  text-transform: uppercase;
}
.node-type-product .field--name-field-product-description .read-less a {
  display: block;
  background: url(../images/blue-arrow-up.png) no-repeat left center;
  padding-left: 25px;
  text-transform: uppercase;
}
.node-type-product .product-links {
  margin: 0;
  padding: 10px 0 0 0;
}
.node-type-product .product-links li {
  display: inline-block;
}
.node-type-product .product-links li a {
  background: #01b7ea url(../images/arrow-blue-bg.png) no-repeat 95% center;
  color: #fff;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}
.node-type-product .product-links li a:hover {
  background-color: #019FCB;
}
@media (min-width: 44em) {
  .node-type-product .product-links li a {
    display: inline;
    margin-right: 3px;
  }
}
.node-type-product .product-links li ul {
  padding: 0;
  margin: 0;
}
.node-type-product .product-links li ul li {
  display: block;
}
.node-type-product .product-links li ul li a {
  background: none;
  color: #333;
  padding: 3px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.node-type-product .product-links li ul li a:hover {
  background: #f0f0f0;
}
.node-type-product .product-links li ul li a .at15t_facebook {
  background: url(../images/facebook-icon-text.png) no-repeat !important;
  width: 110px !important;
}
.node-type-product .product-links li ul li a .at15t_twitter {
  background: url(../images/twitter-icon-text.png) no-repeat !important;
  width: 110px !important;
}
.node-type-product .product-links li ul li a .at15t_email {
  background: url(../images/email-icon-text.png) no-repeat !important;
  width: 110px !important;
}
.node-type-product .product-links li ul li a .at15t_print {
  background: url(../images/print-icon-text.png) no-repeat !important;
  width: 110px !important;
}
.node-type-product .product-links li ul li a .at15t_compact {
  background: url(../images/more-icon-text.png) no-repeat !important;
  width: 110px !important;
}
.node-type-product .field--name-field-product-url-video .field__item div div:first-child {
  position: relative;
  padding-bottom: 56.25%;
  height: 0 !important;
  overflow: hidden;
  width: 100% !important;
}
.node-type-product .field--name-field-product-url-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 44em) {
  .node-type-product .field--name-field-product-url-video {
    width: 500px;
    float: left;
    margin-right: 30px;
  }
  .node-type-product .field--name-field-product-url-video .field__item div div:first-child {
    height: 376px !important;
  }
}
@media (min-width: 44em) {
  .node-type-product .group_product_media .field--name-field-product-downloads, .node-type-product .group_product_media .field--name-field-product-user-manual {
    width: 40%;
    float: left;
  }
  .node-type-product .group_product_media .field--name-field-product-downloads .field__label, .node-type-product .group_product_media .field--name-field-product-user-manual .field__label {
    margin-bottom: 20px;
  }
}
.node-type-product .group_product_media .field--name-field-product-downloads .field__label, .node-type-product .group_product_media .field--name-field-product-user-manual .field__label {
  margin-top: 20px;
}
.node-type-product .field--name-field-product-downloads, .node-type-product .field--name-field-product-user-manual {
  display: inline-block;
  margin-right: 10px;
}
.node-type-product .field--name-field-product-downloads .field__item, .node-type-product .field--name-field-product-user-manual .field__item {
  margin-bottom: 8px;
}
.node-type-product .field--name-field-product-downloads .field__item img, .node-type-product .field--name-field-product-user-manual .field__item img {
  display: none;
}
.node-type-product .field--name-field-product-downloads .field__item .file a, .node-type-product .field--name-field-product-user-manual .field__item .file a {
  color: #8f8f8f;
  background: #f6f6f6 url(../images/download-icon.png) no-repeat 3% 50%;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.node-type-product .field--name-field-product-downloads .field__item .file a:hover, .node-type-product .field--name-field-product-user-manual .field__item .file a:hover {
  color: #333;
}
@media (min-width: 44em) {
  .node-type-product .ds-product-bottom-wrapper {
    background: #eee;
    margin-top: 50px;
    padding-top: 20px;
  }
}
.node-type-product .ds-product-bottom-wrapper .field-collection-container {
  border-bottom: none;
  margin-bottom: 0;
}
.node-type-product .ds-product-bottom-wrapper .field-group-format {
  margin: 20px 0;
  clear: both;
}
@media (min-width: 44em) {
  .node-type-product .ds-product-bottom-wrapper .field-group-format {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
}
.node-type-product .ds-product-bottom-wrapper .field-group-format h3 {
  font-weight: 300;
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #f0f0f0;
}
.node-type-product .group_features {
  overflow: visible !important;
  position: relative;
}
.node-type-product .group_features ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.node-type-product .group_features li {
  width: 210px;
  display: inline-block;
  vertical-align: top;
  margin-right: 38px;
  text-align: center;
  padding: 10px;
}
.node-type-product .group_features h4 {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #484848;
}
.node-type-product .group_features .views-field-field-feature-description {
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
}
.node-type-product .group_features .field-collection-view {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.node-type-product .group_features .field-collection-view .field__item {
  padding: 0;
}
.node-type-product .group_you_may_also_like h3 {
  text-align: center;
  font-weight: 300 !important;
  font-style: italic !important;
  border-bottom: 1px solid #f0f0f0;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.node-type-product .group_you_may_also_like li {
  text-align: center;
  margin: 0 10px;
}
.node-type-product .group_you_may_also_like li .views-field-title {
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
.node-type-product .group_you_may_also_like li .views-field-title a {
  color: #555;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
}
.node-type-product .group_description_long h4 {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 5px;
}
.node-type-product .group_description_long ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.node-type-product .group_description_long ul li {
  background: url(../images/bullet-arrow.png) no-repeat left 9px;
  padding-left: 15px;
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
}
.node-type-product .group_description_long .callout {
  float: right;
  width: 40%;
  margin: 0 0 20px 20px;
}
.node-type-product .group_description_long .callout p {
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}
.node-type-product .group_description_long p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
}
.node-type-product .group_product_testimonials {
  /*
  img{
    padding: 5px 5px 20px 5px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transform: rotate(5deg);
  }
  */
}
.node-type-product .group_product_testimonials h4 {
  font-weight: bold;
  font-style: normal;
}
.node-type-product .view-accessories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.node-type-product .view-accessories li {
  text-align: center;
  margin: 0 9px;
}
.node-type-product .view-accessories .views-field-field-accessory-image {
  margin-bottom: 10px;
}
.node-type-product .view-accessories h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 115%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300 !important;
  font-style: italic !important;
  height: 44px;
  overflow: hidden;
}
.node-type-product .view-accessories .field--name-body p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  margin: 0;
}
.node-type-product .view-accessories .field--name-body p:first-child {
  margin-top: 0;
}
.node-type-product .view-accessories .views-field-colorbox a {
  background: url(../images/light-arrow.jpg) no-repeat 72% 5px;
  padding: 10px 42px 8px 0;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.node-type-product .group_product_specifications {
  overflow: auto !important;
}
.node-type-product .group_product_specifications table {
  margin-bottom: 20px;
}
.node-type-product .group_product_specifications h3 {
  margin-bottom: 30px;
}
.node-type-product .field--name-field-product-warranty {
  padding-top: 20px;
}
.node-type-product .field--name-field-product-warranty p {
  margin: 0;
}
.node-type-product #edit-comment-body-und-0-format {
  font-size: 12px;
  font-size: 1.2rem;
}
.node-type-product .filter-guidelines {
  padding: 0;
}
.node-type-product .filter-guidelines ul {
  padding-left: 10px;
}

.accessories-popup h1 {
  margin-top: 0;
}
.accessories-popup .accessories-image {
  float: right;
  margin: 0 0 20px 20px;
}
.accessories-popup p {
  font-size: 13px;
  font-size: 1.3rem;
}

.flex-direction-nav a {
  opacity: .4;
  height: 47px;
}
.flex-direction-nav a:hover {
  opacity: 1;
}

.flexslider {
  margin-bottom: 0;
}

.qtip-defaults .qtip-wrapper {
  border: none;
}
.qtip-defaults .qtip-contentWrapper {
  background: #fff !important;
  padding: 20px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

.draggableviews-processed {
  float: none;
}
.draggableviews-processed li.views-row {
  margin: 0px !important;
}

.view-taxonomy-term, .view-product-categories {
  position: relative;
}
@media (min-width: 44em) {
  .view-taxonomy-term .view-header, .view-product-categories .view-header {
    margin-bottom: 30px;
  }
  .view-taxonomy-term .view-header p, .view-product-categories .view-header p {
    padding-right: 310px;
    font-weight: 300;
  }
}
.view-taxonomy-term .scroll-wrapper, .view-product-categories .scroll-wrapper {
  border-top: 1px solid #f0f0f0;
  font-size: 13px;
  font-size: 1.3rem;
}
.view-taxonomy-term .scroll-wrapper p, .view-product-categories .scroll-wrapper p {
  width: 65px;
  float: left;
  margin-top: 7px;
  padding-right: 0;
}
.view-taxonomy-term .scroll-wrapper .scroll-to-links, .view-product-categories .scroll-wrapper .scroll-to-links {
  padding-top: 7px;
}
.view-taxonomy-term .scroll-wrapper .scroll-to-links li, .view-product-categories .scroll-wrapper .scroll-to-links li {
  display: inline;
  text-align: left;
  margin: 0 10px 0 0;
}
.view-taxonomy-term .item-list, .view-product-categories .item-list {
  clear: both;
}
.view-taxonomy-term h3, .view-product-categories h3 {
  font-style: normal;
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  background: #f6f6f6;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.view-taxonomy-term h3 a, .view-product-categories h3 a {
  color: #333;
}
.view-taxonomy-term ul, .view-product-categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.view-taxonomy-term ul li, .view-product-categories ul li {
  text-align: center;
  margin-bottom: 40px;
}
.view-taxonomy-term ul li h4, .view-product-categories ul li h4 {
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
.view-taxonomy-term ul li h4 a, .view-product-categories ul li h4 a {
  color: #555;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
}
.view-taxonomy-term ul li h4 a:hover, .view-product-categories ul li h4 a:hover {
  color: #000;
}

.block-views-exp-taxonomy-term-page {
  position: relative;
}

@media (min-width: 44em) {
  .section-products .view-filters {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .section-products .view-filters .views-exposed-form {
    float: right;
  }
}
.section-products .view-filters .views-exposed-form label {
  width: 139px;
  float: left;
  font-weight: bold;
}
.section-products .view-filters .views-exposed-form #edit-field-product-age-group-value-wrapper {
  width: 247px;
  text-align: right;
  padding: 0;
}
@media (min-width: 44em) {
  .section-products .view-filters .views-exposed-form #edit-field-product-age-group-value-wrapper {
    float: right;
    margin-top: 20px;
  }
}
.section-products .view-filters label {
  font-weight: normal;
}
@media (min-width: 44em) {
  .section-products .view-filters label {
    float: left;
  }
}
.section-products .view-filters .bef-select-as-radios .form-item {
  display: inline-block;
  padding-right: 10px;
}
.section-products .view-filters .bef-select-as-radios .form-item label {
  float: none;
  width: auto;
  padding-left: 3px;
  position: relative;
  top: 2px;
}

.view-product-finder .views-exposed-widget {
  width: 250px;
  float: left;
}
.view-product-finder .views-submit-button {
  clear: both;
  width: auto;
}

.footer-wrapper {
  background: #eeeeee url(../images/footer-bg.png) no-repeat center bottom;
  padding: 40px 0;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-wrapper a {
  color: #888;
}
.footer-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-wrapper ul li {
  margin: 0;
  padding: 0;
}
.footer-wrapper p {
  font-weight: bold;
  margin: 0;
}

#block-block-30 {
  text-align: center;
}
#block-block-30 h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: 10px;
}

.footer-wrapper-bottom {
  background: #3b3b3b;
  padding: 20px 0;
  color: #ccc;
  text-align: center;
}

#block-block-32 {
  text-align: center;
}
@media (min-width: 44em) {
  #block-block-32 {
    padding-right: 50px;
  }
}
#block-block-32 h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0;
  color: #000;
  margin-top: 0;
}
#block-block-32 p {
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
}
#block-block-32 ul {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
  margin: 20px 0;
  padding-left: 20px;
}
#block-block-32 ul li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 20px;
  margin-bottom: 10px;
}
#block-block-32 ul .phone {
  background: url(../images/phone-icon.png) no-repeat top left;
  padding-left: 45px;
}
#block-block-32 ul .email {
  background: url(../images/email-icon.png) no-repeat top left;
  padding-left: 40px;
}

#block-block-33 {
  max-width: 1170px;
  width: 100%;
  height: auto;
}
@media (min-width: 44em) {
  #block-block-33 {
    position: relative;
    top: 0;
    left: 45%;
  }
}
#block-block-33 .block__content {
  text-align: center;
  width: 100%;
}
@media (min-width: 44em) {
  #block-block-33 .block__content {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#block-block-33 p {
  position: relative;
  z-index: 2;
}
#block-block-33 #solution-link {
  position: relative;
  z-index: 2;
}
@media (min-width: 44em) {
  #block-block-33 #solution-link {
    left: 20%;
  }
}
#block-block-33 #hand-shadow {
  max-width: 1127px;
  width: 100%;
  height: 332px;
  position: relative;
  top: -24px;
  left: 6%;
  z-index: 1;
  display: none;
}
@media (min-width: 44em) {
  #block-block-33 #hand-shadow {
    left: 6%;
    top: -54px;
    display: block;
  }
}
@media (min-width: 60em) {
  #block-block-33 #hand-shadow {
    left: 5%;
    top: -81px;
  }
}
@media (min-width: 70em) {
  #block-block-33 #hand-shadow {
    left: 6%;
    top: -68px;
  }
}

#block-block-34 {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  clear: both;
  height: 50px;
}

.block--block-4 {
  z-index: 999;
}

@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes button_text_fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes button_text_fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes button_text_fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes button_text_fade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#block-block-36 {
  max-width: 1210px;
  margin: 20px auto 0 auto;
  padding: 0 20px 0 20px;
}
#block-block-36 .block__content {
  /* width: 430px; */
  height: 130px;
  margin: 140px auto 0 auto;
}

#hand {
  max-width: 1170px;
  width: 100%;
  height: auto;
  position: relative;
  top: 20%;
  left: 30%;
  z-index: 2;
  -webkit-animation: fade_in 2s linear 0s;
  -moz-animation: fade_in 2s linear 0s;
  -o-animation: fade_in 2s linear 0s;
  animation: fade_in 2s linear 0s;
}

#handButton {
  position: relative;
  top: 0px;
  z-index: 2;
  background: #01b7ea url(../images/arrow-blue-bg.png) no-repeat 88% center;
  border-bottom: 2px solid #00A2CA;
  border-radius: 5px;
  padding: 12px 30px;
  margin: 0 auto;
  max-width: 200px;
  display: block;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  -webkit-animation: button_text_fade 4s linear 0s;
  -moz-animation: button_text_fade 4s linear 0s;
  -o-animation: button_text_fade 4s linear 0s;
  animation: button_text_fade 4s linear 0s;
  -webkit-transition: all .5s;
}

@media screen and (max-width: 400px) {
  #hand {
    display: none;
  }

  .front .l-main {
    padding-top: 0;
  }

  #block-block-36 .block__content {
    margin-top: 160px;
  }
}
#handButton:hover {
  background-color: #00C0F9;
}

#handButton:active {
  position: relative;
  top: 5px;
  background-color: #00A2CA;
  border-bottom-width: 0px;
  -webkit-transition: all .2s;
}

#handText {
  max-width: 410px;
  width: 100%;
  height: auto;
  position: relative;
  top: -25px;
  margin: 0 auto;
  display: block;
  -webkit-animation: fade_in 2s linear 0s;
  -moz-animation: fade_in 2s linear 0s;
  -o-animation: fade_in 2s linear 0s;
  animation: fade_in 2s linear 0s;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.lt-ie8 .l-region--header #block-custom-search-blocks-1 {
  width: 23% !important;
}
.lt-ie8 #custom-search-blocks-form-1 .form-item {
  width: 60% !important;
  margin-right: 20px;
}
.lt-ie8 #block-block-28 li {
  width: 23% !important;
}
.lt-ie8 .l-content #block-block-35 {
  width: 30% !important;
}
.lt-ie8 .l-content #block-views-testimonails-block li {
  width: 30% !important;
}
.lt-ie8 #mini-panel-products_menu {
  width: 600px !important;
}
.lt-ie8 #mini-panel-products_menu .panel-col-first {
  width: 180px !important;
  float: left !important;
}
.lt-ie8 #mini-panel-products_menu .panel-col-last {
  width: 350px !important;
  float: right !important;
}
.lt-ie8 .node-type-product .group_product_details {
  width: 38% !important;
}
.lt-ie8 #block-block-33 {
  top: -200px !important;
}
