/*
Sass for default CSS file
by boomerank
*/
/* ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							SASS MIXINS
 < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
								CLEARFIX
  =====================================================================*/
/*=====================================================================
								PIXEL 2 REM
  =====================================================================*/
/*=====================================================================
							GRADIENT BACKGROUND
  =====================================================================*/
/*=====================================================================
								TRANSFORM
  =====================================================================*/
/*=====================================================================
								FLEXBOX
  =====================================================================*/
/*=====================================================================
						BOX SHADOW (material design)
  =====================================================================*/
/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								VARIABLES
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
									FONTS
  =====================================================================*/
@font-face {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  src: url("https://www.zamp-zdruzenje.si/common/font/icons.woff2") format("woff2"), url("https://www.zamp-zdruzenje.si/common/font/icons.woff") format("woff");
}
/*=====================================================================
								COLORS
  =====================================================================*/
/*=====================================================================
							GUTTERS
  =====================================================================*/
/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
html {
  color: #333;
  font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

body {
  background: #38383d;
  margin: 0 auto;
  overflow-y: scroll;
  position: relative;
}

#skiptocontent {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/*=====================================================================
								HEADINGS
  =====================================================================*/
h1 {
  color: #333;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 34px;
  line-height: 2.125rem;
  margin: 0 0 0.5em 0;
  padding: 0;
}

h2 {
  color: #333;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
h2 a {
  color: #333;
  text-decoration: none;
}
h2 a:hover {
  color: #000;
}

h3 {
  color: #333;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 1em 0 0.5em 0;
  padding: 0;
}
h3 a {
  color: #333;
  text-decoration: none;
}
h3 a:hover {
  color: #000;
}

/*=====================================================================
								PARAGRAPH
  =====================================================================*/
p {
  margin: 0 0 1em 0;
  padding: 0;
}
p.error {
  background: #d23740;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
p.error a {
  color: #fff;
}

/*=====================================================================
								STRONG
  =====================================================================*/
/*=====================================================================
								LINK
  =====================================================================*/
a {
  color: #f5821f;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover {
  color: #a75107;
}

/*=====================================================================
								LIST
  =====================================================================*/
ul {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
ul li {
  margin: 3px 0 0 0;
  padding: 0;
}

ol {
  margin: -0.5em 0 1em 1.5em;
  padding: 0;
}
ol li {
  margin: 3px 0 0 0;
  padding: 0;
}

/*=====================================================================
								TABLE
  =====================================================================*/
table {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0 0 1em 0;
  width: 100%;
  /* Footer */
}
table thead tr td, table thead tr th, table thead tr:hover td, table thead tr:hover th {
  background: none !important;
  font-weight: 700;
  padding: 0.5em 0.75em;
  text-align: left;
}
table tfoot td, table tfoot tr:hover td {
  background: none;
  font-weight: 700;
  padding: 0.5em 0.75em;
}
table tr td {
  padding: 1em 0.75em;
  vertical-align: top;
}
table tr:nth-child(odd) td {
  background: #f0f0f3;
}
table tr:hover td {
  background: #ebebeb;
}

div.table-wrapper {
  overflow-x: scroll;
}

/*=====================================================================
								HORIZONTAL RULE
  =====================================================================*/
hr {
  background: none;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  clear: both;
  height: 2px;
  margin: 1.5em 0;
  padding: 0;
}

/*=====================================================================
								IMAGE
  =====================================================================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.inline {
  display: inline-block;
}
img.bordered {
  border: 10px solid #ebebeb;
}
img.rounded {
  border-radius: 3px;
}
img.floated-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
img.floated-right {
  float: right;
  margin-right: 0;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
img.centered {
  margin-left: auto;
  margin-right: auto;
}
img.spaced {
  display: inline-block !important;
  margin-left: 1em;
  margin-right: 1em;
}

/*=====================================================================
								COMMON
  =====================================================================*/
.off {
  display: none;
}

p.text-large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

p.text-small, span.text-small {
  color: #4c4c4c;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

p.align-center, div.align-center, td.align-center {
  text-align: center;
}

p.align-right, div.align-right, td.align-right {
  text-align: right;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FORM
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
form {
  margin: 0;
  padding: 0;
}

fieldset {
  background: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0 0 1em 0;
  max-width: 700px;
  overflow: hidden;
  padding: 0;
}
fieldset p {
  position: relative;
}

label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 5px 0 3px 0;
}
label.label2 {
  display: inline;
  font-weight: 400;
}
label span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 400;
}
label span.radio {
  font-style: normal;
  padding-left: 24px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
select,
textarea {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
  outline: none;
  padding: 6px;
  transition: all 0.2s linear;
  vertical-align: bottom;
  width: 100%;
  -webkit-appearance: none;
}
input[type=email].short,
input[type=number].short,
input[type=password].short,
input[type=search].short,
input[type=text].short,
select.short,
textarea.short {
  width: auto;
}
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
  border: 1px solid #4c4c4c;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border: 1px solid #333;
}
input[type=email].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=text].error,
select.error,
textarea.error {
  border: 1px solid #d23740;
  color: #333;
}
input[type=email].field,
input[type=number].field,
input[type=password].field,
input[type=search].field,
input[type=text].field,
select.field,
textarea.field {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
  margin: 0 6px 0 3px;
  width: auto;
}

::-webkit-input-placeholder {
  color: #4c4c4c;
  font-style: italic;
}

:-moz-placeholder {
  color: #4c4c4c;
  font-style: italic;
}

::-moz-placeholder {
  color: #4c4c4c;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #4c4c4c;
  font-style: italic;
}

.errorMsg {
  background: #d23740;
  border-radius: 2px;
  color: #fff;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 2px 10px;
}
.errorMsg.on {
  display: inline-block;
}
.errorMsg.ok {
  color: #333;
  display: none;
}
.errorMsg.note {
  color: #333;
  display: none;
}
.errorMsg.loading {
  display: none;
}

/*=====================================================================
								DATABASE
  =====================================================================*/
form.database {
  max-width: 600px;
  position: relative;
}
form.database input[type=search] {
  font-size: 18px;
  font-size: 1.125rem;
  height: 48px;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 5px;
  padding: 12px 80px 12px 10px;
  vertical-align: bottom;
  width: 100%;
  -webkit-appearance: none;
}
form.database button {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  height: 48px;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 5px;
  padding: 12px 24px;
  position: absolute;
  right: 0;
  top: 0;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								LAYOUT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1108px;
  min-width: 320px;
  padding: 0 10px;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

header {
  background: #38383d;
}

#main {
  background: #fff;
  overflow: hidden;
  padding: 0 0 1.5em 0;
}
.homepage #main {
  padding-bottom: 0;
}
#main article#content {
  box-sizing: border-box;
}
#main aside#content-left {
  box-sizing: border-box;
  z-index: 2;
}
#main aside#content-right {
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #main aside#content-left {
    float: left;
    width: 22%;
  }
  #main article#content {
    float: right;
    max-width: 820px;
    padding-left: 20px;
    width: 78%;
  }
  #main.wide article#content {
    float: none;
    max-width: none;
    padding-left: 0;
    width: auto;
  }
  #main.single article#content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 800px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
header {
  border-bottom: 4px solid #f5821f;
  padding: 10px 0 5px 0;
  position: relative;
  z-index: 2;
}

/*=====================================================================
								LOGO
  =====================================================================*/
header .logo svg {
  height: auto;
  width: 48px;
}
@media screen and (min-width: 1024px) {
  header .logo svg {
    width: 74px;
  }
}

/*=====================================================================
								SEARCH
  =====================================================================*/
header button.icon-search {
  background: none;
  border: 0;
  border-radius: 0;
  height: 48px;
  padding: 0;
  position: absolute;
  right: 120px;
  top: 0;
  width: 48px;
}
header button.icon-search:after {
  color: #fff;
  content: "S";
  font-family: "Icons", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 44px;
  line-height: 2.75rem;
  transition: all 0.2s linear;
}
header button.icon-search.on:after, header button.icon-search:hover:after {
  color: #f5821f;
}
@media screen and (min-width: 480px) {
  header button.icon-search {
    display: none;
  }
}

header form.search {
  display: none;
  margin: 8px 0 0 0;
  position: relative;
}
header form.search input[type=search] {
  border-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-right: 60px;
  width: 100%;
}
header form.search button[type=submit] {
  font-size: 14px;
  font-size: 0.875rem;
  height: 100%;
  line-height: 20px;
  line-height: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
header form.search.on {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  header form.search {
    display: block;
    right: 130px;
    margin: 0;
    max-width: 300px;
    padding: 0;
    position: absolute;
    top: 8px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  header form.search {
    left: auto;
    right: 70px;
    top: 20px;
    width: auto;
  }
  header form.search input[type=search] {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  header form.search {
    right: 80px;
  }
}

/*=====================================================================
								LANGUAGE
  =====================================================================*/
div.language {
  position: absolute;
  right: 70px;
  top: 10px;
}
div.language button {
  background: none;
  border: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
}
div.language button:after {
  display: inline-block;
  content: "d";
  font-family: "Icons", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  margin-left: 2px;
  text-transform: none;
  transition: all 0.2s linear;
  width: 15px;
}
div.language button:hover, div.language button.on {
  color: #f5821f;
}
div.language button:hover:after, div.language button.on:after {
  color: #f5821f;
}
div.language ul {
  background: #d9d9e4;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: max-height 0.2s ease-in-out;
}
div.language ul li {
  margin: 0;
  padding: 0;
}
div.language ul li a {
  color: #333;
  display: block;
  letter-spacing: 1px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
div.language ul li a:hover {
  color: #d23740;
}
div.language ul li a.selected {
  display: none;
}
div.language ul.on {
  max-height: 200px;
}
@media screen and (min-width: 1024px) {
  div.language {
    right: 20px;
    top: 23px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								NAVIGATION
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
header button.icon-navigation {
  background: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  height: 48px;
  padding: 30px 0 0 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  transition: all 0.2s linear;
  width: 48px;
}
header button.icon-navigation:after {
  color: #fff;
  content: "M";
  font-family: "Icons", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  left: 50%;
  line-height: 36px;
  line-height: 2.25rem;
  margin-left: -12px;
  position: absolute;
  top: 2px;
  transition: all 0.2s linear;
}
header button.icon-navigation.on, header button.icon-navigation:hover {
  color: #f5821f;
}
header button.icon-navigation.on:after, header button.icon-navigation:hover:after {
  color: #f5821f;
}
@media screen and (min-width: 768px) {
  header button.icon-navigation {
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  header button.icon-navigation {
    display: none;
  }
}

nav.navigation {
  background: #d9d9e4;
  display: none;
  margin-top: 5px;
  width: 320px;
  position: absolute;
  right: 0;
  z-index: 15;
}
nav.navigation:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d9d9e4;
  content: "";
  height: 0;
  position: absolute;
  right: 22px;
  top: -10px;
  width: 0;
}
nav.navigation.on {
  display: block;
}
nav.navigation ul {
  font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
nav.navigation ul li {
  border-bottom: 1px solid #c5c5d6;
  margin: 0;
  padding: 0;
  position: relative;
}
nav.navigation ul li a {
  color: #333;
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  transition: all 0.2s linear;
}
nav.navigation ul li a:hover, nav.navigation ul li a.selected {
  background: #c5c5d6;
}
nav.navigation ul li button.expand {
  background: none;
  border: 0;
  color: #333;
  cursor: pointer;
  display: inline;
  font-family: "Icons", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 100%;
  margin: 0;
  padding: 14px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: none;
  top: 0;
  z-index: 2;
}
nav.navigation ul li button.expand:before {
  content: "d";
}
nav.navigation ul li ul {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}
nav.navigation ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #c5c5d6;
}
nav.navigation ul li ul li a {
  padding: 12px 20px;
}
nav.navigation ul li .expand.on + ul {
  display: block;
}
@media screen and (min-width: 768px) {
  nav.navigation:before {
    right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  nav.navigation {
    background: none;
    display: block;
    margin: 0;
    position: absolute;
    right: 270px;
    top: 23px;
    width: auto;
  }
  nav.navigation:before, nav.navigation:after {
    content: " ";
    display: table;
  }
  nav.navigation:after {
    clear: both;
  }
  nav.navigation:before {
    display: none;
  }
  nav.navigation ul:before, nav.navigation ul:after {
    content: " ";
    display: table;
  }
  nav.navigation ul:after {
    clear: both;
  }
  nav.navigation ul li {
    border: 0;
    float: left;
    padding: 0 22px 0 0;
    /*&.item6 {
    	ul {
    		left: auto;
    		right: 10px;

    		&:before {
    			left: auto;
    			right: 16px;
    		}
    	}
    }*/
  }
  nav.navigation ul li:last-child {
    padding-right: 0;
  }
  nav.navigation ul li a {
    color: #fff;
    display: inline-block;
    padding: 5px 15px 5px 5px;
    position: relative;
  }
  nav.navigation ul li a:after {
    color: #fff;
    content: "d";
    font-family: "Icons", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 4px;
    position: absolute;
    text-transform: none;
    transition: all 0.2s linear;
  }
  nav.navigation ul li a:hover, nav.navigation ul li a.selected {
    background: none;
    color: #f5821f;
  }
  nav.navigation ul li a:hover:after, nav.navigation ul li a.selected:after {
    color: #f5821f;
  }
  nav.navigation ul li.single a:after {
    display: none;
  }
  nav.navigation ul li button.expand {
    display: none;
  }
  nav.navigation ul li ul {
    background: #d9d9e4;
    box-sizing: border-box;
    display: none;
    left: -5px;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 8px;
    position: absolute;
    transition: all 0.2s linear;
    width: 240px;
    z-index: 10;
  }
  nav.navigation ul li ul:before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #d9d9e4;
    content: "";
    height: 0;
    left: 16px;
    position: absolute;
    top: -8px;
    width: 0;
  }
  nav.navigation ul li ul li {
    border: 0;
    float: none;
    padding: 2px 0;
  }
  nav.navigation ul li ul li a {
    color: #333;
    display: block;
    padding: 6px 8px;
  }
  nav.navigation ul li ul li a:after {
    display: none;
  }
  nav.navigation ul li ul li a:hover {
    background: none;
    color: #f5821f;
  }
  nav.navigation ul li ul li a.selected {
    color: #f5821f;
  }
  nav.navigation ul li .expand.on + ul {
    display: none;
  }
  nav.navigation ul li:hover ul, nav.navigation ul li:hover .expand.on + ul {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  nav.navigation {
    right: 300px;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								ASIDE
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
								SUBNAVIGATION
  =====================================================================*/
nav.subnavigation {
  display: none;
}
@media screen and (min-width: 1024px) {
  nav.subnavigation {
    display: block;
  }
  nav.subnavigation ul {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav.subnavigation ul:before, nav.subnavigation ul:after {
    content: " ";
    display: table;
  }
  nav.subnavigation ul:after {
    clear: both;
  }
  nav.subnavigation ul li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.subnavigation ul li a {
    color: #f5821f;
    display: block;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
  }
  nav.subnavigation ul li a:hover {
    background: #e8eaf0;
  }
  nav.subnavigation ul li a.selected {
    background: #e8eaf0;
    font-weight: 700;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
footer {
  background: linear-gradient(#efeff3, #f8f8f8 8px, #f8f8f8, #fff);
  padding: 2em 0 1.5em 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
footer h2 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 0.2em 0;
}
footer p {
  font-weight: 300;
}
footer .row2 .col {
  margin-bottom: 1em;
}
footer .row2 .col .inner {
  background: #f3f3f3;
  font-weight: 700;
  padding: 2em;
}
footer .row2 .col .inner div.number {
  font-family: "Roboto Slab", serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 46px;
  line-height: 2.875rem;
}

.bottom {
  color: #9f9f9f;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 17px;
  line-height: 1.0625rem;
  padding: 1em 0;
  text-align: center;
}
.bottom a {
  color: #fff;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BUTTON
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
button, a.button {
  background: #f5821f;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  padding: 0.6em 1.2em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}
button:hover, a.button:hover {
  background: #d7690a;
}
button.small, a.button.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
button.big, a.button.big {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
}

a.download {
  background: #f3f3f3;
  color: #f5821f;
  display: inline-block;
  margin: 5px 0;
  padding: 0.5em 1em 0.5em 2.6em;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}
a.download:hover {
  background: #e8eaf0;
  color: #d7690a;
}
a.download:before {
  color: #fff;
  content: "D";
  background: #38383d;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Icons", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  height: 100%;
  left: 0;
  padding: 8px 8px 0 8px;
  position: absolute;
  top: 0;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								COOKIES
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#cookies {
  background: #7f7f7f;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 3px 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  left: 0;
  line-height: 16px;
  overflow: hidden;
  padding: 10px 5px;
  position: fixed;
  text-align: left;
  z-index: 999;
}
#cookies .text {
  float: left;
  padding-right: 15px;
}
#cookies a {
  color: #fff;
  text-decoration: underline;
}
#cookies a:hover {
  text-decoration: none;
}
#cookies button {
  background: #339933;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-top: 4px;
  padding: 4px 8px;
  text-decoration: none;
}
#cookies button:hover {
  background: #008000;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								GRID
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
.row, .row2, .row3, .row4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 0;
}
.row .col, .row2 .col, .row3 .col, .row4 .col {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.row .col.align-middle, .row2 .col.align-middle, .row3 .col.align-middle, .row4 .col.align-middle {
  -webkit-align-self: center;
  align-self: center;
  background: orange;
}
.row .col div.inner, .row2 .col div.inner, .row3 .col div.inner, .row4 .col div.inner {
  position: relative;
}

@media screen and (min-width: 480px) {
  .row2.mobile > .col {
    width: 50%;
  }
  .row3.mobile > .col {
    width: 33.33%;
  }
  .row3.mobile > .col.double {
    width: 66.6%;
  }
  .row4.mobile > .col {
    width: 25%;
  }
  .row4.mobile > .col.double {
    width: 50%;
  }
  .row4.mobile > .col.triple {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row2:not(.desktop) > .col {
    width: 50%;
  }
  .row3:not(.desktop) > .col {
    width: 33.33%;
  }
  .row3:not(.desktop) > .col.double {
    width: 66.6%;
  }
  .row4:not(.desktop) > .col {
    width: 25%;
  }
  .row4:not(.desktop) > .col.double {
    width: 50%;
  }
  .row4:not(.desktop) > .col.triple {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row2.desktop > .col {
    width: 50%;
  }
  .row3.desktop > .col {
    width: 33.33%;
  }
  .row3.desktop > .col.double {
    width: 66.6%;
  }
  .row4.desktop > .col {
    width: 25%;
  }
  .row4.desktop > .col.double {
    width: 50%;
  }
  .row4.desktop > .col.triple {
    width: 75%;
  }
}
.float:before, .float:after {
  content: " ";
  display: table;
}
.float:after {
  clear: both;
}
.float .float-left {
  float: left;
  width: auto;
}
.float .float-right {
  float: right;
  width: auto;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BREADCRUMBS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
#breadcrumbs {
  background: #f5821f;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin: 0 0 2em 0;
  padding: 6px 0 10px 0;
  position: relative;
}
#breadcrumbs:before, #breadcrumbs:after {
  background: #f5821f;
  content: "";
  height: 100%;
  left: -200%;
  position: absolute;
  top: 0;
  width: 200%;
}
#breadcrumbs:after {
  left: auto;
  right: -200%;
}
#breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  color: #fff;
  font-family: "Icons", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0 2px;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								NEWS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
.news-list-home {
  margin-top: 1em;
}
.news-list-home section.news-item {
  margin: 0 0 1em 0;
}
.news-list-home section.news-item time {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.news-list-home section.news-item h1 {
  font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 5px 0;
  padding: 0;
}
.news-list-home section.news-item h1 a {
  color: #f5821f;
  text-decoration: none;
  transition: all 0.2s linear;
}
.news-list-home section.news-item h1 a:hover {
  color: #d7690a;
}

.news-list {
  margin-top: 1.5em;
}
.news-list section.news-item {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
}
.news-list section.news-item:last-child {
  border: 0;
}
.news-list section.news-item time {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
.news-list section.news-item h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 5px 0;
  padding: 0;
}
.news-list section.news-item h1 a {
  color: #f5821f;
  text-decoration: none;
  transition: all 0.2s linear;
}
.news-list section.news-item h1 a:hover {
  color: #d7690a;
}

.news time {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin: -1em 0 2em 0;
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								PAGE
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
/*=====================================================================
								BOX
  =====================================================================*/
div.box {
  background: #f5821f;
  color: #fff;
  margin-bottom: 1em;
  padding: 10px 20px !important;
  text-align: center;
}
div.box.user {
  background: #5f5e60;
}
div.box h3 {
  color: #fff;
}
div.box h3 span {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
div.box h3 span:before {
  font-family: "Icons", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 42px;
  line-height: 2.625rem;
}
div.box h3 span.icon-author:before {
  content: "a";
}
div.box h3 span.icon-user:before {
  content: "u";
}
div.box p {
  font-weight: 300;
}
div.box:not(.user) a.button {
  background: #5f5e60;
}
div.box:not(.user) a.button:hover {
  background: #38383d;
}
@media screen and (min-width: 768px) {
  div.box.align-left {
    padding-left: 2.5em !important;
    text-align: left;
  }
  div.box.align-left:after {
    background: #5f5e60;
    content: "";
    height: 100%;
    position: absolute;
    right: -200%;
    top: 0;
    width: 200%;
  }
  div.box.align-right {
    padding-right: 2.5em !important;
    text-align: right;
  }
  div.box.align-right:after {
    background: #f5821f;
    content: "";
    height: 100%;
    position: absolute;
    left: -200%;
    top: 0;
    width: 200%;
  }
}

/*=====================================================================
								DARK
  =====================================================================*/
div.dark {
  background-color: #d2d4d8;
  background-image: linear-gradient(to bottom, #eeeff1 0%, #d2d4d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEFF1", endColorstr="#FFD2D4D8", GradientType=0);
  margin: 0 0 1em 0;
  padding: 1em;
  position: relative;
}
div.dark:before, div.dark:after {
  background-color: #d2d4d8;
  background-image: linear-gradient(to bottom, #eeeff1 0%, #d2d4d8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEFF1", endColorstr="#FFD2D4D8", GradientType=0);
  content: "";
  height: 100%;
  left: -200%;
  position: absolute;
  top: 0;
  width: 200%;
}
div.dark:after {
  left: auto;
  right: -200%;
}
div.dark h2 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  div.dark h2 {
    margin-top: 0.5em;
  }
  .home div.dark {
    padding-top: 5%;
    padding-bottom: 4%;
  }
  .home div.dark div.row3:before {
    background: url(/pic/hero.png) no-repeat left bottom;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 100%;
    left: -5%;
    position: absolute;
    width: 40%;
    z-index: 0;
  }
}

/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								PAGINATION
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/
.pagination {
  margin: 1em 0;
  text-align: center;
}
.pagination a {
  background: #4c4c4c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 0.25em 0.75em;
  text-decoration: none;
  transition: all 0.2s linear;
}
.pagination a:hover {
  background: #333;
}
.pagination a.selected {
  background: #f5821f;
  color: #fff;
  cursor: default;
}
.pagination a.selected:hover {
  text-decoration: none;
}
.pagination a.next, .pagination a.prev {
  background: none;
  color: #4c4c4c;
  font-family: "Icons", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 3px 5px;
}
.pagination a.next:hover, .pagination a.prev:hover {
  color: #333;
}

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