/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* line 129, ../sass/_init.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 132, ../sass/_init.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/*COLOR*/
/*BACKGROUND*/
/*BORDER*/
/*PADDING*/
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-scss
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: "myriad-pro", "PT sans", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote, .blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1, .h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2, .h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3, .h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small, .small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}
/* line 356, ../sass/_normalize.scss */
.lt-ie9 img {
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 364, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 369, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 385, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 400, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 415, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 434, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 445, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 459, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 473, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 484, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 499, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 508, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 514, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 524, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 530, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 538, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 1, ../sass/_grid.scss */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 8, ../sass/_grid.scss */
.container:after {
  clear: both;
}

/* line 11, ../sass/_grid.scss */
.container:before,
.container:after {
  content: " ";
  display: table;
}

/* line 18, ../sass/_grid.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-35,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-85,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 76, ../sass/_grid.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

/* line 89, ../sass/_grid.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 90, ../sass/_grid.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 91, ../sass/_grid.scss */
.col-xs-3 {
  width: 25%;
}

/* line 92, ../sass/_grid.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 93, ../sass/_grid.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 94, ../sass/_grid.scss */
.col-xs-6 {
  width: 50%;
}

/* line 95, ../sass/_grid.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 96, ../sass/_grid.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 97, ../sass/_grid.scss */
.col-xs-9 {
  width: 75%;
}

/* line 98, ../sass/_grid.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 99, ../sass/_grid.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 100, ../sass/_grid.scss */
.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 103, ../sass/_grid.scss */
  .container {
    max-width: 750px;
  }

  /* line 106, ../sass/_grid.scss */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-35,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-85,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  /* line 121, ../sass/_grid.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 122, ../sass/_grid.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 123, ../sass/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 124, ../sass/_grid.scss */
  .col-sm-35 {
    width: 29.16667%;
  }

  /* line 125, ../sass/_grid.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 126, ../sass/_grid.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 127, ../sass/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 128, ../sass/_grid.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 129, ../sass/_grid.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 130, ../sass/_grid.scss */
  .col-sm-85 {
    width: 70.83333%;
  }

  /* line 131, ../sass/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 132, ../sass/_grid.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 133, ../sass/_grid.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 134, ../sass/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 138, ../sass/_grid.scss */
  .container {
    max-width: 1110px;
  }

  /* line 141, ../sass/_grid.scss */
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  /* line 154, ../sass/_grid.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 155, ../sass/_grid.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 156, ../sass/_grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 157, ../sass/_grid.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 158, ../sass/_grid.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 159, ../sass/_grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 160, ../sass/_grid.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 161, ../sass/_grid.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 162, ../sass/_grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 163, ../sass/_grid.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 164, ../sass/_grid.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 165, ../sass/_grid.scss */
  .col-md-12 {
    width: 100%;
  }
}
/* Layout rules */
@font-face {
  font-family: 'adeka';
  src: url("../fonts/adeka.eot?agjast");
  src: url("../fonts/adeka.eot?agjast#iefix") format("embedded-opentype"), url("../fonts/adeka.ttf?agjast") format("truetype"), url("../fonts/adeka.woff?agjast") format("woff"), url("../fonts/adeka.svg?agjast#adeka") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../sass/_icons.scss */
[class^="adeka-"], [class*=" adeka-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'adeka' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../sass/_icons.scss */
.adeka-crosse:before {
  content: "\e900";
}

/* line 30, ../sass/_icons.scss */
.adeka-pdf:before {
  content: "\e901";
}

/* line 33, ../sass/_icons.scss */
.adeka-search:before {
  content: "\e902";
}

/* line 36, ../sass/_icons.scss */
.adeka-lock:before {
  content: "\e903";
}

/* line 1, ../sass/_global.scss */
body {
  color: #646464;
  font-size: 20px;
  line-height: 125%;
  min-width: 320px;
  background: #fff;
  font-weight: 300;
}

/* line 10, ../sass/_global.scss */
* {
  outline: 0 !important;
}

/* line 14, ../sass/_global.scss */
table {
  max-width: 100%;
}

/* line 18, ../sass/_global.scss */
h1, .h1 {
  font-size: 64px;
  font-weight: 300;
  line-height: 66px;
}
/* line 22, ../sass/_global.scss */
h1 span, .h1 span {
  font-size: 42px;
  display: block;
}
@media (max-width: 1199px) {
  /* line 18, ../sass/_global.scss */
  h1, .h1 {
    font-size: 54px;
  }
  /* line 28, ../sass/_global.scss */
  h1 span, .h1 span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  /* line 18, ../sass/_global.scss */
  h1, .h1 {
    font-size: 44px;
    line-height: 50px;
  }
  /* line 35, ../sass/_global.scss */
  h1 span, .h1 span {
    font-size: 22px;
  }
}

/* line 41, ../sass/_global.scss */
.taxo_name {
  font-size: 42px;
  display: block;
  padding: 0 15px;
}

/* line 47, ../sass/_global.scss */
h2, .h2 {
  font-size: 42px;
  font-weight: 300;
  color: #e10421;
  line-height: 42px;
}
@media (max-width: 1199px) {
  /* line 47, ../sass/_global.scss */
  h2, .h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 47, ../sass/_global.scss */
  h2, .h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

/* line 63, ../sass/_global.scss */
h3, .h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* line 69, ../sass/_global.scss */
hr {
  border-color: #000;
  border-width: 0 0 1px 0;
}

/* line 74, ../sass/_global.scss */
blockquote, .blockquote {
  margin-left: 70px;
  font-size: 16px;
  color: #333;
  border-left: 1px solid #000;
  padding-left: 25px;
}
/* line 80, ../sass/_global.scss */
blockquote p, .blockquote p {
  padding-left: 0 !important;
}

/* line 97, ../sass/_global.scss */
small, .small {
  font-weight: 300;
  font-size: 16px;
}

/* line 106, ../sass/_global.scss */
blockquote, .blockquote {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

/* line 112, ../sass/_global.scss */
a,
button,
span {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 119, ../sass/_global.scss */
a:hover, a:active, a:focus,
button:hover,
button:active,
button:focus,
span:hover,
span:active,
span:focus {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 130, ../sass/_global.scss */
.tacenter {
  text-align: center;
}

/* line 134, ../sass/_global.scss */
.cap {
  text-transform: uppercase;
}

/* line 138, ../sass/_global.scss */
.bold {
  font-weight: bold;
}

/* line 143, ../sass/_global.scss */
.column input[type="text"],
.column input[type="email"],
.column input[type="password"],
.column input[type="number"],
.column .form-select {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #646464;
  color: #646464;
  font-size: 24px;
  font-weight: 300;
  background: transparent;
  width: 100%;
}
/* line 86, ../sass/_mixins.scss */
.column input[type="text"]::-webkit-input-placeholder,
.column input[type="email"]::-webkit-input-placeholder,
.column input[type="password"]::-webkit-input-placeholder,
.column input[type="number"]::-webkit-input-placeholder,
.column .form-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
.column input[type="text"]::-moz-placeholder,
.column input[type="email"]::-moz-placeholder,
.column input[type="password"]::-moz-placeholder,
.column input[type="number"]::-moz-placeholder,
.column .form-select::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
.column input[type="text"]:-ms-input-placeholder,
.column input[type="email"]:-ms-input-placeholder,
.column input[type="password"]:-ms-input-placeholder,
.column input[type="number"]:-ms-input-placeholder,
.column .form-select:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
.column input[type="text"]:-moz-placeholder,
.column input[type="email"]:-moz-placeholder,
.column input[type="password"]:-moz-placeholder,
.column input[type="number"]:-moz-placeholder,
.column .form-select:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 143, ../sass/_global.scss */
  .column input[type="text"],
  .column input[type="email"],
  .column input[type="password"],
  .column input[type="number"],
  .column .form-select {
    font-size: 20px;
  }
}
/* line 161, ../sass/_global.scss */
.column input[type="submit"] {
  background: #e10421;
  color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 3px 20px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 165, ../sass/_global.scss */
.column input[type="submit"]:hover, .column input[type="submit"]:focus {
  color: #e10421;
  background: #fff;
  border-color: #e10421;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 172, ../sass/_global.scss */
.column input[type="submit"]:active {
  color: #e10421;
  background: #fff;
}
/* line 180, ../sass/_global.scss */
.column textarea {
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 300;
  background: transparent;
  border: 1px solid #646464;
  padding: 7px 10px;
}
/* line 86, ../sass/_mixins.scss */
.column textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
.column textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
.column textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
.column textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
  opacity: 1;
}
/* line 188, ../sass/_global.scss */
.column textarea:focus, .column textarea.notempty {
  color: #646464;
}
/* line 194, ../sass/_global.scss */
.column form label {
  color: #646464;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  /* line 194, ../sass/_global.scss */
  .column form label {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  /* line 194, ../sass/_global.scss */
  .column form label {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  /* line 194, ../sass/_global.scss */
  .column form label {
    font-size: 26px;
    line-height: 30px;
  }
}

/* line 215, ../sass/_global.scss */
.rgpdoption div label {
  font-size: 20px;
  line-height: 24px;
}

/* line 221, ../sass/_global.scss */
#sliding-popup #popup-text {
  max-width: 70% !important;
  font-weight: normal !important;
  padding: 20px 0 0 0;
}
/* line 225, ../sass/_global.scss */
#sliding-popup #popup-text p {
  font-size: 18px !important;
}
/* line 229, ../sass/_global.scss */
#sliding-popup #popup-buttons {
  max-width: 30% !important;
}
/* line 231, ../sass/_global.scss */
#sliding-popup #popup-buttons button {
  border-radius: 3px !important;
  color: #666 !important;
  font-family: inherit !important;
  text-shadow: none !important;
}

/* line 241, ../sass/_global.scss */
#main .wsselector {
  position: relative;
}
/* line 243, ../sass/_global.scss */
#main .wsselector select {
  position: relative;
  padding: 5px 8px;
  width: 100%;
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(255, 255, 255, 0.5);
}
/* line 258, ../sass/_global.scss */
#main .wsselector option {
  color: #000;
  background: #fff;
}
/* line 262, ../sass/_global.scss */
#main .wsselector:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
}
/* line 277, ../sass/_global.scss */
#main .node-webform.view-mode-full .wsselector select {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #646464;
  color: #646464;
  font-size: 24px;
  font-weight: 300;
  background: transparent;
  width: 100%;
}
/* line 86, ../sass/_mixins.scss */
#main .node-webform.view-mode-full .wsselector select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
#main .node-webform.view-mode-full .wsselector select::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
#main .node-webform.view-mode-full .wsselector select:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
#main .node-webform.view-mode-full .wsselector select:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 277, ../sass/_global.scss */
  #main .node-webform.view-mode-full .wsselector select {
    font-size: 20px;
  }
}

/* line 301, ../sass/_global.scss */
.button.normal-button, .button.important-button, .button.centered-button {
  display: inline-block;
  border: 1px solid #e10421;
  font-weight: 400;
  font-size: 21px;
  padding: 12px 45px 12px 24px;
  color: #e10421;
  background: #fff;
  position: relative;
}
/* line 312, ../sass/_global.scss */
.button.normal-button:after, .button.important-button:after, .button.centered-button:after {
  content: "\2192";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -11px;
  font-family: "myriad-pro";
}
/* line 320, ../sass/_global.scss */
.button.normal-button:hover, .button.normal-button:focus, .button.important-button:hover, .button.important-button:focus, .button.centered-button:hover, .button.centered-button:focus {
  color: #fff;
  background: #e10421;
  border-color: #fff;
}
/* line 326, ../sass/_global.scss */
.button.normal-button:active, .button.important-button:active, .button.centered-button:active {
  color: #fff;
  background: #a4232b;
  border-color: #fff;
}
/* line 331, ../sass/_global.scss */
.button.normal-button.red, .button.important-button.red, .button.centered-button.red {
  background: #e10421;
  color: #fff;
  border-color: #fff;
}
/* line 335, ../sass/_global.scss */
.button.normal-button.red.transparent, .button.important-button.red.transparent, .button.centered-button.red.transparent {
  background: transparent;
}
/* line 338, ../sass/_global.scss */
.button.normal-button.red:hover, .button.normal-button.red:focus, .button.important-button.red:hover, .button.important-button.red:focus, .button.centered-button.red:hover, .button.centered-button.red:focus {
  color: #e10421;
  background: #fff;
  border-color: #e10421;
}
/* line 344, ../sass/_global.scss */
.button.normal-button.red:active, .button.important-button.red:active, .button.centered-button.red:active {
  color: #e10421;
  background: #fff;
}
/* line 349, ../sass/_global.scss */
.button.normal-button.pink, .button.important-button.pink, .button.centered-button.pink {
  background: #a4232b;
  color: #fff;
  border-color: #fff;
}
/* line 353, ../sass/_global.scss */
.button.normal-button.pink.transparent, .button.important-button.pink.transparent, .button.centered-button.pink.transparent {
  background: transparent;
}
/* line 356, ../sass/_global.scss */
.button.normal-button.pink:hover, .button.normal-button.pink:focus, .button.important-button.pink:hover, .button.important-button.pink:focus, .button.centered-button.pink:hover, .button.centered-button.pink:focus {
  color: #a4232b;
  background: #fff;
  border-color: #a4232b;
}
/* line 362, ../sass/_global.scss */
.button.normal-button.pink:active, .button.important-button.pink:active, .button.centered-button.pink:active {
  color: #a4232b;
  background: #fff;
}
/* line 367, ../sass/_global.scss */
.button.normal-button.transparent, .button.important-button.transparent, .button.centered-button.transparent {
  background: transparent;
}
/* line 371, ../sass/_global.scss */
.button.centered-button {
  padding: 12px 24px;
}
/* line 373, ../sass/_global.scss */
.button.centered-button:after {
  display: none;
}
/* line 377, ../sass/_global.scss */
.button:disabled {
  background: #e4e4e4;
  border-color: #fff;
}

/* line 383, ../sass/_global.scss */
.button-link {
  color: #e10421;
  text-decoration: underline;
}
/* line 386, ../sass/_global.scss */
.button-link:hover, .button-link:focus {
  background: #e10421;
  color: #fff;
  text-decoration: none;
}
/* line 392, ../sass/_global.scss */
.button-link:active {
  background: #a4232b;
  color: #fff;
  text-decoration: none;
}
/* line 397, ../sass/_global.scss */
.button-link.white {
  color: #fff;
}
/* line 399, ../sass/_global.scss */
.button-link.white:hover {
  color: #e10421;
  background: #fff;
}
/* line 403, ../sass/_global.scss */
.button-link.white:active {
  color: #fff;
  background: #a4232b;
}
/* line 408, ../sass/_global.scss */
.button-link .cap {
  text-transform: uppercase;
}

/* line 413, ../sass/_global.scss */
.redbg,
.gradientbg {
  color: #fff;
}
/* line 416, ../sass/_global.scss */
.redbg h1, .redbg .h1, .redbg h2, .redbg .h2, .redbg h3, .redbg .h3,
.gradientbg h1,
.gradientbg .h1,
.gradientbg h2,
.gradientbg .h2,
.gradientbg h3,
.gradientbg .h3 {
  color: #fff;
}

/* line 421, ../sass/_global.scss */
#top-wrapper {
  position: fixed;
  z-index: 105;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  min-width: 320px;
}
/* line 429, ../sass/_global.scss */
#top-wrapper header {
  height: 95px;
  width: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 429, ../sass/_global.scss */
  #top-wrapper header {
    height: 65px;
  }
}
/* line 436, ../sass/_global.scss */
#top-wrapper header #logo {
  float: left;
  padding-left: 30px;
  padding-top: 10px;
}
/* line 440, ../sass/_global.scss */
#top-wrapper header #logo img {
  width: 210px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  /* line 440, ../sass/_global.scss */
  #top-wrapper header #logo img {
    width: 150px;
  }
}
/* line 449, ../sass/_global.scss */
#top-wrapper header .navigation,
#top-wrapper header .region-header,
#top-wrapper header #search-btn-box {
  float: right;
}
@media (max-width: 991px) {
  /* line 455, ../sass/_global.scss */
  #top-wrapper header .navigation,
  #top-wrapper header .region-header {
    display: none;
  }
}
/* line 461, ../sass/_global.scss */
#top-wrapper header #search-btn-box {
  height: 95px;
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: #e4e4e4;
}
@media (max-width: 767px) {
  /* line 461, ../sass/_global.scss */
  #top-wrapper header #search-btn-box {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
}
/* line 472, ../sass/_global.scss */
#top-wrapper header #search-btn-box .adeka-search {
  display: block;
}
/* line 475, ../sass/_global.scss */
#top-wrapper header #search-btn-box .adeka-crosse {
  display: none;
}
/* line 478, ../sass/_global.scss */
#top-wrapper header #search-btn-box.close {
  background: #646464;
}
/* line 480, ../sass/_global.scss */
#top-wrapper header #search-btn-box.close .adeka-search {
  display: none;
}
/* line 483, ../sass/_global.scss */
#top-wrapper header #search-btn-box.close .adeka-crosse {
  display: block;
}
/* line 487, ../sass/_global.scss */
#top-wrapper header #search-btn-box a {
  color: #fff;
  font-size: 40px;
}
/* line 490, ../sass/_global.scss */
#top-wrapper header #search-btn-box a i {
  line-height: 95px;
}
@media (max-width: 767px) {
  /* line 487, ../sass/_global.scss */
  #top-wrapper header #search-btn-box a {
    font-size: 30px;
  }
  /* line 495, ../sass/_global.scss */
  #top-wrapper header #search-btn-box a i {
    line-height: 65px;
  }
}

/* line 504, ../sass/_global.scss */
#main {
  margin-top: 95px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 504, ../sass/_global.scss */
  #main {
    margin-top: 65px;
  }
}
/* line 510, ../sass/_global.scss */
#main #content {
  background: url("../img/losange.png") no-repeat 95% 600px;
  overflow: hidden;
}
/* line 513, ../sass/_global.scss */
#main #content:before {
  content: "";
  height: 237px;
  width: 219px;
  background: url("../img/losange2.png") no-repeat;
  position: absolute;
  left: 5%;
  z-index: -1;
  top: 1145px;
}
@media (max-width: 991px) {
  /* line 510, ../sass/_global.scss */
  #main #content {
    background: transparent;
  }
  /* line 525, ../sass/_global.scss */
  #main #content:before {
    display: none;
  }
}
/* line 530, ../sass/_global.scss */
#main .video {
  height: 520px;
}
@media (max-width: 1199px) {
  /* line 530, ../sass/_global.scss */
  #main .video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  /* line 530, ../sass/_global.scss */
  #main .video {
    height: 360px;
  }
}
@media (max-width: 480px) {
  /* line 530, ../sass/_global.scss */
  #main .video {
    height: 240px;
  }
}
/* line 541, ../sass/_global.scss */
#main .video.not_front {
  height: 350px;
}
@media (max-width: 991px) {
  /* line 541, ../sass/_global.scss */
  #main .video.not_front {
    height: 280px;
  }
}
@media (max-width: 767px) {
  /* line 541, ../sass/_global.scss */
  #main .video.not_front {
    min-height: 100px;
    height: auto;
    background: #e10421;
    background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
    background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
    background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  }
}
/* line 552, ../sass/_global.scss */
#main .video .banner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
/* line 556, ../sass/_global.scss */
#main .video .banner video {
  position: absolute;
  z-index: 0;
  top: 50%;
}
/* line 561, ../sass/_global.scss */
#main .video .banner div {
  height: 100%;
}
/* line 564, ../sass/_global.scss */
#main .video .banner .h1container {
  max-width: 1201px;
  left: 50%;
  margin-left: -600px;
  position: absolute;
  z-index: 5;
  color: #fff;
  height: auto;
  bottom: 30px;
}
/* line 573, ../sass/_global.scss */
#main .video .banner .h1container .innerh1 {
  max-width: 900px;
  height: auto;
}
/* line 577, ../sass/_global.scss */
#main .video .banner .h1container .taxo_name {
  padding: 0;
}
@media (max-width: 1199px) {
  /* line 564, ../sass/_global.scss */
  #main .video .banner .h1container {
    max-width: none;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 564, ../sass/_global.scss */
  #main .video .banner .h1container {
    bottom: auto;
    position: relative;
  }
}
/* line 590, ../sass/_global.scss */
#main .video .banner h1, #main .video .banner .h1, #main .video .banner .h1 {
  position: relative;
  padding-bottom: 15px;
}
/* line 107, ../sass/_mixins.scss */
#main .video .banner h1:before, #main .video .banner .h1:before, #main .video .banner .h1:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  margin-left: 0;
}
/* line 592, ../sass/_global.scss */
#main .video .banner h1:before, #main .video .banner .h1:before, #main .video .banner .h1:before {
  left: 15px;
}
/* line 596, ../sass/_global.scss */
#main .video .banner #hover_banner {
  width: 60%;
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
/* line 604, ../sass/_global.scss */
#main .video .banner #hover_banner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 0 0 200px;
  border-color: transparent transparent transparent #a4232b;
  position: absolute;
  bottom: 0;
  right: -200px;
}
@media (max-width: 767px) {
  /* line 596, ../sass/_global.scss */
  #main .video .banner #hover_banner {
    width: 100%;
  }
  /* line 617, ../sass/_global.scss */
  #main .video .banner #hover_banner:after {
    display: none;
  }
}
/* line 622, ../sass/_global.scss */
#main .video .banner .banner_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
/* line 630, ../sass/_global.scss */
#main .video .view-sslide,
#main .video .field-name-field-bandeau {
  float: right;
}
@media (max-width: 767px) {
  /* line 630, ../sass/_global.scss */
  #main .video .view-sslide,
  #main .video .field-name-field-bandeau {
    display: none;
  }
}
/* line 636, ../sass/_global.scss */
#main .video .view-sslide div, #main .video .view-sslide a,
#main .video .field-name-field-bandeau div,
#main .video .field-name-field-bandeau a {
  height: 100%;
  width: auto;
}
/* line 639, ../sass/_global.scss */
#main .video .view-sslide div img, #main .video .view-sslide a img,
#main .video .field-name-field-bandeau div img,
#main .video .field-name-field-bandeau a img {
  height: 100%;
  width: auto;
}
/* line 646, ../sass/_global.scss */
#main .video .home-banner #video-player {
  position: absolute;
  width: 93px;
  height: 93px;
  top: 50%;
  left: 50%;
  margin-left: -46px;
  margin-top: -46px;
  cursor: pointer;
  z-index: 40;
}
/* line 657, ../sass/_global.scss */
#main .video .home-banner #deco_hover {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 15;
}
/* line 663, ../sass/_global.scss */
#main .video .home-banner #deco_hover img {
  height: 100%;
  width: auto;
}
@media (max-width: 1199px) {
  /* line 657, ../sass/_global.scss */
  #main .video .home-banner #deco_hover {
    right: -150px;
  }
}
@media (max-width: 767px) {
  /* line 657, ../sass/_global.scss */
  #main .video .home-banner #deco_hover {
    display: none;
  }
}

/* line 681, ../sass/_global.scss */
#main.pageproduct .video .banner #hover_banner {
  width: 60%;
  background: #bcbcbc;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
/* line 689, ../sass/_global.scss */
#main.pageproduct .video .banner #hover_banner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 0 0 200px;
  border-color: transparent transparent transparent #bcbcbc;
  position: absolute;
  bottom: 0;
  right: -200px;
}
@media (max-width: 767px) {
  /* line 679, ../sass/_global.scss */
  #main.pageproduct .video {
    background: #bcbcbc;
  }
}

/* line 709, ../sass/_global.scss */
.front #main {
  margin-top: 95px;
}
@media (max-width: 767px) {
  /* line 709, ../sass/_global.scss */
  .front #main {
    margin-top: 65px;
  }
}

/* line 717, ../sass/_global.scss */
.shadowed {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  background: #fff;
}

/* line 722, ../sass/_global.scss */
#real_video {
  display: none;
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 731, ../sass/_global.scss */
#close-video {
  position: absolute;
  z-index: 99999;
  right: 30px;
  top: 30px;
  display: none;
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px 2px #000;
}

/* line 742, ../sass/_global.scss */
#footer {
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  height: 424px;
  -webkit-box-shadow: 0 -2px 7px -2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -2px 7px -2px rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}
@media (max-width: 767px) {
  /* line 742, ../sass/_global.scss */
  #footer {
    height: auto;
  }
}
/* line 751, ../sass/_global.scss */
#footer > div > .block {
  height: 424px;
  position: relative;
  float: left;
  vertical-align: middle;
  text-align: center;
  display: table;
  /* IE */
  display: flex;
}
@media (max-width: 767px) {
  /* line 751, ../sass/_global.scss */
  #footer > div > .block {
    height: auto;
  }
}
/* line 762, ../sass/_global.scss */
#footer > div > .block .content {
  margin: auto;
  display: table-cell;
  /* IE */
  display: -ms-flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
}
/* line 769, ../sass/_global.scss */
#footer > div > .block .content p {
  margin: 0;
}
@supports (-ms-ime-align: auto) {
  /* line 751, ../sass/_global.scss */
  #footer > div > .block {
    /* target Ege only */
  }
  /* line 774, ../sass/_global.scss */
  #footer > div > .block .content {
    display: flex;
    flex-direction: column;
  }
}
/* line 780, ../sass/_global.scss */
#footer .footer-left {
  background: url("../img/footer-left.jpg") no-repeat;
  width: 40%;
}
/* line 783, ../sass/_global.scss */
#footer .footer-left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 424px 240px;
  border-color: transparent transparent #fff;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  /* line 783, ../sass/_global.scss */
  #footer .footer-left:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 780, ../sass/_global.scss */
  #footer .footer-left {
    width: 100%;
    height: 100px !important;
  }
}
/* line 802, ../sass/_global.scss */
#footer .footer-right {
  background: url("../img/footer-right.png") no-repeat;
  width: 40%;
}
/* line 805, ../sass/_global.scss */
#footer .footer-right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 424px 240px 0 0;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  /* line 805, ../sass/_global.scss */
  #footer .footer-right:before {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 802, ../sass/_global.scss */
  #footer .footer-right {
    width: 100%;
    height: 100px !important;
  }
}
/* line 824, ../sass/_global.scss */
#footer .adress_block {
  text-align: center;
  color: #868686;
  font-size: 20px;
  font-weight: 300;
  background: #fff;
  width: 20%;
}
/* line 831, ../sass/_global.scss */
#footer .adress_block img {
  padding-bottom: 35px;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 1199px) {
  /* line 824, ../sass/_global.scss */
  #footer .adress_block {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  /* line 824, ../sass/_global.scss */
  #footer .adress_block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 847, ../sass/_global.scss */
.region-bottom {
  padding: 20px 43px;
  font-size: 16px;
  color: #333;
}
/* line 66, ../sass/_mixins.scss */
.region-bottom:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
.region-bottom:after {
  display: table;
  content: "";
  clear: both;
}
/* line 852, ../sass/_global.scss */
.region-bottom p {
  margin-bottom: 0;
}
/* line 855, ../sass/_global.scss */
.region-bottom a {
  color: #e10421;
  text-decoration: underline;
}
/* line 858, ../sass/_global.scss */
.region-bottom a:hover, .region-bottom a:focus {
  background: #e10421;
  color: #fff;
  text-decoration: none;
}
/* line 864, ../sass/_global.scss */
.region-bottom a:active {
  background: #a4232b;
  text-decoration: none;
}
/* line 869, ../sass/_global.scss */
.region-bottom .block {
  float: left;
}
/* line 872, ../sass/_global.scss */
.region-bottom .activis_block {
  text-align: right;
  float: right;
}
/* line 875, ../sass/_global.scss */
.region-bottom .activis_block img.activis {
  margin-left: 5px;
  vertical-align: -8px;
}

/* line 883, ../sass/_global.scss */
.section-description-home > div > div > div {
  width: 50%;
  padding: 0 40px;
  float: left;
}
@media (max-width: 991px) {
  /* line 883, ../sass/_global.scss */
  .section-description-home > div > div > div {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  /* line 883, ../sass/_global.scss */
  .section-description-home > div > div > div {
    width: 100%;
    padding: 0;
  }
}
/* line 894, ../sass/_global.scss */
.section-description-home > div > div > div h2, .section-description-home > div > div > div .h2 {
  position: relative;
  padding-bottom: 15px;
  margin-top: 0;
}
/* line 107, ../sass/_mixins.scss */
.section-description-home > div > div > div h2:before, .section-description-home > div > div > div .h2:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e10421;
  margin-left: 0;
}

/* line 901, ../sass/_global.scss */
.field-name-field-last-application-block {
  display: none;
}

/* line 905, ../sass/_global.scss */
#breadcrumb {
  font-size: 12px;
  color: #646464;
  margin: 15px 30px 40px;
}
/* line 909, ../sass/_global.scss */
#breadcrumb .breadcrumb {
  display: inline-block;
}
/* line 912, ../sass/_global.scss */
#breadcrumb h2, #breadcrumb .h2 {
  display: none;
}
/* line 915, ../sass/_global.scss */
#breadcrumb a {
  color: #646464;
}

/* line 920, ../sass/_global.scss */
ul.pager {
  display: table;
  margin: auto;
  margin-top: 60px;
}
/* line 924, ../sass/_global.scss */
ul.pager li {
  width: auto;
  padding: 0;
  margin: 0 3px;
}
/* line 928, ../sass/_global.scss */
ul.pager li a,
ul.pager li span {
  font-size: 21px;
  color: #e10421;
  border: 1px solid #e10421;
  padding: 7px 12px;
}
/* line 934, ../sass/_global.scss */
ul.pager li a:hover,
ul.pager li span:hover {
  color: #fff;
  background: #e10421;
}
/* line 939, ../sass/_global.scss */
ul.pager li.pager-current {
  font-weight: bold;
  padding: 0 10px;
  color: #e10421;
}

/* line 949, ../sass/_global.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 954, ../sass/_global.scss */
.rowr {
  margin-right: -15px;
}

/* line 958, ../sass/_global.scss */
.rowl {
  margin-left: -15px;
}

/* line 962, ../sass/_global.scss */
ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

/* line 968, ../sass/_global.scss */
.container_absolute {
  width: 1171px;
  position: absolute;
  left: 50%;
  margin-left: -585px;
  top: 0;
}
@media (max-width: 1199px) {
  /* line 968, ../sass/_global.scss */
  .container_absolute {
    width: 992px;
    margin-left: -496px;
  }
}
@media (max-width: 991px) {
  /* line 968, ../sass/_global.scss */
  .container_absolute {
    width: 768px;
    margin-left: -384px;
  }
}

/* line 984, ../sass/_global.scss */
.hexagon {
  position: absolute;
  width: 450px;
  height: 390px !important;
  background: url("../img/hexa.png") no-repeat;
  z-index: 15;
  /* Text styling */
  line-height: 66px;
  text-align: center;
  font-size: 66px;
  color: #fff;
  padding-top: 125px;
  top: 50%;
  margin-top: -195px;
  left: 0;
}
@media (max-width: 1199px) {
  /* line 984, ../sass/_global.scss */
  .hexagon {
    background-size: 300px;
    font-size: 40px;
    padding-top: 65px;
    width: 300px;
    margin-top: -135px;
  }
}
@media (max-width: 991px) {
  /* line 984, ../sass/_global.scss */
  .hexagon {
    background-size: 230px;
    font-size: 30px;
    padding-top: 55px;
    width: 230px;
    margin-top: -135px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  /* line 984, ../sass/_global.scss */
  .hexagon {
    display: none;
  }
}

/* line 1019, ../sass/_global.scss */
#page {
  max-width: 100%;
  position: relative;
}
/* line 1023, ../sass/_global.scss */
#page.layered:before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

/* line 1037, ../sass/_global.scss */
.container {
  max-width: 1201px;
  margin: 0 auto;
}

/* line 1042, ../sass/_global.scss */
.flexslider {
  border: none;
}

/* line 1046, ../sass/_global.scss */
.flexslider::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 1054, ../sass/_global.scss */
.centered {
  text-align: center;
}

/*
.layer_over{
	position: absolute;
	display: block;
	content:"";
	background: repeating-linear-gradient(
	    -45deg,
	    $greyop,
	    $greyop 3px,
	    $white 1px,
	    $white 4px
	  );
	width:100%;
	height:100%;
	opacity: .6;
	z-index: 10;
	left: 0;
	top:0;
}
*/
/* line 1077, ../sass/_global.scss */
#logo {
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  /* line 1077, ../sass/_global.scss */
  #logo {
    width: 50%;
  }
}

/* line 1085, ../sass/_global.scss */
#block-system-user-menu {
  position: relative;
  margin-right: 11px;
}
/* line 66, ../sass/_mixins.scss */
#block-system-user-menu:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
#block-system-user-menu:after {
  display: table;
  content: "";
  clear: both;
}
/* line 1089, ../sass/_global.scss */
#block-system-user-menu .top_user_login {
  display: none;
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 0;
  padding: 15px;
  background: #adadad;
  width: 350px;
}
/* line 1098, ../sass/_global.scss */
#block-system-user-menu .top_user_login .hidetop {
  display: none;
}
/* line 1101, ../sass/_global.scss */
#block-system-user-menu .top_user_login .forgot, #block-system-user-menu .top_user_login .links {
  text-align: center;
  display: block;
}
/* line 1105, ../sass/_global.scss */
#block-system-user-menu .top_user_login .forgot {
  padding: 5px 0 10px;
  border-bottom: 1px solid #fff;
}
/* line 1109, ../sass/_global.scss */
#block-system-user-menu .top_user_login input {
  width: 100%;
  padding-left: 5px;
}
/* line 1112, ../sass/_global.scss */
#block-system-user-menu .top_user_login input[type='submit'] {
  background: #fff;
}
/* line 1116, ../sass/_global.scss */
#block-system-user-menu .top_user_login .newaccount {
  border: 1px solid #000;
  border-radius: 3px;
  background: transparent;
  height: 33px;
  text-align: center;
  padding: 2px 8px;
  color: #646464;
  font-size: 11px;
  text-transform: uppercase;
  width: 100%;
  background: #fff;
  display: block;
  margin-top: 15px;
}
/* line 1133, ../sass/_global.scss */
#block-system-user-menu:hover .top_user_login {
  display: block;
}

/* line 1139, ../sass/_global.scss */
.iframews {
  margin-top: 50px;
}

/* line 1143, ../sass/_global.scss */
p {
  margin: 0 0 1.5em;
}

/* line 1148, ../sass/_global.scss */
.contextual-links-region {
  position: initial;
}

/* line 1153, ../sass/_global.scss */
.views-field-field-bandeau img {
  width: 100%;
  height: auto;
  float: left;
}

/* line 1161, ../sass/_global.scss */
.right_column .field-name-additives-menu {
  background: #eee;
}
/* line 1163, ../sass/_global.scss */
.right_column .field-name-additives-menu h2, .right_column .field-name-additives-menu .h2 {
  display: none;
}
/* line 1166, ../sass/_global.scss */
.right_column .field-name-additives-menu .field-item {
  padding: 22px;
}
/* line 1170, ../sass/_global.scss */
.right_column .field-name-additives-menu .field-item ul li a {
  font-size: 16px;
  color: #646464;
  text-decoration: underline;
  padding: 5px 0;
}
/* line 1175, ../sass/_global.scss */
.right_column .field-name-additives-menu .field-item ul li a:hover, .right_column .field-name-additives-menu .field-item ul li a.active-trail {
  font-weight: bold;
  color: #e10421;
  text-decoration: none;
}

/* line 1188, ../sass/_global.scss */
#layer-log {
  width: 100%;
  height: 350px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 1196, ../sass/_global.scss */
#layer-log .title {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
}
/* line 1200, ../sass/_global.scss */
#layer-log .title i {
  font-size: 50px;
  position: relative;
  padding-right: 20px;
  top: 10px;
}
@media (max-width: 767px) {
  /* line 1196, ../sass/_global.scss */
  #layer-log .title {
    font-size: 18px;
  }
  /* line 1208, ../sass/_global.scss */
  #layer-log .title i {
    font-size: 30px;
  }
}
/* line 1213, ../sass/_global.scss */
#layer-log .noaccount {
  padding-top: 20px;
}
@media (max-width: 767px) {
  /* line 1216, ../sass/_global.scss */
  #layer-log .noaccount a {
    font-size: 16px;
  }
}

/* line 1, ../sass/components/_slideshow.scss */
#block-views-sslide-block {
  margin-bottom: 0;
}

/* line 4, ../sass/components/_slideshow.scss */
.flexslider {
  margin: 0;
}
/* line 7, ../sass/components/_slideshow.scss */
.flexslider .slides > li {
  position: relative;
}
/* line 9, ../sass/components/_slideshow.scss */
.flexslider .slides > li .views-field-body {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 13, ../sass/components/_slideshow.scss */
.flexslider .slides > li .views-field-body .field-content {
  padding: 20px 50px 0 0;
}
/* line 20, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a {
  height: 61px;
  text-shadow: none;
}
/* line 23, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a:before {
  font-size: 19px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 0 0 5px;
  height: 61px;
  width: 40px;
  display: block;
  line-height: 61px;
  text-align: center;
  text-shadow: none;
}
/* line 36, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a.flex-next:before {
  content: ">";
}
/* line 40, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "<";
  border-radius: 0 5px 5px 0;
}
/* line 49, ../sass/components/_slideshow.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
/* line 52, ../sass/components/_slideshow.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}

/* line 1, ../sass/components/_menu.scss */
.menu_link, #block-menu-block-2 .menu-block-2 > ul.menu > li > a,
#block-menu-block-2 .menu-block-2 > ul.menu > li > span, #block-menu-block-5 .menu-block-5 > ul.menu > li > a,
#block-menu-block-5 .menu-block-5 > ul.menu > li > span, .customer_area ul li a {
  color: #646464;
  font-size: 16px;
  padding: 50px 10px 20px;
  display: inline-block;
}
/* line 6, ../sass/components/_menu.scss */
.menu_link:hover, #block-menu-block-2 .menu-block-2 > ul.menu > li > a:hover,
#block-menu-block-2 .menu-block-2 > ul.menu > li > span:hover, #block-menu-block-5 .menu-block-5 > ul.menu > li > a:hover,
#block-menu-block-5 .menu-block-5 > ul.menu > li > span:hover, .customer_area ul li a:hover, .menu_link:focus, #block-menu-block-2 .menu-block-2 > ul.menu > li > a:focus,
#block-menu-block-2 .menu-block-2 > ul.menu > li > span:focus, #block-menu-block-5 .menu-block-5 > ul.menu > li > a:focus,
#block-menu-block-5 .menu-block-5 > ul.menu > li > span:focus, .customer_area ul li a:focus, .menu_link:active, #block-menu-block-2 .menu-block-2 > ul.menu > li > a:active,
#block-menu-block-2 .menu-block-2 > ul.menu > li > span:active, #block-menu-block-5 .menu-block-5 > ul.menu > li > a:active,
#block-menu-block-5 .menu-block-5 > ul.menu > li > span:active, .customer_area ul li a:active {
  color: #fff;
  background: #646464;
}
@media (max-width: 1199px) {
  /* line 1, ../sass/components/_menu.scss */
  .menu_link, #block-menu-block-2 .menu-block-2 > ul.menu > li > a,
  #block-menu-block-2 .menu-block-2 > ul.menu > li > span, #block-menu-block-5 .menu-block-5 > ul.menu > li > a,
  #block-menu-block-5 .menu-block-5 > ul.menu > li > span, .customer_area ul li a {
    padding: 50px 7px 20px;
    font-size: 14px;
  }
}

/* line 18, ../sass/components/_menu.scss */
#block-menu-block-2 {
  margin: 0;
}
/* line 66, ../sass/_mixins.scss */
#block-menu-block-2 .menu-block-2 > ul.menu:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
#block-menu-block-2 .menu-block-2 > ul.menu:after {
  display: table;
  content: "";
  clear: both;
}
/* line 23, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li {
  float: left;
  cursor: pointer;
}
/* line 26, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li:before {
  content: "";
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  left: 0;
  top: 95px;
  height: 450px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
/* line 42, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li > a.is-active-trail,
#block-menu-block-2 .menu-block-2 > ul.menu > li > span.is-active-trail {
  color: #e10421;
  font-weight: bold;
}
/* line 47, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
/* line 52, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li > ul li a {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 7px 0;
}
/* line 57, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li > ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* line 61, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li > ul li.title {
  font-size: 67px;
  color: #fff;
  line-height: 67px;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 69, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li > ul ul {
  display: none;
}
/* line 74, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li.hover:before {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 79, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li.hover > ul {
  visibility: visible;
  opacity: 1;
}
/* line 83, ../sass/components/_menu.scss */
#block-menu-block-2 .menu-block-2 > ul.menu > li.hover > a, #block-menu-block-2 .menu-block-2 > ul.menu > li.hover > span {
  color: #fff;
  background: #646464;
}

/* line 94, ../sass/components/_menu.scss */
#block-menu-block-5 {
  margin: 0;
}
/* line 66, ../sass/_mixins.scss */
#block-menu-block-5 .menu-block-5 > ul.menu:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
#block-menu-block-5 .menu-block-5 > ul.menu:after {
  display: table;
  content: "";
  clear: both;
}
/* line 99, ../sass/components/_menu.scss */
#block-menu-block-5 .menu-block-5 > ul.menu > li {
  float: left;
  cursor: pointer;
}
/* line 102, ../sass/components/_menu.scss */
#block-menu-block-5 .menu-block-5 > ul.menu > li > a,
#block-menu-block-5 .menu-block-5 > ul.menu > li > span {
  padding: 0px 10px 0px;
  color: #e10421;
  text-decoration: underline;
}

/* line 119, ../sass/components/_menu.scss */
.front #block-menu-block-2 .menu-block-2 > ul.menu > li:before {
  height: 520px;
}

/* line 128, ../sass/components/_menu.scss */
#top_user_login {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99;
  top: 0;
}
/* line 139, ../sass/components/_menu.scss */
#top_user_login.visible {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 144, ../sass/components/_menu.scss */
#top_user_login #user-login-form {
  width: 520px;
  height: 485px;
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  position: fixed;
  left: 50%;
  max-width: 100%;
  margin-left: -260px;
}
@media (max-width: 767px) {
  /* line 144, ../sass/components/_menu.scss */
  #top_user_login #user-login-form {
    width: 320px;
    margin-left: -160px;
    height: auto;
  }
}
/* line 157, ../sass/components/_menu.scss */
#top_user_login #user-login-form .close_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 35px;
}
/* line 162, ../sass/components/_menu.scss */
#top_user_login #user-login-form .close_btn a {
  color: #fff;
}
/* line 166, ../sass/components/_menu.scss */
#top_user_login #user-login-form .title {
  font-size: 42px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 30px;
}
/* line 171, ../sass/components/_menu.scss */
#top_user_login #user-login-form .title span {
  display: block;
  font-size: 67px;
}
@media (max-width: 767px) {
  /* line 166, ../sass/components/_menu.scss */
  #top_user_login #user-login-form .title {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 178, ../sass/components/_menu.scss */
  #top_user_login #user-login-form .title span {
    font-size: 35px;
  }
}
/* line 183, ../sass/components/_menu.scss */
#top_user_login #user-login-form .button-link.white {
  font-size: 16px;
}
/* line 187, ../sass/components/_menu.scss */
#top_user_login #user-login-form .form-item input {
  color: #ef8391;
  background: transparent;
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  width: 100%;
  font-size: 42px;
  line-height: 42px;
  height: auto;
}
/* line 86, ../sass/_mixins.scss */
#top_user_login #user-login-form .form-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ef8391;
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
#top_user_login #user-login-form .form-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ef8391;
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
#top_user_login #user-login-form .form-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ef8391;
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
#top_user_login #user-login-form .form-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #ef8391;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 187, ../sass/components/_menu.scss */
  #top_user_login #user-login-form .form-item input {
    line-height: 28px;
    font-size: 25px;
  }
}
/* line 203, ../sass/components/_menu.scss */
#top_user_login #user-login-form #user-login-block-form-fields {
  padding: 20px;
}
/* line 206, ../sass/components/_menu.scss */
#top_user_login #user-login-form .form-submit {
  float: right;
  display: inline-block;
  border: 1px solid #e10421;
  font-weight: 400;
  font-size: 21px;
  padding: 12px 45px 12px 24px;
  color: #e10421;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  /* line 206, ../sass/components/_menu.scss */
  #top_user_login #user-login-form .form-submit {
    padding: 10px 25px;
  }
}
/* line 219, ../sass/components/_menu.scss */
#top_user_login #user-login-form .form-submit:hover, #top_user_login #user-login-form .form-submit:focus {
  color: #fff;
  background: #e10421;
  border-color: #fff;
}
/* line 225, ../sass/components/_menu.scss */
#top_user_login #user-login-form .form-submit:active {
  color: #fff;
  background: #a4232b;
  border-color: #fff;
}
/* line 231, ../sass/components/_menu.scss */
#top_user_login #user-login-form .links {
  background: #fff;
  padding: 20px;
  position: relative;
  bottom: 0;
}
/* line 236, ../sass/components/_menu.scss */
#top_user_login #user-login-form .links .grey {
  color: #646464;
  font-size: 16px;
}

/* line 245, ../sass/components/_menu.scss */
.customer_area ul {
  list-style: none;
}
/* line 247, ../sass/components/_menu.scss */
.customer_area ul li {
  float: left;
}
/* line 249, ../sass/components/_menu.scss */
.customer_area ul li a {
  color: #e10421;
}
/* line 252, ../sass/components/_menu.scss */
.customer_area ul li a:hover {
  color: #fff;
}

/* line 264, ../sass/components/_menu.scss */
#open_mobile {
  display: none;
  float: right;
  color: #fff;
  background: #e10421;
  font-size: 40px;
  height: 95px;
  line-height: 95px;
  width: 95px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 264, ../sass/components/_menu.scss */
  #open_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 264, ../sass/components/_menu.scss */
  #open_mobile {
    font-size: 30px;
    height: 65px;
    line-height: 65px;
    width: 65px;
  }
}

/* line 285, ../sass/components/_menu.scss */
#sidr {
  display: none;
}
@media (max-width: 991px) {
  /* line 285, ../sass/components/_menu.scss */
  #sidr {
    display: block;
  }
}

/* line 292, ../sass/components/_menu.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 104;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #e10421;
  color: #fff;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 307, ../sass/components/_menu.scss */
.sidr .sidr-inner {
  padding: 0 0 15px;
}
/* line 310, ../sass/components/_menu.scss */
.sidr.right {
  left: auto;
  right: -300px;
}
/* line 314, ../sass/components/_menu.scss */
.sidr.left {
  left: -300px;
  right: auto;
}
/* line 318, ../sass/components/_menu.scss */
.sidr .top .menu {
  display: none;
}
/* line 321, ../sass/components/_menu.scss */
.sidr li {
  position: relative;
}
/* line 324, ../sass/components/_menu.scss */
.sidr ul.menu {
  padding-left: 15px;
}
/* line 327, ../sass/components/_menu.scss */
.sidr a, .sidr span {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  display: block;
}
/* line 334, ../sass/components/_menu.scss */
.sidr .fa-plus {
  float: right;
  position: absolute;
  right: 0;
  top: 15px;
}
/* line 340, ../sass/components/_menu.scss */
.sidr .title {
  text-align: right;
}
/* line 342, ../sass/components/_menu.scss */
.sidr .title #btnClose {
  font-size: 25px;
  cursor: pointer;
}

/* line 2, ../sass/components/_category.scss */
#block-views-category-block-category a {
  color: #ED1C2F;
  text-transform: uppercase;
  font-size: 20px;
}
/* line 7, ../sass/components/_category.scss */
#block-views-category-block-category li {
  width: 50%;
  text-align: center;
  float: left;
  min-height: 150px;
}

/* line 2, ../sass/components/_subsdiaries.scss */
.getlocations_map_wrapper .location {
  line-height: 20px;
}

/* line 8, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .view-content {
  display: flex;
  flex-wrap: wrap;
}
/* line 11, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .view-content .col-sm-4 {
  display: flex;
}
/* line 16, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 22px;
  min-height: 265px;
  margin: 15px 0;
  width: 100%;
  background: #fff;
}
/* line 24, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row:nth-child(4) {
  clear: left;
}
/* line 27, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row h2, .view-subsidiaries .views-row .h2 {
  color: #e10421;
  font-size: 24px;
  padding-right: 120px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}
/* line 34, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row h2:before, .view-subsidiaries .views-row .h2:before {
  display: none;
}
/* line 38, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row .s-markers {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 44, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row .s-links a {
  color: #e10421;
  text-decoration: underline;
}
/* line 47, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row .s-links a:hover, .view-subsidiaries .views-row .s-links a:focus {
  background: #e10421;
  color: #fff;
  text-decoration: none;
}
/* line 53, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row .s-links a:active {
  background: #a4232b;
  color: #fff;
  text-decoration: none;
}
/* line 60, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row .s-content {
  display: none;
}
/* line 63, ../sass/components/_subsdiaries.scss */
.view-subsidiaries .views-row:hover {
  background: #f0f0f0;
}

/* line 1, ../sass/layouts/_news.scss */
#news,
.field-name-block-news-page {
  margin-bottom: 90px;
}
/* line 4, ../sass/layouts/_news.scss */
#news .block__title,
.field-name-block-news-page .block__title {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
}
/* line 122, ../sass/_mixins.scss */
#news .block__title:before,
.field-name-block-news-page .block__title:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  background: #e10421;
}
/* line 11, ../sass/layouts/_news.scss */
#news .view-content .item-list ul,
.field-name-block-news-page .view-content .item-list ul {
  max-width: 1120px;
  margin: auto;
}
/* line 14, ../sass/layouts/_news.scss */
#news .view-content .item-list ul li,
.field-name-block-news-page .view-content .item-list ul li {
  float: left;
  width: 33.33%;
  padding: 12px;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  /* line 22, ../sass/layouts/_news.scss */
  #news .view-content .item-list ul li:nth-child(3n+1),
  .field-name-block-news-page .view-content .item-list ul li:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  /* line 14, ../sass/layouts/_news.scss */
  #news .view-content .item-list ul li,
  .field-name-block-news-page .view-content .item-list ul li {
    width: 50%;
  }
  /* line 28, ../sass/layouts/_news.scss */
  #news .view-content .item-list ul li:nth-child(odd),
  .field-name-block-news-page .view-content .item-list ul li:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  /* line 14, ../sass/layouts/_news.scss */
  #news .view-content .item-list ul li,
  .field-name-block-news-page .view-content .item-list ul li {
    width: 100%;
  }
}
/* line 35, ../sass/layouts/_news.scss */
#news .view-content .item-list ul li .inner,
.field-name-block-news-page .view-content .item-list ul li .inner {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  min-height: 475px;
  padding-bottom: 20px;
  background: #fff;
}
/* line 40, ../sass/layouts/_news.scss */
#news .view-content .item-list ul li .inner .field-content,
#news .view-content .item-list ul li .inner .btn_round,
.field-name-block-news-page .view-content .item-list ul li .inner .field-content,
.field-name-block-news-page .view-content .item-list ul li .inner .btn_round {
  padding: 7px 25px 0;
  font-size: 16px;
}
/* line 46, ../sass/layouts/_news.scss */
#news .view-content .item-list ul li .inner .views-field-field-image .field-content,
.field-name-block-news-page .view-content .item-list ul li .inner .views-field-field-image .field-content {
  padding: 0;
}
/* line 50, ../sass/layouts/_news.scss */
#news .view-content .item-list ul li .inner .title_news,
.field-name-block-news-page .view-content .item-list ul li .inner .title_news {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  padding-top: 20px;
  min-height: 70px;
}
/* line 56, ../sass/layouts/_news.scss */
#news .view-content .item-list ul li .inner .title_news a,
.field-name-block-news-page .view-content .item-list ul li .inner .title_news a {
  color: #333;
}
/* line 60, ../sass/layouts/_news.scss */
#news .view-content .item-list ul li .inner .content_news,
.field-name-block-news-page .view-content .item-list ul li .inner .content_news {
  min-height: 220px;
  font-size: 16px;
  text-align: left;
  min-height: 59px;
}
/* line 71, ../sass/layouts/_news.scss */
#news .view-footer,
.field-name-block-news-page .view-footer {
  text-align: center;
}
/* line 73, ../sass/layouts/_news.scss */
#news .view-footer a,
.field-name-block-news-page .view-footer a {
  margin-top: 20px;
}

/* line 1, ../sass/layouts/_product.scss */
.right-col-h2, .ds-product_page .field-name-contact-block h2, .ds-product_page .field-name-contact-block .h2, .field-name-contact-block-not-logged-in- h2, .field-name-contact-block-not-logged-in- .h2 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

/* line 7, ../sass/layouts/_product.scss */
.ds-product_page {
  margin-bottom: 40px;
}
/* line 9, ../sass/layouts/_product.scss */
.ds-product_page .taxo_name {
  font-size: 26px;
  color: #e10421;
}
/* line 14, ../sass/layouts/_product.scss */
.ds-product_page .field-name-field-classification .field-item {
  font-size: 44px;
  line-height: 56px;
}
/* line 20, ../sass/layouts/_product.scss */
.ds-product_page .field-name-field-downloads .field-item {
  padding: 7px 7px 7px 0;
}
/* line 23, ../sass/layouts/_product.scss */
.ds-product_page .field-name-field-downloads .field-items {
  position: relative;
  min-height: 220px;
}
/* line 29, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login {
  margin-top: 0;
}
/* line 31, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login .greybg {
  padding: 15px;
  background: rgba(214, 214, 214, 0.26);
}
/* line 34, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login .greybg input[type='text'],
.ds-product_page .row .field-name-login .greybg input[type='password'] {
  border: 1px solid #646464;
  width: 247px;
  height: 33px;
  padding: 0 10px;
}
/* line 41, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login .greybg input[type="submit"],
.ds-product_page .row .field-name-login .greybg .form-type-password {
  float: left;
  margin: 0;
}
/* line 46, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login .greybg input[type="submit"] {
  margin-left: 15px;
  display: block;
  border: 2px solid #000;
  border-radius: 3px;
  background: transparent;
  width: 80px;
  height: 33px;
}
/* line 56, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login .forgot {
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
/* line 61, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login .newaccount {
  display: block;
  border: 2px solid #000;
  border-radius: 3px;
  background: transparent;
  height: 33px;
  color: #000;
  font-size: 11px;
  line-height: 31px;
  float: left;
  padding: 0 40px;
  margin-top: 10px;
}
/* line 74, ../sass/layouts/_product.scss */
.ds-product_page .row .field-name-login .links {
  margin-top: 15px;
}

/* line 85, ../sass/layouts/_product.scss */
.ds-product_page .field-name-field-classification {
  display: none;
}
/* line 89, ../sass/layouts/_product.scss */
.ds-product_page .field-name-title h1, .ds-product_page .field-name-title .h1 {
  margin: 0;
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  color: #fff;
  text-transform: uppercase;
  padding: 22px;
  position: relative;
  margin-bottom: 45px;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}
@media (max-width: 1199px) {
  /* line 89, ../sass/layouts/_product.scss */
  .ds-product_page .field-name-title h1, .ds-product_page .field-name-title .h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  /* line 89, ../sass/layouts/_product.scss */
  .ds-product_page .field-name-title h1, .ds-product_page .field-name-title .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  /* line 89, ../sass/layouts/_product.scss */
  .ds-product_page .field-name-title h1, .ds-product_page .field-name-title .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 114, ../sass/layouts/_product.scss */
.ds-product_page .shadowed {
  padding: 22px;
  margin-bottom: 22px;
}
/* line 117, ../sass/layouts/_product.scss */
.ds-product_page .shadowed .field-label {
  color: #e10421;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 18px;
}
/* line 124, ../sass/layouts/_product.scss */
.ds-product_page .shadowed table td {
  padding: 5px;
}
@media (max-width: 991px) {
  /* line 123, ../sass/layouts/_product.scss */
  .ds-product_page .shadowed table {
    width: 100% !important;
  }
}
/* line 131, ../sass/layouts/_product.scss */
.ds-product_page .shadowed p {
  margin-bottom: 10px;
}
/* line 136, ../sass/layouts/_product.scss */
.ds-product_page .field-type-file .field-label {
  font-size: 42px;
  color: #e10421;
  line-height: 46px;
  font-weight: 300;
  position: relative;
  padding-bottom: 15px;
  margin: 40px 0 30px;
}
/* line 107, ../sass/_mixins.scss */
.ds-product_page .field-type-file .field-label:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e10421;
  margin-left: 0;
}
@media (max-width: 1199px) {
  /* line 136, ../sass/layouts/_product.scss */
  .ds-product_page .field-type-file .field-label {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 136, ../sass/layouts/_product.scss */
  .ds-product_page .field-type-file .field-label {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  /* line 136, ../sass/layouts/_product.scss */
  .ds-product_page .field-type-file .field-label {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 156, ../sass/layouts/_product.scss */
.ds-product_page .field-type-file img {
  display: none;
}
/* line 159, ../sass/layouts/_product.scss */
.ds-product_page .field-type-file a {
  background: #eee;
  padding: 10px 10px 10px 55px;
  font-size: 24px;
  color: #e10421;
  position: relative;
  display: block;
}
/* line 166, ../sass/layouts/_product.scss */
.ds-product_page .field-type-file a:before {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  font-family: 'FontAwesome';
  content: "\f1c1";
  font-size: 25px;
  color: #e10421;
}
/* line 176, ../sass/layouts/_product.scss */
.ds-product_page .field-type-file a:hover {
  background: #c8c8c8;
}
@media (max-width: 767px) {
  /* line 159, ../sass/layouts/_product.scss */
  .ds-product_page .field-type-file a {
    font-size: 18px;
  }
}
/* line 184, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block {
  background: #eee;
  margin: 25px 0;
  padding: 22px;
}
/* line 188, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block h2, .ds-product_page .field-name-contact-block .h2 {
  color: #e10421;
}
/* line 192, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block .views-field-field-image {
  float: right;
  margin: 10px 0;
}
/* line 196, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block .views-field-field-contact-name {
  margin-top: 15px;
}
/* line 199, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block .section_content {
  padding: 0;
}
/* line 202, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block .ds-basic_page {
  padding-bottom: 22px;
}
/* line 206, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block .views-field-field-languages li {
  float: left;
  margin-right: 0.5em;
}
/* line 210, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block .views-field-field-languages .language-icon {
  height: 12px;
}
/* line 214, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block .views-field-nothing {
  clear: both;
}
/* line 217, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block input[type="submit"] {
  float: right;
  background: #e10421;
}
/* line 220, ../sass/layouts/_product.scss */
.ds-product_page .field-name-contact-block input[type="submit"]:hover, .ds-product_page .field-name-contact-block input[type="submit"]:active {
  background: #a4232b;
}

/* line 228, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- {
  margin-top: 22px;
  background: url("../img/local.jpg") no-repeat #982127;
  padding: 22px;
  color: #fff;
}
/* line 236, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- select {
  width: 100%;
}
/* line 239, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- input[type="text"],
.field-name-contact-block-not-logged-in- input[type="email"] {
  background: transparent;
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 12px;
}
/* line 86, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- input[type="text"]::-webkit-input-placeholder,
.field-name-contact-block-not-logged-in- input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- input[type="text"]::-moz-placeholder,
.field-name-contact-block-not-logged-in- input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- input[type="text"]:-ms-input-placeholder,
.field-name-contact-block-not-logged-in- input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- input[type="text"]:-moz-placeholder,
.field-name-contact-block-not-logged-in- input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 248, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- textarea {
  background: transparent;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
/* line 86, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
.field-name-contact-block-not-logged-in- textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
/* line 254, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- textarea.notempty {
  color: rgba(255, 255, 255, 0.5);
}
/* line 258, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .form-actions {
  text-align: right;
  margin-top: 20px;
}
/* line 261, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .form-actions input[type="submit"] {
  background: #e10421;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 22px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 267, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .form-actions input[type="submit"]:hover, .field-name-contact-block-not-logged-in- .form-actions input[type="submit"]:focus {
  color: #e10421;
  background: #fff;
  border-color: #e10421;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 274, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .form-actions input[type="submit"]:active {
  color: #e10421;
  background: #fff;
}
/* line 280, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .captcha {
  border: 0 none;
  margin: 0;
  padding: 0;
}
/* line 285, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .captcha .fieldset-legend {
  display: none;
}
/* line 289, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .captcha .fieldset-description {
  font-size: 0.7em;
  line-height: normal;
}
/* line 296, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .webform-component--validation label {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
/* line 300, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .webform-component--validation label .form-item-submitted-validation {
  font-size: 15px;
  color: #fff;
}
/* line 306, ../sass/layouts/_product.scss */
.field-name-contact-block-not-logged-in- .webform-component--information {
  font-size: 18px;
}

/* line 3, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories,
.ds-category_page .field-type-ds,
.ds-basic_page.node-category .field-name-block-subcategories,
.ds-basic_page.node-category .field-type-ds {
  margin-bottom: 200px;
}
/* line 11, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  margin: 21px 0;
  background: #fff;
}
/* line 15, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar {
  background: #efefef;
  padding: 22px;
}
/* line 66, ../sass/_mixins.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:before,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:before,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:before,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:before,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:before,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:before,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:before,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:after,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar:after {
  display: table;
  content: "";
  clear: both;
}
/* line 19, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2, .ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2 {
  margin: 0;
  float: left;
  padding-top: 0;
  line-height: 21px;
}
/* line 24, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2 a, .ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2 a,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2 a,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2 a,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2 a,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2 a,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2 a,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2 a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2 a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2 a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2 a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2 a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar h2 a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .h2 a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar h2 a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .h2 a {
  color: #e10421;
  font-size: 24px;
  font-weight: 400;
}
/* line 30, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 {
  float: right;
}
/* line 32, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a {
  display: inline-block;
  border: 1px solid #e10421;
  font-weight: 400;
  font-size: 21px;
  padding: 6px 40px 6px 15px;
  color: #e10421;
  position: relative;
}
/* line 40, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:after,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:after {
  content: "\2192";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -11px;
  font-family: "myriad-pro";
}
/* line 48, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:hover, .ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:focus,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:hover,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:focus,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:hover,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:focus,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:hover,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:focus,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:hover,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:focus,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:hover,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:focus,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:hover,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .title-bar .views-field-name-1 a:focus,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:hover,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .title-bar .views-field-name-1 a:focus {
  color: #fff;
  background: #e10421;
  border-color: #fff;
}
/* line 57, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description-1,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description-1,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .views-field-description,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .views-field-description {
  padding: 22px;
}
/* line 61, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories {
  padding: 0 11px 11px;
}
/* line 66, ../sass/_mixins.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:before,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:before,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:before,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:before,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:before,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:before,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:before,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:after,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories:after {
  display: table;
  content: "";
  clear: both;
}
/* line 64, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row {
  padding: 11px;
  width: 33.33%;
  float: left;
}
@media (max-width: 991px) {
  /* line 64, ../sass/layouts/_category.scss */
  .ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
  .ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 64, ../sass/layouts/_category.scss */
  .ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
  .ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row,
  .ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row {
    width: 100%;
  }
}
/* line 74, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner {
  background: #efefef;
  padding: 20px;
  position: relative;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 79, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-nothing {
  font-size: 14px;
  font-weight: bold;
}
/* line 84, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a {
  font-size: 24px;
  color: #e10421;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 51px;
  padding-right: 25px;
}
/* line 92, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-name a:after {
  content: "\2192";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "myriad-pro";
}
/* line 101, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner .views-field-description-1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-shadow: 2px 8px 5px 3px rgba(0, 0, 0, 0.2);
}
/* line 113, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 116, ../sass/layouts/_category.scss */
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1,
.ds-category_page .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1,
.ds-category_page .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1,
.ds-basic_page.node-category .field-name-block-subcategories > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .view-subcategories > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1,
.ds-basic_page.node-category .field-type-ds > .field-items > .field-item > .classic > .view-content > .views-row .view-subcategories .views-row .inner:hover .views-field-description-1 {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 134, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row,
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row {
  margin-bottom: 22px;
  background: #fff;
}
/* line 137, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row .views-field-title,
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row .views-field-title {
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
}
/* line 139, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row .views-field-title a,
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row .views-field-title a {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
/* line 145, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row .views-field-body,
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row .views-field-body {
  padding: 22px;
  font-size: 16px;
}
/* line 149, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row a.button-link,
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row a.button-link {
  text-transform: uppercase;
}
/* line 152, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row > .inner,
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row > .inner {
  padding-bottom: 60px;
  position: relative;
  min-height: 380px;
}
/* line 157, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row > .inner > div:last-child,
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row > .inner > div:last-child {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
/* line 165, ../sass/layouts/_category.scss */
.ds-category_page #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row:nth-child(4),
.ds-basic_page.node-category #block-views-taxonomy-term-block-1 .view-taxonomy-term > .view-content > .views-row:nth-child(4) {
  clear: left;
}
/* line 172, ../sass/layouts/_category.scss */
.ds-category_page .view-taxonomy-term,
.ds-basic_page.node-category .view-taxonomy-term {
  padding: 0 11px;
}
/* line 66, ../sass/_mixins.scss */
.ds-category_page .view-taxonomy-term:before,
.ds-basic_page.node-category .view-taxonomy-term:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
.ds-category_page .view-taxonomy-term:after,
.ds-basic_page.node-category .view-taxonomy-term:after {
  display: table;
  content: "";
  clear: both;
}
/* line 175, ../sass/layouts/_category.scss */
.ds-category_page .view-taxonomy-term .views-row,
.ds-basic_page.node-category .view-taxonomy-term .views-row {
  padding: 0 11px;
}
/* line 177, ../sass/layouts/_category.scss */
.ds-category_page .view-taxonomy-term .views-row:nth-child(3n+1),
.ds-basic_page.node-category .view-taxonomy-term .views-row:nth-child(3n+1) {
  clear: left;
}
/* line 182, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox,
.ds-basic_page.node-category .gradientbox {
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  padding: 20px;
  position: relative;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 22px;
}
/* line 188, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox .fieldset,
.ds-basic_page.node-category .gradientbox .fieldset {
  padding-right: 25px;
  color: #fff;
  position: relative;
}
/* line 192, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox .fieldset:after,
.ds-basic_page.node-category .gradientbox .fieldset:after {
  content: "\2192";
  position: absolute;
  right: 0;
  top: 15px;
  font-family: "myriad-pro";
}
/* line 200, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox .views-field-php,
.ds-basic_page.node-category .gradientbox .views-field-php {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
/* line 206, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox .views-field-title a,
.ds-basic_page.node-category .gradientbox .views-field-title a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 212, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox .views-field-body,
.ds-basic_page.node-category .gradientbox .views-field-body {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  font-size: 16px;
  padding: 22px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-shadow: 2px 8px 5px 3px rgba(0, 0, 0, 0.2);
}
/* line 226, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox:hover,
.ds-basic_page.node-category .gradientbox:hover {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 229, ../sass/layouts/_category.scss */
.ds-category_page .gradientbox:hover .views-field-body,
.ds-basic_page.node-category .gradientbox:hover .views-field-body {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1, ../sass/layouts/_search.scss */
#content {
  position: relative;
}
/* line 3, ../sass/layouts/_search.scss */
#content #block-search-form {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99;
  top: 0;
}
/* line 14, ../sass/layouts/_search.scss */
#content #block-search-form .content {
  position: fixed;
  top: 200px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  /* line 14, ../sass/layouts/_search.scss */
  #content #block-search-form .content {
    width: 300px;
    margin-left: -150px;
  }
}
/* line 25, ../sass/layouts/_search.scss */
#content #block-search-form .content input {
  background: transparent;
  border: 1px solid #fff;
  border-width: 0 0 2px 0;
  font-size: 67px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  height: auto;
}
/* line 86, ../sass/_mixins.scss */
#content #block-search-form .content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
#content #block-search-form .content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
#content #block-search-form .content input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
#content #block-search-form .content input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 25, ../sass/layouts/_search.scss */
  #content #block-search-form .content input {
    font-size: 30px;
  }
}
/* line 39, ../sass/layouts/_search.scss */
#content #block-search-form .content .form-actions {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 43, ../sass/layouts/_search.scss */
#content #block-search-form .content .form-actions input {
  font-family: "adeka";
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  line-height: 70px;
}
@media (max-width: 767px) {
  /* line 43, ../sass/layouts/_search.scss */
  #content #block-search-form .content .form-actions input {
    font-size: 30px;
    line-height: 40px;
  }
}
/* line 58, ../sass/layouts/_search.scss */
#content #block-search-form.visible {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 68, ../sass/layouts/_search.scss */
.page-search-node .innerh1 h1, .page-search-node .innerh1 .h1 {
  font-size: 42px;
  padding-bottom: 0 !important;
  line-height: 32px;
}
/* line 72, ../sass/layouts/_search.scss */
.page-search-node .innerh1 h1:before, .page-search-node .innerh1 .h1:before {
  display: none;
}
/* line 76, ../sass/layouts/_search.scss */
.page-search-node .innerh1 form {
  padding-left: 15px;
}
/* line 78, ../sass/layouts/_search.scss */
.page-search-node .innerh1 form input {
  color: #fff;
  font-size: 67px;
  border-color: #fff;
  width: 50%;
}
/* line 86, ../sass/_mixins.scss */
.page-search-node .innerh1 form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
/* line 90, ../sass/_mixins.scss */
.page-search-node .innerh1 form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
/* line 94, ../sass/_mixins.scss */
.page-search-node .innerh1 form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
/* line 98, ../sass/_mixins.scss */
.page-search-node .innerh1 form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
/* line 85, ../sass/layouts/_search.scss */
.page-search-node .innerh1 form .form-actions {
  font-family: "adeka";
}
/* line 87, ../sass/layouts/_search.scss */
.page-search-node .innerh1 form .form-actions input {
  width: auto;
  background: transparent;
  border: none;
  font-weight: bold;
  font-size: 45px;
  padding: 0;
}
/* line 94, ../sass/layouts/_search.scss */
.page-search-node .innerh1 form .form-actions input:hover, .page-search-node .innerh1 form .form-actions input:active {
  color: #ccc;
}
/* line 102, ../sass/layouts/_search.scss */
.page-search-node .view-content-search {
  padding-bottom: 90px;
}
/* line 104, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .view-content {
  display: flex;
  flex-wrap: wrap;
}
/* line 66, ../sass/_mixins.scss */
.page-search-node .view-content-search .view-content:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
.page-search-node .view-content-search .view-content:after {
  display: table;
  content: "";
  clear: both;
}
/* line 109, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .itemws {
  display: flex;
}
/* line 111, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .itemws:nth-child(3n+1) {
  clear: left;
}
/* line 115, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  padding-bottom: 55px;
  margin: 15px 0;
  position: relative;
}
/* line 121, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row .views-field-php {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  bottom: 22px;
  width: 100%;
  left: 0;
}
/* line 130, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row .views-field-body {
  padding: 22px;
  font-size: 16px;
}
/* line 133, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row .views-field-body strong {
  color: #000;
}
/* line 137, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row .views-field-field-classification {
  font-size: 14px;
  font-weight: 600;
}
/* line 141, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row .views-field-title {
  font-size: 24px;
  text-transform: uppercase;
}
/* line 145, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row .header_box {
  padding: 22px;
}
/* line 149, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-product .header_box {
  background: #e10421;
  background: -moz-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: -webkit-linear-gradient(left, #e10421 0%, #a4232b 100%);
  background: linear-gradient(to right, #e10421 0%, #a4232b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE10421', endColorstr='#FFA4232B',GradientType=0 );
  color: #fff;
}
/* line 152, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-product .header_box a {
  color: #fff;
}
/* line 158, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-article .views-field-title {
  text-transform: none;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
/* line 163, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-article .views-field-title a {
  text-transform: none;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
/* line 170, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-article .views-field-body {
  padding-top: 5px;
  font-size: 16px;
  color: #333;
}
/* line 175, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-article .header_box {
  padding-bottom: 0;
}
/* line 180, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-page .views-field-body {
  padding-top: 0;
}
/* line 183, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-page .views-field-title {
  padding-bottom: 5px;
}
/* line 185, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-page .views-field-title a {
  text-transform: none;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
/* line 192, ../sass/layouts/_search.scss */
.page-search-node .view-content-search .views-row.type-page .header_box {
  padding-bottom: 0;
}

/* line 2, ../sass/layouts/_basicpage.scss */
.maps_ws a {
  margin: 20px 0 50px;
}

/* line 6, ../sass/layouts/_basicpage.scss */
.scrolloff {
  pointer-events: none;
}

/* line 10, ../sass/layouts/_basicpage.scss */
.ds-basic_page {
  padding-bottom: 90px;
}

/* line 17, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content.node-webform p,
.ds-basic_page.node-page .section_content.node-webform p {
  padding-left: 0;
}
/* line 22, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .webform-client-form input[type="submit"],
.ds-basic_page.node-page .section_content .webform-client-form input[type="submit"] {
  float: right;
  padding: 10px 24px;
}
/* line 27, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .field-type-datetime,
.ds-basic_page.node-page .section_content .field-type-datetime {
  color: #333;
  font-size: 16px;
}
/* line 31, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content h2, .ds-basic_page.node-webform .section_content .h2,
.ds-basic_page.node-page .section_content h2,
.ds-basic_page.node-page .section_content .h2 {
  position: relative;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 107, ../sass/_mixins.scss */
.ds-basic_page.node-webform .section_content h2:before, .ds-basic_page.node-webform .section_content .h2:before,
.ds-basic_page.node-page .section_content h2:before,
.ds-basic_page.node-page .section_content .h2:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e10421;
  margin-left: 0;
}
/* line 37, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .section_content ul,
.ds-basic_page.node-page .section_content .section_content ul {
  padding-left: 70px;
}
/* line 40, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .section_content p,
.ds-basic_page.node-page .section_content .section_content p {
  padding-left: 70px;
}
/* line 42, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .section_content p.nopadleft,
.ds-basic_page.node-page .section_content .section_content p.nopadleft {
  padding-left: 0;
}
/* line 44, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .section_content p.nopadleft img,
.ds-basic_page.node-page .section_content .section_content p.nopadleft img {
  width: 100% !important;
  height: auto !important;
}
/* line 49, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .section_content p a,
.ds-basic_page.node-page .section_content .section_content p a {
  color: #e10421;
  text-decoration: underline;
}
/* line 52, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .section_content p a:hover, .ds-basic_page.node-webform .section_content .section_content p a:focus,
.ds-basic_page.node-page .section_content .section_content p a:hover,
.ds-basic_page.node-page .section_content .section_content p a:focus {
  background: #e10421;
  color: #fff;
  text-decoration: none;
}
/* line 58, ../sass/layouts/_basicpage.scss */
.ds-basic_page.node-webform .section_content .section_content p a:active,
.ds-basic_page.node-page .section_content .section_content p a:active {
  background: #a4232b;
  color: #fff;
  text-decoration: none;
}

/* line 1, ../sass/layouts/_applications.scss */
#application {
  margin-bottom: 40px;
  margin-top: 90px;
  padding-top: 60px;
  background: #a4232b;
  background: -moz-linear-gradient(left, #a4232b 0%, #e10421 100%);
  background: -webkit-linear-gradient(left, #a4232b 0%, #e10421 100%);
  background: linear-gradient(to right, #a4232b 0%, #e10421 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA4232B', endColorstr='#FFE10421',GradientType=0 );
}
/* line 6, ../sass/layouts/_applications.scss */
#application h2, #application .h2 {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
/* line 7, ../sass/layouts/_applications.scss */
#application h2.rtecenter, #application .rtecenter.h2 {
  position: relative;
  padding-bottom: 15px;
}
/* line 122, ../sass/_mixins.scss */
#application h2.rtecenter:before, #application .rtecenter.h2:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  background: #fff;
}
/* line 10, ../sass/layouts/_applications.scss */
#application h2.rteleft, #application .rteleft.h2 {
  position: relative;
  padding-bottom: 15px;
}
/* line 107, ../sass/_mixins.scss */
#application h2.rteleft:before, #application .rteleft.h2:before {
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  margin-left: 0;
}
/* line 17, ../sass/layouts/_applications.scss */
#application .field-name-field-applications-introduction {
  max-width: 1500px;
  margin: auto;
}
@media (max-width: 1199px) {
  /* line 17, ../sass/layouts/_applications.scss */
  #application .field-name-field-applications-introduction {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 25, ../sass/layouts/_applications.scss */
#application .field-name-field-text-block-3,
#application .field-name-field-text-block-4 {
  margin-top: 90px;
  float: left;
  min-height: 450px;
}
@media (max-width: 991px) {
  /* line 25, ../sass/layouts/_applications.scss */
  #application .field-name-field-text-block-3,
  #application .field-name-field-text-block-4 {
    margin-top: 0;
    min-height: auto;
  }
}
/* line 35, ../sass/layouts/_applications.scss */
#application .field-name-field-text-block-3 {
  display: none;
  width: 66.66%;
  padding: 60px 20px;
  background: #a4232b;
}
/* line 40, ../sass/layouts/_applications.scss */
#application .field-name-field-text-block-3 > .field-items {
  max-width: 650px;
  margin: auto;
}
@media (max-width: 1199px) {
  /* line 35, ../sass/layouts/_applications.scss */
  #application .field-name-field-text-block-3 {
    padding: 60px 15px;
  }
}
@media (max-width: 991px) {
  /* line 35, ../sass/layouts/_applications.scss */
  #application .field-name-field-text-block-3 {
    padding: 20px 15px;
    width: 100%;
  }
  /* line 50, ../sass/layouts/_applications.scss */
  #application .field-name-field-text-block-3 > .field-items {
    max-width: none;
  }
}
/* line 55, ../sass/layouts/_applications.scss */
#application .field-name-field-text-block-4 {
  width: 100%;
  background: #e10421;
  padding: 60px 20px 60px 60px;
}
@media (max-width: 1199px) {
  /* line 55, ../sass/layouts/_applications.scss */
  #application .field-name-field-text-block-4 {
    padding: 60px 15px;
  }
}
@media (max-width: 991px) {
  /* line 55, ../sass/layouts/_applications.scss */
  #application .field-name-field-text-block-4 {
    padding: 20px 15px;
    width: 100%;
  }
}
/* line 67, ../sass/layouts/_applications.scss */
#application .field-name-lvl1-applications-home {
  margin-top: 10px;
}
/* line 70, ../sass/layouts/_applications.scss */
#application .block__title {
  color: #646464;
  font-weight: normal;
  font-size: 22px;
  margin: 20px 0;
  text-transform: uppercase;
}

/* line 81, ../sass/layouts/_applications.scss */
#application .view-content,
#application_page .view-content {
  max-width: 1500px;
  margin: auto;
  text-align: center;
}
/* line 66, ../sass/_mixins.scss */
#application .view-content:before,
#application_page .view-content:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
#application .view-content:after,
#application_page .view-content:after {
  display: table;
  content: "";
  clear: both;
}
/* line 86, ../sass/layouts/_applications.scss */
#application .view-content .views-row,
#application_page .view-content .views-row {
  padding: 10px;
}
/* line 88, ../sass/layouts/_applications.scss */
#application .view-content .views-row .inner,
#application_page .view-content .views-row .inner {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  position: relative;
  background: #a4232b;
}
/* line 66, ../sass/_mixins.scss */
#application .view-content .views-row .inner:before,
#application_page .view-content .views-row .inner:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
#application .view-content .views-row .inner:after,
#application_page .view-content .views-row .inner:after {
  display: table;
  content: "";
  clear: both;
}
/* line 93, ../sass/layouts/_applications.scss */
#application .view-content .views-row .inner img,
#application_page .view-content .views-row .inner img {
  width: 100%;
  height: auto;
  float: left;
}
/* line 98, ../sass/layouts/_applications.scss */
#application .view-content .views-row .inner .views-field-description,
#application_page .view-content .views-row .inner .views-field-description {
  display: none;
}
/* line 101, ../sass/layouts/_applications.scss */
#application .view-content .views-row .inner .views-field-name,
#application_page .view-content .views-row .inner .views-field-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  min-height: 64px;
  padding: 20px 15px;
}
/* line 109, ../sass/layouts/_applications.scss */
#application .view-content .views-row .inner .views-field-name a,
#application_page .view-content .views-row .inner .views-field-name a {
  color: #e10421;
  font-size: 16px;
}
/* line 112, ../sass/layouts/_applications.scss */
#application .view-content .views-row .inner .views-field-name a:hover,
#application_page .view-content .views-row .inner .views-field-name a:hover {
  color: #a4232b;
}
/* line 121, ../sass/layouts/_applications.scss */
#application .view-content .special .inner .field-items,
#application_page .view-content .special .inner .field-items {
  position: absolute;
  width: 100%;
}
/* line 124, ../sass/layouts/_applications.scss */
#application .view-content .special .inner .field-items p,
#application_page .view-content .special .inner .field-items p {
  padding: 0;
  color: #fff;
}

/* line 134, ../sass/layouts/_applications.scss */
.view-mode-applications {
  width: auto;
  max-width: none;
}
/* line 137, ../sass/layouts/_applications.scss */
.view-mode-applications .section_content {
  width: auto;
  max-width: none;
}

/* line 4, ../sass/layouts/_contact.scss */
body.node-type-webform #footer .footer-left,
body.node-type-webform #footer .adress_block,
body.page-node-done #footer .footer-left,
body.page-node-done #footer .adress_block {
  display: none !important;
}
/* line 8, ../sass/layouts/_contact.scss */
body.node-type-webform #footer .footer-right,
body.page-node-done #footer .footer-right {
  width: 100%;
  background-position: center center;
}
/* line 11, ../sass/layouts/_contact.scss */
body.node-type-webform #footer .footer-right:before,
body.page-node-done #footer .footer-right:before {
  display: none;
}
/* line 16, ../sass/layouts/_contact.scss */
body.node-type-webform .margebottom,
body.page-node-done .margebottom {
  margin-bottom: 50px;
}
/* line 19, ../sass/layouts/_contact.scss */
body.node-type-webform .ds-basic_page.node-webform,
body.node-type-webform .webform-confirmation,
body.page-node-done .ds-basic_page.node-webform,
body.page-node-done .webform-confirmation {
  max-width: 750px;
}
/* line 25, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-confirmation > div strong,
body.page-node-done .webform-confirmation > div strong {
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}
/* line 30, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-confirmation > div p,
body.page-node-done .webform-confirmation > div p {
  margin: 0;
}
/* line 33, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-confirmation > div > div,
body.page-node-done .webform-confirmation > div > div {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
  padding: 22px;
}
/* line 41, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-client-form .wsselector,
body.page-node-done .webform-client-form .wsselector {
  border-color: #646464;
  color: #646464;
}
/* line 44, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-client-form .wsselector:before,
body.page-node-done .webform-client-form .wsselector:before {
  border-color: transparent transparent #646464;
}
/* line 51, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-component--validation label,
body.page-node-done .webform-component--validation label {
  font-size: 18px;
  line-height: 20px;
}
/* line 54, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-component--validation label .form-item-submitted-validation,
body.page-node-done .webform-component--validation label .form-item-submitted-validation {
  font-size: 15px;
}
/* line 59, ../sass/layouts/_contact.scss */
body.node-type-webform .webform-component--information,
body.page-node-done .webform-component--information {
  font-size: 18px;
}

/* line 1, ../sass/layouts/_responsive_ws.scss */
#page {
  max-width: 100%;
}

@media (max-width: 768px) {
  /* line 6, ../sass/layouts/_responsive_ws.scss */
  .flexslider {
    overflow: hidden;
    height: 213px;
  }
  /* line 9, ../sass/layouts/_responsive_ws.scss */
  .flexslider .slides {
    min-width: 850px;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -425px;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
}

/**
 * Navigation bar.
 */
/* line 135, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 139, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 149, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 155, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 169, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 173, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 184, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 196, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 211, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 220, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 230, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 233, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 238, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 243, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 248, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 253, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 264, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}
/* line 66, ../sass/_mixins.scss */
.tabs-primary:before, .tabs-secondary:before {
  display: table;
  content: "";
}
/* line 70, ../sass/_mixins.scss */
.tabs-primary:after, .tabs-secondary:after {
  display: table;
  content: "";
  clear: both;
}

/* line 274, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 278, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 291, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 300, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 306, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 316, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 320, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 344, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 350, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 357, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 366, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 371, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 399, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 403, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 411, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 418, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 421, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 424, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 439, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 444, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 451, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 461, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/**
 * Menus.
 */
/* The active item in a Drupal menu. */
/* line 481, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 490, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 502, ../sass/components/_misc.scss */
.unpublished {
  display: block;
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 531, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 536, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 542, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 545, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 552, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 562, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 566, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 573, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 579, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 586, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 593, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 599, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 604, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* Password confirmation. */
/* line 615, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 621, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 633, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 639, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 643, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 648, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 656, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 661, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 664, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 668, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 674, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 689, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 694, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 700, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 711, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 722, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 731, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 738, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 750, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 753, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 756, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 765, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 774, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 777, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 783, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1589529717');
}

/* --------------------------------------------------
	=ADMIN BAR
-------------------------------------------------- */
/* line 5, ../sass/components/_admin-bar.scss */
#admin-bar {
  -moz-animation: slideInLeft 0.35s ease-out 0.5s;
  -webkit-animation: slideInLeft 0.35s ease-out 0.5s;
  animation: slideInLeft 0.35s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #efefef;
  display: none;
  left: 0;
  position: fixed;
  top: 230px;
  width: 130px;
  z-index: 100;
}
@media only screen and (min-width: 1201px) {
  /* line 5, ../sass/components/_admin-bar.scss */
  #admin-bar {
    display: block;
  }
}
/* line 21, ../sass/components/_admin-bar.scss */
#admin-bar ul {
  background: none;
  font-size: 0.8125em;
  margin: 0;
  padding: 0;
}
/* line 28, ../sass/components/_admin-bar.scss */
#admin-bar li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid white;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 36, ../sass/components/_admin-bar.scss */
#admin-bar li, #admin-bar li a {
  border: 0;
  background: none;
}
/* line 41, ../sass/components/_admin-bar.scss */
#admin-bar li a {
  text-shadow: none;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
}
/* line 59, ../sass/components/_admin-bar.scss */
#admin-bar li a:hover {
  background-color: white;
}

/* line 1, ../sass/components/_forms.scss */
.webform-component--left-col,
.webform-component--right-col {
  width: 46%;
  margin-right: 4%;
  float: left;
}
/* line 7, ../sass/components/_forms.scss */
.webform-component--left-col label,
.webform-component--right-col label {
  width: 110px;
  display: inline-block;
}
/* line 11, ../sass/components/_forms.scss */
.webform-component--left-col input, .webform-component--left-col select, .webform-component--left-col .form-textarea-wrapper,
.webform-component--right-col input,
.webform-component--right-col select,
.webform-component--right-col .form-textarea-wrapper {
  width: 70%;
}
/* line 15, ../sass/components/_forms.scss */
.webform-component--left-col textarea,
.webform-component--right-col textarea {
  height: 85px;
}
/* line 19, ../sass/components/_forms.scss */
.webform-component--left-col .form-item,
.webform-component--right-col .form-item {
  margin: 0.5em 0 !important;
}

/* line 26, ../sass/components/_forms.scss */
.webform-client-form-67 .form-actions {
  text-align: center;
}
/* line 30, ../sass/components/_forms.scss */
.webform-client-form-67 .webform-submit {
  width: 40%;
  height: 3em;
  margin: 16px auto;
  font-size: 1.2em;
}

/* line 40, ../sass/components/_forms.scss */
.block-webform .form-item {
  margin: .5em 0;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */

/*# sourceMappingURL=styles.css.map */
