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

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

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

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

[hidden] {
    display: none;
}

button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

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

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: yellow;
    color: black;
}

p, pre {
    margin: 0;
}

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl, menu, ol, ul {
    margin: 0;
}

dd {
    margin: 0;
}

menu, ol, ul {
    padding: 0;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0px solid silver;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    * margin-left: -7px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    * vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    * overflow: visible;
}

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

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    * height: 13px;
    * width: 13px;
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

img {
    margin: 0;
    padding: 0;
    display: block;
}

html * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    color: #2a91d6;
    background: white;
    width: 100%;
    margin: 0;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
}

html body {
    color: #2a91d6;
    background: white;
    width: 100%;
    margin: 0;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
}

a, a:hover, a:active, a:focus {
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

a {
    color: #2a91d6;
    border-bottom: 1px solid transparent;
}

a:hover {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

a.underline {
    border-bottom: 1px solid transparent;
}

.dimmed a {
    border-bottom: 1px solid transparent;
}

.dimmed a:hover {
    border-bottom: 1px solid #aaaaaa;
}

.active a {
    border-bottom: 1px solid transparent;
}

.active a:hover {
    border-bottom: 1px solid blue;
}

a.marked, a:hover, .current-menu-item a, .current-cat a {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu a {
    color: #2a91d6;
    border-bottom: 1px solid transparent;
}

ul.sub-menu a:hover {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu .current-menu-item a, ul.sub-menu .current-cat a {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu li ul.sub-menu a {
    color: #2a91d6;
    border-bottom: 1px solid transparent;
}

ul.sub-menu li ul.sub-menu a:hover {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu li ul.sub-menu .current-menu-item a, ul.sub-menu li ul.sub-menu .current-cat a {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu a {
    color: #2a91d6;
    border-bottom: 1px solid transparent;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu a:hover {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu .current-menu-item a, ul.sub-menu li ul.sub-menu li ul.sub-menu .current-cat a {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu a {
    color: #2a91d6;
    border-bottom: 1px solid transparent;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu a:hover {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu .current-menu-item a,
ul.sub-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu .current-cat a {
    color: #2a91d6;
    border-bottom: 1px solid #2a91d6;
}

.underline {
    border-bottom: 1px solid #2a91d6;
}

a.disabled, a.disabled:hover {
    color: #2a91d6 !important;
    border-bottom: 1px solid transparent !important;
}

#nextprev a.prev-fixed.disabled, #nextprev a.prev-fixed.disabled:hover,
#nextprev a.next-fixed.disabled, #nextprev a.next-fixed.disabled:hover {
    color: #2a91d6 !important;
    background: white !important;
    border: 1px solid #2a91d6 !important;
}

.no-underline {
    border-bottom: 1px solid transparent !important;
    border-color: transparent !important;
}

.line-through {
    text-decoration: line-through !important;
}

a.img-holder, a.thumb {
    border-bottom: 0px !important;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

pre code {
    padding: 4%;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    width: 100%;
    display: block;
}

blockquote {
    padding: 0;
    margin: 0;
    margin: 0px 24px 0px 24px;
}

blockquote p {
    margin: 0 !important;
    padding: 0 !important;
}

blockquote cite {
    font-style: normal;
}

table {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

table th {
    font-weight: normal;
}

table tr {
    border: 0;
    text-align: left;
    border-top: 0px solid #2a91d6;
}

table tr td {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

table tr td p {
    padding-right: 0px;
}

#mainside-fix, #header-fix, #footer-fix, #cover-space-fix, #toggle-menu-fix {
    max-width: 1810px;
    margin: 0px auto;
}

#wrap, #change, #content, #header-inner, #footer-inner {
    overflow: hidden;
}

#content {
    overflow: hidden;
}

#mainside {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 99;
}

#mainside #mainside-fix {
    overflow: hidden;
}

#mainside #mainside-fix #mainside-inner {
    overflow: hidden;
    padding-right: 3%;
    padding-left: 3%;
}

#side {
    width: 25%;
    float: left;
    overflow: hidden;
}

#side.sticky #sidebar_menu_holder.fixed {
    position: fixed;
    z-index: 99;
}

#side.border {
    padding-right: 12px;
}

#side.border #sidebar_menu_holder {
    border-right: 1px solid #2a91d6;
}

#side.border #sidebar_menu_holder .separator-module {
    padding-right: 24px !important;
}

#side.border #sidebar_menu_holder li a {
    margin-right: 24px;
    margin-left: 12px;
}

#side.border.right {
    padding-right: 0px;
    padding-left: 12px;
}

#side.border.right #sidebar_menu_holder {
    border-right: 0px solid transparent;
    border-left: 1px solid #2a91d6;
}

#side.border.right #sidebar_menu_holder .separator-module {
    padding-left: 12px !important;
}

#side.border.right #sidebar_menu_holder li a {
    margin-right: 12px;
    margin-left: 24px;
}

#main {
    width: 75%;
    float: left;
    overflow: hidden;
}

#wrap.cover #mainside, #wrap.cover #footer {
    background: white;
}

#wrap.tiled #mainside, #wrap.tiled #footer {
    background: transparent !important;
}

#tiled-marker {
    position: fixed;
    top: -100%;
    left: -100%;
    width: 10px;
    height: 10px;
    z-index: 0;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f0ffed;
}

#header-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 3%;
    padding-left: 3%;
}

#header-inner #header-separator {
    border-top: 0px solid #2a91d6;
    margin-bottom: 0px;
}

#header-inner #logo-h1 {
    line-height: 0px !important;
    height: 45px;
    overflow: hidden;
}

#header-inner #logo-h1 #logo-image {
    height: 45px;
    width: 557px;
    display: block;
    background: transparent url('../2014/10/titel.png') no-repeat;
    background-size: 557px 45px !important;
    border-bottom: 0px solid transparent !important;
    position: absolute;
    width: 100%;
}

#header.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9989;
}

#header.fixed #header-inner {
    padding-right: 3%;
    padding-left: 3%;
}

#content {
    margin-top: 54px;
}

#content p, #footer p {
    padding-right: 20px;
}

#content p.align-right, #footer p.align-right {
    padding-left: 20px;
    padding-right: 0px;
}

#content p.align-center, #footer p.align-center {
    padding-left: 20px;
    padding-right: 20px;
}

#footer {
    position: relative;
    width: 100%;
    z-index: 300;
}

#footer-inner {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-right: 3%;
    margin-left: 3%;
}

#search-holder {
    width: 10%;
    text-align: right;
}

#search-holder input {
    text-align: right;
    border-bottom: 1px solid #2a91d6 !important;
}

#menu-holder {
    position: relative;
}

#menu-holder #menu-main-menu {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#menu-holder #menu-main-menu li, #menu-holder #menu-main-menu a {
    display: inline;
    overflow: hidden;
}

#menu-holder #menu-main-menu .menu-item, #menu-holder .page_item {
    width: 25%;
    float: left;
}

#menu-holder.wide #menu-main-menu .menu-item, #menu-holder.wide .page_item {
    width: 33.33%;
}

#menu-holder.float-right #menu-main-menu .menu-item, #menu-holder.float-right .page_item {
    width: auto;
    float: right;
}

#menu-holder.float-left #menu-main-menu .menu-item, #menu-holder.float-left .page_item {
    width: auto;
    float: left;
}

#menu-main-menu .menu-item a, #menu-holder .page_item a {
    margin-right: 12px;
    margin-left: 12px;
}

#menu-holder.float-left #menu-main-menu .menu-item a, #menu-holder.float-left .page_item a {
    margin-right: 40px;
    margin-left: 0;
}

#menu-holder.float-right #menu-main-menu .menu-item a, #menu-holder.float-right .page_item a {
    margin-right: 0;
    margin-left: 40px;
}

#menu-holder.float-left #menu-main-menu, #menu-holder.float-right #menu-main-menu {
    padding-left: 12px;
    padding-right: 12px;
}

#menu-holder.none #menu-main-menu {
    display: none;
}

#menu-icon {
    margin-right: 12px;
    cursor: pointer;
    display: none;
    float: right;
    border-bottom: 0px solid transparent !important;
}

#toggle-menu {
    position: fixed;
    width: 100%;
    overflow: hidden;
    z-index: 101;
    top: -10000px;
}

#toggle-menu #toggle-menu-inner {
    padding-left: 3%;
    padding-right: 3%;
    overflow: hidden;
}

#toggle-menu #toggle-menu-inner .menu-item {
    margin: 0px;
    padding: 0;
    width: 25%;
    float: left;
}

#toggle-menu #toggle-menu-inner ul {
    overflow: hidden;
}

#toggle-menu #toggle-menu-inner ul li a {
    display: block;
    margin: 0;
    margin-left: 12px;
    margin-right: 12px;
}

#toggle-menu #toggle-menu-inner .sub-menu {
    padding: 0;
    margin: 0;
}

#toggle-menu #toggle-menu-inner .sub-menu .menu-item {
    width: 100%;
}

#toggle-menu.static {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 888;
    display: none;
}

#toggle-menu.static #toggle-menu-inner {
    padding-left: 0;
    padding-right: 0;
    padding-left: 3%;
    padding-right: 3%;
}

ul.menu .menu-item {
    margin: 0px;
    padding: 0;
    width: 25%;
    float: left;
}

ul.menu li a {
    display: block;
    margin: 0;
    margin-left: 12px;
    margin-right: 12px;
}

#sidebar_menu_holder {
    position: relative;
    z-index: 9;
}

#sidebar_menu_holder .menu-item {
    width: 100%;
    float: left;
}

#sidebar_menu_holder li a {
    margin-right: 12px;
}

#secondary_menu_holder {
    position: relative;
    z-index: 9;
}

#secondary_menu_holder .menu-item {
    width: 25%;
    float: left;
}

ul.sub-menu li {
    clear: both !important;
    width: 100% !important;
    display: block !important;
}

#toggle-menu-inner li a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: inline-table !important;
}

#sidebar_menu_holder li a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: inline-table !important;
}

#secondary_menu_holder li a {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: inline-table !important;
}

#block {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: white;
}

#partial-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 989;
    background: white;
}

#cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: white;
    display: block;
    cursor: pointer;
}

#focus {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9992;
}

#focus-nav {
    position: absolute;
}

#focus-nav a {
    border-bottom: 0px solid !important;
}

#focus-nav #s-left {
    float: left;
    margin-right: 6px;
}

#focus-nav #s-left.fixed {
    position: fixed;
    z-index: 9992;
    left: -200px;
    top: 50%;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#focus-nav #s-middle {
    position: fixed;
    z-index: 9992;
    left: 50%;
    top: 200px;
    margin-right: 6px;
    margin-left: 6px;
    text-align: center;
    overflow: hidden;
    display: block;
}

#focus-nav #s-right {
    float: left;
    margin-left: 6px;
}

#focus-nav #s-right.fixed {
    position: fixed;
    z-index: 9992;
    right: -200px;
    top: 50%;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#focus-nav #focus-ui-left {
    position: fixed;
    height: 100%;
    width: 25%;
    top: 0;
    left: 0;
    z-index: 9993;
    cursor: pointer;
}

#focus-nav #focus-ui-middle {
    position: fixed;
    height: 100%;
    width: 25%;
    top: 0;
    left: 37%;
    z-index: 9993;
    cursor: pointer;
}

#focus-nav #focus-ui-right {
    position: fixed;
    height: 100%;
    width: 25%;
    top: 0;
    right: 0;
    z-index: 9993;
    cursor: pointer;
}

#focus-nav #s-center {
    display: none;
}

#focus-nav #s-center.fixed {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9992;
}

.clear {
    clear: both;
}

.empty {
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    height: 1px !important;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.hundred {
    width: 100% !important;
}

.dimmed, .dimmed a {
    color: #aaaaaa;
}

.active, .active a {
    color: blue;
}

#dimmed-page {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 900;
}

.noselect, img, .slide-prev, .slide-next, .slide, .slidedots, #header,
#header-inner, div, span, #menu-icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h2, h3, p, span, a {
    -webkit-touch-callout: auto !important;
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

#nextprev a.next, #nextprev a.prev {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::selection {
    background: rgba(208, 199, 194, 0.3);
}

::-moz-selection {
    background: rgba(208, 199, 194, 0.3);
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 0px solid #2a91d6;
    height: 0px;
    width: 100%;
}

.figcaption {
    padding: 12px 0px 12px 0px;
}

iframe {
    margin: 0;
    padding: 0;
    display: block;
    background: #f0ffed;
    position: relative;
    z-index: 99;
}

.img-holder {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #f0ffed;
    position: relative;
    display: block;
    z-index: 100;
}

.img-holder .focus-mode {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 102;
    line-height: 75% !important;
    margin: 12px 12px 12px 12px;
    cursor: pointer;
    display: none;
}

.img-holder:hover .focus-mode {
    display: block;
}

.img-holder img {
    width: 100%;
    height: auto;
}

.img-holder.ready {
    background: transparent !important;
}

.entry-attachment a {
    border-bottom: 0px transparent !important;
}

#bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#bg .bleed {
    overflow: hidden;
}

body.renderissuefix {
    background: transparent;
}

body.renderissuefix #bg {
    z-index: -1;
}

.module, .stack {
    overflow: hidden;
    clear: left;
    position: relative;
}

.module.mpt-lb-0, .stack.smt-lb-0 {
    padding-top: 0px;
}

.module.mpt-lb-0-1, .stack.smt-lb-0-1 {
    padding-top: 2.5px;
}

.module.mpt-lb-0-25, .stack.smt-lb-0-25 {
    padding-top: 6.25px;
}

.module.mpt-lb-0-5, .stack.smt-lb-0-5 {
    padding-top: 12.5px;
}

.module.mpt-lb-1, .stack.smt-lb-1 {
    padding-top: 25px;
}

.module.mpt-lb-1-5, .stack.smt-lb-1-5 {
    padding-top: 37.5px;
}

.module.mpt-lb-2, .stack.smt-lb-2 {
    padding-top: 50px;
}

.module.mpt-lb-2-5, .stack.smt-lb-2-5 {
    padding-top: 62.5px;
}

.module.mpt-lb-3, .stack.smt-lb-3 {
    padding-top: 75px;
}

.module.mpb-lb-0, .stack.smb-lb-0 {
    padding-bottom: 0px;
}

.module.mpb-lb-0-1, .stack.smb-lb-0-1 {
    padding-bottom: 2.5px;
}

.module.mpb-lb-0-25, .stack.smb-lb-0-25 {
    padding-bottom: 6.25px;
}

.module.mpb-lb-0-5, .stack.smb-lb-0-5 {
    padding-bottom: 12.5px;
}

.module.mpb-lb-1, .stack.smb-lb-1 {
    padding-bottom: 25px;
}

.module.mpb-lb-1-5, .stack.smb-lb-1-5 {
    padding-bottom: 37.5px;
}

.module.mpb-lb-2, .stack.smb-lb-2 {
    padding-bottom: 50px;
}

.module.mpb-lb-2-5, .stack.smb-lb-2-5 {
    padding-bottom: 62.5px;
}

.module.mpb-lb-3, .stack.smb-lb-3 {
    padding-bottom: 75px;
}

.grid-module {
    overflow: hidden !important;
}

.masonry-module {
    overflow: hidden !important;
}

.masonry-module .masonry-module-inner {
    overflow: hidden;
}

.masonry-module .masonry-module-inner .masonry {
    overflow: hidden;
}

.row-module {
    overflow: hidden;
}

.row-module .figcaption {
    background: transparent !important;
}

.row-module .figcaption-bg {
    background: #ff0088;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.row-module .row {
    overflow: hidden;
}

.row-module .row .row-item {
    overflow: hidden;
    border: 0px solid transparent !important;
}

.row-module .row .row-item .img-holder {
    height: 150px;
}

.row-module .row .row-item .img-holder img {
    height: 150px;
}

.blog-module {
    overflow: hidden;
}

.blog-module .figcaption, .blog-module p, .blog-module .blog-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.blog-module .blog-link {
    display: block;
}

.blog-module .img-holder img {
    max-width: 100%;
}

.index-module {
    margin-top: 0px;
}

.index-module .index-item-inner {
    padding-top: 4px;
    padding-bottom: 20px;
    overflow: hidden;
}

.index-module .index-item-inner .col {
    overflow: hidden;
}

.index-module .index-item-inner .col .col-inner-hori {
    overflow: hidden;
}

.index-module .index-item {
    width: 100%;
    overflow: hidden;
}

.index-module .index-item .index-separator {
    position: absolute;
}

.index-module .index-item .index-separator hr {
    border-top: 0px solid #2a91d6 !important;
}

.separator-module {
    overflow: visible;
}

.separator-module .separator-hr {
    position: absolute;
    z-index: 99;
    overflow: visible;
}

#cover-space {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#cover-space #cover-space-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#cover-space #cover-space-bg.hide {
    display: none;
}

#cover-space #cover-space-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

#cover-space #cover-space-bg-image .bleed {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

#cover-space #cover-space-fix {
    position: relative;
    height: 100%;
}

#cover-space #cover-space-inner {
    position: relative;
    height: 100%;
    margin-left: 3%;
    margin-right: 3%;
}

#cover-space #cover-space-inner #cover-title {
    position: absolute;
    top: 50%;
    z-index: 3;
}

#cover-space #cover-space-inner #cover-title.top {
    top: 0%;
}

#cover-space #cover-space-inner #cover-title.middle {
    top: 50%;
}

#cover-space #cover-space-inner #cover-title.bottom {
    top: auto;
    bottom: 0px;
    position: absolute;
}

.separator-module.toggle-menu-separator {
    width: 100%;
    overflow: hidden;
}

.separator-module.toggle-menu-separator .separator-hr {
    position: relative;
}

.separator-module.toggle-menu-separator .separator-hr hr {
    border-top: 1px solid #2a91d6;
}

.separator-module.sidebar-menu-separator .separator-hr {
    position: relative;
}

.separator-module.sidebar-menu-separator .separator-hr hr {
    border-top: 1px solid #2a91d6;
}

.separator-module.secondary-menu-separator .separator-hr {
    position: relative;
}

.separator-module.secondary-menu-separator .separator-hr hr {
    border-top: 1px solid #2a91d6;
}

.grid-holder {
    overflow: hidden;
    width: 100%;
}

.grid-holder .grid {
    overflow: hidden;
    width: 100%;
}

a.row-item {
    cursor: default !important;
}

a.row-item .img-holder .focus-mode {
    padding: 12px 12px 12px 12px;
    margin: 0;
    top: 0;
    left: 0;
    cursor: pointer !important;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
}

.row-holder .row {
    padding-left: 12px;
    padding-right: 12px;
}

.row-holder .row .row-item .img-holder img {
    width: auto !important;
}

.row-holder .row {
    margin-top: 12px;
}

.row-holder .row .row-item .col-inner {
    margin-left: 0px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-top: 0px;
}

.row-holder .row .row-item .img-holder .figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    margin: 0;
    padding: 0;
    background: #ff0088;
    color: #ffd9c6;
    display: none;
    overflow: hidden;
}

.row-holder .row .row-item .img-holder .figcaption div {
    display: block;
    padding: 6px 6px 6px 6px;
    overflow: hidden;
}

.row-holder .row .row-item-default .img-holder.ready:hover .figcaption,
.row-holder .row .row-item-default .img-holder.ready:hover .figcaption-bg {
    display: block;
}

.masonry-holder {
    overflow: hidden;
    width: 100%;
    overflow: hidden;
}

.masonry-holder .masonry {
    overflow: hidden;
    width: 100%;
}

.masonry-filter {
    width: 100%;
}

a.thumb {
    display: block;
}

a.thumb .img-holder {
    position: relative;
    z-index: 80;
}

a.thumb .img-holder .figcaption {
    display: block;
    position: absolute;
    z-index: -99;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

a.thumb .img-holder .figcaption span.underline {
    color: #aaaaaa;
    border-bottom: 1px solid transparent;
}

a.thumb .img-holder .figcaption div {
    position: absolute;
    padding: 6px 6px 6px 6px;
}

a.thumb .img-holder .figcaption div.TopLeft {
    top: 0;
    left: 0;
}

a.thumb .img-holder .figcaption div.TopRight {
    top: 0;
    right: 0;
}

a.thumb .img-holder .figcaption div.BottomLeft {
    bottom: 0;
    left: 0;
}

a.thumb .img-holder .figcaption div.BottomRight {
    bottom: 0;
    right: 0;
}

a.thumb .img-holder .figcaption div.Center {
    top: 50%;
    left: 0%;
    text-align: center !important;
    width: 100%;
}

a.thumb .img-holder .figcaption-bg {
    z-index: -1;
    display: none;
    background: #ff0088;
}

a.thumb .img-holder .thumb-hover {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

a.thumb .img-holder .hover-image {
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.thumb .figcaption.stick {
    display: block;
}

a.thumb .figcaption.stick span.underline {
    color: #2a91d6;
    border-bottom: 1px solid transparent;
}

a.thumb.row-thumb .img-holder .figcaption span.underline {
    position: absolute;
    padding: 6px 6px 6px 6px;
    color: #ffd9c6;
    border-bottom: 0px solid transparent;
    text-decoration: underline;
}

a.thumb.ready.hover .img-holder .figcaption, a.thumb.ready.active .img-holder .figcaption {
    z-index: 99;
    visibility: visible;
    display: block;
}

a.thumb.ready.hover .img-holder .figcaption span.underline, a.thumb.ready.active .img-holder .figcaption span.underline {
    color: #aaaaaa;
    border-bottom: 1px solid transparent;
}

a.thumb.ready.hover .img-holder .figcaption-bg, a.thumb.ready.active .img-holder .figcaption-bg {
    z-index: 90;
    display: block;
}

a.thumb.ready.hover .img-holder .thumb-hover, a.thumb.ready.active .img-holder .thumb-hover {
    display: block;
}

a.thumb.ready.hover .img-holder .hover-image, a.thumb.ready.active .img-holder .hover-image {
    z-index: 80;
    display: block;
}

a.thumb.ready.hover .figcaption.stick span.underline, a.thumb.ready.active .figcaption.stick span.underline {
    color: #aaaaaa;
    border-bottom: 1px solid transparent;
}

a.thumb.row-thumb.ready.hover .img-holder .figcaption span.underline,
a.thumb.row-thumb.ready.active .img-holder .figcaption span.underline {
    color: #ffd9c6;
    border-bottom: 0px solid transparent;
    text-decoration: underline;
}

body.desktop a.thumb.ready:hover .img-holder .figcaption {
    z-index: 99;
    visibility: visible;
    display: block;
}

body.desktop a.thumb.ready:hover .img-holder .figcaption span.underline {
    color: #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}

body.desktop a.thumb.ready:hover .img-holder .figcaption-bg {
    z-index: 90;
    display: block;
}

body.desktop a.thumb.ready:hover .img-holder .thumb-hover {
    display: block;
}

body.desktop a.thumb.ready:hover .img-holder .hover-image {
    z-index: 80;
    display: block;
}

body.desktop a.thumb.ready:hover .figcaption.stick span.underline {
    color: #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}

body.desktop a.thumb.row-thumb.ready .img-holder .figcaption span.underline {
    color: #ffd9c6;
    border-bottom: 0px solid transparent;
    text-decoration: underline;
}

#comments .comments-module p {
    padding-right: 0px;
}

#comments .comments-module li {
    padding-top: false;
}

#comments .comments-module li:first-child .separator-module {
    display: none;
}

#comments .comments-module li .hires-comment-xtra {
    overflow: hidden;
}

#comments .comments-module li .hires-comment-xtra img.avatar {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    min-width: 36px !important;
    margin-right: 18px;
    float: left;
}

#comments .comments-module li .hires-comment-xtra .hires-comment-meta {
    float: left;
}

.loadmore-holder {
    overflow: hidden;
}

#nextprev {
    overflow: hidden;
    clear: left;
    position: relative;
}

#nextprev a.next {
    float: left;
    text-align: left;
}

#nextprev a.prev {
    float: right;
    text-align: right;
}

#nextprev a.next-fixed, #nextprev a.prev-fixed {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#nextprev a.next-fixed.display, #nextprev a.prev-fixed.display {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#nextprev a.next-fixed {
    position: fixed;
    left: 0px;
    top: 50%;
    background: white;
    color: #2a91d6;
    border-bottom: 0px solid transparent;
    border: 1px solid #2a91d6;
    border-left: 0px solid transparent;
    padding: 5px;
    padding-top: 18px;
    padding-bottom: 11px;
    padding-right: 8px;
    padding-left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
    z-index: 999;
}

#nextprev a.next-fixed:hover {
    background: white;
    color: #2a91d6;
    border-bottom: 0px solid transparent;
    border: 1px solid #2a91d6;
    border-left: 0px solid transparent;
}

#nextprev a.next-fixed:hover {
    padding-left: 20px;
}

#nextprev a.prev-fixed {
    position: fixed;
    right: 0px;
    top: 50%;
    background: white;
    color: #2a91d6;
    border-bottom: 0px solid transparent;
    border: 1px solid #2a91d6;
    border-right: 0px solid transparent;
    padding: 5px;
    padding-top: 18px;
    padding-bottom: 11px;
    padding-left: 8px;
    padding-right: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
    z-index: 999;
}

#nextprev a.prev-fixed:hover {
    background: white;
    color: #2a91d6;
    border-bottom: 0px solid transparent;
    border: 1px solid #2a91d6;
    border-right: 0px solid transparent;
}

#nextprev a.prev-fixed:hover {
    padding-right: 20px;
}

.col {
    float: left;
}

.col img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

.col img.no-scale {
    min-width: 0% !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.col-inner-hori {
    margin-right: 12px;
    margin-left: 12px;
    overflow: hidden;
}

.col-inner {
    margin: 12px;
    overflow: hidden;
}

.col-padd {
    padding: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-padd-hori {
    padding: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col {
    overflow: hidden;
}

.col .col-inner, .col .col-inner-hori {
    overflow: hidden;
}

.fifty {
    float: left;
    width: 50%;
}

.col-10 {
    width: 10%;
}

.col-12 {
    width: 12.5%;
}

.col-16 {
    width: 16.667%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33.333%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-66 {
    width: 66.667%;
}

.col-70 {
    width: 70%;
}

.col-75 {
    width: 75%;
}

.col-80 {
    width: 80%;
}

.col-87 {
    width: 87.5%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.push-10 {
    margin-left: 10%;
}

.push-12 {
    margin-left: 12.5%;
}

.push-16 {
    margin-left: 16.667%;
}

.push-20 {
    margin-left: 20%;
}

.push-25 {
    margin-left: 25%;
}

.push-30 {
    margin-left: 30%;
}

.push-33 {
    margin-left: 33.333%;
}

.push-40 {
    margin-left: 40%;
}

.push-50 {
    margin-left: 50%;
}

.push-60 {
    margin-left: 60%;
}

.push-66 {
    margin-left: 66.667%;
}

.push-70 {
    margin-left: 70%;
}

.push-75 {
    margin-left: 75%;
}

.push-80 {
    margin-left: 80%;
}

.push-87 {
    margin-left: 87.5%;
}

.push-90 {
    margin-left: 90%;
}

.pull-10 {
    margin-right: 10%;
}

.pull-12 {
    margin-right: 12.5%;
}

.pull-16 {
    margin-right: 16.667%;
}

.pull-20 {
    margin-right: 20%;
}

.pull-25 {
    margin-right: 25%;
}

.pull-30 {
    margin-right: 30%;
}

.pull-33 {
    margin-right: 33.333%;
}

.pull-40 {
    margin-right: 40%;
}

.pull-50 {
    margin-right: 50%;
}

.pull-60 {
    margin-right: 60%;
}

.pull-66 {
    margin-right: 66.667%;
}

.pull-70 {
    margin-right: 70%;
}

.pull-75 {
    margin-right: 75%;
}

.pull-80 {
    margin-right: 80%;
}

.pull-87 {
    margin-right: 87.5%;
}

.pull-90 {
    margin-right: 90%;
}

.capitalize {
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

body, #content, .normal, .default, h1, h2, h3, h4, h5, h6, input, textarea,
button, select {
    font-family: "History 04";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 25px;
}

.small {
    font-family: "History 04";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 18px;
}

.large {
    font-family: "History 04";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 28px;
    line-height: 36px;
}

.huge {
    font-family: "History 15";
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 30px;
    line-height: 38px;
}

.mega {
    font-family: "History 15";
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    font-size: 68px;
    line-height: 72px;
}

.empty-trick {
    line-height: 1px !important;
    font-size: 1px !important;
    height: 1px !important;
}

#wrap .small div.break, #wrap .small p, #wrap .small blockquote, #wrap .small pre {
    margin-bottom: 18px;
}

#wrap .small div.break:last-child, #wrap .small p:last-child, #wrap .small blockquote:last-child,
#wrap .small pre:last-child {
    margin-bottom: 0px;
}

#wrap .default div.break, #wrap .default p, #wrap .default blockquote,
#wrap .default pre {
    margin-bottom: -25px;
    visibility: hidden;
}

#wrap .default div.break:last-child, #wrap .default p:last-child,
#wrap .default blockquote:last-child, #wrap .default pre:last-child {
    margin-bottom: 0px;
}

#wrap .large div.break, #wrap .large p, #wrap .large blockquote, #wrap .large pre {
    margin-bottom: 36px;
}

#wrap .large div.break:last-child, #wrap .large p:last-child, #wrap .large blockquote:last-child,
#wrap .large pre:last-child {
    margin-bottom: 0px;
}

#wrap .huge div.break, #wrap .huge p, #wrap .huge blockquote, #wrap .huge pre {
    margin-bottom: 38px;
}

#wrap .huge div.break:last-child, #wrap .huge p:last-child, #wrap .huge blockquote:last-child,
#wrap .huge pre:last-child {
    margin-bottom: 0px;
}

#wrap .mega div.break, #wrap .mega p, #wrap .mega blockquote, #wrap .mega pre {
    margin-bottom: 72px;
}

#wrap .mega div.break:last-child, #wrap .mega p:last-child, #wrap .mega blockquote:last-child,
#wrap .mega pre:last-child {
    margin-bottom: 0px;
}

#wrap .small.lb {
    margin-bottom: 18px;
}

#wrap .default.lb {
    margin-bottom: 25px;
}

#wrap .large.lb {
    margin-bottom: 36px;
}

#wrap .huge.lb {
    margin-bottom: 38px;
}

#wrap .mega.lb {
    margin-bottom: 72px;
}

#wrap .small.lb-0-1 {
    margin-bottom: 1px;
}

#wrap .small.lb-0-25 {
    margin-bottom: 4px;
}

#wrap .small.lb-0-5 {
    margin-bottom: 9px;
}

#wrap .small.lb-1 {
    margin-bottom: 18px;
}

#wrap .small.lb-1-5 {
    margin-bottom: 27px;
}

#wrap .small.lb-2 {
    margin-bottom: 36px;
}

#wrap .small.lb-2-5 {
    margin-bottom: 45px;
}

#wrap .small.lb-3 {
    margin-bottom: 54px;
}

#wrap .default.lb-0-1 {
    margin-bottom: 2px;
}

#wrap .default.lb-0-25 {
    margin-bottom: 6px;
}

#wrap .default.lb-0-5 {
    margin-bottom: 12px;
}

#wrap .default.lb-1 {
    margin-bottom: 25px;
}

#wrap .default.lb-1-5 {
    margin-bottom: 37px;
}

#wrap .default.lb-2 {
    margin-bottom: 50px;
}

#wrap .default.lb-2-5 {
    margin-bottom: 62px;
}

#wrap .default.lb-3 {
    margin-bottom: 75px;
}

#wrap .large.lb-0-1 {
    margin-bottom: 3px;
}

#wrap .large.lb-0-25 {
    margin-bottom: 9px;
}

#wrap .large.lb-0-5 {
    margin-bottom: 18px;
}

#wrap .large.lb-1 {
    margin-bottom: 36px;
}

#wrap .large.lb-1-5 {
    margin-bottom: 54px;
}

#wrap .large.lb-2 {
    margin-bottom: 72px;
}

#wrap .large.lb-2-5 {
    margin-bottom: 90px;
}

#wrap .large.lb-3 {
    margin-bottom: 108px;
}

#wrap .huge.lb-0-1 {
    margin-bottom: 3px;
}

#wrap .huge.lb-0-25 {
    margin-bottom: 9px;
}

#wrap .huge.lb-0-5 {
    margin-bottom: 19px;
}

#wrap .huge.lb-1 {
    margin-bottom: 38px;
}

#wrap .huge.lb-1-5 {
    margin-bottom: 57px;
}

#wrap .huge.lb-2 {
    margin-bottom: 76px;
}

#wrap .huge.lb-2-5 {
    margin-bottom: 95px;
}

#wrap .huge.lb-3 {
    margin-bottom: 114px;
}

#wrap .mega.lb-0-1 {
    margin-bottom: 7px;
}

#wrap .mega.lb-0-25 {
    margin-bottom: 18px;
}

#wrap .mega.lb-0-5 {
    margin-bottom: 36px;
}

#wrap .mega.lb-1 {
    margin-bottom: 72px;
}

#wrap .mega.lb-1-5 {
    margin-bottom: 108px;
}

#wrap .mega.lb-2 {
    margin-bottom: 144px;
}

#wrap .mega.lb-2-5 {
    margin-bottom: 180px;
}

#wrap .mega.lb-3 {
    margin-bottom: 216px;
}

.uppercase {
    text-transform: uppercase;
}

.icons, .rsArrow {
    font-family: 'hi-response_webiconsregular' !important;
}

a.post-edit-link {
    color: #ff5555;
    border-bottom: 0px solid #ff5555 !important;
}

a.post-edit-link:hover {
    color: red;
    border-bottom: 0px solid red !important;
}

.error {
    background: #ffeeee;
    color: #ff5555;
}

#pageloader {
    background: #2a91d6;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9998;
    display: none;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

#pageloader.Type-1 {
    padding: 0;
    overflow: visible;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#pageloader.Type-2 {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#pageloader.Type-3 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

#pageloader.Type-4 {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

#pageloader.Type-5 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    background: transparent;
}

.slide-spinn {
    background: #2a91d6;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 99;
}

a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

input, textarea, button, select {
    margin-bottom: 24px;
}

input, textarea, select {
    margin: 0;
    padding: 0;
    width: 100%;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    text-align: left;
    -webkit-appearance: none;
    border: 6px solid #aaaaaa;
    width: 100%;
    background: #eeeeee;
    color: #050505;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 24px;
}

input:focus, textarea:focus, select:focus {
    border: 6px solid #050505;
}

input[type="checkbox"], input[type="radio"] {
    margin-bottom: 0;
    width: auto;
    height: auto;
    background: none;
    margin-left: 2px;
    margin-right: 10px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

button, input[type="submit"] {
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    cursor: pointer;
    display: inline;
    width: auto;
    text-align: left;
    background: #cccccc;
    border: 6px solid #cccccc;
    color: #050505;
    clear: both !important;
}

button:hover, input[type="submit"]:hover {
    background: #050505;
    border: 6px solid #050505;
    color: #cccccc;
}

::-webkit-input-placeholder {
    color: #2a91d6;
    opacity: 0.5;
}

:-moz-placeholder {
    color: #2a91d6;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #2a91d6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(100);
    opacity: 0.5;
}

label {
    display: block;
    width: 100%;
}

.royalSlider.default-slideshow {
    z-index: 100;
}

.royalSlider.default-slideshow .rsArrow {
    padding: 16px;
    overflow: hidden;
    top: 50%;
    position: absolute;
    height: auto;
}

.royalSlider.default-slideshow .rsArrowLeft {
    left: 0px;
    text-align: left !important;
}

.royalSlider.default-slideshow .rsArrowRight {
    right: 0px;
    text-align: left !important;
}

.royalSlider.default-slideshow .rsBullets {
    bottom: 18px !important;
}

.royalSlider.default-slideshow .rsBullet span {
    background: #2a91d6;
}

.royalSlider.default-slideshow .rsCaption {
    padding: 16px;
}

.royalSlider.default-slideshow .rsCaption.top-align-left {
    top: 0;
    left: 0;
    width: 25%;
}

.royalSlider.default-slideshow .rsCaption.top-align-center {
    top: 0;
    left: 33%;
    width: 33%;
    text-align: center;
}

.royalSlider.default-slideshow .rsCaption.top-align-right {
    top: 0;
    left: 50%;
}

.royalSlider.default-slideshow .rsCaption.bottom-align-left {
    top: auto;
    bottom: 0;
    left: 0;
    width: 25%;
}

.royalSlider.default-slideshow .rsCaption.bottom-align-center {
    top: auto;
    bottom: 30px;
    left: 33%;
    width: 33%;
    text-align: center;
}

.royalSlider.default-slideshow .rsCaption.bottom-align-right {
    top: auto;
    bottom: 0px;
    left: 75%;
    width: 25%;
    text-align: right;
}

.royalSlider.default-slideshow .rsCaption.super-center {
    text-align: center;
    margin: 0px;
    top: 25%;
    height: 50%;
    width: 50%;
    left: 25%;
}

.royalSlider.default-slideshow .rsCaption.super-center:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.royalSlider.default-slideshow .rsCaption.super-center p {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

.royalSlider.default-slideshow .rsCaptionEmpty {
    display: none;
}

.royalSlider.cover-slideshow {
    z-index: 100;
}

.royalSlider.cover-slideshow .rsBullets {
    bottom: 25px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #header-inner #logo-h1 {
        height: 45px;
    }

    #header-inner #logo-h1 #logo-image {
        background: transparent url('../2014/10/titel_retina.png') no-repeat !important;
        background-size: 557px 45px !important;
    }
}

@media all and (min-width: 1801px) {
    #toggle-menu {
        display: none !important;
    }

    #toggle-menu #toggle-menu-inner .menu-item {
        width: 25%;
    }

    #nextprev.fixxed {
        padding-bottom: 0px;
    }
}

@media all and (max-width: 1800px) and (min-width: 1401px) {
    #toggle-menu {
        display: none !important;
    }

    #toggle-menu #toggle-menu-inner .menu-item {
        width: 25%;
    }

    #nextprev.fixxed {
        padding-bottom: 0px;
    }
}

@media all and (max-width: 1400px) and (min-width: 1201px) {
    #toggle-menu {
        display: none !important;
    }

    #toggle-menu #toggle-menu-inner .menu-item {
        width: 25%;
    }

    #nextprev.fixxed {
        padding-bottom: 0px;
    }
}

@media all and (max-width: 1200px) and (min-width: 1025px) {
    #menu-holder #menu-main-menu .menu-item, #menu-holder .page_item,
    #menu-holder.wide #menu-main-menu .menu-item, #menu-holder.wide .page_item {
        width: 50%;
    }

    #menu-holder.float-right #menu-main-menu .menu-item, #menu-holder.float-right .page_item,
    #menu-holder.float-left #menu-main-menu .menu-item, #menu-holder.float-left .page_item {
        width: auto;
    }

    #toggle-menu {
        display: none !important;
    }

    #toggle-menu-inner .menu-item, #secondary_menu_holder .menu-item {
        width: 25% !important;
    }

    #toggle-menu-inner .menu-item:nth-child(5n + 5), #secondary_menu_holder .menu-item:nth-child(5n + 5) {
        clear: both;
    }

    #toggle-menu-inner ul.sub-menu .menu-item, #secondary_menu_holder ul.sub-menu .menu-item {
        width: 100% !important;
    }

    #nextprev.fixxed {
        padding-bottom: 0px;
    }
}

@media all and (max-width: 1024px) and (min-width: 768px) {
    #menu-holder #menu-main-menu .menu-item, #menu-holder .page_item,
    #menu-holder.wide #menu-main-menu .menu-item, #menu-holder.wide .page_item {
        width: 50%;
    }

    #menu-holder.float-right #menu-main-menu .menu-item, #menu-holder.float-right .page_item,
    #menu-holder.float-left #menu-main-menu .menu-item, #menu-holder.float-left .page_item {
        width: auto;
    }

    #content .col-10, #content .col-12, #content .col-16, #content .col-20,
    #content .col-25 {
        width: 50%;
    }

    #content .col-30, #content .col-33, #content .col-40, #content .col-50,
    #content .col-60, #content .col-66, #content .col-70, #content .col-75,
    #content .col-80, #content .col-87, #content .col-90, #content .col-100 {
        width: 100%;
    }

    #content .push-10, #content .push-12, #content .push-16, #content .push-20,
    #content .push-25, #content .push-30, #content .push-33, #content .push-40,
    #content .push-50, #content .push-60, #content .push-66, #content .push-70,
    #content .push-75, #content .push-80, #content .push-87, #content .push-90 {
        margin-left: 0px;
    }

    #content .pull-10, #content .pull-12, #content .pull-16, #content .pull-20,
    #content .pull-25, #content .pull-30, #content .pull-33, #content .pull-40,
    #content .pull-50, #content .pull-60, #content .pull-66, #content .pull-70,
    #content .pull-75, #content .pull-80, #content .pull-87, #content .pull-90 {
        margin-right: 0px;
    }

    #content .loadmore {
        width: 100%;
    }

    #content .img-holder .focus-mode {
        display: none;
    }

    #header .col-25, #header .col-50, #header .col-75 {
        width: 50%;
    }

    #footer .col-10, #footer .col-12, #footer .col-16, #footer .col-20,
    #footer .col-25, #footer .col-30, #footer .col-33, #footer .col-40, #footer .col-50 {
        width: 50%;
    }

    #footer .col-60, #footer .col-66, #footer .col-70, #footer .col-75,
    #footer .col-80, #footer .col-87, #footer .col-90, #footer .col-100 {
        width: 100%;
    }

    #footer .push-10, #footer .push-12, #footer .push-16, #footer .push-20,
    #footer .push-25, #footer .push-30, #footer .push-33, #footer .push-40,
    #footer .push-50, #footer .push-60, #footer .push-66, #footer .push-70,
    #footer .push-75, #footer .push-80, #footer .push-87, #footer .push-90 {
        margin-left: 0px;
    }

    #footer .pull-10, #footer .pull-12, #footer .pull-16, #footer .pull-20,
    #footer .pull-25, #footer .pull-30, #footer .pull-33, #footer .pull-40,
    #footer .pull-50, #footer .pull-60, #footer .pull-66, #footer .pull-70,
    #footer .pull-75, #footer .pull-80, #footer .pull-87, #footer .pull-90 {
        margin-right: 0px;
    }

    #footer #columns .col:nth-child(odd) {
        clear: both;
    }

    blockquote {
        margin: 0px;
    }

    #menu-icon {
        display: block;
    }

    #menu-main-menu {
        display: none;
    }

    .small-device-hide {
        display: none;
    }

    button, input[type="submit"] {
        width: 100%;
    }

    #content p {
        padding-right: 0px;
    }

    #border-left, #border-right {
        display: none;
    }

    .empty {
        display: none;
    }

    #toggle-menu-inner .menu-item, #secondary_menu_holder .menu-item {
        width: 50% !important;
    }

    #toggle-menu-inner .menu-item:nth-child(2n + 3), #secondary_menu_holder .menu-item:nth-child(2n + 3) {
        clear: both;
    }

    #toggle-menu-inner ul.sub-menu .menu-item, #secondary_menu_holder ul.sub-menu .menu-item {
        width: 100% !important;
    }

    #nextprev a.next-fixed {
        position: static;
        float: left;
        margin-top: 18px !important;
        padding: 18px;
        padding-bottom: 11px;
        margin-left: 12px;
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #nextprev a.next-fixed:hover {
        padding-left: 18px;
    }

    #nextprev a.next-fixed:hover {
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #nextprev a.prev-fixed {
        position: static;
        float: right;
        margin-top: 18px !important;
        padding: 18px;
        padding-bottom: 11px;
        margin-right: 12px;
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #nextprev a.prev-fixed:hover {
        padding-right: 18px;
    }

    #nextprev a.prev-fixed:hover {
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #main, #side {
        width: 100%;
        border: 1px solid transparent !important;
        padding: 0px !important;
    }
}

@media all and (max-width: 767px) and (min-width: 0px) {
    #menu-holder #menu-main-menu .menu-item, #menu-holder .page_item,
    #menu-holder.wide #menu-main-menu .menu-item, #menu-holder.wide .page_item {
        width: 100%;
    }

    #menu-holder.float-right #menu-main-menu .menu-item, #menu-holder.float-right .page_item,
    #menu-holder.float-left #menu-main-menu .menu-item, #menu-holder.float-left .page_item {
        width: auto;
    }

    #content .col-10, #content .col-12, #content .col-16, #content .col-20,
    #content .col-25, #content .col-30, #content .col-33, #content .col-40,
    #content .col-50, #content .col-60, #content .col-66, #content .col-70,
    #content .col-75, #content .col-80, #content .col-87, #content .col-90,
    #content .col-100 {
        width: 100%;
    }

    #content .push-10, #content .push-12, #content .push-16, #content .push-20,
    #content .push-25, #content .push-30, #content .push-33, #content .push-40,
    #content .push-50, #content .push-60, #content .push-66, #content .push-70,
    #content .push-75, #content .push-80, #content .push-87, #content .push-90 {
        margin-left: 0px;
    }

    #content .pull-10, #content .pull-12, #content .pull-16, #content .pull-20,
    #content .pull-25, #content .pull-30, #content .pull-33, #content .pull-40,
    #content .pull-50, #content .pull-60, #content .pull-66, #content .pull-70,
    #content .pull-75, #content .pull-80, #content .pull-87, #content .pull-90 {
        margin-right: 0px;
    }

    #content #cover-title {
        width: 100%;
    }

    #content .img-holder .focus-mode {
        display: none;
    }

    #header .col-25, #header .col-50, #header .col-75 {
        width: 50%;
    }

    #footer .col-10, #footer .col-12, #footer .col-16, #footer .col-20,
    #footer .col-25, #footer .col-30, #footer .col-33, #footer .col-40, #footer .col-50 {
        width: 50%;
    }

    #footer .col-60, #footer .col-66, #footer .col-70, #footer .col-75,
    #footer .col-80, #footer .col-87, #footer .col-90, #footer .col-100 {
        width: 100%;
    }

    #footer .push-10, #footer .push-12, #footer .push-16, #footer .push-20,
    #footer .push-25, #footer .push-30, #footer .push-33, #footer .push-40,
    #footer .push-50, #footer .push-60, #footer .push-66, #footer .push-70,
    #footer .push-75, #footer .push-80, #footer .push-87, #footer .push-90 {
        margin-left: 0px;
    }

    #footer .pull-10, #footer .pull-12, #footer .pull-16, #footer .pull-20,
    #footer .pull-25, #footer .pull-30, #footer .pull-33, #footer .pull-40,
    #footer .pull-50, #footer .pull-60, #footer .pull-66, #footer .pull-70,
    #footer .pull-75, #footer .pull-80, #footer .pull-87, #footer .pull-90 {
        margin-right: 0px;
    }

    #footer #columns .col:nth-child(odd) {
        clear: both;
    }

    blockquote {
        margin: 0px;
    }

    #menu-icon {
        display: block;
    }

    #menu-main-menu {
        display: none;
    }

    .small-device-hide {
        display: none;
    }

    button, input[type="submit"] {
        width: 100%;
    }

    #content p {
        padding-right: 0px;
    }

    #border-left, #border-right {
        display: none;
    }

    .empty {
        display: none;
    }

    #toggle-menu-inner .menu-item, #secondary_menu_holder .menu-item {
        width: 50% !important;
    }

    #toggle-menu-inner ul.sub-menu .menu-item, #secondary_menu_holder ul.sub-menu .menu-item {
        width: 100% !important;
    }

    #nextprev a.next-fixed {
        position: static;
        float: left;
        margin-top: 18px !important;
        padding: 18px;
        padding-bottom: 11px;
        margin-left: 12px;
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #nextprev a.next-fixed:hover {
        padding-left: 18px;
    }

    #nextprev a.next-fixed:hover {
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #nextprev a.prev-fixed {
        position: static;
        float: right;
        margin-top: 18px !important;
        padding: 18px;
        padding-bottom: 11px;
        margin-right: 12px;
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #nextprev a.prev-fixed:hover {
        padding-right: 18px;
    }

    #nextprev a.prev-fixed:hover {
        background: white;
        color: #2a91d6;
        border-bottom: 0px solid transparent;
        border: 1px solid #2a91d6;
    }

    #main, #side {
        width: 100%;
        border: 1px solid transparent !important;
        padding: 0px !important;
    }
}

body.mobile {
    -webkit-tap-highlight-color: transparent;
}

body.mobile #block {
    height: 120% !important;
}

body.mobile #menu {
    background: #f0ffed;
    position: fixed;
    z-index: 9999;
    left: 100%;
    width: 100%;
    height: 120%;
    overflow: hidden;
}

body.mobile #menu ul li a {
    width: 100%;
    display: block;
}

body.mobile #wrap {
    position: relative;
}

body.mobile #menu a {
    color: #2a91d6 !important;
    padding: 14px;
    padding-top: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2a91d6 !important;
}

body.mobile #menu a:hover, body.mobile #menu a:focus, body.mobile #menu a:active,
body.mobile #menu .mm-selected a {
    color: #f0ffed !important;
    background: #2a91d6 !important;
}

body.mobile #nextprev .col-25 {
    width: 50% !important;
}

body.mobile #nextprev a.next-fixed, body.mobile #nextprev a.prev-fixed {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body.mobile #nextprev a.prev-fixed {
    margin-right: 6px !important;
}

body.mobile #nextprev a.next-fixed {
    margin-left: 6px !important;
}

body.mobile .col-inner-hori {
    margin-right: 6px !important;
    margin-left: 6px !important;
}

body.mobile .col-inner {
    margin: 6px !important;
}

body.mobile .col-padd {
    padding: 6px !important;
}

body.mobile .col-padd-hori {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

body.mobile #menu-icon {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

body.mobile #cover-space-inner {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

body.mobile #toggle-menu #toggle-menu-inner ul li a {
    margin-left: 6px;
    margin-right: 6px;
}

body.mobile #nextprev a.next-fixed {
    margin-left: 0;
}

body.mobile #nextprev a.prev-fixed {
    margin-right: 0;
}

body.mobile .figcaption {
    padding: 10px 0px 10px 0px !important;
}

body.mobile .blog-module .figcaption, body.mobile .blog-module p,
body.mobile .blog-module .blog-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body.mobile .row-holder .row .row-item .img-holder .figcaption {
    padding: 0;
}

body.mobile .row-holder .row {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

body.mobile .row-module .row {
    margin-right: 0px;
    padding-left: 0px;
}

body.mobile .row-module .row .row-item {
    position: static;
    float: left;
}

body.mobile .row-module .row .row-item .col-inner {
    margin-bottom: 6px !important;
}

body.mobile .row-module .row .row-item .col-inner .img-holder {
    width: 100% !important;
    min-height: 0;
    height: auto !important;
}

body.mobile .row-module .row .row-item .col-inner .img-holder img {
    height: none;
    width: 100% !important;
    min-height: 0;
    height: auto !important;
}

body.mobile .module.mpt-lb-0, body.mobile .stack.smt-lb-0 {
    padding-top: 0px;
}

body.mobile .module.mpt-lb-0-5, body.mobile .stack.smt-lb-0-5 {
    padding-top: 9px;
}

body.mobile .module.mpt-lb-1, body.mobile .stack.smt-lb-1 {
    padding-top: 18px;
}

body.mobile .module.mpt-lb-1-5, body.mobile .stack.smt-lb-1-5 {
    padding-top: 27px;
}

body.mobile .module.mpt-lb-2, body.mobile .stack.smt-lb-2 {
    padding-top: 36px;
}

body.mobile .module.mpt-lb-2-5, body.mobile .stack.smt-lb-2-5 {
    padding-top: 45px;
}

body.mobile .module.mpt-lb-3, body.mobile .stack.smt-lb-3 {
    padding-top: 54px;
}

body.mobile .module.mpb-lb-0, body.mobile .stack.smb-lb-0 {
    padding-bottom: 0px;
}

body.mobile .module.mpb-lb-0-5, body.mobile .stack.smb-lb-0-5 {
    padding-bottom: 9px;
}

body.mobile .module.mpb-lb-1, body.mobile .stack.smb-lb-1 {
    padding-bottom: 18px;
}

body.mobile .module.mpb-lb-1-5, body.mobile .stack.smb-lb-1-5 {
    padding-bottom: 27px;
}

body.mobile .module.mpb-lb-2, body.mobile .stack.smb-lb-2 {
    padding-bottom: 36px;
}

body.mobile .module.mpb-lb-2-5, body.mobile .stack.smb-lb-2-5 {
    padding-bottom: 45px;
}

body.mobile .module.mpb-lb-3, body.mobile .stack.smb-lb-3 {
    padding-bottom: 54px;
}

body.mobile .index-module .index-item-inner {
    padding-top: 6px;
    padding-bottom: 12px;
}

body.mobile #footer-inner {
    padding-top: 24px;
    padding-bottom: 0px;
}

body.mobile .small {
    font-size: 12px !important;
    line-height: 15px !important;
}

body.mobile #content, body.mobile .normal, body.mobile .default, body.mobile h1,
body.mobile h2, body.mobile h3, body.mobile h4, body.mobile h5, body.mobile h6,
body.mobile input, body.mobile textarea, body.mobile button, body.mobile select {
    font-size: 14px !important;
    line-height: 18px !important;
}

body.mobile .large {
    font-size: 20px !important;
    line-height: 24px !important;
}

body.mobile .huge {
    font-size: 26px !important;
    line-height: 30px !important;
}

body.mobile .mega {
    font-size: 36px !important;
    line-height: 36px !important;
}

body.mobile #wrap .small div.break, body.mobile #wrap .small p, body.mobile #wrap .small blockquote,
body.mobile #wrap .small pre {
    margin-bottom: 15px;
}

body.mobile #wrap .small div.break:last-child, body.mobile #wrap .small p:last-child,
body.mobile #wrap .small blockquote:last-child, body.mobile #wrap .small pre:last-child {
    margin-bottom: 0px;
}

body.mobile #wrap .default div.break, body.mobile #wrap .default p,
body.mobile #wrap .default blockquote, body.mobile #wrap .default pre {
    margin-bottom: 18px;
}

body.mobile #wrap .default div.break:last-child, body.mobile #wrap .default p:last-child,
body.mobile #wrap .default blockquote:last-child, body.mobile #wrap .default pre:last-child {
    margin-bottom: 0px;
}

body.mobile #wrap .large div.break, body.mobile #wrap .large p, body.mobile #wrap .large blockquote,
body.mobile #wrap .large pre {
    margin-bottom: 24px;
}

body.mobile #wrap .large div.break:last-child, body.mobile #wrap .large p:last-child,
body.mobile #wrap .large blockquote:last-child, body.mobile #wrap .large pre:last-child {
    margin-bottom: 0px;
}

body.mobile #wrap .huge div.break, body.mobile #wrap .huge p, body.mobile #wrap .huge blockquote,
body.mobile #wrap .huge pre {
    margin-bottom: 30px;
}

body.mobile #wrap .huge div.break:last-child, body.mobile #wrap .huge p:last-child,
body.mobile #wrap .huge blockquote:last-child, body.mobile #wrap .huge pre:last-child {
    margin-bottom: 0px;
}

body.mobile #wrap .mega div.break, body.mobile #wrap .mega p, body.mobile #wrap .mega blockquote,
body.mobile #wrap .mega pre {
    margin-bottom: 36px;
}

body.mobile #wrap .mega div.break:last-child, body.mobile #wrap .mega p:last-child,
body.mobile #wrap .mega blockquote:last-child, body.mobile #wrap .mega pre:last-child {
    margin-bottom: 0px;
}

body.mobile #wrap .small.lb {
    margin-bottom: 15px;
}

body.mobile #wrap .small.lb-0-1 {
    margin-bottom: 1px;
}

body.mobile #wrap .small.lb-0-25 {
    margin-bottom: 3px;
}

body.mobile #wrap .small.lb-0-5 {
    margin-bottom: 7px;
}

body.mobile #wrap .small.lb-1 {
    margin-bottom: 15px;
}

body.mobile #wrap .small.lb-1-5 {
    margin-bottom: 22px;
}

body.mobile #wrap .small.lb-2 {
    margin-bottom: 30px;
}

body.mobile #wrap .small.lb-2-5 {
    margin-bottom: 37px;
}

body.mobile #wrap .small.lb-3 {
    margin-bottom: 45px;
}

body.mobile #wrap .default.lb {
    margin-bottom: 18px;
}

body.mobile #wrap .default.lb-0-1 {
    margin-bottom: 1px;
}

body.mobile #wrap .default.lb-0-25 {
    margin-bottom: 4px;
}

body.mobile #wrap .default.lb-0-5 {
    margin-bottom: 9px;
}

body.mobile #wrap .default.lb-1 {
    margin-bottom: 18px;
}

body.mobile #wrap .default.lb-1-5 {
    margin-bottom: 27px;
}

body.mobile #wrap .default.lb-2 {
    margin-bottom: 36px;
}

body.mobile #wrap .default.lb-2-5 {
    margin-bottom: 45px;
}

body.mobile #wrap .default.lb-3 {
    margin-bottom: 54px;
}

body.mobile #wrap .large.lb {
    margin-bottom: 24px;
}

body.mobile #wrap .large.lb-0-1 {
    margin-bottom: 2px;
}

body.mobile #wrap .large.lb-0-25 {
    margin-bottom: 6px;
}

body.mobile #wrap .large.lb-0-5 {
    margin-bottom: 12px;
}

body.mobile #wrap .large.lb-1 {
    margin-bottom: 24px;
}

body.mobile #wrap .large.lb-1-5 {
    margin-bottom: 36px;
}

body.mobile #wrap .large.lb-2 {
    margin-bottom: 48px;
}

body.mobile #wrap .large.lb-2-5 {
    margin-bottom: 60px;
}

body.mobile #wrap .large.lb-3 {
    margin-bottom: 72px;
}

body.mobile #wrap .huge.lb {
    margin-bottom: 30px;
}

body.mobile #wrap .huge.lb-0-1 {
    margin-bottom: 3px;
}

body.mobile #wrap .huge.lb-0-25 {
    margin-bottom: 7px;
}

body.mobile #wrap .huge.lb-0-5 {
    margin-bottom: 15px;
}

body.mobile #wrap .huge.lb-1 {
    margin-bottom: 30px;
}

body.mobile #wrap .huge.lb-1-5 {
    margin-bottom: 45px;
}

body.mobile #wrap .huge.lb-2 {
    margin-bottom: 60px;
}

body.mobile #wrap .huge.lb-2-5 {
    margin-bottom: 75px;
}

body.mobile #wrap .huge.lb-3 {
    margin-bottom: 90px;
}

body.mobile #wrap .mega.lb {
    margin-bottom: 36px;
}

body.mobile #wrap .mega.lb-0-1 {
    margin-bottom: 3px;
}

body.mobile #wrap .mega.lb-0-25 {
    margin-bottom: 9px;
}

body.mobile #wrap .mega.lb-0-5 {
    margin-bottom: 18px;
}

body.mobile #wrap .mega.lb-1 {
    margin-bottom: 36px;
}

body.mobile #wrap .mega.lb-1-5 {
    margin-bottom: 54px;
}

body.mobile #wrap .mega.lb-2 {
    margin-bottom: 72px;
}

body.mobile #wrap .mega.lb-2-5 {
    margin-bottom: 90px;
}

body.mobile #wrap .mega.lb-3 {
    margin-bottom: 108px;
}

body.mobile #border-left, body.mobile #border-right {
    display: none;
}

body.mobile input, body.mobile textarea, body.mobile select {
    border: 1px solid #aaaaaa;
    margin-bottom: 9px;
}

body.mobile input:focus, body.mobile textarea:focus, body.mobile select:focus {
    border: 1px solid #050505;
}

body.mobile button, body.mobile input[type="submit"] {
    border: 1px solid #cccccc;
}

body.mobile button:hover, body.mobile input[type="submit"]:hover {
    border: 1px solid #050505;
}

body.mobile #toggle-menu {
    background: #f0ffed;
}

body.mobile #toggle-menu #toggle-menu-inner {
    padding-left: 0;
    padding-right: 0;
}

body.mobile #toggle-menu.static #toggle-menu-inner {
    padding: 0;
    margin: 0;
}

body.mobile #toggle-menu #toggle-menu-inner ul li {
    width: 100% !important;
    display: block;
    padding: 0;
}

body.mobile #toggle-menu #toggle-menu-inner ul li a {
    padding: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    margin: 0 !important;
    width: 100% !important;
    display: block;
    border-bottom: 1px solid #2a91d6 !important;
    border-top: 0px solid transparent !important;
}

body.mobile #mainside #mainside-inner {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

body.mobile #wrap #footer #footer-inner {
    margin-left: 6px;
    margin-right: 6px;
}

body.mobile #wrap #menu-main-menu {
    padding-left: 0px !important;
}

body.mobile #wrap #menu-main-menu .menu-item a, body.mobile #wrap #menu-holder .page_item a {
    margin-right: 6px;
    margin-left: 6px;
}

body.mobile #wrap #menu-holder.float-left #menu-main-menu .menu-item a,
body.mobile #wrap #menu-holder.float-left .page_item a {
    margin-right: 40px;
}

body.mobile #wrap #menu-holder.float-right #menu-main-menu .menu-item a,
body.mobile #wrap #menu-holder.float-right .page_item a {
    margin-right: 0;
    margin-left: 40px;
}

body.mobile #wrap #menu-holder.float-left #menu-main-menu, body.mobile #wrap #menu-holder.float-right #menu-main-menu {
    padding-left: 6px;
    padding-right: 6px;
}

body.mobile #wrap #header {
    border-bottom: 1px solid #2a91d6;
    position: absolute;
    left: 0px;
    width: 100%;
}

body.mobile #wrap #header #header-inner {
    padding: 0;
    overflow: hidden;
    padding-left: 6px !important;
    padding-right: 0px !important;
}

body.mobile #wrap #header #header-inner .separator-module {
    display: none;
}

body.mobile #wrap #header #header-inner #logo-text-h1 {
    margin-top: 14px;
    margin-bottom: 14px;
}

body.mobile #wrap #header #header-inner #menu-holder #menu-main-menu {
    margin-top: 14px;
    margin-bottom: 14px;
}

body.mobile #wrap #header #header-inner #menu-holder #menu-icon {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 0px solid !important;
    margin-right: 0px !important;
}

body.mobile #wrap #header #header-inner #menu-holder #menu-icon:hover {
    border-bottom: 0px solid !important;
}

body.mobile #wrap #header.fixed {
    position: fixed;
}

body.mobile #wrap #content {
    margin-top: 15px;
}

body.tablet {
    -webkit-tap-highlight-color: transparent;
}

body.tablet #block {
    height: 120% !important;
}

body.tablet #menu {
    background: #f0ffed;
    position: fixed;
    z-index: 9999;
    left: 100%;
    width: 100%;
    height: 120%;
    overflow: hidden;
}

body.tablet #menu ul li a {
    width: 100%;
    display: block;
}

body.tablet #wrap {
    position: relative;
}

body.tablet #menu a {
    color: #2a91d6 !important;
    padding: 24px;
    padding-top: 24px;
    padding-bottom: 25px;
    border-bottom: 2px solid #2a91d6 !important;
}

body.tablet #menu a:hover, body.tablet #menu a:focus, body.tablet #menu a:active,
body.tablet #menu .mm-selected a {
    color: #f0ffed !important;
    background: #2a91d6 !important;
}

body.tablet #nextprev a.next-fixed, body.tablet #nextprev a.prev-fixed {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

body.tablet #nextprev a.prev-fixed {
    margin-right: 6px !important;
}

body.tablet #nextprev a.next-fixed {
    margin-left: 6px !important;
}

body.tablet .col-inner-hori {
    margin-right: 6px !important;
    margin-left: 6px !important;
}

body.tablet .col-inner {
    margin: 6px !important;
}

body.tablet .col-padd {
    padding: 6px !important;
}

body.tablet .col-padd-hori {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

body.tablet #menu-icon {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

body.tablet #cover-space-inner {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

body.tablet #toggle-menu #toggle-menu-inner ul li a {
    margin-left: 6px;
    margin-right: 6px;
}

body.tablet #nextprev .col-25 {
    width: 50% !important;
}

body.tablet #nextprev a.next-fixed {
    margin-left: 0;
}

body.tablet #nextprev a.prev-fixed {
    margin-right: 0;
}

body.tablet .figcaption {
    padding: 12px 0px 12px 0px;
}

body.tablet .blog-module .figcaption, body.tablet .blog-module p,
body.tablet .blog-module .blog-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body.tablet .row-holder .row .row-item .img-holder .figcaption {
    padding: 0;
}

body.tablet .row-holder .row {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

body.tablet .module.mpt-lb-0, body.tablet .stack.smt-lb-0 {
    padding-top: 0px;
}

body.tablet .module.mpt-lb-0-5, body.tablet .stack.smt-lb-0-5 {
    padding-top: 13px;
}

body.tablet .module.mpt-lb-1, body.tablet .stack.smt-lb-1 {
    padding-top: 26px;
}

body.tablet .module.mpt-lb-1-5, body.tablet .stack.smt-lb-1-5 {
    padding-top: 39px;
}

body.tablet .module.mpt-lb-2, body.tablet .stack.smt-lb-2 {
    padding-top: 52px;
}

body.tablet .module.mpt-lb-2-5, body.tablet .stack.smt-lb-2-5 {
    padding-top: 65px;
}

body.tablet .module.mpt-lb-3, body.tablet .stack.smt-lb-3 {
    padding-top: 78px;
}

body.tablet .module.mpb-lb-0, body.tablet .stack.smb-lb-0 {
    padding-bottom: 0px;
}

body.tablet .module.mpb-lb-0-5, body.tablet .stack.smb-lb-0-5 {
    padding-bottom: 13px;
}

body.tablet .module.mpb-lb-1, body.tablet .stack.smb-lb-1 {
    padding-bottom: 26px;
}

body.tablet .module.mpb-lb-1-5, body.tablet .stack.smb-lb-1-5 {
    padding-bottom: 39px;
}

body.tablet .module.mpb-lb-2, body.tablet .stack.smb-lb-2 {
    padding-bottom: 52px;
}

body.tablet .module.mpb-lb-2-5, body.tablet .stack.smb-lb-2-5 {
    padding-bottom: 65px;
}

body.tablet .module.mpb-lb-3, body.tablet .stack.smb-lb-3 {
    padding-bottom: 78px;
}

body.tablet .index-module .index-item-inner {
    padding-top: 1px;
    padding-bottom: 10px;
}

body.tablet #footer-inner {
    padding-top: 24px;
    padding-bottom: 0px;
}

body.tablet .small {
    font-size: 15px !important;
    line-height: 20px !important;
}

body.tablet #content, body.tablet .normal, body.tablet .default, body.tablet h1,
body.tablet h2, body.tablet h3, body.tablet h4, body.tablet h5, body.tablet h6,
body.tablet input, body.tablet textarea, body.tablet button, body.tablet select {
    font-size: 20px !important;
    line-height: 26px !important;
}

body.tablet .large {
    font-size: 34px !important;
    line-height: 43px !important;
}

body.tablet .huge {
    font-size: 44px !important;
    line-height: 52px !important;
}

body.tablet .mega {
    font-size: 36px !important;
    line-height: 43px !important;
}

body.tablet #wrap .small div.break, body.tablet #wrap .small p, body.tablet #wrap .small blockquote,
body.tablet #wrap .small pre {
    margin-bottom: 20px;
}

body.tablet #wrap .small div.break:last-child, body.tablet #wrap .small p:last-child,
body.tablet #wrap .small blockquote:last-child, body.tablet #wrap .small pre:last-child {
    margin-bottom: 0px;
}

body.tablet #wrap .default div.break, body.tablet #wrap .default p,
body.tablet #wrap .default blockquote, body.tablet #wrap .default pre {
    margin-bottom: 26px;
}

body.tablet #wrap .default div.break:last-child, body.tablet #wrap .default p:last-child,
body.tablet #wrap .default blockquote:last-child, body.tablet #wrap .default pre:last-child {
    margin-bottom: 0px;
}

body.tablet #wrap .large div.break, body.tablet #wrap .large p, body.tablet #wrap .large blockquote,
body.tablet #wrap .large pre {
    margin-bottom: 43px;
}

body.tablet #wrap .large div.break:last-child, body.tablet #wrap .large p:last-child,
body.tablet #wrap .large blockquote:last-child, body.tablet #wrap .large pre:last-child {
    margin-bottom: 0px;
}

body.tablet #wrap .huge div.break, body.tablet #wrap .huge p, body.tablet #wrap .huge blockquote,
body.tablet #wrap .huge pre {
    margin-bottom: 52px;
}

body.tablet #wrap .huge div.break:last-child, body.tablet #wrap .huge p:last-child,
body.tablet #wrap .huge blockquote:last-child, body.tablet #wrap .huge pre:last-child {
    margin-bottom: 0px;
}

body.tablet #wrap .mega div.break, body.tablet #wrap .mega p, body.tablet #wrap .mega blockquote,
body.tablet #wrap .mega pre {
    margin-bottom: 43px;
}

body.tablet #wrap .mega div.break:last-child, body.tablet #wrap .mega p:last-child,
body.tablet #wrap .mega blockquote:last-child, body.tablet #wrap .mega pre:last-child {
    margin-bottom: 0px;
}

body.tablet #wrap .small.lb {
    margin-bottom: 20px;
}

body.tablet #wrap .small.lb-0-1 {
    margin-bottom: 2px;
}

body.tablet #wrap .small.lb-0-25 {
    margin-bottom: 5px;
}

body.tablet #wrap .small.lb-0-5 {
    margin-bottom: 10px;
}

body.tablet #wrap .small.lb-1 {
    margin-bottom: 20px;
}

body.tablet #wrap .small.lb-1-5 {
    margin-bottom: 30px;
}

body.tablet #wrap .small.lb-2 {
    margin-bottom: 40px;
}

body.tablet #wrap .small.lb-2-5 {
    margin-bottom: 50px;
}

body.tablet #wrap .small.lb-3 {
    margin-bottom: 60px;
}

body.tablet #wrap .default.lb {
    margin-bottom: 26px;
}

body.tablet #wrap .default.lb-0-1 {
    margin-bottom: 2px;
}

body.tablet #wrap .default.lb-0-25 {
    margin-bottom: 6px;
}

body.tablet #wrap .default.lb-0-5 {
    margin-bottom: 13px;
}

body.tablet #wrap .default.lb-1 {
    margin-bottom: 26px;
}

body.tablet #wrap .default.lb-1-5 {
    margin-bottom: 39px;
}

body.tablet #wrap .default.lb-2 {
    margin-bottom: 52px;
}

body.tablet #wrap .default.lb-2-5 {
    margin-bottom: 65px;
}

body.tablet #wrap .default.lb-3 {
    margin-bottom: 78px;
}

body.tablet #wrap .large.lb {
    margin-bottom: 43px;
}

body.tablet #wrap .large.lb-0-1 {
    margin-bottom: 4px;
}

body.tablet #wrap .large.lb-0-25 {
    margin-bottom: 10px;
}

body.tablet #wrap .large.lb-0-5 {
    margin-bottom: 21px;
}

body.tablet #wrap .large.lb-1 {
    margin-bottom: 43px;
}

body.tablet #wrap .large.lb-1-5 {
    margin-bottom: 64px;
}

body.tablet #wrap .large.lb-2 {
    margin-bottom: 86px;
}

body.tablet #wrap .large.lb-2-5 {
    margin-bottom: 107px;
}

body.tablet #wrap .large.lb-3 {
    margin-bottom: 129px;
}

body.tablet #wrap .huge.lb {
    margin-bottom: 52px;
}

body.tablet #wrap .huge.lb-0-1 {
    margin-bottom: 5px;
}

body.tablet #wrap .huge.lb-0-25 {
    margin-bottom: 13px;
}

body.tablet #wrap .huge.lb-0-5 {
    margin-bottom: 26px;
}

body.tablet #wrap .huge.lb-1 {
    margin-bottom: 52px;
}

body.tablet #wrap .huge.lb-1-5 {
    margin-bottom: 78px;
}

body.tablet #wrap .huge.lb-2 {
    margin-bottom: 104px;
}

body.tablet #wrap .huge.lb-2-5 {
    margin-bottom: 130px;
}

body.tablet #wrap .huge.lb-3 {
    margin-bottom: 156px;
}

body.tablet #wrap .mega.lb {
    margin-bottom: 43px;
}

body.tablet #wrap .mega.lb-0-1 {
    margin-bottom: 4px;
}

body.tablet #wrap .mega.lb-0-25 {
    margin-bottom: 10px;
}

body.tablet #wrap .mega.lb-0-5 {
    margin-bottom: 21px;
}

body.tablet #wrap .mega.lb-1 {
    margin-bottom: 43px;
}

body.tablet #wrap .mega.lb-1-5 {
    margin-bottom: 64px;
}

body.tablet #wrap .mega.lb-2 {
    margin-bottom: 86px;
}

body.tablet #wrap .mega.lb-2-5 {
    margin-bottom: 107px;
}

body.tablet #wrap .mega.lb-3 {
    margin-bottom: 129px;
}

body.tablet #border-left, body.tablet #border-right {
    display: none;
}

body.tablet input, body.tablet textarea, body.tablet select {
    border: 3px solid #aaaaaa;
    margin-bottom: 26px;
}

body.tablet input:focus, body.tablet textarea:focus, body.tablet select:focus {
    border: 3px solid #050505;
}

body.tablet button, body.tablet input[type="submit"] {
    border: 3px solid #cccccc;
}

body.tablet button:hover, body.tablet input[type="submit"]:hover {
    border: 3px solid #050505;
}

body.tablet #toggle-menu {
    background: #f0ffed;
}

body.tablet #toggle-menu #toggle-menu-inner {
    padding-left: 0;
    padding-right: 0;
}

body.tablet #toggle-menu.static #toggle-menu-inner {
    padding: 0;
    margin: 0;
}

body.tablet #toggle-menu #toggle-menu-inner ul li {
    width: 100% !important;
    display: block;
    padding: 0;
}

body.tablet #toggle-menu #toggle-menu-inner ul li a {
    padding: 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
    margin: 0 !important;
    width: 100% !important;
    display: block;
    border-bottom: 1px solid #2a91d6 !important;
    border-top: 0px solid transparent !important;
}

body.tablet #mainside #mainside-inner {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

body.tablet #wrap #footer #footer-inner {
    margin-left: 12px;
    margin-right: 12px;
}

body.tablet #wrap #menu-main-menu {
    padding-left: 0px !important;
}

body.tablet #wrap #menu-main-menu .menu-item a, body.tablet #wrap #menu-holder .page_item a {
    margin-right: 6px;
    margin-left: 6px;
}

body.tablet #wrap #menu-holder.float-left #menu-main-menu .menu-item a,
body.tablet #wrap #menu-holder.float-left .page_item a {
    margin-right: 40px;
}

body.tablet #wrap #menu-holder.float-right #menu-main-menu .menu-item a,
body.tablet #wrap #menu-holder.float-right .page_item a {
    margin-right: 0;
    margin-left: 40px;
}

body.tablet #wrap #menu-holder.float-left #menu-main-menu, body.tablet #wrap #menu-holder.float-right #menu-main-menu {
    padding-left: 6px;
    padding-right: 6px;
}

body.tablet #wrap #header {
    border-bottom: 2px solid #2a91d6;
    position: absolute;
    left: 0px;
    width: 100%;
    background: white;
}

body.tablet #wrap #header #header-inner {
    padding: 0;
    overflow: hidden;
    padding-left: 12px !important;
    padding-right: 0px !important;
}

body.tablet #wrap #header #header-inner .separator-module {
    display: none;
}

body.tablet #wrap #header #header-inner #logo-text-h1 {
    margin-top: 24px;
    margin-bottom: 24px;
}

body.tablet #wrap #header #header-inner #menu-holder #menu-main-menu {
    margin-top: 24px;
    margin-bottom: 24px;
}

body.tablet #wrap #header #header-inner #menu-holder #menu-icon {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 0px solid !important;
    margin-right: 0px !important;
}

body.tablet #wrap #header #header-inner #menu-holder #menu-icon:hover {
    border-bottom: 0px solid !important;
}

body.tablet #wrap #header.fixed {
    position: fixed;
}

body.tablet #wrap #content {
    margin-top: 22px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.pt24 {
    padding-top: 24px !important;
}

.pb24 {
    padding-bottom: 24px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.p10 {
    padding: 10px !important;
}

.p0 {
    padding: 0px !important;
}