/* ------------------------------ */
/* Variables */
/* ------------------------------ */
/* Widths */
/* Base Variables */
/* Main Colours */
/* Base Colours */
/* Notifications Colours */
/*
 * Media Query Breakpoints
 */
/*
 * HTML Tag
 */
html:before {
  content: 'tablet: 1420px, ipad: 1024px, medium: 800px, mobile: 640px, menu: 800px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.js_lazyImage {
  position: relative;
}
.js_lazyImage:before {
  content: '\F110';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #376e37;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
/* ------------------------------ */
/* @import */
/* ------------------------------ */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ------------------------------ */
/* Mixins */
/* ------------------------------ */
/*
 * Column Based Grid
 *
 * To use this grid you need a colGroup to surround the grid
 * items.  You can call this simply by using .col(12); in your
 * css within your media queries but classes have been autogenerated
 * for the desktop, tablet and mobile media queries that will allow
 * you to control layout with helper classes prefixed with your desired
 * media query.
 *
 * Using the classes "desktop_grid_23 tablet_grid_23 mobile_grid_23"
 * means you can set the desired amount of columns at each breakpoint
 * within the markup.
 */
.colGroup {
  *zoom: 1;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
}
.colGroup:before,
.colGroup:after {
  content: '';
  display: table;
}
.colGroup:after {
  clear: both;
}
@media all and (min-width:  1421px ) {
  .desktop_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1421px ) {
  .desktop_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .desktop_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tablet_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .tablet_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .mobile_grid_1 {
    margin-bottom: 0;
  }
}
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * Base Styles
 */
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100%;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/*
 * Text Selection Colours
 */
::-moz-selection {
  background: #376e37;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #376e37;
  color: #fff;
  text-shadow: none;
}
/*
 * Horizontal Rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #EDEFE7;
  color: #333;
  margin: 2em 0;
  padding: 0;
  clear: both;
}
p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
/*
 * Form Reset Styles
 */
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.hideme {
  display: none;
}
/*
 * Clearing for general use
 */
.clear {
  clear: both;
}
/*
 * Relative Positioning
 */
.relative {
  position: relative;
}
/*
 * Images
 */
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * Lists
 */
ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
ul:before,
ul:after {
  content: '';
  display: table;
}
ul:after {
  clear: both;
}
ul li {
  list-style-type: none;
}
ol {
  margin: 0 0 0 26px;
  padding: 0 0 20px 0;
  list-style-type: decimal;
}
ol li {
  padding-left: 10px;
}
/*
 * Nav List
 */
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style-type: none;
}
/*
 * Basic List
 */
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * HTML Tag
 */
html {
  font-size: 14px;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.462;
  font-family: 'Bitter', serif;
  color: #000;
  min-width: 320px;
  max-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Form Styles
 */
form {
  *zoom: 1;
}
form:before,
form:after {
  content: '';
  display: table;
}
form:after {
  clear: both;
}
form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form fieldset:last-child {
  margin-bottom: 0;
}
form legend {
  display: none;
}
form .answer {
  display: none;
}
input,
textarea,
select {
  color: #000;
}
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input:not([type='checkbox']),
input:not([type='radio']),
textarea,
select,
.select,
.chosen-container-single .chosen-single {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  border: 1px solid #EDEFE7;
  line-height: normal;
  border-radius: 0;
  background: #fff;
  color: #000;
}
input:not([type='checkbox']):focus,
input:not([type='radio']):focus,
textarea:focus,
select:focus,
.select:focus,
.chosen-container-single .chosen-single:focus {
  border-color: #932330;
}
.vueSelect div.select {
  height: 0px;
}
.vueSelect .chosen-container-multi .chosen-choices {
  min-height: 45px;
}
.vueSelect .chosen-container-multi .chosen-choices li.search-field {
  min-height: 45px;
}
.vueSelect .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  min-height: 45px;
}
textarea {
  min-height: 95px;
  padding-top: 12px;
  padding-bottom: 12px;
}
input[disabled] {
  background: #cccccc;
  border: 1px solid #919d6d;
  cursor: not-allowed;
}
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.select {
  padding: 0;
  position: relative;
  border: 0;
}
.select select {
  background: 0;
  z-index: 10;
  cursor: pointer;
}
/*
 * File upload styling
 */
.fileUpload label {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 0;
  background: #376e37;
  color: #fff;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  padding: 23px 25px;
  letter-spacing: 0;
  line-height: 1;
  transition: background 0.3s ease 0s, color 0.3s;
  margin: 0;
}
@media all and (max-width: 640px) {
  .fileUpload label {
    font-size: 14px;
    font-size: 1rem;
    padding: 15px 20px;
  }
}
.fileUpload label:hover {
  background: #932330;
}
.fileUpload label i {
  padding-left: 5px;
}
.fileUpload label.buttonSmall {
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.fileUpload label.buttonLarge {
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
@media all and (max-width: 640px) {
  .fileUpload label {
    font-size: 14px;
    font-size: 1rem;
    padding: 15px 20px;
  }
}
.fileUpload label:hover {
  background: #932330;
}
.fileUpload label i {
  padding-left: 5px;
}
.fileUpload label.buttonSmall {
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.fileUpload label.buttonLarge {
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
.fileUpload input {
  display: none;
}
.fileUpload .fileName {
  display: block;
  clear: both;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px 0;
}
@media all and (max-width: 640px) {
  .fileUpload .fileName {
    font-size: 12px;
    font-size: 0.8571428571428571rem;
  }
}
.fileUpload .fileName span {
  display: block;
}
/*
 * Checkbox
 */
input[type=checkbox] {
  float: left;
  display: inline;
  margin: 20px;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999px;
  /* Set outline when keyboarding */
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  display: inline-block;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  border: 1px solid #8D9097;
  cursor: pointer;
  content: '';
  background: #fff;
  border-radius: 0;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after {
  position: absolute;
  top: 50%;
  left: 4px;
  font-size: 15px;
  font-size: 1.0714285714285714rem;
  opacity: 0;
  transition: opacity 0.25s;
  transform: translateY(-50%);
  content: '\F00C';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #376e37;
  border-radius: 0;
}
input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}
input[type=checkbox][type=radio],
input[type=radio][type=radio] {
  /*
         * Set outline when keyboarding
         */
}
input[type=checkbox][type=radio] + label:before,
input[type=radio][type=radio] + label:before {
  border-radius: 100%;
  content: '';
}
input[type=checkbox][type=radio] + label:after,
input[type=radio][type=radio] + label:after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #376e37;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.25s;
  content: '';
}
input[type=checkbox][type=radio]:focus + label:before,
input[type=radio][type=radio]:focus + label:before {
  border: 1px solid #376e37;
}
input[type=checkbox][type=radio]:checked + label:after,
input[type=radio][type=radio]:checked + label:after {
  transform: scale(1);
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border: 1px solid #376e37;
}
/*
 * Checkbox Toggle - Similar to the one seen in iOS
 */
input[type=checkbox].checkboxToggle {
  visibility: hidden;
}
input[type=checkbox].checkboxToggle + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 1px #bfc6aa;
  text-indent: -5000px;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  float: none;
  vertical-align: middle;
  background: #EDEFE7;
}
input[type=checkbox].checkboxToggle + label:before {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  border: 0;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 10px;
  transition: background 0.25s ease-in-out 0s, width 0.25s ease-in-out 0s;
}
input[type=checkbox].checkboxToggle + label:after {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  margin: 1px;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: none;
  background: #376e37;
  transition: left 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s;
}
input[type=checkbox].checkboxToggle:checked + label:before {
  width: 100%;
  background: #376e37;
}
input[type=checkbox].checkboxToggle:checked + label:after {
  left: 50%;
  background: #fff;
}
.compatibilityError {
  background: #376e37;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.4285714285714286rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 50000;
}
/*
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Improvements by Sébastien Malot
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 2px 2px 0;
  margin-top: 1px;
  white-space: normal;
  border-radius: 4px;
  direction: ltr;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 233px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
  border-spacing: 2px;
  border-collapse: separate;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day {
  border: 1px solid #dedede;
  width: 30px;
  padding: 0;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker th.switch {
  width: 145px;
  font-weight: bold;
}
.datetimepicker th.today {
  font-weight: bold;
}
.datetimepicker th.dow {
  font-weight: bold;
}
.datetimepicker .glyphicon {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.datetimepicker .icon-arrow-left:before {
  content: "\F053";
}
.datetimepicker .icon-arrow-right:before {
  content: "\F054";
}
.datetimepicker .glyphicon-chevron-up:before {
  content: "\F077";
}
.datetimepicker .glyphicon-chevron-up:before {
  content: "\F077";
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*="datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*="datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 30px;
  border-radius: 4px;
  border: none;
  line-height: 26px;
  padding: 2px 5px;
  border-spacing: 1px;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: rgba(55, 110, 55, 0.6);
  border-color: rgba(55, 110, 55, 0.6);
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: rgba(55, 110, 55, 0.5);
  border-color: rgba(55, 110, 55, 0.5);
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #376e37;
  border-color: #376e37;
  color: #fff;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #376e37;
  border-color: #376e37;
  color: #fff;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
  background: #376e37;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: rgba(55, 110, 55, 0.7);
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.mapTooltip {
  padding: 10px 10px;
  border-radius: 2px;
  border: 1px solid #aaa;
  background: #fff;
}
.mapTooltip h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.mapTooltip p {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 12px;
}
.mapTooltip:after,
.mapTooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
}
.mapTooltip:before {
  bottom: -11px;
  border-color: #aaa transparent transparent transparent;
  z-index: 10;
}
.mapTooltip:after {
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
  z-index: 20;
}
.mapTooltip button {
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  box-shadow: none;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #aaa;
  border: none;
}
/*
 * directions output
 */
.mapOutputPanel > div {
  margin: 0 0 40px;
}
.mapOutputPanel .adp-placemark,
.mapOutputPanel table {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  width: 100%;
  height: auto;
  min-width: 1px;
}
.mapOutputPanel .adp-placemark th,
.mapOutputPanel table th,
.mapOutputPanel .adp-placemark td,
.mapOutputPanel table td {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
.mapOutputPanel .adp-placemark img,
.mapOutputPanel table img {
  margin: 0;
  display: inline;
}
.mapOutputPanel .adp-placemark {
  background: #376e37;
}
.mapOutputPanel .adp-placemark td {
  font-size: 20px;
  line-height: 22px;
  width: 42px;
  padding: 10px;
}
@media all and (max-width: 640px) {
  .mapOutputPanel .adp-placemark td {
    font-size: 16px;
    line-height: 20px;
  }
}
.mapOutputPanel .adp-placemark td.adp-text {
  width: 100%;
}
.mapOutputPanel .adp-summary {
  padding: 10px;
  border-bottom: 1px solid #EDEFE7;
}
.mapOutputPanel .adp-directions td {
  padding: 10px;
  border-bottom: 1px solid #EDEFE7;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url() no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: none;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 56px;
  height: 3px;
  margin: 5px 7px;
  background: #869791;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #831a54;
}
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 200 ms  ;
  animation-duration: 200 ms  ;
  -webkit-animation-fill-mode: both  ;
  animation-fill-mode: both  ;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut  ;
  animation-name: fadeOut  ;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
.ps-container {
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1;
  background: #eee;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 10px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 10px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/*
 * Popup Styles
 */
.popupBoxOuter {
  position: fixed;
  z-index: 9100;
  top: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: rgba(36, 29, 29, 0.75);
  overflow: hidden;
}
.popupBoxOuter .ps-container {
  position: relative;
}
.popupBoxOuter .ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
}
.popupBox {
  position: absolute;
  opacity: 0;
  display: block;
  max-width: 100%;
}
.popupBox .popupContent {
  background: #fff;
  margin-top: 36px;
  max-height: 541px;
  position: relative;
  height: 100%;
  border-radius: 5px;
  padding: 30px 10px 30px 31px;
}
@media all and (max-width: 640px) {
  .popupBox .popupContent {
    padding: 18px 5px 20px 15px;
  }
}
.popupBox iframe {
  border: 0;
}
.popupBox.hasLink .popupImage {
  position: relative;
}
.popupBox .popupImage img {
  max-width: 100%;
  height: auto;
  display: block;
}
.popupBox .popupVideo {
  position: relative;
}
.popupBox .popupVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.popupBox.popupFullscreen .popupAjax {
  height: 100% !important;
  padding: 0;
}
.popupBox.popupFullscreen .popupAjax > div {
  height: 100%;
  overflow: hidden;
}
.popupBox.popupFullscreen .popupAjax iframe {
  width: 100%;
  height: 100%;
}
.popupBox.popupFullscreen .popupContent {
  height: 100% !important;
  margin-top: 0;
  max-height: none;
}
.popupBox .popupAjax {
  overflow-y: auto;
  max-height: 484px;
  padding: 0;
}
.popupBox .popupAjax > .ps-scrollbar-y-rail {
  width: 4px;
}
.popupBox .popupAjax > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 4px;
  background: #c3c3c3;
}
.popupContentLoading:before,
.popupLoading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\F1CE';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 30px;
  font-size: 2.142857142857143rem;
  transform: translate(-50%, -50%);
  -webkit-animation: popup-spinner 2s infinite linear;
          animation: popup-spinner 2s infinite linear;
}
@-webkit-keyframes popup-spinner {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(350deg);
  }
}
@keyframes popup-spinner {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(350deg);
  }
}
.noScroll {
  overflow: hidden;
  position: relative;
}
.popupCloseButton {
  z-index: 9200;
  text-align: right;
  position: absolute;
  top: -3px;
  right: -37px;
}
@media all and (max-width: 800px) {
  .popupCloseButton {
    right: -5px;
  }
}
.popupCloseButton button {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  z-index: 9200;
  outline: 0;
  text-decoration: none;
  background: url('/sites/lov/images/icons/close.png') center center no-repeat transparent;
  background-size: 23px 23px;
}
.popupAjax {
  padding: 20px;
}
.popupAjax > div {
  *zoom: 1;
}
.popupAjax > div:before,
.popupAjax > div:after {
  content: '';
  display: table;
}
.popupAjax > div:after {
  clear: both;
}
.popupBoxTitle {
  position: relative;
  bottom: 0;
  line-height: 30px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  left: 0;
  display: block;
  color: #fff;
}
.popupBoxLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.popupPrev,
.popupNext {
  font-size: 30px;
  font-size: 2.142857142857143rem;
  line-height: 30px;
  position: absolute;
  top: 50%;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  width: 30px;
  background: #fff;
  border-radius: 100%;
}
.popupPrev:focus,
.popupNext:focus {
  border: none;
  outline: none;
}
.popupPrev.arrowInactive,
.popupNext.arrowInactive {
  display: none;
}
.popupPrev {
  left: -35px;
}
@media all and (max-width: 640px) {
  .popupPrev {
    left: 5px;
  }
}
.popupPrev .fa-angle-left {
  margin: 0 4px 0 0;
}
.popupNext {
  right: -35px;
}
@media all and (max-width: 640px) {
  .popupNext {
    right: 5px;
  }
}
.popupNext .fa-angle-right {
  margin: 0 0 0 4px;
}
/*
 * Responsive styles for mobile size tables
 */
@media all and (max-width: 640px) {
  table.responsive {
    margin-bottom: 0;
  }
  table.responsive th,
  table.responsive td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child {
    display: none;
  }
  table.responsive .pinned td {
    display: none;
  }
  .tableWrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #EDEFE7;
    border-left: 0;
  }
  .tableWrapper .scrollable {
    margin-left: 120px;
    overflow: scroll;
    overflow-y: hidden;
  }
  .tableWrapper .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 120px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #EDEFE7;
    border-left: 1px solid #EDEFE7;
  }
  .tableWrapper .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .tableWrapper .pinned table th,
  .tableWrapper .pinned table td {
    white-space: nowrap;
  }
  .tableWrapper .pinned table td:last-child {
    border-bottom: 0;
  }
  .tableWrapper th {
    border-bottom: 1px solid #EDEFE7;
  }
}
/*
 * Slick Styles
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  transform: translate3d(0, 0, 0);
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.tabs {
  float: left;
  width: 100%;
  margin: 20px 0;
  *zoom: 1;
}
.tabs:before,
.tabs:after {
  content: '';
  display: table;
}
.tabs:after {
  clear: both;
}
.tabsNav {
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tabsNav {
    margin: 0 4px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 800px) {
  .tabsNav {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 640px) {
  .tabsNav {
    margin-bottom: 10px;
  }
}
.tabsNav .title {
  margin: 0;
}
.tabsNav li {
  display: inline-block;
  margin: 0 6px 6px;
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tabsNav li {
    margin: 0 4px;
  }
}
@media all and (max-width: 800px) {
  .tabsNav li {
    margin: 0 4px;
  }
}
.tabsNav li.active a {
  cursor: default;
  color: #fff;
  background: #376e37;
}
.tabsNav li:first-child {
  margin-left: 0;
}
.tabsNav li:last-child {
  margin-right: 0;
}
.tabsNav a {
  display: block;
  padding: 8px 13px;
  text-decoration: none;
  font-family: 'Bitter', serif;
  font-size: 14px;
  font-size: 1rem;
  color: #376e37;
  position: relative;
  border: 2px solid #376e37;
  background: #fff;
  transition: color 0.3s, background 0.3s;
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .tabsNav a {
    padding: 8px 9px;
  }
}
@media all and (max-width: 800px) {
  .tabsNav a {
    padding: 8px 9px;
    font-size: 14px;
    font-size: 1rem;
  }
}
@media all and (min-width:  801px ) {
  .tabsNav a:hover {
    cursor: default;
    color: #fff;
    background: #376e37;
  }
}
.tabsContentWrap {
  *zoom: 1;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.tabsContentWrap:before,
.tabsContentWrap:after {
  content: '';
  display: table;
}
.tabsContentWrap:after {
  clear: both;
}
.tabsContentWrap .tabContent {
  float: left;
  width: 100%;
  padding: 20px 0;
}
@media all and (max-width: 640px) {
  .tabsContentWrap .tabContent {
    padding: 15px 0;
  }
}
.baseTabsInitialised .tabsContentWrap .tabContent {
  display: none;
}
.baseTabsInitialised .tabsContentWrap .tabContent .tabTitle {
  display: none;
}
.accordionWrap {
  *zoom: 1;
}
.accordionWrap:before,
.accordionWrap:after {
  content: '';
  display: table;
}
.accordionWrap:after {
  clear: both;
}
.accordionWrap .tabsNav.active a:after {
  transform: rotate(180deg);
}
.accordionWrap .tabsNav a:after {
  content: '\F107';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.7em;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.example {
  color: #f00;
}
.languages {
  display: inline-block;
}
@media all and (max-width: 800px) {
  .languages {
    float: none;
  }
}
.languages li {
  display: inline-block;
  margin: 0 2px;
  text-transform: uppercase;
}
.languages li.active a {
  opacity: 1;
}
.languages li.active a:after {
  opacity: 1;
}
.languages a {
  padding: 4px 0;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s;
  position: relative;
}
@media all and (max-width: 800px) {
  .languages a {
    padding: 4px 11px;
  }
}
.languages a:hover {
  opacity: 1;
}
.languages a:after {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -7px;
  opacity: 0;
}
/**
 * Home page slider
 */
.sliderContainer {
  max-width: 2000px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.sliderContainer:before,
.sliderContainer:after {
  content: '';
  display: table;
}
.sliderContainer:after {
  clear: both;
}
.sliderContainer.boxed {
  max-width: 1420px;
  margin: 0 auto 0;
  float: none;
}
.sliderWrap {
  position: relative;
  max-width: 100%;
  *zoom: 1;
}
.sliderWrap:before,
.sliderWrap:after {
  content: '';
  display: table;
}
.sliderWrap:after {
  clear: both;
}
.sliderWrap .slider {
  *zoom: 1;
  width: 100%;
}
.sliderWrap .slider:before,
.sliderWrap .slider:after {
  content: '';
  display: table;
}
.sliderWrap .slider:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .sliderWrap .slider {
    width: auto;
    margin: 0;
  }
}
.sliderWrap .slider .slide,
.sliderWrap .slider .slick-slide,
.sliderWrap .slider > .slide {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  height: calc(100vh - 128px);
  max-height: 1200px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .sliderWrap .slider .slide,
  .sliderWrap .slider .slick-slide,
  .sliderWrap .slider > .slide {
    min-height: 450px;
  }
}
@media all and (max-width: 800px) {
  .sliderWrap .slider .slide,
  .sliderWrap .slider .slick-slide,
  .sliderWrap .slider > .slide {
    min-height: 400px;
    height: calc(100vh - 67px);
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .slider .slide,
  .sliderWrap .slider .slick-slide,
  .sliderWrap .slider > .slide {
    min-height: 350px;
    height: calc(100vh - 50px);
  }
}
.sliderWrap .slider .slide a,
.sliderWrap .slider .slick-slide a,
.sliderWrap .slider > .slide a {
  display: block;
}
.sliderWrap .slider .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  /*@media @mobile {
                position: relative;
                width: auto;
                top: auto;
                left: auto;
                min-height: initial;
                max-width: 100%;
                margin-left: 0;
            }*/
}
.sliderWrap .slider .js_lazyImage {
  height: 500px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .sliderWrap .slider .js_lazyImage {
    height: 700px;
  }
}
@media all and (max-width: 800px) {
  .sliderWrap .slider .js_lazyImage {
    height: 550px;
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .slider .js_lazyImage {
    padding-top: 85.5%;
    height: auto;
  }
}
.sliderWrap .innerText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  }
}
.sliderWrap .innerText .slideshowPosition {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-top: 90px;
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  *zoom: 1;
}
.sliderWrap .innerText .slideshowPosition:before,
.sliderWrap .innerText .slideshowPosition:after {
  content: '';
  display: table;
}
.sliderWrap .innerText .slideshowPosition:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowPosition {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sliderWrap .innerText .slideshowPosition:before,
.sliderWrap .innerText .slideshowPosition:after {
  content: '';
  display: table;
}
.sliderWrap .innerText .slideshowPosition:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowPosition {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 800px) {
  .sliderWrap .innerText .slideshowPosition {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowPosition {
    padding-bottom: 60px;
  }
}
.sliderWrap .innerText .slideshowText {
  max-width: 900px;
}
.sliderWrap .innerText .slideshowText .slideTitle {
  margin-bottom: 24px;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 72px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .sliderWrap .innerText .slideshowText .slideTitle {
    font-size: 46px;
    font-size: 3.2857142857142856rem;
    line-height: 56px;
  }
}
@media all and (max-width: 800px) {
  .sliderWrap .innerText .slideshowText .slideTitle {
    font-size: 40px;
    font-size: 2.857142857142857rem;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText .slideTitle {
    font-size: 35px;
    font-size: 2.5rem;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
.sliderWrap .innerText .slideshowText .slideTitle b {
  font-weight: 700;
}
.sliderWrap .innerText .slideshowText .slideSubtitle {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .sliderWrap .innerText .slideshowText .slideSubtitle {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
  }
}
@media all and (max-width: 800px) {
  .sliderWrap .innerText .slideshowText .slideSubtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText .slideSubtitle {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
  }
}
.sliderWrap .innerText .buttonWrap {
  display: flex;
  justify-content: flex-start;
}
.sliderWrap .innerText .buttonWrap .button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sliderWrap .slick-arrow {
  margin-top: -20px;
}
.sliderWrap .slick-arrow:before {
  font-size: 62px;
  font-size: 4.428571428571429rem;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .sliderWrap .slick-arrow:before {
    font-size: 52px;
    font-size: 3.7142857142857144rem;
  }
}
@media all and (max-width: 800px) {
  .sliderWrap .slick-arrow:before {
    font-size: 42px;
    font-size: 3rem;
  }
}
.sliderWrap .slick-prev {
  left: 20px;
}
.sliderWrap .slick-next {
  right: 20px;
}
.sliderWrap .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: 4%;
  right: 10%;
  padding: 0;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .sliderWrap .slick-dots {
    right: 5%;
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .slick-dots {
    right: 0;
    left: 0;
    bottom: 1%;
  }
}
/*
 * Buttons
 */
/*
 * Button Groups
 */
.buttonGroup {
  float: left;
  display: inline;
  width: 100%;
  clear: both;
}
.buttonGroup .button {
  float: left;
  display: block;
  margin-right: 2%;
  border-right: 0;
}
.button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 0;
  background: #376e37;
  color: #fff;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  padding: 23px 25px;
  letter-spacing: 0;
  line-height: 1;
  transition: background 0.3s ease 0s, color 0.3s;
}
@media all and (max-width: 640px) {
  .button {
    font-size: 14px;
    font-size: 1rem;
    padding: 15px 20px;
  }
}
.button:hover {
  background: #932330;
}
.button i {
  padding-left: 5px;
}
.button.buttonSmall {
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.button.buttonLarge {
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
.buttonAlt {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 0;
  background: #376e37;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  padding: 23px 25px;
  letter-spacing: 0;
  line-height: 1;
  transition: background 0.3s ease 0s, color 0.3s;
  color: #fff;
}
@media all and (max-width: 640px) {
  .buttonAlt {
    font-size: 14px;
    font-size: 1rem;
    padding: 15px 20px;
  }
}
.buttonAlt:hover {
  background: #932330;
}
.buttonAlt i {
  padding-left: 5px;
}
.buttonAlt.buttonSmall {
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.buttonAlt.buttonLarge {
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
@media all and (max-width: 640px) {
  .buttonAlt {
    font-size: 14px;
    font-size: 1rem;
    padding: 15px 20px;
  }
}
.buttonAlt:hover {
  background: #932330;
}
.buttonAlt i {
  padding-left: 5px;
}
.buttonAlt.buttonSmall {
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.buttonAlt.buttonLarge {
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
.buttonAlt:hover {
  background: #376e37;
  color: #fff;
}
button {
  cursor: pointer;
}
.catalogWrap {
  min-height: 100vh;
}
.pageBannerWrap {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
  min-height: 250px;
  border-radius: 2px;
  overflow: hidden;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .pageBannerWrap {
    min-height: 200px;
  }
}
@media all and (max-width: 640px) {
  .pageBannerWrap {
    min-height: 300px;
  }
}
.pageBannerWrap.cmsBanner {
  background-color: #376e37;
}
.pageBannerWrap.cmsBanner.noImage {
  min-height: 200px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .pageBannerWrap.cmsBanner.noImage {
    min-height: 150px;
  }
}
@media all and (max-width: 640px) {
  .pageBannerWrap.cmsBanner.noImage {
    min-height: 120px;
  }
}
.pageBannerWrap.cmsBanner.noImage .contentWrap {
  background: 0;
}
.pageBannerWrap .contentWrap {
  width: 50%;
  padding: 20px 35px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .pageBannerWrap .contentWrap {
    padding: 20px 15px 10px;
  }
}
@media all and (max-width: 640px) {
  .pageBannerWrap .contentWrap {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 40px 15px 10px;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
    justify-content: flex-end;
  }
}
.pageBannerWrap .imageWrap {
  width: 50%;
  position: relative;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .imageWrap {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.pageBannerWrap .imageWrap .categoryImage {
  position: absolute;
  max-width: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pageBannerWrap .breadcrumbs {
  margin-bottom: 20px;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .breadcrumbs {
    display: none;
  }
}
.pageBannerWrap .breadcrumb {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 0;
}
.pageBannerWrap .breadcrumb a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.noTouchevents .pageBannerWrap .breadcrumb a:hover {
  text-decoration: underline;
}
.pageBannerWrap .breadcrumb span {
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
}
.pageBannerWrap .breadcrumb .divider {
  font-weight: 400;
  display: inline-block;
  padding: 0 5px;
}
.pageBannerWrap .pageTitle {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .pageTitle {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 5px;
  }
}
.pageBannerWrap .pageSubtitle {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .pageSubtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.pageBannerWrap .description {
  overflow: hidden;
  margin-bottom: 15px;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .description {
    margin-bottom: 10px;
  }
}
.pageBannerWrap .description h2,
.pageBannerWrap .description h3,
.pageBannerWrap .description h4,
.pageBannerWrap .description h5,
.pageBannerWrap .description h6 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .description h2,
  .pageBannerWrap .description h3,
  .pageBannerWrap .description h4,
  .pageBannerWrap .description h5,
  .pageBannerWrap .description h6 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.pageBannerWrap .description h2:last-child,
.pageBannerWrap .description h3:last-child,
.pageBannerWrap .description h4:last-child,
.pageBannerWrap .description h5:last-child,
.pageBannerWrap .description h6:last-child {
  margin-bottom: 0;
}
.pageBannerWrap .description p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .description p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.pageBannerWrap .description p:last-child {
  margin-bottom: 0;
}
.pageBannerWrap .description a {
  color: #fff;
  text-decoration: underline;
}
.noTouchevents .pageBannerWrap .description a:hover {
  text-decoration: none;
}
.pageBannerWrap .readMore {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 30px;
  display: none;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  align-self: flex-start;
}
@media all and (max-width: 640px) {
  .pageBannerWrap .readMore {
    font-size: 10px;
  }
}
.noTouchevents .pageBannerWrap .readMore:hover {
  text-decoration: none;
}
.pageBannerWrap .readMore.show {
  display: inline-block;
}
.productFilterForm {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  *zoom: 1;
  padding-top: 10px;
  margin-bottom: 30px;
}
.productFilterForm:before,
.productFilterForm:after {
  content: '';
  display: table;
}
.productFilterForm:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .productFilterForm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.productFilterForm:before,
.productFilterForm:after {
  content: '';
  display: table;
}
.productFilterForm:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .productFilterForm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 640px) {
  .productFilterForm {
    margin-bottom: 20px;
  }
}
.filterOptions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 640px) {
  .filterOptions {
    flex-wrap: wrap;
    z-index: 1;
  }
}
.filterOptions .filterOption {
  height: 60px;
  max-width: 300px;
  width: calc(100% - 390px);
  border: 1px solid #EDEFE7;
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 6px 40px 0 24px;
  position: relative;
}
@media all and (max-width: 640px) {
  .filterOptions .filterOption {
    width: calc(50% - 5px);
    max-width: none;
    padding: 3px 30px 0 14px;
    height: 52px;
  }
}
@media all and (max-width: 400px) {
  .filterOptions .filterOption {
    width: 100%;
    margin: 0 0 10px;
  }
}
.filterOptions .filterOption:before {
  content: '\F0D7';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -8px;
  font-size: 17px;
  color: #444;
}
.filterOptions .filterOption .selectLabel {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  color: #444;
}
.filterOptions .filterOption .text {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 26px 40px 9px 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: auto;
}
.filterOptions .filterOption .text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.filterOptions .filterOption .text:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.filterOptions .filterOption .text::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(0, 0, 0, 0.9);
}
.filterOptions .filterOption .text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
@media all and (max-width: 640px) {
  .filterOptions .filterOption .text {
    padding: 22px 30px 6px 14px;
  }
}
.filterOptions .filterOption .text option {
  color: #376e37;
  font-size: 14px;
}
.filterOptions .filterOption.filterSearch:before {
  content: '\F002';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filterOptions .filterOption.filterSort {
  margin-left: auto;
  width: 220px;
}
@media all and (max-width: 640px) {
  .filterOptions .filterOption.filterSort {
    width: calc(50% - 5px);
  }
}
@media all and (max-width: 400px) {
  .filterOptions .filterOption.filterSort {
    width: 100%;
    margin: 0;
  }
}
.filterOptions .filterOption.filterSort .text {
  cursor: pointer;
}
.filterOptions .filter {
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  .filterOptions .filter {
    width: 100%;
    margin: 0 0 10px;
    height: 40px;
  }
}
@media all and (max-width: 640px) {
  .filterOptions .filter.sticky .button {
    position: fixed;
    top: 50px;
    left: 15px;
    right: 15px;
    width: auto;
    z-index: 20;
  }
}
.filterOptions .filter .button {
  padding: 15px 20px 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  background: #932330;
  width: 100%;
}
@media all and (max-width: 640px) {
  .filterOptions .filter .button {
    padding: 13px 10px 12px;
    font-size: 14px;
  }
}
.filterOptions .filter .button:hover {
  background: #376e37;
}
.filterOptions .filter .button i {
  margin-left: 0;
  padding: 0 10px 0 0;
}
.catalogListWrap {
  position: relative;
  min-height: 100vh;
}
.productListWrap {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  *zoom: 1;
  margin-bottom: 80px;
}
.productListWrap:before,
.productListWrap:after {
  content: '';
  display: table;
}
.productListWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .productListWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.productListWrap:before,
.productListWrap:after {
  content: '';
  display: table;
}
.productListWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .productListWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.productListWrap .loadMore {
  text-align: center;
}
.productListWrap .loadMore .buttonAlt {
  padding: 17px 40px 14px;
  text-transform: uppercase;
}
.catalogLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
@media all and (max-width: 640px) {
  .catalogLoading {
    position: fixed;
  }
}
.catalogLoading .uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.catalogLoading .uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #376e37;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
.filterWrap {
  left: -100%;
  width: 300px;
  border-right: 1px solid #EDEFE7;
}
@media all and (max-width: 640px) {
  .filterWrap {
    width: 80vw;
  }
}
.filterWrap.show {
  left: 0;
}
.categoryList {
  padding: 10px 20px;
}
.subcategoryList {
  display: none;
  padding-left: 20px;
}
.subcategoryList.active {
  display: block;
}
.categoryItem,
.subcategoryItem {
  margin-bottom: 5px;
}
.categoryItem:last-child,
.subcategoryItem:last-child {
  margin-bottom: 0;
}
.categoryLink {
  font-size: 16px;
  color: #376e37;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  line-height: 18px;
  padding: 5px 0;
}
.categoryLink.active {
  color: #932330;
  font-weight: 700;
}
.noTouchevents .categoryLink:hover {
  color: #932330;
}
.subcategoryItem .categoryLink {
  font-size: 14px;
  line-height: 16px;
}
#toTop {
  display: none;
  z-index: 999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #376e37;
  cursor: pointer;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 5px;
}
#toTop i {
  line-height: 34px;
  font-size: 16px;
  color: #fff;
}
.cartPage {
  min-height: 400px;
}
@media all and (max-width: 640px) {
  .cartPage.pageWrapper {
    padding: 15px 10px 0;
  }
}
@media all and (max-width: 640px) {
  .cartPage .error {
    font-size: 12px;
    padding: 9px 10px 9px 30px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 640px) {
  .cartPage .error:after {
    left: 10px;
  }
}
.checkoutBasketWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 33px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper {
  *zoom: 1;
  width: 100%;
  margin-bottom: 27px;
  border: 2px solid #EDEFE7;
  border-radius: 2px;
  background-color: #FFFFFF;
  /*&.checkoutProducts {
            border-radius: 2px;
            background-color: fade(@color7, 70%);
            border-color: fade(@color7, 70%);

            .checkoutSectionHeader {
                padding: 30px 28px 10px;

                @media @mobile {
                    padding: 16px 15px 10px;
                }
            }
        }*/
}
.checkoutBasketWrapper .checkoutSectionWrapper:before,
.checkoutBasketWrapper .checkoutSectionWrapper:after {
  content: '';
  display: table;
}
.checkoutBasketWrapper .checkoutSectionWrapper:after {
  clear: both;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper {
  margin: 0 0 5px;
  padding: 5px 0 10px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #EDEFE7;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper {
    margin: 0 0 8px;
    padding: 0 0 5px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemImageWrapper {
  width: 70px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemImageWrapper {
    width: 50px;
    float: left;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper {
  max-width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 24px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper {
    padding-left: 20px;
  }
}
@media all and (max-width: 400px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper {
    padding-left: 10px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemName {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemName.hasDelete a {
  width: calc(100% - 30px);
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemNameLink {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  padding-left: 0;
  width: 100%;
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemNameLink {
    font-size: 12px;
    line-height: 18px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemLabel {
  color: #8D9097;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemLabel {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice {
  width: 116px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice {
    width: 50px;
  }
}
@media all and (max-width: 400px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice {
    width: 45px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity,
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice,
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
  padding: 0;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity,
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice,
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
    padding: 6px 0 0;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity {
  width: 110px;
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity {
    padding-left: 10px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity .itemQtyInc,
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity .itemQtyDec {
  height: 24px;
  width: 24px;
  background: #fff;
  border: 1px solid #DFE1E5;
  color: #484F61;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.3s;
  font-size: 10px;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity .itemQtyInc:hover,
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity .itemQtyDec:hover {
  border-color: #376e37;
  background: #376e37;
  color: #fff;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemQuantity input {
  border: 0;
  height: 28px;
  width: 46px;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  background: transparent;
  color: #376e37;
  font-size: 16px;
  letter-spacing: 0;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice,
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
  flex-grow: 1;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
  color: #376e37;
  /*.membersDiscount {
                        display: inline-block;
                        .rems(20);
                        margin: 5px 0px;
                        font-weight: 600;
                        position: relative;
                        transition: color .2s ease-in-out;

                        &:hover, &:active {
                            color: @color1;

                            .membersDiscountInfo {
                                z-index: 1;
                                display: block;
                                opacity: 1;
                                visibility: visible;
                            }
                        }

                        .membersDiscountInfo {
                            color: @color1;
                            font-weight: 600;
                            text-align: center;
                            position: absolute;
                            z-index: -5;
                            width: 150px;
                            right: -25px;
                            .rems(14);

                            @media @mobile {
                                .rems(12)
                            }

                            bottom: 25px;
                            display: block;
                            opacity: 0;
                            background: #fff;
                            box-shadow: 0 0 12px 0 #e5e5e5;
                            text-transform: none;
                            padding: 10px;
                            visibility: hidden;
                            transition: all .2s ease-in-out;
                        }
                    }*/
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice,
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
    font-size: 16px;
    line-height: 30px;
  }
}
@media all and (max-width: 400px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice,
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
    font-size: 14px;
    line-height: 32px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice .specialPrice,
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice .specialPrice {
  color: #932330;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemPrice .oldPrice,
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice .oldPrice {
  color: #869791;
  text-decoration: line-through;
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
  font-weight: 700;
  padding-left: 20px;
  text-align: right;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
    padding-left: 10px;
    width: 76px;
  }
}
@media all and (max-width: 400px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemContentWrapper .itemTotalPrice {
    width: 60px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .itemWrapper .itemDelete {
  cursor: pointer;
  background-color: #932330;
  color: #fff;
  transition: background-color 0.3s;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap {
  padding: 0 20px 15px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap {
    padding: 10px 10px 15px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap > .totalWrapItem:first-child {
  border-top: 1px solid #EDEFE7;
  margin-top: 0;
  padding-top: 18px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap > .totalWrapItem:first-child {
    padding-top: 10px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 5px 0;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.emp {
  color: #376e37;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.small .totalWrapItemValue {
  font-weight: 400;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.strong {
  font-weight: 700 !important;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.totalLine {
  margin-top: 17px;
  width: 250px;
  margin-left: auto;
  padding-top: 15px;
  border-top: 1px solid #EDEFE7;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.totalLine {
    margin-top: 10px;
    width: 230px;
    padding-top: 10px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.totalLine .totalWrapItemTitle {
  font-size: 16px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.totalLine .totalWrapItemTitle {
    font-size: 14px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.totalLine .totalWrapItemValue {
  font-size: 24px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem.totalLine .totalWrapItemValue {
    font-size: 21px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem .totalWrapItemTitle {
  color: #484F61;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem .totalWrapItemTitle {
    font-size: 12px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem .totalWrapItemValue {
  min-width: 100px;
  padding-left: 16px;
  font-size: 21px;
  font-weight: bold;
  color: #376e37;
  text-align: right;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutTotalWrap .totalWrapItem .totalWrapItemValue {
    font-size: 18px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionHeader {
  padding: 23px 28px 5px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionHeader {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionHeader .infoIconWrapper {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  font-size: 1.4285714285714286rem;
  padding: 5px;
  color: #376e37;
  width: 100px;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionHeader .itemCount {
  color: #484F61;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent {
  padding: 15px 20px;
  position: relative;
  *zoom: 1;
  /*&.deliveryContent {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                @media @mobile {
                    flex-wrap: wrap;
                }

                .deliveryType {
                    flex-basis: 350px;
                    @media @mobile {
                        order: 2;
                    }
                }

                .deliveryArea {
                    flex-basis: 100%;
                }

                .deliveryInfoArea {
                    padding: 20px 20px;
                    background: #fff;
                    flex-basis: 370px;
                    flex-grow: 1;
                    box-shadow: 0px 1px 20px #e8e8e8;
                    display: none;

                    &.active {
                        display: block;

                    }

                    @media @mobile {
                        width: 100%;
                        margin-bottom: 20px;
                    }

                    .deliveriesInfoWrapper {
                        .deliveryInfo {
                            margin-bottom: 5px;
                            padding-left: 15px;
                            position: relative;
                            .rems(12);

                            &::before {
                                content: " ";
                                width: 8px;
                                height: 8px;
                                border-radius: 100%;
                                background: @color1;
                                position: absolute;
                                left: 0;
                                top: 0;
                                margin-top: 6px;
                            }
                        }
                    }
                }
            }*/
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent:before,
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent:after {
  content: '';
  display: table;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent {
    padding: 10px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryTypes {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  justify-content: space-between;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryTypes .deliveryType {
  flex-basis: 48%;
  text-align: center;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 9px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryTypes .deliveryType {
    flex-basis: 100%;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryTypes input[type=radio]:checked + label {
  border-color: #376e37;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryTypes input[type=radio] + label {
  position: relative;
  padding: 10px 9px 10px 39px;
  border: 2px solid #8D9097;
  border-radius: 2px;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryTypes input[type=radio] + label:before {
  left: 9px;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryTypes input[type=radio] + label:after {
  left: 14px;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryInfo {
  display: none;
  padding-top: 20px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryInfo {
    padding-top: 15px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryInfo.show {
  display: block;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryInfoText {
  font-size: 12px;
  line-height: 18px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .deliveryInfoText {
    font-size: 10px;
    line-height: 16px;
  }
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent textarea {
  min-height: 111px;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .selectLabel {
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 5px;
  text-transform: uppercase;
  color: #376e37;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .select {
  height: 54px;
  border-color: #869791;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent .select select {
  border: none;
  height: 54px;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent.checkoutSectionDelivery .row.checkboxRow {
  float: none;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent.checkoutSectionDelivery .buttonWrap {
  text-align: center;
}
.checkoutBasketWrapper .checkoutSectionWrapper .checkoutSectionContent.checkoutSectionDelivery .buttonWrap .button {
  margin-bottom: 20px;
  /*@media @mobile {
                            margin-bottom: 20px;
                        }*/
}
.checkoutBasketWrapper .checkoutContentItem {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
}
.checkoutBasketWrapper .checkoutContentItem .checkoutContentItemTitle {
  font-weight: 700;
  text-transform: uppercase;
}
.checkoutBasketWrapper .checkoutContentItem .checkoutContentItemValue {
  max-width: 50%;
}
.checkoutBasketWrapper .checkoutItemsList,
.checkoutBasketWrapper .checkoutDetailsList {
  width: 48.8%;
}
@media all and (max-width: 1170px) {
  .checkoutBasketWrapper .checkoutItemsList,
  .checkoutBasketWrapper .checkoutDetailsList {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.checkoutBasketWrapper .checkoutItemsList .checkoutDetailsList {
  width: 100%;
}
.checkoutBasketWrapper .checkoutDetailsList input[type=radio]:disabled + label {
  opacity: 0.7;
  cursor: not-allowed;
}
.checkoutBasketWrapper .checkoutDetailsList .clientType {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 17px;
}
.checkoutBasketWrapper .checkoutDetailsList .clientType .radioRow {
  margin-right: 38px;
  margin-bottom: 10px;
}
.checkoutBasketWrapper .checkoutDetailsList .checkoutType .radioRow,
.checkoutBasketWrapper .checkoutDetailsList .deliveryType .radioRow {
  margin-bottom: 10px;
}
.checkoutBasketWrapper .checkoutDetailsList .checkoutType .radioRow .deliverySmall,
.checkoutBasketWrapper .checkoutDetailsList .deliveryType .radioRow .deliverySmall {
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
.checkoutBasketWrapper .checkoutDetailsList .checkoutTypeCash span.paymentMethodInfo {
  display: inline-block;
}
.checkoutBasketWrapper .checkoutDetailsList .rowsWrap {
  *zoom: 1;
}
.checkoutBasketWrapper .checkoutDetailsList .rowsWrap:before,
.checkoutBasketWrapper .checkoutDetailsList .rowsWrap:after {
  content: '';
  display: table;
}
.checkoutBasketWrapper .checkoutDetailsList .rowsWrap:after {
  clear: both;
}
.checkoutBasketWrapper .checkoutDetailsList .checkboxRow {
  padding-top: 26px;
  margin-bottom: 36px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutDetailsList .checkboxRow {
    padding-top: 15px;
    margin-bottom: 26px;
  }
}
.checkoutBasketWrapper .checkoutDetailsList .checkboxRow label {
  color: #484F61;
  font-size: 13px;
  line-height: 20px;
  padding-left: 28px;
}
@media all and (max-width: 640px) {
  .checkoutBasketWrapper .checkoutDetailsList .checkboxRow label {
    line-height: 18px;
    padding-left: 35px;
  }
}
.checkoutBasketWrapper .checkoutDetailsList .checkboxRow label a {
  color: #484F61;
  text-decoration: underline;
}
.checkoutBasketWrapper input[type=radio][type=radio] + label {
  color: #484F61;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
}
.checkoutBasketWrapper input[type=radio][type=radio] + label:after {
  background: #376e37;
}
/*
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/assets/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-single div b:after {
  content: '\F0D7';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.3s;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
  *zoom: 1;
  background: #fff;
}
.chosen-container-single .chosen-search:before,
.chosen-container-single .chosen-search:after {
  content: '';
  display: table;
}
.chosen-container-single .chosen-search:after {
  clear: both;
}
.chosen-container-single .chosen-search:after {
  content: '\F002';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: transparent;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  position: relative;
  z-index: 2;
  float: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  float: left;
  width: 100%;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result.result-selected {
  font-weight: 700;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #376e37;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #fff;
  display: list-item;
  background: #932330;
}
.chosen-container .chosen-results li.no-results span {
  font-weight: 700;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/assets/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
/*.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}*/
/*
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}
*/
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  transform: rotate(180deg);
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('/assets/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
/* @end */
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .contactPage .leftSidebar .middleContent {
    width: 100%;
    max-width: 602px;
  }
}
@media all and (max-width: 800px) {
  .contactPage .leftSidebar .middleContent {
    width: 100%;
    max-width: none;
    float: none;
  }
}
.contactWrap .mapWrap .mapLink {
  width: 100%;
  padding: 10px;
  background: #376e37;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.contactWrap .mapWrap .map {
  width: 100%;
  height: 401px;
  background: #fff;
}
.contactFormWrap {
  margin-bottom: 51px;
}
@media all and (max-width: 640px) {
  .contactFormWrap {
    margin-bottom: 35px;
  }
}
.contactFormWrap .fow {
  margin-bottom: 29px;
}
.contactFormWrap .fow.halfRow {
  margin-bottom: 19px;
}
.locationsWrap {
  margin: 0;
  padding-top: 3px;
}
.locationsWrap .tabsContentWrap {
  min-height: 204px;
}
.locationsWrap .leftInfo {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding-top: 2px;
}
.locationsWrap .leftInfo + .rightInfo {
  width: 48%;
}
.locationsWrap .leftInfo li {
  display: block;
  margin-bottom: 12px;
}
.locationsWrap .leftInfo .fa {
  color: #376e37;
  font-size: 28px;
  font-size: 2rem;
  vertical-align: middle;
  width: 24px;
  text-align: center;
  margin-right: 17px;
  height: 34px;
  line-height: 34px;
}
.locationsWrap .leftInfo .fa.fa-mobile {
  font-size: 34px;
  font-size: 2.4285714285714284rem;
}
.locationsWrap .leftInfo .fa.fa-envelope-o {
  font-size: 25px;
  font-size: 1.7857142857142858rem;
}
.locationsWrap .rightInfo {
  float: left;
  width: 100%;
}
.locationsWrap .boldText {
  font-weight: 700;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 1px;
}
.locationsWrap .boldText a {
  color: #000;
  transition: color 0.3s;
  display: inline-block;
}
@media all and (min-width:  801px ) {
  .locationsWrap .boldText a:hover {
    color: #376e37;
  }
}
.locationsWrap .requisites p {
  line-height: 27px;
  margin-bottom: 0;
}
/* Title mixins */
/* Content */
.contentPageWrap {
  padding-top: 86px;
  max-width: 2000px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .contentPageWrap {
    padding-top: 60px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap {
    padding-top: 40px;
  }
}
.contentPageWrap > .wrapper {
  margin-bottom: 30px;
}
.contentPageWrap .contentBlockWrap {
  margin-bottom: 66px;
}
@media all and (max-width: 800px) {
  .contentPageWrap .contentBlockWrap {
    margin-bottom: 30px;
  }
}
.contentPageWrap .contentTitleWrap .contentTitle {
  max-width: 380px;
}
.contentPageWrap .contentTitleWrap .contentText {
  max-width: 588px;
  padding-right: 90px;
  padding-left: 20px;
}
@media all and (min-width:  641px ) and (max-width: 1420px), all and (max-width: 640px) {
  .contentPageWrap .contentTitleWrap .contentText {
    padding-right: 0;
  }
}
@media all and (max-width: 800px) {
  .contentPageWrap .contentTitleWrap .contentText {
    margin: 0 auto;
    padding-left: 0;
  }
}
.contentPageWrap .contentTitleWrap .contentText p {
  color: #484F61;
  font-size: 21px;
  line-height: 32px;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentTitleWrap .contentText p {
    font-size: 16px;
    line-height: 24px;
  }
}
.contentPageWrap .contentBanner {
  max-width: 2000px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentBanner {
    position: relative;
    height: 300px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentBanner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contentPageWrap .buttonWrap {
  text-align: center;
}
.pageWrapper {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  *zoom: 1;
  clear: both;
  padding-bottom: 0;
  padding-top: 58px;
  margin-bottom: 30px;
}
.pageWrapper:before,
.pageWrapper:after {
  content: '';
  display: table;
}
.pageWrapper:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .pageWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pageWrapper:before,
.pageWrapper:after {
  content: '';
  display: table;
}
.pageWrapper:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .pageWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pageWrapper:before,
.pageWrapper:after {
  content: '';
  display: table;
}
.pageWrapper:after {
  clear: both;
}
@media all and (max-width: 800px) {
  .pageWrapper {
    padding-top: 30px;
  }
}
@media all and (max-width: 640px) {
  .pageWrapper {
    padding-top: 25px;
  }
}
.pageWrapper iframe {
  border: 0;
}
.pageContent {
  color: #000;
  margin-bottom: 31px;
}
.pageContent img[style="float: left;"] {
  margin: 5px 25px 25px 0;
}
.pageContent img[style="float: right;"] {
  margin: 5px 0 25px 25px;
}
.pageContent img {
  height: auto !important;
  border-radius: 2px;
  margin-bottom: 20px;
}
@media all and (max-width: 640px) {
  .pageContent img {
    margin: 0 auto;
    display: block;
  }
}
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent h6 {
  clear: both;
}
.pageContent p,
.pageContent li {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  color: #000;
}
@media all and (max-width: 640px) {
  .pageContent p,
  .pageContent li {
    font-size: 14px;
    line-height: 22px;
  }
}
.pageContent p {
  margin-bottom: 27px;
}
@media all and (max-width: 640px) {
  .pageContent p {
    float: none !important;
    margin: 0 0 15px !important;
  }
}
.pageContent p:last-child {
  margin-bottom: 0;
}
.pageContent a {
  text-decoration: underline;
  color: #000;
  transition: color 0.3s;
}
.pageContent a:hover {
  color: #376e37;
  text-decoration: none;
}
.pageContent a.button {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.pageContent ol {
  margin: 0;
  padding: 0 0 0 25px;
}
.pageContent ul,
.pageContent ol {
  margin-bottom: 27px;
}
@media all and (max-width: 640px) {
  .pageContent ul,
  .pageContent ol {
    margin-bottom: 15px;
  }
}
.pageContent ul ul,
.pageContent ol ul,
.pageContent ul ol,
.pageContent ol ol {
  margin-bottom: 0;
}
.pageContent ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
}
@media all and (max-width: 640px) {
  .pageContent ul li {
    padding-left: 15px;
    margin-bottom: 5px;
  }
}
.pageContent ul li:before {
  content: '\F111';
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 0;
  font-size: 6px;
}
@media all and (max-width: 640px) {
  .pageContent ul li:before {
    top: 10px;
  }
}
.pageContent .tableWrap {
  padding: 49px 0 42px;
  position: relative;
}
.pageContent .tableWrap.showArrow:after {
  display: inline-block;
}
@media all and (max-width: 640px) {
  .pageContent .tableWrap {
    padding: 20px 0 15px;
  }
}
.pageContent .tableWrap .tableInnerWrap {
  overflow-x: auto;
}
.pageContent .tableWrap table {
  margin: 0;
}
.pageContent .tableWrap:after {
  content: '\F101';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.4285714285714286rem;
  color: #376e37;
  position: absolute;
  top: 50%;
  display: none;
  right: -15px;
}
.pageContent table {
  margin: 49px 0 42px;
  width: 100%;
}
@media all and (max-width: 640px) {
  .pageContent table {
    margin: 20px 0 15px;
  }
}
.pageContent table thead td,
.pageContent table thead th {
  background: #932330;
  color: #fff;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 21px;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .pageContent table thead td,
  .pageContent table thead th {
    padding: 12px 15px;
  }
}
.pageContent table td,
.pageContent table th {
  border: 1px solid #EDEFE7;
  padding: 12px 17px 10px;
  background: #fff;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  font-weight: 300;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .pageContent table td,
  .pageContent table th {
    font-size: 14px;
    font-size: 1rem;
    padding: 10px 12px 8px;
  }
}
.pageContent table p {
  margin: 0;
}
.bulletList {
  padding-top: 10px;
}
.bulletList li {
  display: inline-block;
  width: 100%;
  color: #a2a2a2;
  margin-bottom: 9px;
}
.bulletList li a {
  display: inline-block;
  padding-left: 30px;
  color: #a2a2a2;
  font-size: 15px;
  font-size: 1.0714285714285714rem;
  line-height: 20px;
  position: relative;
}
@media all and (min-width:  801px ) {
  .bulletList li a:hover:before {
    border-color: #376e37;
  }
}
.bulletList li a:before {
  content: '';
  border-radius: 100%;
  border: 2px solid #a2a2a2;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -4px;
}
.publicationsWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.publicationsWrap .title {
  color: #376e37;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 36px;
}
@media all and (max-width: 640px) {
  .publicationsWrap .title {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-size: 25px;
  }
}
.publicationsList {
  *zoom: 1;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}
.publicationsList:before,
.publicationsList:after {
  content: '';
  display: table;
}
.publicationsList:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .publicationsList {
    *zoom: 1;
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
  }
  .publicationsList:before,
  .publicationsList:after {
    content: '';
    display: table;
  }
  .publicationsList:after {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .publicationsList {
    *zoom: 1;
    width: calc(100% + 14px);
    margin-right: -7px;
    margin-left: -7px;
  }
  .publicationsList:before,
  .publicationsList:after {
    content: '';
    display: table;
  }
  .publicationsList:after {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .publicationsList {
    *zoom: 1;
    width: calc(100% + 10px);
    margin-right: -5px;
    margin-left: -5px;
  }
  .publicationsList:before,
  .publicationsList:after {
    content: '';
    display: table;
  }
  .publicationsList:after {
    clear: both;
  }
}
.publicationsList .publication {
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.noBottomMargin .publicationsList .publication {
  margin-bottom: 0;
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .publicationsList .publication {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .publicationsList .publication {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .publicationsList .publication {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 14px;
  }
  .noBottomMargin .publicationsList .publication {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .publicationsList .publication {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .noBottomMargin .publicationsList .publication {
    margin-bottom: 0;
  }
}
.publicationsList .publication.large {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.noBottomMargin .publicationsList .publication.large {
  margin-bottom: 0;
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  .publicationsList .publication.large {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .noBottomMargin .publicationsList .publication.large {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .publicationsList .publication.large {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 14px;
  }
  .noBottomMargin .publicationsList .publication.large {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .publicationsList .publication.large {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .noBottomMargin .publicationsList .publication.large {
    margin-bottom: 0;
  }
}
.publicationsList .itemImageWrap {
  position: relative;
  display: block;
}
.noTouchevents .publicationsList .itemImageWrap:hover:after {
  opacity: 0;
}
.publicationsList .itemImageWrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  opacity: 1;
  transition: opacity 0.6s;
}
.publicationsList .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.publicationsList .bottomWrap {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
}
@media all and (max-width: 800px) {
  .publicationsList .bottomWrap {
    padding: 10px;
  }
}
.publicationsList .itemName {
  color: #fff;
  letter-spacing: 2.5px;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .publicationsList .itemName {
    letter-spacing: 2px;
    font-size: 26px;
  }
}
@media all and (max-width: 800px) {
  .publicationsList .itemName {
    letter-spacing: 1.5px;
    font-size: 20px;
  }
}
@media all and (max-width: 640px) {
  .publicationsList .itemName {
    letter-spacing: 1px;
    font-size: 16px;
  }
}
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v40/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWA.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v40/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v40/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL8.ttf) format('truetype');
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bitter/v40/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL8.ttf) format('truetype');
}
/*
 * Selects
 */
.select {
  color: #000;
  border: solid 1px #376e37;
}
.select:before {
  content: '\F107';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  font-size: 20px;
  font-size: 1.4285714285714286rem;
  z-index: 1;
}
.select select {
  padding-right: 25px;
  border: solid 1px #376e37;
  border-radius: 0;
  font-size: 14px;
  font-size: 1rem;
}
@media all and (max-width: 640px) {
  .select select {
    font-size: 16px;
    font-size: 1.1428571428571428rem;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
input:not([type='checkbox']),
input:not([type='radio']),
textarea,
select,
.chosen-container-single .chosen-single {
  padding: 0 18px;
  border: 1px solid #8D9097;
  height: 56px;
  border-radius: 2px;
}
input:not([type='checkbox'])::-webkit-input-placeholder,
input:not([type='radio'])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.chosen-container-single .chosen-single::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
input:not([type='checkbox']):-moz-placeholder,
input:not([type='radio']):-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.chosen-container-single .chosen-single:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
input:not([type='checkbox'])::-moz-placeholder,
input:not([type='radio'])::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.chosen-container-single .chosen-single::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}
input:not([type='checkbox']):-ms-input-placeholder,
input:not([type='radio']):-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.chosen-container-single .chosen-single:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
@media all and (max-width: 640px) {
  input:not([type='checkbox']),
  input:not([type='radio']),
  textarea,
  select,
  .chosen-container-single .chosen-single {
    font-size: 16px;
  }
}
.chosen-container-single .chosen-single span {
  height: 54px;
  line-height: 54px;
}
.chosen-container-single .chosen-single div b {
  line-height: 54px;
}
.chosen-container-single .chosen-search input[type="text"] {
  padding: 10px 25px 10px 10px;
  border: 1px solid #8D9097;
  font-size: 16px;
}
input[disabled] {
  background: #cccccc;
  border: #cccccc;
  color: #b3b3b3;
  cursor: not-allowed;
}
input[disabled]:hover {
  background: #cccccc;
  border: #cccccc;
  color: #b3b3b3;
  cursor: not-allowed;
}
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
button[disabled]:hover {
  opacity: 0.5;
  cursor: not-allowed;
}
textarea {
  padding-top: 18px;
  padding-bottom: 12px;
}
/*
 * Row
 */
.row {
  float: left;
  width: 100%;
  margin: 0 0 19px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.row label {
  padding: 13px 0;
  line-height: normal;
  color: #000;
}
.row small {
  display: none;
}
.row .inputWrap {
  float: left;
  width: 100%;
}
.row.checkboxRow {
  padding: 13px 0;
}
.row.checkboxRow label {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}
/*
 * Row half
 */
.rowHalf {
  width: 50%;
  float: left;
  padding: 0 8px 0 0;
}
.rowHalf:nth-child(2n) {
  padding: 0 0 0 8px;
}
@media all and (max-width: 640px) {
  .rowHalf {
    width: 100%;
    padding: 0;
  }
  .rowHalf:nth-child(2n) {
    padding: 0;
  }
}
/*
 * Form inline styles
 */
.formInline {
  /* .validationMessage {
        width: 70%;
        float: right;
        padding-left: 20px;

        @media @mobile {
            padding-left: 0;
            width: 100%;
            float: none;
        }
    } */
}
.formInline .row .buttonInline {
  clear: none;
}
.formInline .row label {
  width: 35%;
  padding: 8px 0;
}
.formInline .row .inputWrap {
  padding: 0 0 0 20px;
  width: 65%;
}
.formInline input[type=radio] + label + div,
.formInline input[type=checkbox] + label + div {
  float: none;
  width: 100%;
  padding-left: 30px;
}
@media all and (max-width: 640px) {
  .formInline .row label {
    clear: both;
    width: 100%;
  }
  .formInline .row .inputWrap {
    padding: 0;
    width: 100%;
  }
}
/*
 * Button inline styles
 */
.buttonInline {
  float: left;
  width: 100%;
}
.buttonInline .inputWrap {
  width: 70%;
}
.buttonInline button,
.buttonInline .button {
  padding: 9px 10px;
  width: 30%;
  line-height: normal;
}
@media all and (max-width: 640px) {
  .buttonInline {
    padding: 0;
    width: 100%;
  }
  .buttonInline .inputWrap {
    margin: 0 0 2%;
    padding: 0;
    width: 100%;
  }
  .buttonInline button,
  .buttonInline .button {
    width: 100%;
  }
}
/*
 * Error Messages
 */
.inputWrap:before {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 200ms, opacity 200ms ease 0s;
}
.inputWrap.inputError {
  position: relative;
}
.inputWrap.inputError:before {
  content: '\F071';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 22px;
  right: 10px;
  z-index: 2;
  cursor: default;
  opacity: 1;
  visibility: visible;
  color: #932330;
}
.inputWrap.inputError input:not([type='checkbox'])::-webkit-input-placeholder,
.inputWrap.inputError input:not([type='radio'])::-webkit-input-placeholder,
.inputWrap.inputError textarea::-webkit-input-placeholder,
.inputWrap.inputError select::-webkit-input-placeholder {
  color: #932330;
  opacity: 1;
}
.inputWrap.inputError input:not([type='checkbox']):-moz-placeholder,
.inputWrap.inputError input:not([type='radio']):-moz-placeholder,
.inputWrap.inputError textarea:-moz-placeholder,
.inputWrap.inputError select:-moz-placeholder {
  /* Firefox 18- */
  color: #932330;
  opacity: 1;
}
.inputWrap.inputError input:not([type='checkbox'])::-moz-placeholder,
.inputWrap.inputError input:not([type='radio'])::-moz-placeholder,
.inputWrap.inputError textarea::-moz-placeholder,
.inputWrap.inputError select::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #932330;
}
.inputWrap.inputError input:not([type='checkbox']):-ms-input-placeholder,
.inputWrap.inputError input:not([type='radio']):-ms-input-placeholder,
.inputWrap.inputError textarea:-ms-input-placeholder,
.inputWrap.inputError select:-ms-input-placeholder {
  color: #932330;
  opacity: 1;
}
.inputWrap.inputError input:not([type='checkbox']),
.inputWrap.inputError input:not([type='radio']),
.inputWrap.inputError textarea,
.inputWrap.inputError select,
.inputWrap.inputError .chosen-container-single .chosen-single {
  padding-right: 32px;
  border-color: #932330;
}
.inputWrap.inputError .chosen-container-single .chosen-single.chosen-default {
  color: #932330;
}
.inputWrap.inputError .errorMessage {
  opacity: 1;
  visibility: visible;
}
.inputWrap .errorMessage {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 200ms, opacity 200ms ease 0s;
}
.inputWrap .errorMessage span {
  margin: 0 0 15px 0;
  padding: 9px 13px 9px 40px;
  clear: both;
  text-align: left;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  border: 0;
  position: relative;
  background: #932330;
  color: #fff;
  float: left;
  width: 100%;
  margin: 5px 0 0;
  line-height: 1em;
  z-index: 4;
  padding-left: 0;
  color: #932330;
  background: 0;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
@media all and (max-width: 640px) {
  .inputWrap .errorMessage span {
    font-size: 14px;
  }
}
.inputWrap .errorMessage span a {
  text-decoration: underline;
}
.inputWrap .errorMessage span:after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.inputWrap .errorMessage span a {
  color: #fff;
}
.inputWrap .errorMessage span:after {
  content: '\F06A';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inputWrap .errorMessage span:after {
  content: '';
}
.successMessage .success {
  padding-left: 35px;
}
/*
 * Base Menu
 */
/*
 * Set up defaults
 */
.mobileAdditions {
  display: none;
  text-align: center;
  min-height: 50px;
}
@media all and (max-width: 800px) {
  .mobileAdditions {
    display: block;
  }
}
.menuWrap {
  padding-top: 10px;
}
/*
 * Main Menu
 */
.mainMenu {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width:  801px ) {
  .mainMenu li > ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 400;
    background: #fff;
  }
  .mainMenu li ul li {
    float: left;
    display: block;
    width: 100%;
    white-space: nowrap;
  }
  .mainMenu li:hover ul {
    display: block;
  }
  .mainMenu li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
}
@media all and (min-width:  801px ) {
  .mainMenu li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .loaded .mainMenu li ul {
    transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
  }
}
@media all and (min-width:  801px ) {
  .mainMenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -transition-delay: 0s;
    transition-delay: 0s;
  }
}
@media all and (max-width: 800px) {
  .mainMenu {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
  }
}
.mainMenu:before,
.mainMenu:after {
  display: none;
}
.mainMenu > li {
  position: relative;
  /*
         * Sub Navigation
         */
}
@media all and (max-width: 800px) {
  .mainMenu > li {
    width: 100%;
    margin: 0;
    float: none;
  }
}
.mainMenu > li.hasChildren > a {
  position: relative;
  z-index: 2;
}
.mainMenu > li.hasChildren > a:after {
  content: '\F107';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.3s;
  margin-left: 10px;
}
@media all and (max-width: 800px) {
  .mainMenu > li.hasChildren.open > a:after {
    transform: rotate(-90deg);
  }
}
.mainMenu > li.active > a {
  color: #376e37;
}
@media all and (min-width:  801px ) {
  .mainMenu > li.active > a:before {
    opacity: 1;
  }
}
.noTouchevents .mainMenu > li:hover > a {
  color: #932330;
}
.mainMenu > li > a {
  padding: 12px 0 10px;
  color: #000;
  display: block;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 19px;
}
@media all and (min-width:  801px ) and (max-width:  1023px ) {
  .mainMenu > li > a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 800px) {
  .mainMenu > li > a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media all and (max-width: 640px) {
  .mainMenu > li > a {
    font-size: 14px;
  }
}
@media all and (min-width:  801px ) {
  .mainMenu > li > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s;
    background: #376e37;
    height: 4px;
    opacity: 0;
  }
}
@media all and (min-width:  801px ) {
  .mainMenu > li ul {
    border: 0;
    border-radius: 2px;
    background: #fff;
    top: calc(100% + 1px);
    padding: 10px 0 0;
    left: -20px;
    box-shadow: 0 5px 8px 0 #777;
    z-index: 1;
    width: 200px;
  }
  .mainMenu > li ul.twoColumns {
    width: 400px;
    -moz-column-count: 2;
         column-count: 2;
  }
  .mainMenu > li ul.twoColumns li {
    float: none;
    display: inline-block;
  }
  .mainMenu > li ul li {
    width: 100%;
    margin: 0 0 8px;
    white-space: normal;
  }
  .mainMenu > li ul li.active a {
    font-weight: 700;
  }
  .mainMenu > li ul li a {
    color: #376e37;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: block;
  }
  .noTouchevents .mainMenu > li ul li a:hover {
    color: #932330;
  }
}
@media all and (min-width:  801px ) and (max-width:  1023px ) {
  .mainMenu > li ul {
    width: 222px;
  }
  .mainMenu > li ul.twoColumns {
    width: 270px;
  }
  .mainMenu > li ul li a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (max-width: 800px) {
  .mainMenu > li ul {
    display: none;
  }
  .mainMenu > li ul li:last-child {
    border-bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .mainMenu .phoneItem {
    display: none;
  }
}
.mainMenu .phoneItem i {
  margin-right: 10px;
}
.pageOuterWrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.pageInnerWrapper {
  width: 100%;
}
.menuInitialised .pageInnerWrapper {
  transition: transform 0.3s ease-in-out;
}
@media all and (max-width: 800px) {
  .menuInitialised #header {
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  }
}
@media all and (max-width: 800px) {
  .fixedMenu #header {
    position: fixed;
    width: 100%;
    min-width: 320px;
    top: 0;
    border-bottom: 1px solid #376e37;
  }
}
@media all and (max-width: 800px) {
  .fixedMenu .footerWrapper {
    transition: transform 0.3s ease-in-out;
  }
}
.menuInitialised .footerWrapper {
  transition: transform 0.3s ease-in-out;
}
/*
 * Breakpoint for mobile menu to appear, can be set to whatever site needs
*/
.menuButton {
  cursor: pointer;
  padding: 14px 10px;
  position: absolute;
  top: 0;
  display: none;
  text-decoration: none;
  color: #000;
  font-size: 30px;
  width: 60px;
  text-align: center;
}
.menuButton i {
  margin: 0 10px;
}
@media all and (max-width: 800px) {
  .menuButton {
    display: block;
    right: 0;
  }
}
@media all and (max-width: 640px) {
  .menuButton {
    padding: 10px 0;
    font-size: 20px;
    width: 50px;
  }
}
@media all and (max-width: 800px) {
  .fixedMenu.menuActive {
    overflow-y: hidden;
  }
  .menuWrap {
    position: fixed;
    top: 0;
    width: 80%;
    background: #376e37;
    z-index: 20;
    overflow: auto;
    display: none;
    padding-top: 71px;
  }
  .menuInitialised .menuWrap {
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .menuWrap .menuButton {
    z-index: 50;
    background: #376e37;
    color: #fff;
  }
  .menuRight .menuButton {
    right: 0;
  }
  .menuRight.menuMove .menuButton {
    right: 0;
  }
  .menuRight .menuWrap {
    left: 100%;
    bottom: 0;
  }
  .menuRight .menuWrap .menuButton {
    right: 0;
  }
  .menuRight #header {
    right: 0;
  }
  .menuRight.menuActive .menuWrap {
    transform: translateX(-100%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .menuRight.menuActive.menuMove .pageInnerWrapper,
  .menuRight.menuActive.menuMove .footerWrapper {
    transform: translateX(-80%);
  }
  .menuRight.menuActive.menuMove #header {
    right: 80%;
  }
  .menuLeft .menuButton {
    left: 0;
  }
  .menuLeft .menuButton ~ .logo {
    margin-left: 50px;
  }
  .menuLeft.menuMove .menuButton {
    left: 0;
  }
  .menuLeft .menuWrap {
    right: 100%;
    bottom: 0;
  }
  .menuLeft .menuWrap .menuButton {
    left: 0;
  }
  .menuLeft #header {
    left: 0;
  }
  .menuLeft.menuActive .menuWrap {
    transform: translateX(100%);
  }
  .menuLeft.menuActive.menuMove .pageInnerWrapper,
  .menuLeft.menuActive.menuMove .footerWrapper {
    transform: translateX(80%);
  }
  .menuLeft.menuActive.menuMove #header {
    left: 80%;
  }
  .menuTop .menuButton {
    right: 0;
  }
  .menuTop .menuWrap {
    width: 100%;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    bottom: 0;
  }
  .menuTop .menuWrap .menuButton {
    right: 0;
  }
  .menuTop.menuActive .menuWrap {
    transform: translateY(0);
  }
  .menuSlideSub .menuWrap {
    overflow-x: hidden;
  }
  .menuSlideSub .mainMenu li {
    position: initial;
    width: 100%;
  }
  .menuSlideSub .mainMenu li.hasChildren > a:after {
    content: '\F105';
    display: inline-block;
    font-family: 'FontAwesome';
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 20px;
  }
  .menuSlideSub .mainMenu li.hasChildren.open > a:after {
    transform: rotate(0);
  }
  .menuSlideSub .mainMenu li a {
    color: #fff;
    padding: 10px 15px 10px 30px;
    letter-spacing: 0.5px;
  }
  .menuSlideSub .mainMenu li a.clone {
    font-weight: 700;
    padding-left: 15px;
  }
  .menuSlideSub .mainMenu li ul {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    background: #376e37;
    width: 100%;
    z-index: 3;
  }
  .menuSlideSub .mainMenu li ul li a {
    padding: 5px 15px;
    display: inline-block;
  }
  .menuSlideSub .submenuCloseWrap {
    *zoom: 1;
  }
  .menuSlideSub .submenuCloseWrap:before,
  .menuSlideSub .submenuCloseWrap:after {
    content: '';
    display: table;
  }
  .menuSlideSub .submenuCloseWrap:after {
    clear: both;
  }
  .menuSlideSub .submenuClose {
    font-size: 24px;
    padding: 18px 0 17px;
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    width: calc(100% -  60px );
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .menuSlideSub .submenuClose:before {
    position: absolute;
    top: 22px;
  }
  .menuSlideSub.menuRight .submenuClose {
    float: left;
    padding-left: 30px;
  }
  .menuSlideSub.menuRight .submenuClose:before {
    content: '\F104';
    display: inline-block;
    font-family: 'FontAwesome';
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 20px;
  }
  .menuSlideSub.menuLeft .submenuClose {
    float: right;
    padding-right: 30px;
  }
  .menuSlideSub.menuLeft .submenuClose:before {
    content: '\F105';
    display: inline-block;
    font-family: 'FontAwesome';
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 20px;
  }
  .menuInitialised:not(.menuSlideSub) .mainMenu li ul li a {
    padding-left: 40px;
  }
  .menuInitialised:not(.menuSlideSub) .mainMenu li ul li ul li a {
    padding-left: 60px;
  }
  .menuInitialised:not(.menuSlideSub) .mainMenu li ul li ul li ul li a {
    padding-left: 80px;
  }
}
@media all and (max-width: 640px) {
  .menuWrap {
    padding-top: 49px;
  }
  .menuSlideSub .submenuClose {
    font-size: 16px;
    padding: 13px 0 14px;
    width: calc(100% - 50px);
  }
  .menuSlideSub .submenuClose:before {
    top: 13px;
    font-size: 24px;
  }
}
.miniCartContainer {
  position: relative;
  float: right;
  min-width: 144px;
}
@media all and (max-width: 800px) {
  .miniCartContainer {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 0;
  }
}
@media all and (min-width:  801px ) {
  .miniCartWrap:hover .miniCart,
  .miniCartWrap.active .miniCart {
    color: #932330;
  }
}
.miniCartWrap .noItems {
  text-align: center;
  font-size: 14px;
  font-size: 1rem;
}
.miniCart {
  color: #000;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  padding: 9px 0 13px;
  cursor: pointer;
}
@media all and (max-width: 800px) {
  .miniCart {
    padding: 21px 20px 24px;
  }
}
@media all and (max-width: 640px) {
  .miniCart {
    padding: 11px 15px 14px;
  }
}
.miniCart i {
  vertical-align: middle;
  font-size: 24px;
}
@media all and (max-width: 640px) {
  .miniCart i {
    font-size: 20px;
  }
}
.miniCart .miniCartQty,
.miniCart .miniCartText {
  display: inline-block;
  vertical-align: middle;
}
.miniCart .miniCartText {
  margin: 0 2px;
}
@media all and (max-width: 800px) {
  .miniCart .miniCartText {
    display: none;
  }
}
.miniCart .miniCartQty {
  background: #932330;
  color: #fff;
  min-width: 24px;
  height: 24px;
  line-height: 26px;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  padding: 0 4px;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
@media all and (max-width: 800px) {
  .miniCart .miniCartQty {
    position: absolute;
    top: 14px;
    right: 6px;
  }
}
@media all and (max-width: 640px) {
  .miniCart .miniCartQty {
    top: 8px;
    right: 4px;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
  }
}
.miniCartProducts {
  width: 400px;
  right: -100%;
  border-left: 1px solid #EDEFE7;
}
.miniCartProducts.show {
  right: 0;
}
.miniCartProducts .button {
  font-size: 20px;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media all and (max-width: 640px) {
  .miniCartProducts .button {
    font-size: 18px;
  }
}
.miniCartContent {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  padding: 10px 15px 0;
}
.miniCartContent .imageToggle {
  display: block;
  text-align: left;
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.noTouchevents .miniCartContent .imageToggle:hover {
  color: #932330;
}
.miniCartContent .imageToggle .title {
  display: inline-block;
  margin-right: 3px;
}
.miniCartFooter {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  border-top: 1px solid #EDEFE7;
  background: #fff;
  z-index: 1;
  flex-wrap: wrap;
}
.miniCartFooter .error {
  width: 100%;
}
.miniCartFooter .totalWrap {
  flex-basis: 50%;
}
@media all and (max-width: 640px) {
  .miniCartFooter .totalWrap {
    flex-basis: 60%;
  }
}
.miniCartFooter .totalWrap .totalTitle,
.miniCartFooter .totalWrap .totalPrice {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.miniCartFooter .totalWrap .totalTitle {
  font-weight: 500;
  color: #444;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}
.miniCartFooter .totalWrap .totalPrice {
  font-weight: 700;
  color: #376e37;
  font-size: 20px;
  line-height: 20px;
}
.miniCartFooter .buyBtnWrap {
  flex-basis: 50%;
  align-self: flex-end;
}
@media all and (max-width: 640px) {
  .miniCartFooter .buyBtnWrap {
    flex-basis: 40%;
  }
}
.miniCartItems .miniCartItem {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: flex;
  border-bottom: 1px solid #EDEFE7;
}
.miniCartItems .miniCartItem:last-child {
  border-bottom: 0;
}
.miniCartItems .miniCartItem .itemImageWrap {
  width: 40px;
  height: 40px;
  border: 1px solid #EDEFE7;
  display: block;
  flex-shrink: 0;
}
.miniCartItems .miniCartItem .itemImageWrap img.itemImage {
  max-width: 100%;
  height: auto;
}
.miniCartItems .miniCartItem .itemDescription {
  display: block;
  position: relative;
  padding: 0 10px;
  flex-grow: 1;
}
.miniCartItems .miniCartItem .name {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px;
}
.miniCartItems .miniCartItem .name a {
  color: #000;
  transition: color 0.3s;
}
.noTouchevents .miniCartItems .miniCartItem .name a:hover {
  color: #376e37;
}
.miniCartItems .miniCartItem .info {
  display: flex;
  justify-content: space-between;
}
.miniCartItems .miniCartItem .label,
.miniCartItems .miniCartItem .value {
  font-size: 12px;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
}
.miniCartItems .miniCartItem .label {
  color: #444;
  margin-right: 3px;
}
@media all and (max-width: 400px) {
  .miniCartItems .miniCartItem .label {
    display: none;
  }
}
.miniCartItems .miniCartItem .value {
  color: #000;
}
.miniCartItems .miniCartItem .price .value,
.miniCartItems .miniCartItem .total .value {
  min-width: 36px;
  text-align: right;
}
.miniCartItems .miniCartItem .total .value {
  font-weight: 700;
  min-width: 50px;
}
.miniCartItems .miniCartItem .itemDelete {
  cursor: pointer;
  color: #444;
  font-size: 16px;
  transition: color 0.3s;
  align-self: center;
  padding-left: 10px;
}
.noTouchevents .miniCartItems .miniCartItem .itemDelete:hover {
  color: #932330;
}
/* ------------------------------ */
/* Navigation Style */
/* ------------------------------ */
/* ------------------------------ */
/* Edge to edge navigation */
/* ------------------------------ */
/* ------------------------------ */
/* Fade Dropdown Hover */
/* ------------------------------ */
/* ------------------------------ */
/* Slide Dropdown Hover */
/* ------------------------------ */
/* ------------------------------ */
/* Center Dropdown Hover */
/* ------------------------------ */
/*
 * Notification Styles
 */
.success {
  margin: 0 0 15px 0;
  padding: 9px 13px 9px 40px;
  clear: both;
  text-align: left;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  border: 0;
  position: relative;
  background: #376e37;
  color: #fff;
}
@media all and (max-width: 640px) {
  .success {
    font-size: 14px;
  }
}
.success a {
  text-decoration: underline;
}
.success:after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.success a {
  color: #fff;
}
.success:after {
  content: '\F058';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.error {
  margin: 0 0 15px 0;
  padding: 9px 13px 9px 40px;
  clear: both;
  text-align: left;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  border: 0;
  position: relative;
  background: #932330;
  color: #fff;
}
@media all and (max-width: 640px) {
  .error {
    font-size: 14px;
  }
}
.error a {
  text-decoration: underline;
}
.error:after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.error a {
  color: #fff;
}
.error:after {
  content: '\F06A';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert {
  margin: 0 0 15px 0;
  padding: 9px 13px 9px 40px;
  clear: both;
  text-align: left;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  border: 0;
  position: relative;
  background: #f1bf00;
  color: #fff;
}
@media all and (max-width: 640px) {
  .alert {
    font-size: 14px;
  }
}
.alert a {
  text-decoration: underline;
}
.alert:after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.alert a {
  color: #fff;
}
.alert:after {
  content: '\F05A';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messageFull {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #DFF0D8;
  color: #468847;
  border: 1px solid #D6E9C6;
  padding: 15px;
  border-radius: 2px;
  margin: 0 0 15px 0;
  z-index: 9000;
}
.errorMessageFull {
  background: #F2DEDE;
  color: #B94A48;
  border: 1px solid #EED3D7;
}
input.inputError,
input textarea,
.inputError {
  border-color: #B94A48;
}
.productPage .contentBlockWrap .buttonWrap {
  text-align: center;
}
.itemWrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 800px) {
  .itemWrap {
    padding: 0 15px;
  }
}
@media all and (max-width: 640px) {
  .itemWrap {
    flex-direction: column;
  }
}
.itemWrap .itemLeftWrap {
  width: calc(100% - 406px);
  padding-top: 12px;
  margin-bottom: 20px;
}
@media all and (max-width: 800px) {
  .itemWrap .itemLeftWrap {
    width: calc(100% - 320px);
  }
}
@media all and (max-width: 640px) {
  .itemWrap .itemLeftWrap {
    width: 100%;
    float: none;
    margin-bottom: 0;
    padding-top: 15px;
  }
}
.itemWrap .itemRightWrap {
  max-width: 364px;
  width: 100%;
  padding-top: 26px;
}
@media all and (max-width: 800px) {
  .itemWrap .itemRightWrap {
    max-width: 300px;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .itemRightWrap {
    margin: 0 auto 20px;
    padding-top: 15px;
  }
}
.itemWrap .itemImageWrap {
  position: relative;
  max-width: 450px;
}
@media all and (max-width: 640px) {
  .itemWrap .itemImageWrap {
    margin: 0 auto;
  }
}
.itemWrap .itemTitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media all and (max-width: 800px) {
  .itemWrap .itemTitle {
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 24px;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .itemTitle {
    text-align: center;
  }
}
.itemWrap .addToCartWrap .button {
  margin-bottom: 10px;
}
.itemWrap .addToCartWrap .success {
  display: none;
}
.itemWrap .addToCartWrap .success.show {
  display: block;
}
.addToCartWrap {
  text-align: left;
}
.addToCartWrap .addToCartOptions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.addToCartWrap .itemQuantityWrap,
.addToCartWrap .itemPriceWrap {
  width: calc(50% - 8px);
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemQuantityWrap,
  .addToCartWrap .itemPriceWrap {
    width: calc(50% - 5px);
  }
}
.addToCartWrap .itemQuantityWrap .label,
.addToCartWrap .itemPriceWrap .label {
  color: #444;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemQuantityWrap .label,
  .addToCartWrap .itemPriceWrap .label {
    font-size: 12px;
    line-height: 22px;
  }
}
.addToCartWrap .itemQuantity,
.addToCartWrap .itemPrice {
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #EDEFE7;
  width: 100%;
  height: 50px;
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemQuantity,
  .addToCartWrap .itemPrice {
    height: 40px;
  }
}
.addToCartWrap .itemQuantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}
.addToCartWrap .itemQtyDec,
.addToCartWrap .itemQtyInc {
  height: 48px;
  cursor: pointer;
  width: 30px;
  line-height: 50px;
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemQtyDec,
  .addToCartWrap .itemQtyInc {
    height: 38px;
    width: 38px;
    line-height: 40px;
  }
}
.addToCartWrap .itemQtyDec:hover:not(.disabled) i,
.addToCartWrap .itemQtyInc:hover:not(.disabled) i {
  background: #376e37;
  border-color: #376e37;
  color: #fff;
}
.addToCartWrap .itemQtyDec.disabled,
.addToCartWrap .itemQtyInc.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.addToCartWrap .itemQtyDec i,
.addToCartWrap .itemQtyInc i {
  line-height: 24px;
  height: 24px;
  width: 24px;
  border: 1px solid #DFE1E5;
  color: #000;
  font-size: 12px;
  background: #fff;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.addToCartWrap .itemQtyDec {
  padding-left: 6px;
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemQtyDec {
    padding-left: 10px;
  }
}
.addToCartWrap .itemQtyInc {
  padding-right: 6px;
  text-align: right;
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemQtyInc {
    padding-right: 10px;
  }
}
.addToCartWrap .itemQty {
  border: 0;
  outline: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  width: 40px;
  height: 48px;
  font-weight: 700;
  padding: 0;
  display: inline-block;
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemQty {
    height: 38px;
  }
}
.addToCartWrap .itemPrice {
  color: #376e37;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  padding: 0;
}
@media all and (max-width: 640px) {
  .addToCartWrap .itemPrice {
    font-size: 16px;
    line-height: 40px;
  }
}
.addToCartWrap .seedCount {
  display: inline-block;
  vertical-align: middle;
  color: #376e37;
  margin-left: 4px;
}
.addToCartWrap .seedCount i {
  padding: 7px 5px;
  cursor: pointer;
}
.addToCartWrap .seedCount i:hover + .toolTip {
  opacity: 1;
  visibility: visible;
}
.addToCartWrap .seedCount .toolTip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s;
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 5px;
  color: #000;
}
.addToCartWrap .button {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  padding: 13px 5px;
}
.addToCartWrap .button:hover {
  background: #932330;
}
.addToCartWrap .success {
  font-size: 14px;
}
/* Items List */
.itemsList {
  *zoom: 1;
  width: calc(100% + 20px);
  margin-right: -10px;
  margin-left: -10px;
}
.itemsList:before,
.itemsList:after {
  content: '';
  display: table;
}
.itemsList:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .itemsList {
    *zoom: 1;
    width: calc(100% + 16px);
    margin-right: -8px;
    margin-left: -8px;
  }
  .itemsList:before,
  .itemsList:after {
    content: '';
    display: table;
  }
  .itemsList:after {
    clear: both;
  }
}
@media all and (max-width: 800px) {
  .itemsList {
    *zoom: 1;
    width: calc(100% + 10px);
    margin-right: -5px;
    margin-left: -5px;
  }
  .itemsList:before,
  .itemsList:after {
    content: '';
    display: table;
  }
  .itemsList:after {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .itemsList {
    *zoom: 1;
    width: calc(100% + 0px);
    margin-right: 0px;
    margin-left: 0px;
  }
  .itemsList:before,
  .itemsList:after {
    content: '';
    display: table;
  }
  .itemsList:after {
    clear: both;
  }
}
.itemSmall {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.noBottomMargin .itemSmall {
  margin-bottom: 0;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .itemSmall {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
  }
  .noBottomMargin .itemSmall {
    margin-bottom: 0;
  }
}
@media all and (max-width: 800px) {
  .itemSmall {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .noBottomMargin .itemSmall {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .itemSmall {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    float: none;
    max-width: 370px;
    margin: 0 auto 15px;
  }
  .noBottomMargin .itemSmall {
    margin-bottom: 0;
  }
}
.itemSmall:nth-child(4n + 1) {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .itemSmall:nth-child(4n + 1) {
    clear: none;
  }
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .itemSmall:nth-child(3n + 1) {
    clear: both;
  }
}
@media all and (max-width: 800px) {
  .itemSmall:nth-child(3n + 1) {
    clear: none;
  }
}
@media all and (max-width: 800px) {
  .itemSmall:nth-child(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .itemSmall:nth-child(2n + 1) {
    clear: none;
  }
}
.itemSmall .itemImageWrap {
  display: inline-block;
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  border: 1px solid #EDEFE7;
  border-radius: 2px 2px 0 0;
}
.itemSmall .itemImageWrap.vertical {
  padding-top: 132%;
}
.itemSmall .itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.itemSmall .itemMainInfo,
.itemSmall .itemsInfoWrap {
  border: 1px solid #EDEFE7;
  border-top: 0;
  padding: 16px 15px 15px;
}
@media all and (max-width: 800px) {
  .itemSmall .itemMainInfo,
  .itemSmall .itemsInfoWrap {
    padding: 10px;
  }
}
@media all and (max-width: 640px) {
  .itemSmall .itemMainInfo {
    padding: 11px 10px 10px;
  }
}
.itemSmall .itemName {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .itemSmall .itemName {
    font-size: 17px;
    line-height: 24px;
  }
}
@media all and (max-width: 800px) {
  .itemSmall .itemName {
    font-size: 16px;
    line-height: 22px;
  }
}
.itemSmall .itemName a {
  color: #000;
  display: inline-block;
  width: 100%;
  transition: color 0.3s;
}
.noTouchevents .itemSmall .itemName a:hover {
  color: #376e37;
}
.itemSmall .itemsInfoWrap {
  padding-top: 6px;
  border-radius: 0 0 5px 5px;
  min-height: 159px;
}
@media all and (max-width: 640px) {
  .itemSmall .itemsInfoWrap {
    min-height: 135px;
  }
}
.itemSmall .itemsInfoWrap.notAvailable {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 640px) {
  .itemSmall .itemsInfoWrap.notAvailable {
    min-height: 50px;
  }
}
.itemSmall .itemsInfoWrap .notAvailableText {
  text-transform: uppercase;
  display: inline-block;
  color: #932330;
  font-size: 14px;
  line-height: 14px;
  padding-top: 2px;
  font-weight: 500;
  letter-spacing: 1px;
}
.itemSmall .itemBottom {
  position: relative;
}
.itemSmall .itemBottom .success {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 5px;
  right: 5px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
.itemSmall .itemBottom .success.show {
  opacity: 1;
  visibility: visible;
}
.labelItem {
  position: absolute;
  top: 0;
  background: #932330;
  display: inline-block;
  padding: 6px 12px 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
}
.labelLow {
  left: 5px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.labelNew {
  right: 5px;
  background: #376e37;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
.labelMD {
  display: inline-block;
  margin-left: 7px;
  width: 22px;
  height: 15px;
  line-height: 1;
  vertical-align: middle;
}
.labelMD img {
  vertical-align: top;
  display: inline-block;
  line-height: 1;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
  line-height: 40px;
  cursor: pointer;
  z-index: 200;
  background: 0;
  color: #fff;
  margin: -40px 0 0;
  padding: 0 0 0 0.1em;
  transition: color 0.3s;
}
.slick-arrow:focus {
  border: none;
  outline: none;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:before {
  font-size: 40px;
  font-size: 2.857142857142857rem;
}
.slick-prev {
  padding: 0 0.1em 0 0;
  left: 30px;
}
.slick-prev:before {
  content: '\F104';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}
.slick-next {
  right: 30px;
}
.slick-next:before {
  content: '\F105';
  display: inline-block;
  font-family: 'FontAwesome';
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}
/**
 * Slick Dots Default Styles
 */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0 0 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots button {
  width: 60px;
  height: 40px;
  margin: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
}
.noTouchevents .slick-dots button:hover:after {
  background-color: rgba(55, 110, 55, 0.8);
}
.slick-dots button:after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: rgba(227, 231, 213, 0.4);
}
.slick-dots li.slick-active button:after {
  background-color: #376e37;
}
.page404 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 320px;
}
.page404 .page404OuterWrap {
  display: table;
  width: 100%;
  height: 100%;
}
.page404 .page404InnerWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 15px;
}
.page404 .textWrap {
  width: 50%;
  display: inline-block;
  max-width: 360px;
  vertical-align: top;
}
@media all and (max-width: 640px) {
  .page404 .textWrap {
    width: 100%;
    max-width: none;
    padding: 0 10px;
  }
}
.page404 .logo {
  float: none;
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 0 40px 0 0;
  vertical-align: middle;
  max-width: 300px;
  height: auto;
}
@media all and (max-width: 640px) {
  .page404 .logo {
    margin-bottom: 35px;
    width: 100%;
    padding: 0;
    max-width: 200px;
  }
}
.page404 .innerText {
  width: 50%;
  display: inline-block;
  max-width: 360px;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .page404 .innerText {
    width: 100%;
  }
}
.page404 h1 {
  font-size: 24px;
  font-size: 1.7142857142857142rem;
  margin-bottom: 10px;
}
@media all and (max-width: 640px) {
  .page404 h1 {
    margin-bottom: 0;
  }
}
.page404 .pageContent p {
  line-height: 26px;
  margin-bottom: 0;
  font-size: 14px;
}
@media all and (max-width: 640px) {
  .page404 .pageContent p {
    line-height: 24px;
  }
}
/*
 * Typography
 */
body {
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  background: #fff;
  color: #000;
  position: relative;
}
.seoData {
  position: absolute;
  left: -999999999px;
}
.wrapper {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: '';
  display: table;
}
.wrapper:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pageOuterWrapper {
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 800px) {
  .pageOuterWrapper {
    padding-top: 67px;
  }
}
@media all and (max-width: 640px) {
  .pageOuterWrapper {
    padding-top: 50px;
  }
}
.pageInnerWrapper {
  clear: both;
}
a {
  color: #932330;
}
p {
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  color: #000;
  font-weight: bold;
  line-height: 120%;
}
@media all and (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
}
h1 {
  font-size: 40px;
  font-size: 2.857142857142857rem;
  line-height: 37px;
}
h2 {
  font-size: 24px;
  line-height: 27px;
}
@media all and (max-width: 640px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h3 {
  font-size: 22px;
  line-height: 24px;
}
@media all and (max-width: 640px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
h4 {
  font-size: 20px;
  line-height: 22px;
}
@media all and (max-width: 640px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
h5 {
  font-size: 18px;
  line-height: 20px;
}
@media all and (max-width: 640px) {
  h5 {
    font-size: 15px;
    line-height: 18px;
  }
}
h6 {
  font-size: 16px;
  line-height: 18px;
}
@media all and (max-width: 640px) {
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
}
/* Fade Overlay */
.fadeOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1002;
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.fadeOverlay.show {
  opacity: 1;
  visibility: visible;
}
/* Flyout Block */
.flyoutBlock {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1004;
  background: #fff;
  transition: right 0.3s;
  padding-top: 52px;
  overflow: hidden;
  overflow-y: auto;
}
@media all and (max-width: 640px) {
  .flyoutBlock {
    max-width: 300px;
  }
}
.flyoutBlock .flyoutTitleWrap {
  border-bottom: 1px solid #EDEFE7;
  padding: 15px 50px 12px 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.flyoutBlock .flyoutTitle {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  display: inline-block;
  letter-spacing: 1px;
  color: #000;
  font-weight: 700;
}
.flyoutBlock .toggleFlyout {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  transition: color 0.3s;
  color: #000;
}
.noTouchevents .flyoutBlock .toggleFlyout:hover {
  color: #932330;
}
/* Logo */
.logo {
  display: inline-block;
  width: 250px;
  height: auto;
  float: left;
  padding-top: 20px;
}
@media all and (max-width: 800px) {
  .logo {
    padding: 16px 0;
    float: none;
    display: block;
    margin: 0 auto;
    width: 300px;
  }
}
@media all and (max-width: 640px) {
  .logo {
    width: 200px;
    padding: 13px 0;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
/* Header */
#header {
  background: #fff;
  width: 100%;
  z-index: 1000;
  min-width: 320px;
  padding-bottom: 15px;
}
@media all and (max-width: 800px) {
  #header {
    height: 67px;
    padding-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  #header {
    height: 50px;
  }
}
@media all and (max-width: 800px) {
  #header {
    position: fixed;
    top: 0;
  }
  #header.sticky {
    background: #fff;
  }
}
#header .wrapper {
  max-width: 1400px;
}
.mainMenuWrapper {
  clear: both;
  width: 100%;
}
.mainMenuWrapper .languages {
  width: 100%;
  padding: 18px 15px;
  text-align: left;
}
@media all and (max-width: 640px) {
  .mainMenuWrapper .languages {
    padding: 8px 15px;
  }
}
.mainMenuWrapper .social-icons {
  padding: 10px;
}
.mainMenuWrapper .social-icons a {
  padding: 9px 12px;
  margin: 0 4px;
  color: #fff;
  font-size: 18px;
}
.headerRight {
  float: right;
  padding-top: 15px;
}
.headerRightContent {
  clear: both;
  *zoom: 1;
}
.headerRightContent:before,
.headerRightContent:after {
  content: '';
  display: table;
}
.headerRightContent:after {
  clear: both;
}
.headerInfo {
  float: right;
  padding-top: 8px;
  height: 42px;
}
@media all and (max-width: 800px) {
  .headerInfo {
    display: none;
  }
}
/* Footer */
.footerWrapper {
  position: relative;
  width: 100%;
  padding: 0;
  background: #EDEFE7;
}
.footerWrapper svg {
  position: relative;
  z-index: 2;
}
.stickyFooter .footerWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer {
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
  padding-top: 50px;
  padding-bottom: 20px;
  color: #376e37;
  position: relative;
}
#footer:before,
#footer:after {
  content: '';
  display: table;
}
#footer:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer:before,
#footer:after {
  content: '';
  display: table;
}
#footer:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width: 1024px), all and (max-width: 640px) {
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width:  641px ) and (max-width: 1420px) {
  #footer {
    padding-top: 50px;
  }
}
@media all and (max-width: 640px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
#footer .footerColumns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media all and (max-width: 640px) {
  #footer .footerColumns {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#footer .column {
  width: 230px;
}
@media all and (max-width: 640px) {
  #footer .column {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
#footer .column1 {
  width: calc((100% - 230px) / 3);
}
@media all and (max-width: 800px) {
  #footer .column1 {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 640px) {
  #footer .column1 {
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  #footer .columnLarge {
    display: none;
  }
}
#footer .columnTitle {
  color: #376e37;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 25px;
  display: block;
}
@media all and (max-width: 800px) {
  #footer .columnTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  #footer .columnTitle {
    margin-bottom: 10px;
  }
}
#footer .columnTitle:last-child {
  margin-bottom: 0;
}
#footer .footerLink {
  margin-bottom: 15px;
}
@media all and (max-width: 640px) {
  #footer .footerLink {
    margin-bottom: 8px;
  }
}
#footer .footerLink a {
  color: #376e37;
  transition: color 0.3s;
  letter-spacing: 0.5px;
}
.noTouchevents #footer .footerLink a:hover {
  color: #932330;
}
#footer .contactItem {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  color: #376e37;
  transition: color 0.3s;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media all and (max-width: 800px) {
  #footer .contactItem {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  #footer .contactItem {
    display: block;
    line-height: 20px;
    padding-left: 0;
  }
}
#footer .contactItem i {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 25px;
  width: 20px;
  text-align: center;
}
@media all and (max-width: 640px) {
  #footer .contactItem i {
    line-height: 19px;
    position: relative;
    top: auto;
    left: auto;
    width: 25px;
  }
}
.noTouchevents #footer a.contactItem:hover {
  color: #932330;
}
#footer .social-icons a {
  display: inline-block;
  line-height: 80px;
  height: 80px;
  width: 80px;
  background-color: #FFFFFF;
  color: #376e37;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
}
@media all and (max-width: 800px) {
  #footer .social-icons a {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}
.noTouchevents #footer .social-icons a:hover {
  background-color: #376e37;
  color: #932330;
}
#footer .footerPaymentIcons {
  text-align: center;
  margin-bottom: 10px;
}
#footer .paymentIcons {
  max-width: 430px;
  width: 100%;
  display: inline-block;
}
#footer .footerInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 640px) {
  #footer .footerInfo {
    justify-content: center;
  }
}
#footer .footerInfo .languages {
  margin-left: auto;
}
@media all and (max-width: 640px) {
  #footer .footerLinks {
    width: 100%;
    text-align: center;
  }
}
#footer .footerLinks li {
  display: inline-block;
  margin-right: 35px;
}
@media all and (max-width: 640px) {
  #footer .footerLinks li {
    margin: 0 5px;
  }
}
#footer .footerLinks li:last-child {
  margin-right: 0;
}
@media all and (max-width: 640px) {
  #footer .footerLinks li:last-child {
    margin: 0 5px;
  }
}
#footer .footerLinks a {
  color: #484F61;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  display: inline-block;
}
@media all and (max-width: 640px) {
  #footer .footerLinks a {
    font-size: 12px;
  }
}
.noTouchevents #footer .footerLinks a:hover {
  color: #932330;
}
@media all and (max-width: 640px) {
  #footer .languages {
    display: none;
  }
}
#footer .languages a {
  color: #376e37;
}
#footer .languages a:after {
  background: #376e37;
}
#footer .credits {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
@media all and (max-width: 640px) {
  #footer .credits {
    padding-top: 10px;
    flex-direction: column;
    justify-content: center;
  }
}
#footer .credits .copy {
  color: #444;
  font-size: 10px;
  font-weight: 300;
}
@media all and (max-width: 640px) {
  #footer .credits .copy {
    margin-bottom: 15px;
  }
}
#footer .credits .it4real_credits {
  display: inline-block;
}
#footer .credits .it4real_credits a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 8px;
  font-size: 0.5714285714285714rem;
  display: inline-block;
  height: 43px;
  text-align: center;
}
#footer .credits .it4real_credits .it4real {
  margin: auto;
  display: block;
  width: 48px;
  height: 22px;
}
#footer .credits .it4real_credits .kannele {
  width: 60px;
  height: 17px;
}
#footer .credits .it4real_credits span {
  display: block;
  padding: 5px 0;
}
/* Sitemap */
.sitemapTree {
  padding-top: 10px;
}
.sitemapTree li {
  display: inline-block;
  width: 100%;
  color: #a2a2a2;
  margin-bottom: 9px;
}
.sitemapTree li a {
  display: inline-block;
  padding-left: 30px;
  color: #a2a2a2;
  font-size: 15px;
  font-size: 1.0714285714285714rem;
  line-height: 20px;
  position: relative;
}
@media all and (min-width:  801px ) {
  .sitemapTree li a:hover:before {
    border-color: #376e37;
  }
}
.sitemapTree li a:before {
  content: '';
  border-radius: 100%;
  border: 2px solid #a2a2a2;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -4px;
}
.sitemapTree li {
  display: inline-block;
  width: 100%;
  color: #a2a2a2;
  margin-bottom: 9px;
}
.sitemapTree li a {
  display: inline-block;
  padding-left: 30px;
  color: #a2a2a2;
  font-size: 15px;
  font-size: 1.0714285714285714rem;
  line-height: 20px;
  position: relative;
}
@media all and (min-width:  801px ) {
  .sitemapTree li a:hover:before {
    border-color: #376e37;
  }
}
.sitemapTree li a:before {
  content: '';
  border-radius: 100%;
  border: 2px solid #a2a2a2;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -4px;
}
.sitemapTree li {
  margin-bottom: 0;
}
.sitemapTree li a {
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
}
.sitemapTree ul {
  padding-left: 20px;
}
/* Homepage */
.homepageContent {
  padding-top: 94px;
  padding-bottom: 33px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .homepageContent {
    padding-top: 70px;
  }
}
@media all and (max-width: 800px) {
  .homepageContent {
    padding-top: 40px;
  }
}
@media all and (max-width: 800px) {
  .homepageContent {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.contentBlockWrap {
  margin-bottom: 70px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .contentBlockWrap {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 800px) {
  .contentBlockWrap {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px) {
  .contentBlockWrap {
    margin-bottom: 15px;
  }
}
.contentTitleWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .contentTitleWrap {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 800px) {
  .contentTitleWrap {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 640px) {
  .contentTitleWrap {
    margin-bottom: 30px;
  }
}
.contentTitleWrap .contentTitle {
  max-width: 340px;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 0;
  font-weight: 400;
}
@media all and (max-width: 800px) {
  .contentTitleWrap .contentTitle {
    max-width: none;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 640px) {
  .contentTitleWrap .contentTitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.contentTitleWrap .contentText {
  margin-left: auto;
  max-width: 590px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .contentTitleWrap .contentText {
    max-width: calc(100% - 360px);
  }
}
@media all and (max-width: 800px) {
  .contentTitleWrap .contentText {
    max-width: none;
  }
}
.contentTitleWrap .contentText p {
  color: #376e37;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 34px;
}
@media all and (min-width:  641px ) and (max-width: 1024px) {
  .contentTitleWrap .contentText p {
    margin-bottom: 26px;
  }
}
@media all and (max-width: 640px) {
  .contentTitleWrap .contentText p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.contentTitleWrap .contentText .button {
  min-width: 225px;
}
/* Cookie */
.cookiePolicy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 3px 20px 1px;
  font-size: 15px;
  line-height: 20px;
  display: none;
  text-align: center;
}
@media all and (max-width: 640px) {
  .cookiePolicy {
    padding: 10px 10px 3px;
    font-size: 12px;
    text-align: center;
  }
}
.cookiePolicy a {
  color: #fff;
  text-decoration: underline;
  margin-left: 50px;
  font-weight: 500;
}
@media all and (max-width: 800px) {
  .cookiePolicy a {
    margin-left: 10px;
  }
}
.noTouchevents .cookiePolicy a:hover {
  text-decoration: none;
}
.cookiePolicy p {
  margin-bottom: 0;
  display: inline-block;
  padding-top: 10px;
}
@media all and (max-width: 640px) {
  .cookiePolicy p {
    margin-bottom: 10px;
    display: block;
    padding-top: 0;
  }
}
.cookiePolicy .closeButton {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 12px 10px 10px;
  height: auto;
  margin: 10px;
  width: 120px;
}
@media all and (max-width: 640px) {
  .cookiePolicy .closeButton {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    font-size: 14px;
    margin: 0 10px 10px;
    width: 100px;
  }
}
.cookiePolicy .closeButton:hover {
  color: #fff;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-webkit-keyframes uil-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
