/* EGELPOR */
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(../fonts/font_stylesheet.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

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

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* FONT FACES */
a {
  color: #005091;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #005091;
    text-decoration: none; }

p {
  font-family: "open_sansregular", sans-serif;
  line-height: 32px; }

h1, .h1 {
  font-family: "open_sansbold", sans-serif;
  font-size: 40px;
  -webkit-margin-after: 0;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.3; }
  h1 span, .h1 span {
    font-family: "open_sanslight", sans-serif;
    line-height: 55px;
    margin-bottom: 50px !important;
    margin-top: 0;
    display: block; }

h2, .h2 {
  font-family: "open_sansbold", sans-serif;
  font-size: 36px;
  -webkit-margin-after: 0;
  margin-bottom: 0; }

h3, .h3 {
  font-family: "open_sansbold", sans-serif;
  font-size: 36px;
  -webkit-margin-after: 0;
  margin-bottom: 0; }

h4, .h4 {
  font-family: "open_sansbold", sans-serif;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px; }

.sub-headline {
  font-family: "open_sanslight", sans-serif;
  line-height: 55px;
  margin-bottom: 50px !important;
  margin-top: 0;
  display: block; }

.bg-white h1, .bg-white .h1, .bg-white h2, .bg-white .h2 {
  color: #005091; }

.wpb_text_column, .entry-content {
  font-size: 18px;
  word-break: normal;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto; }
  .wpb_text_column ul, .entry-content ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .wpb_text_column li, .entry-content li {
    padding-left: 35px;
    text-indent: -35px;
    line-height: 36px; }
  .wpb_text_column li:before, .entry-content li:before {
    content: "\25A0";
    color: #005091;
    padding-right: 0.7em;
    font-size: 30px;
    position: relative;
    top: 2px; }

.vc_col-sm-8 + .vc_col-sm-4 h4, .vc_col-sm-8 + .vc_col-sm-4 .h4 {
  font-size: 16px;
  font-family: "open_sansbold", sans-serif;
  margin-top: 0px;
  margin-bottom: 10px; }

.vc_col-sm-8 + .vc_col-sm-4 .wpb_text_column p {
  font-size: 14px;
  font-family: "open_sanssemibold", sans-serif;
  line-height: 24px; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

.sticky-placeholder {
  display: none;
  width: 100%; }

.hideMenu {
  right: -100% !important; }

.showMenu {
  right: 0px !important; }

.burger-menu a {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "open_sanssemibold", sans-serif !important;
  height: 12%;
  border-bottom: none !important;
  text-align: center;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  color: #fff; }
  .burger-menu a:hover, .burger-menu a:focus {
    background-color: #fff !important;
    color: #00345e !important;
    text-decoration: none !important; }

.burger-menu .hide {
  display: none; }

.burger-menu-button .hideLine {
  display: none !important; }

.burger-menu-button .rotateLeft {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(45deg);
  /* IE 9 */ }

.burger-menu-button .rotateRight {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(-45deg);
  /* IE 9 */ }

.burger-menu-button .rotateLeft, .burger-menu-button .rotateRight {
  top: 30px !important; }

.header-container {
  background-color: #fff;
  color: #005091;
  /* end .nav */ }
  .header-container h1 {
    margin: 0;
    display: inline-block; }
  .header-container .title {
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  .header-container img {
    width: 190px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header-container.sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0px 1px 3px #ccc; }
    .header-container.sticky #inner-header {
      height: 75px; }
    .header-container.sticky nav {
      margin-top: 15px; }
    .header-container.sticky img {
      width: 150px;
      height: auto;
      position: relative;
      left: -3px;
      top: -3px; }
    .header-container.sticky h1.title {
      max-width: 150px; }
  .header-container .helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block; }
  .header-container #inner-header {
    height: 100px;
    background-color: #fff; }
    .header-container #inner-header img {
      vertical-align: middle; }
  .header-container .menu-main-navigation-container.desktop-nav {
    display: inline-block !important; }
  .header-container nav {
    display: inline-block;
    vertical-align: middle;
    font-family: "open_sanssemibold", sans-serif;
    float: right;
    margin-top: 28px; }
  .header-container .nav {
    border-bottom: 0;
    margin: 0; }
    .header-container .nav li a {
      display: block;
      color: #00345e;
      text-decoration: none;
      padding: 0.75em;
      text-transform: uppercase;
      font-size: 14px; }
      .header-container .nav li a:hover, .header-container .nav li a:active, .header-container .nav li a:focus {
        color: #00182b;
        text-decoration: none; }
    .header-container .nav li:last-child a {
      padding-right: 0px; }
    .header-container .nav li.nav-hotline {
      color: #666666;
      font-family: "open_sansextrabold", sans-serif;
      font-size: 14px;
      padding-left: 50px; }
      .header-container .nav li.nav-hotline .hotline {
        display: inline-block; }
      .header-container .nav li.nav-hotline a {
        text-transform: none;
        color: #666666;
        padding-right: 0px; }
      .header-container .nav li.nav-hotline .basel, .header-container .nav li.nav-hotline .stgallen, .header-container .nav li.nav-hotline .zurich {
        display: inline-block;
        padding-left: 0; }
      .header-container .nav li.nav-hotline .hide {
        display: none; }
      .header-container .nav li.nav-hotline .defaultIP {
        display: inline-block !important; }
  .header-container .hide {
    display: none; }
  .header-container .menu-toggle {
    background: url(../images/menu_32.png) no-repeat center center;
    border: 0;
    color: transparent;
    float: right;
    margin: 23px 10px;
    text-shadow: none;
    top: 0;
    width: 32px;
    height: 32px;
    cursor: pointer; }
  .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation {
    width: 100%;
    background-color: #00345e; }
    .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation li {
      clear: both;
      width: 100%;
      border-bottom: 1px solid #fff; }
      .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation li a {
        color: #fff;
        padding-left: 18px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 16px; }
        .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation li a:hover, .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation li a:active, .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation li a:focus {
          color: #00345e;
          text-decoration: none; }
      .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation li:hover, .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation li:focus {
        background-color: #ccc;
        text-decoration: none; }
    .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation .nav-hotline {
      float: left;
      color: #fff; }
      .header-container .menu-main-navigation-container.mobile-nav ul#menu-main-navigation .nav-hotline a {
        text-transform: none; }

h1.title {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  max-width: 240px; }

footer {
  clear: both;
  font-family: "open_sansregular", sans-serif;
  margin-top: 15px; }
  footer .source-org {
    font-family: "open_sansbold", sans-serif;
    float: left; }
  footer ul#menu-footer {
    float: right; }
    footer ul#menu-footer li a {
      color: #fff;
      padding-left: 30px;
      text-decoration: none; }
      footer ul#menu-footer li a:hover, footer ul#menu-footer li a:active, footer ul#menu-footer li a:focus {
        text-decoration: none; }

a#topLink {
  right: 25px;
  width: auto;
  height: auto;
  z-index: 5000;
  color: #005091;
  text-transform: uppercase;
  font-family: "open_sansbold", sans-serif;
  text-decoration: none;
  font-size: 14px;
  padding: 4px 10px;
  background: #fff; }
  a#topLink:hover {
    color: #00345e; }
  a#topLink span {
    margin-right: 10px; }
  a#topLink:hover {
    color: #00345e; }

.toTopBtn {
  float: right; }
  .toTopBtn .ABdev_icon-streamline-arrow-68:before {
    font-weight: bold; }

.toTop {
  bottom: 20px;
  position: fixed; }

.toTopBottom {
  float: right;
  left: -25px;
  bottom: 10px;
  position: relative; }

@font-face {
  font-family: "streamline-30px";
  src: url("streamline_icons/fonts/streamline-30px.eot");
  src: url("streamline_icons/fonts/streamline-30px.eot?#iefix") format("embedded-opentype"), url("streamline_icons/fonts/streamline-30px.woff") format("woff"), url("streamline_icons/fonts/streamline-30px.ttf") format("truetype"), url("streamline_icons/fonts/streamline-30px.svg#streamline-30px") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ABdev_icon-streamline-"], [class*=" ABdev_icon-streamline-"] {
  font-family: "streamline-30px" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[data-icon]:before {
  font-family: "streamline-30px" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "streamline-30px" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ABdev_icon-streamline-aim-1:before {
  content: "a"; }

.ABdev_icon-streamline-aim-2:before {
  content: "b"; }

.ABdev_icon-streamline-aim-3:before {
  content: "c"; }

.ABdev_icon-streamline-bin-1:before {
  content: "d"; }

.ABdev_icon-streamline-bin-2:before {
  content: "e"; }

.ABdev_icon-streamline-binocular:before {
  content: "f"; }

.ABdev_icon-streamline-bomb:before {
  content: "g"; }

.ABdev_icon-streamline-clip-1:before {
  content: "h"; }

.ABdev_icon-streamline-clip-2:before {
  content: "i"; }

.ABdev_icon-streamline-cutter:before {
  content: "j"; }

.ABdev_icon-streamline-delete-1:before {
  content: "k"; }

.ABdev_icon-streamline-delete-2:before {
  content: "l"; }

.ABdev_icon-streamline-edit-1:before {
  content: "m"; }

.ABdev_icon-streamline-edit-2:before {
  content: "n"; }

.ABdev_icon-streamline-edit-3:before {
  content: "o"; }

.ABdev_icon-streamline-hide:before {
  content: "p"; }

.ABdev_icon-streamline-ink:before {
  content: "q"; }

.ABdev_icon-streamline-key-1:before {
  content: "r"; }

.ABdev_icon-streamline-key-2:before {
  content: "s"; }

.ABdev_icon-streamline-link-1:before {
  content: "t"; }

.ABdev_icon-streamline-link-2:before {
  content: "u"; }

.ABdev_icon-streamline-link-3:before {
  content: "v"; }

.ABdev_icon-streamline-link-broken-1:before {
  content: "w"; }

.ABdev_icon-streamline-link-broken-2:before {
  content: "x"; }

.ABdev_icon-streamline-lock-1:before {
  content: "y"; }

.ABdev_icon-streamline-lock-2:before {
  content: "z"; }

.ABdev_icon-streamline-lock-3:before {
  content: "A"; }

.ABdev_icon-streamline-lock-4:before {
  content: "B"; }

.ABdev_icon-streamline-lock-5:before {
  content: "C"; }

.ABdev_icon-streamline-lock-unlock-1:before {
  content: "D"; }

.ABdev_icon-streamline-lock-unlock-2:before {
  content: "E"; }

.ABdev_icon-streamline-magnifier:before {
  content: "F"; }

.ABdev_icon-streamline-pen-1:before {
  content: "G"; }

.ABdev_icon-streamline-pen-2:before {
  content: "H"; }

.ABdev_icon-streamline-pen-3:before {
  content: "I"; }

.ABdev_icon-streamline-pen-4:before {
  content: "J"; }

.ABdev_icon-streamline-pencil-1:before {
  content: "K"; }

.ABdev_icon-streamline-pencil-2:before {
  content: "L"; }

.ABdev_icon-streamline-pencil-3:before {
  content: "M"; }

.ABdev_icon-streamline-pin-1:before {
  content: "N"; }

.ABdev_icon-streamline-pin-2:before {
  content: "O"; }

.ABdev_icon-streamline-power-1:before {
  content: "P"; }

.ABdev_icon-streamline-power-2:before {
  content: "Q"; }

.ABdev_icon-streamline-preview-1:before {
  content: "R"; }

.ABdev_icon-streamline-preview-2:before {
  content: "S"; }

.ABdev_icon-streamline-scissor-1:before {
  content: "T"; }

.ABdev_icon-streamline-scissor-2:before {
  content: "U"; }

.ABdev_icon-streamline-skull-1:before {
  content: "V"; }

.ABdev_icon-streamline-skull-2:before {
  content: "W"; }

.ABdev_icon-streamline-type-1:before {
  content: "X"; }

.ABdev_icon-streamline-type-2:before {
  content: "Y"; }

.ABdev_icon-streamline-type-3:before {
  content: "Z"; }

.ABdev_icon-streamline-type-4:before {
  content: "0"; }

.ABdev_icon-streamline-zoom-area:before {
  content: "1"; }

.ABdev_icon-streamline-zoom-in:before {
  content: "2"; }

.ABdev_icon-streamline-zoom-out:before {
  content: "3"; }

.ABdev_icon-streamline-cursor-1:before {
  content: "4"; }

.ABdev_icon-streamline-cursor-2:before {
  content: "5"; }

.ABdev_icon-streamline-cursor-3:before {
  content: "6"; }

.ABdev_icon-streamline-cursor-6:before {
  content: "7"; }

.ABdev_icon-streamline-cursor-move:before {
  content: "8"; }

.ABdev_icon-streamline-cursor-select-area:before {
  content: "9"; }

.ABdev_icon-streamline-cursors:before {
  content: "!"; }

.ABdev_icon-streamline-hand:before {
  content: "\""; }

.ABdev_icon-streamline-hand-block:before {
  content: "#"; }

.ABdev_icon-streamline-hand-grab-1:before {
  content: "$"; }

.ABdev_icon-streamline-hand-grab-2:before {
  content: "%"; }

.ABdev_icon-streamline-hand-point:before {
  content: "&"; }

.ABdev_icon-streamline-hand-touch-1:before {
  content: "'"; }

.ABdev_icon-streamline-hand-touch-2:before {
  content: "("; }

.ABdev_icon-streamline-hand-touch-3:before {
  content: ")"; }

.ABdev_icon-streamline-hand-touch-4:before {
  content: "*"; }

.ABdev_icon-streamline-bookmark-1:before {
  content: "+"; }

.ABdev_icon-streamline-bookmark-2:before {
  content: ","; }

.ABdev_icon-streamline-bookmark-3:before {
  content: "-"; }

.ABdev_icon-streamline-bookmark-4:before {
  content: "."; }

.ABdev_icon-streamline-tag-1:before {
  content: "/"; }

.ABdev_icon-streamline-tag-2:before {
  content: ":"; }

.ABdev_icon-streamline-tag-add:before {
  content: ";"; }

.ABdev_icon-streamline-tag-delete:before {
  content: "<"; }

.ABdev_icon-streamline-tags-1:before {
  content: "="; }

.ABdev_icon-streamline-tags-2:before {
  content: ">"; }

.ABdev_icon-streamline-anchor-point-1:before {
  content: "?"; }

.ABdev_icon-streamline-anchor-point-2:before {
  content: "@"; }

.ABdev_icon-streamline-arrange-1:before {
  content: "["; }

.ABdev_icon-streamline-arrange-2:before {
  content: "]"; }

.ABdev_icon-streamline-board:before {
  content: "^"; }

.ABdev_icon-streamline-brush-1:before {
  content: "_"; }

.ABdev_icon-streamline-brush-2:before {
  content: "`"; }

.ABdev_icon-streamline-bucket:before {
  content: "{"; }

.ABdev_icon-streamline-crop:before {
  content: "|"; }

.ABdev_icon-streamline-dropper-1:before {
  content: "}"; }

.ABdev_icon-streamline-dropper-2:before {
  content: "~"; }

.ABdev_icon-streamline-dropper-3:before {
  content: "\\"; }

.ABdev_icon-streamline-glue:before {
  content: "\e000"; }

.ABdev_icon-streamline-grid:before {
  content: "\e001"; }

.ABdev_icon-streamline-layers:before {
  content: "\e002"; }

.ABdev_icon-streamline-magic-wand-1:before {
  content: "\e003"; }

.ABdev_icon-streamline-magic-wand-2:before {
  content: "\e004"; }

.ABdev_icon-streamline-magnet:before {
  content: "\e005"; }

.ABdev_icon-streamline-marker:before {
  content: "\e006"; }

.ABdev_icon-streamline-palette:before {
  content: "\e007"; }

.ABdev_icon-streamline-pen-5:before {
  content: "\e008"; }

.ABdev_icon-streamline-pen-6:before {
  content: "\e009"; }

.ABdev_icon-streamline-quill:before {
  content: "\e00a"; }

.ABdev_icon-streamline-reflect:before {
  content: "\e00b"; }

.ABdev_icon-streamline-roller:before {
  content: "\e00c"; }

.ABdev_icon-streamline-ruler-1:before {
  content: "\e00d"; }

.ABdev_icon-streamline-ruler-2:before {
  content: "\e00e"; }

.ABdev_icon-streamline-scale-diagonal-1:before {
  content: "\e00f"; }

.ABdev_icon-streamline-scale-diagonal-2:before {
  content: "\e010"; }

.ABdev_icon-streamline-scale-horizontal:before {
  content: "\e011"; }

.ABdev_icon-streamline-scale-tool-1:before {
  content: "\e012"; }

.ABdev_icon-streamline-scale-tool-2:before {
  content: "\e013"; }

.ABdev_icon-streamline-scale-tool-3:before {
  content: "\e014"; }

.ABdev_icon-streamline-scale-vertical:before {
  content: "\e015"; }

.ABdev_icon-streamline-shear-tool:before {
  content: "\e016"; }

.ABdev_icon-streamline-spray:before {
  content: "\e017"; }

.ABdev_icon-streamline-stamp:before {
  content: "\e018"; }

.ABdev_icon-streamline-stationery-1:before {
  content: "\e019"; }

.ABdev_icon-streamline-stationery-2:before {
  content: "\e01a"; }

.ABdev_icon-streamline-stationery-3:before {
  content: "\e01b"; }

.ABdev_icon-streamline-vector:before {
  content: "\e01c"; }

.ABdev_icon-streamline-award-1:before {
  content: "\e01d"; }

.ABdev_icon-streamline-award-2:before {
  content: "\e01e"; }

.ABdev_icon-streamline-award-3:before {
  content: "\e01f"; }

.ABdev_icon-streamline-award-4:before {
  content: "\e020"; }

.ABdev_icon-streamline-award-5:before {
  content: "\e021"; }

.ABdev_icon-streamline-award-6:before {
  content: "\e022"; }

.ABdev_icon-streamline-crown-1:before {
  content: "\e023"; }

.ABdev_icon-streamline-crown-2:before {
  content: "\e024"; }

.ABdev_icon-streamline-crown-3:before {
  content: "\e025"; }

.ABdev_icon-streamline-fire:before {
  content: "\e026"; }

.ABdev_icon-streamline-flag-1:before {
  content: "\e027"; }

.ABdev_icon-streamline-flag-2:before {
  content: "\e028"; }

.ABdev_icon-streamline-flag-3:before {
  content: "\e029"; }

.ABdev_icon-streamline-flag-4:before {
  content: "\e02a"; }

.ABdev_icon-streamline-flag-5:before {
  content: "\e02b"; }

.ABdev_icon-streamline-flag-6:before {
  content: "\e02c"; }

.ABdev_icon-streamline-flag-7:before {
  content: "\e02d"; }

.ABdev_icon-streamline-flag-8:before {
  content: "\e02e"; }

.ABdev_icon-streamline-google-plus-1:before {
  content: "\e02f"; }

.ABdev_icon-streamline-google-plus-2:before {
  content: "\e030"; }

.ABdev_icon-streamline-hand-like-1:before {
  content: "\e031"; }

.ABdev_icon-streamline-hand-like-2:before {
  content: "\e032"; }

.ABdev_icon-streamline-hand-unlike-1:before {
  content: "\e033"; }

.ABdev_icon-streamline-hand-unlike-2:before {
  content: "\e034"; }

.ABdev_icon-streamline-heart-1:before {
  content: "\e035"; }

.ABdev_icon-streamline-heart-2:before {
  content: "\e036"; }

.ABdev_icon-streamline-heart-angel:before {
  content: "\e037"; }

.ABdev_icon-streamline-heart-broken:before {
  content: "\e038"; }

.ABdev_icon-streamline-heart-minus:before {
  content: "\e039"; }

.ABdev_icon-streamline-heart-plus:before {
  content: "\e03a"; }

.ABdev_icon-streamline-present:before {
  content: "\e03b"; }

.ABdev_icon-streamline-rank-1:before {
  content: "\e03c"; }

.ABdev_icon-streamline-rank-2:before {
  content: "\e03d"; }

.ABdev_icon-streamline-ribbon:before {
  content: "\e03e"; }

.ABdev_icon-streamline-star-1:before {
  content: "\e03f"; }

.ABdev_icon-streamline-star-2:before {
  content: "\e040"; }

.ABdev_icon-streamline-star-3:before {
  content: "\e041"; }

.ABdev_icon-streamline-star-4:before {
  content: "\e042"; }

.ABdev_icon-streamline-star-5:before {
  content: "\e043"; }

.ABdev_icon-streamline-star-6:before {
  content: "\e044"; }

.ABdev_icon-streamline-star-7:before {
  content: "\e045"; }

.ABdev_icon-streamline-star-8:before {
  content: "\e046"; }

.ABdev_icon-streamline-star-9:before {
  content: "\e047"; }

.ABdev_icon-streamline-star-10:before {
  content: "\e048"; }

.ABdev_icon-streamline-trophy:before {
  content: "\e049"; }

.ABdev_icon-streamline-baloon:before {
  content: "\e04a"; }

.ABdev_icon-streamline-bubble-1:before {
  content: "\e04b"; }

.ABdev_icon-streamline-bubble-2:before {
  content: "\e04c"; }

.ABdev_icon-streamline-bubble-add-1:before {
  content: "\e04d"; }

.ABdev_icon-streamline-bubble-add-2:before {
  content: "\e04e"; }

.ABdev_icon-streamline-bubble-add-3:before {
  content: "\e04f"; }

.ABdev_icon-streamline-bubble-ask-1:before {
  content: "\e050"; }

.ABdev_icon-streamline-bubble-ask-2:before {
  content: "\e051"; }

.ABdev_icon-streamline-bubble-attention-2:before {
  content: "\e052"; }

.ABdev_icon-streamline-bubble-attention-3:before {
  content: "\e053"; }

.ABdev_icon-streamline-bubble-attention-4:before {
  content: "\e054"; }

.ABdev_icon-streamline-bubble-attention-6:before {
  content: "\e055"; }

.ABdev_icon-streamline-bubble-attention-7:before {
  content: "\e056"; }

.ABdev_icon-streamline-bubble-block-1:before {
  content: "\e057"; }

.ABdev_icon-streamline-bubble-block-2:before {
  content: "\e058"; }

.ABdev_icon-streamline-bubble-block-3:before {
  content: "\e059"; }

.ABdev_icon-streamline-bubble-chat-1:before {
  content: "\e05a"; }

.ABdev_icon-streamline-bubble-chat-2:before {
  content: "\e05b"; }

.ABdev_icon-streamline-bubble-check-1:before {
  content: "\e05c"; }

.ABdev_icon-streamline-bubble-check-2:before {
  content: "\e05d"; }

.ABdev_icon-streamline-bubble-check-3:before {
  content: "\e05e"; }

.ABdev_icon-streamline-bubble-comment-1:before {
  content: "\e05f"; }

.ABdev_icon-streamline-bubble-comment-2:before {
  content: "\e060"; }

.ABdev_icon-streamline-bubble-conversation-1:before {
  content: "\e061"; }

.ABdev_icon-streamline-bubble-conversation-2:before {
  content: "\e062"; }

.ABdev_icon-streamline-bubble-conversation-3:before {
  content: "\e063"; }

.ABdev_icon-streamline-bubble-conversation-4:before {
  content: "\e064"; }

.ABdev_icon-streamline-bubble-conversation-5:before {
  content: "\e065"; }

.ABdev_icon-streamline-bubble-conversation-6:before {
  content: "\e066"; }

.ABdev_icon-streamline-bubble-delete-1:before {
  content: "\e067"; }

.ABdev_icon-streamline-bubble-delete-2:before {
  content: "\e068"; }

.ABdev_icon-streamline-bubble-delete-3:before {
  content: "\e069"; }

.ABdev_icon-streamline-bubble-edit-1:before {
  content: "\e06a"; }

.ABdev_icon-streamline-bubble-edit-2:before {
  content: "\e06b"; }

.ABdev_icon-streamline-bubble-edit-3:before {
  content: "\e06c"; }

.ABdev_icon-streamline-bubble-heart-1:before {
  content: "\e06d"; }

.ABdev_icon-streamline-bubble-heart-2:before {
  content: "\e06e"; }

.ABdev_icon-streamline-bubble-information:before {
  content: "\e06f"; }

.ABdev_icon-streamline-bubble-information-1:before {
  content: "\e070"; }

.ABdev_icon-streamline-bubble-minus-1:before {
  content: "\e071"; }

.ABdev_icon-streamline-bubble-minus-2:before {
  content: "\e072"; }

.ABdev_icon-streamline-bubble-minus-3:before {
  content: "\e073"; }

.ABdev_icon-streamline-bubble-quote-1:before {
  content: "\e074"; }

.ABdev_icon-streamline-bubble-quote-2:before {
  content: "\e075"; }

.ABdev_icon-streamline-bubble-smiley-1:before {
  content: "\e076"; }

.ABdev_icon-streamline-bubble-smiley-2:before {
  content: "\e077"; }

.ABdev_icon-streamline-bubble-smiley-3:before {
  content: "\e078"; }

.ABdev_icon-streamline-bubble-smiley-4:before {
  content: "\e079"; }

.ABdev_icon-streamline-bubble-star-1:before {
  content: "\e07a"; }

.ABdev_icon-streamline-bubble-star-2:before {
  content: "\e07b"; }

.ABdev_icon-streamline-bubble-star-3:before {
  content: "\e07c"; }

.ABdev_icon-streamline-chat-1:before {
  content: "\e07d"; }

.ABdev_icon-streamline-chat-2:before {
  content: "\e07e"; }

.ABdev_icon-streamline-chat-3:before {
  content: "\e07f"; }

.ABdev_icon-streamline-chat-4:before {
  content: "\e080"; }

.ABdev_icon-streamline-chat-5:before {
  content: "\e081"; }

.ABdev_icon-streamline-chat-6:before {
  content: "\e082"; }

.ABdev_icon-streamline-chat-7:before {
  content: "\e083"; }

.ABdev_icon-streamline-smiley-happy-1:before {
  content: "\e084"; }

.ABdev_icon-streamline-smiley-happy-2:before {
  content: "\e085"; }

.ABdev_icon-streamline-smiley-happy-3:before {
  content: "\e086"; }

.ABdev_icon-streamline-smiley-happy-4:before {
  content: "\e087"; }

.ABdev_icon-streamline-smiley-happy-5:before {
  content: "\e088"; }

.ABdev_icon-streamline-smiley-sad-1:before {
  content: "\e089"; }

.ABdev_icon-streamline-smiley-surprise:before {
  content: "\e08a"; }

.ABdev_icon-streamline-smiley-wink:before {
  content: "\e08b"; }

.ABdev_icon-streamline-call-1:before {
  content: "\e08c"; }

.ABdev_icon-streamline-call-2:before {
  content: "\e08d"; }

.ABdev_icon-streamline-call-3:before {
  content: "\e08e"; }

.ABdev_icon-streamline-call-4:before {
  content: "\e08f"; }

.ABdev_icon-streamline-call-add:before {
  content: "\e090"; }

.ABdev_icon-streamline-call-block:before {
  content: "\e091"; }

.ABdev_icon-streamline-call-delete:before {
  content: "\e092"; }

.ABdev_icon-streamline-call-in:before {
  content: "\e093"; }

.ABdev_icon-streamline-call-minus:before {
  content: "\e094"; }

.ABdev_icon-streamline-call-out:before {
  content: "\e095"; }

.ABdev_icon-streamline-contact:before {
  content: "\e096"; }

.ABdev_icon-streamline-fax:before {
  content: "\e097"; }

.ABdev_icon-streamline-hang-up:before {
  content: "\e098"; }

.ABdev_icon-streamline-message:before {
  content: "\e099"; }

.ABdev_icon-streamline-mobile-phone-1:before {
  content: "\e09a"; }

.ABdev_icon-streamline-mobile-phone-2:before {
  content: "\e09b"; }

.ABdev_icon-streamline-phone-1:before {
  content: "\e09c"; }

.ABdev_icon-streamline-phone-2:before {
  content: "\e09d"; }

.ABdev_icon-streamline-phone-3:before {
  content: "\e09e"; }

.ABdev_icon-streamline-phone-4:before {
  content: "\e09f"; }

.ABdev_icon-streamline-phone-vibration:before {
  content: "\e0a0"; }

.ABdev_icon-streamline-signal-fine:before {
  content: "\e0a1"; }

.ABdev_icon-streamline-signal-full:before {
  content: "\e0a2"; }

.ABdev_icon-streamline-signal-high:before {
  content: "\e0a3"; }

.ABdev_icon-streamline-signal-no:before {
  content: "\e0a4"; }

.ABdev_icon-streamline-signal-poor:before {
  content: "\e0a5"; }

.ABdev_icon-streamline-signal-weak:before {
  content: "\e0a6"; }

.ABdev_icon-streamline-smartphone:before {
  content: "\e0a7"; }

.ABdev_icon-streamline-tape:before {
  content: "\e0a8"; }

.ABdev_icon-streamline-camera-symbol-1:before {
  content: "\e0a9"; }

.ABdev_icon-streamline-camera-symbol-2:before {
  content: "\e0aa"; }

.ABdev_icon-streamline-camera-symbol-3:before {
  content: "\e0ab"; }

.ABdev_icon-streamline-headphone:before {
  content: "\e0ac"; }

.ABdev_icon-streamline-antenna-1:before {
  content: "\e0ad"; }

.ABdev_icon-streamline-antenna-2:before {
  content: "\e0ae"; }

.ABdev_icon-streamline-antenna-3:before {
  content: "\e0af"; }

.ABdev_icon-streamline-hotspot-1:before {
  content: "\e0b0"; }

.ABdev_icon-streamline-hotspot-2:before {
  content: "\e0b1"; }

.ABdev_icon-streamline-link:before {
  content: "\e0b2"; }

.ABdev_icon-streamline-megaphone-1:before {
  content: "\e0b3"; }

.ABdev_icon-streamline-megaphone-2:before {
  content: "\e0b4"; }

.ABdev_icon-streamline-radar:before {
  content: "\e0b5"; }

.ABdev_icon-streamline-rss-1:before {
  content: "\e0b6"; }

.ABdev_icon-streamline-rss-2:before {
  content: "\e0b7"; }

.ABdev_icon-streamline-satellite:before {
  content: "\e0b8"; }

.ABdev_icon-streamline-address-1:before {
  content: "\e0b9"; }

.ABdev_icon-streamline-address-2:before {
  content: "\e0ba"; }

.ABdev_icon-streamline-address-3:before {
  content: "\e0bb"; }

.ABdev_icon-streamline-forward:before {
  content: "\e0bc"; }

.ABdev_icon-streamline-inbox-1:before {
  content: "\e0bd"; }

.ABdev_icon-streamline-inbox-2:before {
  content: "\e0be"; }

.ABdev_icon-streamline-inbox-3:before {
  content: "\e0bf"; }

.ABdev_icon-streamline-inbox-4:before {
  content: "\e0c0"; }

.ABdev_icon-streamline-letter-1:before {
  content: "\e0c1"; }

.ABdev_icon-streamline-letter-2:before {
  content: "\e0c2"; }

.ABdev_icon-streamline-letter-3:before {
  content: "\e0c3"; }

.ABdev_icon-streamline-letter-4:before {
  content: "\e0c4"; }

.ABdev_icon-streamline-letter-5:before {
  content: "\e0c5"; }

.ABdev_icon-streamline-mail-1:before {
  content: "\e0c6"; }

.ABdev_icon-streamline-mail-2:before {
  content: "\e0c7"; }

.ABdev_icon-streamline-mail-add:before {
  content: "\e0c8"; }

.ABdev_icon-streamline-mail-attention:before {
  content: "\e0c9"; }

.ABdev_icon-streamline-mail-block:before {
  content: "\e0ca"; }

.ABdev_icon-streamline-mail-box-1:before {
  content: "\e0cb"; }

.ABdev_icon-streamline-mail-box-2:before {
  content: "\e0cc"; }

.ABdev_icon-streamline-mail-box-3:before {
  content: "\e0cd"; }

.ABdev_icon-streamline-mail-checked:before {
  content: "\e0ce"; }

.ABdev_icon-streamline-mail-compose:before {
  content: "\e0cf"; }

.ABdev_icon-streamline-mail-delete:before {
  content: "\e0d0"; }

.ABdev_icon-streamline-mail-favorite:before {
  content: "\e0d1"; }

.ABdev_icon-streamline-mail-inbox:before {
  content: "\e0d2"; }

.ABdev_icon-streamline-mail-lock:before {
  content: "\e0d3"; }

.ABdev_icon-streamline-mail-minus:before {
  content: "\e0d4"; }

.ABdev_icon-streamline-mail-read:before {
  content: "\e0d5"; }

.ABdev_icon-streamline-mail-recieved-1:before {
  content: "\e0d6"; }

.ABdev_icon-streamline-mail-recieved-2:before {
  content: "\e0d7"; }

.ABdev_icon-streamline-mail-search-1:before {
  content: "\e0d8"; }

.ABdev_icon-streamline-mail-search-2:before {
  content: "\e0d9"; }

.ABdev_icon-streamline-mail-sent-1:before {
  content: "\e0da"; }

.ABdev_icon-streamline-mail-sent-2:before {
  content: "\e0db"; }

.ABdev_icon-streamline-mail-setting:before {
  content: "\e0dc"; }

.ABdev_icon-streamline-mail-star:before {
  content: "\e0dd"; }

.ABdev_icon-streamline-mail-sync:before {
  content: "\e0de"; }

.ABdev_icon-streamline-mail-time:before {
  content: "\e0df"; }

.ABdev_icon-streamline-outbox-1:before {
  content: "\e0e0"; }

.ABdev_icon-streamline-outbox-2:before {
  content: "\e0e1"; }

.ABdev_icon-streamline-plane-paper-1:before {
  content: "\e0e2"; }

.ABdev_icon-streamline-plane-paper-2:before {
  content: "\e0e3"; }

.ABdev_icon-streamline-reply-mail-1:before {
  content: "\e0e4"; }

.ABdev_icon-streamline-reply-mail-2:before {
  content: "\e0e5"; }

.ABdev_icon-streamline-connection-1:before {
  content: "\e0e6"; }

.ABdev_icon-streamline-connection-2:before {
  content: "\e0e7"; }

.ABdev_icon-streamline-connection-3:before {
  content: "\e0e8"; }

.ABdev_icon-streamline-contacts-1:before {
  content: "\e0e9"; }

.ABdev_icon-streamline-contacts-2:before {
  content: "\e0ea"; }

.ABdev_icon-streamline-contacts-3:before {
  content: "\e0eb"; }

.ABdev_icon-streamline-contacts-4:before {
  content: "\e0ec"; }

.ABdev_icon-streamline-female:before {
  content: "\e0ed"; }

.ABdev_icon-streamline-gender:before {
  content: "\e0ee"; }

.ABdev_icon-streamline-gender-female:before {
  content: "\e0ef"; }

.ABdev_icon-streamline-gender-male:before {
  content: "\e0f0"; }

.ABdev_icon-streamline-id-1:before {
  content: "\e0f1"; }

.ABdev_icon-streamline-id-2:before {
  content: "\e0f2"; }

.ABdev_icon-streamline-id-3:before {
  content: "\e0f3"; }

.ABdev_icon-streamline-id-4:before {
  content: "\e0f4"; }

.ABdev_icon-streamline-id-5:before {
  content: "\e0f5"; }

.ABdev_icon-streamline-id-6:before {
  content: "\e0f6"; }

.ABdev_icon-streamline-id-7:before {
  content: "\e0f7"; }

.ABdev_icon-streamline-id-8:before {
  content: "\e0f8"; }

.ABdev_icon-streamline-male:before {
  content: "\e0f9"; }

.ABdev_icon-streamline-profile-1:before {
  content: "\e0fa"; }

.ABdev_icon-streamline-profile-2:before {
  content: "\e0fb"; }

.ABdev_icon-streamline-profile-3:before {
  content: "\e0fc"; }

.ABdev_icon-streamline-profile-4:before {
  content: "\e0fd"; }

.ABdev_icon-streamline-profile-5:before {
  content: "\e0fe"; }

.ABdev_icon-streamline-profile-6:before {
  content: "\e0ff"; }

.ABdev_icon-streamline-profile-athlete:before {
  content: "\e100"; }

.ABdev_icon-streamline-profile-bussiness-man:before {
  content: "\e101"; }

.ABdev_icon-streamline-profile-cook:before {
  content: "\e102"; }

.ABdev_icon-streamline-profile-cop:before {
  content: "\e103"; }

.ABdev_icon-streamline-profile-doctor-1:before {
  content: "\e104"; }

.ABdev_icon-streamline-profile-doctor-2:before {
  content: "\e105"; }

.ABdev_icon-streamline-profile-gentleman-1:before {
  content: "\e106"; }

.ABdev_icon-streamline-profile-gentleman-2:before {
  content: "\e107"; }

.ABdev_icon-streamline-profile-graduate:before {
  content: "\e108"; }

.ABdev_icon-streamline-profile-king:before {
  content: "\e109"; }

.ABdev_icon-streamline-profile-lady-1:before {
  content: "\e10a"; }

.ABdev_icon-streamline-profile-lady-2:before {
  content: "\e10b"; }

.ABdev_icon-streamline-profile-man:before {
  content: "\e10c"; }

.ABdev_icon-streamline-profile-nurse-1:before {
  content: "\e10d"; }

.ABdev_icon-streamline-profile-nurse-2:before {
  content: "\e10e"; }

.ABdev_icon-streamline-profile-prisoner:before {
  content: "\e10f"; }

.ABdev_icon-streamline-profile-serviceman-1:before {
  content: "\e110"; }

.ABdev_icon-streamline-profile-serviceman-2:before {
  content: "\e111"; }

.ABdev_icon-streamline-profile-spy:before {
  content: "\e112"; }

.ABdev_icon-streamline-profile-teacher:before {
  content: "\e113"; }

.ABdev_icon-streamline-profile-thief:before {
  content: "\e114"; }

.ABdev_icon-streamline-user-1:before {
  content: "\e115"; }

.ABdev_icon-streamline-user-2:before {
  content: "\e116"; }

.ABdev_icon-streamline-user-add-1:before {
  content: "\e117"; }

.ABdev_icon-streamline-user-add-2:before {
  content: "\e118"; }

.ABdev_icon-streamline-user-block-1:before {
  content: "\e119"; }

.ABdev_icon-streamline-user-block-2:before {
  content: "\e11a"; }

.ABdev_icon-streamline-user-checked-1:before {
  content: "\e11b"; }

.ABdev_icon-streamline-user-checked-2:before {
  content: "\e11c"; }

.ABdev_icon-streamline-user-delete-1:before {
  content: "\e11d"; }

.ABdev_icon-streamline-user-delete-2:before {
  content: "\e11e"; }

.ABdev_icon-streamline-user-edit-1:before {
  content: "\e11f"; }

.ABdev_icon-streamline-user-edit-2:before {
  content: "\e120"; }

.ABdev_icon-streamline-user-heart-1:before {
  content: "\e121"; }

.ABdev_icon-streamline-user-heart-2:before {
  content: "\e122"; }

.ABdev_icon-streamline-user-lock:before {
  content: "\e123"; }

.ABdev_icon-streamline-user-lock-1:before {
  content: "\e124"; }

.ABdev_icon-streamline-user-minus-1:before {
  content: "\e125"; }

.ABdev_icon-streamline-user-minus-2:before {
  content: "\e126"; }

.ABdev_icon-streamline-user-search-1:before {
  content: "\e127"; }

.ABdev_icon-streamline-user-search-2:before {
  content: "\e128"; }

.ABdev_icon-streamline-user-setting-1:before {
  content: "\e129"; }

.ABdev_icon-streamline-user-setting-2:before {
  content: "\e12a"; }

.ABdev_icon-streamline-user-star-1:before {
  content: "\e12b"; }

.ABdev_icon-streamline-user-star-2:before {
  content: "\e12c"; }

.ABdev_icon-streamline-basket-1:before {
  content: "\e12d"; }

.ABdev_icon-streamline-basket-2:before {
  content: "\e12e"; }

.ABdev_icon-streamline-basket-3:before {
  content: "\e12f"; }

.ABdev_icon-streamline-basket-add:before {
  content: "\e130"; }

.ABdev_icon-streamline-basket-minus:before {
  content: "\e131"; }

.ABdev_icon-streamline-briefcase-2:before {
  content: "\e132"; }

.ABdev_icon-streamline-cart-1:before {
  content: "\e133"; }

.ABdev_icon-streamline-cart-2:before {
  content: "\e134"; }

.ABdev_icon-streamline-cart-3:before {
  content: "\e135"; }

.ABdev_icon-streamline-cart-4:before {
  content: "\e136"; }

.ABdev_icon-streamline-cut:before {
  content: "\e137"; }

.ABdev_icon-streamline-hand-bag-1:before {
  content: "\e138"; }

.ABdev_icon-streamline-hand-bag-2:before {
  content: "\e139"; }

.ABdev_icon-streamline-purse-1:before {
  content: "\e13a"; }

.ABdev_icon-streamline-purse-2:before {
  content: "\e13b"; }

.ABdev_icon-streamline-qr-code:before {
  content: "\e13c"; }

.ABdev_icon-streamline-receipt-1:before {
  content: "\e13d"; }

.ABdev_icon-streamline-receipt-2:before {
  content: "\e13e"; }

.ABdev_icon-streamline-receipt-3:before {
  content: "\e13f"; }

.ABdev_icon-streamline-receipt-4:before {
  content: "\e140"; }

.ABdev_icon-streamline-shopping-1:before {
  content: "\e141"; }

.ABdev_icon-streamline-shopping-bag-1:before {
  content: "\e142"; }

.ABdev_icon-streamline-shopping-bag-2:before {
  content: "\e143"; }

.ABdev_icon-streamline-shopping-bag-3:before {
  content: "\e144"; }

.ABdev_icon-streamline-sign-new-1:before {
  content: "\e145"; }

.ABdev_icon-streamline-sign-new-2:before {
  content: "\e146"; }

.ABdev_icon-streamline-sign-park:before {
  content: "\e147"; }

.ABdev_icon-streamline-sign-star:before {
  content: "\e148"; }

.ABdev_icon-streamline-trolley-1:before {
  content: "\e149"; }

.ABdev_icon-streamline-trolley-2:before {
  content: "\e14a"; }

.ABdev_icon-streamline-trolley-3:before {
  content: "\e14b"; }

.ABdev_icon-streamline-trolley-load:before {
  content: "\e14c"; }

.ABdev_icon-streamline-trolley-off:before {
  content: "\e14d"; }

.ABdev_icon-streamline-wallet-1:before {
  content: "\e14e"; }

.ABdev_icon-streamline-wallet-2:before {
  content: "\e14f"; }

.ABdev_icon-streamline-wallet-3:before {
  content: "\e150"; }

.ABdev_icon-streamline-camera-1:before {
  content: "\e151"; }

.ABdev_icon-streamline-camera-2:before {
  content: "\e152"; }

.ABdev_icon-streamline-camera-3:before {
  content: "\e153"; }

.ABdev_icon-streamline-camera-4:before {
  content: "\e154"; }

.ABdev_icon-streamline-camera-5:before {
  content: "\e155"; }

.ABdev_icon-streamline-camera-back:before {
  content: "\e156"; }

.ABdev_icon-streamline-camera-focus:before {
  content: "\e157"; }

.ABdev_icon-streamline-camera-frames:before {
  content: "\e158"; }

.ABdev_icon-streamline-camera-front:before {
  content: "\e159"; }

.ABdev_icon-streamline-camera-graph-1:before {
  content: "\e15a"; }

.ABdev_icon-streamline-camera-graph-2:before {
  content: "\e15b"; }

.ABdev_icon-streamline-camera-landscape:before {
  content: "\e15c"; }

.ABdev_icon-streamline-camera-lens-1:before {
  content: "\e15d"; }

.ABdev_icon-streamline-camera-lens-2:before {
  content: "\e15e"; }

.ABdev_icon-streamline-camera-light:before {
  content: "\e15f"; }

.ABdev_icon-streamline-camera-portrait:before {
  content: "\e160"; }

.ABdev_icon-streamline-camera-view:before {
  content: "\e161"; }

.ABdev_icon-streamline-film-1:before {
  content: "\e162"; }

.ABdev_icon-streamline-film-2:before {
  content: "\e163"; }

.ABdev_icon-streamline-photo-1:before {
  content: "\e164"; }

.ABdev_icon-streamline-photo-2:before {
  content: "\e165"; }

.ABdev_icon-streamline-photo-frame:before {
  content: "\e166"; }

.ABdev_icon-streamline-photos-1:before {
  content: "\e167"; }

.ABdev_icon-streamline-photos-2:before {
  content: "\e168"; }

.ABdev_icon-streamline-polaroid:before {
  content: "\e169"; }

.ABdev_icon-streamline-signal-camera-1:before {
  content: "\e16a"; }

.ABdev_icon-streamline-signal-camera-2:before {
  content: "\e16b"; }

.ABdev_icon-streamline-user-photo:before {
  content: "\e16c"; }

.ABdev_icon-streamline-backward-1:before {
  content: "\e16d"; }

.ABdev_icon-streamline-dvd-player:before {
  content: "\e16e"; }

.ABdev_icon-streamline-eject-1:before {
  content: "\e16f"; }

.ABdev_icon-streamline-film-3:before {
  content: "\e170"; }

.ABdev_icon-streamline-forward-1:before {
  content: "\e171"; }

.ABdev_icon-streamline-handy-cam:before {
  content: "\e172"; }

.ABdev_icon-streamline-movie-play-1:before {
  content: "\e173"; }

.ABdev_icon-streamline-movie-play-2:before {
  content: "\e174"; }

.ABdev_icon-streamline-movie-play-3:before {
  content: "\e175"; }

.ABdev_icon-streamline-next-1:before {
  content: "\e176"; }

.ABdev_icon-streamline-pause-1:before {
  content: "\e177"; }

.ABdev_icon-streamline-play-1:before {
  content: "\e178"; }

.ABdev_icon-streamline-player:before {
  content: "\e179"; }

.ABdev_icon-streamline-previous-1:before {
  content: "\e17a"; }

.ABdev_icon-streamline-record-1:before {
  content: "\e17b"; }

.ABdev_icon-streamline-slate:before {
  content: "\e17c"; }

.ABdev_icon-streamline-stop-1:before {
  content: "\e17d"; }

.ABdev_icon-streamline-television:before {
  content: "\e17e"; }

.ABdev_icon-streamline-video-camera-1:before {
  content: "\e17f"; }

.ABdev_icon-streamline-video-camera-2:before {
  content: "\e180"; }

.ABdev_icon-streamline-backward-2:before {
  content: "\e181"; }

.ABdev_icon-streamline-cd:before {
  content: "\e182"; }

.ABdev_icon-streamline-eject-2:before {
  content: "\e183"; }

.ABdev_icon-streamline-equalizer-1:before {
  content: "\e184"; }

.ABdev_icon-streamline-equalizer-2:before {
  content: "\e185"; }

.ABdev_icon-streamline-forward-2:before {
  content: "\e186"; }

.ABdev_icon-streamline-gramophone:before {
  content: "\e187"; }

.ABdev_icon-streamline-gramophone-record:before {
  content: "\e188"; }

.ABdev_icon-streamline-guitar:before {
  content: "\e189"; }

.ABdev_icon-streamline-headphone-1:before {
  content: "\e18a"; }

.ABdev_icon-streamline-headphone-2:before {
  content: "\e18b"; }

.ABdev_icon-streamline-microphone-1:before {
  content: "\e18c"; }

.ABdev_icon-streamline-microphone-2:before {
  content: "\e18d"; }

.ABdev_icon-streamline-microphone-3:before {
  content: "\e18e"; }

.ABdev_icon-streamline-movie-play-4:before {
  content: "\e18f"; }

.ABdev_icon-streamline-music-note-1:before {
  content: "\e190"; }

.ABdev_icon-streamline-music-note-3:before {
  content: "\e191"; }

.ABdev_icon-streamline-music-note-4:before {
  content: "\e192"; }

.ABdev_icon-streamline-music-note-5:before {
  content: "\e193"; }

.ABdev_icon-streamline-next-2:before {
  content: "\e194"; }

.ABdev_icon-streamline-notes-1:before {
  content: "\e195"; }

.ABdev_icon-streamline-notes-2:before {
  content: "\e196"; }

.ABdev_icon-streamline-pause-2:before {
  content: "\e197"; }

.ABdev_icon-streamline-piano:before {
  content: "\e198"; }

.ABdev_icon-streamline-play-2:before {
  content: "\e199"; }

.ABdev_icon-streamline-playlist:before {
  content: "\e19a"; }

.ABdev_icon-streamline-previous-2:before {
  content: "\e19b"; }

.ABdev_icon-streamline-radio-1:before {
  content: "\e19c"; }

.ABdev_icon-streamline-radio-2:before {
  content: "\e19d"; }

.ABdev_icon-streamline-record-2:before {
  content: "\e19e"; }

.ABdev_icon-streamline-recorder:before {
  content: "\e19f"; }

.ABdev_icon-streamline-saxophone:before {
  content: "\e1a0"; }

.ABdev_icon-streamline-speaker-1:before {
  content: "\e1a1"; }

.ABdev_icon-streamline-speaker-2:before {
  content: "\e1a2"; }

.ABdev_icon-streamline-speaker-3:before {
  content: "\e1a3"; }

.ABdev_icon-streamline-stop-2:before {
  content: "\e1a4"; }

.ABdev_icon-streamline-tape-1:before {
  content: "\e1a5"; }

.ABdev_icon-streamline-trumpet:before {
  content: "\e1a6"; }

.ABdev_icon-streamline-volume-down-1:before {
  content: "\e1a7"; }

.ABdev_icon-streamline-volume-down-2:before {
  content: "\e1a8"; }

.ABdev_icon-streamline-volume-loud-1:before {
  content: "\e1a9"; }

.ABdev_icon-streamline-volume-loud-2:before {
  content: "\e1aa"; }

.ABdev_icon-streamline-volume-low-1:before {
  content: "\e1ab"; }

.ABdev_icon-streamline-volume-low-2:before {
  content: "\e1ac"; }

.ABdev_icon-streamline-volume-medium-1:before {
  content: "\e1ad"; }

.ABdev_icon-streamline-volume-medium-2:before {
  content: "\e1ae"; }

.ABdev_icon-streamline-volume-mute-1:before {
  content: "\e1af"; }

.ABdev_icon-streamline-volume-mute-2:before {
  content: "\e1b0"; }

.ABdev_icon-streamline-volume-mute-3:before {
  content: "\e1b1"; }

.ABdev_icon-streamline-volume-up-1:before {
  content: "\e1b2"; }

.ABdev_icon-streamline-volume-up-2:before {
  content: "\e1b3"; }

.ABdev_icon-streamline-walkman:before {
  content: "\e1b4"; }

.ABdev_icon-streamline-cloud:before {
  content: "\e1b5"; }

.ABdev_icon-streamline-cloud-add:before {
  content: "\e1b6"; }

.ABdev_icon-streamline-cloud-checked:before {
  content: "\e1b7"; }

.ABdev_icon-streamline-cloud-delete:before {
  content: "\e1b8"; }

.ABdev_icon-streamline-cloud-download:before {
  content: "\e1b9"; }

.ABdev_icon-streamline-cloud-minus:before {
  content: "\e1ba"; }

.ABdev_icon-streamline-cloud-refresh:before {
  content: "\e1bb"; }

.ABdev_icon-streamline-cloud-sync:before {
  content: "\e1bc"; }

.ABdev_icon-streamline-cloud-upload:before {
  content: "\e1bd"; }

.ABdev_icon-streamline-download-1:before {
  content: "\e1be"; }

.ABdev_icon-streamline-download-2:before {
  content: "\e1bf"; }

.ABdev_icon-streamline-download-3:before {
  content: "\e1c0"; }

.ABdev_icon-streamline-download-4:before {
  content: "\e1c1"; }

.ABdev_icon-streamline-download-5:before {
  content: "\e1c2"; }

.ABdev_icon-streamline-download-6:before {
  content: "\e1c3"; }

.ABdev_icon-streamline-download-7:before {
  content: "\e1c4"; }

.ABdev_icon-streamline-download-8:before {
  content: "\e1c5"; }

.ABdev_icon-streamline-download-9:before {
  content: "\e1c6"; }

.ABdev_icon-streamline-download-10:before {
  content: "\e1c7"; }

.ABdev_icon-streamline-download-11:before {
  content: "\e1c8"; }

.ABdev_icon-streamline-download-12:before {
  content: "\e1c9"; }

.ABdev_icon-streamline-download-13:before {
  content: "\e1ca"; }

.ABdev_icon-streamline-download-14:before {
  content: "\e1cb"; }

.ABdev_icon-streamline-download-15:before {
  content: "\e1cc"; }

.ABdev_icon-streamline-download-file:before {
  content: "\e1cd"; }

.ABdev_icon-streamline-download-folder:before {
  content: "\e1ce"; }

.ABdev_icon-streamline-goal-1:before {
  content: "\e1cf"; }

.ABdev_icon-streamline-goal-2:before {
  content: "\e1d0"; }

.ABdev_icon-streamline-transfer-1:before {
  content: "\e1d1"; }

.ABdev_icon-streamline-transfer-2:before {
  content: "\e1d2"; }

.ABdev_icon-streamline-transfer-3:before {
  content: "\e1d3"; }

.ABdev_icon-streamline-transfer-4:before {
  content: "\e1d4"; }

.ABdev_icon-streamline-transfer-5:before {
  content: "\e1d5"; }

.ABdev_icon-streamline-transfer-6:before {
  content: "\e1d6"; }

.ABdev_icon-streamline-transfer-7:before {
  content: "\e1d7"; }

.ABdev_icon-streamline-transfer-8:before {
  content: "\e1d8"; }

.ABdev_icon-streamline-transfer-9:before {
  content: "\e1d9"; }

.ABdev_icon-streamline-transfer-10:before {
  content: "\e1da"; }

.ABdev_icon-streamline-transfer-11:before {
  content: "\e1db"; }

.ABdev_icon-streamline-transfer-12:before {
  content: "\e1dc"; }

.ABdev_icon-streamline-upload-1:before {
  content: "\e1dd"; }

.ABdev_icon-streamline-upload-2:before {
  content: "\e1de"; }

.ABdev_icon-streamline-upload-3:before {
  content: "\e1df"; }

.ABdev_icon-streamline-upload-4:before {
  content: "\e1e0"; }

.ABdev_icon-streamline-upload-5:before {
  content: "\e1e1"; }

.ABdev_icon-streamline-upload-6:before {
  content: "\e1e2"; }

.ABdev_icon-streamline-upload-7:before {
  content: "\e1e3"; }

.ABdev_icon-streamline-upload-8:before {
  content: "\e1e4"; }

.ABdev_icon-streamline-upload-9:before {
  content: "\e1e5"; }

.ABdev_icon-streamline-upload-10:before {
  content: "\e1e6"; }

.ABdev_icon-streamline-upload-11:before {
  content: "\e1e7"; }

.ABdev_icon-streamline-upload-12:before {
  content: "\e1e8"; }

.ABdev_icon-streamline-clipboard-1:before {
  content: "\e1e9"; }

.ABdev_icon-streamline-clipboard-2:before {
  content: "\e1ea"; }

.ABdev_icon-streamline-clipboard-3:before {
  content: "\e1eb"; }

.ABdev_icon-streamline-clipboard-add:before {
  content: "\e1ec"; }

.ABdev_icon-streamline-clipboard-block:before {
  content: "\e1ed"; }

.ABdev_icon-streamline-clipboard-checked:before {
  content: "\e1ee"; }

.ABdev_icon-streamline-clipboard-delete:before {
  content: "\e1ef"; }

.ABdev_icon-streamline-clipboard-edit:before {
  content: "\e1f0"; }

.ABdev_icon-streamline-clipboard-minus:before {
  content: "\e1f1"; }

.ABdev_icon-streamline-document-1:before {
  content: "\e1f2"; }

.ABdev_icon-streamline-document-2:before {
  content: "\e1f3"; }

.ABdev_icon-streamline-file-1:before {
  content: "\e1f4"; }

.ABdev_icon-streamline-file-2:before {
  content: "\e1f5"; }

.ABdev_icon-streamline-file-add:before {
  content: "\e1f6"; }

.ABdev_icon-streamline-file-attention:before {
  content: "\e1f7"; }

.ABdev_icon-streamline-file-block:before {
  content: "\e1f8"; }

.ABdev_icon-streamline-file-bookmark:before {
  content: "\e1f9"; }

.ABdev_icon-streamline-file-checked:before {
  content: "\e1fa"; }

.ABdev_icon-streamline-file-code:before {
  content: "\e1fb"; }

.ABdev_icon-streamline-file-delete:before {
  content: "\e1fc"; }

.ABdev_icon-streamline-file-download:before {
  content: "\e1fd"; }

.ABdev_icon-streamline-file-edit:before {
  content: "\e1fe"; }

.ABdev_icon-streamline-file-favorite-1:before {
  content: "\e1ff"; }

.ABdev_icon-streamline-file-favorite-2:before {
  content: "\e200"; }

.ABdev_icon-streamline-file-graph-1:before {
  content: "\e201"; }

.ABdev_icon-streamline-file-graph-2:before {
  content: "\e202"; }

.ABdev_icon-streamline-file-home:before {
  content: "\e203"; }

.ABdev_icon-streamline-file-image-1:before {
  content: "\e204"; }

.ABdev_icon-streamline-file-image-2:before {
  content: "\e205"; }

.ABdev_icon-streamline-file-list:before {
  content: "\e206"; }

.ABdev_icon-streamline-file-lock:before {
  content: "\e207"; }

.ABdev_icon-streamline-file-media:before {
  content: "\e208"; }

.ABdev_icon-streamline-file-minus:before {
  content: "\e209"; }

.ABdev_icon-streamline-file-music:before {
  content: "\e20a"; }

.ABdev_icon-streamline-file-new:before {
  content: "\e20b"; }

.ABdev_icon-streamline-file-registry:before {
  content: "\e20c"; }

.ABdev_icon-streamline-file-search:before {
  content: "\e20d"; }

.ABdev_icon-streamline-file-setting:before {
  content: "\e20e"; }

.ABdev_icon-streamline-file-sync:before {
  content: "\e20f"; }

.ABdev_icon-streamline-file-table:before {
  content: "\e210"; }

.ABdev_icon-streamline-file-thumbnail:before {
  content: "\e211"; }

.ABdev_icon-streamline-file-time:before {
  content: "\e212"; }

.ABdev_icon-streamline-file-transfer:before {
  content: "\e213"; }

.ABdev_icon-streamline-file-upload:before {
  content: "\e214"; }

.ABdev_icon-streamline-file-zip:before {
  content: "\e215"; }

.ABdev_icon-streamline-files-1:before {
  content: "\e216"; }

.ABdev_icon-streamline-files-2:before {
  content: "\e217"; }

.ABdev_icon-streamline-files-3:before {
  content: "\e218"; }

.ABdev_icon-streamline-files-4:before {
  content: "\e219"; }

.ABdev_icon-streamline-files-5:before {
  content: "\e21a"; }

.ABdev_icon-streamline-files-6:before {
  content: "\e21b"; }

.ABdev_icon-streamline-hand-file-1:before {
  content: "\e21c"; }

.ABdev_icon-streamline-hand-file-2:before {
  content: "\e21d"; }

.ABdev_icon-streamline-note-paper-1:before {
  content: "\e21e"; }

.ABdev_icon-streamline-note-paper-2:before {
  content: "\e21f"; }

.ABdev_icon-streamline-note-paper-add:before {
  content: "\e220"; }

.ABdev_icon-streamline-note-paper-attention:before {
  content: "\e221"; }

.ABdev_icon-streamline-note-paper-block:before {
  content: "\e222"; }

.ABdev_icon-streamline-note-paper-checked:before {
  content: "\e223"; }

.ABdev_icon-streamline-note-paper-delete:before {
  content: "\e224"; }

.ABdev_icon-streamline-note-paper-download:before {
  content: "\e225"; }

.ABdev_icon-streamline-note-paper-edit:before {
  content: "\e226"; }

.ABdev_icon-streamline-note-paper-favorite:before {
  content: "\e227"; }

.ABdev_icon-streamline-note-paper-lock:before {
  content: "\e228"; }

.ABdev_icon-streamline-note-paper-minus:before {
  content: "\e229"; }

.ABdev_icon-streamline-note-paper-search:before {
  content: "\e22a"; }

.ABdev_icon-streamline-note-paper-sync:before {
  content: "\e22b"; }

.ABdev_icon-streamline-note-paper-upload:before {
  content: "\e22c"; }

.ABdev_icon-streamline-print:before {
  content: "\e22d"; }

.ABdev_icon-streamline-folder-1:before {
  content: "\e22e"; }

.ABdev_icon-streamline-folder-2:before {
  content: "\e22f"; }

.ABdev_icon-streamline-folder-3:before {
  content: "\e230"; }

.ABdev_icon-streamline-folder-4:before {
  content: "\e231"; }

.ABdev_icon-streamline-folder-add:before {
  content: "\e232"; }

.ABdev_icon-streamline-folder-attention:before {
  content: "\e233"; }

.ABdev_icon-streamline-folder-block:before {
  content: "\e234"; }

.ABdev_icon-streamline-folder-bookmark:before {
  content: "\e235"; }

.ABdev_icon-streamline-folder-checked:before {
  content: "\e236"; }

.ABdev_icon-streamline-folder-code:before {
  content: "\e237"; }

.ABdev_icon-streamline-folder-delete:before {
  content: "\e238"; }

.ABdev_icon-streamline-folder-download:before {
  content: "\e239"; }

.ABdev_icon-streamline-folder-edit:before {
  content: "\e23a"; }

.ABdev_icon-streamline-folder-favorite:before {
  content: "\e23b"; }

.ABdev_icon-streamline-folder-home:before {
  content: "\e23c"; }

.ABdev_icon-streamline-folder-image:before {
  content: "\e23d"; }

.ABdev_icon-streamline-folder-lock:before {
  content: "\e23e"; }

.ABdev_icon-streamline-folder-media:before {
  content: "\e23f"; }

.ABdev_icon-streamline-folder-minus:before {
  content: "\e240"; }

.ABdev_icon-streamline-folder-music:before {
  content: "\e241"; }

.ABdev_icon-streamline-folder-new:before {
  content: "\e242"; }

.ABdev_icon-streamline-folder-search:before {
  content: "\e243"; }

.ABdev_icon-streamline-folder-setting:before {
  content: "\e244"; }

.ABdev_icon-streamline-folder-share-1:before {
  content: "\e245"; }

.ABdev_icon-streamline-folder-share-2:before {
  content: "\e246"; }

.ABdev_icon-streamline-folder-sync:before {
  content: "\e247"; }

.ABdev_icon-streamline-folder-transfer:before {
  content: "\e248"; }

.ABdev_icon-streamline-folder-upload:before {
  content: "\e249"; }

.ABdev_icon-streamline-folder-zip:before {
  content: "\e24a"; }

.ABdev_icon-streamline-add-1:before {
  content: "\e24b"; }

.ABdev_icon-streamline-add-2:before {
  content: "\e24c"; }

.ABdev_icon-streamline-add-3:before {
  content: "\e24d"; }

.ABdev_icon-streamline-add-4:before {
  content: "\e24e"; }

.ABdev_icon-streamline-add-tag:before {
  content: "\e24f"; }

.ABdev_icon-streamline-arrow-1:before {
  content: "\e250"; }

.ABdev_icon-streamline-arrow-2:before {
  content: "\e251"; }

.ABdev_icon-streamline-arrow-down-1:before {
  content: "\e252"; }

.ABdev_icon-streamline-arrow-down-2:before {
  content: "\e253"; }

.ABdev_icon-streamline-arrow-left-1:before {
  content: "\e254"; }

.ABdev_icon-streamline-arrow-left-2:before {
  content: "\e255"; }

.ABdev_icon-streamline-arrow-move-1:before {
  content: "\e256"; }

.ABdev_icon-streamline-arrow-move-down:before {
  content: "\e257"; }

.ABdev_icon-streamline-arrow-move-left:before {
  content: "\e258"; }

.ABdev_icon-streamline-arrow-move-right:before {
  content: "\e259"; }

.ABdev_icon-streamline-arrow-move-up:before {
  content: "\e25a"; }

.ABdev_icon-streamline-arrow-right-1:before {
  content: "\e25b"; }

.ABdev_icon-streamline-arrow-right-2:before {
  content: "\e25c"; }

.ABdev_icon-streamline-arrow-up-1:before {
  content: "\e25d"; }

.ABdev_icon-streamline-arrow-up-2:before {
  content: "\e25e"; }

.ABdev_icon-streamline-back:before {
  content: "\e25f"; }

.ABdev_icon-streamline-center-expand:before {
  content: "\e260"; }

.ABdev_icon-streamline-center-reduce:before {
  content: "\e261"; }

.ABdev_icon-streamline-delete-1-1:before {
  content: "\e262"; }

.ABdev_icon-streamline-delete-2-1:before {
  content: "\e263"; }

.ABdev_icon-streamline-delete-3:before {
  content: "\e264"; }

.ABdev_icon-streamline-delete-4:before {
  content: "\e265"; }

.ABdev_icon-streamline-delete-tag:before {
  content: "\e266"; }

.ABdev_icon-streamline-expand-horizontal:before {
  content: "\e267"; }

.ABdev_icon-streamline-expand-vertical:before {
  content: "\e268"; }

.ABdev_icon-streamline-forward-3:before {
  content: "\e269"; }

.ABdev_icon-streamline-infinity:before {
  content: "\e26a"; }

.ABdev_icon-streamline-loading:before {
  content: "\e26b"; }

.ABdev_icon-streamline-log-out-1:before {
  content: "\e26c"; }

.ABdev_icon-streamline-loop-1:before {
  content: "\e26d"; }

.ABdev_icon-streamline-loop-2:before {
  content: "\e26e"; }

.ABdev_icon-streamline-loop-3:before {
  content: "\e26f"; }

.ABdev_icon-streamline-minus-1:before {
  content: "\e270"; }

.ABdev_icon-streamline-minus-2:before {
  content: "\e271"; }

.ABdev_icon-streamline-minus-3:before {
  content: "\e272"; }

.ABdev_icon-streamline-minus-4:before {
  content: "\e273"; }

.ABdev_icon-streamline-minus-tag:before {
  content: "\e274"; }

.ABdev_icon-streamline-move-diagonal-1:before {
  content: "\e275"; }

.ABdev_icon-streamline-move-diagonal-2:before {
  content: "\e276"; }

.ABdev_icon-streamline-move-horizontal-1:before {
  content: "\e277"; }

.ABdev_icon-streamline-move-horizontal-2:before {
  content: "\e278"; }

.ABdev_icon-streamline-move-vertical-1:before {
  content: "\e279"; }

.ABdev_icon-streamline-move-vertical-2:before {
  content: "\e27a"; }

.ABdev_icon-streamline-next-1-1:before {
  content: "\e27b"; }

.ABdev_icon-streamline-next-2-1:before {
  content: "\e27c"; }

.ABdev_icon-streamline-power-1-1:before {
  content: "\e27d"; }

.ABdev_icon-streamline-power-2-1:before {
  content: "\e27e"; }

.ABdev_icon-streamline-power-3:before {
  content: "\e27f"; }

.ABdev_icon-streamline-power-4:before {
  content: "\e280"; }

.ABdev_icon-streamline-power-5:before {
  content: "\e281"; }

.ABdev_icon-streamline-recycle:before {
  content: "\e282"; }

.ABdev_icon-streamline-refresh:before {
  content: "\e283"; }

.ABdev_icon-streamline-repeat:before {
  content: "\e284"; }

.ABdev_icon-streamline-return:before {
  content: "\e285"; }

.ABdev_icon-streamline-scale-all-1:before {
  content: "\e286"; }

.ABdev_icon-streamline-scale-center:before {
  content: "\e287"; }

.ABdev_icon-streamline-scale-horizontal-1:before {
  content: "\e288"; }

.ABdev_icon-streamline-scale-horizontal-2:before {
  content: "\e289"; }

.ABdev_icon-streamline-scale-reduce-1:before {
  content: "\e28a"; }

.ABdev_icon-streamline-scale-reduce-2:before {
  content: "\e28b"; }

.ABdev_icon-streamline-scale-reduce-3:before {
  content: "\e28c"; }

.ABdev_icon-streamline-scale-spread-1:before {
  content: "\e28d"; }

.ABdev_icon-streamline-scale-spread-2:before {
  content: "\e28e"; }

.ABdev_icon-streamline-scale-spread-3:before {
  content: "\e28f"; }

.ABdev_icon-streamline-scale-vertical-1:before {
  content: "\e290"; }

.ABdev_icon-streamline-scale-vertical-2:before {
  content: "\e291"; }

.ABdev_icon-streamline-scroll-horizontal-1:before {
  content: "\e292"; }

.ABdev_icon-streamline-scroll-horizontal-2:before {
  content: "\e293"; }

.ABdev_icon-streamline-scroll-omnidirectional-1:before {
  content: "\e294"; }

.ABdev_icon-streamline-scroll-omnidirectional-2:before {
  content: "\e295"; }

.ABdev_icon-streamline-scroll-vertical-1:before {
  content: "\e296"; }

.ABdev_icon-streamline-scroll-vertical-2:before {
  content: "\e297"; }

.ABdev_icon-streamline-shuffle:before {
  content: "\e298"; }

.ABdev_icon-streamline-split:before {
  content: "\e299"; }

.ABdev_icon-streamline-sync-1:before {
  content: "\e29a"; }

.ABdev_icon-streamline-sync-2:before {
  content: "\e29b"; }

.ABdev_icon-streamline-timer:before {
  content: "\e29c"; }

.ABdev_icon-streamline-transfer:before {
  content: "\e29d"; }

.ABdev_icon-streamline-transfer-1-1:before {
  content: "\e29e"; }

.ABdev_icon-streamline-chat-1-1:before {
  content: "\e29f"; }

.ABdev_icon-streamline-chat-2-1:before {
  content: "\e2a0"; }

.ABdev_icon-streamline-check-1:before {
  content: "\e2a1"; }

.ABdev_icon-streamline-check-2:before {
  content: "\e2a2"; }

.ABdev_icon-streamline-check-3:before {
  content: "\e2a3"; }

.ABdev_icon-streamline-check-4:before {
  content: "\e2a4"; }

.ABdev_icon-streamline-check-bubble:before {
  content: "\e2a5"; }

.ABdev_icon-streamline-check-list:before {
  content: "\e2a6"; }

.ABdev_icon-streamline-check-shield:before {
  content: "\e2a7"; }

.ABdev_icon-streamline-cross-1:before {
  content: "\e2a8"; }

.ABdev_icon-streamline-cross-bubble:before {
  content: "\e2a9"; }

.ABdev_icon-streamline-cross-shield:before {
  content: "\e2aa"; }

.ABdev_icon-streamline-briefcase:before {
  content: "\e2ab"; }

.ABdev_icon-streamline-brightness-high:before {
  content: "\e2ac"; }

.ABdev_icon-streamline-brightness-low:before {
  content: "\e2ad"; }

.ABdev_icon-streamline-hammer-1:before {
  content: "\e2ae"; }

.ABdev_icon-streamline-hammer-2:before {
  content: "\e2af"; }

.ABdev_icon-streamline-pulse:before {
  content: "\e2b0"; }

.ABdev_icon-streamline-scale:before {
  content: "\e2b1"; }

.ABdev_icon-streamline-screw-driver:before {
  content: "\e2b2"; }

.ABdev_icon-streamline-setting-adjustment:before {
  content: "\e2b3"; }

.ABdev_icon-streamline-setting-gear:before {
  content: "\e2b4"; }

.ABdev_icon-streamline-setting-gears-1:before {
  content: "\e2b5"; }

.ABdev_icon-streamline-setting-gears-2:before {
  content: "\e2b6"; }

.ABdev_icon-streamline-setting-wrenches:before {
  content: "\e2b7"; }

.ABdev_icon-streamline-switch-1:before {
  content: "\e2b8"; }

.ABdev_icon-streamline-switch-2:before {
  content: "\e2b9"; }

.ABdev_icon-streamline-wrench:before {
  content: "\e2ba"; }

.ABdev_icon-streamline-alarm-1:before {
  content: "\e2bb"; }

.ABdev_icon-streamline-alarm-clock:before {
  content: "\e2bc"; }

.ABdev_icon-streamline-alarm-no:before {
  content: "\e2bd"; }

.ABdev_icon-streamline-alarm-snooze:before {
  content: "\e2be"; }

.ABdev_icon-streamline-bell:before {
  content: "\e2bf"; }

.ABdev_icon-streamline-calendar-1:before {
  content: "\e2c0"; }

.ABdev_icon-streamline-calendar-2:before {
  content: "\e2c1"; }

.ABdev_icon-streamline-clock-1:before {
  content: "\e2c2"; }

.ABdev_icon-streamline-clock-2:before {
  content: "\e2c3"; }

.ABdev_icon-streamline-clock-3:before {
  content: "\e2c4"; }

.ABdev_icon-streamline-hourglass-1:before {
  content: "\e2c5"; }

.ABdev_icon-streamline-hourglass-2:before {
  content: "\e2c6"; }

.ABdev_icon-streamline-timer-1:before {
  content: "\e2c7"; }

.ABdev_icon-streamline-timer-3-quarter-1:before {
  content: "\e2c8"; }

.ABdev_icon-streamline-timer-3-quarter-2:before {
  content: "\e2c9"; }

.ABdev_icon-streamline-timer-full-1:before {
  content: "\e2ca"; }

.ABdev_icon-streamline-timer-full-2:before {
  content: "\e2cb"; }

.ABdev_icon-streamline-timer-half-1:before {
  content: "\e2cc"; }

.ABdev_icon-streamline-timer-half-2:before {
  content: "\e2cd"; }

.ABdev_icon-streamline-timer-half-3:before {
  content: "\e2ce"; }

.ABdev_icon-streamline-timer-half-4:before {
  content: "\e2cf"; }

.ABdev_icon-streamline-timer-quarter-1:before {
  content: "\e2d0"; }

.ABdev_icon-streamline-timer-quarter-2:before {
  content: "\e2d1"; }

.ABdev_icon-streamline-watch-1:before {
  content: "\e2d2"; }

.ABdev_icon-streamline-watch-2:before {
  content: "\e2d3"; }

.ABdev_icon-streamline-alert-1:before {
  content: "\e2d4"; }

.ABdev_icon-streamline-alert-2:before {
  content: "\e2d5"; }

.ABdev_icon-streamline-alert-3:before {
  content: "\e2d6"; }

.ABdev_icon-streamline-information:before {
  content: "\e2d7"; }

.ABdev_icon-streamline-nuclear-1:before {
  content: "\e2d8"; }

.ABdev_icon-streamline-nuclear-2:before {
  content: "\e2d9"; }

.ABdev_icon-streamline-question-mark:before {
  content: "\e2da"; }

.ABdev_icon-streamline-abacus:before {
  content: "\e2db"; }

.ABdev_icon-streamline-amex-card:before {
  content: "\e2dc"; }

.ABdev_icon-streamline-atm:before {
  content: "\e2dd"; }

.ABdev_icon-streamline-balance:before {
  content: "\e2de"; }

.ABdev_icon-streamline-bank-1:before {
  content: "\e2df"; }

.ABdev_icon-streamline-bank-2:before {
  content: "\e2e0"; }

.ABdev_icon-streamline-bank-note:before {
  content: "\e2e1"; }

.ABdev_icon-streamline-bank-notes-1:before {
  content: "\e2e2"; }

.ABdev_icon-streamline-bank-notes-2:before {
  content: "\e2e3"; }

.ABdev_icon-streamline-bitcoins:before {
  content: "\e2e4"; }

.ABdev_icon-streamline-board-1:before {
  content: "\e2e5"; }

.ABdev_icon-streamline-box-1:before {
  content: "\e2e6"; }

.ABdev_icon-streamline-box-2:before {
  content: "\e2e7"; }

.ABdev_icon-streamline-box-3:before {
  content: "\e2e8"; }

.ABdev_icon-streamline-box-download:before {
  content: "\e2e9"; }

.ABdev_icon-streamline-box-shipping:before {
  content: "\e2ea"; }

.ABdev_icon-streamline-box-upload:before {
  content: "\e2eb"; }

.ABdev_icon-streamline-business-chart-1:before {
  content: "\e2ec"; }

.ABdev_icon-streamline-business-chart-2:before {
  content: "\e2ed"; }

.ABdev_icon-streamline-calculator-1:before {
  content: "\e2ee"; }

.ABdev_icon-streamline-calculator-2:before {
  content: "\e2ef"; }

.ABdev_icon-streamline-calculator-3:before {
  content: "\e2f0"; }

.ABdev_icon-streamline-cash-register:before {
  content: "\e2f1"; }

.ABdev_icon-streamline-chart-board:before {
  content: "\e2f2"; }

.ABdev_icon-streamline-chart-down:before {
  content: "\e2f3"; }

.ABdev_icon-streamline-chart-up:before {
  content: "\e2f4"; }

.ABdev_icon-streamline-check:before {
  content: "\e2f5"; }

.ABdev_icon-streamline-coins-1:before {
  content: "\e2f6"; }

.ABdev_icon-streamline-coins-2:before {
  content: "\e2f7"; }

.ABdev_icon-streamline-court:before {
  content: "\e2f8"; }

.ABdev_icon-streamline-credit-card:before {
  content: "\e2f9"; }

.ABdev_icon-streamline-credit-card-lock:before {
  content: "\e2fa"; }

.ABdev_icon-streamline-delivery:before {
  content: "\e2fb"; }

.ABdev_icon-streamline-dollar-bag:before {
  content: "\e2fc"; }

.ABdev_icon-streamline-dollar-currency-1:before {
  content: "\e2fd"; }

.ABdev_icon-streamline-dollar-currency-2:before {
  content: "\e2fe"; }

.ABdev_icon-streamline-dollar-currency-3:before {
  content: "\e2ff"; }

.ABdev_icon-streamline-dollar-currency-4:before {
  content: "\e300"; }

.ABdev_icon-streamline-euro-bag:before {
  content: "\e301"; }

.ABdev_icon-streamline-euro-currency-1:before {
  content: "\e302"; }

.ABdev_icon-streamline-euro-currency-2:before {
  content: "\e303"; }

.ABdev_icon-streamline-euro-currency-3:before {
  content: "\e304"; }

.ABdev_icon-streamline-euro-currency-4:before {
  content: "\e305"; }

.ABdev_icon-streamline-forklift:before {
  content: "\e306"; }

.ABdev_icon-streamline-hand-card:before {
  content: "\e307"; }

.ABdev_icon-streamline-hand-coin:before {
  content: "\e308"; }

.ABdev_icon-streamline-keynote:before {
  content: "\e309"; }

.ABdev_icon-streamline-master-card:before {
  content: "\e30a"; }

.ABdev_icon-streamline-money:before {
  content: "\e30b"; }

.ABdev_icon-streamline-parking-meter:before {
  content: "\e30c"; }

.ABdev_icon-streamline-percent-1:before {
  content: "\e30d"; }

.ABdev_icon-streamline-percent-2:before {
  content: "\e30e"; }

.ABdev_icon-streamline-percent-3:before {
  content: "\e30f"; }

.ABdev_icon-streamline-percent-4:before {
  content: "\e310"; }

.ABdev_icon-streamline-percent-5:before {
  content: "\e311"; }

.ABdev_icon-streamline-percent-up:before {
  content: "\e312"; }

.ABdev_icon-streamline-pie-chart-1:before {
  content: "\e313"; }

.ABdev_icon-streamline-pie-chart-2:before {
  content: "\e314"; }

.ABdev_icon-streamline-piggy-bank:before {
  content: "\e315"; }

.ABdev_icon-streamline-pound-currency-1:before {
  content: "\e316"; }

.ABdev_icon-streamline-pound-currency-2:before {
  content: "\e317"; }

.ABdev_icon-streamline-pound-currency-3:before {
  content: "\e318"; }

.ABdev_icon-streamline-pound-currency-4:before {
  content: "\e319"; }

.ABdev_icon-streamline-safe-1:before {
  content: "\e31a"; }

.ABdev_icon-streamline-safe-2:before {
  content: "\e31b"; }

.ABdev_icon-streamline-shop:before {
  content: "\e31c"; }

.ABdev_icon-streamline-sign:before {
  content: "\e31d"; }

.ABdev_icon-streamline-trolley:before {
  content: "\e31e"; }

.ABdev_icon-streamline-truck-1:before {
  content: "\e31f"; }

.ABdev_icon-streamline-truck-2:before {
  content: "\e320"; }

.ABdev_icon-streamline-visa-card:before {
  content: "\e321"; }

.ABdev_icon-streamline-yen-currency-1:before {
  content: "\e322"; }

.ABdev_icon-streamline-yen-currency-2:before {
  content: "\e323"; }

.ABdev_icon-streamline-yen-currency-3:before {
  content: "\e324"; }

.ABdev_icon-streamline-yen-currency-4:before {
  content: "\e325"; }

.ABdev_icon-streamline-add-marker-1:before {
  content: "\e326"; }

.ABdev_icon-streamline-add-marker-2:before {
  content: "\e327"; }

.ABdev_icon-streamline-add-marker-3:before {
  content: "\e328"; }

.ABdev_icon-streamline-add-marker-4:before {
  content: "\e329"; }

.ABdev_icon-streamline-add-marker-5:before {
  content: "\e32a"; }

.ABdev_icon-streamline-compass-1:before {
  content: "\e32b"; }

.ABdev_icon-streamline-compass-2:before {
  content: "\e32c"; }

.ABdev_icon-streamline-compass-3:before {
  content: "\e32d"; }

.ABdev_icon-streamline-delete-marker-1:before {
  content: "\e32e"; }

.ABdev_icon-streamline-delete-marker-2:before {
  content: "\e32f"; }

.ABdev_icon-streamline-delete-marker-3:before {
  content: "\e330"; }

.ABdev_icon-streamline-delete-marker-4:before {
  content: "\e331"; }

.ABdev_icon-streamline-delete-marker-5:before {
  content: "\e332"; }

.ABdev_icon-streamline-favorite-marker:before {
  content: "\e333"; }

.ABdev_icon-streamline-favorite-marker-1:before {
  content: "\e334"; }

.ABdev_icon-streamline-favorite-marker-2:before {
  content: "\e335"; }

.ABdev_icon-streamline-favorite-marker-3:before {
  content: "\e336"; }

.ABdev_icon-streamline-globe:before {
  content: "\e337"; }

.ABdev_icon-streamline-location:before {
  content: "\e338"; }

.ABdev_icon-streamline-map-1:before {
  content: "\e339"; }

.ABdev_icon-streamline-map-location:before {
  content: "\e33a"; }

.ABdev_icon-streamline-map-marker-1:before {
  content: "\e33b"; }

.ABdev_icon-streamline-map-marker-2:before {
  content: "\e33c"; }

.ABdev_icon-streamline-map-marker-3:before {
  content: "\e33d"; }

.ABdev_icon-streamline-map-marker-4:before {
  content: "\e33e"; }

.ABdev_icon-streamline-map-pin:before {
  content: "\e33f"; }

.ABdev_icon-streamline-map-pin-marker:before {
  content: "\e340"; }

.ABdev_icon-streamline-marker-1:before {
  content: "\e341"; }

.ABdev_icon-streamline-marker-2:before {
  content: "\e342"; }

.ABdev_icon-streamline-marker-3:before {
  content: "\e343"; }

.ABdev_icon-streamline-marker-4:before {
  content: "\e344"; }

.ABdev_icon-streamline-minus-marker-1:before {
  content: "\e345"; }

.ABdev_icon-streamline-minus-marker-2:before {
  content: "\e346"; }

.ABdev_icon-streamline-minus-marker-3:before {
  content: "\e347"; }

.ABdev_icon-streamline-minus-marker-4:before {
  content: "\e348"; }

.ABdev_icon-streamline-pin-1-1:before {
  content: "\e349"; }

.ABdev_icon-streamline-pin-2-1:before {
  content: "\e34a"; }

.ABdev_icon-streamline-pin-location:before {
  content: "\e34b"; }

.ABdev_icon-streamline-anchor:before {
  content: "\e34c"; }

.ABdev_icon-streamline-bank:before {
  content: "\e34d"; }

.ABdev_icon-streamline-beach:before {
  content: "\e34e"; }

.ABdev_icon-streamline-boat:before {
  content: "\e34f"; }

.ABdev_icon-streamline-building-1:before {
  content: "\e350"; }

.ABdev_icon-streamline-building-2:before {
  content: "\e351"; }

.ABdev_icon-streamline-building-3:before {
  content: "\e352"; }

.ABdev_icon-streamline-buildings-1:before {
  content: "\e353"; }

.ABdev_icon-streamline-buildings-2:before {
  content: "\e354"; }

.ABdev_icon-streamline-buildings-3:before {
  content: "\e355"; }

.ABdev_icon-streamline-buildings-4:before {
  content: "\e356"; }

.ABdev_icon-streamline-castle:before {
  content: "\e357"; }

.ABdev_icon-streamline-column:before {
  content: "\e358"; }

.ABdev_icon-streamline-direction-sign:before {
  content: "\e359"; }

.ABdev_icon-streamline-factory:before {
  content: "\e35a"; }

.ABdev_icon-streamline-fence:before {
  content: "\e35b"; }

.ABdev_icon-streamline-garage:before {
  content: "\e35c"; }

.ABdev_icon-streamline-globe-1:before {
  content: "\e35d"; }

.ABdev_icon-streamline-globe-2:before {
  content: "\e35e"; }

.ABdev_icon-streamline-house-1:before {
  content: "\e35f"; }

.ABdev_icon-streamline-house-2:before {
  content: "\e360"; }

.ABdev_icon-streamline-house-3:before {
  content: "\e361"; }

.ABdev_icon-streamline-house-4:before {
  content: "\e362"; }

.ABdev_icon-streamline-library:before {
  content: "\e363"; }

.ABdev_icon-streamline-light-house:before {
  content: "\e364"; }

.ABdev_icon-streamline-pine-tree:before {
  content: "\e365"; }

.ABdev_icon-streamline-pisa:before {
  content: "\e366"; }

.ABdev_icon-streamline-skyscraper:before {
  content: "\e367"; }

.ABdev_icon-streamline-temple:before {
  content: "\e368"; }

.ABdev_icon-streamline-treasure-map:before {
  content: "\e369"; }

.ABdev_icon-streamline-tree:before {
  content: "\e36a"; }

.ABdev_icon-streamline-attention:before {
  content: "\e36b"; }

.ABdev_icon-streamline-bug-1:before {
  content: "\e36c"; }

.ABdev_icon-streamline-bug-2:before {
  content: "\e36d"; }

.ABdev_icon-streamline-css3:before {
  content: "\e36e"; }

.ABdev_icon-streamline-firewall:before {
  content: "\e36f"; }

.ABdev_icon-streamline-html5:before {
  content: "\e370"; }

.ABdev_icon-streamline-plugin-1:before {
  content: "\e371"; }

.ABdev_icon-streamline-plugin-2:before {
  content: "\e372"; }

.ABdev_icon-streamline-script:before {
  content: "\e373"; }

.ABdev_icon-streamline-new-window:before {
  content: "\e374"; }

.ABdev_icon-streamline-window-1:before {
  content: "\e375"; }

.ABdev_icon-streamline-window-2:before {
  content: "\e376"; }

.ABdev_icon-streamline-window-3:before {
  content: "\e377"; }

.ABdev_icon-streamline-window-add:before {
  content: "\e378"; }

.ABdev_icon-streamline-window-alert:before {
  content: "\e379"; }

.ABdev_icon-streamline-window-check:before {
  content: "\e37a"; }

.ABdev_icon-streamline-window-code-1:before {
  content: "\e37b"; }

.ABdev_icon-streamline-window-code-2:before {
  content: "\e37c"; }

.ABdev_icon-streamline-window-code-3:before {
  content: "\e37d"; }

.ABdev_icon-streamline-window-column:before {
  content: "\e37e"; }

.ABdev_icon-streamline-window-delete:before {
  content: "\e37f"; }

.ABdev_icon-streamline-window-denied:before {
  content: "\e380"; }

.ABdev_icon-streamline-window-download-1:before {
  content: "\e381"; }

.ABdev_icon-streamline-window-download-2:before {
  content: "\e382"; }

.ABdev_icon-streamline-window-edit:before {
  content: "\e383"; }

.ABdev_icon-streamline-window-favorite-1:before {
  content: "\e384"; }

.ABdev_icon-streamline-window-favorite-2:before {
  content: "\e385"; }

.ABdev_icon-streamline-window-graph-1:before {
  content: "\e386"; }

.ABdev_icon-streamline-window-graph-2:before {
  content: "\e387"; }

.ABdev_icon-streamline-window-hand:before {
  content: "\e388"; }

.ABdev_icon-streamline-window-home:before {
  content: "\e389"; }

.ABdev_icon-streamline-window-list-1:before {
  content: "\e38a"; }

.ABdev_icon-streamline-window-list-2:before {
  content: "\e38b"; }

.ABdev_icon-streamline-window-lock:before {
  content: "\e38c"; }

.ABdev_icon-streamline-window-minimize:before {
  content: "\e38d"; }

.ABdev_icon-streamline-window-minus:before {
  content: "\e38e"; }

.ABdev_icon-streamline-window-refresh:before {
  content: "\e38f"; }

.ABdev_icon-streamline-window-registry:before {
  content: "\e390"; }

.ABdev_icon-streamline-window-search:before {
  content: "\e391"; }

.ABdev_icon-streamline-window-selection-1:before {
  content: "\e392"; }

.ABdev_icon-streamline-window-selection-2:before {
  content: "\e393"; }

.ABdev_icon-streamline-window-setting:before {
  content: "\e394"; }

.ABdev_icon-streamline-window-sync:before {
  content: "\e395"; }

.ABdev_icon-streamline-window-thumbnail-1:before {
  content: "\e396"; }

.ABdev_icon-streamline-window-thumbnail-2:before {
  content: "\e397"; }

.ABdev_icon-streamline-window-time:before {
  content: "\e398"; }

.ABdev_icon-streamline-window-upload-1:before {
  content: "\e399"; }

.ABdev_icon-streamline-window-upload-2:before {
  content: "\e39a"; }

.ABdev_icon-streamline-database:before {
  content: "\e39b"; }

.ABdev_icon-streamline-database-alert:before {
  content: "\e39c"; }

.ABdev_icon-streamline-database-block:before {
  content: "\e39d"; }

.ABdev_icon-streamline-database-check:before {
  content: "\e39e"; }

.ABdev_icon-streamline-database-delete:before {
  content: "\e39f"; }

.ABdev_icon-streamline-database-download:before {
  content: "\e3a0"; }

.ABdev_icon-streamline-database-editor:before {
  content: "\e3a1"; }

.ABdev_icon-streamline-database-lock:before {
  content: "\e3a2"; }

.ABdev_icon-streamline-database-minus:before {
  content: "\e3a3"; }

.ABdev_icon-streamline-database-network:before {
  content: "\e3a4"; }

.ABdev_icon-streamline-database-plus:before {
  content: "\e3a5"; }

.ABdev_icon-streamline-database-refresh:before {
  content: "\e3a6"; }

.ABdev_icon-streamline-database-search:before {
  content: "\e3a7"; }

.ABdev_icon-streamline-database-setting:before {
  content: "\e3a8"; }

.ABdev_icon-streamline-database-sync:before {
  content: "\e3a9"; }

.ABdev_icon-streamline-database-time:before {
  content: "\e3aa"; }

.ABdev_icon-streamline-database-upload:before {
  content: "\e3ab"; }

.ABdev_icon-streamline-battery-charging:before {
  content: "\e3ac"; }

.ABdev_icon-streamline-battery-full:before {
  content: "\e3ad"; }

.ABdev_icon-streamline-battery-high:before {
  content: "\e3ae"; }

.ABdev_icon-streamline-battery-low:before {
  content: "\e3af"; }

.ABdev_icon-streamline-battery-medium:before {
  content: "\e3b0"; }

.ABdev_icon-streamline-cd-1:before {
  content: "\e3b1"; }

.ABdev_icon-streamline-cd-2:before {
  content: "\e3b2"; }

.ABdev_icon-streamline-chip:before {
  content: "\e3b3"; }

.ABdev_icon-streamline-computer:before {
  content: "\e3b4"; }

.ABdev_icon-streamline-disc:before {
  content: "\e3b5"; }

.ABdev_icon-streamline-filter:before {
  content: "\e3b6"; }

.ABdev_icon-streamline-floppy-disk:before {
  content: "\e3b7"; }

.ABdev_icon-streamline-gameboy:before {
  content: "\e3b8"; }

.ABdev_icon-streamline-harddisk-1:before {
  content: "\e3b9"; }

.ABdev_icon-streamline-harddisk-2:before {
  content: "\e3ba"; }

.ABdev_icon-streamline-imac:before {
  content: "\e3bb"; }

.ABdev_icon-streamline-ipad-1:before {
  content: "\e3bc"; }

.ABdev_icon-streamline-ipad-2:before {
  content: "\e3bd"; }

.ABdev_icon-streamline-ipod:before {
  content: "\e3be"; }

.ABdev_icon-streamline-joystick-1:before {
  content: "\e3bf"; }

.ABdev_icon-streamline-joystick-2:before {
  content: "\e3c0"; }

.ABdev_icon-streamline-joystick-3:before {
  content: "\e3c1"; }

.ABdev_icon-streamline-keyboard-1:before {
  content: "\e3c2"; }

.ABdev_icon-streamline-keyboard-2:before {
  content: "\e3c3"; }

.ABdev_icon-streamline-kindle-1:before {
  content: "\e3c4"; }

.ABdev_icon-streamline-kindle-2:before {
  content: "\e3c5"; }

.ABdev_icon-streamline-laptop-1:before {
  content: "\e3c6"; }

.ABdev_icon-streamline-laptop-2:before {
  content: "\e3c7"; }

.ABdev_icon-streamline-memory-card:before {
  content: "\e3c8"; }

.ABdev_icon-streamline-mobile-phone:before {
  content: "\e3c9"; }

.ABdev_icon-streamline-mouse-1:before {
  content: "\e3ca"; }

.ABdev_icon-streamline-mouse-2:before {
  content: "\e3cb"; }

.ABdev_icon-streamline-mp3player:before {
  content: "\e3cc"; }

.ABdev_icon-streamline-plug-1:before {
  content: "\e3cd"; }

.ABdev_icon-streamline-plug-2:before {
  content: "\e3ce"; }

.ABdev_icon-streamline-plug-slot:before {
  content: "\e3cf"; }

.ABdev_icon-streamline-printer:before {
  content: "\e3d0"; }

.ABdev_icon-streamline-projector:before {
  content: "\e3d1"; }

.ABdev_icon-streamline-remote:before {
  content: "\e3d2"; }

.ABdev_icon-streamline-router:before {
  content: "\e3d3"; }

.ABdev_icon-streamline-screen-1:before {
  content: "\e3d4"; }

.ABdev_icon-streamline-screen-2:before {
  content: "\e3d5"; }

.ABdev_icon-streamline-screen-3:before {
  content: "\e3d6"; }

.ABdev_icon-streamline-screen-4:before {
  content: "\e3d7"; }

.ABdev_icon-streamline-smartphone-1:before {
  content: "\e3d8"; }

.ABdev_icon-streamline-television-1:before {
  content: "\e3d9"; }

.ABdev_icon-streamline-typewriter-1:before {
  content: "\e3da"; }

.ABdev_icon-streamline-typewriter-2:before {
  content: "\e3db"; }

.ABdev_icon-streamline-usb-1:before {
  content: "\e3dc"; }

.ABdev_icon-streamline-usb-2:before {
  content: "\e3dd"; }

.ABdev_icon-streamline-webcam:before {
  content: "\e3de"; }

.ABdev_icon-streamline-wireless-router-1:before {
  content: "\e3df"; }

.ABdev_icon-streamline-wireless-router-2:before {
  content: "\e3e0"; }

.ABdev_icon-streamline-bluetooth:before {
  content: "\e3e1"; }

.ABdev_icon-streamline-ethernet:before {
  content: "\e3e2"; }

.ABdev_icon-streamline-ethernet-slot:before {
  content: "\e3e3"; }

.ABdev_icon-streamline-firewire-1:before {
  content: "\e3e4"; }

.ABdev_icon-streamline-firewire-2:before {
  content: "\e3e5"; }

.ABdev_icon-streamline-network-1:before {
  content: "\e3e6"; }

.ABdev_icon-streamline-network-2:before {
  content: "\e3e7"; }

.ABdev_icon-streamline-server-1:before {
  content: "\e3e8"; }

.ABdev_icon-streamline-server-2:before {
  content: "\e3e9"; }

.ABdev_icon-streamline-server-3:before {
  content: "\e3ea"; }

.ABdev_icon-streamline-usb:before {
  content: "\e3eb"; }

.ABdev_icon-streamline-wireless-signal:before {
  content: "\e3ec"; }

.ABdev_icon-streamline-book:before {
  content: "\e3ed"; }

.ABdev_icon-streamline-book-1:before {
  content: "\e3ee"; }

.ABdev_icon-streamline-book-2:before {
  content: "\e3ef"; }

.ABdev_icon-streamline-book-3:before {
  content: "\e3f0"; }

.ABdev_icon-streamline-book-4:before {
  content: "\e3f1"; }

.ABdev_icon-streamline-book-5:before {
  content: "\e3f2"; }

.ABdev_icon-streamline-book-6:before {
  content: "\e3f3"; }

.ABdev_icon-streamline-book-7:before {
  content: "\e3f4"; }

.ABdev_icon-streamline-book-download-1:before {
  content: "\e3f5"; }

.ABdev_icon-streamline-book-download-2:before {
  content: "\e3f6"; }

.ABdev_icon-streamline-book-favorite-1:before {
  content: "\e3f7"; }

.ABdev_icon-streamline-bookmark-1-1:before {
  content: "\e3f8"; }

.ABdev_icon-streamline-bookmark-2-1:before {
  content: "\e3f9"; }

.ABdev_icon-streamline-bookmark-3-1:before {
  content: "\e3fa"; }

.ABdev_icon-streamline-bookmark-4-1:before {
  content: "\e3fb"; }

.ABdev_icon-streamline-books-1:before {
  content: "\e3fc"; }

.ABdev_icon-streamline-books-2:before {
  content: "\e3fd"; }

.ABdev_icon-streamline-books-3:before {
  content: "\e3fe"; }

.ABdev_icon-streamline-briefcase-1:before {
  content: "\e3ff"; }

.ABdev_icon-streamline-contact-book-1:before {
  content: "\e400"; }

.ABdev_icon-streamline-contact-book-2:before {
  content: "\e401"; }

.ABdev_icon-streamline-contact-book-3:before {
  content: "\e402"; }

.ABdev_icon-streamline-contact-book-4:before {
  content: "\e403"; }

.ABdev_icon-streamline-copyright:before {
  content: "\e404"; }

.ABdev_icon-streamline-creative-commons:before {
  content: "\e405"; }

.ABdev_icon-streamline-cube:before {
  content: "\e406"; }

.ABdev_icon-streamline-data-filter:before {
  content: "\e407"; }

.ABdev_icon-streamline-document-box-1:before {
  content: "\e408"; }

.ABdev_icon-streamline-document-box-2:before {
  content: "\e409"; }

.ABdev_icon-streamline-document-box-3:before {
  content: "\e40a"; }

.ABdev_icon-streamline-drawer-1:before {
  content: "\e40b"; }

.ABdev_icon-streamline-drawer-2:before {
  content: "\e40c"; }

.ABdev_icon-streamline-drawer-3:before {
  content: "\e40d"; }

.ABdev_icon-streamline-envelope:before {
  content: "\e40e"; }

.ABdev_icon-streamline-favortie-book-2:before {
  content: "\e40f"; }

.ABdev_icon-streamline-file:before {
  content: "\e410"; }

.ABdev_icon-streamline-files:before {
  content: "\e411"; }

.ABdev_icon-streamline-filter-1:before {
  content: "\e412"; }

.ABdev_icon-streamline-filter-2:before {
  content: "\e413"; }

.ABdev_icon-streamline-layers-1:before {
  content: "\e414"; }

.ABdev_icon-streamline-list-1:before {
  content: "\e415"; }

.ABdev_icon-streamline-list-2:before {
  content: "\e416"; }

.ABdev_icon-streamline-newspaper-1:before {
  content: "\e417"; }

.ABdev_icon-streamline-newspaper-2:before {
  content: "\e418"; }

.ABdev_icon-streamline-registry-1:before {
  content: "\e419"; }

.ABdev_icon-streamline-registry-2:before {
  content: "\e41a"; }

.ABdev_icon-streamline-shield-1:before {
  content: "\e41b"; }

.ABdev_icon-streamline-shield-2:before {
  content: "\e41c"; }

.ABdev_icon-streamline-shield-3:before {
  content: "\e41d"; }

.ABdev_icon-streamline-sketchbook:before {
  content: "\e41e"; }

.ABdev_icon-streamline-sound-book:before {
  content: "\e41f"; }

.ABdev_icon-streamline-thumbnails-1:before {
  content: "\e420"; }

.ABdev_icon-streamline-thumbnails-2:before {
  content: "\e421"; }

.ABdev_icon-streamline-hierarchy-1:before {
  content: "\e422"; }

.ABdev_icon-streamline-hierarchy-2:before {
  content: "\e423"; }

.ABdev_icon-streamline-hierarchy-3:before {
  content: "\e424"; }

.ABdev_icon-streamline-hierarchy-4:before {
  content: "\e425"; }

.ABdev_icon-streamline-hierarchy-5:before {
  content: "\e426"; }

.ABdev_icon-streamline-hierarchy-6:before {
  content: "\e427"; }

.ABdev_icon-streamline-hierarchy-7:before {
  content: "\e428"; }

.ABdev_icon-streamline-hierarchy-8:before {
  content: "\e429"; }

.ABdev_icon-streamline-network-1-1:before {
  content: "\e42a"; }

.ABdev_icon-streamline-network-2-1:before {
  content: "\e42b"; }

.ABdev_icon-streamline-backpack:before {
  content: "\e42c"; }

.ABdev_icon-streamline-balance-1:before {
  content: "\e42d"; }

.ABdev_icon-streamline-bed:before {
  content: "\e42e"; }

.ABdev_icon-streamline-bench:before {
  content: "\e42f"; }

.ABdev_icon-streamline-bomb-1:before {
  content: "\e430"; }

.ABdev_icon-streamline-bricks:before {
  content: "\e431"; }

.ABdev_icon-streamline-bullets:before {
  content: "\e432"; }

.ABdev_icon-streamline-buoy-ring:before {
  content: "\e433"; }

.ABdev_icon-streamline-campfire:before {
  content: "\e434"; }

.ABdev_icon-streamline-can:before {
  content: "\e435"; }

.ABdev_icon-streamline-candle:before {
  content: "\e436"; }

.ABdev_icon-streamline-canon:before {
  content: "\e437"; }

.ABdev_icon-streamline-cctv-1:before {
  content: "\e438"; }

.ABdev_icon-streamline-cctv-2:before {
  content: "\e439"; }

.ABdev_icon-streamline-chair:before {
  content: "\e43a"; }

.ABdev_icon-streamline-chair-director:before {
  content: "\e43b"; }

.ABdev_icon-streamline-cigarette:before {
  content: "\e43c"; }

.ABdev_icon-streamline-construction-sign:before {
  content: "\e43d"; }

.ABdev_icon-streamline-diamond:before {
  content: "\e43e"; }

.ABdev_icon-streamline-disabled:before {
  content: "\e43f"; }

.ABdev_icon-streamline-door:before {
  content: "\e440"; }

.ABdev_icon-streamline-drawer:before {
  content: "\e441"; }

.ABdev_icon-streamline-driller:before {
  content: "\e442"; }

.ABdev_icon-streamline-dumbbell:before {
  content: "\e443"; }

.ABdev_icon-streamline-fire-extinguisher:before {
  content: "\e444"; }

.ABdev_icon-streamline-flashlight:before {
  content: "\e445"; }

.ABdev_icon-streamline-gas-station:before {
  content: "\e446"; }

.ABdev_icon-streamline-gun:before {
  content: "\e447"; }

.ABdev_icon-streamline-lamp-1:before {
  content: "\e448"; }

.ABdev_icon-streamline-lamp-2:before {
  content: "\e449"; }

.ABdev_icon-streamline-lamp-3:before {
  content: "\e44a"; }

.ABdev_icon-streamline-lamp-4:before {
  content: "\e44b"; }

.ABdev_icon-streamline-lightbulb-1:before {
  content: "\e44c"; }

.ABdev_icon-streamline-lightbulb-2:before {
  content: "\e44d"; }

.ABdev_icon-streamline-measuring-tape:before {
  content: "\e44e"; }

.ABdev_icon-streamline-mine-cart:before {
  content: "\e44f"; }

.ABdev_icon-streamline-missile:before {
  content: "\e450"; }

.ABdev_icon-streamline-ring:before {
  content: "\e451"; }

.ABdev_icon-streamline-scale-1:before {
  content: "\e452"; }

.ABdev_icon-streamline-shovel:before {
  content: "\e453"; }

.ABdev_icon-streamline-smoke-no:before {
  content: "\e454"; }

.ABdev_icon-streamline-sofa-1:before {
  content: "\e455"; }

.ABdev_icon-streamline-sofa-2:before {
  content: "\e456"; }

.ABdev_icon-streamline-sofa-3:before {
  content: "\e457"; }

.ABdev_icon-streamline-target:before {
  content: "\e458"; }

.ABdev_icon-streamline-torch:before {
  content: "\e459"; }

.ABdev_icon-streamline-traffic-cone:before {
  content: "\e45a"; }

.ABdev_icon-streamline-traffic-light-1:before {
  content: "\e45b"; }

.ABdev_icon-streamline-traffic-light-2:before {
  content: "\e45c"; }

.ABdev_icon-streamline-treasure-1:before {
  content: "\e45d"; }

.ABdev_icon-streamline-treasure-2:before {
  content: "\e45e"; }

.ABdev_icon-streamline-trowel:before {
  content: "\e45f"; }

.ABdev_icon-streamline-watering-can:before {
  content: "\e460"; }

.ABdev_icon-streamline-weigh:before {
  content: "\e461"; }

.ABdev_icon-streamline-academic-cap:before {
  content: "\e462"; }

.ABdev_icon-streamline-baseball-helmet:before {
  content: "\e463"; }

.ABdev_icon-streamline-beanie:before {
  content: "\e464"; }

.ABdev_icon-streamline-bike-helmet:before {
  content: "\e465"; }

.ABdev_icon-streamline-bow:before {
  content: "\e466"; }

.ABdev_icon-streamline-cap:before {
  content: "\e467"; }

.ABdev_icon-streamline-chaplin:before {
  content: "\e468"; }

.ABdev_icon-streamline-chef-hat:before {
  content: "\e469"; }

.ABdev_icon-streamline-cloth-hanger:before {
  content: "\e46a"; }

.ABdev_icon-streamline-fins:before {
  content: "\e46b"; }

.ABdev_icon-streamline-football-helmet:before {
  content: "\e46c"; }

.ABdev_icon-streamline-glasses:before {
  content: "\e46d"; }

.ABdev_icon-streamline-glasses-1:before {
  content: "\e46e"; }

.ABdev_icon-streamline-glasses-2:before {
  content: "\e46f"; }

.ABdev_icon-streamline-magician-hat:before {
  content: "\e470"; }

.ABdev_icon-streamline-monocle-1:before {
  content: "\e471"; }

.ABdev_icon-streamline-monocle-2:before {
  content: "\e472"; }

.ABdev_icon-streamline-necktie:before {
  content: "\e473"; }

.ABdev_icon-streamline-polo-shirt:before {
  content: "\e474"; }

.ABdev_icon-streamline-safety-helmet:before {
  content: "\e475"; }

.ABdev_icon-streamline-scuba-tank:before {
  content: "\e476"; }

.ABdev_icon-streamline-shirt-1:before {
  content: "\e477"; }

.ABdev_icon-streamline-shirt-2:before {
  content: "\e478"; }

.ABdev_icon-streamline-sneakers:before {
  content: "\e479"; }

.ABdev_icon-streamline-snorkel:before {
  content: "\e47a"; }

.ABdev_icon-streamline-sombrero:before {
  content: "\e47b"; }

.ABdev_icon-streamline-sunglasses:before {
  content: "\e47c"; }

.ABdev_icon-streamline-tall-hat:before {
  content: "\e47d"; }

.ABdev_icon-streamline-trousers:before {
  content: "\e47e"; }

.ABdev_icon-streamline-walking-stick:before {
  content: "\e47f"; }

.ABdev_icon-streamline-arrow-redo:before {
  content: "\e480"; }

.ABdev_icon-streamline-arrow-undo:before {
  content: "\e481"; }

.ABdev_icon-streamline-bold:before {
  content: "\e482"; }

.ABdev_icon-streamline-columns:before {
  content: "\e483"; }

.ABdev_icon-streamline-eraser:before {
  content: "\e484"; }

.ABdev_icon-streamline-font-color:before {
  content: "\e485"; }

.ABdev_icon-streamline-html:before {
  content: "\e486"; }

.ABdev_icon-streamline-italic:before {
  content: "\e487"; }

.ABdev_icon-streamline-list-1-1:before {
  content: "\e488"; }

.ABdev_icon-streamline-list-2-1:before {
  content: "\e489"; }

.ABdev_icon-streamline-list-3:before {
  content: "\e48a"; }

.ABdev_icon-streamline-list-4:before {
  content: "\e48b"; }

.ABdev_icon-streamline-paragraph:before {
  content: "\e48c"; }

.ABdev_icon-streamline-paste:before {
  content: "\e48d"; }

.ABdev_icon-streamline-print-preview:before {
  content: "\e48e"; }

.ABdev_icon-streamline-quote:before {
  content: "\e48f"; }

.ABdev_icon-streamline-strikethrough:before {
  content: "\e490"; }

.ABdev_icon-streamline-text:before {
  content: "\e491"; }

.ABdev_icon-streamline-text-wrapping-1:before {
  content: "\e492"; }

.ABdev_icon-streamline-text-wrapping-2:before {
  content: "\e493"; }

.ABdev_icon-streamline-text-wrapping-3:before {
  content: "\e494"; }

.ABdev_icon-streamline-underline:before {
  content: "\e495"; }

.ABdev_icon-streamline-align-center:before {
  content: "\e496"; }

.ABdev_icon-streamline-align-left:before {
  content: "\e497"; }

.ABdev_icon-streamline-align-right:before {
  content: "\e498"; }

.ABdev_icon-streamline-all-caps:before {
  content: "\e499"; }

.ABdev_icon-streamline-arrange-2-1:before {
  content: "\e49a"; }

.ABdev_icon-streamline-arrange-2-2:before {
  content: "\e49b"; }

.ABdev_icon-streamline-arrange-2-3:before {
  content: "\e49c"; }

.ABdev_icon-streamline-arrange-2-4:before {
  content: "\e49d"; }

.ABdev_icon-streamline-arrange-3-1:before {
  content: "\e49e"; }

.ABdev_icon-streamline-arrange-3-2:before {
  content: "\e49f"; }

.ABdev_icon-streamline-arrange-3-3:before {
  content: "\e4a0"; }

.ABdev_icon-streamline-arrange-3-4:before {
  content: "\e4a1"; }

.ABdev_icon-streamline-arrange-3-5:before {
  content: "\e4a2"; }

.ABdev_icon-streamline-arrange-4-1:before {
  content: "\e4a3"; }

.ABdev_icon-streamline-arrange-4-2:before {
  content: "\e4a4"; }

.ABdev_icon-streamline-arrange-4-3:before {
  content: "\e4a5"; }

.ABdev_icon-streamline-arrange-5:before {
  content: "\e4a6"; }

.ABdev_icon-streamline-consolidate-all:before {
  content: "\e4a7"; }

.ABdev_icon-streamline-decrease-indent-1:before {
  content: "\e4a8"; }

.ABdev_icon-streamline-decrease-indent-2:before {
  content: "\e4a9"; }

.ABdev_icon-streamline-horizontal-page:before {
  content: "\e4aa"; }

.ABdev_icon-streamline-increase-indent-1:before {
  content: "\e4ab"; }

.ABdev_icon-streamline-increase-indent-2:before {
  content: "\e4ac"; }

.ABdev_icon-streamline-justify:before {
  content: "\e4ad"; }

.ABdev_icon-streamline-leading-1:before {
  content: "\e4ae"; }

.ABdev_icon-streamline-leading-2:before {
  content: "\e4af"; }

.ABdev_icon-streamline-left-indent:before {
  content: "\e4b0"; }

.ABdev_icon-streamline-right-indent:before {
  content: "\e4b1"; }

.ABdev_icon-streamline-small-caps:before {
  content: "\e4b2"; }

.ABdev_icon-streamline-vertical-page:before {
  content: "\e4b3"; }

.ABdev_icon-streamline-alt-mac:before {
  content: "\e4b4"; }

.ABdev_icon-streamline-alt-windows:before {
  content: "\e4b5"; }

.ABdev_icon-streamline-arrow-down:before {
  content: "\e4b6"; }

.ABdev_icon-streamline-arrow-down-left:before {
  content: "\e4b7"; }

.ABdev_icon-streamline-arrow-down-right:before {
  content: "\e4b8"; }

.ABdev_icon-streamline-arrow-left:before {
  content: "\e4b9"; }

.ABdev_icon-streamline-arrow-right:before {
  content: "\e4ba"; }

.ABdev_icon-streamline-arrow-up:before {
  content: "\e4bb"; }

.ABdev_icon-streamline-arrow-up-left:before {
  content: "\e4bc"; }

.ABdev_icon-streamline-arrow-up-right:before {
  content: "\e4bd"; }

.ABdev_icon-streamline-asterisk-1:before {
  content: "\e4be"; }

.ABdev_icon-streamline-asterisk-2:before {
  content: "\e4bf"; }

.ABdev_icon-streamline-back-tab-1:before {
  content: "\e4c0"; }

.ABdev_icon-streamline-back-tab-2:before {
  content: "\e4c1"; }

.ABdev_icon-streamline-backward-delete:before {
  content: "\e4c2"; }

.ABdev_icon-streamline-blank:before {
  content: "\e4c3"; }

.ABdev_icon-streamline-eject:before {
  content: "\e4c4"; }

.ABdev_icon-streamline-enter-1:before {
  content: "\e4c5"; }

.ABdev_icon-streamline-enter-2:before {
  content: "\e4c6"; }

.ABdev_icon-streamline-escape:before {
  content: "\e4c7"; }

.ABdev_icon-streamline-page-down:before {
  content: "\e4c8"; }

.ABdev_icon-streamline-page-up:before {
  content: "\e4c9"; }

.ABdev_icon-streamline-return-1:before {
  content: "\e4ca"; }

.ABdev_icon-streamline-shift:before {
  content: "\e4cb"; }

.ABdev_icon-streamline-shift-2:before {
  content: "\e4cc"; }

.ABdev_icon-streamline-tab:before {
  content: "\e4cd"; }

.ABdev_icon-streamline-apple:before {
  content: "\e4ce"; }

.ABdev_icon-streamline-beer:before {
  content: "\e4cf"; }

.ABdev_icon-streamline-boil:before {
  content: "\e4d0"; }

.ABdev_icon-streamline-bottle-1:before {
  content: "\e4d1"; }

.ABdev_icon-streamline-bottle-2:before {
  content: "\e4d2"; }

.ABdev_icon-streamline-bottle-3:before {
  content: "\e4d3"; }

.ABdev_icon-streamline-bottle-4:before {
  content: "\e4d4"; }

.ABdev_icon-streamline-bread:before {
  content: "\e4d5"; }

.ABdev_icon-streamline-burger-1:before {
  content: "\e4d6"; }

.ABdev_icon-streamline-burger-2:before {
  content: "\e4d7"; }

.ABdev_icon-streamline-cake-1:before {
  content: "\e4d8"; }

.ABdev_icon-streamline-cake-2:before {
  content: "\e4d9"; }

.ABdev_icon-streamline-champagne:before {
  content: "\e4da"; }

.ABdev_icon-streamline-cheese:before {
  content: "\e4db"; }

.ABdev_icon-streamline-cocktail-1:before {
  content: "\e4dc"; }

.ABdev_icon-streamline-cocktail-2:before {
  content: "\e4dd"; }

.ABdev_icon-streamline-cocktail-3:before {
  content: "\e4de"; }

.ABdev_icon-streamline-coffee-cup:before {
  content: "\e4df"; }

.ABdev_icon-streamline-coffee-cup-1:before {
  content: "\e4e0"; }

.ABdev_icon-streamline-coffee-pot:before {
  content: "\e4e1"; }

.ABdev_icon-streamline-deep-fry:before {
  content: "\e4e2"; }

.ABdev_icon-streamline-energy-drink:before {
  content: "\e4e3"; }

.ABdev_icon-streamline-espresso-machine:before {
  content: "\e4e4"; }

.ABdev_icon-streamline-food-dome:before {
  content: "\e4e5"; }

.ABdev_icon-streamline-fork-and-knife:before {
  content: "\e4e6"; }

.ABdev_icon-streamline-fork-and-spoon:before {
  content: "\e4e7"; }

.ABdev_icon-streamline-grape:before {
  content: "\e4e8"; }

.ABdev_icon-streamline-grater:before {
  content: "\e4e9"; }

.ABdev_icon-streamline-grill:before {
  content: "\e4ea"; }

.ABdev_icon-streamline-hot-drinks-glass:before {
  content: "\e4eb"; }

.ABdev_icon-streamline-hotdog:before {
  content: "\e4ec"; }

.ABdev_icon-streamline-ice-cream-1:before {
  content: "\e4ed"; }

.ABdev_icon-streamline-ice-cream-2:before {
  content: "\e4ee"; }

.ABdev_icon-streamline-ice-cream-3:before {
  content: "\e4ef"; }

.ABdev_icon-streamline-ice-drinks-glass:before {
  content: "\e4f0"; }

.ABdev_icon-streamline-juicer:before {
  content: "\e4f1"; }

.ABdev_icon-streamline-kitchen-timer:before {
  content: "\e4f2"; }

.ABdev_icon-streamline-milk:before {
  content: "\e4f3"; }

.ABdev_icon-streamline-orange:before {
  content: "\e4f4"; }

.ABdev_icon-streamline-oven:before {
  content: "\e4f5"; }

.ABdev_icon-streamline-pan-fry:before {
  content: "\e4f6"; }

.ABdev_icon-streamline-pepper-salt:before {
  content: "\e4f7"; }

.ABdev_icon-streamline-pizza:before {
  content: "\e4f8"; }

.ABdev_icon-streamline-pop-corn:before {
  content: "\e4f9"; }

.ABdev_icon-streamline-serving:before {
  content: "\e4fa"; }

.ABdev_icon-streamline-soda:before {
  content: "\e4fb"; }

.ABdev_icon-streamline-soda-can-1:before {
  content: "\e4fc"; }

.ABdev_icon-streamline-soda-can-2:before {
  content: "\e4fd"; }

.ABdev_icon-streamline-steam:before {
  content: "\e4fe"; }

.ABdev_icon-streamline-tea-pot:before {
  content: "\e4ff"; }

.ABdev_icon-streamline-thermometer-high:before {
  content: "\e500"; }

.ABdev_icon-streamline-thermometer-low:before {
  content: "\e501"; }

.ABdev_icon-streamline-thermometer-medium:before {
  content: "\e502"; }

.ABdev_icon-streamline-water:before {
  content: "\e503"; }

.ABdev_icon-streamline-wine:before {
  content: "\e504"; }

.ABdev_icon-streamline-ambulance:before {
  content: "\e505"; }

.ABdev_icon-streamline-beaker-1:before {
  content: "\e506"; }

.ABdev_icon-streamline-beaker-2:before {
  content: "\e507"; }

.ABdev_icon-streamline-blood:before {
  content: "\e508"; }

.ABdev_icon-streamline-drug:before {
  content: "\e509"; }

.ABdev_icon-streamline-first-aid:before {
  content: "\e50a"; }

.ABdev_icon-streamline-hashish:before {
  content: "\e50b"; }

.ABdev_icon-streamline-heart-pulse:before {
  content: "\e50c"; }

.ABdev_icon-streamline-hospital-1:before {
  content: "\e50d"; }

.ABdev_icon-streamline-hospital-2:before {
  content: "\e50e"; }

.ABdev_icon-streamline-hospital-sign-1:before {
  content: "\e50f"; }

.ABdev_icon-streamline-hospital-sign-2:before {
  content: "\e510"; }

.ABdev_icon-streamline-hospital-sign-3:before {
  content: "\e511"; }

.ABdev_icon-streamline-medicine:before {
  content: "\e512"; }

.ABdev_icon-streamline-microscope:before {
  content: "\e513"; }

.ABdev_icon-streamline-mortar-and-pestle:before {
  content: "\e514"; }

.ABdev_icon-streamline-plaster:before {
  content: "\e515"; }

.ABdev_icon-streamline-pulse-graph-1:before {
  content: "\e516"; }

.ABdev_icon-streamline-pulse-graph-2:before {
  content: "\e517"; }

.ABdev_icon-streamline-pulse-graph-3:before {
  content: "\e518"; }

.ABdev_icon-streamline-red-cross:before {
  content: "\e519"; }

.ABdev_icon-streamline-stethoscope:before {
  content: "\e51a"; }

.ABdev_icon-streamline-syringe:before {
  content: "\e51b"; }

.ABdev_icon-streamline-yin-yang:before {
  content: "\e51c"; }

.ABdev_icon-streamline-balloon:before {
  content: "\e51d"; }

.ABdev_icon-streamline-briefcase-lock:before {
  content: "\e51e"; }

.ABdev_icon-streamline-card:before {
  content: "\e51f"; }

.ABdev_icon-streamline-cards-1:before {
  content: "\e520"; }

.ABdev_icon-streamline-cards-2:before {
  content: "\e521"; }

.ABdev_icon-streamline-curtain:before {
  content: "\e522"; }

.ABdev_icon-streamline-dice-1:before {
  content: "\e523"; }

.ABdev_icon-streamline-dice-2:before {
  content: "\e524"; }

.ABdev_icon-streamline-pacman:before {
  content: "\e525"; }

.ABdev_icon-streamline-pacman-ghost:before {
  content: "\e526"; }

.ABdev_icon-streamline-sign-1:before {
  content: "\e527"; }

.ABdev_icon-streamline-smiley-happy:before {
  content: "\e528"; }

.ABdev_icon-streamline-smiley-sad:before {
  content: "\e529"; }

.ABdev_icon-streamline-smileys:before {
  content: "\e52a"; }

.ABdev_icon-streamline-suitcase-1:before {
  content: "\e52b"; }

.ABdev_icon-streamline-suitcase-2:before {
  content: "\e52c"; }

.ABdev_icon-streamline-tetris:before {
  content: "\e52d"; }

.ABdev_icon-streamline-ticket-1:before {
  content: "\e52e"; }

.ABdev_icon-streamline-ticket-2:before {
  content: "\e52f"; }

.ABdev_icon-streamline-ticket-3:before {
  content: "\e530"; }

.ABdev_icon-streamline-virus:before {
  content: "\e531"; }

.ABdev_icon-streamline-cloud-1:before {
  content: "\e532"; }

.ABdev_icon-streamline-cloud-lightning:before {
  content: "\e533"; }

.ABdev_icon-streamline-clouds:before {
  content: "\e534"; }

.ABdev_icon-streamline-first-quarter-half-moon:before {
  content: "\e535"; }

.ABdev_icon-streamline-full-moon:before {
  content: "\e536"; }

.ABdev_icon-streamline-hail:before {
  content: "\e537"; }

.ABdev_icon-streamline-heavy-rain:before {
  content: "\e538"; }

.ABdev_icon-streamline-moon-cloud:before {
  content: "\e539"; }

.ABdev_icon-streamline-rain:before {
  content: "\e53a"; }

.ABdev_icon-streamline-rain-lightning:before {
  content: "\e53b"; }

.ABdev_icon-streamline-snow:before {
  content: "\e53c"; }

.ABdev_icon-streamline-sun:before {
  content: "\e53d"; }

.ABdev_icon-streamline-sun-cloud:before {
  content: "\e53e"; }

.ABdev_icon-streamline-thermometer:before {
  content: "\e53f"; }

.ABdev_icon-streamline-third-quarter-half-moon:before {
  content: "\e540"; }

.ABdev_icon-streamline-umbrella:before {
  content: "\e541"; }

.ABdev_icon-streamline-waning-crescent-moon:before {
  content: "\e542"; }

.ABdev_icon-streamline-waning-gibbous-moon:before {
  content: "\e543"; }

.ABdev_icon-streamline-waxing-crescent-moon:before {
  content: "\e544"; }

.ABdev_icon-streamline-waxing-gibbous-moon:before {
  content: "\e545"; }

.ABdev_icon-streamline-bicycle:before {
  content: "\e546"; }

.ABdev_icon-streamline-bus-1:before {
  content: "\e547"; }

.ABdev_icon-streamline-bus-2:before {
  content: "\e548"; }

.ABdev_icon-streamline-car-1:before {
  content: "\e549"; }

.ABdev_icon-streamline-car-2:before {
  content: "\e54a"; }

.ABdev_icon-streamline-car-3:before {
  content: "\e54b"; }

.ABdev_icon-streamline-car-4:before {
  content: "\e54c"; }

.ABdev_icon-streamline-helicopter:before {
  content: "\e54d"; }

.ABdev_icon-streamline-mountain-bike:before {
  content: "\e54e"; }

.ABdev_icon-streamline-pickup:before {
  content: "\e54f"; }

.ABdev_icon-streamline-plane-1:before {
  content: "\e550"; }

.ABdev_icon-streamline-plane-2:before {
  content: "\e551"; }

.ABdev_icon-streamline-plane-landing:before {
  content: "\e552"; }

.ABdev_icon-streamline-plane-takeoff:before {
  content: "\e553"; }

.ABdev_icon-streamline-road:before {
  content: "\e554"; }

.ABdev_icon-streamline-road-bike:before {
  content: "\e555"; }

.ABdev_icon-streamline-rocket:before {
  content: "\e556"; }

.ABdev_icon-streamline-scooter:before {
  content: "\e557"; }

.ABdev_icon-streamline-ship:before {
  content: "\e558"; }

.ABdev_icon-streamline-train:before {
  content: "\e559"; }

.ABdev_icon-streamline-tram:before {
  content: "\e55a"; }

.ABdev_icon-streamline-cactus:before {
  content: "\e55b"; }

.ABdev_icon-streamline-clover:before {
  content: "\e55c"; }

.ABdev_icon-streamline-flower:before {
  content: "\e55d"; }

.ABdev_icon-streamline-hand-eco:before {
  content: "\e55e"; }

.ABdev_icon-streamline-hand-globe:before {
  content: "\e55f"; }

.ABdev_icon-streamline-leaf:before {
  content: "\e560"; }

.ABdev_icon-streamline-light-eco:before {
  content: "\e561"; }

.ABdev_icon-streamline-potted-plant-1:before {
  content: "\e562"; }

.ABdev_icon-streamline-potted-plant-2:before {
  content: "\e563"; }

.ABdev_icon-streamline-2-fingers-down-swipe:before {
  content: "\e564"; }

.ABdev_icon-streamline-2-fingers-horizontal-swipe:before {
  content: "\e565"; }

.ABdev_icon-streamline-2-fingers-left-swipe:before {
  content: "\e566"; }

.ABdev_icon-streamline-2-fingers-omnidirectional-swipe:before {
  content: "\e567"; }

.ABdev_icon-streamline-2-fingers-right-swipe:before {
  content: "\e568"; }

.ABdev_icon-streamline-2-fingers-tab-hold:before {
  content: "\e569"; }

.ABdev_icon-streamline-2-fingers-tap:before {
  content: "\e56a"; }

.ABdev_icon-streamline-2-fingers-up-swipe:before {
  content: "\e56b"; }

.ABdev_icon-streamline-2-fingers-vertical-swipe:before {
  content: "\e56c"; }

.ABdev_icon-streamline-2finger-double-tap:before {
  content: "\e56d"; }

.ABdev_icon-streamline-double-tap:before {
  content: "\e56e"; }

.ABdev_icon-streamline-drag-down:before {
  content: "\e56f"; }

.ABdev_icon-streamline-drag-horizontal:before {
  content: "\e570"; }

.ABdev_icon-streamline-drag-left:before {
  content: "\e571"; }

.ABdev_icon-streamline-drag-right:before {
  content: "\e572"; }

.ABdev_icon-streamline-drag-up:before {
  content: "\e573"; }

.ABdev_icon-streamline-drag-vertical:before {
  content: "\e574"; }

.ABdev_icon-streamline-filck-down:before {
  content: "\e575"; }

.ABdev_icon-streamline-flick-up:before {
  content: "\e576"; }

.ABdev_icon-streamline-horizontal-flick:before {
  content: "\e577"; }

.ABdev_icon-streamline-left-flick:before {
  content: "\e578"; }

.ABdev_icon-streamline-omnidirectional-drag:before {
  content: "\e579"; }

.ABdev_icon-streamline-omnidirectional-flick:before {
  content: "\e57a"; }

.ABdev_icon-streamline-omnidirectional-swipe:before {
  content: "\e57b"; }

.ABdev_icon-streamline-pinch:before {
  content: "\e57c"; }

.ABdev_icon-streamline-right-flick:before {
  content: "\e57d"; }

.ABdev_icon-streamline-rotate-clockwise:before {
  content: "\e57e"; }

.ABdev_icon-streamline-rotate-counterclockwise:before {
  content: "\e57f"; }

.ABdev_icon-streamline-spread:before {
  content: "\e580"; }

.ABdev_icon-streamline-swipe-down:before {
  content: "\e581"; }

.ABdev_icon-streamline-swipe-horizontal:before {
  content: "\e582"; }

.ABdev_icon-streamline-swipe-left:before {
  content: "\e583"; }

.ABdev_icon-streamline-swipe-right:before {
  content: "\e584"; }

.ABdev_icon-streamline-swipe-up:before {
  content: "\e585"; }

.ABdev_icon-streamline-swipe-vertical:before {
  content: "\e586"; }

.ABdev_icon-streamline-tap:before {
  content: "\e587"; }

.ABdev_icon-streamline-tap-hold:before {
  content: "\e588"; }

.ABdev_icon-streamline-vertical-flick:before {
  content: "\e589"; }

.ABdev_icon-streamline-arrow-1-1:before {
  content: "\e58a"; }

.ABdev_icon-streamline-arrow-2-1:before {
  content: "\e58b"; }

.ABdev_icon-streamline-arrow-3:before {
  content: "\e58c"; }

.ABdev_icon-streamline-arrow-4:before {
  content: "\e58d"; }

.ABdev_icon-streamline-arrow-5:before {
  content: "\e58e"; }

.ABdev_icon-streamline-arrow-6:before {
  content: "\e58f"; }

.ABdev_icon-streamline-arrow-7:before {
  content: "\e590"; }

.ABdev_icon-streamline-arrow-8:before {
  content: "\e591"; }

.ABdev_icon-streamline-arrow-9:before {
  content: "\e592"; }

.ABdev_icon-streamline-arrow-10:before {
  content: "\e593"; }

.ABdev_icon-streamline-arrow-11:before {
  content: "\e594"; }

.ABdev_icon-streamline-arrow-12:before {
  content: "\e595"; }

.ABdev_icon-streamline-arrow-13:before {
  content: "\e596"; }

.ABdev_icon-streamline-arrow-14:before {
  content: "\e597"; }

.ABdev_icon-streamline-arrow-15:before {
  content: "\e598"; }

.ABdev_icon-streamline-arrow-16:before {
  content: "\e599"; }

.ABdev_icon-streamline-arrow-17:before {
  content: "\e59a"; }

.ABdev_icon-streamline-arrow-18:before {
  content: "\e59b"; }

.ABdev_icon-streamline-arrow-19:before {
  content: "\e59c"; }

.ABdev_icon-streamline-arrow-20:before {
  content: "\e59d"; }

.ABdev_icon-streamline-arrow-21:before {
  content: "\e59e"; }

.ABdev_icon-streamline-arrow-22:before {
  content: "\e59f"; }

.ABdev_icon-streamline-arrow-23:before {
  content: "\e5a0"; }

.ABdev_icon-streamline-arrow-24:before {
  content: "\e5a1"; }

.ABdev_icon-streamline-arrow-25:before {
  content: "\e5a2"; }

.ABdev_icon-streamline-arrow-26:before {
  content: "\e5a3"; }

.ABdev_icon-streamline-arrow-27:before {
  content: "\e5a4"; }

.ABdev_icon-streamline-arrow-28:before {
  content: "\e5a5"; }

.ABdev_icon-streamline-arrow-29:before {
  content: "\e5a6"; }

.ABdev_icon-streamline-arrow-30:before {
  content: "\e5a7"; }

.ABdev_icon-streamline-arrow-31:before {
  content: "\e5a8"; }

.ABdev_icon-streamline-arrow-32:before {
  content: "\e5a9"; }

.ABdev_icon-streamline-arrow-33:before {
  content: "\e5aa"; }

.ABdev_icon-streamline-arrow-34:before {
  content: "\e5ab"; }

.ABdev_icon-streamline-arrow-35:before {
  content: "\e5ac"; }

.ABdev_icon-streamline-arrow-36:before {
  content: "\e5ad"; }

.ABdev_icon-streamline-arrow-37:before {
  content: "\e5ae"; }

.ABdev_icon-streamline-arrow-38:before {
  content: "\e5af"; }

.ABdev_icon-streamline-arrow-39:before {
  content: "\e5b0"; }

.ABdev_icon-streamline-arrow-40:before {
  content: "\e5b1"; }

.ABdev_icon-streamline-arrow-41:before {
  content: "\e5b2"; }

.ABdev_icon-streamline-arrow-42:before {
  content: "\e5b3"; }

.ABdev_icon-streamline-arrow-43:before {
  content: "\e5b4"; }

.ABdev_icon-streamline-arrow-44:before {
  content: "\e5b5"; }

.ABdev_icon-streamline-arrow-45:before {
  content: "\e5b6"; }

.ABdev_icon-streamline-arrow-46:before {
  content: "\e5b7"; }

.ABdev_icon-streamline-arrow-47:before {
  content: "\e5b8"; }

.ABdev_icon-streamline-arrow-48:before {
  content: "\e5b9"; }

.ABdev_icon-streamline-arrow-49:before {
  content: "\e5ba"; }

.ABdev_icon-streamline-arrow-50:before {
  content: "\e5bb"; }

.ABdev_icon-streamline-arrow-51:before {
  content: "\e5bc"; }

.ABdev_icon-streamline-arrow-52:before {
  content: "\e5bd"; }

.ABdev_icon-streamline-arrow-53:before {
  content: "\e5be"; }

.ABdev_icon-streamline-arrow-54:before {
  content: "\e5bf"; }

.ABdev_icon-streamline-arrow-55:before {
  content: "\e5c0"; }

.ABdev_icon-streamline-arrow-56:before {
  content: "\e5c1"; }

.ABdev_icon-streamline-arrow-57:before {
  content: "\e5c2"; }

.ABdev_icon-streamline-arrow-58:before {
  content: "\e5c3"; }

.ABdev_icon-streamline-arrow-59:before {
  content: "\e5c4"; }

.ABdev_icon-streamline-arrow-60:before {
  content: "\e5c5"; }

.ABdev_icon-streamline-arrow-61:before {
  content: "\e5c6"; }

.ABdev_icon-streamline-arrow-62:before {
  content: "\e5c7"; }

.ABdev_icon-streamline-arrow-63:before {
  content: "\e5c8"; }

.ABdev_icon-streamline-arrow-64:before {
  content: "\e5c9"; }

.ABdev_icon-streamline-arrow-65:before {
  content: "\e5ca"; }

.ABdev_icon-streamline-arrow-66:before {
  content: "\e5cb"; }

.ABdev_icon-streamline-arrow-67:before {
  content: "\e5cc"; }

.ABdev_icon-streamline-arrow-68:before {
  content: "\e5cd"; }

.ABdev_icon-streamline-arrow-69:before {
  content: "\e5ce"; }

.ABdev_icon-streamline-arrow-70:before {
  content: "\e5cf"; }

.ABdev_icon-streamline-arrow-71:before {
  content: "\e5d0"; }

.ABdev_icon-streamline-arrow-72:before {
  content: "\e5d1"; }

.ABdev_icon-streamline-arrow-circle-1:before {
  content: "\e5d2"; }

.ABdev_icon-streamline-arrow-circle-2:before {
  content: "\e5d3"; }

.ABdev_icon-streamline-arrow-circle-3:before {
  content: "\e5d4"; }

.ABdev_icon-streamline-arrow-circle-4:before {
  content: "\e5d5"; }

.ABdev_icon-streamline-arrow-circle-5:before {
  content: "\e5d6"; }

.ABdev_icon-streamline-arrow-circle-6:before {
  content: "\e5d7"; }

.ABdev_icon-streamline-arrow-circle-7:before {
  content: "\e5d8"; }

.ABdev_icon-streamline-arrow-circle-8:before {
  content: "\e5d9"; }

.ABdev_icon-streamline-arrow-circle-9:before {
  content: "\e5da"; }

.ABdev_icon-streamline-arrow-circle-10:before {
  content: "\e5db"; }

.ABdev_icon-streamline-arrow-circle-11:before {
  content: "\e5dc"; }

.ABdev_icon-streamline-arrow-circle-12:before {
  content: "\e5dd"; }

.ABdev_icon-streamline-arrow-circle-13:before {
  content: "\e5de"; }

.ABdev_icon-streamline-arrow-circle-14:before {
  content: "\e5df"; }

.ABdev_icon-streamline-arrow-circle-15:before {
  content: "\e5e0"; }

.ABdev_icon-streamline-arrow-circle-16:before {
  content: "\e5e1"; }

.ABdev_icon-streamline-arrow-circle-17:before {
  content: "\e5e2"; }

.ABdev_icon-streamline-arrow-circle-18:before {
  content: "\e5e3"; }

.ABdev_icon-streamline-arrow-circle-19:before {
  content: "\e5e4"; }

.ABdev_icon-streamline-arrow-circle-20:before {
  content: "\e5e5"; }

.ABdev_icon-streamline-arrow-circle-21:before {
  content: "\e5e6"; }

.ABdev_icon-streamline-arrow-circle-22:before {
  content: "\e5e7"; }

.ABdev_icon-streamline-arrow-circle-23:before {
  content: "\e5e8"; }

.ABdev_icon-streamline-arrow-circle-24:before {
  content: "\e5e9"; }

.ABdev_icon-streamline-arrow-circle-25:before {
  content: "\e5ea"; }

.ABdev_icon-streamline-arrow-circle-26:before {
  content: "\e5eb"; }

.ABdev_icon-streamline-arrow-circle-27:before {
  content: "\e5ec"; }

.ABdev_icon-streamline-arrow-circle-28:before {
  content: "\e5ed"; }

.ABdev_icon-streamline-arrow-circle-29:before {
  content: "\e5ee"; }

.ABdev_icon-streamline-arrow-circle-30:before {
  content: "\e5ef"; }

.ABdev_icon-streamline-arrow-delete-1:before {
  content: "\e5f0"; }

.ABdev_icon-streamline-arrow-delete-2:before {
  content: "\e5f1"; }

.ABdev_icon-streamline-arrow-dot-1:before {
  content: "\e5f2"; }

.ABdev_icon-streamline-arrow-dot-2:before {
  content: "\e5f3"; }

.ABdev_icon-streamline-arrow-dot-3:before {
  content: "\e5f4"; }

.ABdev_icon-streamline-arrow-dot-4:before {
  content: "\e5f5"; }

.ABdev_icon-streamline-arrow-dot-5:before {
  content: "\e5f6"; }

.ABdev_icon-streamline-arrow-dot-6:before {
  content: "\e5f7"; }

.ABdev_icon-streamline-arrow-rectangle-1:before {
  content: "\e5f8"; }

.ABdev_icon-streamline-arrow-rectangle-2:before {
  content: "\e5f9"; }

.ABdev_icon-streamline-arrow-rectangle-3:before {
  content: "\e5fa"; }

.ABdev_icon-streamline-arrow-rectangle-4:before {
  content: "\e5fb"; }

.ABdev_icon-streamline-arrow-rectangle-5:before {
  content: "\e5fc"; }

.ABdev_icon-streamline-arrow-rectangle-6:before {
  content: "\e5fd"; }

.ABdev_icon-streamline-arrow-rectangle-7:before {
  content: "\e5fe"; }

.ABdev_icon-streamline-arrow-rectangle-8:before {
  content: "\e5ff"; }

.ABdev_icon-streamline-arrow-rectangle-9:before {
  content: "\e600"; }

.ABdev_icon-streamline-arrow-rectangle-10:before {
  content: "\e601"; }

.ABdev_icon-streamline-arrow-rectangle-11:before {
  content: "\e602"; }

.ABdev_icon-streamline-arrow-rectangle-12:before {
  content: "\e603"; }

.ABdev_icon-streamline-arrow-rectangle-13:before {
  content: "\e604"; }

.ABdev_icon-streamline-arrow-rectangle-14:before {
  content: "\e605"; }

.ABdev_icon-streamline-arrow-rectangle-15:before {
  content: "\e606"; }

.ABdev_icon-streamline-arrow-rectangle-16:before {
  content: "\e607"; }

.ABdev_icon-streamline-arrow-rectangle-17:before {
  content: "\e608"; }

.ABdev_icon-streamline-arrow-rectangle-18:before {
  content: "\e609"; }

.ABdev_icon-streamline-arrow-rectangle-19:before {
  content: "\e60a"; }

.ABdev_icon-streamline-arrow-rectangle-20:before {
  content: "\e60b"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

.btn a {
  color: #fff;
  font-family: "open_sansbold", sans-serif;
  border-radius: 5px;
  font-size: 18px;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 25px; }
  .btn a:hover, .btn a:focus, .btn a:active {
    background-color: #005091;
    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    -ms-transition: background 300ms ease-out;
    -o-transition: background 300ms ease-out;
    transition: background 300ms ease-out; }

.btn .dark-blue {
  background-color: #00345e;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px; }

.btn .transparent {
  background-color: transparent;
  border: 2px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px; }

.hide {
  display: none; }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #666;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #999;
  width: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 200px;
  padding: 12px 12px;
  line-height: 16px;
  max-width: 380px;
  font-size: 14px;
  opacity: 0.5; }

.validation_message {
  font-size: 14px;
  position: relative;
  top: -20px;
  left: 180px;
  color: red;
  max-width: 375px; }

label {
  float: left;
  font-family: "open_sansbold", sans-serif;
  padding-right: 25px;
  text-align: right;
  width: 180px;
  height: 40px;
  line-height: 40px; }

input[type="text"], select, input[type="email"], input[type="tel"] {
  max-width: 380px;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  opacity: 0.5; }

span.gfield_required {
  padding-left: 4px; }

.gform_validation_error .validation_error {
  display: none; }

.gform_validation_error .gfield_error input, .gform_validation_error .gfield_error textarea {
  border: 1px solid red; }

.gform_footer {
  float: left;
  width: 100%;
  padding-left: 180px;
  margin-bottom: 10px; }
  .gform_footer input[type="submit"] {
    color: #fff;
    font-family: "open_sansbold", sans-serif;
    border-radius: 5px;
    font-size: 18px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    background-color: #00345e;
    border: none;
    margin-bottom: 10px; }
    .gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus, .gform_footer input[type="submit"]:active {
      background-color: #005091;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      -ms-transition: background 300ms ease-out;
      -o-transition: background 300ms ease-out;
      transition: background 300ms ease-out; }

.entry-content form li {
  padding-left: 0;
  text-indent: 0; }

.entry-content form li:before {
  content: none; }

/* captcha */
.captcha-field {
  max-width: 390px;
  padding-right: 55px;
  float: right; }
  .captcha-field label {
    display: none; }
  .captcha-field .recaptchatable {
    border: none !important; }
  .captcha-field #recaptcha_reload_btn, .captcha-field #recaptcha_switch_audio_btn, .captcha-field #recaptcha_whatsthis_btn, .captcha-field .recaptcha_switch_img_btn, .captcha-field #recaptcha_logo {
    display: none; }
  .captcha-field tr:nth-child(even) {
    background-color: transparent !important; }
  .captcha-field .recaptchatable #recaptcha_image {
    border: none !important; }
  .captcha-field input {
    border: 1px solid #999 !important; }
  .captcha-field .validation_message {
    left: 5px;
    line-height: 18px; }

.gform_heading {
  display: none; }

.gfield_checkbox li label {
  float: none; }

.gfield_checkbox {
  display: inline-block; }

.gfield_checkbox li {
  display: table; }

.gfield_checkbox li input {
  margin-right: 15px; }

/*
#recaptcha_table {
	.recaptcha_r1_c1, .recaptcha_r2_c1, .recaptcha_r2_c2 ,.recaptcha_r3_c1, .recaptcha_r3_c2, .recaptcha_r3_c3,
	.recaptcha_r4_c2, #recaptcha_reload_btn, .recaptcha_r4_c4, #recaptcha_switch_audio_btn, #recaptcha_whatsthis_btn, .recaptcha_switch_img_btn,
	.recaptcha_only_if_privacy, .recaptcha_r8_c1, .recaptcha_r7_c1
	  {
		display: none;
	}

	#recaptcha_privacy {
		display: none;
	}

	.recaptcha_r4_c1 {
		background: none;
	}

	#recaptcha_table {
		width: 300px !important;
	}

	#recaptcha_image {
		background-color: #ccc;

	}


}

#recaptcha_widget_div {
	float: left;
	width: 300px;
}

.recaptcha_theme_red #recaptcha_response_field {
	border: 1px solid $form-gray !important;
}*/
.hide {
  display: none !important; }

.no_margin {
  margin: none; }

.show {
  display: block !important; }

/* PERSON */
.widget_fyayc_personen_widget.widget_fyayc_personen_widget {
  float: left;
  margin: 20px 0; }

.iconbox {
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 30px;
  padding-right: 30px;
  background-color: #f4f4f4; }
  .iconbox i {
    font-size: 28px;
    color: #005091;
    float: left;
    position: relative;
    top: 5px; }
  .iconbox .content {
    padding-left: 50px;
    height: 135px; }
  .iconbox .title {
    font-family: "open_sansbold", sans-serif;
    font-size: 18px; }
  .iconbox .text {
    font-size: 14px;
    padding-top: 5px;
    word-break: normal;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto; }

.referenzen-liste .btn {
  margin-bottom: 60px;
  float: left; }
  .referenzen-liste .btn a {
    margin-bottom: 0; }

.referenzen-liste .referenz {
  padding: 25px 0 0px 0; }
  .referenzen-liste .referenz .data {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */ }
  .referenzen-liste .referenz .statement {
    font-size: 18px;
    padding-bottom: 25px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 100%; }
  .referenzen-liste .referenz .meta {
    font-size: 20px;
    font-family: "open_sansBold", sans-serif;
    margin-right: 50px;
    color: #005091;
    line-height: 26px; }

.referenzen-liste .extended {
  display: none; }

.publikationen-liste .pub-extended {
  display: none; }

.customposts-liste .post-extended {
  display: none; }

.customposts-liste .vc_row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.customposts-liste .newselement-wrapper {
  height: 95%; }

.publikation {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 30px; }
  .publikation img {
    vertical-align: top;
    margin-right: 12px !important;
    max-width: 80px !important;
    padding-top: 5px; }
  .publikation .data {
    display: inline-block;
    width: 250px; }
    .publikation .data p {
      line-height: 24px;
      font-size: 14px; }
  .publikation .meta {
    font-family: "open_sansBold", sans-serif;
    font-size: 20px;
    line-height: 20px; }

@media screen and (max-width: 1200px) {
  .publikation {
    margin-right: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: flex-start;
    align-items: flex-start; }
    .publikation .data {
      width: auto; } }

.checkpoint {
  clear: both;
  margin-bottom: 30px;
  max-width: 580px; }
  .checkpoint i {
    font-size: 30px;
    float: left;
    font-weight: bold;
    position: relative;
    top: 5px; }
  .checkpoint .text {
    padding-left: 60px; }
    .checkpoint .text p {
      float: none;
      margin: 0 0 0;
      line-height: normal; }
  .checkpoint .content {
    font-family: "open_sansextrabold", sans-serif;
    font-size: 18px; }
  .checkpoint .detail {
    font-family: "open_sansregular", sans-serif;
    font-size: 18px; }

.officebox {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 40px;
  font-family: "open_sansregular", sans-serif;
  float: left;
  width: 100%;
  background-color: #f4f4f4; }
  .officebox span {
    display: block; }
  .officebox span.hide {
    display: none; }
  .officebox .buero-active, .officebox .kreisbuero {
    display: inline-block;
    padding-right: 5px; }
  .officebox a.route {
    display: block;
    clear: both;
    font-family: "open_sanssemibold", sans-serif;
    color: #00345e;
    padding-top: 5px;
    font-size: 16px; }
  .officebox .kreisbuero, .officebox .street, .officebox .city, .officebox .tel, .officebox .fax {
    font-size: 18px;
    color: #666666; }
  .officebox .kreisbuero {
    color: #bbb; }
  .officebox .firma, .officebox .office {
    font-family: "open_sansbold", sans-serif;
    font-size: 24px; }
  .officebox .office {
    padding-bottom: 25px;
    line-height: 20px; }
  .officebox .city {
    padding-bottom: 20px; }
  .officebox .btn a {
    font-family: "open_sanssemibold", sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 10px; }

.inactive {
  background-color: #fff;
  opacity: 0.7; }
  .inactive .firma, .inactive .office {
    font-family: "open_sansextrabold", sans-serif;
    font-size: 24px; }

.iconelement {
  clear: both;
  padding-bottom: 10px; }
  .iconelement span {
    font-size: 14px;
    font-family: "open_sanssemibold", sans-serif;
    vertical-align: bottom; }
  .iconelement i {
    font-size: 30px;
    position: relative;
    top: 4px;
    padding-right: 10px;
    float: left; }
  .iconelement i[class*='streamline-power'] {
    font-size: 40px;
    top: 15px;
    padding-right: 1px; }
  .iconelement i[class*='streamline-profile-serviceman-2'] + span {
    position: relative;
    top: 3px; }

.togglebox {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%; }
  .togglebox .title {
    padding: 15px 30px 15px 30px;
    background-color: #005091;
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%; }
    .togglebox .title:hover {
      background-color: #00345e;
      -webkit-transition: background-color 500ms ease-out;
      -moz-transition: background-color 500ms ease-out;
      -ms-transition: background-color 500ms ease-out;
      -o-transition: background-color 500ms ease-out;
      transition: background-color 500ms ease-out; }
    .togglebox .title .text {
      max-width: 95%;
      display: inline-block;
      vertical-align: middle; }
    .togglebox .title .toggle-phase {
      font-family: "open_sansregular", sans-serif;
      text-transform: uppercase;
      padding-right: 20px; }
    .togglebox .title .toggle-boldtitle {
      font-family: "open_sansbold", sans-serif; }
    .togglebox .title .toggle-sign {
      background-repeat: no-repeat;
      border: none;
      display: inline-block;
      width: 20px;
      height: 20px;
      float: right;
      vertical-align: middle;
      position: relative;
      top: 4px; }
    .togglebox .title .toggle-minus {
      background-image: url(../images/toggle-minus.png); }
    .togglebox .title .toggle-plus {
      background-image: url(../images/toggle-plus.png); }
  .togglebox .toggle-content {
    display: none;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px; }
    .togglebox .toggle-content strong {
      position: relative;
      top: 10px; }
    .togglebox .toggle-content img {
      margin: 0;
      margin-bottom: -15px; }
  .togglebox.treuhand .title {
    background-color: #49866d; }
    .togglebox.treuhand .title:hover {
      background-color: #005532; }
  .togglebox.inkasso .title {
    background-color: #00a7ed; }
    .togglebox.inkasso .title:hover {
      background-color: #004570; }
  .togglebox.immobilien .title {
    background-color: #ffbb00; }
    .togglebox.immobilien .title:hover {
      background-color: #ff9c22; }
  .togglebox.informatik .title {
    background-color: #da0043; }
    .togglebox.informatik .title:hover {
      background-color: #a20133; }
  .togglebox.druck .title {
    background-color: #808080; }
    .togglebox.druck .title:hover {
      background-color: #595959; }
  .togglebox.toggle-darkgray .title {
    background-color: #b2b2b2; }
    .togglebox.toggle-darkgray .title:hover {
      background-color: #808080; }
  .togglebox.toggle-lightgray .title {
    background-color: #d9d9d9; }
    .togglebox.toggle-lightgray .title:hover {
      background-color: #b2b2b2; }

.widget_fyayc_contact_widget.widget_fyayc_contact_widget {
  margin: 0; }

.contactperson {
  font-size: 16px;
  padding-left: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px; }
  .contactperson img {
    width: 100%;
    height: auto;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    margin: 0 !important;
    min-width: 120px; }
  .contactperson .img-wrapper {
    margin: 0;
    padding-right: 25px;
    width: 150px;
    display: block; }
  .contactperson .contactdata {
    text-align: left;
    padding-left: 0px;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    display: block;
    padding-bottom: 20px; }
  .contactperson .contactname, .contactperson .contacttel {
    display: block;
    color: #666666; }
  .contactperson .contactmail {
    margin-top: 10px;
    display: inline-block; }
  .contactperson .contactname {
    font-family: "open_sansextrabold", sans-serif;
    padding-bottom: 5px; }
  .contactperson .contactmail {
    font-family: "open_sanssemibold", sans-serif;
    color: #00345e;
    line-height: 30px; }
  .contactperson .content p {
    margin-bottom: 0;
    line-height: 30px; }
  .contactperson .content strong {
    top: 0; }

.map_wrapper {
  background-image: url(../images/ch-map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 270px;
  min-height: 240px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  clear: both;
  float: none;
  display: block; }
  .map_wrapper a {
    background-color: #005091;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 0px;
    color: #fff;
    font-size: 12px;
    font-family: "open_sansbold", sans-serif;
    position: absolute;
    z-index: 9999; }
    .map_wrapper a:hover {
      background-color: #00345e; }
  .map_wrapper .basel {
    left: 33%;
    top: 3%; }
  .map_wrapper .basel:hover:after, .map_wrapper .stgallen:hover:after {
    border-color: #00345e transparent transparent transparent; }
  .map_wrapper .zurich:hover:after {
    border-color: transparent transparent #00345e transparent; }
  .map_wrapper .basel:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 18px 0 0;
    border-color: #005091 transparent transparent transparent;
    content: '';
    top: 42px;
    left: -30px;
    position: relative; }
  .map_wrapper .stgallen {
    left: 63%;
    top: 6%; }
  .map_wrapper .stgallen:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 18px 0 0;
    border-color: #005091 transparent transparent transparent;
    content: '';
    top: 43px;
    left: -55px;
    position: relative; }
  .map_wrapper .zurich {
    left: 36%;
    top: 37%; }
  .map_wrapper .zurich:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 27px 18px;
    border-color: transparent transparent #005091 transparent;
    content: '';
    top: -43px;
    left: -11px;
    position: relative; }

.idelement {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.countdown-wrapper {
  text-align: center; }
  .countdown-wrapper .infotext {
    background-color: #f0f0f0;
    padding: 30px;
    margin-top: 0px;
    float: left;
    width: 100%; }
    .countdown-wrapper .infotext i {
      color: #005091;
      font-size: 48px;
      float: left;
      display: inline-block;
      padding-right: 25px; }
  .countdown-wrapper .headline {
    font-family: "open_sanssemibold", sans-serif;
    font-size: 22px;
    color: #666666;
    text-align: left;
    float: left;
    position: relative;
    top: 10px; }
  .countdown-wrapper .highlighted {
    font-family: "open_sansbold", sans-serif;
    color: #005091;
    display: inline; }
  .countdown-wrapper .orange {
    color: #fff;
    font-family: "open_sansbold", sans-serif;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
    background: #49866d;
    border-radius: 5px; }
    .countdown-wrapper .orange:hover {
      background: #005532;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      -ms-transition: background 300ms ease-out;
      -o-transition: background 300ms ease-out;
      transition: background 300ms ease-out; }
  .countdown-wrapper .btn {
    float: right; }
  .countdown-wrapper .countdownborder {
    width: 10%;
    border-bottom: 1px solid #005091;
    display: inline-block;
    position: relative;
    top: -15px; }
    .countdown-wrapper .countdownborder.left {
      margin-right: 20px; }
  .countdown-wrapper .countdown {
    margin-bottom: 25px; }
    .countdown-wrapper .countdown .days {
      padding-left: 50px; }
    .countdown-wrapper .countdown .seconds {
      padding-right: 50px; }
    .countdown-wrapper .countdown .c-element {
      display: inline-table;
      float: none;
      font-family: "open_sansbold", sans-serif;
      font-size: 40px;
      margin-right: 20px;
      padding-top: 0px; }
      .countdown-wrapper .countdown .c-element span {
        border-radius: 10px;
        padding-bottom: 2px;
        padding-top: 2px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 2px;
        display: inline-block;
        position: relative;
        z-index: 1;
        color: #fff;
        background-color: #005091;
        border: none; }
      .countdown-wrapper .countdown .c-element span:before {
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        display: block;
        height: 1px;
        content: " ";
        width: 180%;
        position: relative;
        top: 32px;
        left: -10px;
        z-index: -1; }
      .countdown-wrapper .countdown .c-element p.text {
        float: none;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "open_sanssemibold", sans-serif;
        border: none;
        padding-top: 5px;
        margin-right: 0;
        margin-bottom: 0;
        color: #005091; }

div#login {
  z-index: 99;
  float: right;
  padding-right: 0px;
  box-sizing: border-box; }
  div#login i {
    font-size: 24px;
    padding-left: 0px;
    line-height: 0;
    position: relative;
    top: 7px; }
  div#login header .btn-header {
    float: right;
    color: #fff;
    font-family: "open_sansbold", sans-serif;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #005091;
    border: none; }
    div#login header .btn-header:hover, div#login header .btn-header:focus, div#login header .btn-header:active {
      background-color: #00345e;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      -ms-transition: background 300ms ease-out;
      -o-transition: background 300ms ease-out;
      transition: background 300ms ease-out; }
  div#login header i:before {
    font-weight: bold; }
  div#login .form {
    display: none; }
  div#login.open {
    right: 15px;
    position: absolute; }
    div#login.open .orange {
      top: 5px;
      position: relative; }
    div#login.open section.form {
      padding: 25px;
      position: relative;
      top: 5px;
      background: #fff;
      display: inline-block;
      width: 435px;
      box-shadow: 0px 30px 50px #333; }
      div#login.open section.form h2, div#login.open section.form .h2 {
        font-size: 24px;
        color: #005091;
        font-family: "open_sansextrabold", sans-serif;
        line-height: 24px; }
      div#login.open section.form h3, div#login.open section.form .h3 {
        font-size: 24px;
        font-family: "open_sansregular", sans-serif;
        margin: 0;
        padding-bottom: 8px; }
      div#login.open section.form .gform_footer {
        padding-left: 0;
        margin-bottom: 0; }
        div#login.open section.form .gform_footer input[type="submit"] {
          font-size: 16px;
          color: #005091;
          font-family: "open_sansbold", sans-serif;
          background-color: transparent;
          padding: 0;
          margin-top: 0;
          margin-bottom: 0;
          float: none;
          padding-top: 15px;
          padding-bottom: 10px;
          background: transparent url(../images/submit-arrow.png) no-repeat right center;
          padding-right: 60px; }
      div#login.open section.form input[type="text"] {
        max-width: 280px;
        border-radius: 0;
        border: 2px solid #999;
        margin-bottom: 10px;
        height: 35px; }
      div#login.open section.form li {
        line-height: normal; }
      div#login.open section.form label {
        width: auto;
        height: auto;
        line-height: 27px;
        font-size: 14px;
        font-family: "open_sanssemibold", sans-serif;
        color: #333;
        float: none; }
      div#login.open section.form .forgetpsw {
        color: #00345e;
        display: block;
        font-size: 12px;
        font-family: "open_sansextrabold", sans-serif; }
      div#login.open section.form i {
        color: #005091;
        padding-left: 15px;
        position: relative;
        top: 9px;
        font-size: 30px; }

div.hotlinebox {
  padding: 25px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  width: auto; }
  div.hotlinebox a {
    color: #fff; }
  div.hotlinebox .hotline-headline, div.hotlinebox .hotline-contact {
    font-family: "open_sansextrabold", sans-serif; }
  div.hotlinebox .hotline-headline {
    font-size: 30px;
    display: block; }
  div.hotlinebox .hotline-time {
    line-height: 20px; }
  div.hotlinebox .hotline-contact {
    font-size: 20px;
    display: block; }
    div.hotlinebox .hotline-contact i {
      font-size: 14px;
      padding-left: 10px; }
    div.hotlinebox .hotline-contact .ABdev_icon-streamline-arrow-32:before {
      font-weight: bold; }
    div.hotlinebox .hotline-contact:hover {
      opacity: 0.8; }
  div.hotlinebox .hotline-details {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 20px; }
  div.hotlinebox span {
    display: block; }
  div.hotlinebox .hide {
    display: none; }
  div.hotlinebox .defaultIP {
    display: inline-block !important; }

.inkassopdf {
  position: absolute;
  right: 220px;
  float: right; }
  .inkassopdf .hide {
    display: none; }
  .inkassopdf .defaultIP {
    display: inline-block !important; }
  .inkassopdf .btn-header {
    float: right;
    color: #fff;
    font-family: "open_sansbold", sans-serif;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #49866d;
    border: none; }
    .inkassopdf .btn-header:hover, .inkassopdf .btn-header:focus, .inkassopdf .btn-header:active {
      background-color: #005532;
      -webkit-transition: background 300ms ease-out;
      -moz-transition: background 300ms ease-out;
      -ms-transition: background 300ms ease-out;
      -o-transition: background 300ms ease-out;
      transition: background 300ms ease-out; }
  .inkassopdf i {
    padding-left: 5px; }
    .inkassopdf i:before {
      font-weight: bold; }

.checkinkasso {
  margin-bottom: 0px;
  padding-bottom: 15px;
  max-width: 100%; }
  .checkinkasso i {
    font-size: 24px;
    color: #005091; }
  .checkinkasso .text {
    padding-left: 45px;
    padding-top: 5px; }
  .checkinkasso .content {
    font-weight: normal;
    font-family: "open_sansregular", sans-serif; }

.logoelement-wrapper ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
  align-items: center; }

.logoelement-wrapper ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  line-height: normal;
  display: inline-block; }

.logoelement-wrapper li {
  max-width: 160px; }
  .logoelement-wrapper li:before {
    content: '';
    top: 0;
    padding-right: 0;
    font-size: 0; }
  .logoelement-wrapper li:hover img {
    opacity: 0.5; }

.logoelement-wrapper img {
  margin-bottom: 0 !important;
  max-height: 215px !important; }

.logoelement-wrapper .description-wrapper {
  background: #f4f4f4;
  margin-top: 50px;
  display: inline-block;
  width: 400px;
  padding: 24px; }
  .logoelement-wrapper .description-wrapper.mobile .title {
    color: #005091; }
  .logoelement-wrapper .description-wrapper .elem1 .title {
    color: #005091; }
  .logoelement-wrapper .description-wrapper .elem2 .title {
    color: #49866d; }
  .logoelement-wrapper .description-wrapper .elem3 .title {
    color: #00a7ed; }
  .logoelement-wrapper .description-wrapper .elem4 .title {
    color: #ffbb00; }
  .logoelement-wrapper .description-wrapper .elem5 .title {
    color: #da0043; }
  .logoelement-wrapper .description-wrapper .title {
    font-family: "open_sansbold", sans-serif; }

.logoelement-wrapper .mobile {
  display: none; }

.newselement-wrapper {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .newselement-wrapper .date {
    font-size: 14px;
    color: #999; }
  .newselement-wrapper .title {
    font-family: "open_sansbold", sans-serif;
    color: #666;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .newselement-wrapper .content p {
    font-size: 16px;
    line-height: 22px; }
  .newselement-wrapper .morelink {
    font-size: 14px; }
    .newselement-wrapper .morelink i {
      margin-left: 5px;
      font-size: 12px;
      font-weight: 700 !important;
      vertical-align: middle; }

.gallery {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-bottom: 20px; }
  .gallery .date {
    font-size: 14px;
    color: #999; }
  .gallery .meta {
    font-family: "open_sansbold", sans-serif;
    padding-bottom: 5px; }
  .gallery .excerpt {
    font-size: 16px;
    line-height: 20px; }
  .gallery a {
    color: #666; }
    .gallery a:hover {
      color: #333; }
    .gallery a img {
      margin-bottom: 0px; }

.add-border .wpb_wrapper {
  border: 3px solid #005091;
  padding: 25px 30px; }
  .add-border .wpb_wrapper .wpb_wrapper {
    border: none;
    padding: 0; }

.add-border .wpb_content_element {
  margin-bottom: 0; }

.valueelement-wrapper {
  border: 3px solid #005091;
  margin-bottom: 10px; }
  .valueelement-wrapper:hover {
    border-color: rgba(0, 80, 145, 0.8); }
    .valueelement-wrapper:hover .title {
      opacity: 0.8; }
  .valueelement-wrapper .title {
    font-family: "open_sansbold", sans-serif;
    font-size: 20px;
    background: #005091;
    padding: 15px 30px;
    color: white; }
  .valueelement-wrapper .content {
    padding: 20px 30px; }
    .valueelement-wrapper .content p {
      line-height: 36px;
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .vc_images_carousel .vc_carousel-indicators {
    bottom: -20px !important; }
  .vc_images_carousel .vc_carousel-control .icon-next {
    margin-left: 10px !important; }
  .vc_images_carousel .vc_carousel-control .icon-prev {
    margin-left: -40px !important; } }

.vc_carousel-inner img {
  margin-bottom: 0 !important; }

.vc_carousel-inner .vc_item .vc_inner {
  text-align: center; }

.vc_images_carousel .vc_carousel-control .icon-next:before {
  content: "\e5cb" !important;
  background: white;
  padding: 5px; }

.vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: "\e5ca" !important;
  background: white;
  padding: 5px; }

.tablepress {
  margin-bottom: 40px !important; }
  .tablepress td[class^="column-"], .tablepress div[class*=" column-"] {
    padding: 15px 30px;
    vertical-align: middle; }

.tarifmodell {
  font-size: 16px; }
  .tarifmodell .checkTable {
    text-align: center;
    line-height: 14px; }
  .tarifmodell .column-1 {
    border-left: 1px solid transparent !important; }
  .tarifmodell .column-4 {
    border-right: 1px solid transparent !important; }
  .tarifmodell .column-1, .tarifmodell .column-2, .tarifmodell .column-3, .tarifmodell .column-4 {
    background-color: #fff; }
  .tarifmodell .standard, .tarifmodell .fifty, .tarifmodell .norisk, .tarifmodell .mobileLabel {
    display: none; }

.pdfdownload i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle; }

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

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px;
  max-width: 90% !important; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../images/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  /*background:url(../images/colorbox/controls.png) no-repeat -101px 0;*/ }

#cboxTopRight {
  width: 21px;
  height: 21px;
  /*background:url(../images/colorbox/controls.png) no-repeat -130px 0;*/ }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  /*background:url(../images/colorbox/controls.png) no-repeat -101px -29px;*/ }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  /*background:url(../images/colorbox/controls.png) no-repeat -130px -29px;*/ }

#cboxMiddleLeft {
  width: 21px;
  /*background:url(../images/colorbox/controls.png) left top repeat-y;*/ }

#cboxMiddleRight {
  width: 21px;
  /*background:url(../images/colorbox/controls.png) right top repeat-y;*/ }

#cboxTopCenter {
  height: 21px;
  /*background:url(../images/colorbox/border.png) 0 0 repeat-x;*/ }

#cboxBottomCenter {
  height: 21px;
  /*background:url(../images/colorbox/border.png) 0 -29px repeat-x;*/ }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

/*#cboxLoadedContent{margin-bottom:28px;}*/
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(../images/colorbox/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* DW EDIT - FORYOUANDYOURCUSTOMERS */
.clearFix {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
  content: ' ';
  float: none; }

#cboxContent {
  word-break: normal !important; }
  #cboxContent p, #cboxContent span, #cboxContent h1, #cboxContent h2, #cboxContent h3, #cboxContent h4, #cboxContent h5, #cboxContent h6, #cboxContent div {
    word-break: normal !important; }
  #cboxContent input {
    color: #333;
    opacity: 1;
    outline: none !important; }
  @media only screen and (max-width: 640px) {
    #cboxContent .formField {
      width: 100%;
      margin: 0 0 10px 0; }
      #cboxContent .formField.radio {
        margin: 0 0 30px 0; }
        #cboxContent .formField.radio label {
          float: left;
          width: auto !important;
          min-width: 100px !important;
          display: inline-block !important; }
        #cboxContent .formField.radio .radioWrap {
          margin: 0 15px 0 0 !important; }
          #cboxContent .formField.radio .radioWrap input {
            margin: 0 15px 0 0;
            float: left !important; }
          #cboxContent .formField.radio .radioWrap label {
            float: none !important;
            margin: 0 !important;
            display: block !important; }
      #cboxContent .formField label {
        float: none !important;
        width: 100% !important;
        display: block !important;
        padding: 0px !important;
        text-align: left !important;
        height: auto !important;
        margin: 0 0 5px 0 !important;
        line-height: 1 !important;
        font-family: "open_sansbold", sans-serif; }
      #cboxContent .formField button {
        background-color: #00345e;
        font-family: "open_sansbold", sans-serif;
        size: 18px;
        color: #fff;
        outline: none;
        border: 0px;
        padding: 10px 25px;
        margin: 0 !important; } }
  #cboxContent h3 {
    margin: 0px;
    text-align: left !important; }
  #cboxContent .formField {
    width: 100%;
    margin: 0 0 10px 0; }
    #cboxContent .formField.radio .radioWrap {
      float: left;
      margin: 0 0px 0 0; }
      @media only screen and (max-width: 480px) {
        #cboxContent .formField.radio .radioWrap {
          float: none !important;
          margin: 10px 0 5px 15px !important; } }
      #cboxContent .formField.radio .radioWrap input {
        margin: 0 15px 0 0; }
      #cboxContent .formField.radio .radioWrap label {
        float: none; }
        @media only screen and (max-width: 480px) {
          #cboxContent .formField.radio .radioWrap label {
            float: none !important;
            margin: 0 0 5px 0 !important; } }
    #cboxContent .formField label {
      float: left;
      font-family: "open_sansbold", sans-serif;
      padding-right: 25px;
      text-align: right;
      width: 180px;
      height: 40px;
      line-height: 40px; }
    #cboxContent .formField button {
      background-color: #00345e;
      font-family: "open_sansbold", sans-serif;
      size: 18px;
      color: #fff;
      outline: none;
      border: 0px;
      padding: 10px 25px;
      margin: 0 0 0 180px;
      float: none; }
      @media only screen and (min-width: 640px) {
        #cboxContent .formField button {
          margin: 0 15px 0 180px !important;
          float: left !important; } }
    #cboxContent .formField #mess {
      width: 100%;
      padding: 0px;
      margin: 15px 0;
      float: none; }
      #cboxContent .formField #mess div {
        padding: 10px;
        border: 1px solid #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: 400;
        font-size: 1em; }
      #cboxContent .formField #mess .errorMsg {
        background: #fee9ef;
        color: #dc0043;
        border: 1px solid #dc0043; }
      #cboxContent .formField #mess .infoMsg {
        background: #fefde9;
        color: #dcc000;
        border: 1px solid #dcc000; }
      #cboxContent .formField #mess .successMsg {
        background: white;
        color: #005091;
        border: 1px solid #005091; }
    @media only screen and (min-width: 640px) {
      #cboxContent .formField #mess {
        width: 255px;
        padding: 0px;
        margin: 0;
        float: left; }
        #cboxContent .formField #mess div {
          padding: 10px;
          border: 1px solid #fff;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          font-weight: 400;
          font-size: 0.75em; }
        #cboxContent .formField #mess .errorMsg {
          background: #fee9ef;
          color: #dc0043;
          border: 1px solid #dc0043; }
        #cboxContent .formField #mess .infoMsg {
          background: #fefde9;
          color: #dcc000;
          border: 1px solid #dcc000; }
        #cboxContent .formField #mess .successMsg {
          background: white;
          color: #005091;
          border: 1px solid #005091; } }

/*********************
GENERAL STYLES
*********************/
body {
  color: #666;
  font-family: "open_sansregular", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto; }

iframe {
  display: none; }

.maintitle {
  display: none; }

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

.vc_col-sm-12 {
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 100%;
  max-width: 1200px;
  float: none !important;
  z-index: 999; }

.vc_col-sm-4 {
  padding-left: 0; }

.vc_col-sm-8, .vc_col-sm-9 {
  padding-left: 0;
  padding-right: 15px;
  float: left; }

.vc_col-sm-10 {
  padding-left: 0; }

.vc_col-sm-6 {
  padding-left: 0; }

.entry-content .sidebar {
  padding-left: 0px;
  margin-top: 0;
  width: 245px;
  float: right;
  padding-bottom: 30px; }
  .entry-content .sidebar .wpb_text_column {
    margin-bottom: 10px; }
  .entry-content .sidebar img {
    margin-bottom: 0px !important;
    margin-top: 10px; }

.hotline-sidebar {
  padding-right: 0px !important; }

.vc_inner .vc_col-sm-12 {
  padding-left: 0px;
  padding-right: 0px; }

.page-child .header-container, .page-child .sticky-placeholder, .page-template-default .header-container, .page-template-default .sticky-placeholder, .page-template-page-gallery .header-container, .page-template-page-gallery .sticky-placeholder {
  display: none !important; }

.page-child header img, .page-template-default header img, .page-template-page-gallery header img {
  width: 250px; }

.page-child .hentry, .page-child header, .page-template-default .hentry, .page-template-default header, .page-template-page-gallery .hentry, .page-template-page-gallery header {
  border-bottom: none !important;
  border: none !important; }

.page-child .hentry header, .page-template-default .hentry header, .page-template-page-gallery .hentry header {
  padding: 1em;
  padding-bottom: 0; }

.page-child h1, .page-template-default h1, .page-template-page-gallery h1 {
  margin-top: 40px;
  -ms-word-break: normal;
  word-break: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto; }

.page-child .burger-menu-button, .page-child .burger-menu, .page-template-default .burger-menu-button, .page-template-default .burger-menu, .page-template-page-gallery .burger-menu-button, .page-template-page-gallery .burger-menu {
  display: none !important; }

.page-child .article-header i, .page-template-default .article-header i, .page-template-page-gallery .article-header i {
  padding-right: 10px;
  font-size: 30px;
  position: relative;
  top: 9px; }

.page-child .article-header .backbutton, .page-template-default .article-header .backbutton, .page-template-page-gallery .article-header .backbutton {
  position: relative;
  top: 25px;
  display: block;
  float: none; }

.page-child ol li, .page-template-default ol li, .page-template-page-gallery ol li {
  padding-left: 5px;
  text-indent: 0px;
  line-height: 30px; }

.page-child ol li:before, .page-template-default ol li:before, .page-template-page-gallery ol li:before {
  content: "";
  color: transparent;
  padding-right: 0;
  font-size: 30px;
  position: relative;
  top: 0px; }

.error404 .hentry {
  border: none; }
  .error404 .hentry header {
    padding: 0;
    border-bottom: none; }
    .error404 .hentry header p {
      margin: 0; }
    .error404 .hentry header form {
      margin-top: 50px; }

.error404 .vc_col-sm-12 {
  padding-left: 15px;
  padding-right: 15px; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* home page */
/* blog template page */
/* single post page */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* if user is logged in */
/* paged items like search results or archives */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

.wpb_row {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 50px; }

.vc_inner {
  padding-top: 0; }

.bg-white {
  background-color: #fff;
  color: #666666; }

.bg-light-dark {
  color: #fff;
  background: -webkit-linear-gradient(#005091, #00345e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#005091, #00345e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#005091, #00345e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#005091, #00345e);
  /* Standard syntax */
  background: -ms-linear-gradient(#005091, #00345e);
  /*For IE10*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00a7ed', endColorstr='#004570');
  /*For IE7-8-9*/ }

.bg-dark-light {
  color: #fff;
  background: -webkit-linear-gradient(#00345e, #005091);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#00345e, #005091);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#00345e, #005091);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#00345e, #005091);
  /* Standard syntax */
  background: -ms-linear-gradient(#00345e, #005091);
  /*For IE10*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#004570', endColorstr='#00a7ed');
  /*For IE7-8-9*/ }

.bg-dark {
  color: #fff;
  background-attachment: fixed; }

.stage {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.iconbox-row {
  padding-bottom: 15px; }

.row-countdown {
  padding-bottom: 10px; }

.login-overlay {
  background-color: #000;
  opacity: 0.5; }

.bg-gray {
  background: #f4f4f4;
  border-top: 2px solid #ccc; }

.dotted-black, .dotted-white {
  position: relative; }

.dotted-white:before {
  background: url(../images/dotted-white.png); }

.dotted-black:before {
  background: url(../images/dotted-black.png); }

.dotted-black:before, .dotted-white:before {
  content: " ";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block; }

.vc_separator {
  margin-top: 30px;
  margin-bottom: 60px !important; }

.vc_col-sm-4 .vc_separator {
  margin-top: 25px;
  margin-bottom: 25px !important; }

.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #ddd; }

.contact-button {
  padding-bottom: 15px; }
  .contact-button .btn a {
    margin-top: 30px; }

.activelogin {
  background-color: #000; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #fff;
  color: #005091; }

#logo {
  margin: 0.75em 0; }
  #logo a {
    color: #005091; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border: 0;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav ul {
    background: #000;
    margin-top: 0; }
  .nav li {
    float: left;
    position: relative;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */ }
    .nav li a {
      border-bottom: 0;
      /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
      .nav li a:hover, .nav li a:focus {
        color: #fff;
        text-decoration: underline; }
    .nav li ul.sub-menu,
    .nav li ul.children {
      margin-top: 0;
      border: 1px solid #ccc;
      border-top: 0;
      position: absolute;
      visibility: hidden;
      z-index: 8999;
      /* highlight sub-menu current page */ }
      .nav li ul.sub-menu li,
      .nav li ul.children li {
        /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
        .nav li ul.sub-menu li a,
        .nav li ul.children li a {
          padding-left: 10px;
          border-right: 0;
          display: block;
          width: 180px;
          border-bottom: 1px solid #ccc; }
        .nav li ul.sub-menu li:last-child a,
        .nav li ul.children li:last-child a {
          border-bottom: 0; }
        .nav li ul.sub-menu li ul,
        .nav li ul.children li ul {
          top: 0;
          left: 100%; }
    .nav li:hover > ul {
      top: auto;
      visibility: visible; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em; }

.hentry {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #ccc; }
  .hentry header {
    border-bottom: 1px solid #f4f4f4;
    padding: 1.5em; }
  .hentry footer {
    padding: 1.5em;
    border-top: 1px solid #f4f4f4; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content p {
    margin: 0 0 15px; }
  .entry-content table {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #ccc; }
    .entry-content tr:nth-child(even) {
      background-color: #f4f4f4; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #ccc; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #f4f4f4;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #666; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #666; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f4f4f4;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f4f4f4;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #f4f4f4; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f4f4f4; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #666; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f4f4f4;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #005091;
  color: #fff; }
  .footer p {
    line-height: 24px; }

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
@media only screen and (max-width: 640px) {
  /* TYPOGRAPHY */
  h1, .h1 {
    font-size: 28px;
    line-height: 34px;
    text-align: center; }
    h1 span, .h1 span {
      margin-bottom: 30px !important;
      text-align: center;
      line-height: normal; }
  h2, .h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
  p {
    line-height: 28px; }
  .sub-headline {
    margin-bottom: 30px !important;
    text-align: center; }
  .stage {
    background-attachment: initial;
    padding-top: 40px; }
    .stage .btn a {
      margin-bottom: 0px; }
    .stage + .wpb_row {
      padding-top: 10px; }
  .bg-parallax {
    background-attachment: initial; }
  .vc_col-sm-8, .vc_col-sm-9 {
    width: 100%; }
  .wpb_text_column {
    font-size: 16px; }
  .wpb_text_column li:before, .entry-content li:before {
    font-size: 20px;
    top: 0px; }
  .wpb_text_column li, .entry-content li {
    font-size: 16px;
    line-height: 30px; }
  .bg-parallax.bg-parallax {
    padding-top: 40px !important;
    padding-bottom: 30px !important; }
  /* SPALTEN */
  .vc_col-sm-8 {
    padding-right: 0px;
    padding-bottom: 20px; }
  .vc_col-sm-10 {
    padding-left: 0px;
    padding-right: 0px; }
  .vc_col-sm-4 {
    padding-right: 0px;
    margin-bottom: 20px;
    clear: both; }
  .vc_col-sm-6 {
    padding-right: 0px;
    float: left;
    width: 100%; }
  .contact-button {
    padding-bottom: 0px; }
    .contact-button .btn a {
      margin-top: 10px; }
  /* TOGGLE BOX */
  .togglebox .title {
    padding: 15px 20px 15px 20px; }
    .togglebox .title .text {
      max-width: 92%; }
    .togglebox .title .toggle-phase {
      display: block; }
  .togglebox img {
    margin: 0; }
  .togglebox p {
    font-size: 16px; }
  /* */
  .wpb_text_column li, .entry-content li {
    padding-left: 25px;
    text-indent: -25px; }
  /* SIDEBAR */
  .sidebar {
    float: left !important;
    width: 100% !important; }
    .sidebar img {
      margin-left: auto;
      margin-right: auto;
      display: block; }
  /* FORMULAR */
  .gform_footer {
    padding-left: 0px; }
    .gform_footer input[type="submit"] {
      width: 100%; }
  input[type="text"], textarea, select {
    max-width: none;
    width: 100%; }
  label {
    text-align: left; }
  .btn a {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .widget_fyayc_contact_widget.widget_fyayc_contact_widget img {
    margin-bottom: 10px; }
  .widget_fyayc_contact_widget.widget_fyayc_contact_widget .contactperson {
    padding-left: 0;
    display: block;
    margin-bottom: 0; }
    .widget_fyayc_contact_widget.widget_fyayc_contact_widget .contactperson h4 {
      display: block;
      padding-right: 0; }
    .widget_fyayc_contact_widget.widget_fyayc_contact_widget .contactperson .img-wrapper {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 15px; }
  .referenzen-liste .referenz .meta {
    margin-right: 30px; }
  .referenzen-liste .btn {
    clear: both;
    float: none; }
    .referenzen-liste .btn a {
      margin-bottom: 30px; }
  .publikation img {
    display: none; }
  .gallery .excerpt {
    display: none; }
  .gallery img {
    width: 100px;
    height: auto; }
  .gallery .data {
    display: inline-block;
    width: 165px;
    vertical-align: top;
    margin-left: 5px; }
  .gallery .meta {
    font-size: 16px; }
  .logoelement-wrapper .description-wrapper {
    display: none; }
    .logoelement-wrapper .description-wrapper.mobile {
      display: none !important; }
  .wpb_single_image.logos {
    display: none; }
  .iconbox .content {
    min-height: 50px;
    max-height: none;
    height: auto; }
  .iconbox-row {
    padding-bottom: 0px; }
  .contactperson {
    text-align: left;
    padding-left: 0px;
    padding-top: 30px; }
  div#login.open section.form {
    width: 100%;
    max-width: 290px; }
    div#login.open section.form h2, div#login.open section.form h3 {
      text-align: left; }
    div#login.open section.form .gform_footer input[type="submit"] {
      width: auto; }
  div#login {
    display: none; }
  div.inkassopdf {
    display: none; }
  .btn-header {
    text-align: center;
    width: 100%; }
  /* TABLE */
  .tarifmodell td[class^="column-"], .tarifmodell div[class*=" column-"] {
    padding: 10px 10px !important; }
  .tarifmodell td.column-1, .tarifmodell td.column-2 {
    display: block; }
  .tarifmodell td.column-4, .tarifmodell td.column-3 {
    display: none; }
  .tarifmodell tbody td.column-2 {
    border-top: none; }
  /* countdown */
  .countdown-wrapper div.countdown {
    display: none; }
  /* separator */
  .vc_separator {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  .sidebar .vc_separator {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  /* footer */
  footer {
    margin-top: 0px; }
  .validation_message {
    left: 0px; }
  /* captcha */
  .captcha-field {
    padding-left: 0px !important;
    float: left !important;
    padding-right: 0px !important; }
    .captcha-field td {
      padding: 0 !important; }
  td.recaptcha_image_cell {
    padding: 0 !important; }
  #recaptcha_image {
    width: 285px !important; }
  .recaptcha_input_area input {
    width: 285px !important; }
  .hotline-sidebar {
    margin-bottom: -50px;
    position: relative;
    top: -20px; }
  .hotlinebox {
    display: none;
    /*	span, .hotline-contact {
		text-align: center;
	}
	*/ }
  .countdown-wrapper .infotext {
    margin-top: 0px;
    clear: both; }
    .countdown-wrapper .infotext i {
      float: none;
      clear: both;
      padding-right: 0px; }
    .countdown-wrapper .infotext .headline {
      text-align: center;
      clear: both;
      float: none;
      margin-bottom: 20px; }
    .countdown-wrapper .infotext .btn {
      display: inline-block;
      clear: both;
      float: none; }
  .logoelement-wrapper ul {
    display: none; }
  .logoelement-wrapper .description-wrapper {
    display: none; }
    .logoelement-wrapper .description-wrapper.mobile {
      display: block; }
  .logoelement-wrapper .mobile {
    display: block; }
  .officebox {
    padding: 20px; }
    .officebox .content {
      font-size: 16px; }
    .officebox .firma {
      font-size: 20px; }
  .officebox .kreisbuero, .officebox .street, .officebox .city, .officebox .tel, .officebox .fax {
    font-size: 16px; }
  .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px; }
  .valueelement-wrapper {
    font-size: 16px; }
    .valueelement-wrapper .title {
      font-size: 18px; }
  .customposts-liste .vc_row {
    display: block; }
  .customposts-liste .newselement-wrapper {
    height: 100%; } }

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .sidebar {
    padding-right: 0px;
    width: 100% !important; }
    .sidebar img {
      margin-left: auto;
      margin-right: auto;
      display: block; }
  h1, .h1 {
    font-size: 30px;
    line-height: 34px;
    text-align: center; }
    h1 span, .h1 span {
      margin-bottom: 30px !important;
      text-align: center;
      line-height: normal; }
  h2, .h2 {
    font-size: 26px;
    line-height: 30px;
    text-align: center; }
  h3, .h3 {
    font-size: 26px;
    line-height: 30px;
    text-align: center; }
  .sub-headline {
    margin-bottom: 30px !important;
    text-align: center; }
  label {
    text-align: left; }
  .vc_col-sm-4 {
    padding-right: 0px;
    margin-bottom: 20px;
    clear: both; }
  .wpb_single_image.logos {
    display: none; }
  .iconbox .content {
    min-height: 50px;
    height: auto; }
  .vc_inner .vc_col-sm-8, .vc_inner .vc_col-sm-9 {
    padding-bottom: 20px; }
  .vc_col-sm-8 {
    width: 100%; }
  .referenzen-liste .data {
    display: table; }
  .iconbox-row {
    padding-bottom: 0px; }
  .contactperson {
    padding-left: 0px;
    padding-top: 20px; }
  /* captcha */
  .captcha-field {
    padding-left: 175px !important;
    float: left !important; }
  .hotlinebox {
    text-align: center; }
  .countdown-wrapper .infotext .headline {
    top: 0px; }
  .countdown-wrapper .infotext .btn {
    clear: both;
    display: inline-block;
    float: none;
    margin-top: 20px; }
  .logoelement-wrapper ul {
    display: none; }
  .logoelement-wrapper .description-wrapper {
    display: none; }
    .logoelement-wrapper .description-wrapper.mobile {
      display: block; }
  .logoelement-wrapper .mobile {
    display: block; }
  .customposts-liste .vc_row {
    display: block; }
  .customposts-liste .newselement-wrapper {
    height: 100%; } }

@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

@media only screen and (min-width: 870px) and (max-width: 1179px) {
  label {
    text-align: left; }
  .gform_footer {
    padding-left: 0px; }
  .iconbox .content {
    height: 200px; } }

@media only screen and (min-width: 768px) and (max-width: 1179px) {
  .validation_message {
    left: 0px; }
  #recaptcha_widget_div {
    float: none; }
  /* captcha */
  .captcha-field {
    float: left; } }

@media only screen and (max-width: 850px) {
  .countdown .countdownborder {
    display: none; } }

@media only screen and (min-width: 810px) and (max-width: 900px) {
  .tablepress td[class^="column-"], .tablepress div[class*=" column-"] {
    padding: 10px 20px;
    vertical-align: top; } }

@media only screen and (max-width: 810px) {
  h1.title {
    max-width: 150px; }
  .header-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff; }
    .header-container.sticky #inner-header {
      height: 60px !important; }
    .header-container #inner-header {
      height: 60px !important;
      padding-left: 0;
      padding-right: 0; }
    .header-container img {
      max-width: 150px;
      height: auto;
      padding-left: 15px; }
  .menu-toggle {
    display: inline !important;
    margin-top: 30px; }
  .header-container .menu-main-navigation-container {
    display: none; }
  .header-container nav {
    width: 100%;
    float: left;
    margin-top: 0px !important; }
  .sticky-placeholder {
    display: block;
    width: 100%;
    height: 60px; }
  footer .source-org {
    clear: both;
    float: none; }
  footer ul#menu-footer {
    float: left;
    margin-top: 0px; }
    footer ul#menu-footer li a {
      padding-left: 0;
      padding-right: 30px; }
  /* TABLE */
  .tarifmodell td.column-1 {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto; }
  .tablepress td[class^="column-"], .tablepress div[class*=" column-"] {
    padding: 10px 10px;
    vertical-align: top; }
  .toTopBtn {
    display: none; } }

@media only screen and (min-width: 811px) {
  .menu-toggle {
    display: none; } }

@media only screen and (max-width: 1070px) {
  ul#menu-main-navigation {
    width: 500px; }
  .header-container nav {
    margin-top: 10px; }
  .header-container.sticky #inner-header {
    height: 80px; }
  .header-container.sticky nav {
    margin-top: 10px; } }

@media only screen and (min-width: 1071px) {
  ul#menu-main-navigation {
    width: auto; } }

@media only screen and (max-width: 1024px) {
  ul#menu-main-navigation {
    position: relative;
    right: -3px; }
    ul#menu-main-navigation li:last-child a {
      padding-right: 0px !important; }
  .header-container.sticky #inner-header {
    height: 80px; }
  .countdown-wrapper .infotext .headline {
    top: 0px;
    float: none;
    display: inline-block; }
  .countdown-wrapper .infotext .btn {
    clear: both;
    display: inline-block;
    float: none;
    margin-top: 20px; }
  div.hotlinebox .hotline-headline {
    font-size: 26px; }
  div.hotlinebox .hotline-contact {
    font-size: 16px; }
  div.hotlinebox .hotline-details {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 20px; } }

/* TABLET PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 869px) {
  .sidebar {
    width: 230px;
    padding-right: 0px; }
  .vc_inner .vc_col-sm-4:last-child {
    padding-right: 0px !important; }
  label {
    text-align: left; }
  .gform_footer {
    padding-left: 0px; }
  .officebox .btn a {
    padding-left: 30px;
    padding-right: 30px; }
  .officebox .content {
    width: auto; }
  .contactperson {
    text-align: left; }
  .wpb_single_image.logos {
    display: none; }
  .iconbox .content {
    min-height: 170px;
    padding-left: 0px; }
  .iconbox i {
    clear: both;
    top: 0px;
    float: none; } }

/* TABLET LANDSCAPE */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sidebar {
    width: 260px;
    padding-right: 0px; }
  .vc_inner .vc_col-sm-4:last-child {
    padding-right: 0px !important; }
  label {
    text-align: left; }
  .gform_footer {
    padding-left: 0px; } }

/* iPhone (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .map_wrapper .basel {
    top: 7%;
    left: 36%; }
  .map_wrapper .stgallen {
    top: 8%; }
  .map_wrapper .zurich {
    top: 40%;
    left: 37%; } }

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .map_wrapper .basel {
    top: 10%; }
  .map_wrapper .stgallen {
    top: 14%; }
  .map_wrapper .zurich {
    top: 47%;
    left: 27%; } }

/* iPad In Portrait & Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .wpb_text_column li:before, .entry-content li:before {
    font-size: 15px;
    top: 0px;
    padding-right: 20px; }
  .hotlinebox .hotline-headline {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto; }
  .stage {
    background-attachment: initial; }
  .bg-parallax {
    background-attachment: initial; } }

/* Retina iPad In Portrait & Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .wpb_text_column li:before, .entry-content li:before {
    font-size: 15px;
    top: 0px;
    padding-right: 20px; }
  .hotlinebox .hotline-headline {
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto; }
  .stage {
    background-attachment: initial; }
  .bg-parallax {
    background-attachment: initial; } }

/* iPhone 5 In Portrait & Landscape  */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .wpb_text_column li:before, .entry-content li:before {
    font-size: 10px;
    top: 0px;
    padding-right: 15px; } }
