@charset "UTF-8";
/* =Information

	Design: 	 Lucijan Blagonic (@lblagonic), Emanuel Blagonic (@eblagonic)
	HTML/CSS:	 Lucijan Blagonic (@lblagonic), Emanuel Blagonic (@eblagonic)
	WordPress:	 Zoran Ugrina (@zugrina)
	Company:	 Tailored Development, www.tailoreddev.co

===================================================== */
/* =Cheatsheet

	Media queries

	@media (min-width)

		x-large:      1400px
		large:        1200px
		medium-large: 1000px
		medium:       800px
		small-medium: 600px
		small:        400px

	@media (max-width)

		to-x-large:      1399px
		to-large:        1199px
		to-medium-large: 999px
		to-medium:       799px
		to-small-medium: 599px
		to-small:        399px

	Defined in _base.scss

	----------------------------

	HTML structure

	.section-header[role="contentinfo"]
		.container
			.site-branding
				.site-logo
				.site-tagline
	.section-hero
		.container
	.section-main
		.container
			.main-content[role="main"]
			.secondary-content[role="complementary"]
	.section-nav[role="navigation"]
		.container
	.section-footer
		.container

===================================================== */
/* =Include
===================================================== */
/*! normalize.css v3.0.1 | 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,
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: 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; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/* =Custom mixins
===================================================== */
/* =Project specific
===================================================== */
/* =Other
===================================================== */
/* =Welcome
===================================================== */
* {
  box-sizing: border-box; }

body {
  font: 100%/1.5 "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #444;
  background-color: #eee; }

/* =Extend
===================================================== */
.section-footer .column, .section-footer .footer-info, .container {
  padding: 1em; }
  @media (min-width: 400px) {
    .section-footer .column, .section-footer .footer-info, .container {
      padding: 1.5em; } }
  @media (min-width: 600px) {
    .section-footer .column, .section-footer .footer-info, .container {
      padding: 2em; } }
  @media (min-width: 800px) {
    .section-footer .column, .section-footer .footer-info, .container {
      padding: 2.5em; } }
  @media (min-width: 1000px) {
    .section-footer .column, .section-footer .footer-info, .container {
      padding: 3em; } }
  @media (min-width: 1200px) {
    .section-footer .column, .section-footer .footer-info, .container {
      padding: 3.5em; } }

.section-footer .footer-content {
  margin-top: -1em; }
  @media (min-width: 400px) {
    .section-footer .footer-content {
      margin-top: -1.5em; } }
  @media (min-width: 600px) {
    .section-footer .footer-content {
      margin-top: -2em; } }
  @media (min-width: 800px) {
    .section-footer .footer-content {
      margin-top: -2.5em; } }
  @media (min-width: 1000px) {
    .section-footer .footer-content {
      margin-top: -3em; } }
  @media (min-width: 1200px) {
    .section-footer .footer-content {
      margin-top: -3.5em; } }

.section-footer .footer-info {
  margin-bottom: -1em; }
  @media (min-width: 400px) {
    .section-footer .footer-info {
      margin-bottom: -1.5em; } }
  @media (min-width: 600px) {
    .section-footer .footer-info {
      margin-bottom: -2em; } }
  @media (min-width: 800px) {
    .section-footer .footer-info {
      margin-bottom: -2.5em; } }
  @media (min-width: 1000px) {
    .section-footer .footer-info {
      margin-bottom: -3em; } }
  @media (min-width: 1200px) {
    .section-footer .footer-info {
      margin-bottom: -3.5em; } }

.section-footer .footer-content {
  margin-top: -1em; }
  @media (min-width: 400px) {
    .section-footer .footer-content {
      margin-top: -1.5em; } }
  @media (min-width: 600px) {
    .section-footer .footer-content {
      margin-top: -2em; } }
  @media (min-width: 800px) {
    .section-footer .footer-content {
      margin-top: -2.5em; } }
  @media (min-width: 1000px) {
    .section-footer .footer-content {
      margin-top: -3em; } }
  @media (min-width: 1200px) {
    .section-footer .footer-content {
      margin-top: -3.5em; } }

.section-footer .footer-content, .section-footer .footer-info {
  margin-left: -1em;
  margin-right: -1em; }
  @media (min-width: 400px) {
    .section-footer .footer-content, .section-footer .footer-info {
      margin-left: -1.5em;
      margin-right: -1.5em; } }
  @media (min-width: 600px) {
    .section-footer .footer-content, .section-footer .footer-info {
      margin-left: -2em;
      margin-right: -2em; } }
  @media (min-width: 800px) {
    .section-footer .footer-content, .section-footer .footer-info {
      margin-left: -2.5em;
      margin-right: -2.5em; } }
  @media (min-width: 1000px) {
    .section-footer .footer-content, .section-footer .footer-info {
      margin-left: -3em;
      margin-right: -3em; } }
  @media (min-width: 1200px) {
    .section-footer .footer-content, .section-footer .footer-info {
      margin-left: -3.5em;
      margin-right: -3.5em; } }

/* =Import
===================================================== */
/* =Typography
===================================================== */
ul, ol, dl, p {
  margin-top: 0;
  margin-bottom: 0.625rem; }

h1, h2, h3, h4 {
  color: #222;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.page-title,
h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667em;
  font-weight: 700;
  margin-bottom: 0.66667em;
  margin-top: 1.33333em; }
  .page-title:first-child,
  h1:first-child {
    margin-top: 0; }

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0.8em;
  margin-top: 1.6em; }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333em;
  font-weight: 700;
  margin-bottom: 0.88889em;
  margin-top: 1.77778em; }

h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375em;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 2em; }

@media (min-width: 400px) {
  .page-title,
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286em;
    margin-bottom: 0.17857em;
    margin-top: 1.14286em; }

  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667em;
    margin-bottom: 0.20833em;
    margin-top: 1.33333em; }

  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3em;
    margin-bottom: 0.25em;
    margin-top: 1.6em; }

  h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    margin-bottom: 0.27778em;
    margin-top: 1.77778em; } }
@media (min-width: 600px) {
  .page-title,
  h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25em;
    margin-bottom: 0.15625em;
    margin-top: 1em; }

  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.28571em;
    margin-bottom: 0.17857em;
    margin-top: 1.14286em; }

  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
    margin-bottom: 0.20833em;
    margin-top: 1.33333em; }

  h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4em;
    margin-bottom: 0.25em;
    margin-top: 1.6em; } }
.alt-heading, .home [class*="widget-"] h2 {
  color: #aaa;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.88889em;
  padding-left: 0.88889em;
  border-left: 0.22222em solid #ff9300; }

.heading-separator {
  margin: 2.5rem 0;
  text-align: center;
  position: relative; }
  .heading-separator:first-child {
    margin-top: 0; }
  .heading-separator:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .heading-separator span {
    background-color: #fff;
    display: inline-block;
    padding: 0 0.625rem;
    position: relative; }
  .heading-separator strong {
    color: #ff9300; }

p, li, label, td, th {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5; }
  @media (min-width: 400px) {
    p, li, label, td, th {
      font-size: 16px;
      font-size: 1rem; } }

li, label, td, th {
  margin-bottom: 0; }

a {
  color: #f15a22;
  text-decoration: none;
  -webkit-transition: color 0.05s ease-in;
  -moz-transition: color 0.05s ease-in;
  transition: color 0.05s ease-in; }
  a:hover, a:focus, a:active {
    color: #222;
    text-decoration: underline;
    outline: none; }

strong {
  font-weight: 700;
  color: #222; }

em {
  font-style: italic; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: bottom;
  font-size: 75%; }

blockquote {
  position: relative;
  font-style: normal;
  font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  padding: 0 0 0 1em;
  margin: 0 0 1em 0;
  border-left: 3px solid #ffc980; }
  blockquote p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 1.14286em;
    margin-bottom: 0; }
    blockquote p:first-child {
      margin-top: 0; }
    @media (min-width: 400px) {
      blockquote p {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1em; } }
  blockquote:before {
    font-family: "netokracija";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    content: "";
    float: left;
    top: 0.25em;
    margin-right: 0.5em;
    color: #ffc980; }

/* =Table
===================================================== */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

/* =Forms
===================================================== */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], input[type="week"],
input[type="number"], input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], textarea, select {
  font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  display: block;
  width: 100%;
  border: 1px solid;
  border-color: #ddd #ccc #c1c1c1 #ccc;
  border-radius: 0.25em;
  padding: 0.4375em 0.75em;
  margin: 0;
  -webkit-appearance: none;
  /* Focus styles */
  /*	Hover styles */ }
  input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
  input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus,
  input[type="tel"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
    color: #444;
    border-color: #aaa;
    outline: 2px solid #ff9300;
    background-color: #fff4e6; }
  input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover,
  input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover,
  input[type="tel"]:hover, input[type="color"]:hover, textarea:hover, select:hover {
    border-color: #aaa; }

textarea {
  resize: vertical;
  height: 12.5em;
  display: block; }
  .field-message-bio textarea {
    max-height: 6.25em; }

select {
  /* Code for custom arrow on the select box */ }

form {
  /* Error styles */ }

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

/* Fields */
.field-container {
  /* Type search */
  /* Type checkbox/radio */
  /* Comment form */ }
  .field-container::after {
    clear: both;
    content: "";
    display: table; }
  .field-container.label-hide .field > label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .field-container .field {
    position: relative;
    clear: both;
    margin-bottom: 1.25em; }
    .field-container .field > label {
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857em;
      color: #666;
      margin-bottom: 0.42857em; }
    .field-container .field .group p {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 0.71429em;
      margin-bottom: 0; }
    .field-container .field.required > label:after {
      content: "*";
      color: #ee1c24;
      margin-left: 0.28571em; }
    .field-container .field:last-child {
      margin-bottom: 0; }
  .field-container .type-search {
    margin-bottom: 0; }
    .field-container .type-search input[type="text"] {
      padding-right: 3.5em; }
    .field-container .type-search .button {
      position: absolute;
      top: 0;
      right: 0;
      border-color: transparent;
      background: transparent none;
      color: #666;
      text-shadow: 0 1px 0 white;
      border-radius: 0 0.25em 0.25em 0;
      border-left-color: rgba(0, 0, 0, 0.1); }
      .field-container .type-search .button .icon {
        line-height: 1; }
      .field-container .type-search .button .label {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden; }
      .field-container .type-search .button:hover, .field-container .type-search .button:focus, .field-container .type-search .button:active {
        color: #222;
        background-color: rgba(0, 0, 0, 0.1); }
  .field-container .type-radio .group > label,
  .field-container .type-checkbox .group > label {
    cursor: pointer;
    display: block;
    color: #666;
    padding: 0 0.28571em 0.28571em 1.42857em;
    position: relative;
    margin-right: .5em; }
  .field-container .type-radio small,
  .field-container .type-checkbox small {
    color: #888;
    display: block; }
  .field-container .type-radio input[type="checkbox"],
  .field-container .type-radio input[type="radio"],
  .field-container .type-checkbox input[type="checkbox"],
  .field-container .type-checkbox input[type="radio"] {
    position: absolute;
    top: 0.3125em;
    left: 0; }
  .field-container .type-radio.inline .group > label,
  .field-container .type-checkbox.inline .group > label {
    display: inline-block;
    margin-right: 1.14286em; }
  @media (min-width: 600px) {
    .field-container.comment-form .field-name,
    .field-container.comment-form .field-email,
    .field-container.comment-form .field-website {
      clear: none;
      float: left;
      width: 32%;
      margin-left: 2%; }
    .field-container.comment-form .field-name {
      margin-left: 0; } }
  .field-container.comment-form textarea {
    height: 8em; }

/* Gravity forms */
.gform_wrapper {
  /* Field */
  /* Label */
  /* Error */
  /* Validation */
  /* Section separator */
  /* Body: Fields */
  /* Footer: Action */ }
  .gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .gform_wrapper .gfield {
    position: relative;
    margin-bottom: 1.25em; }
    .gform_wrapper .gfield:last-child {
      margin-bottom: 0; }
  .gform_wrapper .gfield_label {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857em;
    color: #666;
    margin-bottom: 0.42857em; }
  .gform_wrapper .gfield_description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0.71429em;
    color: #aaa;
    margin-bottom: 0; }
    .gform_wrapper .gfield_description a {
      color: #aaa;
      text-decoration: underline; }
      .gform_wrapper .gfield_description a:hover, .gform_wrapper .gfield_description a:focus, .gform_wrapper .gfield_description a:active {
        color: #444;
        text-decoration: none; }
  .gform_wrapper .ginput_counter {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857em;
    margin-top: 0.71429em; }
    @media (min-width: 600px) {
      .gform_wrapper .ginput_counter {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0; } }
  .gform_wrapper .gfield_error .gfield_label,
  .gform_wrapper .gfield_error .gfield_description {
    color: #ee1c24; }
  .gform_wrapper .gfield_error input[type="text"], .gform_wrapper .gfield_error input[type="password"], .gform_wrapper .gfield_error input[type="datetime"], .gform_wrapper .gfield_error input[type="datetime-local"],
  .gform_wrapper .gfield_error input[type="date"], .gform_wrapper .gfield_error input[type="month"], .gform_wrapper .gfield_error input[type="time"], .gform_wrapper .gfield_error input[type="week"],
  .gform_wrapper .gfield_error input[type="number"], .gform_wrapper .gfield_error input[type="email"], .gform_wrapper .gfield_error input[type="url"], .gform_wrapper .gfield_error input[type="search"],
  .gform_wrapper .gfield_error input[type="tel"], .gform_wrapper .gfield_error input[type="color"], .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error select {
    border-color: #ee1c24; }
    .gform_wrapper .gfield_error input[type="text"]:focus, .gform_wrapper .gfield_error input[type="password"]:focus, .gform_wrapper .gfield_error input[type="datetime"]:focus, .gform_wrapper .gfield_error input[type="datetime-local"]:focus,
    .gform_wrapper .gfield_error input[type="date"]:focus, .gform_wrapper .gfield_error input[type="month"]:focus, .gform_wrapper .gfield_error input[type="time"]:focus, .gform_wrapper .gfield_error input[type="week"]:focus,
    .gform_wrapper .gfield_error input[type="number"]:focus, .gform_wrapper .gfield_error input[type="email"]:focus, .gform_wrapper .gfield_error input[type="url"]:focus, .gform_wrapper .gfield_error input[type="search"]:focus,
    .gform_wrapper .gfield_error input[type="tel"]:focus, .gform_wrapper .gfield_error input[type="color"]:focus, .gform_wrapper .gfield_error textarea:focus, .gform_wrapper .gfield_error select:focus {
      outline: 2px solid #ee1c24; }
  .gform_wrapper .validation_error {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 1.25em;
    color: #fff;
    background-color: #ee1c24;
    padding: 1em 1.25em;
    border-radius: 0.1875em; }
  .gform_wrapper .gfield_required {
    display: inline-block;
    font-weight: 700;
    color: #ee1c24;
    margin-left: 0.14286em; }
  .gform_wrapper .gsection_title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    margin-bottom: 0.22222em; }
  .gform_wrapper .gform_body {
    margin-bottom: 1.25em; }

.gform_confirmation_message {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1.25em;
  color: #fff;
  background-color: #80c342;
  padding: 1em 1.25em;
  border-radius: 0.1875em; }

/* =User content
===================================================== */
.user-content ul {
  list-style: disc;
  margin-left: 1.5em; }
.user-content ol {
  list-style: decimal;
  margin-left: 1.5em; }
  .user-content ol ol {
    list-style: lower-latin; }
.user-content ul ul,
.user-content ol ul,
.user-content ul ol,
.user-content ol ol {
  margin-bottom: 0; }
.user-content li li {
  font-size: 1em;
  margin-left: 1.5em; }

/* =Header
===================================================== */
.section-header {
  background-color: #222;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); }
  .section-header .container {
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 600px) {
      .section-header .container {
        padding-top: 1.5em;
        padding-bottom: 1.5em; } }
  .section-header .nav-back {
    float: right;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857em;
    padding: 0.3125rem 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    border-radius: 0.1875rem; }
    .section-header .nav-back .icon-netokracija {
      color: #ff9300; }
    @media (min-width: 400px) {
      .section-header .nav-back {
        display: block; } }
    @media (min-width: 600px) {
      .section-header .nav-back {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25em;
        padding: 0.625rem 1rem; } }
  .section-header .nav-action {
    float: right;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: -1em;
    padding: 1.1875em;
    text-decoration: none; }
    .section-header .nav-action:after {
      font-family: "netokracija";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      content: "";
      top: 0.125em;
      position: relative;
      margin-left: 0.5em; }
    .section-header .nav-action.is-active {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
      background-color: #ff9300;
      background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), transparent);
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), transparent); }
      .section-header .nav-action.is-active:after {
        content: ""; }
    @media (min-width: 400px) {
      .section-header .nav-action {
        margin-right: -1.5em; } }
    @media (min-width: 600px) {
      .section-header .nav-action {
        margin-right: -2em;
        padding: 2em;
        margin-top: -1.5em;
        margin-bottom: -1.5em; } }
    @media (min-width: 800px) {
      .section-header .nav-action {
        display: none; } }

/* Site branding */
.site-branding {
  float: left; }
  .site-branding .site-logo {
    width: 180px;
    margin: 0; }
    .site-branding .site-logo a {
      display: block;
      height: 30px;
      background: url(../../assets/images/logo-small.svg) no-repeat 50% 50%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      .no-svg .site-branding .site-logo a {
        background-image: url(../../assets/images/logo-small.png); }
  .site-branding .site-tagline {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  @media (min-width: 600px) {
    .site-branding .site-logo {
      width: 240px; }
      .site-branding .site-logo a {
        height: 40px;
        background-image: url(../../assets/images/logo.svg); }
        .no-svg .site-branding .site-logo a {
          background-image: url(../../assets/images/logo.png); } }

/* =Footer
===================================================== */
.section-footer {
  box-shadow: inset 0 0 5em 0 rgba(0, 0, 0, 0.1);
  /* Style: Compact */ }
  .section-footer .footer-content::after {
    clear: both;
    content: "";
    display: table; }
  .section-footer .column {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .section-footer .site-general .first {
    border-top: none; }
  .section-footer h3 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #222;
    text-shadow: 0 1px 0 white;
    margin-top: 0;
    margin-bottom: 0.55556em;
    font-weight: 700; }
  .section-footer p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    text-shadow: 0 1px 0 white;
    margin-bottom: 0; }
  .section-footer .site-categories ul {
    list-style: none;
    margin-bottom: -0.25em;
    padding: 0; }
    .section-footer .site-categories ul::after {
      clear: both;
      content: "";
      display: table; }
  .section-footer .site-categories li {
    font-size: 13px;
    font-size: 0.8125rem;
    float: left;
    margin: 0 0.30769em 0.30769em 0; }
    .section-footer .site-categories li ul {
      display: none; }
  .section-footer .site-categories a {
    color: #888;
    display: block;
    text-decoration: none;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0.30769em 0.69231em;
    border-radius: 0.30769em; }
    .section-footer .site-categories a:hover, .section-footer .site-categories a:focus, .section-footer .site-categories a:active {
      color: #444;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.15);
      background-color: #fff; }
  .section-footer .footer-info {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .section-footer .footer-info::after {
      clear: both;
      content: "";
      display: table; }
  .section-footer .cookie-info {
    text-align: center;
    margin-bottom: 1.875em;
    padding: 0.625em;
    border-radius: 0.125em;
    background-color: #fff;
    box-shadow: 0 0.0625em 0.0625em 0 rgba(0, 0, 0, 0.1); }
    .section-footer .cookie-info p {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.5;
      margin-bottom: 0; }
  .section-footer .site-info {
    display: block;
    text-align: center;
    color: #888;
    text-shadow: 0 1px 0 white;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-bottom: 0.76923em; }
  .section-footer .return-top {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #444;
    text-shadow: 0 1px 0 white;
    font-size: 13px;
    font-size: 0.8125rem;
    text-decoration: none; }
    .section-footer .return-top .icon {
      top: 0.07692em; }
    .section-footer .return-top:hover, .section-footer .return-top:focus, .section-footer .return-top:active {
      color: #f15a22; }
  .section-footer .site-by {
    padding-top: 0.76923em;
    margin-top: 0.76923em;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem; }
    .section-footer .site-by:before {
      content: "";
      position: absolute;
      width: 2.46154em;
      left: 50%;
      margin-top: -0.76923em;
      margin-left: -1.23077em;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .section-footer .site-by a {
      display: block;
      position: relative;
      color: #888;
      text-shadow: 0 1px 0 white;
      text-decoration: none; }
      .section-footer .site-by a .icon {
        top: 0.07692em; }
      .section-footer .site-by a:hover, .section-footer .site-by a:focus, .section-footer .site-by a:active {
        color: #f15a22;
        text-decoration: none; }
  @media (min-width: 800px) {
    .section-footer {
      /* Footer content */
      /* Footer info */ }
      .section-footer .site-general::after {
        clear: both;
        content: "";
        display: table; }
      .section-footer .site-general .column {
        float: left;
        width: 50%;
        border-top: none; }
      .section-footer .site-details {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .section-footer .site-details::after {
          clear: both;
          content: "";
          display: table; }
        .section-footer .site-details .column {
          float: left;
          width: 50%;
          border-top: none; }
      .section-footer .site-categories {
        clear: both; }
      .section-footer .site-info {
        float: left; }
      .section-footer .return-top {
        float: right; }
      .section-footer .site-by {
        float: left;
        width: 100%;
        margin-top: 1.53846em;
        padding-top: 1.53846em; }
        .section-footer .site-by:before {
          margin-top: -1.53846em; } }
  @media (min-width: 1000px) {
    .section-footer {
      /* Footer content */
      /* Footer info */ }
      .section-footer .footer-content {
        background: url(../../assets/images/black-10.png) repeat-y 50% 50%;
        padding: 3em; }
      .section-footer .column {
        border-top: none;
        padding: 0;
        margin-bottom: 3em; }
        .section-footer .column.column-edition, .section-footer .column.column-categories {
          margin-bottom: 0; }
      .section-footer .site-general {
        float: left;
        width: 50%;
        padding-right: 3em; }
        .section-footer .site-general .column {
          width: 100%; }
      .section-footer .site-details {
        border-top: none;
        float: left;
        width: 50%;
        padding-left: 3em; }
        .section-footer .site-details .column-advertise {
          padding-right: 1.5em; }
        .section-footer .site-details .column-contact {
          padding-left: 1.5em; }
      .section-footer .site-categories {
        clear: none;
        float: left;
        width: 50%;
        padding-left: 3em; }
      .section-footer .footer-info {
        border-top: none;
        padding: 3em;
        background: url(../../assets/images/separator-fade.png) no-repeat 50% 0; }
      .section-footer .tailored {
        margin-top: 2.30769em;
        padding-top: 2.30769em; }
        .section-footer .tailored:before {
          margin-top: -2.30769em; } }
  @media (min-width: 1200px) {
    .section-footer .footer-content,
    .section-footer .footer-info {
      padding: 3.5em; } }
  .section-footer.style-compact .footer-info {
    padding-top: 0;
    background-image: none; }

/* =Hero
===================================================== */
.section-hero {
  border-top: 0.5em solid #fff;
  background-color: #fff;
  box-shadow: inset 0 0 5em 0 rgba(0, 0, 0, 0.1); }
  .section-hero .container {
    padding-top: 0;
    padding-bottom: 0; }

/* =Main
===================================================== */
.section-main {
  background-color: #fff;
  /* Homepage grid */ }
  .section-main .secondary-content,
  .section-main .secondary-normal {
    margin-top: 1.5em; }
    .section-main .secondary-content::after,
    .section-main .secondary-normal::after {
      clear: both;
      content: "";
      display: table; }
  .section-main .intro-content {
    margin-bottom: 1.5em; }
  .section-main .secondary-jobs {
    margin-bottom: 1.5em; }
  @media (min-width: 600px) {
    .section-main .secondary-content {
      margin-top: 1.5em; } }
  @media (min-width: 1000px) {
    .section-main .main-content {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 61.375%;
      margin-left: 0%;
      margin-right: 3%; }
      .section-main .main-content:before, .section-main .main-content:after {
        content: '';
        display: table; }
      .section-main .main-content:after {
        clear: both; }
      .section-main .main-content:last-child {
        margin-right: 0%; }
    .section-main .secondary-content {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 35.625%;
      margin-left: 0%;
      margin-right: 3%;
      margin-top: 0; }
      .section-main .secondary-content:before, .section-main .secondary-content:after {
        content: '';
        display: table; }
      .section-main .secondary-content:after {
        clear: both; }
      .section-main .secondary-content:last-child {
        margin-right: 0%; }
    .full-width .section-main .main-content,
    .full-width .section-main .secondary-content {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 100%;
      margin-left: 0%;
      margin-right: 3%; }
      .full-width .section-main .main-content:before, .full-width .section-main .main-content:after,
      .full-width .section-main .secondary-content:before,
      .full-width .section-main .secondary-content:after {
        content: '';
        display: table; }
      .full-width .section-main .main-content:after,
      .full-width .section-main .secondary-content:after {
        clear: both; }
      .full-width .section-main .main-content:last-child,
      .full-width .section-main .secondary-content:last-child {
        margin-right: 0%; } }
  @media (min-width: 800px) {
    .complex-grid .section-main .secondary-content .secondary-priority,
    .complex-grid .section-main .secondary-content .secondary-normal {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%;
      margin-top: 0; }
      .complex-grid .section-main .secondary-content .secondary-priority:before, .complex-grid .section-main .secondary-content .secondary-priority:after,
      .complex-grid .section-main .secondary-content .secondary-normal:before,
      .complex-grid .section-main .secondary-content .secondary-normal:after {
        content: '';
        display: table; }
      .complex-grid .section-main .secondary-content .secondary-priority:after,
      .complex-grid .section-main .secondary-content .secondary-normal:after {
        clear: both; }
      .complex-grid .section-main .secondary-content .secondary-priority:last-child,
      .complex-grid .section-main .secondary-content .secondary-normal:last-child {
        margin-right: 0%; } }
  @media (min-width: 1000px) {
    .complex-grid .section-main .main-content {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 61.375%;
      margin-left: 0%;
      margin-right: 3%; }
      .complex-grid .section-main .main-content:before, .complex-grid .section-main .main-content:after {
        content: '';
        display: table; }
      .complex-grid .section-main .main-content:after {
        clear: both; }
      .complex-grid .section-main .main-content:last-child {
        margin-right: 0%; }
    .complex-grid .section-main .secondary-content {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 35.625%;
      margin-left: 0%;
      margin-right: 3%; }
      .complex-grid .section-main .secondary-content:before, .complex-grid .section-main .secondary-content:after {
        content: '';
        display: table; }
      .complex-grid .section-main .secondary-content:after {
        clear: both; }
      .complex-grid .section-main .secondary-content:last-child {
        margin-right: 0%; }
      .complex-grid .section-main .secondary-content .secondary-priority,
      .complex-grid .section-main .secondary-content .secondary-normal {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0%;
        margin-right: 3%; }
        .complex-grid .section-main .secondary-content .secondary-priority:before, .complex-grid .section-main .secondary-content .secondary-priority:after,
        .complex-grid .section-main .secondary-content .secondary-normal:before,
        .complex-grid .section-main .secondary-content .secondary-normal:after {
          content: '';
          display: table; }
        .complex-grid .section-main .secondary-content .secondary-priority:after,
        .complex-grid .section-main .secondary-content .secondary-normal:after {
          clear: both; }
        .complex-grid .section-main .secondary-content .secondary-priority:last-child,
        .complex-grid .section-main .secondary-content .secondary-normal:last-child {
          margin-right: 0%; } }
  @media (min-width: 1200px) {
    .complex-grid .section-main .main-content {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 40.5%;
      margin-left: 0%;
      margin-right: 2%; }
      .complex-grid .section-main .main-content:before, .complex-grid .section-main .main-content:after {
        content: '';
        display: table; }
      .complex-grid .section-main .main-content:after {
        clear: both; }
      .complex-grid .section-main .main-content:last-child {
        margin-right: 0%; }
    .complex-grid .section-main .secondary-content {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 57.5%;
      margin-left: 0%;
      margin-right: 2%; }
      .complex-grid .section-main .secondary-content:before, .complex-grid .section-main .secondary-content:after {
        content: '';
        display: table; }
      .complex-grid .section-main .secondary-content:after {
        clear: both; }
      .complex-grid .section-main .secondary-content:last-child {
        margin-right: 0%; }
      .complex-grid .section-main .secondary-content .secondary-priority {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.26087%;
        margin-left: 0%;
        margin-right: 3.47826%;
        position: relative;
        left: 51.73913%; }
        .complex-grid .section-main .secondary-content .secondary-priority:before, .complex-grid .section-main .secondary-content .secondary-priority:after {
          content: '';
          display: table; }
        .complex-grid .section-main .secondary-content .secondary-priority:after {
          clear: both; }
        .complex-grid .section-main .secondary-content .secondary-priority:last-child {
          margin-right: 0%; }
      .complex-grid .section-main .secondary-content .secondary-normal {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 48.26087%;
        margin-left: 0%;
        margin-right: 3.47826%;
        position: relative;
        left: -51.73913%;
        margin-top: 0; }
        .complex-grid .section-main .secondary-content .secondary-normal:before, .complex-grid .section-main .secondary-content .secondary-normal:after {
          content: '';
          display: table; }
        .complex-grid .section-main .secondary-content .secondary-normal:after {
          clear: both; }
        .complex-grid .section-main .secondary-content .secondary-normal:last-child {
          margin-right: 0%; } }
  @media (min-width: 1300px) {
    .complex-grid .section-main .secondary-content {
      border-left: 1px solid #e5e5e5; }
      .complex-grid .section-main .secondary-content .secondary-priority,
      .complex-grid .section-main .secondary-content .secondary-normal,
      .complex-grid .section-main .secondary-content .secondary-jobs {
        padding-left: 3.47826%; }
      .complex-grid .section-main .secondary-content .secondary-priority {
        border-left: 1px solid #e5e5e5; } }

/* Section: Branded */
.section-branded {
  overflow: hidden;
  /* Page: Category branded */
  /* Page: Jobs */ }
  @media (min-width: 800px) {
    .section-branded .container {
      padding-top: 2.5em;
      padding-bottom: 2.5em; } }
  .section-branded .page-title {
    margin: 0; }
  .section-branded .summary {
    margin-top: 0.25em; }
    .section-branded .summary p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5em;
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .section-branded .summary p {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.44444em; } }
      @media (min-width: 800px) {
        .section-branded .summary p {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.4em; } }
  .page-category-branded .section-branded .description {
    z-index: 110;
    position: relative;
    padding-left: 6.25em; }
    .page-category-branded .section-branded .description .page-title {
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .page-category-branded .section-branded .description p {
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .page-category-branded .section-branded .description .logo {
      float: left;
      margin-left: -6.25em;
      width: 5.25em; }
    @media (min-width: 600px) {
      .page-category-branded .section-branded .description {
        min-height: 3.75em;
        padding-left: 11.25em; }
        .page-category-branded .section-branded .description .logo {
          width: 10.25em;
          position: absolute;
          top: 50%;
          left: 0;
          margin: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); } }
    @media (min-width: 800px) {
      .page-category-branded .section-branded .description {
        margin-top: 10.5em; } }
  .page-category-branded .section-branded .background {
    position: relative;
    z-index: 100;
    display: none; }
    @media (min-width: 800px) {
      .page-category-branded .section-branded .background {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 1600px;
        margin-left: -800px; } }
  .page-jobs .section-branded {
    background-color: #448ccb;
    border-bottom: none;
    background-image: -webkit-linear-gradient( bottom , transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2)); }
    .page-jobs .section-branded .container {
      text-align: center; }
    .page-jobs .section-branded .page-title {
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .page-jobs .section-branded .summary p {
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    .page-jobs .section-branded .icon-suitcase {
      color: #fff;
      position: relative;
      top: 3px;
      margin-right: 0.25em; }

.section-branded-header {
  background-color: #000; }
  .section-branded-header .container {
    padding: 0; }

/* =Navigation
===================================================== */
.section-nav {
  background-color: #eee;
  box-shadow: inset 0 0 5em 0 rgba(0, 0, 0, 0.1);
  /* Active item */
  /* Highlighted item */
  /* Item: Jobs */
  /* Action: Report news */
  /* Search */
  /* Edition nav */
  /* Social action */
  /* Switchers */ }
  .section-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1em;
    border-radius: .25em;
    overflow: hidden; }
  .section-nav li {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .section-nav li:first-child {
      border-top: none; }
  .section-nav a {
    color: #666;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in; }
    .section-nav a:hover, .section-nav a:focus, .section-nav a:active {
      color: #222;
      background-color: #fff;
      text-decoration: none; }
    .section-nav a .icon {
      top: 0.0625em;
      margin-right: 0.25em; }
      .section-nav a .icon.icon-netokracija {
        color: #ff9300; }
  .section-nav .is-active > a,
  .section-nav .current-menu-item > a,
  .section-nav .current-post-ancestor > a,
  .section-nav .current-menu-parent > a {
    color: #222;
    background-color: #fff; }
  .section-nav .is-highlighted a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #222; }
  .section-nav .item-jobs a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #448ccb; }
    .section-nav .item-jobs a:hover, .section-nav .item-jobs a:focus, .section-nav .item-jobs a:active {
      color: #fff;
      background-color: #070e14; }
  .section-nav .action {
    display: block;
    padding: 0.5em 1em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: #f15a22;
    background-image: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.1), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
    border-radius: .25em;
    margin-bottom: 1em; }
    .section-nav .action:hover, .section-nav .action:focus, .section-nav .action:active {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
      background-color: #d9511f; }
  .section-nav .search-form {
    margin-bottom: 1em; }
  .section-nav .edition-nav li {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    float: left;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
    .section-nav .edition-nav li:nth-child(1), .section-nav .edition-nav li:nth-child(2) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .section-nav .edition-nav li:nth-child(1), .section-nav .edition-nav li:nth-child(3) {
      border-left: none; }
  .section-nav .edition-nav a {
    padding: 0.66667em 1.33333em; }
  .section-nav .social-action div {
    float: left;
    width: 50%;
    height: 20px; }
    .section-nav .social-action div.facebook {
      position: relative;
      top: -0.25em;
      width: 130px; }
  .js .section-nav {
    display: none; }
  .nav-is-opened .section-nav {
    display: block; }
  .section-nav:target {
    display: block; }
  @media (min-width: 800px) {
    .section-nav {
      box-shadow: none;
      background-color: #222;
      border-top: 1px solid rgba(255, 255, 255, 0.025);
      background-image: -webkit-linear-gradient( bottom , rgba(255, 255, 255, 0.1), transparent);
      background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1), transparent); }
      .js .section-nav {
        display: block; }
      .section-nav .container {
        position: relative;
        padding-top: 2.5em;
        padding-bottom: 0; }
      .section-nav .primary-nav {
        margin-bottom: 0;
        border: none;
        border-radius: 0.25em 0.25em 0 0;
        background-color: #eee;
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), transparent);
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
        white-space: nowrap;
        overflow: hidden;
        height: 2.5em;
        padding-right: 11em; }
        .section-nav .primary-nav li {
          float: left;
          border: none;
          border-right: 1px solid rgba(0, 0, 0, 0.05); }
        .section-nav .primary-nav a:hover, .section-nav .primary-nav a:focus, .section-nav .primary-nav a:active {
          background-color: transparent;
          background-image: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.1), transparent);
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent); }
        .section-nav .primary-nav .is-active > a,
        .section-nav .primary-nav .current-menu-item > a,
        .section-nav .primary-nav .current-post-ancestor > a,
        .section-nav .primary-nav .current-menu-parent > a {
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
          background-color: #ff9300;
          background-image: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.1), transparent);
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent); }
          .section-nav .primary-nav .is-active > a .icon,
          .section-nav .primary-nav .current-menu-item > a .icon,
          .section-nav .primary-nav .current-post-ancestor > a .icon,
          .section-nav .primary-nav .current-menu-parent > a .icon {
            color: #fff; }
        .section-nav .primary-nav .item-jobs a {
          color: #fff;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
          background-color: #448ccb; }
          .section-nav .primary-nav .item-jobs a:hover, .section-nav .primary-nav .item-jobs a:focus, .section-nav .primary-nav .item-jobs a:active {
            color: #fff;
            background-color: #3670a2; }
      .section-nav .action {
        position: absolute;
        bottom: 0;
        right: 2.5em;
        margin-bottom: 0;
        border-radius: 0 0.25em 0 0; }
      .section-nav .social-action {
        position: absolute;
        bottom: 6.5em;
        left: 2.5em;
        margin-left: 256px;
        margin-bottom: -1px;
        display: block; }
        .section-nav .social-action div {
          width: 100%; }
          .section-nav .social-action div.twitter {
            margin-top: 4px; }
      .section-nav .search-form {
        position: absolute;
        bottom: 6.5em;
        right: 2.5em;
        margin-bottom: 1px;
        /* Compensate for border in section-nav */ }
      .section-nav .edition-nav,
      .section-nav .secondary-nav {
        position: absolute;
        top: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        margin-bottom: 0; }
        .section-nav .edition-nav li,
        .section-nav .secondary-nav li {
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.44643em;
          text-transform: none;
          font-weight: 400;
          border: none;
          width: auto;
          float: left; }
        .section-nav .edition-nav a,
        .section-nav .secondary-nav a {
          padding: 0;
          color: #aaa;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
          padding: 0.71429em;
          padding-top: 0.57143em;
          border-top: 2px solid transparent; }
          .section-nav .edition-nav a:hover, .section-nav .edition-nav a:focus, .section-nav .edition-nav a:active,
          .section-nav .secondary-nav a:hover,
          .section-nav .secondary-nav a:focus,
          .section-nav .secondary-nav a:active {
            color: #fff;
            border-color: #fff;
            background-color: transparent; }
        .section-nav .edition-nav .is-active > a,
        .section-nav .edition-nav .current-menu-item > a,
        .section-nav .secondary-nav .is-active > a,
        .section-nav .secondary-nav .current-menu-item > a {
          color: #fff;
          background-color: transparent;
          text-decoration: none; }
      .section-nav .edition-nav {
        left: 2.5em; }
        .section-nav .edition-nav .is-active a {
          border-top-color: #ff9300; }
      .section-nav .secondary-nav {
        right: 2.5em; }
        .section-nav .secondary-nav .is-active a {
          border-top-color: #61594c; } }
  @media (min-width: 1000px) {
    .section-nav .action {
      right: 3em; }
    .section-nav .search-form {
      right: 3em; }
    .section-nav .edition-nav {
      left: 3em; }
    .section-nav .secondary-nav {
      right: 3em; }
    .section-nav .social-action {
      left: 3em;
      bottom: 7.125em;
      margin-bottom: 0; }
      .section-nav .social-action div {
        float: left;
        width: auto;
        margin-right: .5em; }
        .section-nav .social-action div.twitter {
          margin-top: 0; } }
  @media (min-width: 1200px) {
    .section-nav .action {
      right: 3.5em; }
    .section-nav .search-form {
      right: 3.5em; }
    .section-nav .edition-nav {
      left: 3.5em; }
    .section-nav .secondary-nav {
      right: 3.5em; }
    .section-nav .social-action {
      left: 3.5em; } }

.primary-nav {
  clear: both; }

/* =Jobs
===================================================== */
.section-jobs {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .section-jobs .container {
    padding-top: 0;
    padding-bottom: 0; }

/* =Widgets
===================================================== */
/* Widget */
[class*="widget-"] {
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
  margin-bottom: 1.5em; }
  [class*="widget-"]::after {
    clear: both;
    content: "";
    display: table; }
  [class*="widget-"] > h2 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
    @media (min-width: 600px) {
      [class*="widget-"] > h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
  [class*="widget-"]:last-child {
    margin-bottom: 0; }

/* Widget: Posts */
/* Widget: Banner */
.widget-banner {
  position: relative;
  text-align: left; }
  .widget-banner img {
    display: block; }
  .widget-banner [class*="banner-"] {
    position: relative; }
  .widget-banner .action-hide {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0.375em 0.375em 0.375em 0.375em;
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    .widget-banner .action-hide:hover, .widget-banner .action-hide:focus, .widget-banner .action-hide:active {
      color: black; }
    .widget-banner .action-hide:before {
      content: "";
      font-family: "netokracija";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      font-size: 16px;
      font-size: 1rem; }
    .widget-banner .action-hide .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    .section-advertise.style-dark .widget-banner .action-hide {
      color: rgba(255, 255, 255, 0.5);
      background-color: rgba(255, 255, 255, 0.2); }
      .section-advertise.style-dark .widget-banner .action-hide:hover, .section-advertise.style-dark .widget-banner .action-hide:focus, .section-advertise.style-dark .widget-banner .action-hide:active {
        color: #fff; }

/* Widget: Action */
.widget-action {
  padding: 1.25em;
  border: 1px solid #eee;
  border-color: #ddd;
  border-radius: 0.1875em;
  text-align: center;
  background-color: #f9f9f9;
  background: #f9f9f9 url(../../assets/images/jobs/widget-background.jpg) no-repeat 50% 0;
  background-size: cover; }
  .widget-action h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375em;
    margin-top: 0;
    font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    margin-bottom: 0.625em; }
  .widget-action p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 0.75em; }
  .widget-action .button {
    display: block; }

/* Widget: Partners */
.widget-partners {
  padding: 1.25em;
  border: 1px solid #eee;
  border-color: #ddd;
  border-radius: 0.1875em;
  text-align: center; }
  .widget-partners h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375em;
    margin-top: 0;
    font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    margin-bottom: 0.625em; }
  .widget-partners .logo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .widget-partners .logo-list li {
      display: inline-block; }
    .widget-partners .logo-list img {
      height: 60px; }
    .widget-partners .logo-list a img {
      -webkit-transition: all, 0.2s, ease;
      -moz-transition: all, 0.2s, ease;
      transition: all, 0.2s, ease;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: .6; }
    .widget-partners .logo-list a:hover img, .widget-partners .logo-list a:focus img, .widget-partners .logo-list a:active img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1; }

/* =Banners
===================================================== */
.banner-state {
  display: none !important; }
  .banner-state.banner-active {
    display: block !important; }

.banner-300-250 {
  margin: -0.375em; }
  @media (min-width: 400px) {
    .banner-300-250 {
      margin: 0; } }

/* Banner sizes */
/* =Other
===================================================== */
/* Pagination */
.pagination {
  margin-top: 1.5em;
  padding-top: 1.5em;
  background: url(../../assets/images/separator-fade.png) no-repeat 50% 0;
  background-size: 100% 1px; }
  .pagination::after {
    clear: both;
    content: "";
    display: table; }
  .pagination .info {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.5em;
    color: #aaa; }
    .pagination .info strong {
      font-weight: 400;
      color: #222; }
  .pagination ul {
    margin: 0;
    padding: 0; }
  .pagination li {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    display: none; }
    .pagination li .icon {
      top: 0.0625em; }
  .pagination a {
    color: #888;
    padding: 0.4375em 0.75em;
    display: block;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.15);
    border-radius: 0.25em; }
    .pagination a:hover, .pagination a:focus, .pagination a:active {
      text-decoration: none;
      color: #222;
      background-color: #eee; }
  .pagination .is-active a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    background-color: #f15a22; }
  .pagination .prev,
  .pagination .next {
    min-width: 4em;
    display: block; }
    .pagination .prev a,
    .pagination .next a {
      padding-left: .75em;
      padding-right: .75em; }
    .pagination .prev .label,
    .pagination .next .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
  .pagination .prev {
    float: left; }
  .pagination .next {
    float: right; }
  @media (min-width: 600px) {
    .pagination {
      text-align: center; }
      .pagination li {
        display: inline-block;
        float: none; }
      .pagination .prev,
      .pagination .next {
        display: inline-block;
        float: none; } }

/* Nav: Anchor */
.nav-anchor {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .nav-anchor li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    padding: 0.25rem; }
  .nav-anchor a {
    display: block;
    color: #666;
    padding: 0.25rem 0.625rem;
    border: 1px solid rgba(97, 89, 76, 0.1);
    border-radius: 0.1875rem;
    text-decoration: none; }

/* =Posts
===================================================== */
.post {
  position: relative; }
  .post::after {
    clear: both;
    content: "";
    display: table; }
  .post .post-subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: #ff9300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.14286em; }
  .post .post-title {
    font-weight: 700;
    margin-top: 0; }
  .post .post-meta ul {
    list-style: none;
    margin: 1em 0;
    padding: 0; }
  .post .post-meta li {
    color: #888;
    margin-top: .125em;
    margin-bottom: 0; }
    .post .post-meta li:first-child {
      margin-top: 0; }
  @media (min-width: 400px) {
    .post .post-meta li {
      display: inline-block;
      margin-top: 0;
      margin-right: 1em; } }

/* Post full */
.post-full {
  /* Post summary */
  /* Post content */
  /* Post aside */
  /* Post share */
  /* Post tags */
  /* Post action */
  /* Post author */
  /* Post comments */ }
  @media (min-width: 600px) {
    .post-full .post-subtitle {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 1em; } }
  .post-full .post-summary {
    margin-bottom: 1em; }
    .post-full .post-summary p {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 0; }
    @media (min-width: 600px) {
      .post-full .post-summary p {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 800px) {
      .post-full .post-summary p {
        font-size: 20px;
        font-size: 1.25rem; } }
  .post-full .post-content {
    /* Pull quote */ }
    .post-full .post-content img {
      margin-bottom: 1em; }
    .post-full .post-content .wp-caption,
    .post-full .post-content .media-credit-container {
      margin-bottom: 1em; }
      .post-full .post-content .wp-caption img,
      .post-full .post-content .media-credit-container img {
        margin-bottom: 0; }
      .post-full .post-content .wp-caption a,
      .post-full .post-content .media-credit-container a {
        color: #f15a22;
        text-decoration: none; }
        .post-full .post-content .wp-caption a:hover, .post-full .post-content .wp-caption a:focus, .post-full .post-content .wp-caption a:active,
        .post-full .post-content .media-credit-container a:hover,
        .post-full .post-content .media-credit-container a:focus,
        .post-full .post-content .media-credit-container a:active {
          text-decoration: underline; }
      .post-full .post-content .wp-caption p,
      .post-full .post-content .media-credit-container p {
        font-size: 14px;
        font-size: 0.875rem;
        color: #999;
        margin-top: 0.71429em;
        margin-bottom: 0; }
      .post-full .post-content .wp-caption .media-credit,
      .post-full .post-content .media-credit-container .media-credit {
        display: inline-block;
        color: #444; }
        .post-full .post-content .wp-caption .media-credit:before,
        .post-full .post-content .media-credit-container .media-credit:before {
          font-size: 16px;
          font-size: 1rem;
          font-family: "netokracija";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: relative;
          content: "";
          position: relative;
          display: inline-block;
          margin-top: -2px;
          margin-right: 0.25em;
          top: 1px; }
    .post-full .post-content .wp-caption[style],
    .post-full .post-content .media-credit-container[style] {
      width: auto !important; }
    @media (min-width: 600px) {
      .post-full .post-content .wp-caption,
      .post-full .post-content .media-credit-container {
        padding-right: 9.375em; }
        .post-full .post-content .wp-caption::after,
        .post-full .post-content .media-credit-container::after {
          clear: both;
          content: "";
          display: table; }
        .post-full .post-content .wp-caption img,
        .post-full .post-content .media-credit-container img {
          float: left;
          width: 100%; }
        .post-full .post-content .wp-caption p,
        .post-full .post-content .media-credit-container p {
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          float: right;
          width: 9.57143em;
          margin-top: 0;
          padding-top: 1.14286em;
          margin-right: -10.71429em; }
        .post-full .post-content .wp-caption .media-credit,
        .post-full .post-content .media-credit-container .media-credit {
          display: block;
          margin-top: 0.83333em; } }
    .post-full .post-content .pull-quote blockquote {
      margin: 1.875em 0;
      padding: 1.25em;
      border-color: #ff9300;
      background-color: #f7f7f6; }
      .post-full .post-content .pull-quote blockquote:before {
        display: none; }
      .post-full .post-content .pull-quote blockquote p {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.27273em;
        letter-spacing: -1px;
        font-weight: 700;
        color: #ff9300;
        color: #333;
        margin: 0; }
  .post-full .post-aside {
    padding-top: 1.25em;
    border-top: 1px solid #eee; }
  .post-full .post-share .icon-heart {
    color: #ee1c24; }
  .post-full .post-share .action {
    margin-top: 0.625em;
    height: 60px; }
  .post-full .post-share .share {
    vertical-align: top;
    display: inline-block;
    margin-left: 0.625em;
    /* Define width because inner iframe is set to 100% in style.scss */ }
    .post-full .post-share .share:first-child {
      margin-left: 0; }
    .post-full .post-share .share.facebook {
      min-width: 47px; }
  @media (min-width: 800px) {
    .post-full .post-share .description {
      width: 50%;
      float: left; }
    .post-full .post-share .action {
      text-align: right;
      margin-top: 0;
      width: 50%;
      float: right; } }
  .post-full .post-tags .icon {
    color: #61594c; }
  .post-full .post-tags ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .post-full .post-tags li {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #888;
    margin-right: 0.28571em; }
  .post-full .post-tags a {
    display: inline-block;
    color: #444; }
    .post-full .post-tags a:hover, .post-full .post-tags a:focus, .post-full .post-tags a:active {
      color: #444;
      text-decoration: underline; }
  .post-full .post-share,
  .post-full .post-tags {
    margin-bottom: 1.875em;
    /* Outline */ }
    .post-full .post-share::after,
    .post-full .post-tags::after {
      clear: both;
      content: "";
      display: table; }
    .post-full .post-share h4,
    .post-full .post-tags h4 {
      font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25em;
      margin-top: 0;
      margin-bottom: 0.125em;
      font-weight: 400; }
    .post-full .post-share p,
    .post-full .post-tags p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857em;
      color: #888;
      margin-bottom: 0; }
    .post-full .post-share .icon,
    .post-full .post-tags .icon {
      font-size: 16px;
      font-size: 1rem;
      margin-right: 0.25em;
      margin-top: 0.125em; }
    .post-full .post-share.outline,
    .post-full .post-tags.outline {
      padding: 1.25em;
      border-radius: 0.25em;
      background-color: #f7f7f6;
      box-shadow: inset 0 0 4em 0 rgba(0, 0, 0, 0.08); }
      @media (min-width: 800px) {
        .post-full .post-share.outline,
        .post-full .post-tags.outline {
          padding-left: 2.75em; } }
    @media (min-width: 800px) {
      .post-full .post-share,
      .post-full .post-tags {
        margin-bottom: 1.25em;
        padding-left: 1.5em; }
        .post-full .post-share .icon,
        .post-full .post-tags .icon {
          float: left;
          margin-left: -1.5em; } }
  .post-full .post-action {
    margin-top: 2.5em;
    padding-top: 1.25em;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .post-full .post-author {
    margin-bottom: 1em; }
    .post-full .post-author::after {
      clear: both;
      content: "";
      display: table; }
    .post-full .post-author .author-header {
      padding-left: 3.5em;
      margin-bottom: 0.5em; }
    .post-full .post-author img {
      float: left;
      width: 3em;
      margin-left: -3.5em;
      border-radius: 50%; }
    .post-full .post-author .name {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.33333em;
      margin: 0;
      display: inline-block; }
    .post-full .post-author .meta {
      list-style: none;
      margin: 0;
      padding: 0; }
    .post-full .post-author li {
      font-size: 16px;
      font-size: 1rem;
      display: inline-block;
      margin-right: 0.25em; }
      .post-full .post-author li .label {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden; }
      .post-full .post-author li a {
        text-decoration: none;
        color: #555; }
        .post-full .post-author li a:hover, .post-full .post-author li a:focus, .post-full .post-author li a:active {
          color: #f15a22; }
    .post-full .post-author .author-summary p {
      color: #888;
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 0; }
    @media (min-width: 600px) {
      .post-full .post-author {
        padding: 1em;
        min-height: 5em;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.25em; }
        .post-full .post-author .name {
          margin-right: 0.5em; }
        .post-full .post-author .meta {
          display: inline-block; }
        .post-full .post-author .author-summary {
          padding-left: 3.5em; }
          .post-full .post-author .author-summary p {
            font-size: 14px;
            font-size: 0.875rem; } }
    @media (min-width: 800px) {
      .post-full .post-author {
        padding: 1.5em;
        min-height: 6em; }
        .post-full .post-author img {
          margin-left: -4.75em;
          width: 4em; }
        .post-full .post-author .author-header {
          padding-left: 4.75em; }
        .post-full .post-author .author-summary {
          padding-left: 4.75em; } }
  .post-full .post-comments {
    margin-top: 2em;
    /* Comments/Reactions */
    /* Comments ordered list */
    /* Trackback ordered list */
    /* Single comment */
    /* Publish comments */ }
    .post-full .post-comments .comments-intro {
      text-align: center;
      margin-bottom: 2em; }
      .post-full .post-comments .comments-intro::after {
        clear: both;
        content: "";
        display: table; }
      .post-full .post-comments .comments-intro .button {
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
        width: 48%;
        margin-left: 4%; }
        .post-full .post-comments .comments-intro .button:first-child {
          margin-left: 0; }
      @media (min-width: 400px) {
        .post-full .post-comments .comments-intro .button {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 800px) {
        .post-full .post-comments .comments-intro {
          background: url(../../assets/images/separator-fade.png) no-repeat 50% 50%;
          background-size: 100% 1px; }
          .post-full .post-comments .comments-intro .button {
            float: none;
            width: auto;
            margin-left: 1em;
            min-width: 10em; }
            .post-full .post-comments .comments-intro .button:first-child {
              margin-left: 0; } }
    .post-full .post-comments ol,
    .post-full .post-comments ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .post-full .post-comments .comments li > article {
      padding-left: 4em; }
    .post-full .post-comments .comments li li > article {
      padding-left: 5em; }
    .post-full .post-comments .comments li li li > article {
      padding-left: 6em; }
    .post-full .post-comments .comments li li li li > article {
      padding-left: 7em; }
    .post-full .post-comments .comments li li li li > article {
      padding-left: 8em; }
    @media (min-width: 600px) {
      .post-full .post-comments .comments li > article {
        padding-left: 5em; }
      .post-full .post-comments .comments li li > article {
        padding-left: 6.5em; }
      .post-full .post-comments .comments li li li > article {
        padding-left: 8em; }
      .post-full .post-comments .comments li li li li > article {
        padding-left: 9.5em; }
      .post-full .post-comments .comments li li li li > article {
        padding-left: 11em; } }
    .post-full .post-comments .links li {
      padding-left: 1.5em; }
    .post-full .post-comments .links li:before {
      content: "\2014";
      color: #ddd;
      float: left;
      margin-left: -1.5em; }
    .post-full .post-comments .comment {
      margin: 0;
      /* Article author comment */
      /* Promoted comment */
      /* Permalink */ }
      .post-full .post-comments .comment article {
        border: 1px solid transparent;
        margin-top: 0.25em;
        padding: 1em;
        border-radius: 0.25em; }
        .post-full .post-comments .comment article:hover {
          border-color: #ddd; }
      .post-full .post-comments .comment.comment-by-author > article {
        border-color: #ddd;
        box-shadow: inset 0 0 4em 0 rgba(0, 0, 0, 0.05); }
      .post-full .post-comments .comment.comment-highlight > article {
        border-color: #ecc831;
        background-color: #f7e9ad;
        box-shadow: inset 0 0 4em 0 rgba(0, 0, 0, 0.05); }
      .post-full .post-comments .comment:target > article {
        border-color: #f9bda7;
        background-color: #feefe9;
        box-shadow: inset 0 0 4em 0 rgba(0, 0, 0, 0.05); }
      .post-full .post-comments .comment .comment-head {
        margin-bottom: 0.5em;
        padding-right: 5em;
        position: relative; }
        .post-full .post-comments .comment .comment-head::after {
          clear: both;
          content: "";
          display: table; }
        .post-full .post-comments .comment .comment-head li {
          color: #444;
          color: rgba(0, 0, 0, 0.8);
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.42857em; }
        .post-full .post-comments .comment .comment-head .name {
          color: rgba(0, 0, 0, 0.8);
          display: inline-block;
          font-weight: 700;
          margin-right: 0.57143em;
          display: inline-block; }
        .post-full .post-comments .comment .comment-head .permalink {
          display: inline-block;
          color: rgba(0, 0, 0, 0.6);
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.66667em; }
        .post-full .post-comments .comment .comment-head .avatar {
          width: 2.5em;
          border-radius: 50%;
          float: left;
          margin-left: -3em; }
        .post-full .post-comments .comment .comment-head .tag {
          border: 1px solid rgba(0, 0, 0, 0.1);
          color: rgba(0, 0, 0, 0.6);
          display: inline-block;
          line-height: 1.45455em;
          font-size: 11px;
          font-size: 0.6875rem;
          border-radius: 0.18182em;
          padding: 0 0.54545em; }
      .post-full .post-comments .comment .comment-reply-link {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.66667em; }
      .post-full .post-comments .comment .comment-body p {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 0.71429em;
        margin-bottom: 0;
        word-wrap: break-word; }
        .post-full .post-comments .comment .comment-body p:first-child {
          margin-top: 0; }
      @media (min-width: 400px) {
        .post-full .post-comments .comment article {
          padding: 1.25em;
          padding-left: 4.75em; }
        .post-full .post-comments .comment .avatar {
          margin-left: -3.5em; } }
      .post-full .post-comments .comment .comments-publish {
        background: url(../../assets/images/separator-fade.png) no-repeat 50% 0;
        background-size: 100% 1px; }
    .post-full .post-comments .comments-publish .reply-cancel,
    .post-full .post-comments .comments-publish #cancel-comment-reply-link {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      text-decoration: none;
      display: inline-block;
      margin-left: 0.57143em; }
      .post-full .post-comments .comments-publish .reply-cancel .icon,
      .post-full .post-comments .comments-publish #cancel-comment-reply-link .icon {
        top: 0.07143em; }
    .post-full .post-comments .comments-publish .subscribe-to-comments {
      margin-top: 1.25em;
      margin-bottom: 0; }

/* Post listing */
.post-listing {
  margin-bottom: 1.5em;
  /* General listing styles */
  /* Posts with square image */
  /* Posts with small images */
  /* Posts with small images */ }
  .post-listing::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 400px) {
    .post-listing {
      margin-bottom: 1.75em; } }
  @media (min-width: 600px) {
    .post-listing {
      margin-bottom: 2em; } }
  .post-listing .post-subtitle {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: 0.16667em; }
  .post-listing .post-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.25em; }
    .post-listing .post-title a {
      display: block;
      color: #333; }
      .post-listing .post-title a:hover, .post-listing .post-title a:focus, .post-listing .post-title a:active {
        color: #f15a22;
        text-decoration: none; }
  .post-listing .post-image a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .post-listing .post-image a:hover,
  .post-listing .post-image a:focus,
  .post-listing .post-image a:active {
    opacity: .4; }
    .post-listing .post-image a:hover img,
    .post-listing .post-image a:focus img,
    .post-listing .post-image a:active img {
      -webkit-filter: grayscale(40%);
      -moz-filter: grayscale(40%);
      filter: grayscale(40%); }
  .post-listing .post-meta {
    color: #888;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 0.16667em; }
    .post-listing .post-meta span {
      display: inline-block; }
    .post-listing .post-meta a {
      font-weight: 700; }
  .post-listing .post-summary {
    margin-bottom: 0.125em; }
    .post-listing .post-summary p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #888;
      margin-bottom: 0; }
  .post-listing > *:last-child {
    margin-bottom: 0; }
  .post-listing.image-square {
    padding-left: 4.125em; }
    .post-listing.image-square .post-image {
      float: left;
      margin-left: -4.125em;
      max-width: 3.125em;
      top: 2px;
      position: relative; }
  .post-listing.image-small {
    /* Item grid */ }
    .post-listing.image-small .post-image {
      float: left;
      max-width: 40%;
      margin: 0 1em 0.5em 0; }
    @media (min-width: 600px) {
      .post-listing.image-small {
        padding-left: 9.75em; }
        .post-listing.image-small .post-image {
          max-width: 8.75em;
          margin-left: -9.75em;
          margin-bottom: 0; }
        .post-listing.image-small .post-title {
          font-size: 18px;
          font-size: 1.125rem;
          margin-bottom: 0.22222em; } }
    @media (min-width: 600px) {
      .post-listing.image-small.item-grid {
        padding-left: 0; }
        .post-listing.image-small.item-grid .post-image {
          max-width: none;
          width: 100%;
          float: none;
          margin: 0 0 0.5em 0; }
          .post-listing.image-small.item-grid .post-image img {
            max-width: none;
            width: 100%; } }
    @media (min-width: 600px) {
      .post-listing.image-small.item-grid {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333%;
        margin-left: 0%;
        margin-right: 3%; }
        .post-listing.image-small.item-grid:before, .post-listing.image-small.item-grid:after {
          content: '';
          display: table; }
        .post-listing.image-small.item-grid:after {
          clear: both; }
        .post-listing.image-small.item-grid:nth-child(2n) {
          margin-right: 3%;
          float: left; }
        .post-listing.image-small.item-grid:nth-child(2n + 1) {
          clear: none; }
        .post-listing.image-small.item-grid:nth-child(3n) {
          margin-right: 0%;
          float: right; }
        .post-listing.image-small.item-grid:nth-child(3n + 1) {
          clear: both; } }
    @media (min-width: 800px) {
      .full-width .post-listing.image-small.item-grid {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 22.75%;
        margin-left: 0%;
        margin-right: 3%; }
        .full-width .post-listing.image-small.item-grid:before, .full-width .post-listing.image-small.item-grid:after {
          content: '';
          display: table; }
        .full-width .post-listing.image-small.item-grid:after {
          clear: both; }
        .full-width .post-listing.image-small.item-grid:nth-child(3n) {
          margin-right: 3%;
          float: left; }
        .full-width .post-listing.image-small.item-grid:nth-child(3n + 1) {
          clear: none; }
        .full-width .post-listing.image-small.item-grid:nth-child(4n) {
          margin-right: 0%;
          float: right; }
        .full-width .post-listing.image-small.item-grid:nth-child(4n + 1) {
          clear: both; } }
  .post-listing.image-large {
    /* Post slider */ }
    .post-listing.image-large .post-image {
      margin-bottom: 0.5em; }
    @media (min-width: 400px) {
      .post-listing.image-large .post-title {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 0.22222em; } }
    @media (min-width: 600px) {
      .post-listing.image-large .post-title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.27273em;
        margin-bottom: 0.18182em; }
      .post-listing.image-large .post-summary {
        margin-bottom: 0.5em; }
        .post-listing.image-large .post-summary p {
          font-size: 16px;
          font-size: 1rem; } }
    .post-slider .post-listing.image-large {
      margin-top: 0; }
      @media (min-width: 400px) {
        .post-slider .post-listing.image-large .post-title {
          font-size: 16px;
          font-size: 1rem;
          margin-bottom: 0.25em; } }

/* Post slider */
.post-slider {
  position: relative;
  margin-left: -1em;
  margin-right: -1em;
  /* Controls */ }
  .post-slider.slick-slider {
    margin-bottom: 0;
    display: none; }
  .post-slider.slick-initialized {
    display: block; }
  @media (min-width: 400px) {
    .post-slider {
      margin-left: -1.5em;
      margin-right: -1.5em; }
      .post-slider .item-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        bottom: 0;
        width: 1px;
        background-color: #e5e5e5; } }
  @media (min-width: 600px) {
    .post-slider {
      margin-left: -2em;
      margin-right: -2em; } }
  @media (min-width: 800px) {
    .post-slider {
      margin: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-color: #e5e5e5; } }
  .post-slider .item-container {
    position: relative;
    min-height: 320px; }
  .post-slider .post-listing {
    padding: 1.25em;
    padding-top: 0;
    margin-bottom: 0; }
    .post-slider .post-listing .post-image {
      margin-left: -1.25em;
      margin-right: -1.25em;
      margin-bottom: 1.25em;
      overflow: hidden; }
    .post-slider .post-listing a {
      text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5); }
  .post-slider .treasury {
    box-shadow: inset 0 0 4em 0 rgba(0, 0, 0, 0.2);
    background-color: #ecc831; }
    .post-slider .treasury .post-listing {
      margin: 0;
      padding: 1.25em;
      padding-left: 5.375em;
      padding-bottom: 0; }
    .post-slider .treasury .post-image {
      margin-left: -4.125em;
      margin-bottom: 0; }
    .post-slider .treasury a img {
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .post-slider .treasury a:hover, .post-slider .treasury a:focus, .post-slider .treasury a:active {
      color: #000; }
      .post-slider .treasury a:hover img, .post-slider .treasury a:focus img, .post-slider .treasury a:active img {
        border-color: rgba(0, 0, 0, 0.4); }
    .post-slider .treasury .action-treasury {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      padding: 0.625em 1.25em;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      text-align: right;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      text-decoration: none;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background-color: #bf9e12; }
      .post-slider .treasury .action-treasury:hover, .post-slider .treasury .action-treasury:focus, .post-slider .treasury .action-treasury:active {
        color: #fff;
        background-color: #90770d; }
  .post-slider .post-listing:first-child {
    margin-top: 0; }
  .post-slider .slick-prev,
  .post-slider .slick-next {
    text-shadow: none;
    width: 40px;
    height: 40px;
    margin-top: -20px; }
    .post-slider .slick-prev:before,
    .post-slider .slick-next:before {
      color: #aaa;
      font-size: 32px;
      padding: 4px; }
    .post-slider .slick-prev:focus:before, .post-slider .slick-prev:active:before,
    .post-slider .slick-next:focus:before,
    .post-slider .slick-next:active:before {
      color: #aaa; }
    .post-slider .slick-prev:hover:before,
    .post-slider .slick-next:hover:before {
      color: #f15a22; }
  .post-slider .slick-prev {
    left: -40px; }
    @media (min-width: 1200px) {
      .post-slider .slick-prev {
        left: -50px; } }
  .post-slider .slick-next {
    right: -40px; }
    @media (min-width: 1200px) {
      .post-slider .slick-next {
        right: -50px; } }

/* =Jobs
===================================================== */
/* Job full */
.job-full .job-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid #eee; }
  .job-full .job-meta li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    display: inline-block;
    margin-right: 1.875em;
    margin-bottom: 0.625em;
    padding-left: 2.5em;
    position: relative; }
    .job-full .job-meta li:before {
      font-family: "netokracija";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      font-size: 32px;
      font-size: 2rem;
      position: absolute;
      top: 0.125em;
      left: 0;
      color: #f15a22; }
  .job-full .job-meta .label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286em;
    color: #aaa;
    display: block; }
  .job-full .job-meta .value {
    font-weight: 700;
    color: #222; }
  .job-full .job-meta .meta-date:before {
    content: ""; }
  .job-full .job-meta .meta-company:before {
    content: ""; }
  .job-full .job-meta .meta-location:before {
    content: ""; }

/* Job listing */
.job-listing {
  margin-top: 1.5em;
  /* Jobs with small image */
  /* Jobs with borders */
  /* Jobs in a two column grid with borders */ }
  .job-listing::after {
    clear: both;
    content: "";
    display: table; }
  .job-listing:first-child {
    margin-top: 0; }
  @media (min-width: 400px) {
    .job-listing {
      margin-top: 1.75em; } }
  @media (min-width: 600px) {
    .job-listing {
      margin-top: 2em; } }
  .job-listing .job-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857em;
    font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    margin-bottom: 0;
    margin-top: 0; }
  .job-listing .job-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.25em; }
    .job-listing .job-meta li {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846em;
      display: inline-block; }
      .job-listing .job-meta li:before {
        font-size: 16px;
        font-size: 1rem;
        font-family: "netokracija";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        margin-right: 0.25em;
        color: #61594c;
        top: 0.125em; }
    .job-listing .job-meta .meta-company .value {
      font-weight: 700;
      color: #222; }
    .job-listing .job-meta .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
  .job-listing.image-small {
    padding-left: 6.25em;
    display: table;
    width: 100%; }
    .job-listing.image-small .job-info {
      display: table-cell;
      vertical-align: middle; }
    .job-listing.image-small .job-image {
      float: left;
      margin-left: -6.25em;
      max-width: 5.625em; }
    @media (min-width: 600px) {
      .job-listing.image-small {
        padding-left: 8.125em; }
        .job-listing.image-small .job-image {
          float: left;
          margin-left: -8.125em;
          max-width: 7.5em; } }
  .job-listing.item-row {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    margin: 0;
    border-top: 1px solid #eee; }
    .job-listing.item-row:first-child {
      border-top: none; }
  .job-listing.item-grid {
    margin: 0;
    padding: 0.25em 1.25em 1.25em 1.25em;
    border-top: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    display: block; }
    .job-listing.item-grid .job-info {
      display: block; }
    .job-listing.item-grid .job-image,
    .job-listing.item-grid .job-title,
    .job-listing.item-grid .job-meta {
      text-align: center; }
    .job-listing.item-grid .job-image {
      padding-left: 0;
      max-width: none;
      margin: 0;
      width: 100%; }
      .job-listing.item-grid .job-image img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .job-listing.item-grid:nth-child(1) {
      border-top: none; }
    @media (min-width: 600px) {
      .job-listing.item-grid {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 50%;
        margin-left: 0%;
        margin-right: 0%;
        padding: 0 1.25em 1.25em 1.25em; }
        .job-listing.item-grid:before, .job-listing.item-grid:after {
          content: '';
          display: table; }
        .job-listing.item-grid:after {
          clear: both; }
        .job-listing.item-grid:nth-child(1), .job-listing.item-grid:nth-child(2) {
          border-top: none; } }
  .job-listing.item-custom {
    background: #7aab4e url(../../assets/data/job-custom-inchoo.png) no-repeat 100% 50%;
    background-size: contain;
    background-size: cover;
    padding: 3.125em 2.5em 3.125em 21.25em;
    margin-bottom: 1.25em; }
    .job-listing.item-custom .job-image {
      float: left;
      margin-left: -18.75em;
      max-width: 16.25em; }
    .job-listing.item-custom .job-title {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.16667em;
      margin-bottom: 0.86957em; }
      .job-listing.item-custom .job-title a {
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
    .job-listing.item-custom .job-meta {
      margin-bottom: 1.25em; }
      .job-listing.item-custom .job-meta li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25em;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        position: relative;
        padding-left: 2.5em;
        margin-right: 1.25em; }
        .job-listing.item-custom .job-meta li:before {
          color: #fff;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 16px;
          font-size: 1rem;
          padding: 8px;
          color: #7aab4e;
          background-color: #fff;
          border-radius: 0.1875em; }
      .job-listing.item-custom .job-meta .label {
        position: relative;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible;
        text-transform: uppercase;
        color: #fff;
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.33333em;
        display: block;
        margin-bottom: 0; }
      .job-listing.item-custom .job-meta .meta-date:before {
        content: ""; }
      .job-listing.item-custom .job-meta .meta-company:before {
        content: ""; }
      .job-listing.item-custom .job-meta .meta-location:before {
        content: ""; }
      .job-listing.item-custom .job-meta .meta-company .value {
        color: #fff; }
    .job-listing.item-custom .job-action .button {
      background-color: #222;
      background-color: rgba(0, 0, 0, 0.5);
      border-color: transparent; }

/* Widget: Jobs */
.widget-jobs {
  /* Tracking */
  /* Standard (Free) */
  /* Basic */
  /* Premium */
  /* Container for jobs listing */
  /* Action: All jobs */
  /* Newsletter */
  /* Widget header */
  /* Newsletter */ }
  @media (min-width: 1000px) {
    .widget-jobs.sticky.active {
      position: fixed;
      top: 1.5em; } }
  .widget-jobs.jobs-level-2 {
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.1875em;
    box-shadow: 0 0.0625em 0.25em 0 rgba(0, 0, 0, 0.1); }
    .widget-jobs.jobs-level-2 .job-listing {
      margin: 0;
      border-top: 1px solid #eee;
      border-color: rgba(0, 0, 0, 0.1);
      padding-top: 0.625em;
      padding-bottom: 0.625em;
      padding-left: 8.75em; }
      .widget-jobs.jobs-level-2 .job-listing:first-child {
        border-top: none; }
  .widget-jobs.jobs-level-3 {
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.1875em;
    box-shadow: 0 0.0625em 0.25em 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 600px) {
      .widget-jobs.jobs-level-3 {
        background: url(../../assets/images/black-10.png) repeat-y 50% 0; } }
  .widget-jobs .jobs-slider {
    padding: 0.625em 1.25em;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
  .widget-jobs .jobs-intro {
    border: 1px solid #e5e5e5;
    border-radius: 0.1875em 0.1875em 0 0;
    background-color: #f9f9f9;
    padding: 1em 1.25em;
    text-align: center; }
    .widget-jobs .jobs-intro p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5em;
      margin: 0;
      color: #444; }
    .widget-jobs .jobs-intro a {
      color: #f15a22;
      font-weight: 700;
      text-decoration: none;
      background-color: #fcded3;
      border-radius: 0.1875em;
      display: inline-block;
      padding: 0.25em 0.5em;
      margin-left: 0.25em; }
      .widget-jobs .jobs-intro a:hover, .widget-jobs .jobs-intro a:focus, .widget-jobs .jobs-intro a:active {
        background-color: #f15a22;
        border-color: transparent;
        color: #fff;
        text-shadow: none; }
    .widget-jobs .jobs-intro strong {
      color: #fff; }
  .widget-jobs .jobs-container {
    border-radius: 0.1875em 0.1875em 0 0;
    border: 1px solid #e5e5e5;
    border-bottom: none; }
    .widget-jobs .jobs-container .job-listing {
      margin-top: 0;
      padding-left: 6.875em;
      padding-top: 0.625em;
      padding-bottom: 0.625em;
      padding-right: 0.625em;
      border-top: 1px solid #eee; }
      .widget-jobs .jobs-container .job-listing:first-child {
        border-top: none; }
      @media (min-width: 600px) {
        .widget-jobs .jobs-container .job-listing {
          padding-left: 8.75em; } }
  .widget-jobs .jobs-action {
    border-top: 1px solid #eee;
    text-align: center; }
    .widget-jobs .jobs-action:first-child {
      border-top: none; }
    .widget-jobs .jobs-action a {
      font-weight: 700;
      display: block;
      padding: 0.75em 0.625em;
      text-decoration: none;
      background-color: #f9f9f9; }
  .widget-jobs .jobs-container + .jobs-newsletter,
  .widget-jobs .jobs-action + .jobs-newsletter {
    border-radius: 0 0 0.1875em 0.1875em; }
  .widget-jobs .jobs-newsletter {
    border-radius: 0.1875em;
    padding: 1.25em 1.25em;
    background-color: #f15a22; }
    .widget-jobs .jobs-newsletter p {
      text-align: center;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5em;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      margin-bottom: 0.625em; }
    .widget-jobs .jobs-newsletter strong {
      color: #fff; }
    .widget-jobs .jobs-newsletter a {
      color: #fff; }
    .widget-jobs .jobs-newsletter .field {
      margin: 0;
      clear: none; }
    .widget-jobs .jobs-newsletter .field-email {
      margin-bottom: 0.625em; }
      @media (min-width: 400px) {
        .widget-jobs .jobs-newsletter .field-email {
          float: left;
          width: 48%; } }
    @media (min-width: 400px) {
      .widget-jobs .jobs-newsletter .field-action {
        float: right;
        width: 48%; } }
    .widget-jobs .jobs-newsletter .field-action input[type="submit"] {
      width: 100%; }
    .widget-jobs .jobs-newsletter .field-action button {
      width: 100%; }
      .widget-jobs .jobs-newsletter .field-action button .icon {
        position: relative;
        top: 0.0625em;
        margin-right: 0.375em; }

/* Post slider */
/* Post slider */
.jobs-slider {
  position: relative;
  /* Controls */ }
  .jobs-slider.slick-slider {
    margin-bottom: 0;
    display: none; }
  .jobs-slider.slick-initialized {
    display: block; }
  .jobs-slider .job-listing.item-grid {
    width: 100%;
    padding: 0 0.75em 1.25em 0.75em; }
  .jobs-slider .slick-prev,
  .jobs-slider .slick-next {
    text-shadow: none;
    width: 40px;
    height: 40px;
    margin-top: -20px; }
    .jobs-slider .slick-prev:before,
    .jobs-slider .slick-next:before {
      color: #aaa;
      font-size: 32px;
      padding: 4px;
      opacity: 1; }
    .jobs-slider .slick-prev:focus:before, .jobs-slider .slick-prev:active:before,
    .jobs-slider .slick-next:focus:before,
    .jobs-slider .slick-next:active:before {
      color: #aaa; }
    .jobs-slider .slick-prev:hover:before,
    .jobs-slider .slick-next:hover:before {
      color: #f15a22; }
  .jobs-slider .slick-prev {
    left: -16px; }
    .jobs-slider .slick-prev:before {
      content: ""; }
  .jobs-slider .slick-next {
    right: -16px; }
    .jobs-slider .slick-next:before {
      content: ""; }

/* Widget: Newsletter */
.widget-newsletter {
  background-color: #f15a22;
  border-radius: 0.1875em;
  padding: 1.25em; }
  .widget-newsletter p {
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
  .widget-newsletter strong {
    color: #fff; }
  .widget-newsletter .field-email {
    margin-bottom: 0.625em; }
    .widget-newsletter .field-email input[type="email"] {
      text-align: center; }
  .widget-newsletter .field-action input[type="submit"] {
    width: 100%; }

/* Jobs partners */
.jobs-partners {
  background-color: #f9f9f9;
  background-color: #f9efc1;
  box-shadow: inset 0 0 4em 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.1875em;
  padding: 1.25em 1.875em 0.625em 1.875em; }
  .jobs-partners .intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-bottom: 1.11111em;
    padding-bottom: 1.11111em;
    background: url(../../assets/images/separator-fade.png) no-repeat 50% 100%;
    background-size: 100% 1px; }
  .jobs-partners .logo-list {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1; }
    .jobs-partners .logo-list li {
      margin: 0 1.25em;
      display: inline-block; }
    .jobs-partners .logo-list img {
      height: 60px;
      display: block; }
    .jobs-partners .logo-list a img {
      -webkit-transition: all, 0.2s, ease;
      -moz-transition: all, 0.2s, ease;
      transition: all, 0.2s, ease;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: .6; }
    .jobs-partners .logo-list a:hover img, .jobs-partners .logo-list a:focus img, .jobs-partners .logo-list a:active img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1; }
    @media (min-width: 1000px) {
      .jobs-partners .logo-list {
        text-align: justify; }
        .jobs-partners .logo-list li {
          margin: 0; }
        .jobs-partners .logo-list .force-justify {
          display: inline-block;
          width: 100%;
          height: 0; } }

/* =Companies
===================================================== */
.company-listing {
  border: 1px solid #e5e5e5;
  border-radius: 0.1875em;
  padding: 1.25em;
  margin-bottom: 1.25em; }
  .company-listing .company-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-top: 0; }
  .company-listing .company-logo {
    border: 1px solid #eee;
    text-align: center; }
    .company-listing .company-logo img {
      display: block;
      margin: 0 auto; }
  .company-listing .company-description {
    margin-top: 0.625em; }
    .company-listing .company-description p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.57143em;
      color: #666;
      margin-bottom: 0; }
  .company-listing .company-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.25em; }
    .company-listing .company-meta li {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2em;
      margin-top: 0.375em; }
      .company-listing .company-meta li:first-child {
        margin-top: 0; }
    .company-listing .company-meta a {
      display: block;
      color: #666;
      text-decoration: none; }
    .company-listing .company-meta .icon {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1;
      color: #fff;
      background-color: #f15a22;
      padding: 0.25em;
      border-radius: 0.75em;
      margin-right: 0.625em; }

/* =Products
===================================================== */
.product-listing {
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative; }
  .product-listing .product-image {
    max-height: 12.5rem;
    overflow: hidden; }
    .product-listing .product-image a {
      display: block;
      text-decoration: none; }
    .product-listing .product-image img {
      display: block;
      width: 100%;
      max-width: none; }
  .product-listing .product-info {
    padding: 1.25rem; }
  .product-listing .product-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 0.375rem;
    margin-top: 0; }
    .product-listing .product-title a {
      text-decoration: none; }
  .product-listing .product-description p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143em;
    color: #777;
    margin: 0; }
  .product-listing .product-price {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857em;
    margin: 0;
    margin-top: 0.625rem; }
    .product-listing .product-price .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
    .product-listing .product-price .value-regular,
    .product-listing .product-price .value-discount {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.2em;
      color: rgba(0, 0, 0, 0.8);
      font-weight: 700;
      display: inline-block;
      position: relative; }
    .product-listing .product-price .value-information {
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.5em;
      color: rgba(0, 0, 0, 0.6); }
    .product-listing .product-price.has-discount .value-regular {
      color: #bbb;
      font-weight: 400; }
      .product-listing .product-price.has-discount .value-regular:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px solid #bbb; }
    .product-listing .product-price.has-discount .value-discount {
      font-weight: 700; }
  .product-listing .product-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0.625rem; }
    .product-listing .product-meta li {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.42857em; }
    .product-listing .product-meta a {
      text-decoration: none; }
    .product-listing .product-meta .icon {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25em; }
    .product-listing .product-meta .label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
  @media (min-width: 800px) {
    .product-listing.image-large {
      padding-left: 50%;
      min-height: 22.5rem;
      background-color: #f9f9f9; }
      .product-listing.image-large .product-image {
        max-height: none;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        overflow: hidden; }
        .product-listing.image-large .product-image img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          width: auto;
          min-height: 22.5rem; }
      .product-listing.image-large .product-title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.16667em; }
    .product-listing.image-small .product-info {
      position: relative;
      z-index: 100; }
    .product-listing.image-small .product-title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.3em; } }

@media (min-width: 800px) {
  .style-masonry {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
    .style-masonry .item-container {
      float: left;
      padding: 0.75rem; }
      .style-masonry .item-container .product-listing {
        margin-bottom: 0; }
    .style-masonry .style-large {
      width: 100%; }
    .style-masonry .style-medium {
      width: 50%; } }

.custom-share {
  padding: 1.25em;
  border-radius: 0.25em;
  background-color: #f7f7f6;
  box-shadow: inset 0 0 4em 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
  text-align: center; }
  .custom-share p {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .custom-share .action-share {
    display: inline-block; }
  .custom-share .share {
    vertical-align: top;
    display: inline-block;
    margin-left: 0.625em;
    font-size: 0;
    margin: 0.25rem; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("../../assets/images/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "netokracija";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "netokracija";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* =Styleguide
===================================================== */
.page-styleguide {
  background-color: #f1f1f1; }

.style-group {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25em;
  margin-bottom: 2em; }
  .style-group .style-heading {
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: .5em 1em;
    margin-bottom: 0;
    background-color: #fff;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em; }
  .style-group .style-content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2em;
    background-color: #fff;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em; }
    .style-group .style-content::after {
      clear: both;
      content: "";
      display: table; }
    .style-group .style-content.transparent {
      background-color: transparent; }

.style-color {
  color: #fff;
  border: 1px solid #ddd;
  padding: 1em 1.5em; }
  .style-color dt {
    font-weight: 700;
    margin: 0; }
  .style-color dd {
    margin: 0; }
  .style-color.var-brand-maincolor {
    background-color: #ff9300; }
  .style-color.var-brand-auxcolor {
    background-color: #61594c; }
  .style-color.var-linkcolor {
    background-color: #f15a22; }
  .style-color.var-bordercolor {
    background-color: #eee;
    color: #222; }
  .style-color.var-successcolor {
    background-color: #80c342; }
  .style-color.var-warningcolor {
    background-color: #ffd400;
    color: #000; }
  .style-color.var-dangercolor {
    background-color: #ee1c24; }
  @media (min-width: 800px) {
    .style-color {
      float: left;
      width: 49%;
      margin-left: 2%;
      margin-bottom: 2%; }
      .style-color:nth-child(2n+1) {
        margin-left: 0;
        clear: both; } }

.style-buttons .button {
  margin: 0 1em 1em 0;
  display: inline-block; }

@media (min-width: 600px) {
  .style-icons li {
    margin-bottom: .5em;
    display: inline-block;
    min-width: 12em; } }

/* =Layout
===================================================== */
.container {
  text-align: left;
  margin: 0 auto;
  max-width: 76em;
  position: relative; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.complex-grid .section-main .container,
.complex-grid .section-jobs .container,
.complex-grid .section-hero .container {
  max-width: 86em; }

/* =Buttons
===================================================== */
.button,
button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "acumin-pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  padding: 0.4375em 0.75em;
  min-height: 2.5em;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background-color: #f15a22;
  border: 1px solid;
  border-color: #e55620 #cd4d1d #b5441a #cd4d1d;
  cursor: pointer;
  border-radius: .25em;
  background-image: -webkit-linear-gradient( bottom , rgba(0, 0, 0, 0.1), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
  /* Button outline */
  /* Button invert */ }
  .button:hover, .button:focus,
  button:hover,
  button:focus {
    color: #fff;
    background-color: #d9511f;
    text-decoration: none;
    outline: none; }
  .button:active,
  button:active {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    box-shadow: inset 0 0.125em 0.75em 0 rgba(0, 0, 0, 0.4); }
  .button.button-outline,
  button.button-outline {
    border-color: #ccc;
    background: #fff none;
    color: #666;
    text-shadow: none; }
    .button.button-outline:hover, .button.button-outline:focus,
    button.button-outline:hover,
    button.button-outline:focus {
      color: #222;
      border-color: #aaa; }
  .button.button-invert,
  button.button-invert {
    border-color: #ddd #d5d5d5 #bbb #d5d5d5;
    background-color: #f1f1f1;
    color: #666;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5); }
    .button.button-invert:hover, .button.button-invert:focus,
    button.button-invert:hover,
    button.button-invert:focus {
      color: #222;
      border-color: #ccc #c5c5c5 #aaa #c5c5c5; }
  .button.button-secondary,
  button.button-secondary {
    background-color: #61594c;
    border-color: #5c5548 #524c41 #494339 #524c41; }
    .button.button-secondary:hover, .button.button-secondary:focus,
    button.button-secondary:hover,
    button.button-secondary:focus {
      background-color: #575044; }

/* =Icons
===================================================== */
@font-face {
  font-family: 'netokracija';
  src: url("../../assets/fonts/netokracija.eot?-lw75y0");
  src: url("../../assets/fonts/netokracija.eot?#iefix-lw75y0") format("embedded-opentype"), url("../../assets/fonts/netokracija.woff?-lw75y0") format("woff"), url("../../assets/fonts/netokracija.ttf?-lw75y0") format("truetype"), url("../../assets/fonts/netokracija.svg?-lw75y0#netokracija") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: "netokracija";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.icon-calendar:before {
  content: "\e600"; }

.icon-comment-alt:before {
  content: "\e601"; }

.icon-comment:before {
  content: "\e602"; }

.icon-email:before {
  content: "\e603"; }

.icon-heart:before {
  content: "\e604"; }

.icon-link:before {
  content: "\e605"; }

.icon-photo:before {
  content: "\e606"; }

.icon-pin:before {
  content: "\e607"; }

.icon-quote:before {
  content: "\e608"; }

.icon-reply:before {
  content: "\e609"; }

.icon-settings:before {
  content: "\e60a"; }

.icon-suitcase:before {
  content: "\e60b"; }

.icon-tag:before {
  content: "\e60c"; }

.icon-user:before {
  content: "\e60d"; }

.icon-users:before {
  content: "\e60e"; }

.icon-world:before {
  content: "\e60f"; }

.icon-x-circle:before {
  content: "\e610"; }

.icon-arrow-down-circle:before {
  content: "\e611"; }

.icon-arrow-down:before {
  content: "\e612"; }

.icon-arrow-left-circle:before {
  content: "\e613"; }

.icon-arrow-left:before {
  content: "\e614"; }

.icon-arrow-right-circle:before {
  content: "\e615"; }

.icon-arrow-right:before {
  content: "\e616"; }

.icon-arrow-up-circle:before {
  content: "\e617"; }

.icon-arrow-up:before {
  content: "\e618"; }

.icon-facebook:before {
  content: "\e619"; }

.icon-googleplus:before {
  content: "\e61a"; }

.icon-linkedin:before {
  content: "\e61b"; }

.icon-menu:before {
  content: "\e61c"; }

.icon-netokracija:before {
  content: "\e61d"; }

.icon-paper:before {
  content: "\e61e"; }

.icon-search:before {
  content: "\e61f"; }

.icon-tailored:before {
  content: "\e620"; }

.icon-twitter:before {
  content: "\e621"; }

.icon-x:before {
  content: "\e622"; }

/* =Generic
===================================================== */
.skip-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
  .skip-links a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: .5em .75em;
    display: block;
    background-color: #fff;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2); }
    .skip-links a:focus {
      position: relative;
      left: auto;
      width: auto;
      height: auto;
      overflow: visible; }

hr {
  border: none;
  border-top: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media (min-width: 400px) {
    hr {
      margin-top: 1.5em;
      margin-bottom: 1.5em; } }
  @media (min-width: 600px) {
    hr {
      margin-top: 2em;
      margin-bottom: 2em; } }
  @media (min-width: 800px) {
    hr {
      margin-top: 2.5em;
      margin-bottom: 2.5em; } }

img {
  display: block;
  max-width: 100%;
  margin: 0; }

.message {
  padding: 0.625em 1em;
  background-color: #eee;
  margin-bottom: 1.25em; }
  @media (min-width: 600px) {
    .message {
      padding: 1.25em 1.5em; } }
  .message h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333em;
    margin-top: 0;
    margin-bottom: 0.11111em; }
  .message p {
    margin-bottom: 0; }
  .message.message-success {
    background-color: #80c342; }

.color-danger {
  color: #ee1c24; }

.color-warning {
  color: #ffd400; }

.color-success {
  color: #80c342; }

/* =Animations
===================================================== */
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(1px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-3px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -moz-transform: translate(1px, 0px) rotate(1deg); }
  30% {
    -moz-transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -moz-transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -moz-transform: translate(-3px, 2px) rotate(-1deg); }
  60% {
    -moz-transform: translate(2px, 1px) rotate(0deg); }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg); } }
@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -o-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -o-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(1px, 0px) rotate(1deg);
    -moz-transform: translate(1px, 0px) rotate(1deg);
    -ms-transform: translate(1px, 0px) rotate(1deg);
    -o-transform: translate(1px, 0px) rotate(1deg);
    transform: translate(1px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -o-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -o-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-3px, 2px) rotate(-1deg);
    -moz-transform: translate(-3px, 2px) rotate(-1deg);
    -ms-transform: translate(-3px, 2px) rotate(-1deg);
    -o-transform: translate(-3px, 2px) rotate(-1deg);
    transform: translate(-3px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -o-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -o-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -o-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -o-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -o-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }
.post-share:hover .icon {
  -webkit-animation: shake 0.8s infinite linear;
  -moz-animation: shake 0.8s infinite linear;
  animation: shake 0.8s infinite linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

/* =Social
===================================================== */
/* https://gist.github.com/smeranda/2571173 */
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none; }

.widget-social {
  /* To fill the container and nothing else */ }
  .widget-social .fb_iframe_widget,
  .widget-social .fb_iframe_widget span,
  .widget-social .fb_iframe_widget span iframe[style] {
    width: 100% !important; }

/* =Banners
===================================================== */
.section-advertise {
  display: none;
  background-color: #fff; }
  .section-advertise .container {
    text-align: center;
    padding: 1em; }
  .section-advertise .widget-banner {
    text-align: center;
    font-size: 0; }
    .section-advertise .widget-banner [class*="banner-"] {
      display: inline-block;
      margin: 0 auto; }
  @media (min-width: 1000px) {
    .section-advertise {
      display: block; } }
  .section-advertise.style-dark {
    background-color: #111111; }
  .section-advertise.style-light {
    background-color: #fff; }

/* =High resolution
===================================================== */
/* =Helpers
===================================================== */
.text-center {
  text-align: center; }

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

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