@charset "UTF-8";
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 55, ../sass/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 74, ../sass/core/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 90, ../sass/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 99, ../sass/core/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 115, ../sass/core/_normalize.scss */
html {
  font-family: Graphik-SemiRegular;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

	/**
     * Address `font-family` inconsistency between `textarea` and other form
     * elements.
     */
/* line 135, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: Graphik-SemiRegular;
}

/**
 * Remove default margin.
 */
/* line 147, ../sass/core/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 159, ../sass/core/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 167, ../sass/core/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
	/**
     * Set 1 unit of vertical rhythm on the top and bottom margin.
     */
/*p,*/
/* line 182, ../sass/core/_normalize.scss */
pre {
  margin: 1.5em 0;
}

/* line 186, ../sass/core/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 197, ../sass/core/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. 
  @if not $strict-normalize or $legacy-support-for-ie6 or $legacy-support-for-ie7
  {
  	@include adjust-font-size-to( $h1-font-size );
  }
  @else
  {
  	font-size: 1em * ($h1-font-size / $base-font-size);
  }
  /* Set 1 unit of vertical rhythm on the top and bottom margins. *
  @include leader(1, $h1-font-size);
  @include trailer(1, $h1-font-size);*/
}

	/*h2
	{
		@include adjust-font-size-to( $h2-font-size );
		@include leader(1, $h2-font-size);
		@include trailer(1, $h2-font-size);
	}

	h3
	{
		@include adjust-font-size-to( $h3-font-size );
		@include leader(1, $h3-font-size);
		@include trailer(1, $h3-font-size);
	}

	h4
	{
		@include adjust-font-size-to( $h4-font-size );
		@include leader(1, $h4-font-size);
		@include trailer(1, $h4-font-size);
	}

	h5
	{
		@include adjust-font-size-to( $h5-font-size );
		@include leader(1, $h5-font-size);
		@include trailer(1, $h5-font-size);
	}

	h6
	{
		@include adjust-font-size-to( $h6-font-size );
		@include leader(1, $h6-font-size);
		@include trailer(1, $h6-font-size);
	}*/
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 253, ../sass/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 261, ../sass/core/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 270, ../sass/core/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 278, ../sass/core/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 287, ../sass/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 296, ../sass/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: 'Graphik-Regular';
  _font-family: 'Graphik-Regular', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 318, ../sass/core/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */
/* line 333, ../sass/core/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 341, ../sass/core/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 349, ../sass/core/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 357, ../sass/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 361, ../sass/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
	/**
     * Address margins set differently in IE 6/7.
     */
/* line 374, ../sass/core/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 391, ../sass/core/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

	/**
     * Address paddings set differently in IE 6/7.
     */
/* line 399, ../sass/core/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

	/**
     * Correct list images handled incorrectly in IE 7.
     */
/* line 411, ../sass/core/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 426, ../sass/core/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 439, ../sass/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 451, ../sass/core/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
	/**
     * Correct margin displayed oddly in IE 6/7.
     */
/* line 464, ../sass/core/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 473, ../sass/core/_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.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 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 489, ../sass/core/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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.
 */
/* line 504, ../sass/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 522, ../sass/core/_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 534, ../sass/core/_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 549, ../sass/core/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 564, ../sass/core/_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 576, ../sass/core/_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 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 592, ../sass/core/_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 602, ../sass/core/_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 611, ../sass/core/_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 622, ../sass/core/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 635, ../sass/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
  Colors
   ========================================================================== *
*/
/* ==========================================================================
   Fonts & Typography
   ========================================================================== *
*/
/* line 23, ../sass/core/_global-settings.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 27, ../sass/core/_global-settings.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
@font-face {
  font-family: 'DINProBold';
  src: url("../fonts/Dinpro_Bold.eot");
  src: url("../fonts/Dinpro_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Dinpro_Bold.woff2") format("woff2"), url("../fonts/Dinpro_Bold.woff") format("woff"), url("../fonts/Dinpro_Bold.ttf") format("truetype"), url("webfonts/Dinpro_Bold.svg#wf") format("svg");
}
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/Dinpro_Reg.eot");
  src: url("../fonts/Dinpro_Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/Dinpro_Reg.woff2") format("woff2"), url("../fonts/Dinpro_Reg.woff") format("woff"), url("../fonts/Dinpro_Reg.ttf") format("truetype"), url("webfonts/Dinpro_Reg.svg#wf") format("svg");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'DINProBold';
    src: url("../fonts/Dinpro_Bold.svg#wf") format("svg");
  }
  @font-face {
    font-family: 'DINPro';
    src: url("../fonts/Dinpro_Reg.svg#wf") format("svg");
  }
}
/* ==========================================================================
   Global Sprite 
   ========================================================================== *
*/
/* ================================================
   Rem-Fallback
================================================ */
/* ==========================================================================
   Helpers
   .========================================================================== */
/* line 5, ../sass/core/_helpers.scss */
:before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 31, ../sass/core/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 37, ../sass/core/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 46, ../sass/core/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ================================================
   Visually Hidden
================================================ */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 72, ../sass/core/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 88, ../sass/core/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "BebasNeueRegular";
  /*Johnhenry font*/
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon-base.eot?-9ftm9");
  src: url("../fonts/icons/icomoon-base.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/icons/icomoon-base.woff?-9ftm9") format("woff"), url("../fonts/icons/icomoon-base.ttf?-9ftm9") format("truetype"), url("../fonts/icons/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url("../fonts/Graphik-Semibold-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Semibold-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Regular-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Light';
  src: url("../fonts/Graphik-Light-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Light-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Light-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GraphikWide-Regular-Web';
  src: url("../fonts/GraphikWide-Regular-Web.woff");
  font-weight: normal;
  font-style: normal;
}
/* line 57, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Graphik-Regular';
  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;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Graphik-Regular';
    src: url("../fonts/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  }
}
/* ==========================================================================
  Icons Default :DO NOT change icon-base values. 
  use the $adjuster to adjust sizes e.g:
  $adjuster:2;
  $icon-base: $icon-base/ $adjuster;
  $icon-base-padding:($icon-base-padding/ $adjuster) + 2; 
  best results in multiples/divisibles of 32. (e.g 16, 32,)
   .========================================================================== */
/* line 91, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-size: 32px;
  display: inline-block;
  text-decoration: none;
}

/* line 98, ../sass/core/_base-icons.scss */
.icon-share:before {
  content: "\e611";
}

/* line 102, ../sass/core/_base-icons.scss */
.icon-cancel:before {
  content: "\e60a";
}

/* line 106, ../sass/core/_base-icons.scss */
.icon-check:before {
  content: "\e60b";
}

/* line 110, ../sass/core/_base-icons.scss */
.icon-close:before {
  content: "\e60c";
}

/* line 114, ../sass/core/_base-icons.scss */
.icon-chevron-thin-down:before {
  content: "\e60d";
}

/* line 118, ../sass/core/_base-icons.scss */
.icon-chevron-thin-left:before {
  content: "\e60e";
}

/* line 122, ../sass/core/_base-icons.scss */
.icon-chevron-thin-right:before {
  content: "\e60f";
}

/* line 126, ../sass/core/_base-icons.scss */
.icon-chevron-thin-up:before {
  content: "\e610";
}

/* line 130, ../sass/core/_base-icons.scss */
.icon-pinterest-with-circle:before {
  content: "\e600";
}

/* line 134, ../sass/core/_base-icons.scss */
.icon-pinterest:before {
  content: "\e601";
}

/* line 138, ../sass/core/_base-icons.scss */
.icon-position:before {
  content: "\e602";
}

/* line 142, ../sass/core/_base-icons.scss */
.icon-locked:before {
  content: "\e603";
}

/* line 146, ../sass/core/_base-icons.scss */
.icon-unlocked:before {
  content: "\e604";
}

/* line 149, ../sass/core/_base-icons.scss */
.icon-download:before {
  content: "\e612";
}

/* line 153, ../sass/core/_base-icons.scss */
.icon-printer:before {
  content: "\e605";
}

/* line 157, ../sass/core/_base-icons.scss */
.icon-envelope:before {
  content: "\e606";
}

/* line 161, ../sass/core/_base-icons.scss */
.icon-bubble:before {
  content: "\e607";
}

/* line 165, ../sass/core/_base-icons.scss */
.icon-mail:before {
  content: "\e608";
}

/* line 169, ../sass/core/_base-icons.scss */
.icon-calendar:before {
  content: "\e609";
}

/* line 173, ../sass/core/_base-icons.scss */
.icon-home:before {
  content: "\e900";
}

/* line 177, ../sass/core/_base-icons.scss */
.icon-home3:before {
  content: "\e902";
}

/* line 181, ../sass/core/_base-icons.scss */
.icon-film:before {
  content: "\e913";
}

/* line 184, ../sass/core/_base-icons.scss */
.icon-folder-download:before {
  content: "\e933";
}

/* line 188, ../sass/core/_base-icons.scss */
.icon-location:before {
  content: "\e947";
}

/* line 192, ../sass/core/_base-icons.scss */
.icon-location2:before {
  content: "\e948";
}

/* line 196, ../sass/core/_base-icons.scss */
.icon-bubble2:before {
  content: "\e96b";
}

/* line 200, ../sass/core/_base-icons.scss */
.icon-spinner11:before {
  content: "\e984";
}

/* line 204, ../sass/core/_base-icons.scss */
.icon-bin:before {
  content: "\e9ac";
}

/* line 208, ../sass/core/_base-icons.scss */
.icon-bin2:before {
  content: "\e9ad";
}

/* line 213, ../sass/core/_base-icons.scss */
.icon-menu:before {
  content: "\e9bd";
}

/* line 217, ../sass/core/_base-icons.scss */
.icon-plus:before {
  content: "\ea0a";
}

/* line 221, ../sass/core/_base-icons.scss */
.icon-minus:before {
  content: "\ea0b";
}

/* line 225, ../sass/core/_base-icons.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 229, ../sass/core/_base-icons.scss */
.icon-arrow-up-left2:before {
  content: "\ea39";
}

/* line 233, ../sass/core/_base-icons.scss */
.icon-arrow-up2:before {
  content: "\ea3a";
}

/* line 237, ../sass/core/_base-icons.scss */
.icon-arrow-up-right2:before {
  content: "\ea3b";
}

/* line 241, ../sass/core/_base-icons.scss */
.icon-arrow-right2:before {
  content: "\ea3c";
}

/* line 245, ../sass/core/_base-icons.scss */
.icon-arrow-down-right2:before {
  content: "\ea3d";
}

/* line 249, ../sass/core/_base-icons.scss */
.icon-arrow-down2:before {
  content: "\ea3e";
}

/* line 253, ../sass/core/_base-icons.scss */
.icon-arrow-down-left2:before {
  content: "\ea3f";
}

/* line 257, ../sass/core/_base-icons.scss */
.icon-arrow-left2:before {
  content: "\ea40";
}

/* line 261, ../sass/core/_base-icons.scss */
.icon-share2:before {
  content: "\ea82";
}

/* line 265, ../sass/core/_base-icons.scss */
.icon-google-plus:before {
  content: "\ea88";
}

/* line 269, ../sass/core/_base-icons.scss */
.icon-facebook:before {
  content: "\ea8c";
}

/* line 273, ../sass/core/_base-icons.scss */
.icon-instagram:before {
  content: "\ea90";
}

/* line 277, ../sass/core/_base-icons.scss */
.icon-twitter:before {
  content: "\ea91";
}

/* line 281, ../sass/core/_base-icons.scss */
.icon-feed2:before {
  content: "\ea94";
}

/* line 285, ../sass/core/_base-icons.scss */
.icon-youtube3:before {
  content: "\ea99";
}

/* line 289, ../sass/core/_base-icons.scss */
.icon-youtube4:before {
  content: "\ea9a";
}

/* line 293, ../sass/core/_base-icons.scss */
.icon-vimeo:before {
  content: "\ea9c";
}

/* line 297, ../sass/core/_base-icons.scss */
.icon-flickr2:before {
  content: "\eaa1";
}

/* line 301, ../sass/core/_base-icons.scss */
.icon-picassa:before {
  content: "\eaa4";
}

/* line 305, ../sass/core/_base-icons.scss */
.icon-dribbble:before {
  content: "\eaa6";
}

/* line 309, ../sass/core/_base-icons.scss */
.icon-dribbble3:before {
  content: "\eaa8";
}

/* line 313, ../sass/core/_base-icons.scss */
.icon-github4:before {
  content: "\eab4";
}

/* line 317, ../sass/core/_base-icons.scss */
.icon-github5:before {
  content: "\eab5";
}

/* line 321, ../sass/core/_base-icons.scss */
.icon-wordpress:before {
  content: "\eab6";
}

/* line 325, ../sass/core/_base-icons.scss */
.icon-blogger:before {
  content: "\eab9";
}

/* line 329, ../sass/core/_base-icons.scss */
.icon-tumblr:before {
  content: "\eabb";
}

/* line 333, ../sass/core/_base-icons.scss */
.icon-skype:before {
  content: "\eac6";
}

/* line 337, ../sass/core/_base-icons.scss */
.icon-reddit:before {
  content: "\eac7";
}

/* line 341, ../sass/core/_base-icons.scss */
.icon-linkedin2:before {
  content: "\eac9";
}

/* line 345, ../sass/core/_base-icons.scss */
.icon-lastfm:before {
  content: "\eaca";
}

/* line 349, ../sass/core/_base-icons.scss */
.icon-delicious:before {
  content: "\eacc";
}

@font-face {
  font-family: "BebasNeueRegular";
  /*Johnhenry font*/
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon-base.eot?-9ftm9");
  src: url("../fonts/icons/icomoon-base.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/icons/icomoon-base.woff?-9ftm9") format("woff"), url("../fonts/icons/icomoon-base.ttf?-9ftm9") format("truetype"), url("../fonts/icons/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url("../fonts/Graphik-Semibold-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Semibold-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Regular-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Light';
  src: url("../fonts/Graphik-Light-Web.eot?#iefix-9ftm9") format("embedded-opentype"), url("../fonts/Graphik-Light-Web.woff?-9ftm9") format("woff"), url("../fonts/Graphik-Light-Web.woff2?-9ftm8") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GraphikWide-Regular-Web';
  src: url("../fonts/GraphikWide-Regular-Web.woff");
  font-weight: normal;
  font-style: normal;
}
/* line 57, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Graphik-Regular';
  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;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Graphik-Regular';
    src: url("../fonts/icomoon-base.svg?-9ftm9#icomoon") format("svg");
  }
}
/* ==========================================================================
  Icons Default :DO NOT change icon-base values. 
  use the $adjuster to adjust sizes e.g:
  $adjuster:2;
  $icon-base: $icon-base/ $adjuster;
  $icon-base-padding:($icon-base-padding/ $adjuster) + 2; 
  best results in multiples/divisibles of 32. (e.g 16, 32,)
   .========================================================================== */
/* line 91, ../sass/core/_base-icons.scss */
[class^="icon-"], [class*=" icon-"] {
  font-size: 32px;
  display: inline-block;
  text-decoration: none;
}

/* line 98, ../sass/core/_base-icons.scss */
.icon-share:before {
  content: "\e611";
}

/* line 102, ../sass/core/_base-icons.scss */
.icon-cancel:before {
  content: "\e60a";
}

/* line 106, ../sass/core/_base-icons.scss */
.icon-check:before {
  content: "\e60b";
}

/* line 110, ../sass/core/_base-icons.scss */
.icon-close:before {
  content: "\e60c";
}

/* line 114, ../sass/core/_base-icons.scss */
.icon-chevron-thin-down:before {
  content: "\e60d";
}

/* line 118, ../sass/core/_base-icons.scss */
.icon-chevron-thin-left:before {
  content: "\e60e";
}

/* line 122, ../sass/core/_base-icons.scss */
.icon-chevron-thin-right:before {
  content: "\e60f";
}

/* line 126, ../sass/core/_base-icons.scss */
.icon-chevron-thin-up:before {
  content: "\e610";
}

/* line 130, ../sass/core/_base-icons.scss */
.icon-pinterest-with-circle:before {
  content: "\e600";
}

/* line 134, ../sass/core/_base-icons.scss */
.icon-pinterest:before {
  content: "\e601";
}

/* line 138, ../sass/core/_base-icons.scss */
.icon-position:before {
  content: "\e602";
}

/* line 142, ../sass/core/_base-icons.scss */
.icon-locked:before {
  content: "\e603";
}

/* line 146, ../sass/core/_base-icons.scss */
.icon-unlocked:before {
  content: "\e604";
}

/* line 149, ../sass/core/_base-icons.scss */
.icon-download:before {
  content: "\e612";
}

/* line 153, ../sass/core/_base-icons.scss */
.icon-printer:before {
  content: "\e605";
}

/* line 157, ../sass/core/_base-icons.scss */
.icon-envelope:before {
  content: "\e606";
}

/* line 161, ../sass/core/_base-icons.scss */
.icon-bubble:before {
  content: "\e607";
}

/* line 165, ../sass/core/_base-icons.scss */
.icon-mail:before {
  content: "\e608";
}

/* line 169, ../sass/core/_base-icons.scss */
.icon-calendar:before {
  content: "\e609";
}

/* line 173, ../sass/core/_base-icons.scss */
.icon-home:before {
  content: "\e900";
}

/* line 177, ../sass/core/_base-icons.scss */
.icon-home3:before {
  content: "\e902";
}

/* line 181, ../sass/core/_base-icons.scss */
.icon-film:before {
  content: "\e913";
}

/* line 184, ../sass/core/_base-icons.scss */
.icon-folder-download:before {
  content: "\e933";
}

/* line 188, ../sass/core/_base-icons.scss */
.icon-location:before {
  content: "\e947";
}

/* line 192, ../sass/core/_base-icons.scss */
.icon-location2:before {
  content: "\e948";
}

/* line 196, ../sass/core/_base-icons.scss */
.icon-bubble2:before {
  content: "\e96b";
}

/* line 200, ../sass/core/_base-icons.scss */
.icon-spinner11:before {
  content: "\e984";
}

/* line 204, ../sass/core/_base-icons.scss */
.icon-bin:before {
  content: "\e9ac";
}

/* line 208, ../sass/core/_base-icons.scss */
.icon-bin2:before {
  content: "\e9ad";
}

/* line 213, ../sass/core/_base-icons.scss */
.icon-menu:before {
  content: "\e9bd";
}

/* line 217, ../sass/core/_base-icons.scss */
.icon-plus:before {
  content: "\ea0a";
}

/* line 221, ../sass/core/_base-icons.scss */
.icon-minus:before {
  content: "\ea0b";
}

/* line 225, ../sass/core/_base-icons.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 229, ../sass/core/_base-icons.scss */
.icon-arrow-up-left2:before {
  content: "\ea39";
}

/* line 233, ../sass/core/_base-icons.scss */
.icon-arrow-up2:before {
  content: "\ea3a";
}

/* line 237, ../sass/core/_base-icons.scss */
.icon-arrow-up-right2:before {
  content: "\ea3b";
}

/* line 241, ../sass/core/_base-icons.scss */
.icon-arrow-right2:before {
  content: "\ea3c";
}

/* line 245, ../sass/core/_base-icons.scss */
.icon-arrow-down-right2:before {
  content: "\ea3d";
}

/* line 249, ../sass/core/_base-icons.scss */
.icon-arrow-down2:before {
  content: "\ea3e";
}

/* line 253, ../sass/core/_base-icons.scss */
.icon-arrow-down-left2:before {
  content: "\ea3f";
}

/* line 257, ../sass/core/_base-icons.scss */
.icon-arrow-left2:before {
  content: "\ea40";
}

/* line 261, ../sass/core/_base-icons.scss */
.icon-share2:before {
  content: "\ea82";
}

/* line 265, ../sass/core/_base-icons.scss */
.icon-google-plus:before {
  content: "\ea88";
}

/* line 269, ../sass/core/_base-icons.scss */
.icon-facebook:before {
  content: "\ea8c";
}

/* line 273, ../sass/core/_base-icons.scss */
.icon-instagram:before {
  content: "\ea90";
}

/* line 277, ../sass/core/_base-icons.scss */
.icon-twitter:before {
  content: "\ea91";
}

/* line 281, ../sass/core/_base-icons.scss */
.icon-feed2:before {
  content: "\ea94";
}

/* line 285, ../sass/core/_base-icons.scss */
.icon-youtube3:before {
  content: "\ea99";
}

/* line 289, ../sass/core/_base-icons.scss */
.icon-youtube4:before {
  content: "\ea9a";
}

/* line 293, ../sass/core/_base-icons.scss */
.icon-vimeo:before {
  content: "\ea9c";
}

/* line 297, ../sass/core/_base-icons.scss */
.icon-flickr2:before {
  content: "\eaa1";
}

/* line 301, ../sass/core/_base-icons.scss */
.icon-picassa:before {
  content: "\eaa4";
}

/* line 305, ../sass/core/_base-icons.scss */
.icon-dribbble:before {
  content: "\eaa6";
}

/* line 309, ../sass/core/_base-icons.scss */
.icon-dribbble3:before {
  content: "\eaa8";
}

/* line 313, ../sass/core/_base-icons.scss */
.icon-github4:before {
  content: "\eab4";
}

/* line 317, ../sass/core/_base-icons.scss */
.icon-github5:before {
  content: "\eab5";
}

/* line 321, ../sass/core/_base-icons.scss */
.icon-wordpress:before {
  content: "\eab6";
}

/* line 325, ../sass/core/_base-icons.scss */
.icon-blogger:before {
  content: "\eab9";
}

/* line 329, ../sass/core/_base-icons.scss */
.icon-tumblr:before {
  content: "\eabb";
}

/* line 333, ../sass/core/_base-icons.scss */
.icon-skype:before {
  content: "\eac6";
}

/* line 337, ../sass/core/_base-icons.scss */
.icon-reddit:before {
  content: "\eac7";
}

/* line 341, ../sass/core/_base-icons.scss */
.icon-linkedin2:before {
  content: "\eac9";
}

/* line 345, ../sass/core/_base-icons.scss */
.icon-lastfm:before {
  content: "\eaca";
}

/* line 349, ../sass/core/_base-icons.scss */
.icon-delicious:before {
  content: "\eacc";
}

/* ==========================================================================
 Johnhenry  logo icon
   .========================================================================== */
/* line 16, ../sass/core/_icons.scss */
.ico-jhlogo {
  font-family: Graphik-Regular;
  border: 2px solid #b8b8b8;
  color: #b8b8b8;
  font-size: 18px;
  padding: 3px 7px;
  text-decoration: none;
}

/* ==========================================================================
  Customised Icons
   .========================================================================== */
/* line 27, ../sass/core/_icons.scss */
.ico-menu {
  border-top: 3px solid #fff;
  position: relative;
  display: inline-block;
  height: 15px;
  width: 25px;
  cursor: pointer;
}
/* line 35, ../sass/core/_icons.scss */
.ico-menu:before, .ico-menu:after {
  content: "";
  width: 25px;
  height: 0px;
  border-top: 3px solid #fff;
  display: inline-block;
  position: absolute;
  transition: all 0.2s ease-out 0s;
}
/* line 45, ../sass/core/_icons.scss */
.ico-menu:before {
  top: 4px;
}
/* line 49, ../sass/core/_icons.scss */
.ico-menu:after {
  top: 11px;
}
/* line 53, ../sass/core/_icons.scss */
.ico-menu.active {
  border-color: transparent !important;
}
/* line 56, ../sass/core/_icons.scss */
.ico-menu.active:before {
  top: 4px;
  behavior: url(../scripts/vendor/ms-transform.htc);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  /*smoothening out for chrome */
}
/* line 63, ../sass/core/_icons.scss */
.ico-menu.active:after {
  top: 4px;
  behavior: url(../scripts/vendor/ms-transform.htc);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
  /*smoothening out for chrome */
}

/* line 72, ../sass/core/_icons.scss */
.ico-return {
  border-style: solid;
  border-width: 8px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
  border-color: transparent;
  border-right-color: #000;
  cursor: pointer;
}
/* line 84, ../sass/core/_icons.scss */
.ico-return:after {
  content: "";
  height: 25px;
  border: 2px solid #000;
  left: 2px;
  position: absolute;
  top: -24px;
  width: 17px;
  border-style: none solid solid none;
}

/* line 96, ../sass/core/_icons.scss */
.ico-call {
  font-size: 1em;
  padding-left: 1.313em;
  position: relative;
}
/* line 101, ../sass/core/_icons.scss */
.ico-call:before, .ico-call:after {
  margin: -0.500em 0 0;
  background: none repeat scroll 0% 0% #b8b8b8;
  position: absolute;
  top: 32%;
  left: 0px;
  content: "";
  box-sizing: initial;
}
/* line 111, ../sass/core/_icons.scss */
.ico-call:before {
  left: 0.313em;
  width: 0.250em;
  height: 0.500em;
  border-width: 0.313em 0 0.313em 0.125em;
  border-style: solid;
  border-color: #b8b8b8;
  background: transparent;
  -moz-border-radius-topleft: 0.188em 0.313em;
  -webkit-border-top-left-radius: 0.188em 0.313em;
  border-top-left-radius: 0.188em 0.313em;
  -moz-border-radius-bottomleft: 0.188em 0.313em;
  -webkit-border-bottom-left-radius: 0.188em 0.313em;
  border-bottom-left-radius: 0.188em 0.313em;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
/* line 124, ../sass/core/_icons.scss */
.ico-call:hover:before, .ico-call:focus:before, .ico-call:active:before, .ico-call:hover:after, .ico-call:focus:after, .ico-call:active:after {
  border-color: #b8b8b8;
  background: transparent;
}

/* line 131, ../sass/core/_icons.scss */
.InternetExplorer .ico-call:before, .IE .ico-call:before, .IE9 .ico-call:before, .IE10 .ico-call:before, .IE8 .ico-call:before {
  min-height: 18px;
  min-width: 6px;
}

/* line 136, ../sass/core/_icons.scss */
.ico-magnify {
  font-size: 1.5em;
  /* This controls the size. */
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #000;
  position: relative;
  border-radius: 0.35em;
}
/* line 145, ../sass/core/_icons.scss */
.ico-magnify:before, .ico-magnify:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.25em;
  bottom: -0.1em;
  border-width: 0;
  background: #000;
  width: 0.35em;
  height: 0.08em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 159, ../sass/core/_icons.scss */
.ico-magnify.active {
  border: transparent;
}
/* line 162, ../sass/core/_icons.scss */
.ico-magnify.active:before, .ico-magnify.active:after {
  bottom: 0px;
  right: -1px;
  width: 15px;
  height: 3px;
}
/* line 169, ../sass/core/_icons.scss */
.ico-magnify.active:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==========================================================================
  Arrows Icons
   .========================================================================== */
/* line 177, ../sass/core/_icons.scss */
.ico-arrow-solid {
  border-style: solid;
  border-width: 10px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  position: relative;
  width: 0;
  border-color: transparent;
}
/* line 187, ../sass/core/_icons.scss */
.ico-arrow-solid.tail:before {
  background-color: #000;
  content: "";
  position: absolute;
}
/* line 193, ../sass/core/_icons.scss */
.ico-arrow-solid.rt {
  border-left-color: black;
}
/* line 196, ../sass/core/_icons.scss */
.ico-arrow-solid.rt.tail:before {
  right: 2px;
  top: -2px;
  width: 24px;
  height: 4px;
}
/* line 204, ../sass/core/_icons.scss */
.ico-arrow-solid.lt {
  border-right-color: black;
}
/* line 207, ../sass/core/_icons.scss */
.ico-arrow-solid.lt.tail:before {
  left: 2px;
  top: -2px;
  width: 24px;
  height: 4px;
}
/* line 215, ../sass/core/_icons.scss */
.ico-arrow-solid.tp {
  border-bottom-color: black;
}
/* line 218, ../sass/core/_icons.scss */
.ico-arrow-solid.tp.tail:before {
  top: 2px;
  height: 24px;
  left: -2px;
  width: 4px;
}
/* line 226, ../sass/core/_icons.scss */
.ico-arrow-solid.bt {
  border-top-color: black;
}
/* line 229, ../sass/core/_icons.scss */
.ico-arrow-solid.bt.tail:before {
  bottom: 2px;
  height: 24px;
  left: -2px;
  width: 4px;
}

/* line 238, ../sass/core/_icons.scss */
.ico-arrow-outline {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  border-color: black;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 249, ../sass/core/_icons.scss */
.ico-arrow-outline.tail:before {
  height: 3px;
  background-color: #000;
  width: 24px;
  content: "";
  position: absolute;
}
/* line 257, ../sass/core/_icons.scss */
.ico-arrow-outline.rt {
  border-color: black black transparent transparent;
}
/* line 261, ../sass/core/_icons.scss */
.ico-arrow-outline.lt {
  border-color: transparent transparent black black;
}
/* line 264, ../sass/core/_icons.scss */
.ico-arrow-outline.lt.tail:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
  left: -5px;
}
/* line 271, ../sass/core/_icons.scss */
.ico-arrow-outline.tp {
  border-color: black transparent transparent black;
}
/* line 275, ../sass/core/_icons.scss */
.ico-arrow-outline.bt {
  border-color: transparent black black transparent;
}

/* ==========================================================================
  Encased Icons
   .========================================================================== */
/* line 285, ../sass/core/_icons.scss */
.ico-circle-encase-outline {
  font-size: 32px;
}
/* line 288, ../sass/core/_icons.scss */
.ico-circle-encase-outline [class^="icon-"], .ico-circle-encase-outline [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  border: 1px solid #557995;
  color: #557995;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  behavior: url(css/pie.htc);
}

/* line 302, ../sass/core/_icons.scss */
.ico-circle-encase-solid {
  font-size: 32px;
}
/* line 305, ../sass/core/_icons.scss */
.ico-circle-encase-solid [class^="icon-"], .ico-circle-encase-solid [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  color: #36363D;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
  background-color: #AFAFB1;
  display: inline-block;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  behavior: url(css/pie.htc);
}

/* line 319, ../sass/core/_icons.scss */
.ico-square-encase-outline {
  font-size: 32px;
}
/* line 322, ../sass/core/_icons.scss */
.ico-square-encase-outline [class^="icon-"], .ico-square-encase-outline [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  border: 1px solid #557995;
  color: #557995;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
}

/* line 333, ../sass/core/_icons.scss */
.ico-square-encase-solid {
  font-size: 32px;
}
/* line 336, ../sass/core/_icons.scss */
.ico-square-encase-solid [class^="icon-"], .ico-square-encase-solid [class*=" icon-"] {
  font-size: 1em;
  /*use this only to control icon size*/
  color: #36363D;
  height: 1em;
  width: 1em;
  padding: 0.250em;
  text-align: center;
  background-color: #AFAFB1;
  display: inline-block;
}

/* ==========================================================================
  Customised Buttons
   .========================================================================== */
/* line 351, ../sass/core/_icons.scss */
.btn-elliptic-outline {
  border: 2px solid #52ae4c;
  border-radius: 30px 34px;
  color: #52ae4c;
  font-weight: bold;
  padding: 10px 35px;
  text-decoration: none;
}

/* line 360, ../sass/core/_icons.scss */
.btn-elliptic-point-outline {
  border: 2px solid #123653;
  border-radius: 30px 3px;
  color: #123653;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
}

/* ==========================================================================
   Base Settings
   .========================================================================== */
/* line 4, ../sass/core/_layout.scss */
body {
  font: 18px/1.4 "Graphik-Regular";
  color: #000;
  -webkit-text-size-adjust: none;
  /*prevents iOS from sizing up your text for readability*/
  margin: 0 auto;
}
@media (max-width: 650px) {
  /* line 4, ../sass/core/_layout.scss */
  body {
    font-size: 16px;
  }
}

/* line 14, ../sass/core/_layout.scss */
*, menu, ol, ul, dl {
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/core/_layout.scss */
ol, ul, dl {
  margin-left: 15px;
}

/* line 27, ../sass/core/_layout.scss */
section:before, section:after, article:before, article:after {
  content: "";
  display: table;
}

/* line 32, ../sass/core/_layout.scss */
section:after, article:after {
  clear: both;
}

/* line 36, ../sass/core/_layout.scss */
a {
  color: #000;
}

/* line 40, ../sass/core/_layout.scss */
a:focus, textarea:focus, input:focus, *:focus {
  outline: 0;
}

/* line 44, ../sass/core/_layout.scss */
blockquote, h1.display {
  font-family: Graphik-Semibold;
  font-weight: bold;
  text-align: center;
}

/* line 53, ../sass/core/_layout.scss */
h3, h4, h5, h6 {
  color: #000;
  font-family: 'Graphik-Semibold';
  font-weight: normal;
}

/* line 59, ../sass/core/_layout.scss */
h2 {
  color: #000;
  font-family: 'GraphikWide-Regular-Web';
  font-weight: normal;
}

/* line 65, ../sass/core/_layout.scss */
h1 {
  font-family: 'GraphikWide-Regular-Web';
  /* @include rem-fallback(font-size,2.25); */
  font-size: 20pt;
  font-weight: normal;
  position: relative;
  color: #000000;
}

/* line 73, ../sass/core/_layout.scss */
blockquote {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 40px;
  line-height: 1;
}
@media (max-width: 650px) {
  /* line 73, ../sass/core/_layout.scss */
  blockquote {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* line 83, ../sass/core/_layout.scss */
h1.display {
  /* @include rem-fallback(font-size,2.6); */
  font-size: 20pt;
  color: #E8542C;
  font-family: 'GraphikWide-Regular-Web';
  padding: 0;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 760px) {
  /* line 83, ../sass/core/_layout.scss */
  h1.display {
    font-size: 20pt;
  }
}
@media (min-width: 1024px) {
  /* line 83, ../sass/core/_layout.scss */
  h1.display {
    font-size: 48px;
    font-size: 3rem;
  }
}

/* line 101, ../sass/core/_layout.scss */
.theme-landing h1.display {
  position: relative;
  /*top: 30px;*/
  line-height: 1;
}

/* line 107, ../sass/core/_layout.scss */
.theme-landing .login h1.display {
  top: 0px;
}

/* line 112, ../sass/core/_layout.scss */
h2 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 116, ../sass/core/_layout.scss */
h3 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 121, ../sass/core/_layout.scss */
p {
  margin: 0 0 15px;
}

/* line 125, ../sass/core/_layout.scss */
input {
  background-color: #ededed;
  border: none;
  padding: 0 7px;
}

/* line 131, ../sass/core/_layout.scss */
input[type=submit] {
  background: transparent;
}

/* line 135, ../sass/core/_layout.scss */
select {
  background-color: #ededed;
  width: 220px;
  border: none;
}

/* line 141, ../sass/core/_layout.scss */
.wrapper {
  margin: auto;
  max-width: 1400px;
  width: 90%;
  position: relative;
  padding-bottom: 5%;
  padding-top: 100px;
  /* @include breakpointCustom(max-width, 1450px)
  {
  	width:1100px;
  }
  @include breakpointCustom(max-width, 1150px)
  {
  	width:900px;
  }
  @include breakpointCustom(max-width, 950px)
  {
  	width:700px;
  }
  @include breakpointCustom(max-width, 750px)
  {
  	width:90%;
  	padding-bottom: 20%;
  } */
}

/* line 167, ../sass/core/_layout.scss */
button {
  /*background: url('../images/sprite.png') no-repeat right 0 $grey;*/
  background: #555555;
  height: 25px;
  width: 25px;
  border: none;
  overflow: hidden;
  position: relative;
  text-indent: -99em;
  vertical-align: top;
}
/* line 177, ../sass/core/_layout.scss */
button:hover {
  background: #E8542C;
}
/* line 181, ../sass/core/_layout.scss */
button:after, button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  color: #fff;
  line-height: 25px;
  font-size: 22px;
}
/* line 194, ../sass/core/_layout.scss */
button.inactive, button.inactive:hover, button.inactive:hover:after, button.inactive:hover:before {
  background: #b8b8b8 !important;
  background-color: #b8b8b8 !important;
  cursor: default;
}
/* line 200, ../sass/core/_layout.scss */
button.add {
  /*background-position: right -89px;*/
}
/* line 202, ../sass/core/_layout.scss */
button.add:after {
  content: "+";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #555555;
}
/* line 209, ../sass/core/_layout.scss */
button.add.inactive:after {
  background: #b8b8b8 !important;
  background-color: #b8b8b8 !important;
}
/* line 213, ../sass/core/_layout.scss */
button.add.all {
  overflow: visible;
}
/* line 217, ../sass/core/_layout.scss */
button.add.all:before {
  left: -5px;
  top: -5px;
  background: #555555;
}
/* line 225, ../sass/core/_layout.scss */
button.close:after {
  content: "\2715";
  font-size: 12px;
}
/* line 232, ../sass/core/_layout.scss */
button.download:after {
  border: 2px solid #fff;
  border-top: none;
  height: 7px;
  left: 4px;
  top: 14px;
  width: 17px;
}
/* line 240, ../sass/core/_layout.scss */
button.download:before {
  border-color: #fff;
  border-width: 2px;
  border-style: none solid solid  none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 11px;
  width: 11px;
  top: 1px;
  left: 7px;
}
/* line 250, ../sass/core/_layout.scss */
button.download.all {
  overflow: visible;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
/* line 256, ../sass/core/_layout.scss */
button.download.all span {
  background: #555555;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -6px;
  top: -6px;
  padding: 0;
  z-index: -1;
}

/* line 271, ../sass/core/_layout.scss */
button.large {
  color: #fff;
  min-width: 100px;
  text-indent: 0;
  padding-top: 2px;
  font-size: 11.5552px;
  font-size: 0.7222rem;
}
/* line 278, ../sass/core/_layout.scss */
button.large .icon-bin {
  font-size: 16px;
  left: -14px;
  position: relative;
  top: 1px;
}
/* line 285, ../sass/core/_layout.scss */
button.large.download {
  padding-left: 20px;
  background: #E8542C;
}

/* line 2, ../sass/modules/_contents.scss */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
  left: 0;
  width: 100%;
  display: none;
}
/* line 12, ../sass/modules/_contents.scss */
.overlay.show {
  display: block;
}

/* line 17, ../sass/modules/_contents.scss */
.content {
  width: 90%;
  margin: auto;
  clear: both;
}

/* line 23, ../sass/modules/_contents.scss */
.center {
  text-align: center;
}

/* line 27, ../sass/modules/_contents.scss */
.wrapper h1 + b {
  /* color: $orange; */
  color: #000000;
  display: block;
  position: relative;
  text-align: center;
  top: 40px;
}

/* line 36, ../sass/modules/_contents.scss */
.divider {
  border-bottom: 1px solid #b8b8b8;
  width: 650px;
  margin: 36px 0px;
}
@media (max-width: 725px) {
  /* line 36, ../sass/modules/_contents.scss */
  .divider {
    width: 100%;
  }
}

/* line 46, ../sass/modules/_contents.scss */
.login-p {
  width: 650px;
  color: #515048;
  margin-bottom: 20px;
}
/* line 51, ../sass/modules/_contents.scss */
.login-p:last-of-type {
  margin-bottom: 4px;
}
@media (max-width: 725px) {
  /* line 46, ../sass/modules/_contents.scss */
  .login-p {
    width: 100%;
  }
}

/* ==========================================================================
     Login text
     .========================================================================== */
/* line 62, ../sass/modules/_contents.scss */
.login-text {
  /* text-align:center; */
  font-size: 15px;
  /* padding-top: 15%; */
}
/* line 68, ../sass/modules/_contents.scss */
.login-text ul {
  margin: 0px;
}
/* line 71, ../sass/modules/_contents.scss */
.login-text li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-bottom: 20px;
  padding: 5px 0px;
  background-color: #E8542C;
}
@media (max-width: 606px) {
  /* line 71, ../sass/modules/_contents.scss */
  .login-text li {
    width: 95%;
    margin: 5px 0px;
  }
}
/* line 85, ../sass/modules/_contents.scss */
.login-text li a {
  text-decoration: none;
  color: white;
  padding: 6px 15px;
}
/* line 90, ../sass/modules/_contents.scss */
.login-text li:first-child {
  /* margin-right:11%; */
}

/* ==========================================================================
	 Search
	 .========================================================================== */
/* line 100, ../sass/modules/_contents.scss */
#search {
  border: 1px solid #000;
  border-style: solid none solid none;
  clear: both;
  padding: 30px 0;
  margin-bottom: 45px;
  position: relative;
}
/* line 108, ../sass/modules/_contents.scss */
#search > div {
  display: inline-block;
}
/* line 111, ../sass/modules/_contents.scss */
#search > div label {
  font-family: 'Graphik-SemiBold';
  padding-right: 10px;
  display: inline-block;
  margin: 10px 0;
}
/* line 118, ../sass/modules/_contents.scss */
#search > div input, #search > div select {
  padding: 0 0 0 7px;
}
/* line 123, ../sass/modules/_contents.scss */
#search > div:first-of-type label {
  margin-top: 0;
}
/* line 129, ../sass/modules/_contents.scss */
#search > a {
  display: block;
  font-size: 1.333rem;
  text-decoration: none;
  top: 14px;
  position: relative;
}
/* line 137, ../sass/modules/_contents.scss */
#search .submitWrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  z-index: 1;
}
/* line 144, ../sass/modules/_contents.scss */
#search .submitWrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #E8542C;
}
/* line 158, ../sass/modules/_contents.scss */
#search input[type=submit] {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 500;
  text-indent: -99999px;
  padding: 0;
}
@media (max-width: 1150px) {
  /* line 168, ../sass/modules/_contents.scss */
  #search > div {
    display: block;
    width: 300px;
    width: 40%;
  }
  /* line 172, ../sass/modules/_contents.scss */
  #search > div.submitWrapper {
    width: auto;
  }
  /* line 176, ../sass/modules/_contents.scss */
  #search > div:nth-last-child(2) {
    display: inline-block;
  }
  /* line 180, ../sass/modules/_contents.scss */
  #search > div label {
    display: block;
  }
  /* line 184, ../sass/modules/_contents.scss */
  #search > div input {
    width: 97%;
  }
  /* line 188, ../sass/modules/_contents.scss */
  #search > div select {
    width: 100%;
  }
}
@media (max-width: 750px) {
  /* line 197, ../sass/modules/_contents.scss */
  #search > div {
    width: 100%;
  }
  /* line 200, ../sass/modules/_contents.scss */
  #search > div label, #search > div input, #search > div select {
    display: block;
    width: 85%;
  }
  /* line 205, ../sass/modules/_contents.scss */
  #search > div select {
    width: 87%;
  }
  /* line 209, ../sass/modules/_contents.scss */
  #search > div.submitWrapper {
    position: absolute;
    right: 1%;
    bottom: 30px;
  }
}
/* line 217, ../sass/modules/_contents.scss */
#search + h1 {
  /* @include rem-fallback(font-size,1.9); */
  margin: 15px 0 25px;
  color: #000000;
  font-size: 20pt;
}
/* line 224, ../sass/modules/_contents.scss */
#search option {
  padding-left: 5px;
}
/* line 228, ../sass/modules/_contents.scss */
#search .bold {
  font-weight: bold;
}
/* line 232, ../sass/modules/_contents.scss */
#search .error {
  display: inline-block;
  font-size: 14px;
}

/* ==========================================================================
	 Region Selector
	 .========================================================================== */
/* line 240, ../sass/modules/_contents.scss */
.region-selector {
  display: inline-flex;
  width: 99%;
  justify-content: center;
}
@media (max-width: 745px) {
  /* line 240, ../sass/modules/_contents.scss */
  .region-selector {
    display: block;
  }
}
/* line 250, ../sass/modules/_contents.scss */
.region-selector > span {
  width: 100%;
  color: #515048;
  text-align: right;
  display: block;
  margin-bottom: 75px;
  width: 250px;
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 260, ../sass/modules/_contents.scss */
.region-selector .titles {
  margin-top: 0;
  margin-bottom: 75px;
  text-align: right;
  width: 250px;
  position: relative;
  font-size: 28px;
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 269, ../sass/modules/_contents.scss */
.region-selector .titles span {
  /* display: inline-block;
  padding: 1px 0 10px;
  margin: 0 20px 10px; */
  /* border-top: 2px solid $white; */
  color: #b8b8b8;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
/* line 281, ../sass/modules/_contents.scss */
.region-selector .titles span.active {
  color: #000;
  cursor: pointer;
}
/* line 286, ../sass/modules/_contents.scss */
.region-selector .titles span.selected {
  color: #E8542C;
}
/* line 290, ../sass/modules/_contents.scss */
.region-selector .titles span.active:hover {
  color: #E8542C;
}
@media (max-width: 745px) {
  /* line 260, ../sass/modules/_contents.scss */
  .region-selector .titles {
    /* margin: 0 auto; */
    width: 325px;
    /* padding-bottom: 2rem; */
    text-align: left;
  }
  /* line 301, ../sass/modules/_contents.scss */
  .region-selector .titles span {
    display: block;
    margin: 0;
    padding: 5px 0 0;
  }
}
@media (max-width: 375px) {
  /* line 260, ../sass/modules/_contents.scss */
  .region-selector .titles {
    /* margin: 0 auto; */
    width: 100%;
    text-align: left;
  }
}
/* line 314, ../sass/modules/_contents.scss */
.region-selector .titles + h1 {
  margin-top: 1.34em;
}
/* line 318, ../sass/modules/_contents.scss */
.region-selector .titles option {
  padding-left: 5px;
}
/* line 322, ../sass/modules/_contents.scss */
.region-selector .titles .bold {
  font-weight: bold;
}
/* line 326, ../sass/modules/_contents.scss */
.region-selector .titles .error {
  display: inline-block;
  font-size: 14px;
}
/* line 332, ../sass/modules/_contents.scss */
.region-selector + a {
  font-size: 17.6px;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  border: 3px solid #E8542C;
  width: 260px;
  margin: 50px auto;
  text-decoration: none;
  font-weight: bold;
}
/* line 344, ../sass/modules/_contents.scss */
.region-selector + a:hover {
  color: white;
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}
/* line 350, ../sass/modules/_contents.scss */
.region-selector + a + a {
  display: block;
  text-align: center;
}

/* line 357, ../sass/modules/_contents.scss */
.region-selector-header {
  display: inline-flex;
}
/* line 360, ../sass/modules/_contents.scss */
.region-selector-header > span {
  width: 100%;
  color: #b8b8b8;
  text-align: right;
  display: block;
  margin-bottom: 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
}
/* line 369, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel {
  margin: 0;
  margin-top: 0;
  margin-bottom: 75px;
  padding-bottom: 0;
  text-align: right;
  /* position: relative; */
  position: absolute;
  right: 640px;
  width: 280px;
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 381, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel span {
  display: inline-block;
  padding: 0px !important;
  margin: 0px;
  width: 100%;
  border-top: none !important;
  color: #b8b8b8;
}
/* line 389, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel span.active {
  color: #000;
  cursor: pointer;
}
/* line 394, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel span.selected {
  /* border-color: $orange; */
  color: #E8542C !important;
}
/* line 399, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel span.active:hover {
  color: #E8542C;
}
@media (max-width: 875px) {
  /* line 369, ../sass/modules/_contents.scss */
  .region-selector-header .titles-sel {
    /* span {
    	display: block;
    	margin: 0;
    	padding: 5px 0 0;
    } */
    position: relative;
    right: 0px;
    left: -26px;
  }
}
@media (max-width: 600px) {
  /* line 369, ../sass/modules/_contents.scss */
  .region-selector-header .titles-sel {
    left: 14px;
    text-align: left;
    top: 20px;
  }
}
/* line 422, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel + h1 {
  margin-top: 1.34em;
}
/* line 426, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel option {
  padding-left: 5px;
}
/* line 430, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel .bold {
  font-weight: bold;
}
/* line 434, ../sass/modules/_contents.scss */
.region-selector-header .titles-sel .error {
  display: inline-block;
  font-size: 14px;
}
/* line 440, ../sass/modules/_contents.scss */
.region-selector-header + a {
  font-size: 17.6px;
  font-size: 1.1rem;
  display: block;
  /* text-align: center; */
  text-transform: uppercase;
  padding: 15px 0;
  border: 3px solid #E8542C;
  width: 260px;
  margin: 50px auto;
  text-decoration: none;
  font-weight: bold;
}
/* line 452, ../sass/modules/_contents.scss */
.region-selector-header + a:hover {
  color: white;
  border-color: #b8b8b8;
  background-color: #b8b8b8;
}
/* line 458, ../sass/modules/_contents.scss */
.region-selector-header + a + a {
  display: block;
  text-align: center;
}
@media (max-width: 875px) {
  /* line 357, ../sass/modules/_contents.scss */
  .region-selector-header {
    display: block;
  }
}

/* line 469, ../sass/modules/_contents.scss */
#RegionSelectorNav {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  position: absolute;
  background-color: #fff;
  z-index: 150;
  /* @include transition(all 0.50s linear 0s); */
}
/* line 481, ../sass/modules/_contents.scss */
#RegionSelectorNav .wrapper-reg {
  /* margin: auto; */
  /* max-width: 1400px; */
  width: 100%;
  position: relative;
  /* padding-bottom: 5%; */
  height: 575px;
  padding-top: 0px !important;
  background-color: #F4F2ED;
}
@media (max-width: 875px) {
  /* line 469, ../sass/modules/_contents.scss */
  #RegionSelectorNav {
    top: 284px;
  }
}
@media (max-width: 600px) {
  /* line 469, ../sass/modules/_contents.scss */
  #RegionSelectorNav {
    top: 300px;
  }
  /* line 499, ../sass/modules/_contents.scss */
  #RegionSelectorNav .wrapper-reg {
    height: auto;
  }
}

/* line 505, ../sass/modules/_contents.scss */
.brands-title {
  font-size: 3rem;
  color: #000000;
  font-family: 'GraphikWide-Regular-Web';
  padding: 0;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 745px) {
  /* line 505, ../sass/modules/_contents.scss */
  .brands-title {
    text-align: left;
  }
}

/* line 518, ../sass/modules/_contents.scss */
.closeBrandSwitcher {
  cursor: pointer;
  display: block;
  height: 35px;
  /* position: relative; */
  width: 35px !important;
  /* margin: 25px auto; */
  opacity: 0;
  position: absolute;
  right: 232px;
  top: 0;
}
/* line 530, ../sass/modules/_contents.scss */
.closeBrandSwitcher:before, .closeBrandSwitcher:after {
  background: #000;
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
  border-radius: 800px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 29px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* width: 85px; */
  width: 25px;
}
/* line 543, ../sass/modules/_contents.scss */
.closeBrandSwitcher:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 548, ../sass/modules/_contents.scss */
.open-selector {
  	/* background: $white;
  	color: $orange;
  	border-color: $orange;
   */
  	/* .title a {
  		color: $orange;
  		border-color: $orange !important;
  	}
  
  	.header_nav {
  		a {
  			color: $orange;
  		}
  
  		.brand {
  			background: none;
  			padding: 0;
  		}
  	} */
}
/* line 569, ../sass/modules/_contents.scss */
.open-selector + #RegionSelectorNav {
  max-height: 3000px;
  z-index: 999;
}

/* line 575, ../sass/modules/_contents.scss */
.brandlogo {
  text-align: right;
  clear: both;
  position: relative;
  width: 325px;
  font-size: 1.1rem;
}
@media (max-width: 745px) {
  /* line 575, ../sass/modules/_contents.scss */
  .brandlogo {
    /* margin: 0 auto; */
    text-align: left;
  }
}
@media (max-width: 375px) {
  /* line 575, ../sass/modules/_contents.scss */
  .brandlogo {
    /* margin: 0 auto; */
    text-align: left;
    width: 100%;
  }
}
/* line 593, ../sass/modules/_contents.scss */
.brandlogo > span {
  display: inline-block;
  margin: 0px;
  position: relative;
  margin-bottom: 2px;
  width: 100%;
  		/* &:first-of-type{
  			width: 45%;
  			img{
  				width: 44%;
  				margin-left: 45%;
  			}
  		}
  		&:nth-child(2){
  			width: 45%;
  			img{
  				width: 44%;
  				margin-right: 40%;
  			}
  		}
  		&:nth-child(7){
  			width: 30%;
  			img{
  				width: 55%;
  				margin-left: 45%;
  			}
  		}
  		&:nth-child(8){
  			width: 30%;
  			img{
  				width: 55%;
  			}
  		}
          &:nth-child(9){
  			@include breakpointCustom(min-width, 955px) {
  			    width: 30%;
  			    img{
  				    width: 55%;
  				    margin-right: 45%;
  			    }
              }
  		} */
  		/* @include breakpointCustom(max-width, 1450px) {
  			width: 22%;
  
  			a {
  
  				img {
  					width: 90%;
  				}
  			}
  		}
  
  		@include breakpointCustom(max-width, 1150px) {
  			width: 22%;
  
  			a {
  
  				img {
  					width: 95%;
  				}
  			}
  		}
  
  		@include breakpointCustom(max-width, 955px) {
  			margin: 0 35px 60px;
  			&:first-of-type{
  			    width: 22%;
  			    img{
  				    width: 95%;
  				    margin-left: 0%;
  			    }
  		    }
  			&:nth-child(2){
  				width: 22%;
  				img{
  					width: 95%;
  					margin-right: 0%;
  				}
  			}
  			&:nth-child(7){
  				width: 22%;
  				img{
  					width: 95%;
  					margin-left: 0%;
  				}
  			}
  			&:nth-child(8){
  				width: 22%;
  				img{
  					width: 95%;
  					margin-right: 0%;
  				}
  			}
  			&.brand-gap {
  				width: 0;
  			}
  		}
  
  
  		@include breakpointCustom(max-width, 750px) {
  			width: 40%;
  			margin: 0 20px 60px;
  			&:first-of-type{
  			width: 40%;
  			img{
  				width: 75%;
  				margin-left: 0%;
  			}
  		}
  			&:nth-child(2){
  				width: 40%;
  				img{
  					width: 75%;
  					margin-right: 0%;
  				}
  			}
  			&:nth-child(7){
  				width: 40%;
  				img{
  					width: 75%;
  					margin-left: 0%;
  				}
  			}
  			&:nth-child(8){
  				width: 40%;
  				img{
  					width: 75%;
  					margin-right: 0%;
  				}
  			}
  				
  			a {
  
  				img {
  					width: 75%;
  				}
  			}
  		}
  
  		@include breakpointCustom(max-width, 550px) {
  			width: 50%;
  			&:first-of-type{
  			width: 50%;
  			img{
  				width: 90%;
  				margin-left: 0%;
  			}
  		}
  			&:nth-child(2){
  				width: 50%;
  				img{
  					width: 90%;
  					margin-right: 0%;
  				}
  			}
  			&:nth-child(7){
  				width: 50%;
  				img{
  					width: 90%;
  					margin-left: 0%;
  				}
  			}
  			&:nth-child(8){
  				width: 50%;
  				img{
  					width: 90%;
  					margin-right: 0%;
  				}
  			}
  			a img {
  				width: 90%;
  
  				&:hover {
  					@include transform(scale(1.1,1.1));
  				}
  			}
  		}
  
  		@include breakpointCustom(max-width, 550px) {
  			&.brand-gap {
  				display: block;
  				width: auto;
  				min-height: 0;
  				border-left: none;
  				border-bottom: 1px solid $black;
  			}
  			
  			&:nth-last-child(3) {
  				//margin-bottom: 10px;
  			}
  		} */
}
/* line 600, ../sass/modules/_contents.scss */
.brandlogo > span.brand-gap {
  border-left: 1px solid black;
  min-height: 85px;
  margin: 5px 10px 0;
  vertical-align: top;
}
/* line 607, ../sass/modules/_contents.scss */
.brandlogo > span a:hover {
  color: #E8542C;
}
/* line 646, ../sass/modules/_contents.scss */
.brandlogo > span:last-of-type {
  /*border-left: 1px solid black;*/
  margin-bottom: 25px;
  /*padding-left: 150px;*/
  			/* @include breakpointCustom(max-width, 950px) {
  				padding-left: 80px;
  			}
  
  			@include breakpointCustom(max-width, 750px) {
  				margin-left: 0;
  				padding-left: 30px;
  			} */
}
@media (max-width: 550px) {
  /* line 646, ../sass/modules/_contents.scss */
  .brandlogo > span:last-of-type {
    /*border-top: 1px solid black;*/
    border-left: none;
    /* margin: 0 20px 25px; */
    padding: 0;
  }
}
/* line 668, ../sass/modules/_contents.scss */
.brandlogo > span a {
  display: block;
  text-decoration: none;
}
/* line 672, ../sass/modules/_contents.scss */
.brandlogo > span a img {
  vertical-align: top;
  width: 90%;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.25s linear 0s;
}
/* line 677, ../sass/modules/_contents.scss */
.brandlogo > span a img:hover {
  overflow: visible;
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  z-index: 20;
}

/* line 838, ../sass/modules/_contents.scss */
.brandlogo-sel {
  margin: 0;
  text-align: right;
  clear: both;
  /* position: relative; */
  position: absolute;
  right: 305px;
  width: 300px;
  font-size: 1.1rem;
}
/* line 848, ../sass/modules/_contents.scss */
.brandlogo-sel > span {
  display: inline-block;
  margin: 0px;
  position: relative;
  margin-bottom: 2px;
  width: 22%;
}
/* line 857, ../sass/modules/_contents.scss */
.brandlogo-sel > span a {
  text-decoration: none;
}
/* line 861, ../sass/modules/_contents.scss */
.brandlogo-sel > span:last-of-type {
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (max-width: 875px) {
  /* line 838, ../sass/modules/_contents.scss */
  .brandlogo-sel {
    position: absolute;
    right: 0px;
    left: 279px;
    top: 0px;
  }
}
@media (max-width: 600px) {
  /* line 838, ../sass/modules/_contents.scss */
  .brandlogo-sel {
    position: relative;
    right: 0px;
    left: 14px;
    text-align: left;
  }
}

/* line 887, ../sass/modules/_contents.scss */
.brandlogo.static {
  text-align: left;
  float: left;
  width: auto;
  margin: 10px 0 10px;
  /* @include breakpointMax(max) {
  	margin-top: 40px;
  } */
}
/* line 893, ../sass/modules/_contents.scss */
.brandlogo.static a {
  display: block;
}
/* line 896, ../sass/modules/_contents.scss */
.brandlogo.static a img {
  display: block;
  width: 75%;
}
@media (max-width: 914px) {
  /* line 887, ../sass/modules/_contents.scss */
  .brandlogo.static {
    margin: 0 auto;
    float: none;
  }
  /* line 910, ../sass/modules/_contents.scss */
  .brandlogo.static a img {
    margin: 0 auto;
    width: auto;
    max-width: 90%;
  }
}

/* ==========================================================================
	 Brand Index
	 .========================================================================== */
/* line 921, ../sass/modules/_contents.scss */
.brand-index {
  padding-bottom: 80px;
  -webkit-columns: 4 290px;
  -moz-columns: 4 290px;
  columns: 4 290px;
}
/* line 927, ../sass/modules/_contents.scss */
.brand-index h1 {
  text-align: left;
}
/* line 931, ../sass/modules/_contents.scss */
.brand-index > div {
  margin-bottom: 13px;
  max-width: 85%;
  padding-bottom: 12px;
  border-bottom: 1px #cccccc solid;
}
/* line 937, ../sass/modules/_contents.scss */
.brand-index > div h2 {
  margin: 0 0 3px;
  position: relative;
  font-family: 'GraphikWide-Regular-Web';
  font-size: 18pt;
  color: #000000;
}
/* line 944, ../sass/modules/_contents.scss */
.brand-index > div h2 span {
  font-family: 'Graphik-Regular';
  line-height: 1.2;
  width: 25px;
  height: 25px;
  /* background: #afafaf;
  position: absolute; */
  color: #70737280;
  top: 0;
  right: 0;
  /* color: $black; */
  /* padding: 5px 20px 5px 5px; */
  box-sizing: border-box;
  overflow: hidden;
  /* cursor: pointer; */
  font-size: 18px;
  font-weight: normal;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.3s linear 0s;
}
/* line 964, ../sass/modules/_contents.scss */
.brand-index > div h2 span:before {
  width: 25px;
  height: 25px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url("../images/sprite.png") no-repeat right -48px;
}
/* line 974, ../sass/modules/_contents.scss */
.brand-index > div h2 span.active {
  width: 90%;
  height: 80px;
}
/* line 981, ../sass/modules/_contents.scss */
.brand-index > div a {
  text-decoration: none;
}
/* line 985, ../sass/modules/_contents.scss */
.brand-index > div ul {
  margin: 0 0 0 20px;
}
/* line 988, ../sass/modules/_contents.scss */
.brand-index > div ul li {
  list-style: none;
  position: relative;
}
/* line 992, ../sass/modules/_contents.scss */
.brand-index > div ul li:before {
  content: "-";
  display: block;
  position: absolute;
  left: -12px;
  top: -2px;
}
/* line 1000, ../sass/modules/_contents.scss */
.brand-index > div ul li.sub {
  cursor: pointer;
}
/* line 1002, ../sass/modules/_contents.scss */
.brand-index > div ul li.sub:before {
  content: "+";
}
/* line 1008, ../sass/modules/_contents.scss */
.brand-index > div ul li.collapse:before {
  content: "-" !important;
}
/* line 1018, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul {
  margin: 10px 0 10px 30px;
  font-size: 14.4px;
  font-size: 0.9rem;
}
/* line 1022, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul > li {
  margin-bottom: 7px;
}
/* line 1026, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul > li.sub > ul {
  display: none;
  margin: 10px 0 20px 20px;
}
/* line 1030, ../sass/modules/_contents.scss */
.brand-index > div > ul > li > ul > li.sub > ul li {
  font-style: italic;
  margin-bottom: 5px;
}
/* line 1042, ../sass/modules/_contents.scss */
.brand-index > div.cat-item.no-cb {
  -webkit-column-break-inside: avoid;
  -webkit-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 1300px) {
  /* line 921, ../sass/modules/_contents.scss */
  .brand-index {
    -webkit-columns: 3 300px;
    -moz-columns: 3 300px;
    columns: 3 300px;
  }
  /* line 1054, ../sass/modules/_contents.scss */
  .brand-index > div {
    -webkit-column-break-inside: avoid;
    -webkit-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
@media (max-width: 900px) {
  /* line 921, ../sass/modules/_contents.scss */
  .brand-index {
    -webkit-columns: 2 250px;
    -moz-columns: 2 250px;
    columns: 2 250px;
    padding-bottom: 40px;
  }
  /* line 1072, ../sass/modules/_contents.scss */
  .brand-index > div > ul > li .sub > ul {
    margin: 10px 0 10px 15px;
  }
}
@media (max-width: 450px) {
  /* line 921, ../sass/modules/_contents.scss */
  .brand-index {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
  /* line 1087, ../sass/modules/_contents.scss */
  .brand-index > div h2 {
    margin-bottom: 15px;
    font-size: 20.8px;
    font-size: 1.3rem;
  }
  /* line 1093, ../sass/modules/_contents.scss */
  .brand-index > div > ul > li {
    margin-bottom: 10px;
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}

/* ==========================================================================
	Downloadables
	 .========================================================================== */
/* line 1105, ../sass/modules/_contents.scss */
article.active .downloadables {
  display: block;
  /* margin: 30px 0; */
}
/* line 1109, ../sass/modules/_contents.scss */
article.active h2 {
  color: #555555;
}

/* line 1114, ../sass/modules/_contents.scss */
.downloadables {
  display: none;
}
/* line 1117, ../sass/modules/_contents.scss */
.downloadables > p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 25px 300px 0 0;
}
@media (max-width: 768px) {
  /* line 1117, ../sass/modules/_contents.scss */
  .downloadables > p {
    margin: 25px 0 0 0;
  }
}
/* line 1126, ../sass/modules/_contents.scss */
.downloadables ul {
  list-style: none;
  margin-left: 0px;
  /* padding-bottom: 50px; */
}
/* line 1131, ../sass/modules/_contents.scss */
.downloadables ul li {
  display: inline-block;
  margin: 30px 3% 0 0;
  vertical-align: top;
  width: 34%;
}
/* line 1137, ../sass/modules/_contents.scss */
.downloadables ul li.btn-allfiles {
  margin: 30px 0 0;
  text-align: right;
  display: block;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 50px;
}
/* line 1146, ../sass/modules/_contents.scss */
.downloadables ul li.btn-allfiles button {
  margin: 4px 0 4px 10px;
}
/* line 1151, ../sass/modules/_contents.scss */
.downloadables ul li.new-file + .btn-allfiles {
  /* margin: 9% 0 0 0; */
  bottom: 110px;
}
@media (max-width: 1150px) {
  /* line 1131, ../sass/modules/_contents.scss */
  .downloadables ul li {
    margin: 30px 10% 0 0;
    position: inherit !important;
  }
}
@media (max-width: 950px) {
  /* line 1131, ../sass/modules/_contents.scss */
  .downloadables ul li {
    width: 270px;
    position: inherit !important;
  }
}
@media (max-width: 650px) {
  /* line 1131, ../sass/modules/_contents.scss */
  .downloadables ul li {
    display: block;
    margin: 50px 0 0;
    width: 85%;
    position: inherit !important;
  }
}
/* line 1174, ../sass/modules/_contents.scss */
.downloadables ul span {
  padding-left: 40px;
  position: relative;
  display: block;
}
/* line 1179, ../sass/modules/_contents.scss */
.downloadables ul span button {
  position: absolute;
  left: 0;
}
/* line 1188, ../sass/modules/_contents.scss */
.downloadables .search-categories li {
  width: 100%;
  margin: 0px 3% 15px 0px;
  color: #b8b8b8;
}
/* line 1193, ../sass/modules/_contents.scss */
.downloadables .search-categories li a {
  color: #b8b8b8;
  text-underline-offset: 2px;
}
/* line 1200, ../sass/modules/_contents.scss */
.downloadables figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 0.75rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
}
/* line 1208, ../sass/modules/_contents.scss */
.downloadables figure {
  margin-top: 10px;
  position: relative;
}
/* line 1212, ../sass/modules/_contents.scss */
.downloadables figure .assetThumb {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-size: 17.6px;
  font-size: 1.1rem;
}
/* line 1220, ../sass/modules/_contents.scss */
.downloadables figure .assetThumb img {
  display: block;
}
/* line 1224, ../sass/modules/_contents.scss */
.downloadables figure .assetThumb > span {
  display: none;
  background: #E8542C;
  padding: 10px 0;
  width: 70px;
}
/* line 1233, ../sass/modules/_contents.scss */
.downloadables button {
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}
/* line 1239, ../sass/modules/_contents.scss */
.downloadables .tooltip {
  font-size: 12px;
  height: 20px;
  left: 40px;
  line-height: 22px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 2px;
  background: #b8b8b8;
  color: #fff;
  padding: 0 3px;
}

/* ==========================================================================
	 Brand Download
	 .========================================================================== */
/* line 1256, ../sass/modules/_contents.scss */
.brand-download {
  clear: both;
  padding: 30px 0 0;
}
/* line 1260, ../sass/modules/_contents.scss */
.brand-download > article {
  position: relative;
  margin: 30px 0 0 0;
  padding-bottom: 15px;
  border-bottom: 1px #ccc solid;
}
/* line 1266, ../sass/modules/_contents.scss */
.brand-download > article:before {
  border-style: solid;
  border-width: 10px;
  cursor: pointer;
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0;
  border-color: transparent;
  border-top-color: #E8542C;
  left: 0;
  top: 5px;
  content: '';
  z-index: -1;
}
/* line 1283, ../sass/modules/_contents.scss */
.brand-download > article.active:before {
  border-color: transparent;
  border-bottom-color: #E8542C;
  top: -8px;
}
/* line 1291, ../sass/modules/_contents.scss */
.brand-download > article.no-files h2 span, .brand-download > article.no-files .add-allfiles {
  display: none;
}
/* line 1297, ../sass/modules/_contents.scss */
.brand-download h2 {
  cursor: pointer;
  padding-left: 40px;
}
/* line 1301, ../sass/modules/_contents.scss */
.brand-download h2 span {
  display: block;
  font-family: Dinpro;
  color: #000;
}
/* line 1308, ../sass/modules/_contents.scss */
.brand-download article > div {
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  -webkit-transition: all 0.6s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.6s linear 0s;
}
/* line 1312, ../sass/modules/_contents.scss */
.brand-download .ico-return {
  top: 38px;
  left: 0;
  /* top: 25px; */
  /* left: -45px; */
}
/* line 1321, ../sass/modules/_contents.scss */
.brand-download h1 {
  padding-left: 0px;
}
@media (max-width: 750px) {
  /* line 1326, ../sass/modules/_contents.scss */
  .brand-download h1 {
    padding-left: 40px;
  }
  /* line 1330, ../sass/modules/_contents.scss */
  .brand-download .ico-return {
    left: -10px;
  }
}

/* line 1336, ../sass/modules/_contents.scss */
.top-section {
  border: 1px solid #000;
  border-style: solid none solid none;
  clear: both;
}
/* line 1341, ../sass/modules/_contents.scss */
.top-section .section-controls {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  padding: 20px 0;
}
/* line 1348, ../sass/modules/_contents.scss */
.top-section .section-controls a {
  cursor: pointer;
}
/* line 1352, ../sass/modules/_contents.scss */
.top-section .section-controls a[data-section-key=cats-tree-section] {
  margin-left: 50px;
}
/* line 1356, ../sass/modules/_contents.scss */
.top-section .section-controls a[data-section-key=search-section] svg {
  margin-top: 3px;
}
/* line 1360, ../sass/modules/_contents.scss */
.top-section .section-controls a > svg {
  width: 26px;
}
/* line 1364, ../sass/modules/_contents.scss */
.top-section .section-controls a.active svg {
  fill: #E8542C;
}
/* line 1369, ../sass/modules/_contents.scss */
.top-section .section-content .toggle-section {
  display: none;
}
/* line 1372, ../sass/modules/_contents.scss */
.top-section .section-content .toggle-section #search {
  display: flex;
  flex-direction: column;
  border: none;
}
/* line 1377, ../sass/modules/_contents.scss */
.top-section .section-content .toggle-section #search > div {
  display: flex;
  flex-direction: column;
}
/* line 1381, ../sass/modules/_contents.scss */
.top-section .section-content .toggle-section #search > div input, .top-section .section-content .toggle-section #search > div select {
  width: 100%;
  max-width: 250px;
}
/* line 1387, ../sass/modules/_contents.scss */
.top-section .section-content .toggle-section #search > div:last-child {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
}
/* line 1392, ../sass/modules/_contents.scss */
.top-section .section-content .toggle-section #search > div:last-child label {
  width: 100%;
}
/* line 1399, ../sass/modules/_contents.scss */
.top-section .section-content .cats-tree-section {
  display: none;
  padding-bottom: 25px;
}
/* line 1403, ../sass/modules/_contents.scss */
.top-section .section-content .cats-tree-section ul {
  list-style: none;
}

/* ==========================================================================
	Subpages
	 .========================================================================== */
/* line 1412, ../sass/modules/_contents.scss */
.subpages {
  padding: 10px 0;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  clear: both;
}
/* line 1418, ../sass/modules/_contents.scss */
.subpages h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
/* line 1427, ../sass/modules/_contents.scss */
.subpages > div {
  vertical-align: top;
}
/* line 1431, ../sass/modules/_contents.scss */
.subpages a {
  display: block;
  text-decoration: none;
}
@media (min-width: 760px) {
  /* line 1437, ../sass/modules/_contents.scss */
  .subpages > div {
    float: right;
    width: 500px;
  }
  /* line 1442, ../sass/modules/_contents.scss */
  .subpages a {
    width: 245px;
    display: inline-block;
    text-align: right;
  }
}
@media (min-width: 760px) {
  /* line 1450, ../sass/modules/_contents.scss */
  .subpages h1 {
    display: inline-block;
  }
}

/* ==========================================================================
	Carousel
	 .========================================================================== */
/* line 1458, ../sass/modules/_contents.scss */
.carousel {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 770px) {
  /* line 1465, ../sass/modules/_contents.scss */
  .carousel:after {
    bottom: 70px;
    border-right: 5px solid #fff !important;
    border-top: 5px solid #fff !important;
  }
}
@media (max-width: 1024px) {
  /* line 1458, ../sass/modules/_contents.scss */
  .carousel {
    margin-bottom: 30px;
  }
}
/* line 1476, ../sass/modules/_contents.scss */
.carousel .cycle-slide {
  width: 100%;
}
/* line 1479, ../sass/modules/_contents.scss */
.carousel .cycle-slide img {
  width: 100%;
}
/* line 1484, ../sass/modules/_contents.scss */
.carousel #pager {
  display: inline-block;
}
/* line 1487, ../sass/modules/_contents.scss */
.carousel #pager span {
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
  margin: 0 3px 3px;
  overflow: hidden;
  position: relative;
  text-indent: 30px;
  cursor: pointer;
}
@media (min-width: 760px) {
  /* line 1484, ../sass/modules/_contents.scss */
  .carousel #pager {
    border-color: #fff;
  }
  /* line 1501, ../sass/modules/_contents.scss */
  .carousel #pager span {
    border-color: #fff;
  }
}
/* line 1509, ../sass/modules/_contents.scss */
.carousel #next, .carousel #prev {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 15px;
  width: 15px;
  display: inline-block;
  cursor: pointer;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 760px) {
  /* line 1509, ../sass/modules/_contents.scss */
  .carousel #next, .carousel #prev {
    border-color: #fff !important;
  }
}
/* line 1523, ../sass/modules/_contents.scss */
.carousel #prev {
  border-style: none none solid solid;
  border-width: 0 0 2px 2px;
}
/* line 1528, ../sass/modules/_contents.scss */
.carousel .tools {
  z-index: 100;
  text-align: center;
  margin-top: 15px;
}
/* line 1533, ../sass/modules/_contents.scss */
.carousel .tools .cycle-pager-active {
  background: #000;
}
@media (min-width: 760px) {
  /* line 1528, ../sass/modules/_contents.scss */
  .carousel .tools {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 30px;
    text-align: left;
  }
  /* line 1544, ../sass/modules/_contents.scss */
  .carousel .tools .cycle-pager-active {
    background: #fff;
  }
}
/* line 1550, ../sass/modules/_contents.scss */
.carousel .arrowDown {
  bottom: 25%;
  left: 50%;
  right: auto;
  margin-right: -50%;
  -moz-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  cursor: pointer;
}
@media (max-width: 650px) {
  /* line 1550, ../sass/modules/_contents.scss */
  .carousel .arrowDown {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    height: 25px;
    width: 25px;
  }
}

/* line 1567, ../sass/modules/_contents.scss */
.carousel .cycle-slideshow {
  max-height: 558px;
  overflow: hidden;
}
/* line 1571, ../sass/modules/_contents.scss */
.carousel .cycle-slideshow .ico-arrow-solid.rt {
  position: absolute;
  left: 48%;
  top: 48%;
  border-left-color: #fff;
  border-width: 30px;
}
/* line 1578, ../sass/modules/_contents.scss */
.carousel .cycle-slideshow .ico-arrow-solid.rt:after {
  border: 2px solid #fff;
  border-radius: 50%;
  content: " ";
  height: 80px;
  left: -61px;
  position: absolute;
  top: -40px;
  width: 80px;
}

/* line 1591, ../sass/modules/_contents.scss */
.box-links {
  margin-top: 100px;
}
@media (max-width: 650px) {
  /* line 1591, ../sass/modules/_contents.scss */
  .box-links {
    margin-top: 30px;
  }
}
/* line 1598, ../sass/modules/_contents.scss */
.box-links > div {
  margin: auto auto 15px;
}
/* line 1601, ../sass/modules/_contents.scss */
.box-links > div + div {
  /*border-top: 2px solid $black;*/
  padding-top: 55px;
}
/* line 1607, ../sass/modules/_contents.scss */
.box-links a {
  float: left;
  border: 4px solid #E8542C;
  height: 210px;
  width: 319.5px;
  margin: 0 30px 30px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
/* line 1619, ../sass/modules/_contents.scss */
.box-links a:hover {
  color: #fff !important;
  background-color: #E8542C;
}
/* line 1624, ../sass/modules/_contents.scss */
.box-links a span {
  margin-right: 30px;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
/* line 1631, ../sass/modules/_contents.scss */
.box-links a:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 1450px) {
  /* line 1607, ../sass/modules/_contents.scss */
  .box-links a {
    width: 251.66px;
    margin: 0 20px 20px 0;
    height: 160px;
  }
}
@media (max-width: 1150px) {
  /* line 1607, ../sass/modules/_contents.scss */
  .box-links a {
    height: 145px;
    width: 208.66px;
    margin: 0 10px 10px 0;
  }
}
@media (max-width: 950px) {
  /* line 1607, ../sass/modules/_contents.scss */
  .box-links a {
    margin: 5px;
    width: 30%;
  }
}
@media (max-width: 750px) {
  /* line 1607, ../sass/modules/_contents.scss */
  .box-links a {
    margin: 10px;
    width: 40%;
  }
}
@media (max-width: 600px) {
  /* line 1607, ../sass/modules/_contents.scss */
  .box-links a {
    margin: 15px;
    width: 70%;
  }
}

/* ==========================================================================
	 Brand Theme
	 .========================================================================== */
/* line 1666, ../sass/modules/_contents.scss */
.landing .brandlogo {
  border-bottom: 1px solid black;
  margin-bottom: 150px;
}

/* ==========================================================================
	userAccessInfo
	 .========================================================================== */
/* line 1674, ../sass/modules/_contents.scss */
#userAccessInfo {
  float: right;
  font-size: 14.2224px;
  font-size: 0.8889rem;
  z-index: 9;
}
/* line 1679, ../sass/modules/_contents.scss */
#userAccessInfo h2 {
  /* color: $orange; */
  color: #000000;
}
/* line 1684, ../sass/modules/_contents.scss */
#userAccessInfo > h2 {
  margin: 0;
  position: absolute;
  right: 30px;
  border-bottom: 1px solid #E8542C;
  cursor: pointer;
  z-index: 5;
  display: none;
}
/* line 1694, ../sass/modules/_contents.scss */
#userAccessInfo .close {
  position: absolute;
  right: 29px;
  top: 13px;
  text-decoration: none;
  font-size: 30px;
  color: #E8542C;
  display: none;
  cursor: pointer;
}
/* line 1705, ../sass/modules/_contents.scss */
#userAccessInfo .container {
  border: 1px solid #b8b8b8;
  position: absolute;
  right: 0;
  top: 156px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  display: none;
  background-color: #fff;
}
/* line 1717, ../sass/modules/_contents.scss */
#userAccessInfo .container h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 1722, ../sass/modules/_contents.scss */
#userAccessInfo .container > div {
  margin-top: 25px;
}
/* line 1725, ../sass/modules/_contents.scss */
#userAccessInfo .container > div > label {
  cursor: pointer;
}
@media (max-width: 1000px) {
  /* line 1705, ../sass/modules/_contents.scss */
  #userAccessInfo .container {
    top: 160px;
  }
}
@media (max-width: 550px) {
  /* line 1705, ../sass/modules/_contents.scss */
  #userAccessInfo .container {
    top: 195px;
  }
}
/* line 1739, ../sass/modules/_contents.scss */
#userAccessInfo ul {
  margin: 0;
}
/* line 1742, ../sass/modules/_contents.scss */
#userAccessInfo ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2px;
}
/* line 1749, ../sass/modules/_contents.scss */
#userAccessInfo ul label {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 1754, ../sass/modules/_contents.scss */
#userAccessInfo ul label b {
  display: block;
}
/* line 1759, ../sass/modules/_contents.scss */
#userAccessInfo .tools {
  text-align: right;
}
/* line 1762, ../sass/modules/_contents.scss */
#userAccessInfo .tools > span {
  text-align: right;
  color: #E8542C;
  display: block;
  border-bottom: 1px solid #000;
}
/* line 1769, ../sass/modules/_contents.scss */
#userAccessInfo .tools button {
  margin-top: 8px;
}
/* line 1772, ../sass/modules/_contents.scss */
#userAccessInfo .tools button + button {
  margin-left: 0;
}
/* line 1778, ../sass/modules/_contents.scss */
#userAccessInfo .box {
  overflow-y: scroll;
  height: 200px;
  max-height: 400px;
}
@media (min-width: 1300px) {
  /* line 1674, ../sass/modules/_contents.scss */
  #userAccessInfo {
    position: absolute;
    float: none;
    top: 40px;
    right: 0;
    width: 100%;
  }
  /* line 1791, ../sass/modules/_contents.scss */
  #userAccessInfo > button.download {
    display: none;
  }
  /* line 1795, ../sass/modules/_contents.scss */
  #userAccessInfo .container {
    top: 0;
    right: 175px;
    width: 650px;
    position: absolute;
  }
  /* line 1801, ../sass/modules/_contents.scss */
  #userAccessInfo .container .box {
    overflow-y: scroll;
    max-height: 400px;
  }
  /* line 1807, ../sass/modules/_contents.scss */
  #userAccessInfo > h2 {
    display: block;
  }
  /* line 1812, ../sass/modules/_contents.scss */
  #userAccessInfo .tools button + button {
    margin-left: 15px;
  }
  /* line 1817, ../sass/modules/_contents.scss */
  #userAccessInfo.show {
    /* position: fixed; */
  }
}
@media (max-width: 550px) {
  /* line 1674, ../sass/modules/_contents.scss */
  #userAccessInfo {
    clear: both;
    float: none;
    padding: 15px 0 5px;
  }
}

/* line 1832, ../sass/modules/_contents.scss */
#userAccessInfo.show .close, #userAccessInfo.show .container {
  display: block;
}
/* line 1836, ../sass/modules/_contents.scss */
#userAccessInfo.show > h2 span {
  display: none;
}

/* ==========================================================================
	Basket
	 .========================================================================== */
/* line 1843, ../sass/modules/_contents.scss */
#basket {
  float: right;
  font-size: 14.2224px;
  font-size: 0.8889rem;
}
/* line 1847, ../sass/modules/_contents.scss */
#basket h2 {
  color: #3f3d3d;
}
/* line 1850, ../sass/modules/_contents.scss */
#basket h2:before {
  content: "|";
  display: inline;
  padding-left: 8px;
  padding-right: 12px;
}
@media (max-width: 875px) {
  /* line 1850, ../sass/modules/_contents.scss */
  #basket h2:before {
    content: "";
  }
}
/* line 1862, ../sass/modules/_contents.scss */
#basket > h2 {
  margin: 0;
  position: absolute;
  right: 30px;
  /* border-bottom: 1px solid $orange; */
  cursor: pointer;
  z-index: 5;
  display: none;
  font-family: 'Graphik-Regular';
  font-size: 1.2rem;
}
/* line 1874, ../sass/modules/_contents.scss */
#basket .close {
  position: absolute;
  right: 29px;
  top: 13px;
  text-decoration: none;
  font-size: 30px;
  color: #E8542C;
  display: none;
  cursor: pointer;
}
/* line 1885, ../sass/modules/_contents.scss */
#basket .container {
  border: 1px solid #b8b8b8;
  position: absolute;
  right: 0;
  top: 125px;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  color: #000;
  display: none;
  background-color: #fff;
}
/* line 1897, ../sass/modules/_contents.scss */
#basket .container h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
/* line 1902, ../sass/modules/_contents.scss */
#basket .container > div {
  margin-top: 25px;
}
/* line 1905, ../sass/modules/_contents.scss */
#basket .container > div > label {
  cursor: pointer;
}
@media (max-width: 1000px) {
  /* line 1885, ../sass/modules/_contents.scss */
  #basket .container {
    top: 160px;
  }
}
@media (max-width: 550px) {
  /* line 1885, ../sass/modules/_contents.scss */
  #basket .container {
    top: 195px;
  }
}
/* line 1919, ../sass/modules/_contents.scss */
#basket ul {
  margin: 0;
}
/* line 1922, ../sass/modules/_contents.scss */
#basket ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2px;
}
/* line 1929, ../sass/modules/_contents.scss */
#basket ul label {
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
}
/* line 1934, ../sass/modules/_contents.scss */
#basket ul label.check-on:after {
  content: "\2714";
  color: #E8542C;
  position: absolute;
  top: 2px;
  left: 5px;
  cursor: pointer;
}
/* line 1943, ../sass/modules/_contents.scss */
#basket ul label:before {
  position: absolute;
  top: 0px;
  left: 0;
  border: 2px solid #b8b8b8;
  content: "";
  width: 20px;
  height: 20px;
}
/* line 1953, ../sass/modules/_contents.scss */
#basket ul label b {
  display: block;
}
/* line 1958, ../sass/modules/_contents.scss */
#basket input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
}
/* line 1964, ../sass/modules/_contents.scss */
#basket .tools {
  text-align: right;
}
/* line 1967, ../sass/modules/_contents.scss */
#basket .tools > span {
  text-align: right;
  color: #E8542C;
  display: block;
  border-bottom: 1px solid #000;
}
/* line 1974, ../sass/modules/_contents.scss */
#basket .tools button {
  margin-top: 8px;
}
/* line 1977, ../sass/modules/_contents.scss */
#basket .tools button + button {
  margin-left: 0;
}
/* line 1983, ../sass/modules/_contents.scss */
#basket .click-here {
  color: #E8542C !important;
}
/* line 1987, ../sass/modules/_contents.scss */
#basket .box {
  overflow-y: scroll;
  max-height: 400px;
}
@media (min-width: 130px) {
  /* line 1843, ../sass/modules/_contents.scss */
  #basket {
    position: absolute;
    float: none;
    top: 30px;
    right: 0;
    width: 100%;
  }
  /* line 1999, ../sass/modules/_contents.scss */
  #basket > button.download {
    display: none;
  }
  /* line 2003, ../sass/modules/_contents.scss */
  #basket .container {
    top: 0;
    /* right: 30px; */
    max-width: 400px;
    position: absolute;
  }
  /* line 2009, ../sass/modules/_contents.scss */
  #basket .container .box {
    overflow-y: scroll;
    max-height: 400px;
  }
  /* line 2015, ../sass/modules/_contents.scss */
  #basket > h2 {
    display: block;
  }
  /* line 2020, ../sass/modules/_contents.scss */
  #basket .tools button + button {
    margin-left: 15px;
  }
  /* line 2025, ../sass/modules/_contents.scss */
  #basket.show {
    position: fixed;
  }
  /* line 2028, ../sass/modules/_contents.scss */
  #basket.show h2:before {
    content: "";
  }
}
@media (max-width: 130px) {
  /* line 1843, ../sass/modules/_contents.scss */
  #basket {
    clear: both;
    float: none;
    /* padding: 15px 0 5px;
    top: 14px; */
    padding: 8px 0 5px;
    top: 2px;
    right: 12px;
    position: absolute;
    width: 93%;
  }
}

/* line 2050, ../sass/modules/_contents.scss */
#basket.show .close, #basket.show .container {
  display: block;
}
/* line 2054, ../sass/modules/_contents.scss */
#basket.show > h2 span {
  display: none;
}

/* line 2061, ../sass/modules/_contents.scss */
.theme- .header_nav .brand {
  display: none;
}

/* line 2068, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index {
  padding-bottom: 0;
}
/* line 2071, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div {
  display: block;
  min-height: 0;
  max-width: 900px;
  margin-bottom: 30px;
}
/* line 2077, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div h2 {
  margin-bottom: 10px;
}
/* line 2081, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a {
  display: inline;
  margin: 0 0 0 10px;
}
/* line 2085, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a:before {
  content: "|";
  padding: 0 10px 0 0;
}
/* line 2090, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a:first-of-type {
  margin: 0;
}
/* line 2093, ../sass/modules/_contents.scss */
html.no-csscolumns .brand-index > div > a:first-of-type:before {
  display: none;
}

/* line 2103, ../sass/modules/_contents.scss */
.login-text > p {
  color: #E8542C;
}

/* line 2108, ../sass/modules/_contents.scss */
.btn {
  color: #fff;
  background-color: #E8542C;
  padding: 2px 35px 0;
  cursor: pointer;
}

/*************Forms sidebar***********************/
/* line 2115, ../sass/modules/_contents.scss */
.formsidebar {
  display: inline-block;
  margin-left: 50px;
  width: 29%;
  vertical-align: top;
}
/* line 2121, ../sass/modules/_contents.scss */
.formsidebar a {
  display: block;
}
/* line 2125, ../sass/modules/_contents.scss */
.formsidebar .btn {
  display: none;
  cursor: pointer;
}

/* line 2132, ../sass/modules/_contents.scss */
.fadeout {
  opacity: .3;
}

/*************Forms***********************/
/* line 2142, ../sass/modules/_contents.scss */
.forms ul {
  list-style: none;
  color: #515048;
  max-width: 500px;
  display: inline-block;
}
/* line 2148, ../sass/modules/_contents.scss */
.forms ul label {
  width: 180px;
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
}
/* line 2155, ../sass/modules/_contents.scss */
.forms ul .showtext {
  background: url("/images/eye-g.jpg") no-repeat scroll 0 0;
  height: 18px;
  position: absolute;
  right: 3px;
  top: 7px;
  width: 33px;
  cursor: pointer;
}
/* line 2164, ../sass/modules/_contents.scss */
.forms ul .showtext.active {
  background-image: url(/images/eye.jpg);
}
/* line 2169, ../sass/modules/_contents.scss */
.forms ul p, .forms ul ul {
  font-size: 11px;
  width: 230px;
  margin: 10px 0;
}
/* line 2175, ../sass/modules/_contents.scss */
.forms ul input {
  border: 1px solid #ededed;
  background-color: transparent;
  color: #515048;
}
/* line 2181, ../sass/modules/_contents.scss */
.forms ul input[type=submit] {
  color: #fff;
  background-color: #E8542C;
  padding: 2px 35px 0;
}
/* line 2187, ../sass/modules/_contents.scss */
.forms ul input#register {
  display: none;
}
/* line 2193, ../sass/modules/_contents.scss */
.forms ul li {
  margin-bottom: 7px;
  position: relative;
}
/* line 2197, ../sass/modules/_contents.scss */
.forms ul li > div {
  display: inline-block;
  margin-left: -5px;
  position: relative;
}
/* line 2202, ../sass/modules/_contents.scss */
.forms ul li > div ul li:after {
  content: "";
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #b8b8b8;
}
/* line 2213, ../sass/modules/_contents.scss */
.forms ul li > div ul li.invalid:after {
  background-color: #E8542C;
}
/* line 2217, ../sass/modules/_contents.scss */
.forms ul li > div li {
  padding-left: 15px;
}
/* line 2223, ../sass/modules/_contents.scss */
.forms ul b {
  color: #E8542C;
}
/* line 2228, ../sass/modules/_contents.scss */
.forms .message {
  border: 1px solid orange;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px;
  display: none;
}
/* line 2235, ../sass/modules/_contents.scss */
.forms .message.visible {
  display: block;
}
@media (max-width: 550px) {
  /* line 2241, ../sass/modules/_contents.scss */
  .forms ul input {
    width: 90%;
  }
  /* line 2245, ../sass/modules/_contents.scss */
  .forms ul .showtext {
    right: 23px;
    top: 33px;
  }
}

/* line 2253, ../sass/modules/_contents.scss */
.login .forms div a {
  display: block;
  font-size: 14px;
}

/*************Confirmation***********************/
/* line 2259, ../sass/modules/_contents.scss */
.registration-conformation {
  width: 800px;
  color: #515048;
}
/* line 2264, ../sass/modules/_contents.scss */
.registration-conformation > p:first-of-type {
  padding-bottom: 2%;
}
/* line 2269, ../sass/modules/_contents.scss */
.registration-conformation h1 {
  margin-bottom: 5%;
}
/* line 2273, ../sass/modules/_contents.scss */
.registration-conformation b {
  color: #E8542C;
}
/* line 2277, ../sass/modules/_contents.scss */
.registration-conformation a {
  color: #515048;
  text-decoration: none;
}

/* line 2284, ../sass/modules/_contents.scss */
input, select {
  height: 30px;
}

/* line 2288, ../sass/modules/_contents.scss */
input[type=text] {
  background-color: #f2f2f2;
  border: none;
}

/* line 2293, ../sass/modules/_contents.scss */
.form-block {
  display: inline-flex;
  padding: 10px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* line 2302, ../sass/modules/_contents.scss */
.form-block-p {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 830px;
}

/* line 2309, ../sass/modules/_contents.scss */
.form-block-btn {
  width: 875px;
  /* margin-left: auto;
  margin-right: auto; */
  text-align: right;
}

/* line 2316, ../sass/modules/_contents.scss */
.form-block-btn input[type=submit] {
  height: auto;
  padding: 10px 30px 10px 30px;
  margin-right: 20px;
  background-color: #E8542C;
  border: 0;
  color: white;
  margin-top: 20px;
}

/* line 2326, ../sass/modules/_contents.scss */
.first-field-block {
  width: 200px;
}

/* line 2330, ../sass/modules/_contents.scss */
.first-field-block-s1 {
  width: 216px;
}

/* line 2334, ../sass/modules/_contents.scss */
.first-field-block-margin {
  width: 200px;
  margin-right: 20px;
}

/* line 2339, ../sass/modules/_contents.scss */
.first-field-block-full {
  width: 634px;
}

/* line 2343, ../sass/modules/_contents.scss */
.second-field-block {
  width: 200px;
}

/* line 2347, ../sass/modules/_contents.scss */
.first-field-block-margin-tor {
  width: 216px;
  margin-right: 20px;
}

/* line 2352, ../sass/modules/_contents.scss */
.first-field-block-full-por, .first-field-block-full-por-des {
  width: 648px;
}

@media (max-width: 950px) {
  /* line 2358, ../sass/modules/_contents.scss */
  .first-field-block, .first-field-block-s1, .first-field-block-margin, .first-field-block-full, .second-field-block, .first-field-block-margin-tor, .first-field-block-full-por, .first-field-block-full-por-des {
    width: 100%;
    margin-right: 0px;
    margin: 10px 0 20px 0;
  }

  /* line 2364, ../sass/modules/_contents.scss */
  .form-block {
    display: block;
  }

  /* line 2368, ../sass/modules/_contents.scss */
  .form-block-p, .form-block-btn {
    width: 100%;
  }
}
/* line 2373, ../sass/modules/_contents.scss */
.brandwarehousehighlights-content {
  display: inline-flex;
  flex-wrap: wrap;
  /* justify-content: center;  */
  width: 100%;
}
@media (min-width: 1494px) {
  /* line 2373, ../sass/modules/_contents.scss */
  .brandwarehousehighlights-content {
    margin-left: 2.6% !important;
  }
}
@media (max-width: 1333px) {
  /* line 2373, ../sass/modules/_contents.scss */
  .brandwarehousehighlights-content {
    margin-left: 1.5% !important;
  }
}
@media (max-width: 772px) {
  /* line 2373, ../sass/modules/_contents.scss */
  .brandwarehousehighlights-content {
    margin-left: 0 !important;
  }
}

/* line 2392, ../sass/modules/_contents.scss */
.brandhouse-highlights {
  width: 30%;
  max-width: 400px;
  height: 600px;
  background-color: #F5F2ED;
  margin: 0px 20px 40px 20px;
  float: left;
}
@media (max-width: 1333px) {
  /* line 2392, ../sass/modules/_contents.scss */
  .brandhouse-highlights {
    width: 44%;
    max-width: 100%;
  }
}
@media (max-width: 772px) {
  /* line 2392, ../sass/modules/_contents.scss */
  .brandhouse-highlights {
    width: 100%;
    max-width: 100%;
  }
}
/* line 2410, ../sass/modules/_contents.scss */
.brandhouse-highlights a {
  width: 100%;
  border: none;
  text-decoration: none;
  margin: 0;
}
/* line 2416, ../sass/modules/_contents.scss */
.brandhouse-highlights a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background-color: #E8542C;
}
/* line 2423, ../sass/modules/_contents.scss */
.brandhouse-highlights a div.highlights-date {
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  height: 100px;
  width: 100px;
  background-color: #403C3D;
}
/* line 2431, ../sass/modules/_contents.scss */
.brandhouse-highlights a div.highlights-date p {
  text-align: center;
  padding: 30px 20px;
  font-size: 16px;
  color: white;
  font-weight: 100;
  margin: 0;
  text-transform: none;
}
/* line 2442, ../sass/modules/_contents.scss */
.brandhouse-highlights a .des {
  text-align: center;
  color: #E8542C;
  font-family: 'Graphik-Light';
  font-size: 18pt;
  padding: 30px 0px;
  font-weight: 100;
  text-transform: none;
  margin-bottom: 0;
}
/* line 2452, ../sass/modules/_contents.scss */
.brandhouse-highlights a .des:last-child {
  font-family: 'Graphik-Light';
  font-size: 15px;
  text-align: center;
  padding: 0px 20px;
  font-weight: 600;
  text-transform: none;
  color: #B8B5B0;
}

/* ==========================================================================
Brand Themes
.========================================================================== */
/* line 5, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group h2, .theme-intercontinental-hotels-group a.active, .theme-ihg-army-hotels h2, .theme-ihg-army-hotels a.active, .theme-even h2, .theme-even a.active, .theme-holiday-inn-express h2, .theme-holiday-inn-express a.active, .theme-holiday-inn-vacation h2, .theme-holiday-inn-vacation a.active, .theme-candlewood h2, .theme-candlewood a.active, .theme-hualuxe h2, .theme-hualuxe a.active, .theme-indigo h2, .theme-indigo a.active, .theme-holiday-inn h2, .theme-holiday-inn a.active, .theme-holiday-inn-resort h2, .theme-holiday-inn-resort a.active, .theme-staybridge h2, .theme-staybridge a.active, .theme-avid h2, .theme-avid a.active, .theme-voco-hotels h2, .theme-voco-hotels a.active, .theme-regent h2, .theme-regent a.active, .theme-ihg-rewards h2, .theme-ihg-rewards a.active, .theme-kimpton-hotels--restaurants h2, .theme-kimpton-hotels--restaurants a.active, .theme-crowne-plaza h2, .theme-crowne-plaza a.active, .theme-intercontinental h2, .theme-intercontinental a.active {
  color: #E8542C;
}
/* line 9, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group a:hover, .theme-intercontinental-hotels-group blockquote, .theme-ihg-army-hotels a:hover, .theme-ihg-army-hotels blockquote, .theme-even a:hover, .theme-even blockquote, .theme-holiday-inn-express a:hover, .theme-holiday-inn-express blockquote, .theme-holiday-inn-vacation a:hover, .theme-holiday-inn-vacation blockquote, .theme-candlewood a:hover, .theme-candlewood blockquote, .theme-hualuxe a:hover, .theme-hualuxe blockquote, .theme-indigo a:hover, .theme-indigo blockquote, .theme-holiday-inn a:hover, .theme-holiday-inn blockquote, .theme-holiday-inn-resort a:hover, .theme-holiday-inn-resort blockquote, .theme-staybridge a:hover, .theme-staybridge blockquote, .theme-avid a:hover, .theme-avid blockquote, .theme-voco-hotels a:hover, .theme-voco-hotels blockquote, .theme-regent a:hover, .theme-regent blockquote, .theme-ihg-rewards a:hover, .theme-ihg-rewards blockquote, .theme-kimpton-hotels--restaurants a:hover, .theme-kimpton-hotels--restaurants blockquote, .theme-crowne-plaza a:hover, .theme-crowne-plaza blockquote, .theme-intercontinental a:hover, .theme-intercontinental blockquote {
  color: #707372;
}
/* line 13, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .downloadables figure .assetThumb > span, .theme-intercontinental-hotels-group footer .takeMeUp:hover, .theme-intercontinental-hotels-group .box-links a:hover, .theme-intercontinental-hotels-group button:hover, .theme-intercontinental-hotels-group button.add:hover:after, .theme-intercontinental-hotels-group button.add.all:hover:before, .theme-intercontinental-hotels-group button.add.all:hover:after,
.theme-intercontinental-hotels-group .download.all:hover span, .theme-ihg-army-hotels .downloadables figure .assetThumb > span, .theme-ihg-army-hotels footer .takeMeUp:hover, .theme-ihg-army-hotels .box-links a:hover, .theme-ihg-army-hotels button:hover, .theme-ihg-army-hotels button.add:hover:after, .theme-ihg-army-hotels button.add.all:hover:before, .theme-ihg-army-hotels button.add.all:hover:after,
.theme-ihg-army-hotels .download.all:hover span, .theme-even .downloadables figure .assetThumb > span, .theme-even footer .takeMeUp:hover, .theme-even .box-links a:hover, .theme-even button:hover, .theme-even button.add:hover:after, .theme-even button.add.all:hover:before, .theme-even button.add.all:hover:after,
.theme-even .download.all:hover span, .theme-holiday-inn-express .downloadables figure .assetThumb > span, .theme-holiday-inn-express footer .takeMeUp:hover, .theme-holiday-inn-express .box-links a:hover, .theme-holiday-inn-express button:hover, .theme-holiday-inn-express button.add:hover:after, .theme-holiday-inn-express button.add.all:hover:before, .theme-holiday-inn-express button.add.all:hover:after,
.theme-holiday-inn-express .download.all:hover span, .theme-holiday-inn-vacation .downloadables figure .assetThumb > span, .theme-holiday-inn-vacation footer .takeMeUp:hover, .theme-holiday-inn-vacation .box-links a:hover, .theme-holiday-inn-vacation button:hover, .theme-holiday-inn-vacation button.add:hover:after, .theme-holiday-inn-vacation button.add.all:hover:before, .theme-holiday-inn-vacation button.add.all:hover:after,
.theme-holiday-inn-vacation .download.all:hover span, .theme-candlewood .downloadables figure .assetThumb > span, .theme-candlewood footer .takeMeUp:hover, .theme-candlewood .box-links a:hover, .theme-candlewood button:hover, .theme-candlewood button.add:hover:after, .theme-candlewood button.add.all:hover:before, .theme-candlewood button.add.all:hover:after,
.theme-candlewood .download.all:hover span, .theme-hualuxe .downloadables figure .assetThumb > span, .theme-hualuxe footer .takeMeUp:hover, .theme-hualuxe .box-links a:hover, .theme-hualuxe button:hover, .theme-hualuxe button.add:hover:after, .theme-hualuxe button.add.all:hover:before, .theme-hualuxe button.add.all:hover:after,
.theme-hualuxe .download.all:hover span, .theme-indigo .downloadables figure .assetThumb > span, .theme-indigo footer .takeMeUp:hover, .theme-indigo .box-links a:hover, .theme-indigo button:hover, .theme-indigo button.add:hover:after, .theme-indigo button.add.all:hover:before, .theme-indigo button.add.all:hover:after,
.theme-indigo .download.all:hover span, .theme-holiday-inn .downloadables figure .assetThumb > span, .theme-holiday-inn footer .takeMeUp:hover, .theme-holiday-inn .box-links a:hover, .theme-holiday-inn button:hover, .theme-holiday-inn button.add:hover:after, .theme-holiday-inn button.add.all:hover:before, .theme-holiday-inn button.add.all:hover:after,
.theme-holiday-inn .download.all:hover span, .theme-holiday-inn-resort .downloadables figure .assetThumb > span, .theme-holiday-inn-resort footer .takeMeUp:hover, .theme-holiday-inn-resort .box-links a:hover, .theme-holiday-inn-resort button:hover, .theme-holiday-inn-resort button.add:hover:after, .theme-holiday-inn-resort button.add.all:hover:before, .theme-holiday-inn-resort button.add.all:hover:after,
.theme-holiday-inn-resort .download.all:hover span, .theme-staybridge .downloadables figure .assetThumb > span, .theme-staybridge footer .takeMeUp:hover, .theme-staybridge .box-links a:hover, .theme-staybridge button:hover, .theme-staybridge button.add:hover:after, .theme-staybridge button.add.all:hover:before, .theme-staybridge button.add.all:hover:after,
.theme-staybridge .download.all:hover span, .theme-avid .downloadables figure .assetThumb > span, .theme-avid footer .takeMeUp:hover, .theme-avid .box-links a:hover, .theme-avid button:hover, .theme-avid button.add:hover:after, .theme-avid button.add.all:hover:before, .theme-avid button.add.all:hover:after,
.theme-avid .download.all:hover span, .theme-voco-hotels .downloadables figure .assetThumb > span, .theme-voco-hotels footer .takeMeUp:hover, .theme-voco-hotels .box-links a:hover, .theme-voco-hotels button:hover, .theme-voco-hotels button.add:hover:after, .theme-voco-hotels button.add.all:hover:before, .theme-voco-hotels button.add.all:hover:after,
.theme-voco-hotels .download.all:hover span, .theme-regent .downloadables figure .assetThumb > span, .theme-regent footer .takeMeUp:hover, .theme-regent .box-links a:hover, .theme-regent button:hover, .theme-regent button.add:hover:after, .theme-regent button.add.all:hover:before, .theme-regent button.add.all:hover:after,
.theme-regent .download.all:hover span, .theme-ihg-rewards .downloadables figure .assetThumb > span, .theme-ihg-rewards footer .takeMeUp:hover, .theme-ihg-rewards .box-links a:hover, .theme-ihg-rewards button:hover, .theme-ihg-rewards button.add:hover:after, .theme-ihg-rewards button.add.all:hover:before, .theme-ihg-rewards button.add.all:hover:after,
.theme-ihg-rewards .download.all:hover span, .theme-kimpton-hotels--restaurants .downloadables figure .assetThumb > span, .theme-kimpton-hotels--restaurants footer .takeMeUp:hover, .theme-kimpton-hotels--restaurants .box-links a:hover, .theme-kimpton-hotels--restaurants button:hover, .theme-kimpton-hotels--restaurants button.add:hover:after, .theme-kimpton-hotels--restaurants button.add.all:hover:before, .theme-kimpton-hotels--restaurants button.add.all:hover:after,
.theme-kimpton-hotels--restaurants .download.all:hover span, .theme-crowne-plaza .downloadables figure .assetThumb > span, .theme-crowne-plaza footer .takeMeUp:hover, .theme-crowne-plaza .box-links a:hover, .theme-crowne-plaza button:hover, .theme-crowne-plaza button.add:hover:after, .theme-crowne-plaza button.add.all:hover:before, .theme-crowne-plaza button.add.all:hover:after,
.theme-crowne-plaza .download.all:hover span, .theme-intercontinental .downloadables figure .assetThumb > span, .theme-intercontinental footer .takeMeUp:hover, .theme-intercontinental .box-links a:hover, .theme-intercontinental button:hover, .theme-intercontinental button.add:hover:after, .theme-intercontinental button.add.all:hover:before, .theme-intercontinental button.add.all:hover:after,
.theme-intercontinental .download.all:hover span {
  background-color: #707372;
}
/* line 18, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .sub-links .active, .theme-intercontinental-hotels-group .box-links a, .theme-ihg-army-hotels .sub-links .active, .theme-ihg-army-hotels .box-links a, .theme-even .sub-links .active, .theme-even .box-links a, .theme-holiday-inn-express .sub-links .active, .theme-holiday-inn-express .box-links a, .theme-holiday-inn-vacation .sub-links .active, .theme-holiday-inn-vacation .box-links a, .theme-candlewood .sub-links .active, .theme-candlewood .box-links a, .theme-hualuxe .sub-links .active, .theme-hualuxe .box-links a, .theme-indigo .sub-links .active, .theme-indigo .box-links a, .theme-holiday-inn .sub-links .active, .theme-holiday-inn .box-links a, .theme-holiday-inn-resort .sub-links .active, .theme-holiday-inn-resort .box-links a, .theme-staybridge .sub-links .active, .theme-staybridge .box-links a, .theme-avid .sub-links .active, .theme-avid .box-links a, .theme-voco-hotels .sub-links .active, .theme-voco-hotels .box-links a, .theme-regent .sub-links .active, .theme-regent .box-links a, .theme-ihg-rewards .sub-links .active, .theme-ihg-rewards .box-links a, .theme-kimpton-hotels--restaurants .sub-links .active, .theme-kimpton-hotels--restaurants .box-links a, .theme-crowne-plaza .sub-links .active, .theme-crowne-plaza .box-links a, .theme-intercontinental .sub-links .active, .theme-intercontinental .box-links a {
  border-color: #E8542C;
}
/* line 22, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .box-links a:hover, .theme-ihg-army-hotels .box-links a:hover, .theme-even .box-links a:hover, .theme-holiday-inn-express .box-links a:hover, .theme-holiday-inn-vacation .box-links a:hover, .theme-candlewood .box-links a:hover, .theme-hualuxe .box-links a:hover, .theme-indigo .box-links a:hover, .theme-holiday-inn .box-links a:hover, .theme-holiday-inn-resort .box-links a:hover, .theme-staybridge .box-links a:hover, .theme-avid .box-links a:hover, .theme-voco-hotels .box-links a:hover, .theme-regent .box-links a:hover, .theme-ihg-rewards .box-links a:hover, .theme-kimpton-hotels--restaurants .box-links a:hover, .theme-crowne-plaza .box-links a:hover, .theme-intercontinental .box-links a:hover {
  border-color: #707372;
}
/* line 26, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .downloadables figure .assetThumb, .theme-ihg-army-hotels .downloadables figure .assetThumb, .theme-even .downloadables figure .assetThumb, .theme-holiday-inn-express .downloadables figure .assetThumb, .theme-holiday-inn-vacation .downloadables figure .assetThumb, .theme-candlewood .downloadables figure .assetThumb, .theme-hualuxe .downloadables figure .assetThumb, .theme-indigo .downloadables figure .assetThumb, .theme-holiday-inn .downloadables figure .assetThumb, .theme-holiday-inn-resort .downloadables figure .assetThumb, .theme-staybridge .downloadables figure .assetThumb, .theme-avid .downloadables figure .assetThumb, .theme-voco-hotels .downloadables figure .assetThumb, .theme-regent .downloadables figure .assetThumb, .theme-ihg-rewards .downloadables figure .assetThumb, .theme-kimpton-hotels--restaurants .downloadables figure .assetThumb, .theme-crowne-plaza .downloadables figure .assetThumb, .theme-intercontinental .downloadables figure .assetThumb {
  background-color: #E8542C;
}
/* line 30, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .brand-download > article:before, .theme-ihg-army-hotels .brand-download > article:before, .theme-even .brand-download > article:before, .theme-holiday-inn-express .brand-download > article:before, .theme-holiday-inn-vacation .brand-download > article:before, .theme-candlewood .brand-download > article:before, .theme-hualuxe .brand-download > article:before, .theme-indigo .brand-download > article:before, .theme-holiday-inn .brand-download > article:before, .theme-holiday-inn-resort .brand-download > article:before, .theme-staybridge .brand-download > article:before, .theme-avid .brand-download > article:before, .theme-voco-hotels .brand-download > article:before, .theme-regent .brand-download > article:before, .theme-ihg-rewards .brand-download > article:before, .theme-kimpton-hotels--restaurants .brand-download > article:before, .theme-crowne-plaza .brand-download > article:before, .theme-intercontinental .brand-download > article:before {
  border-top-color: #E8542C;
}
/* line 34, ../sass/modules/_brands.scss */
.theme-intercontinental-hotels-group .brand-download > article.active:before, .theme-ihg-army-hotels .brand-download > article.active:before, .theme-even .brand-download > article.active:before, .theme-holiday-inn-express .brand-download > article.active:before, .theme-holiday-inn-vacation .brand-download > article.active:before, .theme-candlewood .brand-download > article.active:before, .theme-hualuxe .brand-download > article.active:before, .theme-indigo .brand-download > article.active:before, .theme-holiday-inn .brand-download > article.active:before, .theme-holiday-inn-resort .brand-download > article.active:before, .theme-staybridge .brand-download > article.active:before, .theme-avid .brand-download > article.active:before, .theme-voco-hotels .brand-download > article.active:before, .theme-regent .brand-download > article.active:before, .theme-ihg-rewards .brand-download > article.active:before, .theme-kimpton-hotels--restaurants .brand-download > article.active:before, .theme-crowne-plaza .brand-download > article.active:before, .theme-intercontinental .brand-download > article.active:before {
  border-color: transparent;
  border-bottom-color: #363543;
}

/* line 42, ../sass/modules/_brands.scss */
.theme-field_marketing h2, .theme-field_marketing a.active {
  color: #b8b8b8;
}
/* line 46, ../sass/modules/_brands.scss */
.theme-field_marketing a:hover, .theme-field_marketing blockquote {
  color: #E8542C;
}
/* line 50, ../sass/modules/_brands.scss */
.theme-field_marketing .downloadables figure .assetThumb > span, .theme-field_marketing footer .takeMeUp:hover, .theme-field_marketing .box-links a:hover, .theme-field_marketing button:hover, .theme-field_marketing button.add:hover:after, .theme-field_marketing button.add.all:hover:before, .theme-field_marketing button.add.all:hover:after,
.theme-field_marketing .download.all:hover span {
  background-color: #E8542C;
}
/* line 55, ../sass/modules/_brands.scss */
.theme-field_marketing .sub-links .active, .theme-field_marketing .box-links a {
  border-color: #b8b8b8;
}
/* line 59, ../sass/modules/_brands.scss */
.theme-field_marketing .box-links a:hover {
  border-color: #E8542C;
}
/* line 63, ../sass/modules/_brands.scss */
.theme-field_marketing .downloadables figure .assetThumb {
  background-color: #b8b8b8;
}
/* line 68, ../sass/modules/_brands.scss */
.theme-field_marketing .brand-download > article:before {
  border-top-color: #b8b8b8;
}
/* line 72, ../sass/modules/_brands.scss */
.theme-field_marketing .brand-download > article.active:before {
  border-color: transparent;
  border-bottom-color: #b8b8b8;
}

/* ==========================================================================
   Header
   .========================================================================== */
/* line 5, ../sass/modules/_navigation.scss */
header {
  background: #1f4456;
  color: #fff;
  font-family: 'Graphik-Regular';
  padding: 30px 20px 20px;
  -moz-transition: color 0.5s linear 0s;
  -o-transition: color 0.5s linear 0s;
  -webkit-transition: color 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: color 0.5s linear 0s;
  z-index: 200;
  position: relative;
  /* @include breakpointCustom(max-width, 550px) {
  	padding: 20px;
  } */
}
@media (min-width: 675px) {
  /* line 5, ../sass/modules/_navigation.scss */
  header {
    padding: 6px 20px;
  }
}
@media (min-width: 107px) {
  /* line 5, ../sass/modules/_navigation.scss */
  header {
    padding: 6px 20px;
  }
}
/* line 26, ../sass/modules/_navigation.scss */
header a {
  color: #fff;
  text-decoration: none;
}
/* line 30, ../sass/modules/_navigation.scss */
header a:hover {
  text-decoration: none;
  color: #fff !important;
}
/* line 36, ../sass/modules/_navigation.scss */
header .title {
  line-height: 0;
  float: left;
}
/* line 40, ../sass/modules/_navigation.scss */
header .title > a {
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  /* &:nth-of-type(2) {
  	margin-right: 10px;
  	padding-right: 15px;
  	border-right: 2px solid $white;
  	line-height: 0.9;
  } */
}
/* line 46, ../sass/modules/_navigation.scss */
header .title > a:first-of-type {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  /* line 36, ../sass/modules/_navigation.scss */
  header .title {
    clear: none;
  }
}
@media (max-width: 675px) {
  /* line 67, ../sass/modules/_navigation.scss */
  header .title > a:first-of-type {
    /* margin: 0 0 10px; */
    margin-bottom: 20px;
    display: block;
  }
}
/* line 76, ../sass/modules/_navigation.scss */
header .header_nav {
  font-size: 16px;
  font-size: 1rem;
  float: right;
  clear: right;
  font-weight: lighter;
  margin-top: 10px;
  /* .brand {
  	background: url(/images/sprite.png) no-repeat 0 -2px;
  	cursor: pointer;
  	padding: 0 0 0 30px;
  	background-position-y: 2px;
  } */
  /* @include breakpointCustom(max-width, 1000px) {
  	float:none;
  	display:block;
  	clear:both;
  	margin:0;
  	padding-top:12px;
  }
  @include breakpointCustom(max-width, 550px) {
  	margin-top:50px;
  	padding:0;
  } */
}
/* line 83, ../sass/modules/_navigation.scss */
header .header_nav #userNameLabel {
  cursor: pointer;
}
/* line 87, ../sass/modules/_navigation.scss */
header .header_nav > * {
  display: inline-block;
  -moz-transition: color 0.5s linear 0s;
  -o-transition: color 0.5s linear 0s;
  -webkit-transition: color 0.5s linear;
  -webkit-transition-delay: 0s;
  transition: color 0.5s linear 0s;
}
@media (min-width: 1300px) {
  /* line 76, ../sass/modules/_navigation.scss */
  header .header_nav {
    clear: none;
    margin: 10px;
  }
}

/* line 118, ../sass/modules/_navigation.scss */
.second-nav {
  height: 100px;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  top: 56px;
  left: 0;
  background-color: #F4F2ED;
  /* @include breakpointCustom(max-width, 675px) {
  	top: 82px; 
  } */
  /* @include breakpointCustom(max-width, 550px) {
  	top: 112px; 
  } */
  /* @include breakpointCustom(max-width, 407px) {
  	top: 105px; 
  } */
}
/* line 139, ../sass/modules/_navigation.scss */
.second-nav .second-nav-span {
  padding-right: 9rem;
  display: inline-flex;
  float: right;
  color: #3f3d3d;
  margin-top: 30px;
}
/* line 146, ../sass/modules/_navigation.scss */
.second-nav .second-nav-span .brand {
  font-size: 1.2rem;
  cursor: pointer;
  /* &:before {
  	content: "▼";
  	display: inline;
  	padding-right: 5px;
  } */
}
/* line 156, ../sass/modules/_navigation.scss */
.second-nav .second-nav-span .brand:after {
  content: "|";
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 875px) {
  /* line 156, ../sass/modules/_navigation.scss */
  .second-nav .second-nav-span .brand:after {
    content: "";
  }
}
@media (max-width: 875px) {
  /* line 139, ../sass/modules/_navigation.scss */
  .second-nav .second-nav-span {
    display: none;
  }
}

/* line 174, ../sass/modules/_navigation.scss */
.secondNav-mob-trigger {
  display: none;
}
/* line 176, ../sass/modules/_navigation.scss */
.secondNav-mob-trigger img {
  height: 25px;
  position: absolute;
  top: 32px;
  left: 20px;
  cursor: pointer;
}
@media (max-width: 875px) {
  /* line 174, ../sass/modules/_navigation.scss */
  .secondNav-mob-trigger {
    display: block;
  }
}

/* line 189, ../sass/modules/_navigation.scss */
.second-nav-span {
  display: none;
}

/* line 193, ../sass/modules/_navigation.scss */
.second-mob-nav-show {
  position: absolute;
  width: 100%;
  margin-top: 100px !important;
  padding: 10px 0px !important;
  background-color: #f4f2ed;
}
/* line 200, ../sass/modules/_navigation.scss */
.second-mob-nav-show div {
  padding: 10px 0px;
  margin: 0 14px;
  width: 94%;
  border-top: 1px solid #3f3d3d2b;
}

/* line 208, ../sass/modules/_navigation.scss */
.snav-other {
  font-size: 1.2rem;
  color: #3f3d3d;
}
/* line 212, ../sass/modules/_navigation.scss */
.snav-other a {
  font-size: 1.2rem;
  color: #3f3d3d;
}
@media (min-width: 875px) {
  /* line 208, ../sass/modules/_navigation.scss */
  .snav-other {
    display: none;
  }
}

/* line 222, ../sass/modules/_navigation.scss */
.nav-brandcentral-title {
  font-family: 'GraphikWide-Regular-Web';
  font-size: 20px;
}

/* line 227, ../sass/modules/_navigation.scss */
.nav-brandcentral {
  position: absolute;
  top: 50%;
  left: 8.5rem;
}
@media (max-width: 675px) {
  /* line 227, ../sass/modules/_navigation.scss */
  .nav-brandcentral {
    top: 43%;
  }
}

@media (max-width: 875px) {
  /* line 237, ../sass/modules/_navigation.scss */
  .details {
    display: none !important;
  }
}

/* ==========================================================================
   Language Selector
   .========================================================================== */
/* line 246, ../sass/modules/_navigation.scss */
.lang_selector {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 180px;
  padding: 10px 5px 10px 20px;
  background: #cc5c2d;
  color: #ffc66b;
  text-align: left;
  width: 120px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 259, ../sass/modules/_navigation.scss */
.lang_selector label {
  text-transform: uppercase;
  display: block;
  padding-left: 4px;
  color: #3f3d3d;
  /* line-height: 1; */
}
@media (max-width: 875px) {
  /* line 259, ../sass/modules/_navigation.scss */
  .lang_selector label {
    padding-left: 0px;
  }
}
/* line 271, ../sass/modules/_navigation.scss */
.lang_selector:hover ul {
  display: block;
}
/* line 275, ../sass/modules/_navigation.scss */
.lang_selector ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 36px;
  width: 100%;
  left: 0;
  background: #E8542C;
  margin: 0;
  text-align: left;
  z-index: 5;
}
/* line 287, ../sass/modules/_navigation.scss */
.lang_selector ul li {
  padding: 9px 20px;
  position: relative;
}
/* line 291, ../sass/modules/_navigation.scss */
.lang_selector ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  height: 1px;
  width: 90px;
  background: #cc5c2d;
}
/* line 302, ../sass/modules/_navigation.scss */
.lang_selector ul li:last-of-type:after {
  display: none;
}
/* line 307, ../sass/modules/_navigation.scss */
.lang_selector ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
/* line 312, ../sass/modules/_navigation.scss */
.lang_selector ul li:hover {
  background: #b8b8b8;
}
/* line 315, ../sass/modules/_navigation.scss */
.lang_selector ul li:hover:after {
  background: #b8b8b8;
}
@media (min-width: 130px) {
  /* line 246, ../sass/modules/_navigation.scss */
  .lang_selector {
    position: relative;
    padding: 0;
    top: auto;
    right: auto;
    color: #fff;
    background: none;
    width: auto;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
  /* line 332, ../sass/modules/_navigation.scss */
  .lang_selector label {
    text-transform: none;
    /* &:before {
    	content: "▼";
    	display: inline;
    } */
  }
  /* line 335, ../sass/modules/_navigation.scss */
  .lang_selector label:after {
    content: "▾";
    display: inline;
    padding-right: 20px;
  }
  /* line 347, ../sass/modules/_navigation.scss */
  .lang_selector ul {
    width: auto;
    top: 36px;
  }
  /* line 351, ../sass/modules/_navigation.scss */
  .lang_selector ul:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    height: 30px;
    width: 60px;
  }
  /* line 361, ../sass/modules/_navigation.scss */
  .lang_selector ul li {
    padding: 10px 5px;
    width: 100px;
  }
  /* line 365, ../sass/modules/_navigation.scss */
  .lang_selector ul li:after {
    left: 5px;
  }
}
@media (max-width: 130px) {
  /* line 246, ../sass/modules/_navigation.scss */
  .lang_selector {
    /* right: auto;
    left: 20px;
    top: 155px; */
    right: 12px;
    top: 56px;
    height: 21px;
  }
}

/* .open-selector {
	@include breakpointCustom(max-width, 1300px) {
		.lang_selector {
			background: $orange;

			> a {
				color: $white;

				&:hover {
					color: $white;
				}
			}
		}
	}
} */
/* ==========================================================================
   .sub-links
   .========================================================================== */
/* line 406, ../sass/modules/_navigation.scss */
.sub-links {
  margin-top: 75px;
  float: right;
}
/* line 410, ../sass/modules/_navigation.scss */
.sub-links a {
  border-top: 2px solid #fff;
  font-family: 'Graphik-Semibold';
  padding: 5px 0;
  margin: 0 10px;
  text-decoration: none;
  display: inline-block;
  color: #b8b8b8;
}
/* line 419, ../sass/modules/_navigation.scss */
.sub-links a:last-of-type {
  margin: 0;
}
@media (max-width: 914px) {
  /* line 406, ../sass/modules/_navigation.scss */
  .sub-links {
    float: none;
    clear: both;
    margin: 0 0 10px;
  }
  /* line 429, ../sass/modules/_navigation.scss */
  .sub-links a {
    margin-left: 0;
  }
}

/* ==========================================================================
   Footer
   .========================================================================== */
/* line 438, ../sass/modules/_navigation.scss */
footer {
  padding: 40px 70px;
  background-color: #f4f2ed;
  color: #515048;
  position: relative;
}
@media (max-width: 650px) {
  /* line 438, ../sass/modules/_navigation.scss */
  footer {
    padding: 40px 40px 10px;
  }
}
/* line 448, ../sass/modules/_navigation.scss */
footer .brand {
  background: url(/images/sprite.png) no-repeat center 0;
  cursor: pointer;
  height: 40px;
  display: block;
}
@media (min-width: 700px) {
  /* line 448, ../sass/modules/_navigation.scss */
  footer .brand {
    background: url(/images/sprite.png) no-repeat 0 0;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-left: 25px;
    height: 25px;
  }
}
/* line 464, ../sass/modules/_navigation.scss */
footer > div {
  font-family: 'Graphik-Regular';
  font-weight: lighter;
}
/* line 468, ../sass/modules/_navigation.scss */
footer > div a {
  display: block;
  color: #515048;
  font-family: 'Graphik-Regular';
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 650px) {
  /* line 468, ../sass/modules/_navigation.scss */
  footer > div a {
    display: inline-block;
    text-align: left;
    padding-right: 15px;
  }
}
@media (min-width: 800px) {
  /* line 468, ../sass/modules/_navigation.scss */
  footer > div a {
    padding-right: 40px;
  }
}
/* line 489, ../sass/modules/_navigation.scss */
footer > p {
  max-width: 500px;
  margin-top: 15px;
  font-size: 13.3328px;
  font-size: 0.8333rem;
}

/* line 496, ../sass/modules/_navigation.scss */
.arrowUp, .arrowDown, .takeMeUp:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
}

/* line 510, ../sass/modules/_navigation.scss */
.arrowDown {
  border-right: 8px solid #fff;
  border-top: 8px solid #fff;
  height: 35px;
  right: 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 35px;
}

/* line 521, ../sass/modules/_navigation.scss */
.takeMeUp {
  display: none;
  position: absolute;
  top: -80px;
  right: 50px;
  height: 60px;
  width: 45px;
  background: #f4f2ed;
  cursor: pointer;
}
/* line 531, ../sass/modules/_navigation.scss */
.takeMeUp:after {
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}
@media (max-width: 650px) {
  /* line 521, ../sass/modules/_navigation.scss */
  .takeMeUp {
    right: 10px;
    top: 20px;
    background: #fff;
  }
  /* line 542, ../sass/modules/_navigation.scss */
  .takeMeUp:after {
    border-top: 3px solid #b8b8b8;
    border-right: 3px solid #b8b8b8;
  }
}

/* ==========================================================================
   Header Download Button and Language selector
   .========================================================================== */
/* line 555, ../sass/modules/_navigation.scss */
#basket > button.large.download.download {
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 10px 10px 30px;
  background: #cc5c2d;
  width: 145px;
  color: #ffc66b;
  line-height: 1;
  float: right;
  height: auto;
  text-align: right;
}
/* line 565, ../sass/modules/_navigation.scss */
#basket > button.large.download.download:after {
  border-color: #ffc66b;
  left: 12px;
  top: 18px;
}
/* line 570, ../sass/modules/_navigation.scss */
#basket > button.large.download.download:before {
  border-color: #ffc66b;
  top: 4px;
  left: 15px;
}
/* line 576, ../sass/modules/_navigation.scss */
#basket > button.large.download.download span {
  margin-left: 17px;
}

/* .open-selector {
	#basket {
		> button.large.download {
			&.download {
				background: $orange;
				color: $white;
				&:after{
					border-color:$white;
				}
				&:before{
					border-color:$white;
				}
			}
		}
	}
} */
