
#logo-side1, #logo-side2, #logo-side3, #logo-side4 {
  width: 390px;
  height: auto;
  max-width: 1000%;
}



/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

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

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address 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;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

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

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

/* GLOBAL STYLES
/* ------------------------------------------------------------------------- */

* { 
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
	color: #585858;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(includes/libs/box-sizing.htc);
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;	
}

html {
}

body {
	font-family: "Droid Sans", "Calibri", "Arial", "sans-serif";		
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	background: #023e84;
	line-height: 0;
}


@media only screen and (max-width: 960px) {
	body { padding: 0 0; }
}

.clear {
	clear: both;
	float: none;
}

.clearfix { 
  display: inline-block;  
  display: block;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.hidden {
	display: none;
}

.grey-dark { 
	color: #858585;
}

.grey-medium {
	color: #c0c0c0;
}

.grey-light {
	color: #e7e7e7;
}

.right {
	float: right !important;
}

.thin {
	font-weight: normal !important;
}

.color {
	color: #023e84;
}

.color2 {
	color: #023e84; 
}



/* CONTAINER STRUCTURE
/* ------------------------------------------------------------------------- */


#wrapper {
	display: block;
	max-width: 100%;
	margin: 0 auto;	
}

#container {
	width: 100%;	
	margin: 0 auto;	
}

#top-bar {
	display: block;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	background: #ffffff;
	border-top: 10px solid #023e84;
	border-bottom: 1px solid #023e84;
}

header {
	position: relative;
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 40px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;	    
}

#navi-container {
	position: relative;
	float: right;
}


#logo-bar {
	float: left;
	display: inline;
	height: auto;
	padding: 24px 0px;
	max-width: 280px;		
}

#logo-container {
	display: inline;
}

#logo-link {
	display: inline;
}

#logo {
	display: inline-block !important;
	margin-bottom: 0 !important;
	width: 100%;
	height: auto;
	max-width: 100%;
}

#logo-small {
	display: none;
	margin-bottom: 0 !important;
	width: 100%;
	height: auto;
	max-width: 100%;	
}


#searchbar {
	display: none;
	padding: 12px;
	padding-top: 4px;
	background: #023e84;
	text-align: right;
}

#searchbar label {
	display: none;
}

#searchbar input[type=text] {
	display: inline-block;
	max-width: 250px !important;
	padding: 6px 8px 5px 8px !important;
	margin-right: 10px;
	border: 0 !important;
}

#searchbar input[type=submit] {
	display: inline-block;
	float: right;
	margin-top: 0px !important;
	color: #023e84;
	font-size: 0.95em !important;
	background: rgba(255,255,255,0.6) !important;
	padding: 6px 10px 6px 10px !important;
		margin-top: -1px;
}

#searchbar input[type=submit]:hover {
	background: #ffffff !important;
}

@media only screen and (max-width: 550px) {
	
	#searchbar { }
	
	#searchbar input[type=text] {
		max-width: 170px !important;
	}
	
	#logo-bar {
		float: none;
		display: block;
		max-width: 280px !important;
	}
	
	#topbar-buttons {
		margin-top: 0 !important;
	}
	
}


.tinyheader #topbar-buttons {
	margin-top: 15px !important;
	margin-bottom: 15px;
}

.tinyheader #logo {
	display: none !important;
}

.tinyheader #logo-small {
	display: inline-block;
}

.tinyheader #logo-bar {
	width: 200px;
	padding: 15px 0px 0px 0px;
}

.tinyheader #nav-main {
	border-bottom: 0;
}

.tinyheader #nav-main .menu > ul > li > a {

}

.tinyheader #nav-main .children {
}


#socfb {
	display: block;
	width: 70px;
	height: 20px;
	margin-top: 15px;
}


@media only screen and (max-width: 480px) {
	
	header { padding: 0px 20px; }
	#content .conblock .conblock-inner { padding: 30px 20px !important; }
	footer #footer-container { padding: 30px 20px !important; }
	.tinyheader #logo-bar {	max-width: 150px !important; float: left !important; padding-top: 18px; }
	
}


/* NAVIGATION
/* ------------------------------------------------------------------------- */


.menu {
}

.menu > ul {

}

.menu a {
	text-decoration: none;
}

.page-item-200, 
.page-item-576 {
	display: none !important;
}


/* NAVIGATION MAIN */

#nav-main {
	position: relative;
	display: block;
	clear: both;
	float: left;
	border: 1px solid #023e84;
	border-top: 0;
}

@media only screen and (max-width: 480px) {
	#nav-main {
		margin-top: 15px;
	}
}

#nav-main li {
	text-align: center;
	display: inline-block;
	float: left;
	line-height: 1.2em;
}

#nav-main li:first-child a {
	margin-left: 0;
}

#nav-main li:first-child a:hover,
#nav-main li:first-child.current-menu-item a {
}

#nav-main li:hover {
}

#nav-main li a {
	text-decoration: none !important;
	margin: 0px 0px;
	padding: 25px 15px;
	float: left;
	font-size: 1.2em;
	color: #8c8c8c;
	background: #ffffff;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
	white-space: normal; 
	font-weight: 400;
}

#nav-main li a:hover, 
#nav-main li.sfHover > a {
	color: #023e84;
}

#nav-main li:first-child a {
	margin-left: 0;
}


#nav-main .menu > ul > li.current_page_item > a, 
#nav-main .menu > ul > li.current_page_parent > a, 
#nav-main .menu > ul > li.current-menu-item > a, 
#nav-main .menu > ul > li.current-menu-parent > a, 
#nav-main .menu > ul > li.current-category-ancestor > a, 
#nav-main .menu > ul > li.current-post-ancestor > a, 
#nav-main .menu > ul > li.current-page-ancestor > a {
	font-style: normal;
	color: #000000;
}

#nav-main .children li.current_page_item > a {
}


#nav-main .children, 
#nav-main .sub-menu {
	display: none;
	position: absolute;
	margin-top: -1px;
	z-index: 999;
	padding: 8px 0px;
	background: #ffffff;
	border: 1px solid #023e84;	
}

#nav-main .children li, 
#nav-main .sub-menu li {
	display: block;
	float: none;
	margin: 0;
	text-align: left;
	margin-left: 0px !important;
}

#nav-main .children li:first-child, 
#nav-main .sub-menu li:first-child {
	margin-left: 0;
	border-left: 0;
}


#nav-main .children li a, 
#nav-main .sub-menu li a {
	float: none;
	display: block;
	border: 0;
	padding: 5px 15px;
	line-height: 1em;
	height: auto;
}

#nav-main .children li a:hover, 
#nav-main .sub-menu li a:hover {
}

#nav-main .children .children {
	left: 100%;
	top: auto;
	margin-top: -30px;
}

#nav-main .children .children a {
}


/* TOPBAR BUTTONS */

#topbar-buttons {
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
}

#topbar-buttons a {
    display:inline;
    width: 28px;
    height: 27px;
    text-indent:-9999px;
    margin-right: 12px;
    float: right;	
    background-size: contain !important;
}

#topbar-buttons a:hover {
	opacity: 0.65;
}

#topbar-buttons a:first-child {
	margin-right: 0;
}

#topbar-buttons .search-button {
    background: url(../images/icon-lupe.png) no-repeat;
}

#topbar-buttons .fb-button {
    background: url(../images/icon-fb.png) no-repeat;
}

#topbar-buttons .print-button {
    background: url(../images/icon-print.png) no-repeat;
}

#topbar-buttons .teamviewer-button {
    background: url(../images/icon-teamviewer.png) no-repeat;
}

@media only screen and (max-width: 960px) {
	
	#topbar-buttons .print-button, 
	#topbar-buttons .teamviewer-button {
		display: none !important;
	}
	
}


/* MOBILE NAV */

.menu-icon {
    position:relative;
    display:none;
    width:40px;
    text-indent:-9999px;
    float: right;
}
 
.border-icon {
    height:27px;
    border-top:5px solid #023e84;
    border-bottom:5px solid #023e84;
}
 
.border-icon:before {
    content:"";
    position:absolute;
    top:6px;
    left:0;
    width:100%;
    border-top:5px solid #023e84;
}




	header #navi-container {	
	}
	
	header #slogan {
		display: none;
	}
	
	#logo {
		float: none;
	}
	
	.menu-icon { 
		display: inline-block;
	}
	
	#nav-main {
		display: none;
		min-width: 78%;
		max-width: 78%;
		position: fixed;
		left: 0; top: 0;
		z-index: 100;
		margin-top: 0;
		background: #ffffff;
		border-right: 1px solid #023e84;
		border-top: 10px solid #023e84;	
		border-left: 0;			
		border-bottom: 0;
		height: 100%;
		padding: 25px;
		padding-top: 15px;
	}
	
	#nav-main .btn-close {
		position: absolute;
		left: 20px;
		top: 20px;
		width: 16px;
		height: 16px;
		display: inline-block;
		text-indent: -9999px;
		background: url(../images/btn-close.png) no-repeat;
		background-size: contain;
		opacity: 0.6;
	}
	
	#nav-main .btn-close:hover {
		opacity: 1;
	}
	
	#nav-main .menu {
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 20px 20px 20px 20px;
	    overflow: auto;
	    position: absolute;
	    bottom:0;
	    left:0;
	    right:0;
	    top:0;		
	}	
	
	@media only screen and (min-width: 1300px) {
		#nav-main { min-width: 50%; max-width: 50%; }
	}
	
	@media only screen and (max-width: 700px) {
		#nav-main { min-width: 100%; max-width: 100%; }
	}
	
	#nav-main li {
		display: block;
		float: none;
		text-align: left;
		margin: 0px;
		border-bottom: 1px solid #d2d2d2;
	}
	
	#nav-main li:first-child {
		border-top: 1px solid #d2d2d2;		
	}
	
	#nav-main .children li {
		border-bottom: 0;
	}
	
	#nav-main li a {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		font-size: 1.15em;
		padding: 8px 0px !important;
	}
	
	#nav-main .children, 
	#nav-main .sub-menu {
		position: static;
		display: block;
		border: 0;
		padding: 0;
		padding-bottom: 8px;
	}
	
	#nav-main .children li {
		border: 0;
		padding-left: 20px;
	}
	
	#nav-main .children li a, 
	#nav-main .sub-menu li a {
		padding: 4px 0px !important;
		border: 0 !important;
		font-size: 1em;
	}	
	
	#nav-main .current_page_item .children, 
	#nav-main .current_page_item .sub-menu {
		border-top: 0;
	}

	#nav-main .children .children {
		margin-top: 0;
		padding-left: 12px;
		border: 0;
	}
	



/* CONTENT
/* ------------------------------------------------------------------------- */

#content {
	position: static;
	display: block;
	margin: 0 auto;
	clear: both;
	min-height: 200px;
	background-color: #ffffff;
	min-height: 350px;		
}

#content .conblock {
}

#content .conblock .conblock-inner {
	max-width: 1200px;
	padding: 40px 40px;
	margin: 0 auto;		
}

#content .conblock.con-grey {
	background: #f0f0f0;
}


#content img {
	border: 0 !important;
	max-width: 100%;
	height: auto;
}

#single {
}

article {
	float: left;
	width: 100%;
	line-height: 1.45em;
}

article * {

}

.article-thumb {
	float: left;
	margin-right: 20px;
	line-height: 0;
}

#breadcrumbs {
	display: none;
	padding: 6px 8px;
	font-size: 0.8em;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	line-height: 1em;
	color: #797979;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(includes/libs/pie.htc);
	position: relative;	
}

#breadcrumbs a {
	text-decoration: none;
	color: #797979;	
}

#breadcrumbs a:hover {
	color: #000000;
}

label, 
.wpcf7-quiz-label {
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
}


article p, 
article blockquote {
	margin-bottom: 0.9em;
}

article p.no-margin {
	margin-bottom: 0em;
}

article p:last-child {
	margin-bottom: 0;
}

article p.br {
	line-height: 0.8em;
	margin-bottom: 0 !important;	
}

article b, article strong {
	font-weight: bold;
}

article .small {
	font-size: 0.9em;
	line-height: 1.2em;
}

article blockquote {
	padding-left: 20px;
	border-left: 2px solid #ededed;
	font-style: italic;
}

article ul {
	margin-bottom: 1em;
}

article li {
	list-style: circle;
	margin-left: 18px;
	margin-bottom: 5px;
}

a {
	color: #023e84;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}


h1, h2, h3, h4, h5 {
	margin-bottom: 0.9em;
	margin-top: 1.3em;
	line-height: 1.1em;	
	color: #023e84;
	font-family: "Droid Serif";
	font-weight: 400;
	letter-spacing: -1px;
}

article cufon canvas {
	left: -3px !important;
}
 
article .page-title a {
	text-decoration: none;
}

h1 {
	font-size: 2.4em;
	margin-top: 0;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
	color: inherit;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
	margin-top: 0;
	color: inherit;
	font-weight: bold;
}


article > h1:first-child,
article > h2:first-child,
article > h3:first-child,
article > h4:first-child, 
article td h1:first-child,
article td h2:first-child,
article td h3:first-child,
article td h4:first-child, 
article .conblock-inner > h1:first-child, 
article .conblock-inner > h2:first-child, 
article .conblock-inner > h3:first-child, 
article .conblock-inner > h4:first-child {
	margin-top: 0 !important;
	margin-bottom: 1.2em !important;
}

article .cols > h2:first-child, 
article .cols > h3:first-child, 
article .cols > h4:first-child, 
article .cols > h5:first-child {
	margin-top: 0 !important;
}

article .headline-top {
	margin-top: 0 !important;
}

article img {
	border: 0;
	outline: none;
}

article img.alignleft {
	clear: both;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;	
}

article img.alignright {
	clear: both;
	float: right;
	margin-left: 30px;	
	margin-bottom: 15px;
}

article img.aligncenter {
	margin: 0 auto;
	display: block;
}

article .picblock, 
article .textblock {
	clear: both;
	margin-bottom: 1em;
}

article .picblock img.alignright, 
article .picblock img.aligleft {
	max-width: 50% !important;
	height: auto;
}

@media only screen and (max-width: 600px) {
	
	article .picblock img.alignright, 
	article .picblock img.alignleft {
		float: none;
		clear: both;
		display: block;
		max-width: 100% !important;
		margin: 0 0 15px 0;
	}	
	
}

article table {
	margin: 0;
	padding: 0;
	border: 0;
}

article table tbody, 
article table tr {
}

article table td {
	min-width: 15px;
	border: 1px solid #dddddd;
	padding: 1px 4px;
}

article table td.spacer {
	width: 15px;
}

article table * {
}

article table.listing {

}

article table.listing td:first-child {
	width: 1%;
	white-space: nowrap;
	padding-right: 15px;
}



article .article-pic {
	margin-bottom: 20px;
	line-height: 0;
}


#article-list {
}

#article-list li {
	list-style: none;
	margin-left: 0;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #ededed;	
}

#article-list a:last-child li {
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #ededed;		
}

#article-list a {
	text-decoration: none;
}

#article-list li:hover {
	border-top: 1px solid #000000;
}

#article-list li .date {
	font-size: 0.8em;
	color: #939393;
	margin-left: 5px;	
}

#article-list .article-meta {
	color: #858585;
	font-size: 0.85em;
	margin-top: 10px;
}


@media only screen and (max-width: 700px) {

	article { font-size: 0.85em; }
	h1 { font-size: 1.9em; }
	h2 { font-size: 1.7em; }
	h3 { font-size: 1.5em; }
	h4 { font-size: 1.3em; }
	h5 { font-size: 1.1em; }
		
}



/* CONTENT & COLUMNS 3% SPACING */
/* ------------------------------------------------------------------------- */


.cols {
	clear: both;
	margin-bottom: 0 !important;
}

.cols .col {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;	
}

.cols5 .col {
	width: 17.6%;
}

.cols5 .col:nth-child(5n) {
	margin-right: 0;
}

.cols4 .col {
	width: 22.75%;
}

.cols4 .col:nth-child(4n) {
	margin-right: 0;
}

.cols3 .col {
	width: 31.33%;
}

.cols3 .col:nth-child(3n) {
	margin-right: 0;
}

.cols2 .col {
	width: 48.5%;
}

.cols2 .col:nth-child(2n) {
	margin-right: 0;
}

.cols img {
}

.cols5 .col.colspan2 {
	width: 38.2%;
}

.cols5 .col.colspan3 {
	width: 58.8%
}

.cols4 .col.colspan2 {
	width: 48.5%;
}

.cols4 .col.colspan3 {
	width: 74.25%
}

.cols3 .col.colspan2 {
	width: 65.66%;
}

.cols .col.last {
	margin-right: 0 !important;
}

.cols .col > h2:first-child, 
.cols .col > h3:first-child, 
.cols .col > h4:first-child {
	margin-top: 0 !important;
}


.cols5 .col:nth-child(5n+1) {
	clear: left;
}

.cols4 .col:nth-child(4n+1) {
	clear: left;
}

.cols3 .col:nth-child(3n+1) {
	clear: left;
}


@media only screen and (max-width: 950px) {

	.cols .col { width: 31.33% !important; clear: none !important; }
	
	.cols5 .col:nth-child(5n) { margin-right: 3% !important; }
	.cols4 .col:nth-child(4n) { margin-right: 3% !important; }
	.cols5 .col:nth-child(3n) { margin-right: 0 !important; }
	.cols4 .col:nth-child(3n) { margin-right: 0 !important; }
	.cols3 .col:nth-child(3n) { margin-right: 0 !important; }
	
	.cols5 .col:nth-child(3n+1) { clear: left !important; }
	.cols4 .col:nth-child(3n+1) { clear: left !important; }
	
	.cols5 .col.colspan3 { width: 65.66% !important; }
	.cols5 .col.colspan2 { width: 34.33% !important; }
	.cols4 .col.colspan3 { width: 65.66% !important; }
	.cols3 .col.colspan2 { width: 65.66% !important; }	
	.cols2 .col { width: 48.5% !important; }
	
}

@media only screen and (max-width: 820px) {

	.cols .col { width: 48.5% !important; clear: none !important; }
	
	.cols .col:nth-child(5n) { margin-right: 3% !important; }
	.cols .col:nth-child(4n) { margin-right: 3% !important; }
	.cols .col:nth-child(3n) { margin-right: 3% !important; }	
	.cols .col:nth-child(2n) { margin-right: 0 !important; }
	
	.cols5 .col:nth-child(3n+1) { clear: none !important; }	
	.cols4 .col:nth-child(3n+1) { clear: none !important; }	
	
	.cols5 .col:nth-child(2n+1) { clear: left !important; }	
	.cols4 .col:nth-child(2n+1) { clear: left !important; }	
	.cols3 .col:nth-child(2n+1) { clear: left !important; }
	
	.cols5 .col.colspan3 { width: 48.5% !important; }
	.cols5 .col.colspan2 { width: 48.5% !important; }
	.cols4 .col.colspan3 { width: 48.5% !important; }
	.cols3 .col.colspan2 { width: 48.5% !important; }		

}

@media only screen and (max-width: 650px) {

	.cols .col { width: 100% !important; clear: none !important; }
	
	.cols .col { margin-right: 0 !important; }
	
	.cols .col.colspan3 { width: 100% !important; }	
	.cols .col.colspan2 { width: 100% !important; }	
	
}



/* CONTENT & COLUMNS 1.5% SPACING */
/* ------------------------------------------------------------------------- */


.gap1.cols {
	clear: both;
	margin-bottom: 0 !important;
}

.gap1.cols .col {
	margin-right: 1.5%;
	margin-bottom: 3% !important;	
}

.gap1.cols5 .col {
	width: 18.8%;
}

.gap1.cols4 .col {
	width: 23.875%;
}

.gap1.cols3 .col {
	width: 32.333%;
}

.gap1.cols2 .col {
	width: 49.25%;
}


.gap1.cols5 .col.colspan2 {
	width: 39.1%;
}

.gap1.cols5 .col.colspan3 {
	width: 59.4%
}

.gap1.cols4 .col.colspan2 {
	width: 49.25%;
}

.gap1.cols4 .col.colspan3 {
	width: 74.625%
}

.gap1.cols3 .col.colspan2 {
	width: 66.166%;
}


.gap1.cols5 .col:nth-child(5n) {
	margin-right: 0;
}

.gap1.cols4 .col:nth-child(4n) {
	margin-right: 0;
}

.gap1.cols3 .col:nth-child(3n) {
	margin-right: 0;
}

.gap1.cols2 .col:nth-child(2n) {
	margin-right: 0;
}



@media only screen and (max-width: 950px) {

	.gap1.cols .col { width: 32.333% !important; }
		
	.gap1.cols5 .col:nth-child(5n) { margin-right: 1.5% !important; }
	.gap1.cols4 .col:nth-child(4n) { margin-right: 1.5% !important; }
	.gap1.cols5 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap1.cols4 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap1.cols3 .col:nth-child(3n) { margin-right: 0 !important; }
	
	.gap1.cols5 .col.colspan3 { width: 66.166% !important; }
	.gap1.cols5 .col.colspan2 { width: 33.833% !important; }
	.gap1.cols4 .col.colspan3 { width: 66.166% !important; }
	.gap1.cols3 .col.colspan2 { width: 66.166% !important; }	
	.gap1.cols2 .col { width: 49.25% !important; }
	
}

@media only screen and (max-width: 820px) {

	.gap1.cols .col { width: 49.25% !important; }
	
	.gap1.cols .col:nth-child(5n) { margin-right: 1.5% !important; }
	.gap1.cols .col:nth-child(4n) { margin-right: 1.5% !important; }
	.gap1.cols .col:nth-child(3n) { margin-right: 1.5% !important; }	
	.gap1.cols .col:nth-child(2n) { margin-right: 0 !important; }
	
	.gap1.cols5 .col.colspan3 { width: 49.25% !important; }
	.gap1.cols5 .col.colspan2 { width: 49.25% !important; }
	.gap1.cols4 .col.colspan3 { width: 49.25% !important; }
	.gap1.cols3 .col.colspan2 { width: 49.25% !important; }		

}

@media only screen and (max-width: 650px) {

	.gap1.cols .col { width: 100% !important; }
	.gap1.cols .col { margin-right: 0 !important; }
	
	.gap1.cols .col.colspan3 { width: 100% !important; }	
	.gap1.cols .col.colspan2 { width: 100% !important; }	
	
}



/* CONTENT & COLUMNS 0% SPACING */
/* ------------------------------------------------------------------------- */


.gap0.cols {
	clear: both;
	margin-bottom: 0 !important;
}

.gap0.cols .col {
	margin-right: 0%;
	margin-bottom: 0% !important;	
}

.gap0.cols5 .col {
	width: 20%;
}

.gap0.cols4 .col {
	width: 25%;
}

.gap0.cols3 .col {
	width: 33.333%;
}

.gap0.cols2 .col {
	width: 50%;
}


.gap0.cols5 .col.colspan2 {
	width: 40%;
}

.gap0.cols5 .col.colspan3 {
	width: 60%
}

.gap0.cols4 .col.colspan2 {
	width: 50%;
}

.gap0.cols4 .col.colspan3 {
	width: 75%
}

.gap0.cols3 .col.colspan2 {
	width: 66.666%;
}


.gap0.cols5 .col:nth-child(5n) {
	margin-right: 0;
}

.gap0.cols4 .col:nth-child(4n) {
	margin-right: 0;
}

.gap0.cols3 .col:nth-child(3n) {
	margin-right: 0;
}

.gap0.cols2 .col:nth-child(2n) {
	margin-right: 0;
}



@media only screen and (max-width: 950px) {

	.gap0.cols .col { width: 33.333% !important; }
	
	.gap0.cols5 .col:nth-child(5n) { margin-right: 0 !important; }
	.gap0.cols4 .col:nth-child(4n) { margin-right: 0 !important; }
	.gap0.cols5 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap0.cols4 .col:nth-child(3n) { margin-right: 0 !important; }
	.gap0.cols3 .col:nth-child(3n) { margin-right: 0 !important; }	
	
	.gap0.cols5 .col.colspan3 { width: 66.666% !important; }
	.gap0.cols5 .col.colspan2 { width: 33.333% !important; }
	.gap0.cols4 .col.colspan3 { width: 66.666% !important; }
	.gap0.cols3 .col.colspan2 { width: 66.666% !important; }	
	.gap0.cols2 .col { width: 50% !important; }
	
}

@media only screen and (max-width: 820px) {

	.gap0.cols .col { width: 50% !important; }
	
	.gap0.cols .col:nth-child(5n) { margin-right: 0 !important; }
	.gap0.cols .col:nth-child(4n) { margin-right: 0 !important; }
	.gap0.cols .col:nth-child(3n) { margin-right: 0 !important; }	
	.gap0.cols .col:nth-child(2n) { margin-right: 0 !important; }
	
	.gap0.cols5 .col.colspan3 { width: 50% !important; }
	.gap0.cols5 .col.colspan2 { width: 50% !important; }
	.gap0.cols4 .col.colspan3 { width: 50% !important; }
	.gap0.cols3 .col.colspan2 { width: 50% !important; }		

}

@media only screen and (max-width: 650px) {

	.gap0.cols .col { width: 100% !important; }
	.gap0.cols .col { margin-right: 0 !important; }
	
	.gap0.cols .col.colspan3 { width: 100% !important; }	
	.gap0.cols .col.colspan2 { width: 100% !important; }	
	
}


.cols.nomargin .col { margin-bottom: 0 !important; }

@media only screen and (max-width: 650px) {
	.cols.nomargin .col { margin-bottom: 20px !important; }
	.cols .col:last-child { margin-bottom: 0 !important; }	
}



/* NEWS FIELDS
/* ------------------------------------------------------------------------- */

#newsfields {
	margin: 40px 0px 20px 0px;
}

#newsfields .col {
	border: 1px solid #d8d8d8;
	margin-bottom: 3%;
}

#newsfields .col:hover {
	border: 1px solid #9a9a9a;
}

#newsfields .desc {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 126px;
	overflow-y: hidden;
}

#newsfields a {
	text-decoration: none;
}

#newsfields h4 {
	margin: 0px 0px 6px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: hidden;
	width: 100%;
	height: 1.2em;
	font-weight: 400;	
}



/* ARTICLE FIELDS
/* ------------------------------------------------------------------------- */

.articles {
	margin: 40px 0px 20px 0px;
}

.articles .entry {
	border: 1px solid #d8d8d8;
	margin-bottom: 3%;
}

.articles .entry:hover {
	border: 1px solid #9a9a9a;
}

.articles .entry {
	list-style: none;
	margin-left: 0;	
	position: relative;
}

.articles .pic {
	position: relative;
	line-height: 0;	
}

.articles .pic .picbox {

}

.articles .picbox img {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

.articles .entry:hover .picbox img {
	opacity: 0.6;
}


.articles .desc {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 126px;
	overflow-y: hidden;
}

.articles .desc.noexcerpt {
	height: 55px;
}

.articles .desc.notext,
.articles .desc.noexcerpt .excerpt {
	display: none !important;
}


.articles a {
	text-decoration: none;
}

.articles h4 {
	margin: 0px 0px 6px 0px;
	font-size: 1em;
	line-height: 1.2em;
}


.articles.stripes {
	
}

.articles.stripes .desc {
	height: auto !important;
	padding: 15px;
}


@media only screen and (min-width: 600px) {

	.articles.stripes .entry .pic {
		width: 35%;
		float: left;
	}
	
}


.articlenav {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 8px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.articlenav li {
	list-style: none;
	display: inline;
	margin-left: 15px;
}

.articlenav li:first-child {
	margin-left: 0;
}

.articlenav li a {
	text-decoration: none;
	padding-bottom: 9px;
	color: #757575;
}

.articlenav li a:hover, 
.articlenav li.currentnav a {
	border-bottom: 1px solid #000000;
	color: #000000;
}


@media only screen and (max-width: 720px) {
	
	.articlenav { 
		padding-bottom: 10px; 
	}
		
	.articlenav li { 
		display: inline-block; 
		margin-left: 0; 
		margin-right: 15px; 
		margin-bottom: 10px; 
	}
	
	.articlenav li a { 
		padding-bottom: 0; 
	}

}



/* ARTICLE SLIDER
/* ------------------------------------------------------------------------- */


.articleslider {
	display: block;
	width: 100%;
	margin: 40px 0px;
	text-align: center;
	position: relative;
}

.articleslider .control {
	display: block;
	width: 5%;
	height: 100%;
	opacity: 0.4;
}

.articleslider .control:hover {
	opacity: 1;
}

.articleslider .controlprev {
	background: url(../images/arrow-prev.png) no-repeat left center;
	background-size: contain;	
	float: left;
}

.articleslider .controlnext {
	background: url(../images/arrow-next.png) no-repeat right center;
	background-size: contain;	
	float: right;
}

.articleslider .itemcontainer {
	display: inline-block;
	position: relative;
	width: 88%;	
	height: 100%;
	margin: 0 auto;
	overflow-x: hidden;	
	text-align: left;
}

.articleslider .itemcontainer .cols {
	min-width: 100%;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
}

.articleslider .itemcontainer .cols .col {
	clear: none !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;

}

.articleslider .itemcontainer .articles {
	margin: 0;
	width: auto;
}



/* PAGINATION
/* ------------------------------------------------------------------------- */

.pagination {
	clear: both;
	margin: 10px 0 30px 0;
	position: relative;
	text-align: right;
	background: #f9f9f9;
}

.pagination .pages-info {
	float: left;
	padding: 7px 12px 6px 12px;
	font-size: 0.9em;
}

.pagination .pages-navi {
	float: right;
}

.pagination .pages-navi .pagenumbers {
	display: inline;
}

.pagination span, 
.pagination a {
	display: inline-block;
	float: left;
	margin: 0;
	border-left: 4px solid #ffffff;
	padding: 10px 8px;
	padding-bottom: 0;
	text-decoration: none;
	width: auto;
	color: #838383;
	background: #e0e0e0;
	font-size: 16px;
	line-height: 1em;
	height: 36px;
	width: 45px;
	text-align: center;
	font-weight: 700;
	font-family: "Arial", "sans-serif";	
}

.pagination a:hover {
	color: #fff;
	background: #4d4d4d;
}

.pagination a.arrowbutton {
	font-size: 22px;
	padding-top: 5px;	
}

.pagination .current {
	background: #4d4d4d;
	color: #fff;
}


@media only screen and (max-width: 720px) {
	
	.pagination {
		background: #ffffff;
		text-align: center;		
	}
	
	.pages-info {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
	}
	
	.pagination .pages-navi {
		display: block;
		float: none;
		text-align: center;
	}
	
	.pagination span, 
	.pagination a {	
		padding-left: 4px;
		padding-right: 4px;
		width: 37px;
	}
	
	.pagination .pages-navi * {
		display: inline-block;
		float: none;
	}
	
	.pagination .pages-navi > a:first-child {
		border-left: 0;
	}
	
	.pagination .extrapagelink {
		display: none;
	}	
	
}



/* SCROLLER
/* ------------------------------------------------------------------------- */


.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #fff;
}

.hsContent {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 8%;
    text-align: center;    
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.bcgfixed {
	background-attachment: fixed;
}

.hsContent .slideText {
	display: block;
    margin: 0 auto;
    color: #ffffff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.75);    
}

.hsContent .slideText * {
}

.hsContent .slideText h1, 
.hsContent .slideText h2, 
.hsContent .slideText h3, 
.hsContent .slideText h4 {
	margin: 0 0;
	font-weight: 700;
	line-height: 1.05em;
	color: inherit;
}

.hsContent .slideText h1, 
.hsContent .slideText h2  {
	font-size: 3em;
	word-wrap: break-word;
}



/* TEMPLATING
/* ------------------------------------------------------------------------- */


article a.button, 
article p.button a {
	behavior: url(includes/libs/pie.htc);	
	padding: 7px 11px 0px 11px;
	margin: 12px 0px 6px 0px;
	display: inline-block;
	line-height: 14px;
	height: 30px;
	font-size: 1.05em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	text-decoration: none !important;
	background: #023e84;
	color: #ffffff !important;	
}

article a.button:hover, 
article p.button a:hover {
	background-color: #000000;
	color: #FFFFFF;
	border-color: #000000;
	cursor: pointer;	
}


.scrollToTop {
	display: none;
	position: fixed;
	z-index: 100;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 20px;
	opacity: 0.6;
	background: url(../images/arrow-top.png) no-repeat;
}

.scrollToTop:hover {
	opacity: 1;
}

.colorline {
	display: block;
	width: 100%;
	height: 1px;
	margin: 25px 0px;
	background: #023e84;
}


#page_lightbox #navi-bar {
	display: none !important;
}

#page_lightbox .scrollToTop {
	display: none !important;
}


#page_lightbox .logo {
	display: inline-block;
	border: 1px solid #ececec;
	margin-bottom: 25px;
}

#page_lightbox {
	background: none;
}

#page_lightbox header {
	display: none;
}

#page_lightbox #header-container {
	border-bottom: 0;
}

#page_lightbox #content {
	background: none;
}

#page_lightbox .conblock {
	margin-top: 0;
	padding: 30px 40px;
}

#page_lightbox .wp-post-image {
	border: 1px solid #c1c1c1 !important;
	margin-bottom: 20px;
}

#page_lightbox #footer-bar {
	display: none;
}



/* SIDEBARS
/* ------------------------------------------------------------------------- */

#rightbar {
	float: right;
	width: 230px;
	display: none;
}

#leftbar {
	float: left;
	width: 200px;
}

aside {
	font-size: 0.9em;
	line-height: 1.4em;
}

aside .widget {
	overflow: hidden;
}

.widgettitle {
	font-size: 1.2em;
}

.sidebar #searchform input[type=text] {
	width: 68%;
	float: left;
	font-size: 1.1em;
}

.sidebar #searchform input[type=submit] {
	float: right;
	margin: 0 0;
}


/* OPENER / HIDDEN SECTIONS
/* ------------------------------------------------------------------------- */


article .opener, 
article .opener2 {
	display: block;
	text-decoration: none;
	background: url(../images/arrow-normal.png) no-repeat;
	background-position: 12px 12px;
	padding: 8px;
	padding-left: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	border: 1px solid #d7d7d7;	
	margin-bottom: 10px;
}

article .opener, 
article .opener * {
}

article .opener2 {
	display: block;
	font-size: 1.3em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #C8C69E;
}

article .opener.active, 
article .opener2.active {
	background: url(../images/arrow-active.png) no-repeat;
	background-position: 12px 11px;
}

article .section {
	display: none;
	padding-top: 20px;
}

article .section {
	padding: 12px 15px;
	background: #f8f8f8;
	margin: 15px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

article .section .colorline {
	margin: 20px 0px;
}

article .section .col {
	margin-bottom: 5px !important;
}

article .section ul {
	margin-bottom: 0 !important;
}

article .section > h1:first-child, 
article .section > h2:first-child, 
article .section > h3:first-child, 
article .section > h4:first-child, 
article .section > h5:first-child {
	margin-top: 0 !important;
}



/* FORMULARE
/* ------------------------------------------------------------------------- */

form {
}

form * {
	color: #666666;
	font-family: inherit;
}

form label {
	text-transform: uppercase;
	font-size: 0.95em;
	padding-right: 15px;
	white-space: nowrap;
}

.quiz label {
	padding-right: 0;	
}

form .wpcf7-not-valid-tip {
	border: none !important;
	background-color: #e5e5e5 !important;
	top: -6px !important;
	left: auto !important;
	right: 1px !important;
	padding: 3px 10px 4px 10px !important;
	width: auto !important;
	text-align: right !important;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;		
	behavior: url(includes/libs/pie.htc);
	position: relative;	
}

form .wpcf7-response-output {
	background-color: #e5e5e5 !important;
	border: none !important;
	margin: 0 !important;
	padding: 8px 10px 8px 10px !important;
	margin: 20px 0px 20px 0px !important;
	font-size: 0.9em !important;
	width: 342px;
	line-height: 1.2em !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(includes/libs/pie.htc);
	position: relative;
}

form input, 
form textarea {
	border: 1px solid #e0e0e0;
	padding: 5px;
	font-size: 1em;
	width: 350px;
	max-width: 100%;
	margin-bottom: 4px;		
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(includes/libs/pie.htc);
	position: relative;
}

form input[type=radio] {
	width: auto;
}

form input:focus, 
form textarea:focus {
	background-color: #f9f9f9;	
}

form input[type=submit] {
	background-color: #023e84;
	color: #FFFFFF;
	padding: 8px 10px 7px 10px;
	font-size: 0.9em;
	width: auto;
	margin-top: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;	
	border: 0;
}

form input[type=submit]:hover {
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
}

form p.form-submit {
	margin-bottom: 0;
}



/* COMMENTS
/* ------------------------------------------------------------------------- */

#comments {
	display: none;
	font-size: 0.85em;
	padding-top: 30px;
	border-top: 1px solid #ededed;
	margin-top: 30px;
	line-height: 1.35em;
}


#comments .comments-title {
	margin-top: 0;
}

#comments .commentlist {
	margin: 30px 0px;
}

#comments .commentlist li {
	list-style: none;
	padding: 15px;
	padding-bottom: 0px;
	margin-left: 0;
	margin-bottom: 10px;
	border-left: 5px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#comments .form-allowed-tags {
	font-size: 0.9em;
}

#comments .comment-edit-link {
	display: none;
}

#comments .comment {
	position: relative;
	background-color: #fcfcfc;
}

#comments .comment * {
	color: #4e4e4e;
}

#comments .comment .comment-author {
	margin-bottom: 10px;
}

#comments .comment cite {
	font-style: normal;
	position: absolute;
	top: 13px;
	left: 70px;
}

#comments .comment .comment-meta {
	position: absolute;
	top: 33px;
	left: 70px;
}

#comments .comment .comment-meta a {
	text-decoration: none;
}

#comments .comment .says {
	display: none;
}

#comments #respond {
	width: 80%;
}

#comments #respond textarea {
	width: 100%;
}

#comments .comment-reply-link {
	position: absolute !important;
	top: 7px; right: 7px;
	padding: 5px 8px 3px 10px;	
	display: inline-block;
	text-decoration: none !important;
	background-color: #b5b5b5;
	color: #FFFFFF;
	font-size: 0.9em;
	width: auto;	
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(includes/libs/pie.htc);
	position: relative;
}

#comments .comment-reply-link:hover {
	background-color: #000000;
	color: #FFFFFF;
	border-color: #000000;
	cursor: pointer;	
}

#comments #cancel-comment-reply-link {
	display: block;
}

#comments .logged-in-as a {
	margin-right: 3px;
}



/* FOOTER
/* ------------------------------------------------------------------------- */


#footer-bar {
	display: block;
	background: url(../images/welle.png) no-repeat center top #ffffff;
	background-size: contain;
	border-top: 1px solid #023e84;
}

footer {
	display: block;
}

footer #footer-container {
	max-width: 1200px;
	margin: 0px 0px 0px 0px;
	padding: 50px 40px 40px 40px;
	line-height: 1.2em;
	margin: 0 auto;	
}

footer * {
	color: #585858;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer .icon {
	margin-right: 18px;
	float: left;
}

#credits {
	display: none;
	font-size: 0.8em;	
	float: left;
}

#credits a {
}

#address {
	display: block;
	font-size: 0.95em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#address * {
}

#nav-footer {
	display: none;
}

#nav-footer-menu {
}

#nav-footer li a:hover {
}

footer .menu a {
	letter-spacing: 0;
}

footer .menu .current-menu-item a {
}

footer .menu {
}

footer .menu li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;	
}

footer .menu li a {
	display: inline-block;
	border: 1px solid #023e84;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 10px;	
	background: #ffffff;
}

footer .menu li a:hover {
	color: #023e84;
	text-decoration: none;
}

footer .menu li:first-child {

}

#nav-footer-products {
	display: inline-block;
	margin-top: 18px;
	clear: left;
	float: left;
}

#nav-footer-products * {
	color: #023e84;
}

#nav-footer-products a {
	text-transform: uppercase;
}
		
#nav-footer-products p {
	margin-bottom: 8px;
}

footer .socfb {
	display: block;
	margin-top: 8px;
}


@media only screen and (min-width: 960px) {
	
	#nav-footer {
		float: left;
		display: inline-block;
	}
	
	#address {
		float: right;
		margin-top: 10px;
		width: 220px;
		background: #ffffff;
		padding: 15px;
		border-radius: 5px;
		border: 1px solid #023e84;		
	}
	
	#nav-footer-products {
		margin-top: 60px;
	}
	
}

@media only screen and (max-width: 960px) {
	
	#address { 	
		padding-top: 30px;
	}
	
}

@media only screen and (max-width: 700px) {
	
	#footer-bar {
		background: #ffffff;
	}
	
	#address { 	
		padding-top: 0;
		border-bottom: 1px dotted #d6d6d6; 
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	
	footer .menu li { display: block; margin-right: 0; }
	footer .menu li a { display: block; text-align: center; }	
	
}




/* QUICKBAR - BOTTOM BAR FOR SMARTPHONES
/* ------------------------------------------------------------------------- */

#quickbar { 
	display: none;
	position: fixed;	
	width: 100%;
	z-index: 9999;
	bottom: 0;	
	background: #023e84;	
	padding: 10px 5px !important;
	margin: 0 !important;	 
}

#quickbar-menu {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#quickbar-menu li {
	float: left;
	width: 20%;
	margin: 0 !important;
	padding: 0 !important;
}

#quickbar-menu li * {
	color: #ffffff;
}	

/*
@media screen 
and (max-width: 500px) 
and (min-device-height: 500px) 
and (orientation: portrait) {
*/
	
@media screen 
and (max-width: 500px) 
and (orientation: portrait) {
	
	body { padding-bottom: 45px; }
	.scrollToTop { visibility: hidden !important; }
	#footer-bar { border-bottom: 0; }	
	#quickbar { display: block;	}
	#nav-main .menu { padding-bottom: 80px; }		
	
}

@media screen 
and (max-width: 750px) 
and (orientation: landscape) {
	
	body, #top-bar { padding-right: 60px; }
	#logo { max-width: 200px; }
	.scrollToTop { visibility: hidden !important; }
	#footer-bar { border-bottom: 0; }	
	#nav-main .menu { padding-right: 80px; }		
	
	#quickbar { 
		display: block;	
		bottom: 0; top: 0; 
		right: 0;
		width: 60px;
		min-height: 100%;
		text-align: center;
	}
	
	#quickbar-menu {
		position: absolute;
		bottom: 10px;
		right: 1px;
	}
	
	#quickbar-menu li {
		float: none;
		display: block;
		width: 100%;
		margin-top: 10px !important;
		margin-bottom: 6px !important;
	}
	
}



/* PRINT STYLES
/* ------------------------------------------------------------------------- */


@media print {

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    body {
	    padding: 0 0;
	    font-size: 85%;
    }
    
    #nav-main {
	    display: none;
    }
    
    #logo {
	    text-indent: 0;
	    width: auto;
	    height: auto;
	    font-size: 1.3em;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    article a[href]:after {
        content: " (" attr(href) ")";
    }

    article 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, 
    a[href$=".jpg"]:after, 
    a[href$=".gif"]:after, 
    a[href$=".png"]:after {
        content: "" !important;
    }

    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;
    }
    
}



/* PLUGIN STYLING
/* ------------------------------------------------------------------------- */


@media only screen and (max-width: 650px) {
	.metaslider { font-size: 2em; }
}

.metaslider.nav-hidden .flexslider {
	overflow: hidden;
}

.master-slider img {
	max-width: none !important;
}

.ms-slide-info {
	margin-top: 0;
}

.ms-slide-info p {
	font-size: 0.9em !important;
}

.ms-slide-info strong {
	font-size: 1.3em;
	color: #023e84;
}

.slides .layer * {
	color: #ffffff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.85); 	
	font-family: inherit !important;
	line-height: 1.25em !important;	
}

.slides .layer strong {
	font-family: "Droid Serif" !important;
}


.fbx-caption-title {
	color: #ffffff !important;
}

.col .foogallery-default a {
	display: block !important;
}

#wpgmza_map {
	float: none !important;
}

@media only screen and (max-width: 960px) {
	#vl-chat { display: none !important; }
}


/* INTERNET EXPLORER ALERT
/* ------------------------------------------------------------------------- */

#ie-alert {
	position: absolute;
	top: 0; left: 0;
	display: none;
	width: 100%;
	text-align: center;
	font-family: "Arial", "sans-serif";
	background: url(../images/br-background.png) repeat-x bottom #fffdcf;
	border-bottom: 4px solid #ffd798;
	padding: 15px;
	font-size: 0.85em;
	z-index: 100000;
}

#ie-alert .ie-alert-message {
	width: 620px;
	max-width: 100%;
	margin: 0 auto;
}

#ie-alert .ie-alert-header {
	font-size: 1.35em;
	color: #a30e0e;
	display: block;
	font-weight: bold;
}

#ie-alert .ie-alert-subhead {
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
}

#ie-alert .ie-alert-browsers {
	display: block;
	margin-top: 20px;
}

#ie-alert .ie-alert-browsers a {
	display: inline-block;
	margin-left: 15px;
	width: 64px;
	padding-top: 70px;
	text-align: center;
	color: #a30e0e;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#ie-alert .ie-alert-browsers a:first-child {
	margin-left: 0;
}




/* Media Queries ------------------------------------------------------------------- */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	
	
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	
	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	
	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
	
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
	
	
}

/* Retina Displays ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
	
	
}

