/* HTML5 display definitions
 ========================================================================== */
/*
 * Component:		Normalize
 * Description:		Reduces inconsistencies across all browsers
 *
 * Adapted from http://github.com/necolas/normalize.css (Version 2.1.2)
 *
 * Modifications:	Moved `mark` and `h1` defaults to Base component
 *					Changed `fieldset` defaults to 0
 *					Added cursor for `radio` and `checkbox`
 *					Set form controls box sizing to `border-box`
 *					Modified `disabled` selector
 *					Better font baseline for `code`, `kbd`, `pre` and `samp`
 *					Removed placeholder transparency in Firefox
 *
 ========================================================================== */
/* HTML5 display definitions
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* Base
 ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* Typography
 ========================================================================== */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 * 1. Consolas has a better baseline in running text compared to `Courier`
 */
code,
kbd,
pre,
samp {
  font-family: Consolas, monospace, serif;
  /* 1 */

  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Figures
 ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* Forms
 ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 * 4. Define consistent box sizing
 *    Defaults:   `button`, `input` and `textarea` have box sizing set to `content-box`
 *                `select`, `input[type="checkbox"]` and `input[type="radio"]` have box sizing set to `border-box`
 *    Exceptions: `input[type="checkbox"]` and `input[type="radio"]` have box sizing set to `content-box` in IE 8/9.
 *                `input[type="search"]` has box sizing set to `border-box` in Safari 5 and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/*
 * Improves consistency of cursor style for clickable elements
 */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
/*
 * Re-set default cursor for disabled elements.
 */
button:disabled,
input:disabled {
  cursor: default;
}
/*
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/*
 * Removes placeholder transparency in Firefox.
 */
::-moz-placeholder {
  opacity: 1;
}
/* Tables
 ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
	 * Component:                Variables
	 * Description:                Defines all color and style related values as variables
	 *                                        to allow easy customization for the most common cases.
	 ========================================================================== */
/* Global variables
	 ========================================================================== */
/* #all wrapper around  the whole site */
/* header */
/* logo */
/* topblock */
/* footer */
/*
     * Backgrounds & Borders
     */
/*
	 * Spacings
	 */
/*
	 * Z-index
	 */
/* Components variables
	 ========================================================================== */
/*
	 * Base
	 */
/* Joomla Frontend
	 ========================================================================== */
/* padding nav a */
/*
	 * Navbar
	 */
/*
	 * Breadcrumb
	 */
/*
	 * Table
	 */
/*
	 * Button
	 */
/*
	 * Badge
	 */
/*
	 * Alert
	 */
/*
	 * Search
	 */
/*
	 * Tooltip
	 */
/*
	 * Text
	 */
/* Forms */
/* joomla contact */
/* joomla search */
/*  ###############   header ###########################  */
#all {
  max-width: 1680px;
  margin: 0 auto;
  background: #ffffff;
}
#header {
  padding: 0;
  border-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 10px 10px #dddddd;
  margin: 0 0 10px 0;
}
#logo {
  background: #ffffff;
  overflow: hidden;
  width: 4.5em;
  float: left;
  position: relative;
  top: 10px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: center;
  margin: 0 0 0 20px;
}
h1#logo {
  color: #333333;
  margin: 0;
  line-height: 0.7em;
}
h1#logo span {
  display: block;
  font-size: 0.8em;
}
#header ul {
  text-transform: uppercase;
  font-size: 0.9em;
}
#header #menu {
  float: none;
  margin-top: 0px;
  text-align: right;
  clear: left;
  width: 100%;
  padding: 20px 10px 0 10px;
}
#header #menu ul {
  text-align: left;
}
/* ################ Untertitel Logo ########################## */
.header1 {
  float: left;
  color: #444;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 0.6em;
}
#top {
  background-color: #186291;
  background-image: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: left;
  margin: 0;
}
#top .custom h1 {
  text-align: left;
  padding: 20px;
  color: #ffffff;
}
/* ################## Rechte Spalte ################ */
#right {
  border: solid 0px;
  padding-left: 0;
  padding-right: 1%;
  width: 23%;
}
#right .moduletable_menu {
  border: 0;
  border-radius: 0;
}
/* ############### Menübutton mobile Ansicht ################## */
.menu-button,
.menu-button2 {
  display: none;
}
/* ################## Footer ################## */
#footer-outer {
  background: #444444;
  color: #aaaaaa;
  font-size: 0.9em;
}
#footer-outer a {
  color: #aaaaaa;
  padding: 0;
}
#footer-outer h3 {
  font-size: 1em;
  color: #aaaaaa;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
#footer-outer ul {
  margin-bottom: 30px;
}
#footer-outer ul li a {
  padding: 4px 0;
  line-height: 1em;
}
#footer-outer a:hover,
#footer-outer a:active,
#footer-outer a:focus,
#footer-outer ul li a:hover,
#footer-outer ul li a:active,
#footer-outer ul li a:focus {
  color: #ffffff;
  background: transparent;
}
@media screen and (max-width: 750px) {
  #right {
    border: solid 0px;
    padding: 0 20px;
    width: auto;
    margin: 20px 0;
  }
  #right ul.nav li ul li > a {
    margin-left: 30px;
  }
}
.chzn-container-single .chzn-single {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #ddd;
  color: #444;
  display: block;
  overflow: hidden;
  padding: 5px 4px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0;
}
/* ################ Suche ########################*/
#header .search {
  float: right;
  margin: 30px 0 0 0;
}
#header .search form {
  margin: 0 20px 0 0;
}
#main .search {
  text-align: left;
}
#main .search .form-limit {
  display: none;
}
#main .search button {
  margin-left: -6px;
  padding: 5.8px;
}
#mod-search-searchword {
  background: #eeeeee url(../images/icon-lupe.png) center right no-repeat;
  font-size: 0.9em;
  border-radius: 0;
  padding: 5px 10px;
  color: #555555;
}
dt.result-title {
  margin: 30px 0 10px 0;
  border-bottom: solid 1px #dddddd;
  font-size: 1em;
}
.highlight {
  background: #186291;
  color: #ffffff;
}
.searchintro {
  padding: 20px 0;
}
/* ############## Startseite ############## */
.item ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.item ul li {
  border-bottom: dotted 0px #ddd;
  padding: 5px 2px;
  font-weight: normal;
}
ul.actions {
  border-bottom: 1px solid #DDDDDD;
  color: #EEEEEE;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  text-align: right;
}
ul.actions li a img {
  display: inline !important;
}
ul.actions li a:hover {
  background: transparent;
}
ul.actions li,
.article-info {
  display: inline;
  font-size: 0.8em;
  margin: 0;
  padding: 0 5px;
  border: 0;
}
ul.actions li:before {
  content: "" !important;
}
.article-info-term {
  position: absolute;
  left: -3000px;
  top: -3000px;
  height: 0;
}
/* ################ Plugins ################ */
.panel h3 {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #eee;
  color: #233E61;
}
.panel h3 a {
  padding: 5px 20px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0);
  color: #31465B;
  display: block;
  font-weight: normal;
}
h3.pane-toggler-down {
  border-bottom: 0;
}
.tags {
  margin: 20px 0;
}
ul.pagenav {
  overflow: hidden;
}
ul.pagenav li.previous {
  display: inline-block;
  float: left;
  border: solid 1px #ddd;
  padding: 0;
  line-height: 1em;
  border-radius: 0.25em;
}
ul.pagenav li.next {
  display: inline-block;
  float: right;
  border: solid 1px #ddd;
  padding: 0;
  line-height: 1em;
  border-radius: 0.25em;
}
ul.pagenav li a {
  padding: 5px;
  display: inline-block;
}
.panel h3.pane-toggler-down a {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.panel h3.pane-toggler-down a :before {
  content: " ";
  padding-right: 10px;
  margin-left: -20px;
}
.panel h4 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 20px;
}
.pane-slider {
  padding: 30px;
  background: #f5f5f5;
}
.pane-sliders {
  margin-bottom: 20px;
}
.pane-down {
  padding: 30px;
  border-top: 5px solid  #233E61 !important;
  border-bottom: 5px solid #233E61  !important;
  margin-top: -3px;
  margin-bottom: 20px;
}
.pane-down p {
  margin: 20px;
}
h3.pane-toggler-down a {
  font-weight: bold;
}
h3.pane-toggler a :before,
.item ul li:before {
  content: "›";
  padding-right: 10px;
  margin-left: -20px;
  width: 1.0em;
  height: 1.0em;
  color: #0c3264;
}
/* #################### Module ################# */
.custom p {
  margin: 0;
}
.custom {
  background: none;
  border: solid 0px #dddddd;
  border-radius: 2px;
  padding: 0px;
}
/* ################# Blogansicht ############### */
.blog-featured .row {
  border-bottom: solid 0px #ddd;
  margin-bottom: 20px;
}
/* ################# Artikelansicht ############## */
.item-page {
  padding: 30px 50px 0px 0;
}
.item-page ul li {
  border-bottom: dotted 1px #ddd;
  padding: 5px 2px;
}
.item-page ol li {
  padding: 5px 2px;
}
.item-page ol {
  counter-reset: li;
  list-style: none outside none;
}
.item-page ol li {
  padding: 1.0em 2em;
  position: relative;
}
.item-page ol p {
  margin: 0;
}
.item-page ol li:before {
  content: counter(li);
  counter-increment: li;
  z-index: 0;
  border: 0.1em solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  padding: 0.25em 0.5em;
  background: #233E61;
  color: #fff;
  width: 1.0em;
  box-shadow: 5px 3px 3px #999;
  text-align: center;
  margin-right: 2em;
  position: absolute;
  left: -1.5em;
  top: 1em;
  border-radius: 1.5em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cols-1 h2 + p strong,
.item-page h2 + p strong {
  color: #186291;
  font-size: 1.2em;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  margin-top: -20px;
}
.blog-featured .item .moduletable h2 + p strong {
  display: block;
  margin: 20px 0;
  font-weight: normal;
}
.dl-horizontal {
  padding: 10px 0;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 400px;
  font-weight: normal;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .dl-horizontal dt {
    float: none;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
  }
  .dl-horizontal dd {
    margin: 0;
  }
}
/*
 * Component:		Base
 * Description:		Sets default values for HTML elements
 *
 * Component:		`uk-h1`, `uk-h2`, `uk-h3`, `uk-h4`, `uk-h5`, `uk-h6`
 *					`uk-img-preserve`
 *
 ========================================================================== */
/* Body
 ========================================================================== */
/*
 * `font-size` is set in `html` element to support the `rem` unit for font-sizes
 */
@font-face {
  font-family: "Pt sans";
  src: url("../fonts/PT_Sans-Web-Regular.eot");
  src: url("../fonts/PT_Sans-Web-Regular.woff") format("woff"), url("../fonts/PT_Sans-Web-Regular.ttf") format("truetype"), url("../fonts/PT_Sans-Web-Regular.svg") format("svg");
}
@font-face {
  font-family: "PT Sans Narrow";
  src: url("../fonts/PT_Sans-Narrow-Web-Regular.eot");
  src: url("../fonts/PT_Sans-Narrow-Web-Regular.woff") format("woff"), url("../fonts/PT_Sans-Narrow-Web-Regular.ttf") format("truetype"), url("../fonts/PT_Sans-Narrow-Web-Regular.svg") format("svg");
}
@font-face {
  font-family: "PT Sans Bold";
  src: url("../fonts/PT_Sans-Web-Bold.eot");
  src: url("../fonts/PT_Sans-Web-Bold.woff") format("woff"), url("../fonts/PT_Sans-Web-Bold.ttf") format("truetype"), url("../fonts/PT_Sans-Web-Bold.svg") format("svg");
}
body {
  background: #dce1e4;
  font-family: "Pt sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  color: #333333;
  font-size: 1.1em;
  text-rendering: optimizeLegibility;
}
/* Only phones */
@media (max-width: 750px) {
  /*
  	 * Break strings if their length exceeds the width of their container
  	 */
  body {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
/* Text-level semantics
 ========================================================================== */
/*
 * Links
 */
.element-invisible {
  position: absolute;
  left: -4000px;
  top: -5000px;
  height: 0;
  display: inline;
}
a {
  color: #186291;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  background: #186291;
  color: #ffffff;
  text-decoration: none;
}
/*
 * Emphasize
 */
em {
  color: #cc0000;
}
/*
 * Insert
 */
ins {
  background: #ffffaa;
  color: #333333;
  text-decoration: none;
}
/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffffaa;
  color: #333333;
}
/*
 * Selection highlight
 */
::-moz-selection {
  background: #233e61;
  color: #ffffff;
  text-shadow: none;
}
/*
 * Abbreviation and definition
 */
abbr[title],
dfn[title] {
  cursor: help;
}
dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal;
}
/* Embedded content
 ========================================================================== */
/*
 * 1. Corrects max-width behavior (2.) if padding and border are used
 * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
 * 3. Remove the gap between images and the bottom of their containers
 */
img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */

  max-width: 100%;
  /* 2 */

  height: auto;
  /* 2 */

  vertical-align: middle;
  /* 3 */

}
/*
 * Preserve original image dimensions
 * 1. Fix Google maps automatically via URL detection
 */
img[src*="maps.gstatic.com"],
img[src*="googleapis.com"] {
  max-width: none;
}
/* Spacing for block elements
 ========================================================================== */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 24px 0;
}
/*
 * Don't worry about the universal selector.
 * There is no mentionable performance impact.
 */
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 24px;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px 0;
  font-family: "Pt sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333333;
  text-transform: none;
}
/*
 * Don't worry about the universal selector.
 * There is no mentionable performance impact.
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1.5em;
}
/*
 * TODO: Use `:extend` to move heading classes to the utility component
 */
h1 {
  font-size: 1.5em;
  line-height: 1em;
  color: #555555;
}
h2 {
  font-size: 1.5em;
  line-height: 1.1em;
  color: #333333;
}
h3 {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
}
h4 {
  font-size: 1.1em;
  line-height: 2em;
  font-weight: bold;
}
h5 {
  font-size: 1.1em;
  line-height: 1.4em;
}
h6 {
  font-size: 1em;
  line-height: 2em;
}
/* Lists
 ========================================================================== */
/*
 * Ordered and unordered lists
 */
ul,
ol {
  padding-left: 30px;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/*
 * Description lists
 */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rule
 ========================================================================== */
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  margin: 15px 0;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Quotes
 ========================================================================== */
q,
blockquote {
  font-style: italic;
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 1em;
  line-height: 1em;
}
/* Small print for identifying the source */
blockquote small {
  display: block;
  color: #999999;
  font-style: normal;
}
/* Smaller margin if `small` follows */
blockquote p:last-of-type {
  margin-bottom: 5px;
}
/* Code and preformatted text
 ========================================================================== */
code {
  color: #333333;
  font-size: 1em;
  white-space: nowrap;
}
/* Reset code elements if parent of pre elements */
pre code {
  color: inherit;
  white-space: pre-wrap;
}
pre {
  padding: 10px;
  background: #f5f5f5;
  color: #333333;
  font-size: 1em;
  line-height: 2em;
  -moz-tab-size: 4;
  tab-size: 4;
}
small {
  font-size: 1.1em;
  line-height: 2em;
}
.cols-1 p.readmore {
  margin-bottom: 0;
}
/* Iframe
 ========================================================================== */
iframe {
  border: 0;
}
/* Fix viewport for IE10 snap mode
 * http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
 ========================================================================== */
@-ms-viewport  {
  width: device-width;
}
/* Hooks
 ========================================================================== */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
#breadcrumb {
  list-style: none;
  background: #dddddd;
  letter-spacing: -0.31em;
  border-top: solid 1px #dddddd;
  border-bottom: solid 10px #dddddd;
  font-size: 0.9em;
  padding: 7px 0px;
  overflow: hidden;
}
ul.breadcrumb {
  max-width: 1220px;
  margin: 0 auto !important;
  box-sizing: border-box;
}
/* Items
 ========================================================================== */
.breadcrumb > li {
  letter-spacing: normal;
  color: #444444;
}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li > span {
  display: inline-block;
}
.breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  vertical-align: top;
  /* 2 */

}
.breadcrumb > li > a:link,
.breadcrumb > li > a:visited {
  color: #444444;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:active,
.breadcrumb > li > a:focus {
  color: #ffffff;
  background: #186291;
}
/*
 * Disabled
 */
.breadcrumb > li:not(.active) > span {
  color: #999999;
}
.row:before,
.row-fluid:before,
.items-row:before,
.row:after,
.row-fluid:after,
.items-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after,
.row-fluid:after,
.items-row:after {
  clear: both;
}
.row:before,
.row-fluid:before,
.items-row:before,
.row:after,
.row-fluid:after,
.items-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after,
.row-fluid:after,
.items-row:after {
  clear: both;
}
.row:before,
.row-fluid:before,
.items-row:before,
.row:after,
.row-fluid:after,
.items-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after,
.row-fluid:after,
.items-row:after {
  clear: both;
}
.row,
.row-fluid,
.items-row {
  margin-left: -2%;
  margin-right: -2%;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12 {
  position: relative;
  min-height: 1px;
  padding: 20px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 20px;
}
@media (min-width: 750px) {
  .container,
  .container-fluid {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12 {
    float: left;
  }
  .col-1,
  .span1 {
    width: 4.333333333333332%;
  }
  .col-2,.span2 {
    width: 12.666666666666664%;
  }
  .col-3,.span3 {
    width: 21%;
  }
  .col-4,.span4 {
    width: 29.33333333333333%;
  }
  .col-5,.span5 {
    width: 37.66666666666667%;
  }
  .col-6,.span6 {
    width: 46%;
  }
  .col-7,.span7 {
    width: 54.333333333333336%;
  }
  .col-8,.span8 {
    width: 62.66666666666666%;
  }
  .col-9,.span9 {
    width: 71%;
  }
  .col-10,.span10 {
    width: 79.33333333333334%;
  }
  .col-11,.span11 {
    width: 87.66666666666666%;
  }
  .col-12,.span12 {
    width: 100% ;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
  
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
  
    box-sizing: border-box;
  }
}
.navbar {
  background: #ffffff;
  text-align: right;
  padding: 10px 20px;
  border: 0;
}
.moduletable_menu {
  padding: 20px 10px;
  background: transparent;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px 0;
}
.nav,
.nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.moduletable_menu h3 {
  font-weight: bold;
  border: solid 0px #cccccc;
  background: none;
  padding: 0px;
}
.nav li > a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
}
.nav > li > a {
  padding: 5px 13px;
}
.nav ul {
  padding-left: 10px;
  margin: 10px;
}
ul.nav li ul li > a {
  padding: 0px 15px;
  color: #eeeeee;
  font-size: 0.9rem;
  border-bottom: solid 0px #ffffff;
}
.nav ul ul a {
  position: relative;
}
ul.nav ul a:before {
  content: "››";
  position: absolute;
  left: 0px;
  display: inline-block;
}
.nav li > a > div {
  font-size: 1em;
  line-height: 2em;
}
ul.horizontal ul a:before {
  content: "";
  position: absolute;
  left: 0px;
  display: inline-block;
}
.nav.horizontal > li {
  float: none;
  display: inline-block;
}
.nav.horizontal li ul li {
  float: none;
}
.nav.horizontal li > a {
  display: block;
  text-decoration: none;
  color: #555555;
}
.nav.horizontal li.active > a {
  display: block;
  text-decoration: none;
  color: #186291;
  background: #ffffff;
}
.nav > li.active a,
.nav > li.active ul li.active a,
.nav > li.active ul li.active ul li.active a {
  font-weight: bold;
  color: #000000;
  background: #ffffff;
}
.nav > li.active ul li a,
.nav > li.active ul li.active ul li a,
.nav > li.active ul li.active ul li.active ul li a {
  font-weight: normal;
  color: #eeeeee;
  background: none;
}
.nav.horizontal li > a:hover,
.nav.horizontal li > a:active,
.nav.horizontal li > a:focus,
.nav li > a:hover,
.nav li > a:active,
.nav li > a:focus,
.nav li li a:hover,
.nav li li a:active,
.nav li li a:focus,
.nav > li.active ul li a:hover,
.nav > li.active ul li a:active,
.nav > li.active ul li a:focus {
  background: #186291;
  color: #ffffff;
  text-decoration: underline;
}
ul.horizontal {
  text-align: right;
}
ul.horizontal:before,
ul.horizontal:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
ul.horizontal:after {
  clear: both;
}
ul.horizontal:before,
ul.horizontal:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
ul.horizontal:after {
  clear: both;
}
ul.horizontal:before,
ul.horizontal:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
ul.horizontal:after {
  clear: both;
}
@media screen and (max-width: 750px) {
  .nav > li > a {
    padding: 15px !important;
    text-align: left;
    line-height: 1em;
  }
  .menu-button,
  .menu-button2 {
    display: inline-block;
  }
  .nav.horizontal > li {
    display: block;
  }
  .nav > li > a {
    padding: 15px !important;
    text-align: left;
    line-height: 1em;
  }
  .menu-button,
  .menu-button2 {
    display: inline-block;
  }
  .menu-button2 {
    font-size: 1.5em;
    background: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 20px !important;
    top: 20px;
    display: inline-block;
  }
  .menu-button2 {
    margin: 10px 20px !important;
  }
  .menu.nav.horizontal {
    margin-top: -5px;
  }
  .menu-button {
    padding: 10px;
    margin: 0;
    font-weight: bold;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background: #233e61 url("../images/go.png") no-repeat 8px 8px !important;
    position: absolute;
    z-index: 10000;
  }
  #navigation {
    background: #186291;
    float: none;
    width: 100%;
    margin-top: 0 !important;
    position: fixed;
    left: 0;
    top: 0px;
    height: 100%;
    z-index: 10000000;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    -ms-transition: .2s all ease;
    transition: .2s all ease;
    margin-left: -750px;
    text-align: right;
  }
  .nav > li > a {
    padding: 15px !important;
    text-align: left;
    line-height: 1em;
  }
  .nav.horizontal > li {
    float: none;
  }
  .nav.horizontal li > a {
    border-bottom: solid 1px #ddd;
    padding: 10px;
    text-align: left;
    font-size: 1.2em;
    color: #fff;
  }
  .nav.horizontal li.active > a {
    background: none repeat scroll 0 0 #ebeff1;
  }
  .nav.horizontal li > a:hover,
  .nav.horizontal li > a:active,
  .nav.horizontal li > a:focus,
  .nav li > a:hover,
  .nav li > a:active,
  .nav li > a:focus,
  .nav li li a:hover,
  .nav li li a:active,
  .nav li li a:focus {
    background: none repeat scroll 0 0 #233e61;
  }
  .nav ul {
    margin: 0;
    padding: 0;
  }
  .nav.horizontal li > a {
    padding: 15px 15px 15px 40px;
    line-height: 1em;
  }
}
/* Block element behavior */
table {
  margin: 24px 0;
}
/*
 * Add margin if adjacent element
 */
* + .table {
  margin-top: 24px;
}
table th,
table td {
  padding: 8px 8px;
  border-right: solid 1px #dddddd;
}
tr {
  border-bottom: solid 1px #dddddd;
}
/* Set alignment */
table th {
  text-align: left;
  background: #ffffff;
  border: 0;
}
table th {
  font-size: 1em;
}
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
table caption,
table tfoot {
  font-size: 1em;
  font-style: italic;
}
table caption {
  text-align: left;
  color: #999999;
}
/* Sub-modifier: `uk-table-middel`
 ========================================================================== */
.table-middle,
.table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.table-striped tbody tr:nth-of-type(odd) td {
  background: #f5f5f5;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.table-hover tbody tr:hover td {
  background: #eeeeee;
}
/* Hooks
 ========================================================================== */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid #186291;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 1.1rem;
  background-color: #eeeeee;
  border: solid 0px #dddddd;
  border: solid 0px #dddddd;
  border-radius: 2px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px ;
  clear: both;
  font-weight: normal;
  line-height: 30px;
  color: #186291;
  white-space: nowrap;
}
.nav .dropdown-menu > li > a:hover,
.nav .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #779911;
}
.nav .dropdown-menu > li.active > a,
.nav .dropdown-menu > li.active > a:hover,
.nav .dropdown-menu > li.active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #186291;
}
.nav .dropdown-menu > .disabled > a,
.nav .dropdown-menu > .disabled > a:hover,
.nav .dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1.1em;
  line-height: 30px;
  color: #eeeeee;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 19990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #186291;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
li.dropdown,
li.disabled {
  float: left;
}
.nav.horizontal .dropdown-menu li.active > a {
  color: #ffffff !important;
}
ul.nav li ul.dropdown-menu li > a {
  display: block;
  padding: 10px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1em;
  white-space: nowrap;
}
.dropdown-menu > .disabled > a {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}
.open.dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.nav .dropdown-menu {
  padding: 10px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .dropdown-menu {
    background: none repeat scroll #31465B;
    color: #fff;
    position: relative;
    float: none;
    margin: 0 !important;
    border-radius: 0;
    padding: 0 !important;
  }
  .dropdown-menu li > a {
    padding: 15px 15px 15px 40px !important;
    line-height: 1em;
  }
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:active,
  .dropdown-menu li > a:focus,
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:active,
  .dropdown-menu li > a:focus,
  .dropdown-menu li li a:hover,
  .dropdown-menu li li a:active,
  .dropdown-menu li li a:focus,
  .nav .dropdown-menu li > a:hover,
  .nav .dropdown-menu li > a:active,
  .nav .dropdown-menu li > a:focus {
    background: #31465B;
    color: #ffffff !important;
  }
  .dropdown {
    position: static;
  }
  .caret {
    float: right;
    margin-top: 8px;
  }
  ul.nav li ul.dropdown-menu li > a {
    color: #ffffff;
  }
}
.btn-default,
.btn {
  color: #ffffff;
  background-color: #233e61;
  border: solid 0px #dddddd;
  border-radius: 0px;
  padding: 10px 10px;
  display: inline-block;
  line-height: 1rem;
}
.btn-default:hover,
.btn:hover {
  color: #ffffff;
  background-color: #186291;
}
.btn-micro {
  padding: 2px 2px;
  border-radius: 2px;
  font-size: 0.6em;
  line-height: 0.5em;
  background: #ffffff;
  color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #233e61;
  border: solid 0px #cccccc;
  border-radius: 0px;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border: solid 0px #cccccc;
  border-radius: 0px;
}
.btn-danger {
  color: #ffffff;
  background-color: #be3c37;
  border: solid 0px #cccccc;
  border-radius: 0px;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border: solid 0px #cccccc;
  border-radius: 0px;
}
.btn-info {
  color: #ffffff;
  background-color: #dddddd;
  border: 0;
  border-radius: 0px;
}
.btn-link {
  color: #186291;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ffffff;
  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: #dddddd;
  text-decoration: none;
}
.btn-lg {
  font-size: 1.2em;
  line-height: 1.2em;
  border-radius: 0px;
}
.btn-sm,
.btn-xs,
.btn-small {
  font-size: 0.9em;
  line-height: 0.8em;
  border-radius: 2px;
  padding: 5px 5px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-default .caret {
  border-top-color: #ffffff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #ffffff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical,
.btn-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.btn-wrapper > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-wrapper > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-wrapper > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-wrapper > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active,
.btn-wrapper > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-wrapper > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-bottom-width: 0;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.8em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #186291;
  border-radius: 0px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.well,
.box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.nav-tabs:before,
.nav-tabs:after {
  content: " ";
  display: table;
}
.nav-tabs:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.nav-tabs > li {
  position: relative;
  /* 1 */

  margin-bottom: -1px;
  float: left;
}
.nav-tabs > li > a {
  display: block;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #ddd;
  background: #186291;
}
.nav-tabs > li:nth-child(n+2) > a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.uk-open > a {
  /* 2 */

  border-color: #f5f5f5;
  background: #065597;
  color: #ffffff;
  outline: none;
  /* 3 */

}
.nav-tabs > li:not(.uk-active) > a:hover,
.nav-tabs > li:not(.uk-active) > a:focus,
.nav-tabs > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.nav-tabs > li.active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #eeeeee;
  color: #186291;
}
/* Disabled */
.nav-tabs > li.disabled > a {
  color: #999999;
  cursor: auto;
}
.nav-tabs > li.uk-disabled > a:hover,
.nav-tabs > li.uk-disabled > a:focus,
.nav-tabs > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tab-content {
  border: solid 1px #ddd;
  border-top: 0;
  padding: 20px;
  background: #ffffff;
}
/* Hooks
 ========================================================================== */
fieldset {
  padding: 0px;
  border: solid 1px #dddddd;
  background: #ffffff;
  margin: 20px 0;
}
legend {
  display: inline;
  width: auto;
  padding: 0;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: inherit;
  color: #333333;
  border-bottom: 0 solid #ffffff;
}
label {
  display: inline-block;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control,
.control-group {
  display: block;
  font-size: 1.1rem;
  line-height: 2em;
  color: #333333;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  padding: 10px;
}
.form-control[disabled],
.control-group[disabled],
.form-control[readonly],
.control-group[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .control-group {
  cursor: not-allowed;
  background-color: #cccccc;
}
textarea .form-control,
textarea .control-group {
  height: auto;
}
.control-group:before,
.control-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.control-group:after {
  clear: both;
}
.control-group:before,
.control-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.control-group:after {
  clear: both;
}
.control-group:before,
.control-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.control-group:after {
  clear: both;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
input,
select {
  min-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9em;
  line-height: 0.8em;
  border-radius: 0px;
  border: 1px #999999 inset;
  width: 200px;
  background: #ffffff;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.control-label {
  padding-right: 10px;
  width: auto;
  display: inline-block;
  min-width: 200px;
  text-align: left;
}
.form-inline-header .control-group,
.form-inline-header .control-label,
.form-inline-header .controls,
.form-vertical .control-label {
  display: inline;
  min-width: auto;
  text-align: left;
  float: none;
}
.form-inline {
  margin: 20px 0;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 11px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 750px) {
  .form-horizontal .control-label {
    text-align: left;
    float: left;
  }
}
.controls .btn-group.btn-group-yesno > .btn {
  min-width: 50px;
  padding: 2px 12px;
  text-align: center;
}
.radio.btn-group > label:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn {
  position: relative;
}
.radio.btn-group input[type="radio"] {
  display: none;
}
.radio.btn-group > label.btn {
  border: 0;
  padding: 5px 10px;
  height: auto;
  border-radius: 0;
}
fieldset.radio {
  border: 0;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  color: #31465b;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background: #ebeff1;
  text-align: center;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.contact {
  background: #eeeeee;
  margin: 25px 0 0 0;
}
.contact-category,
.contact,
.categories-list {
  padding: 30px;
}
.contact-category fieldset {
  border: 0;
}
.contact-form {
  margin: 30px 0;
}
.contact fieldset {
  border: 0;
  background: #eeeeee;
}
.contact-cat {
  border-bottom: solid 1px #dddddd;
  padding: 20px 0;
}
.contact-cat a {
  text-decoration: underline;
}
.contact .control-group {
  padding: 10px 0;
}
#system-message {
  margin-bottom: 24px;
  color: #2d7091;
}
/*
 * Add margin if adjacent element
 */
* + #system-message {
  margin-top: 24px;
}
/*
 * Remove margin from the last-child
 */
#system-message > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
/* Close in alert
 ========================================================================== */
.alert > .close:first-child {
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.alert > .close:first-child + * {
  margin-top: 0;
}
/* Modifier: `alert-success`
 ========================================================================== */
#system-message {
  padding: 10px;
}
.message {
  background: #ebf7fd;
  color: #2d7091;
  padding: 10px;
}
/* Modifier: `alert-warning`
 ========================================================================== */
.warning {
  background: #ece4ea;
  color: #cc0000;
  padding: 10px;
}
/* Modifier: `alert-danger`
 ========================================================================== */
.alert-error {
  background: #fff1f0;
  color: #d85030;
  padding: 10px;
}
/*
 * Name:			Pagination
 * Description:		Defines styles for a navigation between pages
 *
 * Component:		`pagination`
 *
 * Sub-objects:		`pagination-previous`
 *					`pagination-next`
 *
 * States:		 	`active`
 *					`disabled`
 *
 * Modifiers:		`pagination-left`
 *					`pagination-right`
 *
 ========================================================================== */
/* Component
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.pagination {
  /* 1 */

  padding: 0;
  font-size: 0.9em;
  list-style: none;
  /* 2 */

  text-align: center;
  /* 3 */

}
/*
 * Micro clearfix
 * Needed if `pagination-previous` or `pagination-next` sub-objects are used
 */
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 */
.pagination ul > li {
  display: inline-block;
  letter-spacing: normal;
  /* 1 */

  border: solid 0px #dddddd;
  margin: 1px;
  border-radius: 0px;
}
.pagination > li:nth-child(n+2) {
  margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.pagination ul > li > a,
.pagination ul > li > span {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */

  display: inline-block;
  padding: 6px;
  line-height: 0.9em;
  text-decoration: none;
  text-align: center;
  /* 2 */

}
/*
 * Links
 */
.pagination ul > li > a {
  background: #233e61;
  color: #ffffff;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
  /* 1 */

  background-color: #186291;
  color: #eeeeee;
  outline: none;
  /* 2 */

}
/* OnClick */
.pagination ul > li > a:active {
  background-color: #ffffff;
  color: #ffffff;
}
/*
 * Active
 */
.pagination ul > .pagenav > span {
  background: #186291;
  color: #ffffff;
}
/*
 * Disabled
 */
.pagination ul > li > span {
  background-color: #eeeeee;
  color: #999999;
}
/* Previous and next navigation
 ========================================================================== */
.pagination-prev {
  float: left;
}
.pagination-next {
  float: right;
}
/* Alignment modifiers
 ========================================================================== */
.pagination-start {
  text-align: left;
}
.pagination-end {
  text-align: right;
}
/* Hooks
 ========================================================================== */
.tooltip {
  position: absolute;
  z-index: 103000;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.8;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #233E61;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #233E61;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #233E61;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #233E61;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}
.icon-joomla:before {
  content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}
.icon-arrow-first:before {
  content: "\e003";
}
.icon-arrow-last:before {
  content: "\e004";
}
.icon-arrow-up-2:before {
  content: "\e009";
}
.icon-arrow-right-2:before {
  content: "\e00a";
}
.icon-arrow-down-2:before {
  content: "\e00b";
}
.icon-arrow-left-2:before {
  content: "\e00c";
}
.icon-arrow-up-3:before {
  content: "\e00f";
}
.icon-arrow-right-3:before {
  content: "\e010";
}
.icon-arrow-down-3:before {
  content: "\e011";
}
.icon-arrow-left-3:before {
  content: "\e012";
}
.icon-menu-2:before {
  content: "\e00e";
}
.icon-arrow-up-4:before {
  content: "\e201";
}
.icon-arrow-right-4:before {
  content: "\e202";
}
.icon-arrow-down-4:before {
  content: "\e203";
}
.icon-arrow-left-4:before {
  content: "\e204";
}
.icon-share:before,
.icon-redo:before {
  content: "\27";
}
.icon-undo:before {
  content: "\28";
}
.icon-forward-2:before {
  content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}
.icon-undo-2:before {
  content: "\e207";
}
.icon-move:before {
  content: "\7a";
}
.icon-expand:before {
  content: "\66";
}
.icon-contract:before {
  content: "\67";
}
.icon-expand-2:before {
  content: "\68";
}
.icon-contract-2:before {
  content: "\69";
}
.icon-play:before {
  content: "\e208";
}
.icon-pause:before {
  content: "\e209";
}
.icon-stop:before {
  content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}
.icon-first:before {
  content: "\7d";
}
.icon-last:before {
  content: "\e000";
}
.icon-play-circle:before {
  content: "\e00d";
}
.icon-pause-circle:before {
  content: "\e211";
}
.icon-stop-circle:before {
  content: "\e212";
}
.icon-backward-circle:before {
  content: "\e213";
}
.icon-forward-circle:before {
  content: "\e214";
}
.icon-loop:before {
  content: "\e001";
}
.icon-shuffle:before {
  content: "\e002";
}
.icon-search:before {
  content: "\53";
}
.icon-zoom-in:before {
  content: "\64";
}
.icon-zoom-out:before {
  content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}
.icon-pencil-2:before {
  content: "\2c";
}
.icon-brush:before {
  content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}
.icon-plus-circle:before {
  content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}
.icon-minus-circle:before {
  content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}
.icon-cancel-circle:before {
  content: "\e217";
}
.icon-checkmark-2:before {
  content: "\e218";
}
.icon-checkmark-circle:before {
  content: "\e219";
}
.icon-info:before {
  content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}
.icon-notification:before {
  content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}
.icon-checkbox-unchecked:before {
  content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}
.icon-checkbox-partial:before {
  content: "\3f";
}
.icon-square:before {
  content: "\e226";
}
.icon-radio-unchecked:before {
  content: "\e227";
}
.icon-radio-checked:before {
  content: "\e228";
}
.icon-circle:before {
  content: "\e229";
}
.icon-signup:before {
  content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}
.icon-menu:before {
  content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}
.icon-list-2:before {
  content: "\e231";
}
.icon-menu-3:before {
  content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}
.icon-folder-plus:before {
  content: "\e234";
}
.icon-folder-minus:before {
  content: "\e235";
}
.icon-folder-3:before {
  content: "\e236";
}
.icon-folder-plus-2:before {
  content: "\e237";
}
.icon-folder-remove:before {
  content: "\e238";
}
.icon-file:before {
  content: "\e016";
}
.icon-file-2:before {
  content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}
.icon-file-check:before {
  content: "\e240";
}
.icon-file-remove:before {
  content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}
.icon-stack:before {
  content: "\e242";
}
.icon-tree:before {
  content: "\e243";
}
.icon-tree-2:before {
  content: "\e244";
}
.icon-paragraph-left:before {
  content: "\e246";
}
.icon-paragraph-center:before {
  content: "\e247";
}
.icon-paragraph-right:before {
  content: "\e248";
}
.icon-paragraph-justify:before {
  content: "\e249";
}
.icon-screen:before {
  content: "\e01c";
}
.icon-tablet:before {
  content: "\e01d";
}
.icon-mobile:before {
  content: "\e01e";
}
.icon-box-add:before {
  content: "\51";
}
.icon-box-remove:before {
  content: "\52";
}
.icon-download:before {
  content: "\e021";
}
.icon-upload:before {
  content: "\e022";
}
.icon-home:before {
  content: "\21";
}
.icon-home-2:before {
  content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}
.icon-link:before {
  content: "\e252";
}
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}
.icon-camera:before {
  content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}
.icon-music:before {
  content: "\57";
}
.icon-user:before {
  content: "\22";
}
.icon-users:before {
  content: "\e01f";
}
.icon-vcard:before {
  content: "\6d";
}
.icon-address:before {
  content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}
.icon-enter:before {
  content: "\e257";
}
.icon-exit:before {
  content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}
.icon-comments-2:before {
  content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}
.icon-phone:before {
  content: "\e260";
}
.icon-phone-2:before {
  content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}
.icon-briefcase:before {
  content: "\e020";
}
.icon-tag:before {
  content: "\e262";
}
.icon-tag-2:before {
  content: "\e263";
}
.icon-tags:before {
  content: "\e264";
}
.icon-tags-2:before {
  content: "\e265";
}
.icon-options:before,
.icon-cog:before {
  content: "\38";
}
.icon-cogs:before {
  content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}
.icon-wrench:before {
  content: "\3a";
}
.icon-equalizer:before {
  content: "\39";
}
.icon-dashboard:before {
  content: "\78";
}
.icon-switch:before {
  content: "\e266";
}
.icon-filter:before {
  content: "\54";
}
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}
.icon-unlock:before {
  content: "\e267";
}
.icon-key:before {
  content: "\5f";
}
.icon-support:before {
  content: "\46";
}
.icon-database:before {
  content: "\62";
}
.icon-scissors:before {
  content: "\e268";
}
.icon-health:before {
  content: "\6a";
}
.icon-wand:before {
  content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}
.icon-clock:before {
  content: "\6e";
}
.icon-compass:before {
  content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}
.icon-book:before {
  content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}
.icon-feed:before {
  content: "\71";
}
.icon-calendar:before {
  content: "\43";
}
.icon-calendar-2:before {
  content: "\44";
}
.icon-calendar-3:before {
  content: "\e273";
}
.icon-pie:before {
  content: "\77";
}
.icon-bars:before {
  content: "\76";
}
.icon-chart:before {
  content: "\75";
}
.icon-power-cord:before {
  content: "\32";
}
.icon-cube:before {
  content: "\33";
}
.icon-puzzle:before {
  content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}
.icon-lamp:before {
  content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}
.icon-location:before {
  content: "\63";
}
.icon-shield:before {
  content: "\e274";
}
.icon-flag:before {
  content: "\35";
}
.icon-flag-3:before {
  content: "\e275";
}
.icon-bookmark:before {
  content: "\e023";
}
.icon-bookmark-2:before {
  content: "\e276";
}
.icon-heart:before {
  content: "\e277";
}
.icon-heart-2:before {
  content: "\e278";
}
.icon-thumbs-up:before {
  content: "\5b";
}
.icon-thumbs-down:before {
  content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}
.icon-star-2:before {
  content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}
.icon-smiley-sad:before {
  content: "\e281";
}
.icon-smiley-sad-2:before {
  content: "\e282";
}
.icon-smiley-neutral:before {
  content: "\e283";
}
.icon-smiley-neutral-2:before {
  content: "\e284";
}
.icon-cart:before {
  content: "\e019";
}
.icon-basket:before {
  content: "\e01a";
}
.icon-credit:before {
  content: "\e286";
}
.icon-credit-2:before {
  content: "\e287";
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translatey(-100%);
  }
  50% {
    transform: translatey(8%);
  }
  65% {
    transform: translatey(-4%);
  }
  80% {
    transform: translatey(4%);
  }
  95% {
    transform: translatey(-2%);
  }
  100% {
    transform: translatey(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translatey(-100%);
  }
  50% {
    -webkit-transform: translatey(8%);
  }
  65% {
    -webkit-transform: translatey(-4%);
  }
  80% {
    -webkit-transform: translatey(4%);
  }
  95% {
    -webkit-transform: translatey(-2%);
  }
  100% {
    -webkit-transform: translatey(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translatey(100%);
  }
  50% {
    transform: translatey(-8%);
  }
  65% {
    transform: translatey(4%);
  }
  80% {
    transform: translatey(-4%);
  }
  95% {
    transform: translatey(2%);
  }
  100% {
    transform: translatey(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translatey(100%);
  }
  50% {
    -webkit-transform: translatey(-8%);
  }
  65% {
    -webkit-transform: translatey(4%);
  }
  80% {
    -webkit-transform: translatey(-4%);
  }
  95% {
    -webkit-transform: translatey(2%);
  }
  100% {
    -webkit-transform: translatey(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translatex(150%);
  }
  50% {
    transform: translatex(-8%);
  }
  65% {
    transform: translatex(4%);
  }
  80% {
    transform: translatex(-4%);
  }
  95% {
    transform: translatex(2%);
  }
  100% {
    transform: translatex(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translatex(150%);
  }
  50% {
    -webkit-transform: translatex(-8%);
  }
  65% {
    -webkit-transform: translatex(4%);
  }
  80% {
    -webkit-transform: translatex(-4%);
  }
  95% {
    -webkit-transform: translatex(2%);
  }
  100% {
    -webkit-transform: translatex(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translatex(-150%);
  }
  50% {
    transform: translatex(8%);
  }
  65% {
    transform: translatex(-4%);
  }
  80% {
    transform: translatex(4%);
  }
  95% {
    transform: translatex(-2%);
  }
  100% {
    transform: translatex(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translatex(-150%);
  }
  50% {
    -webkit-transform: translatex(8%);
  }
  65% {
    -webkit-transform: translatex(-4%);
  }
  80% {
    -webkit-transform: translatex(4%);
  }
  95% {
    -webkit-transform: translatex(-2%);
  }
  100% {
    -webkit-transform: translatex(0%);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important;
}
@keyframes slideExpandUp {
  0% {
    transform: translatey(100%) scalex(0.5);
  }
  30% {
    transform: translatey(-8%) scalex(0.5);
  }
  40% {
    transform: translatey(2%) scalex(0.5);
  }
  50% {
    transform: translatey(0%) scalex(1.1);
  }
  60% {
    transform: translatey(0%) scalex(0.9);
  }
  70% {
    transform: translatey(0%) scalex(1.05);
  }
  80% {
    transform: translatey(0%) scalex(0.95);
  }
  90% {
    transform: translatey(0%) scalex(1.02);
  }
  100% {
    transform: translatey(0%) scalex(1);
  }
}
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translatey(100%) scalex(0.5);
  }
  30% {
    -webkit-transform: translatey(-8%) scalex(0.5);
  }
  40% {
    -webkit-transform: translatey(2%) scalex(0.5);
  }
  50% {
    -webkit-transform: translatey(0%) scalex(1.1);
  }
  60% {
    -webkit-transform: translatey(0%) scalex(0.9);
  }
  70% {
    -webkit-transform: translatey(0%) scalex(1.05);
  }
  80% {
    -webkit-transform: translatey(0%) scalex(0.95);
  }
  90% {
    -webkit-transform: translatey(0%) scalex(1.02);
  }
  100% {
    -webkit-transform: translatey(0%) scalex(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translatey(100%) scale(0.6) scaley(0.5);
  }
  60% {
    transform: translatey(-7%) scaley(1.12);
  }
  75% {
    transform: translatey(3%);
  }
  100% {
    transform: translatey(0%) scale(1) scaley(1);
  }
}
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translatey(100%) scale(0.6) scaley(0.5);
  }
  60% {
    -webkit-transform: translatey(-7%) scaley(1.12);
  }
  75% {
    -webkit-transform: translatey(3%);
  }
  100% {
    -webkit-transform: translatey(0%) scale(1) scaley(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translatex(-30%) translatey(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translatex(2%) translatey(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translatex(-30%) translatey(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translatex(2%) translatey(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translatex(0%) translatey(0%);
    opacity: 1;
  }
}
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important;
}
@keyframes hatch {
  0% {
    transform: rotate(0deg) scaley(0.6);
  }
  20% {
    transform: rotate(-2deg) scaley(1.05);
  }
  35% {
    transform: rotate(2deg) scaley(1);
  }
  50% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaley(0.6);
  }
  20% {
    -webkit-transform: rotate(-2deg) scaley(1.05);
  }
  35% {
    -webkit-transform: rotate(2deg) scaley(1);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  65% {
    -webkit-transform: rotate(1deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translatey(0%) scaley(0.6);
  }
  60% {
    transform: translatey(-100%) scaley(1.1);
  }
  70% {
    transform: translatey(0%) scaley(0.95) scalex(1.05);
  }
  80% {
    transform: translatey(0%) scaley(1.05) scalex(1);
  }
  90% {
    transform: translatey(0%) scaley(0.95) scalex(1);
  }
  100% {
    transform: translatey(0%) scaley(1) scalex(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translatey(0%) scaley(0.6);
  }
  60% {
    -webkit-transform: translatey(-100%) scaley(1.1);
  }
  70% {
    -webkit-transform: translatey(0%) scaley(0.95) scalex(1.05);
  }
  80% {
    -webkit-transform: translatey(0%) scaley(1.05) scalex(1);
  }
  90% {
    -webkit-transform: translatey(0%) scaley(0.95) scalex(1);
  }
  100% {
    -webkit-transform: translatey(0%) scaley(1) scalex(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translatey(0%);
  }
  50% {
    transform: translatey(8%);
  }
  100% {
    transform: translatey(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translatey(0%);
  }
  50% {
    -webkit-transform: translatey(8%);
  }
  100% {
    -webkit-transform: translatey(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
  0% {
    transform: scaley(0.1);
  }
  40% {
    transform: scaley(1.02);
  }
  60% {
    transform: scaley(0.98);
  }
  80% {
    transform: scaley(1.01);
  }
  100% {
    transform: scaley(0.98);
  }
  80% {
    transform: scaley(1.01);
  }
  100% {
    transform: scaley(1);
  }
}
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaley(0.1);
  }
  40% {
    -webkit-transform: scaley(1.02);
  }
  60% {
    -webkit-transform: scaley(0.98);
  }
  80% {
    -webkit-transform: scaley(1.01);
  }
  100% {
    -webkit-transform: scaley(0.98);
  }
  80% {
    -webkit-transform: scaley(1.01);
  }
  100% {
    -webkit-transform: scaley(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaley(0.1);
  }
  40% {
    transform: scaley(1.02);
  }
  60% {
    transform: scaley(0.98);
  }
  80% {
    transform: scaley(1.01);
  }
  100% {
    transform: scaley(0.98);
  }
  80% {
    transform: scaley(1.01);
  }
  100% {
    transform: scaley(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaley(0.1);
  }
  40% {
    -webkit-transform: scaley(1.02);
  }
  60% {
    -webkit-transform: scaley(0.98);
  }
  80% {
    -webkit-transform: scaley(1.01);
  }
  100% {
    -webkit-transform: scaley(0.98);
  }
  80% {
    -webkit-transform: scaley(1.01);
  }
  100% {
    -webkit-transform: scaley(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
  0% {
    transform: scalex(0.3);
  }
  40% {
    transform: scalex(1.02);
  }
  60% {
    transform: scalex(0.98);
  }
  80% {
    transform: scalex(1.01);
  }
  100% {
    transform: scalex(0.98);
  }
  80% {
    transform: scalex(1.01);
  }
  100% {
    transform: scalex(1);
  }
}
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scalex(0.3);
  }
  40% {
    -webkit-transform: scalex(1.02);
  }
  60% {
    -webkit-transform: scalex(0.98);
  }
  80% {
    -webkit-transform: scalex(1.01);
  }
  100% {
    -webkit-transform: scalex(0.98);
  }
  80% {
    -webkit-transform: scalex(1.01);
  }
  100% {
    -webkit-transform: scalex(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scalex(0.3);
  }
  40% {
    transform: scalex(1.02);
  }
  60% {
    transform: scalex(0.98);
  }
  80% {
    transform: scalex(1.01);
  }
  100% {
    transform: scalex(0.98);
  }
  80% {
    transform: scalex(1.01);
  }
  100% {
    transform: scalex(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scalex(0.3);
  }
  40% {
    -webkit-transform: scalex(1.02);
  }
  60% {
    -webkit-transform: scalex(0.98);
  }
  80% {
    -webkit-transform: scalex(1.01);
  }
  100% {
    -webkit-transform: scalex(0.98);
  }
  80% {
    -webkit-transform: scalex(1.01);
  }
  100% {
    -webkit-transform: scalex(1);
  }
}
.skiplinks,
.skiplinks li {
  display: inline;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0 !important;
}
.skiplinks li a.u2 {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: inline;
  height: 0;
  left: -3000px;
  position: absolute;
  top: -2000px;
  width: 0;
}
.skiplinks li a.u2:active,
.skiplinks li a.u2:focus {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid #DDDDDD;
  font-weight: bold;
  height: 3em;
  left: 10px;
  line-height: 1.5em;
  padding: 5px;
  position: absolute;
  top: 0;
  width: 17em;
}
#navigation {
  clear: left;
  top: -10px;
}
.container {
  position: relative;
}
#front .row-0,
#front .row-2 {
  background: #fff;
}
#front .row-1,
#front .row-3 {
  background: #186291 !important;
}
.blog-featured h2 span {
  display: block;
  font-size: 0.6em;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-bottom: solid 0px #dddddd;
}
.blog-featured .row {
  margin: 0 !important;
  padding: 30px 40px;
}
.blog-featured .row-1,
.blog-featured .row-3,
.blog-featured .row-3 h2,
.blog-featured .row-1 h2,
.blog-featured .row-1 a,
.blog-featured .row-3 a,
.blog-featured .row-1 .item ul li:before,
.blog-featured .row-3 .item ul li:before {
  color: #fff;
  font-weight: normal;
}
#main {
  min-height: 600px;
}
table.category tr,
table.category td {
  border: 0;
  padding: 2px 0;
}
/* Pfeile vor links " Was finde ich wo / von A-Z " */
table.category td a,
p.readmore a,
ul#taglist li a {
  display: inline-block;
  padding: 0 10px 0 20px;
  position: relative;
}
table.category td a:hover,
table.category td a:focus,
table.category td a:active,
p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active,
ul#taglist li a:hover,
ul#taglist li a:active,
ul#taglist li a:focus {
  background: transparent;
  text-decoration: underline;
  color: #186291;
}
table.category td a:before,
p.readmore a:before,
ul#taglist li a:before {
  content: "›";
  padding-right: 10px;
  margin-left: 0px;
  font-size: 1.3em;
  width: 2.0em;
  height: 1.5em;
  color: #186291;
  position: absolute;
  left: 0;
  top: -2px;
}
.category-list {
  padding: 20px;
}
.category-list h2 {
  border-bottom: solid 1px #ddd;
  padding: 20px 0 10px 0;
}
#tags li {
  display: inline-block;
  padding: 5px 0;
}
#tags li a {
  display: inline;
  padding: 0 5px !important;
  line-height: 0em !important;
  color: #186291;
  border: 1px solid #fff;
  background: #ddd;
  margin: 0 4px 0 0;
}
ul.menutags li.active a {
  background: #186291 !important;
  color: #fff !important;
}
#tags {
  margin: 40px 0;
}
.items-leading {
  margin: 10px 0;
}
#right .moduletable {
  background: #186291;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#right .moduletable h3 {
  color: #fff;
  font-weight: normal;
  padding: 15px 10px 30px 10px;
  background: url(../images/compass.png) no-repeat right 8px #233e61;
  text-transform: uppercase;
}
#right .moduletablegrau {
  background: #eee;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  color: #555555;
}
/* aktiver Menupunkt rechte Spalte */
.nav > li.active a,
.nav > li.active ul li.active a,
.nav > li.active ul li.active ul li.active a {
  background: #186291;
  color: #ffffff;
}
.zustaendig {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: solid 0px #dddddd;
}
.zustaendig li {
  padding: 10px 0 !important;
}
h4.contactperson {
  background: url(../images/user.png) no-repeat;
  padding: 0 40px 10px 40px;
}
.zustaendig address {
  margin-left: 40px;
}
.list-striped {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-striped li {
  overflow: hidden;
}
.list-striped li:nth-of-type(odd) {
  background: #f5f5f5;
}
.list-title h3 {
  margin: 0 !important;
}
form.feinstaub fieldset {
  border: solid 1px #dddddd;
}
form.feinstaub input.klein {
  max-width: 100px;
}
.cat-children ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.cat-children ul li {
  padding: 20px 20px 20px 0;
  overflow: hidden;
  border-bottom: solid 1px #dddddd;
}
.cat-children ul li img {
  border: solid 1px #ddd;
  padding: 3px;
  background: #ffffff;
}
.blog,
.category-list,
#main .item-page,
.categories-list,
.tag-category,
#main .search {
  background: none repeat scroll 0 0 #F5F5F5;
  margin: 20px 0px 0 0;
  padding: 30px 40px;
}
#mainblog .blog {
  background: #ffffff;
}
.cat-children h3 a {
  text-decoration: underline;
}
.category-desc {
  overflow: hidden;
}
span.buchstabe {
  background: #ddd;
  padding: 0 10px;
}
.warning {
  background: #F5F5F5 !important;
  margin: 0 20px;
  color: #333;
  padding: 20px;
}
#front .item .btn:before,
#main .item .btn:before,
#mainblog .item .btn:before {
  content: " ›";
  padding-right: 10px;
  margin-left: 0px;
  font-size: 1.5rem;
  width: 2.0em;
  height: 2.0em;
  color: #fff;
}
/* Gestaltung Menu innerhalb eines Artikels */
.item .nav li > a {
  display: inline;
}
.blog-featured .row-1 .item ul li > a:hover,
.blog-featured .row-1 .item ul li > a:active,
.blog-featured .row-1 .item ul li > a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #navigation {
    top: 10px;
    padding-bottom: 10px;
  }
  .nav > li > a {
    padding: 5px 10px;
  }
  body {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (max-width: 750px) {
  #logo {
    float: none;
  }
  #logo img {
    width: 3em;
  }
  #header .search {
    display: none;
  }
  .blog .row,
  blog-featured .row {
    display: block;
  }
  body {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  #header .container {
    padding-bottom: 15px;
  }
  #navigation {
    top: 0px;
  }
  #footer-outer .nav > li > a {
    padding: 4px 0px !important;
  }
  #jform_contact_message {
    width: 96% !important;
  }
  #top {
    background: #114c71;
  }
  #main {
    padding-top: 0;
  }
  /* Abstände small screens */
  .blog-featured .row,
  .blog,
  .category-list,
  #main .item-page {
    padding: 20px !important;
  }
  .blog,
  .category-list,
  #main .item-page,
  .categories-list,
  .tag-category,
  #main .search {
    margin-top: 0;
  }
}
a.icon:hover {
  background: transparent !important;
}
