* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * 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 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

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

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

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

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 0.8em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.placeholder {
  color: #999;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**************************
	- Fonts
	- Variables
	- Basics
	- Buttons and form elements
	- Breadcrumb
	- Header & Footer
	- Spotboxes
	- Frontpage Slider
	- Overview pages
	- Post List view
	- Text Page
	- Post Page

*************************/
/***************  Fonts  ***************/
@font-face {
  font-family: 'fontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#font') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neoMedium';
  src: url('fonts/neoMedium.eot');
  src: url('fonts/neoMedium.eot?#iefix') format('embedded-opentype'), url('fonts/neoMedium.woff') format('woff'), url('fonts/neoMedium.ttf') format('truetype'), url('fonts/neoMedium.svg#font') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***************  Variables  ***************/
/*
@themeFont:'Neo Sans W02';
@themeFontMedium: 'Neo Sans W01 Medium';
@themeFontBold: 'Neo Sans W02 Bold';
*/
/***************  Basics  ***************/
body {
  font-family: Arial;
  color: #323232;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
  margin: 0;
}
h1 {
  font-family: "neoMedium";
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.clearFloat {
  clear: both;
}
.noPadding {
  padding: 0;
}
.noPaddingLeft {
  padding-left: 0;
}
.noPaddingRight {
  padding-right: 0;
}
.overlayBackground {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 9;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity = 60);
}
.overlay {
  display: none;
  width: 90%;
  padding: 20px;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: Auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .overlay {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .overlay {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .overlay {
    width: 40%;
  }
}
.overlay .closeOverlay {
  border: none;
  color: #000;
  font-size: 0;
  float: right;
  background-color: transparent;
  margin: -5px 0 0 0;
  padding: 0;
}
.overlay .closeOverlay:before {
  content: '\f00d';
  font-family: 'fontAwesome';
  font-size: 25px;
}
.overlay h2 {
  font-family: "neoMedium";
  font-size: 40px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.overlay p {
  margin: 0 0 20px;
}
/***************  Buttons and form elements  ***************/
.styledButton {
  display: inline-block;
  border: none;
  background-color: #b20000;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: #fff;
  width: auto;
  padding: 7px 10px;
  font-weight: Bold;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
}
.styledButton.floatRight {
  float: right;
  margin: 0 0 10px 10px;
}
.styledButton:hover,
.styledButton:active,
.styledButton:focus {
  text-decoration: none;
  color: #fff;
}
.styledButton.fullWidth {
  width: 100%;
}
.styledButton.add:before {
  content: '+';
  display: inline-block;
  font-family: "Glyphicons Halflings";
  margin: 0 5px 0 0;
  font-size: 9px;
  font-weight: normal;
}
.styledButton.sort:before {
  content: "\f0dc";
  font-family: 'fontAwesome';
  padding: 0 5px 0 0;
}
.styledButton.sortDesc:before {
  content: "\f0dd";
  font-family: 'fontAwesome';
  padding: 0 5px 0 0;
}
.styledButton.sortAsc:before {
  content: "\f0de";
  font-family: 'fontAwesome';
  padding: 0 5px 0 0;
}
.styledButton.grey {
  background-color: #808080;
}
.formContainer {
  clear: both;
}
.formContainer hr {
  border-color: #e5e5e5;
  margin: 20px 0;
}
.formContainer h5 {
  color: #919191;
  margin: 12px 0 0 0;
}
.formContainer .formTable {
  clear: both;
  display: table;
  width: 100%;
}
.formContainer label {
  width: 100%;
  float: left;
  min-height: 20px;
  margin: 8px 0 6px;
  font-weight: normal;
}
.formContainer label .upload {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  padding: 0;
}
.formContainer span {
  float: left;
  margin: 8px 20px 0 5px;
  height: 26px;
  display: block;
}
.formContainer p {
  margin: 8px 20px 0 5px;
}
.container .GFhint {
  border: none;
  background-color: #808080;
  color: #fff;
  font-size: 0;
  width: 14px;
  height: 16px;
  margin: 0px 0px 0px 0px; 
  padding: 0;
  text-align:center !important;
  vertical-align:top !important;
}
.container .GFhint:before {
  content: '\f128';
  font-family: 'fontAwesome';
  font-size: 12px;
}
.formContainer textarea {
  border: 1px solid #979797;
  padding: 3px 7px;
  height: 80px;
  width: 100%;
  margin: 4px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  resize: none;
}
.formContainer input[type="text"] {
  border: 1px solid #979797;
  padding: 0 7px;
  height: 26px;
  width: 100%;
  margin: 4px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.formContainer .dateContainer {
  position: relative;
  height: 26px;
  width: 100%;
  margin: 8px 0;
}
.formContainer .dateContainer .hasDatepicker {
  position: absolute;
  margin: 0;
}
.formContainer .dateContainer .ui-datepicker-trigger {
  background-color: white;
  border-left: 1px solid grey;
  cursor: pointer;
  float: right;
  padding: 2px 0 1px 7px;
  position: absolute;
  right: 0;
  top: 0px;
}
.formContainer .fileUpload,
.formContainer .fileUploadPdf {
  border: 1px solid #979797;
  padding: 0 7px;
  height: 26px;
  width: 100%;
  margin: 4px 0;
  position: relative;
  float: left;
  overflow: hidden;
}
.formContainer .fileUpload .inputText,
.formContainer .fileUploadPdf .inputText,
.formContainer .fileUpload .inputTextPdf,
.formContainer .fileUploadPdf .inputTextPdf {
  width: 100%;
  padding: 2px 0 0 0;
}
.formContainer .fileUpload .inputButton,
.formContainer .fileUploadPdf .inputButton,
.formContainer .fileUpload .inputButtonPdf,
.formContainer .fileUploadPdf .inputButtonPdf {
  background-color: #808080;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  height: 24px;
  min-width: 25%;
  padding: 3px 13px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.formContainer .inputFieldContainer,
.formContainer .inputFieldContainerPdf {
  height: 0;
  width: 0;
  overflow: hidden;
}
.formContainer span {
  float: left;
  margin: 8px 10px 0 10px;
}
.formContainer .styledSelect {
  border: 1px solid #979797;
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 26px;
  overflow: hidden;
  margin: 4px 0;
}
.formContainer .styledSelect:after {
  color: #fff;
  content: "\f107";
  font-family: 'fontAwesome';
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  background-color: #808080;
  width: 26px;
  height: 24px;
  padding: 4px 8px;
}
.formContainer .styledSelect select {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  height: 26px;
  padding: 0 0 0 3px;
  position: absolute;
  width: 115%;
  z-index: 1;
}
.formContainer .styledSelect.smallSelect {
  width: 35%;
}
.formContainer .styledSelect.smallSelect select {
  width: 135%;
}
.formContainer .styledSelect.floatLeft {
  float: left;
}
.formContainer .styledSelect.floatRight {
  float: right;
}
.formContainer .styledSelectCheckboxes {
  z-index: 2;
  position: relative;
  margin: 4px 0;
  min-height: 26px;
}
.formContainer .styledSelectCheckboxes .indicator {
  border: 1px solid #979797;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 26px;
  margin: 0;
  padding: 3px 7px;
  display: block;
}
.formContainer .styledSelectCheckboxes .indicator:after {
  color: #fff;
  content: "\f107";
  font-family: 'fontAwesome';
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  background-color: #808080;
  width: 26px;
  height: 24px;
  padding: 4px 8px;
}
.formContainer .styledSelectCheckboxes .styledCheckbox {
  margin: 5px 0 0 5px;
  z-index: 3;
}
.formContainer .styledSelectCheckboxes ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  border: 1px solid #979797;
  top: 25px;
  display: none;
  width: 100%;
}
.formContainer .styledSelectCheckboxes ul li {
  background-color: #f2f2f2;
  min-height: 24px;
  clear: both;
  display: table;
  width: 100%;
  position: relative;
}
.formContainer .styledSelectCheckboxes ul li.active {
  background-color: #fff;
}
.formContainer .styledSelectCheckboxes ul li.active a:after {
  content: "\f106";
}
.formContainer .styledSelectCheckboxes ul li label {
  color: #323232;
  display: block;
  float: right;
  text-decoration: none;
  width: 88%;
  padding: 2px 0 4px;
  position: relative;
  z-index: 3;
  margin: 0;
  min-height: 22px;
}
.formContainer .styledSelectCheckboxes ul li + li {
  border-top: 1px solid #979797;
}
.formContainer .styledSelectMutiple {
  z-index: 2;
  position: relative;
  margin: 4px 0;
  min-height: 26px;
  /*ul {
				background-color: teal;
				list-style: none outside none;
				padding: 0;
				margin: 0;
				
				li {
					margin: 0;
					background-color: hotpink;
					height: 20px;
					a {
						display: block;
						height: 20px;
						width: 100%;
						&:after {
							//.iconStyles(11px, #4f4f4f, '1');
							content: "*";
                            float: right;
							margin: 4px 5px 0 0;
						}	
						
					}                               
                    &.active  {
						
						a {
							&:after {
								//.iconStyles(11px, #4f4f4f, '4');
								content: "#";
								float: right;
								margin: 4px 5px 0 0;
							}
						}
					}

                    ul {
                        display: none;
                        li {
                            label {
                                padding: 9px 9px 9px 30px;
                                width: 261px;
                                font-size: 12px;
                                font-weight:@themeFontMedium;
                            }
                        }
                    }



					+li {
						a {
							border-top: 1px solid #ededed;
						}
					}          
				}
			}*/

}
.formContainer .styledSelectMutiple .indicator {
  border: 1px solid #979797;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 26px;
  margin: 0;
  padding: 3px 7px;
  display: block;
}
.formContainer .styledSelectMutiple .indicator:after {
  color: #fff;
  content: "\f107";
  font-family: 'fontAwesome';
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  background-color: #808080;
  width: 26px;
  height: 24px;
  padding: 4px 8px;
}
.formContainer .styledSelectMutiple .styledCheckbox {
  margin: 5px 0 0 5px;
  z-index: 3;
}
.formContainer .styledSelectMutiple ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  border: 1px solid #979797;
  top: 25px;
  display: none;
  width: 100%;
}
.formContainer .styledSelectMutiple ul li {
  background-color: #f2f2f2;
  min-height: 24px;
  clear: both;
  display: table;
  width: 100%;
  position: relative;
}
.formContainer .styledSelectMutiple ul li.active {
  background-color: #fff;
}
.formContainer .styledSelectMutiple ul li.active a:after {
  content: "\f106";
}
.formContainer .styledSelectMutiple ul li a {
  color: #323232;
  display: block;
  float: right;
  text-decoration: none;
  width: 88%;
  padding: 2px 0;
  position: relative;
  z-index: 3;
}
.formContainer .styledSelectMutiple ul li a:after {
  color: #323232;
  content: "\f107";
  font-family: 'fontAwesome';
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 7px;
  text-transform: none;
  top: 2px;
}
.formContainer .styledSelectMutiple ul li + li {
  border-top: 1px solid #979797;
}
.formContainer .styledSelectMutiple ul li ul {
  display: none;
  border: none;
  position: relative;
  top: 0;
  width: 100%;
}
.formContainer .styledSelectMutiple ul li ul li {
  border: none;
  background-color: #fff;
  display: block;
  clear: both;
  display: table;
  width: 100%;
  padding: 0 0 0 5%;
}
.formContainer .styledSelectMutiple ul li ul li label {
  font-weight: normal;
  height: auto;
  margin: 0;
  color: #323232;
  display: block;
  float: right;
  text-decoration: none;
  width: 85%;
  padding: 2px 0;
}
.formContainer .styledSelectCheckboxesMoreOptions {
  border: 1px solid #979797;
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 26px;
  margin: 4px 0;
}
.formContainer .styledSelectCheckboxesMoreOptions:after {
  color: #fff;
  content: "\f107";
  font-family: 'fontAwesome';
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  background-color: #808080;
  width: 26px;
  height: 24px;
  padding: 4px 8px;
}
.formContainer .styledSelectCheckboxesMoreOptions .dropdownContainer {
  background-color: blue;
  border: 1px solid #979797;
  position: relative;
  top: -9px;
  left: -1px;
  z-index: 1;
  margin: 0;
  display: block;
  min-width: 300px;
  list-style: none;
}
.formContainer .styledSelectCheckboxesMoreOptions .dropdownContainer ul {
  background-color: red;
  margin: 0;
  padding: 0;
  list-style: none;
}
.formContainer .styledSelectCheckboxesMoreOptions .dropdownContainer ul li {
  display: block;
  height: 24px;
}
.formContainer .styledSelectCheckboxesMoreOptions .dropdownContainer ul li label {
  display: block;
  width: auto;
  padding: 0 0 0 10px;
  height: 21px;
  margin: 3px 0 0;
  background-color: red;
}
.formContainer .styledSelectCheckboxesMoreOptions .dropdownContainer ul li ul {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-color: teal;
}
.formContainer .styledSelectCheckboxesMoreOptions .dropdownContainer ul li ul li {
  display: block;
  height: 34px;
  padding: 0 0 0 10px;
}
.formContainer .styledSelectCheckboxesMoreOptions .dropdownContainer ul li ul li label {
  display: block;
  width: auto;
  padding: 0 0 0 10px;
}
.formContainer .styledRadiobutton {
  border: 1px solid #979797;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin: 9px 0;
  float: left;
}
.formContainer .styledRadiobutton input {
  margin: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  cursor: pointer;
}
.formContainer .styledRadiobutton.checked:before {
  content: "\f111";
  color: #b20000;
  font-family: 'fontAwesome';
  font-size: 9px;
  left: 2px;
  position: absolute;
  top: 0;
}
.formContainer .styledCheckbox {
  border: 1px solid #979797;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 10px 0;
  float: left;
}
.formContainer .styledCheckbox input {
  margin: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.formContainer .styledCheckbox.checked:before {
  content: "\f00c";
  color: #b20000;
  font-family: 'fontAwesome';
  font-size: 10px;
  left: 0;
  position: absolute;
  top: -2px;
}
.formContainer .subject {
  background-color: #eaeaea;
  color: #656565;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin: 4px 3px;
  padding: 3px 5px;
}
.formContainer .subject button {
  font-size: 0;
  border: none;
  background-color: Transparent;
  padding: 0 2px 0 7px;
}
.formContainer .subject button:active {
  padding: 0 2px 0 7px !important;
}
.formContainer .subject button:after {
  content: "\f00d";
  font-size: 10px;
  color: #656565;
  font-family: 'fontAwesome';
  font-weight: lighter;
}
/***************  Breadcrumb  ***************/
.breadcrumb li a {
  color: #979797;
  text-decoration: none;
}
.breadcrumb li + li:before {
  content: "\e080";
  font-family: "Glyphicons Halflings";
  font-size: 8px;
  padding: 0 5px 5px 0;
}
/***************  Header & Footer  ***************/
.preHeader,
.postFooter {
  background-color: #b20000;
  color: #fff;
  padding: 8px 0 0 0;
  height: 35px;
  font-size: 13px;
}
.preHeader a,
.postFooter a {
  color: #fff;
  float: right;
  text-decoration: none;
}
.preHeader a.active,
.postFooter a.active {
  text-decoration: underline;
}
.preHeader span,
.postFooter span {
  color: #fff;
  float: right;
  padding: 0 5px;
}
.postFooter {
  height: 8px;
  font-size: 0;
}
@media (min-width: 768px) {
  .postFooter {
    height: 35px;
    font-size: 13px;
  }
}
header {
  background-color: #dad9da;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#dad9da));
  background: -webkit-linear-gradient(#f6f6f6, #dad9da);
  background: -moz-linear-gradient(#f6f6f6, #dad9da);
  background: linear-gradient(#f6f6f6, #dad9da);
  background: -ms-linear-gradient(top, #f6f6f6, #dad9da);
  background: -o-linear-gradient(top, #f6f6f6, #dad9da);
  min-height: 80px;
  font-family: "neoMedium";
  /*
	.mainNavigation {
		height: 100%;
		
		#navbar {
			padding: 0;
		}
		
		.headline {
			padding: 20px 0 0 0;
			h2 {
				font-size: 20px;
				font-family: @themeFontMedium;
				
			}
			
			.bigLogo {
				float: right;
			}
		}
		
		.row {
			height: 100%;
			
			.navbarContainer {
				
				.navbar-header {
					padding: 9px 0 0 0;
					
					.logo {
						height:  60px;
						width: auto;
						
						@media (min-width: @screenSM) {
							height: 66px;
						}
					}
				}
				
				.nav {
					//float:right;
					padding: 15px 0 0 0;
					
					li{
						text-transform: uppercase;
						//text-align: right;
						
						@media (min-width: @screenSM) {
							
						
							&.noShadow {
								&:before {
									background-image: none;
							
								}
							}
						}
						a{
							color: @black;
							padding: 10px 0 10px 35px;
							
							@media (min-width: @screenSM) {
								padding: 20px 30px 20px 0;
								height: 60px;
							}
							
							
							&:hover, &:focus, &:active {
								background: transparent;
								color: @themeColor;
							}
						}
						
						+li {
							
							@media (min-width: @screenSM) {
								&:before {
									background-image: url("../images/mainMenuShadow.png");
									background-size: auto 100%;
									content: ".";
									display: block;
									font-size: 0;
									height: 100%;
									left: -18px;
									position: absolute;
									width: 18px;
							
								}
							}
							
							a {
								@media (min-width: @screenSM) {
									padding: 20px 30px 20px 20px;
								}
							}
						}
						
						
					}
				}	
			}
			
	
			.loginContainer {
				//padding:0;
				height: 100%;
				text-align: center;
				max-width:205px;
				padding: 0 0 15px 0;

		
				.myOverview {
					.gradient(@themeColor, @themeColorDark);
					width: 100%;
					border: none;
					color: #eaeaea;
					text-transform: uppercase;
					min-height: 35px;
					padding: 5px 5px 7px;
					font-family: @themeFontMedium;
					margin: 16px 0 0 0;
					max-width: 205px;
					display: block;
					min-width: 130px;
				}
				
				.logOut, .CreateUser {
					font-family: Arial;
					color: @black;
					text-decoration: none;
					padding: 0 !important;
					text-transform: none;
				}
				
				.ForgotPassword {
					font-family: Arial;
					color: #9b9a9a !important;
					text-decoration: none;
					padding: 0 !important;
					text-transform: none;
				}
			}
			
			
			
		}
	}
	
*/

}
@media (min-width: 768px) {
  header {
    min-height: 90px;
  }
}
header .mainNavigation {
  padding-top: 20px;
}
@media (min-width: 768px) {
  header .mainNavigation {
    background-image: url("../images/headerOverlay.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
header .mainNavigation .mobileOnly .smallLogo img {
  height: 50px;
  width: auto;
}
header .mainNavigation .mobileOnly .collapsedMenuButton .navbar-toggle {
  margin: 0 auto 0;
  float: right;
}
header .mainNavigation .mobileOnly .collapsedMenuButton .navbar-toggle .glyphicon-menu-hamburger::before {
  font-size: 25px;
}
header .mainNavigation .theMenu h2 {
  font-size: 20px;
  font-family: "neoMedium";
}
header .mainNavigation .theMenu .bigLogo {
  float: right;
}
header .mainNavigation .theMenu .navbar-collapse {
  padding: 0;
  overflow-x: hidden !important;
}
header .mainNavigation .theMenu .navbar-collapse .nav {
  padding: 15px 0 0 0;
}
header .mainNavigation .theMenu .navbar-collapse .nav li {
  text-transform: uppercase;
}
header .mainNavigation .theMenu .navbar-collapse .nav li.active a {
  background: transparent;
  color: #b20000;
}
@media (min-width: 768px) {
  header .mainNavigation .theMenu .navbar-collapse .nav li.noShadow:before {
    background-image: none;
  }
}
header .mainNavigation .theMenu .navbar-collapse .nav li a {
  color: #323232;
  padding: 10px 0 10px 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  header .mainNavigation .theMenu .navbar-collapse .nav li a {
    padding: 20px 30px 20px 0;
    height: 60px;
  }
}
header .mainNavigation .theMenu .navbar-collapse .nav li a:hover,
header .mainNavigation .theMenu .navbar-collapse .nav li a:focus,
header .mainNavigation .theMenu .navbar-collapse .nav li a:active {
  background: transparent;
  color: #b20000;
}
@media (min-width: 768px) {
  header .mainNavigation .theMenu .navbar-collapse .nav li + li:before {
    background-image: url("../images/mainMenuShadow.png");
    background-size: auto 100%;
    content: ".";
    display: block;
    font-size: 0;
    height: 100%;
    left: -18px;
    position: absolute;
    width: 18px;
  }
}
@media (min-width: 768px) {
  header .mainNavigation .theMenu .navbar-collapse .nav li + li a {
    padding: 20px 30px 20px 35px;
  }
}
header .mainNavigation .theMenu .navbar-collapse .nav li .loginContainer {
  height: 100%;
  text-align: center;
  max-width: 205px;
  padding: 0 0 15px 0;
}
header .mainNavigation .theMenu .navbar-collapse .nav li .loginContainer .myOverview {
  background-color: #80030a;
  background: -webkit-gradient(linear, left top, left bottom, from(#b20000), to(#80030a));
  background: -webkit-linear-gradient(#b20000, #80030a);
  background: -moz-linear-gradient(#b20000, #80030a);
  background: linear-gradient(#b20000, #80030a);
  background: -ms-linear-gradient(top, #b20000, #80030a);
  background: -o-linear-gradient(top, #b20000, #80030a);
  width: 100%;
  border: none;
  color: #eaeaea;
  text-transform: uppercase;
  min-height: 35px;
  padding: 5px 5px 7px;
  font-family: "neoMedium";
  margin: 16px 0 0 0;
  max-width: 205px;
  display: block;
  min-width: 130px;
}
header .mainNavigation .theMenu .navbar-collapse .nav li .loginContainer .logOut,
header .mainNavigation .theMenu .navbar-collapse .nav li .loginContainer .CreateUser {
  font-family: Arial;
  color: #323232;
  text-decoration: none;
  padding: 0 !important;
  text-transform: none;
}
header .mainNavigation .theMenu .navbar-collapse .nav li .loginContainer .ForgotPassword {
  font-family: Arial;
  color: #9b9a9a !important;
  text-decoration: none;
  padding: 0 !important;
  text-transform: none;
}
footer {
  background-color: #262626;
  padding: 20px 0 100px;
}
footer .footerLogo {
  padding: 20px 0 0 10px;
}
@media (min-width: 768px) {
  footer .footerLogo {
    padding: 20px 0 0 0;
  }
}
footer h3 {
  color: #fff;
  font-family: "neoMedium";
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0 20px;
  clear: both;
}
footer p {
  color: #cccccc;
}
footer .socialIcons {
  padding: 0 10px;
}
@media (min-width: 768px) {
  footer .socialIcons {
    padding: 0 0 0 10px;
  }
}
footer a {
  color: #cccccc;
  text-decoration: underline;
}
footer a.socialIcon {
  margin: 0 5px 5px 0;
  display: block;
  float: left;
}
footer a.socialIcon img {
  width: 30px;
  height: 30px;
}
/***************  Spotboxes  ***************/
.spotbox {
  background-color: #ebebeb;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  /*&.important {
		
		.header {
			color: @themeColor;
		}
	}*/

}
.spotbox.noColor {
  background-color: transparent;
}
.spotbox .styledButton {
  margin: 0 0 10px 10px;
}
.spotbox .boxHeader {
  background-color: #dad9da;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#dad9da));
  background: -webkit-linear-gradient(#f6f6f6, #dad9da);
  background: -moz-linear-gradient(#f6f6f6, #dad9da);
  background: linear-gradient(#f6f6f6, #dad9da);
  background: -ms-linear-gradient(top, #f6f6f6, #dad9da);
  background: -o-linear-gradient(top, #f6f6f6, #dad9da);
  padding: 10px;
  text-transform: uppercase;
  font-family: "neoMedium";
  font-size: 15px;
  line-height: 15px;
  color: #b20000;
}
.spotbox .subjects {
  padding: 4px 0;
}
.spotbox .subjects span {
  color: #656565;
  font-weight: bold;
  display: inline-block;
  background-color: #eaeaea;
  font-size: 11px;
  margin: 4px 3px;
  padding: 3px 5px;
}
.spotbox img {
  max-width: 100%;
  height: auto;
}
.spotbox .container {
  width: 100%;
  padding: 10px;
}
.spotbox h2 {
  font-size: 28px;
}
.spotbox h3 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #6d6d6d;
  text-align: center;
  padding: 10px;
}
.spotbox h4 {
  color: #6d6d6d;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.spotbox h5 {
  font-family: "neoMedium";
  text-transform: uppercase;
  font-size: 15px;
}
.spotbox p {
  font-size: 13px;
}

.contactbox h2 {
    color:black !important;
    font-size:15px !important;
}

.contactbox {
    color:black !important;
    font-size:15px !important;
}

.contactbox h4 {
    margin: 0 0 10px 0;
    color:black !important;
    font-size:15px;
}
.spotbox .spotboxFlexibleLink a {
  width: 22px;
  height: 22px;
  background-color: #fff;
  display: block;
  color: #b20000;
  bottom: 6px;
  right: 6px;
  position: absolute;
}
.spotbox .spotboxFlexibleLink a:before {
  content: "\e258";
  font-family: "Glyphicons Halflings";
  padding: 3px;
  position: absolute;
}
/***************  Frontpage Slider  ***************/
.sliderContainer .flexslider {
  position: relative;
  border: none;
  margin: 0 0 20px 0;
}
.sliderContainer .flexslider ul li {
  position: relative;
}
.sliderContainer .flexslider ul li img {
  position: relative;
}
.sliderContainer .flexslider ul li .flex-caption {
  background-image: url(../images/captionBackground.png);
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  padding: 10px;
  font-family: "neoMedium";
  font-size: 15px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .sliderContainer .flexslider ul li .flex-caption {
    font-size: 30px;
    line-height: 30px;
    padding: 20px;
  }
}
.sliderContainer .flexslider ul li .flex-caption p {
  width: 70%;
}
.sliderContainer .custom-navigation {
  position: absolute;
  bottom: 41px;
  right: 30px;
}
.sliderContainer .custom-navigation .custom-controls-container {
  display: none;
}
.sliderContainer .custom-navigation a {
  width: 15px;
  height: 15px;
  background-color: #fff;
  display: block;
  float: left;
  color: #b20000;
  margin: 0 0 0 5px;
}
@media (min-width: 768px) {
  .sliderContainer .custom-navigation a {
    width: 22px;
    height: 22px;
  }
}
.sliderContainer .custom-navigation a.flex-prev:before {
  padding: 3px;
}
@media (min-width: 768px) {
  .sliderContainer .custom-navigation a.flex-prev:before {
    padding: 5px 4px;
  }
}
.sliderContainer .custom-navigation a.flex-next:before {
  padding: 3px;
}
@media (min-width: 768px) {
  .sliderContainer .custom-navigation a.flex-next:before {
    padding: 5px;
  }
}
.sliderContainer .custom-navigation a:before {
  position: absolute;
  font-size: 10px;
}
@media (min-width: 768px) {
  .sliderContainer .custom-navigation a:before {
    font-size: 13px;
  }
}
.sliderContainer .sliderCounter {
  position: absolute;
  bottom: 42px;
  right: 88px;
  color: #fff;
  font-size: 10px;
  font-family: "neoMedium";
}
@media (min-width: 768px) {
  .sliderContainer .sliderCounter {
    font-size: 15px;
  }
}
/***************  overview Pages  ***************/
.overviewPages .nav-tabs li a {
  background-color: #ddd;
  font-family: "neoMedium";
  text-transform: uppercase;
  color: #6d6d6d;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 2px 5px 0 5px;
  text-align: center;
}
.overviewPages .nav-tabs li.active a {
  background-color: #fff;
  color: #323232;
}
.overviewPages .tab-content {
  padding: 20px 0;
}
.overviewPages .tab-content h5 {
  font-size: 30px;
  color: #ccc;
  padding: 40px 0;
  text-align: center;
  font-family: "neoMedium";
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
/***************  Post List view  ***************/
.postContainer {
  margin: 0;
}
.postContainer .sortOnMobile h4 {
  text-transform: uppercase;
  font-family: "neoMedium";
  font-size: 15px;
  line-height: 15px;
  padding: 8px 0;
  float: left;
}
.postContainer .sortOnMobile .styledButton {
  margin: 0 0 7px 7px;
  background-color: #808080;
}
.postContainer .postHeader {
  background-color: #dad9da;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#dad9da));
  background: -webkit-linear-gradient(#f6f6f6, #dad9da);
  background: -moz-linear-gradient(#f6f6f6, #dad9da);
  background: linear-gradient(#f6f6f6, #dad9da);
  background: -ms-linear-gradient(top, #f6f6f6, #dad9da);
  background: -o-linear-gradient(top, #f6f6f6, #dad9da);
  margin: 0;
}
.postContainer .postHeader h4 {
  text-transform: uppercase;
  font-family: "neoMedium";
  font-size: 15px;
  line-height: 15px;
  color: #b20000;
  padding: 7px 0;
}
.postContainer .postHeader a {
  padding: 7px 0;
  color: #323232;
  text-decoration: none;
  display: block;
  font-size: 12px;
}
.postContainer .postHeader a:before {
  font-family: 'fontAwesome';
  padding: 0 5px 0 0;
}
.postContainer .postHeader a.sort:before {
  content: "\f0dc";
}
.postContainer .postHeader a.sortDesc:before {
  content: "\f0dd";
}
.postContainer .postHeader a.sortAsc:before {
  content: "\f0de";
}
.postContainer .post {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  color: #323232;
}
.postContainer .post div {
  font-weight: bold;
}
.postContainer .post div.postImageContainer {
  padding: 0;
  margin: 0;
}
.postContainer .post div.postImageContainer img {
  max-width: 100%;
  max-height: 100%;
}
.postContainer .post div .textValue {
  font-weight: bold;
}
.postContainer .post div label {
  font-family: "neoMedium";
  color: #b20000;
  text-transform: uppercase;
  font-weight: normal;
}
.postContainer .post div .date {
  text-transform: uppercase;
  width: 50px;
}
.postContainer .post div .date span {
  font-size: 25px;
  line-height: 25px;
}
.postContainer .post div .date span + span {
  font-size: 13px;
  line-height: 13px;
}
.postContainer .post a {
  color: #323232;
  text-decoration: none;
}
.postContainer .post h4 {
  font-weight: bold;
}
.postContainer .post p {
  font-weight: normal;
}
.postContainer .post .styledButton {
  color: #fff;
  margin: 10px 0 0 0;
}
.postContainer .styledButton {
  margin: 20px 0;
}
/***************  Text Page  ***************/
.textPage {
  margin-bottom: 20px;
}
.textPage .topImage img {
  max-width: 100%;
  height: auto;
}
.textPage .headline {
  padding: 30px 0 0;
}
.textPage .headline h1 {
  font-size: 24px;
}
.textPage .text {
  padding: 10px 0 20px;
}
.textPage .text p {
  margin: 0 0 10px 0;
}
.textPage .text h2 {
  font-family: "neoMedium";
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 0 3px 0;
}
/***************  Post Page  ***************/
.postPage {
  margin-bottom: 20px;
}
.postPage .postImage img {
  max-width: 100%;
  height: auto;
}
.postPage .headline {
  padding: 30px 0 20px;
}
.postPage .headline h1 {
  font-size: 24px;
}
.postPage .headline h4 {
  font-family: "neoMedium";
  font-size: 15px;
  text-transform: uppercase;
  color: #b20000;
}
.postPage .headline p {
  text-transform: uppercase;
  float: right;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 0px 2px 8px;
}
.postPage .headline .shareIcon {
  float: right;
  border: 1px solid #e7e7e7;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin: 0 0 0 4px;
  position: relative;
  text-decoration: none;
}
.postPage .headline .shareIcon:before {
  font-family: 'fontAwesome';
  font-size: 13px;
}
.postPage .headline .shareIcon.favorit {
  color: #323232;
}
.postPage .headline .shareIcon.favorit.active,
.postPage .headline .shareIcon.favorit:hover {
  color: #b20000;
}
.postPage .headline .shareIcon.favorit:before {
  content: "\f004";
  padding: 0 0 0 2px;
}
.postPage .headline .shareIcon.facebook:before {
  content: "\f09a";
  padding: 0 0 0 5px;
  color: #b20000;
}
.postPage .headline .shareIcon.twitter:before {
  content: "\f099";
  padding: 0 0 0 3px;
  color: #b20000;
}
.postPage .specification {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  clear: both;
  margin: 0;
}
.postPage .specification > div img {
  float: left;
  max-width: 100%;
}
.postPage .specification > div .text {
  float: left;
}
.postPage .specification > div .text h5 {
  font-size: 13px;
}
.postPage .specification > div .text h4 {
  font-family: "neoMedium";
  font-size: 15px;
  text-transform: uppercase;
}
.postPage .extraBox {
  margin: 25px 0;
  background-color: #ebebeb;
  padding: 0 0 10px 0;
}
.postPage .extraBox h4 {
  background-color: #323232;
  color: #fff;
  height: 35px;
  padding: 10px;
  font-family: "neoMedium";
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.postPage .extraBox h4:before {
  content: "\f071";
  font-family: 'fontAwesome';
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 12px;
}
.postPage .extraBox .styledButton {
  margin: 5px 0;
}
.postPage .description {
  padding: 20px 0;
}
.postPage .description p {
  margin: 10px 0 10px 0;
}
.postPage .description h2 {
  font-family: "neoMedium";
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 0 3px 0;
}
