/**
  Default settings
 */
/**
  Breakpoints
 */
/**
*  Font-Sizes
*
*  key: (xs, m, l) || one value for all
*/
/**
  Colours
 */
.plabel .formbody .widget.pl-parent > label {
  position: absolute;
  margin-top: 16px;
  margin-left: 16px;
  pointer-events: none;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #acacac;
}
.plabel .formbody .widget.pl-parent > select, .plabel .formbody .widget.pl-parent > input, .plabel .formbody .widget.pl-parent > textarea {
  padding-top: 22px;
  padding-bottom: 7px;
}
.plabel .formbody .widget.pl-parent:hover > label {
  color: #939393;
}
.plabel .formbody .widget.pl-parent.pl-focus > label {
  color: #797979;
}
.plabel .formbody .widget.pl-parent.pl-focus > label, .plabel .formbody .widget.pl-parent.pl-blur > label, .plabel .formbody .widget.pl-parent.pl-change > label {
  transition: all 0.2s;
}
.plabel .formbody .widget.pl-parent.pl-focus > label, .plabel .formbody .widget.pl-parent.pl-filled > label {
  margin-top: 6px;
  font-size: 0.77em;
}

/*# sourceMappingURL=placeholder-label.css.map */

@font-face {
    font-family: 'keyboardregular';
    src: url('../../files/falc/assets/keyboard-regular/keyboardregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font--keyboard{
    font-family: 'keyboardregular';
    font-weight: bold;
    font-size: 1.1em;
}

@font-face {
  font-family: 'fontello';
  src: url('../../files/falc/assets/fontello/font/fontello.eot?72927879');
  src: url('../../files/falc/assets/fontello/font/fontello.eot?72927879#iefix') format('embedded-opentype'),
       url('../../files/falc/assets/fontello/font/fontello.woff2?72927879') format('woff2'),
       url('../../files/falc/assets/fontello/font/fontello.woff?72927879') format('woff'),
       url('../../files/falc/assets/fontello/font/fontello.ttf?72927879') format('truetype'),
       url('../../files/falc/assets/fontello/font/fontello.svg?72927879#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../files/falc/assets/fontello/font/fontello.svg?72927879#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-note-beamed:before { content: '\e762'; } /* '' */
.icon-music:before { content: '\e763'; } /* '' */
.icon-right-open-mini:before { content: '\e800'; } /* '' */
.icon-up-open-mini:before { content: '\e801'; } /* '' */
.icon-search:before { content: '\e802'; } /* '' */
.icon-flashlight:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e804'; } /* '' */
.icon-heart:before { content: '\e805'; } /* '' */
.icon-heart-empty:before { content: '\e806'; } /* '' */
.icon-star:before { content: '\e807'; } /* '' */
.icon-star-empty:before { content: '\e808'; } /* '' */
.icon-user:before { content: '\e809'; } /* '' */
.icon-users:before { content: '\e80a'; } /* '' */
.icon-user-add:before { content: '\e80b'; } /* '' */
.icon-video:before { content: '\e80c'; } /* '' */
.icon-picture:before { content: '\e80d'; } /* '' */
.icon-camera:before { content: '\e80e'; } /* '' */
.icon-layout:before { content: '\e80f'; } /* '' */
.icon-menu:before { content: '\e810'; } /* '' */
.icon-check:before { content: '\e811'; } /* '' */
.icon-cancel:before { content: '\e812'; } /* '' */
.icon-cancel-circled:before { content: '\e813'; } /* '' */
.icon-cancel-squared:before { content: '\e814'; } /* '' */
.icon-plus:before { content: '\e815'; } /* '' */
.icon-plus-circled:before { content: '\e816'; } /* '' */
.icon-plus-squared:before { content: '\e817'; } /* '' */
.icon-minus:before { content: '\e818'; } /* '' */
.icon-minus-circled:before { content: '\e819'; } /* '' */
.icon-minus-squared:before { content: '\e81a'; } /* '' */
.icon-help:before { content: '\e81b'; } /* '' */
.icon-help-circled:before { content: '\e81c'; } /* '' */
.icon-info:before { content: '\e81d'; } /* '' */
.icon-info-circled:before { content: '\e81e'; } /* '' */
.icon-back:before { content: '\e81f'; } /* '' */
.icon-home:before { content: '\e820'; } /* '' */
.icon-link:before { content: '\e821'; } /* '' */
.icon-attach:before { content: '\e822'; } /* '' */
.icon-lock:before { content: '\e823'; } /* '' */
.icon-lock-open:before { content: '\e824'; } /* '' */
.icon-eye:before { content: '\e825'; } /* '' */
.icon-tag:before { content: '\e826'; } /* '' */
.icon-bookmark:before { content: '\e827'; } /* '' */
.icon-bookmarks:before { content: '\e828'; } /* '' */
.icon-flag:before { content: '\e829'; } /* '' */
.icon-thumbs-up:before { content: '\e82a'; } /* '' */
.icon-thumbs-down:before { content: '\e82b'; } /* '' */
.icon-download:before { content: '\e82c'; } /* '' */
.icon-upload:before { content: '\e82d'; } /* '' */
.icon-upload-cloud:before { content: '\e82e'; } /* '' */
.icon-reply:before { content: '\e82f'; } /* '' */
.icon-reply-all:before { content: '\e830'; } /* '' */
.icon-forward:before { content: '\e831'; } /* '' */
.icon-quote:before { content: '\e832'; } /* '' */
.icon-code:before { content: '\e833'; } /* '' */
.icon-export:before { content: '\e834'; } /* '' */
.icon-pencil:before { content: '\e835'; } /* '' */
.icon-feather:before { content: '\e836'; } /* '' */
.icon-print:before { content: '\e837'; } /* '' */
.icon-retweet:before { content: '\e838'; } /* '' */
.icon-keyboard:before { content: '\e839'; } /* '' */
.icon-comment:before { content: '\e83a'; } /* '' */
.icon-chat:before { content: '\e83b'; } /* '' */
.icon-bell:before { content: '\e83c'; } /* '' */
.icon-attention:before { content: '\e83d'; } /* '' */
.icon-alert:before { content: '\e83e'; } /* '' */
.icon-vcard:before { content: '\e83f'; } /* '' */
.icon-address:before { content: '\e840'; } /* '' */
.icon-location:before { content: '\e841'; } /* '' */
.icon-map:before { content: '\e842'; } /* '' */
.icon-direction:before { content: '\e843'; } /* '' */
.icon-compass:before { content: '\e844'; } /* '' */
.icon-cup:before { content: '\e845'; } /* '' */
.icon-trash:before { content: '\e846'; } /* '' */
.icon-doc:before { content: '\e847'; } /* '' */
.icon-docs:before { content: '\e848'; } /* '' */
.icon-doc-landscape:before { content: '\e849'; } /* '' */
.icon-doc-text:before { content: '\e84a'; } /* '' */
.icon-doc-text-inv:before { content: '\e84b'; } /* '' */
.icon-newspaper:before { content: '\e84c'; } /* '' */
.icon-book-open:before { content: '\e84d'; } /* '' */
.icon-book:before { content: '\e84e'; } /* '' */
.icon-folder:before { content: '\e84f'; } /* '' */
.icon-archive:before { content: '\e850'; } /* '' */
.icon-box:before { content: '\e851'; } /* '' */
.icon-rss:before { content: '\e852'; } /* '' */
.icon-phone:before { content: '\e853'; } /* '' */
.icon-cog:before { content: '\e854'; } /* '' */
.icon-tools:before { content: '\e855'; } /* '' */
.icon-share:before { content: '\e856'; } /* '' */
.icon-shareable:before { content: '\e857'; } /* '' */
.icon-basket:before { content: '\e858'; } /* '' */
.icon-bag:before { content: '\e859'; } /* '' */
.icon-calendar:before { content: '\e85a'; } /* '' */
.icon-login:before { content: '\e85b'; } /* '' */
.icon-logout:before { content: '\e85c'; } /* '' */
.icon-mic:before { content: '\e85d'; } /* '' */
.icon-mute:before { content: '\e85e'; } /* '' */
.icon-sound:before { content: '\e85f'; } /* '' */
.icon-volume:before { content: '\e860'; } /* '' */
.icon-clock:before { content: '\e861'; } /* '' */
.icon-hourglass:before { content: '\e862'; } /* '' */
.icon-lamp:before { content: '\e863'; } /* '' */
.icon-light-down:before { content: '\e864'; } /* '' */
.icon-light-up:before { content: '\e865'; } /* '' */
.icon-adjust:before { content: '\e866'; } /* '' */
.icon-block:before { content: '\e867'; } /* '' */
.icon-resize-full:before { content: '\e868'; } /* '' */
.icon-resize-small:before { content: '\e869'; } /* '' */
.icon-popup:before { content: '\e86a'; } /* '' */
.icon-publish:before { content: '\e86b'; } /* '' */
.icon-window:before { content: '\e86c'; } /* '' */
.icon-arrow-combo:before { content: '\e86d'; } /* '' */
.icon-down-circled:before { content: '\e86e'; } /* '' */
.icon-left-circled:before { content: '\e86f'; } /* '' */
.icon-right-circled:before { content: '\e870'; } /* '' */
.icon-up-circled:before { content: '\e871'; } /* '' */
.icon-down-open:before { content: '\e872'; } /* '' */
.icon-left-open:before { content: '\e873'; } /* '' */
.icon-right-open:before { content: '\e874'; } /* '' */
.icon-up-open:before { content: '\e875'; } /* '' */
.icon-down-open-mini:before { content: '\e876'; } /* '' */
.icon-left-open-mini:before { content: '\e877'; } /* '' */
.icon-myvivenda_login:before { content: '\e878'; } /* '' */
.icon-auctiontech_login:before { content: '\e879'; } /* '' */
.icon-down-open-big:before { content: '\e87a'; } /* '' */
.icon-left-open-big:before { content: '\e87b'; } /* '' */
.icon-right-open-big:before { content: '\e87c'; } /* '' */
.icon-up-open-big:before { content: '\e87d'; } /* '' */
.icon-down:before { content: '\e87e'; } /* '' */
.icon-left:before { content: '\e87f'; } /* '' */
.icon-right:before { content: '\e880'; } /* '' */
.icon-up:before { content: '\e881'; } /* '' */
.icon-down-dir:before { content: '\e882'; } /* '' */
.icon-left-dir:before { content: '\e883'; } /* '' */
.icon-right-dir:before { content: '\e884'; } /* '' */
.icon-up-dir:before { content: '\e885'; } /* '' */
.icon-down-bold:before { content: '\e886'; } /* '' */
.icon-left-bold:before { content: '\e887'; } /* '' */
.icon-right-bold:before { content: '\e888'; } /* '' */
.icon-up-bold:before { content: '\e889'; } /* '' */
.icon-down-thin:before { content: '\e88a'; } /* '' */
.icon-left-thin:before { content: '\e88b'; } /* '' */
.icon-right-thin:before { content: '\e88c'; } /* '' */
.icon-up-thin:before { content: '\e88d'; } /* '' */
.icon-ccw:before { content: '\e88e'; } /* '' */
.icon-cw:before { content: '\e88f'; } /* '' */
.icon-arrows-ccw:before { content: '\e890'; } /* '' */
.icon-level-down:before { content: '\e891'; } /* '' */
.icon-level-up:before { content: '\e892'; } /* '' */
.icon-shuffle:before { content: '\e893'; } /* '' */
.icon-loop:before { content: '\e894'; } /* '' */
.icon-switch:before { content: '\e895'; } /* '' */
.icon-play:before { content: '\e896'; } /* '' */
.icon-stop:before { content: '\e897'; } /* '' */
.icon-pause:before { content: '\e898'; } /* '' */
.icon-record:before { content: '\e899'; } /* '' */
.icon-to-end:before { content: '\e89a'; } /* '' */
.icon-to-start:before { content: '\e89b'; } /* '' */
.icon-fast-forward:before { content: '\e89c'; } /* '' */
.icon-fast-backward:before { content: '\e89d'; } /* '' */
.icon-progress-0:before { content: '\e89e'; } /* '' */
.icon-progress-1:before { content: '\e89f'; } /* '' */
.icon-progress-2:before { content: '\e8a0'; } /* '' */
.icon-progress-3:before { content: '\e8a1'; } /* '' */
.icon-target:before { content: '\e8a2'; } /* '' */
.icon-palette:before { content: '\e8a3'; } /* '' */
.icon-list:before { content: '\e8a4'; } /* '' */
.icon-list-add:before { content: '\e8a5'; } /* '' */
.icon-signal:before { content: '\e8a6'; } /* '' */
.icon-trophy:before { content: '\e8a7'; } /* '' */
.icon-battery:before { content: '\e8a8'; } /* '' */
.icon-back-in-time:before { content: '\e8a9'; } /* '' */
.icon-monitor:before { content: '\e8aa'; } /* '' */
.icon-mobile:before { content: '\e8ab'; } /* '' */
.icon-network:before { content: '\e8ac'; } /* '' */
.icon-cd:before { content: '\e8ad'; } /* '' */
.icon-inbox:before { content: '\e8ae'; } /* '' */
.icon-install:before { content: '\e8af'; } /* '' */
.icon-globe:before { content: '\e8b0'; } /* '' */
.icon-cloud:before { content: '\e8b1'; } /* '' */
.icon-cloud-thunder:before { content: '\e8b2'; } /* '' */
.icon-flash:before { content: '\e8b3'; } /* '' */
.icon-moon:before { content: '\e8b4'; } /* '' */
.icon-flight:before { content: '\e8b5'; } /* '' */
.icon-paper-plane:before { content: '\e8b6'; } /* '' */
.icon-leaf:before { content: '\e8b7'; } /* '' */
.icon-lifebuoy:before { content: '\e8b8'; } /* '' */
.icon-mouse:before { content: '\e8b9'; } /* '' */
.icon-briefcase:before { content: '\e8ba'; } /* '' */
.icon-suitcase:before { content: '\e8bb'; } /* '' */
.icon-dot:before { content: '\e8bc'; } /* '' */
.icon-dot-2:before { content: '\e8bd'; } /* '' */
.icon-dot-3:before { content: '\e8be'; } /* '' */
.icon-brush:before { content: '\e8bf'; } /* '' */
.icon-magnet:before { content: '\e8c0'; } /* '' */
.icon-infinity:before { content: '\e8c1'; } /* '' */
.icon-erase:before { content: '\e8c2'; } /* '' */
.icon-chart-pie:before { content: '\e8c3'; } /* '' */
.icon-chart-line:before { content: '\e8c4'; } /* '' */
.icon-chart-bar:before { content: '\e8c5'; } /* '' */
.icon-chart-area:before { content: '\e8c6'; } /* '' */
.icon-tape:before { content: '\e8c7'; } /* '' */
.icon-graduation-cap:before { content: '\e8c8'; } /* '' */
.icon-language:before { content: '\e8c9'; } /* '' */
.icon-ticket:before { content: '\e8ca'; } /* '' */
.icon-water:before { content: '\e8cb'; } /* '' */
.icon-droplet:before { content: '\e8cc'; } /* '' */
.icon-air:before { content: '\e8cd'; } /* '' */
.icon-credit-card:before { content: '\e8ce'; } /* '' */
.icon-floppy:before { content: '\e8cf'; } /* '' */
.icon-clipboard:before { content: '\e8d0'; } /* '' */
.icon-megaphone:before { content: '\e8d1'; } /* '' */
.icon-database:before { content: '\e8d2'; } /* '' */
.icon-drive:before { content: '\e8d3'; } /* '' */
.icon-bucket:before { content: '\e8d4'; } /* '' */
.icon-thermometer:before { content: '\e8d5'; } /* '' */
.icon-key:before { content: '\e8d6'; } /* '' */
.icon-flow-cascade:before { content: '\e8d7'; } /* '' */
.icon-flow-branch:before { content: '\e8d8'; } /* '' */
.icon-flow-tree:before { content: '\e8d9'; } /* '' */
.icon-flow-line:before { content: '\e8da'; } /* '' */
.icon-flow-parallel:before { content: '\e8db'; } /* '' */
.icon-rocket:before { content: '\e8dc'; } /* '' */
.icon-gauge:before { content: '\e8dd'; } /* '' */
.icon-traffic-cone:before { content: '\e8de'; } /* '' */
.icon-cc:before { content: '\e8df'; } /* '' */
.icon-cc-by:before { content: '\e8e0'; } /* '' */
.icon-cc-nc:before { content: '\e8e1'; } /* '' */
.icon-cc-nc-eu:before { content: '\e8e2'; } /* '' */
.icon-cc-nc-jp:before { content: '\e8e3'; } /* '' */
.icon-cc-sa:before { content: '\e8e4'; } /* '' */
.icon-cc-nd:before { content: '\e8e5'; } /* '' */
.icon-cc-pd:before { content: '\e8e6'; } /* '' */
.icon-cc-zero:before { content: '\e8e7'; } /* '' */
.icon-cc-share:before { content: '\e8e8'; } /* '' */
.icon-cc-remix:before { content: '\e8e9'; } /* '' */
.icon-note:before { content: '\e8ea'; } /* '' */
.icon-spin5:before { content: '\e8eb'; } /* '' */
.icon-zoom-in:before { content: '\e8ec'; } /* '' */
.icon-zoom-out:before { content: '\e8ed'; } /* '' */
.icon-picture-1:before { content: '\e8ee'; } /* '' */
.icon-onoffice_login_2:before { content: '\e8ef'; } /* '' */
.icon-resize-full-2:before { content: '\e8f0'; } /* '' */
.icon-resize-small-1:before { content: '\e8f1'; } /* '' */
.icon-onoffice_login_1:before { content: '\e8f2'; } /* '' */
.icon-onoffice_feiner:before { content: '\e8f3'; } /* '' */
.icon-onoffice:before { content: '\e8f4'; } /* '' */
.icon-imv_login:before { content: '\e8f5'; } /* '' */
.icon-bildschirm-plus:before { content: '\e8f6'; } /* '' */
.icon-icon_schloss:before { content: '\e8f7'; } /* '' */
.icon-icon_avatar:before { content: '\e8f8'; } /* '' */
.icon-sprengnetter_login:before { content: '\e8f9'; } /* '' */
.icon-immoviewer_login:before { content: '\e8fa'; } /* '' */
.icon-imv_login-1:before { content: '\e8fb'; } /* '' */
.icon-imogent_login:before { content: '\e8fc'; } /* '' */
.icon-pricehubble_login:before { content: '\e8fd'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-github:before { content: '\f300'; } /* '' */
.icon-github-circled:before { content: '\f301'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-flickr-circled:before { content: '\f304'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-vimeo-circled:before { content: '\f307'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-tumblr-circled:before { content: '\f316'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */
.icon-dribbble:before { content: '\f31b'; } /* '' */
.icon-dribbble-circled:before { content: '\f31c'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-lastfm-circled:before { content: '\f322'; } /* '' */
.icon-rdio:before { content: '\f324'; } /* '' */
.icon-rdio-circled:before { content: '\f325'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-spotify-circled:before { content: '\f328'; } /* '' */
.icon-qq:before { content: '\f32a'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-flattr:before { content: '\f336'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */
.icon-skype-circled:before { content: '\f33a'; } /* '' */
.icon-renren:before { content: '\f33c'; } /* '' */
.icon-sina-weibo:before { content: '\f33f'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-soundcloud:before { content: '\f348'; } /* '' */
.icon-mixi:before { content: '\f34b'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-smashing:before { content: '\f357'; } /* '' */
.icon-db-shape:before { content: '\f600'; } /* '' */
.icon-sweden:before { content: '\f601'; } /* '' */
.icon-logo-db:before { content: '\f603'; } /* '' */
@charset "UTF-8";
/**
  Default settings
 */
/**
  Breakpoints
 */
/**
*  Font-Sizes
*
*  key: (xs, m, l) || one value for all
*/
/**
  Colours
 */
html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: #f7f7f7;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

figure {
  line-height: 0;
  margin: 0;
}

iframe {
  border: 0;
}

/**
 * Clear floats
 */
.block {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.clear, #clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

/**
 * Hide invisible elements
 */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Float classes
 */
.float_left {
  float: left;
}

.float_right {
  float: right;
}

/**
 * Layout
 */
body.login {
  background: url("/files/falc/images/misc/weltkugel.svg") #1e2023 no-repeat;
  background-position: left 60px center;
}

body.intern {
  background-image: url("/files/falc/images/misc/weltkugel-hell.svg");
  background-repeat: no-repeat;
  background-position: right -260px center;
  background-attachment: fixed;
}
body.intern #wrapper {
  overflow: hidden;
}
body.intern #container {
  display: flex;
  flex-direction: column;
  padding: 30px 15px 10px;
}
body.intern #main {
  min-height: 90vh;
  margin-bottom: 20px;
  order: 0;
}
body.intern #main .inside .mod_article {
  overflow: visible;
}
body.intern #main:after {
  clear: both;
  content: "";
  display: block;
}
body.intern #left {
  order: 2;
}
body.intern #right {
  order: 1;
  margin-bottom: 25px;
}
body.intern #left .inside, body.intern #right .inside {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  body.intern #container {
    display: block;
    padding-left: 320px;
  }
  body.intern #container:after {
    clear: both;
    content: "";
    display: block;
  }
  body.intern #main, body.intern #left {
    float: left;
    position: relative;
  }
  body.intern #left .inside, body.intern #right .inside {
    max-height: calc(100vh - 118px);
    overflow-y: auto;
  }
  body.intern #main {
    margin-bottom: 0;
    width: 100%;
  }
  body.intern #main .inside {
    min-height: 1px;
  }
  body.intern #left {
    margin-left: -100%;
    right: 305px;
    width: 250px;
  }
  body.intern #right {
    clear: both;
  }
  body.intern #footer {
    clear: both;
  }
}
@media (min-width: 1022px) {
  body.intern.left-right-collumn #container {
    padding-right: 320px;
  }
  body.intern.left-right-collumn #right {
    clear: none;
    float: left;
    position: relative;
    margin-right: -100%;
    right: -55px;
    width: 250px;
  }
}
/**
 * Typography
 */
p {
  line-height: 1.75;
  margin: 0 0 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

ul, table, p {
  color: #3a3a3a;
  font-size: 1rem;
}

a {
  font-size: 1rem;
  color: #F19409;
  text-decoration: none;
}
a:hover {
  color: #3a3a3a;
}

p a, .ce_hyperlink:not(.button) a {
  font-weight: 400;
}
p a:after, .ce_hyperlink:not(.button) a:after {
  content: "";
  font: 0.9em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-left: 5px;
}

strong {
  color: #3a3a3a;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  position: relative;
  font-size: 2.3125rem;
  font-weight: 400;
  color: #3a3a3a;
  padding-bottom: 30px;
  margin: 0 0 30px;
}
h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #F19409;
}

h2 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #3a3a3a;
  margin: 0 0 15px;
}

h3 {
  font-size: 1.5625rem;
  font-weight: 500;
  color: #3a3a3a;
  margin: 0 0 15px;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #3a3a3a;
  margin: 0 0 15px;
}

h5 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #545454;
  margin: 0 0 8px;
}

h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #545454;
  margin: 0 0 8px;
}

#main h1 + h2 {
  margin: -12px 0 25px;
}
#main h2 + h3 {
  margin: -8px 0 25px;
}
#main h3 + h4 {
  margin: -2px 0 20px;
}
#main h4 + h5 {
  margin: -4px 0 25px;
}
#main h5 + h6 {
  margin: -2px 0 20px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 2.375rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5625rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.9375rem;
  }

  h6 {
    font-size: 0.9375rem;
  }

  ul, table, p {
    font-size: 1rem;
  }
}
@media (min-width: 1022px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.0625rem;
  }

  h3 {
    font-size: 1.8125rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.9375rem;
  }

  h6 {
    font-size: 0.9375rem;
  }

  ul, table, p {
    font-size: 1rem;
  }
}
.invert h1 {
  color: #fff;
}
.invert h2 {
  color: #fff;
}
.invert h3 {
  color: #fff;
}
.invert h4 {
  color: #fff;
}
.invert h5 {
  color: #fff;
}
.invert h6 {
  color: #fff;
}
.invert ul, .invert table, .invert p, .invert div, .invert span {
  color: #fff;
}
.invert a {
  color: #F19409;
}
.invert a:hover {
  color: #fff;
}

.highlight h1 {
  color: #fff;
}
.highlight h2 {
  color: #fff;
}
.highlight h3 {
  color: #fff;
}
.highlight h4 {
  color: #fff;
}
.highlight h5 {
  color: #fff;
}
.highlight h6 {
  color: #fff;
}
.highlight ul, .highlight table, .highlight p, .highlight div, .highlight span {
  color: #fff;
}
.highlight a {
  color: #fff;
}
.highlight a:hover {
  color: #3a3a3a;
}

/**
 * Form styles
 */
.formbody {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.formbody p {
  color: #3a3a3a;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
.formbody label {
  color: #3a3a3a;
}
.formbody label .mandatory {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset.form-grid {
  display: grid;
  gap: 20px 20px;
  align-self: start;
}
fieldset.form-grid > .widget-explanation > * {
  margin: 0;
  padding-bottom: 5px;
}
fieldset.form-grid.intern-box {
  margin: 0;
}

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

::-moz-placeholder {
  color: #acacac;
}

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

:-moz-placeholder {
  color: #acacac;
}

select {
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option {
  color: #000;
}
select option[disabled] {
  color: #858585;
}

input:disabled, input:read-only {
  background: repeating-linear-gradient(135deg, rgba(243, 243, 243, 0.7), rgba(243, 243, 243, 0.4) 5px, rgba(229, 229, 229, 0.7) 5px, rgba(229, 229, 229, 0.4) 10px);
}
input:disabled:hover, input:disabled:focus, input:read-only:hover, input:read-only:focus {
  border-color: #d9d9d9;
}

select, input, textarea {
  font-family: "Roboto";
  background-color: transparent;
  border-color: #d9d9d9;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  color: #3a3a3a;
  font-size: 15px;
  padding: 15px;
  outline: none;
  width: 100%;
}
select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, input::-webkit-outer-spin-button, input::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
select:-webkit-autofill, input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-text-fill-color: #3a3a3a;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
select:hover, input:hover, textarea:hover {
  background-color: transparent;
  border-color: #bfbfbf;
}
select:hover::-webkit-input-placeholder, input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #939393;
}
select:hover::-moz-placeholder, input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #939393;
}
select:hover:-ms-input-placeholder, input:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder {
  color: #939393;
}
select:hover:-moz-placeholder, input:hover:-moz-placeholder, textarea:hover:-moz-placeholder {
  color: #939393;
}
select:focus, input:focus, textarea:focus {
  background-color: transparent;
  border-color: #a9a9a9;
}
select:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #797979;
}
select:focus::-moz-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #797979;
}
select:focus:-ms-input-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #797979;
}
select:focus:-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #797979;
}

textarea {
  resize: none;
}

button.submit, .button a, .pagination a, input[type=submit] {
  font-family: "Roboto";
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #c1c7c9;
  color: #6d6d6d;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.2;
  min-width: 140px;
  outline: none;
  padding: 11px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  white-space: normal;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
button.submit:hover, .button a:hover, .pagination a:hover, input[type=submit]:hover {
  background-color: #eeeeee;
  border-color: #c1c7c9;
  color: #6d6d6d;
}
button.submit:active, .button a:active, .pagination a:active, input[type=submit]:active {
  background-color: #eeeeee;
  border-color: #c1c7c9;
  color: #6d6d6d;
}

.widget {
  position: relative;
}
.widget.error {
  display: flex;
  flex-wrap: wrap;
}
.widget.error p.error {
  display: block;
  padding: 8px;
  width: 100%;
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2e0e0;
  color: #3a3a3a;
  order: 1;
}
.widget.error select, .widget.error input, .widget.error textarea {
  background: transparent;
  border-color: #a94442;
  color: #3a3a3a;
}
.widget.mandatory:after {
  content: "*";
  color: #dddddd;
  display: block;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 5px;
}
.widget.select:before {
  content: "";
  font: 13px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 10px;
  color: #8d8d8d;
  height: 10px;
  line-height: 10px;
  margin: auto 0;
  pointer-events: none;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 0;
  width: 1em;
  transform-origin: center;
  transition: transform 0.2s;
}
.widget.select.open:before, .widget.select:focus-within:before {
  transform: rotateZ(180deg);
}

.widget-checkbox input, .widget-radio input {
  display: none;
}
.widget-checkbox input:checked + label:before, .widget-radio input:checked + label:before {
  border-color: #a9a9a9;
  background: transparent;
}
.widget-checkbox input:checked + label:after, .widget-radio input:checked + label:after {
  content: "";
  font: 12px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  color: #8d8d8d;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  line-height: 20px;
}
.widget-checkbox label, .widget-radio label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 27px;
}
.widget-checkbox label:before, .widget-radio label:before {
  position: absolute;
  left: 0;
  border: 2px solid #d9d9d9;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
}
.widget-checkbox label:hover:before, .widget-radio label:hover:before {
  border-color: #bfbfbf;
}

.widget-radio label:before {
  border-radius: 50%;
}

.widget-upload {
  position: relative;
}
.widget-upload label {
  position: absolute;
  margin-top: 3px;
  margin-left: 14px;
  font-size: 0.77em;
  color: #acacac;
  z-index: 1;
  /*width: 100%;
  text-align: left;
  padding: 15px 20px 14px 45px;
  cursor: pointer;*/
  /*&:before {
    @include icon('\e82d');

    position: absolute;
    top: 0;
    left: 0;
    color: #848484;
    background: #fbfbfb;
    padding: 9px 10px 12px;
    font-size: 0.8125rem;
    line-height: 27px;
    border-right: 1px solid #ddd;
    pointer-events: none;
  }*/
}
.widget-upload input {
  padding: 19px 12px 5px 12px;
  /*position: absolute;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0;*/
}
.widget-upload.pl-change label:before {
  color: #40b03f;
}

.widget-explanation[class*=icon-]:before {
  color: #ccc;
  float: left;
  margin-top: 1px;
}
.widget-explanation[class*=icon-] p {
  padding-left: 35px;
}

.widget-captcha .captcha_text {
  color: #bbb;
  display: block;
  font-size: 15px;
  padding: 10px;
  text-align: center;
}

.invert .formbody p {
  color: #fff;
}
.invert .formbody label {
  color: #fff;
}
.invert select, .invert input, .invert textarea {
  background-color: transparent;
  border-color: #767676;
  color: #fff;
}
.invert select:-webkit-autofill, .invert input:-webkit-autofill, .invert textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.invert select:hover, .invert input:hover, .invert textarea:hover {
  background-color: transparent;
  border-color: #aaaaaa;
}
.invert select:hover::-webkit-input-placeholder, .invert input:hover::-webkit-input-placeholder, .invert textarea:hover::-webkit-input-placeholder {
  color: #999999;
}
.invert select:hover::-moz-placeholder, .invert input:hover::-moz-placeholder, .invert textarea:hover::-moz-placeholder {
  color: #999999;
}
.invert select:hover:-ms-input-placeholder, .invert input:hover:-ms-input-placeholder, .invert textarea:hover:-ms-input-placeholder {
  color: #999999;
}
.invert select:hover:-moz-placeholder, .invert input:hover:-moz-placeholder, .invert textarea:hover:-moz-placeholder {
  color: #999999;
}
.invert select:focus, .invert input:focus, .invert textarea:focus {
  background-color: transparent;
  border-color: #bbbbbb;
}
.invert select:focus::-webkit-input-placeholder, .invert input:focus::-webkit-input-placeholder, .invert textarea:focus::-webkit-input-placeholder {
  color: gray;
}
.invert select:focus::-moz-placeholder, .invert input:focus::-moz-placeholder, .invert textarea:focus::-moz-placeholder {
  color: gray;
}
.invert select:focus:-ms-input-placeholder, .invert input:focus:-ms-input-placeholder, .invert textarea:focus:-ms-input-placeholder {
  color: gray;
}
.invert select:focus:-moz-placeholder, .invert input:focus:-moz-placeholder, .invert textarea:focus:-moz-placeholder {
  color: gray;
}
.invert .widget.error select, .invert .widget.error input, .invert .widget.error textarea {
  background: transparent;
  border-color: #a94442;
  color: #fff;
}
.invert .widget.mandatory:after {
  color: #797979;
}
.invert .widget.select:before {
  color: #8d8d8d;
}
.invert .widget-checkbox input:checked + label:before, .invert .widget-radio input:checked + label:before {
  border-color: #bbbbbb;
}
.invert .widget-checkbox input:checked + label:after, .invert .widget-radio input:checked + label:after {
  color: #8d8d8d;
}
.invert .widget-checkbox label:before, .invert .widget-radio label:before {
  border: 2px solid #767676;
}
.invert .widget-checkbox label:hover:before, .invert .widget-radio label:hover:before {
  border-color: #aaaaaa;
}
.invert button.submit, .invert .button a, .invert .pagination a {
  background-color: #F19409;
  border-color: #c1c7c9;
  color: #fff;
}
.invert button.submit:hover, .invert .button a:hover, .invert .pagination a:hover {
  background-color: #f7aa36;
  border-color: #c1c7c9;
  color: #fff;
}
.invert button.submit:active, .invert .button a:active, .invert .pagination a:active {
  background-color: #f7aa36;
  border-color: #c1c7c9;
  color: #fff;
}

.highlight .formbody p {
  color: #fff;
}
.highlight .formbody label {
  color: #fff;
}
.highlight select, .highlight input, .highlight textarea {
  background-color: transparent;
  border-color: #767676;
  color: #fff;
}
.highlight select:hover, .highlight input:hover, .highlight textarea:hover {
  background-color: transparent;
  border-color: #aaaaaa;
}
.highlight select:hover::-webkit-input-placeholder, .highlight input:hover::-webkit-input-placeholder, .highlight textarea:hover::-webkit-input-placeholder {
  color: #999999;
}
.highlight select:hover::-moz-placeholder, .highlight input:hover::-moz-placeholder, .highlight textarea:hover::-moz-placeholder {
  color: #999999;
}
.highlight select:hover:-ms-input-placeholder, .highlight input:hover:-ms-input-placeholder, .highlight textarea:hover:-ms-input-placeholder {
  color: #999999;
}
.highlight select:hover:-moz-placeholder, .highlight input:hover:-moz-placeholder, .highlight textarea:hover:-moz-placeholder {
  color: #999999;
}
.highlight select:focus, .highlight input:focus, .highlight textarea:focus {
  background-color: transparent;
  border-color: #bbbbbb;
}
.highlight select:focus::-webkit-input-placeholder, .highlight input:focus::-webkit-input-placeholder, .highlight textarea:focus::-webkit-input-placeholder {
  color: gray;
}
.highlight select:focus::-moz-placeholder, .highlight input:focus::-moz-placeholder, .highlight textarea:focus::-moz-placeholder {
  color: gray;
}
.highlight select:focus:-ms-input-placeholder, .highlight input:focus:-ms-input-placeholder, .highlight textarea:focus:-ms-input-placeholder {
  color: gray;
}
.highlight select:focus:-moz-placeholder, .highlight input:focus:-moz-placeholder, .highlight textarea:focus:-moz-placeholder {
  color: gray;
}
.highlight .widget.error select, .highlight .widget.error input, .highlight .widget.error textarea {
  background: transparent;
  border-color: #a94442;
  color: #fff;
}
.highlight .widget.mandatory:after {
  color: #DDDDDD;
}
.highlight .widget.select:before {
  color: #8d8d8d;
}
.highlight .widget-checkbox input:checked + label:before, .highlight .widget-radio input:checked + label:before {
  border-color: #bbbbbb;
}
.highlight .widget-checkbox input:checked + label:after, .highlight .widget-radio input:checked + label:after {
  color: #8d8d8d;
}
.highlight .widget-checkbox label:before, .highlight .widget-radio label:before {
  border: 2px solid #767676;
}
.highlight .widget-checkbox label:hover:before, .highlight .widget-radio label:hover:before {
  border-color: #aaaaaa;
}
.highlight button.submit, .highlight .button a, .highlight .pagination a {
  background-color: #fff;
  border-color: #c1c7c9;
  color: #F19409;
}
.highlight button.submit:hover, .highlight .button a:hover, .highlight .pagination a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #c1c7c9;
  color: #F19409;
}
.highlight button.submit:active, .highlight .button a:active, .highlight .pagination a:active {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #c1c7c9;
  color: #F19409;
}

@media (min-width: 600px) {
  .widget.error {
    display: block;
  }
  .widget.error p.error {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    max-width: 100%;
    width: auto;
    margin-top: 5px;
    order: initial;
  }
  .widget.error p.error:after, .widget.error p.error:before {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .widget.error p.error:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(255, 255, 255, 0.9);
    border-width: 5px;
    margin-left: -5px;
  }
  .widget.error p.error:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #d6d6d6;
    border-width: 6px;
    margin-left: -6px;
  }
  .widget.error:hover p.error {
    display: block;
  }
}
@media screen and (min-width: 1230px) {
  form.two-col-l {
    /*> .formbody {

      display: block;
      column-count: 2;
      column-gap: 20px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);

      > fieldset {
        margin: 0 0 20px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;

        box-shadow: none;
        border: 1px solid rgb(0 0 0 / 10%);
      }
    }

    .widget {
      margin: 0 0 20px;

      &:last-of-type {
        margin: 0;
      }
    }*/
  }
  form.two-col-l > .formbody {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
/*@media screen and (min-width: 1921px) {

  form.two-col-l {

    > .formbody {
      column-count: 3;
    }
  }
}*/
header#header {
  padding: 9px 15px;
  background: #3a3a3a;
}
header#header .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
header#header .mod_logo {
  line-height: 0;
}
header#header .mod_customnav ul {
  padding: 0;
  margin: 0;
  display: flex;
}
header#header .mod_customnav ul li a, header#header .mod_customnav ul li strong {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: 9999px;
  line-height: 9999px;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 2px;
  padding: 0;
  color: #d0d0d0;
}
header#header .mod_customnav ul li a:before, header#header .mod_customnav ul li strong:before {
  content: "";
  font: 20px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  text-indent: 0;
  text-align: center;
}
header#header .mod_customnav ul li a.account:before, header#header .mod_customnav ul li strong.account:before {
  content: "";
}
header#header .mod_customnav ul li a.logout:before, header#header .mod_customnav ul li strong.logout:before {
  content: "";
}
header#header .mod_customnav ul li a.onofficeLogin:before, header#header .mod_customnav ul li strong.onofficeLogin:before {
  content: "";
  font-size: 27px;
  top: -6px;
  left: -9px;
}
header#header .mod_customnav ul li a:hover, header#header .mod_customnav ul li a.active, header#header .mod_customnav ul li strong:hover, header#header .mod_customnav ul li strong.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
header#header .mod_customnav ul li a:hover:before, header#header .mod_customnav ul li a.active:before, header#header .mod_customnav ul li strong:hover:before, header#header .mod_customnav ul li strong.active:before {
  color: #fff;
}
header#header .mod_customnav ul li a.active, header#header .mod_customnav ul li strong.active {
  cursor: default;
}
header#header .mod_navigation.login-dropdown {
  position: relative;
  margin-left: auto;
  overflow: visible;
  background: rgba(0, 0, 0, 0);
}
header#header .mod_navigation.login-dropdown > a:first-child {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip: initial;
  text-indent: 999px;
  white-space: nowrap;
  overflow: hidden;
}
header#header .mod_navigation.login-dropdown:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
  width: 35px;
  height: 35px;
  color: #d0d0d0;
  font-size: 19px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 2px;
}
header#header .mod_navigation.login-dropdown:after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0);
}
header#header .mod_navigation.login-dropdown > ul {
  position: absolute;
  right: -133px;
  display: none;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 10;
  min-width: 310px;
  margin-top: 11px;
}
header#header .mod_navigation.login-dropdown > ul a {
  display: block;
  position: relative;
  font-size: 0.875rem;
  width: 100%;
  padding: 10px 10px 10px 50px;
  color: #3a3a3a;
}
header#header .mod_navigation.login-dropdown > ul a:before {
  content: "";
  font: 27px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  display: inline-block;
  overflow: hidden;
  color: #bcbebf;
}
header#header .mod_navigation.login-dropdown > ul a.sprengnetterLogin:before {
  content: "";
  top: 5px;
  left: 3px;
}
header#header .mod_navigation.login-dropdown > ul a.immoviewerLogin:before {
  content: "";
  top: 5px;
  left: 2px;
}
header#header .mod_navigation.login-dropdown > ul a.imvLogin:before {
  content: "";
  font-size: 33px;
  top: 1px;
  left: -5px;
}
header#header .mod_navigation.login-dropdown > ul a.myvivendaLogin:before {
  content: "";
  top: 5px;
  left: 3px;
}
header#header .mod_navigation.login-dropdown > ul a.auctiontechLogin:before {
  content: "";
  top: 5px;
  left: 3px;
}
header#header .mod_navigation.login-dropdown > ul a.imogentLogin:before {
  content: "";
  top: 4px;
  left: 3px;
}
header#header .mod_navigation.login-dropdown > ul a.priceHubbleLogin:before {
  content: "";
  top: 4px;
  left: 2px;
}
header#header .mod_navigation.login-dropdown > ul a:hover {
  color: #3a3a3a;
  background: #F7F7F7;
}
header#header .mod_navigation.login-dropdown > ul a:hover:before {
  color: #3a3a3a;
}
header#header .mod_navigation.login-dropdown > ul:after {
  bottom: 100%;
  right: 141px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
header#header .mod_navigation.login-dropdown:hover:before {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
header#header .mod_navigation.login-dropdown:hover ul {
  display: block;
}

@media (min-width: 600px) {
  header#header .mod_navigation.login-dropdown > ul {
    right: -50px;
  }
  header#header .mod_navigation.login-dropdown > ul:after {
    right: 60px;
  }
}
/*
#right, #left {

  h4{
    position: relative;

    font-size: rem(13);
    font-weight: 500;
    text-transform: uppercase;

    padding: 10px 0 10px 19px;
    margin: 0;
    color: #666;

    border-bottom: 1px solid #f1f1f1;
  }
}*/
#left .mod_navigation {
  border-bottom: 1px solid #f1f1f1;
}
#left .mod_navigation h4 {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 10px 19px;
  margin: 0;
  color: #666;
  cursor: pointer;
}
#left .mod_navigation h4 ~ ul {
  display: none;
  margin: 0 0 5px;
}
#left .mod_navigation h4:after {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  right: 15px;
  top: 11px;
  color: #a1a1a1;
  opacity: 0.4;
}
#left .mod_navigation h4:hover:after {
  opacity: 1;
}
#left .mod_navigation.open h4 ~ ul {
  display: block;
}
#left .mod_navigation.open h4:after {
  content: "";
}
#left .mod_navigation ul {
  padding: 0;
  margin: 0;
}
#left .mod_navigation ul li a, #left .mod_navigation ul li strong {
  position: relative;
  display: block;
  padding: 12px 15px 12px 52px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #3a3a3a;
}
#left .mod_navigation ul li a:hover, #left .mod_navigation ul li strong:hover {
  background: #F7F7F7;
}
#left .mod_navigation ul li a:hover:before, #left .mod_navigation ul li strong:hover:before {
  color: #777;
}
#left .mod_navigation ul li a.active, #left .mod_navigation ul li a.trail, #left .mod_navigation ul li strong.active, #left .mod_navigation ul li strong.trail {
  -webkit-box-shadow: inset 3px 0 0 0 #808080;
  box-shadow: inset 3px 0 0 0 #808080;
  background: #F7F7F7;
  font-weight: 500;
}
#left .mod_navigation ul li a.active:before, #left .mod_navigation ul li a.trail:before, #left .mod_navigation ul li strong.active:before, #left .mod_navigation ul li strong.trail:before {
  color: #777;
}
#left .mod_navigation ul li a:before, #left .mod_navigation ul li strong:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  height: 19px;
  margin: auto;
  color: #bcbebf;
  content: "";
  font: 18px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#left .mod_navigation ul li a.overlay:before, #left .mod_navigation ul li strong.overlay:before {
  content: "";
}
#left .mod_navigation ul li a.account:before, #left .mod_navigation ul li strong.account:before {
  content: "";
}
#left .mod_navigation ul li a.dashboard:before, #left .mod_navigation ul li strong.dashboard:before {
  content: "";
}
#left .mod_navigation ul li a.poi:before, #left .mod_navigation ul li strong.poi:before {
  content: "";
}
#left .mod_navigation ul li a.shoptv:before, #left .mod_navigation ul li strong.shoptv:before {
  content: "";
}
#left .mod_navigation ul li a.onoffice:before, #left .mod_navigation ul li strong.onoffice:before {
  content: "";
}
#left .mod_navigation ul li a.faq:before, #left .mod_navigation ul li strong.faq:before {
  content: "";
}
#left .mod_navigation ul li a.book:before, #left .mod_navigation ul li strong.book:before {
  content: "";
}
#left .mod_navigation ul li a.events:before, #left .mod_navigation ul li strong.events:before {
  content: "";
}
#left .mod_navigation ul li a.event:before, #left .mod_navigation ul li strong.event:before {
  content: "";
}
#left .mod_navigation ul li a.webinare:before, #left .mod_navigation ul li strong.webinare:before {
  content: "";
}
#left .mod_navigation ul li a.news:before, #left .mod_navigation ul li strong.news:before {
  content: "";
}
#left .mod_navigation ul li a.shop:before, #left .mod_navigation ul li strong.shop:before {
  content: "";
}
#left .mod_navigation ul li a.product:before, #left .mod_navigation ul li strong.product:before {
  content: "";
}
#left .mod_navigation ul li a.star:before, #left .mod_navigation ul li strong.star:before {
  content: "";
}
#left .mod_navigation ul li a.payment:before, #left .mod_navigation ul li strong.payment:before {
  content: "";
}
#left .mod_navigation ul li a.play:before, #left .mod_navigation ul li strong.play:before {
  content: "";
}
#left .mod_navigation ul li.submenu > ul.level_2 a, #left .mod_navigation ul li.submenu > ul.level_2 strong {
  padding: 10px 15px 10px 60px;
  font-size: 0.8125rem;
}
#left .mod_navigation ul li.submenu > ul.level_2 a:before, #left .mod_navigation ul li.submenu > ul.level_2 strong:before {
  left: 32px;
  font-size: 1.0625rem;
}
#left .mod_navigation:last-child {
  border-bottom: 0 none;
}
#left .mod_navigation.first-nav {
  padding-bottom: 10px;
}

.mod_personalData .fields {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.mod_personalData .fields input[name=imvPassword] {
  -webkit-text-security: disc;
}

@media (min-width: 600px) {
  .mod_personalData .fields {
    grid-template-columns: 1fr 1fr;
  }
}
.mod_changePassword .formbody .fields {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}
.mod_changePassword .formbody .widget-text, .mod_changePassword .formbody .widget-password {
  grid-column: 1/3;
}

@media (min-width: 600px) {
  .mod_changePassword .formbody .fields {
    grid-template-columns: 1fr 1fr;
  }
  .mod_changePassword .formbody .widget-password {
    grid-column: auto;
  }
}
.mod_imageOverlay {
  padding: 15px;
}
.mod_imageOverlay .image_overlay_picker {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner {
  position: relative;
  border: 1px solid #e7e7e7;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner .options {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  transition: opacity 0.3s;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6ffffff", endColorstr="#66ffffff",GradientType=0 );
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner .options a {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  padding: 5px;
  margin: 0 8px;
  opacity: 0;
  color: #000;
  border-radius: 2px;
  transform: translateY(20px);
  transition: transform 0.3s 0s, opacity 0.3s 0s;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner .options a span {
  display: none;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner .options a:hover {
  color: #F19409;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner .options a:after {
  content: "";
  font: 1.75rem/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner .options a.choose:after {
  content: "";
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner .title {
  font-size: 0.8125rem;
  text-align: center;
  padding: 0 10px;
  background: #f8f8f8;
  color: #404040;
  border-top: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner figure {
  background: url("/bundles/contaoimageoverlay/images/transparent.png");
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner:hover .options {
  opacity: 1;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner:hover .options a {
  opacity: 1;
  transform: translateY(0);
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner:hover .options a:nth-child(2) {
  transition-delay: 0.1s;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner:hover .options a:nth-child(3) {
  transition-delay: 0.2s;
}
.mod_imageOverlay .image_overlay_picker .image_overlay_item_inner.selected {
  border-color: #F19409;
}

@media (min-width: 360px) {
  .mod_imageOverlay .image_overlay_picker {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 600px) {
  .mod_imageOverlay .image_overlay_picker {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1230px) {
  .mod_imageOverlay .image_overlay_picker {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1500px) {
  .mod_imageOverlay .image_overlay_picker {
    grid-template-columns: repeat(5, 1fr);
  }
}
#map-preview {
  min-height: 300px;
}

#poi {
  overflow: visible;
}

.mod_poiForm {
  overflow: visible;
}
.mod_poiForm .fields {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.mod_poiForm .fields .widget {
  position: relative;
  transition: opacity 0.3s;
}
.mod_poiForm .fields .widget input {
  padding-right: 40px;
}
.mod_poiForm .fields .widget .btn-determine, .mod_poiForm .fields .widget .btn-mapview, .mod_poiForm .fields .widget .btn-toggle-results {
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 40px;
  border: 0 none;
  outline: 0 none;
  border-left: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.mod_poiForm .fields .widget .btn-determine:before, .mod_poiForm .fields .widget .btn-mapview:before, .mod_poiForm .fields .widget .btn-toggle-results:before {
  content: "";
  font: 15px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  color: #999999;
  transition: color 0.4s;
}
.mod_poiForm .fields .widget .btn-determine:hover, .mod_poiForm .fields .widget .btn-mapview:hover, .mod_poiForm .fields .widget .btn-toggle-results:hover {
  background: #F7F7F7;
}
.mod_poiForm .fields .widget .btn-toggle-results {
  right: 41px;
}
.mod_poiForm .fields .widget .btn-toggle-results:before {
  content: "";
  font: 15px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_poiForm .fields .widget .btn-mapview {
  pointer-events: none;
  right: initial;
  left: 1px;
  border-left: 0 none;
  border-right: 1px solid #ddd;
  background: #fbfbfb;
  text-align: center;
}
.mod_poiForm .fields .widget .btn-mapview:before {
  content: "";
  font: 21px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 21px;
  right: 0;
}
.mod_poiForm .fields .widget .btn-mapview[href] {
  pointer-events: initial;
}
.mod_poiForm .fields .widget .btn-mapview[href]:before {
  color: #70bd50;
}
.mod_poiForm .fields .widget .result-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 350px;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-top-color: #ececec;
  margin-top: -1px;
  background: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 3px 3px;
}
.mod_poiForm .fields .widget .result-container > label {
  display: block;
  padding: 5px 10px;
  color: #7d7d7d;
  font-size: 14px;
}
.mod_poiForm .fields .widget .result-container div.select {
  position: relative;
}
.mod_poiForm .fields .widget .result-container div.select select {
  padding: 10px 10px 10px 80px;
}
.mod_poiForm .fields .widget .result-container div.select select option {
  padding: 5px;
}
.mod_poiForm .fields .widget .result-container.active {
  display: block;
}
.mod_poiForm .fields .widget .result-container:after {
  bottom: 100%;
  right: 51px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(236, 236, 236, 0);
  border-bottom-color: #ececec;
  border-width: 8px;
  margin-left: -8px;
}
.mod_poiForm .fields .widget .result-container .results {
  padding: 0 10px;
}
.mod_poiForm .fields .widget .result-container .results a.item {
  display: flex;
  color: #333;
  padding: 6px 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #ddd;
}
.mod_poiForm .fields .widget .result-container .results a.item .nr, .mod_poiForm .fields .widget .result-container .results a.item .distance {
  color: #848484;
  width: 40px;
}
.mod_poiForm .fields .widget .result-container .results a.item .distance {
  text-align: right;
  width: 70px;
}
.mod_poiForm .fields .widget .result-container .results a.item .title {
  width: calc(100% - 110px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod_poiForm .fields .widget .result-container .results a.item:hover {
  background: #F7F7F7;
}
.mod_poiForm .fields .widget .result-container .results a.item:last-child {
  border-bottom: 0 none;
}
.mod_poiForm .fields .widget .result-container .results.loading {
  text-align: center;
}
.mod_poiForm .fields .widget .result-container .results.loading:before {
  content: "";
  font: 15px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin: 10px auto;
  -webkit-animation: spin-loader 2s infinite linear;
  animation: spin-loader 2s infinite linear;
}
.mod_poiForm .fields .widget.loading {
  opacity: 0.6;
  pointer-events: none;
}
.mod_poiForm .fields .widget.loading .btn-determine {
  pointer-events: none;
}
.mod_poiForm .fields .widget.loading .btn-determine:before {
  -webkit-animation: spin-loader 2s infinite linear;
  animation: spin-loader 2s infinite linear;
  content: "";
}
.mod_poiForm.plabel .fields .widget:not(.widget-checkbox):not(.widget-radio) > input {
  padding-left: 50px;
}
.mod_poiForm.plabel .fields .widget:not(.widget-checkbox):not(.widget-radio) > label {
  margin-left: 50px !important;
}

@media (min-width: 600px) {
  .mod_poiForm .fields {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1022px), (min-width: 1230px) and (max-width: 1460px) {
  .mod_poiForm .fields {
    grid-template-columns: 1fr;
  }
}
@-webkit-keyframes spin-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.mod_avatar {
  border: 2px solid white;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
.mod_avatar img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod_avatar.small-rounded {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.mod_shopTvOverview {
  overflow-x: auto !important;
}
.mod_shopTvOverview table {
  width: 100%;
}
.mod_shopTvOverview table thead th:nth-child(3), .mod_shopTvOverview table thead th:nth-child(4), .mod_shopTvOverview table thead th:nth-child(5), .mod_shopTvOverview table thead th:nth-child(6), .mod_shopTvOverview table tbody td:nth-child(3), .mod_shopTvOverview table tbody td:nth-child(4), .mod_shopTvOverview table tbody td:nth-child(5), .mod_shopTvOverview table tbody td:nth-child(6) {
  display: none;
}
.mod_shopTvOverview table thead th:nth-child(1), .mod_shopTvOverview table tbody td:nth-child(1) {
  min-width: 45px;
}
.mod_shopTvOverview table thead th:nth-child(2), .mod_shopTvOverview table tbody td:nth-child(2) {
  min-width: 170px;
}
.mod_shopTvOverview table thead th:last-child, .mod_shopTvOverview table tbody td:last-child {
  min-width: 110px;
}
.mod_shopTvOverview table thead {
  background: #FBFBFB;
}
.mod_shopTvOverview table thead tr {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #777777;
}
.mod_shopTvOverview table thead tr th {
  text-align: left;
  font-weight: 500;
  padding: 9px;
  border-bottom: 1px solid #f0f0f0;
}
.mod_shopTvOverview table tbody tr {
  font-size: 0.9375rem;
}
.mod_shopTvOverview table tbody tr td {
  color: #181818;
  padding: 2px 9px;
  border-bottom: 1px solid #f7f7f7;
}
.mod_shopTvOverview table tbody tr td:first-child {
  color: #777;
}
.mod_shopTvOverview table tbody tr td:last-child {
  text-align: right;
}
.mod_shopTvOverview table tbody tr td .btn span {
  display: none;
}
.mod_shopTvOverview table tbody tr.last td {
  border-bottom: 0 none;
}
.mod_shopTvOverview table tbody tr:hover {
  background: #fdfdfd;
}
.mod_shopTvOverview table tbody tr.template td:first-child span {
  display: none;
}
.mod_shopTvOverview table tbody tr.template td:first-child:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #F19409;
}
.mod_shopTvOverview table tbody tr.empty td {
  color: #a3a3a3;
  text-align: left;
  padding: 10px 0;
}
.mod_shopTvOverview .btn {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 28px;
  height: 28px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #666;
  text-indent: 9999px;
  overflow: hidden;
}
.mod_shopTvOverview .btn:before {
  content: "";
  font: 1rem/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-indent: 0;
}
.mod_shopTvOverview .btn.edit:before {
  content: "";
}
.mod_shopTvOverview .btn.delete:before {
  content: "";
}
.mod_shopTvOverview .btn.preview:before {
  content: "";
}
.mod_shopTvOverview .btn:hover {
  color: #F19409;
  background: #F7F7F7;
}
.mod_shopTvOverview .btn:last-child {
  margin-right: 0;
}
.mod_shopTvOverview span.btn {
  cursor: default;
  color: #b6b6b6;
  pointer-events: none;
}

@media (min-width: 1230px) {
  .mod_shopTvOverview table {
    min-width: 800px;
  }
  .mod_shopTvOverview table thead th:nth-child(3), .mod_shopTvOverview table thead th:nth-child(4), .mod_shopTvOverview table thead th:nth-child(5), .mod_shopTvOverview table thead th:nth-child(6), .mod_shopTvOverview table tbody td:nth-child(3), .mod_shopTvOverview table tbody td:nth-child(4), .mod_shopTvOverview table tbody td:nth-child(5), .mod_shopTvOverview table tbody td:nth-child(6) {
    display: table-cell;
  }
}
.mod_shopTvNew .fields,
.mod_shopTvRecord .fields {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.mod_shopTvNew .widget-submit, .mod_shopTvNew a.preview,
.mod_shopTvRecord .widget-submit,
.mod_shopTvRecord a.preview {
  display: none;
}
.mod_shopTvNew #mediaList .list,
.mod_shopTvRecord #mediaList .list {
  padding: 5px;
  background: #F9F9F9;
  border: 1px solid #e7e7e7;
}
.mod_shopTvNew #mediaList .list input, .mod_shopTvNew #mediaList .list select,
.mod_shopTvRecord #mediaList .list input,
.mod_shopTvRecord #mediaList .list select {
  background: #fff;
  padding: 11px;
}
.mod_shopTvNew #mediaList .list table,
.mod_shopTvRecord #mediaList .list table {
  width: 100%;
}
.mod_shopTvNew #mediaList .list table thead tr,
.mod_shopTvRecord #mediaList .list table thead tr {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #777777;
}
.mod_shopTvNew #mediaList .list table thead tr th,
.mod_shopTvRecord #mediaList .list table thead tr th {
  text-align: left;
  font-weight: 500;
  padding: 3px 0;
}
.mod_shopTvNew #mediaList .list table tbody td.interval, .mod_shopTvNew #mediaList .list table tbody td.start,
.mod_shopTvRecord #mediaList .list table tbody td.interval,
.mod_shopTvRecord #mediaList .list table tbody td.start {
  width: 65px;
}
.mod_shopTvNew #mediaList .list table tbody td.type,
.mod_shopTvRecord #mediaList .list table tbody td.type {
  width: 100px;
}
.mod_shopTvNew #mediaList .list table tbody td.option,
.mod_shopTvRecord #mediaList .list table tbody td.option {
  text-align: right;
  width: 35px;
}
.mod_shopTvNew #mediaList .list > div,
.mod_shopTvRecord #mediaList .list > div {
  padding: 5px;
}
.mod_shopTvNew #mediaList button.add,
.mod_shopTvRecord #mediaList button.add {
  border: 0 none;
  outline: 0 none;
  background: transparent;
  cursor: pointer;
}
.mod_shopTvNew #mediaList button.add:before,
.mod_shopTvRecord #mediaList button.add:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-right: 5px;
}
.mod_shopTvNew #mediaList button.add:hover,
.mod_shopTvRecord #mediaList button.add:hover {
  color: #F19409;
}
.mod_shopTvNew #mediaList .btn,
.mod_shopTvRecord #mediaList .btn {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 28px;
  height: 28px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: #666;
  text-indent: 9999px;
  overflow: hidden;
}
.mod_shopTvNew #mediaList .btn:before,
.mod_shopTvRecord #mediaList .btn:before {
  content: "";
  font: 1rem/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-indent: 0;
}
.mod_shopTvNew #mediaList .btn:hover,
.mod_shopTvRecord #mediaList .btn:hover {
  color: #F19409;
  background: #F7F7F7;
}
.mod_shopTvNew #mediaList .btn:last-child,
.mod_shopTvRecord #mediaList .btn:last-child {
  margin-right: 0;
}

@media (min-width: 600px) {
  .mod_shopTvNew .fields,
.mod_shopTvRecord .fields {
    grid-template-columns: 1fr 1fr;
  }
  .mod_shopTvNew .fields #mediaList,
.mod_shopTvRecord .fields #mediaList {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) and (max-width: 1022px), (min-width: 1230px) and (max-width: 1460px) {
  .mod_shopTvNew .fields,
.mod_shopTvRecord .fields {
    grid-template-columns: 1fr;
  }
  .mod_shopTvNew .fields #mediaList,
.mod_shopTvRecord .fields #mediaList {
    grid-column: 1;
  }
}
.mod_newslist .layout_latest {
  position: relative;
  overflow: hidden !important;
}
.mod_newslist .layout_latest > * {
  position: relative;
  z-index: 1;
}
.mod_newslist .layout_latest h2 {
  margin-bottom: 0;
  color: #F19409;
}
.mod_newslist .layout_latest h2, .mod_newslist .layout_latest h2 a {
  font-size: 1.125rem;
}
.mod_newslist .layout_latest p {
  margin-bottom: 5px;
}
.mod_newslist .layout_latest p.info {
  font-size: 0.9em;
  color: #919191;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.mod_newslist .layout_latest p.info:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 8px;
  color: #aaaaaa;
}
.mod_newslist .layout_latest p.category {
  margin-bottom: 15px;
}
.mod_newslist .layout_latest p.category:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_newslist .layout_latest p.more {
  margin-top: 10px;
}
.mod_newslist .layout_latest p:last-child {
  margin-bottom: 0;
}
.mod_newslist .layout_latest .image_container {
  float: none;
  margin-bottom: 15px;
}
.mod_newslist .layout_latest .enclosure {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  clear: both;
}
.mod_newslist .layout_latest .enclosure a {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 24px;
}
.mod_newslist .layout_latest .enclosure a span {
  font-size: 0.8em;
  font-weight: 300;
  color: #797979;
}
.mod_newslist .layout_latest .enclosure a:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 6px;
}
.mod_newslist .layout_latest:before {
  content: "";
  font: 10.625rem/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 0;
  color: #f5f5f5;
}
.mod_newslist .layout_latest.featured {
  -webkit-box-shadow: inset 0 0 0 2px rgba(242, 149, 3, 0.3);
  box-shadow: inset 0 0 0 2px rgba(242, 149, 3, 0.3);
}
.mod_newslist .layout_latest.featured:before {
  color: rgba(242, 149, 3, 0.1);
}

#right .mod_newslist h4 {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 10px 19px;
  margin: 0 0 5px;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
#right .mod_newslist p.empty {
  padding: 10px 0 10px 19px;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin: 0;
}
#right .mod_newslist .layout_simple a {
  position: relative;
  display: block;
  padding: 12px 15px 12px 55px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #181818;
}
#right .mod_newslist .layout_simple a:hover {
  background: #F7F7F7;
}
#right .mod_newslist .layout_simple a:before {
  position: absolute;
  top: 11px;
  left: 22px;
  color: #777;
  content: "";
  font: 18px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#right .mod_newslist .layout_simple.featured a:before {
  color: #F19409;
}

.mod_newsreader .block {
  overflow: visible;
}
.mod_newsreader .layout_full p.info {
  font-size: 0.9em;
  color: #919191;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.mod_newsreader .layout_full p.info:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 8px;
  color: #aaaaaa;
}
.mod_newsreader .layout_full p.category {
  margin-bottom: 15px;
}
.mod_newsreader .layout_full p.category:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_newsreader .layout_full .enclosure {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  clear: both;
}
.mod_newsreader .layout_full .enclosure a {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 24px;
}
.mod_newsreader .layout_full .enclosure a span {
  font-size: 0.8em;
  font-weight: 300;
  color: #797979;
}
.mod_newsreader .layout_full .enclosure a:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 6px;
}
.mod_newsreader p.back {
  margin-top: 15px;
  margin-bottom: 0;
}

.mod_faqlist ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.mod_faqlist ul li {
  position: relative;
  padding: 8px 0 8px 25px;
}
.mod_faqlist ul li:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  color: #F19409;
}

.mod_faqreader p {
  position: relative;
}
.mod_faqreader p.info {
  font-size: 0.9em;
  color: #919191;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod_faqreader p.info:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 8px;
  color: #aaaaaa;
}

.mod_newsmenu h4 {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 10px 19px;
  margin: 0 0 5px;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
.mod_newsmenu p.empty {
  padding: 10px 0 10px 19px;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin: 0;
}
.mod_newsmenu a, .mod_newsmenu strong {
  position: relative;
  display: block;
  padding: 12px 15px 12px 52px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #181818;
}
.mod_newsmenu a:hover, .mod_newsmenu strong:hover {
  background: #F7F7F7;
}
.mod_newsmenu a:hover:before, .mod_newsmenu strong:hover:before {
  color: #777;
}
.mod_newsmenu a:before, .mod_newsmenu strong:before {
  position: absolute;
  top: 11px;
  left: 22px;
  color: #bcbebf;
  content: "";
  font: 18px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_newsmenu a.active, .mod_newsmenu strong.active {
  font-weight: 500;
  background: #F7F7F7;
  -webkit-box-shadow: inset 3px 0 0 0 #808080;
  box-shadow: inset 3px 0 0 0 #808080;
}
.mod_newsmenu a.active:before, .mod_newsmenu strong.active:before {
  color: #777;
}

.mod_customnav h4 {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 10px 19px;
  margin: 0;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
.mod_customnav h4 ~ ul {
  margin: 5px 0 0;
}
.mod_customnav ul {
  padding: 0;
  margin: 0;
}
.mod_customnav ul li a, .mod_customnav ul li strong {
  position: relative;
  display: block;
  padding: 12px 15px 12px 52px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #3a3a3a;
}
.mod_customnav ul li a:hover, .mod_customnav ul li strong:hover {
  background: #F7F7F7;
}
.mod_customnav ul li a:hover:before, .mod_customnav ul li strong:hover:before {
  color: #777;
}
.mod_customnav ul li a:before, .mod_customnav ul li strong:before {
  position: absolute;
  top: 11px;
  left: 22px;
  color: #bcbebf;
  content: "";
  font: 18px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_customnav ul li a.product:before, .mod_customnav ul li strong.product:before {
  content: "";
}
.mod_customnav ul li a.active, .mod_customnav ul li strong.active {
  -webkit-box-shadow: inset 3px 0 0 0 #808080;
  box-shadow: inset 3px 0 0 0 #808080;
  background: #F7F7F7;
  font-weight: 500;
  cursor: default;
}
.mod_customnav ul li a.active:before, .mod_customnav ul li strong.active:before {
  color: #777;
}

.mod_newscategories h4 {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 10px 19px;
  margin: 0 0 5px;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
.mod_newscategories p.empty {
  padding: 10px 0 10px 19px;
  font-size: 0.8125rem;
  line-height: 1.2;
  margin: 0;
}
.mod_newscategories a, .mod_newscategories strong {
  position: relative;
  display: block;
  padding: 12px 15px 12px 52px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #181818;
}
.mod_newscategories a:hover, .mod_newscategories strong:hover {
  background: #F7F7F7;
}
.mod_newscategories a:hover:before, .mod_newscategories strong:hover:before {
  color: #777;
}
.mod_newscategories a:before, .mod_newscategories strong:before {
  position: absolute;
  top: 11px;
  left: 22px;
  color: #bcbebf;
  content: "";
  font: 18px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_newscategories a.active, .mod_newscategories strong.active {
  font-weight: 600;
  background: #F7F7F7;
  -webkit-box-shadow: inset 3px 0 0 0 #808080;
  box-shadow: inset 3px 0 0 0 #808080;
}
.mod_newscategories a.active:before, .mod_newscategories strong.active:before {
  color: #777;
}

.mod_newsarchive > h4 {
  display: none;
}
.mod_newsarchive .layout_latest {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  margin-bottom: 25px;
  overflow: visible;
}
.mod_newsarchive .layout_latest h2 {
  margin-bottom: 5px;
  color: #F19409;
}
.mod_newsarchive .layout_latest h2, .mod_newsarchive .layout_latest h2 a {
  font-size: 1.125rem;
}
.mod_newsarchive .layout_latest p.info {
  font-size: 0.9em;
  color: #919191;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.mod_newsarchive .layout_latest p.info:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 8px;
  color: #aaaaaa;
}
.mod_newsarchive .layout_latest p.category {
  margin-bottom: 15px;
}
.mod_newsarchive .layout_latest p.category:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_newsarchive .layout_latest p.more {
  margin-top: 10px;
}
.mod_newsarchive .layout_latest p:last-child {
  margin-bottom: 0;
}
.mod_newsarchive .layout_latest .image_container {
  float: none;
  margin-bottom: 15px;
}
.mod_newsarchive .layout_latest .enclosure {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.02);
  clear: both;
}
.mod_newsarchive .layout_latest .enclosure a {
  position: relative;
  display: inline-block;
  padding: 4px 0 4px 24px;
}
.mod_newsarchive .layout_latest .enclosure a span {
  font-size: 0.8em;
  font-weight: 300;
  color: #797979;
}
.mod_newsarchive .layout_latest .enclosure a:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 6px;
}

.mod_calendar {
  overflow-x: auto !important;
}
.mod_calendar .calendar {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  margin-bottom: 25px;
  overflow: visible;
  text-align: center;
}
.mod_calendar .minicalendar {
  margin: 5px 0;
  padding: 0 5px;
  font-size: 0.8125rem;
  width: 100%;
}
.mod_calendar .minicalendar a {
  font-size: 0.8125rem;
}
.mod_calendar thead th {
  font-weight: 500;
  padding: 5px;
}
.mod_calendar thead th.head.next {
  text-align: right;
}
.mod_calendar thead th.head.previous {
  text-align: left;
}
.mod_calendar tbody td {
  position: relative;
  text-align: center;
  padding: 10px 5px;
  background: #fafafa;
}
.mod_calendar tbody td.empty {
  background: transparent;
}
.mod_calendar tbody td.active {
  color: #F19409;
  background: #fffdfa;
}
.mod_calendar tbody td.active.selected {
  background: #f7aa36;
}
.mod_calendar tbody td.active.selected a {
  color: #fff;
}
.mod_calendar tbody td.active > .events {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #b4b4b4;
  border-radius: 2px;
  padding: 5px 10px;
  min-width: 250px;
  left: calc(50% - 40px);
  top: 100%;
  z-index: 1;
  text-align: left;
}
.mod_calendar tbody td.active > .events a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
}
.mod_calendar tbody td.active > .events a:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
}
.mod_calendar tbody td.active > .events .event:last-child a {
  border-bottom: 0 none;
}
.mod_calendar tbody td.active > .events:after, .mod_calendar tbody td.active > .events:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mod_calendar tbody td.active > .events:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.mod_calendar tbody td.active > .events:before {
  border-color: rgba(158, 158, 158, 0);
  border-bottom-color: #b4b4b4;
  border-width: 7px;
  margin-left: -7px;
}
.mod_calendar tbody td.active:hover > .events {
  display: block;
}
.mod_calendar tbody td.weekend {
  color: #a8a8a8;
}

.mod_eventreader form.onoffice-event-form .formbody {
  display: block;
  margin-bottom: 5px;
  margin-top: 15px;
}
.mod_eventreader button.onoffice-event-btn {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #c1c7c9;
  color: #6d6d6d;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.2;
  min-width: 140px;
  outline: none;
  padding: 11px 20px;
  text-align: center;
  border-radius: 2px;
  white-space: normal;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}
.mod_eventreader button.onoffice-event-btn:hover {
  color: #3a3a3a;
}
.mod_eventreader button.onoffice-event-btn[disabled], .mod_eventreader button.onoffice-event-btn[disabled]:hover {
  cursor: help;
  color: #b8b8b8;
}
.mod_eventreader button.onoffice-event-btn:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
}
.mod_eventreader button.onoffice-event-btn.exists:before {
  content: "";
  color: green;
}

.mod_eventmenu h4 {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0 10px 19px;
  margin: 0 0 5px;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
.mod_eventmenu a, .mod_eventmenu strong {
  position: relative;
  display: block;
  padding: 12px 15px 12px 52px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #181818;
}
.mod_eventmenu a:hover, .mod_eventmenu strong:hover {
  background: #F7F7F7;
}
.mod_eventmenu a:before, .mod_eventmenu strong:before {
  position: absolute;
  top: 11px;
  left: 22px;
  color: #a9a9a9;
  content: "";
  font: 18px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.mod_eventmenu a.active, .mod_eventmenu strong.active {
  font-weight: 600;
  background: #F7F7F7;
  -webkit-box-shadow: inset 3px 0 0 0 #808080;
  box-shadow: inset 3px 0 0 0 #808080;
}

.mod_eventlist > h4 {
  display: none;
}
.mod_eventlist > .header {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e2;
}
.mod_eventlist .layout_list {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  margin-bottom: 25px;
  overflow: visible;
}
.mod_eventlist .layout_list h2 {
  margin-bottom: 8px;
}
.mod_eventlist .layout_list h2, .mod_eventlist .layout_list h2 a {
  font-size: 1.125rem;
}
.mod_eventlist .layout_list p {
  margin-bottom: 5px;
}
.mod_eventlist .layout_list p.time {
  font-size: 0.9em;
  color: #919191;
}
.mod_eventlist .layout_list p.time:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 8px;
  color: #aaaaaa;
}
.mod_eventlist .layout_list p:last-child {
  margin-bottom: 0;
}
.mod_eventlist .layout_list .image_container {
  float: none;
  margin-bottom: 15px;
}

.mod_search form {
  position: relative;
  padding: 15px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mod_search > div {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  margin-bottom: 25px;
  overflow: visible;
}
.mod_search .formbody .widget-text > label {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  left: 1px;
  color: #848484;
  background: #fbfbfb;
  padding: 5px 10px;
  font-size: 0.8125rem;
  border-right: 1px solid #ddd;
  pointer-events: none;
  text-align: left;
  line-height: 1;
  width: 100px;
  clip: initial;
  height: 40px;
  margin: 0;
}
.mod_search .formbody .widget-text input {
  padding: 11px 11px 11px 111px;
  -webkit-appearance: none;
}
.mod_search .formbody .widget-submit {
  text-align: right;
}
.mod_search .relevance {
  display: block;
  font-size: 0.875rem;
  margin-top: 5px;
  color: #a3a3a3;
}
.mod_search mark.highlight {
  background: #fbd398;
}
.mod_search p.header {
  font-weight: 500;
}
.mod_search p.header strong {
  color: #F19409;
}
.mod_search p.url {
  color: #a3a3a3;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .mod_search .formbody {
    grid-template-columns: repeat(6, 1fr);
  }
  .mod_search .formbody .widget-text {
    grid-column: 1/6;
  }
  .mod_search .formbody .widget-submit {
    grid-column: 6/7;
  }
}
.intern-box-outer {
  overflow: visible;
}
.intern-box-outer .intern-box, .intern-box-outer .layout_latest {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  margin-bottom: 25px;
  overflow: visible;
}
.intern-box-outer .intern-box h4, .intern-box-outer .intern-box h5, .intern-box-outer .layout_latest h4, .intern-box-outer .layout_latest h5 {
  padding-bottom: 11px;
  margin-top: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.intern-box-outer .intern-box h4:first-child, .intern-box-outer .intern-box h5:first-child, .intern-box-outer .layout_latest h4:first-child, .intern-box-outer .layout_latest h5:first-child {
  margin-top: 0;
}
.intern-box-outer .intern-box h5, .intern-box-outer .layout_latest h5 {
  padding-bottom: 5px;
}
.intern-box-outer .intern-box .loader, .intern-box-outer .layout_latest .loader {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  font-size: 15px;
  color: #5a5a5a;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
}
.intern-box-outer .intern-box .loader:after, .intern-box-outer .layout_latest .loader:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 60px;
  height: 60px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #F19409;
  border-radius: 100%;
  animation: spin-loader 1s infinite linear;
}
.intern-box-outer .intern-box .loader.show, .intern-box-outer .layout_latest .loader.show {
  display: flex;
}
.intern-box-outer-2 {
  text-align: center;
}

@media (min-width: 1230px) {
  .intern-box-outer {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .intern-box-outer .intern-box.full, .intern-box-outer .layout_latest.full {
    grid-column: 1/3;
  }
  .intern-box-outer.three-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .intern-box-outer.three-grid .intern-box.full, .intern-box-outer.three-grid .layout_latest.full {
    grid-column: 1/4;
  }
  .intern-box-outer.three-grid .intern-box.three-quarter, .intern-box-outer.three-grid .layout_latest.three-quarter {
    grid-column: 1/3;
  }
  .intern-box-outer.four-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .intern-box-outer.four-grid .intern-box.full, .intern-box-outer.four-grid .layout_latest.full {
    grid-column: 1/5;
  }
  .intern-box-outer.four-grid .intern-box.three-quarter, .intern-box-outer.four-grid .layout_latest.three-quarter {
    grid-column: 1/4;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tl_confirm {
  padding: 3px 10px;
  border: 1px solid #baceb1;
  background: #f8ffed;
  font-size: 14px;
}

.tl_error {
  padding: 3px 10px;
  border: 1px solid rgba(248, 127, 104, 0.9);
  background: rgba(248, 127, 104, 0.9);
  font-size: 14px;
}

.ce_text .image_container {
  border: 4px solid #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%;
}
.ce_text .image_container img {
  width: 100%;
}
.ce_text p:last-child {
  margin-bottom: 0;
}

.ce_list ol, .ce_text ol {
  margin: 0;
  padding: 0 0 0 30px;
}
.ce_list ol li, .ce_text ol li {
  padding: 8px 0 8px 5px;
}
.ce_list ul, .ce_text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.ce_list ul li, .ce_text ul li {
  position: relative;
  padding: 8px 0 8px 25px;
}
.ce_list ul li:before, .ce_text ul li:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  color: #F19409;
}

.ce_table {
  background-color: #fff;
  margin: 15px 0;
  overflow-x: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.ce_table table {
  border-spacing: 0;
  width: 100%;
  min-width: 550px;
}
.ce_table th {
  background-color: #fafafa;
  font-weight: 500;
}
.ce_table th, .ce_table td {
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  text-align: left;
}
.ce_table tr:hover {
  background-color: #fafafa;
}
.ce_table tbody th {
  border-right: 1px solid #ddd;
}
.ce_table tfoot td {
  font-weight: 500;
}

.ce_gallery {
  margin: 15px 0;
}
.ce_gallery ul li {
  float: left;
}
.ce_gallery ul:after {
  content: "";
  display: block;
  clear: both;
}
.ce_gallery .cols_2 li {
  width: 50%;
}
.ce_gallery .cols_3 li {
  width: 33.3333%;
}
.ce_gallery .cols_4 li {
  width: 25%;
}
.ce_gallery .cols_5 li {
  width: 20%;
}
.ce_gallery figure > img {
  width: 100%;
}

.ce_download p {
  margin: 0;
  padding: 5px 0;
}

.ce_downloads li {
  padding: 5px 0;
}

.ce_download a:before, .ce_downloads a:before {
  content: "";
  display: inline-block;
  font-family: "fontello";
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 10px;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main .article_inside > div {
  overflow: visible;
}
#main .article_inside > div:not([class*=space--bottom]):not([class*=divider--bottom]) {
  margin-bottom: 25px;
}
#main .article_inside > div:not([class*=space--bottom]):not([class*=divider--bottom]).last {
  margin-bottom: 0;
}
#main div.ce_table {
  margin-bottom: 30px;
}
#main .ce_gallery .tns-outer {
  display: flex;
  flex-direction: column-reverse;
}
#main .ce_gallery .tns-controls {
  display: none;
}
#main .ce_gallery .tns-nav {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .ce_text .image_container {
    max-width: 33.333%;
  }
  .ce_text .image_container.float_left {
    margin-right: 35px;
  }
  .ce_text .image_container.float_right {
    margin-left: 35px;
  }
}
@media (min-width: 1230px) {
  .ce_gallery ul {
    margin: -15px;
  }
  .ce_gallery ul li {
    padding: 15px;
  }
}
.user-info {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 15px 10px;
  border-bottom: 1px solid #e7e7e7;
  color: #666;
  font-size: 14px;
}
.user-info .user {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.user-info .user > span {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
}

.tns-outer {
  position: relative;
}
.tns-outer:hover .tns-controls {
  opacity: 1;
}
.tns-outer:hover .tns-controls button {
  opacity: 1;
  transform: translateX(0);
}

.tns-controls {
  position: absolute;
  outline: 0 none;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s;
}
.tns-controls button {
  position: relative;
  overflow: hidden;
  padding: 0;
  pointer-events: initial;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  color: #2f2f2f;
  text-indent: 99999px;
  text-align: center;
  border: 0 none;
  outline: 0 none;
  transition: transform 0.3s;
}
.tns-controls button:after {
  position: absolute;
  top: 50%;
  transform: translateY(-11px);
  left: 0;
  right: 0;
  text-indent: 0;
}
.tns-controls button[data-controls=prev] {
  float: left;
  transform: translateX(-20px);
}
.tns-controls button[data-controls=prev]:after {
  content: "";
  font: 25px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.tns-controls button[data-controls=next] {
  float: right;
  transform: translateX(20px);
}
.tns-controls button[data-controls=next]:after {
  content: "";
  font: 25px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.tns-controls button:hover {
  background: rgba(241, 148, 9, 0.9);
  color: #ffffff;
}
.tns-controls:after {
  display: block;
  clear: both;
  content: "";
}

.smartphoto {
  background: rgba(255, 255, 255, 0.8);
}
.smartphoto .smartphoto-header {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 19px;
  height: 58px;
}
.smartphoto .smartphoto-header .smartphoto-count, .smartphoto .smartphoto-header .smartphoto-caption, .smartphoto .smartphoto-header .smartphoto-dismiss {
  color: #000;
}
.smartphoto .smartphoto-header .smartphoto-caption {
  font-size: 1rem;
  height: 58px;
  line-height: 58px;
}
.smartphoto .smartphoto-header .smartphoto-dismiss {
  top: 13px;
  width: 25px;
  height: 25px;
  background: none;
}
.smartphoto .smartphoto-header .smartphoto-dismiss:after {
  content: "";
  font: 22px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.smartphoto .smartphoto-img-wrap img {
  background: url("/bundles/contaoimageoverlay/images/transparent.png");
  border: 1px solid #ddd;
}
.smartphoto .smartphoto-arrows li {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.smartphoto .smartphoto-arrows li a {
  background-repeat: no-repeat;
}
.smartphoto .smartphoto-nav li {
  background: url("/bundles/contaoimageoverlay/images/transparent.png");
}
.smartphoto .smartphoto-nav li a {
  background-color: transparent;
}

#option-bar {
  position: relative;
  padding: 15px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: visible;
}
#option-bar .search-field {
  position: relative;
  margin-bottom: 15px;
}
#option-bar .search-field > label, #option-bar .search-field > button {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #848484;
  background: #fbfbfb;
  padding: 6px 10px 5px;
  font-size: 0.8125rem;
  line-height: 27px;
  border-right: 1px solid #ddd;
  pointer-events: none;
}
#option-bar .search-field > label {
  text-align: left;
  line-height: 1;
  width: 75px;
}
#option-bar .search-field > input {
  padding: 10px 50px 10px 85px;
  min-width: 120px;
  font-family: "Roboto";
  background-color: transparent;
  color: #3a3a3a;
  font-size: 15px;
}
#option-bar .search-field > input:focus ~ .results.hasContent {
  display: block;
}
#option-bar .search-field > button {
  left: inherit;
  right: 1px;
  width: 40px;
  border: 0 none;
  border-left: 1px solid #ddd;
  pointer-events: initial;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  outline: 0 none;
}
#option-bar .search-field > button i:before {
  width: auto;
  margin: 0;
}
#option-bar .search-field > button:hover {
  background: #F7F7F7;
}
#option-bar .search-field .results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #FFF;
  max-height: 350px;
  padding: 5px;
  overflow-y: auto;
}
#option-bar .search-field .results a.item {
  display: block;
  color: #333;
  font-size: 0.875rem;
  border-bottom: 1px solid #ddd;
}
#option-bar .search-field .results a.item .nr, #option-bar .search-field .results a.item .title {
  display: block;
  float: left;
  padding: 7px 10px;
}
#option-bar .search-field .results a.item .title {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#option-bar .search-field .results a.item .nr {
  color: #848484;
  width: 90px;
}
#option-bar .search-field .results a.item:hover {
  background: #F7F7F7;
}
#option-bar .search-field .results a.item:hover .nr {
  background: #f2f2f2;
}
#option-bar .search-field .results a.item:last-child {
  border-bottom: 0 none;
}
#option-bar .search-field .results a.item:after {
  display: table;
  content: "";
  clear: both;
}
#option-bar .search-field .results:hover {
  display: block;
}
#option-bar .option-button {
  display: flex;
  width: 100%;
}
#option-bar .option-button > button, #option-bar .option-button .select > button, #option-bar .option-button > a {
  background: #fff;
  color: #111111;
  outline: 0 none;
  padding: 10px;
  border: 0 none;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  height: 40px;
  cursor: pointer;
}
#option-bar .option-button > button span, #option-bar .option-button .select > button span, #option-bar .option-button > a span {
  display: none;
}
#option-bar .option-button > button:hover, #option-bar .option-button > button.active, #option-bar .option-button .select > button:hover, #option-bar .option-button .select > button.active, #option-bar .option-button > a:hover, #option-bar .option-button > a.active {
  background: #F7F7F7;
}
#option-bar .option-button > button.selectable:after, #option-bar .option-button .select > button.selectable:after, #option-bar .option-button > a.selectable:after {
  display: inline-block;
  margin-left: 6px;
  content: "";
  font: 0.8125rem/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#option-bar .option-button > button.selectable.active:after, #option-bar .option-button .select > button.selectable.active:after, #option-bar .option-button > a.selectable.active:after {
  transform: rotate(-180deg);
}
#option-bar .option-button > button.right, #option-bar .option-button .select > button.right, #option-bar .option-button > a.right {
  margin-left: auto;
  margin-right: 0;
}
#option-bar .option-button > button[disabled], #option-bar .option-button .select > button[disabled], #option-bar .option-button > a[disabled] {
  color: #b6b6b6;
  pointer-events: none;
}
#option-bar .option-head {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #fbfbfb;
  border-bottom: 1px solid #ddd;
}
#option-bar .option-head > span {
  font-size: 1.0625rem;
}
#option-bar .option-head a.option-closer {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  margin-left: auto;
  border-radius: 2px;
  color: #666;
}
#option-bar .option-head a.option-closer:before {
  content: "";
  font: 22px/35px "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#option-bar .option-head a.option-closer:hover {
  background: #F7F7F7;
  color: #F19409;
}
#option-bar .option-toggle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 0 0 2000px rgba(255, 255, 255, 0.8);
  background: #fff;
  overflow-y: auto;
}
#option-bar .option-toggle.open {
  display: block;
}
#option-bar .select {
  position: relative;
}
#option-bar .select .option-toggle.options .option {
  padding: 10px 15px;
  font-size: 0.8125rem;
}
#option-bar .select .option-toggle.options .option.radio, #option-bar .select .option-toggle.options .option.check {
  padding: 0;
}
#option-bar .select .option-toggle.options .option.radio input, #option-bar .select .option-toggle.options .option.check input {
  display: none;
}
#option-bar .select .option-toggle.options .option.radio input:checked + label:after, #option-bar .select .option-toggle.options .option.check input:checked + label:after {
  content: "";
  font: 12px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  left: 15px;
  top: 9px;
  width: 20px;
  color: #8d8d8d;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  line-height: 20px;
}
#option-bar .select .option-toggle.options .option.radio label, #option-bar .select .option-toggle.options .option.check label {
  position: relative;
  display: block;
  padding: 10px 15px 10px 45px;
  cursor: pointer;
}
#option-bar .select .option-toggle.options .option.radio label:before, #option-bar .select .option-toggle.options .option.check label:before {
  position: absolute;
  left: 15px;
  border: 2px solid #d9d9d9;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
}
#option-bar .select .option-toggle.options .option.radio label:before {
  border-radius: 50%;
}
#option-bar .select .option-toggle.options .option:hover {
  background: #F7F7F7;
}
#option-bar .select .option-toggle.options .space {
  border-top: 1px solid #e7e7e7;
  margin: 5px 0;
}

@media (min-width: 480px) {
  #option-bar .search-field > label {
    width: 130px;
    line-height: 27px;
    text-align: center;
  }
  #option-bar .search-field > input {
    padding: 10px 50px 10px 140px;
  }
}
@media (min-width: 1022px) {
  #option-bar {
    display: flex;
  }
  #option-bar .search-field {
    width: 55%;
    margin-bottom: 0;
    margin-right: 5px;
  }
  #option-bar .search-field + .option-button {
    width: 45%;
  }
  #option-bar .option-head {
    display: none;
  }
  #option-bar .option-toggle {
    position: absolute;
    top: 100%;
    bottom: initial;
    max-height: 70vh;
    margin: 15px 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  #option-bar .select .option-toggle {
    right: initial;
    min-width: 190px;
    width: 100%;
    margin: 30px 0 0;
  }
  #option-bar .select .option-toggle.options {
    padding: 5px 0;
  }
}
@media (min-width: 1230px) {
  #option-bar .search-field {
    width: 35%;
  }
  #option-bar .search-field + .option-button {
    width: 65%;
  }
  #option-bar .option-button > button span, #option-bar .option-button .select > button span, #option-bar .option-button > a span {
    display: inline-block;
  }
}
/**
 * iziToast
 */
.iziToast.iziToast-color-red {
  background: rgba(248, 127, 104, 0.9);
  border-color: rgba(248, 127, 104, 0.9);
}

.iziToast.iziToast-color-orange {
  background: rgba(255, 249, 178, 0.9);
  border-color: rgba(255, 249, 178, 0.9);
}

.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, 0.9);
  border-color: rgba(255, 249, 178, 0.9);
}

.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, 0.9);
  border-color: rgba(157, 222, 255, 0.9);
}

.iziToast.iziToast-color-green {
  background: rgba(142, 202, 82, 0.9);
  border-color: rgba(142, 202, 82, 0.9);
}

/**
 * Tingle
 */
.tingle-modal .tingle-modal__close {
  font-size: 3rem;
  width: auto;
  height: auto;
}
.tingle-modal .tingle-modal__closeIcon {
  font-size: 1em;
}
.tingle-modal.iframe-modal .tingle-modal-box {
  width: 90%;
  height: 90%;
  max-width: 1600px;
  border-radius: 0;
}
.tingle-modal.iframe-modal .tingle-modal-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tingle-modal.confirm-modal .tingle-modal-box {
  width: 90%;
  max-width: 600px;
}
.tingle-modal.confirm-modal .tingle-modal-box .tingle-btn.tingle-btn--primary {
  background: #7c7c7c;
}
.tingle-modal.confirm-modal .tingle-modal-box .tingle-btn:hover {
  opacity: 0.9;
}

body.modal {
  padding-top: 0;
}

@media (max-width: 540px) {
  .tingle-modal {
    padding-top: 58px !important;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto !important;
  }
  .tingle-modal .tingle-modal-box {
    width: auto !important;
  }
  .tingle-modal .tingle-modal__close {
    font-size: 2rem;
    width: 100%;
    background-color: #F19409;
  }
}
#popup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 25px 25px;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
#popup > h4 {
  color: #fff;
}
#popup > .inner {
  max-height: 100%;
  overflow-y: auto;
  border-radius: 3px;
}
#popup .layout_latest_popup {
  position: relative;
  max-width: 550px;
  background: #ffffff;
  border-radius: 3px;
  padding: 25px;
}
#popup .layout_latest_popup h2, #popup .layout_latest_popup h2 a {
  font-size: 1.125rem;
  color: #f19409;
}
#popup .layout_latest_popup > button {
  position: fixed;
  display: flex;
  align-items: center;
  font-size: 1rem;
  top: 15px;
  right: 15px;
  background: transparent;
  border: 0 none;
  outline: 0 none;
  color: #ffffff;
  cursor: pointer;
}
#popup .layout_latest_popup > button:hover {
  color: #f19409;
}
#popup .layout_latest_popup > button:after {
  content: "";
  font: 1.6875rem/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-left: 10px;
}
#popup .layout_latest_popup p {
  margin-bottom: 5px;
}
#popup .layout_latest_popup p.info {
  font-size: 0.9em;
  color: #919191;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
#popup .layout_latest_popup p.info:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: inline-block;
  margin-right: 8px;
  color: #aaaaaa;
}
#popup .layout_latest_popup p.category {
  margin-bottom: 15px;
}
#popup .layout_latest_popup p.category:before {
  content: "";
  font: 1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#popup .layout_latest_popup p.more {
  margin-top: 10px;
}
#popup .layout_latest_popup p:last-child {
  margin-bottom: 0;
}
#popup.show {
  animation-name: popup-in;
  pointer-events: initial;
}
#popup.hide {
  animation-name: popup-out;
  pointer-events: none;
}

@media (min-width: 768px) {
  #popup {
    justify-content: center;
    align-items: center;
  }
  #popup > .inner {
    justify-content: center;
    align-items: center;
  }
}
@keyframes popup-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popup-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pagination {
  margin-top: 25px;
}
.pagination p {
  color: #919191;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}
.pagination a {
  min-width: auto;
  width: 38px;
  height: 36px;
  padding: 8px;
}
.pagination strong, .pagination span {
  background-color: #eeeeee;
  border: 1px solid #c1c7c9;
  color: #F19409;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 1.2;
  padding: 8px;
  width: 38px;
  height: 36px;
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.pagination li {
  margin: 0 3px;
}
.pagination li.first a, .pagination li.previous a, .pagination li.next a, .pagination li.last a {
  text-indent: -9999px;
}
.pagination li.first a:before, .pagination li.previous a:before, .pagination li.next a:before, .pagination li.last a:before {
  content: "";
  font: 18px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  float: left;
  text-indent: 0;
  width: 100%;
}
.pagination li.first a:before {
  content: "";
}
.pagination li.previous a:before {
  content: "";
}
.pagination li.next a:before {
  content: "";
}
.pagination li.last a:before {
  content: "";
}

@media (min-width: 600px) {
  .pagination li {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .pagination strong, .pagination span, .pagination a {
    padding: 13px;
    width: 48px;
    height: 46px;
  }
  .pagination li {
    margin: 0 3px;
  }
}
@media (min-width: 1022px) {
  .pagination li {
    margin: 0 5px;
  }
}
.align-right {
  text-align: right;
}

.map-border {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.loader-circle {
  position: relative;
}
.loader-circle .loader {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #5a5a5a;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
}
.loader-circle .loader:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 80%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 60px;
  height: 60px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #F19409;
  border-radius: 100%;
  animation: spin-loader 1s infinite linear;
}
.loader-circle .loader.show {
  display: flex;
}

#realestate-valuation.EFH .EFH,
#realestate-valuation.ETW .ETW,
#realestate-valuation.MFH .MFH,
#realestate-valuation.GRD .GRD,
#realestate-valuation select option[disabled],
#realestate-valuation .hidden {
  display: none;
}

#realestate-valuation .widget-submit {
  display: none;
}
#realestate-valuation .widget {
  margin: 0 0 10px;
}
#realestate-valuation .widget:last-of-type {
  margin: 0;
}
#realestate-valuation fieldset h3 {
  width: 100%;
}
#realestate-valuation select[readonly] {
  background: repeating-linear-gradient(135deg, rgba(243, 243, 243, 0.7), rgba(243, 243, 243, 0.4) 5px, rgba(229, 229, 229, 0.7) 5px, rgba(229, 229, 229, 0.4) 10px);
  pointer-events: none;
  touch-action: none;
}

@media (min-width: 1230px) {
  .valuation-form fieldset h3 {
    margin-right: 10px;
  }
}
@media (min-width: 1460px) {
  .valuation-form fieldset h3,
.valuation-form .contentButtons .buttons .button > * {
    width: auto;
  }
}
.valuation-form .intern-box-outer-2 .option-button > *, .valuation-form .ownerListData button, .valuation-form .intern-box .option-button > *, .valuation-form #option-bar .option-button > * {
  font-family: "Roboto";
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb;
  border: 1px solid #c1c7c9;
  color: #6d6d6d;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.2;
  height: auto;
  width: 100%;
  margin: 10px 10px 0 0;
  outline: none;
  padding: 11px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  white-space: normal;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

/*body.valuation-form {

  #wrapper {
    overflow: visible;
  }

  #option-bar {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}*/
.valuation-form #apiSearchBtn > span {
  display: none;
}
.valuation-form #option-bar.full-width .search-field {
  margin-bottom: 0;
  width: 100%;
}
.valuation-form #option-bar.full-width .search-field .results {
  top: unset;
}
.valuation-form #option-bar .option-button > * {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.valuation-form .intern-box-outer-2 .option-button > *:last-child,
.valuation-form #option-bar .option-button > *:last-child {
  margin-right: 0;
}
.valuation-form .intern-box-outer-2 .option-button button[disabled] {
  color: #c1c7c9;
  cursor: not-allowed;
}
.valuation-form #apiSearchBtn {
  padding-left: 5px;
}

@media (min-width: 768px) {
  .valuation-form .intern-box-outer-2 .option-button > *,
.valuation-form #option-bar.objectSearch .search-field > button {
    width: auto;
  }

  body.valuation-form #wrapper {
    overflow: visible;
  }
  body.valuation-form #option-bar {
    top: 20px;
  }
}
@media (min-width: 1022px) {
  .valuation-form #option-bar .option-button > * {
    margin-top: 0;
    padding: 6px;
  }
}
@media (min-width: 1230px) {
  .valuation-form #option-bar .option-button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .valuation-form #option-bar .option-button > * {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 0 0 6px;
  }
  .valuation-form #option-bar .option-button > * > span {
    display: none;
  }
  .valuation-form #option-bar .search-field {
    width: 100%;
  }
  .valuation-form #option-bar .search-field + .option-button {
    width: 100%;
  }
}
@media (min-width: 1460px) {
  .valuation-form #option-bar .option-button > * {
    padding: 10px 6px;
  }
  .valuation-form #option-bar .option-button > * > span {
    display: block;
    font-size: 13px;
  }
  .valuation-form button#apiSearchBtn {
    font-size: 13px;
  }
  .valuation-form button#apiSearchBtn > span {
    display: initial;
  }
}
.ownerList .tingle-modal-box {
  overflow-y: auto;
}
.ownerListHeader {
  font-weight: bold;
}
.ownerListHeader i {
  cursor: pointer;
}
.ownerListHeader, .ownerListData > div {
  display: flex;
  flex-flow: row wrap;
}
.ownerListHeader > div, .ownerListData > div > div:not(:last-child) {
  font-size: 80%;
  padding-right: 10px;
}
.ownerListHeader > div:nth-child(1), .ownerListData > div > div:nth-child(1) {
  max-width: 80px;
}
.ownerListHeader > div:nth-child(2), .ownerListData > div > div:nth-child(2) {
  max-width: 60px;
}
.ownerListHeader > div:nth-child(5), .ownerListHeader > div:nth-child(6), .ownerListData > div > div:nth-child(5), .ownerListData > div > div:nth-child(6) {
  min-width: 230px;
}
.ownerListData > div:nth-child(2n+1) {
  background-color: #c1c7c9;
}
.ownerListData button {
  color: #000;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 5px 0;
}

@media (orientation: landscape) {
  .ownerListHeader > div:not(:last-child), .ownerListData > div > div:not(:last-child) {
    width: calc((100% - 50px) / 6);
  }
}
.reportPrices.hidden {
  display: none;
}

.reportPrices {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 2px;
  background: #f39206;
  color: #fff;
}
.reportPrices h3 {
  margin: 0;
  color: #fff;
}
.reportPrices .reportValue {
  font-size: 220%;
}
.reportPrices .contentButtons .button {
  margin: 0 0 10px;
}
.reportPrices .contentButtons .button > * {
  width: 100%;
}
.reportPrices textarea {
  resize: vertical;
}

#realestate-valuation .option-button > *:first-child:not(:hover) {
  background: #3a3a3a;
  color: #fff;
}
#realestate-valuation .option-button > *:nth-last-child(-n+2):not(:hover) {
  background: #f39206;
  color: #fff;
}

input[type=range] {
  cursor: pointer;
  padding: 10px 0;
}

.widget-range input[type=range] {
  height: 18px;
  padding: 1.1875rem 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 none;
  background: none;
  --webkitProgressPercentage: 0%;
}
.widget-range input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: 0 none;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #F19409 var(--webkitProgressPercentage), #CCCCCC var(--webkitProgressPercentage));
}
.widget-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -6.5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 0 none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.widget-range input[type=range]::-moz-range-track {
  height: 5px;
  border: 0 none;
  border-radius: 10px;
  background: #CCCCCC;
}
.widget-range input[type=range]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 0 none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.widget-range input[type=range]::-moz-range-progress {
  background-color: #F19409;
}
.widget-range input[type=range]::-ms-track {
  height: 5px;
  border-color: transparent;
  border-width: 9px 0;
  border-radius: 10px;
  background: transparent;
  color: transparent;
}
.widget-range input[type=range]::-ms-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 0 none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.widget-range input[type=range]::-ms-fill-lower {
  background-color: #F19409;
}
.widget-range input[type=range]::-ms-fill-upper {
  background-color: #CCCCCC;
}

.realestate-range {
  position: relative;
  z-index: 2;
}
.realestate-range + .range-legend {
  background: linear-gradient(to right, #CCCCCC 0.125rem, transparent 0.125rem) repeat-x;
  background-size: calc(25% - 4.5px) 0.3125rem;
  background-position-x: 9px;
  background-position-y: top;
  position: relative;
  top: -1.25rem;
  padding-top: 1.25rem;
  margin-bottom: -0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  text-align: center;
}
.realestate-range + .range-legend > span {
  padding: 0 0.125rem;
}
.realestate-range + .range-legend > span:first-of-type {
  padding-left: 0;
}
.realestate-range + .range-legend > span:last-of-type {
  padding-right: 0;
}

body.ie .widget-range input[type=range] {
  padding: 10px 0;
  height: 43px;
}

.mod_article.login h1, .mod_article.login h2 {
  color: #FFF;
  font-weight: normal;
  font-size: 1.6875rem;
  text-align: center;
  margin: 0 !important;
  padding: 0;
}
.mod_article.login h1 span, .mod_article.login h2 span {
  color: #F19409;
  font-weight: 600;
  white-space: nowrap;
}
.mod_article.login h1:after, .mod_article.login h2:after {
  display: none;
  content: none;
}
.mod_article.login h2 {
  font-size: 1.25rem;
  margin-top: 10px !important;
  font-weight: 300;
}
.mod_article.login .article_inside {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100vw;
  padding: 15px;
}
.mod_article.login .mod_login {
  padding: 20px;
  width: 100%;
  max-width: 480px;
  margin-bottom: 25px !important;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  align-self: center;
}
.mod_article.login .mod_login form .formbody p {
  color: #fff;
}
.mod_article.login .mod_login form .widget-text:after, .mod_article.login .mod_login form .widget-password:after {
  content: "";
  font: 1.125rem/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: absolute;
  height: 17px;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  color: #F19409;
  pointer-events: none;
}
.mod_article.login .mod_login form .widget-password:after {
  content: "";
}
.mod_article.login .mod_login form .widget-submit button {
  display: block;
  padding: 15px 0;
  width: 100%;
  background: #F19409;
  border-color: #F19409;
  color: #FFF;
}
.mod_article.login .mod_login form .widget-submit button:hover {
  background: #e28b08;
}
.mod_article.login .mod_login form input {
  background: #fff;
}
.mod_article.login .ce_gallery {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.mod_article.login .ce_gallery ul, .mod_article.login .ce_gallery ul li {
  padding: 0;
  margin: 0;
}
.mod_article.login .ce_gallery li {
  float: none;
}
.mod_article.login .ce_gallery img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mod_article.login .ce_gallery .tns-outer {
  display: block !important;
}
.mod_article.login .ce_gallery .tns-outer > button, .mod_article.login .ce_gallery .tns-outer .tns-controls {
  display: none;
}
.mod_article.login .ce_gallery .tns-outer .tns-item {
  outline: 0 none;
}
.mod_article.login .ce_gallery .image_container {
  background: #fff;
}
.mod_article.login .ce_image {
  margin-top: 20px;
  max-width: 200px;
  align-self: center;
}
.mod_article.login .headings {
  margin-bottom: 30px;
}
.mod_article.login .bottom {
  margin-bottom: 5px !important;
}

@media (min-width: 480px) {
  .mod_article.login h1 {
    font-size: 2.1875rem;
  }
  .mod_article.login h2 {
    font-size: 1.8125rem;
  }
  .mod_article.login .article_inside {
    justify-content: space-between;
    padding: 0;
  }
  .mod_article.login .mod_login {
    padding: 50px;
    margin-bottom: 45px !important;
  }
  .mod_article.login .ce_image {
    max-width: none;
    margin-top: 50px;
  }
}
@media (min-width: 1022px) {
  .mod_article.login .mod_login {
    margin-bottom: 75px !important;
  }
  .mod_article.login .ce_image {
    margin-top: 70px;
  }
}
@media (min-width: 1230px) {
  .mod_article.login .ce_image {
    margin-top: 100px;
  }
}
.mod_iso_productlist .product_list {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}
.mod_iso_productlist .product {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  overflow: visible;
}
.mod_iso_productlist .product .formbody {
  display: block;
}
.mod_iso_productlist .product .image {
  position: relative;
  border: 1px solid #dfdfdf;
}
.mod_iso_productlist .product .image .offer {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.mod_iso_productlist .product .image .offer .price {
  display: inline-block;
  color: #F19409;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: right;
  padding: 5px 9px;
  border-radius: 2px;
  background: #F1F1F1;
}
.mod_iso_productlist .product .image .image_container {
  display: block;
  height: 200px;
}
.mod_iso_productlist .product .image .image_container a {
  display: block;
}
.mod_iso_productlist .product .image .image_container img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.mod_iso_productlist .product .submit_container {
  display: flex;
  flex-wrap: wrap;
}
.mod_iso_productlist .product .submit_container .button {
  width: 100%;
  margin-top: 5px;
}
.mod_iso_productlist .product .submit_container .button a {
  display: block;
  width: 100%;
}
.mod_iso_productlist .product .submit_container .quantity_container {
  width: 25%;
}
.mod_iso_productlist .product .submit_container .quantity_container label {
  display: none;
}
.mod_iso_productlist .product .submit_container .quantity_container input {
  padding: 11px 15px;
}
.mod_iso_productlist .product .submit_container .add_to_cart {
  margin-left: 10px;
  margin-bottom: 10px;
  width: calc(75% - 10px);
}
.mod_iso_productlist .product .sku {
  font-size: 0.9em;
  font-style: italic;
  color: #acacac;
  margin-bottom: 5px;
}
.mod_iso_productlist .product .info {
  margin-top: 15px;
}
.mod_iso_productlist .product a.title {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .mod_iso_productlist .product .content {
    display: flex;
  }
  .mod_iso_productlist .product .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 20px;
    width: calc(100% - 220px);
  }
  .mod_iso_productlist .product .image .image_container {
    width: 200px;
  }
}
@media (min-width: 1500px) {
  .mod_iso_productlist .product_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1950px) {
  .mod_iso_productlist .product_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mod_iso_orderhistory {
  overflow: visible;
  overflow-x: auto !important;
}
.mod_iso_orderhistory table {
  position: relative;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: visible;
  width: 100%;
  border-spacing: 0;
  min-width: 500px;
}
.mod_iso_orderhistory table thead th {
  text-align: left;
  padding: 0 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.mod_iso_orderhistory table thead th.col_first {
  padding-left: 0;
}
.mod_iso_orderhistory table thead th.col_last {
  padding-right: 0;
}
.mod_iso_orderhistory table tbody tr td {
  background: #fbfbfb;
  border-bottom: 15px solid #fff;
  padding: 20px 10px;
}
.mod_iso_orderhistory table tbody tr td:last-child {
  text-align: right;
  white-space: nowrap;
}
.mod_iso_orderhistory table tbody tr.last td {
  border-bottom: 0;
}
.mod_iso_orderhistory table tbody tr.first td {
  border-top: 15px solid #fff;
}
.mod_iso_orderhistory table a {
  font-weight: 500;
}
.mod_iso_orderhistory table a:after {
  content: "";
  font: 0.9em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

@media (min-width: 1022px) {
  .mod_iso_orderhistory {
    overflow-x: hidden !important;
  }
  .mod_iso_orderhistory table {
    min-width: auto;
  }
}
#main .mod_iso_cart, .review.orderproducts, .mod_iso_orderdetails, .mod_iso_favorites {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#main .mod_iso_cart .formbody, .review.orderproducts .formbody, .mod_iso_orderdetails .formbody, .mod_iso_favorites .formbody {
  overflow-x: auto;
}
#main .mod_iso_cart table, .review.orderproducts table, .mod_iso_orderdetails table, .mod_iso_favorites table {
  border-spacing: 0;
  letter-spacing: 0.07em;
  min-width: 680px;
  width: 100%;
}
#main .mod_iso_cart table tr td, .review.orderproducts table tr td, .mod_iso_orderdetails table tr td, .mod_iso_favorites table tr td {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
}
#main .mod_iso_cart table tr td.name a, .review.orderproducts table tr td.name a, .mod_iso_orderdetails table tr td.name a, .mod_iso_favorites table tr td.name a {
  font-size: 1rem;
  font-weight: 500;
  color: #3e3e3e;
}
#main .mod_iso_cart table tr td.image, .review.orderproducts table tr td.image, .mod_iso_orderdetails table tr td.image, .mod_iso_favorites table tr td.image {
  width: 115px;
}
#main .mod_iso_cart table tr td.quantity input, .review.orderproducts table tr td.quantity input, .mod_iso_orderdetails table tr td.quantity input, .mod_iso_favorites table tr td.quantity input {
  max-width: 80px;
}
#main .mod_iso_cart table tr td.price, .review.orderproducts table tr td.price, .mod_iso_orderdetails table tr td.price, .mod_iso_favorites table tr td.price {
  text-align: right;
  color: #898989;
}
#main .mod_iso_cart table tr td.price.total, .review.orderproducts table tr td.price.total, .mod_iso_orderdetails table tr td.price.total, .mod_iso_favorites table tr td.price.total {
  font-weight: 500;
}
#main .mod_iso_cart table tr td.actions, .review.orderproducts table tr td.actions, .mod_iso_orderdetails table tr td.actions, .mod_iso_favorites table tr td.actions {
  white-space: nowrap;
}
#main .mod_iso_cart table tr td.actions a, .review.orderproducts table tr td.actions a, .mod_iso_orderdetails table tr td.actions a, .mod_iso_favorites table tr td.actions a {
  font-weight: 500;
}
#main .mod_iso_cart table tr td.col_first, .review.orderproducts table tr td.col_first, .mod_iso_orderdetails table tr td.col_first, .mod_iso_favorites table tr td.col_first {
  padding-left: 0;
}
#main .mod_iso_cart table tr td.col_last, .review.orderproducts table tr td.col_last, .mod_iso_orderdetails table tr td.col_last, .mod_iso_favorites table tr td.col_last {
  padding-right: 0;
  text-align: right;
}
#main .mod_iso_cart table tr.row_last td, .review.orderproducts table tr.row_last td, .mod_iso_orderdetails table tr.row_last td, .mod_iso_favorites table tr.row_last td {
  border-bottom: 0 none;
}
#main .mod_iso_cart table tfoot, .review.orderproducts table tfoot, .mod_iso_orderdetails table tfoot, .mod_iso_favorites table tfoot {
  position: relative;
}
#main .mod_iso_cart table tfoot tr td, .review.orderproducts table tfoot tr td, .mod_iso_orderdetails table tfoot tr td, .mod_iso_favorites table tfoot tr td {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 0 none;
}
#main .mod_iso_cart table tfoot tr.total td, .review.orderproducts table tfoot tr.total td, .mod_iso_orderdetails table tfoot tr.total td, .mod_iso_favorites table tfoot tr.total td {
  color: #111111;
  padding-top: 10px;
  border-top: 1px solid #dee1e5;
}
#main .mod_iso_cart table tfoot tr.total td.name, .review.orderproducts table tfoot tr.total td.name, .mod_iso_orderdetails table tfoot tr.total td.name, .mod_iso_favorites table tfoot tr.total td.name {
  font-weight: 600;
}
#main .mod_iso_cart table tfoot tr.foot_first td, .review.orderproducts table tfoot tr.foot_first td, .mod_iso_orderdetails table tfoot tr.foot_first td, .mod_iso_favorites table tfoot tr.foot_first td {
  padding-top: 35px;
  border-top: 2px solid #acafb2;
}
#main .mod_iso_cart table tfoot tr.foot_last td, .review.orderproducts table tfoot tr.foot_last td, .mod_iso_orderdetails table tfoot tr.foot_last td, .mod_iso_favorites table tfoot tr.foot_last td {
  padding-bottom: 35px;
  border-bottom: 0 none;
}
#main .mod_iso_cart .submit_container input, .review.orderproducts .submit_container input, .mod_iso_orderdetails .submit_container input, .mod_iso_favorites .submit_container input {
  margin-top: 10px;
}
#main .mod_iso_cart .image_container, .review.orderproducts .image_container, .mod_iso_orderdetails .image_container, .mod_iso_favorites .image_container {
  width: 100px;
  height: 100px;
  border: 1px solid #dfdfdf;
}
#main .mod_iso_cart .image_container a, .review.orderproducts .image_container a, .mod_iso_orderdetails .image_container a, .mod_iso_favorites .image_container a {
  display: block;
}
#main .mod_iso_cart .image_container img, .review.orderproducts .image_container img, .mod_iso_orderdetails .image_container img, .mod_iso_favorites .image_container img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

@media (min-width: 600px) {
  #main .mod_iso_cart, .review.orderproducts, .mod_iso_orderdetails, .mod_iso_favorites {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  #main .mod_iso_cart, .review.orderproducts, .mod_iso_orderdetails, .mod_iso_favorites {
    padding: 40px 45px;
  }
  #main .mod_iso_cart .submit_container, .review.orderproducts .submit_container, .mod_iso_orderdetails .submit_container, .mod_iso_favorites .submit_container {
    display: flex;
    justify-content: space-between;
  }
  #main .mod_iso_cart .submit_container input, .review.orderproducts .submit_container input, .mod_iso_orderdetails .submit_container input, .mod_iso_favorites .submit_container input {
    width: auto;
    margin-top: 0;
  }
}
.mod_iso_checkout .steps {
  display: none;
}
.mod_iso_checkout form {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.mod_iso_checkout form .formbody > div p {
  margin-bottom: 25px;
}
.mod_iso_checkout form .formbody .widget-radio fieldset > span {
  display: block;
  margin-bottom: 20px;
}
.mod_iso_checkout form .formbody .vcard {
  line-height: 1.5;
}
.mod_iso_checkout form .formbody .address_new .widget {
  margin-bottom: 20px;
}
.mod_iso_checkout form .formbody .review h2 {
  font-size: 1.5625rem;
  font-weight: 500;
}
.mod_iso_checkout form .formbody .review h3 {
  font-size: 1.375rem;
}
.mod_iso_checkout form .formbody .review.orderproducts {
  overflow: hidden;
  overflow-x: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
}
.mod_iso_checkout form .formbody .review .info_container {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}
.mod_iso_checkout form .formbody .review .info_container > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 20px;
  order: 1;
}
.mod_iso_checkout form .formbody .review .info_container > a:before {
  content: "";
  font: 1.1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #F19409;
  margin-right: 5px;
}
.mod_iso_checkout form .submit_container input {
  width: 100%;
  margin-bottom: 10px;
  white-space: unset;
}

@media (min-width: 768px) {
  .mod_iso_checkout form {
    padding: 40px;
  }
  .mod_iso_checkout form .submit_container {
    display: flex;
    justify-content: space-between;
  }
  .mod_iso_checkout form .submit_container input {
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 1022px) {
  .mod_iso_checkout form .formbody .review.orderproducts {
    overflow: hidden;
  }
}
.mod_iso_orderdetails .info_container {
  margin-bottom: 25px;
}
.mod_iso_orderdetails h2 {
  font-size: 1.5625rem;
  font-weight: 500;
}
.mod_iso_orderdetails h3 {
  font-size: 1.375rem;
}
.mod_iso_orderdetails form {
  overflow: hidden;
  overflow-x: auto;
  padding: 30px 45px;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.mod_iso_orderdetails .info_container {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}
.mod_iso_orderdetails .info_container > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 20px;
  order: 1;
}
.mod_iso_orderdetails .info_container > a:after {
  content: "";
  font: 0.8em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.mod_iso_orderdetails .info_container > a:before {
  content: "";
  font: 1.1em/1 "fontello";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #F19409;
  margin-right: 5px;
}

.mod_iso_productfilter {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: visible;
}
.mod_iso_productfilter label {
  display: none;
}
.mod_iso_productfilter input, .mod_iso_productfilter select {
  padding: 10px;
  height: 40px;
}
.mod_iso_productfilter > .search {
  order: 1;
  margin-bottom: 10px;
}
.mod_iso_productfilter > .search form {
  display: flex;
}
.mod_iso_productfilter > .search form input.text {
  margin-right: 10px;
}
.mod_iso_productfilter > .search form input[type=submit] {
  width: 120px;
}
.mod_iso_productfilter > form {
  order: 2;
}
.mod_iso_productfilter > form .formbody {
  display: flex;
}
.mod_iso_productfilter > form .formbody .sorting {
  margin-right: 10px;
}
.mod_iso_productfilter > form .formbody .sorting, .mod_iso_productfilter > form .formbody .limit {
  flex-grow: 1;
}
.mod_iso_productfilter .reset {
  width: 100%;
  order: 3;
  text-align: right;
  margin-top: 10px;
}
.mod_iso_productfilter .reset a {
  display: inline-block;
}

@media (min-width: 1230px) {
  .mod_iso_productfilter {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mod_iso_productfilter > .search {
    margin-bottom: 0;
    flex-grow: 1;
  }
  .mod_iso_productfilter > .search form input[type=submit] {
    width: 150px;
  }
  .mod_iso_productfilter > form {
    margin-left: 10px;
  }
  .mod_iso_productfilter > form .formbody .sorting {
    width: 200px;
  }
  .mod_iso_productfilter > form .formbody .limit {
    width: 100px;
  }
}
.mod_iso_productreader .formbody {
  display: block;
}
.mod_iso_productreader .product p {
  font-size: 1rem;
}
.mod_iso_productreader .product .image_container {
  margin-bottom: 25px;
}
.mod_iso_productreader .product .submit_container {
  margin-top: 25px;
}
.mod_iso_productreader .product .submit_container input {
  margin-bottom: 10px;
}
.mod_iso_productreader .product .sku {
  font-size: 0.9em;
  font-style: italic;
  color: #acacac;
  margin-bottom: 5px;
}
.mod_iso_productreader .product .price {
  display: inline-block;
  color: #F19409;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: right;
  padding: 5px 9px;
  border-radius: 2px;
  background: #F1F1F1;
  margin-top: 25px;
}
.mod_iso_productreader .product .options {
  margin: 15px 0 0;
}
.mod_iso_productreader .product .options > div {
  margin-bottom: 10px;
}
.mod_iso_productreader .product .right {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .mod_iso_productreader .product .right {
    padding: 25px;
  }
}
@media (min-width: 1022px) {
  .mod_iso_productreader .formbody {
    display: grid;
    align-items: start;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr;
  }
  .mod_iso_productreader .product h1 {
    grid-column: 1/3;
  }
  .mod_iso_productreader .product .right {
    padding: 40px 45px;
  }
}

/*# sourceMappingURL=theme.css.map */

.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left;margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:unset !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.loaded{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

