/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}
.footer-heading {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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;
}

/**
 * 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 */
  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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"], /* 1 */
[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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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 macOS.
 */

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

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/.block-group,.block,.block-group:after,.block:after,.block-group:before,.block:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.block-group{*zoom:1}
.block-group:before,.block-group:after{display:table;content:"";line-height:0}
.block-group:after{clear:both}
.block-group{list-style-type:none;padding:0;margin:0}
.block-group>.block-group{clear:none;float:left;margin:0 !important}
.block{float:left;width:100%}


/*!
 *  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-face{font-family:'FontAwesome';src:url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');src:url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/fontawesome/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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -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{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}.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}


/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}


/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}


.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/lightgallery/lg.eot?n1z373);src:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/lightgallery/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/lightgallery/lg.woff?n1z373) format("woff"),url(../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/lightgallery/lg.ttf?n1z373) format("truetype"),url(../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/lightgallery/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../images/lightgallery/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../images/lightgallery/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../images/lightgallery/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../images/lightgallery/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../images/lightgallery/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../../../../packages/expo_themepackage/themes/expo_theme/css//../images/lightgallery/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}


/* Slider */
.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;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.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-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.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;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.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;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../../packages/expo_themepackage/themes/expo_theme/css//../images/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/slick/slick.eot');
    src: url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/slick/slick.woff') format('woff'), url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/slick/slick.ttf') format('truetype'), url('../../../../packages/expo_themepackage/themes/expo_theme/css//../fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-RegItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-BoldIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: ProximaNova;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanova/ProximaNova-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: ProximaNovaCond;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanovacondensed/ProximaNovaCond-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: ProximaNovaCond;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanovacondensed/ProximaNovaCond-LightIt.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: ProximaNovaCond;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanovacondensed/ProximaNovaCond-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: ProximaNovaCond;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanovacondensed/ProximaNovaCond-RegularIt.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: ProximaNovaCond;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanovacondensed/ProximaNovaCond-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: ProximaNovaCond;
  src: url("../../../../packages/expo_themepackage/themes/expo_theme//fonts/proximanovacondensed/ProximaNovaCond-SemiboldIt.otf") format("opentype");
  font-weight: 600;
  font-style: italic; }


/************************************************
 * INIT
 ************************************************/

body, html {
    margin: 0;
    font-family: 'ProximaNova', sans-serif !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-cont-area .split__half{padding:0;}
.gallery__control .slick-track{max-height:700px; overflow-y:scroll}
.group-listing.group{ float:left;width:100%; margin-top:0px;}
.group-listing.group .results__footer{ bottom:0;}
.group-listing.group .results__name {
    margin-bottom:10px;

}

.contprivacypolicy { padding: 15px;}
.grecaptcha-badge { visibility: hidden; }
@font-face {
    font-family: 'RubrikMedium_0';
    src: url('../../../../packages/expo_themepackage/themes/expo_theme//fonts/rubrikmedium/RubrikMedium_0.eot');
    src: url('../../../../packages/expo_themepackage/themes/expo_theme//fonts/rubrikmedium/RubrikMedium_0.eot') format('embedded-opentype'),
         url('../../../../packages/expo_themepackage/themes/expo_theme//fonts/rubrikmedium/rubrikmedium/RubrikMedium_0.woff2') format('woff2'),
         url('../../../../packages/expo_themepackage/themes/expo_theme//fonts/RubrikMedium_0.woff') format('woff'),
         url('../../../../packages/expo_themepackage/themes/expo_theme//fonts/rubrikmedium/RubrikMedium_0.ttf') format('truetype'),
         url('../../../../packages/expo_themepackage/themes/expo_theme//fonts/rubrikmedium/RubrikMedium_0.svg#RubrikMedium_0') format('svg');
}



@media (max-width: 767px) {
    body, html {
        font-size: 16px !important;
    }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
}

* {
    box-sizing: border-box;
    outline: none;
}

/************************************************
 * BASICS
 ************************************************/

.site {
    color: #000;
}
.site h2 {font-size: 1.875rem;font-weight: 300;line-height: 1.1; color: #2d9fd8;}
.site a:hover {color: #2d9fd8 !important;}
.results__property .diyicon{ float:right}



.contact-form{ background:#f3f3f3; padding:10px 20px 20px;}
.contact-form h3{ margin:0px; padding:10px 0px;}
.kaufmessage-left{ position:relative}
.kaufmessage-left:after{ content:''; position:absolute; bottom:0; height:2px; background:#a1a1a1; left:0px;width:100%; max-width:670px;}

.messtand-services{padding-top:40px;}

#related-products-carousel{ position:relative}
.related-product-wrapper .product_name{padding:20px 0; font-size:20px;}
.product_url .btn{ background:none; border:solid 2px #9a9a9a; border-radius:3px; text-align:center; float:left; color:#9a9a9a; width:auto}
.related-products h2{ text-transform:uppercase; color:#9a9a9a; font-size:30px !important; font-weight:600; margin:0px; padding:0px 0 35px;}
.related-products .owl-carousel .owl-item img{max-height: 281px;}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  font-size: 0;
  height: 50px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  top: 115px;
  width: 50px;
  z-index:100;
}
.owl-carousel .owl-nav .owl-next{ right:0;}
.owl-carousel .owl-nav .owl-prev{next:0;}
.owl-carousel .owl-nav .owl-prev:before {
    font-family: fontawesome;
    font-size:45px; /* 70px */
    color: #999;
    content: '\f104';
}

.owl-carousel .owl-nav .owl-next:before {
    font-family: fontawesome;
    font-size:45px; /* 70px */
    color: #999;
    content: '\f105';
}

@media (min-width: 1020px) {
    .site h2 {
        font-size: 3.125rem; /* 50px */
    }
}

.site h3 {
    font-size: 1.75rem; /* 25px */
    font-weight: 800;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
}
.textcols--threethird .Homepage-block h1{width:100%; text-align: center;font-size: 2.5em;}
@media (min-width: 1020px) {
    .site h3 {
        font-size: 2.1875rem; /* 35px */
    }
}

.site h4 {
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    line-height: 1.5;
    color: #999;
    text-transform: uppercase;
}

@media (min-width: 1020px) {
    .site h4 {
        font-size: 1.75rem; /* 28px */
    }
}

.site h5 {
 margin:10px 0px 10px; padding:0px; font-size:35px; font-weight:700;
    color: #2d9fd8;
}

@media (min-width: 1020px) {
    .site h5 {
        font-size: 1.75rem; /* 28px */
    }
}

.site p {
    font-size: 1.0625rem; /* 17px */
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

@media (min-width: 1020px) {
    .site p {
        font-size: 1.25rem; /* 20px */
    }
}

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

.site li {
    font-size: 1.25rem;
    color: #333;
}

@media (max-width: 1019px) {
  .site li {
    font-size: 1.0625rem;
    font-weight: 400;
  }
}

.tree ul {
    list-style-type: none;
}

.tree a {
    color: #2d9fd8 !important;
}

.tree a:hover {
    color: #666 !important;
}

/************************************************
 * HELPER
 ************************************************/

/* LAYOUT */

.container {
    max-width: 120rem; /* 1920px */
    margin: 0 auto;
}

.container--slim {
    /*max-width:100rem;*/ /* 1602px */
    margin: 0 auto;
  max-width:1225px;
}



.group:after {
    display: table;
    clear: both;
    content: "";
}

.container > h3 {
    padding: 0 1rem;
}

/* TYPOGRAPHIE */

/* BUTTON */

.btn {
    position: relative;
    display: inline-block;
    padding: .5625rem 1rem;
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
    line-height: 1.1666666667;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #2d9fd8;
    border: 2px solid transparent;
    border-radius: .25rem; /* 4px */
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn:hover {
    background-color: #fff;
    border-color: #2d9fd8;
}

.btn--arrow-right {
    padding-right: 2rem;
}

.btn--arrow-right:after {
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -7px;
    font-family: fontawesome;
    font-size: .875rem;
    content: '\f105';
}

.btn--white,
.btn--white:hover {
    font-size: 1.25rem; /* 20px */
    font-weight: 800;
    color: #333;
    background-color: #fff;
    border-color: #f4c916;
}

.btn--shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.btn--wide {
    width: 100%;
}

.btn--transparent {
    color: #999;
    background-color: transparent;
    border-color: #999;
}

/* ICONS */

.icon--search {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/search.svg);
    background-repeat: no-repeat;
    background-size: 1.75rem 1.75rem; /* 28px 28px */
}

.icon--chat {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/chat.svg);
    background-repeat: no-repeat;
    background-size: 1.625rem 1.3125rem; /* 26px 21px */
}

.icon--world {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/world.svg);
    background-repeat: no-repeat;
    background-size: 1.625rem 1.625rem; /* 26px 26px */
}

.icon--login {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/login.svg);
    background-repeat: no-repeat;
    background-size: 1.6875rem 1.5rem; /* 27px 24px */
}

.icon--plus {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/plus.svg);
    background-repeat: no-repeat;
    background-size: 1rem 1rem; /* 16px 16px */
}

.icon--config {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/config.svg);
    background-repeat: no-repeat;
    background-size: 2.3125rem 2.3125rem; /* 37px 37px */
}

#finderForm .icon--go {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/searchicon_n.png);
    background-repeat: no-repeat;
    background-size: contain; 
    right:0;
    width: 8.3rem;
    color:#ffffff;
    text-align:left;
    padding-left: 27px;
    font-weight:bold;
}
#finderForm .icon--go:hover{
  background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/searchicon_h.png);
  color:#000;
}
@media (max-width: 767px) {
  .icon--go {
      background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/go.svg);
      background-repeat: no-repeat;
      background-size: 2.75rem 2.75rem;
  }

.newsletter.footer__bottom  {width:50%; display:inline-block; vertical-align:top; float:right}
 img{ max-width:100%; height:auto}

}

.icon--loading {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/loading.svg);
    background-repeat: no-repeat;
    background-size: 3.125rem 3.125rem; /* 51px 51px */
}

.icon--imac {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/imac.svg);
    background-repeat: no-repeat;
    background-size: 3.375rem 3.1875rem; /* 54px 51px */
}

.icon--light {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/light.svg);
    background-repeat: no-repeat;
    background-size: 2.875rem 2.75rem; /* 46px 44px */
}

.icon--counter {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/counter.svg);
    background-repeat: no-repeat;
    background-size: 2.625rem 3.1875rem; /* 42px 51px */
}

.icon--carpet {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/carpet.svg);
    background-repeat: no-repeat;
    background-size: 4.125rem 2.6875rem; /* 66px 43px */
}

.icon--chair {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/chair.svg);
    background-repeat: no-repeat;
    background-size: 2.875rem 3.625rem; /* 46px 58px */
}

.icon--screen {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/screen.svg);
    background-repeat: no-repeat;
    background-size: 3.375rem 2.125rem; /* 54px 34px */
}

.icon--truck {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/truck.svg);
    background-repeat: no-repeat;
    background-size: 3.75rem 2.5625rem; /* 60px 41px */
}

.icon--install {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/install.svg);
    background-repeat: no-repeat;
    background-size: 3.4375rem 3.6875rem; /* 55px 59px */
}

.icon--schedule {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/schedule.svg);
    background-repeat: no-repeat;
    background-size: 4.0625rem 3.8125rem; /* 65px 61px */
}

.icon--tel {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/phone.svg);
    background-repeat: no-repeat;
    background-size: 1.625rem 1.3125rem; /* 26px 21px */
}

.icon--mail {
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/mail.svg);
    background-repeat: no-repeat;
    background-size: 1.625rem 1.3125rem; /* 26px 21px */
}

/* BOOTHTYPE */

.boothtype {
    display: inline-block;
    width: 1.8125rem; /* 29px */
    height: 1.8125rem; /* 29px */
    vertical-align: middle;
    background-color: #eaeaea;
    margin-top: -5px;
}

.boothtype--xxoo {
    border-top: 2px solid #2d9fd8;
    border-right: 2px solid #2d9fd8;
}

.boothtype--xxox {
    border-top: 2px solid #2d9fd8;
    border-right: 2px solid #2d9fd8;
    border-left: 2px solid #2d9fd8;
}

.boothtype--xooo {
    border-top: 2px solid #2d9fd8;
}

.boothtype--xoxo {
    border-top: 2px solid #2d9fd8;
    border-bottom: 2px solid #2d9fd8;
}

/************************************************
 * HEADER
 ************************************************/

.header {
    padding: 0 20px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
}

#Site {
  padding-top: 160px;
}


.ccm-edit-mode .slide{min-height: 500px;}


@media (min-width: 1310px) {
  #Site {
    padding-top: 160px;
  }
}

@media (min-width: 1390px) {
  #Site {
    padding-top:160px;
  }
}

.ccm-toolbar-visible .header {
  top: 48px;
}

.ccm-toolbar-visible #Site {
  padding-top: calc(101px + 48px)!important;
}

@media (min-width: 1310px) {
  .ccm-toolbar-visible #Site {
    padding-top: calc(114px + 48px)!important;
  }
}

@media (min-width: 1390px) {
  .ccm-toolbar-visible #Site {
    padding-top: calc(147px + 48px)!important;
  }
}

/* LOGO */

.logo {
    width: auto;
    max-width: 205px;
}

.logo a {
    display: block;
    padding: 1rem 1rem 1rem 0; /* 16px */
}

@media (min-width: 1310px) {
    .logo a {
        padding: 1.75rem 4rem 1.0625rem 0; /* 28px 80px 17px */
    }
}

.logo img {
    display: block;
    width: 7.8125rem; /* 125px */
    max-width: 100%;
    height: 4.3125rem; /* 69px */
}

@media (min-width: 380px) {
    .logo img {
        width: 9.9375rem; /* 159px */
    }
}

@media (min-width: 1390px) {
    .logo img {
        width: 14.6875rem; /* 235px */
        height: 6.375rem; /* 102px */
    }
}

/* NAVIGATION */

.hamburger {
  padding: 9px 0 ;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right;
}

@media (max-width: 1023px) {
  .hamburger {
    display: inline-block;
    margin-left: 15px;
  }
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #444!important;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {

  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navigation {
    float: right !important;
}

@media (min-width: 1310px) {
    .navigation {
    }
}

.navigation ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1023px) {
  .navigation__main ul {
    position: absolute;
    right: 0;
    top: 101px;
    z-index: 9999;
    background-color: #fff;
    display: none;
    box-shadow: -5px 15px 20px 0 rgba(0,0,0,.25);
    border-top: 1px solid #444;
    overflow: hidden;
    padding: .25rem .5rem;
    width: 100%;
    overflow-y: scroll;
  }
  /*.hamburger.is-active ~ .nav {
    margin-right: 0;
  }*/
}
@media (max-height: 550px) and (max-width: 1024px) {
  .navigation__main ul {
    height: 280px;
  }
}
.navigation li {
    float: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 1023px) {
  .navigation__main li {
    float: none;
    display: block;
    max-width: none!important;
    padding-right: 0!important;
  }
  .navigation__main li a {
    text-align: left;
  }
}

@media (min-width: 961px) {
  .navigation__main li:hover,
  .navigation__main li.is-active {
      background-color: #ebebeb;
  }
}

.navigation__main ul li > ul {
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 99;
}

@media (max-width: 1023px) {
  .navigation__main ul li > ul {
    position: relative;
    height: auto;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    float: none;
    box-shadow: none;
    border-top: 0;
    top: 0;
    display: block;
    max-width: 100%;
  }
}

.navigation__main ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.navigation__main ul li > ul li {
    display: block;
    float: none;
    width: auto;
    max-width: 13.75rem;
    padding: 0 1rem;
}

.navigation__main ul li > ul li a {
    text-transform: none;
    width: auto;
}

@media (max-width: 1023px) {
  .navigation__main ul li > ul li a {
    font-size: .8rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
}

.navigation__meta a {
    display: block;
    padding-top: 1rem; /* 16px */
    padding-bottom: 1rem; /* 16px */
    padding-left: 4.6875rem; /* 75px */
    font-size: 1rem; /* 16px */
    font-weight: 400;
    color: #2d9fd8;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 2.5rem 1.125rem; /* 40px */
}

@media (min-width: 1310px) {
    .navigation__meta a {
        padding-top: 1.25rem; /* 20px */
        padding-bottom: 1.25rem; /* 20px */
    }
}

@media (min-width: 1590px) {
    .navigation__meta a {
        font-size: 1.125rem; /* 18px */
    }
}

@media (max-width: 1309px) {
  .navigation__meta li a {
    background-position: 2.5rem 0.875rem; /* 40px */
  }
}

@media (max-width: 1023px) {
  .navigation__meta li a {
    padding-left: 0;
    padding-right: 1.5rem;
    background-image: none;
  }
  .navigation__meta li:last-child a {
    padding-right: 0;
  }
}

@media (max-width: 460px) {
  .navigation__meta li a {
    font-size: .75rem;
    text-align: right;
    padding-right: .75rem;
    background-image: none;
    display: inline-block;
  }
  .navigation__meta li:last-child a {
    padding-right: 0;
  }
  .ccm-custom-style-container{padding:0 30px;}
   .logo {max-width: 205px;
      position: absolute;
      left: 10px;
      top: -3px;
    }
    .dd.ddcommon.borderRadius{padding:4px 0 4px 10px !important;}
    .cust-nav-head{
        margin-right: 0px !important;
    }

}

.navigation__main {
    margin-top: 0;
}

@media (min-width: 1390px) {
    .navigation__main {
        margin-top: .5rem; /* 8px */
    }
}

.navigation__main a {
    display: block;
    width: auto;
    padding-top: .6875rem; /* 22px */
    padding-right: .5rem; /* 16px */
    padding-left: .5rem; /* 16px */
    padding-bottom: .6875rem; /* 22px */
    color: #333 !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 1310px) {
    .navigation__main a {
        padding-right: 1rem; /* 16px */
        padding-left: 1rem; /* 16px */
    }
}

@media (min-width: 1390px) {
    .navigation__main a {
        padding-top: 1.375rem; /* 22px */
        padding-bottom: 1.375rem; /* 22px */
    }
}
/*
@media (min-width: 1510px) {
    .navigation__main a {
        padding-right: 1.5rem; /* 24px
        padding-left: 1.5rem; /* 24px
    }
}
*/


/* SEARCH */

.search {
    float: right;
}

.search i {
    display: block;
    width: 3rem;
    height: 2.5625rem;
    background-position: center right;
}

@media (min-width: 1390px) {
    .search i {
        height: 4.0625rem;
    }
}

.navigation__main a.search {
    width: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

@media (max-width: 1023px) {
  .logo img,
  .navigation__meta li a,
  .search i,
  .icon--search,
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after,
  .hamburger,
  .hamburger-box,
  .navigation__main ul.nav {
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .header.is-slim .logo img {
    height: 2.1875rem!important;
    width: 5.1875rem!important;
  }

  .header.is-slim .navigation__meta li a {
    padding-bottom: .25rem;
  }

  .header.is-slim .search i {
    height: 1.75rem;
  }

  .header.is-slim .icon--search {
    background-size: 1.25rem 1.25rem;
  }

  .header.is-slim .hamburger-inner,
  .header.is-slim .hamburger-inner::before,
  .header.is-slim .hamburger-inner::after {
    width: 27px;
  }

  .header.is-slim .hamburger {
    padding: 3px 0;
  }
  .header.is-slim .hamburger-box {
    width: 27px;
  }

  .header.is-slim .navigation__main ul.nav {
    top: 67px;
  }
}
@media (max-height: 550px) and (orientation: landscape) {
  .header.is-slim .navigation__main ul.nav {
    top: 72px;
  }
}

/************************************************
 * SLIDER - HOME
 ************************************************/

.slide {
    position: relative;
    padding-bottom: 14.0625rem; /* 225px */
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
@media (max-height: 1023px) and (min-width: 1060px) {
  .slide {
    padding-bottom:0;
  }
}

.c5-in-edit-mode .slide__imageholder {
    height: 16px;
    background-color: gray;
}

.slide__imageholder img {
    position:relative;
    left: 0;
    right: 0;
    top:0%;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: 100%;
}
.slider__slide.slide .bubble{display: none}
@media (max-width: 768px) {
  .slide__imageholder img {
    left: 0%;
    -webkit-transform: translateY(-0%) translateX(-0%);
    -ms-transform: translateY(-0%) translateX(-0%);
    transform: translateY(-0%) translateX(-0%);
  }
}

.c5-in-edit-mode .slide__imageholder img {
    margin-top: 16px;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    width: 100%;
}

.slide__content h1 {
    margin-top: 0;
    font-size: 1.375rem; /* 22px */
    font-weight: 700;
    line-height: .9545454545;
    color: #2d9fd8;
    text-transform: uppercase;
}

@media (min-width: 900px) {
    .slide__content h1 {
        font-size: 1.75rem; /* 28px */
    }
}

@media (min-width: 1060px) {
    .slide__content h1 {
        margin-top: .67em; /* 11px */
    }
}

@media (min-width: 1450px) {
    .slide__content h1 {
        font-size: 2.75rem; /* 44px */
        font-weight: 800;
    }
}

.slide__content h2 {
    font-size: 1rem; /* 22px */
    font-weight: 700;
    line-height: 1.0909090909;
    color: #333;
}

@media (min-width: 1450px) {
    .slide__content h2 {
        font-size: 1.375rem; /* 22px */
        font-weight: 800;
    }
}

.slide__more p {
    margin-bottom: 0;
    font-size: .8125rem; /* 13px */
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

@media (min-width: 1450px) {
    .slide__more p {
        font-size: .9375rem; /* 15px */
    }
}

.slide__more a {
    display: inline-block;
    padding-top: .5rem; /* 8px */
    padding-right: 2.5rem; /* 40px */
    padding-bottom: .5rem; /* 8px */
    padding-left: .5rem; /* 8px */
    font-size: 1rem; /* 16px */
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #2d9fd8;
    background-position: right .75rem center;
    border-radius: .25rem 3rem 3rem .25rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.slide__more a:hover {
    color: #fff !important;
}

@media (min-width: 1450px) {
    .slide__more a {
        padding-top: .875rem; /* 14px */
        padding-right: 3.5rem; /* 56px */
        padding-bottom: .875rem; /* 14px */
        padding-left: .875rem; /* 14px */
        font-size: 1.25rem; /* 20px */
        background-size: 1.4375rem 1.4375rem;
        border-radius: .25rem 3rem 3rem .25rem;
    }
}

.slide__more a:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
}

.slide__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding-top: 1.625rem; /* 26px */
    padding-bottom: 5.9375rem; /* 95px */
    padding-left: 50px;
    padding-right: 50px;
    background-color: rgba(109, 127, 136, .7);
}

@media (min-width: 1060px) {
    .slide__footer {
        display: block;
    }
}

@media (max-height: 1023px) and (min-width: 1060px) {
    .slide__footer {
        padding-top: 1.125rem;
        padding-bottom: 4.9375rem;
    }
}

.slick-initialized .slide__footer {
    -webkit-transition: all .4s 1s ease-out;
    transition: all .4s 1s ease-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.slick-initialized .slick-active .slide__footer {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide__footer p {
    width: 58.5%;
    margin: 0 auto;
    font-size: 1.0625rem; /* 17px */
    line-height: 1.1764705882; /* 20px */
    color: #fff;
}

.slider .slick-prev {
    top: auto;
    bottom: 3rem; /* 48px */
    left: 2rem; /* 32px */
    z-index: 1;
    width: 1.5625rem; /* 25px */
    height: 4.375rem; /* 70px */
}

.slider .slick-next {
    top: auto;
    right: 2rem; /* 32px */
    bottom: 3rem; /* 48px */
    z-index: 1;
    width: 1.5625rem; /* 25px */
    height: 4.375rem; /* 70px */
}

@media (max-height: 1023px) and (min-width: 1060px) {
  .slider .slick-next,
  .slider .slick-prev {
    bottom:5rem;
  }
}

.slider .slick-prev:before {
    font-family: fontawesome;
    font-size: 4.375rem; /* 70px */
    color: #fff;
    content: '\f104';
}

.slider .slick-next:before {
    font-family: fontawesome;
    font-size: 4.375rem; /* 70px */
    color: #fff;
    content: '\f105';
}

/************************************************
 * BUBBLE
 ************************************************/

.bubble {
    position: relative;
    display: inline-block;
    padding: 1rem;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    background-color: rgba(255, 255, 255, .8);
}

@media (min-width: 1060px) {
    .bubble {
        margin-left: 2rem;
        display: block;
        width: 29vw;
        max-width: 35rem; /* 560px */
        height: 29vw;
        max-height: 35rem; /* 560px */
        padding: 0;
        margin-top: 4rem;
        background-color: transparent;
        background-image: url(/packages/expo_themepackage/themes/expo_theme/images/layout/bubble@2x.png);
        background-size: cover;
        border-radius: 50%;
    }
}

@media (max-height: 1023px) and (min-width: 1060px) {
  .bubble {
      width: 29vw;
      max-width: 23rem; /* 560px */
      height: 29vw;
      max-height: 23rem; /* 560px */
      margin-top: 2rem;
  }

  .bubble h1 {
      font-size: 2rem;
      margin-top: 0;
  }

  .bubble h2 {
      font-size: 1.25rem;
      margin-bottom: 0;
  }
}

.slick-initialized .bubble {
    opacity: 0;
    -webkit-transition: all .4s .6s ease-out;
    transition: all .4s .6s ease-out;
    -webkit-transform: scale(.2) translateX(50%);
    -ms-transform: scale(.2) translateX(50%);
    transform: scale(.2) translateX(50%);
}

.slick-initialized .slick-active .bubble {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}

.bubble__content {
    position: relative;
}

@media (min-width: 1060px) {
    .bubble__content {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

/************************************************
 * BOOTHCONFIG
 ************************************************/

.boothconfig {
    padding: 0 1rem; /* 0 16px */
    padding-bottom: 0;
    background-color: #fff;
    border-bottom: .5rem solid #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.boothconfig.has-results {
    background-color: #e7e7e7;
}

/*.slider + .boothconfig {
    margin-top: -60px;
    margin-top: -110px;
}*/
.page-home .boothconfig {
    /*margin-top: -155px;*/
    margin-top: -110px;
    border-bottom: 0.8rem solid #fff;
}
.boothconfig__controls {
    position: relative;
    padding: .625rem; /* 10px */
    background-color: #fff;
    border-radius: .25rem; /* 4px */
}

.boothconfig__wrapper {
    position: relative;
    padding: .875rem 1rem 1.75rem; /* 14px 16px 28px */
    margin: 0 auto;
    background-color: #2d9fd8;
    border-radius: .25rem; /* 4px */
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .5);
}

@media (min-width: 767px) {
    .boothconfig__wrapper {
        padding: 1rem; /* 28px 16px */
    }
}

@media (min-width: 1024px) {
    .boothconfig__wrapper {
        padding: 1rem 1rem 1.75rem 1rem; /* 28px 16px */
    }
}

.boothconfig.has-visible-slider .boothconfig__wrapper {
    padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .boothconfig.has-visible-slider .boothconfig__wrapper {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1300px) {
  .boothconfig.has-visible-slider .boothconfig__wrapper {
    /*padding-bottom: 3rem;*/
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .boothconfig.has-visible-slider .boothconfig__wrapper {
    padding-bottom: 1rem;
  }
}

.boothconfig__title {
    text-align: left;
    background-position: left center;
}

@media (min-width: 500px) {
    .boothconfig__title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .boothconfig__title {
      margin-bottom: 10px;
    }
}

@media (min-width: 1040px) {
    .boothconfig__title {
      margin-bottom: 20px;
    }
}

@media (min-width: 1300px) {
    .boothconfig__title {
        float: left;
        max-width: 15.75rem; /* 252px */
        text-align: left;
    }
}

.boothconfig__title h1 {
    position: relative;
    display: inline-block;
    padding-left: 3.25rem; /* 52px */
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 1rem; /* 16px */
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    line-height: 1.1666666667;
    color: #fff;
    text-transform: uppercase;
}
.boothconfig__title .heading {
    position: relative;
    display: inline-block;
    padding-left: 3.25rem; /* 52px */
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 1rem; /* 16px */
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    line-height: 1.1666666667;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 500px) {
    .boothconfig__title h1 {
        line-height: 2.3125rem; /* 37px */
    }
    .boothconfig__title .heading {
        line-height: 2.3125rem; /* 37px */
    }
}

@media (min-width: 768px) {
    .boothconfig__title h1 {
        margin-bottom: 0;
        line-height: 1.1666666667;
    }
    .boothconfig__title .heading {
        margin-bottom: 0;
        line-height: 1.1666666667;
    }
}

@media (max-width: 767px) {
    .boothconfig__title h1 {
        margin-bottom: .5rem; /* 16px */
        font-size: 1.25rem;
    }
    .boothconfig__title .heading {
        margin-bottom: .5rem; /* 16px */
        font-size: 1.25rem;
    }
}

.boothconfig__title h1:before {
    position: absolute;
    top: 50%;
    left: 0; /* 4px */
    width: 2.3125rem; /* 37px */
    height: 2.3125rem; /* 37px */
    margin-top: -1.125rem; /* 18px */
    content: '';
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/config.svg);
}
.boothconfig__title .heading:before {
    position: absolute;
    top: 50%;
    left: 0; /* 4px */
    width: 2.3125rem; /* 37px */
    height: 2.3125rem; /* 37px */
    margin-top: -1.125rem; /* 18px */
    content: '';
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/config.svg);
}

.boothconfig__config {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .boothconfig__config {
        margin-right: 8.375rem; /* 134px */
    }
}

@media (min-width: 1300px) {
    .boothconfig__config {
        margin-left: 15.75rem; /* 252px */
    }
}

.boothconfig__select {
    position: relative;
    width: 100%;
    padding: 0 .75rem; /* 24px */
    margin: .5rem 0; /* 8px */
}

@media (min-width: 660px) {
    .boothconfig__select {
        width: 25%;
    }
}

@media (min-width: 1040px) {
    .boothconfig__select {
        width: 25%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .boothconfig__select {
        margin: .25rem 0; /* 8px */
    }
}

.boothconfig__select:before {
    position: absolute;
    top: 50%;
    left: -.25rem; /* 4px */
    width: .375rem; /* 6px */
    height: 1.25rem; /* 20px */
    margin-top: -.625rem; /* 10px */
    font-family: fontawesome;
    color: #fff;
    content: '\f105';
}

.fairconifg__go {
    position: relative;
    display: block;
    width: 3.75rem; /* 60px */
    height: 3.75rem; /* 60px */
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
}


@media (max-width: 767px) {
    .fairconifg__go {
        width: 2.75rem; /* 60px */
        height: 2.75rem; /* 60px */
    }
}

@media (min-width: 768px) {
    .fairconifg__go {
        margin-top:0rem;
        position: absolute;
        top:0 !important ;
        right: 3rem;
    }
}

@media screen and (min-width: 768px) and (max-width:1040px) {
#finderForm .icon--go{margin-top:.5rem}
}


.fairconifg__go:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.boothconfig .selectric-wrapper {
    border: 2px solid #fff;
    border-radius: .25rem; /* 4px */
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.boothconfig__select:hover .selectric-wrapper {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4);
}

.boothconfig .selectric-wrapper.selectric-open {
    border: 2px solid #d9d9d9;
    border-radius: .25rem .25rem 0 0; /* 4px */
}

.boothconfig .selectric {
    background: #fff;
    border: 0;
}

.boothconfig .selectric .label {
    height: 3.3125rem; /* 53px */
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
    line-height: 3.3125rem; /* 53px */
    color: #333;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 767px) {
  .boothconfig .selectric .label {
      height: 2.3125rem; /* 53px */
      font-size: 1rem; /* 20px */
      line-height: 2.3125rem; /* 53px */
  }
}

.boothconfig .selectric:hover .label {
    color: #000;
}

.boothconfig .selectric .button {
    height: 3.3125rem; /* 53px */
}
@media (max-width: 767px) {
  .boothconfig .selectric .button {
      height: 2.3125rem; /* 53px */
  }
}

.boothconfig .selectric .button:after {
    border-top-color: #333;
}

.boothconfig .selectric-items {
    left: -.125rem; /* -2px */
    width: 100% !important;
    box-sizing: content-box;
    border: 2px solid #d9d9d9;
    border-top: 0;
    border-radius: 0 0 .25rem .25rem; /* 4px */
}

.boothconfig .selectric-items li {
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.boothconfig .selectric-items li.highlighted {
    background: #fff;
}

.boothconfig .selectric-items li.selected {
    font-weight: 600;
    background: #fff;
}

.boothconfig .selectric-items li:hover {
    background: #eee;
}

.boothconfig__nouislider {
    display: none;
    margin-top: 2rem;
}

.boothconfig.has-visible-slider .boothconfig__nouislider {
    display: block;
}

.boothconfig .noUi-target {
    height: .3125rem; /* 5px */
    margin-bottom: 3rem;
    background-color: #48aadb;
    border: 0;
    border-radius: .125rem; /* 2px */
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

@media (min-width: 768px) {
    .boothconfig .noUi-target {
        margin-right: 8.375rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1300px) {
    .boothconfig .noUi-target {
        margin-left: 15.75rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .boothconfig .noUi-target {
        margin-bottom: 2.25rem;
    }
}

.boothconfig .noUi-connect {
    background-color: #8dcbea;
}

.boothconfig .noUi-handle {
    top: -.9375rem; /* -15px */
    width: 2.125rem; /* 34px */
    height: 2.125rem; /* 34px */
    cursor: pointer;
    background-color: #2d9fd8;
    border: 3px solid #8dcbea;
    border-radius: 50%;
    box-shadow: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.boothconfig .noUi-handle:hover,
.boothconfig .noUi-handle.noUi-active {
    background-color: #8dcbea;
    border: 3px solid #2d9fd8;
}

.boothconfig .noUi-handle:before {
    display: none;
}

.boothconfig .noUi-handle:after {
    position: absolute;
    top: .25rem; /* 4px */
    left: .25rem; /* 4px */
    display: block;
    width: 1.25rem; /* 20px */
    height: 1.25rem; /* 20px */
    background-color: #fff;
    border-radius: 50%;
}

.boothconfig .noUi-tooltip {
    bottom: -2rem; /* -32px */
    font-family: proximanovacond;
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 0;
}

.boothconfig__loading {
    position: absolute;
    left: 50%;
    z-index: 1;
    margin: -1rem auto 0; /* -16px */
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
    color: #999;
    text-align: center;
    background-position: top center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.has-results .boothconfig__loading {
    opacity: 1;
}

.boothconfig__loading i {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 auto;
}

.is-spinning {
    -webkit-animation: spinning 2s ease-in-out infinite;
    animation: spinning 2s ease-in-out infinite;
}

@-webkit-keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg);
  }
}

@keyframes spinning {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-720deg);
            transform: rotate(-720deg);
  }
}

.boothconfig__results {
    margin-top: 3rem;
    margin-left: -3.25rem;
}

@media (max-width: 1023px) {
  .boothconfig__results {
    margin-left: 0;
  }
}

/************************************************
 * RESULTS (FORM BOOTHCONFIG)
 ************************************************/

.results {
    margin-left: 0;
}

@media (min-width: 1024px) {
    .results {
        margin-left: -3.25rem; /* 52px */
    }
}

.results__item {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1.25rem;
    margin-top: 2rem;
}

@media (min-width: 1024px) {
    .results__item {
        width: 50%;
        padding-left: 3.25rem; /* 52px */
    }
}

.results__wrapper {
    position: relative;
}

@media (min-width: 720px) {
    .results__wrapper {
      /*  height: 42vw;*/
    }
  .results__item {margin-bottom: 0;}
  .results__sidebar {padding: 25px 0 0;}
}

@media (min-width: 1024px) {
    .results__wrapper {
        height: auto;
    }
}

@media (min-width: 1480px) {
    .results__wrapper {
        /*height: 20rem;  390px */
    }
}

.results__image {
    height: 50vw;
    background-color: #e7e7e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 720px) {
    .results__image {
        position: relative;
        top: 0;
        right:0; /* 259px */
        bottom: 0;
        left: 0;
      }
}

@media (min-width: 1024px) {
  .results__image {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      height:17vw;
  }
}

@media (min-width: 1480px) {
  .results__image {
      position: relative;
      top: 0;
      right:0; /* 259px */
      bottom: 0;
      left: 0;
  }
}

.results__image a {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.results__sidebar {
    width: 100%;
    padding:25px 0;
    background-color: #fff;
}

@media (min-width: 720px) {
    .results__sidebar {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        width:100%; /* 259px */
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .results__sidebar {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1480px) {
    .results__sidebar {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%; /* 259px */
        height: 100%;
    }
}
.results__property .diyicon{ float:right}
.results__name {
    margin-bottom: 2.25rem; /* 36px */
    font-size: 1.5rem; /* 24px */
    font-weight: 500;
    font-weight: 600;
    line-height: 1.25;
    color: #aaa;
    text-transform: uppercase;
}

.results__name .boothtype {
    float: right;
}

.results__property {
    font-size: 1.0625rem; /* 17px */
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}

.results__property:last-child {
    border-bottom: 0;
}

.results__properties p {
  font-size: 0.75rem;
  display: none;
}

.results__properties p.Rent {
  display: block;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

@media (min-width: 720px) {
    .results__footer {
        position: relative;
        right:0;
        bottom: 1.5rem;
        left:0;
        width: auto;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .results__footer {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 0;
    }
}

@media (min-width: 1480px) {
    .results__footer {
        position:relative;
        right:0;
        bottom: 1.5rem;
        left:0;
        width: auto;
        margin-top: 0;
    }
}

.results__price {
    margin-bottom: .8rem;
    font-weight: bold;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5;
}

@media (min-width: 720px) {
    .results__price {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .results__price {
        text-align: left;
    }
}

@media (min-width: 1480px) {
    .results__price {
        text-align: center;
    }
}

/************************************************
 * BOOTHINFO
 ************************************************/

.boothinfo {
    /*padding: 4rem 1rem 0;*/ /* 64px 16px */
    padding: 1.2rem 1rem 0; /* 64px 16px */
    background-color: #ebebeb;
}

.boothinfo--white {
    background-color: transparent;
}

.boothinfo .container {
    position: relative;
}

.boothinfo__headline h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.1875rem; /* 35px */
    font-weight: 800;
    line-height: 1.2;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.boothinfo__headline a i {
    padding-left: .5rem; /* 8px */
    font-size: .875rem; /* 14px */
    line-height: 1.6428571429;
}

.boothinfo__all {
    margin-top: 2rem; /* 32px */
    text-align: center;
}

@media (min-width: 800px) {
    .boothinfo__all {
        position: absolute;
        top: .5rem; /* 8px */
        right: 0;
        margin-top: 0;
        text-align: left;
    }
}

.boothinfo__all p {
    margin: 0;
}

.boothinfo__all a {
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
    line-height: 1.444444444;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}
.boothinfo .boothinfo__box{
    margin-bottom: 1.2rem;
}
.boothinfo__boxes {
    padding-top: 0; /* 76px */
    /*padding-bottom: 2.5rem;*/ /* 71px */
    margin: 0 0 0 -3.375rem; /* -54px */
}

.boothinfo__box,
.boothinfo__box--small {
    position: relative;
    width: 100%;
    padding: 0 0 0 3.375rem; /* 54px */
    margin-bottom: 3.375rem; /* 54px */
}

@media (min-width: 768px) {

    .boothinfo__box,
    .boothinfo__box--small {
        width: 50%;
    }

    .boothinfo__box:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .boothinfo__box {
        width: 33.333333333%;
    }

    .boothinfo__box--small {
        width: 25%;
    }

    .boothinfo__box:nth-child(2n+1) {
        clear: none;
    }

    .boothinfo__box:nth-child(3n+1) {
        clear: left;
    }
}

.boothinfo__wrapper {
    padding: 0 0 1rem; /* 16px 0 */
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.boothinfo__box:hover .boothinfo__wrapper {
    background-color: #efefef;
}

.boothinfo__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.c5-in-edit-mode .boothinfo__link {
    display: none;
}

.boothinfo__imageholder {
    position: relative;
    height: 16.9375rem; /* 271px */
    margin: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
}

.boothinfo__imageholder img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: none;
}

.c5-in-edit-mode .boothinfo__imageholder img {
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0) translateY(0) !important;
        -ms-transform: translateX(0) translateY(0) !important;
            transform: translateX(0) translateY(0) !important;
    left: 0;
    position: relative;
    top: 0;
}

.boothinfo__box:hover .boothinfo__imageholder img {
    -webkit-transform: scale(1.1) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1.1) translateX(-50%) translateY(-50%);
    transform: scale(1.1) translateX(-50%) translateY(-50%);
}

.boothinfo__description h1 {
    position: relative;
    padding: .875rem .5rem; /* 14px 8px */
    margin: -1.8125rem 1rem 0; /* 29px 16px */
    font-size: 1.700rem; /* 30px */
    font-weight: 600;
    line-height: 1;
    color: #2d9fd8;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(153, 153, 153, .44);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.boothinfo__description .text {
    position: relative;
    padding: .875rem .5rem; /* 14px 8px */
    margin: -1.8125rem 1rem 0; /* 29px 16px */
    font-size: 1.700rem; /* 30px */
    font-weight: 600;
    line-height: 1;
    color: #2d9fd8;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(153, 153, 153, .44);
    -webkit-transition: all .2s;
    transition: all .2s;
    display:block;
}

.textcols .boothinfo__description h1 {
    width: auto;
}
.textcols .boothinfo__description .text {
    width: auto;
}

.c5-in-edit-mode .boothinfo__description h1 {
    margin-top: 0;
}
.c5-in-edit-mode .boothinfo__description .text {
    margin-top: 0;
}

.boothinfo__box:hover .boothinfo__description h1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.boothinfo__box:hover .boothinfo__description .text {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.boothinfo__description p {
    padding: 0 2.5rem; /* 40px */
    font-family: 'ProximaNovaCond';
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    text-align: center;
}

.boothinfo__description a {
    color: inherit;
    text-decoration: none;
}

/************************************************
 * VIDEO
 ************************************************/

.video {
    padding: 0 1rem;
    background-color: #d7d7d7;
    background-position: center;
    background-size: cover;
}

.video .container {
    position: relative;
    padding-top: 14.375rem;
    padding-bottom: 11.25rem;
}

@media (min-width: 990px) {
    .video .container {
        padding-top: 14.375rem;
        padding-bottom: 11.25rem;
    }
}

.video__headline {
    position: absolute;
    top: 3.4375rem; /* 55px */
    right: 0;
    left: 0;
    font-size: 1.5rem; /* 24px */
    font-weight: 800;
    line-height: 1;
    color: #333;
    vertical-align: middle;
}

@media (min-width: 500px) {
    .video__headline {
        font-size: 2.5rem; /* 40px */
    }
}

@media (min-width: 1024px) {
    .video__headline {
        font-size: 3rem; /* 48px */
    }
}

.video__headline p {
    font-size: 1.5rem; /* 24px */
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

@media (min-width: 500px) {
    .video__headline p {
        font-size: 2.5rem; /* 40px */
    }
}

@media (min-width: 1024px) {
    .video__headline p {
        font-size: 3rem; /* 48px */
    }
}

.video__headline b,
.video__headline strong {
    float: left;
    margin-top: -.6875rem; /* 11px */
    margin-right: 1rem;
    font-size: 4.75rem; /* 76px */
    vertical-align: middle;
}

@media (min-width: 500px) {
    .video__headline b,
    .video__headline strong {
        font-size: 6.875rem; /* 110px */
    }
}

@media (min-width: 1024px) {
    .video__headline b,
    .video__headline strong {
        font-size: 8.125rem; /* 130px */
    }
}

.video__play {
    position: relative;
    display: block;
    width: 10.625rem; /* 170px */
    height: 10.625rem; /* 170px */
    margin: 0 auto;
    cursor: pointer;
    background-color: transparent;
    border: .5rem solid rgba(109, 127, 136, .36);
    border-radius: 50%;
}

.video__play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8rem; /* 128px */
    height: 8rem; /* 128px */
    margin-top: -4rem;
    margin-left: -4rem;
    content: '';
    background-color: #2d9fd8;
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 39px 47px;
    border-radius: 50%;
}

/************************************************
 * SERVICES
 ************************************************/

.services {
    /*padding: 6.25rem 0 6.5rem;*/ /* 100px 200px */
    padding: 1.2rem 0;
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services h1 {
    margin-top: 0;
    margin-bottom: 3.25rem; /* 52px */
    font-size: 2.1875rem; /* 35px */
    font-weight: 800;
    line-height: 1.2;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.services__item {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

@media (min-width: 530px) {
    .services__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .services__item {
        width: 33%;
    }
}

@media (min-width: 1000px) {
    .services__item {
        width: 25%;
    }
}

@media (min-width: 1270px) {
    .services__item {
        width: 20%;
    }
}

.services__item:before {
    float: left;
    padding-top: 100%;
    content: '';
}

.services__item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 9;
}

.services__item .flip-front span{ font-size:20px;}


.services__item .flip-front,
.services__item .flip-back {
    background-repeat: no-repeat;
    background-position: center top 20%;
    background-size: 85px;
}

.services__item--blue .flip-front,
.services__item--back--blue .flip-back {
    background-color: #2d9fd8;
}

.services__item--grey .flip-front,
.services__item--back--grey .flip-back{
    background-color: #999;
}

.services__item--black .flip-front,
.services__item--back--black .flip-back {
    background-color: #333;
}

.services__item--image .flip-front,
.services__item--back--image .flip-back {
    background-position: center;
    background-size: cover;
}

.services__name {
    position: absolute;
    right: 0;
    bottom: 2.25rem; /* 36px */
    left: 0;
    width: 100%;
    padding: 0 1rem;
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    line-height: 1.1333333333;
    color: #fff;
}

@media (min-width: 1530px) {
    .services__name {
        font-size: 1.875rem; /* 30px */
    }
}

/************************************************
 * LOGOSLIDER
 ************************************************/

.logoslider {
    /*padding: 0 4rem 2rem;*/ /* 64px 32px */
    padding: 0 4rem;
}

.logoslider__slider {
    /*padding: 4rem 0;*/ /* 32px */
    padding: 1.2rem 0; /* 32px */
}

.logoslider__slider:not(.slick-initialized) {
    display: none;
}

.c5-in-edit-mode .logoslider__slider:not(.slick-initialized) {
    display: block;
}

.logoslider__slide {
    margin: 0 2rem; /* 32px */
}

.c5-in-edit-mode .logoslider__slide {
    display: inline-block;
}

.logoslider__slide img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 6.5625rem; /* 105px */
}

.logoslider__slider .slick-prev {
    left: -3rem; /* 48px */
    width: 1.5625rem; /* 25px */
    height: 4.375rem; /* 70px */
}

.logoslider__slider .slick-next {
    right: -3rem; /* 48px */
    width: 1.5625rem; /* 25px */
    height: 4.375rem; /* 70px */
}

.logoslider__slider .slick-prev:before {
    font-family: fontawesome;
    font-size: 4.375rem; /* 70px */
    color: #999;
    content: '\f104';
}

.logoslider__slider .slick-next:before {
    font-family: fontawesome;
    font-size: 4.375rem; /* 70px */
    color: #999;
    content: '\f105';
}

/************************************************
 * QUOTE
 ************************************************/

.quote {
    /*padding: 5rem 1rem 2.25rem; /* 160px 16px 100px */
    /*background-color: #2d9fd8;*/
    background-position: center;
    background-size: cover;
    position: relative;
}

.quote__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.c5-in-edit-mode .quote__background {
    height: 16px;
    background-color: blue;
}

.quote__background img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    min-width: 100%;
    max-width: none;
    width: auto;
    height: 100%;
}

.c5-in-edit-mode .quote__background img {
    height: auto;
}

.quote__wrapper {
    position: relative;
    max-width: 99.375rem; /* 1320px */
    margin: 0 auto;
}

.quote__text p {
    padding: 0 1rem; /* 16px */
    margin: 0 0 2rem; /* 32px */
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.0833333333;
    color: #fff;
    text-align: center;
}

@media (min-width: 900px) {
    .quote__text p {
        font-size: 2.375rem; /* 38px */
        padding: 0 8.4375rem; /* 135px */
    }
}

.quote__subline p {
    padding: 0 1rem; /* 16px */
    margin: 0 0 4.5rem; /* 72px */
    font-size: 1.375rem; /* 22px */
    font-weight: 400;
    color: #fff;
    text-align: center;
}

@media (min-width: 900px) {
    .quote__text p {
        padding: 0 8.4375rem; /* 135px */
    }
}

.quote__author {
    padding-right: 5.5rem; /* 88px */
    background-image: url(/packages/expo_themepackage/themes/expo_theme/images/icons/quotes.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 4.5rem 3.375rem; /* 72px 54px */
}

.quote__author p {
    margin: 0;
    font-size: 1.25rem; /* 20px */
    font-weight: 400;
    line-height: 1.5rem;
    color: #fff;
    text-align: right;
}

@media (min-width: 900px) {
    .quote__author p {
        line-height: 3.375rem; /* 54px */
    }
}

/************************************************
 * PRODUCTSTAGE
 ************************************************/

.productstage {
    /*margin-bottom: 8.75rem;*/
    margin-bottom: 4rem;
}

.productstage .container {
    position: relative;
}

.productstage > .container:first-child {
    border-bottom: 0rem solid #d2dadf;
}

.productstage .container:not(:first-child) {
    padding: 0 1rem;
}

.c5-in-edit-mode .productstage__gallerywrapper {
    padding-right: 32.6875rem;
}

@media (min-width: 840px) {
    .productstage__gallery {
        position: absolute;
        top: 0;
        right: 25.3125rem;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 1180px) {
    .productstage__gallery {
        right: 32.6875rem;
    }
}
.productstage .slick-track{
    left: 0px !important;
}
.productstage .slick-track,
.productstage .slick-list {
    height: 100%;
}

.productstage .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.productstage__sidebar {
    position: relative;
    padding-bottom: 3.4375rem;
    border-top: .625rem solid #2d9fd8;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

@media (min-width: 840px) {
    .productstage__sidebar {
        float: right;
        width: 25.3125rem;
        padding-bottom: 4.9375rem; /* 79px */
    }
}

@media (min-width: 1180px) {
    .productstage__sidebar {
        width: 32.6875rem;
    }
}

.productstage__tab {
    float: left;
    width: 50%;
    height: 2.8125rem; /* 45px */
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    line-height: 2.8125rem; /* 45px */
    color: #999;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}

@media (min-width: 1180px) {
    .productstage__tab {
        height: 3.5625rem; /* 57px */
        font-size: 1.5rem; /* 24px */
        line-height: 3.5625rem; /* 57px */
    }
}

.productstage__tab .fa {
    display: none;
}

.productstage__tabs a,
.productstage__tabs a:hover,
.productstage__tabs a:focus,
.productstage__tabs a:active {
    background-color: #999;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}

.productstage__tabs a:hover,
.productstage__tabs a:focus,
.productstage__tabs a:active {
    text-decoration: underline;
}

.productstage__tab i {
    position: relative;
    top: -3px;
    margin-left: .5rem;
    font-size: .875rem;
}

.productstage__tabcontent {
    padding: 2rem 1rem 1rem; /* 16px */
}

@media (min-width: 840px) {
    .productstage__tabcontent {
        /*padding: 1rem 3.875rem;*/ /* 16px 62px */
        padding: 1rem 1.5rem 1rem;
    }
}

.productstage__tabcontent:not(.is-active) {
    display: none;
}

.productstage__tabcontent h1 {
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    line-height: 1.0714285714;
    color: #999;
}

@media (min-width: 1180px) {
    .productstage__tabcontent h1 {
        font-size: 1.75rem; /* 28px */
    }
}

.productstage__tabcontent h2 {
    font-size: 1.5rem; /* 24px */
    font-weight: 500;
    line-height: 1.1666666667;
    color: #333;
}

@media (min-width: 1180px) {
    .productstage__tabcontent h2 {
        font-size: 2.25rem; /* 36px */
    }
}

.productstage__option {
    font-weight: 600;
}

.productstage__price {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    margin-left: 1rem;
}

.productstage__price i {
    float: right;
    margin-left: 3rem;
    font-weight: 400;
    color: #f4c916;
}

.productstage__request {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.4375rem; /* 55px */
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 3.4375rem; /* 55px */
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #2d9fd8;
    border: 2px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (min-width: 1180px) {
    .productstage__request {
        height: 4.9375rem; /* 79px */
        font-size: 1.5rem;
        line-height: 4.9375rem; /* 79px */
    }
}

.productstage__request:hover {
    color: #2d9fd8;
    background-color: transparent;
    border-color: #2d9fd8;
}

.productstage__request i {
    position: relative;
    top: -3px;
    margin-left: 2rem;
    font-size: .875rem;
}

/* slider - gallery */

.gallery__poster {
    width: 100%;
    height: 70vw;
    background-position: center center;
    background-size: contain;
  background-repeat:no-repeat;
}

@media (min-width: 840px) {
    .gallery__poster {
        height: 100%;
    }
}

.gallery .slick-prev {
    left: 2rem;
    z-index: 1;
    width: 1.5625rem; /* 25px */
    height: 4.375rem; /* 70px */
}

.gallery .slick-next {
    right: 2rem;
    z-index: 1;
    width: 1.5625rem; /* 25px */
    height: 4.375rem; /* 70px */
}

.gallery .slick-prev:before {
    font-family: fontawesome;
    font-size: 4.375rem; /* 70px */
    color: #999;
    content: '\f104';
}

.gallery .slick-next:before {
    font-family: fontawesome;
    font-size: 4.375rem; /* 70px */
    color: #999;
    content: '\f105';
}

.gallery__control {
    position: absolute;
    max-width: 1077px;
    margin-top: 2.75rem; /* 44px */
    margin-bottom: 2rem; /* 32px */
    top: 100%;
    width: 100%;
}

.gallery__preview {
    width: 8.75rem; /* 140px */
    height: 1.5rem;
    margin-right: 1rem; /* 24px */
    cursor: pointer;
    background-position: center;
    background-size: 200px;
    border: 3px solid transparent;
    opacity: .4;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (min-width: 780px) {
    .gallery__preview {
        height: 5rem; /* 80px */
        margin-right: 1.5rem; /* 24px */
    }
}

.gallery__preview.slick-current {
    border: 3px solid #f4c916;
    opacity: 1;
}

.gallery__preview:hover {
    opacity: 1;
}

/************************************************
 * SPLIT
 ************************************************/

.split {
    padding: 0 1rem;
}

@media (min-width: 880px) {
    .split--gray {
        background: rgba(255, 255, 255, 1);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(243, 243, 243, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(243, 243, 243, 1) 60%, rgba(243, 243, 243, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(243, 243, 243, 1) 60%, rgba(243, 243, 243, 1) 100%);
    }

    .split--gray > .container {
        background: rgba(255, 255, 255, 1);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(40%, rgba(243, 243, 243, 1)), color-stop(100%, rgba(243, 243, 243, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(243, 243, 243, 1) 40%, rgba(243, 243, 243, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(243, 243, 243, 1) 40%, rgba(243, 243, 243, 1) 100%);
    }
}

.split h2 {
    margin-top: 0;
}

.split h3 {
    margin-bottom: 0;
}

.split h4 {
    margin-bottom: 0;
}

.split h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.split h5 + p {
    margin-top: 0;
    color: #999;
}

.split ul {
    padding-left: 0;
    margin-top: 4rem;
    list-style: none;
}

.split li {
    padding: 2rem 0 2rem 6.25rem;
    font-size: 1.375rem;
    line-height: 1.1363636364;
    color: #333;
    background-position: left center;
}

@media (min-width: 880px) {
    .split__half {
        width: 40%;
        max-width: 750px;
        padding: 2rem 3rem 4rem 0;
    }

    .split__half:last-child {
        width: 60%;
        padding-right: 0;
    }
}

@media (min-width: 880px) {
    .split--gray .split__half:last-child {
        padding-left: 3.75rem;
    }
}

@media (min-width: 1020px) {
    .split--gray .split__half:last-child {
        padding-left: 7.5rem; /* 120px */
    }
}

/************************************************
 * PROPERTIES
 ************************************************/

.properties {
    background-color: #2d9fd8;
}

.properties .container {
    padding: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .properties .block-group {
        display: table !important;
        width: 100%;
        table-layout: fixed;
    }
}

@media (min-width: 1600px) {
    .properties .block-group {
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
    }
}

.properties .block {
    width: 50%;
}

@media (min-width: 768px) {
    .properties .block {
        display: table-cell !important;
        float: none !important;
        width: auto !important;
        clear: none !important;
        border-bottom: none !important;
    }
}

@media (min-width: 768px) {
    .properties .block:not(:last-child) {
        border-right: .125rem solid #fff;
    }
}

.properties .block:nth-child(2n+1) {
    width: 50%;
    clear: left;
    border-right: .125rem solid #fff;
}

.properties .block:last-child:nth-child(odd) {
    width: 100%;
    min-height: initial;
    border-right: 0;
}

@media (min-width: 768px) {
    .properties__list:before {
        display: none;
    }

    .properties__list:after {
        display: none;
    }
}

.properties__attribute {
    position: relative;
    min-height: 8.125rem; /* 130px */
    padding: 1.875rem .9375rem; /* 30px 15px */
    border-bottom: .125rem solid #fff;
}

.properties__attribute.is-optional {
    background-color: #777;
}

.properties__attribute.is-optional:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(119, 119, 119, .5);
}

.properties__attrwrap {
    text-align: center;
}

.properties__image {
    display: block;
    width: auto;
    height: 100%;
    max-height: 3.4375rem; /* 55px */
    margin: 0 auto 1.5rem; /* 24px */
}

.properties .block:last-child:nth-child(odd) .properties__image {
    display: inline-block;
    margin: 0 .5rem; /* 8px */
    vertical-align: middle;
}

@media (min-width: 768px) {
    .properties .block:last-child:nth-child(odd) .properties__image {
        display: block;
        margin: 0 auto .5rem; /* 8px */
    }
}

.properties__name {
    min-height: 3.5625rem; /* 57px */
    font-size: 1rem; /* 16px */
    font-weight: 600;
    line-height: 1.2142857143;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    .properties__name {
        min-height: 0;
    }
}

@media (min-width: 1366px) {
    .properties__name {
        font-size: 1.5rem; /* 24px */
    }
}

/*.properties__attribute.is-optional .properties__name {
  color: #B5B5B5;
}*/

.properties .block:last-child:nth-child(odd) .properties__name {
    display: inline-block;
    max-width: 54%;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .properties .block:last-child:nth-child(odd) .properties__name {
        display: block;
        max-width: none;
    }
}

/************************************************
 * GRID (MASONRY)
 ************************************************/

.grid {
    margin-bottom: 5rem;
}

.grid__headline {
    margin-top: 4rem;
    text-align: center;
}

.grid__masonry h3 {
    font-weight: 300;
    color: #999;
    text-transform: uppercase;
}

.grid .btn {
    text-transform: uppercase;
}

.grid__item {
    overflow: hidden;
}

.grid__item > *:not(img) {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 740px) {
    .grid__item > *:not(img) {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 1340px) {
    .grid__item > *:not(img) {
        padding-right: 3.125rem;
        padding-left: 3.125rem;
    }

    .grid__item--half.grid__item > *:not(img) {
        padding-right: 6.25rem;
        padding-left: 6.25rem;
    }
}

.grid__item > *:first-child:not(img) {
    padding-top: 2rem;
    margin-top: 0;
}

.grid__item > *:last-child:not(img) {
    padding-bottom: 2rem;
    margin-bottom: 0;
}

@media (min-width: 1340px) {
    .grid__item > *:first-child:not(img) {
        padding-top: 3.125rem;
    }

    .grid__item > *:last-child:not(img) {
        padding-bottom: 3.125rem;
    }
}

.grid__item p + img {
    margin-top: 2.1875rem;
}

.grid__item--sizer {
    width: 50%;
    height: 0;
    padding: 0;
}

@media (min-width: 740px) {
    .grid__item--sizer {
        width: 25%;
    }
}

.grid__item--half {
    width: 100%;
}

@media (min-width: 740px) {
    .grid__item--half {
        width: 50%;
    }
}

.grid__item--quater {
    width: 100%;
}

@media (min-width: 740px) {
    .grid__item--quater {
        width: 50%;
    }
}

@media (min-width: 1340px) {
    .grid__item--quater {
        width: 25%;
    }
}

.grid__item--grey {
    background-color: rgba(153, 153, 153, .4);
}

.grid__item--lightgrey {
    background-color: rgba(235, 235, 235, .6);
}

.grid__item--bluegrey {
    background-color: rgba(181, 195, 203, .22);
}

.grid__item img {
    display: block;
    width: 100%;
    height: auto;
}

/************************************************
 * IMAGEGRID (MASONRY)
 ************************************************/

.imagegrid {
    margin-bottom: 5rem;
    margin-left: -15px;
    margin-right: -15px;
}

.imagegrid .js-grid {
    visibility: hidden;
}
.imagegrid .js-grid.is-ready,
body.c5-in-edit-mode .imagegrid .js-grid {
    visibility: visible;
}

.imagegrid__item {
    overflow: hidden;
    width: 25%;
    padding: 15px;
}

.imagegrid__item--sizer {
    width: 25%;
    height: 0;
    padding: 0;
}
@media (max-width: 1299px) {
    .imagegrid__item,
    .imagegrid__item--sizer {
        width: 50%;
    }
}
@media (max-width: 700px) {
    .imagegrid__item,
    .imagegrid__item--sizer {width:100%;}
  .results__item{margin-top:0px;}
}

.imagegrid__item .imagegrid__wrapper {
  position: relative;
}

.imagegrid__item figure {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.imagegrid__item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.imagegrid__item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.imagegrid__item section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.87);
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.imagegrid__item:hover section {
    opacity: 1;
}

.imagegrid__center {
  width: 100%;
}

.imagegrid__item h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 0;
  -webkit-transform: scale(.2);
      -ms-transform: scale(.2);
          transform: scale(.2);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.imagegrid__item:hover h2 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.imagegrid__item h3 {
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 22px;
  margin-top: 10px;
  -webkit-transform: scale(.2);
      -ms-transform: scale(.2);
          transform: scale(.2);
  -webkit-transition: all .2s .05s;
  transition: all .2s .05s;
}

.imagegrid__item:hover h3 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.imagegrid__item hr {
  border-color: rgba(162, 153, 153, 0.68);
  width: 50%;
}

.imagegrid__item a {
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin: 15px auto 5px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  float: left;
  width: 50%;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.imagegrid__item:hover a {
  opacity: 1;
}

.imagegrid__item a:hover,
.imagegrid__item a:focus,
.imagegrid__item a:active {
  color: #fff!important;
}

.imagegrid__item i {
  font-size: 17px;
  margin-top: -10px;
}

#lg-download {
    display: none;
}

/************************************************
 * FORMULAR
 ************************************************/

.container .ccm-block-type-form,
.container--slim .ccm-block-type-form {
  max-width: 1200px;
  margin: 0 0 50px;
}

.container .ccm-block-type-form .fields,
.container--slim .ccm-block-type-form .fields {
  overflow: hidden;
}

.container .ccm-block-type-form .form-group,
.container--slim .ccm-block-type-form .form-group {
  padding: 0 1rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 620px) {
  .container .ccm-block-type-form .form-group,
  .container--slim .ccm-block-type-form .form-group {
    float: left;
    width: 50%;
  }
}

.container .ccm-block-type-form label,
.container--slim .ccm-block-type-form label {
  margin-bottom: .5rem;
}

/* Order */
.container .ccm-block-type-form .form-group:nth-child(2),
.container--slim .ccm-block-type-form .form-group:nth-child(2) {
  clear: left;
}

.container .ccm-block-type-form .form-group.field-textarea,
.container--slim .ccm-block-type-form .form-group.field-textarea {
  clear: left;
  width: 100%;
}

.container .ccm-block-type-form .form-actions,
.container--slim .ccm-block-type-form .form-actions {
  clear: left;
}

/* Select */
.container .ccm-block-type-form select,
.container--slim .ccm-block-type-form select {
  position: relative;
  cursor: pointer;
  height: 42px;
  width: 100%;
  border: 3px solid #E6E6E6;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  padding: 0 1rem;
}
.container .ccm-block-type-form select:focus,
.container .ccm-block-type-form select:active,
.container--slim .ccm-block-type-form select:focus,
.container--slim .ccm-block-type-form select:active {
  border-color: #2d9fd8;
}

/* Textarea */
.container .ccm-block-type-form textarea,
.container--slim .ccm-block-type-form textarea {
  border-radius: 4px;
  line-height: 1.2;
  border: 3px solid #E6E6E6;
  width: 100%;
  padding: 1em;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.container .ccm-block-type-form textarea:focus,
.container .ccm-block-type-form textarea:active,
.container--slim .ccm-block-type-form textarea:focus,
.container--slim .ccm-block-type-form textarea:active {
  border-color: #2d9fd8;
}

/* Submit */
.container .ccm-block-type-form .btn,
.container--slim .ccm-block-type-form .btn {
  border-color: #2d9fd8;
  width: auto;
  margin-left: 1rem;
  cursor: pointer;
}

.container .ccm-block-type-form .btn:hover,
.container--slim .ccm-block-type-form .btn:hover {
    color: #000;
}

/* Text */
.container .ccm-block-type-form input:not(.btn),
.container--slim .ccm-block-type-form input:not(.btn) {
  border-radius: 4px;
  border: 3px solid #E6E6E6;
  height: 42px;
  line-height: 42px;
  width: 100%;
  padding: 0 1em;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.container .ccm-block-type-form input:focus,
.container .ccm-block-type-form input:active,
.container--slim .ccm-block-type-form input:focus,
.container--slim .ccm-block-type-form input:active {
  border-color: #2d9fd8;
}

/* Radio */
.container .ccm-block-type-form .radio,
.container--slim .ccm-block-type-form .radio {
  display: inline-block;
  margin-right: 4rem;
  cursor: pointer;
  margin-top:4px;
}

.container .ccm-block-type-form .radio label,
.container--slim .ccm-block-type-form .radio label {
  position: relative;
  cursor: pointer;
}

.container .ccm-block-type-form .radio input,
.container--slim .ccm-block-type-form .radio input {
  display: none;
}

.container .ccm-block-type-form .radio span,
.container--slim .ccm-block-type-form .radio span {
  padding-left: 2rem;
  vertical-align: middle;
  cursor: pointer;
}

.container .ccm-block-type-form .radio span:after,
.container--slim .ccm-block-type-form .radio span:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('../../../../packages/expo_themepackage/themes/expo_theme//images/icons/icon-check.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 25px;
  border: 1px solid transparent;
}

.container .ccm-block-type-form .radio input:checked + span:after,
.container--slim .ccm-block-type-form .radio input:checked + span:after {
    background-image: url('../../../../packages/expo_themepackage/themes/expo_theme//images/icons/icon-check-checked.png');
}

/* Error */
.container .ccm-block-type-form .has-error > label,
.container--slim .ccm-block-type-form .has-error > label {
  color: red;
}

/************************************************
 * FOOTER
 ************************************************/

.footer__pre {
    padding: 0 1rem; /* 16px */
    background-color: #f0f0f0;
}

.footer__menu {
    padding-top: 2.25rem; /* 36px */
    padding-bottom: 3rem; /* 48px */

}

.footer__category, .footer__bottom {
    width: 100%;
    padding-right: 1rem; /* 16px */
    margin-bottom: 1rem;
    text-align: center;
}

@media (max-width: 640px) {
    .footer__logo, .footer__data {
        margin-bottom: 2rem !important;
    }
}
@media (min-width: 610px) {
    .footer__category{
        width: 50%;
        text-align: left;
    }
    .footer__bottom{
        width: 33.333333333%;
    }
    .footer__logo {
        width: 16.6666666667% !important;
    }
    .footer__data{
        width: 50% !important;
    }
    .newsletter{float: right;}

    .footer__category:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 800px) {
    .footer__category , .footer__bottom, .footer__data{
        width: 33.333333333%;
        text-align: left;
    }

    .footer__category:nth-child(2n+1) {
        clear: none;
    }

    .footer__category:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 1090px) {
    .footer__category , .footer__bottom{
        width: 16.6666666667%;
        margin-bottom: 0;
    }
    .footer__data{width: 66.666666667}

    .footer__category:nth-child(3n+1) {
        clear: none;
    }
}

.footer__category h2 {
    margin-top: 0;
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
    line-height: 1.4444444444;
    text-transform: uppercase;
}

.footer__category ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__category a {
    font-family: proximanovacond;
    font-size: 1.0625rem; /* 17px */
    font-weight: 400;
    line-height: 1.2941176471;
    color: #777;
    text-decoration: none;
}

.footer__meta {
    padding: .75rem 0 3rem 0; /* 12px 4px */
    border-bottom: 1px solid #c4c4c4;
}

@media (min-width: 610px) {
    .footer__copy {
        width: 33.3333333333%;
        padding-right: 1rem; /* 16px */
    }
}

.footer__copy p {
    float: left;
    margin: 0 0 .5rem; /* 8px */
    font-family: proximanovacond;
    font-size: 1.0625rem; /* 17px */
    font-weight: 400;
    line-height: 1.8823529412;
    color: #777;
}

@media (min-width: 610px) {
    .footer__nav {
        width: 50%;
    }
}

.footer__nav ul {
    padding: 0;
    margin: 0 -.5rem; /* -8px */
    text-align: left;
    list-style: none;
}

@media (min-width: 1120px) {
    .footer__nav ul {
        margin: 0 -1rem; /* -16px */
    }
}

.footer__nav li {
    display: inline-block;
}

.footer__nav a {
    padding: 0 .5rem; /* 8px */
    margin-bottom: .5rem; /* 8px */
    font-size: 14px; /* 17px */
    font-weight: 600;
    line-height: 1.8823529412;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 1120px) {
    .footer__nav a {
        padding: 0 1rem; /* 16px */
    }
}

@media (min-width: 610px) {
    .footer__social {
        width: 16.6666666667%;
    }
}

.footer__social p {
    margin: 0;
}

.footer__social img {
    float: right;
    width: 2rem; /* 32px */
    height: 2rem; /* 32px */
    margin-bottom: .5rem; /* 8px */
    margin-left: .5rem; /* 8px */
}

.footer__post {
    padding: 1.5rem 0; /* 24px 16px */
    border-bottom: 1px solid #c4c4c4;
    /*background-color: #e6e6e6;*/
}

.footer__address {
    margin-bottom: 2rem; /* 36px */
}

@media (min-width: 800px) {
    .footer__address {
        width: 66.666666666%;
    }
}

.footer__region {
    padding-right: 1rem; /* 16px */
    text-align: center;
}

@media (min-width: 490px) {
    .footer__region {
        width: 50%;
        text-align: left;
    }

    .footer__region:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 1330px) {
    .footer__region {
        width: 25%;
    }

    .footer__region:nth-child(2n+1) {
        clear: none;
    }

    .footer__region:nth-child(4n+1) {
        clear: left;
    }
}

.footer__region h2 {
    font-family: proximanovacond;
    font-size: 1.0625rem; /* 17px */
    font-weight: 600;
    line-height: 1.2941176471;
    color: #333;
}

.footer__region p {
    font-family: proximanovacond;
    font-size: 1.0625rem; /* 17px */
    font-weight: 400;
    line-height: 1.2941176471;
    color: #777;
}

.footer__logo {
    margin-bottom: 1rem;
    text-align: center;
}


@media (min-width: 800px) {
    .footer__logo {
        text-align: left;
    }
}

@media (min-width: 950px) {
    .footer__logo {
        margin-bottom: 0;
    }
}

.footer__logo img {
    display: inline-block;
    /*width: 9.5625rem;*/ /* 153px */
    height: 3.0625rem; /* 49px */
}

.footer__data {
    text-align: center;
}

@media (min-width: 950px) {
    .footer__data {
        width: 66.666666667%;
    }
}

.footer__data a {
    display: inline-block;
    padding: 0 1rem 0 0;
    margin-bottom: 1rem; /* 16px */
    font-size: 1.0625rem; /* 17px */
    font-weight: 600;
    line-height: 2.1875rem;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

@media (min-width: 800px) {
    .footer__data a {
        display: block;
        float: left;
    }
}

@media (min-width: 950px) {
    .footer__data a {
        padding: 0 1rem;
        margin-bottom: 0;
    }
}

.footer__data b {
    font-size: 21px; /* 25px */
    font-weight: 600;
    vertical-align: middle;
}

.footer__data img {
    vertical-align: middle;
}

.footer__data a:nth-child(1) img {
    width: 2.75rem; /* 44px */
    height: 1.5rem; /* 24px */
}

.footer__data a:nth-child(2) img {
    width: 2.1875rem; /* 35px */
    height: 2.1875rem; /* 35px */
}

.footer__data a:nth-child(3) img {
    width: 2.1875rem; /* 35px */
    height: 2.1875rem; /* 35px */
}

/************************************************
 * NEWSLETTER
 ************************************************/

.newsletter {
    margin-bottom: 3rem; /* 48px */
}

@media (min-width: 800px) {
    .newsletter {
        float: right;
        position: relative;
        top: -80px;
        margin-bottom: 0;
    }
}

.newsletter h1 {
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
    line-height: 1.4444444444;
    color: #333;
    text-transform: uppercase;
}

.newsletter input {
    width: 100%;
    padding: 1rem; /* 16px */
    margin-bottom: 1rem; /* 16px */
    background-color: #fff;
    border: 3px solid rgba(153, 153, 153, .35);
    border-radius: .25rem; /* 4px */
}

.newsletter button {
    position: relative;
    width: 100%;
    padding: .75rem; /* 12px */
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #2d9fd8;
    border: 0;
    border-radius: .25rem; /* 4px */
    -webkit-transition: all .2s;
    transition: all .2s;
}

.newsletter button:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
}

.newsletter button i {
    position: absolute;
    top: 50%;
    right: 1rem; /* 16px */
    margin-top: -.4375rem; /* -7px */
    font-size: .875rem; /* 14px */
}

/************************************************
 * FLIPPER
 ************************************************/

.flip-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip-container:hover .flip-flipper,
.flip-container.hover .flip-flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-flipper {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: .6s;
    transition: .6s;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-flipper:before {
    float: left;
    padding-top: 100%;
    content: '';
}

.flip-front,
.flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.ie .flip-container:hover .flip-flipper .flip-front {
    visibility: hidden;
}

.flip-container .flip-flipper .flip-front span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .6s .15s;
    transition: all .6s .15s;
}

.flip-container:hover .flip-flipper .flip-front span {
    -webkit-transform: scale(.2);
        -ms-transform: scale(.2);
            transform: scale(.2);
}

.flip-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ie .flip-container:hover .flip-flipper .flip-back {
    -ms-backface-visibility: visible;
}

.flip-container .flip-flipper .flip-back span {
    -webkit-transform: scale(.2);
        -ms-transform: scale(.2);
            transform: scale(.2);
    -webkit-transition: all .6s .15s;
    transition: all .6s .15s;
}

.flip-container:hover .flip-flipper .flip-back span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*---------------------------------------------------------------
 All the stuff below this line was added-by-olip
 ---------------------------------------------------------------/*

/************************************************
 * TEXT BOXES
 ************************************************/
.textbox {
    padding: 1rem;
}

.textbox__headline h1 {
    color: #333;
    font-size: 2.1875rem;
    font-weight: 800;
    line-height: 1.2;
}

.textbox__text p {
    font-weight: 400;
    line-height: 1.29412;
}

.textbox--twohalf .textbox__text,
.textbox--threethird .textbox__text {
    padding-right: 3rem;
}

@media (min-width: 800px) {
    .textbox--twothird {
        width: 66.666%;
    }

    .textbox--twohalf .textbox__headline {
        width: 50%;
    }

    .textbox--twohalf .textbox__text {
        float: left;
        width: 50%;
    }
}

@media (min-width: 00px) {
    .textbox--threethird .textbox__headline {
        width: 33.333%;
    }

    .textbox--threethird .textbox__text {
        float: left;
        width: 33.333%;
    }
}

/* -----------------------------------------------------------
 *  All the stuff beyond this line was added-by-olip
 * -----------------------------------------------------------*/

/* search overlay */
.searchoverlay {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.searchoverlay__form {
    display: none;
    line-height: 45px;
    padding: 1rem;
    position: absolute;
    z-index: 1001;
    top: 180px!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            text-align: center;
            width: 100%;
}

.searchoverlay--show {
    display: block;
}

.header--searchactive {
    background-color: #4E5C62;
}

.headernavigation--searchactive {
    color: #fff !important;
}

.searchoverlay__form label {
    display: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 20px
}

.searchoverlay__form input {
    border: 3px solid #8B9397;
    border-radius: 2px;
    height: 45px;
    width: 230px;
    padding: 10px;
}
@media (max-width: 374px) {
  .searchoverlay__form input {
    width: 150px;
  }
}

.searchoverlay__form button {
    background-color: #2d9fd8;
    border: 0 none;
    border-radius: 2px;
    height: 40px;
    margin-left: 10px;
    padding: 10px;
    vertical-align: middle;
    width: 45px;
}

.searchoverlay__form button i {
    font-size: 1.8rem;
    color: #fff;
    margin-top: -2px;
}

@media (min-width: 600px) {
    .searchoverlay__form label {
        display: block;
    }

    .searchoverlay__form input {
        width: 330px;
    }
}

/************************************************
* TEASER ELEMENTS
************************************************/
/* teaser subpage */
.teasersubpage {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 300px;
}

.teasersubpage__blueoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 300px;
    background-color: #2d9fd8;
    opacity: 0.8;
}

.teasersubpage__wrapper {
    position: relative;
    width: 100%;
    max-width: 99.375rem;
    padding: 1rem;
}

.teasersubpage__headline h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.08333;
    padding-top: 4rem;
}

.teasersubpage__subline h2 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 200;
    line-height: 1.08333;
    margin: 0;
    padding: 0;
}

@media (min-width: 800px) {
    .teasersubpage {
        background-position: center -70px;
    }
}

@media (min-width: 600px) {
    .teasersubpage__subline h2 {
        font-size: 3.75rem;
    }
}

/* teaser with img & text */
.teaserimgtext {
}

.teaserimgtext__img {
    height: 400px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 799px) {
  .teaserimgtext__img {
    height: 24vw;
    background-size: cover;
    min-height: 100px;
  }
}

.teaserimgtext__arrow--left {
    display: none;
    right: -4px;
}

.teaserimgtext__arrow--right {
    display: none;
    left: -4px;
}

.teaserimgtext__text {
    width: 100%;
    background-color: #F4F4F4;
    padding: 2rem;
}

.teaserimgtext__text h3 {
    font-size: 2.1875rem;
    font-weight: 200;
    color: #989898;
    line-height: 1.08333;
    text-transform: uppercase;
}

.teaserimgtext__text h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    line-height: 1.6;

}

.teaserimgtext__button {
    text-transform: uppercase;
}

@media (min-width: 800px) {
    .teaserimgtext__img {
        float: left;
        height: 400px;
        width: 50%;
        background-position: -400px center;
    }

    .teaserimgtext__arrow--left,
    .teaserimgtext__arrow--right {
        display: block;
        color: #f4f4f4;
        font-size: 5rem;
        position: absolute;
        top: 150px;
    }

    .teaserimgtext__text {
        float: left;
        height: 400px;
        width: 50%;
    }
}

@media (min-width: 1230px) {
    .teaserimgtext__img {
        width: 66.666%;
        background-position: center center;
    }

    .teaserimgtext__text {
        width: 33.333%;
    }
}

/************************************************
 * TEXT ELEMENTS
 ************************************************/
/* text columns with headline */
.textcols {
    padding: 1rem;
}

.textcols--headlinesmall h1 {
    font-size: 1.375rem;
    color: #333;
    font-weight: 800;
    line-height: 1.2;
}

.textcols__text p {
    font-weight: 400;
    line-height: 1.29412;
}

@media (min-width: 800px) {
    .textcols--twothird h1 {
        width: 66.666%;
    }

    .textcols--twohalf h1 {
        width: 100%;
    }

    .textcols--twohalf .textcols__text {
        float: left;
        width: 50%;
        padding-right: 3rem;
    }
}

@media (min-width: 900px) {
    .textcols--threethird h1 {
        width: 33.333%;
    }

    .textcols--threethird .textcols__text {
        float: left;
        width: 33.333%;
        padding-right: 3rem;
    }
}

/* centered text intro */
.textintro {
    padding: 1rem;
    margin: auto;
    text-align: center;
}

.textintro h1 {
    color: #333;
    font-size: 2.2875rem;
    font-weight: 800;
    line-height: 1.2;
}

.textintro h2 {
    font-family: proximanova;
    font-weight: 300;
    color: #333;
    font-size: 3.75rem;
    margin: 20px 0 45px;
}

.textintro__text p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.29412;
}

@media (min-width: 800px) {
    .textintro {
        width: 80%;
    }
}

/* text with blue intro */
.textblueintro {
    padding: 1rem;
    margin: auto;
}

.textblueintro h1 {
    font-family: proximanova;
    color: #2d9fd8;
    font-weight: 200;
}

.textblueintro__intro {
    font-weight: 400;
    color: #2d9fd8;
}

.textblueintro__text p {
    font-weight: 400;
    line-height: 1.29412;
}

@media (min-width: 800px) {
}

/* unordered text list */
.textlist {
    padding: 1rem;
}

.textlist h1 {
    font-size: 1.375rem;
    color: #333;
    font-weight: 800;
    line-height: 1.2;
}

.textlist__list--unordered {
    list-style-image: url('../../../../packages/expo_themepackage/themes/expo_theme//images/grid/list-bullet.png');
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.29412;
    margin-left: -24px;
}

/* icon text box */
.icontextbox {
    width: 100%;
    float: left;
    background-color: #F4F4F4;
    padding: 1rem;
    height: 300px;
    overflow: hidden;
    text-align: center;
    margin: 0.25rem;
}

.icontextbox:last-child {
    margin-right: 0;
}

.icontextbox:hover {
    background-color: transparent;
}

.icontextbox:hover a {
    color: #009DD4;
}

.icontextbox h3 {
    font-size: 1.375rem;
    color: #333;
    font-weight: 400;
    line-height: 1.29412;
}

.icontextbox__text p {
    font-weight: 400;
    line-height: 1.29412;
}

.icontextbox__readmore p {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.icontextbox__readmore a {
    text-decoration: none;
    color: #333;
}

.icontextbox__readmore i {
    margin-left: 0.5rem;
    vertical-align: top;
}

@media (min-width: 450px) {
    .icontextbox {
        width: 48%;
        height: 360px;
    }
}

@media (min-width: 600px) {
    .icontextbox {
        width: 32%;
    }
}

@media (min-width: 1200px) {
    .icontextbox {
        width: 16%;
    }
}

/************************************************
 * TEXT/IMG COMBINATIONS
 ************************************************/
.textimgcombi {
    padding: 1rem;
}

.textimgcombi__img img {
    width: 100%;
    max-width: 603px;
    padding: 1rem;
    margin-top: 1rem;
}

.textimgcombi__text h1 {
    color: #333;
    line-height: 1.2;
}

.textimgcombi__text p {
    font-weight: 400;
    line-height: 1.29412;
}

.textimgcombi__text a.btn {
    text-transform: uppercase;
    margin-top: 2rem;
}

@media (min-width: 700px) {
    .textimgcombi__img {
        width: 50%;
        float: left;
        padding: 0 1rem;
        text-align: center;
    }

    .textimgcombi__text {
        width: 50%;
        float: left;
        padding: 0 1rem;
    }
}

/* text/img combination 2/3 with unordered list */
.textimgcombi-twothird {
    padding: 1rem;
    background-color: #F4F4F4;
}

.textimgcombi-twothird__img {
    text-align: center;
}

.textimgcombi-twothird__img img {
    width: 100%;
    max-width: 603px;
    margin: 2rem auto 0 auto;
}

.textimgcombi-twothird__text h1 {
    color: #333;
    line-height: 1.2;
}

.textimgcombi-twothird__text p {
    font-weight: 400;
    line-height: 1.29412;
}

.textimgcombi-twothird__list {
    font-weight: 600;
}


.textimgcombi-twothird__list td {
    vertical-align: top;
    min-width: 25px;
    line-height: 1.2rem;
}

.textimgcombi-twothird__list img {
    vertical-align: sub;
    margin-right: 10px;
}

@media (min-width: 900px) {
    .textimgcombi-twothird__img {
        width: 66.666%;
        float: left;
        padding: 0 1rem;
    }

    .textimgcombi-twothird__text {
        width: 33.333%;
        float: left;
        padding: 0 1rem;
    }
}

/* blog */
.blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 1rem;
}

.blog__teaser--wide,
.blog__teaser--narrow {
    border-bottom: solid 3px #009DD4;
}

.blog__teaser--events {
    width: 100%;
    margin-bottom: 2rem;
}

.blog__img {
    text-align: center;
}

.blog__teaser--events .blog__img {
    text-align: left;
}

.blog__text {
    padding: 0 1rem;
}

.blog__teaser--events .blog__text {
    padding: .5rem 0 0;
}

.blog__text h3,
.blog__text h3 a {
    padding: 0;
    margin: 0;
    color: #009DD4;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: none;
    clear: both;
    text-decoration: none!important;
}

.blog__text h4 {
    padding: 0;
    margin: 0;
}

.blog__teaser--events .blog__text h4 {
    font-size: 0.75rem;
}

.blog__text hr {
    background-color: #009dd4;
    border: 0 none;
    float: left;
    height: 3px;
    width: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blog__teaser--events:hover .blog__text hr {
    width: 50%;
}

.blog__text p {
    font-weight: 400;
    line-height: 1.29412;
}

.blog__button {
    margin-bottom: 20px;
}


@media (min-width: 600px) {
    .blog__teaser--wide {
        float: left;
        width: 66%;
        margin-right: 2.7%;
    }

    .blog__teaser--narrow {
        float: left;
        width: 31.3%;
    }

    .blog__teaser--threethird {
        width: 31.333%;
        margin: 1%;
    }

    .blog__teaser--wide + .blog__teaser--threethird {
        margin: 0;
        width: 31.3%;
    }

    .blog__teaser--wide .blog__img {
        text-align: left;
    }

    .blog__teaser--narrow .blog__img {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .blog__teaser--events {
        width: 31.333%;
        margin: 1%;
    }
}
@media (min-width: 1200px) {
    .blog__teaser--events {
        width: 18%;
    }
}

/* video box with text & bg img */
.videobox {
    height: 450px;
    background-size: cover;
}

.videobox__blackoverlay {
    position: absolute;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 450px;
}

.videobox__text {
    position: relative;
    padding: 1rem;
}

.videobox__text h1,
.videobox__text h2,
.videobox__text p {
    color: #fff;
}

.videobox__play {
    position: relative;
    background-color: #F0F0F0;
    padding-top: 5px;
    text-align: center;
    margin: 0 1rem;
    border-radius: 8px;
}

.videobox__play:hover {
    opacity: 0.7;
    cursor: pointer;
}

.videobox__play img {
    width: 70px;
}

@media (min-width: 600px) {
    .videobox__blackoverlay {
        width: 50%;
    }

    .videobox__text {
        width: 50%;
        float: left;
    }

    .videobox__play {
        width: 50%;
        height: 450px;
        float: left;
        background-color: transparent;
        opacity: 1;
        margin: 0;
        padding: 0;
    }

    .videobox__play img {
        width: auto;
        margin: 150px 0;
    }

    .videobox__play:hover {
        opacity: 0.7;
    }
}

@media (min-width: 1200px) {
    .videobox__text {
        padding: 2rem 4rem;
    }
}

@media (min-width: 1500px) {
    .videobox__text {
        padding: 3rem 10rem;
    }
}

/* text box with bg img */
.imagebox {
    position: relative;
    height: 450px;
    background-size: cover;
}

.imagebox__blueoverlay {
    position: relative;
    height: 450px;
    background-color: #2d9fd8;
    opacity: 0.7;
}

.imagebox__text {
    position: absolute;
    height: 450px;
    padding: 1rem;
    opacity: 1;
    top: 0;
    text-align: center;
}

.imagebox__text h1,
.imagebox__text h2 {
    color: #fff;
}

.imagebox__text p {
    color: #fff;
    font-weight: 400;
    line-height: 1.29412;
}

@media (min-width: 450px) {
    .imagebox__text {
        padding: 3rem 15%;
    }
}

@media (min-width: 900px) {
    .imagebox__text {
        padding: 3rem 20%;
    }
}

/* accordion */
.accordion__item {
    padding: 1rem;
    width: 100%;
    cursor: pointer;
}

.accordion__button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    float: left;
    display: inline-block;
    margin-right: 1rem;
}

.accordion__button--open {
    border: solid 1px #EFEFEF;
}

.accordion__button--close {
    background-color: #47B0DC;
    color: #fff;
}

.accordion__button--hide,
.accordion__content--hide {
    display: none;
}

.accordion__headline {
    line-height: 48px;
    vertical-align: middle;
    border: solid 1px #EFEFEF;
}

.accordion__headline--opened {
    border-bottom: none;
}

.accordion__content {
    width: 100%;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}

.accordion__img {
    text-align: center;
}

.accordion__text {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.29412;
    padding: 1rem;
}

@media (min-width: 600px) {
    .accordion__item {
        float: left;
        width: 50%;
        padding: 1rem;
    }

    .accordion__img {
        text-align: left;
        width: 200px;
    }

    .accordion__img img {
        height: 122px;
        width: auto;
        float: left;
        margin: 0 1rem 1rem -1px;
    }

    .accordion__text {
        padding: 1rem;
    }
}

/* customer logos */
.customerlogos__headline {
    color: #333;
    font-size: 2.1875rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 1rem 0;
    text-align: center;
    text-transform: uppercase;
    display:block;
}

.customerlogos__item {
    width: 255px;
    height: 220px;
    line-height: 220px;
    margin: 16px auto 0 auto;
    border: solid 1px #BFBFBF;
    text-align: center;
    vertical-align: middle;
}

.customerlogos__item:hover img {
    -webkit-filter: none;
    filter: none;
}

.customerlogos__item img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 215px;
    vertical-align: middle;
}

@media (min-width: 540px) {
    .customerlogos__item {
        float: left;
        width: 49%;
        margin: 0.5%;
    }
}

@media (min-width: 810px) {
    .customerlogos__item {
        width: 32.333%;
    }
}

@media (min-width: 1080px) {
    .customerlogos__item {
        width: 24%;
    }
}

@media (min-width: 1350px) {
    .customerlogos__item {
        width: 19%;
    }
}

@media (min-width: 1620px) {
    .customerlogos__item {
        width: 15.666%;
    }
}

/* contact banner */
.contactbanner {
    background-color: #009DD4;
}

.contactbanner__text {
    padding: 2rem 1rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
}

.contactbanner__icons {
    width: 100%;
}

.contactbanner__iconleft {
    background-color: #009dd4;
    float: left;
    min-height: 86px;
    padding: 15px 10px;
    text-align: right;
    width: 50%;
}

.contactbanner__iconleft img {
    width: 90px;
}

.contactbanner__iconright {
    background-color: #009dd4;
    float: left;
    min-height: 86px;
    padding: 10px;
    text-align: left;
    width: 50%;
}

.contactbanner__iconright img {
    width: 60px;
}

@media (min-width: 600px) {
    .contactbanner__text {
        width: 65%;
    }

    .contactbanner__icons {
        width: 35%;
        float: right;
    }

    .contactbanner__iconright {
        width: 60px;
        padding: 10px;
        margin: 20px 30px 0 -15px;
        min-height: 0;
    }

    .contactbanner__iconleft {
        border-left: 0;
        border-right: solid 2px #fff;
        width: 90px;
        padding: 10px;
        margin: 20px;
        min-height: 0;
    }
}

@media (min-width: 800px) {
    .contactbanner__text {
        width: 74%;
    }

    .contactbanner__icons {
        width: 26%;
    }
}

@media (min-width: 1200px) {
    .contactbanner__text {
        width: 65%;
    }

    .contactbanner__icons {
        width: 18%;
    }
}

/** Added Style for Home Page Select Label **/
.label-booth {
    position: absolute;
    right: 35px;
    top: 13px;
}
@media (max-width: 767px) {
  .label-booth {
    top: 9px
  }
}

/** Added style for Finder error messages **/
.custom_alert.alert-danger {
    padding: 20px;
    background-color: #f44336 !important; /* Red */
    color: white;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 65px;
    margin-left: 50px;
    margin-bottom: 15px;
}
.custom_alert.alert-info {
    padding: 20px;
    background-color: #2d9fd8; /* Blue */
    color: white;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 65px;
    margin-left: 50px;
    margin-bottom: 15px;
    text-align: center;
}
@media (max-width: 1023px) {
  .custom_alert.alert-info,
  .custom_alert.alert-danger {
    margin-left: 0;
  }
}
.custom_alert.alert-info a {
  color: #fff!important;
}
.custom_alert.alert-info a:hover {
  color: #fff!important;
}
.custom_alert.alert-info img {
  max-width: 400px;
  width: 100%;
}
.lazy_load_more{
    cursor: pointer;
    margin-bottom: 3rem;
    margin-top: 2rem;
}




@media (min-width:768px) {
.notfound {
    position: fixed;
    width: 100%;}
 .notfound img{ width:50%; height:auto;}
}
.notfound .container {

    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; float:left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width:768px) {
.notfound {width: 100%; float:left; overflow:hidden;}
.notfound img{ width:100% !important; height:auto;}
.sitemap_wrapper_404 h4 { color: #fff; font-size: 13px;}
.sitemap_wrapper_404 h2{ font-size:18px !important;}

}


.sitemap_wrapper_404{ float: left;
    width: 100vw;
    background: #018bd3;
    border: 10px solid #fff; padding: 22px 0px;}

.sitemap_wrapper_404 h2 {
    position: relative;
    display: inline-block;
     margin-top: 0;
    margin-bottom: 0;
    margin-bottom:8px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1666666667;
    color: #fff;
    text-transform: uppercase; width:100%; text-align:center;

}
.sitemap_wrapper_404 a{color: #000000;}

.sitemap_wrapper_404 h4{ color:#fff;}
.nave_wraper_404 .nav>li {
    position: relative;
    display: block;
    display: inline-block;
}

.nave_wraper_404 .nav>li>a {
    position: relative;
    display: block;
    padding: 2px 9px;
    font-size: 12px;
}
.nave_wraper_404 .nav>li>a:hover{ background-color:transparent; color:#000;}

@media (min-width:768px)  and (max-height:850px) {
  .notfound img{ width:40%; height:auto;}
}
.searchResult{    border: 1px solid #f9f6f6; padding: 5px 15px;     margin-bottom: 20px; background:##fdfcfc;}
.searchResult h3{margin: 8px 0px; padding: 0px; font-size: 1.5rem;}
.searchResult a{     text-decoration: none;
    color: #525252 !important;
    font-family: 'ProximaNova', sans-serif !important;
    font-weight: 400;
    border-bottom: 2px dotted #7bc2e6;   word-break: break-all;}
a.pageLink {
    border: 0px;
}

.searchResult p{font-size: 1.2rem;     color: #757272;}
ul.pagination{margin: 0px;
    padding: 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;}
ul.pagination li{
display:inline-block;
width:auto;
height:26px;
float:left;
background:#c4c4c4;
color:#333;
margin-bottom:4px;
margin-left:4px;
text-align:center;
font-size:16px;
padding:4px 10px;}
ul.pagination li a {text-decoration:none;color: #333;}
.ccm-pagination-wrapper {
  margin-bottom: 1.5rem;
  margin-top: .5rem;
}

.ccm-pagination-wrapper ul.pagination li {
  height: auto;
  padding: 4px;
  background-color: transparent;
}

/************************************************
 * SCROLLTOP
 ************************************************/

.scrolltop {
  position: fixed;
  left: 50px;
  bottom: -45px;
  z-index: 100;
  display: block;
  width: 51px;
  height: 44px;
  font-size: 1.875rem;
  line-height: 2.75rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2d9fd8;
  border-radius: 4px;
  opacity: .7;
  -webkit-transition: all .4s;
          transition: all .4s;
}
@media (max-width: 991px) {
  .scrolltop {
    left: 15px;
  }
}

.scrolltop.is-active {
  bottom: 50px;
}
@media (max-width: 991px) {
  .scrolltop.is-active {
    bottom: 15px;
  }
}

.scrolltop:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .lazy_load_cont {
    padding-left: 3.25rem;
  }
}
@media (min-width: 1025px) {
    .fairconifg__go {
        /*top: 48%;*/
        top: 40%;
    }
}


/** Responsive CSS added after 3 July */
@media (max-width: 768px) {
    .page-home .boothconfig{
        margin-top: 0.8rem;
    }
}





.text-center{ text-align: center;}
.contact-form-heading-wrapper{margin-bottom: 40px;}
.footer__data p{margin:0; display: inline-block;}
.fairconifg__go{background-color: transparent; border: none;}
.footer-contact-form{clear: both; padding-top: 40px;}
.footer-contact-form .contact-form-heading-wrapper{border-top: 1px solid #E1E1E1;}
#inner-page-search-wrapper{padding-bottom:1rem !important;}
#inner-page-search-wrapper .boothconfig__config,.price-range-wrapper .boothconfig__config{margin-left: 0px !important;margin-right: 0px !important;}
#inner-page-search-wrapper .boothconfig__select{max-width: 320px;padding-left: 0px; }
#inner-page-search-wrapper .boothconfig__select:before {content: none;}
.price-range-wrapper{margin-top:40px;background: #f0f0f0;min-height: 160px;padding: 1rem 0;}
.price-range-wrapper .noUi-tooltip{color: #000000;}
.price-range-wrapper .boothconfig__select{max-width: 180px; }
#inner-page-search-wrapper .tagsinput .tag {
    background: #39464e;
    border-radius: 30px;
    color: #fff;
    margin: 2px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    border: 0;
    font-family: inherit;
}
#inner-page-search-wrapper .tagsinput .tag span {
    display: inline-block;
    /*max-width: 220px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
#inner-page-search-wrapper .tagsinput .tag a {
    cursor: pointer;
    font-size: 18px;
    line-height: 1px;
    margin-left: 7px;
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin-top: -3px;
}
#inner-page-search-wrapper .tagsinput {
    height: auto!important;
    min-height: inherit!important;
    padding: 4px;
    min-height: 3.125rem;
    border: 2px solid #fff;
    border-radius: .25rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    cursor: normal;
}
.boothconfig__select.first-block{ min-width:205px;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  background:#fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease 0s;
  display:inline-block;
   color: #333;
    font-size: 1.25rem;
    font-weight: 400;
    transition: all 0.2s ease 0s;
  padding:15px 10px;
  margin-right:7px;
}
.boothconfig__select.first-block ul{ display:none; min-width:200px; left:-2px;}
.boothconfig__select.first-block:hover ul{ display:block; position:absolute; background:#fff; margin:0px; padding:10px;}
.boothconfig__select.first-block:hover ul li{ list-style:none; font-size:16px; margin-bottom:5px;}

.slider-wrapper{ position:absolute; right:0; /*width:88%;*/width:100%; top:60px;}
#finderForm{ position:relative;}
.boothconfig .noUi-target {
  margin-bottom: 1rem;
  margin-right: 25px;
  margin-left: 25px;
}
.block-group.boothconfig__config.large-select{ position:relative; z-index:98; display:inline}
.boothconfig__select::before{ display:none}
.boothconfig.has-results{background: #FFFFFF;}

.absolute__half{width: 50%;}
.custom-row{margin: 40px 0;}


/*#left-sticky-wrapper .left-sticky-link{
    left: -87px;
    bottom: 48%;
    float: right;
    z-index: 999;
    transform:rotate(90deg);
    position: fixed;
    padding:8px 15px;
    margin:0;
    background-color: #0098da;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #0098da;
    border-radius: 5px;
}*/

#left-sticky-wrapper .left-sticky-link {
  position: fixed;
  top:20%;
  text-align:center;
  left: 0%;
  z-index: 100;
  width: 250px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
transform-origin: 0 90%;
  background-color: #0098da;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  margin:auto
}

#right-sticky-wrapper .right-sticky-link{
  position: fixed;
  top:20%;
  right: 0;
  z-index: 100;
   width: 250px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background-color: #0098da;
   padding:8px 15px;
   border-radius: 5px;
   text-decoration:none;
   text-align:center;
   margin:auto;
}








/*#right-sticky-wrapper .right-sticky-link{
    right: -75px;
    bottom: 48%;
    float: right;
    z-index: 999;
    transform: rotate(90deg);
    position: fixed;
    padding:8px 15px;
    background-color: #0098da;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #0098da;
    border-radius: 5px;
}*/

#left-sticky-wrapper .left-sticky-link > span, #right-sticky-wrapper .right-sticky-link > span{background-color: #0098da;color: #ffffff;border: 1px solid #0098da;border-radius: 5px;}

#stand_selector_modal{
    padding: 20px 50px 50px; max-width: 700px;text-align: center;
}
#get_quote_modal{
    padding: 20px 20px 0 20px; max-width: 700px;
}
#get_quote_modal .page-title{
    padding-left: 15px;
}
#stand_selector_modal a{
    position: relative;
    display: inline-block;
    padding: .5625rem 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.1666666667;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #2d9fd8;
    border: 2px solid transparent;
    border-radius: .25rem;
    transition: all .2s;
    border-color: #2d9fd8;
    width: auto;
    margin-left: 1rem;
    cursor: pointer;
}
#stand_selector_modal a:hover{
    color: #000000;
    background-color: #FFFFFF;
}
#stand_selector_modal h2{
    text-transform: uppercase;
}
#stand_selector_modal p{
    font-size: 18px;
    padding-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
#stand_selector_modal .page-title{
    color: #0098da;
    font-size: 33px;
    padding: 20px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 45px;
}
.fancybox-enabled {
    overflow: visible !important;
}
.gallery__control{
    top: 55px;
    right:350px;
    width: 150px;
}
.gallery__control .slick-slide{
    float: none;
    width: auto !important;
    margin-right: 0px;
    margin-bottom: 1.5rem;
    max-width: 100px;
}
.search-bar-on-image{position: relative;}
.search-bar-on-image .has-visible-slider {
    position: absolute;
    top: -110px;
    bottom:0;
    left:25px;
    right:25px;
}

.reference-wrapper h3{
    margin: 0 0 0.8rem 0;
    text-align: center;
}
.textcols--twohalf > .textcols__headline > h2{margin-top: 10px;}
.slick-initialized .bubble{visibility: hidden;}
.choose-txt ul{margin:0 0 0 20px;padding:0;}
.choose-txt ul li{margin:0;padding:0;list-style:disc;font-weight:bold;line-height:35px;}
.choose-txt h4{color:#2d9fd8;font-weight:bold;}

.homepg-custom{ padding:0px 0 50px;}
.quote_text_mng{ padding:50px 0 0;}
.hm-logotxt-content .homepg-custom{ padding:50px 0 0px;}

.homepg-custom h5{ margin:10px 0px 10px; padding:0px; font-size:30px; font-weight:700;}
.homepg-custom p{ margin-top:0; padding-top:0}
.homepg-custom ul{ margin:0px; padding:0px 0 0 20px;}
.homepg-custom ul li{ margin-bottom:7px;}

.team-wrapper .logoslider__slide img{ max-height:100%; padding:0 6px;}
.team-wrapper .logoslider__slide{ margin:0px; position:relative}
.team-wrapper .slick-list{ padding:0px !important;}
.team-wrapper .logoslider{ padding:0px 20px;}

.foot-print-text{ margin:0px; padding:30px 0 0px;}
.foot-print-text h5{ margin:10px 0px 10px; padding:0px; font-size:35px; font-weight:700;}
.foot-print-text ul{ margin:0px; padding:0px 0 0 20px;}
.foot-print-text ul li{ margin-bottom:7px; font-weight:bold}

.team-caption{ background:rgba(0,0,0,0.5); padding:5px 15px; text-align:left; font-size:16px; position:absolute; bottom:0; left:6px; right:6px; color:#fff; line-height:22px;}
.team-caption .team-member-name{ display:block; font-weight:bold; font-size:18px;}

.expo-team{ margin-top:25px;}
.expoteam-img{ float:left; width:33.33%; margin:0px 0 6px; position: relative}
.expoteam-img img{ width:100%; height:auto; padding:0 3px; display:block}
.expoteam-img .team-caption{ left:3px;}
.setup-thumb-row{ margin:50px 0 50px;}
.ccm-block-custom-template-textcolumns.expo-team-pg-txt{ margin:50px 0 0px;}
.team-head{ padding:30px 0 0;}
.team-head h5{color:#000; text-align:center; font-weight:bold; font-size:2em}
.setup-thumb-row.img-right .absolute__half, .setup-thumb-row.img-left .absolute__half{ text-align:justify}

.setup-thumb-row.img-right .absolute__half img{padding-left:25px; width:100%; height:auto}
.setup-thumb-row.img-left .absolute__half img{padding-right:25px; width:100%; height:auto}

.setup-thumb-row.img-right .setup-description{ padding-right:25px;}
.setup-thumb-row.img-left .setup-description{ padding-left:25px;}

.productsearch_strip{margin-top:25px;}
.prd-pg-buttons{padding:35px 0; text-align:left}
.prd-pg-buttons p{ display:flex}
.prd-pg-buttons a{ display:inline-block; margin-right:35px; float:none !important}
.product-slider-sec{ margin-bottom:0rem;}
.prd-percent-img{ padding:0px 0 0px; float:left; width:100%; text-align:center}
.prd-percent-img img{ padding-right:50px; box-sizing:border-box}

.productstage__tabcontent h5{ margin-bottom:0px;}
.productstage__tabcontent p{ margin-top:0; padding-top:0}
.productstage__tabcontent ul.prd-fea-lst{ margin:0px; padding:30px 0 30px;}
.productstage__tabcontent ul.prd-fea-lst li {
  background-size: 25px auto;
  box-sizing: border-box;
  float: left;
  font-size: 15px;
  list-style: outside none none;
  padding-bottom: 20px;
  padding-left: 40px;
  width: 50%;
  min-height: 48px;
}

.product-cont-area{ padding:50px 0 0; background:none}
.product-cont-area .split--gray{  background:none}
.product-cont-area h4{ margin:0; padding:0px;}
.product-slider-sec .productstage__tabcontent h1 {font-size: 1.75rem; margin-bottom:0; padding-bottom:10px}
.product-slider-sec .productstage__tabcontent h2 { margin:0; padding:0;font-size: 1.75rem;}

.choose-txt{ float:left; margin:0; padding:50px 0 0}

.rangeparent{margin:0px;padding:20px 0 20px;}
.rangeparent li{list-style: none;float: left; margin:0 15px 0 0}
.rangeparent li a{color:#2d9fd8; text-decoration: none}
.rangeparent li a:focus{color:#000; text-decoration: none}




@media screen and (min-width:993px) and (max-width:1100px){
.navigation__main a{ font-size:15px;}
.gallery__control {
  right: 230px;
  top: 55px;
  width: 150px;
}
.related-products{padding:0 20px;}
@media screen and (min-width:768px) and (max-width:1300px){
    .slider-wrapper {
      left: 15px;
      position: relative;
      width:100%
    }
    .price-range-wrapper{ min-height:200px;}
}
.slider-wrapper {
  left: 15px;
  position: relative;
  width:100%
}
.price-range-wrapper {
  min-height: 180px;
}
.ccm-custom-style-container { padding:0 1rem;}
.team-wrapper .logoslider__slider .slick-next {
  right: -25px;
}
.team-wrapper .logoslider__slider .slick-prev {
  left: -25px;
}
.setup-thumb-row.img-right .absolute__half img{padding-left:15px;}
.setup-thumb-row.img-left .absolute__half img{padding-right:15px;}
.prd-pg-buttons{ padding:15px;}
.prd-percent-img{ padding:15px;}
.choose-txt{ float:left; margin:0; padding:50px 0 0}
  }
@media screen and (min-width:801px) and (max-width:992px){
.gallery__control {
  right: 235px;
}

  }
@media screen and (min-width:768px) and (max-width:800px){
.slider-wrapper {
  left: 15px;
  position: relative;
  width:100%
}
.price-range-wrapper {
  min-height: 180px;
}
.productstage__gallerywrapper{ position:relative}
.gallery__control {
  right:50px;
  top: 55px;
  width: 100px;
  z-index: 1000;
}
.gallery__preview{ height:50px;}
.gallery .slick-prev {
  left: 10px;
}
.gallery .slick-next {
  right: 10px;
}
.related-products{padding:0 20px;}
.gallery__control .slick-track {
  max-height: 440px;
  overflow-y: scroll;
}
.setup-thumb-row{ margin:50px 0 0; }
.ccm-custom-style-container { padding:0 1rem;}
.team-wrapper .logoslider__slider .slick-next {
  right: -25px;
}
.team-wrapper .logoslider__slider .slick-prev {
  left: -25px;
}
.setup-thumb-row.img-right .absolute__half img{padding-left:15px;}
.setup-thumb-row.img-left .absolute__half img{padding-right:15px;}
.prd-pg-buttons a {margin-right:9px;}
.prd-percent-img img{ padding-right:50px; box-sizing:border-box; width:25%;}
.prd-pg-buttons{ padding:15px;}
.prd-percent-img{ padding:15px;}
.choose-txt{ float:left; margin:0; padding:50px 0 0}
  }
@media screen and (max-width:767px){
  .prd-pg-buttons p{ display:block}
.slider-wrapper {
  left: 15px;
  position: relative;
  width:100%
}
.price-range-wrapper {
  min-height: 230px;
}
.boothconfig__select.first-block{margin-left:0px; font-size:15px; padding:10px;}
.product_url{ padding:0 20px;}
.related-product-wrapper .product_name { padding: 20px 22px;}
#finderForm {
  position: relative;
  padding: 0 10px;
}
.boothconfig__select.first-block ul{ z-index:100}
.block-group.boothconfig__config.large-select{ position:static}
#inner-page-search-wrapper .boothconfig__select{ max-width:100%;}
.boothconfig__select{ padding:0px;}
.expoteam-img{ float:left; width:100%; margin:0px 0 6px; position: relative}
.setup-thumb-row .block.absolute__half{width:100%; float:none}
.setup-thumb-row{ margin:30px 0 0;}
.ccm-custom-style-container { padding:0 1rem;}
.team-wrapper .logoslider__slider .slick-next {
  right: -25px;
}
.team-wrapper .logoslider__slider .slick-prev {
  left: -25px;
}
.prd-pg-buttons a{ margin:0px 0 10px; display:block; width:100% !important; font-size:13px;}
.prd-percent-img{ text-align:center; padding:10px 0 0;}
.prd-percent-img img{ padding:0px;}
.choose-txt{ float:left; margin:0; padding:50px 0 0}

}

@media screen and (max-width:480px){
.boothconfig__select{ margin:0px 0 10px; padding:0px;}
.price-range-wrapper .boothconfig__select{ max-width:100% !important}
#inner-page-search-wrapper .boothconfig__select{ max-width:100%;}
#inner-page-search-wrapper .tagsinput .tag{ font-size:12px;}
.boothconfig__select.first-block{margin-left:0px; font-size:15px; padding:10px;}

  }

.heading-srch-result.srchrslt-n h1{ float:none}
.boothconfig__results.srchrslt{ margin:0px;}

#left-sticky-wrapper .left-sticky-link{ background:rgba(0,152,218,0.7);transition: all 0.4s ease 0s;}
#left-sticky-wrapper .left-sticky-link:hover, #right-sticky-wrapper .right-sticky-link:hover{ background:rgba(0,152,218,1);}
#left-sticky-wrapper .left-sticky-link span{ background-color:transparent; border:none}

#right-sticky-wrapper .right-sticky-link{background:rgba(0,152,218,0.7);transition: all 0.4s ease 0s;}
#right-sticky-wrapper .right-sticky-link span{background-color:transparent; border:none}
.hm-alignment p{ text-align:justify}
.gallery__poster{ background-position: center top}
.productstage__gallery {max-height: 412px;}
.product_url.prd-pg-buttons a {margin-right:18px;background-color: #2d9fd8;
    border: 2px solid transparent;
    border-radius: 0.25rem;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.16667;
    padding: 0.5625rem 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;}
.product_url.prd-pg-buttons a:hover {
  background-color: #fff;
  border-color: #2d9fd8;
}


.prd-percent-img {padding:0px 0 0px;width:auto; margin:0 -15px;}
.prd-percent-img img {
  margin: 0 18px;
  max-width: 150px;
  padding: 0;
}
.product-slider-sec {margin-bottom: 80px;}
.btn--arrow-right {padding-right: 20px;}
.productstage__sidebar{padding-bottom: 0px;}
.productstage__sidebar h4{margin-bottom:0px;}
.product-cont-area .split__half:last-child{ padding-right:3rem !important}
.productstage__tabcontent .selectric .label{ font-size:15px;}
.frm-cust, .frm-quickques-cust{ max-width:90%;}
.frm-quickques-cust .form-group.field.field-textarea, .frm-cust .form-group.field.field-textarea{ clear:none !important; width:100% !important}

.frm-cust .container.container--slim .ccm-block-type-form, .frm-quickques-cust .container.container--slim .ccm-block-type-form{ margin:0px !important;}

.frm-cust .form-actions, .frm-quickques-cust .form-actions{ text-align:right; padding-right:15px}

.frm-cust .form-group, .frm-quickques-cust .form-group{ float:left; width:33% !important;}
.frm-cust .form-group:nth-child(2){ clear:none !important; width:50% !important; float:left}
.frm-cust .form-group:nth-child(1){ clear:none !important; width:50% !important; float:left; position:relative}
.frm-cust .form-group:nth-child(1):after{ content: "X";
    font-size: 25px;
    position: absolute;
    right: -8px;
    top: 32px;}

.frm-cust .ccm-block-type-form input[type="file"], .frm-quickques-cust .ccm-block-type-form input[type="file"]{ height:auto !important;}
.frm-quickques-cust .form-group:nth-child(2){ clear:none !important; }
.product_url.prd-pg-buttons a{ max-width:320px; margin-right:10px; min-width:170px;}

.ord_by {
  border: 2px solid #fff;
  border-radius: 0.25rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease 0s;float:right; min-width:160px !important; width:auto !important;
  margin-top:13px;
}
.ord_by::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #333 transparent currentcolor;
  border-image: none;
  border-style: solid solid none;
  border-width: 4px 4px medium;
  bottom: 0;
  content: " ";
  height: 0;
  margin: auto;
  position: absolute;
  right:10px;
  top: 0;
  width: 0;
}

.ord_by select{ float:left; border:none; padding:10px 0; background-color:transparent; -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';}
.heading-srch-result h1{ float:left}
.ord_by select::-ms-expand {
    display: none;
}
.choosecity-text > p {
  font-weight: bold;
  margin-bottom: 5px;
}
.priceonproduct h4{margin-top:10px;}
.diyicon{ float:right;}

@media screen and (max-width:1024px) and (min-width:993px){
.prd-percent-img img {max-width: 160px;padding-right:10px;}
.product_url .btn{ font-size:14px;}
	.sidebar-form h2{margin-bottom:35px !important;}	
}

@media screen and (max-width:992px) and (min-width:768px){
.gallery__poster {height: 50vw;}
}

@media screen and (max-width:767px){
.productstage__sidebar{ padding-bottom:0px;}
.product-slider-sec {margin-bottom: 0;}
.frm-cust .form-group, .frm-quickques-cust .form-group{ float:left; width:100% !important; padding:0px !important;}
.frm-cust .form-actions, .frm-quickques-cust .form-actions{ text-align:right; padding-right:0px}
  }

.results__property .diyicon{ float:right}


/** Banners CSS on 15 Jan 2018 */
.page-banner{ position:relative; padding:5px;}
.page-banner img{ width:100%; height:auto}
.page-caption{ position:absolute; right:60px; top:-19px; text-align:center}
.page-caption h2{ font-size:35px; color:#000; font-weight:800}
.page-caption h3{ font-size:40px; margin:30px 0px; display:block; font-weight:300; text-transform:none;}
.page-caption a{ border:solid 1px #000; padding:10px 15px; color:#000; text-decoration:none; display:inline-block}
.page-caption a:hover{ background:#000; color:#fff !important;}
@media screen and (max-width:992px) and (min-width:768px){
    .page-caption h3 {margin-bottom: 10px; font-size:30px;}

    .page-caption {right: 20px;top: 0;}
}
@media screen and (max-width:767px){
    .page-caption{ right:20px; top:0px; text-align:right}
    .page-caption h2{ font-size:13px; margin:0; padding:10px 0 0}
    .page-caption h3{ font-size:12px; margin-bottom:0px; display:block; margin:5px 0 5px; padding:0}
    .page-caption a{ font-size:11px; padding:5px;}

}

.demo-banner-outer{
    /*background-color: #1a82f7;background-repeat: repeat-y; background: -webkit-gradient(linear, left top, right top, from(#4db8e4), to(#f1f8fe)); background: -webkit-linear-gradient(left, #4db8e4, #f1f8fe);  background: -moz-linear-gradient(left, #4db8e4, #f1f8fe);  background: -ms-linear-gradient(left, #4db8e4, #f1f8fe); background: -o-linear-gradient(left, #4db8e4, #f1f8fe); */padding:20px 0; margin-top:15px;border: solid 1px #009ad3;border-right:none; display:table-cell}
.demo-banner-outer .demo-banner{ /*background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/popup-box.jpg') center top no-repeat; */width:100%; margin:0px auto;  text-align:center; }
.demo-banner-outer .demo-banner h2{ color:#049ad9; font-size:40px; padding:115px 15px 0px; /*max-width:450px; */margin:0 auto 75px; font-family:'ProximaNova', sans-serif !important; font-weight:800; line-height:45px;}
a.btn-demo{ background:#fff; border:solid 1px #0399d6; color:#0399d6; font-size:16px; padding:10px 25px; font-weight:bold; text-decoration:none}
a.btn-demo:hover{ background:#0399d6; color:#fff !important;}

@media screen and (max-width:767px){
    .demo-banner-outer .demo-banner{ /*background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/popup-box.jpg') center top no-repeat;*/ width:100%; max-width:100%; background-size:100% auto; margin:30px auto;}
.demo-banner-outer .demo-banner h2{ font-size:45px; margin:15px auto; padding:35px 20px 20px;/*max-width:400px*/}
}
.column-outer{ display:table;}
.call-back-outer{width:50%; box-sizing:border-box; margin-top:15px; display:table-cell;  text-align:center;border:solid 1px #009ad3; min-height:465px;}
.call-back-outer .demo-banner{width:100%;}
.call-back-outer .demo-banner p{ line-height:35px;color:#0098dc; font-size:30px; }
.call-back-outer .demo-banner h2{ color:#049ad9; font-size:40px; font-weight:800; padding:35px 15px 20px; /*max-width:400px;*/ margin:auto}
.call-back-outer .demo-banner h3{ color:#0098dc; text-transform:none; font-weight:300; font-size:55px; padding:0 0 0px; margin:0; }
.btn-call{ background:#667690;color:#fff; position:relative; font-size:14px; padding:13px 25px 13px 45px; font-weight:bold; text-decoration:none; max-width:280px; display:block; margin:50px auto}


.btn-call:before{ content:''; background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/icon-phone.png'); width:51px; height:48px; display:block; position:absolute; left:-15px; top:-3px;}
a.btn-call:hover{ color:#fff !important}


@media screen and (max-width:767px){
    .demo-banner{ font-size:15px;}
    .demo-banner p{ line-height:18px;}
    .demo-banner h2{ font-size:28px; margin:15px auto; padding:30px 15px 0;}
    .btn-call{ display:inline-block}
    .demo-banner h3{ font-size:25px;}
    .btn-call{ margin:20px auto;}
}


.ideas-banner-outer{
    background-color: #1a82f7;background-repeat: repeat-y; background: -webkit-gradient(linear, left top, right top, from(#4db8e4), to(#f1f8fe)); background: -webkit-linear-gradient(left, #4db8e4, #f1f8fe);  background: -moz-linear-gradient(left, #4db8e4, #f1f8fe);  background: -ms-linear-gradient(left, #4db8e4, #f1f8fe); background: -o-linear-gradient(left, #4db8e4, #f1f8fe); padding:20px 0 0; text-align:center ; border:solid 2px #0995d2; margin-top:15px;}
.ideas-banner{ background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/ideas-box.jpg') center top no-repeat; width:100%; max-width:572px; height:387px; margin:0px auto;  text-align:center; display:inline-block;}
.ideas-banner h2{ color:#1a4567; font-family:georgia; max-width:385px; font-size:45px; padding:40px 50px 30px; float:right }
a.btn-ideas{ background:#fff; border:solid 1px #0399d6; color:#0399d6; font-size:16px; padding:10px 25px; font-weight:bold; text-decoration:none; text-transform:uppercase}
a.btn-ideas:hover{ background:#0399d6; color:#fff !important;}

.ideas-caption{ display:inline-block; vertical-align:top;max-width:600px; padding-left:50px; text-align:center; margin-top:60px;}
.ideas-caption h2{ color:#009bd6; font-size:32px; font-weight:normal; margin-bottom:35px;}
.clearfix{ clear:both}

@media screen and (min-width:993px) and ( max-width:1024px){
    .ideas-banner{ background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/ideas-box.jpg') center top no-repeat; width:100%; max-width:400px; height:387px; margin:0px auto;  text-align:center; display:inline-block;background-size:100% auto;}
    .ideas-banner h2 {max-width: 250px;font-size: 30px;padding: 40px 20px 30px;}
}

@media screen and (min-width:768px) and ( max-width:992px){
    .ideas-caption{ margin:0px;}
    .call-back-outer .demo-banner h3{ font-size:50px;}
}

@media screen and (max-width:767px){
    .ideas-banner{ background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/ideas-box.jpg') center top no-repeat; width:100%; max-width:300px; background-size:100% auto; margin:30px auto; height:220px;}
    .ideas-banner h2 {max-width:240px;font-size: 20px;padding: 40px 20px 30px;float: right;}
    .ideas-caption {margin-top: 0;}
  .custom-half-split .block.absolute__half{ display:block; float:none; width:100%;}
.demo-banner-outer .demo-banner {height: auto;padding-bottom: 62px;}
.demo-banner-outer .demo-banner h2 {line-height: 1.1;}
.ideas-caption{ padding-left:0px;}
.call-back-outer .demo-banner h3{ font-size:40px;}
.call-back-outer .demo-banner h2{ font-size:45px;}
.call-back-outer .demo-banner p{ font-size:25px;}
  .demo-banner-outer{ width:100%; display:block !important;}
  .call-back-outer{ width:100%; display:block !important}
}

.ec-address-details{ padding: 20px 20px 30px;}
.ec-address-details span{
    float: left;
    width: 16.66667%;
}
.ec-address-details span img{
    width: 32px;
    height: 32px;
    padding: 0px !important;
}
.ec-address-details address,.ec-address-details time {
    float: left;
    width: 83.33333%;
    padding: 0;
    color: #666;
    text-align: left;
    /*margin-bottom: 20px;*/
  margin-bottom: 16px;
    line-height: 20px;
  margin-top: 5px;
}
.ec-address-details a{margin-top: 5px;display: inline-block;}
.ec-address-details time{
    /*padding-top: 5px;*/
    margin-bottom: 40px !important;
}
.ec-address-details button{
    cursor: not-allowed;
}
.ec-address-details button:hover{
    color: #2d9fd8;
}
.container .ccm-block-type-form .form-group:nth-child(2), .container--slim .ccm-block-type-form .form-group:nth-child(2){ clear:none;}
.field-datetime input{width:auto;}
.field-datetime .form-inline select{ display:inline-block; width:auto}
.field-datetime .form-inline .separator{ display:inline-block; width:20px; text-align:center}
.field-datetime .ccm-input-date-wrapper{ display:inline-block; width:auto; margin-right:15px;}

.creeya-messestand-system .teasersubpage__blueoverlay{background: transparent;}

.map-left-content > p:first-child{margin-top: 0px ;}

.field-radios{float: none !important;}

.breadcrumb{
    margin: 0;
    padding: 0;
}
.breadcrumb li a{
    color: #777;
    text-decoration: none;
}
.breadcrumb li{
    list-style: none;
    float: left;
    display: inline-block;
    margin: 5px 2px;
  font-size:15px;
}
.breadcrumb li a:hover{
  color: #2d9fd8 !important;
      text-decoration: underline;
}

.breadcrumb li:after {
    content: " ";
  background-position: -90px -127px !important;
  background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/icons.png') no-repeat ;
  height:15px;
  width:15px;
  display:inline-block;
}
.breadcrumb li:last-child:after {
    content: "";
  background:none
}
.breadcrumb>.active {
    color: #aaa;
}
  .breadcrumb li.homebread .hm {
    height: 13px;
    width: 13px;
    margin-right: 0;
    background-position: -27px -130px !important;
  background:url('../../../../packages/expo_themepackage/themes/expo_theme//images/icons.png') no-repeat;
  display:inline-block;
}
/* Switch language */
.js-switchlanguage {
  position: relative;
}
.js-switchlanguage a {
  pointer-events: none;
}
.js-switchlanguage select {
  background: transparent;
  border: none;
  color: #2d9fd8;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.js-switchlanguage-lang {
  display: none;
}
.drp-country{font-size:1rem;display:inline-block;color:#000;margin:15px 0 0;position:relative;vertical-align:top;}
.footer-country{margin:5px 0 0 0;}
.multi-lang{text-align:right;color:#fff;}
.multi-lang a{color:#000;text-decoration:none; margin:6px 2px 0;display: inline-block;font-size:12px;}
.multi-lang span{color:#000;font-size:12px;}
.cust-breadcrumb{ margin-bottom: 5px; }
.cust-nav-head{float: none; width: auto; display: inline-block; margin-right: 15px;vertical-align:top;}
.ddcommon.borderRadius{ display:inline-block;}
.drp-country ul{ margin:0; padding:5px; background:#fff;width:145px;}
.drp-country  ul li{ display:block; font-size:1rem; float:none;border-bottom:solid 1px #ccc;padding:5px;text-align:left;color:#000}
.drp-country  ul li img{float:left;margin-right:5px;}
.dd.ddcommon.borderRadius, .dd.ddcommon.borderRadiusTp, .dd.ddcommon.borderRadiusBtm{width:auto !important;padding:4px 10px;color:#000; display:inline-block;}
.ddTitleText  img{float:left;margin-right:5px;margin-top:0px;height:20px;}
.ddChild.ddchild_.border.shadow{left:0;right:0;top:25px !important;}
.drp-country  ul li.enabled{cursor:pointer;}
.ch-at-banner-image{
    margin-bottom: 30px;
}

.boothconfig__results .results__image{
    background-size: contain !important;
    background-color: transparent !important;
    /*border: 1px solid #ccc;*/
}
/* Cookie Notice */
#cookiecontrol { position: fixed; bottom: 0; width: 100%; border-top: solid 1px #2d9fd8; background: #2d9fd8;opacity:.9; color: #ffffff; z-index: 99999; }
#cookiewrapper { margin: 0 auto; padding: 0px 40px 0px 20px; text-align: left; min-height: 15px; max-width: 855px; position: relative; } 
#cookiepolicytxt { font-size: 15px; }
#cookiewrapper a { color: #ffffff; font-weight: bold; text-decoration:none; } 
#cookieclose { position: absolute; top: -13px; right: 10px; display: block; font-size: 40px; }

/* FAQ Page css start here*/
.mng-faq{padding:50px 0;border-top: 1px solid #E1E1E1;}
.mng-faq h5 {font-size: 1.75rem;font-weight: 800; line-height: 1.2; color: #333;  text-transform: uppercase;}
.mng-faq ul{ margin:0px; padding:0px 0 0 0px; }
.mng-faq ul li label {line-height:40px; color:#333 !important; display:block;list-style: none;background:#f6f6f6 url('../../../../packages/expo_themepackage/themes/expo_theme//images/icon-faq.png') 10px 15px no-repeat;padding: 5px 15px 5px 38px;margin-bottom: 5px;}

.mng-faq ul li { list-style: none;}
.mng-faq ul li label{position: relative;}
.mng-faq ul li label:before{content:'';background: url('../../../../packages/expo_themepackage/themes/expo_theme//images/down-arrow.png') right top no-repeat;width:25px; height: 11px; display: block; position: absolute;; right:10px; top:20px;}
.mng-faq ul li ul li{ background: none; line-height: normal; padding:5px;font-size:1.10rem  }
.mng-faq ul li .answer p, .mng-faq ul li .answer{ font-size:1.10rem;padding:0;margin:0;}
.mng-faq ul li .answer{padding:15px;}
.dd.ddcommon{ position:relative;}
.dd.ddcommon:after { content: ""; font-family: FontAwesome; vertical-align: middle; position: absolute; right: -7px; top: 3px; font-size: 18px; color: #2d9fd8;}

.field-checkboxlist label.control-label span{display:none;}
.field-checkboxlist label.control-label{display:none !important;}
.form-group.field.field-checkboxlist{width:100% !important}
.checkbox input[type="checkbox"]{width:20px !important; height:20px !important; display:inline-block;margin-right:15px;}
.form-group.field.field-checkboxlist .checkbox > label{ display:flex;}
.form-group.field.field-checkboxlist.has-error .checkbox > label{ color:red;}
div.alert-error, div.alert-danger{display:none;}

.subscription-page .fields .field.field-text:first-child {width:100%}
.ldmore{text-align: center; padding: 25px 0 0;}

.slider__slide.slide .bubble{opacity:0}

.field-radios label.control-label span{display:none;}
.field-radios label.control-label{display:none !important;}
.form-group.field.field-radios{width:100% !important}
.radio input[type="radio"]{width:20px !important; height:20px !important; display:inline-block;margin-right:15px;}
.form-group.field.field-radios .radio > label{ display:flex;}
.form-group.field.field-radios.has-error .radio > label{ color:red;}
.container .ccm-block-type-form.subscribe-frm .radio, .container--slim .ccm-block-type-form.subscribe-frm .radio{margin-right:0;}
span.teaser_head{font-size: 2em;margin: 0.67em 0;display: block;font-weight:bold;}
.teaserimgtext__text .headteaser{font-size: 2em;font-weight: bold;margin: 0.67em 0;}
.headerror{border: solid 1px red;padding: 20px;}
.headerror p{color: red; font-weight: bold;}
.checkbox span{width:100%;}
.navigation .trustpilot-widget{display: inline-block;width:235px;}
.navigation .trustpilot-widget iframe{height:105px;}

.navigation iframe #reviews-summary .tp-widget-businessinfo__trustscore{display: inline-block;}
.navigation .tp-widget-businessinfo__trustscore, .tp-widget-businessinfo__total{display:inline-block !important}
.prd_trust .trustpilot-widget{margin-left:-44px;}

.message-box{max-width:1200px; margin: auto; text-align: center}
.message-box h2{text-align: center;color: #5b5b5b;text-transform: uppercase;font-weight: 500;font-size: 2.5rem;margin-bottom: 0; padding-bottom:20px}
.message-box .column-outer{display: flex;flex-wrap: wrap;margin:0 -25px 40px;}
.message-box .three-column{width:33.33%;padding:0 25px;}
.message-box .three-column a{background:#0095da;color:#fff;text-transform: uppercase; display: block;border-radius:5px; text-align: center;padding:10px;font-size: 18px; text-decoration: none; position: relative}
.message-box .three-column a:after{content:'';width:15px; height: 15px; background: #004a80;position: absolute; right:-7px;display: block;transform:rotate(45deg);-webkit-transform:rotate(45deg);top: 0; bottom: 0; margin: auto;}
.message-box .three-column a:hover{color:#fff !important}
.message-box .box-heading{padding:0 0 10px; margin-bottom:20px; text-align: center}
.message-box .box-heading span{background:url(../../../../packages/expo_themepackage/themes/expo_theme//images/icon-envelope.png) center 5px no-repeat; display: inline-block;min-width:100px; min-height: 35px; margin: auto; position: relative}
.message-box .box-heading span:before{ left:-150px;}
.message-box .box-heading span:after{right:-150px}
.message-box h5{margin-top:30px;}

.message-box .box-heading span:before, .message-box .box-heading span:after{content:'';height: 2px;background:#0095da;width:115px; position: absolute; top: 0; bottom: 0; margin: auto}

.slider-banner{padding:75px 0; text-align:center;position:relative;margin-bottom: 60px;}
.slider-banner:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:url(../../../../packages/expo_themepackage/themes/expo_theme//images/form-bg-full.jpg);background-size:100%}
.slider-banner form{max-width:1650px;margin: auto;padding:0 40px;}

.banner-inner{position:relative;z-index:1}
.slider-banner h2{color:#000;font-weight:600;margin-bottom:0px;padding:0px;/*font-family: 'RubrikMedium';*/}
.slider-banner h3{color:#2d9fd8;font-weight:600;text-transform:none;margin:15px 0;padding:0px;/*font-family: 'RubrikMedium';*/}
.slider-banner .boothconfig__select{width:20%;}
.slider-banner .boothconfig__select select:focus{outline: none}
.slider-banner .boothconfig__select select{width:100%;border:solid 1px #566068;outline:none;padding:15px;border-radius:8px;-webkit-appearance: none;-moz-appearance: none;background:url('/packages/expo_themepackage/themes/expo_theme/images/select-arrow.png') 98% 20px no-repeat;/*font-family: 'RubrikMedium';*/}
.slider-banner .boothconfig__select button, .sidebarform-box button{width:100% !important;padding:15px;line-height:24px;color:#fff;-webkit-appearance: none;-moz-appearance: none;text-align:center !important;border:none;background:#2d9fd8;font-weight: bold;padding-left: 0px;border-radius:8px;}
.slider-banner .boothconfig__config{display:flex;justify-content:center;align-items:center;margin:35px 0}
.slider-banner .boothconfig__select button img, .sidebarform-box button img{max-width:20px;vertical-align:top;margin:5px 0 0 5px;}

.sidebar-form .boothconfig__config {
  margin-right: 0;
  margin-left: 0;
}

article.slider{ position: relative}


.sidebar-form .form-inner{border-radius:0px;background:#fff;padding:20px 20px 0; height: 100%}
.home-slider.slider .slide{height: 482px;}


.ccm-edit-mode .sidebarform-box{ position: relative}
.sidebar-form h2{font-family: 'RubrikMedium_0';color:#2d3943; text-align: center;margin-bottom: 70px;font-weight:bold;}
.sidebar-form .form-block{width:50%;float: left;margin-bottom:30px;padding:0 20px;}
.sidebar-form .form-block select{border:solid 1px #566068;outline:none;padding:15px;border-radius:8px;-webkit-appearance: none;-moz-appearance: none;background:url('/packages/expo_themepackage/themes/expo_theme/images/select-arrow.png') 98% 20px no-repeat;width:100%;/*font-family: 'RubrikMedium';*/}
.sidebar-form .form-block input{padding:15px;line-height:24px;color:#fff;-webkit-appearance: none;-moz-appearance: none;text-align:center !important;border:none;background:#2d9fd8;font-weight: bold;padding-left: 0px;border-radius:8px;}

.sidebarform-box{margin:0 -20px;}
.sidebarform-box button{max-width:300px; margin: auto}
.sidebarform-box .form-button{text-align: center;padding:15px 0}
.custom-form{position: relative !important}

.page-home article.slider{border-top:solid 2px #7b7b7b;border-bottom:solid 2px #7b7b7b}
.page-home article.slider .container{max-width:100%}
.ccm-toolbar-visible #Site {padding-top: calc(152px + 48px)!important;}

article.slider{margin-bottom: 50px;float: left;width:100%}
.slider__slides.js-slider{width:62%; float: left} 
.sidebar-form{width:38%; float: left}
.slide{padding-bottom: 0 !important}

.textcols__headline span{display: inline-block; vertical-align: top; font-size:20px;}
.rangeparent{display: inline-block; vertical-align: top;padding:0px 0 0 10px;}
.rangeparent li a{ font-size:24px;}

/* Blog Detail page */
.blog-detail-banner01{background:url(../../../../packages/expo_themepackage/themes/expo_theme//images/bg_subheader.png) center top no-repeat;background-size:cover;text-align: center;width:100%;min-height: 144px; display:flex;align-items: center; justify-content: center;}
.blog-detail-banner01 h1{font-size: 32px;color: #0098da !important;line-height: 1.33333;font-weight: 600;padding: .8888888888889em 0 0 0;margin: 10px 0 .8333333333333em 0;}
.blog-detail-banner02{margin:25px 0;}
.blog-detail-banner02 img{padding:5px;border:solid 1px rgba(0, 0, 0, .12);width:100%}

.blog-left-section{width:75%; float: left;padding-right:30px;}
.sidebarinner{background:#ebebeb;padding:15px;max-width: 306px;}
.sidebarinner.sticky{ position: fixed;}
.blog-right-section{width:25%; float: left;}
.blog-right-section h2{font-size: 18px;line-height: 20px; text-align: center;color:#000;font-weight: 500;}
.blog-right-section p{font-size: 15px;text-align: center;}

.sidebarinner select{background-color: #f3f3f3;color: #999;border: 0;padding:8px 8px;outline: none;margin: 0;width: 100%;max-width: 100%;
  display: block;margin-bottom:10px;font-size: 14px;-webkit-border-radius: 3px;border-radius: 3px;}
  .sidebarinner select:focus{background-color: #E9F5FC  !important;color: #1477B4;}


 .sidebarinner .btn-submit, .sidebarinner .miniSurveyView .btn{height:40px;line-height:40px;width: 130px;background: #0098da;border: 1px solid #0098da;color: #fff;
  border-radius: 0;cursor: pointer;display: inline-block;margin: 0 0 0 0px;font-weight:normal;padding: 0; vertical-align: middle;box-shadow: none;} 
.sidebarinner .miniSurveyView .form-group{width: 100%;padding:0px;margin-bottom: 10px;}
.sidebarinner .miniSurveyView label{margin-bottom: 5px; display: block;}
.sidebarinner .miniSurveyView .contprivacypolicy{padding:0px 0 10px; font-size: 12px;}
.sidebarinner h3{border-top: solid 2px #1a2857;border-bottom: 1px solid #000;margin:0 0 15px 0; padding: 10px 0px;font-size:17px; line-height: 20px;color: #0098da;text-transform: none;font-weight: 600;}
.sidebarinner .miniSurveyView input:not(.btn), .sidebarinner .miniSurveyView textarea{background-color: #e8e8e8;color: #666;padding:8px 8px; font-size: 14px;border: none !important;-webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);height: 30px !important;line-height: 30px !important;}
  .sidebarinner .miniSurveyView textarea{height:75px !important;line-height:20px !important;}


.sidebarinner .ccm-block-type-form{margin:0px;} 
/* Blog Detail page */

@media screen and (max-width:1695px) and (min-width:1501px){
.sidebar-form h2{font-size: 38px;}
.sidebarform-box .form-button{padding:20px 10px;} 
}

@media screen and (max-width:1500px) and (min-width:1201px){
.sidebar-form h2{font-size: 35px;}  
.home-slider.slider .slide, .sidebar-form {min-height: 437px;}  
}

@media screen and (max-width:1200px) and (min-width:993px){
  .message-box{max-width:100%;padding:0 15px;}  
  .sidebarform-box .form-button {padding: 20px 10px;}
  .sidebar-form .form-block{padding:0 10px;margin-bottom: 10px;}
  .sidebarform-box {margin: 0 -15px;}
  .homeform.slider .slide{min-height: 437px;}
  .sidebar-form h2{font-size:20px;} 
.slider__slides.js-slider{width:60%; float: left} 
.sidebar-form{width:40%; float: left} 
article.slider{margin-bottom:0px;float: left;width:100%;padding:0px;} 
  .page-home article.slider{border:none}  
}

@media screen and (max-width:992px) and (min-width:768px){
  .message-box{max-width:100%;padding:0 15px;}  
  .home-slider.slider .slide, .sidebar-form {min-height: 440px;}
  .sidebarform-box .form-button {padding: 20px 10px;}
  .sidebar-form .form-block{padding:0 10px;}
  .sidebar-form h2{font-size:30px;}
  .sidebar-form{width:100%; position: relative;right:0px;max-width:100%}  
  .slider__slides.js-slider{width:100%; float: left} 
  .sidebar-form{width:100%; float: left}
  article.slider{margin:0;padding:0px;}
  .rangeparent{padding:10px 0}
}

@media screen and (max-width:767px){
  .message-box{padding:0 15px;} 
  .message-box h2{font-size:1.5rem;}
  .message-box .box-heading span:before{ left:-40px;}
.message-box .box-heading span:after{right:-40px}
  .message-box .box-heading span:before, .message-box .box-heading span:after{width:60px;}
  .message-box .three-column{width:100%;margin-bottom: 10px;}
  .message-box strong{display: block}
  .home-slider.slider{width:100%}
  .slider-banner{padding:25px 0}
  .slider-banner .boothconfig__config{display: block}
  .slider-banner .boothconfig__select{width:100%;margin-bottom: 20px;}
  
  .sidebar-form{width:100%; position: relative;right:0px;max-width:100%}
  .sidebar-form .form-block{padding:0 10px;}
  .sidebarform-box {margin: 0 -25px;}
  .sidebarform-box .form-button {padding: 20px 10px;}
  .slider-form{height:100%} 
  .menu-block {float: left; position: absolute;left: 0;top: 112px;right:0px;}
  .dd.ddcommon.borderRadius {padding: 4px 10px 4px 10px !important; margin-right: 15px;}
  .drp-country{display: block}
  .navigation .trustpilot-widget {display: block; width: 160px; float: right; clear: both;}
  .page-home .slide{padding:0px;}
  .hamburger{float:left}
  .navigation__main a.search{float: left}
  .navigation__main ul{top:80px;}
  .header.is-slim .navigation__main ul.nav{top:55px;}
  .slider__slides.js-slider{width:100%; float: left} 
.sidebar-form{width:100%; float: left}
.rangeparent{padding:10px 0}
}


#searchResults .pageLink{font-size:12px;color:#999;margin:2px 0 8px 0;padding:0;display:block}#searchResults .searchResult{margin-bottom:16px;margin-top:24px}#searchResults .searchResult h3{margin-bottom:0;padding-bottom:0}#searchResults .searchResult p{margin-top:4px}

div.alert-success{border:1px solid #05A000 !important;background-color:#B5ECB4 !important;padding:8px;margin-bottom:8px}div.alert-error,div.alert-danger{border:1px solid #f00 !important;background-color:#E4B5B5 !important;padding:8px;margin-bottom:8px}

img.ccm-captcha-image{display:block;margin:0px auto 30px auto}

.clear_float:before,.clear_float:after{content:" ";display:table}.clear_float:after{clear:both}/*! jQuery UI - v1.11.4 - 2016-06-29
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, sortable.css, button.css, datepicker.css, dialog.css, menu.css, slider.css, spinner.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}.ui-front{z-index:1500}.ui-state-disabled{cursor:default !important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-dialog .popover-content{font-weight:normal;font-size:15px}.ui-dialog section header{display:none}.ui-dialog div.ccm-notification-help{display:none}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0;border-radius:4px 4px 4px 4px;box-shadow:0 0 20px rgba(0,0,0,0.2);z-index:2000}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:15px 26px;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:1px;bottom:1px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-n{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQUlEQVQ4T2NkoBAwUqifYdQABvxh0NPV87+krARvOOGUBGmGxRA+Q7AagKyZkCEYBmDTjM+Q0XRAIB0Qk9EoDkQA0LgQEdazzosAAAAASUVORK5CYII=') no-repeat;height:16px;width:16px}.ui-spinner .ui-icon-triangle-1-s{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAASklEQVQ4T2NkoBAwUqifYdQABsww6Onq+Y8rYEvKSjDCDGsgYjMEm2aQRThjAdkQXJrxGgCSBBmCTzNBA4hJZKMJCU80EhOAIDUA0LgQESHMueUAAAAASUVORK5CYII=') no-repeat;height:16px;width:16px}.ui-spinner .ui-state-hover .ui-icon-triangle-1-n{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAQklEQVQ4T2NkoBAwUqifYdQABvxhYGxs/P/s2bN4wwmnJEgzLIbwGYLVAGTNhAzBMACbZnyGjKYDAumAmIxGcSACAI54EBE4banNAAAAAElFTkSuQmCC') no-repeat}.ui-spinner .ui-state-hover .ui-icon-triangle-1-s{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAS0lEQVQ4T2NkoBAwUqifYdQABswwMDY2/o8rYM+ePYsRZlgDEZsh2DSDLMIZC8iG4NKM1wCQJMgQfJoJGkBMIhtNSHiikZgABKkBAI54EBH8axFAAAAAAElFTkSuQmCC') no-repeat}.ui-widget-content{border:1px solid #aaaaaa;background:#ffffff;color:#222222}.ui-widget-content a{color:#222222}.ui-widget-header{border:1px solid #aaaaaa;background:#ccc url("../../../../updates/concrete5-8.4.5/concrete/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;color:#222222;font-weight:bold}.ui-widget-header a{color:#222222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url("../../../../updates/concrete5-8.4.5/concrete/css/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#555555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999999;background:#dadada url("../../../../updates/concrete5-8.4.5/concrete/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaaaaa;background:#fff url("../../../../updates/concrete5-8.4.5/concrete/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url("../../../../updates/concrete5-8.4.5/concrete/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url("../../../../updates/concrete5-8.4.5/concrete/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:alpha(opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:alpha(opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:alpha(opacity=35)}.ui-icon-gripsmall-diagonal-se{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAQUlEQVQoU2NkIBEwkqiegTYa/v///5+RkRFsOEEbkBUT1ABTTJQN2BTjtAFdMV4b8CnGsIGQYoKexhapBIMVXRMAqWU8DYvMWV8AAAAASUVORK5CYII=') no-repeat}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:rgba(240,240,240,0.95);opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaaaaa;opacity:.3;filter:alpha(opacity=30);border-radius:8px}.ui-datepicker{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;border-color:#dcdcdc}.ui-datepicker .ui-datepicker-header{background:#f2f2f2;border:none;color:#606060}.ui-datepicker select.ui-datepicker-year{color:#606060}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{background:none;border:none;cursor:pointer}.ui-datepicker .ui-datepicker-prev-hover{top:2px;left:2px}.ui-datepicker .ui-datepicker-next-hover{top:2px;right:2px}.ui-datepicker .ui-datepicker-prev span{background:url(../../../../updates/concrete5-8.4.5/concrete//images/icons/calendar_left_arrow.svg);background-position-x:-1px}.ui-datepicker .ui-datepicker-next span{background:url(../../../../updates/concrete5-8.4.5/concrete//images/icons/calendar_right_arrow.svg);background-position-x:1px}.ui-datepicker .ui-datepicker-prev-hover span{background:url(../../../../updates/concrete5-8.4.5/concrete//images/icons/calendar_left_arrow_hover.svg);background-position-x:-1px}.ui-datepicker .ui-datepicker-next-hover span{background:url(../../../../updates/concrete5-8.4.5/concrete//images/icons/calendar_right_arrow_hover.svg);background-position-x:1px}.ui-datepicker .ui-icon{height:16px;width:16px}.ui-datepicker td span,.ui-datepicker td a{text-align:center}.ui-datepicker th{color:#606060}.ui-datepicker td .ui-state-default{background:none;border:none;color:#606060}.ui-datepicker td .ui-state-active,.ui-datepicker td .ui-state-highlight,.ui-datepicker td .ui-state-hover{border-radius:2px;color:#ffffff}.ui-datepicker td .ui-state-active{background:#93969f}.ui-datepicker td .ui-state-highlight{background:#82cdeb}.ui-datepicker td .ui-state-hover{background:#6396c3}

