@import url(//www.eeg-premstaetten.at//plugins/system/t3/base-bs3/fonts/font-awesome/css/font-awesome-base.css);@import url(//www.eeg-premstaetten.at//templates/ja_social_ii/html/com_community/assets/css/../../../../../../components/com_community/templates/jomsocial/assets/css/style.css);
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//www.eeg-premstaetten.at//media/vendor/chosen/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//www.eeg-premstaetten.at//media/vendor/chosen/css/chosen-sprite.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(//www.eeg-premstaetten.at//media/vendor/chosen/css/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//www.eeg-premstaetten.at//media/vendor/chosen/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(//www.eeg-premstaetten.at//media/vendor/chosen/css/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(//www.eeg-premstaetten.at//media/vendor/chosen/css/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  line-height: 1.715;
  color: #555b6a;
  background-color: #f1f3f5;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #669900;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #558000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.715;
  background-color: #f1f3f5;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #d7d9db;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.715;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.715;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f1f3f5;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: #669900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
select::-ms-expand,
textarea::-ms-expand,
input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="color"]::-ms-expand,
.inputbox::-ms-expand {
  background-color: transparent;
  border: 0;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  background-color: #eeeeee;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: #669900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
selectinput.input-sm {
  height: 30px;
  line-height: 30px;
}
textareainput.input-sm,
select[multiple]input.input-sm {
  height: auto;
}
input.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
selectinput.input-lg {
  height: 45px;
  line-height: 45px;
}
textareainput.input-lg,
select[multiple]input.input-lg {
  height: auto;
}
@media (min-width: 768px) {
  .form-inline .inputbox,
  .form-inline select,
  .form-inline textarea,
  .form-inline input {
    display: inline-block;
  }
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: " ";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: " ";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group .control-label {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .form-horizontal .control-group .control-label {
    display: inline-block;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
  }
}
.form-horizontal .control-group .controls {
  margin-left: 180px;
}
.form-actions {
  padding: 24px;
  margin: 24px 0;
  background-color: #eeeeee;
  border-radius: 0;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: " ";
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: " ";
}
.form-actions:after {
  clear: both;
}
.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] {
  padding-left: 5px !important;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 0 0 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 38px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.715;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 0 0 0 0;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.btn-large {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.715;
  color: #2c3e50;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #669900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959baa;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #446600;
  border-color: #111900;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #446600;
  border-color: #3d5c00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #446600;
  background-image: none;
  border-color: #3d5c00;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2c4200;
  border-color: #111900;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #669900;
  border-color: #669900;
}
.btn-primary .badge {
  color: #669900;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #446600;
  border-color: #111900;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #446600;
  border-color: #3d5c00;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #446600;
  background-image: none;
  border-color: #3d5c00;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #2c4200;
  border-color: #111900;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #669900;
  border-color: #669900;
}
.btn-success .badge {
  color: #669900;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1f7e9a;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #b06d0f;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #8b211e;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #669900;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #558000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu.open > a:after {
  border-left-color: #262626;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(//www.eeg-premstaetten.at//t3-assets/dev/../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(//www.eeg-premstaetten.at//t3-assets/dev/../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.eeg-premstaetten.at//t3-assets/dev/../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(//www.eeg-premstaetten.at//t3-assets/dev/../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"), url(//www.eeg-premstaetten.at//t3-assets/dev/../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.eeg-premstaetten.at//t3-assets/dev/../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.715;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #669900;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.715;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #2c3e50;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #669900;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.715;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f1f3f5;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f1f3f5;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #669900;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f1f3f5;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 10px;
  font-size: 18px;
  line-height: 24px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .inputbox,
  .navbar-form select,
  .navbar-form textarea,
  .navbar-form input {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #f8f8f8;
}
.navbar-default .navbar-brand {
  color: #222222;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #080808;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #222222;
}
.navbar-default .navbar-nav > li > a {
  color: #222222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #669900;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #669900;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #669900;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222222;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #669900;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #669900;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #333333;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f8f8f8;
}
.navbar-default .navbar-link {
  color: #222222;
}
.navbar-default .navbar-link:hover {
  color: #669900;
}
.navbar-default .btn-link {
  color: #222222;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #669900;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.715;
  color: #669900;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #558000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #669900;
  border-color: #669900;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #669900;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #446600;
}
.label-success {
  background-color: #669900;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #446600;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #669900;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.715;
  background-color: #f1f3f5;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #669900;
}
.thumbnail .caption {
  padding: 9px;
  color: #555b6a;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #669900;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #669900;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ccff66;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #669900;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #669900;
}
.panel-primary > .panel-heading .badge {
  color: #669900;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #669900;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #3a87ad;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ebf4fc;
  border: 1px solid #cce3f7;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.715;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.715;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 350px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Questrial', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.715;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#droptablestable7.droptablestable table .dtr0{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr0{min-height:20px;}#droptablestable7.droptablestable table .dtr1{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr1{min-height:20px;}#droptablestable7.droptablestable table .dtr2{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr2{min-height:20px;}#droptablestable7.droptablestable table .dtr3{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr3{min-height:20px;}#droptablestable7.droptablestable table .dtr4{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr4{min-height:20px;}#droptablestable7.droptablestable table .dtr5{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr5{min-height:20px;}#droptablestable7.droptablestable table .dtr6{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr6{min-height:20px;}#droptablestable7.droptablestable table .dtr7{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr7{min-height:20px;}#droptablestable7.droptablestable table .dtr8{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr8{min-height:20px;}#droptablestable7.droptablestable table .dtr9{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr9{min-height:20px;}#droptablestable7.droptablestable table .dtr10{height:20px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr10{min-height:20px;}#droptablestable7.droptablestable table .dtr11{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr11{min-height:20px;}#droptablestable7.droptablestable table .dtr12{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr12{min-height:20px;}#droptablestable7.droptablestable table .dtr13{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr13{min-height:20px;}#droptablestable7.droptablestable table .dtr14{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr14{min-height:20px;}#droptablestable7.droptablestable table .dtr15{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr15{min-height:20px;}#droptablestable7.droptablestable table .dtr16{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr16{min-height:20px;}#droptablestable7.droptablestable table .dtr17{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr17{min-height:20px;}#droptablestable7.droptablestable table .dtr18{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr18{min-height:20px;}#droptablestable7.droptablestable table .dtr19{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr19{min-height:20px;}#droptablestable7.droptablestable table .dtr20{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr20{min-height:20px;}#droptablestable7.droptablestable table .dtr21{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr21{min-height:20px;}#droptablestable7.droptablestable table .dtr22{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr22{min-height:20px;}#droptablestable7.droptablestable table .dtr23{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr23{min-height:20px;}#droptablestable7.droptablestable table .dtr24{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr24{min-height:20px;}#droptablestable7.droptablestable table .dtr25{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr25{min-height:20px;}#droptablestable7.droptablestable table .dtr26{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr26{min-height:20px;}#droptablestable7.droptablestable table .dtr27{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr27{min-height:20px;}#droptablestable7.droptablestable table .dtr28{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr28{min-height:20px;}#droptablestable7.droptablestable table .dtr29{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr29{min-height:20px;}#droptablestable7.droptablestable table .dtr30{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr30{min-height:20px;}#droptablestable7.droptablestable table .dtr31{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr31{min-height:20px;}#droptablestable7.droptablestable table .dtr32{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr32{min-height:20px;}#droptablestable7.droptablestable table .dtr33{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr33{min-height:20px;}#droptablestable7.droptablestable table .dtr34{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr34{min-height:20px;}#droptablestable7.droptablestable table .dtr35{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr35{min-height:20px;}#droptablestable7.droptablestable table .dtr36{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr36{min-height:20px;}#droptablestable7.droptablestable table .dtr37{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr37{min-height:20px;}#droptablestable7.droptablestable table .dtr38{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr38{min-height:20px;}#droptablestable7.droptablestable table .dtr39{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr39{min-height:20px;}#droptablestable7.droptablestable table .dtr40{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr40{min-height:20px;}#droptablestable7.droptablestable table .dtr41{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr41{min-height:20px;}#droptablestable7.droptablestable table .dtr42{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr42{min-height:20px;}#droptablestable7.droptablestable table .dtr43{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr43{min-height:20px;}#droptablestable7.droptablestable table .dtr44{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr44{min-height:20px;}#droptablestable7.droptablestable table .dtr45{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr45{min-height:20px;}#droptablestable7.droptablestable table .dtr46{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr46{min-height:20px;}#droptablestable7.droptablestable table .dtr47{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr47{min-height:20px;}#droptablestable7.droptablestable table .dtr48{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr48{min-height:20px;}#droptablestable7.droptablestable table .dtr49{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr49{min-height:20px;}#droptablestable7.droptablestable table .dtr50{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr50{min-height:20px;}#droptablestable7.droptablestable table .dtr51{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr51{min-height:20px;}#droptablestable7.droptablestable table .dtr52{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr52{min-height:20px;}#droptablestable7.droptablestable table .dtr53{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr53{min-height:20px;}#droptablestable7.droptablestable table .dtr54{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr54{min-height:20px;}#droptablestable7.droptablestable table .dtr55{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr55{min-height:20px;}#droptablestable7.droptablestable table .dtr56{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr56{min-height:20px;}#droptablestable7.droptablestable table .dtr57{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr57{min-height:20px;}#droptablestable7.droptablestable table .dtr58{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr58{min-height:20px;}#droptablestable7.droptablestable table .dtr59{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr59{min-height:20px;}#droptablestable7.droptablestable table .dtr60{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr60{min-height:20px;}#droptablestable7.droptablestable table .dtr61{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr61{min-height:20px;}#droptablestable7.droptablestable table .dtr62{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr62{min-height:20px;}#droptablestable7.droptablestable table .dtr63{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr63{min-height:20px;}#droptablestable7.droptablestable table .dtr64{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr64{min-height:20px;}#droptablestable7.droptablestable table .dtr65{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr65{min-height:20px;}#droptablestable7.droptablestable table .dtr66{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr66{min-height:20px;}#droptablestable7.droptablestable table .dtr67{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr67{min-height:20px;}#droptablestable7.droptablestable table .dtr68{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr68{min-height:20px;}#droptablestable7.droptablestable table .dtr69{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr69{min-height:20px;}#droptablestable7.droptablestable table .dtr70{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr70{min-height:20px;}#droptablestable7.droptablestable table .dtr71{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr71{min-height:20px;}#droptablestable7.droptablestable table .dtr72{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr72{min-height:20px;}#droptablestable7.droptablestable table .dtr73{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr73{min-height:20px;}#droptablestable7.droptablestable table .dtr74{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr74{min-height:20px;}#droptablestable7.droptablestable table .dtr75{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr75{min-height:20px;}#droptablestable7.droptablestable table .dtr76{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr76{min-height:20px;}#droptablestable7.droptablestable table .dtr77{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr77{min-height:20px;}#droptablestable7.droptablestable table .dtr78{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr78{min-height:20px;}#droptablestable7.droptablestable table .dtr79{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr79{min-height:20px;}#droptablestable7.droptablestable table .dtr80{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr80{min-height:20px;}#droptablestable7.droptablestable table .dtr81{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr81{min-height:20px;}#droptablestable7.droptablestable table .dtr82{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr82{min-height:20px;}#droptablestable7.droptablestable table .dtr83{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr83{min-height:20px;}#droptablestable7.droptablestable table .dtr84{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr84{min-height:20px;}#droptablestable7.droptablestable table .dtr85{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr85{min-height:20px;}#droptablestable7.droptablestable table .dtr86{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr86{min-height:20px;}#droptablestable7.droptablestable table .dtr87{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr87{min-height:20px;}#droptablestable7.droptablestable table .dtr88{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr88{min-height:20px;}#droptablestable7.droptablestable table .dtr89{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr89{min-height:20px;}#droptablestable7.droptablestable table .dtr90{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr90{min-height:20px;}#droptablestable7.droptablestable table .dtr91{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr91{min-height:20px;}#droptablestable7.droptablestable table .dtr92{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr92{min-height:20px;}#droptablestable7.droptablestable table .dtr93{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr93{min-height:20px;}#droptablestable7.droptablestable table .dtr94{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr94{min-height:20px;}#droptablestable7.droptablestable table .dtr95{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr95{min-height:20px;}#droptablestable7.droptablestable table .dtr96{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr96{min-height:20px;}#droptablestable7.droptablestable table .dtr97{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr97{min-height:20px;}#droptablestable7.droptablestable table .dtr98{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr98{min-height:20px;}#droptablestable7.droptablestable table .dtr99{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr99{min-height:20px;}#droptablestable7.droptablestable table .dtr100{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr100{min-height:20px;}#droptablestable7.droptablestable table .dtr101{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr101{min-height:20px;}#droptablestable7.droptablestable table .dtr102{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr102{min-height:20px;}#droptablestable7.droptablestable table .dtr103{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr103{min-height:20px;}#droptablestable7.droptablestable table .dtr104{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr104{min-height:20px;}#droptablestable7.droptablestable table .dtr105{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr105{min-height:20px;}#droptablestable7.droptablestable table .dtr106{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr106{min-height:20px;}#droptablestable7.droptablestable table .dtr107{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr107{min-height:20px;}#droptablestable7.droptablestable table .dtr108{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr108{min-height:20px;}#droptablestable7.droptablestable table .dtr109{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr109{min-height:20px;}#droptablestable7.droptablestable table .dtr110{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr110{min-height:20px;}#droptablestable7.droptablestable table .dtr111{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr111{min-height:20px;}#droptablestable7.droptablestable table .dtr112{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr112{min-height:20px;}#droptablestable7.droptablestable table .dtr113{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr113{min-height:20px;}#droptablestable7.droptablestable table .dtr114{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr114{min-height:20px;}#droptablestable7.droptablestable table .dtr115{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr115{min-height:20px;}#droptablestable7.droptablestable table .dtr116{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr116{min-height:20px;}#droptablestable7.droptablestable table .dtr117{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr117{min-height:20px;}#droptablestable7.droptablestable table .dtr118{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr118{min-height:20px;}#droptablestable7.droptablestable table .dtr119{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr119{min-height:20px;}#droptablestable7.droptablestable table .dtr120{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr120{min-height:20px;}#droptablestable7.droptablestable table .dtr121{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr121{min-height:20px;}#droptablestable7.droptablestable table .dtr122{height:20px;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody .dtr122{min-height:20px;}#droptablestable7.droptablestable table .dtc0{width:340px;min-width:340px;border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody td:nth-of-type(1):before{content:"Netzbetreiber";}#droptablestable7.droptablestable table.repeatedHeaderTrue:not(.style_repeated) tbody tr.odd td.dtc0{width:auto !important;border:none !important;border-bottom:1px solid #fff !important;}#droptablestable7.droptablestable table.repeatedHeaderTrue:not(.style_repeated) tbody tr.even td.dtc0{width:auto !important;border:none !important;border-bottom:1px solid #eaeaea !important;}#droptablestable7.droptablestable table .dtc1{width:190px;min-width:190px;border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody td:nth-of-type(2):before{content:"Unternehmenssitz";}#droptablestable7.droptablestable table.repeatedHeaderTrue:not(.style_repeated) tbody tr.odd td.dtc1{width:auto !important;border:none !important;border-bottom:1px solid #fff !important;}#droptablestable7.droptablestable table.repeatedHeaderTrue:not(.style_repeated) tbody tr.even td.dtc1{width:auto !important;border:none !important;border-bottom:1px solid #eaeaea !important;}#droptablestable7.droptablestable table .dtc2{width:110px;min-width:110px;border-left:1px solid #cfcfcf;border-right:1px solid #cfcfcf;}#droptablestable7.droptablestable table.repeatedHeaderTrue tbody td:nth-of-type(3):before{content:"Bundesland";}#droptablestable7.droptablestable table.repeatedHeaderTrue:not(.style_repeated) tbody tr.odd td.dtc2{width:auto !important;border:none !important;border-bottom:1px solid #fff !important;}#droptablestable7.droptablestable table.repeatedHeaderTrue:not(.style_repeated) tbody tr.even td.dtc2{width:auto !important;border:none !important;border-bottom:1px solid #eaeaea !important;}#droptablestable7.droptablestable table .dtr42.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr0.dtc2{border-right:none;border-left:none;border-top:1px solid #000;border-bottom:1px solid #000;font-weight:700;}#droptablestable7.droptablestable table .dtr1.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr2.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr3.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr4.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr5.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr6.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr7.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr8.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr9.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr10.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr11.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr12.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr13.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr14.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr15.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr16.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr17.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr18.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr19.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr20.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr21.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr22.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr23.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr24.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr25.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr26.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr27.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr28.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr29.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr30.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr31.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr32.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr33.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr34.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr35.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr36.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr37.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr38.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr39.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr40.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr41.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr42.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr43.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr44.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr45.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr46.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr47.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr48.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr49.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr50.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr51.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr52.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr53.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr54.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr55.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr56.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr57.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr58.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr59.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr60.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr61.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr62.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr63.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr64.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr65.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr66.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr67.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr68.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr69.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr70.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr71.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr72.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr73.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr74.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr75.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr76.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr77.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr78.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr79.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr80.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr81.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr82.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr83.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr84.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr85.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr86.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr87.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr88.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr89.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr90.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr91.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr92.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr93.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr94.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr95.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr96.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr97.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr98.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr99.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr100.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr101.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr102.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr103.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr104.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr105.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr106.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr107.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr108.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr109.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr110.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr111.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr112.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr113.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr114.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr115.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr116.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr117.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr118.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr119.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr120.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr121.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr122.dtc2{border-right:none;border-left:none;border-top:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr0.dtc0{border-left:none;border-top:1px solid #000;border-right:none;border-bottom:1px solid #000;font-weight:700;}#droptablestable7.droptablestable table .dtr1.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr2.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr3.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr4.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr5.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr6.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr7.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr8.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr9.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr10.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr11.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr12.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr13.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr14.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr15.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr16.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr17.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr18.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr19.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr20.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr21.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr22.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr23.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr24.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr25.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr26.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr27.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr28.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr29.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr30.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr31.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr32.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr33.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr34.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr35.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr36.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr37.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr38.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr39.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr40.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr41.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr43.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr44.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr45.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr46.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr47.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr48.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr49.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr50.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr51.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr52.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr53.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr54.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr55.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr56.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr57.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr58.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr59.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr60.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr61.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr62.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr63.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr64.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr65.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr66.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr67.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr68.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr69.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr70.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr71.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr72.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr73.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr74.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr75.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr76.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr77.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr78.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr79.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr80.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr81.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr82.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr83.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr84.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr85.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr86.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr87.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr88.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr89.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr90.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr91.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr92.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr93.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr94.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr95.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr96.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr97.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr98.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr99.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr100.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr101.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr102.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr103.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr104.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr105.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr106.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr107.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr108.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr109.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr110.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr111.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr112.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr113.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr114.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr115.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr116.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr117.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr118.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr119.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr120.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr121.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr122.dtc0{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr0.dtc1{border-left:none;border-top:1px solid #000;border-right:none;border-bottom:1px solid #000;font-weight:700;}#droptablestable7.droptablestable table .dtr1.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr2.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr3.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr4.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr5.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr6.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr7.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr8.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr9.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr10.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr11.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr12.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr13.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr14.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr15.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr16.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr17.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr18.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr19.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr20.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr21.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr22.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr23.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr24.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr25.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr26.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr27.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr28.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr29.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr30.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr31.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr32.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr33.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr34.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr35.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr36.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr37.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr38.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr39.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr40.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr41.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr42.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr43.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr44.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr45.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr46.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr47.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr48.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr49.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr50.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr51.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr52.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr53.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr54.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr55.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr56.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr57.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr58.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr59.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr60.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr61.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr62.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr63.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr64.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr65.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr66.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr67.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr68.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr69.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr70.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr71.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr72.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr73.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr74.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr75.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr76.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr77.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr78.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr79.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr80.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr81.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr82.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr83.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr84.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr85.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr86.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr87.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr88.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr89.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr90.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr91.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr92.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr93.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr94.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr95.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr96.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr97.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr98.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr99.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr100.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr101.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr102.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr103.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr104.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr105.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr106.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr107.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr108.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr109.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr110.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr111.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr112.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr113.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr114.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr115.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr116.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr117.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr118.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr119.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr120.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr121.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table .dtr122.dtc1{border-left:none;border-top:none;border-right:none;border-bottom:1px solid #000;}#droptablestable7.droptablestable table{width:640px;margin:0 auto;}#droptablestable7.droptablestable .dataTables_scrollHead .dataTables_scrollHeadInner { margin : 0 auto }
/** Table reset **/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/glyphicons-halflings-regular.eot);
    src: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

@font-face {
    font-family: 'Droptables icons';
    src:  url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/icomoon/icomoon.eot?hr3xje);
    src:  url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/icomoon/icomoon.eot?hr3xje#iefix) format('embedded-opentype'),
    url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/icomoon/icomoon.ttf?hr3xje) format('truetype'),
    url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/icomoon/icomoon.woff?hr3xje) format('woff'),
    url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/icomoon/icomoon.svg?hr3xje#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/font/MaterialIcons-Regular.eot?hr3xje); /* For IE6-8 */
    src: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/font/MaterialIcons-Regular.woff2?hr3xje) format('woff2'),
    url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/font/MaterialIcons-Regular.woff?hr3xje) format('woff'),
    url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../fonts/font/MaterialIcons-Regular.ttf?hr3xje) format('truetype');
}
div.droptablestable.load-data:before {
    content: "";
    font-family: 'Material Icons';
    position: absolute;
    top: 45%;
    left: 50%;
    width: 35px;
    height: 35px;
    background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/../images/ajax-loader.gif);
    background-position: right center;
    background-size: cover;
    z-index: 99;
}
.material-icons {
    font-family: 'Material Icons';
    font-style: normal;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-step-backward::before { content: "\e069"; }
.glyphicon-backward:before{content:"\e071"}
.glyphicon-forward:before{content:"\e075"}
.glyphicon-step-forward:before{content:"\e077"}
.glyphicon-chevron-up::before { content:"\e113"}
.glyphicon-chevron-down::before { content:"\e114"}
.dnone {
    display: none !important;
}
.hidden_row th,
.hidden_row td {
    display: none;
}
.droptables-d-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.droptables_table {
    position: relative;
    max-width: 100%;
    clear: both;
}

.droptablestable table.dataTable {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
}

.default_theme.theme1 table.dataTable {
    border-collapse: separate;
}

.droptablestable table.dataTable thead th,.droptablestable table.dataTable tfoot th {
    font-weight: unset;
}

.droptablestable table.DTFC_Cloned {
    background: #fff; /* Default table color for cloned table - freeze header and col - do not remove*/
}

.droptablestable tr, .droptablestable th, .droptablestable td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    font-family: Arial;
    vertical-align: baseline;
    background: none;
    color: black;
    font-weight: normal;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    box-shadow: none;
    word-break: break-all;
}

.droptablestable th img, .droptablestable td img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    /*width: auto;*/
    display: inline;
}

.droptablestable table.dataTable td,.droptablestable table.dataTable th {
    line-height: 21px;
    padding: 4px;
    /*word-break: normal;*/
    overflow-wrap: normal;
    box-sizing: border-box;
    display: table-cell;
}

.droptablestable .sortable thead th {
    cursor: pointer;
}

div.droptablesoverflow {
    overflow-x: scroll;
}
.droptables_tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.droptables_tooltip:hover {
    text-decoration: none;
}
.droptables_tooltipcontent {
    display: none;
}
.droptables_tooltipcontent_show {
    position: absolute;
    color: #FFF;
    background: #000 none repeat scroll 0% 0%;
    min-height: 40px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    visibility: visible;
    display:block;
    z-index: 999;
    opacity: 0.9;
}

span.droptables_tooltipcontent_show:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.droptables_dbtable table tr td, .droptables_dbtable table tr th{
    vertical-align: middle;
    text-align: center;
}

.ft_r.ui-widget-header input.tablesorter-filter{
    width: 98%;
}

table.fxdHdrCol tbody tr.row_hide{
    display: none !important;
}

#sorttable_sortfwdind, #sorttable_sortrevind{
    display: none;
}

.use_sortable .droptablestable table thead tr th.tablesorter-header{ background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/bg.gif); background-position: right center; background-repeat: no-repeat; }
.use_sortable .droptablestable table thead tr th.tablesorter-headerAsc{ background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/asc.gif); }
.use_sortable .droptablestable table thead tr th.tablesorter-headerDesc{ background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/desc.gif); }
.use_sortable .droptablestable table thead tr th.fx_sort_asc{ background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/asc.gif); }
.use_sortable .droptablestable table thead tr th.fx_sort_desc{ background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/desc.gif); }

.droptablestable table {
    /*width: auto;*/
}

.ft_rwrapper, .ft_scroller {
    max-width: 100%;
}

.tablesorter-bootstrap thead th,
.tablesorter-bootstrap thead td {
    margin: 0;
}

.restableHideCols table thead tr,
.restableHideCols table tbody tr {
    display: table;
}

.droptablestable .tablesorter-bootstrap th,
.droptablestable .tablesorter-bootstrap td,
.droptablestable .ui-widget-header th,
.droptablestable .ui-widget-header td {
    box-sizing: border-box;
}

.container .droptablestable .filterable .tablesorter-filter-row {
    padding: 0;
}

.droptablestable select.input-mini{
    width: 5%;
    min-width: 50px;
    line-height: 1.2;
    margin: 0 5px;
}

.droptablestable table tfoot button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-user-select: none;
    background-color: transparent;
}

.droptablestable table tfoot .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ft_container .ft_cwrapper {
    width: auto !important;
}

.droptables_button {
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 0.7em;
    margin-right: 0;
    margin-left: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 2.5em;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal !important;
    letter-spacing: normal;
    outline: none;
    color: #171717;
    text-decoration: none;
    min-width: 90px;
    justify-content: space-evenly;
    float: right;
    text-transform: none;
}
.droptables_button:hover, .droptables_button:active {
    background-color: #ffffff;
    background-image: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
    -webkit-tap-highlight-color: transparent;
    color: #000000;
    border: solid 1px #1c69af;
}
.droptables_button .glyphicon-print {
    position: relative;
    margin-right: 5px;
}
.download_droptables {
    width: max-content !important;
    float: none !important;
}
.download_droptables:before {
    content: "";
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 1em;
    width: 1em;
    height: 1em;
    font-size: inherit;
    font-style: normal;
    speak: none;
    display: inline-block;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/download.png);
    margin-right: 5px;
    margin-top: 2px;
}
.droptables_print_table .glyphicon-print:before {
    content: "";
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 1em;
    width: 1em;
    height: 1em;
    font-size: inherit;
    font-style: normal;
    speak: none;
    display: inline-block;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/printer.png);
}
.droptables_print_table.printing .glyphicon-print:before {
    content: "";
    background-image: url(//www.eeg-premstaetten.at//components/com_droptables/assets/css/images/printing.gif);
    background-size: 31px;
    background-position-x: -9px;
    background-position-y: -9px;
}

.dataTables_filter {
    display: none;
}
.dataTables_wrapper {
    max-width: 100%;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
.dataTables_wrapper .bottom {
    display: flex;
    align-items: center;
    padding: 5px;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
    padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: initial;
    box-shadow: none;
    border: none;
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
    border: none;
    background: transparent;
    color: #000 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #000;
    opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button i {
    font-size: 11px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent;
    border: none;
    opacity: 0.5;
}
.dataTables_wrapper .dataTables_length {
    float: none;
    margin-left: 10px;
}
.dataTables_wrapper .dataTables_length label {
    margin: 0;
}
.dataTables_wrapper .dataTables_length select {
    float: none;
    padding: 4px 6px;
    height: auto;
    min-width: 50px;
    font-size: inherit;
    background: #dcd7ca;
    border-color: #dcd7ca;
    color: #000;
}
.dataTables_wrapper input.droptables-filter-input {
    padding: 4px 6px !important;
    border: none;
    outline: none;
    outline-offset: -4px;
    box-sizing: content-box;
    margin-bottom: 5px;
}
[class*=sorting] .droptables-filter-input {
    width: 75%;
    margin-left: 2px;
}
.DTFC_LeftBodyWrapper thead {
    visibility: hidden;
}
.DTFC_LeftBodyWrapper thead tr {
    height: 0 !important;
}
.dataTables_wrapper .dataTables_scrollBody thead {
    visibility: hidden;
}
.dataTables_wrapper .dataTables_scrollBody thead tr {
    height: 0 !important;
}
.dataTables_wrapper .DTFC_LeftBodyLiner {
    overflow-x: hidden;
}
.dataTables-droptables {
    overflow: unset;
}
table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0;
}
.droptables-header-cells-index,
.droptables-header-cells-index th{
    height: 0 !important;
    padding: 0 !important;
    border: none !important;
    max-height: 0;
    overflow: hidden;
}
.droptables_table .buttons-colvis,
.droptables_dbtable .buttons-colvis {
    display: block;
    text-decoration: none;
    border: 1px;
    background: #ddd;
    padding: 0.5em;
    color: #000;
    margin-right: 0;
}
.droptables_table .dt-button.buttons-colvis:hover,
.droptables_table button.dt-button:active:not(.disabled),
.droptables_table button.dt-button:focus:not(.disabled),
.droptables_dbtable .dt-button.buttons-colvis:hover,
.droptables_dbtable button.dt-button:active:not(.disabled),
.droptables_dbtable button.dt-button:focus:not(.disabled)
{
    border: 1px;
    background: #ddd;
    padding: 0.5em;
    color: #000;
    box-shadow: none;
}
.droptables_table div.dt-button-collection,
.droptables_dbtable div.dt-button-collection {
    border: 1px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 4px;
    right: 0;
    left: auto !important;
}
.droptables_table div.dt-button-collection button.dt-button:not(.disabled),
.droptables_table div.dt-button-collection button.dt-button:active:not(.disabled),
.droptables_dbtable div.dt-button-collection button.dt-button:not(.disabled),
.droptables_dbtable div.dt-button-collection button.dt-button:active:not(.disabled) {
    box-shadow: none;
    border: none;
    background: #ddd;
    background-image: unset;
    opacity: 0.3;
    margin-bottom: 10px;
}
.droptables_table div.dt-button-collection button.dt-button:last-child,
.droptables_dbtable div.dt-button-collection button.dt-button:last-child {
    margin-bottom: 0;
}
.droptables_table div.dt-button-collection button.dt-button.active:not(.disabled),
.droptables_dbtable div.dt-button-collection button.dt-button.active:not(.disabled) {
    background: #ddd;
    opacity: 1;
    box-shadow: none;
}
.droptables_table div.dt-buttons,
.droptables_dbtable div.dt-buttons {
    float: right !important;
}
.droptablestable table.dataTable>tbody>tr.child ul.dtr-details>li {
    padding: 0;
    display: flex;
    align-items: center;
}
.droptablestable table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-title {
    margin-right: 10px;
}
.droptablestable table.dataTable>tbody>tr.child ul.dtr-details>li .dtr-title .droptables-filter-input{
    display: none;
}
.droptablestable table.dataTable>tbody>tr.child ul.dtr-details>li .price_wrapper {
    padding-top: 8px;
}
.droptablestable table.dataTable>tbody>tr.child ul.dtr-details>li .price_wrapper .cents {
    top: -15px !important;
}
.droptablestable table.dataTable>tbody>tr.child ul.dtr-details>li .price_wrapper .currency {
    top: -14px !important;
}
div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable, div.DTFC_TopWrapper table.dataTable {
    z-index: 2;
    border-bottom: 0;
}
.droptablestable .DTFC_Cloned thead,
.droptablestable .DTFC_Cloned tfoot,
.droptablestable table.dataTable tbody tr {
    background-color: inherit;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    display: block;
    content: '';
    border: none;
    box-shadow: none;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}
table.dataTable.filterable thead [class*=sorting] {
    background-position: top 10px right 0;
}
table.dataTable {
    /*border-collapse: collapse !important;*/
    /*margin: 0 !important;*/
    box-sizing: border-box !important;
    table-layout: auto;
}

.DTFC_LeftFootWrapper, .dataTables_scrollFoot {
    display: none !important;
}

.dataTables_scrollHead, .DTFC_LeftHeadWrapper {
    top: 1px !important;
    z-index: 99;
}

.dataTables_scrollHead.no_body, .DTFC_LeftHeadWrapper.no_body {
    top: 0 !important;
}

.DTFC_LeftWrapper {
    z-index: 99;
}

.dataTables_scrollBody {
    z-index: 9;
}

table.repeatedHeader:not(.repeatedHeaderTrue) tbody td:before {
    content: unset !important;
}

table.repeatedHeaderTrue {
    width: 100% !important;
}

.dataTables_scrollBody table.repeatedHeaderTrue thead,
.dataTables_scrollBody table.repeatedHeaderTrue tbody,
.dataTables_scrollBody table.repeatedHeaderTrue th,
.dataTables_scrollBody table.repeatedHeaderTrue td,
.dataTables_scrollBody table.repeatedHeaderTrue tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
table.repeatedHeaderTrue thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.dataTables_scrollBody  table.repeatedHeaderTrue tfoot tr {
    display: none;
}

.dataTables_scrollBody  table.repeatedHeaderTrue td {
    min-width: 100% !important;
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
    left: 0;
    height: min-content !important;
    display: grid;
    grid-template-columns: 39% 60%;
}

/*fix ticket 12742: header text has very long*/
/*.dataTables_scrollBody  table.repeatedHeaderTrue tbody tr td:before {*/
/*    !* Now like a table header *!*/
/*    position: absolute;*/
/*    !* Top/left values mimic padding *!*/
/*    top: 0;*/
/*    left: 0;*/
/*    padding: 4px 0 4px 5px;*/
/*    width: 39%;*/
/*    white-space: normal;*/
/*    word-break: break-word;*/
/*    overflow-wrap: normal;*/
/*    box-sizing: border-box;*/
/*    min-height: min-content;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.dataTables_scrollBody  table.repeatedHeaderTrue tbody tr td:before {
    position: static;
    grid-row: 1 / last-line;
    grid-row-start: span 9000;
    grid-column-start: 1;
    grid-column-end: 2;
    padding: 4px 0 4px 5px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: normal;
    box-sizing: border-box;
    min-height: min-content;
    height: 100%;
}

.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr {
    padding: 0 !important;
}


/*fix ticket 12742: header text has very long*/
/*.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(odd) td,*/
/*.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(even) td {*/
/*    padding: 4px 4px 4px 40% !important;*/
/*    min-height: 30px !important;*/
/*}*/
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(odd) td,
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(even) td {
    padding: 4px 4px 4px 4px !important;
    min-height: 30px !important;
}
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(odd) td,
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(odd) td:before {
    background-color: #cecece !important;
    color: #000 !important;
    vertical-align: middle !important;
}
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(even) td,
.dataTables_scrollBody  table.repeatedHeaderTrue:not(.style_repeated) tbody tr:nth-child(even) td:before {
    background-color: #ffffff !important;
    color: #000 !important;
    vertical-align: middle !important;
}

.droptablesOneRow .dataTables_empty {
    display: none !important;
}
.droptablesOneRow .dataTables_scrollHead {
    top: 0 !important;
}

.droptables_table table.dataTable thead .sorting_desc,
.droptables_table table.dataTable thead .sorting_asc,
.droptables_table table.dataTable thead .sorting {
    background-image: unset;
    position: relative;
}

.droptables_table table.dataTable thead .sorting_desc:after {
    content: '\e252';
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 9px;
    font-style: normal;
    speak: none;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}

.droptables_table table.dataTable thead .sorting_asc:after {
    content: '\e253';
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 9px;
    font-style: normal;
    speak: none;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}

.droptables_table table.dataTable thead .sorting:after {
    font-family:'Droptables icons';
    content: '\e900';
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-style: normal;
    speak: none;
    float: right;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.droptables_table .filterable thead .sorting_desc:after,
.droptables_table .filterable thead .sorting_asc:after,
.droptables_table .filterable thead .sorting:after {
    position: absolute;
    right: 0;
    top: calc(50% - 25px);
}
.wptm_hide {
    visibility: hidden !important;
}

.droptablestable table.dataTable th,
.droptablestable table.dataTable td {
    padding: 0;
}
.droptablestable table.disablePager.dataTable tfoot {
    display: none;
}
.droptablestable table td {
    word-break: break-word;
    text-align: unset;
}
.droptablestable table th {
    text-align: unset;
    word-break: break-word;
}

.droptablestable table td,
.droptablestable table th {
    overflow: hidden;
    /*white-space: nowrap;*/
}

.default_theme table td p, .default_theme table td pre, .default_theme table td img,
.default_theme table th p, .default_theme table th pre, .default_theme table th img {
    margin: 0;
    background: inherit;
    color: inherit;
    font-weight:inherit;
    font-size:inherit;
    padding: 0;
}

.default_theme table td p, .default_theme table td pre,
.default_theme table th p, .default_theme table th pre {
    overflow: unset;
}
.default_theme table td pre,
.default_theme table th pre {
    background: none;
    border: none;
}

.default_theme table td i, .default_theme table th i {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

table td > p, table th > p,
table td > div, table th > div {
    margin: 0;
    padding: 0;
}
table td > p, table th > p {
    /*display: inline-block;*/
}
.default_theme table th ul, .default_theme table td ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.droptablestable table td .alignleft,
.droptablestable table th .alignleft {
    float: left;
}

.droptablestable table td .alignright,
.droptablestable table th .alignright {
    float: right;
}

.dataTables_wrapper .dataTables_scrollBody thead {
    display: none;
}

.container-header {
    z-index: 999;
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.20/b-1.6.1/b-colvis-1.6.1/fc-3.3.0/r-2.2.3
 *
 * Included libraries:
 *   DataTables 1.10.20, Buttons 1.6.1, Column visibility 1.6.1, FixedColumns 3.3.0, Responsive 2.2.3
 */

table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//www.eeg-premstaetten.at//components/com_droptables/assets/DataTables/DataTables-1.10.20/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//www.eeg-premstaetten.at//components/com_droptables/assets/DataTables/DataTables-1.10.20/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//www.eeg-premstaetten.at//components/com_droptables/assets/DataTables/DataTables-1.10.20/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//www.eeg-premstaetten.at//components/com_droptables/assets/DataTables/DataTables-1.10.20/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//www.eeg-premstaetten.at//components/com_droptables/assets/DataTables/DataTables-1.10.20/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}


@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}button.dt-button,div.dt-button,a.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:0.333em;margin-bottom:0.333em;padding:0.5em 1em;border:1px solid #999;border-radius:2px;cursor:pointer;font-size:0.88em;line-height:1.6em;color:black;white-space:nowrap;overflow:hidden;background-color:#e9e9e9;background-image:-webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:-o-linear-gradient(top, #fff 0%, #e9e9e9 100%);background-image:linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none;text-overflow:ellipsis}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled{color:#999;border:1px solid #d0d0d0;cursor:default;background-color:#f9f9f9;background-image:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-o-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9')}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled){background-color:#e2e2e2;background-image:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');box-shadow:inset 1px 1px 3px #999999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999999;background-color:#cccccc;background-image:-webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-o-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc')}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled){border:1px solid #666;background-color:#e0e0e0;background-image:-webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0')}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background-image:-webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-o-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9')}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.3);box-sizing:border-box}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;width:100%;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background-image:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>:last-child{display:block !important;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}button.dt-button.processing,div.dt-button.processing,a.dt-button.processing{color:rgba(0,0,0,0.2)}button.dt-button.processing:after,div.dt-button.processing:after,a.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}


table.DTFC_Cloned thead,table.DTFC_Cloned tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{top:48%;left:4px;display:block;position:absolute;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:inherit;content:'+';font-size: 20px;vertical-align: middle}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-'}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}



/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.tipso_bubble {
    position: absolute;
	text-align: center;
	border-radius: 6px;
	z-index: 9999;
}
.tipso_style{
	cursor: help;
	border-bottom: 1px dotted;
}
.tipso_title {
	border-radius: 6px 6px 0 0;
}
.tipso_content {
  	word-wrap: break-word;
	padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
	font-size: 0.6rem;
}
.tipso_bubble.small {
	font-size: 0.8rem;
}
.tipso_bubble.default {
	font-size: 1rem;
}
.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow{
	position: absolute;
	width: 0; height: 0;
	border: 8px solid;
	pointer-events: none;
}
.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}

.tipso_bubble .top_right_corner, 
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner, 
.tipso_bubble.bottom_right_corner  {
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner, 
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner, 
.tipso_bubble.bottom_left_corner  {
	border-top-right-radius: 0;
}

/*                  		JQEASYTOOLTIP
/*                              =====
/*                      By j3dlab.com - 2014
/*==========================================================================

						 __________________
						|				   |
						|   Hello World!   |
						|_________ ________|
								  V

CSS CONTENTS

1. 	Imports Fonts
2. 	General Styles
3. 	Tooltip Possitions
4. 	Theme Square
5. 	Theme Solid
6. 	Theme Comic
7. 	Theme Flat
8. 	Theme Default
9. 	swingX animation
10. swingY animation
11. swingZ animation
12. glow animation
13. Default animation
14. Font Awesome

========================================================================== */



/*==========================================================================
1. Imports Fonts
========================================================================== */


/*==========================================================================
2. General Styles
========================================================================== */

.jqeasytooltip{ cursor: pointer; }



.jqeasytooltip-loading{position:absolute; left: 50%; top: 50%; z-index: 9999; margin:-9px 0 0 -9px; width:10px; height:10px; border-top:3px solid #fff; border-bottom:3px solid #fff; border-left:3px solid #fff; border-right:3px solid #000;
     -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
    -moz-animation-name:ball_moveG;
    -moz-animation-duration:1.3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -webkit-animation-name:ball_moveG;
    -webkit-animation-duration:1.3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -ms-animation-name:ball_moveG;
    -ms-animation-duration:1.3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-timing-function:linear;
    -o-animation-name:ball_moveG;
    -o-animation-duration:1.3s;
    -o-animation-iteration-count:infinite;
    -o-animation-timing-function:linear;
    animation-name:ball_moveG;
    animation-duration:1.3s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
 }

  @-moz-keyframes ball_moveG{
    0%{ -moz-transform:rotate(0deg)}
    100%{ -moz-transform:rotate(360deg)}
  }

  @-webkit-keyframes ball_moveG{
    0%{ -webkit-transform:rotate(0deg)}
    100%{ -webkit-transform:rotate(360deg)}
  }

  @-ms-keyframes ball_moveG{
    0%{ -ms-transform:rotate(0deg)}
    100%{-ms-transform:rotate(360deg)}
  }

  @-o-keyframes ball_moveG{
    0%{  -o-transform:rotate(0deg)}
    100%{  -o-transform:rotate(360deg)}
  }

  @keyframes ball_moveG{
    0%{  transform:rotate(0deg)}
    100%{  transform:rotate(360deg)}
  }



/*==========================================================================
3. Tooltip Possitions
========================================================================== */

*[class*="tiptheme"]{  color:#000; font-size: 13px; text-shadow:1px 1px 0 #ccc;  box-shadow: 0 0 5px rgba(0,0,0,0.5), 0 1px 0 #ededed inset;   padding:15px; border-radius: 5px;  display: inline-block; position: absolute; z-index: 9999;}
*[class*="tiptheme"] h1{ font-size:19px ;}



/*==========================================================================
4. Theme Square
========================================================================== */


*[class*="tipthemesquare"]{  box-shadow: none !important; text-shadow:none !important; border-radius: 0 !important; }
.tipthemesquareblack{color:#fff !important; background: #333; border:1px solid #fff;}
.tipthemesquareblack:before{border-color: #fff !important; }
.tipthemesquareblack:after{border-color: #333 !important; }
.tipthemesquarewhite{color:#000 !important;  background: #fff; border:1px solid #000;}
.tipthemesquarewhite:before{border-color: #000 !important; }
.tipthemesquarewhite:after{border-color: #fff !important; }
.tipthemesquaregreen{color:#000 !important;  background: #22E087; border:1px solid #000;}
.tipthemesquaregreen:before{border-color: #000 !important; }
.tipthemesquaregreen:after{border-color: #22E087 !important; }
.tipthemesquarered{color:#fff !important;  background: #F62550; border:1px solid #000;}
.tipthemesquarered:before{border-color: #000 !important; }
.tipthemesquarered:after{border-color: #F62550 !important; }
.tipthemesquareblue{color:#fff !important;  background: #2294E0; border:1px solid #000;}
.tipthemesquareblue:before{border-color: #000 !important; }
.tipthemesquareblue:after{border-color: #2294E0 !important; }
.tipthemesquareorange{color:#000 !important;  background: #FF9127; border:1px solid #000;}
.tipthemesquareorange:before{border-color: #000 !important; }
.tipthemesquareorange:after{border-color: #FF9127 !important; }
.tipthemesquareyellow{color:#000 !important;  background: #FFE727; border:1px solid #000;}
.tipthemesquareyellow:before{border-color: #000 !important; }
.tipthemesquareyellow:after{border-color: #FFE727 !important; }
.tipthemesquarepurple{color:#fff !important;  background: #D321CE; border:1px solid #000;}
.tipthemesquarepurple:before{border-color: #000 !important; }
.tipthemesquarepurple:after{border-color: #D321CE !important; }



/*==========================================================================
5. Theme Solid
========================================================================== */

.thipthemeblue,.tipthemeorange,.tipthemered,.tipthemeblue,.tipthemepurple{color:#fff !important;text-shadow:1px 1px 0 #666 !important; }
.tipthemegreen{ background: #8CC354; border: 1px solid #4B7026;}
.tipthemegreen:before{border-color: #4B7026 !important; }
.tipthemegreen:after{border-color: #8CC354 !important; }
.tipthemeyellow{ background: #C8CF59; border: 1px solid #737829;}
.tipthemeyellow:before{border-color: #737829 !important; }
.tipthemeyellow:after{border-color: #C8CF59 !important; }
.tipthemeblue{ background: #506ABB; border: 1px solid #24346A;}
.tipthemeblue:before{border-color: #24346A !important; }
.tipthemeblue:after{border-color: #506ABB !important; }
.tipthemeorange{ background: #D3915A; border: 1px solid #7A4F29;}
.tipthemeorange:before{border-color: #7A4F29 !important;}
.tipthemeorange:after{border-color: #D3915A !important;}
.tipthemepurple{ background: #7050BB; border: 1px solid #3B246A;}
.tipthemepurple:before{border-color: #3B246A !important;}
.tipthemepurple:after{border-color: #7050BB !important;}
.tipthemered{ background: #D3675A; border: 1px solid #7A3429;}
.tipthemered:before{border-color: #7A3429 !important;}
.tipthemered:after{border-color: #D3675A !important;}
.tipthemeblack{ background: #333333; border: 1px solid #000000; color: #fff !important; text-shadow:1px 1px 0 #000 !important;}
.tipthemeblack:before{border-color: #000000 !important;}
.tipthemeblack:after{border-color: #333333 !important;}
.tipthemewhite{ background: #fff; border: 1px solid #000;}
.tipthemewhite:before{border-color: #000 !important; }
.tipthemewhite:after{border-color: #fff !important; }



/*==========================================================================
6. Theme Comic
========================================================================== */

.tipthemecomicwhite{ font-style: italic; border-radius: 100% / 99%; padding: 15px;  background: #fff; border: 4px solid #000; box-shadow: -10px -10px 10px #ccc inset, 0 0 5px rgba(0,0,0,0.5);}
.tipthemecomicwhite:before{border-color: #000 !important; border-width: 10px !important; }
.tipthemecomicblue{ color:#fff !important; text-shadow:1px 1px 0 #000 !important;  border-radius: 100% / 99%; padding: 15px;  background: #3674FF; border: 4px solid #fff; box-shadow: -10px -10px 10px #2756BA inset, 0 0 5px rgba(0,0,0,0.5);}
.tipthemecomicblue:before{border-color: #fff !important;}
.tipthemecomicyellow{ color:#000 !important;   border-radius: 100% / 99%; padding: 15px;  background: #F1F489; border: 4px solid #fff; box-shadow: -10px -10px 10px #D6D979 inset, 0 0 5px rgba(0,0,0,0.5);}
.tipthemecomicyellow:before{border-color: #fff !important;}



/*==========================================================================
7. Theme Flat
========================================================================== */

*[class*="tipthemeflat"]{ }
*[class*="tipthemeflat"] *:not(i){}

*[class*="tipthemeflat"]{border-radius:2px; box-shadow: 0px 0px 0px rgba(0,0,0,0.1); padding: 10px 20px !important;  text-shadow:0px 0px 0 rgba(0,0,0,0.1) !important; color:#fff !important;}
.tipthemeflatorange   {background:#ed6821;}
.tipthemeflataqua     {background:#106859;}
.tipthemeflatyellow   {background:#daaf08;}
.tipthemeflatblue     {background:#4e5c76;}
.tipthemeflatpink     {background:#FF0276;}
.tipthemeflatgreen    {background:#98c105;}
.tipthemeflatdark     {background:#1B1B1C;}
.tipthemeflatred      {background:#C73435;}
.tipthemeflatbrown    {background:#6D5D52;}
.tipthemeflatdarklight{background:#646468;}

*[class*="tipthemeflat"]:after, *[class*="tipthemeflat"]:before{ border-width: 0px !important; }



/*==========================================================================
8. Theme Default
========================================================================== */

.tiptheme{ color:#fff !important; text-shadow:1px 1px 0 #666 !important; border: 1px solid #000; border-radius: 0; background: #29A9FF; box-shadow: none !important;}
.tiptheme:before{border-color: #000 !important; }
.tiptheme:after{border-color: #29A9FF !important; }

/*tip arrows*/
.tiptop:before, .tiptop:after { content: ''; border-width: 10px; display: inline-block; border-style: solid; border-color:inherit; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; position: absolute; right: 50%;transform:translateX(10px); -webkit-transform:translateX(10px); top:100%; margin-left: 20px;}
.tiptop:after{ margin-top: -1px;}
.tipright:before, .tipright:after 	{ content: ''; border-width: 10px; display: inline-block; border-style: solid; border-color:inherit; border-top-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; position: absolute; right: 100%; bottom: 50%; transform:translateY(10px); -webkit-transform:translateY(10px);}
.tipright:after{ margin-right: -1px; }
.tipbottom:before, .tipbottom:after 	{ content: ''; border-width: 10px; display: inline-block; border-style: solid; border-color:inherit; border-top-color: transparent !important; border-right-color: transparent !important; border-left-color: transparent !important; position: absolute; right: 50%; transform:translateX(10px); -webkit-transform:translateX(10px); bottom: 100%; margin-left: 20px;}
.tipbottom:after{ margin-bottom: -1px;}
.tipleft:before, .tipleft:after 		{ content: ''; border-width: 10px; display: inline-block; border-style: solid; border-color:inherit; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; position: absolute; left: 100%; bottom: 50%; transform:translateY(10px); -webkit-transform:translateY(10px);}
.tipleft:after{ margin-left: -1px; }




/*==========================================================================
9. swingX animation
========================================================================== */

/*tipopen,tipclose|swingX,swingXclose|swingY,swingYclose|glow,glowclose|swingZ,swingZclose*/
/*OPEN*/

.swingX{animation:swingX 0.8s; opacity:1; -webkit-animation:swingX 0.8s; opacity:1; }
@keyframes swingX{
	0%{ transform: perspective(4000px) rotateX(-80deg); }
	40%{ transform: perspective(4000px) rotateX(80deg); }
	60%{ transform: perspective(4000px) rotateX(-45deg); }
	85%{ transform: perspective(4000px) rotateX(25deg); }
	100%{ transform: perspective(4000px) rotateX(0deg); }
}
@-webkit-keyframes swingX{
	0%{ -webkit-transform: perspective(4000px) rotateX(-80deg); }
	40%{ -webkit-transform: perspective(4000px) rotateX(80deg); }
	60%{ -webkit-transform: perspective(4000px) rotateX(-45deg); }
	85%{ -webkit-transform: perspective(4000px) rotateX(25deg); }
	100%{ -webkit-transform: perspective(4000px) rotateX(0deg); }
}


/*CLOSE*/

.swingXclose{animation:swingXclose 0.5s; opacity:0; -webkit-animation:swingXclose 0.5s; opacity:0;}
@keyframes swingXclose{
	0%{ transform: perspective(4000px) rotateX(0deg);opacity:1;  }
	100%{ transform: perspective(4000px) rotateX(80deg); }
}
@-webkit-keyframes swingXclose{
	0%{ -webkit-transform: perspective(4000px) rotateX(0deg);opacity:1;  }
	100%{ -webkit-transform: perspective(4000px) rotateX(80deg); }
}


/*ORIGINS*/

.tiptop.swingX, .tiptop.swingXclose{ transform-origin:50% 100%; -webkit-transform-origin:50% 100%;}
.tipbottom.swingX, .tipbottom.swingXclose{ transform-origin:50% 0%; -webkit-transform-origin:50% 0%;}



/*==========================================================================
10. swingY animation
========================================================================== */

/*OPEN*/

.swingY{animation:swingY 0.8s; opacity:1; -webkit-animation:swingY 0.8s; opacity:1; }
@keyframes swingY{
	0%{ transform: perspective(4000px) rotateY(-80deg); }
	40%{ transform: perspective(4000px) rotateY(80deg); }
	60%{ transform: perspective(4000px) rotateY(-45deg); }
	85%{ transform: perspective(4000px) rotateY(25deg); }
	100%{ transform: perspective(4000px) rotateY(0deg); }
}
@-webkit-keyframes swingY{
	0%{ -webkit-transform: perspective(4000px) rotateY(-80deg); }
	40%{ -webkit-transform: perspective(4000px) rotateY(80deg); }
	60%{ -webkit-transform: perspective(4000px) rotateY(-45deg); }
	85%{ -webkit-transform: perspective(4000px) rotateY(25deg); }
	100%{ -webkit-transform: perspective(4000px) rotateY(0deg); }
}


/*CLOSE*/

.swingYclose{animation:swingYclose 0.5s; opacity:0; -webkit-animation:swingYclose 0.5s; opacity:0;}
@keyframes swingYclose{
	0%{ transform: perspective(4000px) rotateY(0deg);opacity:1;  }
	100%{ transform: perspective(4000px) rotateY(80deg); }
}
@-webkit-keyframes swingYclose{
	0%{ -webkit-transform: perspective(4000px) rotateY(0deg); opacity:1;  }
	100%{ -webkit-transform: perspective(4000px) rotateY(80deg); }
}

/*ORIGINS*/

.tiptop.swingX, .tiptop.swingXclose{ transform-origin:50% 100%; -webkit-transform-origin:50% 100%;}
.tipbottom.swingX, .tipbottom.swingXclose{ transform-origin:50% 0%; -webkit-transform-origin:50% 0%;}
.tipright.swingY, .tipright.swingYclose{ transform-origin:0% 50%; -webkit-transform-origin:0% 50%;}
.tipleft.swingY, .tipleft.swingYclose{ transform-origin:100% 50%; -webkit-transform-origin:100% 50%;}



/*==========================================================================
11. swingZ animation
========================================================================== */

/* OPEN*/

.swingZ{ animation:swingZ 0.8s; opacity: 1; -webkit-animation:swingZ 0.8s; }
@keyframes swingZ{
	0%{ opacity: 0;  transform: scale(0.8,0.8) rotateZ(-45deg); opacity: 0.5; }
	60%{ opacity: 1; transform: scale(1,1) rotateZ(20deg); }
	80%{ opacity: 1; transform: scale(1,1) rotateZ(-20deg); }
	100%{ opacity: 1; transform: scale(1,1) rotateZ(10deg); }
}
@-webkit-keyframes swingZ{
	0%{ opacity: 0;  -webkit-transform: scale(0.8,0.8) rotateZ(-45deg); opacity: 0.5; }
	60%{ opacity: 1; -webkit-transform: scale(1,1) rotateZ(20deg); }
	80%{ opacity: 1; -webkit-transform: scale(1,1) rotateZ(-20deg); }
	100%{ opacity: 1; -webkit-transform: scale(1,1) rotateZ(10deg); }
}


/*CLOSE*/

.swingZclose{ animation:swingZclose 0.8s; opacity: 0; -webkit-animation:swingZclose 0.8s;  }
@keyframes swingZclose{
	0%{ opacity: 1;  transform: scale(1,1) rotateZ(0deg); }
	60%{ opacity: 1; transform: scale(1,1) rotateZ(-20deg); }
	100%{ opacity: 0; transform: scale(0.8,0.8)rotateZ(45deg);  }
}
@-webkit-keyframes swingZclose{
	0%{ opacity: 1;  -webkit-transform: scale(1,1) rotateZ(0deg); }
	60%{ opacity: 1; -webkit-transform: scale(1,1) rotateZ(-20deg); }
	100%{ opacity: 0; -webkit-transform: scale(0.8,0.8) rotateZ(45deg);  }
}

/* ORIGINS*/
.tiptop.swingZ, .tiptop.swingZclose{ transform-origin:50% 105%; -webkit-transform-origin:50% 105%;}
.tipright.swingZ, .tipright.swingZclose{ transform-origin:-5% 50%; -webkit-transform-origin:-5% 50%;}
.tipbottom.swingZ, .tipbottom.swingZclose{ transform-origin:50% -5%; -webkit-origin:50% -5%;}
.tipleft.swingZ, .tipleft.swingZclose{ transform-origin:105% 50%; -webkit-transform-origin:105% 50%;}



/*==========================================================================
12. glow animation
========================================================================== */

/*OPEN*/

.glow{ animation:glow 0.5s; opacity:1;  -webkit-animation:glow 0.5s;}
@keyframes glow{
	0%{ transform:scale(0.3,0.3); opacity:0;}
	50%{ transform:scale(0.95,0.95); }
	75%{ transform:scale(0.90,0.90); }
	100%{transform:scale(1.0,1.0);  opacity:1;}
}
@-webkit-keyframes glow{
	0%{-webkit-transform:scale(0.3,0.3); opacity:0;}
	50%{ -webkit-transform:scale(0.95,0.95); }
	75%{ -webkit-transform:scale(0.90,0.90); }
	100%{-webkit-transform:scale(1.0,1.0);  opacity:1;}
}


/*CLOSE*/

.glowclose{ animation:glowclose 0.3s; opacity:0;-webkit-animation:glowclose 0.3s;}
@keyframes glowclose{
	0%{transform:scale(1,1);opacity:1; }
	50%{ transform:scale(1.1,1.1); opacity:1; }
	100%{transform:scale(0.5,0.5);opacity:0; }
}
@-webkit-keyframes glowclose{
	0%{-webkit-transform:scale(1,1);opacity:1; }
	50%{ -webkit-transform:scale(1.1,1.1); opacity:1; }
	100%{-webkit-transform:scale(0.5,0.5);opacity:0; }
}


/*==========================================================================
13. Default animation
========================================================================== */

/*OPEN*/
.tipopen{-webkit-animation:appear 0.5s; animation:appear 0.5s;}
@keyframes appear{
	0%{ opacity: 0; transform-origin:50% 100%; transform: scale(0.5,0.5) perspective(4000px) rotateX(90deg);}
	100%{ opacity: 1; transform: scale(1,1) perspective(4000px) rotateX(0deg);}
}
@-webkit-keyframes appear{
	0%{ opacity: 0; -webkit-transform: scale(0,0);}
	100%{ opacity: 1; -webkit-transform: scale(1,1);}
}

/*CLOSE*/
.tipclose{-webkit-animation:disappear 0.5s; animation:disappear 0.5s; opacity: 0;}
@keyframes disappear{
	0%{ opacity: 1;  transform: scale(1,1) }
	100%{ opacity: 0; transform: scale(0,0) }
}
@-webkit-keyframes disappear{
	0%{ opacity: 1; -webkit-transform: scale(1,1);}
	100%{  opacity: 0; -webkit-transform: scale(0,0);}
}


/*==========================================================================
13. Special animation + Theme - CURTAIN  . Note - needs tiptheme tipthemecurtain
========================================================================== */

	*[class*="tipthemecurtain"]{ }
	*[class*="tipthemecurtain"] *:not(i){}

	*[class*="tipthemecurtain"]{ opacity: 0;padding:0 !important; box-shadow: 0 0 0px rgba(0,0,0,0), 0 0px 0 #ededed inset;
		 transition:all 0.3s 1.2s;
		  -webkit-transition:all 0.3s 1.2s;
	}
	*[class*="tipthemecurtain"] > *{ padding: 10px 15px; text-shadow:0px 0px 0; color:#fff;
	  	transform-origin:50% 100%;
	  	-webkit-transform-origin:50% 100%;
	  	transform:perspective(500px) rotateX(90deg);
	  	-webkit-transform:perspective(500px) rotateX(90deg);
	 }
	*[class*="tipthemecurtain"] > *:nth-child(even){ transform:perspective(500px) rotateX(-90deg); -webkit-transform:perspective(500px) rotateX(-90deg);}
	*[class*="tipthemecurtain"] > *:nth-child(1){ transition:all 0.3s 0.3s; -webkit-transition:all 0.3s 0.3s;}
	*[class*="tipthemecurtain"] > *:nth-child(2){ transition:all 0.3s 0.6s; -webkit-transition:all 0.3s 0.6s;}
	*[class*="tipthemecurtain"] > *:nth-child(3){ transition:all 0.3s 0.9s; -webkit-transition:all 0.3s 0.9s;}
	*[class*="tipthemecurtain"] > *:nth-child(4){ transition:all 0.3s 1.2s; -webkit-transition:all 0.3s 1.2s;}
	.tipthemecurtainorange  > * {background:#ed6821;}
	.tipthemecurtainorange > *:nth-child(even){ background:#873c13}
	.tipthemecurtainaqua   > *  {background:#106859; }
	.tipthemecurtainaqua > *:nth-child(even){background:#072e27;}
	.tipthemecurtainyellow > *  {background:#daaf08;}
	.tipthemecurtainyellow > *:nth-child(even){background:#594804;}
	.tipthemecurtainblue   > *  {background:#4e5c76;}
	.tipthemecurtainblue > *:nth-child(even){background:#1e242e;}
	.tipthemecurtainpink   > *  {background:#FF0276;}
	.tipthemecurtainpink > *:nth-child(even){background:#660130;}
	.tipthemecurtaingreen  > *  {background:#98c105;}
	.tipthemecurtaingreen > *:nth-child(even){background:#3c4d02;}
	.tipthemecurtaindark   > *  {background:#1B1B1C;}
	.tipthemecurtaindark > *:nth-child(even){background:#95959c;}
	.tipthemecurtainred    > *  {background:#C73435;}
	.tipthemecurtainred > *:nth-child(even){background:#471313;}
	.tipthemecurtainbrown  > *  {background:#6D5D52;}
	.tipthemecurtainbrown > *:nth-child(even){background:#302924;}
	.tipthemecurtaindarklight > * {background:#646468;}
	.tipthemecurtaindarklight > *:nth-child(even){background:#252526;}


	/*EFECT*/
	*[class*="tipthemecurtain"].curtain{ opacity: 1;
		transition:all 0.3s 0s;
		-webkit-transition:all 0.3s 0s;
	}
	*[class*="tipthemecurtain"].curtain > *{ transform:none; background:#106859; -webkit-transform:none; background:#106859;}
	*[class*="tipthemecurtain"].curtain > *:nth-child(1){ transition:all 0.3s 0.9s;-webkit-transition:all 0.3s 0.9s;}
	*[class*="tipthemecurtain"].curtain > *:nth-child(2){ transition:all 0.3s 0.6s;-webkit-transition:all 0.3s 0.6s;}
	*[class*="tipthemecurtain"].curtain > *:nth-child(3){ transition:all 0.3s 0.3s;-webkit-transition:all 0.3s 0.3s;}
	*[class*="tipthemecurtain"].curtain > *:nth-child(4){ transition:all 0.3s 0s;-webkit-transition:all 0.3s 0s;}
	.tipthemecurtainorange.curtain > *{ background:#ed6821;}
	.tipthemecurtainaqua.curtain > *{ background:#106859;}
	.tipthemecurtainyellow.curtain > *{ background:#daaf08;}
	.tipthemecurtainblue.curtain > *{ background:#4e5c76;}
	.tipthemecurtainpink.curtain > *{ background:#FF0276;}
	.tipthemecurtaingreen.curtain > *{ background:#98c105;}
	.tipthemecurtaindark.curtain > *{ background:#1B1B1C;}
	.tipthemecurtainred.curtain > *{ background:#C73435;}
	.tipthemecurtainbrown.curtain > *{background:#6D5D52;}
	.tipthemecurtaindarklight.curtain > *{ background:#646468;}


	*[class*="tipthemecurtain"] > *{ border: 1px solid #999; border-top: 0; border-bottom: 0; }
	*[class*="tipthemecurtain"] > *:first-child{ border-radius: 5px 5px 0 0; border-top:1px solid #999;}
	*[class*="tipthemecurtain"] > *:last-child{ border-radius: 0 0 5px 5px; border-bottom:1px solid #999;}

	*[class*="tipthemecurtain"]:before, *[class*="tipthemecurtain"]:after { content: ''; border-width: 10px; display: inline-block; border-style: solid; border-color:#999; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; position: absolute; right: 50%;  top:100%; margin-left: 20px;
		transform:translateX(10px);
		-webkit-transform:translateX(10px);
	}
	*[class*="tipthemecurtain"]:after{ margin-top: -1px;}
	.tipthemecurtainorange:after{border-color:#ed6821;}
	.tipthemecurtainaqua:after{border-color:#106859;}
	.tipthemecurtainyellow:after{border-color:#daaf08;}
	.tipthemecurtainblue:after{border-color:#4e5c76;}
	.tipthemecurtainpink:after{border-color:#FF0276;}
	.tipthemecurtaingreen:after{border-color:#98c105;}
	.tipthemecurtaindark:after{border-color:#1B1B1C;}
	.tipthemecurtainred:after{border-color:#C73435;}
	.tipthemecurtainbrown:after{border-color:#6D5D52;}
	.tipthemecurtaindarklight:after{border-color:#646468;}



/*==========================================================================
14. Font Awesome
========================================================================== */

*[class*="tipicon"] i{margin:0 15px 0px 0;vertical-align: middle;position: relative;}


@media (max-width: 768px) {
.tipopen,.tipopen *
{
  max-width: 85% !important;
}
}

@media (min-width: 768px)AND (max-width: 1024px) {
.tipopen,.tipopen *
{
  max-width: 700px !important;
}
}

@media (min-width: 1024px) {
.tipopen,.tipopen *
{
  max-width: 700px !important;
}
}

[class^="wf-mediabox"],.wf-mediabox-numbers *{left:0;top:0;margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:#444;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:inherit;text-shadow:none;text-transform:none;float:none;position:relative;width:auto;height:auto;white-space:normal;cursor:inherit;-webkit-tap-highlight-color:transparent;line-height:normal;font-weight:normal;text-align:left;box-sizing:border-box;direction:ltr;max-width:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:none;-webkit-box-shadow:none;-webkit-appearance:none;appearance:none}.wf-mediabox-scrolling{position:relative}.wf-mediabox-scrolling .wf-mediabox{position:absolute;top:0;left:0;bottom:0;right:0}.wf-mediabox{position:fixed;z-index:10000;width:100%;height:100%;font-size:16px}.wf-mediabox-cache{position:absolute;left:-99999px}.wf-mediabox-overlay{position:absolute;cursor:pointer;background-color:#000;width:100%;height:100%}.wf-mediabox-overlay-transition .wf-mediabox-overlay{opacity:0;transition:opacity .3s ease-in-out}.wf-mediabox-open .wf-mediabox-overlay{opacity:.7}.wf-mediabox-loader{text-align:center;line-height:0;display:none;width:100%;height:100%;position:absolute}.wf-mediabox-loader:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:10000;box-sizing:border-box}.wf-mediabox-loader:after{content:"";display:block;border:.25em solid rgba(255,255,255,0.5);border-left-color:#fff;border-radius:50%;width:2em;height:2em;animation:donut-spin 1.2s linear infinite;z-index:10001;position:absolute;top:50%;left:50%;margin:-1em 0 0 -1em;box-sizing:border-box}@keyframes donut-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.wf-mediabox-frame{box-sizing:border-box;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%}.wf-mediabox-frame:after{content:"";display:inline-block;height:100%;vertical-align:middle}.wf-mediabox-body{z-index:10002;cursor:default;display:inline-block;margin:0 auto;position:relative;text-align:left;vertical-align:middle;width:100%;visibility:hidden;box-shadow:0 0 30px rgba(0,0,0,0.5);max-width:260px}.wf-mediabox-loading .wf-mediabox-content-image,.wf-mediabox-broken-image,.wf-mediabox-broken-media>div{min-width:240px;min-height:135px}.wf-mediabox-loading .wf-mediabox-loader{display:inline-block !important}.wf-mediabox-info-bottom,.wf-mediabox-info-top{overflow:hidden;position:relative;margin:0;padding:0;border:0}.wf-mediabox-container{overflow:hidden;max-width:100%;height:auto}[class*='wf-mediabox-transition-'] .wf-mediabox-body{opacity:0;transition:.3s ease-in;transition-property:opacity,transform}.wf-mediabox-transition-scale .wf-mediabox-body{transform:scale3d(.9, .9, 1)}.wf-mediabox-transition-slide-in .wf-mediabox-body{transform:translateX(300%) translateY(0)}.wf-mediabox-transition-slide-out .wf-mediabox-body{transform:translateX(-200%) translateY(0)}.wf-mediabox-body:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:#fff}.wf-mediabox-show .wf-mediabox-body{visibility:visible}.wf-mediabox-transition-scale .wf-mediabox-body.wf-mediabox-transition{opacity:1;transform:scale3d(1, 1, 1)}.wf-mediabox-transition-slide-in .wf-mediabox-body.wf-mediabox-transition,.wf-mediabox-transition-slide-out .wf-mediabox-body.wf-mediabox-transition{opacity:1;transform:translateX(0) translateY(0)}.wf-mediabox-body.wf-mediabox-transition:after{content:"";width:0;height:0}.wf-mediabox-content{width:auto;height:auto;overflow:hidden;display:block}.wf-mediabox-content-item>figure{margin:0;position:absolute;width:100%;height:100%;left:0;top:0;display:block}.wf-mediabox-content-item>figure>figcaption{text-align:center;position:absolute;width:100%;display:block;bottom:0;background:#fff;padding:.25em}.wf-mediabox-scroll .wf-mediabox-content-image{overflow:auto}.wf-mediabox-scroll .wf-mediabox-content-image img{max-width:inherit}.wf-mediabox-content-iframe .wf-mediabox-content-item,.wf-mediabox-content-object .wf-mediabox-content-item,.wf-mediabox-content-video .wf-mediabox-content-item,.wf-mediabox-content-ajax .wf-mediabox-content-item{padding-bottom:56.25%;width:100%;height:0;overflow:inherit}.wf-mediabox-content-ratio-4by3 .wf-mediabox-content-item{padding-bottom:75%}.wf-mediabox-content-ratio-flex .wf-mediabox-content-item{padding-bottom:0}.wf-mediabox-container .wf-mediabox-content-height{padding:initial;min-height:320px}.wf-mediabox-content-ajax{overflow:auto}.wf-mediabox-content-image,.wf-mediabox-content-audio{text-align:center;width:100%;height:auto}.wf-mediabox-content p.media-support{font-size:20px;color:#888;font-weight:bold;text-align:center;height:100%;position:relative;top:50%;margin-top:-10px}.wf-mediabox-content-iframe iframe,.wf-mediabox-content-object object,.wf-mediabox-content-object embed,.wf-mediabox-content-video video{border:0 none;position:absolute;top:0;left:0;width:100%;height:100%}.wf-mediabox-content-ajax iframe{visibility:hidden}.wf-mediabox-content-image img,.wf-mediabox-content-audio audio{text-align:center;width:100%;height:auto}.wf-mediabox-content-audio audio{min-height:40px}.wf-mediabox.ios .wf-mediabox-content{overflow:scroll;-webkit-overflow-scrolling:touch}.wf-mediabox-ajax{overflow:auto;border:0;margin:0;background-color:#ffffff}a.wf-mediabox-img{line-height:0;font-size:0}.wf-mediabox-caption,.wf-mediabox-nav{display:block}.wf-mediabox-nav button{padding:0 !important;font-size:inherit !important}.wf-mediabox-caption h4,.wf-mediabox-caption h4,.wf-mediabox-caption p,.wf-mediabox-caption p{margin:0;padding:0;border:0;line-height:normal;white-space:normal}.wf-mediabox-caption p,.wf-mediabox-caption p{max-height:25vh;overflow:auto}.wf-zoom-image{position:relative;line-height:0;font-size:0;display:inline-block}.wf-mediabox-has-float{display:block}.wf-mediabox-is-centered{display:block;margin:auto}.wf-zoom-image-hover .wf-icon-zoom-image{visibility:hidden}.wf-zoom-image-hover:hover .wf-icon-zoom-image{visibility:visible}.wf-icon-zoom-image:before,.wf-icon-zoom-image svg{color:#fff;font-size:24px;height:28px;position:absolute;text-align:center;width:24px;opacity:.8;top:auto;bottom:5px;left:auto;right:5px;z-index:1}.wf-icon-zoom-image>svg{fill:#fff;transform:scale(-1)}.wf-zoom-image-invert .wf-icon-zoom-image:before{color:#444}.wf-zoom-image-invert .wf-icon-zoom-image:before>svg{fill:#444}.wf-icon-zoom-top-left .wf-icon-zoom-image:before,.wf-icon-zoom-left-top .wf-icon-zoom-image:before,.wf-icon-zoom-top-left .wf-icon-zoom-image>svg,.wf-icon-zoom-left-top .wf-icon-zoom-image>svg{top:5px;bottom:auto;left:5px;right:auto}.wf-icon-zoom-top-right .wf-icon-zoom-image:before,.wf-icon-zoom-right-top .wf-icon-zoom-image:before,.wf-icon-zoom-top-right .wf-icon-zoom-image>svg,.wf-icon-zoom-right-top .wf-icon-zoom-image>svg{top:5px;bottom:auto}.wf-icon-zoom-bottom-left .wf-icon-zoom-image:before,.wf-icon-zoom-left-bottom .wf-icon-zoom-image:before,.wf-icon-zoom-bottom-left .wf-icon-zoom-image>svg,.wf-icon-zoom-left-bottom .wf-icon-zoom-image>svg{top:auto;bottom:5px;left:5px;right:auto}.wf-icon-zoom-center-top .wf-icon-zoom-image:before,.wf-icon-zoom-top-center .wf-icon-zoom-image:before,.wf-icon-zoom-center-top .wf-icon-zoom-image>svg,.wf-icon-zoom-top-center .wf-icon-zoom-image>svg{left:50%;margin-left:-12px;top:5px;bottom:auto;right:auto}.wf-icon-zoom-center-bottom .wf-icon-zoom-image:before,.wf-icon-zoom-bottom-center .wf-icon-zoom-image:before,.wf-icon-zoom-center-bottom .wf-icon-zoom-image>svg,.wf-icon-zoom-bottom-center .wf-icon-zoom-image>svg{left:50%;margin-left:-12px;right:auto}.wf-icon-zoom-center-right .wf-icon-zoom-image:before,.wf-icon-zoom-right-center .wf-icon-zoom-image:before,.wf-icon-zoom-right .wf-icon-zoom-image:after{margin-top:-12px;top:50%;bottom:auto}.wf-icon-zoom-center-left .wf-icon-zoom-image:before,.wf-icon-zoom-left-center .wf-icon-zoom-image:before,.wf-icon-zoom-left .wf-icon-zoom-image:before,.wf-icon-zoom-center-left .wf-icon-zoom-image>svg,.wf-icon-zoom-left-center .wf-icon-zoom-image>svg,.wf-icon-zoom-left .wf-icon-zoom-image>svg{margin-top:-12px;top:50%;bottom:auto;left:5px;right:auto}.wf-icon-zoom-center .wf-icon-zoom-image:before,.wf-icon-zoom-center .wf-icon-zoom-image>svg{margin-top:-12px;margin-left:-12px;top:50%;bottom:auto;left:50%;right:auto}.wf-icon-zoom-image{background:transparent none;border:0 none;cursor:pointer;display:inline-block;float:none;font-size:100%;margin:0;outline:0 none;overflow:hidden;padding:0;vertical-align:baseline;position:absolute;width:100%;height:100%;left:0;top:0;pointer-events:none}area .wf-icon-zoom-link{display:none}.wf-icon-zoom-link:before{padding:0 0 0 5px;vertical-align:middle}.wf-icon-zoom-link>svg{padding:2px 0 0 5px;vertical-align:middle;width:16px;height:16px;transform:scaleY(-1);line-height:1}a.wfpopup.noshow,a.wfpopup.hide{display:none}.wf-hidden{display:none}.wf-mediaplayer-object{background-color:#000;background-repeat:no-repeat;background-size:cover}.wf-mediabox-close,.wf-mediabox-prev,.wf-mediabox-next,.wf-mediabox-numbers a{cursor:pointer}.wf-mediabox-numbers a{color:inherit}.wf-mediabox-caption-hidden *{visibility:hidden}.wf-mediabox figure{margin:0}.wf-mediabox figure figcaption{text-align:initial}.wf-icon-404{visibility:visible;background-color:#fff}.wf-icon-404>svg{width:5em;height:5em;margin:auto;transform:scale(-1);fill:#444}.wf-mediabox-content-image .wf-mediabox-content-item.wf-mediabox-content-item-expand{cursor:zoom-in}.wf-mediabox-fullscreen .wf-mediabox-body{height:100%}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container{padding:0;height:100%}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content{height:100%}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content-item{cursor:zoom-out}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content-item{cursor:zoom-out;height:100%;overflow:scroll}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-content-item .wf-mediabox-img{width:auto;height:auto}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-caption,.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-container .wf-mediabox-nav{display:none}.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-info-bottom,.wf-mediabox-fullscreen .wf-mediabox-body .wf-mediabox-info-top{display:none}.wf-mediabox-frame{padding:.5em}.wf-mediabox-container{background-color:#fff;border-radius:.25em;padding:.5em}.wf-mediabox-body:after{border-radius:.25em}.wf-mediabox-info-bottom{padding:.5em 0 0}.wf-mediabox-nav{background-color:#ffffff;padding:1em}.wf-mediabox-close,.wf-mediabox-prev,.wf-mediabox-next{display:block;height:2em;left:auto;position:absolute;width:2em;z-index:1;color:#444;text-align:center;vertical-align:middle;line-height:2em}.wf-mediabox-close>svg,.wf-mediabox-prev>svg,.wf-mediabox-next>svg{fill:#444;vertical-align:middle}.wf-mediabox-close:after,.wf-mediabox-prev:after,.wf-mediabox-next:after{font-size:1.5em}.wf-mediabox-close:before,.wf-mediabox-prev:before,.wf-mediabox-next:before{line-height:inherit}.wf-mediabox-close:focus,.wf-mediabox-prev:focus,.wf-mediabox-next:focus,.wf-mediabox-close:hover,.wf-mediabox-prev:hover,.wf-mediabox-next:hover{color:#888;text-decoration:none;outline:none}.wf-mediabox-close:focus>svg,.wf-mediabox-prev:focus>svg,.wf-mediabox-next:focus>svg,.wf-mediabox-close:hover>svg,.wf-mediabox-prev:hover>svg,.wf-mediabox-next:hover>svg{fill:#888}.wf-mediabox-close{top:0;right:0}.wf-mediabox-prev{left:0;top:2em}.wf-mediabox-next{right:0;top:2em;left:auto}.wf-mediabox-numbers{text-align:center;display:block;line-height:2em;top:1em}.wf-mediabox-numbers ol{text-align:center}.wf-mediabox-numbers ol li{display:inline-block;box-sizing:border-box;width:2em;height:2em;vertical-align:middle;line-height:1.75}.wf-mediabox-numbers button{border:none;display:inline-block;width:100%;height:100%;border-radius:100%;font-size:14px !important;text-align:center;cursor:pointer}.wf-mediabox-numbers button:hover{font-weight:bold;text-decoration:none;color:inherit;background-color:transparent;background-image:none}.wf-mediabox-numbers button.active{cursor:default;background:#444;color:#fff;font-weight:bold;border:6px solid #fff}.wf-mediabox-numbers button.wf-mediabox-focus{background-color:#888;border:6px solid #fff;color:#fff}.wf-mediabox-caption{padding:.5em 0 .25em 0;background-color:#ffffff}.wf-mediabox-caption:empty{display:none}.wf-mediabox-caption h4{font-size:1.2em;line-height:1.2}.wf-mediabox-caption h4 a,.wf-mediabox-caption p a{color:#444;font-weight:bold;text-decoration:none}.wf-mediabox-caption h4 a:visited,.wf-mediabox-caption p a:visited,.wf-mediabox-caption h4 a:hover,.wf-mediabox-caption p a:hover{color:#444;font-weight:bold;text-decoration:none}.wf-mediabox-content a[download]{padding:.5em 0;display:block;text-align:right;text-decoration:none;color:#444}.wf-mediabox-content a[download]:active,.wf-mediabox-content a[download]:visited{text-decoration:none;color:#444}.wf-mediabox-content a[download]:hover{text-decoration:underline}.wf-mediabox-content img.wf-mediabox-focus{border:2px solid #444}.wf-mediabox-broken-image img{display:none}.wf-mediabox-broken-image .wf-mediabox-content-image:before{position:absolute;font-size:100px;height:auto;width:100%;text-align:center;left:0;top:50%;margin-top:-50px;opacity:.5}.wf-mediabox-broken-image .wf-icon-404{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;align-content:center;text-align:center}.wf-mediabox-broken-image .wf-icon-404:after{font-size:5em;display:block;width:100%;height:100%;position:relative;line-height:1.75}.wf-mediabox-thumbnails{display:flex;max-height:4rem;align-content:center;justify-content:center;flex-flow:row nowrap;gap:1%;z-index:10;margin-top:-4em;background:rgba(0,0,0,0.3);padding:.5em;overflow:hidden;transition:all .5s ease-in-out 0s;opacity:0}.wf-mediabox-thumbnails img{cursor:pointer;object-fit:contain;max-height:4rem;min-width:1rem;max-width:4rem;height:auto}.wf-mediabox-thumbnails img .active{outline:1px solid #fff}.wf-mediabox-container:hover .wf-mediabox-thumbnails{opacity:1}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip .tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wf-mediabox-theme-bootstrap{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px}.wf-mediabox-theme-bootstrap.wf-mediabox button{appearance:none;-webkit-appearance:none}.wf-mediabox-theme-bootstrap.wf-mediabox .modal{width:auto;margin:inherit;padding:0;position:relative;left:inherit}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-header{min-height:30px;padding:9px 30px 9px 15px}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-header h4{font-size:18px;font-weight:500;line-height:2}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-header .close{margin-top:0}.wf-mediabox-theme-bootstrap.wf-mediabox .modal-body{padding:5px;width:auto;max-height:inherit}.wf-mediabox-theme-bootstrap .carousel{margin-bottom:inherit}.wf-mediabox-theme-bootstrap .wf-mediabox-caption{padding:0;background-color:inherit}.wf-mediabox-theme-bootstrap .wf-mediabox-close{float:none;left:auto;position:absolute;right:15px;top:10px;z-index:1}.wf-mediabox-theme-bootstrap .wf-mediabox-close:hover{background-color:transparent}.wf-mediabox-theme-bootstrap .wf-mediabox-nav{position:absolute;left:0;width:100%;height:100%;top:0;background:none;padding:0}.wf-mediabox-theme-bootstrap .wf-mediabox-prev::after,.wf-mediabox-theme-bootstrap .wf-mediabox-next::after{content:""}.wf-mediabox-theme-bootstrap .wf-mediabox-content-image,.wf-mediabox-theme-bootstrap .wf-mediabox-content-audio{padding:10px;width:auto}.glyphicon-chevron-left:before{content:"\2039"}.glyphicon-chevron-right:before{content:"\203A"}.wf-mediabox-theme-light .wf-mediabox-container{border-radius:0}.wf-mediabox-theme-light .wf-mediabox-close{border:medium none;color:#666;display:block;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:1em;left:auto;min-height:2em;position:absolute;right:0;text-transform:uppercase;z-index:1;background-color:transparent;width:auto;line-height:1;top:0}.wf-mediabox-theme-light .wf-mediabox-close::before{content:"\00d7";font-size:1.5em;font-weight:bold;vertical-align:middle;display:inline-block;margin-bottom:.25em}.wf-mediabox-theme-light .wf-mediabox-close:hover,.wf-mediabox-theme-light .wf-mediabox-close:visited,.wf-mediabox-theme-light .wf-mediabox-close:focus{text-decoration:none;color:inherit;outline:none;background-color:transparent}.wf-mediabox-theme-light .wf-mediabox-caption{margin:0}.wf-mediabox-theme-light .wf-mediabox-caption:empty+.wf-mediabox-nav{padding:1.5em 0}.wf-mediabox-theme-light .wf-mediabox-caption+.wf-mediabox-nav>*{top:1em}.wf-mediabox-theme-light .wf-mediabox-caption h4,.wf-mediabox-theme-light .wf-mediabox-caption p{color:#666666}.wf-mediabox-theme-light .wf-mediabox-caption h4 a,.wf-mediabox-theme-light .wf-mediabox-caption p a{color:#666666;font-weight:bold;text-decoration:none}.wf-mediabox-theme-light .wf-mediabox-caption h4 a:active,.wf-mediabox-theme-light .wf-mediabox-caption p a:active,.wf-mediabox-theme-light .wf-mediabox-caption h4 a:hover,.wf-mediabox-theme-light .wf-mediabox-caption p a:hover,.wf-mediabox-theme-light .wf-mediabox-caption h4 a:visited,.wf-mediabox-theme-light .wf-mediabox-caption p a:visited{color:#666666}.wf-mediabox-theme-light .wf-mediabox-prev,.wf-mediabox-theme-light .wf-mediabox-next{width:25%;height:100%;background-color:transparent;z-index:10003;position:absolute;top:0;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;outline:none}.wf-mediabox-theme-light .wf-mediabox-prev:hover,.wf-mediabox-theme-light .wf-mediabox-next:hover,.wf-mediabox-theme-light .wf-mediabox-prev:focus,.wf-mediabox-theme-light .wf-mediabox-next:focus{background-color:transparent}.wf-mediabox-theme-light .wf-mediabox-prev:hover:after,.wf-mediabox-theme-light .wf-mediabox-next:hover:after{display:block}.wf-mediabox-theme-light .wf-mediabox-prev::after,.wf-mediabox-theme-light .wf-mediabox-next::after{background-color:#fff;content:"\00ab";display:none;position:absolute;top:50%;color:#666;line-height:1.25em;text-align:center;margin-top:-1em;padding:.25em 1em;font-weight:bold}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-prev,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-prev{left:0}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-prev::after,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-prev::after{box-shadow:rgba(0,0,0,0.3) 2px 2px 2px;left:0}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-next,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-next{right:0;left:auto}.wf-mediabox-theme-light .wf-mediabox-prev.wf-mediabox-next::after,.wf-mediabox-theme-light .wf-mediabox-next.wf-mediabox-next::after{content:"\00bb";right:-1px;left:auto;box-shadow:rgba(0,0,0,0.3) -2px 2px 2px}.wf-mediabox-theme-light .wf-mediabox-numbers{color:#666;display:block;padding:0;text-align:left;line-height:2em;top:0;position:absolute}.wf-mediabox-theme-light .wf-mediabox-page.idevice .wf-mediabox-container{margin-bottom:-1px}.wf-mediabox-theme-light .wf-mediabox-content img.wf-mediabox-focus{border:2px solid #666}.wf-mediabox-theme-shadow .wf-mediabox-body{box-shadow:none}.wf-mediabox-theme-shadow .wf-mediabox-body:after{background-color:#000}.wf-mediabox-theme-shadow .wf-mediabox-container{border:1px solid #666666;border-radius:0;padding:0}.wf-mediabox-theme-shadow .wf-mediabox-container.wf-mediabox-loading{background-color:#000000}.wf-mediabox-theme-shadow .wf-mediabox-loader{text-align:center;z-index:auto}.wf-mediabox-theme-shadow .wf-mediabox-cancel{cursor:pointer;color:#ffffff;z-index:1;top:calc(47%)}.wf-mediabox-theme-shadow .wf-mediabox-cancel:hover{color:#fff;text-decoration:underline}.wf-mediabox-theme-shadow .wf-mediabox-cancel:active,.wf-mediabox-theme-shadow .wf-mediabox-cancel:visited{text-decoration:none;color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-info-bottom,.wf-mediabox-theme-shadow .wf-mediabox-nav{padding:0;background-color:transparent}.wf-mediabox-theme-shadow .wf-mediabox-prev,.wf-mediabox-theme-shadow .wf-mediabox-next,.wf-mediabox-theme-shadow .wf-mediabox-close{display:block;z-index:1;float:right;position:relative;border:none;border-radius:0;background-color:transparent;left:auto;top:0;color:#fff}.wf-mediabox-theme-shadow .wf-mediabox-prev:hover,.wf-mediabox-theme-shadow .wf-mediabox-next:hover,.wf-mediabox-theme-shadow .wf-mediabox-close:hover,.wf-mediabox-theme-shadow .wf-mediabox-prev:focus,.wf-mediabox-theme-shadow .wf-mediabox-next:focus,.wf-mediabox-theme-shadow .wf-mediabox-close:focus{background-color:transparent;color:#888}.wf-mediabox-theme-shadow .wf-mediabox-prev:hover svg,.wf-mediabox-theme-shadow .wf-mediabox-next:hover svg,.wf-mediabox-theme-shadow .wf-mediabox-close:hover svg,.wf-mediabox-theme-shadow .wf-mediabox-prev:focus svg,.wf-mediabox-theme-shadow .wf-mediabox-next:focus svg,.wf-mediabox-theme-shadow .wf-mediabox-close:focus svg{fill:#888}.wf-mediabox-theme-shadow .wf-mediabox-prev>svg,.wf-mediabox-theme-shadow .wf-mediabox-next>svg,.wf-mediabox-theme-shadow .wf-mediabox-close>svg{width:1em;height:1em;line-height:1;margin-bottom:2px;fill:#fff}.wf-mediabox-theme-shadow .wf-mediabox-prev::after,.wf-mediabox-theme-shadow .wf-mediabox-next::after,.wf-mediabox-theme-shadow .wf-mediabox-close::after{color:#fff;display:block;font-family:Arial;font-weight:bold;line-height:2;text-align:center;text-decoration:none}.wf-mediabox-theme-shadow .wf-mediabox-prev:focus::after,.wf-mediabox-theme-shadow .wf-mediabox-next:focus::after,.wf-mediabox-theme-shadow .wf-mediabox-close:focus::after{color:#888}.wf-mediabox-theme-shadow .wf-mediabox-close:after{content:"\00d7";line-height:1;font-size:1.75em}.wf-mediabox-theme-shadow .wf-mediabox-numbers{text-align:left;display:block;color:#ffffff;margin-right:6em;float:left;line-height:2em;top:0;margin-top:0}.wf-mediabox-theme-shadow .wf-mediabox-numbers button{color:#fff}.wf-mediabox-theme-shadow .wf-mediabox-numbers button.active{border:0 none;background:transparent;text-decoration:underline}.wf-mediabox-theme-shadow .wf-mediabox-numbers button:focus{color:#888;text-decoration:underline;border:0 none;background:transparent}.wf-mediabox-theme-shadow .wf-mediabox-numbers a{text-decoration:none;color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-numbers a:active,.wf-mediabox-theme-shadow .wf-mediabox-numbers a:visited,.wf-mediabox-theme-shadow .wf-mediabox-numbers a:link,.wf-mediabox-theme-shadow .wf-mediabox-numbers a:hover{text-decoration:none;color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-caption{padding:0;min-height:2em;background-color:transparent}.wf-mediabox-theme-shadow .wf-mediabox-caption h4,.wf-mediabox-theme-shadow .wf-mediabox-caption p{color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a,.wf-mediabox-theme-shadow .wf-mediabox-caption p a{color:#ffffff;text-decoration:underline}.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a:active,.wf-mediabox-theme-shadow .wf-mediabox-caption p a:active,.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a:hover,.wf-mediabox-theme-shadow .wf-mediabox-caption p a:hover,.wf-mediabox-theme-shadow .wf-mediabox-caption h4 a:visited,.wf-mediabox-theme-shadow .wf-mediabox-caption p a:visited{color:#ffffff}.wf-mediabox-theme-shadow .wf-mediabox-content-ajax{margin:.5em}.wf-mediabox-theme-shadow .wf-mediabox-content a[download]{position:fixed;top:0;right:0;color:#fff}.wf-mediabox-theme-shadow .wf-mediabox-content img.wf-mediabox-focus{border:2px solid #fff}.wf-mediabox-theme-squeeze .wf-mediabox-frame{padding:1em}.wf-mediabox-theme-squeeze .wf-mediabox-container{overflow:inherit}.wf-mediabox-theme-squeeze .wf-mediabox-close,.wf-mediabox-theme-squeeze .wf-mediabox-prev,.wf-mediabox-theme-squeeze .wf-mediabox-next{line-height:1em;position:absolute;text-align:center;color:#fff}.wf-mediabox-theme-squeeze .wf-mediabox-close:before,.wf-mediabox-theme-squeeze .wf-mediabox-prev:before,.wf-mediabox-theme-squeeze .wf-mediabox-next:before{content:"";border-radius:100%;box-shadow:1px 1px .25em #000;background-color:#000;width:1.2em;height:1.2em;position:absolute;z-index:-1;left:.4em;top:.3em;box-sizing:border-box}.wf-mediabox-theme-squeeze .wf-mediabox-close>svg,.wf-mediabox-theme-squeeze .wf-mediabox-prev>svg,.wf-mediabox-theme-squeeze .wf-mediabox-next>svg{fill:#fff}.wf-mediabox-theme-squeeze .wf-mediabox-close{right:-1em;top:-1em}.wf-mediabox-theme-squeeze .wf-mediabox-numbers button.active{background-color:#000}.wf-mediabox-theme-squeeze .wf-mediabox-numbers button:focus{background-color:#888}.wf-mediabox-theme-squeeze .wf-mediabox-content img.wf-mediabox-focus{border:2px solid #000}
.row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.row-fluid {
  margin-right: -10px;
  margin-left: -10px;
}
[class*="span"] {
  float: left;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.span12 {
  width: 100%;
}
.span11 {
  width: 91.66666667%;
}
.span10 {
  width: 83.33333333%;
}
.span9 {
  width: 75%;
}
.span8 {
  width: 66.66666667%;
}
.span7 {
  width: 58.33333333%;
}
.span6 {
  width: 50%;
}
.span5 {
  width: 41.66666667%;
}
.span4 {
  width: 33.33333333%;
}
.span3 {
  width: 25%;
}
.span2 {
  width: 16.66666667%;
}
.span1 {
  width: 8.33333333%;
}
.offset12 {
  margin-left: 100%;
}
.offset11 {
  margin-left: 91.66666667%;
}
.offset10 {
  margin-left: 83.33333333%;
}
.offset9 {
  margin-left: 75%;
}
.offset8 {
  margin-left: 66.66666667%;
}
.offset7 {
  margin-left: 58.33333333%;
}
.offset6 {
  margin-left: 50%;
}
.offset5 {
  margin-left: 41.66666667%;
}
.offset4 {
  margin-left: 33.33333333%;
}
.offset3 {
  margin-left: 25%;
}
.offset2 {
  margin-left: 16.66666667%;
}
.offset1 {
  margin-left: 8.33333333%;
}
.offset0 {
  margin-left: 0%;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}


@charset "UTF-8";/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fas,[class^=icon-],[class*=\ icon-],.far,.fal,.fad,.fab,.icon-joomla{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;text-rendering:auto;font-style:normal;line-height:1;display:inline-block}.icon-joomla,[class^=icon-],[class*=\ icon-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-style:normal;font-weight:400;line-height:1;display:inline-block}.fa-lg,.icon-lg{vertical-align:-.0667em;font-size:1.332em;line-height:.75em}.fa-xs,.icon-xs{font-size:.75em}.fa-sm,.icon-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw,.icon-fw{text-align:center;width:1.25em}.fa-ul,.icon-ul{margin-left:2.5em;padding-left:0;list-style-type:none}.fa-ul>li,.icon-ul>li{position:relative}.fa-li,.icon-li{text-align:center;line-height:inherit;width:2em;position:absolute;left:-2em}.fa-border,.icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left,.icon-pull-left{float:left}.fa-pull-right,.icon-pull-right{float:right}.fa.fa-pull-left,.fa.icon-pull-left,.fas.fa-pull-left,.fas.icon-pull-left,.fa-pull-left[class^=icon-],[class^=icon-].icon-pull-left,.fa-pull-left[class*=\ icon-],[class*=\ icon-].icon-pull-left,.far.fa-pull-left,.far.icon-pull-left,.fal.fa-pull-left,.fal.icon-pull-left,.fab.fa-pull-left,.fab.icon-pull-left,.fa-pull-left.icon-joomla,.icon-joomla.icon-pull-left{margin-right:.3em}.fa.fa-pull-right,.fa.icon-pull-right,.fas.fa-pull-right,.fas.icon-pull-right,.fa-pull-right[class^=icon-],[class^=icon-].icon-pull-right,.fa-pull-right[class*=\ icon-],[class*=\ icon-].icon-pull-right,.far.fa-pull-right,.far.icon-pull-right,.fal.fa-pull-right,.fal.icon-pull-right,.fab.fa-pull-right,.fab.icon-pull-right,.fa-pull-right.icon-joomla,.icon-joomla.icon-pull-right{margin-left:.3em}.fa-spin,.icon-spin{animation:2s linear infinite fa-spin}.fa-pulse,.icon-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90,.icon-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180,.icon-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270,.icon-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal,.icon-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical,.icon-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.fa-flip-both,.icon-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-horizontal.icon-flip-vertical,.fa-flip-vertical.icon-flip-horizontal,.icon-flip-horizontal.icon-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1)}:root .fa-rotate-90,:root .icon-rotate-90,:root .fa-rotate-180,:root .icon-rotate-180,:root .fa-rotate-270,:root .icon-rotate-270,:root .fa-flip-horizontal,:root .icon-flip-horizontal,:root .fa-flip-vertical,:root .icon-flip-vertical,:root .fa-flip-both,:root .icon-flip-both{filter:none}.fa-stack,.icon-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.icon-stack-1x,.fa-stack-2x,.icon-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x,.icon-stack-1x{line-height:inherit}.fa-stack-2x,.icon-stack-2x{font-size:2em}.fa-inverse,.icon-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.eot);src:url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.eot?#iefix)format("embedded-opentype"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.woff2)format("woff2"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.woff)format("woff"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.ttf)format("truetype"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome)format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.eot);src:url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.eot?#iefix)format("embedded-opentype"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2)format("woff2"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.woff)format("woff"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.ttf)format("truetype"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome)format("svg")}.fa,.fas,[class^=icon-],[class*=\ icon-]{font-family:"Font Awesome 5 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.eot);src:url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.eot?#iefix)format("embedded-opentype"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.woff2)format("woff2"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.woff)format("woff"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.ttf)format("truetype"),url(//www.eeg-premstaetten.at//media/system/css/../../../media/vendor/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome)format("svg")}.fab,.icon-joomla{font-family:"Font Awesome 5 Brands";font-weight:400}[class^=icon-],[class*=\ icon-]{speak:none}[class^=icon-].disabled,[class*=\ icon-].disabled,[class^=fa-].disabled,[class*=\ fa-].disabled{font-weight:400}.icon-joomla:before{content:""}.icon-accessible:before{content:""}.icon-add:before{content:""}.icon-address-book:before,.icon-address:before{content:""}.icon-align-justify:before{content:""}.icon-angle-double-left:before{content:""}.icon-angle-double-right:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-apply:before{content:""}.icon-archive:before{content:""}.icon-arrow-down-2:before{content:""}.icon-arrow-down-3:before{content:""}.icon-arrow-down-4:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-first:before{content:""}.icon-arrow-last:before{content:""}.icon-arrow-left-2:before{content:""}.icon-arrow-left-3:before{content:""}.icon-arrow-left-4:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right-2:before{content:""}.icon-arrow-right-3:before{content:""}.icon-arrow-right-4:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up-2:before{content:""}.icon-arrow-up-3:before{content:""}.icon-arrow-up-4:before{content:""}.icon-arrow-up:before{content:""}.icon-arrows-alt:before{content:""}.icon-asterisk:before{content:""}.icon-attachment:before{content:""}.icon-backward-2:before{content:""}.icon-backward-circle:before{content:""}.icon-backward:before{content:""}.icon-ban-circle:before{content:""}.icon-bars:before{content:""}.icon-basket:before{content:""}.icon-bell:before{content:""}.icon-bolt:before{content:""}.icon-book:before{content:""}.icon-bookmark-2:before,.icon-bookmark:before{content:""}.icon-box-add:before,.icon-box-remove:before{content:""}.icon-briefcase:before{content:""}.icon-broadcast:before{content:""}.icon-brush:before{content:""}.icon-bubble-quote:before{content:""}.icon-bullhorn:before{content:""}.icon-calendar-check:before,.icon-calendar-2:before{content:""}.icon-calendar-3:before{content:""}.icon-calendar-alt:before,.icon-calendar:before{content:""}.icon-camera-2:before{content:""}.icon-camera:before{content:""}.icon-cancel-2:before{content:""}.icon-cancel-circle:before{content:""}.icon-cancel:before{content:""}.icon-caret-down:before{content:""}.icon-caret-up:before{content:""}.icon-cart:before{content:""}.icon-chart:before{content:""}.icon-check-circle:before{content:""}.icon-check-square:before{content:""}.icon-check:before{content:""}.icon-checkbox-checked:before{content:""}.icon-checkbox-partial:before,.icon-checkbox-unchecked:before{content:""}.icon-checkbox:before{content:""}.icon-checkedout:before{content:""}.icon-checkin:before{content:""}.icon-checkmark-2:before,.icon-checkmark-circle:before{content:""}.icon-checkmark:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-circle:before{content:""}.icon-clipboard:before{content:""}.icon-clock:before{content:""}.icon-cloud-download-alt:before,.icon-cloud-download:before{content:""}.icon-cloud-upload:before{content:""}.icon-cloud:before{content:""}.icon-code:before{content:""}.icon-code-branch:before{content:""}.icon-cog:before{content:""}.icon-cogs:before{content:""}.icon-collapse:before{content:""}.icon-color-palette:before{content:""}.icon-comment-dots:before{content:""}.icon-comment:before{content:""}.icon-comments-2:before{content:""}.icon-comments:before{content:""}.icon-compass:before{content:""}.icon-connection:before{content:""}.icon-contract-2:before{content:""}.icon-contract:before{content:""}.icon-copy:before{content:""}.icon-credit-2:before,.icon-credit:before{content:""}.icon-crop:before{content:""}.icon-cube:before{content:""}.icon-cubes:before{content:""}.icon-dashboard:before{content:""}.icon-database:before{content:""}.icon-default:before{content:""}.icon-delete:before{content:""}.icon-desktop:before{content:""}.icon-downarrow:before{content:""}.icon-download:before{content:""}.icon-drawer-2:before{content:""}.icon-drawer:before{content:""}.icon-edit:before{content:""}.icon-ellipsis-h:before{content:""}.icon-ellipsis-v:before{content:""}.icon-enter:before{content:""}.icon-envelope-open-text:before{content:""}.icon-envelope-opened:before,.icon-envelope:before{content:""}.icon-equalizer:before{content:""}.icon-error:before{content:""}.icon-exclamation-circle:before{content:""}.icon-exclamation-triangle:before{content:""}.icon-exclamation:before{content:""}.icon-exit:before{content:""}.icon-expand-2:before{content:""}.icon-expand:before{content:""}.icon-expired:before{content:""}.icon-external-link-alt:before{content:""}.icon-eye-2:before,.icon-eye-blocked:before,.icon-eye-close:before{content:""}.icon-eye-open:before{content:""}.icon-eye-slash:before{content:""}.icon-eye:before{content:""}.icon-fax:before{content:""}.icon-featured:before{content:""}.icon-feed:before{content:""}.icon-file-2:before{content:""}.icon-file-add:before{content:""}.icon-file-alt:before{content:""}.icon-file-check:before{content:""}.icon-file-minus:before{content:""}.icon-file-plus:before{content:""}.icon-file-remove:before{content:""}.icon-file:before{content:""}.icon-filter:before{content:""}.icon-first:before{content:""}.icon-flag-2:before{content:""}.icon-flag-3:before,.icon-flag:before{content:""}.icon-flash:before{content:""}.icon-folder-2:before{content:""}.icon-folder-3:before{content:""}.icon-folder-close:before,.icon-folder-minus:before{content:""}.icon-folder-open:before{content:""}.icon-folder-plus-2:before{content:""}.icon-folder-plus:before{content:""}.icon-folder-remove:before,.icon-folder:before{content:""}.icon-forward-2:before{content:""}.icon-forward-circle:before{content:""}.icon-forward:before{content:""}.icon-generic:before{content:""}.icon-globe:before{content:""}.icon-grid-2:before,.icon-grid-view-2:before{content:""}.icon-grid-view:before,.icon-grid:before{content:""}.icon-handshake:before{content:""}.icon-health:before{content:""}.icon-heart-2:before,.icon-heart:before{content:""}.icon-help:before{content:""}.icon-hits:before{content:""}.icon-home-2:before,.icon-home:before{content:""}.icon-image:before,.icon-images:before{content:""}.icon-info-2:before,.icon-info-circle:before{content:""}.icon-info:before{content:""}.icon-key:before{content:""}.icon-lamp:before{content:""}.icon-language:before{content:""}.icon-last:before{content:""}.icon-leftarrow:before{content:""}.icon-lightbulb:before{content:""}.icon-lightning:before{content:""}.icon-link:before{content:""}.icon-list-2:before{content:""}.icon-list-view:before,.icon-list:before{content:""}.icon-loading:before{content:""}.icon-location:before{content:""}.icon-lock:before,.icon-locked:before{content:""}.icon-loop:before{content:""}.icon-mail-2:before,.icon-mail:before{content:""}.icon-map-signs:before{content:""}.icon-menu-2:before{content:""}.icon-menu-3:before{content:""}.icon-menu:before{content:""}.icon-minus-2:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-sign:before,.icon-minus:before{content:""}.icon-mobile:before{content:""}.icon-move:before{content:""}.icon-music:before{content:""}.icon-new-tab-2:before{content:""}.icon-new-tab:before{content:""}.icon-new:before{content:""}.icon-next:before{content:""}.icon-not-ok:before{content:""}.icon-notification-2:before,.icon-notification-circle:before{content:""}.icon-notification:before{content:""}.icon-ok:before{content:""}.icon-open:before{content:""}.icon-options:before{content:""}.icon-out-2:before{content:""}.icon-out-3:before{content:""}.icon-out:before{content:""}.icon-paint-brush:before,.icon-palette:before{content:""}.icon-paperclip:before{content:""}.icon-paragraph-center:before{content:""}.icon-paragraph-justify:before{content:""}.icon-paragraph-left:before{content:""}.icon-paragraph-right:before{content:""}.icon-pause-circle:before{content:""}.icon-pause:before{content:""}.icon-pen-square:before{content:""}.icon-pencil-2:before,.icon-pencil-alt:before{content:""}.icon-pencil:before{content:""}.icon-pending:before{content:""}.icon-phone-2:before{content:""}.icon-phone:before{content:""}.icon-picture:before,.icon-pictures:before{content:""}.icon-pie:before{content:""}.icon-pin:before{content:""}.icon-play-2:before{content:""}.icon-play-circle:before{content:""}.icon-play:before{content:""}.icon-plug:before{content:""}.icon-plus-2:before{content:""}.icon-plus-circle:before{content:""}.icon-plus-square:before{content:""}.icon-plus:before{content:""}.icon-power-cord:before{content:""}.icon-power-off:before{content:""}.icon-previous:before{content:""}.icon-print:before,.icon-printer:before{content:""}.icon-project-diagram:before{content:""}.icon-protected:before{content:""}.icon-publish:before{content:""}.icon-purge:before{content:""}.icon-pushpin:before{content:""}.icon-puzzle-piece:before,.icon-puzzle:before{content:""}.icon-question-2:before,.icon-question-circle:before{content:""}.icon-question-sign:before,.icon-question:before{content:""}.icon-quote-2:before{content:""}.icon-quote-3:before{content:""}.icon-quote:before,.icon-quotes-left:before{content:""}.icon-quotes-right:before{content:""}.icon-radio-checked:before{content:""}.icon-radio-unchecked:before{content:""}.icon-redo-2:before{content:""}.icon-redo:before{content:""}.icon-refresh:before{content:""}.icon-register:before{content:""}.icon-remove:before{content:""}.icon-reply:before{content:""}.icon-rightarrow:before{content:""}.icon-rss:before{content:""}.icon-save-copy:before{content:""}.icon-save-new:before{content:""}.icon-save:before{content:""}.icon-scissors:before{content:""}.icon-screen:before{content:""}.icon-screwdriver:before{content:""}.icon-search-minus:before{content:""}.icon-search-plus:before{content:""}.icon-search:before{content:""}.icon-select-file:before{content:""}.icon-share-alt:before,.icon-share:before{content:""}.icon-shield-alt:before,.icon-shield:before{content:""}.icon-shuffle:before{content:""}.icon-signup:before{content:""}.icon-sliders-h:before{content:""}.icon-smiley-2:before,.icon-smiley-happy-2:before,.icon-smiley-happy:before,.icon-smiley-neutral-2:before,.icon-smiley-neutral:before{content:""}.icon-smiley-sad-2:before,.icon-smiley-sad:before{content:""}.icon-smiley:before{content:""}.icon-sort:before{content:""}.icon-spinner:before{content:""}.icon-square:before{content:""}.icon-stack:before{content:""}.icon-star-2:before{content:""}.icon-star-empty:before,.icon-star:before{content:""}.icon-stop-circle:before{content:""}.icon-stop:before{content:""}.icon-success:before{content:""}.icon-support:before{content:""}.icon-switch:before{content:""}.icon-sync:before{content:""}.icon-tablet:before{content:""}.icon-tachometer-alt:before{content:""}.icon-tag-2:before,.icon-tag:before{content:""}.icon-tags-2:before,.icon-tags:before{content:""}.icon-tasks:before{content:""}.icon-text-width:before{content:""}.icon-th:before{content:""}.icon-th-large:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up:before{content:""}.icon-times:before{content:""}.icon-toggle-off:before{content:""}.icon-toggle-on:before{content:""}.icon-tools:before{content:""}.icon-trash:before{content:""}.icon-tree-2:before{content:""}.icon-tree:before{content:""}.icon-trophy:before{content:""}.icon-unarchive:before{content:""}.icon-unblock:before{content:""}.icon-undo-2:before,.icon-undo:before{content:""}.icon-unfeatured:before{content:""}.icon-universal:before,.icon-universal-access:before{content:""}.icon-unlock-alt:before{content:""}.icon-unlock:before{content:""}.icon-unpublish:before{content:""}.icon-uparrow:before{content:""}.icon-upload:before{content:""}.icon-user-circle:before{content:""}.icon-user-edit:before{content:""}.icon-user-lock:before{content:""}.icon-user-tag:before{content:""}.icon-user:before{content:""}.icon-users-cog:before{content:""}.icon-users:before{content:""}.icon-vcard:before{content:""}.icon-video-2:before{content:""}.icon-video:before{content:""}.icon-wand:before{content:""}.icon-warning-2:before{content:""}.icon-warning-circle:before{content:""}.icon-warning:before{content:""}.icon-wifi:before{content:""}.icon-wrench:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}
@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #669900;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #558000;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
th,
td {
  line-height: 1.715;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #f22613;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #d7d9db;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #669900;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #446600;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #669900;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #446600;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.715;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 0 12px 60px;
  margin: 0 0 24px;
  font-size: 16px;
  position: relative;
  color: #669900;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.715;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  text-align: right;
  padding: 12px 60px 12px 0;
}
.blockquote-reverse:before,
blockquote.pull-right:before {
  left: auto;
  right: 0;
  content: "”";
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before {
  content: "“";
  font-family: 'Playfair Display', serif;
  position: absolute;
  left: 0;
  font-size: 72px;
  line-height: 72px;
  top: 6px;
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.715;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 72px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 72px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 72px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 24px;
}
.sep,
.sep-lv1,
.sep-lv2,
.sep-lv3 {
  height: 1px;
  margin-bottom: 12px;
}
.sep-lv1 {
  margin-bottom: 24px;
}
.sep-lv2 {
  margin-bottom: 48px;
}
.sep-lv3 {
  margin-bottom: 72px;
}
.example-colors .swatch-item {
  text-align: center;
}
.example-colors .swatch-item a {
  display: block;
  padding: 24px;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
}
.example-colors .swatch-item a span {
  color: #555555;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.example-colors .swatch-item a:hover,
.example-colors .swatch-item a:focus,
.example-colors .swatch-item a:active {
  background-color: #558000;
}
.example-colors .swatch-item a:hover .fa,
.example-colors .swatch-item a:focus .fa,
.example-colors .swatch-item a:active .fa {
  color: #ffffff;
}
.example-colors .swatch-item a:hover span,
.example-colors .swatch-item a:focus span,
.example-colors .swatch-item a:active span {
  color: #ffffff;
}
.example-colors .swatch-item .fa {
  font-size: 48px;
  line-height: 132px;
}
.example-colors .swatch-item.color-gray-lighter .fa {
  color: #999999;
}
div.img-banner {
  position: relative;
}
div.img-banner .banner-ct {
  color: #ffffff;
  display: table-cell;
  font-size: 42px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  padding: 48px;
  z-index: 10;
}
@media (max-width: 767px) {
  div.img-banner .banner-ct {
    padding: 24px;
    font-size: 28px;
  }
}
div.img-banner .banner-ct .btn {
  font-size: 18px;
  margin: 0 6px;
  white-space: normal;
}
div.img-banner .banner-ct .btn.btn-default {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  color: #ffffff;
}
div.img-banner .banner-ct .btn:hover {
  background-color: #669900;
  border-color: #669900;
}
div.img-banner .mask {
  background-color: #669900;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media (max-width: 991px) {
  div.img-banner {
    overflow: hidden;
  }
  div.img-banner img {
    max-width: none;
  }
}
.content-box-grid .inner {
  border: 1px solid #e4e6e7;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.content-box-grid .inner:hover {
  border-color: #d7d9db;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.content-box-grid ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0 24px;
}
.content-box-grid ul:before,
.content-box-grid ul:after {
  display: table;
  content: " ";
}
.content-box-grid ul:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-box-grid ul {
    padding: 0 12px;
  }
}
.content-box-grid ul .fa {
  color: #ababab;
  margin-right: 5px;
}
.content-box-grid ul.socials {
  padding: 0;
}
.content-box-grid ul.socials li {
  display: block;
  float: left;
  width: 20%;
}
.content-box-grid ul.socials li a {
  background-color: #eeeeee;
  border-bottom: 1px solid #e4e6e7;
  border-top: 1px solid #e4e6e7;
  color: #999999;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.content-box-grid ul.socials li a:hover,
.content-box-grid ul.socials li a:focus,
.content-box-grid ul.socials li a:active {
  color: #ffffff;
}
.content-box-grid ul.socials li a:hover .fa,
.content-box-grid ul.socials li a:focus .fa,
.content-box-grid ul.socials li a:active .fa {
  color: #ffffff;
}
.content-box-grid ul.socials li a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.content-box-grid ul.socials li a.twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.content-box-grid ul.socials li a.google-plus:hover {
  background-color: #d0422a;
  border-color: #d0422a;
}
.content-box-grid ul.socials li a.youtube:hover {
  background-color: #c02227;
  border-color: #c02227;
}
.content-box-grid ul.socials li a.pinterest:hover {
  background-color: #ca2127;
  border-color: #ca2127;
}
.content-box-grid h4,
.content-box-grid h5,
.content-box-grid p {
  padding: 0 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-box-grid h4,
  .content-box-grid h5,
  .content-box-grid p {
    padding: 0 12px;
  }
}
.content-box-grid h5 {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .content-box-grid .col-xs-12 {
    margin-bottom: 24px;
  }
  .content-box-grid .col-xs-12:last-child {
    margin-bottom: 0;
  }
}
.box-grey {
  background-color: #f3f3f3;
  margin-bottom: 48px;
  margin-top: 24px;
  padding: 24px;
}
.box-grey:before,
.box-grey:after {
  display: table;
  content: " ";
}
.box-grey:after {
  clear: both;
}
@media (max-width: 767px) {
  .box-grey {
    padding: 0;
  }
}
.box-grey .item {
  background-color: transparent !important;
}
.box-grey .label {
  border-radius: 0;
  font-size: 14px;
}
.box-grey .fa {
  color: #555555;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .about-us > .row {
    width: auto !important;
  }
  .about-us > .row > div {
    margin-bottom: 24px;
  }
}
.pricing-table {
  margin: 24px 48px;
}
@media (max-width: 991px) {
  .pricing-table > div {
    margin-bottom: 24px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .pricing-table {
    margin-left: 0;
    margin-right: 0;
  }
}
.pricing-table .col-inner {
  border: 1px solid #d7d9db;
}
.pricing-table .col-header {
  background-color: #669900;
  color: #ffffff;
  font-size: 36px;
  padding: 6px 0;
  text-align: center;
}
.pricing-table .col-header span {
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.pricing-table .col-header span:before {
  background-color: rgba(255, 255, 255, 0.8);
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
}
.pricing-table .col-feature .col-header {
  background-color: #ff8800;
}
.pricing-table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table ul li {
  border-bottom: 1px solid #d7d9db;
  padding: 12px 24px;
  text-align: center;
}
.pricing-table ul li:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.pricing-table .col-footer {
  background-color: #eeeeee;
  text-align: center;
  padding: 12px 24px;
}
.pricing-table .col-footer .btn {
  text-transform: uppercase;
}
.pricing-table.style-2 .col-first {
  padding-right: 0;
}
@media (min-width: 992px) {
  .pricing-table.style-2 .col-first .col-inner {
    border-right: 0;
  }
}
.pricing-table.style-2 .col-mid {
  padding: 0;
}
.pricing-table.style-2 .col-last {
  padding-left: 0;
}
@media (min-width: 992px) {
  .pricing-table.style-2 .col-last .col-inner {
    border-left: 0;
  }
}
.pricing-table.style-2 .col-feature {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -12px;
  position: relative;
  z-index: 20;
}
.pricing-table.style-2 .col-feature .col-header {
  padding: 12px 0;
}
.pricing-table.style-2 .col-feature .col-footer {
  padding: 24px 24px;
}
.user-quote {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
  position: relative;
  padding: 24px;
  text-align: center;
  width: 355px;
}
@media (max-width: 991px) {
  .user-quote {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
}
.user-quote h4.user-name {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 36px;
  position: relative;
  text-transform: uppercase;
}
.user-quote .cover {
  height: 155px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.user-quote .cover img {
  width: 100%;
}
.user-quote .avatar {
  display: inline-block;
  margin-bottom: 24px;
  max-width: 90px;
}
.user-quote .avatar img {
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.user-quote p {
  margin-bottom: 24px;
}
.user-quote ul {
  margin: 0;
  padding: 0;
}
.user-quote ul li {
  display: inline-block;
  margin-right: 12px;
}
.user-quote ul li a {
  border-radius: 50%;
  background: #eeeeee;
  color: #222222;
  display: block;
  line-height: 30px;
  height: 30px;
  width: 30px;
}
.user-quote ul li a:hover,
.user-quote ul li a:focus,
.user-quote ul li a:active {
  background: #669900;
  color: #ffffff;
}
.user-quote ul li:last-child {
  margin-right: 0;
}
.box-intro {
  background: #ffffff;
  position: absolute;
  top: 48px;
  right: 48px;
  padding: 24px;
  width: 33.3%;
}
@media (max-width: 1199px) {
  .box-intro {
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: 100%;
  }
}
.box-intro h3 {
  margin: 0 0 12px;
}
.box-intro p {
  margin-bottom: 24px;
}
.box-intro .btn-actions {
  background-color: #f7f7f7;
  border-top: 1px solid #d7d9db;
  margin: 0 -24px -24px;
  padding: 24px;
}
.box-intro .btn {
  display: block;
  margin: 0 0 12px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-info ul {
  background-color: #eeeeee;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-info ul:before,
.product-info ul:after {
  display: table;
  content: " ";
}
.product-info ul:after {
  clear: both;
}
.product-info ul li {
  border-right: 1px dotted #d7d9db;
  float: left;
  font-weight: 600;
  padding: 12px 24px;
}
@media (max-width: 767px) {
  .product-info ul li {
    border: 0;
    display: block;
    float: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.product-info ul li span {
  color: #555555;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.product-features {
  border-bottom: 1px solid #e4e6e7;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .product-features .content-block {
    transform: translate(0px, 50%);
    -webkit-transform: translate(0px, 50%);
  }
}
.product-features img {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.form-control:focus {
  border-color: #669900;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 153, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 24px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-second {
  background: #88cc00;
  color: #ffffff;
}
.btn-second:hover,
.btn-second:active,
.btn-second:focus {
  background: #669900;
  color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #141414;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #333333;
  border-color: #333333;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-link {
  color: #669900;
  padding: 0;
  display: inline;
}
.btn-link:after {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 8px;
  transition: 0.2s;
}
.btn-link:hover,
.btn-link:focus {
  color: #558000;
  text-decoration: none;
}
.btn-link:hover:after,
.btn-link:focus:after {
  margin-left: 12px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  -webkit-box-shadow: none;
  box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #f22613;
}
label.invalid {
  color: #f22613;
}
input.invalid {
  border: 1px solid #f22613;
}
.dropdown-menu {
  border: none;
  border-bottom: 2px solid #d7d9db;
}
.dropdown-menu > li {
  padding: 0 12px;
}
.dropdown-menu > li .fa {
  margin-right: 5px;
}
.dropdown-menu > li > a {
  padding: 5px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
  color: #669900;
}
.dropdown-menu > .open > a,
.dropdown-menu > .open > a:hover,
.dropdown-menu > .open > a:focus {
  background: none;
  color: #669900;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: none;
  color: #669900;
  font-weight: 700;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #555555;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-tabs {
  margin-bottom: 24px;
  border: none;
}
.nav-tabs > li {
  margin-right: 24px;
  font-family: 'Montserrat', sans-serif;
}
.nav-tabs > li > a {
  color: #555b6a;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: none;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: none;
  border-color: #669900;
  color: #669900;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled.open > a,
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled.open > a:hover,
.nav-tabs > li.disabled > a:focus,
.nav-tabs > li.disabled.open > a:focus {
  border-color: transparent;
  color: #999999;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border: none;
  border-bottom: 2px solid #88cc00;
  color: #669900;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
  background: none;
  border: none;
  border-bottom: 2px solid #88cc00;
  color: #669900;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.nav-stacked > li {
  font-family: 'Montserrat', sans-serif;
}
.nav-stacked > li > a {
  text-transform: uppercase;
  padding: 12px 0;
  color: #555b6a;
}
.nav-stacked > li > a:hover,
.nav-stacked > li > a:focus {
  background: none;
  color: #669900;
}
.nav-stacked > li + li {
  border-top: 1px solid #d7d9db;
  margin: 0;
}
.nav-stacked > li.open > a,
.nav-stacked > li.open > a:hover,
.nav-stacked > li.open > a:focus {
  background: none;
  color: #669900;
}
.nav-stacked > li.disabled > a,
.nav-stacked > li.disabled > a:hover,
.nav-stacked > li.disabled > a:focus {
  color: #999999;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover,
.nav-stacked > li.active > a:focus {
  background: none;
  color: #669900;
}
.nav .caret {
  border-top-color: #669900;
  border-bottom-color: #669900;
}
.nav a:hover .caret {
  border-top-color: #558000;
  border-bottom-color: #558000;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #d7d9db;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 12px;
}
.breadcrumb .divider {
  display: none;
}
.pagination-wrap .counter {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  background: none;
  border: 0;
  color: #555b6a;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: none;
  border: 0;
}
.pagination > .active > a,
.pagination > .active > span {
  background: none;
  border: 0;
  color: #669900;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: none;
  border: 0;
  color: #669900;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: none;
  border: 0;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: right;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
.navbar {
  min-height: 0;
}
@media (min-width: 768px) {
  .navbar {
    min-height: 50px;
  }
}
.navbar-toggle {
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin-left: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -10px;
}
.navbar-nav > li {
  border: 1px solid #f8f8f8;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #f8f8f8;
}
.navbar-default .navbar-brand {
  color: #222222;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #080808;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #222222;
}
.navbar-default .navbar-nav > li > a {
  color: #222222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #669900;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #222222;
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #669900;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default.navbar-header {
  float: right;
  background: none;
}
.navbar-default.navbar-header + .head-menu {
  margin-right: 10px;
}
.navbar-default .navbar-toggle {
  border-color: #333333;
  color: #333333;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f8f8f8;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #669900;
  border-bottom-color: #669900;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #669900;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #669900;
  border-bottom-color: #669900;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #222222;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #669900;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #669900;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #222222;
}
.navbar-default .navbar-link:hover {
  color: #669900;
}
.t3-mainnav {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 992px) {
  .scrollUp .t3-mainnav {
    margin-top: 50px;
  }
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -10px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #f8f8f8;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.t3-module {
  background: #ffffff;
  color: inherit;
  margin-bottom: 20px;
}
.t3-module .module-inner {
  padding: 24px;
}
.t3-module.module-primary {
  background: #669900;
}
.t3-module.module-primary .module-title {
  background: #669900;
  color: #ffffff;
  border-color: #77b300;
}
.t3-module.module-primary .module-title a {
  color: #ffffff;
}
.t3-module.module-primary .module-title a:hover,
.t3-module.module-primary .module-title a:focus,
.t3-module.module-primary .module-title a:active {
  text-decoration: underline;
}
.t3-module.module-primary .module-title span {
  border-bottom: 1px solid #99e500;
}
.t3-module.module-primary .module-ct {
  background: #669900;
}
.module-title {
  background: #ffffff;
  border-bottom: 1px solid #dfe1e2;
  color: inherit;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
}
.module-title span {
  display: inline-block;
  border-bottom: 1px solid #999999;
  padding-bottom: 9.6px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.module-ct {
  background: #ffffff;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module-ct .module-primary,
.module-ct .custom .module-primary {
  background: #669900;
}
.t3-module.no-padding .module-inner {
  padding: 0;
}
.t3-module.bg-primary .module-inner {
  background: #669900;
  color: #ffffff;
}
.t3-module.bg-primary .module-ct,
.t3-module.bg-primary .module-title {
  background: #669900;
  color: #ffffff;
}
.t3-module.bg-primary .module-ct a,
.t3-module.bg-primary .module-title a {
  color: #ffffff;
}
.t3-module.bg-primary .module-ct a:hover,
.t3-module.bg-primary .module-title a:hover,
.t3-module.bg-primary .module-ct a:focus,
.t3-module.bg-primary .module-title a:focus,
.t3-module.bg-primary .module-ct a:active,
.t3-module.bg-primary .module-title a:active {
  text-decoration: underline;
}
.t3-module.bg-primary .module-ct span,
.t3-module.bg-primary .module-title span {
  color: #eeeeee;
}
.t3-module.search-hitlite .module-inner .inputbox,
.t3-module.search-hitlite .module-inner .search-query {
  background: url(//www.eeg-premstaetten.at//t3-assets/dev/../../templates/ja_social_ii/images/search_primary.png) no-repeat right center #669900;
  border: 0;
  color: #ffffff;
  height: 50px;
  letter-spacing: 1px;
  padding: 12px 48px 12px 24px;
  text-transform: uppercase;
  width: 100%;
}
.t3-module.search-hitlite .search #mod-search-searchword {
  background-color: #669900;
  border-color: #669900;
  color: #ffffff;
  width: 100%;
}
.t3-module.search-hitlite .search #mod-search-searchword::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.t3-module.search-hitlite .search #mod-search-searchword:-ms-input-placeholder {
  color: #ffffff;
}
.t3-module.search-hitlite .search #mod-search-searchword::-webkit-input-placeholder {
  color: #ffffff;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.form-search #mod-search-searchword {
  background: url(//www.eeg-premstaetten.at//t3-assets/dev/../../templates/ja_social_ii/images/search_default.png) no-repeat right center #ffffff;
  padding-right: 30px;
  width: 100%;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #d7d9db;
  font-size: 12px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
}
.categories-module li + li,
ul.categories-module li + li,
.category-module li + li,
ul.category-module li + li {
  padding: 24px 0 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.categories-module h4 a,
ul.categories-module h4 a,
.category-module h4 a,
ul.category-module h4 a {
  color: #555b6a;
}
.categories-module h4 a:hover,
ul.categories-module h4 a:hover,
.category-module h4 a:hover,
ul.category-module h4 a:hover,
.categories-module h4 a:focus,
ul.categories-module h4 a:focus,
.category-module h4 a:focus,
ul.category-module h4 a:focus,
.categories-module h4 a:active,
ul.categories-module h4 a:active,
.category-module h4 a:active,
ul.category-module h4 a:active {
  color: #669900;
}
.categories-module h4 a span,
ul.categories-module h4 a span,
.category-module h4 a span,
ul.category-module h4 a span {
  float: right;
  color: #747c83;
}
.categories-module .mod-articles-category-title,
ul.categories-module .mod-articles-category-title,
.category-module .mod-articles-category-title,
ul.category-module .mod-articles-category-title {
  display: block;
  font-size: 14px;
  color: #555b6a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.categories-module .mod-articles-category-title:hover,
ul.categories-module .mod-articles-category-title:hover,
.category-module .mod-articles-category-title:hover,
ul.category-module .mod-articles-category-title:hover,
.categories-module .mod-articles-category-title:focus,
ul.categories-module .mod-articles-category-title:focus,
.category-module .mod-articles-category-title:focus,
ul.category-module .mod-articles-category-title:focus,
.categories-module .mod-articles-category-title:active,
ul.categories-module .mod-articles-category-title:active,
.category-module .mod-articles-category-title:active,
ul.category-module .mod-articles-category-title:active {
  color: #669900;
}
.categories-module .mod-articles-meta,
ul.categories-module .mod-articles-meta,
.category-module .mod-articles-meta,
ul.category-module .mod-articles-meta {
  color: #747c83;
  font-size: 13px;
}
.categories-module .item-image,
ul.categories-module .item-image,
.category-module .item-image,
ul.category-module .item-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.categories-module .item-image img,
ul.categories-module .item-image img,
.category-module .item-image img,
ul.category-module .item-image img {
  max-height: 100%;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #d7d9db;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555b6a;
  display: inline-block;
  margin: 0 5px 1px 0;
}
.tagspopular ul > li > a {
  background: #f7f7f7;
  color: #555b6a;
  float: left;
  font-size: 10px;
  margin: 0;
  padding: 6px 12px;
  text-transform: uppercase;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #558000;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #558000;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.jamasshead {
  background-image: url(//www.eeg-premstaetten.at//t3-assets/dev/../../templates/ja_social_ii/images/bg-masthead.jpg);
  background-size: cover;
  color: #ffffff;
  padding: 120px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .jamasshead {
    padding: 48px 0;
  }
}
.jamasshead:after {
  background: rgba(1, 87, 155, 0.5);
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.jamasshead .jamasshead-title {
  font-size: 72px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.04);
  z-index: 2;
}
@media (max-width: 767px) {
  .jamasshead .jamasshead-title {
    font-size: 36px;
  }
}
.jamasshead .jamasshead-title span {
  color: #88cc00;
}
.jamasshead .jamasshead-description {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 767px) {
  .jamasshead .jamasshead-description {
    font-size: 14px;
  }
}
.ja-masthead {
  background-image: url(//www.eeg-premstaetten.at//t3-assets/dev/../../templates/ja_social_ii/images/bg-masthead.jpg);
  background-size: cover;
  color: #ffffff;
  padding: 120px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .ja-masthead {
    padding: 48px 0;
  }
}
.ja-masthead:after {
  background: rgba(1, 87, 155, 0.5);
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ja-masthead .ja-masthead-detail {
  margin: auto;
}
.ja-masthead .ja-masthead-title {
  font-size: 72px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.04);
  z-index: 2;
}
@media (max-width: 767px) {
  .ja-masthead .ja-masthead-title {
    font-size: 36px;
  }
}
.ja-masthead .ja-masthead-title span {
  color: #88cc00;
}
.ja-masthead .ja-masthead-description {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 767px) {
  .ja-masthead .ja-masthead-description {
    font-size: 14px;
  }
}
.content-mass-top .mod-thumb-list .section-header h3 {
  background-color: #669900;
  color: #ffffff;
  display: inline-block;
  padding: 12px 24px;
  text-transform: uppercase;
}
.content-mass-top .mod-thumb-list .section-header .module-intro {
  color: #ffffff;
}
.content-mass-top .mod-thumb-list .item .item-inner {
  -webkit-transition: box-shadow 0.35s;
  -o-transition: box-shadow 0.35s;
  transition: box-shadow 0.35s;
}
@media (max-width: 991px) {
  .content-mass-top .mod-thumb-list .item {
    margin-bottom: 24px;
  }
}
.content-mass-top .mod-thumb-list .item .item-image {
  position: relative;
}
.content-mass-top .mod-thumb-list .item .item-image a.item-link {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 32px;
  height: 70px;
  line-height: 70px;
  margin: -35px 0 0 -35px;
  position: absolute;
  left: 50%;
  top: 48%;
  text-align: center;
  width: 70px;
  z-index: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content-mass-top .mod-thumb-list .item .item-image img {
  border-radius: 3px 3px 0 0;
  max-width: 100%;
  width: 100%;
}
.content-mass-top .mod-thumb-list .item .item-image .mask {
  background-color: #669900;
  border-radius: 3px 3px 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content-mass-top .mod-thumb-list .item .item-image .brand-logo {
  color: #ffffff;
  display: block;
  font-size: 32px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.content-mass-top .mod-thumb-list .item .item-image .brand-logo img {
  width: auto;
}
.content-mass-top .mod-thumb-list .item .item-image:hover .mask {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.content-mass-top .mod-thumb-list .item .item-image:hover .brand-logo {
  filter: alpha(opacity=0);
  opacity: 0;
}
.content-mass-top .mod-thumb-list .item .item-image:hover a.item-link {
  top: 50%;
  z-index: 20;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.content-mass-top .mod-thumb-list .item .item-image:hover a.item-link:hover,
.content-mass-top .mod-thumb-list .item .item-image:hover a.item-link:focus,
.content-mass-top .mod-thumb-list .item .item-image:hover a.item-link:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #669900;
  filter: alpha(opacity=100);
  opacity: 1;
}
.content-mass-top .mod-thumb-list .item .item-title {
  border-radius: 0 0 3px 3px;
  text-align: center;
}
.content-mass-top .mod-thumb-list .item .item-title h3 {
  background-color: #669900;
  border-radius: 0 0 3px 3px;
  height: 46px;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.content-mass-top .mod-thumb-list .item .item-title h3 a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.content-mass-top .mod-thumb-list .item .item-title h3 a:after {
  content: "\f178";
  display: block;
  font-family: FontAwesome;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: right 0.35s;
  -o-transition: right 0.35s;
  transition: right 0.35s;
}
.content-mass-top .mod-thumb-list .item .item-title h3 a:hover:after {
  right: -25px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.content-mass-top .mod-thumb-list .item:hover .item-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content-mass-top .mod-thumb-list .item:hover .item-inner .mask {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.features-intro .t3-section.no-padding-bottom .container,
.features-intro .t3-section.no-padding-bottom .features-content {
  padding-bottom: 0;
}
.features-intro .t3-section .k2ItemsBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -10px;
  margin-left: -10px;
}
.features-intro .t3-section .k2ItemsBlock ul:before,
.features-intro .t3-section .k2ItemsBlock ul:after {
  display: table;
  content: " ";
}
.features-intro .t3-section .k2ItemsBlock ul:after {
  clear: both;
}
.features-intro .t3-section .k2ItemsBlock ul li {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .features-intro .t3-section .k2ItemsBlock ul li {
    float: left;
    width: 33.33333333%;
  }
}
.features-intro .t3-section .k2ItemsBlock ul li .item-inner {
  background-color: #ffffff;
  padding: 24px;
}
.features-intro .t3-section .k2ItemsBlock ul li .item-inner a.moduleItemImage {
  display: block;
  margin: -24px -24px 24px;
}
.features-intro .t3-section .k2ItemsBlock ul li .item-inner a.moduleItemImage img {
  width: 100%;
}
.features-intro .t3-section .k2ItemsBlock ul li .item-inner .moduleItemTitle {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.features-intro .t3-section .k2ItemsBlock .moduleCustomLink {
  background-color: #e1e1e1;
  color: #555b6a;
  display: block;
  font-weight: 700;
  margin: 24px auto;
  padding: 12px 24px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  max-width: 380px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.features-intro .t3-section .k2ItemsBlock .moduleCustomLink:before,
.features-intro .t3-section .k2ItemsBlock .moduleCustomLink:after {
  display: table;
  content: " ";
}
.features-intro .t3-section .k2ItemsBlock .moduleCustomLink:after {
  clear: both;
}
.features-intro .t3-section .k2ItemsBlock .moduleCustomLink:hover,
.features-intro .t3-section .k2ItemsBlock .moduleCustomLink:focus,
.features-intro .t3-section .k2ItemsBlock .moduleCustomLink:active {
  background-color: #999999;
  color: #ffffff;
}
.content-mass-top .section-header {
  color: #ffffff;
  margin-bottom: 0;
}
.content-mass-top .section-header .module-intro {
  color: #ffffff;
  padding: 0;
}
.content-mass-top .section-sign .container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  max-width: 900px;
  margin: 0 auto !important;
  display: table;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .content-mass-top .section-sign .container {
    display: block;
  }
}
.content-mass-top .section-sign .container .section-header {
  padding: 48px;
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 767px) {
  .content-mass-top .section-sign .container .section-header {
    width: 100%;
    display: block;
  }
}
.content-mass-top .section-sign .container .section-header .module-intro {
  padding: 0;
}
.content-mass-top .section-sign .container .section-inner {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ffffff;
  display: table-cell;
  float: none !important;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .content-mass-top .section-sign .container .section-inner {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .content-mass-top .section-sign .container .section-inner {
    display: block;
    width: 100%;
  }
}
.content-mass-top .section-sign .container .joms-centered {
  color: #555b6a;
  padding: 36px 24px;
  text-align: left;
}
.content-mass-top .section-sign .container .joms-centered #form-login-username label,
.content-mass-top .section-sign .container .joms-centered #form-login-password label {
  width: 100%;
}
.content-mass-top .section-sign .container .joms-centered #form-login-username label input,
.content-mass-top .section-sign .container .joms-centered #form-login-password label input {
  border: 1px solid #d7d9db;
  width: 100%;
}
.content-mass-top .section-sign .container .joms-centered .btn-primary {
  border-radius: 2px;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
}
.content-mass-top .section-sign .container .joms-centered .top-gap {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.content-mass-top .section-sign .container .joms-centered .top-gap li {
  display: inline-block;
}
.content-mass-top .section-sign .container .joms-centered .top-gap li a {
  background-color: #eeeeee;
  border-radius: 2px;
  display: inline-block;
  color: #555555;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  text-align: center;
  width: 32px;
}
.content-mass-top .section-sign .container .joms-centered .top-gap li a:hover,
.content-mass-top .section-sign .container .joms-centered .top-gap li a:focus,
.content-mass-top .section-sign .container .joms-centered .top-gap li a:active {
  background-color: #558000;
  color: #ffffff;
}
.content-mass-top .section-sign .container .joms-centered .sep {
  border-top: 1px solid #ddd;
  position: relative;
  margin: 36px 0;
}
.content-mass-top .section-sign .container .joms-centered .sep:before {
  background-color: #eeeeee;
  border-radius: 50%;
  color: #333333;
  content: "Or";
  display: block;
  height: 32px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: -18px;
  left: 50%;
  margin-left: -20px;
  width: 32px;
}
.content-mass-top .section-sign .container .joms-centered .fb_iframe_widget {
  display: block;
  margin: 0 0 36px;
  text-align: center;
  width: 100%;
}
.content-mass-top .section-sign .container .joms-centered .fb_iframe_widget span {
  margin: 0 auto;
}
.content-mass-top .section-sign .container .joms-centered .cHello-Header {
  margin-bottom: 12px;
}
.content-mass-top .section-sign .container .joms-centered .joms-hellome__notify a {
  position: relative;
}
.content-mass-top .section-sign .container .joms-centered .joms-hellome__notify a .joms-js--notiflabel-inbox,
.content-mass-top .section-sign .container .joms-centered .joms-hellome__notify a .joms-js--notiflabel-general,
.content-mass-top .section-sign .container .joms-centered .joms-hellome__notify a .joms-js--notiflabel-frequest {
  background: #f22613;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  min-width: 12px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: normal;
}
.content-mass-top .section-sign .container .joms-centered .joms-hellome__menu li {
  border: 0;
  float: left;
  margin-bottom: 5px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-mass-top .section-sign .container .joms-centered .joms-hellome__menu li .inner {
  border: 1px solid #dfe1e2;
  padding: 8px 10px;
}
.content-mass-top .section-sign .container .joms-centered .joms-hellome__menu a {
  color: #555b6a;
}
.content-mass-top .section-sign .container .joms-centered .joms-hellome__menu a:hover,
.content-mass-top .section-sign .container .joms-centered .joms-hellome__menu a:focus,
.content-mass-top .section-sign .container .joms-centered .joms-hellome__menu a:active {
  color: #558000;
}
.content-mass-top .section-sign .container .joms-centered .joms-icon {
  color: #333333;
  height: 20px;
  fill: #999999;
  margin-right: 5px;
  width: 20px;
}
.container .content-mass-top .container {
  width: auto;
}
.ie8 .content-mass-top .section-sign .container {
  background: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  zoom: 1;
}
.com_config .features-page #modules-form {
  background: #ffffff;
  padding: 24px;
}
.mod-preview-info {
  z-index: 1;
}
.blog article {
  background: #ffffff;
  padding: 24px;
}
.blog-featured article {
  background: #ffffff;
  padding: 24px;
}
.items-leading .leading {
  margin-bottom: 48px;
}
.items-row .item {
  margin-bottom: 48px;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #d7d9db;
}
.article-header .article-title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.article-header .article-title a {
  color: #555b6a;
}
.article-header .article-title a:hover,
.article-header .article-title a:focus,
.article-header .article-title a:active {
  color: #669900;
}
@media (max-width: 767px) {
  .article-header .article-title a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
  }
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 24px;
}
.article-aside .btn-group .dropdown-toggle {
  padding: 0;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.article-aside .btn-group .dropdown-toggle:hover,
.article-aside .btn-group .dropdown-toggle:focus,
.article-aside .btn-group .dropdown-toggle:active {
  padding: 0;
  border: 0;
  background: none;
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  white-space: nowrap;
}
.article-info dd:after {
  content: ",";
  display: inline;
}
.article-info dd:last-child:after {
  display: none;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin: 0 -24px -24px;
  background: #ebedf0;
  padding: 12px 24px;
  line-height: 24px;
  overflow: hidden;
  border-bottom: 2px solid #d7d9db;
}
.article-footer .article-info {
  float: left;
  width: auto;
  margin-right: 10px;
}
.article-footer .tags {
  float: left;
  padding-left: 15px;
}
.article-footer .tags > i {
  float: left;
  margin-left: -15px;
  line-height: 24px;
}
.article-footer .tags > span {
  display: inline-block;
}
.article-footer .tags a {
  background: none;
  color: #999999;
  font-size: 12px;
}
.article-footer .tags a:hover,
.article-footer .tags a:focus,
.article-footer .tags a:active {
  background: none;
  color: #669900;
}
.article-footer .pagenav {
  float: right;
}
.article-footer .pagenav > li > a {
  font-size: 12px;
  padding: 5px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 36px 24px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 24px 36px;
}
.article-intro .content_rating img,
.article-content .content_rating img {
  display: inline-block;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
article .item-image {
  margin: -24px -24px 24px;
}
article .item-image img {
  max-width: 100%;
}
article .article-image-full {
  float: none !important;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.article-footer .readmore {
  float: right;
}
.article-footer .readmore a {
  padding: 0;
  border: 0;
  background: none;
  color: #999999;
  font-size: 12px;
  text-align: left;
  white-space: normal;
}
.article-footer .readmore a:hover,
.article-footer .readmore a:focus,
.article-footer .readmore a:active {
  color: #669900;
}
.tag-category > h2 {
  margin: 0 0 24px;
  font-weight: 700;
}
.tag-category .filters > .btn-group {
  margin-left: 0;
}
.tag-category .filters > .btn-group > .btn {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .tag-category .filters > .btn-group:first-child {
    width: 100%;
    margin-bottom: 12px;
  }
  .tag-category .filters > .btn-group:first-child #filter-search {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .tag-category .filters > .btn-group.pull-right {
    float: none !important;
  }
}
.tag-category #filter-search {
  float: left;
}
.tag-category .category.list-striped,
.tag-category .thumbnails {
  list-style: none;
  padding-left: 0;
}
.tag-category .category.list-striped > li,
.tag-category .thumbnails > li {
  padding: 0;
  margin-bottom: 48px;
  border-bottom: 2px solid #d7d9db;
  background: #ffffff;
}
.tag-category .category.list-striped > li article,
.tag-category .thumbnails > li article {
  padding: 24px;
}
.tag-category .category.list-striped > li h3 a,
.tag-category .thumbnails > li h3 a {
  color: #555b6a;
}
.tag-category .category.list-striped > li h3 a:hover,
.tag-category .thumbnails > li h3 a:hover,
.tag-category .category.list-striped > li h3 a:focus,
.tag-category .thumbnails > li h3 a:focus,
.tag-category .category.list-striped > li h3 a:active,
.tag-category .thumbnails > li h3 a:active {
  color: #669900;
}
.com-tags-tag-list .com-tags-filter-field-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.com-tags-tag-list .com-tags-filter-field-wrap .btn-group {
  margin: 0;
}
.com-tags-tag-list .com-tags-filter-field-wrap .com-tags-tag__filter {
  display: flex;
}
.com-tags-tag-list .com-tags-tag-list__pagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .com-tags-tag-list .com-tags-tag-list__pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}
.com-tags-tag-list .com-tags-tag-list__pagination .counter,
.com-tags-tag-list .com-tags-tag-list__pagination ul.pagination {
  margin: 0;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.row-fluid:after {
  display: block;
  content: "";
  clear: both;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap,
.logout {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background: #ffffff;
  float: none !important;
  margin: 0 auto;
  padding: 24px;
}
@media (min-width: 992px) {
  .login-wrap,
  .logout {
    float: left;
    width: 33.33333333%;
  }
}
.login-wrap select,
.logout select,
.login-wrap textarea,
.logout textarea,
.login-wrap input[type="text"],
.logout input[type="text"],
.login-wrap input[type="password"],
.logout input[type="password"],
.login-wrap input[type="datetime"],
.logout input[type="datetime"],
.login-wrap input[type="datetime-local"],
.logout input[type="datetime-local"],
.login-wrap input[type="date"],
.logout input[type="date"],
.login-wrap input[type="month"],
.logout input[type="month"],
.login-wrap input[type="time"],
.logout input[type="time"],
.login-wrap input[type="week"],
.logout input[type="week"],
.login-wrap input[type="number"],
.logout input[type="number"],
.login-wrap input[type="email"],
.logout input[type="email"],
.login-wrap input[type="url"],
.logout input[type="url"],
.login-wrap input[type="search"],
.logout input[type="search"],
.login-wrap input[type="tel"],
.logout input[type="tel"],
.login-wrap input[type="color"],
.logout input[type="color"],
.login-wrap .inputbox,
.logout .inputbox {
  width: 100%;
}
.login-wrap .top-gap,
.logout .top-gap {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .top-gap li,
.logout .top-gap li {
  display: inline-block;
}
.login-wrap .top-gap li a,
.logout .top-gap li a {
  background-color: #eeeeee;
  border-radius: 2px;
  display: inline-block;
  color: #555555;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  text-align: center;
  width: 32px;
}
.login-wrap .top-gap li a:hover,
.logout .top-gap li a:hover,
.login-wrap .top-gap li a:focus,
.logout .top-gap li a:focus,
.login-wrap .top-gap li a:active,
.logout .top-gap li a:active {
  background-color: #558000;
  color: #ffffff;
}
.login-wrap .control-label,
.logout .control-label {
  text-align: left;
}
.login-wrap form label,
.logout form label {
  font-weight: 400;
  text-align: left;
}
.login-wrap .btn-block,
.logout .btn-block {
  text-transform: uppercase;
}
.login-wrap .password-group .form-control,
.logout .password-group .form-control {
  flex: 1;
}
.login-wrap .other-links,
.logout .other-links {
  margin: 0;
}
.login-wrap .other-links ul,
.logout .other-links ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 12px;
  padding: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
#member-registration input[type="text"],
#member-registration input[type="email"],
#member-registration input[type="password"] {
  width: auto;
}
@media (max-width: 480px) {
  #member-registration.form-horizontal .control-group .controls {
    margin-left: 0;
  }
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.registration .password-group .text-center {
  text-align: left !important;
}
.j40.view-registration .modal-backdrop {
  display: none !important;
}
.chosen-container .chosen-results {
  clear: both;
}
.com_users.view-registration #josForm,
.registration,
.profile-edit,
.profile {
  background: #ffffff;
  float: none !important;
  margin: 0 auto;
  padding: 24px;
  position: relative;
}
.com_users.view-registration #josForm .componentheading,
.registration .componentheading,
.profile-edit .componentheading,
.profile .componentheading {
  padding-bottom: 11px;
  margin: 0 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.com_users.view-registration #josForm .componentheading h1,
.registration .componentheading h1,
.profile-edit .componentheading h1,
.profile .componentheading h1 {
  line-height: 1;
  margin: 0;
}
.com_users.view-registration #josForm h3,
.registration h3,
.profile-edit h3,
.profile h3 {
  margin-bottom: 24px;
}
.com_users.view-registration #josForm .k2AccountPageNotice,
.registration .k2AccountPageNotice,
.profile-edit .k2AccountPageNotice,
.profile .k2AccountPageNotice {
  margin-bottom: 24px;
}
.com_users.view-registration #josForm select,
.registration select,
.profile-edit select,
.profile select,
.com_users.view-registration #josForm textarea,
.registration textarea,
.profile-edit textarea,
.profile textarea,
.com_users.view-registration #josForm input[type="text"],
.registration input[type="text"],
.profile-edit input[type="text"],
.profile input[type="text"],
.com_users.view-registration #josForm input[type="password"],
.registration input[type="password"],
.profile-edit input[type="password"],
.profile input[type="password"],
.com_users.view-registration #josForm input[type="datetime"],
.registration input[type="datetime"],
.profile-edit input[type="datetime"],
.profile input[type="datetime"],
.com_users.view-registration #josForm input[type="datetime-local"],
.registration input[type="datetime-local"],
.profile-edit input[type="datetime-local"],
.profile input[type="datetime-local"],
.com_users.view-registration #josForm input[type="date"],
.registration input[type="date"],
.profile-edit input[type="date"],
.profile input[type="date"],
.com_users.view-registration #josForm input[type="month"],
.registration input[type="month"],
.profile-edit input[type="month"],
.profile input[type="month"],
.com_users.view-registration #josForm input[type="time"],
.registration input[type="time"],
.profile-edit input[type="time"],
.profile input[type="time"],
.com_users.view-registration #josForm input[type="week"],
.registration input[type="week"],
.profile-edit input[type="week"],
.profile input[type="week"],
.com_users.view-registration #josForm input[type="number"],
.registration input[type="number"],
.profile-edit input[type="number"],
.profile input[type="number"],
.com_users.view-registration #josForm input[type="email"],
.registration input[type="email"],
.profile-edit input[type="email"],
.profile input[type="email"],
.com_users.view-registration #josForm input[type="url"],
.registration input[type="url"],
.profile-edit input[type="url"],
.profile input[type="url"],
.com_users.view-registration #josForm input[type="search"],
.registration input[type="search"],
.profile-edit input[type="search"],
.profile input[type="search"],
.com_users.view-registration #josForm input[type="tel"],
.registration input[type="tel"],
.profile-edit input[type="tel"],
.profile input[type="tel"],
.com_users.view-registration #josForm input[type="color"],
.registration input[type="color"],
.profile-edit input[type="color"],
.profile input[type="color"],
.com_users.view-registration #josForm .inputbox,
.registration .inputbox,
.profile-edit .inputbox,
.profile .inputbox {
  display: inline-block;
  width: 100%;
}
.com_users.view-registration #josForm .radio input[type="radio"],
.registration .radio input[type="radio"],
.profile-edit .radio input[type="radio"],
.profile .radio input[type="radio"],
.com_users.view-registration #josForm .radio-inline input[type="radio"],
.registration .radio-inline input[type="radio"],
.profile-edit .radio-inline input[type="radio"],
.profile .radio-inline input[type="radio"],
.com_users.view-registration #josForm .checkbox input[type="checkbox"],
.registration .checkbox input[type="checkbox"],
.profile-edit .checkbox input[type="checkbox"],
.profile .checkbox input[type="checkbox"],
.com_users.view-registration #josForm .checkbox-inline input[type="checkbox"],
.registration .checkbox-inline input[type="checkbox"],
.profile-edit .checkbox-inline input[type="checkbox"],
.profile .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  margin-right: 5px;
  position: static;
}
@media (max-width: 767px) {
  .k2AccountPage > fieldset.form-horizontal {
    display: table-cell;
  }
}
.com_mailto body {
  background: #ffffff;
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  padding: 20px;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #669900;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.window .window-mainbody .item-page .article-image-full {
  float: none !important;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset,
.remind {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background: #ffffff;
  float: none !important;
  margin: 0 auto;
  padding: 24px;
}
@media (min-width: 992px) {
  .reset,
  .remind {
    float: left;
    width: 50%;
  }
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #d7d9db;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
@media (max-width: 480px) {
  .profile .users-profile-custom-joomlatoken .dl-horizontal dd {
    max-width: 100%;
  }
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit #helpsite-refresh {
  margin-top: 12px;
}
@media (max-width: 480px) {
  .profile-edit .chosen-container {
    width: 100% !important;
  }
}
#searchForm {
  background: #ffffff;
  padding: 24px;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
  border: none;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 6px;
}
#searchForm .chzn-container {
  display: inline-block;
}
@media (min-width: 992px) {
  #searchForm .input-group {
    width: 70%;
  }
}
#searchForm .input-group .form-control,
#searchForm .input-group #search-searchword {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
#searchForm .input-group .form-control:focus,
#searchForm .input-group #search-searchword:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #669900;
}
#finder-filter-window:before,
#finder-filter-window:after {
  display: table;
  content: " ";
}
#finder-filter-window:after {
  clear: both;
}
#finder-filter-window .controls {
  margin-left: 12px;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  background: #ffffff;
  margin: 0;
  padding: 24px;
  border-top: 1px solid #eeeeee;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 24px;
}
.search-results .result-title:first-child {
  margin-top: 0;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 24px;
}
div.finder > h1 {
  margin: 0 0 24px;
  text-transform: uppercase;
  font-size: 30px;
}
div.finder #search-form {
  background: #ffffff;
  padding: 24px;
}
div.finder #search-results {
  margin-top: 20px;
}
div.finder .form-inline .input-group {
  flex-wrap: wrap;
  gap: 12px;
}
div.finder #finder-filter-window #finder-filter-select-dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  div.finder #finder-filter-window #finder-filter-select-dates {
    grid-template-columns: repeat(2, 1fr);
  }
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 12px;
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date label {
  flex-basis: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date select.inputbox {
  margin: 0;
  width: 100% !important;
  max-width: unset;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar {
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar .form-control {
  flex: 1;
  max-width: unset;
  border: 1px solid #d7d9db;
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .chzn-container {
  margin-bottom: 6px;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date br {
  display: none;
}
div.finder #finder-filter-window .filter-branch {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  div.finder #finder-filter-window .filter-branch {
    grid-template-columns: repeat(2, 1fr);
  }
}
div.finder #finder-filter-window .filter-branch .control-label {
  padding: 0;
}
div.finder #finder-filter-window .filter-branch .controls {
  margin-left: 0;
}
div.finder #finder-filter-window .filter-branch .controls select {
  width: 100%;
}
div.finder #q {
  margin-bottom: 12px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.view-contact #system-message-container {
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .view-contact #system-message-container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .view-contact #system-message-container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .view-contact #system-message-container {
    width: 1200px;
  }
}
.view-contact #system-message-container > .alert {
  margin-top: 24px;
}
.view-contact .t3-mainbody.container {
  padding: 0;
  width: auto;
}
.view-contact .t3-mainbody.container > .row {
  margin: 0;
}
.view-contact .t3-mainbody.container #t3-content {
  padding: 0;
}
.view-contact .bg-white {
  background: #ffffff;
}
.com_contact.view-featured .filters {
  gap: 12px;
}
.com_contact.view-featured .com-contact-featured__filter {
  flex-wrap: nowrap;
  margin: 0;
}
.com_contact.view-featured #adminForm {
  overflow-y: hidden;
  overflow-x: auto;
}
.contact .page-header {
  display: none;
}
.contact h3 {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 24px;
}
.contact h3:after {
  background: #88cc00;
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact .control-group .control-label {
  text-align: left;
}
.contact .control-group .controls {
  margin-left: 0;
  float: left;
  width: 100%;
}
.contact .profile-user {
  padding: 60px 0;
  text-align: center;
}
.contact .profile-user > h3:after {
  left: 50%;
  transform: translateX(-50%);
}
.contact .profile-user dt,
.contact .profile-user dd {
  margin-bottom: 10px;
}
.contact .profile-user .hasPopover {
  margin-bottom: 0;
}
.contact .profile-user .dl-horizontal {
  max-width: 260px;
  margin: 0 auto;
}
.contact .profile-user .dl-horizontal dt {
  width: auto;
  margin-left: 40px;
}
.contact .profile-user .dl-horizontal dd {
  margin-left: 0;
}
.contact .wrap {
  padding: 48px 0;
}
.contact .wrap.center h3:after {
  left: 50%;
  margin-left: -20px;
}
.contact .contact-misc {
  margin-bottom: 24px;
}
.contact .contact-address {
  position: relative;
  padding-left: 70px;
}
.contact .contact-address:before {
  content: "\f041";
  display: block;
  font-family: FontAwesome;
  color: #ffffff;
  background: #88cc00;
  font-size: 30px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
}
.contact .contact-address dt {
  display: none;
}
.contact .contact-address dd {
  margin: 0;
  font-size: 13px;
}
.contact .contact-address .contact-suburb {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact #myTab {
  margin-top: 48px;
  padding: 0 10px;
}
.contact #myTabContent {
  margin-bottom: 48px;
}
.contact .contact-map .map-container {
  max-width: 100%;
}
.contact-form {
  text-align: left;
}
.contact-form legend {
  display: none;
}
.contact-form .control-label {
  text-transform: uppercase;
}
.contact-form #jform_contact_name,
.contact-form #jform_contact_email {
  width: 100%;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact-form .control-btn {
  text-align: right;
}
.contact-form .checkbox {
  padding-left: 20px;
}
.contact-form .checkbox label {
  padding: 0;
}
.contact-form .form-check {
  display: block;
}
.contact-form .form-check .form-check-label {
  padding: 0;
}
.contact-form .form-check .form-check-label input[type="checkbox"] {
  margin-top: 6px;
}
.contact-links .nav.nav-stacked > li {
  border: none;
  display: inline-block;
  padding: 10px;
  width: 130px;
}
.contact-links .nav.nav-stacked > li a {
  background: #669900;
  color: #ffffff;
  height: 100px;
  line-height: 80px;
  text-transform: none;
  text-align: center;
}
.contact-links .nav.nav-stacked > li a:hover,
.contact-links .nav.nav-stacked > li a:focus {
  background: #558000;
}
#slide-contact {
  padding: 48px 0;
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list > .category-item {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 48px;
}
.categories-list .category-item .category-item {
  margin: 0;
}
.categories-list .category-item .category-item img {
  max-width: 100%;
  margin-bottom: 24px;
}
.categories-list .category-item .category-item .category-desc {
  margin-bottom: 24px;
}
.categories-list .category-item.last {
  margin-bottom: 0;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 0;
  text-transform: uppercase;
}
.category-item .page-header a {
  color: #555b6a;
}
.category-item .page-header a:hover,
.category-item .page-header a:focus,
.category-item .page-header a:active {
  color: #669900;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 20px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #d7d9db;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #d7d9db;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.view-templates #templates-form .row-fluid {
  margin: 0;
}
.view-templates #templates-form .btn-toolbar {
  margin-bottom: 24px;
}
.view-templates #templates-form .hr-condensed {
  display: none;
}
.view-templates #templates-form #page-site {
  background: #ffffff;
  padding: 24px;
}
.view-templates #templates-form #page-site legend {
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #d7d9db;
  float: left;
  line-height: normal;
  margin-right: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #d7d9db;
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 24px 24px;
  width: 30%;
  position: relarive;
  z-index: 1;
}
@media (max-width: 767px) {
  #article-index,
  .article-index {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-right: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #669900;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #669900;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.item-page {
  background: #ffffff;
  padding: 24px;
  position: relative;
}
.item-page .content_rating {
  margin-bottom: 12px;
}
.item-page span.content_vote {
  display: block;
  margin-bottom: 24px;
}
.items-more h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 16px;
}
.items-more .nav > li {
  border: 0;
}
.items-more .nav > li > a {
  padding: 6px 0;
  color: #555b6a;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  background: none;
  color: #669900;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.filters .btn-group:first-of-type {
  margin-right: auto;
}
.filters .btn-group.pull-right {
  margin-left: auto;
  margin-right: 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.content-mass-top + #system-message-container {
  margin-top: 24px;
}
.alert.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
  color: #356635;
}
.alert.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.danger,
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.danger hr,
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.danger .alert-link,
.alert.alert-error .alert-link {
  color: #953b39;
}
.alert.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert.alert-warning .alert-link {
  color: #a47e3c;
}
#system-message joomla-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  display: block;
}
#system-message joomla-alert hr {
  border-top-color: #a6e1ec;
}
#system-message joomla-alert .alert-link {
  color: #2d6987;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.languageswitcherload {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  float: right;
  line-height: 1;
  margin-top: 17px;
}
@media (max-width: 480px) {
  .languageswitcherload {
    float: left;
  }
}
.languageswitcherload .dropdown.mod-languages ul {
  padding-right: 12px;
}
.languageswitcherload .dropdown.mod-languages .fa {
  color: #ffffff;
}
.languageswitcherload .dropdown.mod-languages.open .fa {
  color: #669900;
}
.languageswitcherload .dropdown.mod-languages.open .dropdown-menu {
  right: 0;
  left: auto;
}
.languageswitcherload .dropdown.mod-languages.open .dropdown-menu img {
  margin-right: 6px;
}
div.calendar {
  width: 187px;
}
.edit.item-page .btn-toolbar {
  margin-top: 24px;
}
.edit.item-page .field-calendar > .input-group {
  display: block;
}
.edit.item-page .minicolors-input {
  height: auto;
}
.edit.item-page #adminForm > fieldset {
  margin-bottom: 24px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  padding: 10px 0;
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
  min-width: 60px;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  display: block;
  color: #555555;
  text-transform: none;
  height: 36px;
  background: #ffffff;
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
.chzn-container-single .chzn-single div b {
  background-position: 0 9px;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -16px 12px;
}
.chzn-container-single .chzn-single span {
  margin-right: 12px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop,
.chzn-container.chzn-with-drop .chzn-drop {
  border-color: #ddd;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container .chzn-results li {
  padding-left: 12px;
  padding-right: 12px;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #dddddd;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #dddddd;
}
.btn-group .chzn-results {
  white-space: normal;
}
.tag-category #adminForm .item-image img {
  width: 100%;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
#sbox-window #sbox-content iframe {
  max-width: 100%;
  max-height: 100%;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height60 {
  height: 60vh;
}
.j40 #modal-jform_consentbox,
.j40 #modal-consentbox {
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: none;
  margin: 0;
  width: auto;
}
.j40 #modal-jform_consentbox .modal-dialog,
.j40 #modal-consentbox .modal-dialog {
  top: auto;
  transform: translate(0);
}
html.com_config.view-modules #collapseTypes #collapse1.accordion-body .accordion-inner > .nav-stacked .controls {
  margin-left: 195px;
}
html.com_config.view-modules .t3-mainbody {
  position: relative !important;
}
html.com_config.view-modules body > .modal-backdrop {
  display: none !important;
}
html.com_config.view-modules .modal.in {
  display: block !important;
}
html.com_config.view-modules .joomla-modal.jviewport-width80 {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 80vw;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
html.com_config.view-modules .modal-header h3 {
  margin: 0;
}
html.com_config.view-modules .modal-body {
  height: 65vh;
}
html.com_config.view-modules .modal-body iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
html.com_config.view-modules .radio {
  display: flex;
}
html.com_config.view-modules .radio .form-check {
  display: flex;
  position: relative;
  margin-right: 12px;
}
html.com_config.view-modules .radio .form-check input {
  position: relative;
  margin: 0;
}
html.com_config.view-modules .radio .form-check label {
  margin-left: 8px;
  padding-left: 0;
}
@media (max-width: 480px) {
  html.com_config.view-modules .form-horizontal .control-group .controls {
    margin-left: 0;
  }
}
.media-browser-select::after {
  font-family: Fontawesome;
  content: "\f00c";
}
.show {
  opacity: 1;
}
.page-header {
  padding-bottom: 11px;
  margin: 0 0 24px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-title {
  margin: 0 0 24px;
  text-transform: uppercase;
  font-size: 30px;
}
.page-subheader {
  border-bottom: 1px solid #d7d9db;
  margin: 0 0 24px;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -24px;
}
.article-title,
.article-header h1 {
  margin: 0 0 24px 0;
}
.item-title {
  font-weight: bold;
}
.form-control-feedback {
  display: none;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.masthead {
  padding: 48px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 96px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 24px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #669900;
  color: #ddff99;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label,
label {
  font-weight: 400;
}
.label:empty,
label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group > h4 {
  text-decoration: uppercase;
  margin-bottom: 12px;
}
.list-group > p {
  margin-bottom: 24px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ccff66;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well {
  box-shadow: none;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.t3-header {
  background: #669900;
  color: #ffffff;
  top: 0;
}
.animating .t3-header {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.scrollDown .t3-header,
.scrollUp .t3-header {
  background: #669900;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.scrollDown .t3-header {
  top: -300px;
}
.logo {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .logo + .actions {
    background: #ffffff;
  }
  .logo + .actions .joms-noti__notify .joms-icon,
  .logo + .actions .logout-button .joms-icon {
    fill: #333333 !important;
  }
  .logo + .actions .head-login {
    color: #333333;
  }
}
.logo-image img {
  max-height: 24px;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  font-size: 21px;
  line-height: 50px;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
  line-height: 1;
  top: -2px;
}
@media (max-width: 767px) {
  .logo-text .site-slogan {
    display: none;
  }
}
.head-search {
  margin-top: 24px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.off-canvas-toggle + .head-menu {
  margin-right: 10px;
}
.head-menu {
  float: right;
}
.head-menu .nav > li {
  float: right;
  font-family: 'Montserrat', sans-serif;
}
.head-menu .nav > li.active > a {
  color: #ffffff;
  background: none;
}
.head-menu .nav > li.active > a:hover,
.head-menu .nav > li.active > a:focus,
.head-menu .nav > li.active > a:active {
  color: #ffffff;
  background: none;
}
.head-menu .nav > li > a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 0 0 12px;
}
.head-menu .nav > li > a:hover,
.head-menu .nav > li > a:focus,
.head-menu .nav > li > a:active {
  background: none;
}
@media (max-width: 767px) {
  .head-menu .nav > li > a {
    color: #555b6a;
  }
}
.head-menu #cModule-Notify {
  position: absolute;
  right: 47px;
}
@media (max-width: 767px) {
  .head-menu #cModule-Notify {
    right: 87px;
  }
}
.head-menu #cModule-Notify a {
  position: relative;
}
.head-menu .joms-js--notiflabel-general,
.head-menu .joms-js--notiflabel-frequest,
.head-menu .joms-js--notiflabel-inbox {
  background: #f22613;
  color: white;
  display: inline-block;
  font-size: 9px;
  line-height: 14px;
  min-width: 12px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: 12px;
  word-break: normal;
}
.head-login {
  float: right;
  line-height: 50px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .head-login {
    margin-right: 10px;
  }
}
.head-login .control-group {
  float: left;
  margin-bottom: 0;
  margin-left: 6px;
}
.head-login .unstyled {
  display: none;
}
.head-login .input-prepend {
  margin-bottom: 0;
  line-height: 1;
}
.head-login #login-form input[type="text"],
.head-login #login-form input[type="password"] {
  width: 100px;
}
.head-login #modlgn-remember {
  height: auto;
  line-height: auto;
}
.head-login .login-greeting {
  float: left;
  margin-right: 96px;
}
@media (max-width: 480px) {
  .head-login .login-greeting {
    display: none;
  }
}
.head-login .logout-button {
  float: right;
}
.head-login .logout-button .btn {
  width: 30px;
  overflow: hidden;
  border: 0;
  background: none;
  color: #ffffff;
}
.head-login .logout-button .joms-icon {
  fill: #ffffff;
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-section .section-header {
  margin-bottom: 48px;
  padding-top: 48px;
  text-align: center;
}
.t3-section .section-header h3 {
  font-size: 36px;
  margin: 0 0 24px;
}
.t3-section .section-header .module-intro {
  color: #999999;
  font-size: 17px;
  padding: 0 25%;
}
@media (max-width: 991px) {
  .t3-section .section-header .module-intro {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.t3-section .container .section-header {
  padding-top: 0;
}
.t3-section.bg-dark .section-header {
  color: #ffffff;
}
.t3-section.bg-transparent .section-header {
  color: #ffffff;
}
.t3-section.bg-transparent .module-intro {
  color: #f7f7f7;
}
.features-intro .t3-section {
  background: #ffffff;
}
.features-intro .t3-section .container {
  padding-top: 96px;
  padding-bottom: 96px;
}
.features-intro .t3-section.bg-dark {
  background-color: #272727;
}
.features-intro .t3-section.bg-grey {
  background-color: #eeeeee;
}
.features-intro .t3-section.bg-greydark {
  background-color: #555555;
}
.features-intro .k2ItemsBlock ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -10px;
  margin-left: -10px;
}
.features-intro .k2ItemsBlock ul li {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .features-intro .k2ItemsBlock ul li {
    float: left;
    width: 33.33333333%;
  }
}
.features-intro .k2ItemsBlock ul li .item-inner {
  background-color: #ffffff;
  padding: 24px;
}
.features-intro .k2ItemsBlock ul li .item-inner a.moduleItemImage {
  display: block;
  margin: -24px -24px 24px;
}
.features-intro .k2ItemsBlock ul li .item-inner a.moduleItemImage img {
  width: 100%;
}
.features-intro .k2ItemsBlock ul li .item-inner .moduleItemTitle {
  color: #555b6a;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 50px;
}
.features-intro .k2ItemsBlock ul li .item-inner .moduleItemTitle:hover,
.features-intro .k2ItemsBlock ul li .item-inner .moduleItemTitle:focus,
.features-intro .k2ItemsBlock ul li .item-inner .moduleItemTitle:active {
  color: #558000;
}
.features-intro .k2ItemsBlock ul li .item-inner .item-meta {
  color: #999999;
  font-size: 13px;
  margin-bottom: 12px;
}
.features-intro .k2ItemsBlock ul li .item-inner .item-meta a {
  color: #999999;
  border-bottom: 1px solid #d7d9db;
  padding-bottom: 1px;
}
.features-intro .k2ItemsBlock ul li .item-inner .item-meta a:hover,
.features-intro .k2ItemsBlock ul li .item-inner .item-meta a:focus,
.features-intro .k2ItemsBlock ul li .item-inner .item-meta a:active {
  border-color: #558000;
  color: #558000;
}
.features-intro .k2ItemsBlock ul li .item-inner .item-meta .moduleItemAuthorAvatar {
  border-radius: 50%;
  float: left;
  display: block;
  height: 32px;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 5px;
  width: 32px;
}
.features-intro .k2ItemsBlock ul li .item-inner .item-meta .moduleItemAuthorAvatar img {
  width: 32px !important;
}
.features-intro .k2ItemsBlock ul li .item-inner .item-meta .fa {
  color: #a6a6a6;
  margin-right: 5px;
}
.features-intro .k2ItemsBlock ul li .item-inner .item-meta span {
  display: inline-block;
  margin-right: 10px;
}
.features-intro .k2ItemsBlock ul li .item-inner .moduleItemReadMore {
  margin-top: 24px;
  display: block;
  text-align: right;
}
.features-intro .k2ItemsBlock ul li .item-inner .moduleItemTitle {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.t3-mainbody {
  padding-top: 24px;
  padding-bottom: 24px;
}
.t3-content {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .one-sidebar-right .t3-content {
    padding-right: 20px;
  }
  .one-sidebar-left .t3-content {
    padding-left: 20px;
  }
  .no-sidebar .t3-content {
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    margin: 0 auto;
  }
}
.t3-sidebar {
  padding-top: 24px;
  padding-bottom: 24px;
}
.one-sidebar-left .t3-sidebar-left {
  padding-left: 20px;
}
.one-sidebar-right .t3-sidebar-right {
  padding-left: 20px;
}
.t3-footer {
  background: #ffffff;
  color: #555555;
  font-size: 12px;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 24px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 48px 0;
  }
}
.t3-footnav .t3-module {
  background: #ffffff;
  color: #555555;
}
.t3-footnav .t3-module .module-ct {
  background: transparent;
}
.t3-footnav .t3-module .module-title {
  border: 0;
  color: #555b6a;
  font-size: 14px;
  margin-bottom: 24px;
  background: transparent;
}
.t3-footnav .t3-module .module-title:before,
.t3-footnav .t3-module .module-title:after {
  display: table;
  content: " ";
}
.t3-footnav .t3-module .module-title:after {
  clear: both;
}
.t3-footnav .t3-module .module-title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #88cc00;
  margin-top: 24px;
  display: block;
}
.t3-footnav .t3-module .module-title span {
  border: 0;
}
.t3-footnav .t3-module .module-inner {
  padding: 0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
  border-top: 0;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #669900;
  background: none;
}
.t3-footnav .t3-module ul > li + li {
  padding-top: 12px;
}
.t3-footnav .t3-module ul > li.active > a {
  background: none;
  color: #669900;
}
.t3-copyright {
  font-size: 12px;
  padding: 48px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.poweredby {
  margin-bottom: 24px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: left;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#k2FrontendContainer .icon-48-k2 {
  background: url(//www.eeg-premstaetten.at//t3-assets/dev/../../templates/ja_social_ii/images/system/K2_Logo_105x40_24.png) no-repeat 0 50% !important;
  color: #222 !important;
  display: inline-block;
  padding-left: 120px !important;
  font-size: 24px !important;
}
#k2FrontendContainer #editor-xtd-buttons {
  margin-bottom: 0;
}
#k2FrontendContainer table.adminFormK2 tr td {
  padding: 10px;
}
#k2FrontendContainer table.adminFormK2 tr td input.text_area {
  box-sizing: border-box;
  width: 100%;
}
#k2FrontendContainer table.adminFormK2 tr td .tags {
  padding: 10px;
}
#k2FrontendContainer table.adminFormK2 tr td label {
  display: inline-block;
}
#k2FrontendContainer table.adminFormK2 tr td label.radio {
  margin-right: 10px;
}
#k2FrontendContainer table.adminFormK2 tr td label.radio .inputbox {
  display: inline-block;
  height: auto;
  position: static;
  margin: 0 5px 2px 0;
  vertical-align: middle;
}
#k2FrontendContainer table.adminFormK2 ul.tags li input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#k2FrontendContainer table.k2FrontendToolbar {
  padding: 0;
  border: 0;
  background: none;
}
#k2FrontendContainer #toolbar-save {
  padding: 0;
  border: 0;
  background: none;
}
#k2FrontendContainer #toolbar-save .toolbar {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#k2FrontendContainer #toolbar-save .toolbar:focus,
#k2FrontendContainer #toolbar-save .toolbar.focus {
  color: #ffffff;
  background-color: #446600;
  border-color: #111900;
}
#k2FrontendContainer #toolbar-save .toolbar:hover {
  color: #ffffff;
  background-color: #446600;
  border-color: #3d5c00;
}
#k2FrontendContainer #toolbar-save .toolbar:active,
#k2FrontendContainer #toolbar-save .toolbar.active,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-save .toolbar {
  color: #ffffff;
  background-color: #446600;
  background-image: none;
  border-color: #3d5c00;
}
#k2FrontendContainer #toolbar-save .toolbar:active:hover,
#k2FrontendContainer #toolbar-save .toolbar.active:hover,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-save .toolbar:hover,
#k2FrontendContainer #toolbar-save .toolbar:active:focus,
#k2FrontendContainer #toolbar-save .toolbar.active:focus,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-save .toolbar:focus,
#k2FrontendContainer #toolbar-save .toolbar:active.focus,
#k2FrontendContainer #toolbar-save .toolbar.active.focus,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-save .toolbar.focus {
  color: #ffffff;
  background-color: #2c4200;
  border-color: #111900;
}
#k2FrontendContainer #toolbar-save .toolbar.disabled:hover,
#k2FrontendContainer #toolbar-save .toolbar[disabled]:hover,
fieldset[disabled] #k2FrontendContainer #toolbar-save .toolbar:hover,
#k2FrontendContainer #toolbar-save .toolbar.disabled:focus,
#k2FrontendContainer #toolbar-save .toolbar[disabled]:focus,
fieldset[disabled] #k2FrontendContainer #toolbar-save .toolbar:focus,
#k2FrontendContainer #toolbar-save .toolbar.disabled.focus,
#k2FrontendContainer #toolbar-save .toolbar[disabled].focus,
fieldset[disabled] #k2FrontendContainer #toolbar-save .toolbar.focus {
  background-color: #669900;
  border-color: #669900;
}
#k2FrontendContainer #toolbar-save .toolbar .badge {
  color: #669900;
  background-color: #ffffff;
}
#k2FrontendContainer #toolbar-cancel {
  padding: 0;
  border: 0;
  background: none;
}
#k2FrontendContainer #toolbar-cancel .toolbar {
  white-space: nowrap;
  display: inline-block;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#k2FrontendContainer #toolbar-cancel .toolbar:focus,
#k2FrontendContainer #toolbar-cancel .toolbar.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
#k2FrontendContainer #toolbar-cancel .toolbar:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
#k2FrontendContainer #toolbar-cancel .toolbar:active,
#k2FrontendContainer #toolbar-cancel .toolbar.active,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-cancel .toolbar {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #141414;
}
#k2FrontendContainer #toolbar-cancel .toolbar:active:hover,
#k2FrontendContainer #toolbar-cancel .toolbar.active:hover,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-cancel .toolbar:hover,
#k2FrontendContainer #toolbar-cancel .toolbar:active:focus,
#k2FrontendContainer #toolbar-cancel .toolbar.active:focus,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-cancel .toolbar:focus,
#k2FrontendContainer #toolbar-cancel .toolbar:active.focus,
#k2FrontendContainer #toolbar-cancel .toolbar.active.focus,
.open > .dropdown-toggle#k2FrontendContainer #toolbar-cancel .toolbar.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
#k2FrontendContainer #toolbar-cancel .toolbar.disabled:hover,
#k2FrontendContainer #toolbar-cancel .toolbar[disabled]:hover,
fieldset[disabled] #k2FrontendContainer #toolbar-cancel .toolbar:hover,
#k2FrontendContainer #toolbar-cancel .toolbar.disabled:focus,
#k2FrontendContainer #toolbar-cancel .toolbar[disabled]:focus,
fieldset[disabled] #k2FrontendContainer #toolbar-cancel .toolbar:focus,
#k2FrontendContainer #toolbar-cancel .toolbar.disabled.focus,
#k2FrontendContainer #toolbar-cancel .toolbar[disabled].focus,
fieldset[disabled] #k2FrontendContainer #toolbar-cancel .toolbar.focus {
  background-color: #333333;
  border-color: #333333;
}
#k2FrontendContainer #toolbar-cancel .toolbar .badge {
  color: #333333;
  background-color: #ffffff;
}
#k2FrontendContainer div.dummyHeight {
  height: 50px;
  margin-top: 0;
}
#k2FrontendContainer #editor-xtd-buttons {
  margin-top: 0;
}
#k2FrontendContainer .toggle-editor {
  margin-top: 5px;
  margin-right: 5px;
}
.sr-only,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.btn-close {
  background: #f0f0f0;
  border: 0;
  border-radius: 50%;
  color: #999;
  height: 32px;
  text-align: center;
  width: 32px;
  margin-left: auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.btn-close::before {
  content: "\f00d";
  display: block;
  font-family: FontAwesome3 !important;
  font-size: 16px;
}
.btn-close:hover {
  cursor: pointer;
  color: #666;
}
.field-calendar .input-group input[type="text"] {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.field-calendar .input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.field-calendar a:hover,
.field-calendar a:focus,
.field-calendar a:active {
  cursor: pointer;
}
joomla-field-custom.field-custom-wrapper .input-group {
  display: flex;
  align-items: stretch;
}
joomla-field-custom.field-custom-wrapper .input-group input[type="text"] {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn {
  display: flex;
  align-items: stretch;
}
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn {
  border-radius: 0;
}
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-select {
  background-color: #2f7d32;
  border-color: #2f7d32;
}
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-select:hover,
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-select:focus,
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-select:active {
  background-color: #296e2c;
  border-color: #296e2c;
}
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-clear {
  background-color: #c52827;
  border: 1px solid #c52827;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-clear:hover,
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-clear:focus,
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn.button-clear:active {
  background-color: #ae2322;
  border-color: #c52827;
}
joomla-field-custom.field-custom-wrapper .input-group .input-group-btn .btn span {
  line-height: 38px;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  width: auto;
}
.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.com-tags-tag.tag-category .filters {
  display: flex;
  align-items: center;
}
.users-profile-custom-joomlatoken .dl-horizontal dd {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 400px;
}
.com-finder .form-inline > label {
  margin-bottom: 12px;
}
.com-finder .input-group {
  display: flex;
  align-items: center;
}
.com-finder .input-group .btn:last-of-type {
  border-radius: 5px;
  margin-left: 12px;
}
.j40 joomla-field-media .input-group {
  max-width: 356px;
}
.j40 joomla-field-media .input-group input[type="text"] {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.j40 joomla-field-media .input-group .form-control {
  border-top-left-radius: 0;
  flex: 1;
}
.j40 joomla-field-media .input-group .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.j40 joomla-field-media .input-group .icon-times::before {
  content: "\f00d";
  display: inline-block;
  font-weight: FontAwesome;
  font-size: 16px;
}
.j40 .form-control-feedback {
  font-size: 12px;
  font-weight: 400;
  top: auto;
  bottom: -28px;
  line-height: 1;
  width: auto;
  white-space: nowrap;
}
.j40 .com-newsfeeds-newsfeed__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.j40 .com-newsfeeds-newsfeed__items li {
  border-bottom: 1px solid #d7d9db;
  padding: 24px 0;
}
.j40 .com-newsfeeds-newsfeed__items .feed-link {
  margin-bottom: 24px;
}
.j40 figure {
  margin-bottom: 24px;
}
.j40 figure img {
  max-width: 100%;
}
.j40 #com-contact-form {
  margin-bottom: 24px;
}
.j40 .request-confirm fieldset legend {
  font-size: 16px;
  padding-bottom: 24px;
}
.j40 .article-aside .icons {
  float: right;
}
.j40 .article-aside .icons a {
  display: block;
  position: relative;
}
.j40 .article-aside .icons [role="tooltip"] {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: #fff;
  display: none;
  padding: 2px 4px;
  position: absolute;
  white-space: nowrap;
  right: 0;
  max-width: none;
}
.j40 .article-aside .icons:hover [role="tooltip"] {
  display: block;
}
.j40 .password-group .input-group {
  display: flex;
  flex-wrap: nowrap;
}
.j40 .password-group .input-group input {
  width: auto;
}
.j40 .edit.item-page .choices__inner {
  padding-right: 6px;
}
.j40 .edit.item-page .choices__inner button {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  border: 0;
  margin-left: 6px;
  padding: 1px 6px;
}
.j40 .edit.item-page .choices__inner button:hover,
.j40 .edit.item-page .choices__inner button:focus,
.j40 .edit.item-page .choices__inner button:active {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.profile-edit .password-group .input-group input {
  min-width: 268px;
}
.profile-edit .control-group {
  margin-top: 24px;
}
.profile-edit .control-group .controls {
  float: none;
}
.j40 .joomla-modal.show,
.j42 .joomla-modal.show {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.j40 .joomla-modal.show .modal-dialog,
.j42 .joomla-modal.show .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
.j40 .joomla-modal.show .modal-dialog .modal-content,
.j42 .joomla-modal.show .modal-dialog .modal-content {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.j40 .jviewport-width80,
.j42 .jviewport-width80 {
  width: 80vw;
}
.j40 .jviewport-height70,
.j42 .jviewport-height70 {
  height: 70vh;
}
.j40 .modal-header,
.j42 .modal-header {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 12px 16px;
  justify-content: space-between;
}
.j40 .modal-header h3,
.j42 .modal-header h3 {
  font-size: 24px;
  font-weight: 500;
}
.j40 .modal-body,
.j42 .modal-body {
  overflow: hidden;
  padding: 0;
}
.j40 .iframe,
.j42 .iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
.j40 [role=tooltip]:not(.show),
.j42 [role=tooltip]:not(.show) {
  right: 5em;
  z-index: 1070;
  display: none;
  max-width: 100%;
  padding: .5em;
  margin: .5em;
  color: #000;
  text-align: start;
  background: #fff;
  border: 1px solid #6d757e;
  border-radius: .25rem;
}
.j40 .container-popup [id="filter[search]-desc"],
.j42 .container-popup [id="filter[search]-desc"] {
  top: 100%;
  bottom: auto;
}
.j40 .btn-toolbar,
.j40 .js-stools-container-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.j40 .ordering-select {
  display: flex;
  align-items: center;
}
.j40 .btn-group {
  margin-right: 12px;
}
.j40 .js-stools-container-filters {
  display: none;
  margin-top: 24px;
}
.j40 .js-stools-container-filters.js-stools-container-filters-visible {
  display: flex;
}
.j40 .js-stools-container-filters .js-stools-field-filter {
  margin-right: 12px;
}
.j40 .js-stools-container-filters .js-stools-field-filter:last-child {
  margin-right: 0;
}
.j40 .js-stools-container-filters .choices .choices__inner {
  border: 0;
  min-height: auto;
  padding: 0;
}
.j40 .js-stools-container-filters .choices .choices__inner input {
  margin-bottom: 0;
}
.j40 #contact-form label.required {
  position: relative;
}
.j40 #contact-form label.required .form-control-feedback {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .5rem;
  right: auto;
  left: calc(132%);
  bottom: calc(132%);
}
.contentpane .subhead {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
.contentpane .subhead .btn-toolbar {
  display: flex;
  gap: 12px;
  margin: 0;
}
.contentpane .subhead .btn-toolbar::before,
.contentpane .subhead .btn-toolbar::after {
  display: none;
}
.contentpane .media-sidebar {
  border-right: 1px solid #ddd;
}
.contentpane .media-toolbar {
  border-bottom: 1px solid #ddd;
  margin-right: 20px;
  padding-left: 20px;
}
.contentpane .media-toolbar .media-toolbar-icon {
  border-left: 1px solid #ddd;
}
.contentpane .media-toolbar .icon-search-minus,
.contentpane .media-toolbar .icon-search-plus {
  font-family: FontAwesome3;
}
.contentpane .media-toolbar .icon-search-minus::before,
.contentpane .media-toolbar .icon-search-plus::before {
  content: "\f010";
  display: block;
  font-size: 16px;
}
.contentpane .media-toolbar .icon-search-plus::before {
  content: "\f00e";
}
.com_contact fieldset.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.com_contact .com-contact-featured__filter {
  display: flex;
  flex-wrap: wrap;
}
.com_contact .display-limit {
  margin: 0;
}
.com_contact table.category {
  margin-top: 2rem;
}

.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  display: block;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: inherit;
  font-size: 18px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  display: table;
  content: " ";
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.t3-megamenu .mega-nav > li .separator {
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.t3-megamenu .t3-module {
  margin-bottom: 12px;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module .module-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
  margin-right: 5px;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.t3-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.t3-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-megamenu .mega-align-justify {
  position: static;
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.t3-megamenu .mega-tab > div {
  position: relative;
}
.t3-megamenu .mega-tab > div > ul {
  width: 200px;
}
.t3-megamenu .mega-tab > div > ul > li {
  position: static;
}
.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
  border: none;
  box-shadow: none;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
  opacity: 1 !important;
  margin-left: 0 !important;
  transition: none !important;
}
@media (min-width: 768px) {
  .t3-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    display: block;
  }
  .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
  .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    -ms-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    -ms-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
    transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
    transform: scale(1, 0) translate(-50%, 0);
    -webkit-transform: scale(1, 0) translate(-50%, 0);
    -ms-transform: scale(1, 0) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.slide .mega {
    
    
  }
  .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -30%;
  }
  .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
    width: 100%;
  }
  .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .t3-megamenu .mega-inner:before,
  .t3-megamenu .mega-inner:after {
    display: table;
    content: " ";
  }
  .t3-megamenu .mega-inner:after {
    clear: both;
  }
  .t3-megamenu .row,
  .t3-megamenu .mega-dropdown-menu,
  .t3-megamenu .row [class*="col-lg-"],
  .t3-megamenu .row [class*="col-md-"],
  .t3-megamenu .row [class*="col-sm-"],
  .t3-megamenu .row [class*="col-xs-"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .t3-megamenu .hidden-collapse,
  .t3-megamenu .always-show .caret,
  .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child,
  .t3-megamenu .sub-hidden-collapse .caret,
  .t3-megamenu .sub-hidden-collapse > a:after {
    display: none !important;
  }
  .mega-caption {
    display: none !important;
  }
  html[dir="rtl"] .t3-megamenu .row,
  html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
  html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
    left: auto;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.t3-megamenu .mega-inner {
  padding: 10px 0;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 12px;
  border-top: 1px solid #d7d9db;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  padding: 12px 20px;
}
.t3-megamenu .dropdown-toggle:after {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  left: 50%;
  border: 8px solid transparent;
  border-bottom: 8px solid #f1f3f5;
  z-index: 1001;
}
.t3-megamenu .mega.open .dropdown-toggle:after {
  display: block;
  left: 50%;
  margin-left: -8px;
}
.t3-megamenu .mega.open .mega-dropdown-menu {
  border: 0;
  border-bottom: 2px solid #d7d9db;
  margin-top: 4px;
}
.t3-megamenu .dropdown.open .dropdown-toggle:after {
  display: block;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  background: #ffffff;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-bottom: 2px solid #88cc00;
  text-transform: uppercase;
  display: inline-block;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -10px;
  margin-right: -10px;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #555b6a;
  margin-bottom: 12px;
}
.t3-megamenu .mega-nav > li:last-child,
.t3-megamenu .dropdown-menu .mega-nav > li:last-child {
  margin-bottom: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  color: #555b6a;
  padding: 0;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  color: #669900;
  background: none;
}
.t3-megamenu .mega-nav > li.open a,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a,
.t3-megamenu .mega-nav > li.open a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a:hover {
  background: none;
}
.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a {
  color: #669900;
  padding: 0;
}
.t3-megamenu .mega-nav > li.active > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a:hover {
  color: #669900;
  background: none;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #669900;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  background: #ffffff;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-bottom: 2px solid #88cc00;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #999999;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.off-canvas-toggle {
  z-index: 100;
}
html,
body {
  height: 100%;
}
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.t3-wrapper {
  background: #f1f3f5;
  position: relative;
  left: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: visible;
}
.t3-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 100;
}
.t3-mainnav-android {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .t3-wrapper::after {
  width: 100%;
  height: 10000px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-open .t3-mainnav-android::after {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.t3-off-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.t3-off-canvas::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.off-canvas-right.t3-off-canvas {
  display: none;
}
.off-canvas-right .off-canvas-right.t3-off-canvas {
  display: block;
}
html[dir="ltr"] .off-canvas-right.t3-off-canvas {
  left: auto;
  right: 0;
}
.off-canvas-open .t3-off-canvas::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.off-canvas-open .off-canvas-current {
  visibility: visible;
}
.off-canvas-open .t3-off-canvas {
  overflow-y: auto;
}
.t3-off-canvas {
  background: #222222;
  color: #cccccc;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #333333;
  color: #cccccc;
  padding: 6px 12px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  margin: 0;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 6px 12px;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #cccccc;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  position: static;
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-1.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-1.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-2.t3-off-canvas {
  z-index: 1;
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-2.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.off-canvas-effect-3.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-3.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-4.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-5.t3-off-canvas {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body.off-canvas-effect-6 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: auto;
  overflow: hidden;
}
.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0) rotateY(-15deg);
  transform: translate3d(250px, 0, 0) rotateY(-15deg);
}
.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-6.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-6 .t3-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0) rotateY(15deg);
  transform: translate3d(-250px, 0, 0) rotateY(15deg);
}
.off-canvas-right.off-canvas-effect-6.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-7 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-7 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-7.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  transform: translate3d(100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-8 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-8 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.off-canvas-effect-8.t3-off-canvas::after {
  display: none;
}
body.off-canvas-effect-8.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-9 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-9 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-9.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-9.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-9.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-9.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-10 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-10.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -250px);
  transform: translate3d(0, 0, -250px);
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.off-canvas-effect-10.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-11 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-11 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.off-canvas-effect-11.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-11.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
  transform: translate3d(-100px, 0, -600px) rotateY(20deg);
}
.off-canvas-right.off-canvas-effect-11.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-12 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.off-canvas-effect-12 .t3-wrapper {
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.off-canvas-effect-12.t3-off-canvas {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.t3-off-canvas {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.off-canvas-effect-12.t3-off-canvas::after {
  display: none;
}
.off-canvas-right.off-canvas-effect-12 .t3-wrapper {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .t3-wrapper {
  -webkit-transform: rotateY(10deg);
  transform: rotateY(10deg);
}
.off-canvas-right.off-canvas-effect-12.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
body.off-canvas-effect-13 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-13.t3-off-canvas {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.t3-off-canvas {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
body.off-canvas-effect-13.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
body.off-canvas-effect-14 {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.off-canvas-effect-14 .t3-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.t3-off-canvas {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
body.off-canvas-effect-14.off-canvas-right {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .t3-wrapper {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
  transform: translate3d(100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.t3-off-canvas {
  -webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
  transform: translate3d(100%, 0, 0) rotateY(0deg);
}
.old-ie .t3-off-canvas {
  z-index: 100 !important;
  left: -250px;
}
html[dir="ltr"] .off-canvas-right.old-ie .t3-off-canvas {
  right: -250px;
  left: auto;
}
.modal-open .t3-wrapper {
  position: static;
}
.off-canvas-right.off-canvas-effect-4.t3-off-canvas {
  transform: translate3d(250px, 0px, 0px);
  -moz-transform: translate3d(250px, 0px, 0px);
  -webkit-transform: translate3d(250px, 0px, 0px);
}
.off-canvas-toggle {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: right;
  margin: 10px 0;
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
  position: relative;
}
.off-canvas-toggle:focus {
  outline: none;
}
.off-canvas-toggle span {
  background-color: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  left: 7px;
  width: 15px;
  transition: all 0.25s;
}
.off-canvas-toggle span.bar-first {
  top: 9px;
}
.off-canvas-toggle span.bar-mid {
  top: 14px;
}
.off-canvas-toggle span.bar-last {
  top: 19px;
}
.off-canvas-open .off-canvas-toggle span.bar-mid {
  display: none;
}
.off-canvas-open .off-canvas-toggle span.bar-first {
  top: 14px;
  transform: rotate(45deg);
}
.off-canvas-open .off-canvas-toggle span.bar-last {
  top: 14px;
  transform: rotate(-45deg);
}
.t3-off-canvas {
  background: #222222;
  color: #cccccc;
}
.t3-off-canvas .t3-off-canvas-header {
  background: #333333;
  color: #cccccc;
  padding: 0 0 0 25px;
  height: 50px;
}
.t3-off-canvas .t3-off-canvas-header h2 {
  color: #cccccc;
  margin: 0;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.t3-off-canvas .close {
  margin: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body a {
  color: #cccccc;
  text-decoration: none;
  padding: 10px 25px;
}
.t3-off-canvas .t3-off-canvas-body a:hover,
.t3-off-canvas .t3-off-canvas-body a:focus {
  background: none;
  color: #ffffff;
  text-decoration: none;
}
.t3-off-canvas .t3-off-canvas-body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu .active a {
  background: transparent;
}
.t3-off-canvas .t3-off-canvas-body .nav > li {
  border-top: 1px solid #1a1a1a;
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a .caret {
  border-top-color: #cccccc;
  margin-left: 10px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li > a:hover .caret {
  border-top-color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-body .nav > li:before {
  display: none;
}
.t3-off-canvas .t3-off-canvas-body .nav > li:before a:hover {
  color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active:before {
  border-left-color: #669900;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a {
  color: #669900;
  background: #222222;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a .caret {
  border-top-color: #669900;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
  background: none;
  border-top: 1px solid #1a1a1a;
  padding: 10px 25px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li {
  padding: 0;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {
  position: relative;
  padding: 10px 16px;
  text-transform: none;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #cccccc;
  position: absolute;
  top: 16px;
  left: 0;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:after {
  display: none;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a,
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a:hover {
  color: #ffffff;
  font-weight: 700;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li.active > a:before {
  border-left-color: #ffffff;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-submenu .dropdown-menu {
  padding: 5px 15px;
  border: none;
  text-transform: none;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
  margin-bottom: 24px;
  background: none;
}
.t3-off-canvas .t3-off-canvas-body .t3-module:last-child {
  margin-bottom: 0;
}
.t3-off-canvas .t3-off-canvas-body .t3-module .module-inner {
  padding: 0;
  background: none;
}
.t3-off-canvas .t3-off-canvas-body .module-title {
  background: none;
  margin-bottom: 0;
  color: #cccccc;
  padding: 18px 10px 18px 25px;
}
.t3-off-canvas .t3-off-canvas-body .module-ct {
  background: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/font-awesome6/css/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
@font-face {
    font-family: 'Questrial';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/questrial/css/../fonts/questrial-regular.eot);
    src: local('Questrial Regular'), local('Questrial-Regular'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/questrial/css/../fonts/questrial-regular.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/questrial/css/../fonts/questrial-regular.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/questrial/css/../fonts/questrial-regular.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/questrial/css/../fonts/questrial-regular.svg#Questrial-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-blackitalic.eot);
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-blackitalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-blackitalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-blackitalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-blackitalic.svg#Montserrat-BlackItalic) format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabold.eot);
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabold.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabold.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabold.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabold.svg#Montserrat-ExtraBold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bold.eot);
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bold.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bold.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bold.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bold.svg#Montserrat-Bold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabolditalic.eot);
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabolditalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabolditalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabolditalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extrabolditalic.svg#Montserrat-ExtraBoldItalic) format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bolditalic.eot);
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bolditalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bolditalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bolditalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-bolditalic.svg#Montserrat-BoldItalic) format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-black.eot);
    src: local('Montserrat Black'), local('Montserrat-Black'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-black.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-black.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-black.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-black.svg#Montserrat-Black) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-light.eot);
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-light.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-light.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-light.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-light.svg#Montserrat-Light) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralightitalic.eot);
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralightitalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralightitalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralightitalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralightitalic.svg#Montserrat-ExtraLightItalic) format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-italic.eot);
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-italic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-italic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-italic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-italic.svg#Montserrat-Italic) format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralight.eot);
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralight.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralight.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralight.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-extralight.svg#Montserrat-ExtraLight) format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-mediumitalic.eot);
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-mediumitalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-mediumitalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-mediumitalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-mediumitalic.svg#Montserrat-MediumItalic) format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-lightitalic.eot);
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-lightitalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-lightitalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-lightitalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-lightitalic.svg#Montserrat-LightItalic) format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-medium.eot);
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-medium.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-medium.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-medium.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-medium.svg#Montserrat-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibolditalic.eot);
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibolditalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibolditalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibolditalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibolditalic.svg#Montserrat-SemiBoldItalic) format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thinitalic.eot);
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thinitalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thinitalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thinitalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thinitalic.svg#Montserrat-ThinItalic) format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-regular.eot);
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-regular.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-regular.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-regular.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-regular.svg#Montserrat-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibold.eot);
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibold.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibold.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibold.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-semibold.svg#Montserrat-SemiBold) format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thin.eot);
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thin.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thin.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thin.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/montserrat/css/../fonts/montserrat-thin.svg#Montserrat-Thin) format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-black.eot);
    src: local('Playfair Display Black'), local('PlayfairDisplay-Black'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-black.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-black.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-black.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-black.svg#PlayfairDisplay-Black) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bolditalic.eot);
    src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bolditalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bolditalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bolditalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bolditalic.svg#PlayfairDisplay-BoldItalic) format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-blackitalic.eot);
    src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-blackitalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-blackitalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-blackitalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-blackitalic.svg#PlayfairDisplay-BlackItalic) format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bold.eot);
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bold.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bold.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bold.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-bold.svg#PlayfairDisplay-Bold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabolditalic.eot);
    src: local('Playfair Display ExtraBold Italic'), local('PlayfairDisplay-ExtraBoldItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabolditalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabolditalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabolditalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabolditalic.svg#PlayfairDisplay-ExtraBoldItalic) format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibolditalic.eot);
    src: local('Playfair Display SemiBold Italic'), local('PlayfairDisplay-SemiBoldItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibolditalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibolditalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibolditalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibolditalic.svg#PlayfairDisplay-SemiBoldItalic) format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-regular.eot);
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-regular.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-regular.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-regular.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-regular.svg#PlayfairDisplay-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-italic.eot);
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-italic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-italic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-italic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-italic.svg#PlayfairDisplay-Italic) format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibold.eot);
    src: local('Playfair Display SemiBold'), local('PlayfairDisplay-SemiBold'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibold.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibold.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibold.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-semibold.svg#PlayfairDisplay-SemiBold) format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-medium.eot);
    src: local('Playfair Display Medium'), local('PlayfairDisplay-Medium'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-medium.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-medium.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-medium.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-medium.svg#PlayfairDisplay-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-mediumitalic.eot);
    src: local('Playfair Display Medium Italic'), local('PlayfairDisplay-MediumItalic'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-mediumitalic.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-mediumitalic.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-mediumitalic.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-mediumitalic.svg#PlayfairDisplay-MediumItalic) format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabold.eot);
    src: local('Playfair Display ExtraBold'), local('PlayfairDisplay-ExtraBold'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabold.eot?#iefix) format('embedded-opentype'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabold.woff2) format('woff2'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabold.woff) format('woff'),
        url(//www.eeg-premstaetten.at//templates/ja_social_ii/fonts/playfair-display/css/../fonts/playfair-display-extrabold.svg#PlayfairDisplay-ExtraBold) format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 40px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item {
	float: left;
}
	
.owl-carousel .owl-item .client-item{
	padding: 0 5px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(//www.eeg-premstaetten.at//templates/ja_social_ii/js/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(//www.eeg-premstaetten.at//templates/ja_social_ii/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}
html .jomsocial-wrapper .jomsocial {
  padding: 0;
  background: none;
  text-align: left !important;
}
html .joms-toolbar--desktop .joms-popover {
  padding: 10px;
}
html .joms-subnav--desktop,
html .joms-toolbar--desktop,
html .joms-toolbar--mobile {
  background: #ffffff;
}
html .joms-page {
  padding: 24px;
}
html .joms-page .joms-page__title + .joms-centered {
  text-align: left;
}
html .joms-pagination:before,
html .joms-pagination:after {
  display: table;
  content: " ";
}
html .joms-pagination:after {
  clear: both;
}
html .joms-list__item img {
  width: 100%;
}
html .joms-ribbon {
  font-size: 8px;
  line-height: 17px;
}
@media (min-width: 480px) {
  html .joms-ribbon {
    left: -34px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  html .joms-gallery__options .joms-button--options {
    right: auto;
  }
}
html .joms-menu {
  left: -220px;
}
html .joms-menu span {
  right: 0;
  left: auto;
}
html select.inputbox {
  border: 1px solid #dddddd;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-button--primary,
html .joms-button--add,
html .joms-button--login,
html .joms-button__reject,
html .joms-postbox-tab .joms-postbox-save,
html .joms-postbox-tab .joms-postbox-done,
html .joms-focus__button--add {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-button--primary:focus,
html .joms-button--add:focus,
html .joms-button--login:focus,
html .joms-button__reject:focus,
html .joms-postbox-tab .joms-postbox-save:focus,
html .joms-postbox-tab .joms-postbox-done:focus,
html .joms-focus__button--add:focus,
html .joms-button--primary.focus,
html .joms-button--add.focus,
html .joms-button--login.focus,
html .joms-button__reject.focus,
html .joms-postbox-tab .joms-postbox-save.focus,
html .joms-postbox-tab .joms-postbox-done.focus,
html .joms-focus__button--add.focus {
  color: #ffffff;
  background-color: #446600;
  border-color: #111900;
}
html .joms-button--primary:hover,
html .joms-button--add:hover,
html .joms-button--login:hover,
html .joms-button__reject:hover,
html .joms-postbox-tab .joms-postbox-save:hover,
html .joms-postbox-tab .joms-postbox-done:hover,
html .joms-focus__button--add:hover {
  color: #ffffff;
  background-color: #446600;
  border-color: #3d5c00;
}
html .joms-button--primary:active,
html .joms-button--add:active,
html .joms-button--login:active,
html .joms-button__reject:active,
html .joms-postbox-tab .joms-postbox-save:active,
html .joms-postbox-tab .joms-postbox-done:active,
html .joms-focus__button--add:active,
html .joms-button--primary.active,
html .joms-button--add.active,
html .joms-button--login.active,
html .joms-button__reject.active,
html .joms-postbox-tab .joms-postbox-save.active,
html .joms-postbox-tab .joms-postbox-done.active,
html .joms-focus__button--add.active,
.open > .dropdown-togglehtml .joms-button--primary,
.open > .dropdown-togglehtml .joms-button--add,
.open > .dropdown-togglehtml .joms-button--login,
.open > .dropdown-togglehtml .joms-button__reject,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-save,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-done,
.open > .dropdown-togglehtml .joms-focus__button--add {
  color: #ffffff;
  background-color: #446600;
  background-image: none;
  border-color: #3d5c00;
}
html .joms-button--primary:active:hover,
html .joms-button--add:active:hover,
html .joms-button--login:active:hover,
html .joms-button__reject:active:hover,
html .joms-postbox-tab .joms-postbox-save:active:hover,
html .joms-postbox-tab .joms-postbox-done:active:hover,
html .joms-focus__button--add:active:hover,
html .joms-button--primary.active:hover,
html .joms-button--add.active:hover,
html .joms-button--login.active:hover,
html .joms-button__reject.active:hover,
html .joms-postbox-tab .joms-postbox-save.active:hover,
html .joms-postbox-tab .joms-postbox-done.active:hover,
html .joms-focus__button--add.active:hover,
.open > .dropdown-togglehtml .joms-button--primary:hover,
.open > .dropdown-togglehtml .joms-button--add:hover,
.open > .dropdown-togglehtml .joms-button--login:hover,
.open > .dropdown-togglehtml .joms-button__reject:hover,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-save:hover,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-done:hover,
.open > .dropdown-togglehtml .joms-focus__button--add:hover,
html .joms-button--primary:active:focus,
html .joms-button--add:active:focus,
html .joms-button--login:active:focus,
html .joms-button__reject:active:focus,
html .joms-postbox-tab .joms-postbox-save:active:focus,
html .joms-postbox-tab .joms-postbox-done:active:focus,
html .joms-focus__button--add:active:focus,
html .joms-button--primary.active:focus,
html .joms-button--add.active:focus,
html .joms-button--login.active:focus,
html .joms-button__reject.active:focus,
html .joms-postbox-tab .joms-postbox-save.active:focus,
html .joms-postbox-tab .joms-postbox-done.active:focus,
html .joms-focus__button--add.active:focus,
.open > .dropdown-togglehtml .joms-button--primary:focus,
.open > .dropdown-togglehtml .joms-button--add:focus,
.open > .dropdown-togglehtml .joms-button--login:focus,
.open > .dropdown-togglehtml .joms-button__reject:focus,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-save:focus,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-done:focus,
.open > .dropdown-togglehtml .joms-focus__button--add:focus,
html .joms-button--primary:active.focus,
html .joms-button--add:active.focus,
html .joms-button--login:active.focus,
html .joms-button__reject:active.focus,
html .joms-postbox-tab .joms-postbox-save:active.focus,
html .joms-postbox-tab .joms-postbox-done:active.focus,
html .joms-focus__button--add:active.focus,
html .joms-button--primary.active.focus,
html .joms-button--add.active.focus,
html .joms-button--login.active.focus,
html .joms-button__reject.active.focus,
html .joms-postbox-tab .joms-postbox-save.active.focus,
html .joms-postbox-tab .joms-postbox-done.active.focus,
html .joms-focus__button--add.active.focus,
.open > .dropdown-togglehtml .joms-button--primary.focus,
.open > .dropdown-togglehtml .joms-button--add.focus,
.open > .dropdown-togglehtml .joms-button--login.focus,
.open > .dropdown-togglehtml .joms-button__reject.focus,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-save.focus,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-done.focus,
.open > .dropdown-togglehtml .joms-focus__button--add.focus {
  color: #ffffff;
  background-color: #2c4200;
  border-color: #111900;
}
html .joms-button--primary.disabled:hover,
html .joms-button--add.disabled:hover,
html .joms-button--login.disabled:hover,
html .joms-button__reject.disabled:hover,
html .joms-postbox-tab .joms-postbox-save.disabled:hover,
html .joms-postbox-tab .joms-postbox-done.disabled:hover,
html .joms-focus__button--add.disabled:hover,
html .joms-button--primary[disabled]:hover,
html .joms-button--add[disabled]:hover,
html .joms-button--login[disabled]:hover,
html .joms-button__reject[disabled]:hover,
html .joms-postbox-tab .joms-postbox-save[disabled]:hover,
html .joms-postbox-tab .joms-postbox-done[disabled]:hover,
html .joms-focus__button--add[disabled]:hover,
fieldset[disabled] html .joms-button--primary:hover,
fieldset[disabled] html .joms-button--add:hover,
fieldset[disabled] html .joms-button--login:hover,
fieldset[disabled] html .joms-button__reject:hover,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-save:hover,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-done:hover,
fieldset[disabled] html .joms-focus__button--add:hover,
html .joms-button--primary.disabled:focus,
html .joms-button--add.disabled:focus,
html .joms-button--login.disabled:focus,
html .joms-button__reject.disabled:focus,
html .joms-postbox-tab .joms-postbox-save.disabled:focus,
html .joms-postbox-tab .joms-postbox-done.disabled:focus,
html .joms-focus__button--add.disabled:focus,
html .joms-button--primary[disabled]:focus,
html .joms-button--add[disabled]:focus,
html .joms-button--login[disabled]:focus,
html .joms-button__reject[disabled]:focus,
html .joms-postbox-tab .joms-postbox-save[disabled]:focus,
html .joms-postbox-tab .joms-postbox-done[disabled]:focus,
html .joms-focus__button--add[disabled]:focus,
fieldset[disabled] html .joms-button--primary:focus,
fieldset[disabled] html .joms-button--add:focus,
fieldset[disabled] html .joms-button--login:focus,
fieldset[disabled] html .joms-button__reject:focus,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-save:focus,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-done:focus,
fieldset[disabled] html .joms-focus__button--add:focus,
html .joms-button--primary.disabled.focus,
html .joms-button--add.disabled.focus,
html .joms-button--login.disabled.focus,
html .joms-button__reject.disabled.focus,
html .joms-postbox-tab .joms-postbox-save.disabled.focus,
html .joms-postbox-tab .joms-postbox-done.disabled.focus,
html .joms-focus__button--add.disabled.focus,
html .joms-button--primary[disabled].focus,
html .joms-button--add[disabled].focus,
html .joms-button--login[disabled].focus,
html .joms-button__reject[disabled].focus,
html .joms-postbox-tab .joms-postbox-save[disabled].focus,
html .joms-postbox-tab .joms-postbox-done[disabled].focus,
html .joms-focus__button--add[disabled].focus,
fieldset[disabled] html .joms-button--primary.focus,
fieldset[disabled] html .joms-button--add.focus,
fieldset[disabled] html .joms-button--login.focus,
fieldset[disabled] html .joms-button__reject.focus,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-save.focus,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-done.focus,
fieldset[disabled] html .joms-focus__button--add.focus {
  background-color: #669900;
  border-color: #669900;
}
html .joms-button--primary .badge,
html .joms-button--add .badge,
html .joms-button--login .badge,
html .joms-button__reject .badge,
html .joms-postbox-tab .joms-postbox-save .badge,
html .joms-postbox-tab .joms-postbox-done .badge,
html .joms-focus__button--add .badge {
  color: #669900;
  background-color: #ffffff;
}
html .joms-button--primary .joms-icon,
html .joms-button--add .joms-icon,
html .joms-button--login .joms-icon,
html .joms-button__reject .joms-icon,
html .joms-postbox-tab .joms-postbox-save .joms-icon,
html .joms-postbox-tab .joms-postbox-done .joms-icon,
html .joms-focus__button--add .joms-icon {
  fill: #ffffff;
}
html .joms-button--add {
  vertical-align: top;
  position: static;
}
html .joms-button__next,
html .joms-button--secondary,
html .joms-button--signup,
html .joms-focus__button--message {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-button__next:focus,
html .joms-button--secondary:focus,
html .joms-button--signup:focus,
html .joms-focus__button--message:focus,
html .joms-button__next.focus,
html .joms-button--secondary.focus,
html .joms-button--signup.focus,
html .joms-focus__button--message.focus {
  color: #ffffff;
  background-color: #446600;
  border-color: #111900;
}
html .joms-button__next:hover,
html .joms-button--secondary:hover,
html .joms-button--signup:hover,
html .joms-focus__button--message:hover {
  color: #ffffff;
  background-color: #446600;
  border-color: #3d5c00;
}
html .joms-button__next:active,
html .joms-button--secondary:active,
html .joms-button--signup:active,
html .joms-focus__button--message:active,
html .joms-button__next.active,
html .joms-button--secondary.active,
html .joms-button--signup.active,
html .joms-focus__button--message.active,
.open > .dropdown-togglehtml .joms-button__next,
.open > .dropdown-togglehtml .joms-button--secondary,
.open > .dropdown-togglehtml .joms-button--signup,
.open > .dropdown-togglehtml .joms-focus__button--message {
  color: #ffffff;
  background-color: #446600;
  background-image: none;
  border-color: #3d5c00;
}
html .joms-button__next:active:hover,
html .joms-button--secondary:active:hover,
html .joms-button--signup:active:hover,
html .joms-focus__button--message:active:hover,
html .joms-button__next.active:hover,
html .joms-button--secondary.active:hover,
html .joms-button--signup.active:hover,
html .joms-focus__button--message.active:hover,
.open > .dropdown-togglehtml .joms-button__next:hover,
.open > .dropdown-togglehtml .joms-button--secondary:hover,
.open > .dropdown-togglehtml .joms-button--signup:hover,
.open > .dropdown-togglehtml .joms-focus__button--message:hover,
html .joms-button__next:active:focus,
html .joms-button--secondary:active:focus,
html .joms-button--signup:active:focus,
html .joms-focus__button--message:active:focus,
html .joms-button__next.active:focus,
html .joms-button--secondary.active:focus,
html .joms-button--signup.active:focus,
html .joms-focus__button--message.active:focus,
.open > .dropdown-togglehtml .joms-button__next:focus,
.open > .dropdown-togglehtml .joms-button--secondary:focus,
.open > .dropdown-togglehtml .joms-button--signup:focus,
.open > .dropdown-togglehtml .joms-focus__button--message:focus,
html .joms-button__next:active.focus,
html .joms-button--secondary:active.focus,
html .joms-button--signup:active.focus,
html .joms-focus__button--message:active.focus,
html .joms-button__next.active.focus,
html .joms-button--secondary.active.focus,
html .joms-button--signup.active.focus,
html .joms-focus__button--message.active.focus,
.open > .dropdown-togglehtml .joms-button__next.focus,
.open > .dropdown-togglehtml .joms-button--secondary.focus,
.open > .dropdown-togglehtml .joms-button--signup.focus,
.open > .dropdown-togglehtml .joms-focus__button--message.focus {
  color: #ffffff;
  background-color: #2c4200;
  border-color: #111900;
}
html .joms-button__next.disabled:hover,
html .joms-button--secondary.disabled:hover,
html .joms-button--signup.disabled:hover,
html .joms-focus__button--message.disabled:hover,
html .joms-button__next[disabled]:hover,
html .joms-button--secondary[disabled]:hover,
html .joms-button--signup[disabled]:hover,
html .joms-focus__button--message[disabled]:hover,
fieldset[disabled] html .joms-button__next:hover,
fieldset[disabled] html .joms-button--secondary:hover,
fieldset[disabled] html .joms-button--signup:hover,
fieldset[disabled] html .joms-focus__button--message:hover,
html .joms-button__next.disabled:focus,
html .joms-button--secondary.disabled:focus,
html .joms-button--signup.disabled:focus,
html .joms-focus__button--message.disabled:focus,
html .joms-button__next[disabled]:focus,
html .joms-button--secondary[disabled]:focus,
html .joms-button--signup[disabled]:focus,
html .joms-focus__button--message[disabled]:focus,
fieldset[disabled] html .joms-button__next:focus,
fieldset[disabled] html .joms-button--secondary:focus,
fieldset[disabled] html .joms-button--signup:focus,
fieldset[disabled] html .joms-focus__button--message:focus,
html .joms-button__next.disabled.focus,
html .joms-button--secondary.disabled.focus,
html .joms-button--signup.disabled.focus,
html .joms-focus__button--message.disabled.focus,
html .joms-button__next[disabled].focus,
html .joms-button--secondary[disabled].focus,
html .joms-button--signup[disabled].focus,
html .joms-focus__button--message[disabled].focus,
fieldset[disabled] html .joms-button__next.focus,
fieldset[disabled] html .joms-button--secondary.focus,
fieldset[disabled] html .joms-button--signup.focus,
fieldset[disabled] html .joms-focus__button--message.focus {
  background-color: #669900;
  border-color: #669900;
}
html .joms-button__next .badge,
html .joms-button--secondary .badge,
html .joms-button--signup .badge,
html .joms-focus__button--message .badge {
  color: #669900;
  background-color: #ffffff;
}
html .joms-button__next .joms-icon,
html .joms-button--secondary .joms-icon,
html .joms-button--signup .joms-icon,
html .joms-focus__button--message .joms-icon {
  fill: #ffffff;
}
html .joms-button--neutral,
html .joms-button--privacy,
html .joms-button--more,
html .joms-button--comment,
html .joms-button__approve,
html .joms-postbox-tab .joms-postbox-cancel,
html .joms-focus__button--options {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-button--neutral:focus,
html .joms-button--privacy:focus,
html .joms-button--more:focus,
html .joms-button--comment:focus,
html .joms-button__approve:focus,
html .joms-postbox-tab .joms-postbox-cancel:focus,
html .joms-focus__button--options:focus,
html .joms-button--neutral.focus,
html .joms-button--privacy.focus,
html .joms-button--more.focus,
html .joms-button--comment.focus,
html .joms-button__approve.focus,
html .joms-postbox-tab .joms-postbox-cancel.focus,
html .joms-focus__button--options.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
html .joms-button--neutral:hover,
html .joms-button--privacy:hover,
html .joms-button--more:hover,
html .joms-button--comment:hover,
html .joms-button__approve:hover,
html .joms-postbox-tab .joms-postbox-cancel:hover,
html .joms-focus__button--options:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
html .joms-button--neutral:active,
html .joms-button--privacy:active,
html .joms-button--more:active,
html .joms-button--comment:active,
html .joms-button__approve:active,
html .joms-postbox-tab .joms-postbox-cancel:active,
html .joms-focus__button--options:active,
html .joms-button--neutral.active,
html .joms-button--privacy.active,
html .joms-button--more.active,
html .joms-button--comment.active,
html .joms-button__approve.active,
html .joms-postbox-tab .joms-postbox-cancel.active,
html .joms-focus__button--options.active,
.open > .dropdown-togglehtml .joms-button--neutral,
.open > .dropdown-togglehtml .joms-button--privacy,
.open > .dropdown-togglehtml .joms-button--more,
.open > .dropdown-togglehtml .joms-button--comment,
.open > .dropdown-togglehtml .joms-button__approve,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-cancel,
.open > .dropdown-togglehtml .joms-focus__button--options {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
}
html .joms-button--neutral:active:hover,
html .joms-button--privacy:active:hover,
html .joms-button--more:active:hover,
html .joms-button--comment:active:hover,
html .joms-button__approve:active:hover,
html .joms-postbox-tab .joms-postbox-cancel:active:hover,
html .joms-focus__button--options:active:hover,
html .joms-button--neutral.active:hover,
html .joms-button--privacy.active:hover,
html .joms-button--more.active:hover,
html .joms-button--comment.active:hover,
html .joms-button__approve.active:hover,
html .joms-postbox-tab .joms-postbox-cancel.active:hover,
html .joms-focus__button--options.active:hover,
.open > .dropdown-togglehtml .joms-button--neutral:hover,
.open > .dropdown-togglehtml .joms-button--privacy:hover,
.open > .dropdown-togglehtml .joms-button--more:hover,
.open > .dropdown-togglehtml .joms-button--comment:hover,
.open > .dropdown-togglehtml .joms-button__approve:hover,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-cancel:hover,
.open > .dropdown-togglehtml .joms-focus__button--options:hover,
html .joms-button--neutral:active:focus,
html .joms-button--privacy:active:focus,
html .joms-button--more:active:focus,
html .joms-button--comment:active:focus,
html .joms-button__approve:active:focus,
html .joms-postbox-tab .joms-postbox-cancel:active:focus,
html .joms-focus__button--options:active:focus,
html .joms-button--neutral.active:focus,
html .joms-button--privacy.active:focus,
html .joms-button--more.active:focus,
html .joms-button--comment.active:focus,
html .joms-button__approve.active:focus,
html .joms-postbox-tab .joms-postbox-cancel.active:focus,
html .joms-focus__button--options.active:focus,
.open > .dropdown-togglehtml .joms-button--neutral:focus,
.open > .dropdown-togglehtml .joms-button--privacy:focus,
.open > .dropdown-togglehtml .joms-button--more:focus,
.open > .dropdown-togglehtml .joms-button--comment:focus,
.open > .dropdown-togglehtml .joms-button__approve:focus,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-cancel:focus,
.open > .dropdown-togglehtml .joms-focus__button--options:focus,
html .joms-button--neutral:active.focus,
html .joms-button--privacy:active.focus,
html .joms-button--more:active.focus,
html .joms-button--comment:active.focus,
html .joms-button__approve:active.focus,
html .joms-postbox-tab .joms-postbox-cancel:active.focus,
html .joms-focus__button--options:active.focus,
html .joms-button--neutral.active.focus,
html .joms-button--privacy.active.focus,
html .joms-button--more.active.focus,
html .joms-button--comment.active.focus,
html .joms-button__approve.active.focus,
html .joms-postbox-tab .joms-postbox-cancel.active.focus,
html .joms-focus__button--options.active.focus,
.open > .dropdown-togglehtml .joms-button--neutral.focus,
.open > .dropdown-togglehtml .joms-button--privacy.focus,
.open > .dropdown-togglehtml .joms-button--more.focus,
.open > .dropdown-togglehtml .joms-button--comment.focus,
.open > .dropdown-togglehtml .joms-button__approve.focus,
.open > .dropdown-togglehtml .joms-postbox-tab .joms-postbox-cancel.focus,
.open > .dropdown-togglehtml .joms-focus__button--options.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
html .joms-button--neutral.disabled:hover,
html .joms-button--privacy.disabled:hover,
html .joms-button--more.disabled:hover,
html .joms-button--comment.disabled:hover,
html .joms-button__approve.disabled:hover,
html .joms-postbox-tab .joms-postbox-cancel.disabled:hover,
html .joms-focus__button--options.disabled:hover,
html .joms-button--neutral[disabled]:hover,
html .joms-button--privacy[disabled]:hover,
html .joms-button--more[disabled]:hover,
html .joms-button--comment[disabled]:hover,
html .joms-button__approve[disabled]:hover,
html .joms-postbox-tab .joms-postbox-cancel[disabled]:hover,
html .joms-focus__button--options[disabled]:hover,
fieldset[disabled] html .joms-button--neutral:hover,
fieldset[disabled] html .joms-button--privacy:hover,
fieldset[disabled] html .joms-button--more:hover,
fieldset[disabled] html .joms-button--comment:hover,
fieldset[disabled] html .joms-button__approve:hover,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-cancel:hover,
fieldset[disabled] html .joms-focus__button--options:hover,
html .joms-button--neutral.disabled:focus,
html .joms-button--privacy.disabled:focus,
html .joms-button--more.disabled:focus,
html .joms-button--comment.disabled:focus,
html .joms-button__approve.disabled:focus,
html .joms-postbox-tab .joms-postbox-cancel.disabled:focus,
html .joms-focus__button--options.disabled:focus,
html .joms-button--neutral[disabled]:focus,
html .joms-button--privacy[disabled]:focus,
html .joms-button--more[disabled]:focus,
html .joms-button--comment[disabled]:focus,
html .joms-button__approve[disabled]:focus,
html .joms-postbox-tab .joms-postbox-cancel[disabled]:focus,
html .joms-focus__button--options[disabled]:focus,
fieldset[disabled] html .joms-button--neutral:focus,
fieldset[disabled] html .joms-button--privacy:focus,
fieldset[disabled] html .joms-button--more:focus,
fieldset[disabled] html .joms-button--comment:focus,
fieldset[disabled] html .joms-button__approve:focus,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-cancel:focus,
fieldset[disabled] html .joms-focus__button--options:focus,
html .joms-button--neutral.disabled.focus,
html .joms-button--privacy.disabled.focus,
html .joms-button--more.disabled.focus,
html .joms-button--comment.disabled.focus,
html .joms-button__approve.disabled.focus,
html .joms-postbox-tab .joms-postbox-cancel.disabled.focus,
html .joms-focus__button--options.disabled.focus,
html .joms-button--neutral[disabled].focus,
html .joms-button--privacy[disabled].focus,
html .joms-button--more[disabled].focus,
html .joms-button--comment[disabled].focus,
html .joms-button__approve[disabled].focus,
html .joms-postbox-tab .joms-postbox-cancel[disabled].focus,
html .joms-focus__button--options[disabled].focus,
fieldset[disabled] html .joms-button--neutral.focus,
fieldset[disabled] html .joms-button--privacy.focus,
fieldset[disabled] html .joms-button--more.focus,
fieldset[disabled] html .joms-button--comment.focus,
fieldset[disabled] html .joms-button__approve.focus,
fieldset[disabled] html .joms-postbox-tab .joms-postbox-cancel.focus,
fieldset[disabled] html .joms-focus__button--options.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
html .joms-button--neutral .badge,
html .joms-button--privacy .badge,
html .joms-button--more .badge,
html .joms-button--comment .badge,
html .joms-button__approve .badge,
html .joms-postbox-tab .joms-postbox-cancel .badge,
html .joms-focus__button--options .badge {
  color: #ffffff;
  background-color: #333333;
}
html .joms-input[type="text"],
html .joms-input[type="password"],
html .joms-select--wrapper,
html .joms-textarea,
html .joms-select--wrapper,
html .joms-notifications__label {
  border-radius: 0;
}
html .joms-select--wrapper {
  padding: 0;
  border: 0 !important;
}
html .joms-select--wrapper:after {
  right: 24px;
}
html .joms-select--wrapper .joms-select {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-select--wrapper .joms-select:focus,
html .joms-select--wrapper .joms-select.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
html .joms-select--wrapper .joms-select:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
html .joms-select--wrapper .joms-select:active,
html .joms-select--wrapper .joms-select.active,
.open > .dropdown-togglehtml .joms-select--wrapper .joms-select {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
}
html .joms-select--wrapper .joms-select:active:hover,
html .joms-select--wrapper .joms-select.active:hover,
.open > .dropdown-togglehtml .joms-select--wrapper .joms-select:hover,
html .joms-select--wrapper .joms-select:active:focus,
html .joms-select--wrapper .joms-select.active:focus,
.open > .dropdown-togglehtml .joms-select--wrapper .joms-select:focus,
html .joms-select--wrapper .joms-select:active.focus,
html .joms-select--wrapper .joms-select.active.focus,
.open > .dropdown-togglehtml .joms-select--wrapper .joms-select.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
html .joms-select--wrapper .joms-select.disabled:hover,
html .joms-select--wrapper .joms-select[disabled]:hover,
fieldset[disabled] html .joms-select--wrapper .joms-select:hover,
html .joms-select--wrapper .joms-select.disabled:focus,
html .joms-select--wrapper .joms-select[disabled]:focus,
fieldset[disabled] html .joms-select--wrapper .joms-select:focus,
html .joms-select--wrapper .joms-select.disabled.focus,
html .joms-select--wrapper .joms-select[disabled].focus,
fieldset[disabled] html .joms-select--wrapper .joms-select.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
html .joms-select--wrapper .joms-select .badge {
  color: #ffffff;
  background-color: #333333;
}
html .joms-postbox-tab .joms-postbox-cancel,
html .joms-postbox-tab .joms-postbox-save {
  padding-top: 0;
  padding-bottom: 0;
}
html .joms-form__group .joms-input {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-form__group .joms-input:focus,
html .joms-form__group .joms-input.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
html .joms-form__group .joms-input:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
html .joms-form__group .joms-input:active,
html .joms-form__group .joms-input.active,
.open > .dropdown-togglehtml .joms-form__group .joms-input {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
}
html .joms-form__group .joms-input:active:hover,
html .joms-form__group .joms-input.active:hover,
.open > .dropdown-togglehtml .joms-form__group .joms-input:hover,
html .joms-form__group .joms-input:active:focus,
html .joms-form__group .joms-input.active:focus,
.open > .dropdown-togglehtml .joms-form__group .joms-input:focus,
html .joms-form__group .joms-input:active.focus,
html .joms-form__group .joms-input.active.focus,
.open > .dropdown-togglehtml .joms-form__group .joms-input.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
html .joms-form__group .joms-input.disabled:hover,
html .joms-form__group .joms-input[disabled]:hover,
fieldset[disabled] html .joms-form__group .joms-input:hover,
html .joms-form__group .joms-input.disabled:focus,
html .joms-form__group .joms-input[disabled]:focus,
fieldset[disabled] html .joms-form__group .joms-input:focus,
html .joms-form__group .joms-input.disabled.focus,
html .joms-form__group .joms-input[disabled].focus,
fieldset[disabled] html .joms-form__group .joms-input.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
html .joms-form__group .joms-input .badge {
  color: #ffffff;
  background-color: #333333;
}
html .joms-form__group .lblradio-block {
  margin-right: 10px;
}
html .joms-form__group .lblradio-block input {
  margin-top: -2px;
  vertical-align: middle;
}
html .joms-form__group .joms-warning {
  color: #f0ad4e;
  display: inline-block;
}
html .joms-form__group.has-privacy .joms-button--privacy {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-form__group.has-privacy .joms-button--privacy:focus,
html .joms-form__group.has-privacy .joms-button--privacy.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
html .joms-form__group.has-privacy .joms-button--privacy:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
html .joms-form__group.has-privacy .joms-button--privacy:active,
html .joms-form__group.has-privacy .joms-button--privacy.active,
.open > .dropdown-togglehtml .joms-form__group.has-privacy .joms-button--privacy {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
}
html .joms-form__group.has-privacy .joms-button--privacy:active:hover,
html .joms-form__group.has-privacy .joms-button--privacy.active:hover,
.open > .dropdown-togglehtml .joms-form__group.has-privacy .joms-button--privacy:hover,
html .joms-form__group.has-privacy .joms-button--privacy:active:focus,
html .joms-form__group.has-privacy .joms-button--privacy.active:focus,
.open > .dropdown-togglehtml .joms-form__group.has-privacy .joms-button--privacy:focus,
html .joms-form__group.has-privacy .joms-button--privacy:active.focus,
html .joms-form__group.has-privacy .joms-button--privacy.active.focus,
.open > .dropdown-togglehtml .joms-form__group.has-privacy .joms-button--privacy.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
html .joms-form__group.has-privacy .joms-button--privacy.disabled:hover,
html .joms-form__group.has-privacy .joms-button--privacy[disabled]:hover,
fieldset[disabled] html .joms-form__group.has-privacy .joms-button--privacy:hover,
html .joms-form__group.has-privacy .joms-button--privacy.disabled:focus,
html .joms-form__group.has-privacy .joms-button--privacy[disabled]:focus,
fieldset[disabled] html .joms-form__group.has-privacy .joms-button--privacy:focus,
html .joms-form__group.has-privacy .joms-button--privacy.disabled.focus,
html .joms-form__group.has-privacy .joms-button--privacy[disabled].focus,
fieldset[disabled] html .joms-form__group.has-privacy .joms-button--privacy.focus {
  background-color: #ffffff;
  border-color: #dddddd;
}
html .joms-form__group.has-privacy .joms-button--privacy .badge {
  color: #ffffff;
  background-color: #333333;
}
html .com_community .input-mini {
  display: inline-block;
}
html .joms-button--full-small + .joms-button--full-small {
  margin-left: 5px;
}
html .joms-input--datepicker {
  cursor: text;
}
html .joms-list__search .joms-page__title {
  margin: 0 24px 0 0;
}
html .joms-list__search .joms-list__utilities {
  text-align: left;
}
html .joms-list__search .joms-list__utilities .joms-inline--desktop {
  display: inline-block !important;
}
html .joms-list__search .joms-list__utilities .joms-input--search {
  width: auto;
}
html .joms-list__search .joms-list__utilities form span {
  width: auto;
}
html .joms-list__search .joms-list__utilities form span:first-child {
  padding: 0 5px 0 0;
}
html .joms-list__search .joms-list__utilities form button {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
  margin-right: 5px;
}
html .joms-input--search[type="text"] {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
}
html .joms-sortings .joms-select--wrapper:first-child {
  margin-left: 0;
}
html #community-wrap .joms-focus__header__actions--desktop .joms-icon {
  height: 24px;
}
html #community-wrap .joms-landing .joms-landing__action {
  padding: 24px;
}
html #community-wrap .joms-form_fb_group {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 36px;
  padding-top: 36px;
  position: relative;
  text-align: center;
}
html #community-wrap .joms-form_fb_group:before {
  content: "Or";
  background: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: -20px;
  top: -20px;
  left: 50%;
  border-radius: 50%;
}
html #community-wrap.cRegister .joms-page__title {
  margin-top: 0;
}
html #community-wrap.cRegister .joms-form__group > span:first-child {
  padding-left: 0;
  text-align: right;
  padding-right: 20px;
}
html #community-wrap.cRegister .joms-form__group .joms-button__next {
  background-color: #669900;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
}
html .joms-input--append svg {
  top: 14px;
}
html .joms-input--append .joms-input[type="text"],
html .joms-input--append .joms-input[type="password"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
html .joms-button--login {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
html .joms-landing {
  margin-bottom: 24px;
}
html .joms-focus {
  margin-bottom: 24px;
}
html .joms-gap {
  height: 20px;
}
html .joms-stream,
html .joms-stream--notifications {
  margin-bottom: 24px;
}
html .joms-stream {
  margin-bottom: 20px !important;
}
html .joms-stream .joms-stream__body.no-head {
  padding: 24px;
}
html .joms-stream .joms-stream__header {
  padding: 24px;
}
html .joms-stream .joms-stream__body {
  padding: 0 24px 24px;
}
html .joms-stream .joms-stream__actions {
  padding: 0 24px 24px 0;
  text-align: right;
}
html .joms-stream .joms-stream__status--mobile {
  padding: 0 0 24px 24px;
}
html .joms-stream .joms-comment__reply,
html .joms-stream .joms-js--newcomment {
  padding: 24px;
}
html .joms-stream .joms-comment__reply .joms-icon,
html .joms-stream .joms-js--newcomment .joms-icon {
  top: 34px;
}
html .joms-stream .joms-comment__reply .joms-icon--add,
html .joms-stream .joms-js--newcomment .joms-icon--add {
  right: 34px !important;
}
@media (max-width: 480px) {
  html .joms-stream .joms-comment__reply .joms-icon--add,
  html .joms-stream .joms-js--newcomment .joms-icon--add {
    right: 90px !important;
  }
}
html .joms-stream .joms-comment__reply .joms-icon--emoticon,
html .joms-stream .joms-js--newcomment .joms-icon--emoticon {
  right: 58px !important;
}
@media (max-width: 480px) {
  html .joms-stream .joms-comment__reply .joms-icon--emoticon,
  html .joms-stream .joms-js--newcomment .joms-icon--emoticon {
    right: 114px !important;
  }
}
html .joms-stream .joms-comment__item {
  padding: 0;
  border-top: 0;
}
html .joms-stream .joms-comment__header {
  padding: 12px 24px;
}
html .joms-comment__reply,
html .joms-postbox {
  background: #ebedf0;
  border: 0;
  border-bottom: 2px solid #d7d9db;
}
html .joms-comment {
  background: #ebedf0;
  border-bottom: 1px solid #f1f3f5;
}
html .joms-media {
  background: #ebf4fc;
}
html .joms-media__body {
  padding: 12px 20px;
}
html .joms-media__body .joms-media__desc {
  max-height: 41.16px;
  line-height: 1.715;
  margin-bottom: 0;
}
html .joms-js--form-preferences .joms-form__group .joms-checkbox {
  padding-left: 12px;
}
html .joms-list--video {
  margin: 0 -10px;
}
html .joms-list--video .joms-list__item {
  margin: 0 0 24px;
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  html .joms-list--video .joms-list__item {
    float: left;
    width: 33.33333333%;
  }
}
html .joms-list--video .joms-text--title {
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html .joms-list--video .joms-text--title a {
  color: #555b6a;
}
html .joms-list--video .joms-text--title a:hover,
html .joms-list--video .joms-text--title a:focus,
html .joms-list--video .joms-text--title a:active {
  color: #558000;
}
html .joms-list--video .joms-block {
  display: inline-block;
  font-size: 12px;
}
html .joms-list--video .joms-block + small {
  font-size: 12px;
}
html .joms-list--friend .joms-list__item {
  background: none;
  border: 0;
  padding-left: 0;
  padding-bottom: 42px;
}
html .joms-list--friend .joms-list__button--dropdown {
  right: auto;
  left: 78px;
}
@media (max-width: 767px) {
  html .joms-list--friend .joms-ribbon__wrapper {
    position: relative;
  }
  html .joms-list--friend .joms-ribbon__wrapper .joms-ribbon {
    left: auto;
    width: auto;
    padding: 2px 8px;
  }
}
html .joms-list--friend .joms-avatar img {
  padding: 0;
  border: 0;
}
html .joms-list--friend .joms-text--username {
  font-size: 18px;
  color: #555b6a;
}
html .joms-list--friend .joms-text--username:hover,
html .joms-list--friend .joms-text--username:focus,
html .joms-list--friend .joms-text--username:active {
  color: #558000;
}
html .joms-media.like,
html .joms-media--image,
html .joms-media--images,
html .joms-media--event {
  max-width: 100%;
}
html .joms-list--card .joms-list__item {
  background: none;
  border: 0;
  border-bottom: 1px solid #d7d9db;
  margin-bottom: 24px;
}
html .joms-list--card .joms-list__item .joms-list__title {
  font-size: 18px;
  margin-bottom: 12px;
}
html .joms-list--card .joms-list__item .joms-list__title a {
  color: #555b6a;
}
html .joms-list--card .joms-list__item .joms-list__title a:hover,
html .joms-list--card .joms-list__item .joms-list__title a:focus,
html .joms-list--card .joms-list__item .joms-list__title a:active {
  color: #558000;
}
html .joms-list--card .joms-list__content {
  padding: 0 20px 24px;
}
html .joms-list--card .joms-list__body {
  margin: 12px 0;
}
html .joms-list--card .joms-list__body > a {
  margin-bottom: 6px;
}
html .joms-list--card .joms-list__cover {
  margin-bottom: 24px;
}
html .joms-list--card .joms-focus__date {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  border-radius: 0;
  background: #88cc00;
}
html .joms-focus__date {
  background: #88cc00;
  border-radius: 0;
  padding: 12px;
}
html .joms-focus__date span:last-child {
  margin-top: 0;
}
html .joms-focus__title {
  padding-left: 20px;
}
html.view-events #starttime select,
html.view-events #endtime select {
  display: inline-block;
}
html.view-events .joms-checkbox {
  display: block;
}
html .joms-gallery .joms-gallery__body .joms-gallery__title {
  font-size: 18px;
  color: #555b6a;
}
html .joms-gallery .joms-gallery__body .joms-gallery__title:hover,
html .joms-gallery .joms-gallery__body .joms-gallery__title:focus,
html .joms-gallery .joms-gallery__body .joms-gallery__title:active {
  color: #558000;
}
html .picker__header:before,
html .picker__header:after {
  display: table;
  content: " ";
}
html .picker__header:after {
  clear: both;
}
html .picker__header .picker__select--month {
  display: inline-block;
}
html .picker__header .picker__select--year {
  display: inline-block;
}
html.task-activation .jomsocial-wrapper .jomsocial {
  background: #ffffff;
}
html .joms-popup__content {
  padding: 15px;
}
html .joms-popup__content .joms-stream__meta {
  text-align: left;
}
html .joms-popup__content .joms-stream__meta .joms-checkbox {
  display: inline-block;
}
html .joms-popup__content--single ul {
  padding-left: 0;
}
html .joms-popup .joms-popover {
  border-radius: 0;
  padding: 2px 0;
}
@media (max-width: 767px) {
  html .joms-popup .joms-popover {
    max-height: 300px;
  }
}
html .joms-popup--dropdown .joms-dropdown.more-button {
  position: static;
  margin: 0;
}
html .joms-focus__link > a {
  padding: 8px 22px;
}
html .joms-postbox-input div.inputbox {
  height: auto;
}
html #inbox-listing.joms-list--message .joms-list--message__time {
  position: static;
}
@media (max-width: 767px) {
  html #inbox-listing .joms-list__item {
    padding: 12px 0;
  }
  html #inbox-listing .joms-list__item .joms-list--message__time {
    position: absolute;
    right: 0;
    bottom: 2px;
  }
}
html .joms-hcard__badges {
  padding: 0;
}
html .content-mass-top #cModule-HelloMe .joms-module--hellome {
  background: #ffffff;
}
html .content-mass-top #cModule-HelloMe .joms-hcard {
  max-width: unset;
}
html .content-mass-top #cModule-HelloMe .joms-button--hellome {
  position: relative;
}
html .content-mass-top #cModule-HelloMe .joms-button--hellome span {
  background: #f22613;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  line-height: 14px;
  min-width: 12px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: 5px;
  word-break: normal;
}
html .content-mass-top #cModule-HelloMe .joms-button--hellome small:empty {
  display: none;
}
html .content-mass-top #cModule-HelloMe .joms-button--hellome.logout {
  float: none;
  width: auto;
}
html .content-mass-top #cModule-HelloMe .joms-button--hellome.logout .joms-icon {
  fill: #ffffff;
}
html .content-mass-top #cModule-HelloMe .joms-list--hellome {
  background: #ffffff;
  padding: 24px;
}
html .content-mass-top #cModule-HelloMe .joms-list--hellome li {
  text-align: left;
  padding: 12px 0;
  border: 0;
}
html .content-mass-top #cModule-HelloMe .joms-list--hellome li a {
  color: #555b6a;
  font-size: 16px;
  display: block;
}
html .content-mass-top #cModule-HelloMe .joms-list--hellome li a:hover,
html .content-mass-top #cModule-HelloMe .joms-list--hellome li a:focus,
html .content-mass-top #cModule-HelloMe .joms-list--hellome li a:active {
  color: #669900;
}
html .content-mass-top #cModule-HelloMe .joms-list--hellome li span {
  float: right;
}
html .content-mass-top #cModule-HelloMe .joms-list--hellome li .joms-icon {
  fill: #669900;
}
html .content-mass-top .section-sign #cModule-HelloMe .joms-list--hellome {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
html .content-mass-top .section-sign #cModule-HelloMe .joms-hcard__info {
  display: block;
  top: 0;
  padding-top: 35px;
}
html .t3-sidebar .cHello-Header {
  margin-bottom: 24px;
}
html .t3-sidebar .cHello-Header a {
  color: #ffffff;
}
html .t3-sidebar #cModule-HelloMe {
  margin: -24px;
}
html .t3-sidebar #cModule-HelloMe .joms-hcard__info {
  display: block;
  top: 0;
}
html .t3-sidebar .joms-action--hellome {
  margin-bottom: 0;
  background: #88cc00;
  width: auto;
  display: block;
}
html .t3-sidebar .joms-action--hellome > div {
  display: inline-block;
  width: 20%;
  position: relative;
}
html .t3-sidebar .joms-action--hellome .joms-button--hellome {
  background: none;
}
html .t3-sidebar .joms-action--hellome .joms-button--hellome span {
  background: #f22613;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  line-height: 14px;
  min-width: 12px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: 5px;
  word-break: normal;
}
html .t3-sidebar .joms-action--hellome a .joms-icon {
  fill: #ffffff;
}
html .t3-sidebar .joms-list--hellome {
  background: #ffffff;
  padding: 24px;
}
html .t3-sidebar .joms-list--hellome li {
  text-align: left;
  padding: 12px 0;
  border: 0;
}
html .t3-sidebar .joms-list--hellome li a {
  color: #555b6a;
  font-size: 16px;
  display: block;
}
html .t3-sidebar .joms-list--hellome li a:hover,
html .t3-sidebar .joms-list--hellome li a:focus,
html .t3-sidebar .joms-list--hellome li a:active {
  color: #669900;
}
html .t3-sidebar .joms-list--hellome li span {
  float: right;
}
html .t3-sidebar .joms-list--hellome li .joms-icon {
  fill: #669900;
}
html .t3-sidebar .joms-form {
  padding: 24px;
}
html .t3-sidebar .top-gap {
  margin-top: 10px;
}
html .t3-sidebar .top-gap li {
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
}
html .t3-sidebar .top-gap li a {
  border-width: 1px;
  display: inline-block;
  padding: 6px;
}
html .t3-sidebar .module-primary .joms-checkbox span {
  color: #ffffff;
}
html .t3-sidebar .module-primary .btn-primary {
  background-color: #558000;
}
html .t3-sidebar .module-primary a {
  color: #ffffff;
}
html .t3-sidebar .module-primary .top-gap li a {
  background-color: #558000;
  border-color: #446600;
}
html .js-module #datingsearch_agefrom,
html .js-module #datingsearch_ageto {
  display: inline-block;
}
html .t3-sidebar .joms-module__body,
html .t3-sidebar .joms-stream__header {
  padding: 0;
}
html .t3-sidebar .joms-stream__header + .joms-stream__header {
  padding-top: 12px;
}
html .joms-js--module-activegroup .joms-avatar--stream img {
  border-radius: 0;
  border: 0;
  padding: 0;
}
html .joms-js--module-activegroup .joms-text--title,
html .joms-popover__content a {
  color: #555b6a;
  font-size: 16px;
}
html .joms-js--module-activegroup .joms-text--title:hover,
html .joms-js--module-activegroup .joms-text--title:focus,
html .joms-js--module-activegroup .joms-text--title:active,
html .joms-popover__content a:hover,
html .joms-popover__content a:focus,
html .joms-popover__content a:active {
  color: #669900;
}
html .joms-js--module-activegroup .joms-block {
  color: #b6c2cc;
}
html .t3-sidebar ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
html .t3-sidebar ul.joms-list--event {
  margin-left: 0;
}
html .joms-list--event .joms-media--event {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
html .joms-list--event .joms-media--event + .joms-media--event {
  padding-top: 24px;
}
html .joms-list--event .joms-media--event .joms-media__body {
  padding-left: 12px;
  padding-right: 0;
  vertical-align: top;
}
html .joms-list--event .joms-media--event .joms-media__body a {
  color: #555b6a;
  font-size: 16px;
}
html .joms-list--event .joms-media--event .joms-media__body a:hover,
html .joms-list--event .joms-media--event .joms-media__body a:focus,
html .joms-list--event .joms-media--event .joms-media__body a:active {
  color: #669900;
}
html .joms-list--event .joms-media--event .joms-media__body .joms-block,
html .joms-list--event .joms-media--event .joms-media__body .joms-block + a {
  color: #b6c2cc;
  font-size: 14px;
}
html .t3-sidebar ul.joms-list--thumbnail {
  margin: -6px;
}
html .t3-sidebar ul.joms-list--thumbnail .joms-list__item {
  width: 50%;
  padding: 6px;
}
html .t3-header .joms-noti__notify {
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  float: right;
  text-align: right;
}
html .t3-header .joms-noti__notify a {
  display: inline-block;
  color: #ffffff;
  width: 30px;
  line-height: 50px;
}
html .t3-header .joms-noti__notify .joms-icon {
  fill: #ffffff;
}
html .t3-sidebar .joms-list--half .joms-list__item {
  width: 100%;
  padding: 0;
}
html .t3-sidebar .joms-list--half .joms-list__item + .joms-list__item {
  margin-top: 24px;
}
html .t3-sidebar .joms-button--link small {
  font-size: 100%;
}
@media (min-width: 992px) {
  html .js-register-profile .joms-form__group > span:first-child {
    width: 100px;
    text-align: left !important;
  }
}
html .js-register-profile .joms-textarea {
  min-height: 100px;
}
html .js-register-profile #btnSubmit {
  margin-top: 12px;
}
.ie8 .joms-comment__actions {
  text-align: left;
  padding-left: 0;
}
.ie8 .joms-comment__actions > a {
  display: inline;
}
.ie8 .joms-list--event .joms-media__calendar {
  display: table-cell;
  height: 80px;
  vertical-align: top;
  width: 60px;
}
.ie8 .joms-list--event .joms-media__body {
  padding-top: 0;
}
.ie8 .jomsocial .joms-toolbar--desktop {
  display: block;
  border: 1px solid #d7d9db;
}
.ie8 .jomsocial .joms-toolbar {
  display: none;
}
.ie8 .jomsocial .joms-body .joms-module__wrapper,
.ie8 .jomsocial .joms-body .joms-module__wrapper--stacked {
  display: none;
}
.ie8 .jomsocial .joms-body .joms-focus .joms-focus__actions,
.ie8 .jomsocial .joms-body .joms-focus .joms-focus__badges {
  display: none;
}
.ie8 .jomsocial .joms-body .joms-stream__wrapper .joms-stream .joms-stream__status--mobile {
  display: none;
}
.ie8 .jomsocial .joms-body .joms-stream__wrapper .joms-stream .joms-stream__status {
  background: #f7f7f7;
}
.ie8 .jomsocial .joms-body .joms-stream__wrapper .joms-stream .joms-stream__actions {
  text-align: left;
}
.ie8 .jomsocial .joms-body .joms-stream__wrapper .joms-stream .joms-comment__reply > span {
  display: none;
}
.ie8 .jomsocial .joms-landing .joms-landing__cover:before {
  padding-top: 40%;
}
.ie8 .jomsocial .joms-landing .joms-landing__cover .joms-landing__image {
  background-size: cover;
}
.ie8 .jomsocial .joms-landing .joms-landing__cover .joms-landing__content {
  background: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  zoom: 1;
}
.ie8 .jomsocial .joms-landing .joms-landing__cover .joms-landing__content .joms-landing__text,
.ie8 .jomsocial .joms-landing .joms-landing__cover .joms-landing__content .joms-landing__signup {
  width: 50%;
  display: table-cell;
}
.ie8 .jomsocial .joms-landing .joms-landing__cover .joms-landing__content .joms-button--signup {
  float: right;
  width: auto;
}
.ie8 .jomsocial .joms-landing .joms-landing__action .joms-input--append,
.ie8 .jomsocial .joms-landing .joms-landing__action .joms-button--login {
  display: inline-block;
  width: 32%;
  margin-right: 10px;
}
.ie8 .jomsocial .joms-landing .joms-landing__action .joms-button--login {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ie8 .jomsocial .joms-landing .joms-landing__action .joms-js-form--login > a,
.ie8 .jomsocial .joms-landing .joms-landing__action .joms-checkbox {
  display: inline-block;
  margin-right: 10px;
}
.ie8 button {
  border-style: solid !important;
}
.ie8 .joms-text--light {
  display: inline-block;
  border: 1px solid #f22613;
}
.joms-popover__actions .joms-button__reject {
  color: #ffffff !important;
}
.joms-popover__actions .joms-button__approve {
  color: #555b6a !important;
}
#cModule-HelloMe input.joms-input {
  padding-bottom: 20px\9;
}
.ie10 #cModule-HelloMe input.joms-input {
  padding-bottom: 20px;
}
@supports (-ms-accelerator:true) {
  #cModule-HelloMe input.joms-input {
    padding-bottom: 20px;
  }
}
body {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  letter-spacing: -1px;
  font-weight: 700;
  text-transform: none;
}
a.externalURL:after {
  font-family: "FontAwesome";
  content: "\f08e";
  display: inline-block;
  margin: 0 4px;
  z-index: 1;
}
.hideExternalURL a.externalURL:after {
  display: none;
}
small,
.small {
  display: inline-block;
  line-height: 1.25;
}
.features-loader {
  display: none;
}
.features-intro .t3-section.bg-electricitymaps {
  background-color: #111827;
}
.features-intro .t3-section.bg-electricitymaps .section-header {
  color: #ffffff;
}
.features-intro .t3-section .section-inner h3.section-title {
  display: none;
}
.t3-section .container {
  margin-left: auto;
  margin-right: auto;
}
.t3-section .section-inner h1.section-title,
.t3-section .section-inner .h1.section-title,
.t3-section .section-inner h2.section-title,
.t3-section .section-inner .h2.section-title,
.t3-section .section-inner h3.section-title,
.t3-section .section-inner .h3.section-title {
  padding-top: 24px;
  margin-top: 0;
}
.pricing-table {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.section-inner.section-primary {
  background: #669900;
}
article h4,
article .h4,
article h5,
article .h5,
article h6,
article .h6 {
  font-weight: 500;
}
article h4:not(:first-of-type),
article .h4:not(:first-of-type),
article h5:not(:first-of-type),
article .h5:not(:first-of-type),
article h6:not(:first-of-type),
article .h6:not(:first-of-type) {
  margin-top: 24px;
}
.alert.alert-neutral {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-neutral hr {
  border-top-color: #c9e2b3;
}
.alert.alert-neutral .alert-link {
  color: #356635;
}
.scrollDown body.features-page .t3-header,
.scrollUp body.features-page .t3-header {
  background-color: #669900 !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.head-login {
  margin-right: 10px;
}
.head-login .login-greeting {
  margin-right: 110px;
  width: auto;
  max-width: 17.5vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head-login .login-greeting a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .head-login .login-greeting a {
    color: #555b6a;
  }
}
.head-login .logout-button {
  padding: 0;
}
.head-login #cModule-Notify {
  position: relative;
}
.head-login #cModule-Notify .joms-noti__notify {
  position: absolute;
  top: 0;
  right: 30px;
  width: 100px;
}
.head-login #cModule-Notify .joms-noti__notify a {
  text-align: center;
}
.head-menu #cModule-Notify {
  right: 87px;
}
.head-search {
  margin-top: 10px;
  float: right;
  margin-right: 12px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .head-search {
    width: 37vw;
    min-width: 100px;
    max-width: 200px;
  }
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 3px;
  color: #555555;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding: 0 12px 0 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 100px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  body.features-page .head-search select,
  body.features-page .head-search textarea,
  body.features-page .head-search input[type="text"],
  body.features-page .head-search input[type="password"],
  body.features-page .head-search input[type="datetime"],
  body.features-page .head-search input[type="datetime-local"],
  body.features-page .head-search input[type="date"],
  body.features-page .head-search input[type="month"],
  body.features-page .head-search input[type="time"],
  body.features-page .head-search input[type="week"],
  body.features-page .head-search input[type="number"],
  body.features-page .head-search input[type="email"],
  body.features-page .head-search input[type="url"],
  body.features-page .head-search input[type="search"],
  body.features-page .head-search input[type="tel"],
  body.features-page .head-search input[type="color"],
  body.features-page .head-search .inputbox {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  body.features-page .head-search select:focus,
  body.features-page .head-search textarea:focus,
  body.features-page .head-search input[type="text"]:focus,
  body.features-page .head-search input[type="password"]:focus,
  body.features-page .head-search input[type="datetime"]:focus,
  body.features-page .head-search input[type="datetime-local"]:focus,
  body.features-page .head-search input[type="date"]:focus,
  body.features-page .head-search input[type="month"]:focus,
  body.features-page .head-search input[type="time"]:focus,
  body.features-page .head-search input[type="week"]:focus,
  body.features-page .head-search input[type="number"]:focus,
  body.features-page .head-search input[type="email"]:focus,
  body.features-page .head-search input[type="url"]:focus,
  body.features-page .head-search input[type="search"]:focus,
  body.features-page .head-search input[type="tel"]:focus,
  body.features-page .head-search input[type="color"]:focus,
  body.features-page .head-search .inputbox:focus {
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 991px) {
  body.features-page .head-search select,
  body.features-page .head-search textarea,
  body.features-page .head-search input[type="text"],
  body.features-page .head-search input[type="password"],
  body.features-page .head-search input[type="datetime"],
  body.features-page .head-search input[type="datetime-local"],
  body.features-page .head-search input[type="date"],
  body.features-page .head-search input[type="month"],
  body.features-page .head-search input[type="time"],
  body.features-page .head-search input[type="week"],
  body.features-page .head-search input[type="number"],
  body.features-page .head-search input[type="email"],
  body.features-page .head-search input[type="url"],
  body.features-page .head-search input[type="search"],
  body.features-page .head-search input[type="tel"],
  body.features-page .head-search input[type="color"],
  body.features-page .head-search .inputbox {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body.features-page .head-search select::placeholder,
  body.features-page .head-search textarea::placeholder,
  body.features-page .head-search input[type="text"]::placeholder,
  body.features-page .head-search input[type="password"]::placeholder,
  body.features-page .head-search input[type="datetime"]::placeholder,
  body.features-page .head-search input[type="datetime-local"]::placeholder,
  body.features-page .head-search input[type="date"]::placeholder,
  body.features-page .head-search input[type="month"]::placeholder,
  body.features-page .head-search input[type="time"]::placeholder,
  body.features-page .head-search input[type="week"]::placeholder,
  body.features-page .head-search input[type="number"]::placeholder,
  body.features-page .head-search input[type="email"]::placeholder,
  body.features-page .head-search input[type="url"]::placeholder,
  body.features-page .head-search input[type="search"]::placeholder,
  body.features-page .head-search input[type="tel"]::placeholder,
  body.features-page .head-search input[type="color"]::placeholder,
  body.features-page .head-search .inputbox::placeholder {
    color: #ffffff;
    opacity: 0.6;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  body.features-page .head-search .search:before {
    color: #ffffff;
  }
}
body.features-page .t3-section .section-inner h3.section-title span {
  display: none;
}
.t3-off-canvas {
  width: 300px;
}
.t3-off-canvas .t3-off-canvas-body .nav > li.active > a {
  color: #669900;
}
.dropdown-menu > li > a {
  white-space: normal;
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-wrapper,
.off-canvas-right.off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas:-webkit-scrollbar {
  display: none;
}
.view-category.no-attachments .com-dpattachments-layout-attachments {
  display: none;
}
.view-article .index li.index-item {
  list-style: none;
}
.view-article .index li.index-item .index-link {
  margin-left: -21px;
}
.acm-slideshow .owl-carousel .item .slider-content {
  top: 30% !important;
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
  font-weight: 700 !important;
  letter-spacing: -1px;
}
.acm-slideshow .owl-carousel .item .slider-content .item-desc {
  text-transform: uppercase;
}
.acm-stats.style-1.style-dark .stats-list .stats-item-icon {
  color: #669900 !important;
}
.acm-stats.style-1.style-dark .stats-list .stats-subject {
  margin-bottom: 0;
}
.acm-timeline {
  margin-top: 0 !important;
  padding-top: 24px;
}
.acm-timeline .item-row {
  margin-bottom: 0 !important;
  padding-bottom: 24px;
}
.acm-teams .team-items .item .img-intro p {
  background-color: rgba(102, 153, 0, 0.8) !important;
}
@media screen and (max-width: 767px) {
  .acm-teams .team-items .item .img-intro p {
    display: block !important;
  }
}
.acm-pricing .pricing-table .col-featured .col-header {
  background: #669900;
}
@media screen and (max-width: 991px) {
  .acm-features.style-1 .features-content.features-content-left {
    text-align: left !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 991px) {
  .acm-features.style-1 .features-item > p {
    padding: 0 !important;
  }
}
.acm-features.style-2 span {
  border: 1px solid #555b6a !important;
}
.acm-features.style-2 .font-icon {
  color: #555b6a !important;
}
.acm-features.style-12 .features-item .content-wrap h4 {
  font-weight: 600;
  text-align: left;
}
.acm-features.style-12 .features-item.bg-lv-1 {
  background: #669900 !important;
}
.acm-features.style-12 .features-item.bg-lv-2 {
  background: #629300 !important;
}
.acm-features.style-12 .features-item.bg-lv-3 {
  background: #588700 !important;
}
.acm-features.style-12 .features-item.bg-lv-4 {
  background: #508100 !important;
}
@media (max-width: 767px) {
  .uber-cliens .client-item {
    padding-top: 0 !important;
    padding-bottom: 8px !important;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.btn-rounded {
  border-radius: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
}
.btn-rounded.btn-lg {
  border-radius: 48px;
  font-size: 18px;
  padding: 20px 48px;
}
.btn-rounded-inverse {
  background-color: #eeeeee;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-rounded-inverse:focus,
.btn-rounded-inverse.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-rounded-inverse:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-rounded-inverse:active,
.btn-rounded-inverse.active,
.open > .dropdown-toggle.btn-rounded-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #141414;
}
.btn-rounded-inverse:active:hover,
.btn-rounded-inverse.active:hover,
.open > .dropdown-toggle.btn-rounded-inverse:hover,
.btn-rounded-inverse:active:focus,
.btn-rounded-inverse.active:focus,
.open > .dropdown-toggle.btn-rounded-inverse:focus,
.btn-rounded-inverse:active.focus,
.btn-rounded-inverse.active.focus,
.open > .dropdown-toggle.btn-rounded-inverse.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-rounded-inverse.disabled:hover,
.btn-rounded-inverse[disabled]:hover,
fieldset[disabled] .btn-rounded-inverse:hover,
.btn-rounded-inverse.disabled:focus,
.btn-rounded-inverse[disabled]:focus,
fieldset[disabled] .btn-rounded-inverse:focus,
.btn-rounded-inverse.disabled.focus,
.btn-rounded-inverse[disabled].focus,
fieldset[disabled] .btn-rounded-inverse.focus {
  background-color: #333333;
  border-color: #333333;
}
.btn-rounded-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-rounded-inverse:hover,
.btn-rounded-inverse:focus,
.btn-rounded-inverse:active {
  background: #333333;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn-border {
  background: transparent;
  border: 3px solid #555555;
  color: #555555;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  background: #669900;
  border-color: #669900;
  color: #ffffff;
}
.btn-border.btn-primary {
  border-color: #669900;
  color: #669900;
}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:focus,
.btn-border.btn-primary:active {
  color: #ffffff;
}
.btn-border.btn-danger {
  border-color: #d9534f;
}
.btn-border.btn-danger:hover,
.btn-border.btn-danger:focus {
  background: #d9534f;
  border-color: #d9534f;
  color: #ffffff;
}
.btn-border.btn-warning {
  border-color: #f0ad4e;
}
.btn-border.btn-warning:hover,
.btn-border.btn-warning:focus {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #ffffff;
}
.btn-border.btn-success {
  border-color: #669900;
}
.btn-border.btn-success:hover,
.btn-border.btn-success:focus {
  background: #669900;
  border-color: #669900;
  color: #ffffff;
}
.btn-border.btn-info {
  border-color: #5bc0de;
}
.btn-border.btn-info:hover,
.btn-border.btn-info:focus {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #ffffff;
}
.btn-border.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border: 3px solid #ffffff;
}
.btn-border.btn-inverse:focus,
.btn-border.btn-inverse.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-border.btn-inverse:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.btn-border.btn-inverse:active,
.btn-border.btn-inverse.active,
.open > .dropdown-toggle.btn-border.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #141414;
}
.btn-border.btn-inverse:active:hover,
.btn-border.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-border.btn-inverse:hover,
.btn-border.btn-inverse:active:focus,
.btn-border.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-border.btn-inverse:focus,
.btn-border.btn-inverse:active.focus,
.btn-border.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-border.btn-inverse.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-border.btn-inverse.disabled:hover,
.btn-border.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-border.btn-inverse:hover,
.btn-border.btn-inverse.disabled:focus,
.btn-border.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-border.btn-inverse:focus,
.btn-border.btn-inverse.disabled.focus,
.btn-border.btn-inverse[disabled].focus,
fieldset[disabled] .btn-border.btn-inverse.focus {
  background-color: #333333;
  border-color: #333333;
}
.btn-border.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-border.btn-inverse:hover,
.btn-border.btn-inverse:focus,
.btn-border.btn-inverse:active {
  background: #333333;
  border-color: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn-border.btn-white {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.btn-border.btn-white:hover,
.btn-border.btn-white:focus,
.btn-border.btn-white:active {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.btn-border-inverse {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.btn-border-inverse:hover,
.btn-border-inverse:focus,
.btn-border-inverse:active {
  background: rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
  color: #ffffff;
}
.btn-action {
  border-radius: 26px;
  margin: 0 6px;
  padding: 12px 48px;
  position: relative;
}
.ja-masthead {
  background-image: url("/images/eeg-premstaetten-bg-masthead.jpg");
}
.ja-masthead .ja-masthead-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -1px;
}
html .content-mass-top #cModule-HelloMe .joms-list--hellome li {
  padding: 0 0 5px 0;
}
.dp-attachment .dp-attachment__date {
  display: none;
}
.bfFormDiv {
  background: #ffffff;
  padding: 24px;
  position: relative;
}
.bfFormDiv .bfQuickMode section,
.bfFormDiv .bfQuickMode fieldset {
  padding-right: 0 !important;
}
.bfFormDiv .bfQuickMode .bfElemWrap .form-inline span.nonform-control > div {
  text-align: justify;
}
.bfFormDiv .bfQuickMode .bfElemWrap .form-inline textarea {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 6px 12px;
}
.bfFormDiv .bfQuickMode .bfElemWrap .form-inline label .bfMaxLengthCounter {
  font-size: 12px;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section[id^="secNavigation"] .bfElemWrap,
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset[id^="secNavigation"] .bfElemWrap {
  float: left;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section[id^="secNavigation"] .bfElemWrap .btn[name*="btnZurueck"],
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset[id^="secNavigation"] .bfElemWrap .btn[name*="btnZurueck"] {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section[id^="secNavigation"] .bfElemWrap .btn[name*="btnZurueck"]:hover,
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset[id^="secNavigation"] .bfElemWrap .btn[name*="btnZurueck"]:hover,
#ff_formdiv5.bfFormDiv .bfQuickMode section[id^="secNavigation"] .bfElemWrap .btn[name*="btnZurueck"]:focus,
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset[id^="secNavigation"] .bfElemWrap .btn[name*="btnZurueck"]:focus {
  background-color: #e6e6e6;
  border-color: #bebebe;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section[id^="secNavigation"] .bfElemWrap .btn[name*="btnNeuStarten"],
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset[id^="secNavigation"] .bfElemWrap .btn[name*="btnNeuStarten"] {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section[id^="secNavigation"] .bfElemWrap .btn[name*="btnNeuStarten"]:hover,
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset[id^="secNavigation"] .bfElemWrap .btn[name*="btnNeuStarten"]:hover,
#ff_formdiv5.bfFormDiv .bfQuickMode section[id^="secNavigation"] .bfElemWrap .btn[name*="btnNeuStarten"]:focus,
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset[id^="secNavigation"] .bfElemWrap .btn[name*="btnNeuStarten"]:focus {
  background-color: #e6e6e6;
  border-color: #bebebe;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section div[id^="sec"],
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset div[id^="sec"] {
  text-align: center;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section .bfSectionDescription h3,
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset .bfSectionDescription h3 {
  text-align: center;
}
#ff_formdiv5.bfFormDiv .bfQuickMode section .bfSectionDescription p.lead,
#ff_formdiv5.bfFormDiv .bfQuickMode fieldset .bfSectionDescription p.lead {
  text-align: center;
}
#ff_formdiv5.bfFormDiv .bfQuickMode .bfElemWrap .form-inline input[type="text"],
#ff_formdiv5.bfFormDiv .bfQuickMode .bfElemWrap .form-inline input[type="number"],
#ff_formdiv5.bfFormDiv .bfQuickMode .bfElemWrap .form-inline textarea,
#ff_formdiv5.bfFormDiv .bfQuickMode .bfElemWrap .form-inline select {
  min-width: 285px;
}
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2626,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1948 {
  text-align: center;
  float: none;
}
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2001,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1949,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1950,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1951,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1964,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2757,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1965,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1966,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1967,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1968,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1969,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2962,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2977 {
  padding-left: 15px;
  padding-right: 15px;
}
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2098,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2099,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2104,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2117,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2118,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2756,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2119,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2120,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2121,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2122,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2123,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2961,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap2976 {
  text-align: right;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1879 .nonform-control,
#ff_formdiv5.bfFormDiv .bfQuickMode #bfElemWrap1924 .nonform-control {
  width: auto;
}
#ff_formdiv5.bfFormDiv .bfQuickMode #secContainer1 label,
#ff_formdiv5.bfFormDiv .bfQuickMode #secContainer2 label {
  font-weight: 700;
  vertical-align: top;
}
.docs-section {
  margin-bottom: 48px;
}
.docs-section .page-header {
  border-bottom: 0;
  margin-bottom: 36px;
  padding-bottom: 0;
}
.docs-section .page-header h1 {
  font-size: 24px;
  font-weight: 400;
  color: #555b6a;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #88cc00;
  margin: 0;
  text-transform: uppercase;
}
.docs-section h2.sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #669900;
  margin-bottom: 24px;
  margin-top: 0;
}
.docs-section .dropdown-menu {
  padding: 12px 0;
}
.docs-section .dropdown-menu li {
  padding: 0 12px;
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 24px 0;
  font-weight: 100;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #333333;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
@media (max-width: 480px) {
  .example-colors .swatch-item dl {
    padding: 10px;
  }
}
.example-colors .color-brand-primary {
  background: #669900;
}
.example-colors .color-brand-secondary {
  background: #88cc00;
}
.example-colors .color-brand-success {
  background: #669900;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #222222;
}
.example-colors .color-gray-dark {
  background: #333333;
}
.example-colors .color-gray {
  background: #555555;
}
.example-colors .color-gray-light {
  background: #999999;
  color: #333333;
}
.example-colors .color-gray-lighter {
  background: #eeeeee;
  color: #333333;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #333333;
}
.example-inputs .form-control {
  box-shadow: none;
  width: 100%;
  margin-bottom: 24px;
}
.example-inputs ul {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .example-inputs ul li {
    float: left;
    width: 30%;
    padding-right: 24px;
  }
}
.example-button .btn {
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .example-button .btn {
    width: 30%;
  }
}
/**
 * ------------------------------------------------------------------------
 * JA Masthead Module 
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

.ja-masthead {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.ja-masthead:before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.ja-masthead .ja-masthead-detail {
  color: #fff;
  padding: 40px 0;
  max-width: 980px;
  position: relative;
  text-align: center;
  z-index: 20;
  margin: 0 auto;
}

/* Video background */
.masthead-video {
  position: relative;
}

.masthead-video #ja-masthead-bg {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 100%; */
  /* height: 100%; */
  z-index: 1;
}

#ja-masthead-bg video {
  object-fit: cover;
}

.ja-masthead-bg {
  display: flex;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ja-masthead-bg video {
  width: 100%;
  object-fit: cover;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1041;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow,
.mfp-arrow:active,
.mfp-arrow:hover, .mfp-arrow:focus {
  background: none; } /* Fix for templates override */

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 44%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

img.joms-emoticon{background:0 0}.joms-icon__attending,.joms-icon__not-attending{background:transparent url(//www.eeg-premstaetten.at//components/com_community/assets/release/css/../../rsvp.png) no-repeat;display:inline-block;height:10px;width:10px}.joms-icon__attending{background-position:0 -9px}.joms-icon__not-attending{background-position:0 -37px}.joms-cropper{display:inline-block;margin-bottom:10px;vertical-align:top;width:100%}.joms-cropper__wrapper{border:0;margin:0;max-height:300px;max-width:100%;overflow:auto;padding:0;position:relative}.joms-cropper__box{background-color:rgba(255,255,255,.4);border:2px solid rgba(0,0,0,.5);border-radius:2px;cursor:move;position:absolute;top:0;left:0;width:160px;height:160px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.joms-cropper__preview{width:64px;height:64px;overflow:hidden}.joms-cropper img{max-height:none;max-width:none}.joms-popup:hover .joms-popup__option,.joms-popup__mobile .joms-popup__option{background-color:rgba(0,0,0,.6);display:block}.joms-popup--photo .joms-spinner{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.joms-popup--photo .joms-popup__content img,.joms-popup--video .joms-popup__content .joms-popup__video,.joms-popup--video .joms-popup__content .joms-popup__video>embed,.joms-popup--video .joms-popup__content iframe,.joms-popup--video .joms-popup__content video{margin:auto;max-height:100%;max-width:100%;position:absolute;top:0;left:0;bottom:0;right:0}.joms-popup--video .joms-popup__content .joms-popup__video,.joms-popup--video .joms-popup__content .joms-popup__video>embed,.joms-popup--video .joms-popup__content iframe,.joms-popup--video .joms-popup__content video{width:90%!important;height:85%!important}.joms-popup--video .joms-popup__content .joms-popup__video .joms-media--video{max-width:none;width:100%;height:100%}.joms-popup--video .joms-popup__content .joms-popup__video img{margin:auto;max-height:100%;max-width:100%;width:100%;height:auto;position:absolute;top:0;left:0;bottom:0;right:0}.joms-popup--video .joms-popup__content .joms-popup__video .mejs-video{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.joms-popup--video .mejs-overlay-play{height:100%;left:0;position:absolute;top:0;width:100%;outline:0}.joms-popup--video .mejs-container{max-height:100%!important}.mejs-mediaelement *{max-height:100%;max-width:100%}.mejs-mediaelement .me-plugin,.mejs-mediaelement .me-plugin embed{height:100%;width:100%}@media all and (max-width:640px){.joms-popup--togglecomment .joms-popup__commentwrapper .joms-popup__content{display:none}.joms-popup--togglecomment .joms-popup__commentwrapper .joms-popup__comment{display:block;width:auto}.joms-popup--togglecomment .joms-popup__commentwrapper .mfp-close{color:#000}}@media screen and (min-width:0\0) and (min-resolution:+72dpi){.joms-popup{width:400px;max-width:100%}.joms-popup--500{width:500px;max-width:100%}.joms-popup--600{width:600px;max-width:100%}.joms-popup--700{width:700px;max-width:100%}}.inputbox textarea.input:focus{box-shadow:none!important}.joms-comment__item .joms-comment__reply{background-color:transparent!important;display:none}.joms-comment__attachment{padding:5px 0}.joms-popup .joms-comment{display:block!important}.joms-popup .joms-comment__actions,.joms-popup .joms-comment__body,.joms-popup .joms-comment__header,.joms-popup .joms-comment__reply{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media all and (max-width:480px){.joms-comment.joms-comment--inbox,.joms-comment.joms-comment--wall{display:block!important}.joms-comment__actions.joms-comment__actions--single{padding:7px 14px}}.joms-stream{margin-bottom:14px!important;padding:0!important}.joms-media--images img{display:none;border:0 solid transparent;border-left-width:1px;border-right-width:1px;margin:0 -1px}.joms-media--images img.montage{display:inline}.joms-input__wrapper,.joms-textarea__wrapper{position:relative}.joms-textarea__loading{display:none;position:absolute;top:0;right:12px;text-align:right;width:100%;height:100%}.joms-textarea__loading img{margin:12px 35px 0 0}.joms-textarea__attachment{border-radius:0 0 3px 3px!important;border-top-width:0!important;display:none;height:auto!important;position:relative;margin-top:0;min-height:0!important}.joms-textarea__attachment button{background:#fff;border:0 none;color:#333;display:none;font-size:18px;line-height:24px;position:absolute;top:0;right:0;width:24px;height:24px}.joms-textarea__attachment--thumbnail{display:none}.joms-textarea__attachment--loading{display:none;text-align:center}.joms-autocomplete{background-color:#fff;border:1px solid #e3e5e7;border-radius:0 0 3px 3px;color:#000;background-color:#fff;color:#000;margin-top:-2px;padding:5px 0;position:absolute;left:0;right:0;z-index:1}.joms-autocomplete.focus{border-color:rgba(82,168,236,.8)}.joms-autocomplete a{color:inherit;display:block;padding:6px 8px;white-space:nowrap}.joms-autocomplete a:hover{background-color:#0081c2;color:#fff;text-decoration:none}.joms-tagging{border:1px solid transparent;opacity:.3;padding:8px;position:absolute;top:0;left:0;right:0;bottom:0}.joms-stream__arrow-right{font-family:sans-serif}.joms-legacy-dropdown{position:relative}.joms-legacy-dropdown__menu{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;display:none;margin:2px 0;min-width:160px;padding:5px 0;position:absolute;top:100%;right:auto;bottom:auto;left:0;text-align:left;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.joms-legacy-dropdown__menu--up{top:auto;bottom:100%}.joms-legacy-dropdown__menu--right{right:0;left:auto}.joms-legacy-dropdown__menu li,.joms-legacy-dropdown__menuitem{display:block;white-space:nowrap;line-height:20px}.joms-legacy-dropdown__menu li a,.joms-legacy-dropdown__menuitem a{color:inherit;display:block;font-weight:400;padding:3px 20px;text-decoration:none}.joms-legacy-dropdown__menu li a:hover,.joms-legacy-dropdown__menuitem a:hover{background-color:#0081c2;color:#fff;text-decoration:none}.joms-legacy-dropdown__menu li.divider,.joms-legacy-dropdown__menuitem--divider{background-color:#e5e5e5;height:1px;margin:9px 1px}.joms-legacy-dropdown--opened .joms-legacy-dropdown__menu{display:block}.body .container{border-radius:0!important;box-shadow:none!important}.is-error{border-color:red!important}.joms-input--errormsg{color:red;font-size:smaller;position:absolute;top:38px;left:0}.joms-input--pwdstr{position:absolute;top:30px;right:3px;left:3px}.joms-input--pwdstr__item{border-radius:2px;float:left;margin:0 .5%;width:19%;height:5px}.joms-input--pwdstr__1{background-color:red}.joms-input--pwdstr__2{background-color:orange}.joms-input--pwdstr__3{background-color:#ff0}.joms-input--pwdstr__4{background-color:#7fff00}.joms-input--pwdstr__5{background-color:green}.joms-notifications__label{line-height:15px!important;padding:0 3px!important}.joms-popover__avatar img{height:48px!important;width:48px!important}.joms-focus__button--options--desktop .joms-dropdown a{white-space:nowrap}.joms-focus__actions--reposition{display:none;position:absolute;right:10px;bottom:10px}.joms-popover li{margin:8px 0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.joms-popover__actions{white-space:nowrap;width:1px}.joms-popover .joms-js--field,.joms-popover .joms-js--field input,.joms-popover form{margin:0}.joms-popover .joms-js--loading,.joms-popover .joms-js--viewall{display:none}.joms-popover .joms-js--loading{margin:8px 0 0;text-align:center}.joms-progressbar{background-color:#eee;display:block;height:6px}.joms-progressbar__progress{background-color:#3498db;display:block;height:6px;width:0}.joms-list__item{position:relative}.cModule .joms-list__item{position:inherit}.joms-list__item:hover .joms-gallery__options{display:block}.joms-media__thumbnail{position:relative}.joms-media__thumbnail iframe{width:100%}.joms-media__thumbnail .mejs-overlay-play{height:100%;left:0;position:absolute;top:0;width:100%}.joms-focus__header__actions a.nolink .joms-focus__header__actions a.nolink:hover,.joms-focus__header__actions--desktop a.nolink,.joms-focus__header__actions--desktop a.nolink:hover{cursor:default;text-decoration:none}.joms-focus__link a.liked,.joms-focus__link a.liked:hover{color:#08c}.joms-focus__link a.liked svg{fill:#08c}.joms-postbox-emoticon li div{white-space:nowrap}.joms-focus__cover{overflow:visible!important}.joms-focus__cover-image{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%}.joms-focus__cover-image img{max-width:100%;position:absolute;top:0;left:0}.joms-dropdown>li.divider,.joms-popover>li.divider{background-color:#e5e5e5;display:block;height:1px;margin:4px;padding:0}.joms-avatar--focus,.joms-avatar--focus a{position:relative}.joms-avatar--focus svg{cursor:pointer;display:none;fill:rgba(0,0,0,.6)}.joms-avatar--focus:hover svg{display:block}@media all and (max-width:640px){.joms-popup--togglecomment .joms-popup__commentwrapper .joms-popup__comment{position:relative}}@media all and (max-width:480px){.joms-popup__optoption button{position:relative}.joms-popup__optoption button span.joms-popup__btn-overlay{opacity:0;display:block!important;position:absolute;top:0;left:0;width:100%;height:100%}}.joms-list__item--dragged{border:3px dashed #555}.joms-select--multiple::after{display:none}.cVideo-Wrapper .joms-media--video-native{display:table;position:relative;width:100%}.cVideo-Wrapper .joms-media--video-native:after{content:"";display:block;margin-top:60%}.cVideo-Wrapper .joms-media--video-native>iframe{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.cVideo-Wrapper>iframe{max-width:100%}.play-button{height:40px;width:65px;background-color:rgba(0,0,0,.7);border-radius:5px;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0}.play-button:hover{background-color:rgba(0,0,0,.9)}.play-button:after{content:"";display:block;position:absolute;top:10.5px;left:24px;margin:0 auto;border-style:solid;border-width:9.5px 0 9.5px 17px;border-color:transparent transparent transparent rgba(255,255,255,1)}#js-cpanel .joms-location__wrapper,#js-cpanel .joms-textarea__wrapper{position:relative;width:220px}#js-cpanel .joms-location__wrapper input[type=text],#js-cpanel .joms-textarea--limit{margin-bottom:0!important;padding-bottom:25px!important}#js-cpanel .joms-location__description,#js-cpanel .joms-textarea__limit{background:#f4f4f4;font-size:9px;overflow:hidden;padding:0 4px;position:absolute;bottom:1px;right:1px;left:1px}#js-cpanel .joms-textarea__limit span{float:right}#js-cpanel .joms-textarea--error .joms-textarea__limit span{color:red}#js-cpanel .joms-location__dropdown{background-color:#fff;border:1px solid #f59942;border-top:0 none;display:none;margin-top:-21px;position:absolute;left:0;right:0;z-index:1}#js-cpanel .joms-location__dropdown .joms-location__loading{text-align:center;padding:2px 0}#js-cpanel .joms-location__dropdown .joms-location__header{background:#f4f4f4;font-size:9px;font-weight:700;padding:0 4px}#js-cpanel .joms-location__dropdown .joms-location__close{cursor:pointer;font-weight:700;position:absolute;top:-1px;right:4px}#js-cpanel .joms-location__dropdown .joms-location__map{display:none;width:100%;height:60px}#js-cpanel .joms-location__dropdown .joms-location__list{font-size:11px}#js-cpanel .joms-location__dropdown .joms-location__list a{color:inherit;display:block;line-height:14px;padding:2px 4px;text-decoration:none}#js-cpanel .joms-location__dropdown .joms-location__desc,#js-cpanel .joms-location__dropdown .joms-location__name{display:block;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}button.picker__button--close{display:none}.trumbowyg-box{background-color:#fefefe;margin:0}.trumbowyg-box,.trumbowyg-editor{min-height:150px;width:100%}.trumbowyg-editor ol,.trumbowyg-editor ul{margin:0 0 9px 25px!important;padding:0!important}.trumbowyg-editor ol{list-style:decimal!important}.trumbowyg-editor ul{list-style:disc!important}.trumbowyg-button-pane{margin:0!important;padding:0!important}.trumbowyg-modal-title{margin:0!important}.trumbowyg-modal-box{padding-bottom:55px}.trumbowyg-modal-box form{margin:15px 15px 0!important}.trumbowyg-modal-box .joms-input{padding-top:4px!important;padding-bottom:4px!important}.trumbowyg-modal-box .joms-button--primary{position:absolute;bottom:7px;right:15px}.trumbowyg-modal-box .joms-button--neutral{position:absolute;bottom:7px;left:15px}.joms-phototag__wrapper{cursor:crosshair;display:block;position:absolute}.joms-phototag{border:3px solid rgba(255,255,255,.7);border-radius:3px;cursor:default;height:80px;position:absolute;width:80px;z-index:1}.joms-phototag__image{cursor:crosshair}.joms-phototag__input{left:-68px;position:absolute;text-align:left;top:88px;width:220px}.joms-phototag__input input{border:1px solid #000;height:26px!important;margin:0!important;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.joms-phototag__autocomplete{background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#000;margin-top:1px;padding:5px 0;position:absolute;left:0;right:0}.joms-phototag__autocomplete a,.joms-phototag__autocomplete span{color:inherit;display:block;font-size:12px;padding:4px 12px;white-space:nowrap}.joms-phototag__autocomplete a:hover{background-color:#0081c2;color:#fff;text-decoration:none}.joms-phototag__autocomplete div{border-top:1px solid rgba(0,0,0,.15);margin-top:5px;padding:5px 5px 0}.joms-phototag__tags{position:absolute}.joms-phototag__tag{border:3px solid rgba(255,255,255,.6);border-radius:3px;display:none;position:absolute;white-space:nowrap}.joms-phototag__tag span{background-color:rgba(255,255,255,.6);bottom:-27px;color:#000;display:none;font-weight:700;left:50%;line-height:18px;min-width:120%;padding:2px 6px;position:absolute;text-align:center;transform:translateX(-50%)}.joms-phototag__tag:hover span{display:block}.joms-phototag__tags:hover .joms-phototag__tag{display:block}.joms-textarea__wrapper{margin:0!important;padding:0!important;position:relative}.joms-textarea__beautifier{color:transparent!important;height:auto!important;min-height:0;position:absolute;top:0;left:0;right:0;bottom:0;white-space:pre-wrap;word-wrap:break-word}.joms-textarea__beautifier b{background:#dcdfea;background-image:linear-gradient(#dce6f8,#bdcff1);box-shadow:0 0 0 1px #a3bcea;border-radius:2px;display:inline;font-weight:400!important;color:#000;opacity:.6}.joms-comment__reply .joms-textarea__beautifier b{color:transparent;padding:1px}.joms-comment__reply .joms-textarea__beautifier{top:1px}.joms-textarea__wrapper .joms-textarea{font-size:13px;line-height:14px;margin:0}.joms-textarea__wrapper textarea.joms-textarea{background:0 0;position:relative}.joms-textarea__hidden{display:none}.joms-textarea__tag-ct{background:#fff;border:1px solid rgba(82,168,236,.8);border-top-width:0;display:none;padding:5px 0;position:absolute;left:0;right:0;z-index:1}.joms-textarea__tag-item{display:block;padding:4px 8px;white-space:nowrap}.joms-textarea__tag-item,.joms-textarea__tag-item:focus,.joms-textarea__tag-item:hover{color:inherit;text-decoration:none}.joms-textarea__tag-item--active,.joms-textarea__tag-item:hover{background-color:rgba(82,168,236,.8);color:#fff}.joms-textarea__tag-item img{height:32px;margin-right:8px;width:32px}.joms-textarea__beautifier:empty+div.status__placeholder::after{content:attr(placeholder);position:absolute}.joms-map--location-map{height:100px}.joms-map--location-result{padding-top:10px}.joms-map--location-result .joms-input{margin-bottom:5px}.joms-map--location-loading{display:none;height:220px;text-align:center}.joms-map--location-loading img{padding-top:10px}.joms-map--location-selector{height:220px;margin:0;overflow:auto;padding:0;width:auto}.joms-map--location-item{display:block}.joms-map--location-item,.joms-map--location-item:hover{color:inherit;cursor:pointer;line-height:1.2em;padding:3px 0;text-decoration:none}.joms-map--location-item span{font-size:.9em}.joms-map--location-item--notice{display:block;font-style:italic}.joms-spinner{margin:50px;height:50px;width:50px;-webkit-animation:rotate 1s infinite linear;animation:rotate 1s infinite linear;border:4px solid #fff;border-right-color:transparent;border-radius:50%}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.joms-tooltip{background-color:rgba(0,0,0,.8);border-radius:3px;color:#ddd;display:none;font-size:11px;font-weight:700;padding:3px 8px;position:absolute;white-space:nowrap;z-index:1000}.joms-tooltip:before{border-top:6px solid transparent;border-left:6px solid rgba(0,0,0,.8);border-bottom:6px solid transparent;content:'';display:block;height:0;position:absolute;right:-6px;top:6px;width:0}div.colorful-status__inner.empty:before{content:attr(placeholder);color:#ccc}ddiv.input.joms-textarea :first-child:first-child::before{content:attr(placeholder);color:#ccc}.joms-textarea__beautifier{pointer-events:none}div.joms-emoticon__board{background:#fff;border:1px solid #e1e1e1;border-radius:5px;box-shadow:rgba(0,0,0,.15) 0 0 2px;display:none;width:168px;z-index:1100;transition:opacity .3s,bottom .3s,top .3s;opacity:0;margin:0;cursor:default}div.joms-emoticon__board:before,ul.joms-emoticon__board:after{content:'';display:block;position:absolute;right:15px;border-left:7px solid transparent;border-right:7px solid transparent;z-index:9999}div.joms-emoticon__board span{padding:4px;float:left;list-style:none}div.joms-emoticon__board i{padding:4px;float:left;list-style:none}div.joms-emoticon__board .joms-emoji-js_emoji{margin:4px}div.joms-emoticon__board .joms-emoji-js__scroll{overflow-y:auto!important;padding:3px}div.joms-emoticon__board .joms-emoji-js__scroll::-webkit-scrollbar{width:10px}div.joms-emoticon__board .joms-emoji-js__scroll::-webkit-scrollbar-track{background:#f1f1f1}div.joms-emoticon__board .joms-emoji-js__scroll::-webkit-scrollbar-thumb{background:#888}div.joms-emoticon__board .joms-emoji-js__scroll::-webkit-scrollbar-thumb:hover{background:#555}div.joms-emoticon__board .joms-emoji-js__scroll{scrollbar-width:thin}.joms-board-emoji-anchor:hover,div.joms-emoticon__board span.joms-emoji-js_emoji:hover{opacity:.5;border-radius:3px}div.joms-emoticon__board .joms-emo2{display:block!important}.joms-board--above:before{border-top:7px solid #ccc;bottom:-8px}.joms-board--above:after{border-top:7px solid #fff;bottom:-7px}.joms-board--below:before{border-bottom:7px solid #ccc;top:-8px}.joms-board--below:after{border-bottom:7px solid #fff;top:-7px}.joms-emoji-js__bar{border-bottom:1px solid #e1e1e1;padding:5px 2px 5px 2px;margin-bottom:5px}.joms-emoticon__board .joms-emoji-js__search{padding:5px;border-bottom:1px solid #e1e1e1}.joms-emoticon__board .joms-emoji-js__search input.joms-emoji-search{width:215px;margin-bottom:5px}.joms-emoji-js__bar .joms-board-emoji-anchor{float:inherit}.joms-emoji-js__bar .joms-board-emoji-anchor svg{width:18px}.joms-emoji-js_category-label span{display:block;float:inherit!important}.joms-emo2{width:20px;height:20px;background-image:url(//www.eeg-premstaetten.at//components/com_community/assets/release/css/../../emoticons/jomsoical-emoji.png);background-repeat:no-repeat;margin:0;padding:0;cursor:pointer;background-size:5200%;display:inline-block;color:transparent}.joms-emo2-cold{background-position:98.039215686275% 54.901960784314%}.joms-emo2-100{background-position:49.019607843137% 50.980392156863%}.joms-emo2-hundred{background-position:49.019607843137% 50.980392156863%}.joms-emo2-1234{background-position:52.941176470588% 70.588235294118%}.joms-emo2-numbers{background-position:52.941176470588% 70.588235294118%}.joms-emo2-monkey_face{background-position:25.490196078431% 60.78431372549%}.joms-emo2-grinning{background-position:58.823529411765% 47.058823529412%}.joms-emo2-earth_africa{background-position:11.764705882353% 9.8039215686274%}.joms-emo2-checkered_flag{background-position:17.647058823529% 52.941176470588%}.joms-emo2-mute{background-position:52.941176470588% 17.647058823529%}.joms-emo2-jack_o_lantern{background-position:15.686274509804% 33.333333333333%}.joms-emo2-atm{background-position:23.529411764706% 7.843137254902%}.joms-emo2-grapes{background-position:13.725490196078% 17.647058823529%}.joms-emo2-earth_americas{background-position:11.764705882353% 11.764705882353%}.joms-emo2-grin{background-position:58.823529411765% 49.019607843137%}.joms-emo2-beaming{background-position:58.823529411765% 49.019607843137%}.joms-emo2-melon{background-position:13.725490196078% 19.607843137255%}.joms-emo2-triangular_flag_on_post{background-position:68.627450980392% 27.450980392157%}.joms-emo2-monkey{background-position:23.529411764706% 94.117647058824%}.joms-emo2-christmas_tree{background-position:15.686274509804% 35.294117647059%}.joms-emo2-put_litter_in_its_place{background-position:68.627450980392% 37.254901960784%}.joms-emo2-speaker{background-position:52.941176470588% 19.607843137255%}.joms-emo2-earth_asia{background-position:11.764705882353% 13.725490196078%}.joms-emo2-crossed_flags{background-position:15.686274509804% 60.78431372549%}.joms-emo2-joy{background-position:58.823529411765% 50.980392156863%}.joms-emo2-sound{background-position:52.941176470588% 21.56862745098%}.joms-emo2-watermelon{background-position:13.725490196078% 21.56862745098%}.joms-emo2-gorilla{background-position:82.352941176471% 72.549019607843%}.joms-emo2-fireworks{background-position:15.686274509804% 49.019607843137%}.joms-emo2-potable_water{background-position:68.627450980392% 41.176470588235%}.joms-emo2-wheelchair{background-position:94.117647058824% 19.607843137255%}.joms-emo2-rolling_on_the_floor_laughing{background-position:74.509803921569% 50.980392156863%}.joms-emo2-rofl{background-position:74.509803921569% 50.980392156863%}.joms-emo2-loud_sound{background-position:52.941176470588% 23.529411764706%}.joms-emo2-waving_black_flag{background-position:23.529411764706% 37.254901960784%}.joms-emo2-tangerine{background-position:13.725490196078% 23.529411764706%}.joms-emo2-dog{background-position:25.490196078431% 62.745098039216%}.joms-emo2-sparkler{background-position:15.686274509804% 50.980392156863%}.joms-emo2-globe_with_meridians{background-position:11.764705882353% 15.686274509804%}.joms-emo2-smiley{background-position:58.823529411765% 52.941176470588%}.joms-emo2-loudspeaker{background-position:50.980392156863% 49.019607843137%}.joms-emo2-sparkles{background-position:96.078431372549% 94.117647058824%}.joms-emo2-dog2{background-position:23.529411764706% 100%}.joms-emo2-waving_white_flag{background-position:23.529411764706% 29.411764705882%}.joms-emo2-world_map{background-position:58.823529411765% 35.294117647059%}.joms-emo2-lemon{background-position:13.725490196078% 25.490196078431%}.joms-emo2-mens{background-position:70.588235294118% 56.862745098039%}.joms-emo2-womens{background-position:70.588235294118% 58.823529411765%}.joms-emo2-rainbow-flag{background-position:23.529411764706% 27.450980392157%}.joms-emo2-smile{background-position:58.823529411765% 54.901960784314%}.joms-emo2-banana{background-position:13.725490196078% 27.450980392157%}.joms-emo2-mega{background-position:50.980392156863% 50.980392156863%}.joms-emo2-japan{background-position:58.823529411765% 43.137254901961%}.joms-emo2-poodle{background-position:25.490196078431% 37.254901960784%}.joms-emo2-balloon{background-position:15.686274509804% 52.941176470588%}.joms-emo2-flag-ac{background-position:0 60.78431372549%}.joms-emo2-sweat_smile{background-position:58.823529411765% 56.862745098039%}.joms-emo2-pineapple{background-position:13.725490196078% 29.411764705882%}.joms-emo2-restroom{background-position:70.588235294118% 60.78431372549%}.joms-emo2-postal_horn{background-position:50.980392156863% 74.509803921569%}.joms-emo2-wolf{background-position:25.490196078431% 70.588235294118%}.joms-emo2-tada{background-position:15.686274509804% 54.901960784314%}.joms-emo2-snow_capped_mountain{background-position:21.56862745098% 72.549019607843%}.joms-emo2-laughing{background-position:58.823529411765% 58.823529411765%}.joms-emo2-squinting{background-position:58.823529411765% 58.823529411765%}.joms-emo2-apple{background-position:13.725490196078% 31.372549019608%}.joms-emo2-flag-ad{background-position:0 62.745098039216%}.joms-emo2-fox_face{background-position:82.352941176471% 66.666666666667%}.joms-emo2-confetti_ball{background-position:15.686274509804% 56.862745098039%}.joms-emo2-bell{background-position:52.941176470588% 43.137254901961%}.joms-emo2-mountain{background-position:94.117647058824% 74.509803921569%}.joms-emo2-baby_symbol{background-position:70.588235294118% 62.745098039216%}.joms-emo2-wc{background-position:70.588235294118% 66.666666666667%}.joms-emo2-wink{background-position:58.823529411765% 64.705882352941%}.joms-emo2-no_bell{background-position:52.941176470588% 45.098039215686%}.joms-emo2-green_apple{background-position:13.725490196078% 33.333333333333%}.joms-emo2-tanabata_tree{background-position:15.686274509804% 58.823529411765%}.joms-emo2-flag-ae{background-position:0 64.705882352941%}.joms-emo2-volcano{background-position:11.764705882353% 5.8823529411765%}.joms-emo2-cat{background-position:25.490196078431% 52.941176470588%}.joms-emo2-flag-af{background-position:0 66.666666666667%}.joms-emo2-musical_score{background-position:17.647058823529% 43.137254901961%}.joms-emo2-blush{background-position:58.823529411765% 66.666666666667%}.joms-emo2-pear{background-position:13.725490196078% 35.294117647059%}.joms-emo2-bamboo{background-position:15.686274509804% 62.745098039216%}.joms-emo2-passport_control{background-position:70.588235294118% 84.313725490196%}.joms-emo2-mount_fuji{background-position:58.823529411765% 37.254901960784%}.joms-emo2-cat2{background-position:23.529411764706% 74.509803921569%}.joms-emo2-musical_note{background-position:17.647058823529% 29.411764705882%}.joms-emo2-dolls{background-position:15.686274509804% 64.705882352941%}.joms-emo2-lion_face{background-position:82.352941176471% 49.019607843137%}.joms-emo2-camping{background-position:21.56862745098% 74.509803921569%}.joms-emo2-flag-ag{background-position:0 68.627450980392%}.joms-emo2-customs{background-position:70.588235294118% 86.274509803922%}.joms-emo2-yum{background-position:58.823529411765% 68.627450980392%}.joms-emo2-peach{background-position:13.725490196078% 37.254901960784%}.joms-emo2-tiger{background-position:25.490196078431% 49.019607843137%}.joms-emo2-notes{background-position:17.647058823529% 31.372549019608%}.joms-emo2-flags{background-position:15.686274509804% 66.666666666667%}.joms-emo2-beach_with_umbrella{background-position:21.56862745098% 76.470588235294%}.joms-emo2-cherries{background-position:13.725490196078% 39.21568627451%}.joms-emo2-flag-ai{background-position:0 70.588235294118%}.joms-emo2-baggage_claim{background-position:70.588235294118% 88.235294117647%}.joms-emo2-sunglasses{background-position:58.823529411765% 74.509803921569%}.joms-emo2-left_luggage{background-position:70.588235294118% 90.196078431373%}.joms-emo2-wind_chime{background-position:15.686274509804% 68.627450980392%}.joms-emo2-strawberry{background-position:13.725490196078% 41.176470588235%}.joms-emo2-desert{background-position:21.56862745098% 88.235294117647%}.joms-emo2-studio_microphone{background-position:15.686274509804% 80.392156862745%}.joms-emo2-flag-al{background-position:0 72.549019607843%}.joms-emo2-tiger2{background-position:23.529411764706% 68.627450980392%}.joms-emo2-heart_eyes{background-position:58.823529411765% 72.549019607843%}.joms-emo2-love{background-position:58.823529411765% 72.549019607843%}.joms-emo2-desert_island{background-position:21.56862745098% 90.196078431373%}.joms-emo2-kiwifruit{background-position:82.352941176471% 17.647058823529%}.joms-emo2-rice_scene{background-position:15.686274509804% 70.588235294118%}.joms-emo2-kissing_heart{background-position:58.823529411765% 94.117647058824%}.joms-emo2-warning{background-position:94.117647058824% 39.21568627451%}.joms-emo2-flag-am{background-position:0 74.509803921569%}.joms-emo2-leopard{background-position:23.529411764706% 70.588235294118%}.joms-emo2-level_slider{background-position:15.686274509804% 82.352941176471%}.joms-emo2-horse{background-position:25.490196078431% 58.823529411765%}.joms-emo2-children_crossing{background-position:70.588235294118% 54.901960784314%}.joms-emo2-ribbon{background-position:15.686274509804% 27.450980392157%}.joms-emo2-national_park{background-position:21.56862745098% 92.156862745098%}.joms-emo2-control_knobs{background-position:15.686274509804% 84.313725490196%}.joms-emo2-kissing{background-position:58.823529411765% 92.156862745098%}.joms-emo2-tomato{background-position:13.725490196078% 13.725490196078%}.joms-emo2-flag-ao{background-position:0 76.470588235294%}.joms-emo2-stadium{background-position:21.56862745098% 94.117647058824%}.joms-emo2-flag-aq{background-position:0 78.43137254902%}.joms-emo2-gift{background-position:15.686274509804% 29.411764705882%}.joms-emo2-no_entry{background-position:94.117647058824% 68.627450980392%}.joms-emo2-kissing_smiling_eyes{background-position:58.823529411765% 96.078431372549%}.joms-emo2-coconut{background-position:82.352941176471% 33.333333333333%}.joms-emo2-racehorse{background-position:23.529411764706% 86.274509803922%}.joms-emo2-microphone{background-position:15.686274509804% 98.039215686275%}.joms-emo2-classical_building{background-position:21.56862745098% 86.274509803922%}.joms-emo2-no_entry_sign{background-position:68.627450980392% 31.372549019608%}.joms-emo2-reminder_ribbon{background-position:15.686274509804% 78.43137254902%}.joms-emo2-kissing_closed_eyes{background-position:58.823529411765% 98.039215686275%}.joms-emo2-unicorn_face{background-position:82.352941176471% 54.901960784314%}.joms-emo2-flag-ar{background-position:0 80.392156862745%}.joms-emo2-headphones{background-position:17.647058823529% 1.9607843137255%}.joms-emo2-avocado{background-position:80.392156862745% 96.078431372549%}.joms-emo2-relaxed{background-position:92.156862745098% 80.392156862745%}.joms-emo2-zebra_face{background-position:82.352941176471% 84.313725490196%}.joms-emo2-eggplant{background-position:13.725490196078% 15.686274509804%}.joms-emo2-radio{background-position:50.980392156863% 98.039215686275%}.joms-emo2-building_construction{background-position:21.56862745098% 78.43137254902%}.joms-emo2-flag-as{background-position:0 82.352941176471%}.joms-emo2-admission_tickets{background-position:15.686274509804% 88.235294117647%}.joms-emo2-no_bicycles{background-position:68.627450980392% 47.058823529412%}.joms-emo2-no_smoking{background-position:68.627450980392% 35.294117647059%}.joms-emo2-slightly_smiling_face{background-position:60.78431372549% 74.509803921569%}.joms-emo2-flag-at{background-position:0 84.313725490196%}.joms-emo2-ticket{background-position:17.647058823529% 9.8039215686274%}.joms-emo2-saxophone{background-position:17.647058823529% 33.333333333333%}.joms-emo2-deer{background-position:82.352941176471% 70.588235294118%}.joms-emo2-house_buildings{background-position:21.56862745098% 80.392156862745%}.joms-emo2-potato{background-position:82.352941176471% 0}.joms-emo2-guitar{background-position:17.647058823529% 35.294117647059%}.joms-emo2-carrot{background-position:82.352941176471% 1.9607843137255%}.joms-emo2-cityscape{background-position:21.56862745098% 82.352941176471%}.joms-emo2-flag-au{background-position:0 86.274509803922%}.joms-emo2-do_not_litter{background-position:68.627450980392% 39.21568627451%}.joms-emo2-hugging_face{background-position:72.549019607843% 60.78431372549%}.joms-emo2-hug{background-position:72.549019607843% 60.78431372549%}.joms-emo2-cow{background-position:25.490196078431% 47.058823529412%}.joms-emo2-medal{background-position:15.686274509804% 76.470588235294%}.joms-emo2-musical_keyboard{background-position:17.647058823529% 37.254901960784%}.joms-emo2-corn{background-position:11.764705882353% 100%}.joms-emo2-derelict_house_building{background-position:21.56862745098% 84.313725490196%}.joms-emo2-non-potable_water{background-position:68.627450980392% 43.137254901961%}.joms-emo2-trophy{background-position:19.607843137255% 37.254901960784%}.joms-emo2-flag-aw{background-position:0 88.235294117647%}.joms-emo2-star-struck{background-position:74.509803921569% 96.078431372549%}.joms-emo2-ox{background-position:23.529411764706% 62.745098039216%}.joms-emo2-trumpet{background-position:17.647058823529% 39.21568627451%}.joms-emo2-hot_pepper{background-position:11.764705882353% 86.274509803922%}.joms-emo2-sports_medal{background-position:19.607843137255% 35.294117647059%}.joms-emo2-flag-ax{background-position:0 90.196078431373%}.joms-emo2-water_buffalo{background-position:23.529411764706% 64.705882352941%}.joms-emo2-no_pedestrians{background-position:70.588235294118% 52.941176470588%}.joms-emo2-thinking_face{background-position:72.549019607843% 54.901960784314%}.joms-emo2-think{background-position:72.549019607843% 54.901960784314%}.joms-emo2-house{background-position:21.56862745098% 96.078431372549%}.joms-emo2-no_mobile_phones{background-position:50.980392156863% 86.274509803922%}.joms-emo2-flag-az{background-position:0 92.156862745098%}.joms-emo2-first_place_medal{background-position:80.392156862745% 82.352941176471%}.joms-emo2-house_with_garden{background-position:21.56862745098% 98.039215686275%}.joms-emo2-violin{background-position:17.647058823529% 41.176470588235%}.joms-emo2-face_with_raised_eyebrow{background-position:74.509803921569% 94.117647058824%}.joms-emo2-cucumber{background-position:80.392156862745% 98.039215686275%}.joms-emo2-cow2{background-position:23.529411764706% 66.666666666667%}.joms-emo2-flag-ba{background-position:0 94.117647058824%}.joms-emo2-pig{background-position:25.490196078431% 64.705882352941%}.joms-emo2-drum_with_drumsticks{background-position:80.392156862745% 72.549019607843%}.joms-emo2-underage{background-position:52.941176470588% 62.745098039216%}.joms-emo2-broccoli{background-position:82.352941176471% 35.294117647059%}.joms-emo2-office{background-position:21.56862745098% 100%}.joms-emo2-second_place_medal{background-position:80.392156862745% 84.313725490196%}.joms-emo2-neutral_face{background-position:58.823529411765% 78.43137254902%}.joms-emo2-neutral{background-position:58.823529411765% 78.43137254902%}.joms-emo2-third_place_medal{background-position:80.392156862745% 86.274509803922%}.joms-emo2-mushroom{background-position:13.725490196078% 11.764705882353%}.joms-emo2-flag-bb{background-position:0 96.078431372549%}.joms-emo2-radioactive_sign{background-position:92.156862745098% 64.705882352941%}.joms-emo2-pig2{background-position:25.490196078431% 0}.joms-emo2-expressionless{background-position:58.823529411765% 80.392156862745%}.joms-emo2-hmm{background-position:58.823529411765% 80.392156862745%}.joms-emo2-iphone{background-position:50.980392156863% 78.43137254902%}.joms-emo2-post_office{background-position:23.529411764706% 0}.joms-emo2-european_post_office{background-position:23.529411764706% 1.9607843137255%}.joms-emo2-soccer{background-position:94.117647058824% 50.980392156863%}.joms-emo2-boar{background-position:25.490196078431% 1.9607843137255%}.joms-emo2-peanuts{background-position:82.352941176471% 15.686274509804%}.joms-emo2-calling{background-position:50.980392156863% 80.392156862745%}.joms-emo2-biohazard_sign{background-position:92.156862745098% 66.666666666667%}.joms-emo2-flag-bd{background-position:0 98.039215686275%}.joms-emo2-no_mouth{background-position:60.78431372549% 50.980392156863%}.joms-emo2-face_with_rolling_eyes{background-position:60.78431372549% 78.43137254902%}.joms-emo2-phone{background-position:92.156862745098% 41.176470588235%}.joms-emo2-pig_nose{background-position:25.490196078431% 76.470588235294%}.joms-emo2-chestnut{background-position:11.764705882353% 74.509803921569%}.joms-emo2-arrow_up{background-position:98.039215686275% 35.294117647059%}.joms-emo2-hospital{background-position:23.529411764706% 3.921568627451%}.joms-emo2-flag-be{background-position:0 100%}.joms-emo2-baseball{background-position:94.117647058824% 52.941176470588%}.joms-emo2-smirk{background-position:58.823529411765% 76.470588235294%}.joms-emo2-arrow_upper_right{background-position:90.196078431373% 70.588235294118%}.joms-emo2-flag-bf{background-position:1.9607843137255% 0}.joms-emo2-basketball{background-position:17.647058823529% 50.980392156863%}.joms-emo2-ram{background-position:23.529411764706% 88.235294117647%}.joms-emo2-bank{background-position:23.529411764706% 5.8823529411765%}.joms-emo2-bread{background-position:13.725490196078% 62.745098039216%}.joms-emo2-telephone_receiver{background-position:50.980392156863% 41.176470588235%}.joms-emo2-croissant{background-position:80.392156862745% 94.117647058824%}.joms-emo2-pager{background-position:50.980392156863% 43.137254901961%}.joms-emo2-sheep{background-position:23.529411764706% 92.156862745098%}.joms-emo2-arrow_right{background-position:98.039215686275% 23.529411764706%}.joms-emo2-persevere{background-position:60.78431372549% 13.725490196078%}.joms-emo2-flag-bg{background-position:1.9607843137255% 1.9607843137255%}.joms-emo2-volleyball{background-position:21.56862745098% 64.705882352941%}.joms-emo2-hotel{background-position:23.529411764706% 9.8039215686274%}.joms-emo2-arrow_lower_right{background-position:90.196078431373% 72.549019607843%}.joms-emo2-goat{background-position:23.529411764706% 90.196078431373%}.joms-emo2-flag-bh{background-position:1.9607843137255% 3.921568627451%}.joms-emo2-love_hotel{background-position:23.529411764706% 11.764705882353%}.joms-emo2-disappointed_relieved{background-position:60.78431372549% 17.647058823529%}.joms-emo2-baguette_bread{background-position:82.352941176471% 3.921568627451%}.joms-emo2-football{background-position:19.607843137255% 50.980392156863%}.joms-emo2-fax{background-position:50.980392156863% 45.098039215686%}.joms-emo2-convenience_store{background-position:23.529411764706% 13.725490196078%}.joms-emo2-dromedary_camel{background-position:25.490196078431% 39.21568627451%}.joms-emo2-arrow_down{background-position:98.039215686275% 37.254901960784%}.joms-emo2-battery{background-position:52.941176470588% 25.490196078431%}.joms-emo2-rugby_football{background-position:19.607843137255% 52.941176470588%}.joms-emo2-pretzel{background-position:82.352941176471% 39.21568627451%}.joms-emo2-open_mouth{background-position:60.78431372549% 35.294117647059%}.joms-emo2-flag-bi{background-position:1.9607843137255% 5.8823529411765%}.joms-emo2-flag-bj{background-position:1.9607843137255% 7.843137254902%}.joms-emo2-pancakes{background-position:82.352941176471% 19.607843137255%}.joms-emo2-school{background-position:23.529411764706% 15.686274509804%}.joms-emo2-tennis{background-position:17.647058823529% 47.058823529412%}.joms-emo2-zipper_mouth_face{background-position:72.549019607843% 47.058823529412%}.joms-emo2-zipper{background-position:72.549019607843% 47.058823529412%}.joms-emo2-camel{background-position:25.490196078431% 41.176470588235%}.joms-emo2-arrow_lower_left{background-position:90.196078431373% 74.509803921569%}.joms-emo2-electric_plug{background-position:52.941176470588% 27.450980392157%}.joms-emo2-cheese_wedge{background-position:82.352941176471% 94.117647058824%}.joms-emo2-hushed{background-position:60.78431372549% 37.254901960784%}.joms-emo2-computer{background-position:49.019607843137% 74.509803921569%}.joms-emo2-giraffe_face{background-position:82.352941176471% 82.352941176471%}.joms-emo2-8ball{background-position:17.647058823529% 21.56862745098%}.joms-emo2-flag-bl{background-position:1.9607843137255% 9.8039215686274%}.joms-emo2-arrow_left{background-position:98.039215686275% 33.333333333333%}.joms-emo2-department_store{background-position:23.529411764706% 17.647058823529%}.joms-emo2-meat_on_bone{background-position:13.725490196078% 47.058823529412%}.joms-emo2-arrow_upper_left{background-position:90.196078431373% 68.627450980392%}.joms-emo2-flag-bm{background-position:1.9607843137255% 11.764705882353%}.joms-emo2-sleepy{background-position:60.78431372549% 27.450980392157%}.joms-emo2-bowling{background-position:17.647058823529% 25.490196078431%}.joms-emo2-factory{background-position:23.529411764706% 19.607843137255%}.joms-emo2-desktop_computer{background-position:56.862745098039% 100%}.joms-emo2-elephant{background-position:25.490196078431% 3.921568627451%}.joms-emo2-rhinoceros{background-position:82.352941176471% 76.470588235294%}.joms-emo2-arrow_up_down{background-position:90.196078431373% 66.666666666667%}.joms-emo2-cricket_bat_and_ball{background-position:21.56862745098% 62.745098039216%}.joms-emo2-printer{background-position:58.823529411765% 0}.joms-emo2-poultry_leg{background-position:13.725490196078% 49.019607843137%}.joms-emo2-tired_face{background-position:60.78431372549% 29.411764705882%}.joms-emo2-tired{background-position:60.78431372549% 29.411764705882%}.joms-emo2-japanese_castle{background-position:23.529411764706% 23.529411764706%}.joms-emo2-flag-bn{background-position:1.9607843137255% 13.725490196078%}.joms-emo2-field_hockey_stick_and_ball{background-position:21.56862745098% 66.666666666667%}.joms-emo2-sleeping{background-position:60.78431372549% 47.058823529412%}.joms-emo2-sleep{background-position:60.78431372549% 47.058823529412%}.joms-emo2-left_right_arrow{background-position:90.196078431373% 64.705882352941%}.joms-emo2-keyboard{background-position:90.196078431373% 84.313725490196%}.joms-emo2-european_castle{background-position:23.529411764706% 25.490196078431%}.joms-emo2-mouse{background-position:25.490196078431% 45.098039215686%}.joms-emo2-flag-bo{background-position:1.9607843137255% 15.686274509804%}.joms-emo2-cut_of_meat{background-position:82.352941176471% 41.176470588235%}.joms-emo2-ice_hockey_stick_and_puck{background-position:21.56862745098% 68.627450980392%}.joms-emo2-mouse2{background-position:23.529411764706% 60.78431372549%}.joms-emo2-three_button_mouse{background-position:58.823529411765% 1.9607843137255%}.joms-emo2-leftwards_arrow_with_hook{background-position:90.196078431373% 76.470588235294%}.joms-emo2-bacon{background-position:80.392156862745% 100%}.joms-emo2-relieved{background-position:58.823529411765% 70.588235294118%}.joms-emo2-flag-bq{background-position:1.9607843137255% 17.647058823529%}.joms-emo2-wedding{background-position:47.058823529412% 86.274509803922%}.joms-emo2-tokyo_tower{background-position:58.823529411765% 39.21568627451%}.joms-emo2-arrow_right_hook{background-position:90.196078431373% 78.43137254902%}.joms-emo2-hamburger{background-position:13.725490196078% 43.137254901961%}.joms-emo2-stuck_out_tongue{background-position:58.823529411765% 100%}.joms-emo2-trackball{background-position:58.823529411765% 3.921568627451%}.joms-emo2-flag-br{background-position:1.9607843137255% 19.607843137255%}.joms-emo2-rat{background-position:23.529411764706% 58.823529411765%}.joms-emo2-table_tennis_paddle_and_ball{background-position:21.56862745098% 70.588235294118%}.joms-emo2-minidisc{background-position:49.019607843137% 78.43137254902%}.joms-emo2-stuck_out_tongue_winking_eye{background-position:60.78431372549% 0}.joms-emo2-fries{background-position:13.725490196078% 64.705882352941%}.joms-emo2-badminton_racquet_and_shuttlecock{background-position:23.529411764706% 43.137254901961%}.joms-emo2-statue_of_liberty{background-position:58.823529411765% 41.176470588235%}.joms-emo2-flag-bs{background-position:1.9607843137255% 21.56862745098%}.joms-emo2-arrow_heading_up{background-position:98.039215686275% 29.411764705882%}.joms-emo2-hamster{background-position:25.490196078431% 68.627450980392%}.joms-emo2-stuck_out_tongue_closed_eyes{background-position:60.78431372549% 1.9607843137255%}.joms-emo2-stongue{background-position:60.78431372549% 1.9607843137255%}.joms-emo2-pizza{background-position:13.725490196078% 45.098039215686%}.joms-emo2-boxing_glove{background-position:80.392156862745% 88.235294117647%}.joms-emo2-floppy_disk{background-position:49.019607843137% 80.392156862745%}.joms-emo2-arrow_heading_down{background-position:98.039215686275% 31.372549019608%}.joms-emo2-flag-bt{background-position:1.9607843137255% 23.529411764706%}.joms-emo2-rabbit{background-position:25.490196078431% 50.980392156863%}.joms-emo2-church{background-position:94.117647058824% 72.549019607843%}.joms-emo2-drooling_face{background-position:74.509803921569% 52.941176470588%}.joms-emo2-flag-bv{background-position:1.9607843137255% 25.490196078431%}.joms-emo2-mosque{background-position:54.901960784314% 29.411764705882%}.joms-emo2-rabbit2{background-position:23.529411764706% 72.549019607843%}.joms-emo2-hotdog{background-position:11.764705882353% 68.627450980392%}.joms-emo2-martial_arts_uniform{background-position:80.392156862745% 90.196078431373%}.joms-emo2-arrows_clockwise{background-position:52.941176470588% 9.8039215686274%}.joms-emo2-cd{background-position:49.019607843137% 82.352941176471%}.joms-emo2-arrows_counterclockwise{background-position:52.941176470588% 11.764705882353%}.joms-emo2-sandwich{background-position:82.352941176471% 43.137254901961%}.joms-emo2-chipmunk{background-position:25.490196078431% 80.392156862745%}.joms-emo2-synagogue{background-position:54.901960784314% 31.372549019608%}.joms-emo2-unamused{background-position:58.823529411765% 82.352941176471%}.joms-emo2-goal_net{background-position:80.392156862745% 80.392156862745%}.joms-emo2-flag-bw{background-position:1.9607843137255% 27.450980392157%}.joms-emo2-dvd{background-position:49.019607843137% 84.313725490196%}.joms-emo2-hedgehog{background-position:82.352941176471% 86.274509803922%}.joms-emo2-dart{background-position:17.647058823529% 17.647058823529%}.joms-emo2-taco{background-position:11.764705882353% 70.588235294118%}.joms-emo2-back{background-position:52.941176470588% 52.941176470588%}.joms-emo2-flag-by{background-position:1.9607843137255% 29.411764705882%}.joms-emo2-shinto_shrine{background-position:94.117647058824% 70.588235294118%}.joms-emo2-movie_camera{background-position:15.686274509804% 100%}.joms-emo2-sweat{background-position:58.823529411765% 84.313725490196%}.joms-emo2-burrito{background-position:11.764705882353% 72.549019607843%}.joms-emo2-flag-bz{background-position:1.9607843137255% 31.372549019608%}.joms-emo2-pensive{background-position:58.823529411765% 86.274509803922%}.joms-emo2-kaaba{background-position:54.901960784314% 27.450980392157%}.joms-emo2-film_frames{background-position:15.686274509804% 86.274509803922%}.joms-emo2-bat{background-position:82.352941176471% 60.78431372549%}.joms-emo2-golf{background-position:94.117647058824% 80.392156862745%}.joms-emo2-end{background-position:52.941176470588% 54.901960784314%}.joms-emo2-film_projector{background-position:52.941176470588% 0}.joms-emo2-bear{background-position:25.490196078431% 72.549019607843%}.joms-emo2-ice_skate{background-position:94.117647058824% 88.235294117647%}.joms-emo2-fountain{background-position:94.117647058824% 78.43137254902%}.joms-emo2-confused{background-position:58.823529411765% 88.235294117647%}.joms-emo2-flag-ca{background-position:1.9607843137255% 33.333333333333%}.joms-emo2-on{background-position:52.941176470588% 56.862745098039%}.joms-emo2-stuffed_flatbread{background-position:82.352941176471% 9.8039215686274%}.joms-emo2-soon{background-position:52.941176470588% 58.823529411765%}.joms-emo2-upside_down_face{background-position:60.78431372549% 76.470588235294%}.joms-emo2-fishing_pole_and_fish{background-position:15.686274509804% 96.078431372549%}.joms-emo2-tent{background-position:96.078431372549% 23.529411764706%}.joms-emo2-clapper{background-position:17.647058823529% 11.764705882353%}.joms-emo2-egg{background-position:82.352941176471% 11.764705882353%}.joms-emo2-flag-cc{background-position:1.9607843137255% 35.294117647059%}.joms-emo2-koala{background-position:25.490196078431% 35.294117647059%}.joms-emo2-foggy{background-position:9.8039215686274% 88.235294117647%}.joms-emo2-tv{background-position:50.980392156863% 96.078431372549%}.joms-emo2-panda_face{background-position:25.490196078431% 74.509803921569%}.joms-emo2-fried_egg{background-position:15.686274509804% 1.9607843137255%}.joms-emo2-top{background-position:52.941176470588% 60.78431372549%}.joms-emo2-flag-cd{background-position:1.9607843137255% 37.254901960784%}.joms-emo2-money_mouth_face{background-position:72.549019607843% 49.019607843137%}.joms-emo2-money{background-position:72.549019607843% 49.019607843137%}.joms-emo2-running_shirt_with_sash{background-position:17.647058823529% 45.098039215686%}.joms-emo2-astonished{background-position:60.78431372549% 43.137254901961%}.joms-emo2-shock{background-position:60.78431372549% 43.137254901961%}.joms-emo2-feet{background-position:25.490196078431% 78.43137254902%}.joms-emo2-camera{background-position:50.980392156863% 90.196078431373%}.joms-emo2-flag-cf{background-position:1.9607843137255% 39.21568627451%}.joms-emo2-place_of_worship{background-position:72.549019607843% 9.8039215686274%}.joms-emo2-night_with_stars{background-position:9.8039215686274% 92.156862745098%}.joms-emo2-ski{background-position:17.647058823529% 49.019607843137%}.joms-emo2-shallow_pan_of_food{background-position:82.352941176471% 7.843137254902%}.joms-emo2-camera_with_flash{background-position:50.980392156863% 92.156862745098%}.joms-emo2-sunrise_over_mountains{background-position:9.8039215686274% 94.117647058824%}.joms-emo2-turkey{background-position:82.352941176471% 52.941176470588%}.joms-emo2-white_frowning_face{background-position:92.156862745098% 78.43137254902%}.joms-emo2-flag-cg{background-position:1.9607843137255% 41.176470588235%}.joms-emo2-stew{background-position:15.686274509804% 0}.joms-emo2-sled{background-position:72.549019607843% 43.137254901961%}.joms-emo2-atom_symbol{background-position:94.117647058824% 35.294117647059%}.joms-emo2-curling_stone{background-position:80.392156862745% 92.156862745098%}.joms-emo2-slightly_frowning_face{background-position:60.78431372549% 72.549019607843%}.joms-emo2-sad{background-position:60.78431372549% 72.549019607843%}.joms-emo2-sunrise{background-position:9.8039215686274% 96.078431372549%}.joms-emo2-om_symbol{background-position:54.901960784314% 23.529411764706%}.joms-emo2-chicken{background-position:23.529411764706% 98.039215686275%}.joms-emo2-bowl_with_spoon{background-position:82.352941176471% 29.411764705882%}.joms-emo2-flag-ch{background-position:1.9607843137255% 43.137254901961%}.joms-emo2-video_camera{background-position:50.980392156863% 94.117647058824%}.joms-emo2-video_game{background-position:17.647058823529% 15.686274509804%}.joms-emo2-rooster{background-position:23.529411764706% 96.078431372549%}.joms-emo2-vhs{background-position:50.980392156863% 100%}.joms-emo2-city_sunset{background-position:9.8039215686274% 98.039215686275%}.joms-emo2-confounded{background-position:58.823529411765% 90.196078431373%}.joms-emo2-green_salad{background-position:82.352941176471% 5.8823529411765%}.joms-emo2-star_of_david{background-position:96.078431372549% 92.156862745098%}.joms-emo2-flag-ci{background-position:1.9607843137255% 45.098039215686%}.joms-emo2-popcorn{background-position:15.686274509804% 25.490196078431%}.joms-emo2-city_sunrise{background-position:9.8039215686274% 100%}.joms-emo2-disappointed{background-position:60.78431372549% 3.921568627451%}.joms-emo2-mag{background-position:52.941176470588% 29.411764705882%}.joms-emo2-hatching_chick{background-position:25.490196078431% 25.490196078431%}.joms-emo2-joystick{background-position:56.862745098039% 39.21568627451%}.joms-emo2-wheel_of_dharma{background-position:92.156862745098% 76.470588235294%}.joms-emo2-flag-ck{background-position:1.9607843137255% 47.058823529412%}.joms-emo2-canned_food{background-position:82.352941176471% 45.098039215686%}.joms-emo2-worried{background-position:60.78431372549% 5.8823529411765%}.joms-emo2-baby_chick{background-position:25.490196078431% 27.450980392157%}.joms-emo2-flag-cl{background-position:1.9607843137255% 49.019607843137%}.joms-emo2-game_die{background-position:17.647058823529% 23.529411764706%}.joms-emo2-mag_right{background-position:52.941176470588% 31.372549019608%}.joms-emo2-yin_yang{background-position:92.156862745098% 74.509803921569%}.joms-emo2-bridge_at_night{background-position:11.764705882353% 1.9607843137255%}.joms-emo2-spades{background-position:94.117647058824% 7.843137254902%}.joms-emo2-hatched_chick{background-position:25.490196078431% 29.411764705882%}.joms-emo2-flag-cm{background-position:1.9607843137255% 50.980392156863%}.joms-emo2-latin_cross{background-position:96.078431372549% 90.196078431373%}.joms-emo2-triumph{background-position:60.78431372549% 15.686274509804%}.joms-emo2-sexy{background-position:60.78431372549% 15.686274509804%}.joms-emo2-hotsprings{background-position:94.117647058824% 15.686274509804%}.joms-emo2-bento{background-position:13.725490196078% 100%}.joms-emo2-microscope{background-position:52.941176470588% 90.196078431373%}.joms-emo2-cry{background-position:60.78431372549% 11.764705882353%}.joms-emo2-bird{background-position:25.490196078431% 31.372549019608%}.joms-emo2-cn{background-position:1.9607843137255% 52.941176470588%}.joms-emo2-telescope{background-position:52.941176470588% 92.156862745098%}.joms-emo2-rice_cracker{background-position:13.725490196078% 50.980392156863%}.joms-emo2-hearts{background-position:94.117647058824% 11.764705882353%}.joms-emo2-orthodox_cross{background-position:92.156862745098% 68.627450980392%}.joms-emo2-milky_way{background-position:11.764705882353% 7.843137254902%}.joms-emo2-rice_ball{background-position:13.725490196078% 52.941176470588%}.joms-emo2-satellite_antenna{background-position:50.980392156863% 47.058823529412%}.joms-emo2-flag-co{background-position:1.9607843137255% 54.901960784314%}.joms-emo2-carousel_horse{background-position:15.686274509804% 90.196078431373%}.joms-emo2-sob{background-position:60.78431372549% 33.333333333333%}.joms-emo2-diamonds{background-position:94.117647058824% 13.725490196078%}.joms-emo2-star_and_crescent{background-position:92.156862745098% 70.588235294118%}.joms-emo2-penguin{background-position:25.490196078431% 33.333333333333%}.joms-emo2-dove_of_peace{background-position:54.901960784314% 25.490196078431%}.joms-emo2-flag-cp{background-position:1.9607843137255% 56.862745098039%}.joms-emo2-ferris_wheel{background-position:15.686274509804% 92.156862745098%}.joms-emo2-clubs{background-position:94.117647058824% 9.8039215686274%}.joms-emo2-peace_symbol{background-position:92.156862745098% 72.549019607843%}.joms-emo2-candle{background-position:54.901960784314% 82.352941176471%}.joms-emo2-frowning{background-position:60.78431372549% 19.607843137255%}.joms-emo2-whut{background-position:60.78431372549% 19.607843137255%}.joms-emo2-rice{background-position:13.725490196078% 54.901960784314%}.joms-emo2-flag-cr{background-position:1.9607843137255% 58.823529411765%}.joms-emo2-roller_coaster{background-position:15.686274509804% 94.117647058824%}.joms-emo2-menorah_with_nine_branches{background-position:54.901960784314% 33.333333333333%}.joms-emo2-black_joker{background-position:0 29.411764705882%}.joms-emo2-eagle{background-position:82.352941176471% 56.862745098039%}.joms-emo2-curry{background-position:13.725490196078% 56.862745098039%}.joms-emo2-bulb{background-position:49.019607843137% 13.725490196078%}.joms-emo2-anguished{background-position:60.78431372549% 21.56862745098%}.joms-emo2-flag-cu{background-position:1.9607843137255% 60.78431372549%}.joms-emo2-barber{background-position:47.058823529412% 66.666666666667%}.joms-emo2-duck{background-position:82.352941176471% 58.823529411765%}.joms-emo2-six_pointed_star{background-position:52.941176470588% 96.078431372549%}.joms-emo2-ramen{background-position:13.725490196078% 58.823529411765%}.joms-emo2-flashlight{background-position:52.941176470588% 78.43137254902%}.joms-emo2-mahjong{background-position:0 27.450980392157%}.joms-emo2-fearful{background-position:60.78431372549% 23.529411764706%}.joms-emo2-aries{background-position:92.156862745098% 86.274509803922%}.joms-emo2-spaghetti{background-position:13.725490196078% 60.78431372549%}.joms-emo2-circus_tent{background-position:17.647058823529% 7.843137254902%}.joms-emo2-izakaya_lantern{background-position:23.529411764706% 21.56862745098%}.joms-emo2-flag-cv{background-position:1.9607843137255% 62.745098039216%}.joms-emo2-weary{background-position:60.78431372549% 25.490196078431%}.joms-emo2-flower_playing_cards{background-position:17.647058823529% 27.450980392157%}.joms-emo2-owl{background-position:82.352941176471% 64.705882352941%}.joms-emo2-performing_arts{background-position:17.647058823529% 13.725490196078%}.joms-emo2-frog{background-position:25.490196078431% 66.666666666667%}.joms-emo2-flag-cw{background-position:1.9607843137255% 64.705882352941%}.joms-emo2-notebook_with_decorative_cover{background-position:50.980392156863% 21.56862745098%}.joms-emo2-exploding_head{background-position:76.470588235294% 5.8823529411765%}.joms-emo2-taurus{background-position:92.156862745098% 88.235294117647%}.joms-emo2-sweet_potato{background-position:13.725490196078% 66.666666666667%}.joms-emo2-closed_book{background-position:50.980392156863% 23.529411764706%}.joms-emo2-gemini{background-position:92.156862745098% 90.196078431373%}.joms-emo2-frame_with_picture{background-position:58.823529411765% 5.8823529411765%}.joms-emo2-flag-cx{background-position:1.9607843137255% 66.666666666667%}.joms-emo2-grimacing{background-position:60.78431372549% 31.372549019608%}.joms-emo2-crocodile{background-position:23.529411764706% 78.43137254902%}.joms-emo2-oden{background-position:13.725490196078% 70.588235294118%}.joms-emo2-flag-cy{background-position:1.9607843137255% 68.627450980392%}.joms-emo2-book{background-position:50.980392156863% 25.490196078431%}.joms-emo2-turtle{background-position:25.490196078431% 23.529411764706%}.joms-emo2-art{background-position:17.647058823529% 3.921568627451%}.joms-emo2-sushi{background-position:13.725490196078% 72.549019607843%}.joms-emo2-cold_sweat{background-position:60.78431372549% 39.21568627451%}.joms-emo2-cancer{background-position:92.156862745098% 92.156862745098%}.joms-emo2-fried_shrimp{background-position:13.725490196078% 74.509803921569%}.joms-emo2-slot_machine{background-position:17.647058823529% 19.607843137255%}.joms-emo2-scream{background-position:60.78431372549% 41.176470588235%}.joms-emo2-fear{background-position:60.78431372549% 41.176470588235%}.joms-emo2-green_book{background-position:50.980392156863% 27.450980392157%}.joms-emo2-leo{background-position:92.156862745098% 94.117647058824%}.joms-emo2-flag-cz{background-position:1.9607843137255% 70.588235294118%}.joms-emo2-lizard{background-position:82.352941176471% 74.509803921569%}.joms-emo2-virgo{background-position:92.156862745098% 96.078431372549%}.joms-emo2-steam_locomotive{background-position:66.666666666667% 19.607843137255%}.joms-emo2-de{background-position:1.9607843137255% 72.549019607843%}.joms-emo2-flushed{background-position:60.78431372549% 45.098039215686%}.joms-emo2-blue_book{background-position:50.980392156863% 29.411764705882%}.joms-emo2-snake{background-position:23.529411764706% 84.313725490196%}.joms-emo2-fish_cake{background-position:13.725490196078% 76.470588235294%}.joms-emo2-railway_car{background-position:66.666666666667% 21.56862745098%}.joms-emo2-dango{background-position:13.725490196078% 68.627450980392%}.joms-emo2-orange_book{background-position:50.980392156863% 31.372549019608%}.joms-emo2-libra{background-position:92.156862745098% 98.039215686275%}.joms-emo2-dragon_face{background-position:25.490196078431% 54.901960784314%}.joms-emo2-flag-dg{background-position:1.9607843137255% 74.509803921569%}.joms-emo2-zany_face{background-position:74.509803921569% 98.039215686275%}.joms-emo2-books{background-position:50.980392156863% 33.333333333333%}.joms-emo2-dragon{background-position:23.529411764706% 76.470588235294%}.joms-emo2-flag-dj{background-position:1.9607843137255% 76.470588235294%}.joms-emo2-dumpling{background-position:82.352941176471% 21.56862745098%}.joms-emo2-dizzy_face{background-position:60.78431372549% 49.019607843137%}.joms-emo2-dizzy{background-position:60.78431372549% 49.019607843137%}.joms-emo2-scorpius{background-position:92.156862745098% 100%}.joms-emo2-bullettrain_side{background-position:66.666666666667% 23.529411764706%}.joms-emo2-bullettrain_front{background-position:66.666666666667% 25.490196078431%}.joms-emo2-notebook{background-position:50.980392156863% 19.607843137255%}.joms-emo2-fortune_cookie{background-position:82.352941176471% 23.529411764706%}.joms-emo2-sagittarius{background-position:94.117647058824% 0}.joms-emo2-sauropod{background-position:82.352941176471% 88.235294117647%}.joms-emo2-flag-dk{background-position:1.9607843137255% 78.43137254902%}.joms-emo2-rage{background-position:60.78431372549% 9.8039215686274%}.joms-emo2-pouting{background-position:60.78431372549% 9.8039215686274%}.joms-emo2-ledger{background-position:50.980392156863% 17.647058823529%}.joms-emo2-angry{background-position:60.78431372549% 7.843137254902%}.joms-emo2-t-rex{background-position:82.352941176471% 90.196078431373%}.joms-emo2-capricorn{background-position:94.117647058824% 1.9607843137255%}.joms-emo2-takeout_box{background-position:82.352941176471% 25.490196078431%}.joms-emo2-flag-dm{background-position:1.9607843137255% 80.392156862745%}.joms-emo2-train2{background-position:66.666666666667% 27.450980392157%}.joms-emo2-page_with_curl{background-position:49.019607843137% 90.196078431373%}.joms-emo2-whale{background-position:25.490196078431% 56.862745098039%}.joms-emo2-face_with_symbols_on_mouth{background-position:76.470588235294% 0}.joms-emo2-flag-do{background-position:1.9607843137255% 82.352941176471%}.joms-emo2-metro{background-position:66.666666666667% 29.411764705882%}.joms-emo2-icecream{background-position:13.725490196078% 78.43137254902%}.joms-emo2-aquarius{background-position:94.117647058824% 3.921568627451%}.joms-emo2-flag-dz{background-position:1.9607843137255% 84.313725490196%}.joms-emo2-whale2{background-position:23.529411764706% 80.392156862745%}.joms-emo2-mask{background-position:60.78431372549% 52.941176470588%}.joms-emo2-ill{background-position:60.78431372549% 52.941176470588%}.joms-emo2-scroll{background-position:50.980392156863% 37.254901960784%}.joms-emo2-shaved_ice{background-position:13.725490196078% 80.392156862745%}.joms-emo2-pisces{background-position:94.117647058824% 5.8823529411765%}.joms-emo2-light_rail{background-position:66.666666666667% 31.372549019608%}.joms-emo2-dolphin{background-position:25.490196078431% 43.137254901961%}.joms-emo2-face_with_thermometer{background-position:72.549019607843% 50.980392156863%}.joms-emo2-flag-ea{background-position:1.9607843137255% 86.274509803922%}.joms-emo2-ophiuchus{background-position:94.117647058824% 60.78431372549%}.joms-emo2-station{background-position:66.666666666667% 33.333333333333%}.joms-emo2-ice_cream{background-position:13.725490196078% 82.352941176471%}.joms-emo2-page_facing_up{background-position:49.019607843137% 92.156862745098%}.joms-emo2-doughnut{background-position:13.725490196078% 84.313725490196%}.joms-emo2-face_with_head_bandage{background-position:72.549019607843% 56.862745098039%}.joms-emo2-fish{background-position:25.490196078431% 17.647058823529%}.joms-emo2-newspaper{background-position:50.980392156863% 76.470588235294%}.joms-emo2-tram{background-position:66.666666666667% 35.294117647059%}.joms-emo2-flag-ec{background-position:1.9607843137255% 88.235294117647%}.joms-emo2-twisted_rightwards_arrows{background-position:52.941176470588% 3.921568627451%}.joms-emo2-flag-ee{background-position:1.9607843137255% 90.196078431373%}.joms-emo2-cookie{background-position:13.725490196078% 86.274509803922%}.joms-emo2-monorail{background-position:66.666666666667% 72.549019607843%}.joms-emo2-tropical_fish{background-position:25.490196078431% 19.607843137255%}.joms-emo2-rolled_up_newspaper{background-position:58.823529411765% 23.529411764706%}.joms-emo2-nauseated_face{background-position:74.509803921569% 49.019607843137%}.joms-emo2-repeat{background-position:52.941176470588% 5.8823529411765%}.joms-emo2-bookmark_tabs{background-position:50.980392156863% 15.686274509804%}.joms-emo2-repeat_one{background-position:52.941176470588% 7.843137254902%}.joms-emo2-flag-eg{background-position:1.9607843137255% 92.156862745098%}.joms-emo2-mountain_railway{background-position:66.666666666667% 74.509803921569%}.joms-emo2-birthday{background-position:15.686274509804% 31.372549019608%}.joms-emo2-blowfish{background-position:25.490196078431% 21.56862745098%}.joms-emo2-face_vomiting{background-position:76.470588235294% 3.921568627451%}.joms-emo2-arrow_forward{background-position:92.156862745098% 19.607843137255%}.joms-emo2-bookmark{background-position:52.941176470588% 47.058823529412%}.joms-emo2-flag-eh{background-position:1.9607843137255% 94.117647058824%}.joms-emo2-shark{background-position:82.352941176471% 62.745098039216%}.joms-emo2-train{background-position:66.666666666667% 37.254901960784%}.joms-emo2-sneezing_face{background-position:74.509803921569% 92.156862745098%}.joms-emo2-sneezing{background-position:74.509803921569% 92.156862745098%}.joms-emo2-cake{background-position:13.725490196078% 98.039215686275%}.joms-emo2-bus{background-position:66.666666666667% 39.21568627451%}.joms-emo2-pie{background-position:82.352941176471% 37.254901960784%}.joms-emo2-innocent{background-position:58.823529411765% 60.78431372549%}.joms-emo2-fast_forward{background-position:90.196078431373% 88.235294117647%}.joms-emo2-label{background-position:23.529411764706% 41.176470588235%}.joms-emo2-octopus{background-position:25.490196078431% 5.8823529411765%}.joms-emo2-flag-er{background-position:1.9607843137255% 96.078431372549%}.joms-emo2-black_right_pointing_double_triangle_with_vertical_bar{background-position:90.196078431373% 96.078431372549%}.joms-emo2-chocolate_bar{background-position:13.725490196078% 88.235294117647%}.joms-emo2-oncoming_bus{background-position:66.666666666667% 41.176470588235%}.joms-emo2-shell{background-position:25.490196078431% 7.843137254902%}.joms-emo2-face_with_cowboy_hat{background-position:74.509803921569% 45.098039215686%}.joms-emo2-moneybag{background-position:49.019607843137% 52.941176470588%}.joms-emo2-es{background-position:1.9607843137255% 98.039215686275%}.joms-emo2-crab{background-position:82.352941176471% 47.058823529412%}.joms-emo2-yen{background-position:49.019607843137% 60.78431372549%}.joms-emo2-flag-et{background-position:1.9607843137255% 100%}.joms-emo2-clown_face{background-position:74.509803921569% 47.058823529412%}.joms-emo2-black_right_pointing_triangle_with_double_vertical_bar{background-position:90.196078431373% 100%}.joms-emo2-trolleybus{background-position:66.666666666667% 43.137254901961%}.joms-emo2-candy{background-position:13.725490196078% 90.196078431373%}.joms-emo2-lying_face{background-position:74.509803921569% 54.901960784314%}.joms-emo2-arrow_backward{background-position:92.156862745098% 21.56862745098%}.joms-emo2-dollar{background-position:49.019607843137% 62.745098039216%}.joms-emo2-shrimp{background-position:82.352941176471% 78.43137254902%}.joms-emo2-minibus{background-position:66.666666666667% 47.058823529412%}.joms-emo2-flag-eu{background-position:3.921568627451% 0}.joms-emo2-lollipop{background-position:13.725490196078% 92.156862745098%}.joms-emo2-squid{background-position:82.352941176471% 80.392156862745%}.joms-emo2-euro{background-position:49.019607843137% 64.705882352941%}.joms-emo2-flag-fi{background-position:3.921568627451% 1.9607843137255%}.joms-emo2-ambulance{background-position:66.666666666667% 49.019607843137%}.joms-emo2-custard{background-position:13.725490196078% 94.117647058824%}.joms-emo2-shushing_face{background-position:74.509803921569% 100%}.joms-emo2-rewind{background-position:90.196078431373% 90.196078431373%}.joms-emo2-black_left_pointing_double_triangle_with_vertical_bar{background-position:90.196078431373% 98.039215686275%}.joms-emo2-face_with_hand_over_mouth{background-position:76.470588235294% 1.9607843137255%}.joms-emo2-flag-fj{background-position:3.921568627451% 3.921568627451%}.joms-emo2-honey_pot{background-position:13.725490196078% 96.078431372549%}.joms-emo2-snail{background-position:23.529411764706% 82.352941176471%}.joms-emo2-pound{background-position:49.019607843137% 66.666666666667%}.joms-emo2-fire_engine{background-position:66.666666666667% 50.980392156863%}.joms-emo2-baby_bottle{background-position:15.686274509804% 19.607843137255%}.joms-emo2-flag-fk{background-position:3.921568627451% 5.8823529411765%}.joms-emo2-butterfly{background-position:82.352941176471% 68.627450980392%}.joms-emo2-money_with_wings{background-position:49.019607843137% 68.627450980392%}.joms-emo2-face_with_monocle{background-position:82.352941176471% 96.078431372549%}.joms-emo2-police_car{background-position:66.666666666667% 52.941176470588%}.joms-emo2-arrow_up_small{background-position:54.901960784314% 19.607843137255%}.joms-emo2-flag-fm{background-position:3.921568627451% 7.843137254902%}.joms-emo2-glass_of_milk{background-position:82.352941176471% 13.725490196078%}.joms-emo2-credit_card{background-position:49.019607843137% 58.823529411765%}.joms-emo2-oncoming_police_car{background-position:66.666666666667% 54.901960784314%}.joms-emo2-bug{background-position:25.490196078431% 9.8039215686274%}.joms-emo2-nerd_face{background-position:72.549019607843% 52.941176470588%}.joms-emo2-arrow_double_up{background-position:90.196078431373% 92.156862745098%}.joms-emo2-chart{background-position:49.019607843137% 70.588235294118%}.joms-emo2-flag-fo{background-position:3.921568627451% 9.8039215686274%}.joms-emo2-ant{background-position:25.490196078431% 11.764705882353%}.joms-emo2-arrow_down_small{background-position:54.901960784314% 21.56862745098%}.joms-emo2-smiling_imp{background-position:58.823529411765% 62.745098039216%}.joms-emo2-evil{background-position:58.823529411765% 62.745098039216%}.joms-emo2-taxi{background-position:66.666666666667% 56.862745098039%}.joms-emo2-coffee{background-position:92.156862745098% 47.058823529412%}.joms-emo2-fr{background-position:3.921568627451% 11.764705882353%}.joms-emo2-oncoming_taxi{background-position:66.666666666667% 58.823529411765%}.joms-emo2-arrow_double_down{background-position:90.196078431373% 94.117647058824%}.joms-emo2-imp{background-position:43.137254901961% 100%}.joms-emo2-currency_exchange{background-position:49.019607843137% 54.901960784314%}.joms-emo2-tea{background-position:15.686274509804% 5.8823529411765%}.joms-emo2-bee{background-position:25.490196078431% 13.725490196078%}.joms-emo2-heavy_dollar_sign{background-position:49.019607843137% 56.862745098039%}.joms-emo2-car{background-position:66.666666666667% 60.78431372549%}.joms-emo2-sake{background-position:15.686274509804% 7.843137254902%}.joms-emo2-flag-ga{background-position:3.921568627451% 13.725490196078%}.joms-emo2-beetle{background-position:25.490196078431% 15.686274509804%}.joms-emo2-japanese_ogre{background-position:43.137254901961% 78.43137254902%}.joms-emo2-double_vertical_bar{background-position:92.156862745098% 7.843137254902%}.joms-emo2-champagne{background-position:15.686274509804% 23.529411764706%}.joms-emo2-japanese_goblin{background-position:43.137254901961% 80.392156862745%}.joms-emo2-black_square_for_stop{background-position:92.156862745098% 9.8039215686274%}.joms-emo2-oncoming_automobile{background-position:66.666666666667% 62.745098039216%}.joms-emo2-email{background-position:96.078431372549% 33.333333333333%}.joms-emo2-cricket{background-position:82.352941176471% 92.156862745098%}.joms-emo2-gb{background-position:3.921568627451% 15.686274509804%}.joms-emo2-black_circle_for_record{background-position:92.156862745098% 11.764705882353%}.joms-emo2-flag-gd{background-position:3.921568627451% 17.647058823529%}.joms-emo2-spider{background-position:56.862745098039% 35.294117647059%}.joms-emo2-blue_car{background-position:66.666666666667% 64.705882352941%}.joms-emo2-skull{background-position:45.098039215686% 0}.joms-emo2-e-mail{background-position:50.980392156863% 58.823529411765%}.joms-emo2-wine_glass{background-position:15.686274509804% 9.8039215686274%}.joms-emo2-spider_web{background-position:56.862745098039% 37.254901960784%}.joms-emo2-cocktail{background-position:15.686274509804% 11.764705882353%}.joms-emo2-skull_and_crossbones{background-position:92.156862745098% 62.745098039216%}.joms-emo2-flag-ge{background-position:3.921568627451% 19.607843137255%}.joms-emo2-eject{background-position:90.196078431373% 86.274509803922%}.joms-emo2-truck{background-position:66.666666666667% 66.666666666667%}.joms-emo2-incoming_envelope{background-position:50.980392156863% 60.78431372549%}.joms-emo2-tropical_drink{background-position:15.686274509804% 13.725490196078%}.joms-emo2-scorpion{background-position:82.352941176471% 50.980392156863%}.joms-emo2-cinema{background-position:17.647058823529% 0}.joms-emo2-articulated_lorry{background-position:66.666666666667% 68.627450980392%}.joms-emo2-envelope_with_arrow{background-position:50.980392156863% 62.745098039216%}.joms-emo2-ghost{background-position:43.137254901961% 82.352941176471%}.joms-emo2-flag-gf{background-position:3.921568627451% 21.56862745098%}.joms-emo2-bouquet{background-position:47.058823529412% 82.352941176471%}.joms-emo2-tractor{background-position:66.666666666667% 70.588235294118%}.joms-emo2-beer{background-position:15.686274509804% 15.686274509804%}.joms-emo2-outbox_tray{background-position:50.980392156863% 52.941176470588%}.joms-emo2-low_brightness{background-position:52.941176470588% 13.725490196078%}.joms-emo2-alien{background-position:43.137254901961% 96.078431372549%}.joms-emo2-flag-gg{background-position:3.921568627451% 23.529411764706%}.joms-emo2-cherry_blossom{background-position:11.764705882353% 90.196078431373%}.joms-emo2-inbox_tray{background-position:50.980392156863% 54.901960784314%}.joms-emo2-flag-gh{background-position:3.921568627451% 25.490196078431%}.joms-emo2-bike{background-position:68.627450980392% 45.098039215686%}.joms-emo2-space_invader{background-position:43.137254901961% 98.039215686275%}.joms-emo2-beers{background-position:15.686274509804% 17.647058823529%}.joms-emo2-high_brightness{background-position:52.941176470588% 15.686274509804%}.joms-emo2-package{background-position:50.980392156863% 56.862745098039%}.joms-emo2-scooter{background-position:72.549019607843% 37.254901960784%}.joms-emo2-white_flower{background-position:49.019607843137% 49.019607843137%}.joms-emo2-clinking_glasses{background-position:80.392156862745% 74.509803921569%}.joms-emo2-robot_face{background-position:72.549019607843% 58.823529411765%}.joms-emo2-signal_strength{background-position:50.980392156863% 88.235294117647%}.joms-emo2-flag-gi{background-position:3.921568627451% 27.450980392157%}.joms-emo2-flag-gl{background-position:3.921568627451% 29.411764705882%}.joms-emo2-motor_scooter{background-position:72.549019607843% 39.21568627451%}.joms-emo2-mailbox{background-position:50.980392156863% 66.666666666667%}.joms-emo2-vibration_mode{background-position:50.980392156863% 82.352941176471%}.joms-emo2-hankey{background-position:49.019607843137% 29.411764705882%}.joms-emo2-poop{background-position:49.019607843137% 29.411764705882%}.joms-emo2-rosette{background-position:23.529411764706% 39.21568627451%}.joms-emo2-tumbler_glass{background-position:80.392156862745% 76.470588235294%}.joms-emo2-cup_with_straw{background-position:82.352941176471% 31.372549019608%}.joms-emo2-flag-gm{background-position:3.921568627451% 31.372549019608%}.joms-emo2-mailbox_closed{background-position:50.980392156863% 64.705882352941%}.joms-emo2-mobile_phone_off{background-position:50.980392156863% 84.313725490196%}.joms-emo2-busstop{background-position:66.666666666667% 45.098039215686%}.joms-emo2-smiley_cat{background-position:60.78431372549% 58.823529411765%}.joms-emo2-rose{background-position:11.764705882353% 92.156862745098%}.joms-emo2-motorway{background-position:72.549019607843% 21.56862745098%}.joms-emo2-smile_cat{background-position:60.78431372549% 54.901960784314%}.joms-emo2-flag-gn{background-position:3.921568627451% 33.333333333333%}.joms-emo2-wilted_flower{background-position:80.392156862745% 70.588235294118%}.joms-emo2-mailbox_with_mail{background-position:50.980392156863% 68.627450980392%}.joms-emo2-chopsticks{background-position:82.352941176471% 27.450980392157%}.joms-emo2-female_sign{background-position:92.156862745098% 82.352941176471%}.joms-emo2-mailbox_with_no_mail{background-position:50.980392156863% 70.588235294118%}.joms-emo2-knife_fork_plate{background-position:15.686274509804% 21.56862745098%}.joms-emo2-hibiscus{background-position:11.764705882353% 94.117647058824%}.joms-emo2-flag-gp{background-position:3.921568627451% 35.294117647059%}.joms-emo2-railway_track{background-position:72.549019607843% 23.529411764706%}.joms-emo2-male_sign{background-position:92.156862745098% 84.313725490196%}.joms-emo2-joy_cat{background-position:60.78431372549% 56.862745098039%}.joms-emo2-fuelpump{background-position:96.078431372549% 25.490196078431%}.joms-emo2-sunflower{background-position:11.764705882353% 96.078431372549%}.joms-emo2-postbox{background-position:50.980392156863% 72.549019607843%}.joms-emo2-flag-gq{background-position:3.921568627451% 37.254901960784%}.joms-emo2-heart_eyes_cat{background-position:60.78431372549% 60.78431372549%}.joms-emo2-fork_and_knife{background-position:15.686274509804% 3.921568627451%}.joms-emo2-medical_symbol{background-position:94.117647058824% 27.450980392157%}.joms-emo2-recycle{background-position:94.117647058824% 17.647058823529%}.joms-emo2-spoon{background-position:80.392156862745% 78.43137254902%}.joms-emo2-blossom{background-position:11.764705882353% 98.039215686275%}.joms-emo2-rotating_light{background-position:68.627450980392% 25.490196078431%}.joms-emo2-smirk_cat{background-position:60.78431372549% 62.745098039216%}.joms-emo2-ballot_box_with_ballot{background-position:58.823529411765% 33.333333333333%}.joms-emo2-flag-gr{background-position:3.921568627451% 39.21568627451%}.joms-emo2-kissing_cat{background-position:60.78431372549% 64.705882352941%}.joms-emo2-pencil2{background-position:96.078431372549% 82.352941176471%}.joms-emo2-traffic_light{background-position:68.627450980392% 19.607843137255%}.joms-emo2-fleur_de_lis{background-position:94.117647058824% 37.254901960784%}.joms-emo2-tulip{background-position:11.764705882353% 88.235294117647%}.joms-emo2-hocho{background-position:52.941176470588% 86.274509803922%}.joms-emo2-flag-gs{background-position:3.921568627451% 41.176470588235%}.joms-emo2-seedling{background-position:11.764705882353% 76.470588235294%}.joms-emo2-amphora{background-position:23.529411764706% 47.058823529412%}.joms-emo2-scream_cat{background-position:60.78431372549% 70.588235294118%}.joms-emo2-vertical_traffic_light{background-position:68.627450980392% 21.56862745098%}.joms-emo2-black_nib{background-position:96.078431372549% 84.313725490196%}.joms-emo2-flag-gt{background-position:3.921568627451% 43.137254901961%}.joms-emo2-trident{background-position:52.941176470588% 100%}.joms-emo2-flag-gu{background-position:3.921568627451% 45.098039215686%}.joms-emo2-name_badge{background-position:50.980392156863% 35.294117647059%}.joms-emo2-construction{background-position:68.627450980392% 23.529411764706%}.joms-emo2-lower_left_fountain_pen{background-position:56.862745098039% 56.862745098039%}.joms-emo2-evergreen_tree{background-position:11.764705882353% 78.43137254902%}.joms-emo2-crying_cat_face{background-position:60.78431372549% 68.627450980392%}.joms-emo2-flag-gw{background-position:3.921568627451% 47.058823529412%}.joms-emo2-lower_left_ballpoint_pen{background-position:56.862745098039% 54.901960784314%}.joms-emo2-pouting_cat{background-position:60.78431372549% 66.666666666667%}.joms-emo2-deciduous_tree{background-position:11.764705882353% 80.392156862745%}.joms-emo2-octagonal_sign{background-position:72.549019607843% 11.764705882353%}.joms-emo2-beginner{background-position:52.941176470588% 98.039215686275%}.joms-emo2-flag-gy{background-position:3.921568627451% 49.019607843137%}.joms-emo2-lower_left_paintbrush{background-position:56.862745098039% 58.823529411765%}.joms-emo2-o{background-position:98.039215686275% 45.098039215686%}.joms-emo2-palm_tree{background-position:11.764705882353% 82.352941176471%}.joms-emo2-anchor{background-position:94.117647058824% 23.529411764706%}.joms-emo2-see_no_evil{background-position:62.745098039216% 84.313725490196%}.joms-emo2-boat{background-position:94.117647058824% 84.313725490196%}.joms-emo2-white_check_mark{background-position:96.078431372549% 29.411764705882%}.joms-emo2-flag-hk{background-position:3.921568627451% 50.980392156863%}.joms-emo2-lower_left_crayon{background-position:56.862745098039% 60.78431372549%}.joms-emo2-hear_no_evil{background-position:62.745098039216% 86.274509803922%}.joms-emo2-cactus{background-position:11.764705882353% 84.313725490196%}.joms-emo2-ear_of_rice{background-position:13.725490196078% 0}.joms-emo2-speak_no_evil{background-position:62.745098039216% 88.235294117647%}.joms-emo2-flag-hm{background-position:3.921568627451% 52.941176470588%}.joms-emo2-ballot_box_with_check{background-position:92.156862745098% 43.137254901961%}.joms-emo2-canoe{background-position:72.549019607843% 41.176470588235%}.joms-emo2-memo{background-position:50.980392156863% 39.21568627451%}.joms-emo2-herb{background-position:13.725490196078% 1.9607843137255%}.joms-emo2-flag-hn{background-position:3.921568627451% 54.901960784314%}.joms-emo2-heavy_check_mark{background-position:96.078431372549% 86.274509803922%}.joms-emo2-briefcase{background-position:49.019607843137% 76.470588235294%}.joms-emo2-speedboat{background-position:68.627450980392% 17.647058823529%}.joms-emo2-baby{background-position:43.137254901961% 19.607843137255%}.joms-emo2-heavy_multiplication_x{background-position:96.078431372549% 88.235294117647%}.joms-emo2-child{background-position:84.313725490196% 7.843137254902%}.joms-emo2-shamrock{background-position:92.156862745098% 49.019607843137%}.joms-emo2-passenger_ship{background-position:72.549019607843% 35.294117647059%}.joms-emo2-flag-hr{background-position:3.921568627451% 56.862745098039%}.joms-emo2-file_folder{background-position:49.019607843137% 86.274509803922%}.joms-emo2-x{background-position:98.039215686275% 1.9607843137255%}.joms-emo2-four_leaf_clover{background-position:13.725490196078% 3.921568627451%}.joms-emo2-open_file_folder{background-position:49.019607843137% 88.235294117647%}.joms-emo2-boy{background-position:29.411764705882% 82.352941176471%}.joms-emo2-ferry{background-position:94.117647058824% 82.352941176471%}.joms-emo2-flag-ht{background-position:3.921568627451% 58.823529411765%}.joms-emo2-girl{background-position:29.411764705882% 94.117647058824%}.joms-emo2-negative_squared_cross_mark{background-position:98.039215686275% 3.921568627451%}.joms-emo2-flag-hu{background-position:3.921568627451% 60.78431372549%}.joms-emo2-card_index_dividers{background-position:58.823529411765% 7.843137254902%}.joms-emo2-maple_leaf{background-position:13.725490196078% 5.8823529411765%}.joms-emo2-motor_boat{background-position:72.549019607843% 25.490196078431%}.joms-emo2-flag-ic{background-position:3.921568627451% 62.745098039216%}.joms-emo2-fallen_leaf{background-position:13.725490196078% 7.843137254902%}.joms-emo2-adult{background-position:82.352941176471% 98.039215686275%}.joms-emo2-ship{background-position:66.666666666667% 82.352941176471%}.joms-emo2-heavy_plus_sign{background-position:98.039215686275% 17.647058823529%}.joms-emo2-date{background-position:49.019607843137% 94.117647058824%}.joms-emo2-man{background-position:35.294117647059% 21.56862745098%}.joms-emo2-flag-id{background-position:3.921568627451% 64.705882352941%}.joms-emo2-leaves{background-position:13.725490196078% 9.8039215686274%}.joms-emo2-heavy_minus_sign{background-position:98.039215686275% 19.607843137255%}.joms-emo2-calendar{background-position:49.019607843137% 96.078431372549%}.joms-emo2-airplane{background-position:96.078431372549% 31.372549019608%}.joms-emo2-spiral_note_pad{background-position:58.823529411765% 15.686274509804%}.joms-emo2-heavy_division_sign{background-position:98.039215686275% 21.56862745098%}.joms-emo2-small_airplane{background-position:72.549019607843% 27.450980392157%}.joms-emo2-woman{background-position:39.21568627451% 45.098039215686%}.joms-emo2-flag-ie{background-position:3.921568627451% 66.666666666667%}.joms-emo2-curly_loop{background-position:98.039215686275% 25.490196078431%}.joms-emo2-flag-il{background-position:3.921568627451% 68.627450980392%}.joms-emo2-airplane_departure{background-position:72.549019607843% 29.411764705882%}.joms-emo2-spiral_calendar_pad{background-position:58.823529411765% 17.647058823529%}.joms-emo2-older_adult{background-position:84.313725490196% 19.607843137255%}.joms-emo2-airplane_arriving{background-position:72.549019607843% 31.372549019608%}.joms-emo2-card_index{background-position:49.019607843137% 98.039215686275%}.joms-emo2-loop{background-position:98.039215686275% 27.450980392157%}.joms-emo2-older_man{background-position:41.176470588235% 98.039215686275%}.joms-emo2-flag-im{background-position:3.921568627451% 70.588235294118%}.joms-emo2-flag-in{background-position:3.921568627451% 72.549019607843%}.joms-emo2-chart_with_upwards_trend{background-position:49.019607843137% 100%}.joms-emo2-part_alternation_mark{background-position:98.039215686275% 49.019607843137%}.joms-emo2-seat{background-position:49.019607843137% 72.549019607843%}.joms-emo2-older_woman{background-position:43.137254901961% 7.843137254902%}.joms-emo2-eight_spoked_asterisk{background-position:96.078431372549% 96.078431372549%}.joms-emo2-chart_with_downwards_trend{background-position:50.980392156863% 0}.joms-emo2-flag-io{background-position:3.921568627451% 74.509803921569%}.joms-emo2-male-doctor{background-position:33.333333333333% 84.313725490196%}.joms-emo2-helicopter{background-position:66.666666666667% 17.647058823529%}.joms-emo2-female-doctor{background-position:39.21568627451% 1.9607843137255%}.joms-emo2-suspension_railway{background-position:66.666666666667% 76.470588235294%}.joms-emo2-bar_chart{background-position:50.980392156863% 1.9607843137255%}.joms-emo2-flag-iq{background-position:3.921568627451% 76.470588235294%}.joms-emo2-eight_pointed_black_star{background-position:96.078431372549% 98.039215686275%}.joms-emo2-mountain_cableway{background-position:66.666666666667% 78.43137254902%}.joms-emo2-male-student{background-position:31.372549019608% 27.450980392157%}.joms-emo2-clipboard{background-position:50.980392156863% 3.921568627451%}.joms-emo2-flag-ir{background-position:3.921568627451% 78.43137254902%}.joms-emo2-sparkle{background-position:98.039215686275% 0}.joms-emo2-female-student{background-position:35.294117647059% 56.862745098039%}.joms-emo2-pushpin{background-position:50.980392156863% 5.8823529411765%}.joms-emo2-aerial_tramway{background-position:66.666666666667% 80.392156862745%}.joms-emo2-flag-is{background-position:3.921568627451% 80.392156862745%}.joms-emo2-bangbang{background-position:90.196078431373% 56.862745098039%}.joms-emo2-interrobang{background-position:90.196078431373% 58.823529411765%}.joms-emo2-satellite{background-position:72.549019607843% 33.333333333333%}.joms-emo2-it{background-position:3.921568627451% 82.352941176471%}.joms-emo2-male-teacher{background-position:31.372549019608% 62.745098039216%}.joms-emo2-round_pushpin{background-position:50.980392156863% 7.843137254902%}.joms-emo2-flag-je{background-position:3.921568627451% 84.313725490196%}.joms-emo2-question{background-position:98.039215686275% 5.8823529411765%}.joms-emo2-rocket{background-position:66.666666666667% 15.686274509804%}.joms-emo2-female-teacher{background-position:35.294117647059% 92.156862745098%}.joms-emo2-paperclip{background-position:50.980392156863% 9.8039215686274%}.joms-emo2-linked_paperclips{background-position:56.862745098039% 52.941176470588%}.joms-emo2-flying_saucer{background-position:72.549019607843% 45.098039215686%}.joms-emo2-male-judge{background-position:33.333333333333% 96.078431372549%}.joms-emo2-grey_question{background-position:98.039215686275% 7.843137254902%}.joms-emo2-flag-jm{background-position:3.921568627451% 86.274509803922%}.joms-emo2-bellhop_bell{background-position:72.549019607843% 5.8823529411765%}.joms-emo2-straight_ruler{background-position:50.980392156863% 11.764705882353%}.joms-emo2-flag-jo{background-position:3.921568627451% 88.235294117647%}.joms-emo2-female-judge{background-position:39.21568627451% 13.725490196078%}.joms-emo2-grey_exclamation{background-position:98.039215686275% 9.8039215686274%}.joms-emo2-door{background-position:68.627450980392% 29.411764705882%}.joms-emo2-male-farmer{background-position:31.372549019608% 3.921568627451%}.joms-emo2-jp{background-position:3.921568627451% 90.196078431373%}.joms-emo2-triangular_ruler{background-position:50.980392156863% 13.725490196078%}.joms-emo2-exclamation{background-position:98.039215686275% 11.764705882353%}.joms-emo2-bed{background-position:72.549019607843% 7.843137254902%}.joms-emo2-female-farmer{background-position:35.294117647059% 33.333333333333%}.joms-emo2-scissors{background-position:96.078431372549% 27.450980392157%}.joms-emo2-wavy_dash{background-position:98.039215686275% 47.058823529412%}.joms-emo2-flag-ke{background-position:3.921568627451% 92.156862745098%}.joms-emo2-flag-kg{background-position:3.921568627451% 94.117647058824%}.joms-emo2-couch_and_lamp{background-position:70.588235294118% 92.156862745098%}.joms-emo2-male-cook{background-position:31.372549019608% 15.686274509804%}.joms-emo2-card_file_box{background-position:58.823529411765% 9.8039215686274%}.joms-emo2-file_cabinet{background-position:58.823529411765% 11.764705882353%}.joms-emo2-flag-kh{background-position:3.921568627451% 96.078431372549%}.joms-emo2-female-cook{background-position:35.294117647059% 45.098039215686%}.joms-emo2-toilet{background-position:70.588235294118% 64.705882352941%}.joms-emo2-wastebasket{background-position:58.823529411765% 13.725490196078%}.joms-emo2-flag-ki{background-position:3.921568627451% 98.039215686275%}.joms-emo2-shower{background-position:70.588235294118% 68.627450980392%}.joms-emo2-male-mechanic{background-position:33.333333333333% 37.254901960784%}.joms-emo2-tm{background-position:90.196078431373% 60.78431372549%}.joms-emo2-hash{background-position:0 0}.joms-emo2-flag-km{background-position:3.921568627451% 100%}.joms-emo2-bathtub{background-position:70.588235294118% 82.352941176471%}.joms-emo2-female-mechanic{background-position:37.254901960784% 56.862745098039%}.joms-emo2-lock{background-position:52.941176470588% 39.21568627451%}.joms-emo2-male-factory-worker{background-position:31.372549019608% 74.509803921569%}.joms-emo2-flag-kn{background-position:5.8823529411765% 0}.joms-emo2-hourglass{background-position:90.196078431373% 82.352941176471%}.joms-emo2-keycap_star{background-position:0 1.9607843137255%}.joms-emo2-unlock{background-position:52.941176470588% 41.176470588235%}.joms-emo2-flag-kp{background-position:5.8823529411765% 1.9607843137255%}.joms-emo2-female-factory-worker{background-position:37.254901960784% 1.9607843137255%}.joms-emo2-zero{background-position:0 3.921568627451%}.joms-emo2-lock_with_ink_pen{background-position:52.941176470588% 33.333333333333%}.joms-emo2-hourglass_flowing_sand{background-position:92.156862745098% 5.8823529411765%}.joms-emo2-one{background-position:0 5.8823529411765%}.joms-emo2-kr{background-position:5.8823529411765% 3.921568627451%}.joms-emo2-watch{background-position:90.196078431373% 80.392156862745%}.joms-emo2-male-office-worker{background-position:33.333333333333% 25.490196078431%}.joms-emo2-closed_lock_with_key{background-position:52.941176470588% 35.294117647059%}.joms-emo2-female-office-worker{background-position:37.254901960784% 45.098039215686%}.joms-emo2-two{background-position:0 7.843137254902%}.joms-emo2-alarm_clock{background-position:92.156862745098% 0}.joms-emo2-key{background-position:52.941176470588% 37.254901960784%}.joms-emo2-flag-kw{background-position:5.8823529411765% 5.8823529411765%}.joms-emo2-stopwatch{background-position:92.156862745098% 1.9607843137255%}.joms-emo2-male-scientist{background-position:33.333333333333% 49.019607843137%}.joms-emo2-three{background-position:0 9.8039215686274%}.joms-emo2-flag-ky{background-position:5.8823529411765% 7.843137254902%}.joms-emo2-old_key{background-position:58.823529411765% 21.56862745098%}.joms-emo2-flag-kz{background-position:5.8823529411765% 9.8039215686274%}.joms-emo2-hammer{background-position:52.941176470588% 82.352941176471%}.joms-emo2-female-scientist{background-position:37.254901960784% 68.627450980392%}.joms-emo2-timer_clock{background-position:92.156862745098% 3.921568627451%}.joms-emo2-four{background-position:0 11.764705882353%}.joms-emo2-male-technologist{background-position:33.333333333333% 13.725490196078%}.joms-emo2-mantelpiece_clock{background-position:54.901960784314% 84.313725490196%}.joms-emo2-five{background-position:0 13.725490196078%}.joms-emo2-flag-la{background-position:5.8823529411765% 11.764705882353%}.joms-emo2-pick{background-position:94.117647058824% 62.745098039216%}.joms-emo2-flag-lb{background-position:5.8823529411765% 13.725490196078%}.joms-emo2-clock12{background-position:54.901960784314% 56.862745098039%}.joms-emo2-hammer_and_pick{background-position:94.117647058824% 21.56862745098%}.joms-emo2-six{background-position:0 15.686274509804%}.joms-emo2-female-technologist{background-position:37.254901960784% 33.333333333333%}.joms-emo2-hammer_and_wrench{background-position:72.549019607843% 15.686274509804%}.joms-emo2-flag-lc{background-position:5.8823529411765% 15.686274509804%}.joms-emo2-clock1230{background-position:54.901960784314% 80.392156862745%}.joms-emo2-seven{background-position:0 17.647058823529%}.joms-emo2-male-singer{background-position:31.372549019608% 39.21568627451%}.joms-emo2-eight{background-position:0 19.607843137255%}.joms-emo2-flag-li{background-position:5.8823529411765% 17.647058823529%}.joms-emo2-dagger_knife{background-position:58.823529411765% 25.490196078431%}.joms-emo2-clock1{background-position:54.901960784314% 35.294117647059%}.joms-emo2-female-singer{background-position:35.294117647059% 68.627450980392%}.joms-emo2-male-artist{background-position:31.372549019608% 50.980392156863%}.joms-emo2-crossed_swords{background-position:94.117647058824% 25.490196078431%}.joms-emo2-nine{background-position:0 21.56862745098%}.joms-emo2-flag-lk{background-position:5.8823529411765% 19.607843137255%}.joms-emo2-clock130{background-position:54.901960784314% 58.823529411765%}.joms-emo2-clock2{background-position:54.901960784314% 37.254901960784%}.joms-emo2-gun{background-position:52.941176470588% 88.235294117647%}.joms-emo2-keycap_ten{background-position:52.941176470588% 64.705882352941%}.joms-emo2-female-artist{background-position:35.294117647059% 80.392156862745%}.joms-emo2-flag-lr{background-position:5.8823529411765% 21.56862745098%}.joms-emo2-clock230{background-position:54.901960784314% 60.78431372549%}.joms-emo2-bow_and_arrow{background-position:23.529411764706% 45.098039215686%}.joms-emo2-male-pilot{background-position:35.294117647059% 5.8823529411765%}.joms-emo2-flag-ls{background-position:5.8823529411765% 23.529411764706%}.joms-emo2-flag-lt{background-position:5.8823529411765% 25.490196078431%}.joms-emo2-capital_abcd{background-position:52.941176470588% 66.666666666667%}.joms-emo2-female-pilot{background-position:39.21568627451% 25.490196078431%}.joms-emo2-clock3{background-position:54.901960784314% 39.21568627451%}.joms-emo2-shield{background-position:72.549019607843% 17.647058823529%}.joms-emo2-male-astronaut{background-position:33.333333333333% 60.78431372549%}.joms-emo2-abcd{background-position:52.941176470588% 68.627450980392%}.joms-emo2-clock330{background-position:54.901960784314% 62.745098039216%}.joms-emo2-flag-lu{background-position:5.8823529411765% 27.450980392157%}.joms-emo2-wrench{background-position:52.941176470588% 80.392156862745%}.joms-emo2-nut_and_bolt{background-position:52.941176470588% 84.313725490196%}.joms-emo2-clock4{background-position:54.901960784314% 41.176470588235%}.joms-emo2-female-astronaut{background-position:37.254901960784% 80.392156862745%}.joms-emo2-flag-lv{background-position:5.8823529411765% 29.411764705882%}.joms-emo2-gear{background-position:94.117647058824% 33.333333333333%}.joms-emo2-male-firefighter{background-position:33.333333333333% 72.549019607843%}.joms-emo2-flag-ly{background-position:5.8823529411765% 31.372549019608%}.joms-emo2-symbols{background-position:52.941176470588% 72.549019607843%}.joms-emo2-clock430{background-position:54.901960784314% 64.705882352941%}.joms-emo2-flag-ma{background-position:5.8823529411765% 33.333333333333%}.joms-emo2-compression{background-position:58.823529411765% 19.607843137255%}.joms-emo2-female-firefighter{background-position:37.254901960784% 92.156862745098%}.joms-emo2-abc{background-position:52.941176470588% 74.509803921569%}.joms-emo2-clock5{background-position:54.901960784314% 43.137254901961%}.joms-emo2-clock530{background-position:54.901960784314% 66.666666666667%}.joms-emo2-a{background-position:0 31.372549019608%}.joms-emo2-alembic{background-position:94.117647058824% 31.372549019608%}.joms-emo2-flag-mc{background-position:5.8823529411765% 35.294117647059%}.joms-emo2-cop{background-position:39.21568627451% 88.235294117647%}.joms-emo2-scales{background-position:94.117647058824% 29.411764705882%}.joms-emo2-clock6{background-position:54.901960784314% 45.098039215686%}.joms-emo2-flag-md{background-position:5.8823529411765% 37.254901960784%}.joms-emo2-ab{background-position:0 39.21568627451%}.joms-emo2-male-police-officer{background-position:39.21568627451% 76.470588235294%}.joms-emo2-link{background-position:52.941176470588% 49.019607843137%}.joms-emo2-flag-me{background-position:5.8823529411765% 39.21568627451%}.joms-emo2-clock630{background-position:54.901960784314% 68.627450980392%}.joms-emo2-b{background-position:0 33.333333333333%}.joms-emo2-female-police-officer{background-position:39.21568627451% 64.705882352941%}.joms-emo2-clock7{background-position:54.901960784314% 47.058823529412%}.joms-emo2-cl{background-position:0 41.176470588235%}.joms-emo2-sleuth_or_spy{background-position:56.862745098039% 21.56862745098%}.joms-emo2-flag-mf{background-position:5.8823529411765% 41.176470588235%}.joms-emo2-chains{background-position:94.117647058824% 66.666666666667%}.joms-emo2-syringe{background-position:47.058823529412% 68.627450980392%}.joms-emo2-male-detective{background-position:56.862745098039% 9.8039215686274%}.joms-emo2-cool{background-position:0 43.137254901961%}.joms-emo2-clock730{background-position:54.901960784314% 70.588235294118%}.joms-emo2-flag-mg{background-position:5.8823529411765% 43.137254901961%}.joms-emo2-free{background-position:0 45.098039215686%}.joms-emo2-flag-mh{background-position:5.8823529411765% 45.098039215686%}.joms-emo2-clock8{background-position:54.901960784314% 49.019607843137%}.joms-emo2-pill{background-position:47.058823529412% 70.588235294118%}.joms-emo2-female-detective{background-position:54.901960784314% 100%}.joms-emo2-clock830{background-position:54.901960784314% 72.549019607843%}.joms-emo2-guardsman{background-position:45.098039215686% 60.78431372549%}.joms-emo2-information_source{background-position:90.196078431373% 62.745098039216%}.joms-emo2-flag-mk{background-position:5.8823529411765% 47.058823529412%}.joms-emo2-smoking{background-position:68.627450980392% 33.333333333333%}.joms-emo2-id{background-position:0 47.058823529412%}.joms-emo2-clock9{background-position:54.901960784314% 50.980392156863%}.joms-emo2-flag-ml{background-position:5.8823529411765% 49.019607843137%}.joms-emo2-coffin{background-position:94.117647058824% 47.058823529412%}.joms-emo2-male-guard{background-position:45.098039215686% 49.019607843137%}.joms-emo2-m{background-position:92.156862745098% 13.725490196078%}.joms-emo2-funeral_urn{background-position:94.117647058824% 49.019607843137%}.joms-emo2-female-guard{background-position:45.098039215686% 37.254901960784%}.joms-emo2-flag-mm{background-position:5.8823529411765% 50.980392156863%}.joms-emo2-clock930{background-position:54.901960784314% 74.509803921569%}.joms-emo2-moyai{background-position:58.823529411765% 45.098039215686%}.joms-emo2-new{background-position:0 49.019607843137%}.joms-emo2-flag-mn{background-position:5.8823529411765% 52.941176470588%}.joms-emo2-construction_worker{background-position:43.137254901961% 54.901960784314%}.joms-emo2-clock10{background-position:54.901960784314% 52.941176470588%}.joms-emo2-clock1030{background-position:54.901960784314% 76.470588235294%}.joms-emo2-ng{background-position:0 50.980392156863%}.joms-emo2-male-construction-worker{background-position:43.137254901961% 43.137254901961%}.joms-emo2-flag-mo{background-position:5.8823529411765% 54.901960784314%}.joms-emo2-oil_drum{background-position:72.549019607843% 19.607843137255%}.joms-emo2-o2{background-position:0 35.294117647059%}.joms-emo2-female-construction-worker{background-position:43.137254901961% 31.372549019608%}.joms-emo2-clock11{background-position:54.901960784314% 54.901960784314%}.joms-emo2-crystal_ball{background-position:52.941176470588% 94.117647058824%}.joms-emo2-flag-mp{background-position:5.8823529411765% 56.862745098039%}.joms-emo2-flag-mq{background-position:5.8823529411765% 58.823529411765%}.joms-emo2-prince{background-position:76.470588235294% 54.901960784314%}.joms-emo2-ok{background-position:0 52.941176470588%}.joms-emo2-clock1130{background-position:54.901960784314% 78.43137254902%}.joms-emo2-shopping_trolley{background-position:72.549019607843% 13.725490196078%}.joms-emo2-flag-mr{background-position:5.8823529411765% 60.78431372549%}.joms-emo2-princess{background-position:43.137254901961% 66.666666666667%}.joms-emo2-new_moon{background-position:11.764705882353% 17.647058823529%}.joms-emo2-parking{background-position:0 37.254901960784%}.joms-emo2-sos{background-position:0 54.901960784314%}.joms-emo2-man_with_turban{background-position:41.176470588235% 86.274509803922%}.joms-emo2-flag-ms{background-position:5.8823529411765% 62.745098039216%}.joms-emo2-waxing_crescent_moon{background-position:11.764705882353% 19.607843137255%}.joms-emo2-up{background-position:0 56.862745098039%}.joms-emo2-first_quarter_moon{background-position:11.764705882353% 21.56862745098%}.joms-emo2-flag-mt{background-position:5.8823529411765% 64.705882352941%}.joms-emo2-man-wearing-turban{background-position:41.176470588235% 74.509803921569%}.joms-emo2-moon{background-position:11.764705882353% 23.529411764706%}.joms-emo2-woman-wearing-turban{background-position:41.176470588235% 62.745098039216%}.joms-emo2-vs{background-position:0 58.823529411765%}.joms-emo2-flag-mu{background-position:5.8823529411765% 66.666666666667%}.joms-emo2-man_with_gua_pi_mao{background-position:41.176470588235% 50.980392156863%}.joms-emo2-koko{background-position:9.8039215686274% 56.862745098039%}.joms-emo2-full_moon{background-position:11.764705882353% 25.490196078431%}.joms-emo2-flag-mv{background-position:5.8823529411765% 68.627450980392%}.joms-emo2-person_with_headscarf{background-position:84.313725490196% 43.137254901961%}.joms-emo2-waning_gibbous_moon{background-position:11.764705882353% 27.450980392157%}.joms-emo2-sa{background-position:9.8039215686274% 58.823529411765%}.joms-emo2-flag-mw{background-position:5.8823529411765% 70.588235294118%}.joms-emo2-last_quarter_moon{background-position:11.764705882353% 29.411764705882%}.joms-emo2-u6708{background-position:9.8039215686274% 74.509803921569%}.joms-emo2-bearded_person{background-position:84.313725490196% 31.372549019608%}.joms-emo2-flag-mx{background-position:5.8823529411765% 72.549019607843%}.joms-emo2-u6709{background-position:9.8039215686274% 72.549019607843%}.joms-emo2-person_with_blond_hair{background-position:41.176470588235% 39.21568627451%}.joms-emo2-waning_crescent_moon{background-position:11.764705882353% 31.372549019608%}.joms-emo2-flag-my{background-position:5.8823529411765% 74.509803921569%}.joms-emo2-u6307{background-position:9.8039215686274% 62.745098039216%}.joms-emo2-blond-haired-man{background-position:41.176470588235% 27.450980392157%}.joms-emo2-crescent_moon{background-position:11.764705882353% 33.333333333333%}.joms-emo2-flag-mz{background-position:5.8823529411765% 76.470588235294%}.joms-emo2-new_moon_with_face{background-position:11.764705882353% 35.294117647059%}.joms-emo2-flag-na{background-position:5.8823529411765% 78.43137254902%}.joms-emo2-blond-haired-woman{background-position:41.176470588235% 15.686274509804%}.joms-emo2-ideograph_advantage{background-position:9.8039215686274% 82.352941176471%}.joms-emo2-first_quarter_moon_with_face{background-position:11.764705882353% 37.254901960784%}.joms-emo2-man_in_tuxedo{background-position:76.470588235294% 66.666666666667%}.joms-emo2-flag-nc{background-position:5.8823529411765% 80.392156862745%}.joms-emo2-u5272{background-position:9.8039215686274% 78.43137254902%}.joms-emo2-flag-ne{background-position:5.8823529411765% 82.352941176471%}.joms-emo2-last_quarter_moon_with_face{background-position:11.764705882353% 39.21568627451%}.joms-emo2-u7121{background-position:9.8039215686274% 60.78431372549%}.joms-emo2-bride_with_veil{background-position:41.176470588235% 3.921568627451%}.joms-emo2-u7981{background-position:9.8039215686274% 64.705882352941%}.joms-emo2-pregnant_woman{background-position:76.470588235294% 7.843137254902%}.joms-emo2-thermometer{background-position:11.764705882353% 49.019607843137%}.joms-emo2-flag-nf{background-position:5.8823529411765% 84.313725490196%}.joms-emo2-sunny{background-position:92.156862745098% 31.372549019608%}.joms-emo2-accept{background-position:9.8039215686274% 84.313725490196%}.joms-emo2-flag-ng{background-position:5.8823529411765% 86.274509803922%}.joms-emo2-breast-feeding{background-position:76.470588235294% 19.607843137255%}.joms-emo2-full_moon_with_face{background-position:11.764705882353% 41.176470588235%}.joms-emo2-flag-ni{background-position:5.8823529411765% 88.235294117647%}.joms-emo2-u7533{background-position:9.8039215686274% 76.470588235294%}.joms-emo2-angel{background-position:43.137254901961% 84.313725490196%}.joms-emo2-sun_with_face{background-position:11.764705882353% 43.137254901961%}.joms-emo2-santa{background-position:15.686274509804% 37.254901960784%}.joms-emo2-u5408{background-position:9.8039215686274% 68.627450980392%}.joms-emo2-flag-nl{background-position:5.8823529411765% 90.196078431373%}.joms-emo2-mrs_claus{background-position:76.470588235294% 78.43137254902%}.joms-emo2-u7a7a{background-position:9.8039215686274% 66.666666666667%}.joms-emo2-star{background-position:98.039215686275% 43.137254901961%}.joms-emo2-flag-no{background-position:5.8823529411765% 92.156862745098%}.joms-emo2-mage{background-position:86.274509803922% 82.352941176471%}.joms-emo2-star2{background-position:11.764705882353% 45.098039215686%}.joms-emo2-flag-np{background-position:5.8823529411765% 94.117647058824%}.joms-emo2-congratulations{background-position:98.039215686275% 50.980392156863%}.joms-emo2-flag-nr{background-position:5.8823529411765% 96.078431372549%}.joms-emo2-stars{background-position:11.764705882353% 47.058823529412%}.joms-emo2-female_mage{background-position:86.274509803922% 58.823529411765%}.joms-emo2-secret{background-position:98.039215686275% 52.941176470588%}.joms-emo2-flag-nu{background-position:5.8823529411765% 98.039215686275%}.joms-emo2-u55b6{background-position:9.8039215686274% 80.392156862745%}.joms-emo2-male_mage{background-position:86.274509803922% 70.588235294118%}.joms-emo2-cloud{background-position:92.156862745098% 33.333333333333%}.joms-emo2-flag-nz{background-position:5.8823529411765% 100%}.joms-emo2-partly_sunny{background-position:94.117647058824% 56.862745098039%}.joms-emo2-fairy{background-position:88.235294117647% 15.686274509804%}.joms-emo2-u6e80{background-position:9.8039215686274% 70.588235294118%}.joms-emo2-black_small_square{background-position:92.156862745098% 15.686274509804%}.joms-emo2-thunder_cloud_and_rain{background-position:94.117647058824% 58.823529411765%}.joms-emo2-female_fairy{background-position:86.274509803922% 94.117647058824%}.joms-emo2-flag-om{background-position:7.843137254902% 0}.joms-emo2-white_small_square{background-position:92.156862745098% 17.647058823529%}.joms-emo2-flag-pa{background-position:7.843137254902% 1.9607843137255%}.joms-emo2-mostly_sunny{background-position:11.764705882353% 50.980392156863%}.joms-emo2-male_fairy{background-position:88.235294117647% 3.921568627451%}.joms-emo2-barely_sunny{background-position:11.764705882353% 52.941176470588%}.joms-emo2-white_medium_square{background-position:92.156862745098% 23.529411764706%}.joms-emo2-flag-pe{background-position:7.843137254902% 3.921568627451%}.joms-emo2-vampire{background-position:88.235294117647% 50.980392156863%}.joms-emo2-female_vampire{background-position:88.235294117647% 27.450980392157%}.joms-emo2-partly_sunny_rain{background-position:11.764705882353% 54.901960784314%}.joms-emo2-flag-pf{background-position:7.843137254902% 5.8823529411765%}.joms-emo2-black_medium_square{background-position:92.156862745098% 25.490196078431%}.joms-emo2-white_medium_small_square{background-position:92.156862745098% 27.450980392157%}.joms-emo2-rain_cloud{background-position:11.764705882353% 56.862745098039%}.joms-emo2-flag-pg{background-position:7.843137254902% 7.843137254902%}.joms-emo2-male_vampire{background-position:88.235294117647% 39.21568627451%}.joms-emo2-flag-ph{background-position:7.843137254902% 9.8039215686274%}.joms-emo2-merperson{background-position:88.235294117647% 86.274509803922%}.joms-emo2-black_medium_small_square{background-position:92.156862745098% 29.411764705882%}.joms-emo2-snow_cloud{background-position:11.764705882353% 58.823529411765%}.joms-emo2-lightning{background-position:11.764705882353% 60.78431372549%}.joms-emo2-black_large_square{background-position:98.039215686275% 39.21568627451%}.joms-emo2-mermaid{background-position:88.235294117647% 62.745098039216%}.joms-emo2-flag-pk{background-position:7.843137254902% 11.764705882353%}.joms-emo2-merman{background-position:88.235294117647% 74.509803921569%}.joms-emo2-white_large_square{background-position:98.039215686275% 41.176470588235%}.joms-emo2-tornado{background-position:11.764705882353% 62.745098039216%}.joms-emo2-flag-pl{background-position:7.843137254902% 13.725490196078%}.joms-emo2-elf{background-position:90.196078431373% 19.607843137255%}.joms-emo2-fog{background-position:11.764705882353% 64.705882352941%}.joms-emo2-large_orange_diamond{background-position:54.901960784314% 7.843137254902%}.joms-emo2-flag-pm{background-position:7.843137254902% 15.686274509804%}.joms-emo2-flag-pn{background-position:7.843137254902% 17.647058823529%}.joms-emo2-wind_blowing_face{background-position:11.764705882353% 66.666666666667%}.joms-emo2-female_elf{background-position:88.235294117647% 98.039215686275%}.joms-emo2-large_blue_diamond{background-position:54.901960784314% 9.8039215686274%}.joms-emo2-male_elf{background-position:90.196078431373% 7.843137254902%}.joms-emo2-small_orange_diamond{background-position:54.901960784314% 11.764705882353%}.joms-emo2-flag-pr{background-position:7.843137254902% 19.607843137255%}.joms-emo2-cyclone{background-position:9.8039215686274% 86.274509803922%}.joms-emo2-rainbow{background-position:11.764705882353% 0}.joms-emo2-small_blue_diamond{background-position:54.901960784314% 13.725490196078%}.joms-emo2-genie{background-position:90.196078431373% 35.294117647059%}.joms-emo2-flag-ps{background-position:7.843137254902% 21.56862745098%}.joms-emo2-small_red_triangle{background-position:54.901960784314% 15.686274509804%}.joms-emo2-closed_umbrella{background-position:9.8039215686274% 90.196078431373%}.joms-emo2-female_genie{background-position:90.196078431373% 31.372549019608%}.joms-emo2-flag-pt{background-position:7.843137254902% 23.529411764706%}.joms-emo2-flag-pw{background-position:7.843137254902% 25.490196078431%}.joms-emo2-small_red_triangle_down{background-position:54.901960784314% 17.647058823529%}.joms-emo2-umbrella{background-position:92.156862745098% 35.294117647059%}.joms-emo2-male_genie{background-position:90.196078431373% 33.333333333333%}.joms-emo2-zombie{background-position:90.196078431373% 41.176470588235%}.joms-emo2-flag-py{background-position:7.843137254902% 27.450980392157%}.joms-emo2-diamond_shape_with_a_dot_inside{background-position:49.019607843137% 11.764705882353%}.joms-emo2-umbrella_with_rain_drops{background-position:92.156862745098% 45.098039215686%}.joms-emo2-radio_button{background-position:52.941176470588% 50.980392156863%}.joms-emo2-female_zombie{background-position:90.196078431373% 37.254901960784%}.joms-emo2-flag-qa{background-position:7.843137254902% 29.411764705882%}.joms-emo2-umbrella_on_ground{background-position:94.117647058824% 76.470588235294%}.joms-emo2-black_square_button{background-position:54.901960784314% 0}.joms-emo2-zap{background-position:94.117647058824% 41.176470588235%}.joms-emo2-male_zombie{background-position:90.196078431373% 39.21568627451%}.joms-emo2-flag-re{background-position:7.843137254902% 31.372549019608%}.joms-emo2-flag-ro{background-position:7.843137254902% 33.333333333333%}.joms-emo2-snowflake{background-position:96.078431372549% 100%}.joms-emo2-white_square_button{background-position:54.901960784314% 1.9607843137255%}.joms-emo2-person_frowning{background-position:64.705882352941% 58.823529411765%}.joms-emo2-flag-rs{background-position:7.843137254902% 35.294117647059%}.joms-emo2-man-frowning{background-position:64.705882352941% 47.058823529412%}.joms-emo2-white_circle{background-position:94.117647058824% 43.137254901961%}.joms-emo2-snowman{background-position:92.156862745098% 37.254901960784%}.joms-emo2-snowman_without_snow{background-position:94.117647058824% 54.901960784314%}.joms-emo2-ru{background-position:7.843137254902% 37.254901960784%}.joms-emo2-black_circle{background-position:94.117647058824% 45.098039215686%}.joms-emo2-woman-frowning{background-position:64.705882352941% 35.294117647059%}.joms-emo2-flag-rw{background-position:7.843137254902% 39.21568627451%}.joms-emo2-comet{background-position:92.156862745098% 39.21568627451%}.joms-emo2-person_with_pouting_face{background-position:64.705882352941% 94.117647058824%}.joms-emo2-red_circle{background-position:54.901960784314% 3.921568627451%}.joms-emo2-large_blue_circle{background-position:54.901960784314% 5.8823529411765%}.joms-emo2-man-pouting{background-position:64.705882352941% 82.352941176471%}.joms-emo2-flag-sa{background-position:7.843137254902% 41.176470588235%}.joms-emo2-fire{background-position:52.941176470588% 76.470588235294%}.joms-emo2-woman-pouting{background-position:64.705882352941% 70.588235294118%}.joms-emo2-flag-sb{background-position:7.843137254902% 43.137254901961%}.joms-emo2-droplet{background-position:49.019607843137% 25.490196078431%}.joms-emo2-no_good{background-position:62.745098039216% 1.9607843137255%}.joms-emo2-flag-sc{background-position:7.843137254902% 45.098039215686%}.joms-emo2-ocean{background-position:11.764705882353% 3.921568627451%}.joms-emo2-man-gesturing-no{background-position:60.78431372549% 92.156862745098%}.joms-emo2-flag-sd{background-position:7.843137254902% 47.058823529412%}.joms-emo2-woman-gesturing-no{background-position:60.78431372549% 80.392156862745%}.joms-emo2-flag-se{background-position:7.843137254902% 49.019607843137%}.joms-emo2-flag-sg{background-position:7.843137254902% 50.980392156863%}.joms-emo2-ok_woman{background-position:62.745098039216% 37.254901960784%}.joms-emo2-flag-sh{background-position:7.843137254902% 52.941176470588%}.joms-emo2-man-gesturing-ok{background-position:62.745098039216% 25.490196078431%}.joms-emo2-flag-si{background-position:7.843137254902% 54.901960784314%}.joms-emo2-woman-gesturing-ok{background-position:62.745098039216% 13.725490196078%}.joms-emo2-information_desk_person{background-position:45.098039215686% 25.490196078431%}.joms-emo2-flag-sj{background-position:7.843137254902% 56.862745098039%}.joms-emo2-man-tipping-hand{background-position:45.098039215686% 13.725490196078%}.joms-emo2-flag-sk{background-position:7.843137254902% 58.823529411765%}.joms-emo2-flag-sl{background-position:7.843137254902% 60.78431372549%}.joms-emo2-woman-tipping-hand{background-position:45.098039215686% 1.9607843137255%}.joms-emo2-flag-sm{background-position:7.843137254902% 62.745098039216%}.joms-emo2-raising_hand{background-position:64.705882352941% 11.764705882353%}.joms-emo2-flag-sn{background-position:7.843137254902% 64.705882352941%}.joms-emo2-man-raising-hand{background-position:64.705882352941% 0}.joms-emo2-flag-so{background-position:7.843137254902% 66.666666666667%}.joms-emo2-woman-raising-hand{background-position:62.745098039216% 90.196078431373%}.joms-emo2-flag-sr{background-position:7.843137254902% 68.627450980392%}.joms-emo2-bow{background-position:62.745098039216% 72.549019607843%}.joms-emo2-man-bowing{background-position:62.745098039216% 60.78431372549%}.joms-emo2-flag-ss{background-position:7.843137254902% 70.588235294118%}.joms-emo2-woman-bowing{background-position:62.745098039216% 49.019607843137%}.joms-emo2-flag-st{background-position:7.843137254902% 72.549019607843%}.joms-emo2-face_palm{background-position:74.509803921569% 80.392156862745%}.joms-emo2-flag-sv{background-position:7.843137254902% 74.509803921569%}.joms-emo2-man-facepalming{background-position:74.509803921569% 68.627450980392%}.joms-emo2-flag-sx{background-position:7.843137254902% 76.470588235294%}.joms-emo2-flag-sy{background-position:7.843137254902% 78.43137254902%}.joms-emo2-woman-facepalming{background-position:74.509803921569% 56.862745098039%}.joms-emo2-shrug{background-position:78.43137254902% 11.764705882353%}.joms-emo2-flag-sz{background-position:7.843137254902% 80.392156862745%}.joms-emo2-flag-ta{background-position:7.843137254902% 82.352941176471%}.joms-emo2-man-shrugging{background-position:78.43137254902% 0}.joms-emo2-woman-shrugging{background-position:76.470588235294% 90.196078431373%}.joms-emo2-flag-tc{background-position:7.843137254902% 84.313725490196%}.joms-emo2-massage{background-position:47.058823529412% 19.607843137255%}.joms-emo2-flag-td{background-position:7.843137254902% 86.274509803922%}.joms-emo2-man-getting-massage{background-position:47.058823529412% 7.843137254902%}.joms-emo2-flag-tf{background-position:7.843137254902% 88.235294117647%}.joms-emo2-woman-getting-massage{background-position:45.098039215686% 98.039215686275%}.joms-emo2-flag-tg{background-position:7.843137254902% 90.196078431373%}.joms-emo2-haircut{background-position:47.058823529412% 54.901960784314%}.joms-emo2-flag-th{background-position:7.843137254902% 92.156862745098%}.joms-emo2-man-getting-haircut{background-position:47.058823529412% 43.137254901961%}.joms-emo2-flag-tj{background-position:7.843137254902% 94.117647058824%}.joms-emo2-flag-tk{background-position:7.843137254902% 96.078431372549%}.joms-emo2-woman-getting-haircut{background-position:47.058823529412% 31.372549019608%}.joms-emo2-walking{background-position:70.588235294118% 41.176470588235%}.joms-emo2-flag-tl{background-position:7.843137254902% 98.039215686275%}.joms-emo2-man-walking{background-position:70.588235294118% 29.411764705882%}.joms-emo2-flag-tm{background-position:7.843137254902% 100%}.joms-emo2-woman-walking{background-position:70.588235294118% 17.647058823529%}.joms-emo2-flag-tn{background-position:9.8039215686274% 0}.joms-emo2-runner{background-position:17.647058823529% 90.196078431373%}.joms-emo2-flag-to{background-position:9.8039215686274% 1.9607843137255%}.joms-emo2-man-running{background-position:17.647058823529% 78.43137254902%}.joms-emo2-flag-tr{background-position:9.8039215686274% 3.921568627451%}.joms-emo2-flag-tt{background-position:9.8039215686274% 5.8823529411765%}.joms-emo2-woman-running{background-position:17.647058823529% 66.666666666667%}.joms-emo2-flag-tv{background-position:9.8039215686274% 7.843137254902%}.joms-emo2-dancer{background-position:45.098039215686% 72.549019607843%}.joms-emo2-flag-tw{background-position:9.8039215686274% 9.8039215686274%}.joms-emo2-man_dancing{background-position:56.862745098039% 41.176470588235%}.joms-emo2-dancers{background-position:41.176470588235% 1.9607843137255%}.joms-emo2-flag-tz{background-position:9.8039215686274% 11.764705882353%}.joms-emo2-flag-ua{background-position:9.8039215686274% 13.725490196078%}.joms-emo2-man-with-bunny-ears-partying{background-position:41.176470588235% 0}.joms-emo2-woman-with-bunny-ears-partying{background-position:39.21568627451% 100%}.joms-emo2-flag-ug{background-position:9.8039215686274% 15.686274509804%}.joms-emo2-flag-um{background-position:9.8039215686274% 17.647058823529%}.joms-emo2-person_in_steamy_room{background-position:84.313725490196% 78.43137254902%}.joms-emo2-woman_in_steamy_room{background-position:84.313725490196% 54.901960784314%}.joms-emo2-flag-un{background-position:9.8039215686274% 19.607843137255%}.joms-emo2-us{background-position:9.8039215686274% 21.56862745098%}.joms-emo2-man_in_steamy_room{background-position:84.313725490196% 66.666666666667%}.joms-emo2-person_climbing{background-position:86.274509803922% 11.764705882353%}.joms-emo2-flag-uy{background-position:9.8039215686274% 23.529411764706%}.joms-emo2-woman_climbing{background-position:84.313725490196% 90.196078431373%}.joms-emo2-flag-uz{background-position:9.8039215686274% 25.490196078431%}.joms-emo2-man_climbing{background-position:86.274509803922% 0}.joms-emo2-flag-va{background-position:9.8039215686274% 27.450980392157%}.joms-emo2-person_in_lotus_position{background-position:86.274509803922% 47.058823529412%}.joms-emo2-flag-vc{background-position:9.8039215686274% 29.411764705882%}.joms-emo2-flag-ve{background-position:9.8039215686274% 31.372549019608%}.joms-emo2-woman_in_lotus_position{background-position:86.274509803922% 23.529411764706%}.joms-emo2-man_in_lotus_position{background-position:86.274509803922% 35.294117647059%}.joms-emo2-flag-vg{background-position:9.8039215686274% 33.333333333333%}.joms-emo2-flag-vi{background-position:9.8039215686274% 35.294117647059%}.joms-emo2-bath{background-position:70.588235294118% 70.588235294118%}.joms-emo2-sleeping_accommodation{background-position:70.588235294118% 94.117647058824%}.joms-emo2-flag-vn{background-position:9.8039215686274% 37.254901960784%}.joms-emo2-man_in_business_suit_levitating{background-position:54.901960784314% 88.235294117647%}.joms-emo2-flag-vu{background-position:9.8039215686274% 39.21568627451%}.joms-emo2-flag-wf{background-position:9.8039215686274% 41.176470588235%}.joms-emo2-speaking_head_in_silhouette{background-position:58.823529411765% 27.450980392157%}.joms-emo2-bust_in_silhouette{background-position:29.411764705882% 78.43137254902%}.joms-emo2-flag-ws{background-position:9.8039215686274% 43.137254901961%}.joms-emo2-busts_in_silhouette{background-position:29.411764705882% 80.392156862745%}.joms-emo2-flag-xk{background-position:9.8039215686274% 45.098039215686%}.joms-emo2-fencer{background-position:78.43137254902% 94.117647058824%}.joms-emo2-flag-ye{background-position:9.8039215686274% 47.058823529412%}.joms-emo2-flag-yt{background-position:9.8039215686274% 49.019607843137%}.joms-emo2-horse_racing{background-position:19.607843137255% 39.21568627451%}.joms-emo2-flag-za{background-position:9.8039215686274% 50.980392156863%}.joms-emo2-skier{background-position:94.117647058824% 86.274509803922%}.joms-emo2-flag-zm{background-position:9.8039215686274% 52.941176470588%}.joms-emo2-snowboarder{background-position:17.647058823529% 54.901960784314%}.joms-emo2-golfer{background-position:21.56862745098% 47.058823529412%}.joms-emo2-flag-zw{background-position:9.8039215686274% 54.901960784314%}.joms-emo2-man-golfing{background-position:21.56862745098% 35.294117647059%}.joms-emo2-flag-england{background-position:23.529411764706% 31.372549019608%}.joms-emo2-woman-golfing{background-position:21.56862745098% 23.529411764706%}.joms-emo2-flag-scotland{background-position:23.529411764706% 33.333333333333%}.joms-emo2-flag-wales{background-position:23.529411764706% 35.294117647059%}.joms-emo2-surfer{background-position:19.607843137255% 23.529411764706%}.joms-emo2-man-surfing{background-position:19.607843137255% 11.764705882353%}.joms-emo2-woman-surfing{background-position:19.607843137255% 0}.joms-emo2-rowboat{background-position:68.627450980392% 5.8823529411765%}.joms-emo2-man-rowing-boat{background-position:66.666666666667% 96.078431372549%}.joms-emo2-woman-rowing-boat{background-position:66.666666666667% 84.313725490196%}.joms-emo2-swimmer{background-position:19.607843137255% 78.43137254902%}.joms-emo2-man-swimming{background-position:19.607843137255% 66.666666666667%}.joms-emo2-woman-swimming{background-position:19.607843137255% 54.901960784314%}.joms-emo2-person_with_ball{background-position:96.078431372549% 11.764705882353%}.joms-emo2-man-bouncing-ball{background-position:96.078431372549% 0}.joms-emo2-woman-bouncing-ball{background-position:94.117647058824% 90.196078431373%}.joms-emo2-weight_lifter{background-position:21.56862745098% 11.764705882353%}.joms-emo2-man-lifting-weights{background-position:21.56862745098% 0}.joms-emo2-woman-lifting-weights{background-position:19.607843137255% 90.196078431373%}.joms-emo2-bicyclist{background-position:68.627450980392% 72.549019607843%}.joms-emo2-man-biking{background-position:68.627450980392% 60.78431372549%}.joms-emo2-woman-biking{background-position:68.627450980392% 49.019607843137%}.joms-emo2-mountain_bicyclist{background-position:70.588235294118% 5.8823529411765%}.joms-emo2-man-mountain-biking{background-position:68.627450980392% 96.078431372549%}.joms-emo2-woman-mountain-biking{background-position:68.627450980392% 84.313725490196%}.joms-emo2-racing_car{background-position:21.56862745098% 60.78431372549%}.joms-emo2-racing_motorcycle{background-position:21.56862745098% 58.823529411765%}.joms-emo2-person_doing_cartwheel{background-position:78.43137254902% 47.058823529412%}.joms-emo2-man-cartwheeling{background-position:78.43137254902% 35.294117647059%}.joms-emo2-woman-cartwheeling{background-position:78.43137254902% 23.529411764706%}.joms-emo2-wrestlers{background-position:78.43137254902% 100%}.joms-emo2-man-wrestling{background-position:78.43137254902% 98.039215686275%}.joms-emo2-woman-wrestling{background-position:78.43137254902% 96.078431372549%}.joms-emo2-water_polo{background-position:80.392156862745% 23.529411764706%}.joms-emo2-man-playing-water-polo{background-position:80.392156862745% 11.764705882353%}.joms-emo2-woman-playing-water-polo{background-position:80.392156862745% 0}.joms-emo2-handball{background-position:80.392156862745% 58.823529411765%}.joms-emo2-man-playing-handball{background-position:80.392156862745% 47.058823529412%}.joms-emo2-woman-playing-handball{background-position:80.392156862745% 35.294117647059%}.joms-emo2-juggling{background-position:78.43137254902% 82.352941176471%}.joms-emo2-man-juggling{background-position:78.43137254902% 70.588235294118%}.joms-emo2-woman-juggling{background-position:78.43137254902% 58.823529411765%}.joms-emo2-couple{background-position:39.21568627451% 58.823529411765%}.joms-emo2-two_men_holding_hands{background-position:39.21568627451% 60.78431372549%}.joms-emo2-two_women_holding_hands{background-position:39.21568627451% 62.745098039216%}.joms-emo2-couplekiss{background-position:47.058823529412% 80.392156862745%}.joms-emo2-woman-kiss-man{background-position:39.21568627451% 41.176470588235%}.joms-emo2-man-kiss-man{background-position:35.294117647059% 19.607843137255%}.joms-emo2-woman-kiss-woman{background-position:39.21568627451% 43.137254901961%}.joms-emo2-couple_with_heart{background-position:47.058823529412% 84.313725490196%}.joms-emo2-woman-heart-man{background-position:39.21568627451% 37.254901960784%}.joms-emo2-man-heart-man{background-position:35.294117647059% 17.647058823529%}.joms-emo2-woman-heart-woman{background-position:39.21568627451% 39.21568627451%}.joms-emo2-family{background-position:39.21568627451% 56.862745098039%}.joms-emo2-man-woman-boy{background-position:33.333333333333% 3.921568627451%}.joms-emo2-man-woman-girl{background-position:33.333333333333% 7.843137254902%}.joms-emo2-man-woman-girl-boy{background-position:33.333333333333% 9.8039215686274%}.joms-emo2-man-woman-boy-boy{background-position:33.333333333333% 5.8823529411765%}.joms-emo2-man-woman-girl-girl{background-position:33.333333333333% 11.764705882353%}.joms-emo2-man-man-boy{background-position:31.372549019608% 96.078431372549%}.joms-emo2-man-man-girl{background-position:31.372549019608% 100%}.joms-emo2-man-man-girl-boy{background-position:33.333333333333% 0}.joms-emo2-man-man-boy-boy{background-position:31.372549019608% 98.039215686275%}.joms-emo2-man-man-girl-girl{background-position:33.333333333333% 1.9607843137255%}.joms-emo2-woman-woman-boy{background-position:37.254901960784% 23.529411764706%}.joms-emo2-woman-woman-girl{background-position:37.254901960784% 27.450980392157%}.joms-emo2-woman-woman-girl-boy{background-position:37.254901960784% 29.411764705882%}.joms-emo2-woman-woman-boy-boy{background-position:37.254901960784% 25.490196078431%}.joms-emo2-woman-woman-girl-girl{background-position:37.254901960784% 31.372549019608%}.joms-emo2-man-boy{background-position:31.372549019608% 88.235294117647%}.joms-emo2-man-boy-boy{background-position:31.372549019608% 86.274509803922%}.joms-emo2-man-girl{background-position:31.372549019608% 94.117647058824%}.joms-emo2-man-girl-boy{background-position:31.372549019608% 90.196078431373%}.joms-emo2-man-girl-girl{background-position:31.372549019608% 92.156862745098%}.joms-emo2-woman-boy{background-position:37.254901960784% 15.686274509804%}.joms-emo2-woman-boy-boy{background-position:37.254901960784% 13.725490196078%}.joms-emo2-woman-girl{background-position:37.254901960784% 21.56862745098%}.joms-emo2-woman-girl-boy{background-position:37.254901960784% 17.647058823529%}.joms-emo2-woman-girl-girl{background-position:37.254901960784% 19.607843137255%}.joms-emo2-selfie{background-position:76.470588235294% 43.137254901961%}.joms-emo2-muscle{background-position:49.019607843137% 31.372549019608%}.joms-emo2-point_left{background-position:27.450980392157% 37.254901960784%}.joms-emo2-point_right{background-position:27.450980392157% 49.019607843137%}.joms-emo2-point_up{background-position:92.156862745098% 50.980392156863%}.joms-emo2-point_up_2{background-position:27.450980392157% 13.725490196078%}.joms-emo2-middle_finger{background-position:56.862745098039% 74.509803921569%}.joms-emo2-point_down{background-position:27.450980392157% 25.490196078431%}.joms-emo2-v{background-position:96.078431372549% 58.823529411765%}.joms-emo2-crossed_fingers{background-position:74.509803921569% 21.56862745098%}.joms-emo2-spock-hand{background-position:56.862745098039% 86.274509803922%}.joms-emo2-the_horns{background-position:72.549019607843% 62.745098039216%}.joms-emo2-call_me_hand{background-position:72.549019607843% 74.509803921569%}.joms-emo2-raised_hand_with_fingers_splayed{background-position:56.862745098039% 62.745098039216%}.joms-emo2-hand{background-position:96.078431372549% 47.058823529412%}.joms-emo2-ok_hand{background-position:27.450980392157% 84.313725490196%}.joms-emo2-plus1{background-position:27.450980392157% 96.078431372549%}.joms-emo2--1{background-position:29.411764705882% 5.8823529411765%}.joms-emo2-fist{background-position:96.078431372549% 35.294117647059%}.joms-emo2-facepunch{background-position:27.450980392157% 60.78431372549%}.joms-emo2-left-facing_fist{background-position:72.549019607843% 98.039215686275%}.joms-emo2-right-facing_fist{background-position:74.509803921569% 7.843137254902%}.joms-emo2-raised_back_of_hand{background-position:72.549019607843% 86.274509803922%}.joms-emo2-wave{background-position:27.450980392157% 72.549019607843%}.joms-emo2-i_love_you_hand_sign{background-position:74.509803921569% 33.333333333333%}.joms-emo2-writing_hand{background-position:96.078431372549% 70.588235294118%}.joms-emo2-clap{background-position:29.411764705882% 17.647058823529%}.joms-emo2-open_hands{background-position:29.411764705882% 29.411764705882%}.joms-emo2-raised_hands{background-position:64.705882352941% 23.529411764706%}.joms-emo2-palms_up_together{background-position:76.470588235294% 31.372549019608%}.joms-emo2-pray{background-position:66.666666666667% 3.921568627451%}.joms-emo2-handshake{background-position:74.509803921569% 19.607843137255%}.joms-emo2-nail_care{background-position:45.098039215686% 86.274509803922%}.joms-emo2-ear{background-position:25.490196078431% 88.235294117647%}.joms-emo2-nose{background-position:25.490196078431% 100%}.joms-emo2-footprints{background-position:29.411764705882% 76.470588235294%}.joms-emo2-eyes{background-position:25.490196078431% 82.352941176471%}.joms-emo2-eye{background-position:25.490196078431% 86.274509803922%}.joms-emo2-brain{background-position:90.196078431373% 43.137254901961%}.joms-emo2-tongue{background-position:27.450980392157% 11.764705882353%}.joms-emo2-lips{background-position:27.450980392157% 9.8039215686274%}.joms-emo2-kiss{background-position:47.058823529412% 72.549019607843%}.joms-emo2-cupid{background-position:47.058823529412% 98.039215686275%}.joms-emo2-heart{background-position:98.039215686275% 15.686274509804%}.joms-emo2-heartbeat{background-position:47.058823529412% 88.235294117647%}.joms-emo2-broken_heart{background-position:47.058823529412% 90.196078431373%}.joms-emo2-two_hearts{background-position:47.058823529412% 92.156862745098%}.joms-emo2-sparkling_heart{background-position:47.058823529412% 94.117647058824%}.joms-emo2-heartpulse{background-position:47.058823529412% 96.078431372549%}.joms-emo2-blue_heart{background-position:47.058823529412% 100%}.joms-emo2-green_heart{background-position:49.019607843137% 0}.joms-emo2-yellow_heart{background-position:49.019607843137% 1.9607843137255%}.joms-emo2-orange_heart{background-position:90.196078431373% 45.098039215686%}.joms-emo2-purple_heart{background-position:49.019607843137% 3.921568627451%}.joms-emo2-black_heart{background-position:56.862745098039% 98.039215686275%}.joms-emo2-gift_heart{background-position:49.019607843137% 5.8823529411765%}.joms-emo2-revolving_hearts{background-position:49.019607843137% 7.843137254902%}.joms-emo2-heart_decoration{background-position:49.019607843137% 9.8039215686274%}.joms-emo2-heavy_heart_exclamation_mark_ornament{background-position:98.039215686275% 13.725490196078%}.joms-emo2-love_letter{background-position:47.058823529412% 74.509803921569%}.joms-emo2-zzz{background-position:49.019607843137% 19.607843137255%}.joms-emo2-anger{background-position:49.019607843137% 15.686274509804%}.joms-emo2-bomb{background-position:49.019607843137% 17.647058823529%}.joms-emo2-boom{background-position:49.019607843137% 21.56862745098%}.joms-emo2-sweat_drops{background-position:49.019607843137% 23.529411764706%}.joms-emo2-dash{background-position:49.019607843137% 27.450980392157%}.joms-emo2-dizzy{background-position:49.019607843137% 43.137254901961%}.joms-emo2-speech_balloon{background-position:49.019607843137% 45.098039215686%}.joms-emo2-left_speech_bubble{background-position:58.823529411765% 29.411764705882%}.joms-emo2-right_anger_bubble{background-position:58.823529411765% 31.372549019608%}.joms-emo2-thought_balloon{background-position:49.019607843137% 47.058823529412%}.joms-emo2-hole{background-position:54.901960784314% 86.274509803922%}.joms-emo2-eyeglasses{background-position:29.411764705882% 45.098039215686%}.joms-emo2-dark_sunglasses{background-position:56.862745098039% 33.333333333333%}.joms-emo2-necktie{background-position:29.411764705882% 47.058823529412%}.joms-emo2-shirt{background-position:29.411764705882% 49.019607843137%}.joms-emo2-jeans{background-position:29.411764705882% 50.980392156863%}.joms-emo2-scarf{background-position:90.196078431373% 49.019607843137%}.joms-emo2-gloves{background-position:90.196078431373% 50.980392156863%}.joms-emo2-coat{background-position:90.196078431373% 52.941176470588%}.joms-emo2-socks{background-position:90.196078431373% 54.901960784314%}.joms-emo2-dress{background-position:29.411764705882% 52.941176470588%}.joms-emo2-kimono{background-position:29.411764705882% 54.901960784314%}.joms-emo2-bikini{background-position:29.411764705882% 56.862745098039%}.joms-emo2-womans_clothes{background-position:29.411764705882% 58.823529411765%}.joms-emo2-purse{background-position:29.411764705882% 60.78431372549%}.joms-emo2-handbag{background-position:29.411764705882% 62.745098039216%}.joms-emo2-pouch{background-position:29.411764705882% 64.705882352941%}.joms-emo2-shopping_bags{background-position:72.549019607843% 3.921568627451%}.joms-emo2-school_satchel{background-position:15.686274509804% 72.549019607843%}.joms-emo2-mans_shoe{background-position:29.411764705882% 66.666666666667%}.joms-emo2-athletic_shoe{background-position:29.411764705882% 68.627450980392%}.joms-emo2-high_heel{background-position:29.411764705882% 70.588235294118%}.joms-emo2-sandal{background-position:29.411764705882% 72.549019607843%}.joms-emo2-boot{background-position:29.411764705882% 74.509803921569%}.joms-emo2-crown{background-position:29.411764705882% 41.176470588235%}.joms-emo2-womans_hat{background-position:29.411764705882% 43.137254901961%}.joms-emo2-tophat{background-position:17.647058823529% 5.8823529411765%}.joms-emo2-mortar_board{background-position:15.686274509804% 74.509803921569%}.joms-emo2-billed_cap{background-position:90.196078431373% 47.058823529412%}.joms-emo2-helmet_with_white_cross{background-position:94.117647058824% 64.705882352941%}.joms-emo2-prayer_beads{background-position:52.941176470588% 1.9607843137255%}.joms-emo2-lipstick{background-position:45.098039215686% 84.313725490196%}.joms-emo2-ring{background-position:47.058823529412% 76.470588235294%}.joms-emo2-gem{background-position:47.058823529412% 78.43137254902%}.tingle-modal *{box-sizing:border-box}.tingle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.8);opacity:0;cursor:pointer;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.tingle-modal--confirm .tingle-modal-box{text-align:center}.tingle-modal--noOverlayClose{cursor:default}.tingle-modal--noClose .tingle-modal__close{display:none}.tingle-modal__close{position:fixed;top:10px;right:28px;z-index:1000;padding:0;width:5rem;height:5rem;border:none;background-color:transparent;color:#f0f0f0;font-size:6rem;font-family:monospace;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}.tingle-modal__closeLabel{display:none}.tingle-modal__close:hover{color:#fff}.tingle-modal-box{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;margin-bottom:auto;width:100%;max-width:500px;border-radius:4px;background:#fff;opacity:1;cursor:auto;-webkit-transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275);-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.tingle-modal-box__content{padding:0;box-shadow:0 0 2px 0 rgba(158,158,158,1)}.tingle-modal-box__footer{padding:1.5rem 2rem;width:auto;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#f5f5f5;cursor:auto}.tingle-modal-box__footer::after{display:table;clear:both;content:""}.tingle-modal-box__footer--sticky{position:fixed;bottom:-200px;z-index:10001;opacity:1;-webkit-transition:bottom .3s ease-in-out .3s;transition:bottom .3s ease-in-out .3s}.tingle-enabled{position:fixed;overflow:hidden;left:0;right:0}.tingle-modal--visible .tingle-modal-box__footer{bottom:0}.tingle-enabled .tingle-content-wrapper{-webkit-filter:blur(8px);filter:blur(8px)}.tingle-modal--visible{visibility:visible;opacity:1;z-index:1070}.tingle-modal--visible .tingle-modal-box{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.tingle-modal--overflow{overflow-y:scroll;padding-top:8vh}.tingle-btn{display:inline-block;margin:0 .5rem;padding:1rem 2rem;border:none;background-color:grey;box-shadow:none;color:#fff;vertical-align:middle;text-decoration:none;font-size:inherit;font-family:inherit;line-height:normal;cursor:pointer;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.tingle-btn--primary{background-color:#3498db}.tingle-btn--danger{background-color:#e74c3c}.tingle-btn--default{background-color:#34495e}.tingle-btn--pull-left{float:left}.tingle-btn--pull-right{float:right}@media (max-width :540px){.tingle-modal{top:0;display:block;padding-top:60px;width:100%}.tingle-modal-box{width:auto;border-radius:0}.tingle-modal--noClose{top:0}.tingle-modal--noOverlayClose{padding-top:0}.tingle-modal-box__footer .tingle-btn{display:block;float:none;margin-bottom:1rem;width:100%}.tingle-modal__close{top:0;right:0;left:0;display:block;width:100%;height:60px;border:none;background-color:#2c3e50;box-shadow:none;color:#fff;line-height:55px}.tingle-modal__closeLabel{display:inline-block;vertical-align:middle;font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.tingle-modal__closeIcon{display:inline-block;margin-right:.5rem;vertical-align:middle;font-size:4rem}}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.tingle-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (max-width :540px){.tingle-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.tingle-enabled .tingle-content-wrapper{-webkit-filter:none;filter:none}}
.joms-stream__body [data-type="stream-content"] img.emoji {
  width: 20px;
  margin-right: 2px; }

.joms-stream__body .colorful-status__container img.emoji {
  width: 28px;
  margin-right: 2px; }

.joms-js--comment-content img.emoji {
  width: 20px;
  margin-right: 2px; }

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
@font-face{font-family:'jomsocial';src:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../font/jomsocial.eot);src:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../font/jomsocial.eot?#iefix) format('embedded-opentype'),url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../font/jomsocial.woff) format('woff'),url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../font/jomsocial.ttf) format('truetype'),url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../font/jomsocial.svg#jomsocial) format('svg');font-weight:normal;font-style:normal;unicode-range:U+00-FFFF;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}[class^="joms-icon-"]:before,[class*=" joms-icon-"]:before{font-family:"jomsocial";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:.2em;}

.joms-icon-happy2:before{content:"\e60e"}
.joms-icon-smiley2:before{content:"\e610"}
.joms-icon-tongue2:before{content:"\e611"}
.joms-icon-sad2:before{content:"\e612"}
.joms-icon-wink2:before{content:"\e613"}
.joms-icon-grin2:before{content:"\e614"}
.joms-icon-cool2:before{content:"\e615"}
.joms-icon-angry2:before{content:"\e616"}
.joms-icon-evil2:before{content:"\e617"}
.joms-icon-shocked2:before{content:"\e618"}
.joms-icon-confused2:before{content:"\e619"}
.joms-icon-neutral2:before{content:"\e61a"}
.joms-icon-heart:before{content:"\e9da"}
.joms-icon-user:before{content:"\e971"}
.joms-icon-users:before{content:"\e972"}

.white-popup{position:relative;background:#FFF;width:auto;max-width:600px;margin:20px auto;}
.joms-popup-header{background:#333;color:#fff;padding:10px 20px;}
.joms-request li{margin-bottom:20px;}
.joms-request-avatar{width:60px;float:left;}
.joms-request-content{padding-left:70px;}
#joms-share-popup,.joms-share-popup{position:relative;}#joms-share-popup textarea:focus,.joms-share-popup textarea:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#ffffff;}
#joms-share-popup .joms-share-status-preview,.joms-share-popup .joms-share-status-preview{padding:20px;margin-top:10px;background:rgba(0, 0, 0, 0.02);}
#joms-share-popup .joms-popup-footer,.joms-share-popup .joms-popup-footer{background:#f9f9f9;padding:10px 20px;margin-top:20px;}
#joms-share-popup .joms-privacy-dropdown,.joms-share-popup .joms-privacy-dropdown{display:inline-block;}
#joms-share-popup .joms-share-status-username,.joms-share-popup .joms-share-status-username{font-size:12px;color:#aaa;font-weight:bold;}
#joms-share-popup .joms-share-status-privacy,.joms-share-popup .joms-share-status-privacy{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:inline-block;float:none;margin-right:0;margin-top:0;position:relative;}#joms-share-popup .joms-share-status-privacy *,.joms-share-popup .joms-share-status-privacy *,#joms-share-popup .joms-share-status-privacy *:after,.joms-share-popup .joms-share-status-privacy *:after,#joms-share-popup .joms-share-status-privacy *:before,.joms-share-popup .joms-share-status-privacy *:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#joms-share-popup .joms-share-status-privacy button,.joms-share-popup .joms-share-status-privacy button{background:none;border:none;box-shadow:none;}
#joms-share-popup .joms-share-status-privacy .dropdown-caret:before,.joms-share-popup .joms-share-status-privacy .dropdown-caret:before{margin:0;}
#joms-share-popup .joms-share-status-privacy .dropdown-menu a,.joms-share-popup .joms-share-status-privacy .dropdown-menu a{padding:5px 10px;}#joms-share-popup .joms-share-status-privacy .dropdown-menu a i,.joms-share-popup .joms-share-status-privacy .dropdown-menu a i{margin-right:5px;}
#joms-share-popup .joms-share-status-privacy .dropdown-menu a:hover,.joms-share-popup .joms-share-status-privacy .dropdown-menu a:hover,#joms-share-popup .joms-share-status-privacy .dropdown-menu a:focus,.joms-share-popup .joms-share-status-privacy .dropdown-menu a:focus{color:#fff;text-decoration:none;}
#joms-share-popup .joms-char-count,.joms-share-popup .joms-char-count{position:absolute;right:0px !important;bottom:-10px !important;}
.joms-share-popup .joms-privacy-dropdown ul.dropdown-menu a:hover{text-decoration:none !important;color:#fff !important;}
#joms-share-popup .joms-stream-multi-photo img{margin:0;max-width:100%;display:block;}
#joms-share-popup .joms-stream-multi-photo .joms-stream-single-photo{width:auto;}
#joms-share-popup .joms-stream-multi-photo-hero img{max-width:100%;margin:0;}
#photo-uploader .joms-share-status-action{margin-top:10px;margin-left:10px;display:inline-block;}
#photo-uploader #new-album,#photo-uploader #select-album{display:inline-block;}
#photo-uploader .joms-album-privacy,#photo-uploader .joms-share-status-privacy{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:inline-block;float:none;margin-right:0;margin-top:0;position:relative;}#photo-uploader .joms-album-privacy *,#photo-uploader .joms-share-status-privacy *,#photo-uploader .joms-album-privacy *:after,#photo-uploader .joms-share-status-privacy *:after,#photo-uploader .joms-album-privacy *:before,#photo-uploader .joms-share-status-privacy *:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#photo-uploader .joms-album-privacy button,#photo-uploader .joms-share-status-privacy button{height:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #eee;}
#photo-uploader .joms-album-privacy .dropdown-caret:before,#photo-uploader .joms-share-status-privacy .dropdown-caret:before{margin:0;}
#photo-uploader .joms-album-privacy .dropdown-menu a,#photo-uploader .joms-share-status-privacy .dropdown-menu a{padding:5px 10px;}#photo-uploader .joms-album-privacy .dropdown-menu a i,#photo-uploader .joms-share-status-privacy .dropdown-menu a i{margin-right:5px;}
#photo-uploader .joms-album-privacy .dropdown-menu a:hover,#photo-uploader .joms-share-status-privacy .dropdown-menu a:hover,#photo-uploader .joms-album-privacy .dropdown-menu a:focus,#photo-uploader .joms-share-status-privacy .dropdown-menu a:focus{text-decoration:none;}
#cWindow{background:#ffffff;font-size:12px;font-family:Arial,sans-serif;line-height:1.35;color:#555555;text-align:left;position:absolute;z-index:999999999999;display:block;width:452px;height:170px;top:0;margin-left:-25px;}#cWindow.new{display:none;}
#cWindow .label-filetype{max-width:100%;}
#cWindow .pull-left{float:left !important;}
#cWindow .pull-right{float:right !important;}
#cWindowContentOuter{width:500px;height:130px;}
#cwin_close_btn{background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../../../assets/window/window-x.png) center no-repeat !important;height:40px;width:40px;text-indent:-9999px;margin:0;position:absolute;top:0;right:0;z-index:1000;}
#cwin_logo{color:#fff;font-weight:bold;font-size:12px;text-shadow:0 1px 0 #444;height:40px;line-height:40px;margin-left:8px;position:absolute;top:0;left:0;z-index:999;}
#cwin_tl,#cwin_tr,#cwin_bl,#cwin_br,#cwin_tm,#cwin_bm,#cwin_ml,#cwin_mr{display:none;}
#cWindow #cwin-wait{width:43px;height:11px;display:none;}
#cWindowContentOuter{border:1px solid #444444;-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.8);-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.8);box-shadow:0 0 5px rgba(0, 0, 0, 0.8);float:left;overflow:hidden;position:relative;}
#cWindowContentTop{height:40px;background:#555555;border-bottom:1px solid #222222;overflow:hidden;}
#cWindowContentWrap{overflow:auto;background:#ffffff;position:relative;}
#cWindowContentWrap.resizing{overflow:hidden;}
#cWindowContent.resizing{overflow:hidden;position:absolute;}
#cWindowContent{padding:10px 10px;text-align:inherit;}
#cWindowContentWrap.loading{background-position:center center;background-repeat:no-repeat;overflow:hidden;}
#cWindowAction{background:#cccccc url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../../assets/window/wait.gif) no-repeat -43px -11px;border-top:1px solid #999999;font-size:0;position:absolute;width:100%;display:block;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#cWindowAction.loading{background-position:10px 10px;}
.joms-icon-thumbnail:before{font-size:40px;}
.cLayout{display:inline-block;width:100%;position:relative;}
.cSidebar+.cMain{margin:0 245px 0 0;}
.cPagination{text-align:center;}.cPagination *{display:inline-block;float:none;}
.cPagination ul{list-style:none;margin:0;padding:0;}
.cPagination li{padding:2px;}
#cwin-wait,.loading{display:none;width:16px;height:11px;background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/mini-loader.gif);}
.top-gap{margin-top:10px !important;}
.bottom-gap{margin-bottom:10px !important;}
.js-col-layout{width:100%;*zoom:1;}.js-col-layout [class*="js-col"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.762430939%;*margin-left:2.709239449638298%;margin-bottom:2.762430939%;*margin-bottom:2.709239449638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}.js-col-layout [class*="js-col"] :first-child{margin-left:0;}
.js-col-layout [class*="js-col"] img{width:100%;}
.js-col-layout .js-col2{width:48.618784527%;*width:48.5655930376383%;}.js-col-layout .js-col2:nth-child(2n+1){margin-left:0px;}
.js-col-layout .js-col3{width:31.491712705%;*width:31.4385212156383%;}.js-col-layout .js-col3:nth-child(3n+1){margin-left:0px;}
.js-col-layout .js-col4{width:22.928176794%;*width:22.874985304638297%;}.js-col-layout .js-col4:nth-child(4n+1){margin-left:0px;}
.js-col-layout:before{display:table;content:"";}
.js-col-layout:after{display:table;content:"";clear:both;}
.joms-box-list{border:1px solid #e3e3e3;-webkit-box-sizing:'border-box';-moz-box-sizing:'border-box';box-sizing:'border-box';-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1);box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1);color:#7f8c8d;margin:0px 8px 12px 0px;}.joms-box-list:hover{border-color:#d9d9d9;-webkit-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.1);-moz-box-shadow:0px 1px 4px rgba(0, 0, 0, 0.1);box-shadow:0px 1px 4px rgba(0, 0, 0, 0.1);}
.joms-box-list aside{width:60px;float:left;text-align:center;}
.joms-box-list article{margin-left:72px;}
.joms-box-list.joms-padding-small aside{width:32px;}
.joms-box-list.joms-padding-small article{margin-left:38px;}
.joms-box-list.two-columns{width:49%;margin:0 0 8px 2%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;}.joms-box-list.two-columns h6{text-overflow:ellipsis;max-height:32px;overflow:hidden;}
.joms-box-list.two-columns:nth-child(2n+1){margin-left:0;}
.joms-box-list-pagination{position:absolute;bottom:10px;left:10px;}.joms-box-list-pagination a{margin-left:4px;}.joms-box-list-pagination a:first-child{margin-left:0;}
.joms-box-list-pagination a.active{text-decoration:underline !important;}
.joms-inline-block{display:inline-block;}
.space-12{margin:12px 0px;}
.space-24{margin:24px 0px;}
.ml-6{margin-left:6px;}
.joms-padding-small{padding:6px;}
.joms-padding{padding:12px;}
.joms-rounded{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.dropdown-menu{margin-top:0px;}
.js-toolbar .brand{display:none;}
.js-toolbar .navbar-inner{padding:0px;min-height:20px;}
.js-toolbar .nav{list-style-type:none;margin:0px;padding:0px;}.js-toolbar .nav>li>a{padding:6px 12px;}.js-toolbar .nav>li>a.menu-icon{padding:6px;position:relative;}
.js-toolbar .nav .dropdown:hover .dropdown-menu{display:block;}
.js-toolbar .nav.hidden-desktop>li>a{padding:6px;position:relative;}
.js-toolbar .js-counter{background:#3498db;color:#ffffff;padding:4px 6px;font-size:9px;line-height:9px;position:absolute;top:3px;right:2px;text-shadow:none;}
.cFilter .filter{font-size:11px;padding:0px 4px;}.cFilter .filter.active a{font-weight:bold;}

.label-filetype{border:1px dashed #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:block;padding:9px;position:relative;overflow:hidden;height:100%;}.label-filetype input[type="file"]{overflow:hidden;height:0px;line-height:0px;position:absolute;width:100% !important;left:0;top:0;cursor:pointer;opacity:0;-moz-opacity:0;filter:alpha(opacity=0) !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.photouploader input{margin:0;}
.photouploader input[disabled]{cursor:not-allowed;background-color:#eeeeee;padding:5px;}
.fileUpload{position:relative;overflow:hidden;margin:10px;}
.fileUpload input{position:absolute;top:0;right:0;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0);}
.input-prepend.input-block-level,.input-append.input-block-level{display:table;width:100%;}.input-prepend.input-block-level .add-on,.input-append.input-block-level .add-on{display:table-cell;width:30px;background:#eeeeee;border:1px solid #cccccc;border-right:0;line-height:inherit;padding:inherit;vertical-align:middle;}.input-prepend.input-block-level .add-on i,.input-append.input-block-level .add-on i{color:#333333;}
.input-prepend.input-block-level>input[type="submit"],.input-append.input-block-level>input[type="submit"]{width:auto;display:table-cell;}
.input-prepend.input-block-level>input,.input-append.input-block-level>input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:auto;display:table-cell;width:100%;}
[class^="com-icon-"],[class*=" com-icon-"],[class^="com-toolbar-"],[class*=" com-toolbar-"],[class^="com-glyph-"],[class*=" com-glyph-"],[class^="com-app-"],[class*=" com-app-"]{display:inline-block;width:20px;height:20px;line-height:20px;vertical-align:top;background-image:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/sprites-icons.png);background-position:0 0;background-repeat:no-repeat;}
[class^="com-icon-"]+a,[class*=" com-icon-"]+a,[class^="com-icon-"]+span,[class*=" com-icon-"]+span{display:inline-block;line-height:20px;min-height:20px;}
.com-icon-user,.com-icon-profile{background-position:0 -20px;}
.com-icon-user-plus{background-position:0 -40px;}
.com-icon-groups{background-position:0 -60px;}
.com-icon-groups-plus{background-position:0 -80px;}
.com-icon-groups-edit{background-position:0 -100px;}
.com-icon-groups-lock{background-position:0 -120px;}
.com-icon-groups-delete{background-position:0 -140px;}
.com-icon-photos,.com-icon-cover{background-position:0 -160px;}
.com-icon-photos-plus{background-position:0 -180px;}
.com-icon-events{background-position:0 -200px;}
.com-icon-events-plus{background-position:0 -220px;}
.com-icon-events-import{background-position:0 -240px;}
.com-icon-events-edit{background-position:0 -260px;}
.com-icon-events-delete{background-position:0 -280px;}
.com-icon-videos{background-position:0 -300px;}
.com-icon-videos-plus{background-position:0 -320px;}
.com-icon-comment{background-position:0 -340px;}
.com-icon-comment-plus{background-position:0 -360px;}
.com-icon-album{background-position:0 -380px;}
.com-icon-album-plus{background-position:0 -400px;}
.com-icon-bell{background-position:0 -420px;}
.com-icon-bell-plus{background-position:0 -440px;}
.com-icon-award-gold{background-position:0 -460px;}
.com-icon-award-silver{background-position:0 -480px;}
.com-icon-award-plus{background-position:0 -500px;}
.com-icon-award-minus{background-position:0 -520px;}
.com-icon-blog{background-position:0 -540px;}
.com-icon-wall{background-position:0 -560px;}
.com-icon-thumbup{background-position:0 -580px;}
.com-icon-thumbdown{background-position:0 -600px;}
.com-icon-thumbup-shade{background-position:0 -620px;}
.com-icon-thumbdown-shade{background-position:0 -640px;}
.com-icon-folder{background-position:0 -660px;}
.com-icon-system,.com-icon-chart{background-position:0 -680px;}
.com-icon-mail-go{background-position:0 -700px;}
a:hover .com-icon-printer-shade,.com-icon-printer{background-position:0 -720px;}
a:hover .com-icon-bookmark-shade,.com-icon-bookmark{background-position:0 -740px;}
a:hover .com-icon-report-shade,.com-icon-report{background-position:0 -760px;}
a:hover .com-icon-block-shade,.com-icon-block{background-position:0 -780px;}
.com-icon-bookmark-shade{background-position:0 -800px;}
.com-icon-report-shade{background-position:0 -820px;}
.com-icon-block-shade{background-position:0 -840px;}
.com-icon-add{background-position:0 -860px;}
.com-icon-tick{background-position:0 -880px;}
.com-icon-rotate-clock{background-position:0 -900px;}
.com-icon-rotate-anticlock{background-position:0 -920px;}
.com-icon-door-out{background-position:0 -940px;}
.com-icon-door-in{background-position:0 -960px;}
.com-icon-drawer{background-position:0 -980px;}
.com-icon-form{background-position:0 -1000px;}
.com-icon-clock{background-position:0 -1020px;}
.com-icon-avatar{background-position:0 -1040px;}
.com-icon-profile-link{background-position:0 -1060px;}
.com-icon-info{background-position:0 -1080px;}
.com-icon-cog{background-position:0 -1100px;}
.com-icon-lock-open{background-position:0 -1120px;}
[class^="com-toolbar-"],[class*=" com-toolbar-"]{background-image:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/sprites-toolbar.png);}
.com-toolbar-home{background-position:0 0;}
.com-toolbar-notification{background-position:0 -20px;}
.com-toolbar-friends{background-position:0 -40px;}
.com-toolbar-inbox{background-position:0 -60px;}
.com-toolbar-signout{background-position:0 -80px;}
[class^="com-glyph-"],[class*=" com-glyph-"]{background-image:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/sprites-glyph.png);}
.com-glyph-setting{background-position:0 0;}
.com-glyph-arrow-r{background-position:0 -20px;}
.com-glyph-arrow-l{background-position:0 -40px;}
.com-glyph-search{background-position:0 -60px;}
.com-glyph-lock-site{background-position:0 -80px;}
.com-glyph-lock-friends{background-position:0 -100px;}
.com-glyph-lock-me{background-position:0 -120px;}
.com-glyph-cross{background-position:0 -140px;}
.com-glyph-cross:hover{background-position:0 -160px;}
[class^="com-app-"],[class*=" com-app-"]{background-image:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/sprites-app.png);width:16px;}
.com-app-cog{background-position:center top;}
.com-app-chevron{background-position:center;}
.collapse .com-app-chevron{background-position:center bottom;}
.cStreamTitle{font-size:125%;border-bottom:2px solid #e5e5e5;padding:0 0 10px;margin:10px 0 20px;}
.cStreamList+.cStreamTitle{margin-top:35px;}
.cStreamList.pushedUp{margin-top:-10px;}
.cStreamList>li{padding:15px 0;position:relative;display:inline-block;width:100%;}.cStreamList>li+li{border-top:1px solid #e5e5e5;}
.cStreamList>li.feed-status .stream-message{display:block;margin:8px 0 0;}
.cStreamList+.cStreamList{margin-top:40px;}
.cStream-Avatar .cAvatar{width:48px;height:48px;}
.cStream-Content{margin:0 0 0 58px;}.cStream-Content.Compact .cStream-Headline{min-height:20px;margin:0 0 0 25px;}.cStream-Content.Compact .cStream-Headline .cStream-Icon{margin:-2px 0 0 -25px;}
.cStream-Author,.cStream-Heading,.cStream-Reference{font-weight:bold;}
.cStream-Actions,.cStream-Attachment,.cStream-Status{margin-top:8px;}
.cStream-Quote{padding:8px 8px 8px 12px;border-left:2px solid rgba(0, 0, 0, 0.06);color:#7f8c8d;font-size:95%;margin-bottom:12px;}.cStream-Quote.video-share,.cStream-Quote.photo-share{max-width:320px;padding:12px;border-left:none;background:rgba(0, 0, 0, 0.024);}
.cStream-Quote.photo-share{max-width:100%;}
.cStream-Attachment{display:inline-block;width:100%;}
.cStream-Actions{line-height:16px;}.cStream-Actions>i,.cStream-Actions>span{float:left;display:inline-block;}
.cStream-Actions span{line-height:16px;height:16px;min-height:16px;}.cStream-Actions span+span{background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/middot.png) 0 center no-repeat;padding:0 0 0 7px;margin:0 0 0 5px;}
.cStream-Icon{margin:-2px 5px 0 0;}
.cStream-Control{position:absolute;top:10px;right:0;}
.cStream-Respond{font-size:95%;}.cStream-Respond>div{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin:7px 0 0 0;}
.cStream-Respond .cStream-Likes,.cStream-Respond .cStream-More{line-height:20px;}
.cStream-Respond a:hover{text-decoration:none;}
.cStream-Respond .stream-icon{color:#aaa;}
.cStream-Comment .cStream-Avatar img{width:40px;height:40px;}
.cStream-Comment .cStream-Content{margin:0 0 0 50px;}
.cStream-Comment .cStream-Meta{margin:3px 0 0;color:#999;}.cStream-Comment .cStream-Meta a:hover{text-decoration:none;}
.cStream-Comment .cStream-Meta .js-meta-actions{display:inline;}.cStream-Comment .cStream-Meta .js-meta-actions span{margin-left:4px;}
.cStream-Form{display:none;}
.cStream-FormInput{background:#ffffff;padding:2px 5px;position:relative;}
.cStream-FormInput textarea{position:absolute;left:0;right:0;top:0;bottom:0;width:100% !important;display:block;height:18px;padding:0 !important;margin:0 !important;border:0 none !important;border-radius:0 !important;box-shadow:overflow: hidden;background:transparent !important;outline:0;resize:none;font-family:inherit !important;font-size:inherit !important;line-height:inherit !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.cStream-FormSubmit{margin:5px 0 0;text-align:right;}.cStream-FormSubmit button{float:none !important;}
.cStream-FormCancel{margin:0 5px;}
.cStream-FormText{resize:none;}
.cStream-FormCancel,.cStream-FormButton{display:inline-block;vertical-align:baseline;}
.cStream-FormButton{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:1px solid;border-color:#cccccc #cccccc #aaaaaa;background-color:#f9f9f9;background-image:-moz-linear-gradient(top, #ffffff, #f0f0f0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));background-image:-webkit-linear-gradient(top, #ffffff, #f0f0f0);background-image:-o-linear-gradient(top, #ffffff, #f0f0f0);background-image:linear-gradient(to bottom, #ffffff, #f0f0f0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);font-size:11px;font-weight:bold;font-family:inherit;padding:4px 6px;color:#555;cursor:pointer;height:auto;}
.wallnone{display:none;}
.cStream-Photo .cPhoto-Thumb,.cStream-Photo .cPhoto-Thumb img{display:block;width:100%;height:auto;}
.cStream-PhotoRow>div{max-width:128px;}
.cStream-Photo+.cStream-Quote,.cStream-PhotoRow+.cStream-PhotoRow{margin:8px 0 0;}
.js-stream-photos{max-width:556px;width:100%;}
.cStream-Video .video-avatar{max-width:130px;}
.cStream-Video .video-description{padding-left:140px;}
.cSnippets.Inline{font-size:0;margin:-3px 0 0 -3px;}.cSnippets.Inline>b{display:inline-block;margin:3px 0 0 3px;}
.cSnippets.Block>div+div{margin-top:5px;}
.cSnip-Avatar img{width:48px;height:48px;}
.cSnip-Avatar.Album{background:#fff !important;border:1px solid #ccc;margin:4px 0 0 3px;}.cSnip-Avatar.Album img{background:#fff;border:1px solid #ccc;display:inline-block;float:left;padding:3px;margin:-5px 2px 2px -5px;width:58px;height:58px;}
.cSnip-Avatar.Album+.cSnip-Detail{margin:0 0 0 78px;}
.cSnip-Avatar.Video{position:relative;}.cSnip-Avatar.Video img{width:auto;height:112px;width:112px;height:auto;}
.cSnip-Avatar.Video b{background:#111;border-radius:2px 2px 2px 2px;bottom:5px;color:#fff;font:10px/1.2 Tahoma,Arial,sans-serif;opacity:0.8;padding:3px 5px;position:absolute;right:5px;}
.cSnip-Detail{margin:0 0 0 58px;}.cSnip-Detail.Video{margin:0 0 0 122px;}
.cSnip-Title{font-weight:bold;}
.cSnip-Info{display:inline-block;line-height:16px;margin-top:5px;width:100%;}.cSnip-Info>span{float:left;}.cSnip-Info>span+span{background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/middot.png) 0 center no-repeat;padding:0 0 0 7px;margin:0 0 0 5px;}
.cSnip-Photo{display:inline-block;position:relative;}.cSnip-Photo img{border:0;padding:0;margin:0;}
.cSnip-Photo span{background:#333;background:rgba(0, 0, 0, 0.5);border:1px solid #ddd;display:none;position:absolute;left:-1px;top:-1px;width:100%;height:100%;}.cSnip-Photo span i{color:#fff;display:block;font-size:11px;font-style:normal;font-weight:normal;padding:10px;}
.cSnip-Photo:hover span{display:block;}
.cUpdatesHelper{border-top:1px dotted #ddd;padding-top:15px;margin-top:15px;}.cUpdatesHelper .updates-options a+a{border-left:1px solid #ddd;display:inline-block;padding:0 0 0 5px;margin:0 0 0 5px;}
#activity-stream-container{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

ul.list-unstyled{margin:0;padding:0;list-style:none;}

.joms-edit-post{width:100%;resize:none;height:96px;border:1px solid #eaeaef;background:#f9f9f9;font-size:98.5%;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.joms-comment{margin-top:12px;background:#eee;padding:12px;}
.joms-comment-header{background:#dedede;padding:12px;margin:-12px -12px 12px;}
.joms-comment-item{overflow:hidden;border-bottom:1px solid #dedede;padding:10px 0px;}.joms-comment-item:last-child{border-bottom:none;}
.joms-comment-avatar{width:40px;float:left;}
.joms-comment-content{padding-left:50px;}
.joms-share-meta{font-size:13px;color:#b2b2b2;}
.joms-share-privacy{text-transform:capitalize;}
.joms-stream-privacy.joms-privacy-dropdown{float:none;display:inline-block;margin-right:0;margin-top:0;}
.joms-stream-privacy button{border:none;background:none;margin:0;padding:0;color:#b2b2b2;}
.joms-stream-privacy.open button,.joms-stream-privacy:hover button{color:#333;}
.joms-stream-status-action a{color:#aaa;margin-right:5px;}.joms-stream-status-action a:hover,.joms-stream-status-action a:focus{color:#333;text-decoration:none;background:none;}
.joms-stream-privacy button .dropdown-caret[class^="joms-icon-"]:before,.joms-stream-privacy button .dropdown-caret[class*=" joms-icon-"]:before{margin-left:0 !important;margin-right:0 !important;width:auto;}
.joms-status-location{color:#888;}
.joms-stream-options{position:absolute;top:8px;right:0;}.joms-stream-options button{border:none;background:none;margin:0;padding:0;color:#b2b2b2;}.joms-stream-options button [class^="joms-icon-"]:before{width:5px;}
.joms-stream-options.open button,.joms-stream-options:hover button{color:#333;}
.joms-stream-options .dropdown-menu{right:0 !important;left:inherit !important;top:24px;font-size:12px;min-width:120px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.joms-stream-options .dropdown-menu li>a{color:#aaa;padding:4px 12px;}.joms-stream-options .dropdown-menu li>a:hover{color:#eee;}
.joms-stream-options .dropdown-menu .divider{border-bottom:1px solid #dedede;}
.joms-stream-box .joms-icon-thumbnail:before{font-size:40px;margin:0px;color:#95a5a6;margin-top:24px;}
.joms-stream-box .joms-stream-thumb{width:100%;max-width:160px;float:left;margin-right:15px;}
.joms-stream-box.joms-fetch-wrapper{margin:12px 0;padding:12px 15px;}.joms-stream-box.joms-fetch-wrapper:hover{-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1);box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1);}
.joms-stream-box .joms-stream-fetch-content a{font-weight:normal;}
.joms-stream-box .content-details{margin-top:10px;color:#758283;font-size:12px;font-weight:bold;}.joms-stream-box .content-details i{margin-right:4px;font-weight:normal;}
.joms-stream-fetch-content .joms-stream-fetch-desc{line-height:1.6;}
.joms-stream-fetch-content .joms-stream-fetch-title{font-size:16px;font-weight:400;margin:0 0 5px 0;display:block;color:#0088cc;}.joms-stream-fetch-content .joms-stream-fetch-title:hover{color:#005580;}
.joms-stream-fetch-content cite{color:#888;display:block;font-size:11px;text-transform:uppercase;margin:5px 0 0 0;}.joms-stream-fetch-content cite:before{content:"—";display:inline-block;margin-right:5px;}
.joms-fetch-shared img{max-width:100%;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.joms-fetch-shared article{overflow:hidden;}
.joms-stream-single-photo{display:inline-block;margin-bottom:10px;max-width:560px;width:100%;}.joms-stream-single-photo.portrait{max-width:320px;}
.joms-stream-single-photo.landscape{max-width:560px;}
.joms-stream-single-photo.square{max-width:480px;}
.joms-stream-single-photo img{display:block;overflow:hidden;width:100%;}
.joms-stream-multi-photo{max-width:560px;}.joms-stream-multi-photo .joms-stream-single-photo a{max-height:200px;display:block;overflow:hidden;}
.joms-stream-multi-photo-hero{margin-bottom:2%;}
.feed-photos .joms-stream-reference{position:absolute;background:#3498db;color:white;text-decoration:none;font-size:12px;padding:4px 10px;}.feed-photos .joms-stream-reference:hover{background:#2980b9;}
.joms-stream-icon{color:#b2b2b2;font-size:16px;}
ul.joms-stream-event-details.joms-stream-box.joms-fetch-wrapper{margin-top:0;padding:10px 0;}ul.joms-stream-event-details.joms-stream-box.joms-fetch-wrapper li{line-height:2;}
.joms-stream-event-join-select{width:auto;vertical-align:middle;min-width:80px;margin-left:20px;margin-bottom:0;}
.joms-stream-event-join{margin-bottom:20px;}
.joms-load-latest{background:#fafafa;text-align:center;border:1px dashed #ebebeb;padding:4px 0px;font-size:12px;margin-top:6px;}.joms-load-latest:hover{background:#f5f5f5;}
.joms-load-latest a{color:#95a5a6;}.joms-load-latest a:hover{text-decoration:none;color:#849798;}
.stream-comment .joms-stream-box{width:96%;border:none;background:#fafafa;}
.portrait-phone-only{display:none;}
.cPageActions{margin:0 0 20px;text-align:right;font-size:0;}.cPageActions .cFloat-L+.cFloat-L{margin:0 0 0 10px;}
.cPageOwner{font-size:11px;padding-top:5px;}
.cPageAction>div{background:#f5f5f5;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;display:inline-block;}.cPageAction>div:first-child{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;}
.cPageAction>div:last-child{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;}
.cPageAction>div a,.cPageAction>div a:hover{font-size:11px;background:none !important;display:inline-block;text-decoration:none !important;height:20px;line-height:20px;padding:4px 6px;}
.cPageMeta{font-size:11px;}
.cPageHeader{padding:0 0 20px;overflow:hidden;}.cPageHeader.otherProfile{border-bottom:0;}
.cPageAvatar{border:1px solid #ccc;border-bottom-color:#aaa;padding:3px;position:relative;margin-bottom:40px;}.cPageAvatar>div img{width:160px;height:auto;}
.cPageAvatar>div b{bottom:10px;display:none;left:0;position:absolute;text-align:center;width:100%;}.cPageAvatar>div b a{background:#666;background:rgba(0, 0, 0, 0.7);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;display:inline-block;line-height:15px;font-weight:normal;padding:10px 15px;text-decoration:none;}.cPageAvatar>div b a:hover{background:#222;background:rgba(0, 0, 0, 0.85);}
.cPageAvatar>div:hover b{display:block;}
.cPageAvatar .cPage-Like{position:absolute;bottom:-40px;left:-1px;}
.cPageInfo{margin:0 0 0 185px;}
.cPageInfo-Status{border-bottom:1px solid #ddd;padding:0 0 10px;margin:10px 0;}
.cPageInfo-List li+li{margin-top:7px;}
.cPageInfo-List li>b{line-height:1.1;}
.cPageToolbox{background:#f5f5f5;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);padding:5px 0 0;margin:0 0 10px;}
.cPageToolbox a{background:none;border:1px solid transparent;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#444 !important;display:block;margin:0 0 5px 5px;padding:3px 5px;text-decoration:none !important;}.cPageToolbox a:hover{background:#eee;border-color:#ddd;}
.cPageStory-Editor{border-top:1px solid #ddd;padding-top:20px;margin-top:20px;}
.cPageTabs{border-bottom:1px solid #e5e5e5;padding:15px 0;margin:0 0 10px;background:#f0f0f0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:7px;border:1px solid #cccccc;}.cPageTabs li+li{margin:0 0 0 5px;}
.cPageTabs li a{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#555555;display:inline-block;font-size:90%;line-height:1.2;padding:8px 10px;text-decoration:none;}.cPageTabs li a:hover{background:none;color:#555555;text-decoration:underline;}
.cPageTabs li.cTabCurrent a{background:#555555;color:#ffffff;text-decoration:none !important;}
.cPageTabs li.cTabDisabled a{color:#999;cursor:default;}
.cTabsContentWrap .cTabsContent{display:none;}.cTabsContentWrap .cTabsContent.cTabsContentCurrent{display:block;}
.cField+.cField{margin:13px 0 0;padding:13px 0 0;border-top:1px solid #ddd;}
.cField .cField-Title{font-size:12px;font-weight:bold;margin-bottom:13px;}
.cField .cField-Name{font-family:inherit;font-size:90%;font-weight:normal;color:#999;margin:0 0 3px;}
.cField .cField-List li+li{margin-top:10px;}
.cPageAdmin{background-color:#F2DEDE;border:1px solid #cda6ab;padding:10px;margin:0 0 20px;}.cPageAdmin li+li{border-left:1px dotted #cda6ab;padding:0 0 0 10px;margin:0 0 0 10px;}
.cPageAdmin a{background:none !important;color:#ae3e4c !important;text-decoration:none;font-size:90%;}.cPageAdmin a:hover{text-decoration:underline;}
.cPageOptions{margin:0 0 0 10px;}.cPageOptions li{margin:0 0 5px;}
.cInvite-Relations{margin-top:3px;font-size:11px;}
.cInvite-Actions{margin-top:5px;}
.joms-blocked-ignored li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;clear:both;position:relative;border-bottom:1px solid rgba(0, 0, 0, 0.06);padding:8px 0px;}.joms-blocked-ignored li:last-child{border-bottom:none;}
.joms-blocked-ignored li img{width:56px;height:56px;float:left;}
.joms-blocked-ignored li article{margin-left:64px;}
.joms-blocked-ignored li p{margin-bottom:0px;color:#ccc;}
.joms-blocked-ignored .joms-action li{margin-right:6px;display:inline;border-bottom:none;}
.cMedia-ThumbList{margin:0 -10px;}.cMedia-ThumbList li{width:25%;}.cMedia-ThumbList li:hover .cMedia-Actions{display:block;}
.cMedia-ThumbList .cMedia-Thumb{display:inline-block;position:relative;}
.cMedia-ThumbList .cMedia-Box{margin:0 10px 20px;}
.cMedia-ThumbList.Albums *{text-align:center;}
.cMedia-ThumbList.Photos .cMedia-Avatar{padding:10px 0;}
.cMedia-Avatar{background:#f5f5f5;text-align:center;position:relative;}.cMedia-Avatar:hover .cMedia-Drag{display:block;}
.cMedia-Actions,.cMedia-Controls,.cMedia-Summary{margin:10px 0 0;}
.cMedia-Title{margin:0 0 5px;}.cMedia-Title a,.cMedia-Title b{font-weight:bold;word-wrap:break-word;}
.cMedia-Actions{display:none;position:absolute;text-align:center;top:75%;margin-top:-15px;width:100%;}.cMedia-Actions>div{display:inline-block;background:#333;background:rgba(0, 0, 0, 0.7);font-size:0;padding:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.cMedia-Actions>div a{background:none !important;display:inline-block;height:20px;width:20px;}
.cMedia-Count{margin:0 0 5px;}
.cMedia-Tag,.cMedia-TagOptions{margin:10px 0 0;}
.cDragable .dragged .cMedia-Box{background:#dcdcdc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border:2px dashed #dadada;}
.cMedia-Drag{position:absolute;text-align:center;top:105px;width:100%;display:none;}
.cDragControl{cursor:move;}.cDragControl>i{background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/glyph/drag.png) center no-repeat;width:12px;height:12px;}
.cMedia-Featured{background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/featured-ribbon.png);width:24px;height:24px;top:0;left:0;position:absolute;}
.cMedia-PhotoCover{background:#eee;text-align:center;position:relative;}
.cMedia-AlbumCover{background:#f8f8f8;border:1px solid #cccccc;display:inline-block;position:relative;}.cMedia-AlbumCover .cPhotoAvatar{background:#ffffff !important;display:block;padding:5px;}.cMedia-AlbumCover .cPhotoAvatar img{display:block;width:128px;height:128px;max-width:100%;}
.cMedia-VideoCover{background:#eee;text-align:center;position:relative;}
.cMedia-Option{background:#eeeeee;border:1px solid #cccccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);margin:0 0 20px;padding:10px;}
.cMedia-Options{color:#555555;font-size:11px;margin:4px 0;}.cMedia-Options li{line-height:20px;height:20px;}.cMedia-Options li+li{border-left:1px dotted #ccc;margin:0 0 0 10px;padding:0 0 0 10px;}
.cMedia-Options li.cFloat-R{border-left:0;}
.cMedia-Options li>a{background:none !important;color:inherit !important;text-decoration:none !important;display:inline-block;height:20px;line-height:20px;vertical-align:middle;}.cMedia-Options li>a>i{margin:0 2px 0 0;}
.cMedia-Options li>a:hover span{text-decoration:underline;}
.cMedia-Options .cMedia-Like{margin-top:-5px;}
.cMedia-Respond{padding-top:20px;}
.cMedia-TagPeople>div{margin-top:5px;}
.cMedia-Meta .cMeta-Desc,.cMedia-Meta .cMedia-TagPeople{margin-bottom:15px;padding-bottom:15px;}
.cMedia-Meta .cMeta-Avatar .cAvatar{width:48px;height:48px;}
.cMedia-Meta .cMeta-Details{margin:0 0 0 58px;}
.cMedia-Description{margin:15px 0 25px;}.cMedia-Description>b{display:block;margin-bottom:15px;}
.cVideo-Screen{text-align:center;background:#000;padding:20px 0;}
.cVideo-Screen .joms-media--video{max-width:none;}
.cVideo-Screen img{width:100%;height:auto;}
.cVideo-Screen .mejs-overlay{width:100%;height:100%;position:absolute;top:0;left:0;outline:none;}
.cVideo-Screen .mejs-video {margin:auto;}
.photoCaption .photoCaptionText{border:0;margin:4px 0 0;padding:0;resize:none;width:100%;height:auto;}.photoCaption .photoCaptionText.editable{border:1px dashed #ddd !important;padding:4px;resize:vertical;}.photoCaption .photoCaptionText.editable:focus{border-style:solid !important;}
.img-half-width{width:50% !important;}
.cToolBox{background:#fafafa;border:1px solid #dadada;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);padding:14px;margin:0 0 20px;}
.cToolBox-Avatar{margin:0 14px 0 0;}.cToolBox-Avatar img{width:42px;height:42px;}
.cToolBox-Options{margin:0px;float:right;}.cToolBox-Options li{margin:0 0 0 7px;display:inline-block;}.cToolBox-Options li a{background:none !important;text-decoration:none !important;display:inline-block;font-size:11px;line-height:20px;}.cToolBox-Options li a span{padding:0 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.cToolBox-Options li a:hover span{background:#aaa;color:#fff;}
.cWall-Header{font-weight:bold;padding:15px 0;margin:15px 0 0;}
.cWall-Content{border-top:1px solid #e5e5e5;padding:15px 0 0;margin:15px 0 0;}
.cComments{display:inline-block;width:100%;}
.cComment+.cComment{border-top:1px solid #e5e5e5;margin-top:15px;padding-top:15px;}
.cComment-Avatar img.avatar{width:48px;height:48px;}
.cComment-Body{margin:0 0 0 58px;}
.cComment-Author{font-weight:bold;}
.cComment-Content{margin:5px 0;}
.cComent-Actions{margin:15px 0 0;text-align:right;}
.cComments-All{border-top:1px solid #e5e5e5;padding:15px 0 0;margin:15px 0 0;}
.cFilesList .cFile-Name{font-weight:bold;}
.cFilesList .cFile-Author{font-size:90%;margin:5px 0 3px;}
.cFilesList .cFile-Delete{display:none;}
.cFilesList li:hover .cFile-Delete{display:inline-block;text-decoration:none !important;}
.app-item,.app-add{border:solid 1px #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#555;position:relative;margin:0 0 7px;padding:10px;overflow:hidden;cursor:move;}
.app-item.app-core{background:#eee;cursor:default;}
.app-add{border:1px dashed #ddd;}.app-add a{text-decoration:none;}.app-add a:hover,.app-add a:hover{background:none;color:inherit;text-decoration:none;}
.app-item-edit .app-title{display:block;line-height:20px;height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 0 0 30px;}
.app-item-edit .app-actions{border-top:1px solid #eee;margin-top:10px;padding-top:10px;text-align:right;height:20px;}
.app-item-edit .app-actions a{background:none !important;display:inline-block;vertical-align:top;}.app-item-edit .app-actions a+a{margin:0 0 0 5px;}
.app-item-edit .app-favicon{margin:2px;}
.app-item-edit .app-favicon,.app-item-edit .app-action-remove{position:absolute;left:10px;top:10px;}
.app-item-edit .app-action-remove{display:none;}.app-item-edit .app-action-remove:hover{background:none;}
.app-item-edit:hover .app-action-remove{display:block;}
.app-item-edit:hover .app-favicon{display:none;}
.app-box-main{margin-top:30px;}.app-box-main .app-widget-header{background-color:#fafafa;background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:7px 10px;margin:0 0 15px;position:relative;}.app-box-main .app-widget-header .app-box-title{font-size:100%;height:20px;line-height:20px;}
.app-box-main .app-box-menus{height:20px;position:absolute;right:7px;top:7px;}.app-box-main .app-box-menus *{font-size:0;display:inline-block;vertical-align:top;}
.app-box-main .app-box-menus a{background:none !important;}
#apps-mine .app-item.dragHandle{cursor:move;}
.app-item.dragHandle .app-item-description{margin:0 20px 15px 100px;}
.app-item.dragHandle .app-item-details,.app-item.dragHandle h3{margin:0 20px 0 100px;}
.app-item.onDrag a{color:#8e58b7;}
.app-position.onDrag,.app-position.onSave{background:#ffd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #ccc;padding:5px 5px 3px;}
.app-placeholder{margin-bottom:5px;border:1px dashed #aaa;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.app-item.onDrag{width:200px;opacity:0.5;filter:alpha(opacity=50);}
.app-item.onSave{background-image:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/wait.gif);background-repeat:no-repeat;background-position:center center;border:1px dashed #aaa;opacity:0.5;filter:alpha(opacity=50);}
.hero-area{-webkit-border-radius:6px 6px 0px 0px;-moz-border-radius:6px 6px 0px 0px;border-radius:6px 6px 0px 0px;text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);color:#fefefe;position:relative;display:block;width:100%;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.hero-area .hero-area-wrapper{display:block;width:100%;position:relative;height:0;padding:41.14% 0 0 0;overflow:hidden;}
.hero-area .hero-area-bg{position:absolute;display:block;min-width:100%;min-height:100%;width:auto;height:auto;left:0;right:0;top:0;bottom:0;margin:auto;}
.hero-area h1{text-shadow:0px 0px 4px #222222;font-weight:bold !important;font-size:28px;border:none;}
.hero-area p{font-size:16px;}
.hero-area .content{padding:20px;position:absolute;bottom:0px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.hero-area .content-cta{background:rgba(0, 0, 0, 0.4);padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:20px -20px -20px;}
.cGuest{margin:0 0 20px;-webkit-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, 0.6);-moz-box-shadow:inset 0px 1px 0px rgba(255, 255, 255, 0.6);box-shadow:inset 0px 1px 0px rgba(255, 255, 255, 0.6);}.cGuest .login-area{background:#fafafa;padding:20px;border:1px solid #dadada;border-top:none;-webkit-border-radius:0px 0px 6px 6px;-moz-border-radius:0px 0px 6px 6px;border-radius:0px 0px 6px 6px;}.cGuest .login-area label{color:#aaaaaa;}
.cGuest .reminder-link{padding:6px;text-decoration:none;color:#aaaaaa;background:none;font-size:12px;position:relative;top:4px;text-align:right;}.cGuest .reminder-link:hover{color:#c3c3c3;background:none;}
.fb-wrapper{display:inline-block;padding:20px 0px 0px;}
.joms-postbox-photo-preview .joms-postbox-photo-item{float:left;display:block;width:25%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:8px;position:relative;}.joms-postbox-photo-preview .joms-postbox-photo-item .img-wrapper{-webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.06);-moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.06);box-shadow:0px 2px 4px rgba(0, 0, 0, 0.06);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:4px;border:1px solid #eaeaea;display:block;background:#ecf0f1;}.joms-postbox-photo-preview .joms-postbox-photo-item .img-wrapper img{visibility:hidden;}
.joms-postbox-photo-preview .joms-postbox-photo-action{text-align:center;background:#ffffff;position:absolute;top:12px;right:12px;padding:4px;-webkit-border-radius:0px 0px 0px 4px;-moz-border-radius:0px 0px 0px 4px;border-radius:0px 0px 0px 4px;}.joms-postbox-photo-preview .joms-postbox-photo-action span{color:#7f8c8d;cursor:pointer;}.joms-postbox-photo-preview .joms-postbox-photo-action span:hover{color:#2980b9;}
.joms-postbox-photo-progressbar{position:absolute;bottom:14px;left:14px;right:14px;height:6px;}.joms-postbox-photo-progressbar .joms-postbox-photo-progress{background:#3498db;height:6px;width:0px;}
.joms-postbox-select-album{margin:8px;}

.joms-postbox-event-title{padding-bottom:8px;}
.joms-postbox-event-description{padding-top:8px;border-top:1px dashed #dadada;}
.joms-input-field-name{font-weight:bold;}
.joms-fetched-close{cursor:pointer;position:absolute;top:12px;left:0px;padding:1px 4px;border:1px solid #dadada;background:#fafafa;font-size:11px;}
.joms-fetched-wrapper{margin-top:12px;padding-top:12px;border-top:1px dashed #dadada;position:relative;}
.joms-fetched-images{max-width:120px;width:100%;float:left;}
.joms-fetched-field{margin-left:130px;}.joms-fetched-field input,.joms-fetched-field textarea{display:none;width:100%;border:1px solid #eaeaea;background:#ffffff;font-size:95%;color:#707d7e;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.joms-fetched-field textarea{resize:none;min-height:70px;line-height:18px;}
.joms-fetched-field.joms-fetched-description{height:70px;overflow:hidden;line-height:18px;}
.cMap{display:none;overflow:hidden;position:relative;}
.cMapHeatzone{height:40px;position:absolute;width:30px;z-index:21;}
.cMapFade{margin-bottom:4px;min-height:150px;position:relative;overflow:hidden;}.cMapFade img{position:absolute;z-index:10;}
.cMapFiller{position:absolute;width:100%;z-index:20;}
.cMapBigger{display:block;margin-top:3px;}
.cLike{border:1px solid;border-color:#cccccc #cccccc #bbbbbb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;background-color:#f9f9f9;background-image:-moz-linear-gradient(top, #ffffff, #f0f0f0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));background-image:-webkit-linear-gradient(top, #ffffff, #f0f0f0);background-image:-o-linear-gradient(top, #ffffff, #f0f0f0);background-image:linear-gradient(to bottom, #ffffff, #f0f0f0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);overflow:hidden;}.cLike a,.cLike b,.cLike i{color:#555 !important;display:block;font-weight:bold;font-size:11px;float:left;line-height:20px;height:20px;text-decoration:none !important;text-shadow:0px 1px 0px rgba(255, 255, 255, 0.3);}
.cLike b{margin:0 3px;color:inherit;}
.cLike a{background:transparent;padding:4px 6px;}.cLike a+a{border-left:1px solid #ccc;}
.cLike a:hover,.cLike a:focus{background:transparent;}
.cLike .like-button:hover>i{background-position:0 -580px;}
.cLike .dislike-button:hover>i{background-position:0 -600px;}
.cLike .meLike,.cLike .meLike:hover,.cLike .meLike:focus{background-color:#a7d16c;background-image:-moz-linear-gradient(top, #94c753, #c4df91);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#94c753), to(#c4df91));background-image:-webkit-linear-gradient(top, #94c753, #c4df91);background-image:-o-linear-gradient(top, #94c753, #c4df91);background-image:linear-gradient(to bottom, #94c753, #c4df91);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff94c753', endColorstr='#ffc4df91', GradientType=0);}
.cLike .meDislike,.cLike .meDislike:hover,.cLike .meDislike:focus{background-color:#f2654a;background-image:-moz-linear-gradient(top, #ee4d38, #f78a65);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee4d38), to(#f78a65));background-image:-webkit-linear-gradient(top, #ee4d38, #f78a65);background-image:-o-linear-gradient(top, #ee4d38, #f78a65);background-image:linear-gradient(to bottom, #ee4d38, #f78a65);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee4d38', endColorstr='#fff78a65', GradientType=0);}
.cLike .meLike>b,.cLike .meDislike>b{color:#fff !important;text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.2);}
.cLike.forPublic>a{cursor:default;}
.advance-search{padding:10px;background:#f5f5f5;border:1px solid #cccccc;}
#optionContainer>div{margin-bottom:15px;}
#optionContainer .criteria-option-btm{padding:10px;}
#optionContainer .add{background:none !important;color:inherit;display:inline-block;text-decoration:none;margin:0 0 0 5px;}
.criteria-row{padding-left:30px;position:relative;}.criteria-row>div{display:inline-block;float:left;}.criteria-row>div+div{margin:0 0 0 5px;}
.criteria-row .delete-row{position:absolute;left:5px;top:5px;}.criteria-row .delete-row a{background:none !important;}
#cFeatured{margin:0 0 25px;color:#606060;}#cFeatured b{color:#555555;}
.cFeaturedTop{border:1px solid #cccccc;background:#f5f5f5;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;padding:20px;overflow:hidden;position:relative;color:auto;}
.cFeaturedMiddle{background:#f5f5f5;border:1px solid 1px solid #cccccc;border-top:0;padding:15px;}
.cFeaturedBottom{background:#f9f9f9;border:1px solid #cccccc;border-bottom-color:1px solid #bbbbbb;border-top:0;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);box-shadow:0 1px 0 rgba(0, 0, 0, 0.05);padding:15px 0;}
.cFeaturedAvatar{background:#fff !important;border:1px solid #ccc;padding:4px;}
.cFeaturedThumb{position:relative;text-align:center;}.cFeaturedThumb>a{display:inline-block;}
.cFeaturedThumb>b{display:none;position:absolute;left:0;width:100%;top:50%;margin-top:-15px;text-align:center;}.cFeaturedThumb>b a{background:rgba(0, 0, 0, 0.8);color:#fff;display:inline-block;line-height:20px;height:20px;text-decoration:none !important;padding:2px 6px;font-size:10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.cFeaturedThumb>b a:hover{background:#ea0000;}
.cFeaturedThumb:hover>b{display:block;}
.cFeaturedLike{position:absolute;left:-1px;bottom:-40px;}
.cFeaturedInfo{margin:0 0 0 158px;}.cFeaturedInfo.Page{margin:0 0 0 185px;}
.cFeaturedTitle a{font-size:20px;font-weight:normal;text-decoration:none !important;color:#0088cc;}.cFeaturedTitle a:hover{color:#005580;}
.cFeaturedMeta{color:#888888;margin:3px 0 10px;}.cFeaturedMeta li+li{background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/middot.png) 0 center no-repeat;padding:0 0 0 7px;margin:0 0 0 5px;}
.cFeaturedMeta.Action-Icons{font-size:0;}.cFeaturedMeta.Action-Icons a{background:none !important;display:inline-block;margin:0 2.5px;}
.cFeaturedExtra{border-top:1px solid #ddd;margin:15px 0 0;padding:10px 0 0;}.cFeaturedExtra>div{margin-bottom:10px;}
.cFeaturedExtra>a{margin:5px 5px 0 0;}
.cFeaturedExtra img{background:#fff;border:1px solid #ccc;padding:3px;}
.cSlider-Wrap{position:relative;}
.cSlider-Clip{margin:auto;overflow:hidden;position:relative;}.cSlider-Clip ul{position:relative;}
.cSlider-nav-btn{position:absolute;top:24px;left:20px;z-index:10;}.cSlider-nav-btn a{background:url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../../../assets/arrows-h.png) left center !important;display:block;width:34px;height:34px;text-indent:-99999px;outline:0 !important;}
.cSlider-nav-btn+.cSlider-nav-btn{right:20px;left:auto;}.cSlider-nav-btn+.cSlider-nav-btn a{background-position:right center !important;}
.cSlider.perPhoto .cSlider-nav-btn{top:24px;}
.cSlider-List{margin:0 auto;}.cSlider-List li{cursor:pointer;width:115px;margin:0 5px 0 0;}
.cSlider-List a{text-decoration:none;}.cSlider-List a:hover{text-decoration:none;}
.cSlider-List .cFeaturedThumb{margin:5px 0 10px;}
.cSlider-List .cThumb-Calendar b{line-height:23px;}
.cSlider-List .cThumb-Calendar b+b{line-height:40px;font-size:20px;}
.cSlider-List .cFeatured-AlbumCover>a{width:90px;margin:-4px 2px 2px -4px;padding:3px;}
.cSlider-List .cFeatured-AlbumCover img{display:block;width:90px;height:90px;}
.cSlider-List .cFeaturedName{line-height:16px;max-height:32px;overflow:hidden;}.cSlider-List .cFeaturedName a{font-weight:bold;}
.cSlider-List.Events *,.cSlider-List.Groups *,.cSlider-List.Photos *{text-align:center;}
.cSlider-List.Events li,.cSlider-List.Groups li{width:185px;}
.cFeatured-AlbumCover{display:inline-block;margin-bottom:40px;}.cFeatured-AlbumCover>a{background:#fff !important;border:1px solid #ccc;width:128px;max-height:128px;overflow:hidden;padding:5px;}
.cFeatured-AlbumCover img{width:100%;height:auto;}
.cSlider-SinglePhoto{display:inline-block;font-size:0;}.cSlider-SinglePhoto li{display:inline-block;width:75px;margin:0 3px;}
.cFeatured-Video .cFeaturedTop{background:#444;border:0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;text-align:center;}.cFeatured-Video .cFeaturedTop>div{display:block;}
.cFeatured-Video .cSlider-List .cFeaturedName{max-height:16px;white-space:nowrap;text-overflow:ellipsis;}
.cFeatured-PageCover{background:#fff;border:1px solid #ccc;padding:5px;margin:0 0 40px;}
.cFeatured-PageInfo{margin:0 0 0 180px;}
.cFeatured-Rsvp{position:absolute;bottom:20px;right:20px;}.cFeatured-Rsvp p{margin:0;padding:5px 0;line-height:20px;height:20px;font-style:italic;}
.cFeatured-Rsvp p,.cFeatured-Rsvp .selector{float:left;margin:0 0 0 5px;}
.cFeatured-Rsvp .selector span{width:150px !important;}
#cPhotoItems>div{display:inline-block;margin-right:4px;}#cPhotoItems>div a{background:#fff;border:1px solid #ddd;display:inline-block;padding:3px;}
.cInbox-Selection li{border-top:1px solid #eee;padding-top:7px;margin-top:7px;display:inline-block;width:100%;height:40px;}
.cInbox-Selection .cGrid-Info{margin:0 0 0 50px;}
.cMailBar{border-bottom:1px solid #ddd;padding:0 0 15px;}
.cMail-MasterCheck{display:inline-block;margin:6px 10px;padding:0;}
.js-mail-checkbox{width:5px;}
.js-mail-item{background:rgba(255, 255, 255, 0.4);}.js-mail-item.unread{background:#FFF8D9;}
.js-mail-item:hover .js-mail-actions{display:block;}
.js-mail-actions{display:none;}
.cMailList li{border-bottom:1px solid #eee;display:inline-block;width:100%;}.cMailList li.Unread{background:#ffd;}
.cMail-Box{padding:13px 10px;}
.cMail-Avatar{margin-right:10px;}
.cMail-Actors{border-bottom:1px dashed #ddd;padding:0 0 15px;}
.cMail-Compose{border-top:1px dashed #ddd;padding:15px 0 0;}
.cInbox-Stream{padding:15px 0;}.cInbox-Stream+.cInbox-Stream{border-top:1px solid #eee;}
.cMessage-Body{margin:0 0 0 60px;}
.cMessage-Content{margin:5px 0 0 0;}
.joms-select{border:1px solid #eaeaea;background:#ffffff;cursor:pointer;position:relative;color:#7f8c8d;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.joms-select span{width:90%;display:block;padding:4px 8px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:20px;}
.joms-select ul{border:1px solid #eaeaea;position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;z-index:10;background:#ffffff;padding:4px;-webkit-box-shadow:inset 0px 2px 1px rgba(0, 0, 0, 0.06);-moz-box-shadow:inset 0px 2px 1px rgba(0, 0, 0, 0.06);box-shadow:inset 0px 2px 1px rgba(0, 0, 0, 0.06);}.joms-select ul li{padding:4px 8px;color:#7f8c8d;}.joms-select ul li:hover{background:#f9f9f9;}
.joms-select svg{position:absolute;top:8px;right:8px;}
.joms-status-emoticon{color:#4e4e4e;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffef08), color-stop(1, #ffcc00));background-image:-o-linear-gradient(bottom, #ffef08 0%, #ffcc00 100%);background-image:-moz-linear-gradient(bottom, #ffef08 0%, #ffcc00 100%);background-image:-webkit-linear-gradient(bottom, #ffef08 0%, #ffcc00 100%);background-image:-ms-linear-gradient(bottom, #ffef08 0%, #ffcc00 100%);background-image:linear-gradient(to bottom, #ffef08 0%, #ffcc00 100%);}.joms-status-emoticon:before{margin:-1px !important;padding:0px;font-size:16px;position:relative;top:2px;}
.joms-status-emoticon.joms-icon-evil2{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #f20000), color-stop(1, #bd0000));background-image:-o-linear-gradient(bottom, #f20000 20%, #bd0000 100%);background-image:-moz-linear-gradient(bottom, #f20000 20%, #bd0000 100%);background-image:-webkit-linear-gradient(bottom, #f20000 20%, #bd0000 100%);background-image:-ms-linear-gradient(bottom, #f20000 20%, #bd0000 100%);background-image:linear-gradient(to bottom, #f20000 20%, #bd0000 100%);}
.joms-status-emoticon.joms-icon-angry2{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffaa00), color-stop(1, #ffea05));background-image:-o-linear-gradient(bottom, #ffaa00 0%, #ffea05 100%);background-image:-moz-linear-gradient(bottom, #ffaa00 0%, #ffea05 100%);background-image:-webkit-linear-gradient(bottom, #ffaa00 0%, #ffea05 100%);background-image:-ms-linear-gradient(bottom, #ffaa00 0%, #ffea05 100%);background-image:linear-gradient(to bottom, #ffaa00 0%, #ffea05 100%);}
.joms-status-emoticon.joms-icon-cool2{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2ff0fa), color-stop(1, #05c1ff));background-image:-o-linear-gradient(bottom, #2ff0fa 0%, #05c1ff 100%);background-image:-moz-linear-gradient(bottom, #2ff0fa 0%, #05c1ff 100%);background-image:-webkit-linear-gradient(bottom, #2ff0fa 0%, #05c1ff 100%);background-image:-ms-linear-gradient(bottom, #2ff0fa 0%, #05c1ff 100%);background-image:linear-gradient(to bottom, #2ff0fa 0%, #05c1ff 100%);}
.joms-status-emoticon.joms-icon-heart{background-image:none;color:#ff7add;text-shadow:0px 1px 0px #e000a7;font-size:13px;}
#permission-placeholder{display:none;}
#inbox-listing td{padding:8px;line-height:18px;text-align:left;vertical-align:top;}
body div.autocomplete-w1{background:none;border:0;padding:0;margin-left:-4px !important;margin-top:0 !important;}body div.autocomplete-w1 .autocomplete{background:#fff;border:1px solid #222;border-top:0;padding-top:5px;width:200px !important;max-height:100% !important;margin-top:3px;}body div.autocomplete-w1 .autocomplete>div{width:auto;padding:5px;cursor:pointer;font-size:12px;}body div.autocomplete-w1 .autocomplete>div:hover{background:#ffc;}
body div.autocomplete-w1 .autocomplete>div img{float:left;height:30px;width:30px;}
body div.autocomplete-w1 .autocomplete>div span{color:#555;display:block;height:30px;line-height:30px;margin:0 0 0 35px;overflow:hidden;white-space:nowrap;text-align:left;text-overflow:ellipsis;}body div.autocomplete-w1 .autocomplete>div span strong{color:#095197;}
.calendar td.button{display:table-cell;}
.joms-event-import-listing>li{padding:16px !important;border:1px solid #dadada !important;margin-bottom:16px !important;}
.joms-event-import-listing .form-header{font-weight:bold;padding:8px 0px;border-bottom:1px solid #dadada;}.joms-event-import-listing .form-header span{font-weight:bold;}
.joms-event-import-listing .form-label{padding:0 !important;}
.joms-stream-input-attach{background-color:#ffffff;padding-right:25px;position:relative;}
.joms-stream-input-attachbtn{cursor:pointer;position:absolute;color:#95a5a6;font-size:14px;line-height:14px;padding:4px;right:0;top:2px;}
.joms-stream-attachment{background-color:#ffffff;border-top:1px solid #f5f5f5;display:none;padding:20px;position:relative;}
.joms-stream-attachment .joms-loading{display:none;height:22px;text-align:center;}
.joms-stream-attachment .joms-fetched-close{background-color:transparent !important;border:0 none !important;display:none;left:auto !important;right:0 !important;top:0 !important;color:#95a5a6 !important;}
.joms-stream-attachment img{max-width:100%;}
.joms-bookmarks li{margin-bottom:10px;float:left;width:33.2%;}
.joms-bookmarks li a{background:transparent url(//www.eeg-premstaetten.at//components/com_community/templates/jomsocial/assets/css/../images/bookmarks.png) no-repeat 0 0;display:inline-block;line-height:20px;padding-left:24px;}
.joms-bookmarks li a.facebook{background-position:0 0;}
.joms-bookmarks li a.google{background-position:0 -20px;}
.joms-bookmarks li a.linkedin{background-position:0 -40px;}
.joms-bookmarks li a.pintrest{background-position:0 -60px;}
.joms-bookmarks li a.tumblr{background-position:0 -80px;}
.joms-bookmarks li a.vkontakte{background-position:0 -100px;}
.joms-bookmarks li a.weibo{background-position:0 -120px;}
.joms-bookmarks li a.twitter{background-position:0 -140px;}
.joms-bookmarks li a.whatsapp{background-position:0 -160px;}
.joms-bookmarks li a.viber{background-position:0 -180px;}


.notifcount {
    text-decoration: none;
    font-size: 10px;
}

.joms-notifications {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 8px;
    background: rgba(0,0,0,0.02);
    margin-bottom: 8px;
    text-align: center;
}

.joms-notifications a {
    display: table-cell;
}



abbr
			{
			border-bottom: 1px dotted;
			}
			span .jqeasytooltip {
			 border-bottom: 1px dashed;
			}

		@-webkit-viewport   { width: device-width; }
		@-moz-viewport      { width: device-width; }
		@-ms-viewport       { width: device-width; }
		@-o-viewport        { width: device-width; }
		@viewport           { width: device-width; }
	
#start {scroll-margin-top: 68px;}
#droptablestable7 table.repeatedHeaderTrue colgroup col[data-dtr="0"] {width: 0 !important;min-width: unset;}
