/* ==================================== CSS files for aquarius.hr Copyright (c) manatag, 2015. Media: screen ==================================== */
/* ==================================== $Vendors ==================================== */
/*  Bourbon */
/*  Normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 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; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** 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/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** 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/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** 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 Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
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"], 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; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

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

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  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 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 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/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/* ==================================== $Mixins and Helpers ==================================== */
/*  Mixins */
/* ==================================== $Mixins - Common ==================================== */
/* $Links ==================================== */
/* ==================================== $Mixins - Grid ==================================== */
/* $Grid breakpoints ==================================== */
/*  Helpers */
/* ==================================== $Helpers - Common ==================================== */
/* $Common ==================================== */
/* Map value fetching */
/* ==================================== $Base ==================================== */
/* ==================================== $Variables ==================================== */
/* $Common Settings ==================================== */
/* $Grid and spacing ==================================== */
/* Breakpoints: xs:                 <480 (<alpha) s:                  480 (alpha)      -   767 (beta - 1) m:                  768 (beta)       -  1023 (gamma - 1) l:                 1024 (gamma)      -  1199 (delta - 1) xl:               >=1280 (>=delta)
*/
/* $Typography ==================================== */
/*  Font Families and Weights/Styles  */
/*  Default html/body Font Sizes */
/* $Colors ==================================== */
/* $Links ==================================== */
/* $Typography ==================================== */
/* ==================================== $Base ==================================== */
/* $Default ==================================== */
@font-face { font-family: "Futura"; src: url("../fonts/futura.ttf"); }
/* ==================================== $Reset ==================================== */
/* $Default ==================================== */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, p, pre { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

/*html                        { font-size: 1em; line-height: 1; }*/
ol, ul { list-style: none; margin: 0; padding: 0; }

fieldset { margin: 0; padding: 0; border: 0; }

label[for] { cursor: pointer; }

textarea { resize: vertical; }

iframe { border: 0; }

::-webkit-input-placeholder { color: rgba(102, 102, 102, 0.5); opacity: 1; }

:-moz-placeholder { color: rgba(102, 102, 102, 0.5); opacity: 1; }

::-moz-placeholder { color: rgba(102, 102, 102, 0.5); opacity: 1; }

:-ms-input-placeholder { color: rgba(102, 102, 102, 0.5); opacity: 1; }

html, body { min-height: 100%; }

body { word-wrap: break-word; position: relative; }

abbr { font-variant: small-caps; }

dl dd { margin-left: 0; }

ul ul, ol ol { list-style-type: none; }

img { display: block; max-width: 100%; height: auto; }

figure { margin: 0; }

/*
html, body
{ -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; -moz-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; -ms-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; -o-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1; font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
}
h1, h2, h3, h4, h5, h6, .h-1, .h-2, .h-3, .h-4, .h-5, .h-6 { -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; -ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
}
*/
/* $Site specific ==================================== */
.Button { cursor: pointer; display: inline-block; margin: 0; padding: 0; position: relative; text-align: center; text-decoration: none; vertical-align: middle; white-space: nowrap; -webkit-appearance: none; -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; border: none; }

/* ==================================== $Utilities ==================================== */
/* $Display ==================================== */
.u-inline { display: inline !important; }

.u-inlineBlock { display: inline-block !important; _display: inline !important; *display: inline !important; zoom: 1; }

.u-block { display: block !important; }

.u-table { display: table !important; }

.u-tableCell { display: table-cell !important; }

/* $Layout ==================================== */
.u-cf:before, .FormElement:before, .Media.Post:before, .Media.Post .Item:before, .Post-body .Article figure.wp-caption:before, .Post-body .Article div.wp-caption:before, .Post-body .Article div.wp-image:before, .u-cf:after, .FormElement:after, .Media.Post:after, .Media.Post .Item:after, .Post-body .Article figure.wp-caption:after, .Post-body .Article div.wp-caption:after, .Post-body .Article div.wp-image:after { content: " "; display: table; }

.u-cf:after, .FormElement:after, .Media.Post:after, .Media.Post .Item:after, .Post-body .Article figure.wp-caption:after, .Post-body .Article div.wp-caption:after, .Post-body .Article div.wp-image:after { clear: both; }

.u-clear { clear: both; }

.u-clearLeft { clear: left; }

.u-clearRight { clear: right; }

.u-nbfc { overflow: hidden; }

.u-nbfcAlt { display: table-cell; width: 10000px; }

.u-pullLeft { float: left !important; _display: inline !important; }

.u-pullRight { float: right !important; _display: inline !important; }

.u-objLeft { float: left !important; margin-right: 10px; }

.u-objRight { float: right !important; margin-left: 10px; }

.u-objLeft img, .u-objRight img { display: block; max-width: none; }

.u-objectCenter { margin: 0 auto; }

.u-alignTop { vertical-align: top !important; }

.u-alignMiddle { vertical-align: middle !important; }

.u-alignBaseline { vertical-align: baseline !important; }

.u-alignBottom { vertical-align: bottom !important; }

/* $Dimensions ==================================== */
.u-sizeFit { display: block; float: left; width: auto !important; }

.u-sizeFill { display: block; overflow: hidden; width: auto !important; }

.u-sizeFillAlt { display: table-cell; max-width: 100%; width: 10000px; }

.u-sizeFull { display: block; width: 100%; }

/* $State ==================================== */
.u-isHidden { display: none !important; visibility: hidden !important; }

.u-isHiddenVisually { position: absolute !important; overflow: hidden; width: 1px; height: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); padding: 0; }

.u-isVisible { visibility: visible; }

.u-isInvisible { visibility: hidden; }

.u-isActionable { cursor: pointer; }

.u-isDraggable { cursor: move; }

.u-isDisabled { cursor: default; }

.u-isLoading { opacity: .6; }

html.js .js-isHidden { display: none; }

/* $Text and Fonts ==================================== */
.u-textTruncate { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }

.u-textBreak { word-break: break-word; word-wrap: break-word; }

.u-textCenter { text-align: center !important; }

.u-textLeft { text-align: left !important; }

.u-textRight { text-align: right !important; }

.u-fontStrong { font-weight: bold !important; }

.u-fontItalic { font-style: italic !important; }

.u-fontDefault { font-weight: normal !important; font-style: normal !important; text-transform: none !important; }

.u-textUppercase { text-transform: uppercase !important; }

.u-textLowercase { text-transform: lowercase !important; }

.u-textUnderline { text-decoration: underline !important; }

.u-textReplace { text-indent: -100%; white-space: nowrap; overflow: hidden; }

/* ==================================== $Common ==================================== */
/* ==================================== $Spacing ==================================== */
/* Paddings ==================================== */
/* Padding global
*/
.p-0 { padding: 0; }

.p-xs { padding: 5px; }

.p-s { padding: 10px; }

.p-m { padding: 20px; }

.p-l { padding: 30px; }

.p-xl { padding: 60px; }

/* Vertical padding
*/
.pv-0 { padding-top: 0; padding-bottom: 0; }

.pv-xs { padding-top: 5px; padding-bottom: 5px; }

.pv-s { padding-top: 10px; padding-bottom: 10px; }

.pv-m { padding-top: 20px; padding-bottom: 20px; }

.pv-l { padding-top: 30px; padding-bottom: 30px; }

.pv-xl { padding-top: 60px; padding-bottom: 60px; }

/* Horizontal padding
*/
.ph-0 { padding-left: 0; padding-right: 0; }

.ph-xs { padding-left: 5px; padding-right: 5px; }

.ph-s { padding-left: 10px; padding-right: 10px; }

.ph-m { padding-left: 20px; padding-right: 20px; }

.ph-l { padding-left: 30px; padding-right: 30px; }

.ph-xl { padding-left: 60px; padding-right: 60px; }

/* Top padding
*/
.pt-0 { padding-top: 0 !important; }

.pt-xxs { padding-top: 3px !important; }

.pt-xs { padding-top: 5px !important; }

.pt-s { padding-top: 10px !important; }

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

.pt-l { padding-top: 30px !important; }

.pt-xl { padding-top: 60px !important; }

/* Right padding
*/
.pr-0 { padding-right: 0 !important; }

.pr-xs { padding-right: 5px !important; }

.pr-s { padding-right: 10px !important; }

.pr-m { padding-right: 20px !important; }

.pr-l { padding-right: 30px !important; }

.pr-xl { padding-right: 60px !important; }

/* Bottom padding
*/
.pb-0 { padding-bottom: 0 !important; }

.pb-xs { padding-bottom: 5px !important; }

.pb-s { padding-bottom: 10px !important; }

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

.pb-l { padding-bottom: 30px !important; }

.pb-xl { padding-bottom: 60px !important; }

/* Left padding
*/
.pl-0 { padding-left: 0 !important; }

.pl-xs { padding-left: 5px !important; }

.pl-s { padding-left: 10px !important; }

.pl-m { padding-left: 20px !important; }

.pl-l { padding-left: 30px !important; }

.pl-xl { padding-left: 60px !important; }

/* Margins ==================================== */
/* Margin global
*/
.m-0 { margin: 0; }

.m-xs { margin: 5px; }

.m-s { margin: 10px; }

.m-m { margin: 20px; }

.m-l { margin: 30px; }

.m-xl { margin: 60px; }

/* Verical margin
*/
.mv-0 { margin-top: 0; margin-bottom: 0; }

.mv-xs { margin-top: 5px; margin-bottom: 5px; }

.mv-s { margin-top: 10px; margin-bottom: 10px; }

.mv-m { margin-top: 20px; margin-bottom: 20px; }

.mv-l { margin-top: 30px; margin-bottom: 30px; }

.mv-xl { margin-top: 60px; margin-bottom: 60px; }

/* Horizontal margin
*/
.mh-0 { margin-left: 0; margin-right: 0; }

.mh-xs { margin-left: 5px; margin-right: 5px; }

.mh-s { margin-left: 10px; margin-right: 10px; }

.mh-m { margin-left: 20px; margin-right: 20px; }

.mh-l { margin-left: 30px; margin-right: 30px; }

.mh-xl { margin-left: 60px; margin-right: 60px; }

/* Top margin
*/
.mt-0 { margin-top: 0 !important; }

.mt-xs { margin-top: 5px !important; }

.mt-s { margin-top: 10px !important; }

.mt-m { margin-top: 20px !important; }

.mt-l { margin-top: 30px !important; }

.mt-xl { margin-top: 60px !important; }

.mt-xxl { margin-top: 60px !important; }

/* Right margin
*/
.mr-0 { margin-right: 0 !important; }

.mr-x { margin-right: 5px !important; }

.mr-s { margin-right: 10px !important; }

.mr-m { margin-right: 20px !important; }

.mr-l { margin-right: 30px !important; }

.mr-xl { margin-right: 60px !important; }

/* Bottom margin
*/
.mb-0 { margin-bottom: 0 !important; }

.mb-xs { margin-bottom: 5px !important; }

.mb-s { margin-bottom: 10px !important; }

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

.mb-l { margin-bottom: 30px !important; }

.mb-xl { margin-bottom: 60px !important; }

/* Left margin
*/
.ml-0 { margin-left: 0 !important; }

.ml-xs { margin-left: 5px !important; }

.ml-s { margin-left: 10px !important; }

.ml-m { margin-left: 20px !important; }

.ml-l { margin-left: 30px !important; }

.ml-xl { margin-left: 60px !important; }

/* ==================================== $Colors ==================================== */
/*  $Text Colors ==================================== */
.c-w { color: #ffffff; }

.c-b { color: #000000; }

.c-error { color: #b20000; }

.c-success { color: #00b27e; }

.c-facebook { color: #3b5999; }

.c-twitter { color: #55acee; }

.c-google { color: #de4b39; }

.c-def { color: #333333; }

.c-dark { color: #111111; }

.c-meta, .Media.Info .Item-date { color: #666666; }

.c-note, .Media.Post .Item-info .Item-date, .Post-info .Post-date { color: #999999; }

.c-info { color: #eeeeee; }

.c-light { color: #e1e1e1; }

.c-dist, .Media.Post .Item-subtitle, .Media.Info .Item-location { color: #a13425; }

.c-brand-alpha { color: #a13425; }

.c-brand-beta { color: #111111; }

.c-brand-gamma { color: #c6857c; }

.c-brand-delta { color: #a13425; }

.c-brand-zeta { color: #a13425; }

.c-brand-temp { color: #a13425; }

/*  $Background Colors ==================================== */
body { background-color: #ffffff; }

.bg-w { background-color: #ffffff; }

.bg-b { background-color: #000000; }

.bg-error { background-color: #b20000; }

.bg-success { background-color: #00b27e; }

.bg-facebook { background-color: #3b5999; }

.bg-twitter { background-color: #55acee; }

.bg-google { background-color: #de4b39; }

.bg-def { background-color: #333333; }

.bg-dark { background-color: #111111; }

.bg-meta { background-color: #666666; }

.bg-note { background-color: #999999; }

.bg-info, .InfoBox { background-color: #eeeeee; }

.bg-light { background-color: #e1e1e1; }

.bg-dist { background-color: #a13425; }

.bg-brand-alpha { background-color: #a13425; }

.bg-brand-beta { background-color: #111111; }

.bg-brand-gamma { background-color: #c6857c; }

.bg-brand-delta { background-color: #a13425; }

.bg-brand-zeta { background-color: #a13425; }

.bg-brand-temp { background-color: #a13425; }

/*  $Links ==================================== */
a, a.c-dist, .Media.Post a.Item-subtitle, .Media.Info a.Item-location { color: #a13425; }
a:hover, a.c-dist:hover, .Media.Post a.Item-subtitle:hover, .Media.Info a.Item-location:hover { color: #000000; }
a:active, a.c-dist:active, .Media.Post a.Item-subtitle:active, .Media.Info a.Item-location:active { color: #000000; }

a.c-def, .Item-link, .Post-meta a { color: #333333; }
a.c-def:hover, .Item-link:hover, .Post-meta a:hover { color: #a13425; }
a.c-def:active, .Item-link:active, .Post-meta a:active { color: #a13425; }

a.c-meta, .Media.Info a.Item-date { color: #666666; }
a.c-meta:hover, .Media.Info a.Item-date:hover { color: #a13425; }
a.c-meta:active, .Media.Info a.Item-date:active { color: #a13425; }

a.c-note, .Media.Post .Item-info a.Item-date, .Post-info a.Post-date { color: #999999; }
a.c-note:hover, .Media.Post .Item-info a.Item-date:hover, .Post-info a.Post-date:hover { color: #a13425; }
a.c-note:active, .Media.Post .Item-info a.Item-date:active, .Post-info a.Post-date:active { color: #a13425; }

a.c-info { color: #eeeeee; }
a.c-info:hover { color: #a13425; }
a.c-info:active { color: #a13425; }

.Footer a { color: #ffffff; }
.Footer a:hover { color: #000000; }
.Footer a:active { color: #000000; }

.Article .c-dist, .Article .Media.Post .Item-subtitle, .Media.Post .Article .Item-subtitle, .Article .Media.Info .Item-location, .Media.Info .Article .Item-location { color: #a13425 !important; }

/*  $Shadows ==================================== */
/* ==================================== $Grid ==================================== */
/* $Wrapper ==================================== */
.g-wrapper { margin: 0 auto; width: 100%; min-width: 320px; max-width: 1280px; text-align: left; }

.g-wrapper:before, .g-wrapper:after { content: " "; display: table; }

.g-wrapper:after { clear: both; }

.g-wrapper--header { position: relative; }

.g-wrapper--full { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; }

.g { display: block; padding-left: 0 !important; padding-right: 0 !important; text-rendering: optimizespeed; width: 100%; text-align: left; }
.g.g--center { margin-left: auto; margin-right: auto; text-align: center; }

/* $Columns ==================================== */
.g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12, .g-x { display: block; float: left; text-rendering: auto; position: relative; text-align: left; vertical-align: top; }

/*  Breakpoints */
@media all and (max-width: 479px) { .g-wrapper { padding-left: 10px; padding-right: 10px; }
  .g-wrapper--full { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
  .g-wrapper--full .g-12 { padding-left: 0; padding-right: 0; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12, .g-x { padding-left: 10px; padding-right: 10px; }
  .g-1 { width: 100%; clear: both; }
  .g-2 { width: 100%; clear: both; }
  .g-3 { width: 100%; clear: both; }
  .g-4 { width: 100%; clear: both; }
  .g-5 { width: 100%; clear: both; }
  .g-6 { width: 100%; clear: both; }
  .g-7 { width: 100%; clear: both; }
  .g-8 { width: 100%; clear: both; }
  .g-9 { width: 100%; clear: both; }
  .g-10 { width: 100%; clear: both; }
  .g-11 { width: 100%; clear: both; }
  .g-12 { width: 100%; clear: both; }
  .g-2.Subnavigation-item { width: 100%; float: none; clear: both; }
  .Footer .g-3 { padding-top: 30px; } }
/*  Breakpoints */
@media all and (min-width: 480px) and (max-width: 767px) { .g-wrapper { padding-left: 10px; padding-right: 10px; }
  .g-wrapper--full { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
  .g-wrapper--full .g-12 { padding-left: 0; padding-right: 0; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12, .g-x { padding-left: 10px; padding-right: 10px; }
  .g-1 { width: 50%; }
  .g-2 { width: 50%; }
  .g-3 { width: 50%; }
  .g-4 { width: 50%; }
  .g-5 { width: 50%; }
  .g-6 { width: 50%; }
  .g-7 { width: 100%; clear: both; }
  .g-8 { width: 100%; clear: both; }
  .g-9 { width: 100%; clear: both; }
  .g-10 { width: 100%; clear: both; }
  .g-11 { width: 100%; clear: both; }
  .g-12 { width: 100%; clear: both; }
  .g-2.Subnavigation-item { width: 100%; float: none; clear: both; }
  .g-4.News-item { width: 100%; float: none; clear: both; }
  .g-3#InfoBox { width: 100%; float: none; clear: both; }
  .Post-intro .g-2 { width: 100%; float: none; clear: both; }
  .Footer .g-3 { padding-top: 30px; } }
/*  Breakpoints */
@media all and (min-width: 768px) and (max-width: 1023px) { .g-wrapper { padding-left: 13px; padding-right: 13px; }
  .g-wrapper--full { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
  .g-wrapper--full .g-12 { padding-left: 0; padding-right: 0; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12, .g-x { padding-left: 13px; padding-right: 13px; }
  .g-1 { width: 8.33333%; }
  .g-2 { width: 16.66667%; }
  .g-3 { width: 25%; }
  .g-4 { width: 33.33333%; }
  .g-5 { width: 41.66667%; }
  .g-6 { width: 50%; }
  .g-7 { width: 58.33333%; }
  .g-8 { width: 66.66667%; }
  .g-9 { width: 75%; }
  .g-10 { width: 83.33333%; }
  .g-11 { width: 91.66667%; }
  .g-12 { width: 100%; clear: both; }
  body .Media .Item { display: inline-block; vertical-align: top; float: unset; margin-right: -4px; }
  /* .g-offset-1    { margin-left:   8.33333%; } .g-offset-2    { margin-left:  16.66667%; } .g-offset-3    { margin-left:  25%; } .g-offset-4    { margin-left:  33.33333%; } .g-offset-5    { margin-left:  41.66667%; } .g-offset-6    { margin-left:  50%; } */
  .g-2.Subnavigation-item { width: 100%; float: none; clear: both; }
  .g-2.Product-item { width: 33.33333%; }
  .g-4.ProductView-visuals { width: 100%; float: none; clear: both; }
  .g-6.ProductView-description { width: 100%; float: none; clear: both; }
  .g-8.g-offset-2 { width: 83.33333%; margin-left: 8.33333%; }
  .g-3.InfoBox { width: 100%; float: none; clear: both; }
  .Footer .g-3 { padding-top: 30px; } }
/*  Breakpoints */
@media all and (min-width: 1024px) and (max-width: 1359px) { .g-wrapper { padding-left: 15px; padding-right: 15px; }
  .g-wrapper--full { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
  .g-wrapper--full .g-12 { padding-left: 0; padding-right: 0; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12, .g-x { padding-left: 15px; padding-right: 15px; }
  .g-1 { width: 8.33333%; }
  .g-2 { width: 16.66667%; }
  .g-3 { width: 25%; }
  .g-4 { width: 33.33333%; }
  .g-5 { width: 41.66667%; }
  .g-6 { width: 50%; }
  .g-7 { width: 58.33333%; }
  .g-8 { width: 66.66667%; }
  .g-9 { width: 75%; }
  .g-10 { width: 83.33333%; }
  .g-11 { width: 91.66667%; }
  .g-12 { width: 100%; clear: both; }
  body .Media .Item { display: inline-block; vertical-align: top; float: unset; margin-right: -4px; }
  .g-offset-1 { margin-left: 8.33333%; }
  .g-offset-2 { margin-left: 16.66667%; }
  .g-offset-3 { margin-left: 25%; }
  .g-offset-4 { margin-left: 33.33333%; }
  .g-offset-5 { margin-left: 41.66667%; }
  .g-offset-6 { margin-left: 50%; } }
/*  Breakpoints */
@media all and (min-width: 1360px) { .g-wrapper { padding-left: 15px; padding-right: 15px; }
  .g-wrapper--full { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; }
  .g-wrapper--full .g-12 { padding-left: 0; padding-right: 0; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9, .g-10, .g-11, .g-12, .g-x { padding-left: 15px; padding-right: 15px; }
  .g-1.g-2x-gutter, .g-2.g-2x-gutter, .g-3.g-2x-gutter, .g-4.g-2x-gutter, .g-5.g-2x-gutter, .g-6.g-2x-gutter, .g-7.g-2x-gutter, .g-8.g-2x-gutter, .g-9.g-2x-gutter, .g-10.g-2x-gutter, .g-11.g-2x-gutter, .g-12.g-2x-gutter, .g-x.g-2x-gutter { padding-left: 20px; padding-right: 20px; }
  .g-1 { width: 8.33333%; }
  .g-2 { width: 16.66667%; }
  .g-3 { width: 25%; }
  .g-4 { width: 33.33333%; }
  .g-5 { width: 41.66667%; }
  .g-6 { width: 50%; }
  .g-7 { width: 58.33333%; }
  .g-8 { width: 66.66667%; }
  .g-9 { width: 75%; }
  .g-10 { width: 83.33333%; }
  .g-11 { width: 91.66667%; }
  .g-12 { width: 100%; clear: both; }
  .g-x { width: 100%; }
  .g-9 .g-2 { width: 22.22222%; }
  .g-9 .g-7 { width: 77.77778%; }
  .g-10 .g-5 { width: 50%; }
  .g-offset-1 { margin-left: 8.33333%; }
  .g-offset-2 { margin-left: 16.66667%; }
  .g-offset-3 { margin-left: 25%; }
  .g-offset-4 { margin-left: 33.33333%; }
  .g-offset-5 { margin-left: 41.66667%; }
  .g-offset-6 { margin-left: 50%; } }
/*  Breakpoints */
/*  Breakpoints */
/* ==================================== $Buttons ==================================== */
/* $Default ==================================== */
/* ==================================== $Icons ==================================== */
/* $Default ==================================== */
/* ==================================== $Typography ==================================== */
/* $Typography Scale ==================================== */
html, body { font-family: "Open Sans", sans-serif; font-weight: 400; color: #333333; }

blockquote { font-family: "Lora", serif; font-weight: 400; }

h1, .h-1, h2, .h-2, h3, .h-3, .Media.Post.Post--2ndLevel .Item-title, .Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Item-title, .Media.Info.Info--large .Item-title, h4, .h-4, .Media.Post.Post--3rdLevel .Item-title, h5, .h-5, .Navigation .Navigation-item .Navigation-link, .Navigation .Navigation-item a, .Navigation .menu-item .Navigation-link, .Navigation .menu-item a, .Pagination .Pagination-item, .Media.Info .Item-title, .InfoBox .InfoBox-title, h6, .h-6, .Button, .Navigation--secondary .Navigation-item .Navigation-link, .Navigation--secondary .Navigation-item a, .Navigation--secondary .menu-item .Navigation-link, .Navigation--secondary .menu-item a, .Media.Info .Item-location, .h-strong, blockquote.alignleft, blockquote.alignright, .Title-h-2, .Media.Post.Post--1stLevel .Item-title { font-family: "Lora", serif; font-weight: 700; }

.h-default { font-family: "Lora", serif; font-weight: 400; color: #666666; }

strong { font-weight: 700; }

p, .p, .Post-info .Post-category { margin-bottom: 1em; }

p:last-child, .p:last-child, .Post-info .Post-category:last-child { margin-bottom: 0px; }

.Article p, .Article ul, .Article ol, .Article dl, .Article figure, .Article iframe, .Article embed, .Article object, .Article blockquote { margin-bottom: 24px; }

.Post-intro p { margin-bottom: 6px; }

.Article-lead p { font-style: italic; font-size: 18px; margin-bottom: 27px; line-height: 27px; }

.Article h1, .Article .h-1, .Article h2, .Article .h-2, .Article h3, .Article .h-3, .Article .Media.Post.Post--2ndLevel .Item-title, .Media.Post.Post--2ndLevel .Article .Item-title, .Article .Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Item-title, .Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Article .Item-title, .Article .Media.Info.Info--large .Item-title, .Media.Info.Info--large .Article .Item-title, .Article h4, .Article .h-4, .Article .Media.Post.Post--3rdLevel .Item-title, .Media.Post.Post--3rdLevel .Article .Item-title, .Article h5, .Article .h-5, .Article .Navigation .Navigation-item .Navigation-link, .Navigation .Navigation-item .Article .Navigation-link, .Article .Navigation .Navigation-item a, .Navigation .Navigation-item .Article a, .Article .Navigation .menu-item .Navigation-link, .Navigation .menu-item .Article .Navigation-link, .Article .Navigation .menu-item a, .Navigation .menu-item .Article a, .Article .Pagination .Pagination-item, .Pagination .Article .Pagination-item, .Article .Media.Info .Item-title, .Media.Info .Article .Item-title, .Article .InfoBox .InfoBox-title, .InfoBox .Article .InfoBox-title, .Article h6, .Article .h-6, .Article .Button, .Article .Navigation--secondary .Navigation-item .Navigation-link, .Navigation--secondary .Navigation-item .Article .Navigation-link, .Article .Navigation--secondary .Navigation-item a, .Navigation--secondary .Navigation-item .Article a, .Article .Navigation--secondary .menu-item .Navigation-link, .Navigation--secondary .menu-item .Article .Navigation-link, .Article .Navigation--secondary .menu-item a, .Navigation--secondary .menu-item .Article a, .Article .Media.Info .Item-location, .Media.Info .Article .Item-location { margin-bottom: 24px; }

.fs-s, .Media.Post .Item-info .Item-category, .Media.Info .Item-date, .InfoBox .InfoBox-more, .Post-info .Post-date { font-size: 15px; line-height: 1.43; }

.p.wp-caption-text, .Post-info .wp-caption-text.Post-category, figcaption.wp-caption-text { font-size: 13px; line-height: 1.6; }

.fs-xs, .Media.Post .Item-info .Item-date, .Media.Post .Item-subtitle { font-size: 12px; line-height: 1.5; }

.Input { font-size: 16px; line-height: 1.5; }

.ff-def { font-family: "Open Sans", sans-serif; }

.ff-alt, .Media.Post .Item-info, .Media.Info .Item-date, .InfoBox .InfoBox-more, .Post-info { font-family: "Lora", serif; }

.fw-100 { font-weight: 100 !important; }

.fw-300 { font-weight: 300 !important; }

.fw-400, .Button, .Media.Info .Item-location, .InfoBox .InfoBox-title { font-weight: 400 !important; }

.fw-600 { font-weight: 600 !important; }

.fw-700, .InfoBox .InfoBox-more { font-weight: 700 !important; }

.fw-800 { font-weight: 800 !important; }

/*  Breakpoints */
@media all and (max-width: 479px) { h1, .h-1 { font-size: 36px; line-height: 1.2; letter-spacing: -0.03em; }
  h2, .h-2 { font-size: 32px; line-height: 1.2; letter-spacing: -0.025em; }
  .Article h2, .Article .h-2 { font-size: 22px; line-height: 1.2; letter-spacing: -0.025em; }
  .Title-h-2, .Media.Post.Post--1stLevel .Item-title { font-size: 30px; line-height: 1.2; letter-spacing: -0.025em; }
  h3, .h-3, .Media.Post.Post--2ndLevel .Item-title, .Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Item-title, .Media.Info.Info--large .Item-title { font-size: 22px; line-height: 1.2; letter-spacing: -0.02em; }
  h4, .h-4, .Media.Post.Post--3rdLevel .Item-title { font-size: 21px; line-height: 1.2; letter-spacing: -0.015em; }
  h5, .h-5, .Navigation .Navigation-item .Navigation-link, .Navigation .Navigation-item a, .Navigation .menu-item .Navigation-link, .Navigation .menu-item a, .Pagination .Pagination-item, .Media.Info .Item-title, .InfoBox .InfoBox-title { font-size: 18px; line-height: 1.2; }
  h6, .h-6, .Button, .Navigation--secondary .Navigation-item .Navigation-link, .Navigation--secondary .Navigation-item a, .Navigation--secondary .menu-item .Navigation-link, .Navigation--secondary .menu-item a, .Media.Info .Item-location { font-size: 16px; line-height: 1.2; }
  p, .p, .Post-info .Post-category, ul, ol, dl { font-size: 16px; line-height: 24px; }
  table { font-size: 15px; line-height: 22px; }
  .Post--1stLevel .Item-intro, .Post--1stLevel .Item-intro p { font-size: 16px; line-height: 24px; }
  .Post--2ndLevel .Item-intro, .Post--2ndLevel .Item-intro p { font-size: 15px; line-height: 21px; }
  .Post--3rdLevel .Item-intro, .Post--3rdLevel .Item-intro p { font-size: 14px; line-height: 20px; }
  blockquote, blockquote p { font-size: 14px; line-height: 23px; }
  blockquote.alignleft, blockquote.alignleft p, blockquote.alignright, blockquote.alignright p { font-size: 18px; line-height: 26px; }
  .Footer p, .FooterList, .SponsorList { font-size: 13px; line-height: 18px; } }
/*  Breakpoints */
@media all and (min-width: 480px) and (max-width: 767px) { h1, .h-1 { font-size: 38px; line-height: 1.2; letter-spacing: -0.03em; }
  h2, .h-2 { font-size: 34px; line-height: 1.2; letter-spacing: -0.025em; }
  .Article h2, .Article .h-2 { font-size: 24px; line-height: 1.2; letter-spacing: -0.025em; }
  .Title-h-2, .Media.Post.Post--1stLevel .Item-title { font-size: 30px; line-height: 1.2; letter-spacing: -0.025em; }
  h3, .h-3, .Media.Post.Post--2ndLevel .Item-title, .Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Item-title, .Media.Info.Info--large .Item-title { font-size: 22px; line-height: 1.2; letter-spacing: -0.02em; }
  h4, .h-4, .Media.Post.Post--3rdLevel .Item-title { font-size: 21px; line-height: 1.2; letter-spacing: -0.015em; }
  h5, .h-5, .Navigation .Navigation-item .Navigation-link, .Navigation .Navigation-item a, .Navigation .menu-item .Navigation-link, .Navigation .menu-item a, .Pagination .Pagination-item, .Media.Info .Item-title, .InfoBox .InfoBox-title { font-size: 18px; line-height: 1.2; }
  h6, .h-6, .Button, .Navigation--secondary .Navigation-item .Navigation-link, .Navigation--secondary .Navigation-item a, .Navigation--secondary .menu-item .Navigation-link, .Navigation--secondary .menu-item a, .Media.Info .Item-location { font-size: 16px; line-height: 1.2; }
  p, .p, .Post-info .Post-category, ul, ol, dl { font-size: 16px; line-height: 24px; }
  table { font-size: 15px; line-height: 22px; }
  .Post--1stLevel .Item-intro, .Post--1stLevel .Item-intro p { font-size: 16px; line-height: 24px; }
  .Post--2ndLevel .Item-intro, .Post--2ndLevel .Item-intro p { font-size: 15px; line-height: 21px; }
  .Post--3rdLevel .Item-intro, .Post--3rdLevel .Item-intro p { font-size: 14px; line-height: 20px; }
  blockquote, blockquote p { font-size: 14px; line-height: 23px; }
  blockquote.alignleft, blockquote.alignleft p, blockquote.alignright, blockquote.alignright p { font-size: 18px; line-height: 26px; }
  .Footer p, .FooterList, .SponsorList { font-size: 13px; line-height: 18px; } }
/*  Breakpoints */
@media all and (min-width: 768px) and (max-width: 1023px) { h1, .h-1 { font-size: 40px; line-height: 1.2; letter-spacing: -0.03em; }
  h2, .h-2 { font-size: 36px; line-height: 1.2; letter-spacing: -0.025em; }
  .Article h2, .Article .h-2 { font-size: 24px; line-height: 1.2; letter-spacing: -0.025em; }
  .Title-h-2, .Media.Post.Post--1stLevel .Item-title { font-size: 30px; line-height: 1.2; letter-spacing: -0.025em; }
  h3, .h-3, .Media.Post.Post--2ndLevel .Item-title, .Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Item-title, .Media.Info.Info--large .Item-title { font-size: 22px; line-height: 1.2; letter-spacing: -0.02em; }
  h4, .h-4, .Media.Post.Post--3rdLevel .Item-title { font-size: 21px; line-height: 1.2; letter-spacing: -0.015em; }
  h5, .h-5, .Navigation .Navigation-item .Navigation-link, .Navigation .Navigation-item a, .Navigation .menu-item .Navigation-link, .Navigation .menu-item a, .Pagination .Pagination-item, .Media.Info .Item-title, .InfoBox .InfoBox-title { font-size: 18px; line-height: 1.2; }
  h6, .h-6, .Button, .Navigation--secondary .Navigation-item .Navigation-link, .Navigation--secondary .Navigation-item a, .Navigation--secondary .menu-item .Navigation-link, .Navigation--secondary .menu-item a, .Media.Info .Item-location { font-size: 16px; line-height: 1.2; }
  p, .p, .Post-info .Post-category, ul, ol, dl { font-size: 16px; line-height: 24px; }
  table { font-size: 15px; line-height: 22px; }
  .Post--1stLevel .Item-intro, .Post--1stLevel .Item-intro p { font-size: 16px; line-height: 24px; }
  .Post--2ndLevel .Item-intro, .Post--2ndLevel .Item-intro p { font-size: 15px; line-height: 21px; }
  .Post--3rdLevel .Item-intro, .Post--3rdLevel .Item-intro p { font-size: 14px; line-height: 20px; }
  blockquote, blockquote p { font-size: 14px; line-height: 23px; }
  blockquote.alignleft, blockquote.alignleft p, blockquote.alignright, blockquote.alignright p { font-size: 18px; line-height: 26px; }
  .Footer p, .FooterList, .SponsorList { font-size: 13px; line-height: 18px; } }
/*  Breakpoints */
@media all and (min-width: 1024px) { h1, .h-1 { font-size: 46px; line-height: 1.2; letter-spacing: -0.03em; }
  h2, .h-2 { font-size: 40px; line-height: 1.2; letter-spacing: -0.025em; }
  .Article h2, .Article .h-2 { font-size: 30px; line-height: 1.2; letter-spacing: -0.025em; }
  .Title-h-2, .Media.Post.Post--1stLevel .Item-title { font-size: 36px; line-height: 1.2; letter-spacing: -0.025em; }
  h3, .h-3, .Media.Post.Post--2ndLevel .Item-title, .Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Item-title, .Media.Info.Info--large .Item-title { font-size: 25px; line-height: 1.2; letter-spacing: -0.02em; }
  h4, .h-4, .Media.Post.Post--3rdLevel .Item-title { font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; }
  h5, .h-5, .Navigation .Navigation-item .Navigation-link, .Navigation .Navigation-item a, .Navigation .menu-item .Navigation-link, .Navigation .menu-item a, .Pagination .Pagination-item, .Media.Info .Item-title, .InfoBox .InfoBox-title { font-size: 17px; line-height: 1.2; }
  h6, .h-6, .Button, .Navigation--secondary .Navigation-item .Navigation-link, .Navigation--secondary .Navigation-item a, .Navigation--secondary .menu-item .Navigation-link, .Navigation--secondary .menu-item a, .Media.Info .Item-location { font-size: 15px; line-height: 1.2; }
  p, .p, .Post-info .Post-category, ul, ol, dl { font-size: 16px; line-height: 24px; }
  table { font-size: 15px; line-height: 22px; }
  .Post--1stLevel .Item-intro, .Post--1stLevel .Item-intro p { font-size: 16px; line-height: 24px; }
  .Post--2ndLevel .Item-intro, .Post--2ndLevel .Item-intro p { font-size: 15px; line-height: 21px; }
  .Post--3rdLevel .Item-intro, .Post--3rdLevel .Item-intro p { font-size: 14px; line-height: 20px; }
  blockquote, blockquote p { font-size: 14px; line-height: 23px; }
  blockquote.alignleft, blockquote.alignleft p, blockquote.alignright, blockquote.alignright p { font-size: 18px; line-height: 26px; }
  .Footer p, .FooterList, .SponsorList { font-size: 13px; line-height: 18px; } }
/* $Links ==================================== */
a { text-decoration: none; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; }

/* $Headings ==================================== */
/* $Article ==================================== */
.Article li { position: relative; margin-bottom: .25em; margin-top: .25em; }

ul.Data li, ol.Data li { position: relative; }

.Article ul:not(.Flat), ul.Data { counter-reset: ul_list-counter; }

.Article ul:not(.Flat) li:before, ul.Data li:before { margin-left: 0; padding-left: 0; content: '\203A'; font-size: 20px; font-size: 1.25rem; line-height: 20px; line-height: 1.25rem; position: absolute; left: -0.75em; color: #a13425; font-weight: 700; }
.Footer .Article ul:not(.Flat) li:before, .Footer ul.Data li:before { font-size: 18px; font-size: 1.125rem; color: #ffffff; opacity: .5; top: -3px; }

.Article ol:not(.Flat), ol.Data { counter-reset: list-counter; }

.Article ol:not(.Flat) li:before, ol.Data li:before { content: counter(list-counter,decimal) "."; font-size: 20px; font-size: 1.25rem; line-height: 20px; line-height: 1.25rem; counter-increment: list-counter; font-weight: 400; font-family: "Lora", serif; position: absolute; left: -1em; color: #a13425; top: 1px; }
.Footer .Article ol:not(.Flat) li:before, .Footer ol.Data li:before { font-size: 18px; font-size: 1.125rem; color: #ffffff; opacity: .5; top: -2px; }

/* ==================================== $Components ==================================== */
/* ==================================== $Forms ==================================== */
/* $Default ==================================== */
/*  ========================================================================== FORMS AND BUTTONS ========================================================================== */
/* Forms ==================================== */
form, .Form { position: relative; }

.FormElement { padding-top: 10px; padding-bottom: 10px; }

.FormElement label, .Label { display: block; text-align: right; color: #666666; padding-top: 7px; }

.FormElement .FormElement-label { float: left; width: 30%; }
.FormElement .FormElement-input { float: right; width: 70%; }

/* Form elements ==================================== */
.Input { width: 100%; border: 1px solid #a13425; padding: 10px 10px; background: #ffffff; color: #333333; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.Input:hover { border-color: #a13425; }
.Input:focus { border-color: #a13425; }
.Input:active { border-color: #a13425; }

.Search .Input { padding-right: 60px; }

/* Buttons ==================================== */
.Button { padding: 10px 20px; display: inline-block; text-transform: none; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.15); color: #ffffff; background-color: #a13425; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.Button:hover { color: #ffffff; background-color: #000000; }
.Button:active { color: #ffffff; background-color: #000000; }

/* Sizes and styles
*/
.Button--xsmall { padding: 15px 20px; font-size: 16px; font-size: 1rem; line-height: 16px; line-height: 1rem; }

.Button--small { padding: 15px 30px; font-size: 18px; font-size: 1.125rem; line-height: 18px; line-height: 1.125rem; }

.Button--large { padding: 15px 30px; font-size: 18px; font-size: 1.125rem; line-height: 18px; line-height: 1.125rem; }

.Button--full { display: block; width: 100%; padding-left: 0; padding-right: 0; }

.Button--alt { background-color: #999999; }
.Button--alt:hover { background-color: #a13425; }
.Button--alt:active { background-color: #a13425; }

.Button--submit { position: absolute; top: 2px; right: 2px; color: #a13425; background-color: #ffffff; }
.Button--submit:hover { color: #000000; background-color: #ffffff; }
.Button--submit:active { color: #000000; background-color: #ffffff; }

/* Forms ==================================== */
/*  Breakpoints */
@media all and (max-width: 767px) { .Search { width: 90%; margin: 75px auto 0px; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .Search { width: 50%; margin: 150px auto 0px; } }
/* ==================================== $Tables ==================================== */
/* $Default ==================================== */
/* ==================================== $Navigations ==================================== */
/* $Default ==================================== */
/* Navigation
*/
.NavigationTrigger { position: absolute; color: #ffffff; display: inline-block; text-align: center; transition: all .25s ease-in-out; opacity: .9; }
.NavigationTrigger:hover { color: #000000; }
.NavigationTrigger:active { color: #000000; }
.NavigationTrigger span { display: inline-block; vertical-align: middle; }
.NavigationTrigger .NavigationTrigger-title { opacity: .75; }

/*  Breakpoints */
@media all and (max-width: 767px) { .NavigationTrigger { left: 20px; top: 10px; }
  .NavigationTrigger .NavigationTrigger-icon { width: 32px; height: 32px; line-height: 32px; font-size: 32px; }
  .NavigationTrigger .NavigationTrigger-title { display: none; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .NavigationTrigger { left: 30px; }
  .Header.s-headerTop .NavigationTrigger, body.js-menuOpen .Header .NavigationTrigger { top: 27px; }
  .Header.s-headerTop .NavigationTrigger .NavigationTrigger-icon, body.js-menuOpen .Header .NavigationTrigger .NavigationTrigger-icon { width: 36px; height: 36px; line-height: 36px; font-size: 36px; }
  .Header.s-headerNotTop .NavigationTrigger { top: 6px; }
  .Header.s-headerNotTop .NavigationTrigger .NavigationTrigger-icon { width: 32px; height: 32px; line-height: 32px; font-size: 32px; } }
/*  Breakpoints */
@media all and (min-width: 1024px) and (max-width: 1359px) { .NavigationTrigger .NavigationTrigger-title { display: none; } }
.NavigationWrapper { position: fixed; top: 0; left: 0; background-color: #a13425; transition: all .35s ease-in-out; overflow: auto; transform: translateY(-100%); text-align: center; overflow: hidden; }
.js-menuOpen .NavigationWrapper { transform: translateY(0%); width: 100%; height: 100%; }

.NavigationContainer { display: block; margin: 0px auto; }

/*  Breakpoints */
@media all and (max-width: 767px) { .NavigationContainer { width: 90%; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .NavigationContainer { width: 50%; } }
.Navigation { display: block; float: left; width: 50%; margin: 30px auto 0px; transition: all .1s ease-in-out; opacity: 0; }
.Navigation .Navigation-item, .Navigation .menu-item { display: block; text-align: left; }
.Navigation .Navigation-item .Navigation-link, .Navigation .Navigation-item a, .Navigation .menu-item .Navigation-link, .Navigation .menu-item a { color: #ffffff; display: block; padding: 17px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.Navigation .Navigation-item .Navigation-link:hover, .Navigation .Navigation-item a:hover, .Navigation .menu-item .Navigation-link:hover, .Navigation .menu-item a:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.1); }
.Navigation .Navigation-item .Navigation-link:active, .Navigation .Navigation-item a:active, .Navigation .menu-item .Navigation-link:active, .Navigation .menu-item a:active { color: #ffffff; background-color: rgba(255, 255, 255, 0.1); }
.Navigation .Navigation-item .Navigation-link.s-isActive, .Navigation .Navigation-item .Navigation-link.current-menu-item, .Navigation .Navigation-item a.s-isActive, .Navigation .Navigation-item a.current-menu-item, .Navigation .menu-item .Navigation-link.s-isActive, .Navigation .menu-item .Navigation-link.current-menu-item, .Navigation .menu-item a.s-isActive, .Navigation .menu-item a.current-menu-item { color: #ffffff; background-color: rgba(255, 255, 255, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
.Navigation .Navigation-item ul .Navigation-link, .Navigation .Navigation-item ul.sub-menu .menu-item a, .Navigation .menu-item ul .Navigation-link, .Navigation .menu-item ul.sub-menu .menu-item a { padding-left: 60px; }
.js-menuOpen .Navigation { transition: all .90s ease-in-out; opacity: 1; }

.Navigation--secondary .Navigation-item .Navigation-link, .Navigation--secondary .Navigation-item a, .Navigation--secondary .menu-item .Navigation-link, .Navigation--secondary .menu-item a { padding: 18px 17px; margin-left: 20px; }

/*  Breakpoints */
@media all and (max-width: 767px) { .SocialLinks { display: none; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .SocialLinks { transition: all .25s ease-in-out; }
  .SocialLinks .SocialLinks-item { display: inline-block; margin-left: 5px; margin-right: 5px; }
  .Header .SocialLinks { display: block; float: right; position: absolute; right: 0; }
  .Header.s-headerTop .SocialLinks, body.js-menuOpen .Header .SocialLinks { top: 34px; }
  .Header.s-headerNotTop .SocialLinks { top: 12px; } }
.Pagination { transition: all .1s ease-in-out; }
.Pagination .Pagination-item { display: inline-block; width: 40px; height: 40px; line-height: 40px; vertical-align: middle; background-color: #eeeeee; color: #333333; }
.Pagination a.Pagination-item { color: #a13425; }
.Pagination a.Pagination-item:hover, .Pagination a.Pagination-item:focus { background-color: #a13425; color: #ffffff; }
.Pagination span.Pagination-item.s-isCurrent { color: #ffffff; background-color: #333333; }

/*  Breakpoints */
/*  Breakpoints */
/*  Breakpoints */
/*  Breakpoints */
/*  Breakpoints */
/* ==================================== $Paginations ==================================== */
/* $Default ==================================== */
/* ==================================== $Media ==================================== */
/* $Default ==================================== */
/* ==================================== $Widgets ==================================== */
/* ==================================== $Widgets - Widget ==================================== */
/* ==================================== $Pages and Layout ==================================== */
/* ==================================== $Content ==================================== */
.Logo { background-position: 0 0; background-repeat: no-repeat; background-image: url(images/branding/slobodni-filozofski-w.png); transition: all .25s ease-in-out; opacity: .9; }
.Logo a { display: block; width: 100%; height: 100%; text-indent: -9999px; position: relative; z-index: 2; }

/*  Breakpoints */
@media all and (max-width: 767px) { .Header .Logo--header { position: absolute; top: 8px; left: 50%; margin-left: -85px; background-size: 170px 35px; width: 170px; height: 35px; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .Header.s-headerTop .Logo--header, body.js-menuOpen .Header .Logo--header { position: absolute; top: 14px; left: 180px; background-size: 300px 62px; width: 300px; height: 62px; }
  .Header.s-headerNotTop .Logo--header { position: absolute; top: 7px; left: 180px; background-size: 150px 31px; width: 150px; height: 31px; } }
/*  Breakpoints */
@media all and (min-width: 1024px) and (max-width: 1359px) { .Header.s-headerTop .Logo--header, body.js-menuOpen .Header .Logo--header { left: 100px; } }
/* Lists ==================================== */
.Flat { margin-bottom: 0; }

.Flat li, .Flat dt, .Flat dd, .Flat-item { display: inline-block; margin-right: 10px; }

/*  Breakpoints */
/* Media Listing
*/
.Media.Post .Item { margin-top: 10px; margin-bottom: 10px; }
.Media.Post .Item-info { display: block; }
.Media.Post .Item-info ul, .Media.Post .Item-info li { display: inline-block; }
.Media.Post .Item-info li { margin-right: 5px; }
.Media.Post .Item-info .Item-category { font-weight: 700; }
.Media.Post .Item-info .Item-date { display: inline-block; padding-left: 3px; }
.Media.Post .Item-title { display: block; text-align: center; }
.Media.Post .Item-subtitle { display: block; text-align: center; text-transform: uppercase; margin-top: .5em; }
.Media.Post .Item-media { display: block; margin-bottom: 1em; }
.Media.Post .Item-media img { width: 100%; min-width: 100%; }
.Media.Post .Item-intro { display: block; margin-top: 1em; }
.Media.Post.Post--1stLevel .Item-info { text-align: center; }
.Media.Post.Post--2ndLevel.Post--horizontal .Item-info { text-align: center; }
.Media.Post.Post--3rdLevel.Post--horizontal .Item-title { text-align: left; }
.Media.Post.Post--3rdLevel.Post--horizontal.REMOVE .Item-title { text-align: left; }
.Media.Post.Post--1stLevel.Post--horizontal .Item-intro p, .Media.Post.Post--2ndLevel.Post--horizontal .Item-intro p, .Media.Post.Post--1stLevel.Post--vertical .Item-intro p, .Media.Post.Post--2ndLevel.Post--vertical .Item-intro p { padding-left: 10px; padding-right: 10px; }

/*  Breakpoints */
@media all and (max-width: 767px) { /* Media Listing */
  .Media.Post .Item-link { display: block; } }
/*  Breakpoints */
@media all and (min-width: 768px) { /* Media Listing */
  .Media.Post.Post--1stLevel.Post--horizontal, .Media.Post.Post--2ndLevel.Post--horizontal { /*
.Item-intro
{ padding-left: 40px; padding-right: 40px;
}
*/ }
  .Media.Post.Post--1stLevel.Post--horizontal .Item-info, .Media.Post.Post--1stLevel.Post--horizontal .Item-title, .Media.Post.Post--1stLevel.Post--horizontal .Item-subtitle, .Media.Post.Post--1stLevel.Post--horizontal .Item-intro, .Media.Post.Post--2ndLevel.Post--horizontal .Item-info, .Media.Post.Post--2ndLevel.Post--horizontal .Item-title, .Media.Post.Post--2ndLevel.Post--horizontal .Item-subtitle, .Media.Post.Post--2ndLevel.Post--horizontal .Item-intro { padding-left: 20px; padding-right: 20px; float: right; width: 45.5%; }
  .Media.Post.Post--1stLevel.Post--horizontal .Item-media, .Media.Post.Post--2ndLevel.Post--horizontal .Item-media { padding-left: 15px; padding-right: 15px; float: left; width: 54.5%; position: relative; top: -10px; }
  .Media.Post.Post--3rdLevel.Post--horizontal .Item { margin-bottom: 30px; }
  .Media.Post.Post--3rdLevel.Post--horizontal .Item-info { display: block; float: none; padding-left: 15px; }
  .Media.Post.Post--3rdLevel.Post--horizontal .Item-title, .Media.Post.Post--3rdLevel.Post--horizontal .Item-subtitle, .Media.Post.Post--3rdLevel.Post--horizontal .Item-intro { padding-left: 15px; padding-right: 30px; }
  .Media.Post.Post--3rdLevel.Post--horizontal .Item-media { padding-left: 15px; padding-right: 15px; float: left; width: 43%; } }
.Media.Info .Item { border-bottom: 1px solid #e1e1e1; padding: 10px 10px; }
.Media.Info .Item:first-child { padding-top: 0; }
.Media.Info .Item:last-child { padding-bottom: 30px; }
.Media.Info .Item-title { display: block; text-align: center; }
.Media.Info .Item-location { display: block; text-align: center; padding-top: 3px; padding-bottom: 3px; }
.Media.Info .Item-date { display: block; text-align: center; }

.Media.Info.Info--large .Item { padding: 20px 10px; }
.Media.Info.Info--large .Item-title { text-align: left; }
.Media.Info.Info--large .Item-location { text-align: left; }
.Media.Info.Info--large .Item-date { text-align: left; }

/* Tables ==================================== */
table { width: 100%; margin-top: 20px; margin-bottom: 30px; }
table th, table td { padding: 10px 10px; }
table thead { border-top: 1px solid #eeeeee; border-bottom: 1px solid #a13425; }
table tbody tr { border-bottom: 1px solid #e1e1e1; }

/* SkriptaTV ==================================== */
.SkriptaTV .SkriptaTV-logo { margin: 0 auto; }

/* Sitewide - generic ==================================== */
/* Boxes
*/
.InfoBox { margin-bottom: 60px; text-align: center; position: relative; }
.InfoBox .InfoBox-title { font-style: italic; position: relative; margin: 0 auto; transform: translateY(-50%); text-align: center; }
.InfoBox .InfoBox-title a { color: #ffffff; display: inline-block; padding: 5px 20px; background: #a13425; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.15); }
.InfoBox .InfoBox-title a:hover, .InfoBox .InfoBox-title a:focus { background: #000000; }
.InfoBox .InfoBox-more { text-transform: uppercase; font-style: italic; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); text-align: center; display: inline-block; padding: 5px 20px; background: #eeeeee; border-bottom: 1px solid #e1e1e1; }

/*  Breakpoints */
@media all and (max-width: 767px) { .InfoBox { margin-top: 30px; margin-bottom: 60px; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .InfoBox { margin-bottom: 60px; } }
/* Footer ==================================== */
/*  Breakpoints */
/*  Breakpoints */
@media all and (min-width: 768px) { .FooterList .FooterList-item { padding-bottom: 3px; width: 50%; }
  .FooterList .FooterList-item:nth-child(odd) { padding-right: 30px; float: left; clear: left; }
  .FooterList .FooterList-item:nth-child(even) { float: right; clear: right; } }
.SponsorList .SponsorList-item { padding-top: 20px; padding-bottom: 3px; width: 100%; padding-right: 90px; position: relative; min-height: 80px; }
.SponsorList .SponsorList-item img { position: absolute; top: 0; right: 0; }

.Copyright { padding-top: 10px; text-align: center; font-style: italic; }

.Sponsor { text-align: center; font-style: italic; }

.Footer { color: #ffffff; }
.Footer h4, .Footer ul, .Footer p { opacity: .9; }
.Footer ul, .Footer p { margin-top: 1em; }
.Footer img { float: right; width: 80px; height: auto; }

/* Misc ==================================== */
.Social a { display: table-cell; text-align: center; vertical-align: middle; }
.Social a:hover { border-color: #a13425; }

.Border { border-top-style: solid; border-top-width: 2px; padding-top: 20px; border-top-color: #a13425; }
.Archive .Border, .Border.InfoBox { padding-top: 0; }

.Border--dist { border-top-color: #a13425; }

.Border--default { border-top-color: #333333; }

.Border--meta { border-top-color: #666666; }

.Border--note { border-top-color: #999999; }

.Border--light { border-top-color: #e1e1e1; border-top-width: 1px; }

.Border--info { border-top-color: #eeeeee; }

/* Archive
*/
.Archive .Button { transform: translateY(-50%); }

iframe, object, embed { max-width: 100%; }

.Round, .Pagination .Pagination-item { border-radius: 50%; }

.Shadow { box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.7); }

/* ==================================== $Pages - Page ==================================== */
/* $Contact ==================================== */
.ContactForm-title { float: none; }

/* $Post ==================================== */
.Post-info { display: block; text-align: center; }
.Post-info .Post-category { font-weight: 700; }
.Post-info .Post-date { display: inline-block; padding-left: 3px; }
.Post-info ul, .Post-info li { display: inline-block; }
.Post-info li { margin-right: 5px; }

.Post-title { display: block; text-align: center; }

.Post-intro { padding-top: 30px; }

.Post-meta { padding-top: 10px; border-top: 4px solid #a13425; font-style: italic; }

/* quotes */
blockquote { margin-top: 24px; background-color: #f2f2f2; }

.Article blockquote, .Article blockquote.alignnone { margin-left: 13px; margin-right: 13px; padding: 20px; border: 1px solid #dddddd; }
.Article blockquote p, .Article blockquote.alignnone p { margin-bottom: 0px; }

.Article blockquote.alignleft { padding: 10px 0px 0px 0px; font-style: italic; background-color: #ffffff; border: 1px solid white; border-top: 4px solid #a13425; font-style: italic; }
.Article blockquote.alignleft p { margin-bottom: 24px; }

.Article blockquote.alignright { padding: 10px 0px 0px 0px; font-style: italic; background-color: #ffffff; border: 1px solid white; border-top: 4px solid #a13425; font-style: italic; }
.Article blockquote.alignright p { margin-bottom: 24px; }

/*  Breakpoints */
@media all and (max-width: 767px) { .Post-body { padding-bottom: 20px; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .Post-body { padding-bottom: 30px; width: 66.66667%; margin-left: 16.66667%; margin-right: 16.66667%; } }
.Post-body .Article { font-size: 16px; line-height: 24px; /* images */ /* quotes */ }
.Post-body .Article p, .Post-body .Article ul, .Post-body .Article ol, .Post-body .Article h1, .Post-body .Article h2, .Post-body .Article h3, .Post-body .Article h4, .Post-body .Article h5, .Post-body .Article h6 { /*
width: 66.66667%;
margin-left: 16.66667%; 
margin-right: 16.66667%; 
*/ }
.Post-body .Article blockquote { /*
margin-left: 14%;
margin-right: 14%; 
*/ }
.Post-body .Article iframe, .Post-body .Article object, .Post-body .Article embed { /*
padding-left: 14%;
padding-right: 14%; 
*/ }
.Post-body .Article .Post-mainImage img { min-width: 108%; }
.Post-body .Article img, .Post-body .Article img.alignleft, .Post-body .Article img.alignright { width: 108%; max-width: 108%; min-width: 108%; margin-left: -4%; margin-bottom: .5em; }
.Post-body .Article img.Original { width: auto !important; max-width: auto !important; min-width: auto !important; margin-left: 0 !important; }
.Post-body .Article img.left { width: auto; min-width: auto; max-width: auto; float: left; margin: 0 24px 24px 0; }
.Post-body .Article img.padding-right { width: auto; min-width: auto; max-width: auto; float: right; margin: 0 0 24px 24px; }
.Post-body .Article iframe, .Post-body .Article object, .Post-body .Article embed { max-width: 108%; width: 108%; min-width: 108%; margin-left: -4%; height: 500px; }
.Post-body .Article figure.wp-caption, .Post-body .Article div.wp-caption, .Post-body .Article div.wp-image { position: relative; margin-bottom: 24px; }
.Post-body .Article figure.wp-caption p.wp-caption-text, .Post-body .Article figure.wp-caption figcaption.wp-caption-text, .Post-body .Article div.wp-caption p.wp-caption-text, .Post-body .Article div.wp-caption figcaption.wp-caption-text, .Post-body .Article div.wp-image p.wp-caption-text, .Post-body .Article div.wp-image figcaption.wp-caption-text { position: absolute; top: 0; margin-left: 0; margin-right: 0; padding-top: 10px; border-top: 4px solid #eeeeee; font-style: italic; color: #666666; }
.Post-body .Article figure.wp-caption.alignnone, .Post-body .Article div.wp-caption.alignnone, .Post-body .Article div.wp-image { width: 100%; /* padding-left: 14%; padding-right: 14%; */ }
.Post-body .Article figure.wp-caption.alignnone p.wp-caption-text, .Post-body .Article figure.wp-caption.alignnone figcaption.wp-caption-text, .Post-body .Article div.wp-caption.alignnone p.wp-caption-text, .Post-body .Article div.wp-caption.alignnone figcaption.wp-caption-text, .Post-body .Article div.wp-image p.wp-caption-text, .Post-body .Article div.wp-image figcaption.wp-caption-text { width: 14%; right: 0; padding-left: 20px; }
.Post-body .Article figure.wp-caption.alignleft, .Post-body .Article div.wp-caption.alignleft, .Post-body .Article div.wp-image.alignleft { float: left; margin-top: 24px; width: 70%; padding-left: 23%; padding-right: 30px; margin-left: -27%; }
.Post-body .Article figure.wp-caption.alignleft img, .Post-body .Article div.wp-caption.alignleft img, .Post-body .Article div.wp-image.alignleft img { width: 100%; max-width: 100%; min-width: 100%; margin-left: 0; margin-bottom: 0; }
.Post-body .Article figure.wp-caption.alignleft p.wp-caption-text, .Post-body .Article figure.wp-caption.alignleft figcaption.wp-caption-text, .Post-body .Article div.wp-caption.alignleft p.wp-caption-text, .Post-body .Article div.wp-caption.alignleft figcaption.wp-caption-text, .Post-body .Article div.wp-image.alignleft p.wp-caption-text, .Post-body .Article div.wp-image.alignleft figcaption.wp-caption-text { width: 27.1%; left: 0; padding-right: 10px; }
.Post-body .Article figure.wp-caption.alignright, .Post-body .Article div.wp-caption.alignright, .Post-body .Article div.wp-image.alignright { float: right; margin-top: 24px; width: 70%; padding-left: 30px; padding-right: 23%; margin-right: -27%; }
.Post-body .Article figure.wp-caption.alignright img, .Post-body .Article div.wp-caption.alignright img, .Post-body .Article div.wp-image.alignright img { width: 100%; max-width: 100%; min-width: 100%; margin-left: 0; margin-bottom: 0; }
.Post-body .Article figure.wp-caption.alignright p.wp-caption-text, .Post-body .Article figure.wp-caption.alignright figcaption.wp-caption-text, .Post-body .Article div.wp-caption.alignright p.wp-caption-text, .Post-body .Article div.wp-caption.alignright figcaption.wp-caption-text, .Post-body .Article div.wp-image.alignright p.wp-caption-text, .Post-body .Article div.wp-image.alignright figcaption.wp-caption-text { width: 27.1%; right: 0; padding-left: 10px; }
.Post-body .Article figure.wp-caption.alignleft[style], .Post-body .Article div.wp-caption.alignleft[style], .Post-body .Article div.wp-image.alignleft[style], .Post-body .Article figure.wp-caption.alignright[style], .Post-body .Article div.wp-caption.alignright[style], .Post-body .Article div.wp-image.alignright[style] { width: 85% !important; max-width: 85% !important; }
.Post-body .Article figure.wp-caption.aligncenter, .Post-body .Article div.wp-caption.aligncenter, .Post-body .Article div.wp-image.aligncenter { margin-top: 24px; width: 100%; }
.Post-body .Article figure.wp-caption.aligncenter p.wp-caption-text, .Post-body .Article figure.wp-caption.aligncenter figcaption.wp-caption-text, .Post-body .Article div.wp-caption.aligncenter p.wp-caption-text, .Post-body .Article div.wp-caption.aligncenter figcaption.wp-caption-text, .Post-body .Article div.wp-image.aligncenter p.wp-caption-text, .Post-body .Article div.wp-image.aligncenter figcaption.wp-caption-text { width: 23%; right: -27%; padding-left: 10px; }
.Post-body .Article figure.wp-caption.aligncenter[style], .Post-body .Article div.wp-caption.aligncenter[style], .Post-body .Article div.wp-image.aligncenter[style] { width: 100% !important; max-width: 100% !important; }
.Post-body .Article blockquote { margin-top: 24px; }
.Post-body .Article blockquote.alignleft, .Post-body .Article blockquote.left1 { float: left; width: 50%; margin-left: -26%; margin-right: 30px; }
.Post-body .Article blockquote.alignright, .Post-body .Article blockquote.right1 { float: right; width: 50%; margin-left: 30px; margin-right: -26%; }

.Post-share { padding-top: 10px; padding-bottom: 30px; }

/*  Breakpoints */
@media all and (max-width: 767px) { .Post-body .Article { /* images */ /* quotes */ }
  .Post-body .Article img, .Post-body .Article img.alignleft, .Post-body .Article img.alignright { width: 100%; max-width: 100%; min-width: 100%; margin-left: 0; margin-bottom: .5em; }
  .Post-body .Article iframe, .Post-body .Article object, .Post-body .Article embed { max-width: 100%; width: 100%; min-width: 100%; margin-left: 0; height: 400px; }
  .Post-body .Article figure.wp-caption p.wp-caption-text, .Post-body .Article figure.wp-caption figcaption.wp-caption-text, .Post-body .Article div.wp-caption p.wp-caption-text, .Post-body .Article div.wp-caption figcaption.wp-caption-text, .Post-body .Article div.wp-image p.wp-caption-text, .Post-body .Article div.wp-image figcaption.wp-caption-text { position: relative; margin-left: 0; margin-right: 0; padding-top: 10px; border-top: none; font-style: italic; }
  .Post-body .Article figure.wp-caption.alignnone, .Post-body .Article div.wp-caption.alignnone, .Post-body .Article div.wp-image { width: 100%; }
  .Post-body .Article figure.wp-caption.alignnone p.wp-caption-text, .Post-body .Article figure.wp-caption.alignnone figcaption.wp-caption-text, .Post-body .Article div.wp-caption.alignnone p.wp-caption-text, .Post-body .Article div.wp-caption.alignnone figcaption.wp-caption-text, .Post-body .Article div.wp-image p.wp-caption-text, .Post-body .Article div.wp-image figcaption.wp-caption-text { width: 100%; right: auto; padding-left: 0; }
  .Post-body .Article figure.wp-caption.alignleft, .Post-body .Article div.wp-caption.alignleft, .Post-body .Article div.wp-image.alignleft { float: none; width: 90%; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; }
  .Post-body .Article figure.wp-caption.alignleft img, .Post-body .Article div.wp-caption.alignleft img, .Post-body .Article div.wp-image.alignleft img { width: 100%; max-width: 100%; min-width: 100%; margin-left: 0; margin-bottom: 0; }
  .Post-body .Article figure.wp-caption.alignleft p.wp-caption-text, .Post-body .Article figure.wp-caption.alignleft figcaption.wp-caption-text, .Post-body .Article div.wp-caption.alignleft p.wp-caption-text, .Post-body .Article div.wp-caption.alignleft figcaption.wp-caption-text, .Post-body .Article div.wp-image.alignleft p.wp-caption-text, .Post-body .Article div.wp-image.alignleft figcaption.wp-caption-text { width: 100%; padding-right: 0; }
  .Post-body .Article figure.wp-caption.alignright, .Post-body .Article div.wp-caption.alignright, .Post-body .Article div.wp-image.alignright { float: none; width: 90%; padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; }
  .Post-body .Article figure.wp-caption.alignright img, .Post-body .Article div.wp-caption.alignright img, .Post-body .Article div.wp-image.alignright img { width: 100%; max-width: 100%; min-width: 100%; margin-left: 0; margin-bottom: 0; }
  .Post-body .Article figure.wp-caption.alignright p.wp-caption-text, .Post-body .Article figure.wp-caption.alignright figcaption.wp-caption-text, .Post-body .Article div.wp-caption.alignright p.wp-caption-text, .Post-body .Article div.wp-caption.alignright figcaption.wp-caption-text, .Post-body .Article div.wp-image.alignright p.wp-caption-text, .Post-body .Article div.wp-image.alignright figcaption.wp-caption-text { width: 100%; padding-right: 0; }
  .Post-body .Article figure.wp-caption.alignleft[style], .Post-body .Article div.wp-caption.alignleft[style], .Post-body .Article div.wp-image.alignleft[style], .Post-body .Article figure.wp-caption.alignright[style], .Post-body .Article div.wp-caption.alignright[style], .Post-body .Article div.wp-image.alignright[style] { width: 90% !important; max-width: 90% !important; }
  .Post-body .Article figure.wp-caption.aligncenter, .Post-body .Article div.wp-caption.aligncenter, .Post-body .Article div.wp-image.aligncenter { margin-top: 24px; width: 100%; }
  .Post-body .Article figure.wp-caption.aligncenter p.wp-caption-text, .Post-body .Article figure.wp-caption.aligncenter figcaption.wp-caption-text, .Post-body .Article div.wp-caption.aligncenter p.wp-caption-text, .Post-body .Article div.wp-caption.aligncenter figcaption.wp-caption-text, .Post-body .Article div.wp-image.aligncenter p.wp-caption-text, .Post-body .Article div.wp-image.aligncenter figcaption.wp-caption-text { width: 100%; right: 0; padding-left: 0; }
  .Post-body .Article blockquote.alignleft, .Post-body .Article blockquote.left1 { float: none; width: 100%; margin-left: 0; margin-right: 0; }
  .Post-body .Article blockquote.alignright, .Post-body .Article blockquote.right1 { float: none; width: 100%; margin-left: 0; margin-right: 0; } }
/* ==================================== $Layout ==================================== */
/* $Default ==================================== */
.Header { position: fixed; top: 0; left: 0; width: 100%; transition: all .25s ease-in-out; }
.js-menuOpen .Header { background-color: #a13425; }

/*  Breakpoints */
@media all and (max-width: 767px) { body { padding-top: 75px; }
  .Header { height: 50px; background-color: #a13425; overflow: hidden; }
  body.js-menuOpen .Header { overflow: visible; }
  .SVG { display: none; } }
/*  Breakpoints */
@media all and (min-width: 768px) { body { padding-top: 140px; }
  .Header { height: 50px; background-color: #ffffff; }
  .Header.s-headerTop, body.js-menuOpen .Header { height: 90px; }
  .Header.s-headerNotTop { height: 45px; }
  .SVG { transition: all .25s ease-in-out; }
  .SVG-1 { position: fixed; top: 0; left: 0; z-index: 2001; width: 50%; height: 90px; }
  .SVG-2 { position: absolute; top: 0; left: 0; z-index: 0; width: 50%; height: 1800px; }
  .SVG-1 polygon { fill: #a13425; }
  .SVG-2 polygon { fill: #eeeeee; }
  .Header.s-headerTop .SVG-1, body.js-menuOpen .Header .SVG-1 { transform: translateY(0); }
  .Header.s-headerNotTop .SVG-1 { transform: translateY(-50%); }
  .SVG-3 { position: fixed; top: 0; left: 0; z-index: 2001; width: 50%; height: 90px; margin-left: -75px; }
  .SVG-5 { position: absolute; top: 90px; left: 2.5%; z-index: 0; width: 50%; height: 90px; margin-left: -75px; }
  .SVG-5-0 { top: 0; left: 0; }
  .SVG-5a { top: 180px; left: 5%; }
  .SVG-5b { top: 270px; left: 7.5%; }
  .SVG-5c { top: 360px; left: 10%; }
  .SVG-5d { top: 450px; left: 12.5%; }
  .SVG-5e { top: 540px; left: 13.75%; height: 45px; }
  .SVG-7 { position: absolute; width: 30%; top: 90px; left: 0; height: 585px; margin-left: -75px; }
  .SVG-6 { position: absolute; top: 585px; left: 0; z-index: 0; width: 63.75%; height: 1800px; margin-left: -75px; }
  .SVG-3 polygon { fill: #a13425; }
  .SVG-5 polygon { fill: #a13425; }
  .SVG-6 polygon { fill: #eeeeee; }
  .SVG-7 polygon { fill: #a13425; }
  .Header.s-headerTop .SVG-3, body.js-menuOpen .Header .SVG-3 { transform: translateY(0); }
  .Header.s-headerNotTop .SVG-3 { transform: translateY(-50%); } }
.Section--featured { padding-bottom: 30px; }

.Section--skriptaTV { padding-bottom: 60px; }

.Section--listing { padding-bottom: 60px; }

.Section--content { padding-bottom: 60px; }

.Section--featuredArchive { background-color: #eeeeee; padding-top: 60px; padding-bottom: 60px; }

.Footer { background-color: #a13425; position: relative; }

/*  Breakpoints */
@media all and (max-width: 767px) { .Footer { padding-top: 30px; padding-bottom: 30px; } }
/*  Breakpoints */
@media all and (min-width: 768px) { .Footer { padding-top: 60px; padding-bottom: 60px; } }
/* Z-index ==================================== */
body { z-index: 1; }

.Header { z-index: 2000; }

.Logo { z-index: 2100; }

.NavigationTrigger { z-index: 2100; }

.NavigationWrapper { z-index: 1900; }

.NavigationPanel { z-index: 1900; }

.Footer { z-index: 1000; }

/*# sourceMappingURL=global.css.map */
