/**
   * @file
   *   Adds some styles to the standard Drupal autocomplete widget.
   */
  .apachesolr_autocomplete {
  }
  .apachesolr_autocomplete.message {
    font-size:80%;
    color:#888;
  }
  .apachesolr_autocomplete.count {
    float:right;
  }
  div.apachesolr_autocomplete.suggestion {
    display:inline;
    float:left;
  }
  div.ac_results li {
    list-style:none;
    background-image: none !important;
  }/**/
/**
   * Colorbox Core Style:
   * The following CSS is consistent between example themes and should not be altered.
   */
  #colorbox,
  #cboxOverlay,
  #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft,
  #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /**
   * These elements are buttons, and may need to have additional
   * styles reset to avoid unwanted base styles.
   */
  #cboxPrevious,
  #cboxNext,
  #cboxClose,
  #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
  }
  /**
   * Avoid outlines on :active (mouseclick),
   * but preserve outlines on :focus (tabbed navigating)
   */
  #cboxPrevious:active,
  #cboxNext:active,
  #cboxClose:active,
  #cboxSlideshow:active {
    outline: 0;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  /* Reset box sizing to content-box if theme is using border-box. */
  #colorbox,
  #cboxContent,
  #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  /**
   * Colorbox module default style:
   * The styles are ordered & tabbed in a way that represents
   * the nesting of the generated HTML.
   */
  #cboxOverlay {
    background: #000;
  }
  #colorbox {
    outline: 0;
  }
  #cboxWrapper {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #cboxTopLeft {
    width: 15px;
    height: 15px;
  }
  #cboxTopCenter {
    height: 15px;
  }
  #cboxTopRight {
    width: 15px;
    height: 15px;
  }
  #cboxBottomLeft {
    width: 15px;
    height: 10px;
  }
  #cboxBottomCenter {
    height: 10px;
  }
  #cboxBottomRight {
    width: 15px;
    height: 10px;
  }
  #cboxMiddleLeft {
    width: 15px;
  }
  #cboxMiddleRight {
    width: 15px;
  }
  #cboxContent {
    background: #fff;
    overflow: hidden;
  }
  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }
  #cboxLoadedContent {
    margin-bottom: 28px;
  }
  #cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 28px;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 60px;
    color: #949494;
  }
  .cboxSlideshow_on #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(https://www.mit-bund.de/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  .cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -101px -50px;
  }
  .cboxSlideshow_off #cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 30px;
    background: url(https://www.mit-bund.de/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  .cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -49px -50px;
  }
  #cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://www.mit-bund.de/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  #cboxPrevious:hover {
    background-position: -75px -25px;
  }
  #cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(https://www.mit-bund.de/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  #cboxNext:hover {
    background-position: -50px -25px;
  }
  #cboxLoadingOverlay {
    background: #fff;
  }
  #cboxLoadingGraphic {
    background: url(https://www.mit-bund.de/sites/all/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
  }
  #cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://www.mit-bund.de/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
  }
  #cboxClose:hover {
    background-position: -25px -25px;
  }/**/
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(https://www.mit-bund.de/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(https://www.mit-bund.de/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
  }/**/
div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
  }
  
  div.panel-pane div.admin-links li a {
    color: #ccc;
  }
  
  div.panel-pane div.admin-links li {
    padding-bottom: 2px;
    background: white;
    z-index: 201;
  }
  
  div.panel-pane div.admin-links:hover a,
  div.panel-pane div.admin-links-hover a {
    color: #000;
  }
  
  div.panel-pane div.admin-links a:before {
    content: "[";
  }
  
  div.panel-pane div.admin-links a:after {
    content: "]";
  }
  
  div.panel-pane div.panel-hide {
    display: none;
  }
  
  /** For IE we add the class via js; for other browsers we rely on :hover **/
  div.panel-pane div.panel-hide-hover,
  div.panel-pane:hover div.panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
  }
  
  div.panel-pane div.feed a {
    float: right;
  }/**/
.forward-link {
    position:relative;
    bottom: 0.5em;
    float:right;
    margin-left: 1em;
  }
  
  .forward-syslink {
    margin-right: 1em;
  }
  
  img.forward-icon {
    vertical-align: middle;
  }
  
  img.forward-icon-margin {
    margin-right: 4px;
  }
  
  label.printmail-label {
    width: 175px;
    float: left;
  }/**/
@font-face {
    font-family: 'fontello';
    src: url(https://www.mit-bund.de/sites/all/libraries/fontello/font/fontello.eot?47996077);
    src: url(https://www.mit-bund.de/sites/all/libraries/fontello/font/fontello.eot?47996077#iefix) format('embedded-opentype'),
         url(https://www.mit-bund.de/sites/all/libraries/fontello/font/fontello.woff?47996077) format('woff'),
         url(https://www.mit-bund.de/sites/all/libraries/fontello/font/fontello.ttf?47996077) format('truetype'),
         url(https://www.mit-bund.de/sites/all/libraries/fontello/font/fontello.svg?47996077#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 */
  /*@font-face {
      font-family: 'fontello';
      src: url(https://www.mit-bund.de/sites/all/libraries/fontello/font/fontello.svg?47996077#fontello) format('svg');
    } 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}*/
   
   [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
   
    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); */
  }
   
  .fonticon-glass:before { content: '\e800'; } /* '' */
  .fonticon-xing:before { content: '\e801'; } /* '' */
  .fonticon-android:before { content: '\e802'; } /* '' */
  .fonticon-angellist:before { content: '\e803'; } /* '' */
  .fonticon-apple:before { content: '\e804'; } /* '' */
  .fonticon-behance:before { content: '\e805'; } /* '' */
  .fonticon-behance-squared:before { content: '\e806'; } /* '' */
  .fonticon-facebook-squared:before { content: '\e807'; } /* '' */
  .fonticon-facebook-official:before { content: '\e808'; } /* '' */
  .fonticon-flickr:before { content: '\e809'; } /* '' */
  .fonticon-forumbee:before { content: '\e80a'; } /* '' */
  .fonticon-foursquare:before { content: '\e80b'; } /* '' */
  .fonticon-jsfiddle:before { content: '\e80c'; } /* '' */
  .fonticon-lastfm:before { content: '\e80d'; } /* '' */
  .fonticon-lastfm-squared:before { content: '\e80e'; } /* '' */
  .fonticon-leanpub:before { content: '\e80f'; } /* '' */
  .fonticon-linkedin-squared:before { content: '\e810'; } /* '' */
  .fonticon-renren:before { content: '\e811'; } /* '' */
  .fonticon-sellsy:before { content: '\e812'; } /* '' */
  .fonticon-shirtsinbulk:before { content: '\e813'; } /* '' */
  .fonticon-simplybuilt:before { content: '\e814'; } /* '' */
  .fonticon-skyatlas:before { content: '\e815'; } /* '' */
  .fonticon-twitch:before { content: '\e816'; } /* '' */
  .fonticon-twitter-squared:before { content: '\e817'; } /* '' */
  .fonticon-twitter:before { content: '\e818'; } /* '' */
  .fonticon-vimeo-squared:before { content: '\e819'; } /* '' */
  .fonticon-vine:before { content: '\e81a'; } /* '' */
  .fonticon-transgender-alt:before { content: '\e81b'; } /* '' */
  .fonticon-venus-double:before { content: '\e81c'; } /* '' */
  .fonticon-mars-double:before { content: '\e81d'; } /* '' */
  .fonticon-venus-mars:before { content: '\e81e'; } /* '' */
  .fonticon-mars-stroke:before { content: '\e81f'; } /* '' */
  .fonticon-mars-stroke-v:before { content: '\e820'; } /* '' */
  .fonticon-mars-stroke-h:before { content: '\e821'; } /* '' */
  .fonticon-neuter:before { content: '\e822'; } /* '' */
  .fonticon-cc-visa:before { content: '\e823'; } /* '' */
  .fonticon-cc-mastercard:before { content: '\e824'; } /* '' */
  .fonticon-cc-discover:before { content: '\e825'; } /* '' */
  .fonticon-cc-amex:before { content: '\e826'; } /* '' */
  .fonticon-cc-paypal:before { content: '\e827'; } /* '' */
  .fonticon-cc-stripe:before { content: '\e828'; } /* '' */
  .fonticon-adn:before { content: '\e829'; } /* '' */
  .fonticon-bitbucket:before { content: '\e82a'; } /* '' */
  .fonticon-bitbucket-squared:before { content: '\e82b'; } /* '' */
  .fonticon-buysellads:before { content: '\e82c'; } /* '' */
  .fonticon-cc:before { content: '\e82d'; } /* '' */
  .fonticon-codeopen:before { content: '\e82e'; } /* '' */
  .fonticon-connectdevelop:before { content: '\e82f'; } /* '' */
  .fonticon-css3:before { content: '\e830'; } /* '' */
  .fonticon-dashcube:before { content: '\e831'; } /* '' */
  .fonticon-delicious:before { content: '\e832'; } /* '' */
  .fonticon-deviantart:before { content: '\e833'; } /* '' */
  .fonticon-digg:before { content: '\e834'; } /* '' */
  .fonticon-dribbble:before { content: '\e835'; } /* '' */
  .fonticon-dropbox:before { content: '\e836'; } /* '' */
  .fonticon-drupal:before { content: '\e837'; } /* '' */
  .fonticon-facebook:before { content: '\e838'; } /* '' */
  .fonticon-git-squared:before { content: '\e839'; } /* '' */
  .fonticon-git:before { content: '\e83a'; } /* '' */
  .fonticon-github:before { content: '\e83b'; } /* '' */
  .fonticon-github-squared:before { content: '\e83c'; } /* '' */
  .fonticon-github-circled:before { content: '\e83d'; } /* '' */
  .fonticon-gittip:before { content: '\e83e'; } /* '' */
  .fonticon-google:before { content: '\e83f'; } /* '' */
  .fonticon-gplus:before { content: '\e840'; } /* '' */
  .fonticon-gplus-squared:before { content: '\e841'; } /* '' */
  .fonticon-gwallet:before { content: '\e842'; } /* '' */
  .fonticon-hacker-news:before { content: '\e843'; } /* '' */
  .fonticon-html5:before { content: '\e844'; } /* '' */
  .fonticon-instagram:before { content: '\e845'; } /* '' */
  .fonticon-ioxhost:before { content: '\e846'; } /* '' */
  .fonticon-joomla:before { content: '\e847'; } /* '' */
  .fonticon-linux:before { content: '\e848'; } /* '' */
  .fonticon-linkedin:before { content: '\e849'; } /* '' */
  .fonticon-maxcdn:before { content: '\e84a'; } /* '' */
  .fonticon-meanpath:before { content: '\e84b'; } /* '' */
  .fonticon-openid:before { content: '\e84c'; } /* '' */
  .fonticon-pagelines:before { content: '\e84d'; } /* '' */
  .fonticon-paypal:before { content: '\e84e'; } /* '' */
  .fonticon-pied-piper-squared:before { content: '\e84f'; } /* '' */
  .fonticon-pied-piper-alt:before { content: '\e850'; } /* '' */
  .fonticon-pinterest:before { content: '\e851'; } /* '' */
  .fonticon-pinterest-circled:before { content: '\e852'; } /* '' */
  .fonticon-pinterest-squared:before { content: '\e853'; } /* '' */
  .fonticon-qq:before { content: '\e854'; } /* '' */
  .fonticon-reddit:before { content: '\e855'; } /* '' */
  .fonticon-reddit-squared:before { content: '\e856'; } /* '' */
  .fonticon-skype:before { content: '\e857'; } /* '' */
  .fonticon-slack:before { content: '\e858'; } /* '' */
  .fonticon-slideshare:before { content: '\e859'; } /* '' */
  .fonticon-soundcloud:before { content: '\e85a'; } /* '' */
  .fonticon-spotify:before { content: '\e85b'; } /* '' */
  .fonticon-music:before { content: '\e85c'; } /* '' */
  .fonticon-search:before { content: '\e85d'; } /* '' */
  .fonticon-mail:before { content: '\e85e'; } /* '' */
  .fonticon-mail-alt:before { content: '\e85f'; } /* '' */
  .fonticon-mail-squared:before { content: '\e860'; } /* '' */
  .fonticon-heart:before { content: '\e861'; } /* '' */
  .fonticon-heart-empty:before { content: '\e862'; } /* '' */
  .fonticon-star:before { content: '\e863'; } /* '' */
  .fonticon-star-empty:before { content: '\e864'; } /* '' */
  .fonticon-star-half:before { content: '\e865'; } /* '' */
  .fonticon-star-half-alt:before { content: '\e866'; } /* '' */
  .fonticon-user:before { content: '\e867'; } /* '' */
  .fonticon-user-plus:before { content: '\e868'; } /* '' */
  .fonticon-user-times:before { content: '\e869'; } /* '' */
  .fonticon-users:before { content: '\e86a'; } /* '' */
  .fonticon-male:before { content: '\e86b'; } /* '' */
  .fonticon-female:before { content: '\e86c'; } /* '' */
  .fonticon-child:before { content: '\e86d'; } /* '' */
  .fonticon-ic_web_black_24px:before { content: '\e86e'; } /* '' */
  .fonticon-video:before { content: '\e86f'; } /* '' */
  .fonticon-videocam:before { content: '\e870'; } /* '' */
  .fonticon-picture:before { content: '\e871'; } /* '' */
  .fonticon-camera:before { content: '\e872'; } /* '' */
  .fonticon-camera-alt:before { content: '\e873'; } /* '' */
  .fonticon-th-large:before { content: '\e874'; } /* '' */
  .fonticon-th:before { content: '\e875'; } /* '' */
  .fonticon-th-list:before { content: '\e876'; } /* '' */
  .fonticon-ok:before { content: '\e877'; } /* '' */
  .fonticon-ok-circled:before { content: '\e878'; } /* '' */
  .fonticon-ok-circled2:before { content: '\e879'; } /* '' */
  .fonticon-ok-squared:before { content: '\e87a'; } /* '' */
  .fonticon-cancel:before { content: '\e87b'; } /* '' */
  .fonticon-cancel-circled:before { content: '\e87c'; } /* '' */
  .fonticon-ic_access_time_black_24px:before { content: '\e87d'; } /* '' */
  .fonticon-plus:before { content: '\e87e'; } /* '' */
  .fonticon-plus-circled:before { content: '\e87f'; } /* '' */
  .fonticon-plus-squared:before { content: '\e880'; } /* '' */
  .fonticon-plus-squared-alt:before { content: '\e881'; } /* '' */
  .fonticon-minus:before { content: '\e882'; } /* '' */
  .fonticon-minus-circled:before { content: '\e883'; } /* '' */
  .fonticon-minus-squared:before { content: '\e884'; } /* '' */
  .fonticon-minus-squared-alt:before { content: '\e885'; } /* '' */
  .fonticon-help:before { content: '\e886'; } /* '' */
  .fonticon-help-circled:before { content: '\e887'; } /* '' */
  .fonticon-info-circled:before { content: '\e888'; } /* '' */
  .fonticon-info:before { content: '\e889'; } /* '' */
  .fonticon-home:before { content: '\e88a'; } /* '' */
  .fonticon-link:before { content: '\e88b'; } /* '' */
  .fonticon-unlink:before { content: '\e88c'; } /* '' */
  .fonticon-link-ext:before { content: '\e88d'; } /* '' */
  .fonticon-link-ext-alt:before { content: '\e88e'; } /* '' */
  .fonticon-attach:before { content: '\e88f'; } /* '' */
  .fonticon-lock:before { content: '\e890'; } /* '' */
  .fonticon-lock-open:before { content: '\e891'; } /* '' */
  .fonticon-lock-open-alt:before { content: '\e892'; } /* '' */
  .fonticon-pin:before { content: '\e893'; } /* '' */
  .fonticon-eye:before { content: '\e894'; } /* '' */
  .fonticon-eye-off:before { content: '\e895'; } /* '' */
  .fonticon-tag:before { content: '\e896'; } /* '' */
  .fonticon-tags:before { content: '\e897'; } /* '' */
  .fonticon-bookmark:before { content: '\e898'; } /* '' */
  .fonticon-bookmark-empty:before { content: '\e899'; } /* '' */
  .fonticon-flag:before { content: '\e89a'; } /* '' */
  .fonticon-flag-empty:before { content: '\e89b'; } /* '' */
  .fonticon-flag-checkered:before { content: '\e89c'; } /* '' */
  .fonticon-thumbs-up:before { content: '\e89d'; } /* '' */
  .fonticon-thumbs-down:before { content: '\e89e'; } /* '' */
  .fonticon-thumbs-up-alt:before { content: '\e89f'; } /* '' */
  .fonticon-thumbs-down-alt:before { content: '\e8a0'; } /* '' */
  .fonticon-download:before { content: '\e8a1'; } /* '' */
  .fonticon-upload:before { content: '\e8a2'; } /* '' */
  .fonticon-download-cloud:before { content: '\e8a3'; } /* '' */
  .fonticon-upload-cloud:before { content: '\e8a4'; } /* '' */
  .fonticon-reply:before { content: '\e8a5'; } /* '' */
  .fonticon-reply-all:before { content: '\e8a6'; } /* '' */
  .fonticon-forward:before { content: '\e8a7'; } /* '' */
  .fonticon-quote-left:before { content: '\e8a8'; } /* '' */
  .fonticon-quote-right:before { content: '\e8a9'; } /* '' */
  .fonticon-code:before { content: '\e8aa'; } /* '' */
  .fonticon-export:before { content: '\e8ab'; } /* '' */
  .fonticon-export-alt:before { content: '\e8ac'; } /* '' */
  .fonticon-share:before { content: '\e8ad'; } /* '' */
  .fonticon-share-squared:before { content: '\e8ae'; } /* '' */
  .fonticon-pencil:before { content: '\e8af'; } /* '' */
  .fonticon-pencil-squared:before { content: '\e8b0'; } /* '' */
  .fonticon-edit:before { content: '\e8b1'; } /* '' */
  .fonticon-print:before { content: '\e8b2'; } /* '' */
  .fonticon-retweet:before { content: '\e8b3'; } /* '' */
  .fonticon-keyboard:before { content: '\e8b4'; } /* '' */
  .fonticon-gamepad:before { content: '\e8b5'; } /* '' */
  .fonticon-comment:before { content: '\e8b6'; } /* '' */
  .fonticon-chat:before { content: '\e8b7'; } /* '' */
  .fonticon-comment-empty:before { content: '\e8b8'; } /* '' */
  .fonticon-chat-empty:before { content: '\e8b9'; } /* '' */
  .fonticon-bell:before { content: '\e8ba'; } /* '' */
  .fonticon-bell-alt:before { content: '\e8bb'; } /* '' */
  .fonticon-bell-off:before { content: '\e8bc'; } /* '' */
  .fonticon-bell-off-empty:before { content: '\e8bd'; } /* '' */
  .fonticon-attention-alt:before { content: '\e8be'; } /* '' */
  .fonticon-attention:before { content: '\e8bf'; } /* '' */
  .fonticon-attention-circled:before { content: '\e8c0'; } /* '' */
  .fonticon-location:before { content: '\e8c1'; } /* '' */
  .fonticon-direction:before { content: '\e8c2'; } /* '' */
  .fonticon-compass:before { content: '\e8c3'; } /* '' */
  .fonticon-trash:before { content: '\e8c4'; } /* '' */
  .fonticon-trash-empty:before { content: '\e8c5'; } /* '' */
  .fonticon-doc:before { content: '\e8c6'; } /* '' */
  .fonticon-docs:before { content: '\e8c7'; } /* '' */
  .fonticon-doc-text:before { content: '\e8c8'; } /* '' */
  .fonticon-doc-inv:before { content: '\e8c9'; } /* '' */
  .fonticon-doc-text-inv:before { content: '\e8ca'; } /* '' */
  .fonticon-file-pdf:before { content: '\e8cb'; } /* '' */
  .fonticon-file-word:before { content: '\e8cc'; } /* '' */
  .fonticon-file-excel:before { content: '\e8cd'; } /* '' */
  .fonticon-file-powerpoint:before { content: '\e8ce'; } /* '' */
  .fonticon-file-image:before { content: '\e8cf'; } /* '' */
  .fonticon-file-archive:before { content: '\e8d0'; } /* '' */
  .fonticon-file-audio:before { content: '\e8d1'; } /* '' */
  .fonticon-file-video:before { content: '\e8d2'; } /* '' */
  .fonticon-file-code:before { content: '\e8d3'; } /* '' */
  .fonticon-folder:before { content: '\e8d4'; } /* '' */
  .fonticon-folder-open:before { content: '\e8d5'; } /* '' */
  .fonticon-folder-empty:before { content: '\e8d6'; } /* '' */
  .fonticon-folder-open-empty:before { content: '\e8d7'; } /* '' */
  .fonticon-box:before { content: '\e8d8'; } /* '' */
  .fonticon-rss:before { content: '\e8d9'; } /* '' */
  .fonticon-rss-squared:before { content: '\e8da'; } /* '' */
  .fonticon-phone:before { content: '\e8db'; } /* '' */
  .fonticon-phone-squared:before { content: '\e8dc'; } /* '' */
  .fonticon-fax:before { content: '\e8dd'; } /* '' */
  .fonticon-menu:before { content: '\e8de'; } /* '' */
  .fonticon-cog:before { content: '\e8df'; } /* '' */
  .fonticon-cog-alt:before { content: '\e8e0'; } /* '' */
  .fonticon-wrench:before { content: '\e8e1'; } /* '' */
  .fonticon-sliders:before { content: '\e8e2'; } /* '' */
  .fonticon-basket:before { content: '\e8e3'; } /* '' */
  .fonticon-cart-plus:before { content: '\e8e4'; } /* '' */
  .fonticon-cart-arrow-down:before { content: '\e8e5'; } /* '' */
  .fonticon-calendar:before { content: '\e8e6'; } /* '' */
  .fonticon-calendar-empty:before { content: '\e8e7'; } /* '' */
  .fonticon-login:before { content: '\e8e8'; } /* '' */
  .fonticon-logout:before { content: '\e8e9'; } /* '' */
  .fonticon-mic:before { content: '\e8ea'; } /* '' */
  .fonticon-mute:before { content: '\e8eb'; } /* '' */
  .fonticon-volume-off:before { content: '\e8ec'; } /* '' */
  .fonticon-volume-down:before { content: '\e8ed'; } /* '' */
  .fonticon-volume-up:before { content: '\e8ee'; } /* '' */
  .fonticon-headphones:before { content: '\e8ef'; } /* '' */
  .fonticon-clock:before { content: '\e8f0'; } /* '' */
  .fonticon-lightbulb:before { content: '\e8f1'; } /* '' */
  .fonticon-block:before { content: '\e8f2'; } /* '' */
  .fonticon-resize-full:before { content: '\e8f3'; } /* '' */
  .fonticon-resize-full-alt:before { content: '\e8f4'; } /* '' */
  .fonticon-resize-small:before { content: '\e8f5'; } /* '' */
  .fonticon-resize-vertical:before { content: '\e8f6'; } /* '' */
  .fonticon-resize-horizontal:before { content: '\e8f7'; } /* '' */
  .fonticon-move:before { content: '\e8f8'; } /* '' */
  .fonticon-zoom-in:before { content: '\e8f9'; } /* '' */
  .fonticon-zoom-out:before { content: '\e8fa'; } /* '' */
  .fonticon-down-circled2:before { content: '\e8fb'; } /* '' */
  .fonticon-up-circled2:before { content: '\e8fc'; } /* '' */
  .fonticon-left-circled2:before { content: '\e8fd'; } /* '' */
  .fonticon-right-circled2:before { content: '\e8fe'; } /* '' */
  .fonticon-down-dir:before { content: '\e8ff'; } /* '' */
  .fonticon-up-dir:before { content: '\e900'; } /* '' */
  .fonticon-left-dir:before { content: '\e901'; } /* '' */
  .fonticon-right-dir:before { content: '\e902'; } /* '' */
  .fonticon-down-open:before { content: '\e903'; } /* '' */
  .fonticon-left-open:before { content: '\e904'; } /* '' */
  .fonticon-right-open:before { content: '\e905'; } /* '' */
  .fonticon-up-open:before { content: '\e906'; } /* '' */
  .fonticon-angle-left:before { content: '\e907'; } /* '' */
  .fonticon-angle-right:before { content: '\e908'; } /* '' */
  .fonticon-angle-up:before { content: '\e909'; } /* '' */
  .fonticon-angle-down:before { content: '\e90a'; } /* '' */
  .fonticon-angle-circled-left:before { content: '\e90b'; } /* '' */
  .fonticon-angle-circled-right:before { content: '\e90c'; } /* '' */
  .fonticon-angle-circled-up:before { content: '\e90d'; } /* '' */
  .fonticon-angle-circled-down:before { content: '\e90e'; } /* '' */
  .fonticon-angle-double-left:before { content: '\e90f'; } /* '' */
  .fonticon-angle-double-right:before { content: '\e910'; } /* '' */
  .fonticon-angle-double-up:before { content: '\e911'; } /* '' */
  .fonticon-angle-double-down:before { content: '\e912'; } /* '' */
  .fonticon-down:before { content: '\e913'; } /* '' */
  .fonticon-left:before { content: '\e914'; } /* '' */
  .fonticon-right:before { content: '\e915'; } /* '' */
  .fonticon-up:before { content: '\e916'; } /* '' */
  .fonticon-down-big:before { content: '\e917'; } /* '' */
  .fonticon-left-big:before { content: '\e918'; } /* '' */
  .fonticon-right-big:before { content: '\e919'; } /* '' */
  .fonticon-up-big:before { content: '\e91a'; } /* '' */
  .fonticon-right-hand:before { content: '\e91b'; } /* '' */
  .fonticon-left-hand:before { content: '\e91c'; } /* '' */
  .fonticon-up-hand:before { content: '\e91d'; } /* '' */
  .fonticon-down-hand:before { content: '\e91e'; } /* '' */
  .fonticon-left-circled:before { content: '\e91f'; } /* '' */
  .fonticon-right-circled:before { content: '\e920'; } /* '' */
  .fonticon-up-circled:before { content: '\e921'; } /* '' */
  .fonticon-down-circled:before { content: '\e922'; } /* '' */
  .fonticon-cw:before { content: '\e923'; } /* '' */
  .fonticon-ccw:before { content: '\e924'; } /* '' */
  .fonticon-arrows-cw:before { content: '\e925'; } /* '' */
  .fonticon-level-up:before { content: '\e926'; } /* '' */
  .fonticon-level-down:before { content: '\e927'; } /* '' */
  .fonticon-shuffle:before { content: '\e928'; } /* '' */
  .fonticon-exchange:before { content: '\e929'; } /* '' */
  .fonticon-history:before { content: '\e92a'; } /* '' */
  .fonticon-expand:before { content: '\e92b'; } /* '' */
  .fonticon-collapse:before { content: '\e92c'; } /* '' */
  .fonticon-expand-right:before { content: '\e92d'; } /* '' */
  .fonticon-collapse-left:before { content: '\e92e'; } /* '' */
  .fonticon-play:before { content: '\e92f'; } /* '' */
  .fonticon-play-circled:before { content: '\e930'; } /* '' */
  .fonticon-play-circled2:before { content: '\e931'; } /* '' */
  .fonticon-stop:before { content: '\e932'; } /* '' */
  .fonticon-pause:before { content: '\e933'; } /* '' */
  .fonticon-to-end:before { content: '\e934'; } /* '' */
  .fonticon-to-end-alt:before { content: '\e935'; } /* '' */
  .fonticon-to-start:before { content: '\e936'; } /* '' */
  .fonticon-to-start-alt:before { content: '\e937'; } /* '' */
  .fonticon-fast-fw:before { content: '\e938'; } /* '' */
  .fonticon-fast-bw:before { content: '\e939'; } /* '' */
  .fonticon-eject:before { content: '\e93a'; } /* '' */
  .fonticon-target:before { content: '\e93b'; } /* '' */
  .fonticon-signal:before { content: '\e93c'; } /* '' */
  .fonticon-wifi:before { content: '\e93d'; } /* '' */
  .fonticon-award:before { content: '\e93e'; } /* '' */
  .fonticon-desktop:before { content: '\e93f'; } /* '' */
  .fonticon-laptop:before { content: '\e940'; } /* '' */
  .fonticon-tablet:before { content: '\e941'; } /* '' */
  .fonticon-mobile:before { content: '\e942'; } /* '' */
  .fonticon-inbox:before { content: '\e943'; } /* '' */
  .fonticon-globe:before { content: '\e944'; } /* '' */
  .fonticon-sun:before { content: '\e945'; } /* '' */
  .fonticon-cloud:before { content: '\e946'; } /* '' */
  .fonticon-flash:before { content: '\e947'; } /* '' */
  .fonticon-moon:before { content: '\e948'; } /* '' */
  .fonticon-umbrella:before { content: '\e949'; } /* '' */
  .fonticon-flight:before { content: '\e94a'; } /* '' */
  .fonticon-fighter-jet:before { content: '\e94b'; } /* '' */
  .fonticon-paper-plane:before { content: '\e94c'; } /* '' */
  .fonticon-paper-plane-empty:before { content: '\e94d'; } /* '' */
  .fonticon-space-shuttle:before { content: '\e94e'; } /* '' */
  .fonticon-leaf:before { content: '\e94f'; } /* '' */
  .fonticon-font:before { content: '\e950'; } /* '' */
  .fonticon-bold:before { content: '\e951'; } /* '' */
  .fonticon-medium:before { content: '\e952'; } /* '' */
  .fonticon-italic:before { content: '\e953'; } /* '' */
  .fonticon-header:before { content: '\e954'; } /* '' */
  .fonticon-paragraph:before { content: '\e955'; } /* '' */
  .fonticon-text-height:before { content: '\e956'; } /* '' */
  .fonticon-text-width:before { content: '\e957'; } /* '' */
  .fonticon-align-left:before { content: '\e958'; } /* '' */
  .fonticon-align-center:before { content: '\e959'; } /* '' */
  .fonticon-align-right:before { content: '\e95a'; } /* '' */
  .fonticon-align-justify:before { content: '\e95b'; } /* '' */
  .fonticon-list:before { content: '\e95c'; } /* '' */
  .fonticon-indent-left:before { content: '\e95d'; } /* '' */
  .fonticon-indent-right:before { content: '\e95e'; } /* '' */
  .fonticon-list-bullet:before { content: '\e95f'; } /* '' */
  .fonticon-list-numbered:before { content: '\e960'; } /* '' */
  .fonticon-strike:before { content: '\e961'; } /* '' */
  .fonticon-underline:before { content: '\e962'; } /* '' */
  .fonticon-superscript:before { content: '\e963'; } /* '' */
  .fonticon-subscript:before { content: '\e964'; } /* '' */
  .fonticon-table:before { content: '\e965'; } /* '' */
  .fonticon-columns:before { content: '\e966'; } /* '' */
  .fonticon-crop:before { content: '\e967'; } /* '' */
  .fonticon-scissors:before { content: '\e968'; } /* '' */
  .fonticon-paste:before { content: '\e969'; } /* '' */
  .fonticon-briefcase:before { content: '\e96a'; } /* '' */
  .fonticon-suitcase:before { content: '\e96b'; } /* '' */
  .fonticon-ellipsis:before { content: '\e96c'; } /* '' */
  .fonticon-ellipsis-vert:before { content: '\e96d'; } /* '' */
  .fonticon-off:before { content: '\e96e'; } /* '' */
  .fonticon-road:before { content: '\e96f'; } /* '' */
  .fonticon-list-alt:before { content: '\e970'; } /* '' */
  .fonticon-qrcode:before { content: '\e971'; } /* '' */
  .fonticon-barcode:before { content: '\e972'; } /* '' */
  .fonticon-book:before { content: '\e973'; } /* '' */
  .fonticon-ajust:before { content: '\e974'; } /* '' */
  .fonticon-tint:before { content: '\e975'; } /* '' */
  .fonticon-toggle-off:before { content: '\e976'; } /* '' */
  .fonticon-toggle-on:before { content: '\e977'; } /* '' */
  .fonticon-check:before { content: '\e978'; } /* '' */
  .fonticon-check-empty:before { content: '\e979'; } /* '' */
  .fonticon-circle:before { content: '\e97a'; } /* '' */
  .fonticon-circle-empty:before { content: '\e97b'; } /* '' */
  .fonticon-circle-thin:before { content: '\e97c'; } /* '' */
  .fonticon-circle-notch:before { content: '\e97d'; } /* '' */
  .fonticon-dot-circled:before { content: '\e97e'; } /* '' */
  .fonticon-asterisk:before { content: '\e97f'; } /* '' */
  .fonticon-gift:before { content: '\e980'; } /* '' */
  .fonticon-fire:before { content: '\e981'; } /* '' */
  .fonticon-magnet:before { content: '\e982'; } /* '' */
  .fonticon-chart-bar:before { content: '\e983'; } /* '' */
  .fonticon-chart-area:before { content: '\e984'; } /* '' */
  .fonticon-chart-pie:before { content: '\e985'; } /* '' */
  .fonticon-chart-line:before { content: '\e986'; } /* '' */
  .fonticon-ticket:before { content: '\e987'; } /* '' */
  .fonticon-credit-card:before { content: '\e988'; } /* '' */
  .fonticon-floppy:before { content: '\e989'; } /* '' */
  .fonticon-megaphone:before { content: '\e98a'; } /* '' */
  .fonticon-hdd:before { content: '\e98b'; } /* '' */
  .fonticon-key:before { content: '\e98c'; } /* '' */
  .fonticon-fork:before { content: '\e98d'; } /* '' */
  .fonticon-rocket:before { content: '\e98e'; } /* '' */
  .fonticon-bug:before { content: '\e98f'; } /* '' */
  .fonticon-certificate:before { content: '\e990'; } /* '' */
  .fonticon-tasks:before { content: '\e991'; } /* '' */
  .fonticon-filter:before { content: '\e992'; } /* '' */
  .fonticon-beaker:before { content: '\e993'; } /* '' */
  .fonticon-magic:before { content: '\e994'; } /* '' */
  .fonticon-cab:before { content: '\e995'; } /* '' */
  .fonticon-taxi:before { content: '\e996'; } /* '' */
  .fonticon-truck:before { content: '\e997'; } /* '' */
  .fonticon-bus:before { content: '\e998'; } /* '' */
  .fonticon-bicycle:before { content: '\e999'; } /* '' */
  .fonticon-motorcycle:before { content: '\e99a'; } /* '' */
  .fonticon-train:before { content: '\e99b'; } /* '' */
  .fonticon-subway:before { content: '\e99c'; } /* '' */
  .fonticon-ship:before { content: '\e99d'; } /* '' */
  .fonticon-money:before { content: '\e99e'; } /* '' */
  .fonticon-euro:before { content: '\e99f'; } /* '' */
  .fonticon-pound:before { content: '\e9a0'; } /* '' */
  .fonticon-dollar:before { content: '\e9a1'; } /* '' */
  .fonticon-rupee:before { content: '\e9a2'; } /* '' */
  .fonticon-yen:before { content: '\e9a3'; } /* '' */
  .fonticon-rouble:before { content: '\e9a4'; } /* '' */
  .fonticon-shekel:before { content: '\e9a5'; } /* '' */
  .fonticon-try:before { content: '\e9a6'; } /* '' */
  .fonticon-won:before { content: '\e9a7'; } /* '' */
  .fonticon-bitcoin:before { content: '\e9a8'; } /* '' */
  .fonticon-viacoin:before { content: '\e9a9'; } /* '' */
  .fonticon-sort:before { content: '\e9aa'; } /* '' */
  .fonticon-sort-down:before { content: '\e9ab'; } /* '' */
  .fonticon-sort-up:before { content: '\e9ac'; } /* '' */
  .fonticon-sort-alt-up:before { content: '\e9ad'; } /* '' */
  .fonticon-sort-alt-down:before { content: '\e9ae'; } /* '' */
  .fonticon-user-secret:before { content: '\e9af'; } /* '' */
  .fonticon-sort-name-down:before { content: '\e9b0'; } /* '' */
  .fonticon-sort-number-up:before { content: '\e9b1'; } /* '' */
  .fonticon-sort-number-down:before { content: '\e9b2'; } /* '' */
  .fonticon-hammer:before { content: '\e9b3'; } /* '' */
  .fonticon-gauge:before { content: '\e9b4'; } /* '' */
  .fonticon-sitemap:before { content: '\e9b5'; } /* '' */
  .fonticon-spinner:before { content: '\e9b6'; } /* '' */
  .fonticon-coffee:before { content: '\e9b7'; } /* '' */
  .fonticon-food:before { content: '\e9b8'; } /* '' */
  .fonticon-beer:before { content: '\e9b9'; } /* '' */
  .fonticon-user-md:before { content: '\e9ba'; } /* '' */
  .fonticon-stethoscope:before { content: '\e9bb'; } /* '' */
  .fonticon-heartbeat:before { content: '\e9bc'; } /* '' */
  .fonticon-ambulance:before { content: '\e9bd'; } /* '' */
  .fonticon-medkit:before { content: '\e9be'; } /* '' */
  .fonticon-h-sigh:before { content: '\e9bf'; } /* '' */
  .fonticon-bed:before { content: '\e9c0'; } /* '' */
  .fonticon-hospital:before { content: '\e9c1'; } /* '' */
  .fonticon-building:before { content: '\e9c2'; } /* '' */
  .fonticon-building-filled:before { content: '\e9c3'; } /* '' */
  .fonticon-bank:before { content: '\e9c4'; } /* '' */
  .fonticon-smile:before { content: '\e9c5'; } /* '' */
  .fonticon-frown:before { content: '\e9c6'; } /* '' */
  .fonticon-meh:before { content: '\e9c7'; } /* '' */
  .fonticon-anchor:before { content: '\e9c8'; } /* '' */
  .fonticon-terminal:before { content: '\e9c9'; } /* '' */
  .fonticon-eraser:before { content: '\e9ca'; } /* '' */
  .fonticon-puzzle:before { content: '\e9cb'; } /* '' */
  .fonticon-shield:before { content: '\e9cc'; } /* '' */
  .fonticon-extinguisher:before { content: '\e9cd'; } /* '' */
  .fonticon-bullseye:before { content: '\e9ce'; } /* '' */
  .fonticon-wheelchair:before { content: '\e9cf'; } /* '' */
  .fonticon-language:before { content: '\e9d0'; } /* '' */
  .fonticon-graduation-cap:before { content: '\e9d1'; } /* '' */
  .fonticon-paw:before { content: '\e9d2'; } /* '' */
  .fonticon-spoon:before { content: '\e9d3'; } /* '' */
  .fonticon-cube:before { content: '\e9d4'; } /* '' */
  .fonticon-cubes:before { content: '\e9d5'; } /* '' */
  .fonticon-recycle:before { content: '\e9d6'; } /* '' */
  .fonticon-tree:before { content: '\e9d7'; } /* '' */
  .fonticon-database:before { content: '\e9d8'; } /* '' */
  .fonticon-server:before { content: '\e9d9'; } /* '' */
  .fonticon-lifebuoy:before { content: '\e9da'; } /* '' */
  .fonticon-rebel:before { content: '\e9db'; } /* '' */
  .fonticon-empire:before { content: '\e9dc'; } /* '' */
  .fonticon-bomb:before { content: '\e9dd'; } /* '' */
  .fonticon-soccer-ball:before { content: '\e9de'; } /* '' */
  .fonticon-tty:before { content: '\e9df'; } /* '' */
  .fonticon-binoculars:before { content: '\e9e0'; } /* '' */
  .fonticon-plug:before { content: '\e9e1'; } /* '' */
  .fonticon-newspaper:before { content: '\e9e2'; } /* '' */
  .fonticon-calc:before { content: '\e9e3'; } /* '' */
  .fonticon-copyright:before { content: '\e9e4'; } /* '' */
  .fonticon-at:before { content: '\e9e5'; } /* '' */
  .fonticon-eyedropper:before { content: '\e9e6'; } /* '' */
  .fonticon-brush:before { content: '\e9e7'; } /* '' */
  .fonticon-birthday:before { content: '\e9e8'; } /* '' */
  .fonticon-diamond:before { content: '\e9e9'; } /* '' */
  .fonticon-street-view:before { content: '\e9ea'; } /* '' */
  .fonticon-venus:before { content: '\e9eb'; } /* '' */
  .fonticon-mars:before { content: '\e9ec'; } /* '' */
  .fonticon-mercury:before { content: '\e9ed'; } /* '' */
  .fonticon-transgender:before { content: '\e9ee'; } /* '' */
  .fonticon-stackexchange:before { content: '\e9ef'; } /* '' */
  .fonticon-stackoverflow:before { content: '\e9f0'; } /* '' */
  .fonticon-steam:before { content: '\e9f1'; } /* '' */
  .fonticon-steam-squared:before { content: '\e9f2'; } /* '' */
  .fonticon-stumbleupon:before { content: '\e9f3'; } /* '' */
  .fonticon-stumbleupon-circled:before { content: '\e9f4'; } /* '' */
  .fonticon-tencent-weibo:before { content: '\e9f5'; } /* '' */
  .fonticon-trello:before { content: '\e9f6'; } /* '' */
  .fonticon-tumblr:before { content: '\e9f7'; } /* '' */
  .fonticon-tumblr-squared:before { content: '\e9f8'; } /* '' */
  .fonticon-vkontakte:before { content: '\e9f9'; } /* '' */
  .fonticon-whatsapp:before { content: '\e9fa'; } /* '' */
  .fonticon-wechat:before { content: '\e9fb'; } /* '' */
  .fonticon-weibo:before { content: '\e9fc'; } /* '' */
  .fonticon-windows:before { content: '\e9fd'; } /* '' */
  .fonticon-wordpress:before { content: '\e9fe'; } /* '' */
  .fonticon-ic_dvr_black_24px:before { content: '\e9ff'; } /* '' */
  .fonticon-xing-squared:before { content: '\ea00'; } /* '' */
  .fonticon-yelp:before { content: '\ea01'; } /* '' */
  .fonticon-youtube:before { content: '\ea02'; } /* '' */
  .fonticon-yahoo:before { content: '\ea03'; } /* '' */
  .fonticon-youtube-squared:before { content: '\ea04'; } /* '' */
  .fonticon-youtube-play:before { content: '\ea05'; } /* '' */
  .fonticon-blank:before { content: '\ea06'; } /* '' */
  .fonticon-lemon:before { content: '\ea07'; } /* '' */
  .fonticon-ic_exit_to_app_black_24px:before { content: '\ea08'; } /* '' */
  .fonticon-ic_format_size_black_24px:before { content: '\ea09'; } /* '' */
  .fonticon-ic_keyboard_return_black_24px:before { content: '\ea0a'; } /* '' */
  .fonticon-ic_more_black_24px:before { content: '\ea0b'; } /* '' */
  .fonticon-ic_reorder_black_24px:before { content: '\ea0c'; } /* '' */
  .fonticon-plus-box:before { content: '\ea0d'; } /* '' */
  .fonticon-ic_receipt_black_24px:before { content: '\ea0e'; } /* '' */
  .fonticon-vector-arrange-below:before { content: '\ea0f'; } /* '' */
  .fonticon-map-marker-radius:before { content: '\ea10'; } /* '' */
  .fonticon-palette:before { content: '\ea11'; } /* '' */
  .fonticon-arrange-send-backward:before { content: '\ea12'; } /* '' */
  .fonticon-arrange-bring-forward:before { content: '\ea13'; } /* '' */
  .fonticon-filter-variant:before { content: '\ea14'; } /* '' */
  .fonticon-ic_format_color_text_black_24px:before { content: '\ea15'; } /* '' */
  .fonticon-ic_aspect_ratio_black_24px:before { content: '\ea16'; } /* '' */
  .fonticon-ic_remove_red_eye_black_24px:before { content: '\ea17'; } /* '' */
  .fonticon-ic_view_stream_black_24px:before { content: '\ea18'; } /* '' */
  .fonticon-ic_view_day_black_24px:before { content: '\ea19'; } /* '' */
  .fonticon-ic_view_carousel_black_24px:before { content: '\ea1a'; } /* '' */
  .fonticon-ic_view_quilt_black_24px:before { content: '\ea1b'; } /* '' */
  .fonticon-ic_view_array_black_24px:before { content: '\ea1c'; } /* '' */
  .fonticon-ic_view_compact_black_24px:before { content: '\ea1d'; } /* '' */
  .fonticon-ic_art_track_black_24px:before { content: '\ea1e'; } /* '' */
  .fonticon-ic_done_black_24px:before { content: '\ea1f'; } /* '' */
  .fonticon-ic_clear_black_24px:before { content: '\ea20'; } /* '' */
  .fonticon-ic_delete_black_24px:before { content: '\ea21'; } /* '' */
  .fonticon-ic_cached_black_24px:before { content: '\ea22'; } /* '' */
  .fonticon-ic_reply_black_24px:before { content: '\ea23'; } /* '' */
  .fonticon-ic_sort_by_alpha_black_24px:before { content: '\ea24'; } /* '' */
  .fonticon-ic_add_black_24px:before { content: '\ea25'; } /* '' */
  .fonticon-ic_folder_black_24px:before { content: '\ea26'; } /* '' */
  .fonticon-ic_view_list_black_24px:before { content: '\ea27'; } /* '' */
  .fonticon-ic_view_module_black_24px:before { content: '\ea28'; } /* '' */
  .fonticon-comment-alert:before { content: '\ea29'; } /* '' */
  .fonticon-comment-check:before { content: '\ea2a'; } /* '' */
  .fonticon-library-plus:before { content: '\ea2b'; } /* '' */
  .fonticon-minus-1:before { content: '\ea2c'; } /* '' */
  .fonticon-block-helper:before { content: '\ea2d'; } /* '' */
  .fonticon-cancel-circled2:before { content: '\ea2e'; } /* '' */
  .fonticon-drawing-box:before { content: '\ea2f'; } /* '' *//**/
/**
   * Cookie-Banner
   * 
   * @author Attila N├®meth
   * 26.03.2020
   */
  .ubg-cookies-banner {
    z-index: 9900; }
    .ubg-cookies-banner.ubg-cookies-banner-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .ubg-cookies-banner.ubg-cookies-banner-overlay .scrim {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0000007f;
        z-index: 9901; }
      .ubg-cookies-banner.ubg-cookies-banner-overlay .banner {
        position: absolute;
        top: 3em;
        left: 0;
        right: 0;
        bottom: 3em;
        margin: 0 2em;
        border: 1px solid #000;
        background-color: #fff;
        z-index: 9902;
        overflow: auto; }
    .ubg-cookies-banner.ubg-cookies-banner-bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 80%; }
      .ubg-cookies-banner.ubg-cookies-banner-bottom .banner {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 100%;
        overflow: auto;
        border-width: 1px 0 0 0;
        border-color: #000;
        border-style: solid;
        background-color: #fff;
        z-index: 9902; }
    .ubg-cookies-banner .form .ubg-cookies-submit.ubg-cookies-submit-select {
      display: none; }
    .ubg-cookies-banner .form .cookie-details-container {
      display: none;
      margin-left: 1em;
      padding-left: 1em;
      border-left: 1px solid #aaa; }
    
  div.ubg-cookies-reset-banner-wrapper {
    display: none;
  }/**/
/* 
      UBG Privacy
      Author     : Attila Németh, UBG
      03.05.2018
  */
  
  .ubg-privacy-googleanalytics-label .form-type-checkbox p,
  .ubg-privacy-piwik-label .form-type-checkbox p {
    display: inline-block;
  }/**/
/* @group Node edit form styles */
  
  .settings-group {
    clear: both;
    margin-top: 1.5em;
  }
  
  .settings-group > img {
    float: left;
    margin-bottom: 2em;
    margin-right: 2em;
  }
  
  .settings-group .group-label {
    font-weight: bold;
    margin-bottom: 0.75em;
  }
  
  .settings-group .form-item {
    padding: 0;
  }
  
  .settings-group .form-item label {
    font-weight: normal;
  }
  
  .settings-group .form-item label.option {
    font-size: 1em;
    vertical-align: middle;
  }
  
  .settings-group .form-item div.description {
    font-size: 0.87em;
    margin-top: 0;
  }
  
  .settings-group .form-inline {
    float: left;
  }
  
  .settings-group .form-inline label {
    display: none;
  }
  
  .settings-group .form-inline select {
    margin: 2em 1em 0 0;
  }
  
  .settings-group .form-inline.label label {
    display: block;
    position: absolute;
  }
  
  .settings-group .form-select.enhanced {
    margin-right: 1em;
  }
  
  .no-overflow {
    overflow: hidden;
  }
  
  .field-name-media-gallery-format .form-type-radio label.option,
  .field-name-media-gallery-lightbox-extras .form-type-checkbox label.option {
    font-size: 0.94em;
    line-height: 1.2em;
  }
  
  .field-name-media-gallery-format .form-type-radio label.option .description {
    color: #666666;
    display: block;
    font-size: 0.86em;
  }
  
  .no-label label,
  .no-group-label > .form-item > label {
    display: none;
  }
  
  .setting-icon {
    background: url(https://www.mit-bund.de/sites/all/modules/media_gallery/images/gallery-icon-sprite.png) no-repeat left top transparent;
    display: block;
    float: left;
    height: 44px;
    margin: 0 0.5em;
    width: 42px;
  }
  
  .settings-group .setting-icon {
    height: 109px;
    width: 104px;
  }
  
  .gallery-settings .setting-icon {
    background-position: -442px -57px;
  }
  
  .presentation-settings .setting-icon {
    background-position: 0 -57px;
  }
  
  .block-settings .setting-icon {
    background-position: -331px -57px;
  }
  
  .galleries-settings .setting-icon {
    background-position: -552px -57px;
  }
  
  /* @end */
  
  /* @group Galleries form styles */
  
  .form-media-gallery-collection .field-name-field-license {
    clear: both;
  }
  
  #edit-media-gallery-lightbox-extras {
    margin-left: 2em;
    margin-top: -1em;
  }
  
  .presentation-settings .setting-icon.display-page {
    background-position: -221px -57px;
  }
  
  .presentation-settings .setting-icon.display-lightbox {
    background-position: 0 -57px;
  }
  
  .presentation-settings .setting-icon.display-extras {
    background-position: -110px -57px;
  }
  
  /* @end */
  
  /* @group Gallery thumbnail styles */
  
  .media-gallery-collection a.media-gallery-thumb,
  .media-gallery-media a.media-gallery-thumb,
  .media-gallery-thumb img {
    display: block;
    overflow: hidden;
    position: relative;
  }
  
  .media-gallery-media > .field-items > .field-item {
    float: left;
    position: relative;
  }
  
  .media-gallery-media .media-gallery-item-wrapper {
    margin: 0.5em;
    position: relative;
  }
  
  .media-gallery-media .media-gallery-item {
    background: #FFFFFF;
    border: 1px solid #666666;
    padding: 2%;
  }
  
  .meta-wrapper,
  .meta-wrapper:link,
  .meta-wrapper:hover,
  .meta-wrapper:visited,
  .meta-wrapper:active {
    font-size: 0.8462em;
    line-height: 1.5em;
    min-height: 3em;
    vertical-align: top;
  }
  
  .meta-wrapper .media-title * .field-item,
  .meta-wrapper .media-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -moz-binding: url(https://www.mit-bund.de/sites/all/modules/media_gallery/ellipsis.xml#ellipsis);
  }
  
  .meta-wrapper {
    display: block;
    padding: 0 9%;
  }
  
  .meta-wrapper.hover {
    line-height: 1em;
    padding: 0;
  }
  
  .meta-wrapper .media-description span {
    white-space: nowrap;
  }
  
  .media-license {
    display: block;
    float: right;
    font-size: 0;
    line-height: 14px;
  }
  
  .media-gallery-media .media-license {
    float: left;
    margin: 4px 0 0;
  }
  
  .media-license span {
    background: url(https://www.mit-bund.de/sites/all/modules/media_gallery/images/creative-commons-sprite.png) no-repeat left top transparent;
    display: inline-block;
    font-size: 1em;
    height: 0;
    padding: 7px;
    width: 0;
  }
  
  .media-license span + span {
    margin-left: 3px;
  }
  
  .media-license.dark .copyright {
    background-position: -95px -1px;
  }
  
  .media-license.dark .attribution {
    background-position: -2px -1px;
  }
  
  .media-license.dark .non-commercial {
    background-position: -25px -1px;
  }
  
  .media-license.dark .share-alike {
    background-position: -49px -1px;
  }
  
  .media-license.dark .no-deriv {
    background-position: -72px -1px;
  }
  
  .media-license.light .copyright {
    background-position: -95px -51px;
  }
  
  .media-license.light .attribution {
    background-position: -2px -51px;
  }
  
  .media-license.light .non-commercial {
    background-position: -25px -51px;
  }
  
  .media-license.light .share-alike {
    background-position: -49px -51px;
  }
  
  .media-license.light .no-deriv {
    background-position: -72px -51px;
  }
  
  .media-license.medium .copyright {
    background-position: -95px -26px;
  }
  
  .media-license.medium .attribution {
    background-position: -2px -26px;
  }
  
  .media-license.medium .non-commercial {
    background-position: -25px -26px;
  }
  
  .media-license.medium .share-alike {
    background-position: -49px -26px;
  }
  
  .media-license.medium .no-deriv {
    background-position: -72px -26px;
  }
  
  .meta-wrapper.hover {
    color: #666;
    display: none;
    left: -2px;
    line-height: 1.25em;
    margin: -7px 0 0;
    min-height: 0;
    min-width: 100%;
    position: absolute;
    *right: -2px;
    top: 100%;
    z-index: 1;
  }
  
  .meta-wrapper.hover .slider {
    background: url(https://www.mit-bund.de/sites/all/modules/media_gallery/images/hover-bubble.png) no-repeat left top transparent;
    display: block;
  }
  
  .meta-wrapper.hover .slider.top {
    padding-left: 53px;
  }
  
  .meta-wrapper.hover .slider.top-inner {
    background-position: right -48px;
    height: 14px;
  }
  
  .meta-wrapper.hover .slider.meta-outer {
    background: url(https://www.mit-bund.de/sites/all/modules/media_gallery/images/hover-bubble-middle.png) repeat-y left top transparent;
    padding-left: 0.5em;
  }
  
  .meta-wrapper.hover .slider.meta-inner {
    background: url(https://www.mit-bund.de/sites/all/modules/media_gallery/images/hover-bubble-middle.png) repeat-y right top transparent;
    padding-right: 0.5em;
  }
  
  .meta-wrapper.hover .slider.bottom {
    background-position: left -42px;
    padding-left: 53px;
  }
  
  .meta-wrapper.hover .slider.bottom-inner {
    background-position: right bottom;
    height: 5px;
  }
  
  .meta-wrapper .media-title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 1.5em;
    line-height: 1.5em;
    white-space: nowrap;
  }
  
  .meta-wrapper.hover .media-title {
    color: #000;
  }
  
  .meta-wrapper.hover .media-title a,
  .meta-wrapper.hover .media-title a:hover {
    color: #000;
  }
  
  .media-gallery-item-wrapper:hover .meta-wrapper.hover,
  .media-collection-item-wrapper:hover + .meta-wrapper.hover,
  .meta-wrapper.hover:hover {
    display: block;
  }
  
  .meta-inner span {
    display: block;
  }
  
  .media-description span {
    display: inline;
    line-height: 1em;
  }
  
  /* @end */
  
  /* @group Gridding styles */
  
  .media-gallery-media {
  
  }
  
  .mg-col {
    display: inline-block;
    margin: 0 -0.5em 3em;
    width: 100%;
  }
  
  .mg-col > .field-items {
    width: 100%;
  }
  
  a.media-gallery-thumb img,
  .media-gallery-detail img {
    height: auto;
    overflow: auto;
    width: 100%;
  }
  
  /**
   * The following widths are inflected with !important to
   * prevent users in the ThemeBuilder from destroying the
   * presentation of their galleries if they alter the width
   * of items with the .field class.
   */
  .mg-col-1 > .field-items > .field-item,
  .mg-col-1 .mg-gallery,
  .media-gallery-detail .field-items > .field-item {
    width: 100% !important;
  }
  
  .mg-col-2 > .field-items > .field-item,
  .mg-col-2 .mg-gallery {
    width: 50% !important;
  }
  
  .mg-col-3 > .field-items > .field-item,
  .mg-col-3 .mg-gallery {
    width: 33.3% !important;
  }
  
  .mg-col-4 > .field-items > .field-item,
  .mg-col-4 .mg-gallery {
    width: 24.96% !important;
  }
  
  .mg-col-5 > .field-items > .field-item,
  .mg-col-5 .mg-gallery {
    width: 20% !important;
  }
  
  .mg-col-6 > .field-items > .field-item,
  .mg-col-6 .mg-gallery {
    width: 16.6666666665% !important;
  }
  
  .mg-col-7 > .field-items > .field-item,
  .mg-col-7 .mg-gallery {
    width: 14.2857142857% !important;
  }
  
  .mg-col-8 > .field-items > .field-item,
  .mg-col-8 .mg-gallery {
    width: 12.5% !important;
  }
  
  .mg-col-9 > .field-items > .field-item,
  .mg-col-9 .mg-gallery {
    width: 11.1111111111% !important;
  }
  
  .mg-col-10 > .field-items > .field-item,
  .mg-col-10 .mg-gallery {
    width: 10% !important;
  }
  
  .mg-col .mg-gallery.mg-teaser {
    float: left;
  }
  
  .mg-col .mg-gallery.mg-teaser,
  .mg-col .mg-gallery.mg-teaser .content {
    margin: 0;
    outline: none;
    position: relative;
  }
  
  .mg-col .mg-gallery.mg-teaser h2 {
    display: none;
  }
  
  .mg-col .mg-gallery.mg-teaser .float-overflow {
    margin: 0.5em;
    overflow: visible;
    position: relative;
  }
  
  /* @end */
  
  /* @group Detail page styles */
  
  .media-gallery-detail-wrapper {
    margin-top: 1em;
  }
  
  .media-gallery-detail {
    float: left;
    margin-right: 1em;
    line-height: normal;
    max-width: 70%;
  }
  
  .media-gallery-detail-wrapper .field-name-media-description .field-item {
    word-wrap: break-word;
  }
  
  .media-gallery-detail-info {
    clear: both;
    display: inline-block;
    margin-top: 0.5em;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
  .media-gallery-detail-info .media-license {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .media-gallery-detail-info + .media-gallery-detail-info {
    margin-top: 1em;
  }
  
  .media-gallery-detail-image-info-wrapper {
    clear: right;
    float: right;
  }
  
  .media-gallery-image-count {
    padding-right: 1em;
  }
  
  /* @end */
  
  /* @group Lightbox styles */
  
  #cboxSlideshow {
    right: 40px;
  }
  
  .mg-lightbox-wrapper {
    color: #666666;
  }
  
  .mg-lightbox-wrapper a,
  .lightbox-stack a {
    color: #0074BD;
  }
  
  .mg-lightbox-wrapper a:link,
  .mg-lightbox-wrapper a:visited,
  .mg-lightbox-wrapper a:active,
  .mg-lightbox-wrapper a:hover,
  .lightbox-stack a:link,
  .lightbox-stack a:visited,
  .lightbox-stack a:active,
  .lightbox-stack a:hover{
    color: #0074BD;
  }
  
  .mg-lightbox-wrapper a:hover,
  .lightbox-stack a:hover {
    text-decoration: underline;
  }
  
  .mg-lightbox-wrapper .lightbox-title {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 0.2em;
    padding-top: 0.2em;
  }
  
  .mg-lightbox-detail {
    float: left;
    padding-right: 320px;
  }
  
  .mg-lightbox-description {
    width: 300px;
    margin-left: -300px;
    float: left;
  }
  
  .lightbox-stack {
    min-width: 250px;
  }
  
  /* @end */
  
  /* @group Gallery of Galleries styles */
  
  .media-collection-item-wrapper {
    padding: 9%;
    position: relative;
  }
  
  .stack-image {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  
  .media-collection-item-wrapper .media-gallery-item {
    border: none;
    position: relative;
  }
  
  .mg-gallery img.stack-image,
  .mg-gallery .media-gallery-thumb img {
    border: 0;
    padding: 0;
  }
  
  /* @end */
  
  /* @group Gallery node styles */
  
  .colorbox-supplemental-links {
    display: none;
  }
  
  /* @end */
  
  /* @group Overrides */
  
  a.contextual-links-trigger {
    background-position: 2px -18px;
  }
  
  a.contextual-links-trigger:hover,
  div.contextual-links-active a.contextual-links-trigger {
    background-position: 2px 0;
  }
  
  /* remove extra padding around the iframe */
  .ui-dialog .media-modal-frame {
    padding: 0 !important;
  }
  
  /* @end *//**/
