/* already defined
@gray:                   lighten(@gray-base, 33.5%); // #555
@gray-light:             lighten(@gray-base, 46.7%); // #777
@gray-lighter:           lighten(@gray-base, 93.5%); // #eee*/
/*! jQuery UI - v1.12.0 - 2016-08-01
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.59999999999999%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/jquery-ui/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/jquery-ui/images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/jquery-ui/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/jquery-ui/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/jquery-ui/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/jquery-ui/images/ui-icons_cc0000_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
@font-face {
  font-family: 'icomoon';
  src: url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/icomoon.eot?-rdmvgc');
  src: url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/icomoon.eot?#iefix-rdmvgc') format('embedded-opentype'), url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/icomoon.woff?-rdmvgc') format('woff'), url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/icomoon.ttf?-rdmvgc') format('truetype'), url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/icomoon.svg?-rdmvgc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-A-Z:before {
  content: "\e600";
}
.icon-Aa:before {
  content: "\e601";
}
.icon-Add-Bag:before {
  content: "\e602";
}
.icon-Add-Basket:before {
  content: "\e603";
}
.icon-Add-Cart:before {
  content: "\e604";
}
.icon-Add-File:before {
  content: "\e605";
}
.icon-Add-SpaceAfterParagraph:before {
  content: "\e606";
}
.icon-Add-SpaceBeforeParagraph:before {
  content: "\e607";
}
.icon-Add-User:before {
  content: "\e608";
}
.icon-Add-UserStar:before {
  content: "\e609";
}
.icon-Add-Window:before {
  content: "\e60a";
}
.icon-Add:before {
  content: "\e60b";
}
.icon-Address-Book:before {
  content: "\e60c";
}
.icon-Address-Book2:before {
  content: "\e60d";
}
.icon-Administrator:before {
  content: "\e60e";
}
.icon-Aerobics-2:before {
  content: "\e60f";
}
.icon-Aerobics-3:before {
  content: "\e610";
}
.icon-Aerobics:before {
  content: "\e611";
}
.icon-Affiliate:before {
  content: "\e612";
}
.icon-Aim:before {
  content: "\e613";
}
.icon-Air-Balloon:before {
  content: "\e614";
}
.icon-Airbrush:before {
  content: "\e615";
}
.icon-Airship:before {
  content: "\e616";
}
.icon-Alarm-Clock:before {
  content: "\e617";
}
.icon-Alarm-Clock2:before {
  content: "\e618";
}
.icon-Alarm:before {
  content: "\e619";
}
.icon-Alien-2:before {
  content: "\e61a";
}
.icon-Alien:before {
  content: "\e61b";
}
.icon-Aligator:before {
  content: "\e61c";
}
.icon-Align-Center:before {
  content: "\e61d";
}
.icon-Align-JustifyAll:before {
  content: "\e61e";
}
.icon-Align-JustifyCenter:before {
  content: "\e61f";
}
.icon-Align-JustifyLeft:before {
  content: "\e620";
}
.icon-Align-JustifyRight:before {
  content: "\e621";
}
.icon-Align-Left:before {
  content: "\e622";
}
.icon-Align-Right:before {
  content: "\e623";
}
.icon-Alpha:before {
  content: "\e624";
}
.icon-Ambulance:before {
  content: "\e625";
}
.icon-AMX:before {
  content: "\e626";
}
.icon-Anchor-2:before {
  content: "\e627";
}
.icon-Anchor:before {
  content: "\e628";
}
.icon-Android-Store:before {
  content: "\e629";
}
.icon-Android:before {
  content: "\e62a";
}
.icon-Angel-Smiley:before {
  content: "\e62b";
}
.icon-Angel:before {
  content: "\e62c";
}
.icon-Angry:before {
  content: "\e62d";
}
.icon-Apple-Bite:before {
  content: "\e62e";
}
.icon-Apple-Store:before {
  content: "\e62f";
}
.icon-Apple:before {
  content: "\e630";
}
.icon-Approved-Window:before {
  content: "\e631";
}
.icon-Aquarius-2:before {
  content: "\e632";
}
.icon-Aquarius:before {
  content: "\e633";
}
.icon-Archery-2:before {
  content: "\e634";
}
.icon-Archery:before {
  content: "\e635";
}
.icon-Argentina:before {
  content: "\e636";
}
.icon-Aries-2:before {
  content: "\e637";
}
.icon-Aries:before {
  content: "\e638";
}
.icon-Army-Key:before {
  content: "\e639";
}
.icon-Arrow-Around:before {
  content: "\e63a";
}
.icon-Arrow-Back3:before {
  content: "\e63b";
}
.icon-Arrow-Back:before {
  content: "\e63c";
}
.icon-Arrow-Back2:before {
  content: "\e63d";
}
.icon-Arrow-Barrier:before {
  content: "\e63e";
}
.icon-Arrow-Circle:before {
  content: "\e63f";
}
.icon-Arrow-Cross:before {
  content: "\e640";
}
.icon-Arrow-Down:before {
  content: "\e641";
}
.icon-Arrow-Down2:before {
  content: "\e642";
}
.icon-Arrow-Down3:before {
  content: "\e643";
}
.icon-Arrow-DowninCircle:before {
  content: "\e644";
}
.icon-Arrow-Fork:before {
  content: "\e645";
}
.icon-Arrow-Forward:before {
  content: "\e646";
}
.icon-Arrow-Forward2:before {
  content: "\e647";
}
.icon-Arrow-From:before {
  content: "\e648";
}
.icon-Arrow-Inside:before {
  content: "\e649";
}
.icon-Arrow-Inside45:before {
  content: "\e64a";
}
.icon-Arrow-InsideGap:before {
  content: "\e64b";
}
.icon-Arrow-InsideGap45:before {
  content: "\e64c";
}
.icon-Arrow-Into:before {
  content: "\e64d";
}
.icon-Arrow-Join:before {
  content: "\e64e";
}
.icon-Arrow-Junction:before {
  content: "\e64f";
}
.icon-Arrow-Left:before {
  content: "\e650";
}
.icon-Arrow-Left2:before {
  content: "\e651";
}
.icon-Arrow-LeftinCircle:before {
  content: "\e652";
}
.icon-Arrow-Loop:before {
  content: "\e653";
}
.icon-Arrow-Merge:before {
  content: "\e654";
}
.icon-Arrow-Mix:before {
  content: "\e655";
}
.icon-Arrow-Next:before {
  content: "\e656";
}
.icon-Arrow-OutLeft:before {
  content: "\e657";
}
.icon-Arrow-OutRight:before {
  content: "\e658";
}
.icon-Arrow-Outside:before {
  content: "\e659";
}
.icon-Arrow-Outside45:before {
  content: "\e65a";
}
.icon-Arrow-OutsideGap:before {
  content: "\e65b";
}
.icon-Arrow-OutsideGap45:before {
  content: "\e65c";
}
.icon-Arrow-Over:before {
  content: "\e65d";
}
.icon-Arrow-Refresh:before {
  content: "\e65e";
}
.icon-Arrow-Refresh2:before {
  content: "\e65f";
}
.icon-Arrow-Right:before {
  content: "\e660";
}
.icon-Arrow-Right2:before {
  content: "\e661";
}
.icon-Arrow-RightinCircle:before {
  content: "\e662";
}
.icon-Arrow-Shuffle:before {
  content: "\e663";
}
.icon-Arrow-Squiggly:before {
  content: "\e664";
}
.icon-Arrow-Through:before {
  content: "\e665";
}
.icon-Arrow-To:before {
  content: "\e666";
}
.icon-Arrow-TurnLeft:before {
  content: "\e667";
}
.icon-Arrow-TurnRight:before {
  content: "\e668";
}
.icon-Arrow-Up:before {
  content: "\e669";
}
.icon-Arrow-Up2:before {
  content: "\e66a";
}
.icon-Arrow-Up3:before {
  content: "\e66b";
}
.icon-Arrow-UpinCircle:before {
  content: "\e66c";
}
.icon-Arrow-XLeft:before {
  content: "\e66d";
}
.icon-Arrow-XRight:before {
  content: "\e66e";
}
.icon-Ask:before {
  content: "\e66f";
}
.icon-Assistant:before {
  content: "\e670";
}
.icon-Astronaut:before {
  content: "\e671";
}
.icon-At-Sign:before {
  content: "\e672";
}
.icon-ATM:before {
  content: "\e673";
}
.icon-Atom:before {
  content: "\e674";
}
.icon-Audio:before {
  content: "\e675";
}
.icon-Auto-Flash:before {
  content: "\e676";
}
.icon-Autumn:before {
  content: "\e677";
}
.icon-Baby-Clothes:before {
  content: "\e678";
}
.icon-Baby-Clothes2:before {
  content: "\e679";
}
.icon-Baby-Cry:before {
  content: "\e67a";
}
.icon-Baby:before {
  content: "\e67b";
}
.icon-Back2:before {
  content: "\e67c";
}
.icon-Back-Media:before {
  content: "\e67d";
}
.icon-Back-Music:before {
  content: "\e67e";
}
.icon-Back:before {
  content: "\e67f";
}
.icon-Background:before {
  content: "\e680";
}
.icon-Bacteria:before {
  content: "\e681";
}
.icon-Bag-Coins:before {
  content: "\e682";
}
.icon-Bag-Items:before {
  content: "\e683";
}
.icon-Bag-Quantity:before {
  content: "\e684";
}
.icon-Bag:before {
  content: "\e685";
}
.icon-Bakelite:before {
  content: "\e686";
}
.icon-Ballet-Shoes:before {
  content: "\e687";
}
.icon-Balloon:before {
  content: "\e688";
}
.icon-Banana:before {
  content: "\e689";
}
.icon-Band-Aid:before {
  content: "\e68a";
}
.icon-Bank:before {
  content: "\e68b";
}
.icon-Bar-Chart:before {
  content: "\e68c";
}
.icon-Bar-Chart2:before {
  content: "\e68d";
}
.icon-Bar-Chart3:before {
  content: "\e68e";
}
.icon-Bar-Chart4:before {
  content: "\e68f";
}
.icon-Bar-Chart5:before {
  content: "\e690";
}
.icon-Bar-Code:before {
  content: "\e691";
}
.icon-Barricade-2:before {
  content: "\e692";
}
.icon-Barricade:before {
  content: "\e693";
}
.icon-Baseball:before {
  content: "\e694";
}
.icon-Basket-Ball:before {
  content: "\e695";
}
.icon-Basket-Coins:before {
  content: "\e696";
}
.icon-Basket-Items:before {
  content: "\e697";
}
.icon-Basket-Quantity:before {
  content: "\e698";
}
.icon-Bat-2:before {
  content: "\e699";
}
.icon-Bat:before {
  content: "\e69a";
}
.icon-Bathrobe:before {
  content: "\e69b";
}
.icon-Batman-Mask:before {
  content: "\e69c";
}
.icon-Battery-0:before {
  content: "\e69d";
}
.icon-Battery-25:before {
  content: "\e69e";
}
.icon-Battery-50:before {
  content: "\e69f";
}
.icon-Battery-75:before {
  content: "\e6a0";
}
.icon-Battery-100:before {
  content: "\e6a1";
}
.icon-Battery-Charge:before {
  content: "\e6a2";
}
.icon-Bear:before {
  content: "\e6a3";
}
.icon-Beard-2:before {
  content: "\e6a4";
}
.icon-Beard-3:before {
  content: "\e6a5";
}
.icon-Beard:before {
  content: "\e6a6";
}
.icon-Bebo:before {
  content: "\e6a7";
}
.icon-Bee:before {
  content: "\e6a8";
}
.icon-Beer-Glass:before {
  content: "\e6a9";
}
.icon-Beer:before {
  content: "\e6aa";
}
.icon-Bell-2:before {
  content: "\e6ab";
}
.icon-Bell:before {
  content: "\e6ac";
}
.icon-Belt-2:before {
  content: "\e6ad";
}
.icon-Belt-3:before {
  content: "\e6ae";
}
.icon-Belt:before {
  content: "\e6af";
}
.icon-Berlin-Tower:before {
  content: "\e6b0";
}
.icon-Beta:before {
  content: "\e6b1";
}
.icon-Betvibes:before {
  content: "\e6b2";
}
.icon-Bicycle-2:before {
  content: "\e6b3";
}
.icon-Bicycle-3:before {
  content: "\e6b4";
}
.icon-Bicycle:before {
  content: "\e6b5";
}
.icon-Big-Bang:before {
  content: "\e6b6";
}
.icon-Big-Data:before {
  content: "\e6b7";
}
.icon-Bike-Helmet:before {
  content: "\e6b8";
}
.icon-Bikini:before {
  content: "\e6b9";
}
.icon-Bilk-Bottle2:before {
  content: "\e6ba";
}
.icon-Billing:before {
  content: "\e6bb";
}
.icon-Bing:before {
  content: "\e6bc";
}
.icon-Binocular:before {
  content: "\e6bd";
}
.icon-Bio-Hazard:before {
  content: "\e6be";
}
.icon-Biotech:before {
  content: "\e6bf";
}
.icon-Bird-DeliveringLetter:before {
  content: "\e6c0";
}
.icon-Bird:before {
  content: "\e6c1";
}
.icon-Birthday-Cake:before {
  content: "\e6c2";
}
.icon-Bisexual:before {
  content: "\e6c3";
}
.icon-Bishop:before {
  content: "\e6c4";
}
.icon-Bitcoin:before {
  content: "\e6c5";
}
.icon-Black-Cat:before {
  content: "\e6c6";
}
.icon-Blackboard:before {
  content: "\e6c7";
}
.icon-Blinklist:before {
  content: "\e6c8";
}
.icon-Block-Cloud:before {
  content: "\e6c9";
}
.icon-Block-Window:before {
  content: "\e6ca";
}
.icon-Blogger:before {
  content: "\e6cb";
}
.icon-Blood:before {
  content: "\e6cc";
}
.icon-Blouse:before {
  content: "\e6cd";
}
.icon-Blueprint:before {
  content: "\e6ce";
}
.icon-Board:before {
  content: "\e6cf";
}
.icon-Bodybuilding:before {
  content: "\e6d0";
}
.icon-Bold-Text:before {
  content: "\e6d1";
}
.icon-Bone:before {
  content: "\e6d2";
}
.icon-Bones:before {
  content: "\e6d3";
}
.icon-Book:before {
  content: "\e6d4";
}
.icon-Bookmark:before {
  content: "\e6d5";
}
.icon-Books-2:before {
  content: "\e6d6";
}
.icon-Books:before {
  content: "\e6d7";
}
.icon-Boom:before {
  content: "\e6d8";
}
.icon-Boot-2:before {
  content: "\e6d9";
}
.icon-Boot:before {
  content: "\e6da";
}
.icon-Bottom-ToTop:before {
  content: "\e6db";
}
.icon-Bow-2:before {
  content: "\e6dc";
}
.icon-Bow-3:before {
  content: "\e6dd";
}
.icon-Bow-4:before {
  content: "\e6de";
}
.icon-Bow-5:before {
  content: "\e6df";
}
.icon-Bow-6:before {
  content: "\e6e0";
}
.icon-Bow:before {
  content: "\e6e1";
}
.icon-Bowling-2:before {
  content: "\e6e2";
}
.icon-Bowling:before {
  content: "\e6e3";
}
.icon-Box2:before {
  content: "\e6e4";
}
.icon-Box-Close:before {
  content: "\e6e5";
}
.icon-Box-Full:before {
  content: "\e6e6";
}
.icon-Box-Open:before {
  content: "\e6e7";
}
.icon-Box-withFolders:before {
  content: "\e6e8";
}
.icon-Box:before {
  content: "\e6e9";
}
.icon-Boy:before {
  content: "\e6ea";
}
.icon-Bra:before {
  content: "\e6eb";
}
.icon-Brain-2:before {
  content: "\e6ec";
}
.icon-Brain-3:before {
  content: "\e6ed";
}
.icon-Brain:before {
  content: "\e6ee";
}
.icon-Brazil:before {
  content: "\e6ef";
}
.icon-Bread-2:before {
  content: "\e6f0";
}
.icon-Bread:before {
  content: "\e6f1";
}
.icon-Bridge:before {
  content: "\e6f2";
}
.icon-Brightkite:before {
  content: "\e6f3";
}
.icon-Broke-Link2:before {
  content: "\e6f4";
}
.icon-Broken-Link:before {
  content: "\e6f5";
}
.icon-Broom:before {
  content: "\e6f6";
}
.icon-Brush:before {
  content: "\e6f7";
}
.icon-Bucket:before {
  content: "\e6f8";
}
.icon-Bug:before {
  content: "\e6f9";
}
.icon-Building:before {
  content: "\e6fa";
}
.icon-Bulleted-List:before {
  content: "\e6fb";
}
.icon-Bus-2:before {
  content: "\e6fc";
}
.icon-Bus:before {
  content: "\e6fd";
}
.icon-Business-Man:before {
  content: "\e6fe";
}
.icon-Business-ManWoman:before {
  content: "\e6ff";
}
.icon-Business-Mens:before {
  content: "\e700";
}
.icon-Business-Woman:before {
  content: "\e701";
}
.icon-Butterfly:before {
  content: "\e702";
}
.icon-Button:before {
  content: "\e703";
}
.icon-Cable-Car:before {
  content: "\e704";
}
.icon-Cake:before {
  content: "\e705";
}
.icon-Calculator-2:before {
  content: "\e706";
}
.icon-Calculator-3:before {
  content: "\e707";
}
.icon-Calculator:before {
  content: "\e708";
}
.icon-Calendar-2:before {
  content: "\e709";
}
.icon-Calendar-3:before {
  content: "\e70a";
}
.icon-Calendar-4:before {
  content: "\e70b";
}
.icon-Calendar-Clock:before {
  content: "\e70c";
}
.icon-Calendar:before {
  content: "\e70d";
}
.icon-Camel:before {
  content: "\e70e";
}
.icon-Camera-2:before {
  content: "\e70f";
}
.icon-Camera-3:before {
  content: "\e710";
}
.icon-Camera-4:before {
  content: "\e711";
}
.icon-Camera-5:before {
  content: "\e712";
}
.icon-Camera-Back:before {
  content: "\e713";
}
.icon-Camera:before {
  content: "\e714";
}
.icon-Can-2:before {
  content: "\e715";
}
.icon-Can:before {
  content: "\e716";
}
.icon-Canada:before {
  content: "\e717";
}
.icon-Cancer-2:before {
  content: "\e718";
}
.icon-Cancer-3:before {
  content: "\e719";
}
.icon-Cancer:before {
  content: "\e71a";
}
.icon-Candle:before {
  content: "\e71b";
}
.icon-Candy-Cane:before {
  content: "\e71c";
}
.icon-Candy:before {
  content: "\e71d";
}
.icon-Cannon:before {
  content: "\e71e";
}
.icon-Cap-2:before {
  content: "\e71f";
}
.icon-Cap-3:before {
  content: "\e720";
}
.icon-Cap-Smiley:before {
  content: "\e721";
}
.icon-Cap:before {
  content: "\e722";
}
.icon-Capricorn-2:before {
  content: "\e723";
}
.icon-Capricorn:before {
  content: "\e724";
}
.icon-Car-2:before {
  content: "\e725";
}
.icon-Car-3:before {
  content: "\e726";
}
.icon-Car-Coins:before {
  content: "\e727";
}
.icon-Car-Items:before {
  content: "\e728";
}
.icon-Car-Wheel:before {
  content: "\e729";
}
.icon-Car:before {
  content: "\e72a";
}
.icon-Cardigan:before {
  content: "\e72b";
}
.icon-Cardiovascular:before {
  content: "\e72c";
}
.icon-Cart-Quantity:before {
  content: "\e72d";
}
.icon-Casette-Tape:before {
  content: "\e72e";
}
.icon-Cash-Register:before {
  content: "\e72f";
}
.icon-Cash-register2:before {
  content: "\e730";
}
.icon-Castle:before {
  content: "\e731";
}
.icon-Cat:before {
  content: "\e732";
}
.icon-Cathedral:before {
  content: "\e733";
}
.icon-Cauldron:before {
  content: "\e734";
}
.icon-CD-2:before {
  content: "\e735";
}
.icon-CD-Cover:before {
  content: "\e736";
}
.icon-CD:before {
  content: "\e737";
}
.icon-Cello:before {
  content: "\e738";
}
.icon-Celsius:before {
  content: "\e739";
}
.icon-Chacked-Flag:before {
  content: "\e73a";
}
.icon-Chair:before {
  content: "\e73b";
}
.icon-Charger:before {
  content: "\e73c";
}
.icon-Check-2:before {
  content: "\e73d";
}
.icon-Check:before {
  content: "\e73e";
}
.icon-Checked-User:before {
  content: "\e73f";
}
.icon-Checkmate:before {
  content: "\e740";
}
.icon-Checkout-Bag:before {
  content: "\e741";
}
.icon-Checkout-Basket:before {
  content: "\e742";
}
.icon-Checkout:before {
  content: "\e743";
}
.icon-Cheese:before {
  content: "\e744";
}
.icon-Cheetah:before {
  content: "\e745";
}
.icon-Chef-Hat:before {
  content: "\e746";
}
.icon-Chef-Hat2:before {
  content: "\e747";
}
.icon-Chef:before {
  content: "\e748";
}
.icon-Chemical-2:before {
  content: "\e749";
}
.icon-Chemical-3:before {
  content: "\e74a";
}
.icon-Chemical-4:before {
  content: "\e74b";
}
.icon-Chemical-5:before {
  content: "\e74c";
}
.icon-Chemical:before {
  content: "\e74d";
}
.icon-Chess-Board:before {
  content: "\e74e";
}
.icon-Chess:before {
  content: "\e74f";
}
.icon-Chicken:before {
  content: "\e750";
}
.icon-Chile:before {
  content: "\e751";
}
.icon-Chimney:before {
  content: "\e752";
}
.icon-China:before {
  content: "\e753";
}
.icon-Chinese-Temple:before {
  content: "\e754";
}
.icon-Chip:before {
  content: "\e755";
}
.icon-Chopsticks-2:before {
  content: "\e756";
}
.icon-Chopsticks:before {
  content: "\e757";
}
.icon-Christmas-Ball:before {
  content: "\e758";
}
.icon-Christmas-Bell:before {
  content: "\e759";
}
.icon-Christmas-Candle:before {
  content: "\e75a";
}
.icon-Christmas-Hat:before {
  content: "\e75b";
}
.icon-Christmas-Sleigh:before {
  content: "\e75c";
}
.icon-Christmas-Snowman:before {
  content: "\e75d";
}
.icon-Christmas-Sock:before {
  content: "\e75e";
}
.icon-Christmas-Tree:before {
  content: "\e75f";
}
.icon-Christmas:before {
  content: "\e760";
}
.icon-Chrome:before {
  content: "\e761";
}
.icon-Chrysler-Building:before {
  content: "\e762";
}
.icon-Cinema:before {
  content: "\e763";
}
.icon-Circular-Point:before {
  content: "\e764";
}
.icon-City-Hall:before {
  content: "\e765";
}
.icon-Clamp:before {
  content: "\e766";
}
.icon-Clapperboard-Close:before {
  content: "\e767";
}
.icon-Clapperboard-Open:before {
  content: "\e768";
}
.icon-Claps:before {
  content: "\e769";
}
.icon-Clef:before {
  content: "\e76a";
}
.icon-Clinic:before {
  content: "\e76b";
}
.icon-Clock-2:before {
  content: "\e76c";
}
.icon-Clock-3:before {
  content: "\e76d";
}
.icon-Clock-4:before {
  content: "\e76e";
}
.icon-Clock-Back:before {
  content: "\e76f";
}
.icon-Clock-Forward:before {
  content: "\e770";
}
.icon-Clock:before {
  content: "\e771";
}
.icon-Close-Window:before {
  content: "\e772";
}
.icon-Close:before {
  content: "\e773";
}
.icon-Clothing-Store:before {
  content: "\e774";
}
.icon-Cloud--:before {
  content: "\e775";
}
.icon-Cloud-:before {
  content: "\e776";
}
.icon-Cloud-Camera:before {
  content: "\e777";
}
.icon-Cloud-Computer:before {
  content: "\e778";
}
.icon-Cloud-Email:before {
  content: "\e779";
}
.icon-Cloud-Hail:before {
  content: "\e77a";
}
.icon-Cloud-Laptop:before {
  content: "\e77b";
}
.icon-Cloud-Lock:before {
  content: "\e77c";
}
.icon-Cloud-Moon:before {
  content: "\e77d";
}
.icon-Cloud-Music:before {
  content: "\e77e";
}
.icon-Cloud-Picture:before {
  content: "\e77f";
}
.icon-Cloud-Rain:before {
  content: "\e780";
}
.icon-Cloud-Remove:before {
  content: "\e781";
}
.icon-Cloud-Secure:before {
  content: "\e782";
}
.icon-Cloud-Settings:before {
  content: "\e783";
}
.icon-Cloud-Smartphone:before {
  content: "\e784";
}
.icon-Cloud-Snow:before {
  content: "\e785";
}
.icon-Cloud-Sun:before {
  content: "\e786";
}
.icon-Cloud-Tablet:before {
  content: "\e787";
}
.icon-Cloud-Video:before {
  content: "\e788";
}
.icon-Cloud-Weather:before {
  content: "\e789";
}
.icon-Cloud:before {
  content: "\e78a";
}
.icon-Clouds-Weather:before {
  content: "\e78b";
}
.icon-Clouds:before {
  content: "\e78c";
}
.icon-Clown:before {
  content: "\e78d";
}
.icon-CMYK:before {
  content: "\e78e";
}
.icon-Coat:before {
  content: "\e78f";
}
.icon-Cocktail:before {
  content: "\e790";
}
.icon-Coconut:before {
  content: "\e791";
}
.icon-Code-Window:before {
  content: "\e792";
}
.icon-Coding:before {
  content: "\e793";
}
.icon-Coffee-2:before {
  content: "\e794";
}
.icon-Coffee-Bean:before {
  content: "\e795";
}
.icon-Coffee-Machine:before {
  content: "\e796";
}
.icon-Coffee-toGo:before {
  content: "\e797";
}
.icon-Coffee:before {
  content: "\e798";
}
.icon-Coffin:before {
  content: "\e799";
}
.icon-Coin:before {
  content: "\e79a";
}
.icon-Coins-2:before {
  content: "\e79b";
}
.icon-Coins-3:before {
  content: "\e79c";
}
.icon-Coins:before {
  content: "\e79d";
}
.icon-Colombia:before {
  content: "\e79e";
}
.icon-Colosseum:before {
  content: "\e79f";
}
.icon-Column-2:before {
  content: "\e7a0";
}
.icon-Column-3:before {
  content: "\e7a1";
}
.icon-Column:before {
  content: "\e7a2";
}
.icon-Comb-2:before {
  content: "\e7a3";
}
.icon-Comb:before {
  content: "\e7a4";
}
.icon-Communication-Tower:before {
  content: "\e7a5";
}
.icon-Communication-Tower2:before {
  content: "\e7a6";
}
.icon-Compass-2:before {
  content: "\e7a7";
}
.icon-Compass-3:before {
  content: "\e7a8";
}
.icon-Compass-4:before {
  content: "\e7a9";
}
.icon-Compass-Rose:before {
  content: "\e7aa";
}
.icon-Compass:before {
  content: "\e7ab";
}
.icon-Computer-2:before {
  content: "\e7ac";
}
.icon-Computer-3:before {
  content: "\e7ad";
}
.icon-Computer-Secure:before {
  content: "\e7ae";
}
.icon-Computer:before {
  content: "\e7af";
}
.icon-Conference:before {
  content: "\e7b0";
}
.icon-Confused:before {
  content: "\e7b1";
}
.icon-Conservation:before {
  content: "\e7b2";
}
.icon-Consulting:before {
  content: "\e7b3";
}
.icon-Contrast:before {
  content: "\e7b4";
}
.icon-Control-2:before {
  content: "\e7b5";
}
.icon-Control:before {
  content: "\e7b6";
}
.icon-Cookie-Man:before {
  content: "\e7b7";
}
.icon-Cookies:before {
  content: "\e7b8";
}
.icon-Cool-Guy:before {
  content: "\e7b9";
}
.icon-Cool:before {
  content: "\e7ba";
}
.icon-Copyright:before {
  content: "\e7bb";
}
.icon-Costume:before {
  content: "\e7bc";
}
.icon-Couple-Sign:before {
  content: "\e7bd";
}
.icon-Cow:before {
  content: "\e7be";
}
.icon-CPU:before {
  content: "\e7bf";
}
.icon-Crane:before {
  content: "\e7c0";
}
.icon-Cranium:before {
  content: "\e7c1";
}
.icon-Credit-Card:before {
  content: "\e7c2";
}
.icon-Credit-Card2:before {
  content: "\e7c3";
}
.icon-Credit-Card3:before {
  content: "\e7c4";
}
.icon-Cricket:before {
  content: "\e7c5";
}
.icon-Criminal:before {
  content: "\e7c6";
}
.icon-Croissant:before {
  content: "\e7c7";
}
.icon-Crop-2:before {
  content: "\e7c8";
}
.icon-Crop-3:before {
  content: "\e7c9";
}
.icon-Crown-2:before {
  content: "\e7ca";
}
.icon-Crown:before {
  content: "\e7cb";
}
.icon-Crying:before {
  content: "\e7cc";
}
.icon-Cube-Molecule:before {
  content: "\e7cd";
}
.icon-Cube-Molecule2:before {
  content: "\e7ce";
}
.icon-Cupcake:before {
  content: "\e7cf";
}
.icon-Cursor-Click:before {
  content: "\e7d0";
}
.icon-Cursor-Click2:before {
  content: "\e7d1";
}
.icon-Cursor-Move:before {
  content: "\e7d2";
}
.icon-Cursor-Move2:before {
  content: "\e7d3";
}
.icon-Cursor-Select:before {
  content: "\e7d4";
}
.icon-Cursor:before {
  content: "\e7d5";
}
.icon-D-Eyeglasses:before {
  content: "\e7d6";
}
.icon-D-Eyeglasses2:before {
  content: "\e7d7";
}
.icon-Dam:before {
  content: "\e7d8";
}
.icon-Danemark:before {
  content: "\e7d9";
}
.icon-Danger-2:before {
  content: "\e7da";
}
.icon-Danger:before {
  content: "\e7db";
}
.icon-Dashboard:before {
  content: "\e7dc";
}
.icon-Data-Backup:before {
  content: "\e7dd";
}
.icon-Data-Block:before {
  content: "\e7de";
}
.icon-Data-Center:before {
  content: "\e7df";
}
.icon-Data-Clock:before {
  content: "\e7e0";
}
.icon-Data-Cloud:before {
  content: "\e7e1";
}
.icon-Data-Compress:before {
  content: "\e7e2";
}
.icon-Data-Copy:before {
  content: "\e7e3";
}
.icon-Data-Download:before {
  content: "\e7e4";
}
.icon-Data-Financial:before {
  content: "\e7e5";
}
.icon-Data-Key:before {
  content: "\e7e6";
}
.icon-Data-Lock:before {
  content: "\e7e7";
}
.icon-Data-Network:before {
  content: "\e7e8";
}
.icon-Data-Password:before {
  content: "\e7e9";
}
.icon-Data-Power:before {
  content: "\e7ea";
}
.icon-Data-Refresh:before {
  content: "\e7eb";
}
.icon-Data-Save:before {
  content: "\e7ec";
}
.icon-Data-Search:before {
  content: "\e7ed";
}
.icon-Data-Security:before {
  content: "\e7ee";
}
.icon-Data-Settings:before {
  content: "\e7ef";
}
.icon-Data-Sharing:before {
  content: "\e7f0";
}
.icon-Data-Shield:before {
  content: "\e7f1";
}
.icon-Data-Signal:before {
  content: "\e7f2";
}
.icon-Data-Storage:before {
  content: "\e7f3";
}
.icon-Data-Stream:before {
  content: "\e7f4";
}
.icon-Data-Transfer:before {
  content: "\e7f5";
}
.icon-Data-Unlock:before {
  content: "\e7f6";
}
.icon-Data-Upload:before {
  content: "\e7f7";
}
.icon-Data-Yes:before {
  content: "\e7f8";
}
.icon-Data:before {
  content: "\e7f9";
}
.icon-David-Star:before {
  content: "\e7fa";
}
.icon-Daylight:before {
  content: "\e7fb";
}
.icon-Death:before {
  content: "\e7fc";
}
.icon-Debian:before {
  content: "\e7fd";
}
.icon-Dec:before {
  content: "\e7fe";
}
.icon-Decrase-Inedit:before {
  content: "\e7ff";
}
.icon-Deer-2:before {
  content: "\e800";
}
.icon-Deer:before {
  content: "\e801";
}
.icon-Delete-File:before {
  content: "\e802";
}
.icon-Delete-Window:before {
  content: "\e803";
}
.icon-Delicious:before {
  content: "\e804";
}
.icon-Depression:before {
  content: "\e805";
}
.icon-Deviantart:before {
  content: "\e806";
}
.icon-Device-SyncwithCloud:before {
  content: "\e807";
}
.icon-Diamond:before {
  content: "\e808";
}
.icon-Dice-2:before {
  content: "\e809";
}
.icon-Dice:before {
  content: "\e80a";
}
.icon-Digg:before {
  content: "\e80b";
}
.icon-Digital-Drawing:before {
  content: "\e80c";
}
.icon-Diigo:before {
  content: "\e80d";
}
.icon-Dinosaur:before {
  content: "\e80e";
}
.icon-Diploma-2:before {
  content: "\e80f";
}
.icon-Diploma:before {
  content: "\e810";
}
.icon-Direction-East:before {
  content: "\e811";
}
.icon-Direction-North:before {
  content: "\e812";
}
.icon-Direction-South:before {
  content: "\e813";
}
.icon-Direction-West:before {
  content: "\e814";
}
.icon-Director:before {
  content: "\e815";
}
.icon-Disk:before {
  content: "\e816";
}
.icon-Dj:before {
  content: "\e817";
}
.icon-DNA-2:before {
  content: "\e818";
}
.icon-DNA-Helix:before {
  content: "\e819";
}
.icon-DNA:before {
  content: "\e81a";
}
.icon-Doctor:before {
  content: "\e81b";
}
.icon-Dog:before {
  content: "\e81c";
}
.icon-Dollar-Sign:before {
  content: "\e81d";
}
.icon-Dollar-Sign2:before {
  content: "\e81e";
}
.icon-Dollar:before {
  content: "\e81f";
}
.icon-Dolphin:before {
  content: "\e820";
}
.icon-Domino:before {
  content: "\e821";
}
.icon-Door-Hanger:before {
  content: "\e822";
}
.icon-Door:before {
  content: "\e823";
}
.icon-Doplr:before {
  content: "\e824";
}
.icon-Double-Circle:before {
  content: "\e825";
}
.icon-Double-Tap:before {
  content: "\e826";
}
.icon-Doughnut:before {
  content: "\e827";
}
.icon-Dove:before {
  content: "\e828";
}
.icon-Down-2:before {
  content: "\e829";
}
.icon-Down-3:before {
  content: "\e82a";
}
.icon-Down-4:before {
  content: "\e82b";
}
.icon-Down:before {
  content: "\e82c";
}
.icon-Download-2:before {
  content: "\e82d";
}
.icon-Download-fromCloud:before {
  content: "\e82e";
}
.icon-Download-Window:before {
  content: "\e82f";
}
.icon-Download:before {
  content: "\e830";
}
.icon-Downward:before {
  content: "\e831";
}
.icon-Drag-Down:before {
  content: "\e832";
}
.icon-Drag-Left:before {
  content: "\e833";
}
.icon-Drag-Right:before {
  content: "\e834";
}
.icon-Drag-Up:before {
  content: "\e835";
}
.icon-Drag:before {
  content: "\e836";
}
.icon-Dress:before {
  content: "\e837";
}
.icon-Drill-2:before {
  content: "\e838";
}
.icon-Drill:before {
  content: "\e839";
}
.icon-Drop:before {
  content: "\e83a";
}
.icon-Dropbox:before {
  content: "\e83b";
}
.icon-Drum:before {
  content: "\e83c";
}
.icon-Dry:before {
  content: "\e83d";
}
.icon-Duck:before {
  content: "\e83e";
}
.icon-Dumbbell:before {
  content: "\e83f";
}
.icon-Duplicate-Layer:before {
  content: "\e840";
}
.icon-Duplicate-Window:before {
  content: "\e841";
}
.icon-DVD:before {
  content: "\e842";
}
.icon-Eagle:before {
  content: "\e843";
}
.icon-Ear:before {
  content: "\e844";
}
.icon-Earphones-2:before {
  content: "\e845";
}
.icon-Earphones:before {
  content: "\e846";
}
.icon-Eci-Icon:before {
  content: "\e847";
}
.icon-Edit-Map:before {
  content: "\e848";
}
.icon-Edit:before {
  content: "\e849";
}
.icon-Eggs:before {
  content: "\e84a";
}
.icon-Egypt:before {
  content: "\e84b";
}
.icon-Eifel-Tower:before {
  content: "\e84c";
}
.icon-eject-2:before {
  content: "\e84d";
}
.icon-Eject:before {
  content: "\e84e";
}
.icon-El-Castillo:before {
  content: "\e84f";
}
.icon-Elbow:before {
  content: "\e850";
}
.icon-Electric-Guitar:before {
  content: "\e851";
}
.icon-Electricity:before {
  content: "\e852";
}
.icon-Elephant:before {
  content: "\e853";
}
.icon-Email:before {
  content: "\e854";
}
.icon-Embassy:before {
  content: "\e855";
}
.icon-Empire-StateBuilding:before {
  content: "\e856";
}
.icon-Empty-Box:before {
  content: "\e857";
}
.icon-End2:before {
  content: "\e858";
}
.icon-End-2:before {
  content: "\e859";
}
.icon-End:before {
  content: "\e85a";
}
.icon-Endways:before {
  content: "\e85b";
}
.icon-Engineering:before {
  content: "\e85c";
}
.icon-Envelope-2:before {
  content: "\e85d";
}
.icon-Envelope:before {
  content: "\e85e";
}
.icon-Environmental-2:before {
  content: "\e85f";
}
.icon-Environmental-3:before {
  content: "\e860";
}
.icon-Environmental:before {
  content: "\e861";
}
.icon-Equalizer:before {
  content: "\e862";
}
.icon-Eraser-2:before {
  content: "\e863";
}
.icon-Eraser-3:before {
  content: "\e864";
}
.icon-Eraser:before {
  content: "\e865";
}
.icon-Error-404Window:before {
  content: "\e866";
}
.icon-Euro-Sign:before {
  content: "\e867";
}
.icon-Euro-Sign2:before {
  content: "\e868";
}
.icon-Euro:before {
  content: "\e869";
}
.icon-Evernote:before {
  content: "\e86a";
}
.icon-Evil:before {
  content: "\e86b";
}
.icon-Explode:before {
  content: "\e86c";
}
.icon-Eye-2:before {
  content: "\e86d";
}
.icon-Eye-Blind:before {
  content: "\e86e";
}
.icon-Eye-Invisible:before {
  content: "\e86f";
}
.icon-Eye-Scan:before {
  content: "\e870";
}
.icon-Eye-Visible:before {
  content: "\e871";
}
.icon-Eye:before {
  content: "\e872";
}
.icon-Eyebrow-2:before {
  content: "\e873";
}
.icon-Eyebrow-3:before {
  content: "\e874";
}
.icon-Eyebrow:before {
  content: "\e875";
}
.icon-Eyeglasses-Smiley:before {
  content: "\e876";
}
.icon-Eyeglasses-Smiley2:before {
  content: "\e877";
}
.icon-Face-Style:before {
  content: "\e878";
}
.icon-Face-Style2:before {
  content: "\e879";
}
.icon-Face-Style3:before {
  content: "\e87a";
}
.icon-Face-Style4:before {
  content: "\e87b";
}
.icon-Face-Style5:before {
  content: "\e87c";
}
.icon-Face-Style6:before {
  content: "\e87d";
}
.icon-Facebook-2:before {
  content: "\e87e";
}
.icon-Facebook:before {
  content: "\e87f";
}
.icon-Factory-2:before {
  content: "\e880";
}
.icon-Factory:before {
  content: "\e881";
}
.icon-Fahrenheit:before {
  content: "\e882";
}
.icon-Family-Sign:before {
  content: "\e883";
}
.icon-Fan:before {
  content: "\e884";
}
.icon-Farmer:before {
  content: "\e885";
}
.icon-Fashion:before {
  content: "\e886";
}
.icon-Favorite-Window:before {
  content: "\e887";
}
.icon-Fax:before {
  content: "\e888";
}
.icon-Feather:before {
  content: "\e889";
}
.icon-Feedburner:before {
  content: "\e88a";
}
.icon-Female-2:before {
  content: "\e88b";
}
.icon-Female-Sign:before {
  content: "\e88c";
}
.icon-Female:before {
  content: "\e88d";
}
.icon-File-Block:before {
  content: "\e88e";
}
.icon-File-Bookmark:before {
  content: "\e88f";
}
.icon-File-Chart:before {
  content: "\e890";
}
.icon-File-Clipboard:before {
  content: "\e891";
}
.icon-File-ClipboardFileText:before {
  content: "\e892";
}
.icon-File-ClipboardTextImage:before {
  content: "\e893";
}
.icon-File-Cloud:before {
  content: "\e894";
}
.icon-File-Copy:before {
  content: "\e895";
}
.icon-File-Copy2:before {
  content: "\e896";
}
.icon-File-CSV:before {
  content: "\e897";
}
.icon-File-Download:before {
  content: "\e898";
}
.icon-File-Edit:before {
  content: "\e899";
}
.icon-File-Excel:before {
  content: "\e89a";
}
.icon-File-Favorite:before {
  content: "\e89b";
}
.icon-File-Fire:before {
  content: "\e89c";
}
.icon-File-Graph:before {
  content: "\e89d";
}
.icon-File-Hide:before {
  content: "\e89e";
}
.icon-File-Horizontal:before {
  content: "\e89f";
}
.icon-File-HorizontalText:before {
  content: "\e8a0";
}
.icon-File-HTML:before {
  content: "\e8a1";
}
.icon-File-JPG:before {
  content: "\e8a2";
}
.icon-File-Link:before {
  content: "\e8a3";
}
.icon-File-Loading:before {
  content: "\e8a4";
}
.icon-File-Lock:before {
  content: "\e8a5";
}
.icon-File-Love:before {
  content: "\e8a6";
}
.icon-File-Music:before {
  content: "\e8a7";
}
.icon-File-Network:before {
  content: "\e8a8";
}
.icon-File-Pictures:before {
  content: "\e8a9";
}
.icon-File-Pie:before {
  content: "\e8aa";
}
.icon-File-Presentation:before {
  content: "\e8ab";
}
.icon-File-Refresh:before {
  content: "\e8ac";
}
.icon-File-Search:before {
  content: "\e8ad";
}
.icon-File-Settings:before {
  content: "\e8ae";
}
.icon-File-Share:before {
  content: "\e8af";
}
.icon-File-TextImage:before {
  content: "\e8b0";
}
.icon-File-Trash:before {
  content: "\e8b1";
}
.icon-File-TXT:before {
  content: "\e8b2";
}
.icon-File-Upload:before {
  content: "\e8b3";
}
.icon-File-Video:before {
  content: "\e8b4";
}
.icon-File-Word:before {
  content: "\e8b5";
}
.icon-File-Zip:before {
  content: "\e8b6";
}
.icon-File:before {
  content: "\e8b7";
}
.icon-Files:before {
  content: "\e8b8";
}
.icon-Film-Board:before {
  content: "\e8b9";
}
.icon-Film-Cartridge:before {
  content: "\e8ba";
}
.icon-Film-Strip:before {
  content: "\e8bb";
}
.icon-Film-Video:before {
  content: "\e8bc";
}
.icon-Film:before {
  content: "\e8bd";
}
.icon-Filter-2:before {
  content: "\e8be";
}
.icon-Filter:before {
  content: "\e8bf";
}
.icon-Financial:before {
  content: "\e8c0";
}
.icon-Find-User:before {
  content: "\e8c1";
}
.icon-Finger-DragFourSides:before {
  content: "\e8c2";
}
.icon-Finger-DragTwoSides:before {
  content: "\e8c3";
}
.icon-Finger-Print:before {
  content: "\e8c4";
}
.icon-Finger:before {
  content: "\e8c5";
}
.icon-Fingerprint-2:before {
  content: "\e8c6";
}
.icon-Fingerprint:before {
  content: "\e8c7";
}
.icon-Fire-Flame:before {
  content: "\e8c8";
}
.icon-Fire-Flame2:before {
  content: "\e8c9";
}
.icon-Fire-Hydrant:before {
  content: "\e8ca";
}
.icon-Fire-Staion:before {
  content: "\e8cb";
}
.icon-Firefox:before {
  content: "\e8cc";
}
.icon-Firewall:before {
  content: "\e8cd";
}
.icon-First-Aid:before {
  content: "\e8ce";
}
.icon-First:before {
  content: "\e8cf";
}
.icon-Fish-Food:before {
  content: "\e8d0";
}
.icon-Fish:before {
  content: "\e8d1";
}
.icon-Fit-To:before {
  content: "\e8d2";
}
.icon-Fit-To2:before {
  content: "\e8d3";
}
.icon-Five-Fingers:before {
  content: "\e8d4";
}
.icon-Five-FingersDrag:before {
  content: "\e8d5";
}
.icon-Five-FingersDrag2:before {
  content: "\e8d6";
}
.icon-Five-FingersTouch:before {
  content: "\e8d7";
}
.icon-Flag-2:before {
  content: "\e8d8";
}
.icon-Flag-3:before {
  content: "\e8d9";
}
.icon-Flag-4:before {
  content: "\e8da";
}
.icon-Flag-5:before {
  content: "\e8db";
}
.icon-Flag-6:before {
  content: "\e8dc";
}
.icon-Flag:before {
  content: "\e8dd";
}
.icon-Flamingo:before {
  content: "\e8de";
}
.icon-Flash-2:before {
  content: "\e8df";
}
.icon-Flash-Video:before {
  content: "\e8e0";
}
.icon-Flash:before {
  content: "\e8e1";
}
.icon-Flashlight:before {
  content: "\e8e2";
}
.icon-Flask-2:before {
  content: "\e8e3";
}
.icon-Flask:before {
  content: "\e8e4";
}
.icon-Flick:before {
  content: "\e8e5";
}
.icon-Flickr:before {
  content: "\e8e6";
}
.icon-Flowerpot:before {
  content: "\e8e7";
}
.icon-Fluorescent:before {
  content: "\e8e8";
}
.icon-Fog-Day:before {
  content: "\e8e9";
}
.icon-Fog-Night:before {
  content: "\e8ea";
}
.icon-Folder-Add:before {
  content: "\e8eb";
}
.icon-Folder-Archive:before {
  content: "\e8ec";
}
.icon-Folder-Binder:before {
  content: "\e8ed";
}
.icon-Folder-Binder2:before {
  content: "\e8ee";
}
.icon-Folder-Block:before {
  content: "\e8ef";
}
.icon-Folder-Bookmark:before {
  content: "\e8f0";
}
.icon-Folder-Close:before {
  content: "\e8f1";
}
.icon-Folder-Cloud:before {
  content: "\e8f2";
}
.icon-Folder-Delete:before {
  content: "\e8f3";
}
.icon-Folder-Download:before {
  content: "\e8f4";
}
.icon-Folder-Edit:before {
  content: "\e8f5";
}
.icon-Folder-Favorite:before {
  content: "\e8f6";
}
.icon-Folder-Fire:before {
  content: "\e8f7";
}
.icon-Folder-Hide:before {
  content: "\e8f8";
}
.icon-Folder-Link:before {
  content: "\e8f9";
}
.icon-Folder-Loading:before {
  content: "\e8fa";
}
.icon-Folder-Lock:before {
  content: "\e8fb";
}
.icon-Folder-Love:before {
  content: "\e8fc";
}
.icon-Folder-Music:before {
  content: "\e8fd";
}
.icon-Folder-Network:before {
  content: "\e8fe";
}
.icon-Folder-Open:before {
  content: "\e8ff";
}
.icon-Folder-Open2:before {
  content: "\e900";
}
.icon-Folder-Organizing:before {
  content: "\e901";
}
.icon-Folder-Pictures:before {
  content: "\e902";
}
.icon-Folder-Refresh:before {
  content: "\e903";
}
.icon-Folder-Remove-:before {
  content: "\e904";
}
.icon-Folder-Search:before {
  content: "\e905";
}
.icon-Folder-Settings:before {
  content: "\e906";
}
.icon-Folder-Share:before {
  content: "\e907";
}
.icon-Folder-Trash:before {
  content: "\e908";
}
.icon-Folder-Upload:before {
  content: "\e909";
}
.icon-Folder-Video:before {
  content: "\e90a";
}
.icon-Folder-WithDocument:before {
  content: "\e90b";
}
.icon-Folder-Zip:before {
  content: "\e90c";
}
.icon-Folder:before {
  content: "\e90d";
}
.icon-Folders:before {
  content: "\e90e";
}
.icon-Font-Color:before {
  content: "\e90f";
}
.icon-Font-Name:before {
  content: "\e910";
}
.icon-Font-Size:before {
  content: "\e911";
}
.icon-Font-Style:before {
  content: "\e912";
}
.icon-Font-StyleSubscript:before {
  content: "\e913";
}
.icon-Font-StyleSuperscript:before {
  content: "\e914";
}
.icon-Font-Window:before {
  content: "\e915";
}
.icon-Foot-2:before {
  content: "\e916";
}
.icon-Foot:before {
  content: "\e917";
}
.icon-Football-2:before {
  content: "\e918";
}
.icon-Football:before {
  content: "\e919";
}
.icon-Footprint-2:before {
  content: "\e91a";
}
.icon-Footprint-3:before {
  content: "\e91b";
}
.icon-Footprint:before {
  content: "\e91c";
}
.icon-Forest:before {
  content: "\e91d";
}
.icon-Fork:before {
  content: "\e91e";
}
.icon-Formspring:before {
  content: "\e91f";
}
.icon-Formula:before {
  content: "\e920";
}
.icon-Forsquare:before {
  content: "\e921";
}
.icon-Forward:before {
  content: "\e922";
}
.icon-Fountain-Pen:before {
  content: "\e923";
}
.icon-Four-Fingers:before {
  content: "\e924";
}
.icon-Four-FingersDrag:before {
  content: "\e925";
}
.icon-Four-FingersDrag2:before {
  content: "\e926";
}
.icon-Four-FingersTouch:before {
  content: "\e927";
}
.icon-Fox:before {
  content: "\e928";
}
.icon-Frankenstein:before {
  content: "\e929";
}
.icon-French-Fries:before {
  content: "\e92a";
}
.icon-Friendfeed:before {
  content: "\e92b";
}
.icon-Friendster:before {
  content: "\e92c";
}
.icon-Frog:before {
  content: "\e92d";
}
.icon-Fruits:before {
  content: "\e92e";
}
.icon-Fuel:before {
  content: "\e92f";
}
.icon-Full-Bag:before {
  content: "\e930";
}
.icon-Full-Basket:before {
  content: "\e931";
}
.icon-Full-Cart:before {
  content: "\e932";
}
.icon-Full-Moon:before {
  content: "\e933";
}
.icon-Full-Screen:before {
  content: "\e934";
}
.icon-Full-Screen2:before {
  content: "\e935";
}
.icon-Full-View:before {
  content: "\e936";
}
.icon-Full-View2:before {
  content: "\e937";
}
.icon-Full-ViewWindow:before {
  content: "\e938";
}
.icon-Function:before {
  content: "\e939";
}
.icon-Funky:before {
  content: "\e93a";
}
.icon-Funny-Bicycle:before {
  content: "\e93b";
}
.icon-Furl:before {
  content: "\e93c";
}
.icon-Gamepad-2:before {
  content: "\e93d";
}
.icon-Gamepad:before {
  content: "\e93e";
}
.icon-Gas-Pump:before {
  content: "\e93f";
}
.icon-Gaugage-2:before {
  content: "\e940";
}
.icon-Gaugage:before {
  content: "\e941";
}
.icon-Gay:before {
  content: "\e942";
}
.icon-Gear-2:before {
  content: "\e943";
}
.icon-Gear:before {
  content: "\e944";
}
.icon-Gears-2:before {
  content: "\e945";
}
.icon-Gears:before {
  content: "\e946";
}
.icon-Geek-2:before {
  content: "\e947";
}
.icon-Geek:before {
  content: "\e948";
}
.icon-Gemini-2:before {
  content: "\e949";
}
.icon-Gemini:before {
  content: "\e94a";
}
.icon-Genius:before {
  content: "\e94b";
}
.icon-Gentleman:before {
  content: "\e94c";
}
.icon-Geo--:before {
  content: "\e94d";
}
.icon-Geo-:before {
  content: "\e94e";
}
.icon-Geo-Close:before {
  content: "\e94f";
}
.icon-Geo-Love:before {
  content: "\e950";
}
.icon-Geo-Number:before {
  content: "\e951";
}
.icon-Geo-Star:before {
  content: "\e952";
}
.icon-Geo:before {
  content: "\e953";
}
.icon-Geo2--:before {
  content: "\e954";
}
.icon-Geo2-:before {
  content: "\e955";
}
.icon-Geo2-Close:before {
  content: "\e956";
}
.icon-Geo2-Love:before {
  content: "\e957";
}
.icon-Geo2-Number:before {
  content: "\e958";
}
.icon-Geo2-Star:before {
  content: "\e959";
}
.icon-Geo2:before {
  content: "\e95a";
}
.icon-Geo3--:before {
  content: "\e95b";
}
.icon-Geo3-:before {
  content: "\e95c";
}
.icon-Geo3-Close:before {
  content: "\e95d";
}
.icon-Geo3-Love:before {
  content: "\e95e";
}
.icon-Geo3-Number:before {
  content: "\e95f";
}
.icon-Geo3-Star:before {
  content: "\e960";
}
.icon-Geo3:before {
  content: "\e961";
}
.icon-Gey:before {
  content: "\e962";
}
.icon-Gift-Box:before {
  content: "\e963";
}
.icon-Giraffe:before {
  content: "\e964";
}
.icon-Girl:before {
  content: "\e965";
}
.icon-Glass-Water:before {
  content: "\e966";
}
.icon-Glasses-2:before {
  content: "\e967";
}
.icon-Glasses-3:before {
  content: "\e968";
}
.icon-Glasses:before {
  content: "\e969";
}
.icon-Global-Position:before {
  content: "\e96a";
}
.icon-Globe-2:before {
  content: "\e96b";
}
.icon-Globe:before {
  content: "\e96c";
}
.icon-Gloves:before {
  content: "\e96d";
}
.icon-Go-Bottom:before {
  content: "\e96e";
}
.icon-Go-Top:before {
  content: "\e96f";
}
.icon-Goggles:before {
  content: "\e970";
}
.icon-Golf-2:before {
  content: "\e971";
}
.icon-Golf:before {
  content: "\e972";
}
.icon-Google-Buzz:before {
  content: "\e973";
}
.icon-Google-Drive:before {
  content: "\e974";
}
.icon-Google-Play:before {
  content: "\e975";
}
.icon-Google-Plus:before {
  content: "\e976";
}
.icon-Google:before {
  content: "\e977";
}
.icon-Gopro:before {
  content: "\e978";
}
.icon-Gorilla:before {
  content: "\e979";
}
.icon-Gowalla:before {
  content: "\e97a";
}
.icon-Grave:before {
  content: "\e97b";
}
.icon-Graveyard:before {
  content: "\e97c";
}
.icon-Greece:before {
  content: "\e97d";
}
.icon-Green-Energy:before {
  content: "\e97e";
}
.icon-Green-House:before {
  content: "\e97f";
}
.icon-Guitar:before {
  content: "\e980";
}
.icon-Gun-2:before {
  content: "\e981";
}
.icon-Gun-3:before {
  content: "\e982";
}
.icon-Gun:before {
  content: "\e983";
}
.icon-Gymnastics:before {
  content: "\e984";
}
.icon-Hair-2:before {
  content: "\e985";
}
.icon-Hair-3:before {
  content: "\e986";
}
.icon-Hair-4:before {
  content: "\e987";
}
.icon-Hair:before {
  content: "\e988";
}
.icon-Half-Moon:before {
  content: "\e989";
}
.icon-Halloween-HalfMoon:before {
  content: "\e98a";
}
.icon-Halloween-Moon:before {
  content: "\e98b";
}
.icon-Hamburger:before {
  content: "\e98c";
}
.icon-Hammer:before {
  content: "\e98d";
}
.icon-Hand-Touch:before {
  content: "\e98e";
}
.icon-Hand-Touch2:before {
  content: "\e98f";
}
.icon-Hand-TouchSmartphone:before {
  content: "\e990";
}
.icon-Hand:before {
  content: "\e991";
}
.icon-Hands:before {
  content: "\e992";
}
.icon-Handshake:before {
  content: "\e993";
}
.icon-Hanger:before {
  content: "\e994";
}
.icon-Happy:before {
  content: "\e995";
}
.icon-Hat-2:before {
  content: "\e996";
}
.icon-Hat:before {
  content: "\e997";
}
.icon-Haunted-House:before {
  content: "\e998";
}
.icon-HD-Video:before {
  content: "\e999";
}
.icon-HD:before {
  content: "\e99a";
}
.icon-HDD:before {
  content: "\e99b";
}
.icon-Headphone:before {
  content: "\e99c";
}
.icon-Headphones:before {
  content: "\e99d";
}
.icon-Headset:before {
  content: "\e99e";
}
.icon-Heart-2:before {
  content: "\e99f";
}
.icon-Heart:before {
  content: "\e9a0";
}
.icon-Heels-2:before {
  content: "\e9a1";
}
.icon-Heels:before {
  content: "\e9a2";
}
.icon-Height-Window:before {
  content: "\e9a3";
}
.icon-Helicopter-2:before {
  content: "\e9a4";
}
.icon-Helicopter:before {
  content: "\e9a5";
}
.icon-Helix-2:before {
  content: "\e9a6";
}
.icon-Hello:before {
  content: "\e9a7";
}
.icon-Helmet-2:before {
  content: "\e9a8";
}
.icon-Helmet-3:before {
  content: "\e9a9";
}
.icon-Helmet:before {
  content: "\e9aa";
}
.icon-Hipo:before {
  content: "\e9ab";
}
.icon-Hipster-Glasses:before {
  content: "\e9ac";
}
.icon-Hipster-Glasses2:before {
  content: "\e9ad";
}
.icon-Hipster-Glasses3:before {
  content: "\e9ae";
}
.icon-Hipster-Headphones:before {
  content: "\e9af";
}
.icon-Hipster-Men:before {
  content: "\e9b0";
}
.icon-Hipster-Men2:before {
  content: "\e9b1";
}
.icon-Hipster-Men3:before {
  content: "\e9b2";
}
.icon-Hipster-Sunglasses:before {
  content: "\e9b3";
}
.icon-Hipster-Sunglasses2:before {
  content: "\e9b4";
}
.icon-Hipster-Sunglasses3:before {
  content: "\e9b5";
}
.icon-Hokey:before {
  content: "\e9b6";
}
.icon-Holly:before {
  content: "\e9b7";
}
.icon-Home-2:before {
  content: "\e9b8";
}
.icon-Home-3:before {
  content: "\e9b9";
}
.icon-Home-4:before {
  content: "\e9ba";
}
.icon-Home-5:before {
  content: "\e9bb";
}
.icon-Home-Window:before {
  content: "\e9bc";
}
.icon-Home:before {
  content: "\e9bd";
}
.icon-Homosexual:before {
  content: "\e9be";
}
.icon-Honey:before {
  content: "\e9bf";
}
.icon-Hong-Kong:before {
  content: "\e9c0";
}
.icon-Hoodie:before {
  content: "\e9c1";
}
.icon-Horror:before {
  content: "\e9c2";
}
.icon-Horse:before {
  content: "\e9c3";
}
.icon-Hospital-2:before {
  content: "\e9c4";
}
.icon-Hospital:before {
  content: "\e9c5";
}
.icon-Host:before {
  content: "\e9c6";
}
.icon-Hot-Dog:before {
  content: "\e9c7";
}
.icon-Hotel:before {
  content: "\e9c8";
}
.icon-Hour:before {
  content: "\e9c9";
}
.icon-Hub:before {
  content: "\e9ca";
}
.icon-Humor:before {
  content: "\e9cb";
}
.icon-Hurt:before {
  content: "\e9cc";
}
.icon-Ice-Cream:before {
  content: "\e9cd";
}
.icon-ICQ:before {
  content: "\e9ce";
}
.icon-ID-2:before {
  content: "\e9cf";
}
.icon-ID-3:before {
  content: "\e9d0";
}
.icon-ID-Card:before {
  content: "\e9d1";
}
.icon-Idea-2:before {
  content: "\e9d2";
}
.icon-Idea-3:before {
  content: "\e9d3";
}
.icon-Idea-4:before {
  content: "\e9d4";
}
.icon-Idea-5:before {
  content: "\e9d5";
}
.icon-Idea:before {
  content: "\e9d6";
}
.icon-Identification-Badge:before {
  content: "\e9d7";
}
.icon-ImDB:before {
  content: "\e9d8";
}
.icon-Inbox-Empty:before {
  content: "\e9d9";
}
.icon-Inbox-Forward:before {
  content: "\e9da";
}
.icon-Inbox-Full:before {
  content: "\e9db";
}
.icon-Inbox-Into:before {
  content: "\e9dc";
}
.icon-Inbox-Out:before {
  content: "\e9dd";
}
.icon-Inbox-Reply:before {
  content: "\e9de";
}
.icon-Inbox:before {
  content: "\e9df";
}
.icon-Increase-Inedit:before {
  content: "\e9e0";
}
.icon-Indent-FirstLine:before {
  content: "\e9e1";
}
.icon-Indent-LeftMargin:before {
  content: "\e9e2";
}
.icon-Indent-RightMargin:before {
  content: "\e9e3";
}
.icon-India:before {
  content: "\e9e4";
}
.icon-Info-Window:before {
  content: "\e9e5";
}
.icon-Information:before {
  content: "\e9e6";
}
.icon-Inifity:before {
  content: "\e9e7";
}
.icon-Instagram:before {
  content: "\e9e8";
}
.icon-Internet-2:before {
  content: "\e9e9";
}
.icon-Internet-Explorer:before {
  content: "\e9ea";
}
.icon-Internet-Smiley:before {
  content: "\e9eb";
}
.icon-Internet:before {
  content: "\e9ec";
}
.icon-iOS-Apple:before {
  content: "\e9ed";
}
.icon-Israel:before {
  content: "\e9ee";
}
.icon-Italic-Text:before {
  content: "\e9ef";
}
.icon-Jacket-2:before {
  content: "\e9f0";
}
.icon-Jacket:before {
  content: "\e9f1";
}
.icon-Jamaica:before {
  content: "\e9f2";
}
.icon-Japan:before {
  content: "\e9f3";
}
.icon-Japanese-Gate:before {
  content: "\e9f4";
}
.icon-Jeans:before {
  content: "\e9f5";
}
.icon-Jeep-2:before {
  content: "\e9f6";
}
.icon-Jeep:before {
  content: "\e9f7";
}
.icon-Jet:before {
  content: "\e9f8";
}
.icon-Joystick:before {
  content: "\e9f9";
}
.icon-Juice:before {
  content: "\e9fa";
}
.icon-Jump-Rope:before {
  content: "\e9fb";
}
.icon-Kangoroo:before {
  content: "\e9fc";
}
.icon-Kenya:before {
  content: "\e9fd";
}
.icon-Key-2:before {
  content: "\e9fe";
}
.icon-Key-3:before {
  content: "\e9ff";
}
.icon-Key-Lock:before {
  content: "\ea00";
}
.icon-Key:before {
  content: "\ea01";
}
.icon-Keyboard:before {
  content: "\ea02";
}
.icon-Keyboard3:before {
  content: "\ea03";
}
.icon-Keypad:before {
  content: "\ea04";
}
.icon-King-2:before {
  content: "\ea05";
}
.icon-King:before {
  content: "\ea06";
}
.icon-Kiss:before {
  content: "\ea07";
}
.icon-Knee:before {
  content: "\ea08";
}
.icon-Knife-2:before {
  content: "\ea09";
}
.icon-Knife:before {
  content: "\ea0a";
}
.icon-Knight:before {
  content: "\ea0b";
}
.icon-Koala:before {
  content: "\ea0c";
}
.icon-Korea:before {
  content: "\ea0d";
}
.icon-Lamp:before {
  content: "\ea0e";
}
.icon-Landscape-2:before {
  content: "\ea0f";
}
.icon-Landscape:before {
  content: "\ea10";
}
.icon-Lantern:before {
  content: "\ea11";
}
.icon-Laptop-2:before {
  content: "\ea12";
}
.icon-Laptop-3:before {
  content: "\ea13";
}
.icon-Laptop-Phone:before {
  content: "\ea14";
}
.icon-Laptop-Secure:before {
  content: "\ea15";
}
.icon-Laptop-Tablet:before {
  content: "\ea16";
}
.icon-Laptop:before {
  content: "\ea17";
}
.icon-Laser:before {
  content: "\ea18";
}
.icon-Last-FM:before {
  content: "\ea19";
}
.icon-Last:before {
  content: "\ea1a";
}
.icon-Laughing:before {
  content: "\ea1b";
}
.icon-Layer-1635:before {
  content: "\ea1c";
}
.icon-Layer-1646:before {
  content: "\ea1d";
}
.icon-Layer-Backward:before {
  content: "\ea1e";
}
.icon-Layer-Forward:before {
  content: "\ea1f";
}
.icon-Leafs-2:before {
  content: "\ea20";
}
.icon-Leafs:before {
  content: "\ea21";
}
.icon-Leaning-Tower:before {
  content: "\ea22";
}
.icon-Left--Right:before {
  content: "\ea23";
}
.icon-Left--Right3:before {
  content: "\ea24";
}
.icon-Left-2:before {
  content: "\ea25";
}
.icon-Left-3:before {
  content: "\ea26";
}
.icon-Left-4:before {
  content: "\ea27";
}
.icon-Left-ToRight:before {
  content: "\ea28";
}
.icon-Left:before {
  content: "\ea29";
}
.icon-Leg-2:before {
  content: "\ea2a";
}
.icon-Leg:before {
  content: "\ea2b";
}
.icon-Lego:before {
  content: "\ea2c";
}
.icon-Lemon:before {
  content: "\ea2d";
}
.icon-Len-2:before {
  content: "\ea2e";
}
.icon-Len-3:before {
  content: "\ea2f";
}
.icon-Len:before {
  content: "\ea30";
}
.icon-Leo-2:before {
  content: "\ea31";
}
.icon-Leo:before {
  content: "\ea32";
}
.icon-Leopard:before {
  content: "\ea33";
}
.icon-Lesbian:before {
  content: "\ea34";
}
.icon-Lesbians:before {
  content: "\ea35";
}
.icon-Letter-Close:before {
  content: "\ea36";
}
.icon-Letter-Open:before {
  content: "\ea37";
}
.icon-Letter-Sent:before {
  content: "\ea38";
}
.icon-Libra-2:before {
  content: "\ea39";
}
.icon-Libra:before {
  content: "\ea3a";
}
.icon-Library-2:before {
  content: "\ea3b";
}
.icon-Library:before {
  content: "\ea3c";
}
.icon-Life-Jacket:before {
  content: "\ea3d";
}
.icon-Life-Safer:before {
  content: "\ea3e";
}
.icon-Light-Bulb:before {
  content: "\ea3f";
}
.icon-Light-Bulb2:before {
  content: "\ea40";
}
.icon-Light-BulbLeaf:before {
  content: "\ea41";
}
.icon-Lighthouse:before {
  content: "\ea42";
}
.icon-Like-2:before {
  content: "\ea43";
}
.icon-Like:before {
  content: "\ea44";
}
.icon-Line-Chart:before {
  content: "\ea45";
}
.icon-Line-Chart2:before {
  content: "\ea46";
}
.icon-Line-Chart3:before {
  content: "\ea47";
}
.icon-Line-Chart4:before {
  content: "\ea48";
}
.icon-Line-Spacing:before {
  content: "\ea49";
}
.icon-Line-SpacingText:before {
  content: "\ea4a";
}
.icon-Link-2:before {
  content: "\ea4b";
}
.icon-Link:before {
  content: "\ea4c";
}
.icon-Linkedin-2:before {
  content: "\ea4d";
}
.icon-Linkedin:before {
  content: "\ea4e";
}
.icon-Linux:before {
  content: "\ea4f";
}
.icon-Lion:before {
  content: "\ea50";
}
.icon-Livejournal:before {
  content: "\ea51";
}
.icon-Loading-2:before {
  content: "\ea52";
}
.icon-Loading-3:before {
  content: "\ea53";
}
.icon-Loading-Window:before {
  content: "\ea54";
}
.icon-Loading:before {
  content: "\ea55";
}
.icon-Location-2:before {
  content: "\ea56";
}
.icon-Location:before {
  content: "\ea57";
}
.icon-Lock-2:before {
  content: "\ea58";
}
.icon-Lock-3:before {
  content: "\ea59";
}
.icon-Lock-User:before {
  content: "\ea5a";
}
.icon-Lock-Window:before {
  content: "\ea5b";
}
.icon-Lock:before {
  content: "\ea5c";
}
.icon-Lollipop-2:before {
  content: "\ea5d";
}
.icon-Lollipop-3:before {
  content: "\ea5e";
}
.icon-Lollipop:before {
  content: "\ea5f";
}
.icon-Loop:before {
  content: "\ea60";
}
.icon-Loud:before {
  content: "\ea61";
}
.icon-Loudspeaker:before {
  content: "\ea62";
}
.icon-Love-2:before {
  content: "\ea63";
}
.icon-Love-User:before {
  content: "\ea64";
}
.icon-Love-Window:before {
  content: "\ea65";
}
.icon-Love:before {
  content: "\ea66";
}
.icon-Lowercase-Text:before {
  content: "\ea67";
}
.icon-Luggafe-Front:before {
  content: "\ea68";
}
.icon-Luggage-2:before {
  content: "\ea69";
}
.icon-Macro:before {
  content: "\ea6a";
}
.icon-Magic-Wand:before {
  content: "\ea6b";
}
.icon-Magnet:before {
  content: "\ea6c";
}
.icon-Magnifi-Glass-:before {
  content: "\ea6d";
}
.icon-Magnifi-Glass:before {
  content: "\ea6e";
}
.icon-Magnifi-Glass2:before {
  content: "\ea6f";
}
.icon-Mail-2:before {
  content: "\ea70";
}
.icon-Mail-3:before {
  content: "\ea71";
}
.icon-Mail-Add:before {
  content: "\ea72";
}
.icon-Mail-Attachement:before {
  content: "\ea73";
}
.icon-Mail-Block:before {
  content: "\ea74";
}
.icon-Mail-Delete:before {
  content: "\ea75";
}
.icon-Mail-Favorite:before {
  content: "\ea76";
}
.icon-Mail-Forward:before {
  content: "\ea77";
}
.icon-Mail-Gallery:before {
  content: "\ea78";
}
.icon-Mail-Inbox:before {
  content: "\ea79";
}
.icon-Mail-Link:before {
  content: "\ea7a";
}
.icon-Mail-Lock:before {
  content: "\ea7b";
}
.icon-Mail-Love:before {
  content: "\ea7c";
}
.icon-Mail-Money:before {
  content: "\ea7d";
}
.icon-Mail-Open:before {
  content: "\ea7e";
}
.icon-Mail-Outbox:before {
  content: "\ea7f";
}
.icon-Mail-Password:before {
  content: "\ea80";
}
.icon-Mail-Photo:before {
  content: "\ea81";
}
.icon-Mail-Read:before {
  content: "\ea82";
}
.icon-Mail-Removex:before {
  content: "\ea83";
}
.icon-Mail-Reply:before {
  content: "\ea84";
}
.icon-Mail-ReplyAll:before {
  content: "\ea85";
}
.icon-Mail-Search:before {
  content: "\ea86";
}
.icon-Mail-Send:before {
  content: "\ea87";
}
.icon-Mail-Settings:before {
  content: "\ea88";
}
.icon-Mail-Unread:before {
  content: "\ea89";
}
.icon-Mail-Video:before {
  content: "\ea8a";
}
.icon-Mail-withAtSign:before {
  content: "\ea8b";
}
.icon-Mail-WithCursors:before {
  content: "\ea8c";
}
.icon-Mail:before {
  content: "\ea8d";
}
.icon-Mailbox-Empty:before {
  content: "\ea8e";
}
.icon-Mailbox-Full:before {
  content: "\ea8f";
}
.icon-Male-2:before {
  content: "\ea90";
}
.icon-Male-Sign:before {
  content: "\ea91";
}
.icon-Male:before {
  content: "\ea92";
}
.icon-MaleFemale:before {
  content: "\ea93";
}
.icon-Man-Sign:before {
  content: "\ea94";
}
.icon-Management:before {
  content: "\ea95";
}
.icon-Mans-Underwear:before {
  content: "\ea96";
}
.icon-Mans-Underwear2:before {
  content: "\ea97";
}
.icon-Map-Marker:before {
  content: "\ea98";
}
.icon-Map-Marker2:before {
  content: "\ea99";
}
.icon-Map-Marker3:before {
  content: "\ea9a";
}
.icon-Map:before {
  content: "\ea9b";
}
.icon-Map2:before {
  content: "\ea9c";
}
.icon-Marker-2:before {
  content: "\ea9d";
}
.icon-Marker-3:before {
  content: "\ea9e";
}
.icon-Marker:before {
  content: "\ea9f";
}
.icon-Martini-Glass:before {
  content: "\eaa0";
}
.icon-Mask:before {
  content: "\eaa1";
}
.icon-Master-Card:before {
  content: "\eaa2";
}
.icon-Maximize-Window:before {
  content: "\eaa3";
}
.icon-Maximize:before {
  content: "\eaa4";
}
.icon-Medal-2:before {
  content: "\eaa5";
}
.icon-Medal-3:before {
  content: "\eaa6";
}
.icon-Medal:before {
  content: "\eaa7";
}
.icon-Medical-Sign:before {
  content: "\eaa8";
}
.icon-Medicine-2:before {
  content: "\eaa9";
}
.icon-Medicine-3:before {
  content: "\eaaa";
}
.icon-Medicine:before {
  content: "\eaab";
}
.icon-Megaphone:before {
  content: "\eaac";
}
.icon-Memory-Card:before {
  content: "\eaad";
}
.icon-Memory-Card2:before {
  content: "\eaae";
}
.icon-Memory-Card3:before {
  content: "\eaaf";
}
.icon-Men:before {
  content: "\eab0";
}
.icon-Menorah:before {
  content: "\eab1";
}
.icon-Mens:before {
  content: "\eab2";
}
.icon-Metacafe:before {
  content: "\eab3";
}
.icon-Mexico:before {
  content: "\eab4";
}
.icon-Mic:before {
  content: "\eab5";
}
.icon-Microphone-2:before {
  content: "\eab6";
}
.icon-Microphone-3:before {
  content: "\eab7";
}
.icon-Microphone-4:before {
  content: "\eab8";
}
.icon-Microphone-5:before {
  content: "\eab9";
}
.icon-Microphone-6:before {
  content: "\eaba";
}
.icon-Microphone-7:before {
  content: "\eabb";
}
.icon-Microphone:before {
  content: "\eabc";
}
.icon-Microscope:before {
  content: "\eabd";
}
.icon-Milk-Bottle:before {
  content: "\eabe";
}
.icon-Mine:before {
  content: "\eabf";
}
.icon-Minimize-Maximize-Close-Window:before {
  content: "\eac0";
}
.icon-Minimize-Window:before {
  content: "\eac1";
}
.icon-Minimize:before {
  content: "\eac2";
}
.icon-Mirror:before {
  content: "\eac3";
}
.icon-Mixer:before {
  content: "\eac4";
}
.icon-Mixx:before {
  content: "\eac5";
}
.icon-Money-2:before {
  content: "\eac6";
}
.icon-Money-Bag:before {
  content: "\eac7";
}
.icon-Money-Smiley:before {
  content: "\eac8";
}
.icon-Money:before {
  content: "\eac9";
}
.icon-Monitor-2:before {
  content: "\eaca";
}
.icon-Monitor-3:before {
  content: "\eacb";
}
.icon-Monitor-4:before {
  content: "\eacc";
}
.icon-Monitor-5:before {
  content: "\eacd";
}
.icon-Monitor-Analytics:before {
  content: "\eace";
}
.icon-Monitor-Laptop:before {
  content: "\eacf";
}
.icon-Monitor-phone:before {
  content: "\ead0";
}
.icon-Monitor-Tablet:before {
  content: "\ead1";
}
.icon-Monitor-Vertical:before {
  content: "\ead2";
}
.icon-Monitor:before {
  content: "\ead3";
}
.icon-Monitoring:before {
  content: "\ead4";
}
.icon-Monkey:before {
  content: "\ead5";
}
.icon-Monster:before {
  content: "\ead6";
}
.icon-Morocco:before {
  content: "\ead7";
}
.icon-Motorcycle:before {
  content: "\ead8";
}
.icon-Mouse-2:before {
  content: "\ead9";
}
.icon-Mouse-3:before {
  content: "\eada";
}
.icon-Mouse-4:before {
  content: "\eadb";
}
.icon-Mouse-Pointer:before {
  content: "\eadc";
}
.icon-Mouse:before {
  content: "\eadd";
}
.icon-Moustache-Smiley:before {
  content: "\eade";
}
.icon-Movie-Ticket:before {
  content: "\eadf";
}
.icon-Movie:before {
  content: "\eae0";
}
.icon-Mp3-File:before {
  content: "\eae1";
}
.icon-Museum:before {
  content: "\eae2";
}
.icon-Mushroom:before {
  content: "\eae3";
}
.icon-Music-Note:before {
  content: "\eae4";
}
.icon-Music-Note2:before {
  content: "\eae5";
}
.icon-Music-Note3:before {
  content: "\eae6";
}
.icon-Music-Note4:before {
  content: "\eae7";
}
.icon-Music-Player:before {
  content: "\eae8";
}
.icon-Mustache-2:before {
  content: "\eae9";
}
.icon-Mustache-3:before {
  content: "\eaea";
}
.icon-Mustache-4:before {
  content: "\eaeb";
}
.icon-Mustache-5:before {
  content: "\eaec";
}
.icon-Mustache-6:before {
  content: "\eaed";
}
.icon-Mustache-7:before {
  content: "\eaee";
}
.icon-Mustache-8:before {
  content: "\eaef";
}
.icon-Mustache:before {
  content: "\eaf0";
}
.icon-Mute:before {
  content: "\eaf1";
}
.icon-Myspace:before {
  content: "\eaf2";
}
.icon-Navigat-Start:before {
  content: "\eaf3";
}
.icon-Navigate-End:before {
  content: "\eaf4";
}
.icon-Navigation-LeftWindow:before {
  content: "\eaf5";
}
.icon-Navigation-RightWindow:before {
  content: "\eaf6";
}
.icon-Nepal:before {
  content: "\eaf7";
}
.icon-Netscape:before {
  content: "\eaf8";
}
.icon-Network-Window:before {
  content: "\eaf9";
}
.icon-Network:before {
  content: "\eafa";
}
.icon-Neutron:before {
  content: "\eafb";
}
.icon-New-Mail:before {
  content: "\eafc";
}
.icon-New-Tab:before {
  content: "\eafd";
}
.icon-Newspaper-2:before {
  content: "\eafe";
}
.icon-Newspaper:before {
  content: "\eaff";
}
.icon-Newsvine:before {
  content: "\eb00";
}
.icon-Next2:before {
  content: "\eb01";
}
.icon-Next-3:before {
  content: "\eb02";
}
.icon-Next-Music:before {
  content: "\eb03";
}
.icon-Next:before {
  content: "\eb04";
}
.icon-No-Battery:before {
  content: "\eb05";
}
.icon-No-Drop:before {
  content: "\eb06";
}
.icon-No-Flash:before {
  content: "\eb07";
}
.icon-No-Smoking:before {
  content: "\eb08";
}
.icon-Noose:before {
  content: "\eb09";
}
.icon-Normal-Text:before {
  content: "\eb0a";
}
.icon-Note:before {
  content: "\eb0b";
}
.icon-Notepad-2:before {
  content: "\eb0c";
}
.icon-Notepad:before {
  content: "\eb0d";
}
.icon-Nuclear:before {
  content: "\eb0e";
}
.icon-Numbering-List:before {
  content: "\eb0f";
}
.icon-Nurse:before {
  content: "\eb10";
}
.icon-Office-Lamp:before {
  content: "\eb11";
}
.icon-Office:before {
  content: "\eb12";
}
.icon-Oil:before {
  content: "\eb13";
}
.icon-Old-Camera:before {
  content: "\eb14";
}
.icon-Old-Cassette:before {
  content: "\eb15";
}
.icon-Old-Clock:before {
  content: "\eb16";
}
.icon-Old-Radio:before {
  content: "\eb17";
}
.icon-Old-Sticky:before {
  content: "\eb18";
}
.icon-Old-Sticky2:before {
  content: "\eb19";
}
.icon-Old-Telephone:before {
  content: "\eb1a";
}
.icon-Old-TV:before {
  content: "\eb1b";
}
.icon-On-Air:before {
  content: "\eb1c";
}
.icon-On-Off-2:before {
  content: "\eb1d";
}
.icon-On-Off-3:before {
  content: "\eb1e";
}
.icon-On-off:before {
  content: "\eb1f";
}
.icon-One-Finger:before {
  content: "\eb20";
}
.icon-One-FingerTouch:before {
  content: "\eb21";
}
.icon-One-Window:before {
  content: "\eb22";
}
.icon-Open-Banana:before {
  content: "\eb23";
}
.icon-Open-Book:before {
  content: "\eb24";
}
.icon-Opera-House:before {
  content: "\eb25";
}
.icon-Opera:before {
  content: "\eb26";
}
.icon-Optimization:before {
  content: "\eb27";
}
.icon-Orientation-2:before {
  content: "\eb28";
}
.icon-Orientation-3:before {
  content: "\eb29";
}
.icon-Orientation:before {
  content: "\eb2a";
}
.icon-Orkut:before {
  content: "\eb2b";
}
.icon-Ornament:before {
  content: "\eb2c";
}
.icon-Over-Time:before {
  content: "\eb2d";
}
.icon-Over-Time2:before {
  content: "\eb2e";
}
.icon-Owl:before {
  content: "\eb2f";
}
.icon-Pac-Man:before {
  content: "\eb30";
}
.icon-Paint-Brush:before {
  content: "\eb31";
}
.icon-Paint-Bucket:before {
  content: "\eb32";
}
.icon-Paintbrush:before {
  content: "\eb33";
}
.icon-Palette:before {
  content: "\eb34";
}
.icon-Palm-Tree:before {
  content: "\eb35";
}
.icon-Panda:before {
  content: "\eb36";
}
.icon-Panorama:before {
  content: "\eb37";
}
.icon-Pantheon:before {
  content: "\eb38";
}
.icon-Pantone:before {
  content: "\eb39";
}
.icon-Pants:before {
  content: "\eb3a";
}
.icon-Paper-Plane:before {
  content: "\eb3b";
}
.icon-Paper:before {
  content: "\eb3c";
}
.icon-Parasailing:before {
  content: "\eb3d";
}
.icon-Parrot:before {
  content: "\eb3e";
}
.icon-Password-2shopping:before {
  content: "\eb3f";
}
.icon-Password-Field:before {
  content: "\eb40";
}
.icon-Password-shopping:before {
  content: "\eb41";
}
.icon-Password:before {
  content: "\eb42";
}
.icon-pause-2:before {
  content: "\eb43";
}
.icon-Pause:before {
  content: "\eb44";
}
.icon-Paw:before {
  content: "\eb45";
}
.icon-Pawn:before {
  content: "\eb46";
}
.icon-Paypal:before {
  content: "\eb47";
}
.icon-Pen-2:before {
  content: "\eb48";
}
.icon-Pen-3:before {
  content: "\eb49";
}
.icon-Pen-4:before {
  content: "\eb4a";
}
.icon-Pen-5:before {
  content: "\eb4b";
}
.icon-Pen-6:before {
  content: "\eb4c";
}
.icon-Pen:before {
  content: "\eb4d";
}
.icon-Pencil-Ruler:before {
  content: "\eb4e";
}
.icon-Pencil:before {
  content: "\eb4f";
}
.icon-Penguin:before {
  content: "\eb50";
}
.icon-Pentagon:before {
  content: "\eb51";
}
.icon-People-onCloud:before {
  content: "\eb52";
}
.icon-Pepper-withFire:before {
  content: "\eb53";
}
.icon-Pepper:before {
  content: "\eb54";
}
.icon-Petrol:before {
  content: "\eb55";
}
.icon-Petronas-Tower:before {
  content: "\eb56";
}
.icon-Philipines:before {
  content: "\eb57";
}
.icon-Phone-2:before {
  content: "\eb58";
}
.icon-Phone-3:before {
  content: "\eb59";
}
.icon-Phone-3G:before {
  content: "\eb5a";
}
.icon-Phone-4G:before {
  content: "\eb5b";
}
.icon-Phone-Simcard:before {
  content: "\eb5c";
}
.icon-Phone-SMS:before {
  content: "\eb5d";
}
.icon-Phone-Wifi:before {
  content: "\eb5e";
}
.icon-Phone:before {
  content: "\eb5f";
}
.icon-Photo-2:before {
  content: "\eb60";
}
.icon-Photo-3:before {
  content: "\eb61";
}
.icon-Photo-Album:before {
  content: "\eb62";
}
.icon-Photo-Album2:before {
  content: "\eb63";
}
.icon-Photo-Album3:before {
  content: "\eb64";
}
.icon-Photo:before {
  content: "\eb65";
}
.icon-Photos:before {
  content: "\eb66";
}
.icon-Physics:before {
  content: "\eb67";
}
.icon-Pi:before {
  content: "\eb68";
}
.icon-Piano:before {
  content: "\eb69";
}
.icon-Picasa:before {
  content: "\eb6a";
}
.icon-Pie-Chart:before {
  content: "\eb6b";
}
.icon-Pie-Chart2:before {
  content: "\eb6c";
}
.icon-Pie-Chart3:before {
  content: "\eb6d";
}
.icon-Pilates-2:before {
  content: "\eb6e";
}
.icon-Pilates-3:before {
  content: "\eb6f";
}
.icon-Pilates:before {
  content: "\eb70";
}
.icon-Pilot:before {
  content: "\eb71";
}
.icon-Pinch:before {
  content: "\eb72";
}
.icon-Ping-Pong:before {
  content: "\eb73";
}
.icon-Pinterest:before {
  content: "\eb74";
}
.icon-Pipe:before {
  content: "\eb75";
}
.icon-Pipette:before {
  content: "\eb76";
}
.icon-Piramids:before {
  content: "\eb77";
}
.icon-Pisces-2:before {
  content: "\eb78";
}
.icon-Pisces:before {
  content: "\eb79";
}
.icon-Pizza-Slice:before {
  content: "\eb7a";
}
.icon-Pizza:before {
  content: "\eb7b";
}
.icon-Plane-2:before {
  content: "\eb7c";
}
.icon-Plane:before {
  content: "\eb7d";
}
.icon-Plant:before {
  content: "\eb7e";
}
.icon-Plasmid:before {
  content: "\eb7f";
}
.icon-Plaster:before {
  content: "\eb80";
}
.icon-Plastic-CupPhone:before {
  content: "\eb81";
}
.icon-Plastic-CupPhone2:before {
  content: "\eb82";
}
.icon-Plate:before {
  content: "\eb83";
}
.icon-Plates:before {
  content: "\eb84";
}
.icon-Plaxo:before {
  content: "\eb85";
}
.icon-Play-Music:before {
  content: "\eb86";
}
.icon-Plug-In:before {
  content: "\eb87";
}
.icon-Plug-In2:before {
  content: "\eb88";
}
.icon-Plurk:before {
  content: "\eb89";
}
.icon-Pointer:before {
  content: "\eb8a";
}
.icon-Poland:before {
  content: "\eb8b";
}
.icon-Police-Man:before {
  content: "\eb8c";
}
.icon-Police-Station:before {
  content: "\eb8d";
}
.icon-Police-Woman:before {
  content: "\eb8e";
}
.icon-Police:before {
  content: "\eb8f";
}
.icon-Polo-Shirt:before {
  content: "\eb90";
}
.icon-Portrait:before {
  content: "\eb91";
}
.icon-Portugal:before {
  content: "\eb92";
}
.icon-Post-Mail:before {
  content: "\eb93";
}
.icon-Post-Mail2:before {
  content: "\eb94";
}
.icon-Post-Office:before {
  content: "\eb95";
}
.icon-Post-Sign:before {
  content: "\eb96";
}
.icon-Post-Sign2ways:before {
  content: "\eb97";
}
.icon-Posterous:before {
  content: "\eb98";
}
.icon-Pound-Sign:before {
  content: "\eb99";
}
.icon-Pound-Sign2:before {
  content: "\eb9a";
}
.icon-Pound:before {
  content: "\eb9b";
}
.icon-Power-2:before {
  content: "\eb9c";
}
.icon-Power-3:before {
  content: "\eb9d";
}
.icon-Power-Cable:before {
  content: "\eb9e";
}
.icon-Power-Station:before {
  content: "\eb9f";
}
.icon-Power:before {
  content: "\eba0";
}
.icon-Prater:before {
  content: "\eba1";
}
.icon-Present:before {
  content: "\eba2";
}
.icon-Presents:before {
  content: "\eba3";
}
.icon-Press:before {
  content: "\eba4";
}
.icon-Preview:before {
  content: "\eba5";
}
.icon-Previous:before {
  content: "\eba6";
}
.icon-Pricing:before {
  content: "\eba7";
}
.icon-Printer:before {
  content: "\eba8";
}
.icon-Professor:before {
  content: "\eba9";
}
.icon-Profile:before {
  content: "\ebaa";
}
.icon-Project:before {
  content: "\ebab";
}
.icon-Projector-2:before {
  content: "\ebac";
}
.icon-Projector:before {
  content: "\ebad";
}
.icon-Pulse:before {
  content: "\ebae";
}
.icon-Pumpkin:before {
  content: "\ebaf";
}
.icon-Punk:before {
  content: "\ebb0";
}
.icon-Punker:before {
  content: "\ebb1";
}
.icon-Puzzle:before {
  content: "\ebb2";
}
.icon-QIK:before {
  content: "\ebb3";
}
.icon-QR-Code:before {
  content: "\ebb4";
}
.icon-Queen-2:before {
  content: "\ebb5";
}
.icon-Queen:before {
  content: "\ebb6";
}
.icon-Quill-2:before {
  content: "\ebb7";
}
.icon-Quill-3:before {
  content: "\ebb8";
}
.icon-Quill:before {
  content: "\ebb9";
}
.icon-Quotes-2:before {
  content: "\ebba";
}
.icon-Quotes:before {
  content: "\ebbb";
}
.icon-Radio:before {
  content: "\ebbc";
}
.icon-Radioactive:before {
  content: "\ebbd";
}
.icon-Rafting:before {
  content: "\ebbe";
}
.icon-Rain-Drop:before {
  content: "\ebbf";
}
.icon-Rainbow-2:before {
  content: "\ebc0";
}
.icon-Rainbow:before {
  content: "\ebc1";
}
.icon-Ram:before {
  content: "\ebc2";
}
.icon-Razzor-Blade:before {
  content: "\ebc3";
}
.icon-Receipt-2:before {
  content: "\ebc4";
}
.icon-Receipt-3:before {
  content: "\ebc5";
}
.icon-Receipt-4:before {
  content: "\ebc6";
}
.icon-Receipt:before {
  content: "\ebc7";
}
.icon-Record2:before {
  content: "\ebc8";
}
.icon-Record-3:before {
  content: "\ebc9";
}
.icon-Record-Music:before {
  content: "\ebca";
}
.icon-Record:before {
  content: "\ebcb";
}
.icon-Recycling-2:before {
  content: "\ebcc";
}
.icon-Recycling:before {
  content: "\ebcd";
}
.icon-Reddit:before {
  content: "\ebce";
}
.icon-Redhat:before {
  content: "\ebcf";
}
.icon-Redirect:before {
  content: "\ebd0";
}
.icon-Redo:before {
  content: "\ebd1";
}
.icon-Reel:before {
  content: "\ebd2";
}
.icon-Refinery:before {
  content: "\ebd3";
}
.icon-Refresh-Window:before {
  content: "\ebd4";
}
.icon-Refresh:before {
  content: "\ebd5";
}
.icon-Reload-2:before {
  content: "\ebd6";
}
.icon-Reload-3:before {
  content: "\ebd7";
}
.icon-Reload:before {
  content: "\ebd8";
}
.icon-Remote-Controll:before {
  content: "\ebd9";
}
.icon-Remote-Controll2:before {
  content: "\ebda";
}
.icon-Remove-Bag:before {
  content: "\ebdb";
}
.icon-Remove-Basket:before {
  content: "\ebdc";
}
.icon-Remove-Cart:before {
  content: "\ebdd";
}
.icon-Remove-File:before {
  content: "\ebde";
}
.icon-Remove-User:before {
  content: "\ebdf";
}
.icon-Remove-Window:before {
  content: "\ebe0";
}
.icon-Remove:before {
  content: "\ebe1";
}
.icon-Rename:before {
  content: "\ebe2";
}
.icon-Repair:before {
  content: "\ebe3";
}
.icon-Repeat-2:before {
  content: "\ebe4";
}
.icon-Repeat-3:before {
  content: "\ebe5";
}
.icon-Repeat-4:before {
  content: "\ebe6";
}
.icon-Repeat-5:before {
  content: "\ebe7";
}
.icon-Repeat-6:before {
  content: "\ebe8";
}
.icon-Repeat-7:before {
  content: "\ebe9";
}
.icon-Repeat:before {
  content: "\ebea";
}
.icon-Reset:before {
  content: "\ebeb";
}
.icon-Resize:before {
  content: "\ebec";
}
.icon-Restore-Window:before {
  content: "\ebed";
}
.icon-Retouching:before {
  content: "\ebee";
}
.icon-Retro-Camera:before {
  content: "\ebef";
}
.icon-Retro:before {
  content: "\ebf0";
}
.icon-Retweet:before {
  content: "\ebf1";
}
.icon-Reverbnation:before {
  content: "\ebf2";
}
.icon-Rewind:before {
  content: "\ebf3";
}
.icon-RGB:before {
  content: "\ebf4";
}
.icon-Ribbon-2:before {
  content: "\ebf5";
}
.icon-Ribbon-3:before {
  content: "\ebf6";
}
.icon-Ribbon:before {
  content: "\ebf7";
}
.icon-Right-2:before {
  content: "\ebf8";
}
.icon-Right-3:before {
  content: "\ebf9";
}
.icon-Right-4:before {
  content: "\ebfa";
}
.icon-Right-ToLeft:before {
  content: "\ebfb";
}
.icon-Right:before {
  content: "\ebfc";
}
.icon-Road-2:before {
  content: "\ebfd";
}
.icon-Road-3:before {
  content: "\ebfe";
}
.icon-Road:before {
  content: "\ebff";
}
.icon-Robot-2:before {
  content: "\ec00";
}
.icon-Robot:before {
  content: "\ec01";
}
.icon-Rock-andRoll:before {
  content: "\ec02";
}
.icon-Rocket:before {
  content: "\ec03";
}
.icon-Roller:before {
  content: "\ec04";
}
.icon-Roof:before {
  content: "\ec05";
}
.icon-Rook:before {
  content: "\ec06";
}
.icon-Rotate-Gesture:before {
  content: "\ec07";
}
.icon-Rotate-Gesture2:before {
  content: "\ec08";
}
.icon-Rotate-Gesture3:before {
  content: "\ec09";
}
.icon-Rotation-390:before {
  content: "\ec0a";
}
.icon-Rotation:before {
  content: "\ec0b";
}
.icon-Router-2:before {
  content: "\ec0c";
}
.icon-Router:before {
  content: "\ec0d";
}
.icon-RSS:before {
  content: "\ec0e";
}
.icon-Ruler-2:before {
  content: "\ec0f";
}
.icon-Ruler:before {
  content: "\ec10";
}
.icon-Running-Shoes:before {
  content: "\ec11";
}
.icon-Running:before {
  content: "\ec12";
}
.icon-Safari:before {
  content: "\ec13";
}
.icon-Safe-Box:before {
  content: "\ec14";
}
.icon-Safe-Box2:before {
  content: "\ec15";
}
.icon-Safety-PinClose:before {
  content: "\ec16";
}
.icon-Safety-PinOpen:before {
  content: "\ec17";
}
.icon-Sagittarus-2:before {
  content: "\ec18";
}
.icon-Sagittarus:before {
  content: "\ec19";
}
.icon-Sailing-Ship:before {
  content: "\ec1a";
}
.icon-Sand-watch:before {
  content: "\ec1b";
}
.icon-Sand-watch2:before {
  content: "\ec1c";
}
.icon-Santa-Claus:before {
  content: "\ec1d";
}
.icon-Santa-Claus2:before {
  content: "\ec1e";
}
.icon-Santa-onSled:before {
  content: "\ec1f";
}
.icon-Satelite-2:before {
  content: "\ec20";
}
.icon-Satelite:before {
  content: "\ec21";
}
.icon-Save-Window:before {
  content: "\ec22";
}
.icon-Save:before {
  content: "\ec23";
}
.icon-Saw:before {
  content: "\ec24";
}
.icon-Saxophone:before {
  content: "\ec25";
}
.icon-Scale:before {
  content: "\ec26";
}
.icon-Scarf:before {
  content: "\ec27";
}
.icon-Scissor:before {
  content: "\ec28";
}
.icon-Scooter-Front:before {
  content: "\ec29";
}
.icon-Scooter:before {
  content: "\ec2a";
}
.icon-Scorpio-2:before {
  content: "\ec2b";
}
.icon-Scorpio:before {
  content: "\ec2c";
}
.icon-Scotland:before {
  content: "\ec2d";
}
.icon-Screwdriver:before {
  content: "\ec2e";
}
.icon-Scroll-Fast:before {
  content: "\ec2f";
}
.icon-Scroll:before {
  content: "\ec30";
}
.icon-Scroller-2:before {
  content: "\ec31";
}
.icon-Scroller:before {
  content: "\ec32";
}
.icon-Sea-Dog:before {
  content: "\ec33";
}
.icon-Search-onCloud:before {
  content: "\ec34";
}
.icon-Search-People:before {
  content: "\ec35";
}
.icon-secound:before {
  content: "\ec36";
}
.icon-secound2:before {
  content: "\ec37";
}
.icon-Security-Block:before {
  content: "\ec38";
}
.icon-Security-Bug:before {
  content: "\ec39";
}
.icon-Security-Camera:before {
  content: "\ec3a";
}
.icon-Security-Check:before {
  content: "\ec3b";
}
.icon-Security-Settings:before {
  content: "\ec3c";
}
.icon-Security-Smiley:before {
  content: "\ec3d";
}
.icon-Securiy-Remove:before {
  content: "\ec3e";
}
.icon-Seed:before {
  content: "\ec3f";
}
.icon-Selfie:before {
  content: "\ec40";
}
.icon-Serbia:before {
  content: "\ec41";
}
.icon-Server-2:before {
  content: "\ec42";
}
.icon-Server:before {
  content: "\ec43";
}
.icon-Servers:before {
  content: "\ec44";
}
.icon-Settings-Window:before {
  content: "\ec45";
}
.icon-Sewing-Machine:before {
  content: "\ec46";
}
.icon-Sexual:before {
  content: "\ec47";
}
.icon-Share-onCloud:before {
  content: "\ec48";
}
.icon-Share-Window:before {
  content: "\ec49";
}
.icon-Share:before {
  content: "\ec4a";
}
.icon-Sharethis:before {
  content: "\ec4b";
}
.icon-Shark:before {
  content: "\ec4c";
}
.icon-Sheep:before {
  content: "\ec4d";
}
.icon-Sheriff-Badge:before {
  content: "\ec4e";
}
.icon-Shield:before {
  content: "\ec4f";
}
.icon-Ship-2:before {
  content: "\ec50";
}
.icon-Ship:before {
  content: "\ec51";
}
.icon-Shirt:before {
  content: "\ec52";
}
.icon-Shoes-2:before {
  content: "\ec53";
}
.icon-Shoes-3:before {
  content: "\ec54";
}
.icon-Shoes:before {
  content: "\ec55";
}
.icon-Shop-2:before {
  content: "\ec56";
}
.icon-Shop-3:before {
  content: "\ec57";
}
.icon-Shop-4:before {
  content: "\ec58";
}
.icon-Shop:before {
  content: "\ec59";
}
.icon-Shopping-Bag:before {
  content: "\ec5a";
}
.icon-Shopping-Basket:before {
  content: "\ec5b";
}
.icon-Shopping-Cart:before {
  content: "\ec5c";
}
.icon-Short-Pants:before {
  content: "\ec5d";
}
.icon-Shoutwire:before {
  content: "\ec5e";
}
.icon-Shovel:before {
  content: "\ec5f";
}
.icon-Shuffle-2:before {
  content: "\ec60";
}
.icon-Shuffle-3:before {
  content: "\ec61";
}
.icon-Shuffle-4:before {
  content: "\ec62";
}
.icon-Shuffle:before {
  content: "\ec63";
}
.icon-Shutter:before {
  content: "\ec64";
}
.icon-Sidebar-Window:before {
  content: "\ec65";
}
.icon-Signal:before {
  content: "\ec66";
}
.icon-Singapore:before {
  content: "\ec67";
}
.icon-Skate-Shoes:before {
  content: "\ec68";
}
.icon-Skateboard-2:before {
  content: "\ec69";
}
.icon-Skateboard:before {
  content: "\ec6a";
}
.icon-Skeleton:before {
  content: "\ec6b";
}
.icon-Ski:before {
  content: "\ec6c";
}
.icon-Skirt:before {
  content: "\ec6d";
}
.icon-Skrill:before {
  content: "\ec6e";
}
.icon-Skull:before {
  content: "\ec6f";
}
.icon-Skydiving:before {
  content: "\ec70";
}
.icon-Skype:before {
  content: "\ec71";
}
.icon-Sled-withGifts:before {
  content: "\ec72";
}
.icon-Sled:before {
  content: "\ec73";
}
.icon-Sleeping:before {
  content: "\ec74";
}
.icon-Sleet:before {
  content: "\ec75";
}
.icon-Slippers:before {
  content: "\ec76";
}
.icon-Smart:before {
  content: "\ec77";
}
.icon-Smartphone-2:before {
  content: "\ec78";
}
.icon-Smartphone-3:before {
  content: "\ec79";
}
.icon-Smartphone-4:before {
  content: "\ec7a";
}
.icon-Smartphone-Secure:before {
  content: "\ec7b";
}
.icon-Smartphone:before {
  content: "\ec7c";
}
.icon-Smile:before {
  content: "\ec7d";
}
.icon-Smoking-Area:before {
  content: "\ec7e";
}
.icon-Smoking-Pipe:before {
  content: "\ec7f";
}
.icon-Snake:before {
  content: "\ec80";
}
.icon-Snorkel:before {
  content: "\ec81";
}
.icon-Snow-2:before {
  content: "\ec82";
}
.icon-Snow-Dome:before {
  content: "\ec83";
}
.icon-Snow-Storm:before {
  content: "\ec84";
}
.icon-Snow:before {
  content: "\ec85";
}
.icon-Snowflake-2:before {
  content: "\ec86";
}
.icon-Snowflake-3:before {
  content: "\ec87";
}
.icon-Snowflake-4:before {
  content: "\ec88";
}
.icon-Snowflake:before {
  content: "\ec89";
}
.icon-Snowman:before {
  content: "\ec8a";
}
.icon-Soccer-Ball:before {
  content: "\ec8b";
}
.icon-Soccer-Shoes:before {
  content: "\ec8c";
}
.icon-Socks:before {
  content: "\ec8d";
}
.icon-Solar:before {
  content: "\ec8e";
}
.icon-Sound-Wave:before {
  content: "\ec8f";
}
.icon-Sound:before {
  content: "\ec90";
}
.icon-Soundcloud:before {
  content: "\ec91";
}
.icon-Soup:before {
  content: "\ec92";
}
.icon-South-Africa:before {
  content: "\ec93";
}
.icon-Space-Needle:before {
  content: "\ec94";
}
.icon-Spain:before {
  content: "\ec95";
}
.icon-Spam-Mail:before {
  content: "\ec96";
}
.icon-Speach-Bubble:before {
  content: "\ec97";
}
.icon-Speach-Bubble2:before {
  content: "\ec98";
}
.icon-Speach-Bubble3:before {
  content: "\ec99";
}
.icon-Speach-Bubble4:before {
  content: "\ec9a";
}
.icon-Speach-Bubble5:before {
  content: "\ec9b";
}
.icon-Speach-Bubble6:before {
  content: "\ec9c";
}
.icon-Speach-Bubble7:before {
  content: "\ec9d";
}
.icon-Speach-Bubble8:before {
  content: "\ec9e";
}
.icon-Speach-Bubble9:before {
  content: "\ec9f";
}
.icon-Speach-Bubble10:before {
  content: "\eca0";
}
.icon-Speach-Bubble11:before {
  content: "\eca1";
}
.icon-Speach-Bubble12:before {
  content: "\eca2";
}
.icon-Speach-Bubble13:before {
  content: "\eca3";
}
.icon-Speach-BubbleAsking:before {
  content: "\eca4";
}
.icon-Speach-BubbleComic:before {
  content: "\eca5";
}
.icon-Speach-BubbleComic2:before {
  content: "\eca6";
}
.icon-Speach-BubbleComic3:before {
  content: "\eca7";
}
.icon-Speach-BubbleComic4:before {
  content: "\eca8";
}
.icon-Speach-BubbleDialog:before {
  content: "\eca9";
}
.icon-Speach-Bubbles:before {
  content: "\ecaa";
}
.icon-Speak-2:before {
  content: "\ecab";
}
.icon-Speak:before {
  content: "\ecac";
}
.icon-Speaker-2:before {
  content: "\ecad";
}
.icon-Speaker:before {
  content: "\ecae";
}
.icon-Spell-Check:before {
  content: "\ecaf";
}
.icon-Spell-CheckABC:before {
  content: "\ecb0";
}
.icon-Spermium:before {
  content: "\ecb1";
}
.icon-Spider:before {
  content: "\ecb2";
}
.icon-Spiderweb:before {
  content: "\ecb3";
}
.icon-Split-FourSquareWindow:before {
  content: "\ecb4";
}
.icon-Split-Horizontal:before {
  content: "\ecb5";
}
.icon-Split-Horizontal2Window:before {
  content: "\ecb6";
}
.icon-Split-Vertical:before {
  content: "\ecb7";
}
.icon-Split-Vertical2:before {
  content: "\ecb8";
}
.icon-Split-Window:before {
  content: "\ecb9";
}
.icon-Spoder:before {
  content: "\ecba";
}
.icon-Spoon:before {
  content: "\ecbb";
}
.icon-Sport-Mode:before {
  content: "\ecbc";
}
.icon-Sports-Clothings1:before {
  content: "\ecbd";
}
.icon-Sports-Clothings2:before {
  content: "\ecbe";
}
.icon-Sports-Shirt:before {
  content: "\ecbf";
}
.icon-Spot:before {
  content: "\ecc0";
}
.icon-Spray:before {
  content: "\ecc1";
}
.icon-Spread:before {
  content: "\ecc2";
}
.icon-Spring:before {
  content: "\ecc3";
}
.icon-Spurl:before {
  content: "\ecc4";
}
.icon-Spy:before {
  content: "\ecc5";
}
.icon-Squirrel:before {
  content: "\ecc6";
}
.icon-SSL:before {
  content: "\ecc7";
}
.icon-St-BasilsCathedral:before {
  content: "\ecc8";
}
.icon-St-PaulsCathedral:before {
  content: "\ecc9";
}
.icon-Stamp-2:before {
  content: "\ecca";
}
.icon-Stamp:before {
  content: "\eccb";
}
.icon-Stapler:before {
  content: "\eccc";
}
.icon-Star-Track:before {
  content: "\eccd";
}
.icon-Star:before {
  content: "\ecce";
}
.icon-Starfish:before {
  content: "\eccf";
}
.icon-Start2:before {
  content: "\ecd0";
}
.icon-Start-3:before {
  content: "\ecd1";
}
.icon-Start-ways:before {
  content: "\ecd2";
}
.icon-Start:before {
  content: "\ecd3";
}
.icon-Statistic:before {
  content: "\ecd4";
}
.icon-Stethoscope:before {
  content: "\ecd5";
}
.icon-stop--2:before {
  content: "\ecd6";
}
.icon-Stop-Music:before {
  content: "\ecd7";
}
.icon-Stop:before {
  content: "\ecd8";
}
.icon-Stopwatch-2:before {
  content: "\ecd9";
}
.icon-Stopwatch:before {
  content: "\ecda";
}
.icon-Storm:before {
  content: "\ecdb";
}
.icon-Street-View:before {
  content: "\ecdc";
}
.icon-Street-View2:before {
  content: "\ecdd";
}
.icon-Strikethrough-Text:before {
  content: "\ecde";
}
.icon-Stroller:before {
  content: "\ecdf";
}
.icon-Structure:before {
  content: "\ece0";
}
.icon-Student-Female:before {
  content: "\ece1";
}
.icon-Student-Hat:before {
  content: "\ece2";
}
.icon-Student-Hat2:before {
  content: "\ece3";
}
.icon-Student-Male:before {
  content: "\ece4";
}
.icon-Student-MaleFemale:before {
  content: "\ece5";
}
.icon-Students:before {
  content: "\ece6";
}
.icon-Studio-Flash:before {
  content: "\ece7";
}
.icon-Studio-Lightbox:before {
  content: "\ece8";
}
.icon-Stumbleupon:before {
  content: "\ece9";
}
.icon-Suit:before {
  content: "\ecea";
}
.icon-Suitcase:before {
  content: "\eceb";
}
.icon-Sum-2:before {
  content: "\ecec";
}
.icon-Sum:before {
  content: "\eced";
}
.icon-Summer:before {
  content: "\ecee";
}
.icon-Sun-CloudyRain:before {
  content: "\ecef";
}
.icon-Sun:before {
  content: "\ecf0";
}
.icon-Sunglasses-2:before {
  content: "\ecf1";
}
.icon-Sunglasses-3:before {
  content: "\ecf2";
}
.icon-Sunglasses-Smiley:before {
  content: "\ecf3";
}
.icon-Sunglasses-Smiley2:before {
  content: "\ecf4";
}
.icon-Sunglasses-W:before {
  content: "\ecf5";
}
.icon-Sunglasses-W2:before {
  content: "\ecf6";
}
.icon-Sunglasses-W3:before {
  content: "\ecf7";
}
.icon-Sunglasses:before {
  content: "\ecf8";
}
.icon-Sunrise:before {
  content: "\ecf9";
}
.icon-Sunset:before {
  content: "\ecfa";
}
.icon-Superman:before {
  content: "\ecfb";
}
.icon-Support:before {
  content: "\ecfc";
}
.icon-Surprise:before {
  content: "\ecfd";
}
.icon-Sushi:before {
  content: "\ecfe";
}
.icon-Sweden:before {
  content: "\ecff";
}
.icon-Swimming-Short:before {
  content: "\ed00";
}
.icon-Swimming:before {
  content: "\ed01";
}
.icon-Swimmwear:before {
  content: "\ed02";
}
.icon-Switch:before {
  content: "\ed03";
}
.icon-Switzerland:before {
  content: "\ed04";
}
.icon-Sync-Cloud:before {
  content: "\ed05";
}
.icon-Sync:before {
  content: "\ed06";
}
.icon-Synchronize-2:before {
  content: "\ed07";
}
.icon-Synchronize:before {
  content: "\ed08";
}
.icon-T-Shirt:before {
  content: "\ed09";
}
.icon-Tablet-2:before {
  content: "\ed0a";
}
.icon-Tablet-3:before {
  content: "\ed0b";
}
.icon-Tablet-Orientation:before {
  content: "\ed0c";
}
.icon-Tablet-Phone:before {
  content: "\ed0d";
}
.icon-Tablet-Secure:before {
  content: "\ed0e";
}
.icon-Tablet-Vertical:before {
  content: "\ed0f";
}
.icon-Tablet:before {
  content: "\ed10";
}
.icon-Tactic:before {
  content: "\ed11";
}
.icon-Tag-2:before {
  content: "\ed12";
}
.icon-Tag-3:before {
  content: "\ed13";
}
.icon-Tag-4:before {
  content: "\ed14";
}
.icon-Tag-5:before {
  content: "\ed15";
}
.icon-Tag:before {
  content: "\ed16";
}
.icon-Taj-Mahal:before {
  content: "\ed17";
}
.icon-Talk-Man:before {
  content: "\ed18";
}
.icon-Tap:before {
  content: "\ed19";
}
.icon-Target-Market:before {
  content: "\ed1a";
}
.icon-Target:before {
  content: "\ed1b";
}
.icon-Taurus-2:before {
  content: "\ed1c";
}
.icon-Taurus:before {
  content: "\ed1d";
}
.icon-Taxi-2:before {
  content: "\ed1e";
}
.icon-Taxi-Sign:before {
  content: "\ed1f";
}
.icon-Taxi:before {
  content: "\ed20";
}
.icon-Teacher:before {
  content: "\ed21";
}
.icon-Teapot:before {
  content: "\ed22";
}
.icon-Technorati:before {
  content: "\ed23";
}
.icon-Teddy-Bear:before {
  content: "\ed24";
}
.icon-Tee-Mug:before {
  content: "\ed25";
}
.icon-Telephone-2:before {
  content: "\ed26";
}
.icon-Telephone:before {
  content: "\ed27";
}
.icon-Telescope:before {
  content: "\ed28";
}
.icon-Temperature-2:before {
  content: "\ed29";
}
.icon-Temperature-3:before {
  content: "\ed2a";
}
.icon-Temperature:before {
  content: "\ed2b";
}
.icon-Temple:before {
  content: "\ed2c";
}
.icon-Tennis-Ball:before {
  content: "\ed2d";
}
.icon-Tennis:before {
  content: "\ed2e";
}
.icon-Tent:before {
  content: "\ed2f";
}
.icon-Test-Tube:before {
  content: "\ed30";
}
.icon-Test-Tube2:before {
  content: "\ed31";
}
.icon-Testimonal:before {
  content: "\ed32";
}
.icon-Text-Box:before {
  content: "\ed33";
}
.icon-Text-Effect:before {
  content: "\ed34";
}
.icon-Text-HighlightColor:before {
  content: "\ed35";
}
.icon-Text-Paragraph:before {
  content: "\ed36";
}
.icon-Thailand:before {
  content: "\ed37";
}
.icon-The-WhiteHouse:before {
  content: "\ed38";
}
.icon-This-SideUp:before {
  content: "\ed39";
}
.icon-Thread:before {
  content: "\ed3a";
}
.icon-Three-ArrowFork:before {
  content: "\ed3b";
}
.icon-Three-Fingers:before {
  content: "\ed3c";
}
.icon-Three-FingersDrag:before {
  content: "\ed3d";
}
.icon-Three-FingersDrag2:before {
  content: "\ed3e";
}
.icon-Three-FingersTouch:before {
  content: "\ed3f";
}
.icon-Thumb:before {
  content: "\ed40";
}
.icon-Thumbs-DownSmiley:before {
  content: "\ed41";
}
.icon-Thumbs-UpSmiley:before {
  content: "\ed42";
}
.icon-Thunder:before {
  content: "\ed43";
}
.icon-Thunderstorm:before {
  content: "\ed44";
}
.icon-Ticket:before {
  content: "\ed45";
}
.icon-Tie-2:before {
  content: "\ed46";
}
.icon-Tie-3:before {
  content: "\ed47";
}
.icon-Tie-4:before {
  content: "\ed48";
}
.icon-Tie:before {
  content: "\ed49";
}
.icon-Tiger:before {
  content: "\ed4a";
}
.icon-Time-Backup:before {
  content: "\ed4b";
}
.icon-Time-Bomb:before {
  content: "\ed4c";
}
.icon-Time-Clock:before {
  content: "\ed4d";
}
.icon-Time-Fire:before {
  content: "\ed4e";
}
.icon-Time-Machine:before {
  content: "\ed4f";
}
.icon-Time-Window:before {
  content: "\ed50";
}
.icon-Timer-2:before {
  content: "\ed51";
}
.icon-Timer:before {
  content: "\ed52";
}
.icon-To-Bottom:before {
  content: "\ed53";
}
.icon-To-Bottom2:before {
  content: "\ed54";
}
.icon-To-Left:before {
  content: "\ed55";
}
.icon-To-Right:before {
  content: "\ed56";
}
.icon-To-Top:before {
  content: "\ed57";
}
.icon-To-Top2:before {
  content: "\ed58";
}
.icon-Token-:before {
  content: "\ed59";
}
.icon-Tomato:before {
  content: "\ed5a";
}
.icon-Tongue:before {
  content: "\ed5b";
}
.icon-Tooth-2:before {
  content: "\ed5c";
}
.icon-Tooth:before {
  content: "\ed5d";
}
.icon-Top-ToBottom:before {
  content: "\ed5e";
}
.icon-Touch-Window:before {
  content: "\ed5f";
}
.icon-Tourch:before {
  content: "\ed60";
}
.icon-Tower-2:before {
  content: "\ed61";
}
.icon-Tower-Bridge:before {
  content: "\ed62";
}
.icon-Tower:before {
  content: "\ed63";
}
.icon-Trace:before {
  content: "\ed64";
}
.icon-Tractor:before {
  content: "\ed65";
}
.icon-traffic-Light:before {
  content: "\ed66";
}
.icon-Traffic-Light2:before {
  content: "\ed67";
}
.icon-Train-2:before {
  content: "\ed68";
}
.icon-Train:before {
  content: "\ed69";
}
.icon-Tram:before {
  content: "\ed6a";
}
.icon-Transform-2:before {
  content: "\ed6b";
}
.icon-Transform-3:before {
  content: "\ed6c";
}
.icon-Transform-4:before {
  content: "\ed6d";
}
.icon-Transform:before {
  content: "\ed6e";
}
.icon-Trash-withMen:before {
  content: "\ed6f";
}
.icon-Tree-2:before {
  content: "\ed70";
}
.icon-Tree-3:before {
  content: "\ed71";
}
.icon-Tree-4:before {
  content: "\ed72";
}
.icon-Tree-5:before {
  content: "\ed73";
}
.icon-Tree:before {
  content: "\ed74";
}
.icon-Trekking:before {
  content: "\ed75";
}
.icon-Triangle-ArrowDown:before {
  content: "\ed76";
}
.icon-Triangle-ArrowLeft:before {
  content: "\ed77";
}
.icon-Triangle-ArrowRight:before {
  content: "\ed78";
}
.icon-Triangle-ArrowUp:before {
  content: "\ed79";
}
.icon-Tripod-2:before {
  content: "\ed7a";
}
.icon-Tripod-andVideo:before {
  content: "\ed7b";
}
.icon-Tripod-withCamera:before {
  content: "\ed7c";
}
.icon-Tripod-withGopro:before {
  content: "\ed7d";
}
.icon-Trophy-2:before {
  content: "\ed7e";
}
.icon-Trophy:before {
  content: "\ed7f";
}
.icon-Truck:before {
  content: "\ed80";
}
.icon-Trumpet:before {
  content: "\ed81";
}
.icon-Tumblr:before {
  content: "\ed82";
}
.icon-Turkey:before {
  content: "\ed83";
}
.icon-Turn-Down:before {
  content: "\ed84";
}
.icon-Turn-Down2:before {
  content: "\ed85";
}
.icon-Turn-DownFromLeft:before {
  content: "\ed86";
}
.icon-Turn-DownFromRight:before {
  content: "\ed87";
}
.icon-Turn-Left:before {
  content: "\ed88";
}
.icon-Turn-Left3:before {
  content: "\ed89";
}
.icon-Turn-Right:before {
  content: "\ed8a";
}
.icon-Turn-Right3:before {
  content: "\ed8b";
}
.icon-Turn-Up:before {
  content: "\ed8c";
}
.icon-Turn-Up2:before {
  content: "\ed8d";
}
.icon-Turtle:before {
  content: "\ed8e";
}
.icon-Tuxedo:before {
  content: "\ed8f";
}
.icon-TV:before {
  content: "\ed90";
}
.icon-Twister:before {
  content: "\ed91";
}
.icon-Twitter-2:before {
  content: "\ed92";
}
.icon-Twitter:before {
  content: "\ed93";
}
.icon-Two-Fingers:before {
  content: "\ed94";
}
.icon-Two-FingersDrag:before {
  content: "\ed95";
}
.icon-Two-FingersDrag2:before {
  content: "\ed96";
}
.icon-Two-FingersScroll:before {
  content: "\ed97";
}
.icon-Two-FingersTouch:before {
  content: "\ed98";
}
.icon-Two-Windows:before {
  content: "\ed99";
}
.icon-Type-Pass:before {
  content: "\ed9a";
}
.icon-Ukraine:before {
  content: "\ed9b";
}
.icon-Umbrela:before {
  content: "\ed9c";
}
.icon-Umbrella-2:before {
  content: "\ed9d";
}
.icon-Umbrella-3:before {
  content: "\ed9e";
}
.icon-Under-LineText:before {
  content: "\ed9f";
}
.icon-Undo:before {
  content: "\eda0";
}
.icon-United-Kingdom:before {
  content: "\eda1";
}
.icon-United-States:before {
  content: "\eda2";
}
.icon-University-2:before {
  content: "\eda3";
}
.icon-University:before {
  content: "\eda4";
}
.icon-Unlike-2:before {
  content: "\eda5";
}
.icon-Unlike:before {
  content: "\eda6";
}
.icon-Unlock-2:before {
  content: "\eda7";
}
.icon-Unlock-3:before {
  content: "\eda8";
}
.icon-Unlock:before {
  content: "\eda9";
}
.icon-Up--Down:before {
  content: "\edaa";
}
.icon-Up--Down3:before {
  content: "\edab";
}
.icon-Up-2:before {
  content: "\edac";
}
.icon-Up-3:before {
  content: "\edad";
}
.icon-Up-4:before {
  content: "\edae";
}
.icon-Up:before {
  content: "\edaf";
}
.icon-Upgrade:before {
  content: "\edb0";
}
.icon-Upload-2:before {
  content: "\edb1";
}
.icon-Upload-toCloud:before {
  content: "\edb2";
}
.icon-Upload-Window:before {
  content: "\edb3";
}
.icon-Upload:before {
  content: "\edb4";
}
.icon-Uppercase-Text:before {
  content: "\edb5";
}
.icon-Upward:before {
  content: "\edb6";
}
.icon-URL-Window:before {
  content: "\edb7";
}
.icon-Usb-2:before {
  content: "\edb8";
}
.icon-Usb-Cable:before {
  content: "\edb9";
}
.icon-Usb:before {
  content: "\edba";
}
.icon-User:before {
  content: "\edbb";
}
.icon-Ustream:before {
  content: "\edbc";
}
.icon-Vase:before {
  content: "\edbd";
}
.icon-Vector-2:before {
  content: "\edbe";
}
.icon-Vector-3:before {
  content: "\edbf";
}
.icon-Vector-4:before {
  content: "\edc0";
}
.icon-Vector-5:before {
  content: "\edc1";
}
.icon-Vector:before {
  content: "\edc2";
}
.icon-Venn-Diagram:before {
  content: "\edc3";
}
.icon-Vest-2:before {
  content: "\edc4";
}
.icon-Vest:before {
  content: "\edc5";
}
.icon-Viddler:before {
  content: "\edc6";
}
.icon-Video-2:before {
  content: "\edc7";
}
.icon-Video-3:before {
  content: "\edc8";
}
.icon-Video-4:before {
  content: "\edc9";
}
.icon-Video-5:before {
  content: "\edca";
}
.icon-Video-6:before {
  content: "\edcb";
}
.icon-Video-GameController:before {
  content: "\edcc";
}
.icon-Video-Len:before {
  content: "\edcd";
}
.icon-Video-Len2:before {
  content: "\edce";
}
.icon-Video-Photographer:before {
  content: "\edcf";
}
.icon-Video-Tripod:before {
  content: "\edd0";
}
.icon-Video:before {
  content: "\edd1";
}
.icon-Vietnam:before {
  content: "\edd2";
}
.icon-View-Height:before {
  content: "\edd3";
}
.icon-View-Width:before {
  content: "\edd4";
}
.icon-Vimeo:before {
  content: "\edd5";
}
.icon-Virgo-2:before {
  content: "\edd6";
}
.icon-Virgo:before {
  content: "\edd7";
}
.icon-Virus-2:before {
  content: "\edd8";
}
.icon-Virus-3:before {
  content: "\edd9";
}
.icon-Virus:before {
  content: "\edda";
}
.icon-Visa:before {
  content: "\eddb";
}
.icon-Voice:before {
  content: "\eddc";
}
.icon-Voicemail:before {
  content: "\eddd";
}
.icon-Volleyball:before {
  content: "\edde";
}
.icon-Volume-Down:before {
  content: "\eddf";
}
.icon-Volume-Up:before {
  content: "\ede0";
}
.icon-VPN:before {
  content: "\ede1";
}
.icon-Wacom-Tablet:before {
  content: "\ede2";
}
.icon-Waiter:before {
  content: "\ede3";
}
.icon-Walkie-Talkie:before {
  content: "\ede4";
}
.icon-Wallet-2:before {
  content: "\ede5";
}
.icon-Wallet-3:before {
  content: "\ede6";
}
.icon-Wallet:before {
  content: "\ede7";
}
.icon-Warehouse:before {
  content: "\ede8";
}
.icon-Warning-Window:before {
  content: "\ede9";
}
.icon-Watch-2:before {
  content: "\edea";
}
.icon-Watch-3:before {
  content: "\edeb";
}
.icon-Watch:before {
  content: "\edec";
}
.icon-Wave-2:before {
  content: "\eded";
}
.icon-Wave:before {
  content: "\edee";
}
.icon-Webcam:before {
  content: "\edef";
}
.icon-weight-Lift:before {
  content: "\edf0";
}
.icon-Wheelbarrow:before {
  content: "\edf1";
}
.icon-Wheelchair:before {
  content: "\edf2";
}
.icon-Width-Window:before {
  content: "\edf3";
}
.icon-Wifi-2:before {
  content: "\edf4";
}
.icon-Wifi-Keyboard:before {
  content: "\edf5";
}
.icon-Wifi:before {
  content: "\edf6";
}
.icon-Wind-Turbine:before {
  content: "\edf7";
}
.icon-Windmill:before {
  content: "\edf8";
}
.icon-Window-2:before {
  content: "\edf9";
}
.icon-Window:before {
  content: "\edfa";
}
.icon-Windows-2:before {
  content: "\edfb";
}
.icon-Windows-Microsoft:before {
  content: "\edfc";
}
.icon-Windows:before {
  content: "\edfd";
}
.icon-Windsock:before {
  content: "\edfe";
}
.icon-Windy:before {
  content: "\edff";
}
.icon-Wine-Bottle:before {
  content: "\ee00";
}
.icon-Wine-Glass:before {
  content: "\ee01";
}
.icon-Wink:before {
  content: "\ee02";
}
.icon-Winter-2:before {
  content: "\ee03";
}
.icon-Winter:before {
  content: "\ee04";
}
.icon-Wireless:before {
  content: "\ee05";
}
.icon-Witch-Hat:before {
  content: "\ee06";
}
.icon-Witch:before {
  content: "\ee07";
}
.icon-Wizard:before {
  content: "\ee08";
}
.icon-Wolf:before {
  content: "\ee09";
}
.icon-Woman-Sign:before {
  content: "\ee0a";
}
.icon-WomanMan:before {
  content: "\ee0b";
}
.icon-Womans-Underwear:before {
  content: "\ee0c";
}
.icon-Womans-Underwear2:before {
  content: "\ee0d";
}
.icon-Women:before {
  content: "\ee0e";
}
.icon-Wonder-Woman:before {
  content: "\ee0f";
}
.icon-Wordpress:before {
  content: "\ee10";
}
.icon-Worker-Clothes:before {
  content: "\ee11";
}
.icon-Worker:before {
  content: "\ee12";
}
.icon-Wrap-Text:before {
  content: "\ee13";
}
.icon-Wreath:before {
  content: "\ee14";
}
.icon-Wrench:before {
  content: "\ee15";
}
.icon-X-Box:before {
  content: "\ee16";
}
.icon-X-ray:before {
  content: "\ee17";
}
.icon-Xanga:before {
  content: "\ee18";
}
.icon-Xing:before {
  content: "\ee19";
}
.icon-Yacht:before {
  content: "\ee1a";
}
.icon-Yahoo-Buzz:before {
  content: "\ee1b";
}
.icon-Yahoo:before {
  content: "\ee1c";
}
.icon-Yelp:before {
  content: "\ee1d";
}
.icon-Yes:before {
  content: "\ee1e";
}
.icon-Ying-Yang:before {
  content: "\ee1f";
}
.icon-Youtube:before {
  content: "\ee20";
}
.icon-Z-A:before {
  content: "\ee21";
}
.icon-Zebra:before {
  content: "\ee22";
}
.icon-Zombie:before {
  content: "\ee23";
}
.icon-Zoom-Gesture:before {
  content: "\ee24";
}
.icon-Zootool:before {
  content: "\ee25";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/slick/slick.eot');
  src: url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/slick/slick.woff') format('woff'), url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/slick/slick.ttf') format('truetype'), url('https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.ol-control,
.ol-scale-line {
  position: absolute;
  padding: 2px;
}
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f;
}
.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}
.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}
.ol-overlay-container {
  will-change: left, right, top, bottom;
}
.ol-unsupported {
  display: none;
}
.ol-viewport .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ol-control {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.ol-zoom {
  top: .5em;
  right: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}
@media print {
  .ol-control {
    display: none;
  }
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: #195587;
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:focus,
.ol-control button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}
.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(98.7%);
}
.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button,
.ol-attribution ul {
  display: inline-block;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution.ol-logo-only ul {
  display: block;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-logo-only {
  background: 0 0;
  bottom: .4em;
  height: 1.1em;
  line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
  display: none;
}
.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}
.ol-touch .ol-zoomslider {
  top: 5.5em;
}
.ol-overviewmap {
  left: .5em;
  bottom: .5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7);
}
.popover {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-family: inherit;
  font-size: 12px;
  left: 0;
  line-height: 16px;
  max-width: 300px;
  padding: 1px;
  top: 0;
  z-index: 1060;
}
.popover.top {
  margin-top: -10px;
}
.popover .popover-title {
  background-color: #fff;
  border-bottom: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 14px;
}
.popover .popover-title h4 {
  margin-bottom: 0 !important;
}
.popover .popover-content {
  padding: 8px 14px;
}
/* Template files */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.break-words {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.loader {
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/images/loader.gif) no-repeat center center;
  height: 128px;
  min-width: 128px;
  display: block;
}
.clear {
  clear: both;
}
.v-center {
  font-size: 0;
}
.v-center > div {
  display: inline-block;
  float: none;
  font-size: 17px;
  vertical-align: middle;
}
.table-responsive {
  border: 0px;
  margin-bottom: 20px;
}
/* h1-h6 only for semantic reasons */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}
h2 {
  color: #195587;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  text-align: left;
}
h2.hl {
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../images/src/h2_bg_blue.svg) no-repeat;
  padding-left: 65px;
  min-height: 80px;
}
h3 {
  color: #195587;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 16px;
}
h4 {
  color: #195587;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
h5 {
  color: #195587;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
p {
  margin-bottom: 18px;
}
p.blue,
span.blue {
  color: #195587;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}
article a {
  padding-bottom: 1px;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
article a:hover,
article a:focus {
  text-decoration: none;
  border-color: #4b4b4d;
}
table {
  width: 100%;
}
table tr td {
  width: auto !important;
  height: auto !important;
  padding: 12px 20px;
  border-bottom: 1px solid #4b4b4d;
}
table tr td:first-child {
  padding-left: 0px;
}
table tr td:last-child {
  padding-right: 0px;
}
.color-blue h2 {
  color: #ffffff;
}
.color-blue h2.hl {
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../images/src/h2_bg_white.svg) no-repeat;
}
.color-blue h3,
.color-blue h4,
.color-blue h5 {
  color: #ffffff;
}
.color-blue td {
  border-color: #ffffff;
}
input,
textarea,
select {
  padding: 6px 14px;
  border: none;
  margin: 10px 0;
  width: 100%;
  color: #195587;
  border-radius: 0;
}
input[type=checkbox],
input[type=radio] {
  width: auto;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label {
  margin-left: 0.2em;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: #ff0000;
}
.wpcf7-not-valid::-moz-placeholder {
  color: #ff0000;
  opacity: 1;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #ff0000;
}
.color-white input,
.color-white textarea,
.color-white select {
  background-color: #e4e4e4;
  color: #4b4b4d;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
}
.color-white input.form-control:focus,
.color-white textarea.form-control:focus,
.color-white select.form-control:focus {
  box-shadow: none;
}
span.yellow-button,
.acf-text span.yellow-button {
  display: inline-block;
  margin: 12px 0;
}
span.yellow-button:last-child,
.acf-text span.yellow-button:last-child {
  margin-bottom: 0;
}
span.yellow-button a,
.acf-text span.yellow-button a {
  padding: 14px 22px;
  margin: 0;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  background: #ffd900;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0 !important;
}
span.yellow-button a:hover,
.acf-text span.yellow-button a:hover {
  background: #fcce15;
}
button.wpcf7-submit {
  padding: 14px 22px;
  margin: 0;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  background: #ffd900;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
  margin: 10px 0;
}
button.wpcf7-submit:hover {
  background: #fcce15;
}
form.wpcf7-form label.checkbox {
  padding-left: 30px;
  font-weight: normal;
}
form.wpcf7-form label.checkbox .wpcf7-form-control-wrap {
  display: none;
}
form.wpcf7-form label.checkbox::before {
  background-color: #e4e4e4;
  color: #4b4b4d;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  left: 0;
  text-align: center;
  position: absolute;
  top: 4px;
  width: 20px;
  cursor: pointer;
  content: "";
}
form.wpcf7-form label.checkbox.checked::before {
  content: "X";
}
form.wpcf7-form .bootstrap-select {
  width: 100%;
  margin: 10px 0;
}
form.wpcf7-form .bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
}
form.wpcf7-form .bootstrap-select.open .dropdown-toggle .bs-caret:after {
  content: '\e669';
}
form.wpcf7-form .bootstrap-select .dropdown-toggle:focus,
form.wpcf7-form .bootstrap-select .dropdown-toggle:active,
form.wpcf7-form .bootstrap-select .dropdown-toggle:hover {
  outline: none !important;
}
form.wpcf7-form .bootstrap-select button {
  display: block;
  border: 0px;
  border-radius: 0px;
  background-color: #e4e4e4 !important;
  color: #4b4b4d;
}
form.wpcf7-form .bootstrap-select button .bs-caret .caret {
  display: none;
}
form.wpcf7-form .bootstrap-select button .bs-caret:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e641';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 50px;
  height: 40px;
  font-size: 140%;
  font-weight: bold;
  color: #4b4b4d;
}
form.wpcf7-form .bootstrap-select .dropdown-menu {
  background-color: #e4e4e4;
  border: 0px;
  border-radius: 0px;
  margin-top: 0;
  padding: 0;
}
form.wpcf7-form .bootstrap-select .dropdown-menu > li {
  border-top: 1px solid #4b4b4d;
  padding-left: 0px !important;
}
form.wpcf7-form .bootstrap-select .dropdown-menu > li:before {
  display: none !important;
}
form.wpcf7-form .bootstrap-select .dropdown-menu > li:first-child {
  display: none;
}
form.wpcf7-form .bootstrap-select .dropdown-menu > li > a {
  color: #4b4b4d;
  padding: 6px 12px;
  line-height: 1.66;
  background-color: transparent !important;
}
form.wpcf7-form .bootstrap-select .dropdown-menu > li > a:hover,
form.wpcf7-form .bootstrap-select .dropdown-menu > li > a:focus {
  font-weight: bold;
}
form.wpcf7-form .bootstrap-select .dropdown-menu > li.selected > a {
  font-weight: bold;
}
.wrapp_button {
  display: inline-block;
  padding: 0 13px;
  margin-top: 20px;
}
.wrapp_button .wrap_button {
  display: table;
}
.wrapp_button .wrap_button a,
.wrapp_button .wrap_button input[type=submit] {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 22px;
  margin: 0;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  background: #ffd900;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapp_button .wrap_button a:hover,
.wrapp_button .wrap_button input[type=submit]:hover {
  background: #fcce15;
}
.wrapp_button .wrap_button a {
  height: 42px;
}
.acf-text .wrapp_button {
  padding: 0 22px 0 0;
}
.acf-text.acf-text-center .wrapp_button {
  padding: 0 13px;
}
.wpcf7 div.wpcf7-validation-errors {
  border: 2px solid #ff0000;
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 6px 14px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  color: red;
  padding: 0;
}
img.wpcf7-captchac {
  display: inline-block !important;
}
.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > div {
  padding-left: 0;
  padding-right: 0;
}
.row-padding-right > div {
  padding-left: 0;
}
section.color-white + section.news > .container > .row {
  margin-top: 0px;
}
.news > .container > .row {
  margin: 85px -15px;
}
.news #ajaxContentLoader {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.news #ajaxContentLoader a.loading {
  background: #e4e4e4;
}
.news > .container > .page-links {
  margin-top: -85px !important;
  text-align: center;
}
.news > .container > .page-links span {
  margin-right: 15px;
}
.news .news-container-kacheln .kachel {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 80px;
  position: relative;
}
.news .news-container-kacheln .kachel .category {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 14px;
}
.news .news-container-kacheln .kachel h3 {
  line-height: 36px;
}
.news .news-container-kacheln .kachel .tags {
  color: #b1b1b3;
  font-weight: 300;
}
.news .news-container-kacheln .kachel .news-footer {
  margin: 0;
  border-top: 1px solid #e4e4e4;
  padding: 0px 0 20px 0;
  text-align: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .news-container-kacheln .kachel .news-footer p {
  position: relative;
  padding-left: 36px;
  margin-top: 15px;
  margin-bottom: 0;
}
.news .news-container-kacheln .kachel .news-footer p .bigger-icon {
  font-size: 130%;
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 767px) {
  .news .news-container-kacheln .kachel {
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news .news-container-kacheln .kachel {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news .news-container-kacheln .kachel {
    padding-bottom: 140px;
  }
}
.bigger-icon {
  font-size: 120%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.header-navbar.navbar {
  height: auto;
}
.header-navbar.navbar #navbar {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-nav {
  float: none !important;
}
.navbar-nav > li {
  float: none;
}
.collapse.in {
  display: block !important;
}
.header-navbar .container {
  position: relative;
}
.header-navbar .navbar-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 6000;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../images/src/transparent.gif) !important;
}
.header-navbar .navbar-toggle:hover {
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../images/src/transparent.gif) !important;
}
.header-navbar .navbar-toggle:hover .icon-bar {
  background-color: #ffd900;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  -o-transition: -o-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  transition: transform 0.2s, opacity 0.2s, background-color 0.4s ease;
}
.header-navbar .navbar-toggle .icon-bar {
  width: 40px;
  height: 4px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  -ms-transition: -ms-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  -o-transition: -o-transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  transition: transform 0.2s, opacity 0.2s, background-color 0.4s ease;
  background-color: #ffffff;
}
.header-navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.header-navbar .navbar-toggle .top-bar {
  -webkit-transform: translateX(3px) rotate(45deg);
  -moz-transform: translateX(3px) rotate(45deg);
  -ms-transform: translateX(3px) rotate(45deg);
  -o-transform: translateX(3px) rotate(45deg);
  transform: translateX(3px) rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.header-navbar .navbar-toggle .middle-bar {
  opacity: 0;
}
.header-navbar .navbar-toggle .bottom-bar {
  -webkit-transform: translateX(3px) rotate(-45deg);
  -moz-transform: translateX(3px) rotate(-45deg);
  -ms-transform: translateX(3px) rotate(-45deg);
  -o-transform: translateX(3px) rotate(-45deg);
  transform: translateX(3px) rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.header-navbar .navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.header-navbar .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.header-navbar .navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.navbar-collapse {
  border: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #195587;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #195587;
  font-weight: 400;
  background: transparent;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  border-color: #195587;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}
.header-navbar {
  background: transparent;
  border-color: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  border-color: transparent;
  position: absolute;
  top: 0:
	left:0;
  width: 100%;
  padding: 25px 0 0 0;
}
.header-navbar .navbar-brand {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.header-navbar .navbar-brand img {
  margin: 0 auto;
  height: 46px;
  height: auto;
  max-height: 46px;
}
#navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navbar .menu {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#navbar .menu li {
  padding: 0;
  text-align: left;
}
#navbar .menu li a {
  line-height: 50px;
  display: inline-block;
}
#navbar .menu li a:hover,
#navbar .menu li a:focus,
#navbar .menu li a:active {
  font-weight: bold;
  text-decoration: none;
}
#navbar .menu li.current-menu-item > a {
  font-weight: bold;
  text-decoration: none;
}
#navbar .menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}
#navbar .menu li.menu-item-has-children > a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e641';
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 120%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#navbar .menu li.menu-item-has-children .sub-menu {
  padding-left: 40px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -ms-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
#navbar .menu li.menu-item-has-children.open > a,
#navbar .menu li.menu-item-has-children.current-page-parent > a {
  font-weight: bold;
}
#navbar .menu li.menu-item-has-children.open > a:after,
#navbar .menu li.menu-item-has-children.current-page-parent > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#navbar .menu li.menu-item-has-children.open .sub-menu,
#navbar .menu li.menu-item-has-children.current-page-parent .sub-menu {
  max-height: 800px;
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -ms-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
@media (max-width: 767px) {
  .header-navbar {
    z-index: 2000;
  }
  #navbar {
    background: #195587;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
  }
  #navbar .menu {
    margin: 120px 0 30px 0;
  }
}
@media (min-width: 768px) {
  #navbar-no-js {
    display: none;
  }
  .header-navbar .navbar-header {
    min-height: 60px;
  }
  .header-navbar .navbar-brand {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 100;
    display: block;
    background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../images/src/transparent.gif);
  }
  .header-navbar .navbar-toggle {
    right: 40%;
    -webkit-transition: right 0.2s 0.3s ease;
    -moz-transition: right 0.2s 0.3s ease;
    -ms-transition: right 0.2s 0.3s ease;
    -o-transition: right 0.2s 0.3s ease;
    transition: right 0.2s 0.3s ease;
  }
  .header-navbar .navbar-toggle.collapsed {
    right: 15px;
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -ms-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    transition: right 0.2s ease;
  }
  #navbar {
    display: block !important;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    z-index: 4000;
    margin: 0 !important;
    padding: 0;
  }
  #navbar .container {
    position: relative;
    height: 100%;
  }
  #navbar .menu-layer {
    background: #195587;
    position: absolute;
    top: 0;
    left: 50%;
    width: 400%;
    height: 100%;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  #navbar .menu {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 40%;
    position: absolute;
    top: 100px;
    left: 60%;
    margin-left: -36px;
  }
  #navbar .menu li {
    text-align: left;
  }
  #navbar .menu .sub-menu {
    margin-left: 40px;
  }
  #navbar.collapse.in {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  #navbar.collapse.in .menu-layer {
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  #navbar.collapse.in .menu {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #navbar ul li {
    text-align: left;
  }
  #navbar > li a {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .header-navbar .navbar-toggle {
    right: 40%;
  }
}
.acf-text-center {
  text-align: center;
}
.acf-container .acf-layout {
  margin: 85px -15px;
}
@media (max-width: 768px) {
  .acf-container .acf-layout {
    margin: 70px -15px 30px -15px;
  }
}
.acf-container.color-white + .acf-container.color-white .acf-layout,
.acf-container.color-yellow + .acf-container.color-yellow .acf-layout,
.acf-container.color-blue + .acf-container.color-blue .acf-layout {
  margin-top: 0px;
}
.acf-container .acf-text a {
  padding-bottom: 1px;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: border-color 0.4s ease;
  -moz-transition: border-color 0.4s ease;
  -ms-transition: border-color 0.4s ease;
  -o-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.acf-container .acf-text a:hover,
.acf-container .acf-text a:focus {
  text-decoration: none;
  border-color: #4b4b4d;
}
.acf-container.color-white {
  background-color: #ffffff;
}
.acf-container.color-yellow {
  background-color: #ffd900;
}
.acf-container.color-blue {
  background-color: #195587;
  color: #ffffff;
}
.acf-container.color-blue .acf-text a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.acf-container.color-blue .acf-text a:hover,
.acf-container.color-blue .acf-text a:focus {
  border-color: #ffffff;
}
.acf-container .kachel h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .acf-container .acf-text-layout .hl {
    margin-bottom: 40px;
  }
}
.acf-container .acf-text-layout .acf-text {
  margin-bottom: 30px;
}
.acf-container .acf-text-layout .acf-text:last-child {
  margin-bottom: 0px;
}
.acf-container .acf-text-layout .acf-text p:last-child {
  margin-bottom: 0px;
}
.acf-container .acf-text-layout .acf-text h3 {
  margin-top: 30px;
}
.acf-container .acf-text-layout .acf-text h3:first-child {
  margin-top: 0px;
}
.acf-container .acf-text-layout .acf-text h3.no-margin {
  margin-bottom: 3px;
}
.acf-container .acf-text-layout .acf-text ul {
  padding: 0;
}
.acf-container .acf-text-layout .acf-text ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.acf-container .acf-text-layout .acf-text ul li:before {
  content: '–';
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
}
.acf-container .acf-text-layout .acf-text img {
  display: block;
  max-width: 100%;
  height: auto;
}
.acf-container.acf-container-header-video {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.acf-container.acf-container-header-video .headline-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.acf-container.acf-container-header-video h1 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  color: #ffd900;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0px 15px 0 15px;
  z-index: 2;
}
.acf-container.acf-container-header-video h1 .white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .acf-container.acf-container-header-video h1 .before-typed {
    display: inline-block;
    width: 100%;
  }
}
.acf-container.acf-container-header-video h1 #typed-words {
  display: inline;
}
.acf-container.acf-container-header-video h1 #typed-words p {
  display: inline-block;
  margin-bottom: 0px;
}
.acf-container.acf-container-header-video h1 .typed-cursor {
  font-weight: normal;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.acf-container.acf-container-header-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../images/src/transparent.gif);
}
.acf-container.acf-container-header-video .video-outer {
  width: 250%;
  height: auto;
  position: absolute;
  left: -75%;
  bottom: -10%;
}
.acf-container.acf-container-header-video .mejs-layers {
  display: none !important;
}
.acf-container.acf-container-header-video .mejs-controls {
  display: none !important;
}
.acf-container.acf-container-header-video .mejs-container {
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../video/header/kc_background_video.jpg) no-repeat right bottom #195587;
  background-size: cover;
}
@media (min-width: 500px) {
  .acf-container.acf-container-header-video .video-outer {
    width: 150%;
    left: -25%;
  }
  .acf-container.acf-container-header-video h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .acf-container.acf-container-header-video .video-outer {
    width: 120%;
    left: -10%;
  }
  .acf-container.acf-container-header-video h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .acf-container.acf-container-header-video h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
.acf-container.acf-container-header-video.acf-container-header-video-home {
  height: 500px;
}
.acf-container.acf-container-header-video.acf-container-header-video-home .video-outer {
  width: 300%;
  height: auto;
  left: -100%;
}
@media (min-width: 500px) {
  .acf-container.acf-container-header-video.acf-container-header-video-home .video-outer {
    width: 200%;
    left: -50%;
  }
}
@media (min-width: 768px) {
  .acf-container.acf-container-header-video.acf-container-header-video-home {
    height: 600px;
  }
  .acf-container.acf-container-header-video.acf-container-header-video-home .video-outer {
    width: 200%;
    left: -100%;
  }
}
@media (min-width: 1200px) {
  .acf-container.acf-container-header-video.acf-container-header-video-home .video-outer {
    width: 100%;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .acf-container.acf-container-header-video .video-outer,
  .acf-container.acf-container-header-video.acf-container-header-video-home .video-outer {
    width: 100%;
    height: 100%;
    background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../video/header/kc_background_video.jpg) no-repeat right bottom #195587;
    background-size: cover;
    left: 0;
    bottom: 0;
  }
  .acf-container.acf-container-header-video .video-outer .video-wrapper,
  .acf-container.acf-container-header-video.acf-container-header-video-home .video-outer .video-wrapper {
    display: none;
  }
}
.acf-container.acf-container-header-video + .acf-container.acf-container-kacheln {
  margin-top: 0px;
  background: transparent;
}
.acf-container.acf-container-header-video + .acf-container.acf-container-kacheln .acf-layout {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .acf-container.acf-container-text img.img-responsive {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .acf-container.acf-container-text img.img-responsive.center {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .acf-container.acf-container-text img.img-responsive.right {
    float: right;
  }
}
.acf-container.acf-container-kacheln.first .clear {
  display: none !important;
}
.acf-container.acf-container-kacheln .kachel-outer > a {
  text-decoration: none;
}
.acf-container.acf-container-kacheln .hl-kachel-headline {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.acf-container.acf-container-kacheln .kachel {
  padding: 30px 20px;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin-bottom: 30px;
}
.acf-container.acf-container-kacheln .kachel .kachel-icon {
  font-size: 65px;
  line-height: 85px;
  height: 85px;
  color: #195587;
  margin-bottom: 5px;
}
.acf-container.acf-container-kacheln .kachel .kachel-icon img {
  margin: auto;
  line-height: 1;
  display: inline-block;
  margin-top: -15px;
}
.acf-container.acf-container-kacheln .kachel p:last-child {
  margin-bottom: 0px;
}
.acf-container.acf-container-kacheln .kachel-with-link .kachel-overlay {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .acf-container.acf-container-kacheln.first .kachel-outer {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .acf-container.acf-container-kacheln.first .kachel-outer {
    float: left;
    width: 33.33333333%;
  }
}
.acf-container.acf-container-text-2cols-kacheln .margin-top {
  margin-top: 30px;
}
.acf-container.acf-container-text-2cols-kacheln .margin-bottom {
  margin-bottom: 30px;
}
.acf-container.acf-container-text-2cols-kacheln .kachel-container {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -15px;
}
.acf-container.acf-container-text-2cols-kacheln .kachel {
  padding: 40px 20px;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin: 15px 0;
  color: #4b4b4d;
}
.acf-container.acf-container-text-2cols-kacheln .kachel h3,
.acf-container.acf-container-text-2cols-kacheln .kachel h4 {
  color: #195587;
}
.acf-container.acf-container-text-2cols-kacheln .kachel .kachel-icon {
  font-size: 65px;
  line-height: 100px;
  height: 100px;
  color: #195587;
  margin-bottom: 0;
}
.acf-container.acf-container-text-2cols-kacheln .kachel .kachel-icon img {
  margin: auto;
  line-height: 1;
  display: inline-block;
  margin-top: -15px;
}
.acf-container.acf-container-references-teaser .yellow-button {
  padding: 0;
}
.acf-container.acf-container-references-teaser img {
  margin: 12px auto;
}
@media (max-width: 500px) {
  .acf-container.acf-container-references-teaser .row.v-center > .col-xs-6 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .acf-container.acf-container-references-teaser .row.v-center > .col-xs-6 img {
    width: 70%;
    float: left;
  }
}
.acf-container.acf-container-referenzen .kachel-outer {
  margin-bottom: 30px;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner {
  border: 1px solid #d7d7d7;
  height: auto;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .more,
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .less {
  background: #ffd900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 14px 22px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .more span,
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .less span {
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-right: 5px;
  font-size: 18px;
  display: inline-block;
  line-height: 1.66;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-header {
  background: #e4e4e4;
  overflow: hidden;
  position: relative;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-header .kachel {
  padding: 60px 80px;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-header .kachel > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-header .kachel img {
  width: 100%;
  margin: auto;
  line-height: 1;
  display: inline-block;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-header .more {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0px, 100%);
  -moz-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  -o-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-header:hover .more {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-content {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-content > .acf-text {
  padding: 15px;
  margin: 0;
}
.acf-container.acf-container-referenzen .kachel-outer .kachel-inner .kachel-content .less {
  position: absolute:
						left:0;
  bottom: 0;
}
.acf-container.acf-container-referenzen .kachel-outer.open .kachel-inner .kachel-header .more {
  display: none;
}
.acf-container.acf-container-referenzen .kachel-outer.open .kachel-inner .kachel-header:hover .kachel img {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.acf-container.acf-container-referenzen .kachel-outer.open .kachel-inner .kachel-content {
  max-height: 3000px;
  -webkit-transition: max-height 2s ease;
  -moz-transition: max-height 2s ease;
  -ms-transition: max-height 2s ease;
  -o-transition: max-height 2s ease;
  transition: max-height 2s ease;
}
@media (max-width: 991px) {
  .acf-container.acf-container-text-bild .acf-layout,
  .acf-container.acf-container-now-then_slider .acf-layout {
    margin: 0px -15px 40px -15px;
  }
  .acf-container.acf-container-text-bild .right,
  .acf-container.acf-container-now-then_slider .right {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }
  .acf-container.acf-container-text-bild .right img,
  .acf-container.acf-container-now-then_slider .right img {
    width: 100%;
    height: auto;
  }
  .acf-container.acf-container-text-bild .left,
  .acf-container.acf-container-now-then_slider .left {
    margin-left: -15px;
    margin-right: -15px;
  }
  .acf-container.acf-container-text-bild .left .content,
  .acf-container.acf-container-now-then_slider .left .content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .acf-container.acf-container-text-bild .acf-layout,
  .acf-container.acf-container-now-then_slider .acf-layout {
    margin: 0px -15px 85px -15px;
  }
  .acf-container.acf-container-text-bild .right,
  .acf-container.acf-container-now-then_slider .right {
    margin-bottom: 85px;
  }
}
@media (min-width: 992px) {
  .acf-container.acf-container-text-bild,
  .acf-container.acf-container-now-then_slider {
    overflow: hidden;
  }
  .acf-container.acf-container-text-bild .acf-layout,
  .acf-container.acf-container-now-then_slider .acf-layout {
    position: relative;
    margin: 0px -15px;
  }
  .acf-container.acf-container-text-bild .right,
  .acf-container.acf-container-now-then_slider .right {
    background-color: #4b4b4d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 1000;
  }
  .acf-container.acf-container-text-bild .left,
  .acf-container.acf-container-now-then_slider .left {
    width: 60%;
    position: relative;
    z-index: 2000;
  }
  .acf-container.acf-container-text-bild .left:before,
  .acf-container.acf-container-now-then_slider .left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 1500;
  }
  .acf-container.acf-container-text-bild .left.color-blue:before,
  .acf-container.acf-container-now-then_slider .left.color-blue:before {
    background: #195587;
  }
  .acf-container.acf-container-text-bild .left.color-white:before,
  .acf-container.acf-container-now-then_slider .left.color-white:before {
    background: #ffffff;
  }
  .acf-container.acf-container-text-bild .left .content,
  .acf-container.acf-container-now-then_slider .left .content {
    padding: 130px 130px 130px 0px;
    position: relative;
    z-index: 2000;
  }
}
.acf-container.acf-container-now-then_slider .slider-for .text-for-link {
  display: none;
}
.acf-container.acf-container-now-then_slider .slider-for .slick-dots {
  display: block;
  list-style: outside none none;
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
  bottom: 0;
  text-align: left;
  width: 100%;
}
.acf-container.acf-container-now-then_slider .slider-for .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.acf-container.acf-container-now-then_slider .slider-for .slick-dots li button {
  padding: 14px 22px;
  margin: 0;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  background: #ffd900;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  line-height: inherit;
  width: auto;
}
.acf-container.acf-container-now-then_slider .slider-for .slick-dots li button:hover {
  background: #fcce15;
}
.acf-container.acf-container-now-then_slider .slider-for .slick-dots li button:before {
  display: none;
}
.acf-container.acf-container-now-then_slider .slider-for .slick-dots li.slick-active button {
  display: none;
}
.acf-container.acf-container-now-then_slider .slider-nav .slick-dots {
  bottom: 15px;
}
.acf-container.acf-container-now-then_slider .slider-nav .slick-dots li button:before {
  color: #ffffff;
  font-size: 16px;
  opacity: 1;
}
.acf-container.acf-container-now-then_slider .slider-nav .slick-dots li.slick-active button::before {
  color: #195587;
  opacity: 1;
}
@media (min-width: 992px) {
  .acf-container.acf-container-now-then_slider .slider-nav {
    color: #000;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
  }
  .acf-container.acf-container-now-then_slider .slider-nav .slick-list {
    height: 100%;
    width: 100%;
  }
  .acf-container.acf-container-now-then_slider .slider-nav .slick-list .slick-track {
    height: 100%;
    width: 100%;
  }
  .acf-container.acf-container-now-then_slider .slider-nav .slick-list .slick-track .slick-slide {
    height: 100%;
    width: 100%;
    background-color: #4b4b4d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.acf-container.acf-container-team .mitarbeiter-outer {
  background-color: #4b4b4d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #e4e4e4;
  margin: 15px 0;
  position: relative;
}
.acf-container.acf-container-team .mitarbeiter-outer .mitarbeiter-height {
  margin-top: 100%;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17, 58, 92, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #ffffff;
  visibility: hidden;
  padding: 15px;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay .top {
  display: table;
  width: 100%;
  height: 50%;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay .top .content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay .bottom {
  display: table;
  width: 100%;
  height: 50%;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay .bottom .content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay .bottom .content p {
  position: relative;
  padding-left: 30px;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay .contact-icon {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 4px;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay h4 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 6px;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay p {
  margin: 0;
  font-size: 17px;
}
.acf-container.acf-container-team .mitarbeiter-outer .overlay a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .acf-container.acf-container-team .mitarbeiter-outer .overlay h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .acf-container.acf-container-team .mitarbeiter-outer .overlay p {
    font-size: 14px;
    line-height: 20px;
  }
}
.acf-container.acf-container-team .mitarbeiter-outer:hover {
  cursor: pointer;
}
.acf-container.acf-container-team .mitarbeiter-outer:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.acf-container.acf-container-timeline {
  margin-top: 80px;
  position: relative;
}
.acf-container.acf-container-timeline .timeline-tabs-outer {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: 0px;
  left: 0;
  z-index: 1100;
}
.acf-container.acf-container-timeline .timeline-tabs {
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  display: inline-block;
  margin: -30px auto 0 auto;
  padding: 20px 0;
  font-weight: bold;
}
.acf-container.acf-container-timeline .option {
  height: 22px;
  float: left;
  cursor: pointer;
  color: #97979a;
  font-size: 20px;
  line-height: 22px;
  padding: 0px 30px;
  display: block;
  text-decoration: none;
}
.acf-container.acf-container-timeline .option#option1 {
  text-align: right;
}
.acf-container.acf-container-timeline .option#option2 {
  text-align: left;
}
.acf-container.acf-container-timeline .option.active {
  color: #195587;
}
.acf-container.acf-container-timeline #switch {
  cursor: pointer;
  display: block;
  visibility: visible;
  position: relative;
  float: left;
  width: 44px;
}
.acf-container.acf-container-timeline #switch:before {
  position: absolute;
  content: '';
  background: #97979a;
  width: 100%;
  height: 11px;
  left: 0;
  top: 5.5px;
  border-radius: 5.5px;
}
.acf-container.acf-container-timeline #switch .handle {
  display: block;
  background: #ffd900;
  height: 22px;
  width: 22px;
  border-radius: 11px;
}
.acf-container.acf-container-timeline #switch-xs {
  display: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  .acf-container.acf-container-timeline {
    margin-top: 100px;
  }
  .acf-container.acf-container-timeline .timeline-tabs-outer {
    text-align: left;
    margin-top: -80px;
    padding: 0 15px;
  }
  .acf-container.acf-container-timeline .timeline-tabs {
    margin: 0;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    position: relative;
  }
  .acf-container.acf-container-timeline .timeline-tabs .option {
    padding: 6px 0px 6px 66px;
    width: 100%;
    height: auto;
  }
  .acf-container.acf-container-timeline .timeline-tabs .option#option1 {
    text-align: left;
  }
  .acf-container.acf-container-timeline .timeline-tabs .option#option2 {
    text-align: left;
  }
  .acf-container.acf-container-timeline .timeline-tabs #switch {
    display: none;
    visibility: hidden;
  }
  .acf-container.acf-container-timeline .timeline-tabs .switch-xs-outer {
    position: absolute;
    top: 30px;
    left: 22px;
  }
  .acf-container.acf-container-timeline .timeline-tabs #switch-xs {
    cursor: pointer;
    display: block;
    visibility: visible;
    position: relative;
    float: left;
    height: 44px;
    margin-top: 11px;
  }
  .acf-container.acf-container-timeline .timeline-tabs #switch-xs:before {
    position: absolute;
    content: '';
    background: #97979a;
    height: 100%;
    width: 11px;
    top: 0;
    left: 5.5px;
    border-radius: 5.5px;
  }
  .acf-container.acf-container-timeline .timeline-tabs #switch-xs .handle {
    display: block;
    background: #ffd900;
    height: 22px;
    width: 22px;
    border-radius: 11px;
  }
}
.acf-container.acf-container-timeline .acf-layout {
  margin: 0px -15px;
}
.acf-container.acf-container-timeline ol {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 80px 0 80px 0;
  overflow: hidden;
}
.acf-container.acf-container-timeline ol:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  background: #ffffff;
  left: 50%;
  margin-left: -2px;
}
@media (max-width: 768px) {
  .acf-container.acf-container-timeline ol:before {
    left: 35px;
  }
}
@media (max-width: 768px) {
  .acf-container.acf-container-timeline ol {
    padding: 60px 0;
  }
}
.acf-container.acf-container-timeline ol > li {
  width: 300%;
  clear: both;
  margin: 0 0 0 -100%;
  padding: 0;
  list-style: none;
  counter-increment: schritte;
  overflow: hidden;
  position: relative;
}
.acf-container.acf-container-timeline ol > li ul,
.acf-container.acf-container-timeline ol > li ol {
  counter-reset: schritte;
}
.acf-container.acf-container-timeline ol > li .content {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}
.acf-container.acf-container-timeline ol > li .content:before {
  content: counter(schritte, decimal);
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #195587;
  box-sizing: border-box;
  border-radius: 25px;
  border: 6px solid #195587;
  line-height: 38px;
  top: 50%;
  margin-top: -25px;
  right: 100%;
  margin-right: -25px;
}
.acf-container.acf-container-timeline ol > li .content .content-inner {
  padding: 70px;
}
@media (max-width: 768px) {
  .acf-container.acf-container-timeline ol > li .content .content-inner {
    padding: 50px;
  }
}
.acf-container.acf-container-timeline ol > li .content .more {
  margin-top: 10px;
  padding: 14px 22px;
  margin: 0;
  display: inline-block;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  background: #ffd900;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.acf-container.acf-container-timeline ol > li .content .more:hover {
  background: #fcce15;
}
.acf-container.acf-container-timeline ol > li .prev {
  width: 33.3333%;
  max-height: 3000px;
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: max-height 0.5s 0.2s;
  -ms-transition: max-height 0.5s 0.2s;
  transition: max-height 0.5s 0.2s;
}
@media (max-width: 768px) {
  .acf-container.acf-container-timeline ol > li .prev .container {
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .acf-container.acf-container-timeline ol > li.even .prev .content .content-inner {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .acf-container.acf-container-timeline ol > li.even .prev .content .content-inner {
    padding-left: 0px;
  }
}
.acf-container.acf-container-timeline ol > li.odd .prev .content .content-inner {
  padding-right: 0px;
}
.acf-container.acf-container-timeline ol > li.even .slide,
.acf-container.acf-container-timeline ol > li.odd .slide {
  background: #ffffff;
  width: 33.3333%;
  max-height: 1px;
  opacity: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 3000;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.8s, max-height 0.2s 0.8s, opacity 0.8s;
  -ms-transition: -ms-transform 0.8s, max-height 0.2s 0.8s, opacity 0.8s;
  transition: transform 0.8s, max-height 0.2s 0.8s, opacity 0.8s;
}
.acf-container.acf-container-timeline ol > li.even .slide .container,
.acf-container.acf-container-timeline ol > li.odd .slide .container {
  color: #4b4b4d;
  position: relative;
  overflow: visible;
  padding-left: 80px;
}
.acf-container.acf-container-timeline ol > li.even .slide .container:before,
.acf-container.acf-container-timeline ol > li.odd .slide .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  margin-left: -425px;
  background: #ffd900;
  display: block;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer,
.acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer {
  position: absolute;
  top: 40px;
  left: 15px;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background: url(https://www.kernelconcepts.de/wp-content/themes/kc/assets/css/less/../../../images/src/transparent.gif);
}
.acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer .close-text,
.acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer .close-text {
  display: none;
}
.acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer .close-icon,
.acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer .close-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
.acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer .close-icon .bar,
.acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer .close-icon .bar {
  width: 30px;
  height: 3px;
  transition: all 0.2s;
  background-color: #ffffff;
  display: block;
}
.acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer .close-icon .top-bar,
.acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer .close-icon .top-bar {
  -webkit-transform: translateX(3px) rotate(45deg);
  -moz-transform: translateX(3px) rotate(45deg);
  -ms-transform: translateX(3px) rotate(45deg);
  -o-transform: translateX(3px) rotate(45deg);
  transform: translateX(3px) rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  -o-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer .close-icon .bottom-bar,
.acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer .close-icon .bottom-bar {
  margin-top: 13px;
  -webkit-transform: translateX(3px) rotate(-45deg);
  -moz-transform: translateX(3px) rotate(-45deg);
  -ms-transform: translateX(3px) rotate(-45deg);
  -o-transform: translateX(3px) rotate(-45deg);
  transform: translateX(3px) rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.acf-container.acf-container-timeline ol > li.even .slide .container .row,
.acf-container.acf-container-timeline ol > li.odd .slide .container .row {
  padding: 40px 0px;
}
.acf-container.acf-container-timeline ol > li.even .slide .container h2,
.acf-container.acf-container-timeline ol > li.odd .slide .container h2,
.acf-container.acf-container-timeline ol > li.even .slide .container h3,
.acf-container.acf-container-timeline ol > li.odd .slide .container h3 {
  color: #4b4b4d;
}
.acf-container.acf-container-timeline ol > li .spacer {
  width: 33.3333%;
  height: 1px;
  background: transparent;
}
.acf-container.acf-container-timeline ol > li.even .slide,
.acf-container.acf-container-timeline ol > li.even .prev,
.acf-container.acf-container-timeline ol > li.even .spacer,
.acf-container.acf-container-timeline ol > li.odd .slide,
.acf-container.acf-container-timeline ol > li.odd .prev,
.acf-container.acf-container-timeline ol > li.odd .spacer {
  float: left;
}
.acf-container.acf-container-timeline ol > li.in .slide {
  max-height: 2000px;
  opacity: 1;
}
.acf-container.acf-container-timeline ol > li.in.even .prev,
.acf-container.acf-container-timeline ol > li.in.odd .prev {
  max-height: 1px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s 0.2s;
  -ms-transition: max-height 0.2s 0.2s;
  transition: max-height 0.2s 0.2s;
}
.acf-container.acf-container-timeline ol > li.in.even .slide,
.acf-container.acf-container-timeline ol > li.in.odd .slide {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
  -ms-transition: -ms-transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
  transition: transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
}
@media (min-width: 768px) {
  .acf-container.acf-container-timeline ol > li .content {
    width: 50%;
  }
  .acf-container.acf-container-timeline ol > li.even .slide .container,
  .acf-container.acf-container-timeline ol > li.odd .slide .container {
    padding-left: 215px;
  }
  .acf-container.acf-container-timeline ol > li.even .slide .container:before,
  .acf-container.acf-container-timeline ol > li.odd .slide .container:before {
    width: 1000px;
    margin-left: -800px;
  }
  .acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer .close-text,
  .acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer .close-text {
    display: block;
  }
  .acf-container.acf-container-timeline ol > li.even .slide,
  .acf-container.acf-container-timeline ol > li.even .prev,
  .acf-container.acf-container-timeline ol > li.even .spacer {
    float: right;
  }
  .acf-container.acf-container-timeline ol > li.odd .slide,
  .acf-container.acf-container-timeline ol > li.odd .prev,
  .acf-container.acf-container-timeline ol > li.odd .spacer {
    float: left;
  }
  .acf-container.acf-container-timeline ol > li.odd .content {
    float: right;
  }
  .acf-container.acf-container-timeline ol > li.odd .content:before {
    right: 100%;
    margin-right: -25px;
  }
  .acf-container.acf-container-timeline ol > li.even .content {
    float: left;
    text-align: right;
  }
  .acf-container.acf-container-timeline ol > li.even .content:before {
    left: 100%;
    margin-left: -25px;
  }
  .acf-container.acf-container-timeline ol > li.in.odd .slide {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
    -ms-transition: -ms-transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
    transition: transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
  }
  .acf-container.acf-container-timeline ol > li.in.even .slide {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
    -ms-transition: -ms-transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
    transition: transform 0.8s 0.2s, max-height 0.2s, opacity 0.8s;
  }
}
@media (min-width: 992px) {
  .acf-container.acf-container-timeline ol > li.even .slide .container,
  .acf-container.acf-container-timeline ol > li.odd .slide .container {
    padding-left: 215px;
  }
  .acf-container.acf-container-timeline ol > li.even .slide .container:before,
  .acf-container.acf-container-timeline ol > li.odd .slide .container:before {
    width: 3000px;
    margin-left: -2820px;
  }
  .acf-container.acf-container-timeline ol > li.even .slide .container .close-icon-outer .close-text,
  .acf-container.acf-container-timeline ol > li.odd .slide .container .close-icon-outer .close-text {
    display: block;
  }
}
@media (max-width: 767px) {
  .acf-container.acf-container-tagcloud {
    display: none;
  }
}
.acf-container.acf-container-tagcloud .acf-layout {
  margin: 15px -15px;
}
.acf-container.acf-container-tagcloud .acf-layout .tag_search_outer {
  position: relative;
  padding-left: 30px;
  border-bottom: 3px solid #ffffff;
  margin: 30px 0;
}
.acf-container.acf-container-tagcloud .acf-layout .tag_search_outer:before {
  content: './';
  display: block;
  position: absolute;
  color: #ffd900;
  left: 0px;
  bottom: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 3px;
}
.acf-container.acf-container-tagcloud .acf-layout .tag_search_outer #tag_search {
  background: transparent;
  color: #ffffff;
  padding: 0;
  margin: 0 0 3px 0;
}
.acf-container.acf-container-tagcloud .wp-tag-cloud {
  display: none;
  visibility: hidden;
}
.acf-container.acf-container-tagcloud #myTagCloud {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  padding: 25px;
}
@media (max-width: 767px) {
  .acf-container.acf-container-tagcloud #myTagCloud {
    padding: 15px;
  }
}
.acf-container.acf-container-tagcloud div.jqcloud {
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
}
.acf-container.acf-container-tagcloud div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
  font-weight: bold;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w10 {
  font-size: 145%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w9 {
  font-size: 140%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w8 {
  font-size: 135%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w7 {
  font-size: 130%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w6 {
  font-size: 125%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w5 {
  font-size: 120%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w4 {
  font-size: 115%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w3 {
  font-size: 110%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w2 {
  font-size: 105%;
}
.acf-container.acf-container-tagcloud div.jqcloud span.w1 {
  font-size: 100%;
}
.acf-container.acf-container-tagcloud div.jqcloud a:hover {
  opacity: 0.7;
}
.acf-container.acf-container-tagcloud div.jqcloud {
  overflow: hidden;
  position: relative;
}
.acf-container.acf-container-tagcloud div.jqcloud span {
  padding: 25px;
}
@media (max-width: 767px) {
  .acf-container.acf-container-tagcloud div.jqcloud span {
    padding: 15px;
  }
}
.acf-container.acf-container-icons-3-cols.color-white .col-icon .outer-icon {
  color: #195587;
}
.acf-container.acf-container-icons-3-cols .col-icon {
  text-align: center;
  margin-bottom: 30px;
}
.acf-container.acf-container-icons-3-cols .col-icon .outer-icon {
  font-size: 45px;
  line-height: 90px;
  height: 90px;
  margin-bottom: 0;
}
.acf-container.acf-container-icons-3-cols .col-icon .outer-icon img {
  margin: auto;
  line-height: 1;
  display: inline-block;
  margin-top: -15px;
}
.acf-container.acf-container-maps .acf-layout {
  margin: 0 -15px;
}
.acf-container.acf-container-maps .acf-maps-layout {
  position: relative;
}
.acf-container.acf-container-maps .acf-maps-layout .map {
  height: 400px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.acf-container.acf-container-maps .map {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: -1px;
}
.acf-container.acf-container-maps .map h4 {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .acf-container.acf-container-maps .right {
    margin-left: -15px;
    margin-right: -15px;
  }
  .acf-container.acf-container-maps .right.map {
    height: 400px;
    margin-bottom: 0px;
  }
  .acf-container.acf-container-maps .left {
    margin-left: -15px;
    margin-right: -15px;
    padding: 60px 0;
    float: left;
  }
  .acf-container.acf-container-maps .left .content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .acf-container.acf-container-maps .right {
    margin-bottom: 85px;
  }
}
@media (min-width: 992px) {
  .acf-container.acf-container-maps .acf-layout.acf-text-layout {
    position: relative;
    margin: 0px -15px;
  }
  .acf-container.acf-container-maps .right {
    background-color: #4b4b4d;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  .acf-container.acf-container-maps .right#map {
    background-color: transparent;
  }
  .acf-container.acf-container-maps .right .map {
    width: 100%;
    height: 100%;
  }
  .acf-container.acf-container-maps .left {
    width: 60%;
    height: 400px;
    height: auto;
    min-height: 400px;
    position: relative;
    z-index: 2000;
  }
  .acf-container.acf-container-maps .left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
  .acf-container.acf-container-maps .left.color-blue:before {
    background: #195587;
  }
  .acf-container.acf-container-maps .left.color-white:before {
    background: #ffffff;
  }
  .acf-container.acf-container-maps .left .content {
    padding: 130px 130px 130px 0px;
    z-index: 2000;
  }
}
.acf-container.acf-container-maps .olPopupCloseBox {
  background: none;
  cursor: pointer;
}
.acf-container.acf-container-maps .olPopupCloseBox:before {
  content: "\e773";
  font-family: 'icomoon';
  position: absolute;
  top: 8px;
  right: 8px;
}
.home .hl-subline {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
}
.home .hl-subline .sep {
  display: none;
}
.table-responsive {
  overflow-x: auto;
}
.table-responsive td,
.table-responsive th {
  white-space: nowrap;
}
.table .table {
  background-color: transparent;
}
.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
  border: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  padding-left: 0;
}
.table > tbody > tr > td.cell-no-padding,
.table > tbody > tr > th.cell-no-padding {
  padding: 0;
}
footer {
  background-color: #4b4b4d;
  color: #ffffff;
  padding: 90px 0 30px 0;
}
footer h4 {
  color: #ffffff;
}
footer .menu {
  margin: 20px 0;
  padding: 0;
}
footer .menu li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
footer #menu-social-media li {
  padding-left: 40px;
  position: relative;
}
footer #menu-social-media li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 115%;
}
footer #menu-social-media li.facebook:before {
  content: '\e87e';
}
footer #menu-social-media li.twitter:before {
  content: '\ed93';
}
footer #menu-social-media li.google:before {
  content: '\e976';
}
footer .legal {
  margin: 0;
  padding: 0;
  float: left;
}
footer .legal li {
  list-style: none;
  margin: 0;
  float: left;
  border-left: 1px solid #ffffff;
  padding: 0 15px;
}
footer .legal li:first-child {
  border-left: 0px;
  padding-left: 0px;
}
footer .copyright {
  text-align: right;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 30px 0;
  }
  footer .widget {
    margin-top: 60px;
  }
}
/* kein Javascript
"no-js.less" einzeln kompiliert und als css in header.php eingebunden
#no-js {
@import 'parts/no-js.less';
}
 */
