@charset "UTF-8";
/* master scss */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

ol, ul {
  list-style: none; }

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

.mainHeader {
    width: 100%;  
    max-width: 1180px;
    margin: 0 auto; }

.whitetop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 165px;
    z-index: 2;
    background-color: #ffffff; }

@media (max-width: 992px) {
  .whitetop {
    display: none; }  
}

/**
*   The  pseudo-element 'content' property doesnt accept normal (&raquo;) style 
*   HTML entities. These variables below easy the pain of looking up the HEX codes...
*    
*   Referenced from http://www.danshort.com/HTMLentities/
*/
/*********************
TRANSITIONS
*********************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

/*
----------------------------------------------- 
Typographic styles
----------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 1, 2016 */
/* --
@Font face
------------------------- */
/*

font-family:'URWClarendonW01-Regular_923452';
font-family:'URWClarendonW01-Regular_923467';
font-family:'URW Clarendon W01 Bold';
*/
/* fonts web */
/*
$helveticaneue-italic-font-stack: 'HelveticaNeueW02-56Ital';
$helveticaneue-bold-font-stack: 'HelveticaNeueW02-75Bold';
*/
/* fonts web */
@font-face {
  font-family: 'superclarendonregular';
  src: url("../type/ClarendonURW-Regular.eot");
  src: url("../type/ClarendonURW-Regular.eot?#iefix") format("embedded-opentype"), url("../type/ClarendonURW-Regular.woff2") format("woff2"), url("../type/ClarendonURW-Regular.woff") format("woff"), url("../type/ClarendonURW-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'superclarendonbold';
  src: url("../type/ClarendonURW-Bold.eot");
  src: url("../type/ClarendonURW-Bold.eot?#iefix") format("embedded-opentype"), url("../type/ClarendonURW-Bold.woff2") format("woff2"), url("../type/ClarendonURW-Bold.woff") format("woff"), url("../type/ClarendonURW-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
The provided mixins are intended to be used with variables directly

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites(map-get($spritesheet, 'sprites'));
*/
/********** Deprecated and obsolete elements **********/
applet, basefont, dir, font, isindex, menu, s, strike, u {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  white-space: normal;
  vertical-align: baseline;
  text-decoration: inherit;
  text-align: left;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

dir, menu {
  list-style: none; }

nobr {
  white-space: normal; }

blink {
  text-decoration: none; }

marquee {
  overflow: visible; }

/******************** Base ********************/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-border-radius: 0; }

a:link, a:visited, a:hover, a:active {
  outline: none;
  text-decoration: none; }

/* --
Article
------------------------- */
article .title {
  /*
    @include fontSize(42);
    @include lineHeight(46, 42);
    color: #171717;   
    */ }

/* base */
article .overline {
  margin: 0;
  font-family: "superclarendonregular"; }
  article .overline a {
    color: #171717; }

article .title,
article .title a {
  margin: 0;
  font-family: "superclarendonbold";
  text-decoration: none;
  color: #171717; }

article .timestamp {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

section.latest {
  box-shadow: inset 0 0 0 5px #eed8f4;
  padding: 10px 20px;
  background: #fff; }
  section.latest h3 {
    color: #333333;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    font-family: "superclarendonbold";
    border-bottom: 1px solid #f4e9f7; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
The provided mixins are intended to be used with variables directly

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites(map-get($spritesheet, 'sprites'));
*/
/* main navigation */
header .row {
  margin-bottom: 0;
  padding-top: 0; }

body.mobileOpen .container, body.desktopOpen .container {
  z-index: 100; }

.navbar {
  border-radius: 0;
  border: 0;
  min-height: inherit; }

.nav > li > a:hover, .nav > li > a:focus {
  background: none; }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none; }

.subLevelNavbar {
  width: 100%;
  float: left; }

#menuPane-link-1 {
  padding-right: 55px;
  padding-left: 25px; }

.main_nav.desktopOpen .all_sections .dropdown.megadropdown a#menuPane-link-1 {
  background: #2f2f2f;
  color: #fff; }

.megadropdown-menu div a {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-weight: normal; }

.main_nav .all_sections {
  float: right;
  display: inline-block; }
  .main_nav .all_sections a.site_search {
    position: relative;
    float: right;
    padding: 12px 22px 9px 24px; }
    .main_nav .all_sections a.site_search span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -8px 0 0 -8px;
      background-image: url("../img/sprite.png");
      background-position: -844px -717px;
      width: 16px;
      height: 16px;
      width: 16px;
      height: 16px; }
  .main_nav .all_sections a.facebook_follow {
    position: relative;
    float: right;
    padding: 12px 22px 9px 24px; }
    .main_nav .all_sections a.facebook_follow span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -6px;
      background-image: url("../img/sprite.png");
      background-position: -796px -749px;
      width: 12px;
      height: 20px; }
  .main_nav .all_sections a:hover.facebook_follow span:after {
    background-image: url("../img/sprite.png");
    background-position: -808px -749px;
    width: 12px;
    height: 20px; }
  .main_nav .all_sections a.twitter_follow {
    position: relative;
    float: right;
    padding: 12px 25px 9px 25px; }
    .main_nav .all_sections a.twitter_follow span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -8px 0 0 -10px;
      background-image: url("../img/sprite.png");
      background-position: -816px -643px;
      width: 20px;
      height: 20px; }
    .main_nav .all_sections a.twitter_follow span:before {
      content: "";
      width: 1px;
      height: 25px;
      background: #dfdfdf;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -13px; }
  .main_nav .all_sections a:hover.twitter_follow span:after {
    background-image: url("../img/sprite.png");
    background-position: -836px -643px;
    width: 20px;
    height: 20px; }
  .main_nav .all_sections a.instagram_follow {
    position: relative;
    float: right;
    padding: 12px 25px 9px 25px; }
    .main_nav .all_sections a.instagram_follow span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -6px;
      background-image: url("../img/sprite.png");
      background-position: -796px -663px;
      width: 20px;
      height: 20px; }
  .main_nav .all_sections a:hover.instagram_follow span:after {
    background-image: url("../img/sprite.png");
    background-position: -850px -434px;
    width: 20px;
    height: 20px; }
  .main_nav .all_sections .dropdown.megadropdown a#menuPane-link-1 {
    float: right; }

@media (max-width: 767px) {
  .main_nav .all_sections {
    display: none; } }

.main_nav .nav.all_sections a:after {
  left: 0; }

.main_nav .nav.all_sections a:last-child:after {
  display: none; }

.main_nav.desktopOpen .all_sections a:after,
.main_nav.desktopOpen .all_sections span:before {
  opacity: 1 !important;
  background: #000000 !important;
  visibility: visible !important; }

.main_nav .nav.socialChannels {
  position: absolute;
  top: 2px;
  right: 0;
  width: 122px;
  height: 41px; }
  @media (max-width: 767px) {
    .main_nav .nav.socialChannels {
      display: none; } }
  .main_nav .nav.socialChannels li {
    width: 100%; }
  .main_nav .nav.socialChannels a.facebook_follow {
    position: relative;
    float: right;
    padding: 12px 16px 9px 17px; }
    .main_nav .nav.socialChannels a.facebook_follow span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -5px;
      background-image: url("../img/sprite.png");
      background-position: -864px -531px;
      width: 12px;
      height: 20px; }
    .main_nav .nav.socialChannels a.facebook_follow span:before {
      content: "";
      width: 1px;
      height: 25px;
      background: #f2f2f2;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -13px; }
  .main_nav .nav.socialChannels a.twitter_follow {
    position: relative;
    float: right;
    padding: 12px 20px 9px 20px; }
    .main_nav .nav.socialChannels a.twitter_follow span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -8px 0 0 -10px;
      background-image: url("../img/sprite.png");
      background-position: -814px -683px;
      width: 20px;
      height: 16px; }
    .main_nav .nav.socialChannels a.twitter_follow span:before {
      content: "";
      width: 1px;
      height: 25px;
      background: #f2f2f2;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -13px; }
  .main_nav .nav.socialChannels a.instagram_follow {
    position: relative;
    float: right;
    padding: 12px 24px 9px 24px; }
    .main_nav .nav.socialChannels a.instagram_follow span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -6px;
      background-image: url("../img/sprite.png");
      background-position: -856px -643px;
      width: 20px;
      height: 20px; }
  .main_nav .nav.socialChannels a:last-child .text-hide:before {
    display: none; }

.main_nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  text-transform: uppercase;
  float: left;
  position: relative; }
  .main_nav.desktopOpen {
    z-index: 1000;
    background: #323232;
    background: -moz-linear-gradient(top, #323232 0%, #2f2f2f 49%, #2a2a2a 100%);
    background: -webkit-linear-gradient(top, #323232 0%, #2f2f2f 49%, #2a2a2a 100%);
    background: linear-gradient(to bottom, #323232 0%, #2f2f2f 49%, #2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#2a2a2a',GradientType=0 ); }
  .main_nav .nav {
    margin: 0; }
    .main_nav .nav li {
      display: block;
      text-align: left;
      width: 100%;
      float: left;
      -moz-transition: all 0.25s, ease-in;
      -o-transition: all 0.25s, ease-in;
      -webkit-transition: all 0.25s, ease-in;
      transition: all 0.25s, ease-in; }
    .main_nav .nav a {
      display: block;
      padding: 12px 16px 9px 15px;
      color: #333333;
      font-weight: bold;
      position: relative;
      float: left;
      font-size: 14px;
      font-size: 1.4rem; }
    .main_nav .nav li:last-child a:after {
      display: none; }
    .main_nav .nav li.current a,
    .main_nav .nav li.active a {
      color: #ccc; }
  .main_nav .megadropdown-menu {
    background: #333333;
    padding: 20px 50px 0;
    margin: 0;
    border-radius: 0;
    top: 43px;
    box-shadow: 0 14px 84px rgba(0, 0, 0, 0.5);
    border: none;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    @media (min-width: 768px) {
      .main_nav .megadropdown-menu .sections {
        display: flex !important; } }
    .main_nav .megadropdown-menu .sections div {
      flex: 1; }
      .main_nav .megadropdown-menu .sections div a {
        color: #fff;
        text-transform: uppercase;
        text-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 13px;
        padding-left: 0;
        font-weight: bold; }
    .main_nav .megadropdown-menu .sections ul li {
      display: inline-block;
      width: 100%; }
      .main_nav .megadropdown-menu .sections ul li a {
        color: #cccccc;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: none;
        font-weight: normal;
        margin-bottom: 0;
        padding: 8px 0 7px 0; }
        .main_nav .megadropdown-menu .sections ul li a:hover {
          text-decoration: underline;
          color: #fff; }
        .main_nav .megadropdown-menu .sections ul li a:after {
          display: none; }
    .main_nav .megadropdown-menu .magazin {
      width: 100%;
      border-top: #464646 1px solid;
      margin-top: 20px; }
      .main_nav .megadropdown-menu .magazin:before, .main_nav .megadropdown-menu .magazin:after {
        content: " ";
        display: table; }
      .main_nav .megadropdown-menu .magazin:after {
        clear: both; }
      .main_nav .megadropdown-menu .magazin span {
        font-size: 14px;
        line-height: 88px;
        font-weight: bold;
        text-transform: uppercase;
        float: left;
        color: #999999;
        padding-right: 25px; }
      .main_nav .megadropdown-menu .magazin ul {
        height: 88px; }
      .main_nav .megadropdown-menu .magazin li {
        float: left;
        padding: 0 25px; }
      .main_nav .megadropdown-menu .magazin .gl a, .main_nav .megadropdown-menu .magazin .dh a, .main_nav .megadropdown-menu .magazin .ak a, .main_nav .megadropdown-menu .magazin .dd a {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: block;
        position: relative;
        height: 88px; }
        .main_nav .megadropdown-menu .magazin .gl a:before, .main_nav .megadropdown-menu .magazin .gl a:after, .main_nav .megadropdown-menu .magazin .dh a:before, .main_nav .megadropdown-menu .magazin .dh a:after, .main_nav .megadropdown-menu .magazin .ak a:before, .main_nav .megadropdown-menu .magazin .ak a:after, .main_nav .megadropdown-menu .magazin .dd a:before, .main_nav .megadropdown-menu .magazin .dd a:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -moz-transition: opacity 300ms, ease-in-out;
          -o-transition: opacity 300ms, ease-in-out;
          -webkit-transition: opacity 300ms, ease-in-out;
          transition: opacity 300ms, ease-in-out; }
        .main_nav .megadropdown-menu .magazin .gl a:before, .main_nav .megadropdown-menu .magazin .dh a:before, .main_nav .megadropdown-menu .magazin .ak a:before, .main_nav .megadropdown-menu .magazin .dd a:before {
          opacity: 1; }
        .main_nav .megadropdown-menu .magazin .gl a:after, .main_nav .megadropdown-menu .magazin .dh a:after, .main_nav .megadropdown-menu .magazin .ak a:after, .main_nav .megadropdown-menu .magazin .dd a:after {
          opacity: 0; }
        .main_nav .megadropdown-menu .magazin .gl a:hover:before, .main_nav .megadropdown-menu .magazin .dh a:hover:before, .main_nav .megadropdown-menu .magazin .ak a:hover:before, .main_nav .megadropdown-menu .magazin .dd a:hover:before {
          opacity: 0; }
        .main_nav .megadropdown-menu .magazin .gl a:hover:after, .main_nav .megadropdown-menu .magazin .dh a:hover:after, .main_nav .megadropdown-menu .magazin .ak a:hover:after, .main_nav .megadropdown-menu .magazin .dd a:hover:after {
          opacity: 1; }
      .main_nav .megadropdown-menu .magazin .gl a {
        width: 134px; }
        .main_nav .megadropdown-menu .magazin .gl a:before {
          background-image: url("../img/sprite.png");
          background-position: -623px -574px;
          width: 134px;
          height: 26px; }
        .main_nav .megadropdown-menu .magazin .gl a:after {
          background-image: url("../img/sprite.png");
          background-position: -651px -474px;
          width: 135px;
          height: 26px; }
      .main_nav .megadropdown-menu .magazin .dh a {
        width: 188px; }
        .main_nav .megadropdown-menu .magazin .dh a:before {
          background-image: url("../img/sprite.png");
          background-position: -364px -650px;
          width: 188px;
          height: 22px; }
        .main_nav .megadropdown-menu .magazin .dh a:after {
          background-image: url("../img/sprite.png");
          background-position: -552px -650px;
          width: 188px;
          height: 22px; }
      .main_nav .megadropdown-menu .magazin .ak a {
        width: 207px; }
        .main_nav .megadropdown-menu .magazin .ak a:before {
          background-image: url("../img/sprite.png");
          background-position: -577px -445px;
          width: 207px;
          height: 21px; }
        .main_nav .megadropdown-menu .magazin .ak a:after {
          background-image: url("../img/sprite.png");
          background-position: -370px -445px;
          width: 207px;
          height: 21px; }
      .main_nav .megadropdown-menu .magazin .dd a {
        width: 80px; }
        .main_nav .megadropdown-menu .magazin .dd a:before {
          background-image: url("../img/sprite.png");
          background-position: -796px -37px;
          width: 80px;
          height: 37px; }
        .main_nav .megadropdown-menu .magazin .dd a:after {
          background-image: url("../img/sprite.png");
          background-position: -796px 0px;
          width: 80px;
          height: 37px; }
  .main_nav.desktopOpen .megadropdown-menu {
    visibility: visible;
    opacity: 1; }
  .main_nav .breadcrumb {
    background: transparent;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0 10px 0 0 !important; }
    .main_nav .breadcrumb li {
      padding: 12px 5px 9px 5px;
      color: #cccccc;
      display: inline-block;
      position: relative;
      font-weight: normal;
      font-size: 18px;
      color: #fff;
      text-transform: none;
      font-family: "superclarendonregular"; }
      .main_nav .breadcrumb li a {
        color: #fff; }
      .main_nav .breadcrumb li span {
        text-transform: uppercase;
        font-family: "superclarendonbold"; }
      .main_nav .breadcrumb li:first-child {
        padding: 12px 15px 9px 75px;
        text-transform: uppercase; }
      .main_nav .breadcrumb li:nth-child(2) {
        padding-left: 15px; }
      .main_nav .breadcrumb li:nth-child(2):after {
        content: "";
        width: 16px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: -8px;
        top: 50%; }
    .main_nav .breadcrumb li:first-child {
      display: inline-block;
      position: relative;
      font-weight: normal;
      font-size: 22px;
      color: #fff;
      font-family: "superclarendonbold"; }
      .main_nav .breadcrumb li:first-child span {
        text-transform: uppercase;
        font-family: "superclarendonbold"; }
      .main_nav .breadcrumb li:first-child a {
        color: #fff; }
  .main_nav .sub {
    position: relative;
    z-index: 0;
    background: #1c1c1c; }
    .main_nav .sub a {
      padding: 15px 8px 10px 8px;
      color: #cccccc;
      font-size: 14px;
      display: inline-block;
      position: relative;
      text-transform: none;
      font-weight: normal; }
      .main_nav .sub a:hover, .main_nav .sub a:focus {
        color: #fff; }
      .main_nav .sub a:after {
        display: none; }
    .main_nav .sub .dropdown.open > a, .main_nav .sub .dropdown a:hover, .main_nav .sub .dropdown a:focus {
      color: #fff;
      background: #1c1c1c; }
    .main_nav .sub .dropdown-menu {
      display: none;
      margin: 0;
      font-size: 14px;
      list-style: none;
      background-color: #1c1c1c;
      border: none;
      border-radius: 0;
      box-shadow: none; }
      .main_nav .sub .dropdown-menu li {
        display: block;
        width: 100%; }
      .main_nav .sub .dropdown-menu a {
        display: block;
        width: 100%; }
        .main_nav .sub .dropdown-menu a:hover, .main_nav .sub .dropdown-menu a:focus {
          color: #fff;
          background: #1c1c1c; }
    .main_nav .sub .open .dropdown-menu {
      display: block; }
  .main_nav #rwd_toggle {
    width: 20px;
    height: 15px;
    position: absolute;
    margin: 0;
    top: 14px;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .main_nav #rwd_toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #333333;
    opacity: 1;
    right: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .main_nav #rwd_toggle span:nth-child(1) {
    top: 0px; }
  .main_nav #rwd_toggle span:nth-child(2), .main_nav #rwd_toggle span:nth-child(3) {
    top: 6px; }
  .main_nav #rwd_toggle span:nth-child(4) {
    top: 12px; }
  .main_nav.desktopOpen #rwd_toggle span:nth-child(1) {
    top: -5px;
    opacity: 0;
    right: 12px;
    background: #1e1e1e; }
  .main_nav.desktopOpen #rwd_toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffd80e; }
  .main_nav.desktopOpen #rwd_toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ffd80e; }
  .main_nav.desktopOpen #rwd_toggle span:nth-child(4) {
    top: 17px;
    opacity: 0;
    right: 12px;
    background: #1e1e1e; }

.brandedHead .main_nav .megadropdown-menu {
  top: 42px; }

.navbar-collapse .main:first-child li:first-child a,
.subLevelNavbar .main:first-child li:first-child a {
  position: relative; }

.main_nav.desktopOpen .nav:first-child li:not(:first-child) a {
  opacity: 0;
  visibility: hidden; }
  .main_nav.desktopOpen .nav:first-child li:not(:first-child) a:after {
    background: #2f2f2f; }

.main_nav.desktopOpen .nav li:first-child a:after {
  background: #2f2f2f;
  opacity: 0;
  visibility: hidden; }

#navbar-collapse-1 {
  z-index: 10; }
  #navbar-collapse-1 .breadcrumb {
    position: absolute;
    left: 0;
    top: 0; }
    #navbar-collapse-1 .breadcrumb li:first-child {
      padding: 9px 15px 9px 75px; }
    #navbar-collapse-1 .breadcrumb:before {
      content: "";
      display: block;
      width: 50px;
      height: 42px;
      background-color: #333333;
      position: absolute;
      left: 0;
      top: 0; }
    #navbar-collapse-1 .breadcrumb:after {
      content: "";
      display: block;
      position: absolute;
      left: 17px;
      top: 13px;
      background-image: url("../img/sprite.png");
      background-position: -859px -215px;
      width: 16px;
      height: 20px; }

#navbar-collapse-2, .subLevelNavbar {
  z-index: 0;
  background: #1c1c1c;
  position: relative; }

.main_nav .navbar-toggle {
  display: none; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar.main_nav {
    width: 950px; }
  .main_nav .nav a {
    padding: 12px 13px 9px 12px; }
  .main_nav .all_sections .facebook_follow {
    padding: 12px 16px 9px 19px; }
  .main_nav .all_sections .twitter_follow {
    padding: 12px 18px 9px 21px; }
  .main_nav .all_sections .instagram_follow {
    padding: 12px 18px 9px 21px; }
  .main_nav .sub a {
    padding: 15px 8px 10px 8px; }
  #menuPane-link-1 {
    padding-right: 50px;
    padding-left: 12px; }
  .navbar-collapse .main:first-child li:first-child a,
  .subLevelNavbar .main:first-child li:first-child a {
    padding-left: 40px; }
  .main_nav .megadropdown-menu {
    padding-bottom: 0; }
    .main_nav .megadropdown-menu .magazin span {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar.main_nav {
    width: 730px; }
  .main_nav .nav a {
    padding: 12px 8px 9px 7px; }
  .main_nav .all_sections .facebook_follow {
    padding: 12px 12px 9px 15px; }
  .main_nav .all_sections .twitter_follow {
    padding: 12px 17px 9px 20px; }
  .main_nav .all_sections .instagram_follow {
    padding: 12px 17px 9px 20px; }
  .main_nav .sub a {
    padding: 15px 8px 10px 8px; }
  #menuPane-link-1 {
    padding-right: 0;
    padding-left: 0;
    text-indent: -9999em;
    width: 40px; }
  #rwd_toggle span {
    right: 10px; }
  .navbar-collapse .main:first-child li:first-child a,
  .subLevelNavbar .main:first-child li:first-child a {
    padding-left: 8px; }
  .navbar-collapse .main:first-child li:first-child a:before,
  .subLevelNavbar .main:first-child li:first-child a:before {
    display: none; }
  .breadcrumb li:first-child {
    padding: 12px 15px 9px 15px; }
  .main_nav .megadropdown-menu {
    padding: 20px 20px 0; }
    .main_nav .megadropdown-menu .magazin span {
      display: none; }
    .main_nav .megadropdown-menu .magazin li {
      padding: 0 6px; }
    .main_nav .megadropdown-menu .magazin li:first-child {
      padding-left: 4px; }
    .main_nav .megadropdown-menu .magazin li:last-child {
      padding-right: 0px; } }

@media (min-width: 768px) {
  header {
    position: relative;
    top: 0;
    z-index: 1000;
    padding-bottom: 0; }
  body .navbar.main_nav {
    position: absolute;
    top: 112px;
    max-width: 1180px;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    border-bottom: transparent 10px solid;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: top 0ms linear, transform 100ms linear;
    -o-transition: top 0ms linear, transform 100ms linear;
    -webkit-transition: top 0ms linear, transform 100ms linear;
    transition: top 0ms linear, transform 100ms linear; }
    body .navbar.main_nav:before {
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      bottom: -10px;
      box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
      background-color: #fff; }
  body.scrolled .navbar.main_nav {
    position: fixed;
    top: 0; }
  body.scrolled.down.unlock .navbar.main_nav {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  body.scrolled.up.unlock .navbar.main_nav,
  body.scrolled.down.unlock .navbar.main_nav.desktopOpen {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .main_nav .nav li {
    width: auto;
    float: left;
    display: inline-block; }
    .main_nav .nav li a {
      display: inline-block;
      -moz-transition: all 100ms ease;
      -o-transition: all 100ms ease;
      -webkit-transition: all 100ms ease;
      transition: all 100ms ease; }
      .main_nav .nav li a.hover {
        color: #ccc; }
      .main_nav .nav li a:after {
        content: "";
        width: 1px;
        height: 25px;
        background: #dfdfdf;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -13px; }
  #navbar-collapse-1 {
    border-bottom: #333333 2px solid; }
  .subBranding {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .navbar-collapse .main:first-child li:first-child a,
  .subLevelNavbar .main:first-child li:first-child a {
    padding-left: 50px; }
    .navbar-collapse .main:first-child li:first-child a:before,
    .subLevelNavbar .main:first-child li:first-child a:before {
      content: "";
      position: absolute;
      left: 17px;
      top: 13px;
      background-image: url("../img/sprite.png");
      background-position: -859px -215px;
      width: 16px;
      height: 20px;
      background-color: transparent; } }

@media (max-width: 767px) {
  body {
    padding-top: 60px; }
    

    
  header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
  body.scrolled.down header {
    top: -60px; }
  body.scrolled.up header {
    top: 0px; }
  body.scrolled.mobileOpen header {
    top: 0px; }
  .logo.suplement {
    display: none; }
  #navbar-collapse-2, .subLevelNavbar {
    display: none; }
  .brandedHead .wrap-megadropdown-menu .subLevelNavbar {
    display: block; }
  .wrap-megadropdown-menu + .navbar-header,
  .subBranding + .navbar-header {
    display: none; }
  .main_nav .navbar-toggle {
    display: block;
    position: absolute;
    top: -43px;
    left: 12px;
    z-index: 10;
    float: none;
    padding: 9px 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 45px;
    height: 30px; }
    .main_nav .navbar-toggle:after {
      content: "IZBORNIK";
      position: absolute;
      left: 45px;
      top: 4px;
      color: #cccccc;
      font-size: 10px;
      font-weight: bold;
      -moz-transition: all 0.35s, ease-in;
      -o-transition: all 0.35s, ease-in;
      -webkit-transition: all 0.35s, ease-in;
      transition: all 0.35s, ease-in; }
    .main_nav .navbar-toggle.mobileOpen:after {
      content: "ZATVORI";
      color: #666666; }
    .main_nav .navbar-toggle .icon-bar {
      width: 26px;
      height: 4px;
      position: absolute;
      border-radius: 0;
      background: #a8a8a8;
      background: -moz-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
      background: -webkit-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
      background: linear-gradient(to right, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=1 );
      -moz-transition: all 0.35s, ease-in;
      -o-transition: all 0.35s, ease-in;
      -webkit-transition: all 0.35s, ease-in;
      transition: all 0.35s, ease-in; }
      .main_nav .navbar-toggle .icon-bar:nth-child(1) {
        top: 4px;
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0); }
      .main_nav .navbar-toggle .icon-bar:nth-child(2) {
        top: 9px;
        left: 10px;
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .main_nav .navbar-toggle .icon-bar:nth-child(3) {
        top: 18px;
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    .main_nav .navbar-toggle.mobileOpen .icon-bar {
      background: #cccccc;
      -moz-transition: all 0.35s, ease-in;
      -o-transition: all 0.35s, ease-in;
      -webkit-transition: all 0.35s, ease-in;
      transition: all 0.35s, ease-in; }
      .main_nav .navbar-toggle.mobileOpen .icon-bar:nth-child(1) {
        top: 13px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .main_nav .navbar-toggle.mobileOpen .icon-bar:nth-child(2) {
        top: 9px;
        left: -15px;
        opacity: 0;
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0); }
      .main_nav .navbar-toggle.mobileOpen .icon-bar:nth-child(3) {
        top: 9px;
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .main_nav .navbar-toggle:focus {
    outline: none; }
  .main_nav {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 -10px;
    float: none;
    width: 100vw; }
    .main_nav #navbar-collapse-1, .main_nav .wrap-megadropdown-menu {
      display: none;
      position: fixed;
      left: 0;
      top: 59px;
      width: 100%;
      background-color: #fff;
      z-index: 10; }
      .main_nav #navbar-collapse-1.mobileOpen, .main_nav .wrap-megadropdown-menu.mobileOpen {
        display: block; }
    .main_nav .wrap-megadropdown-menu {
      margin-top: 51px; }
      .main_nav .wrap-megadropdown-menu.mobileOpen {
        overflow: scroll; }
    .main_nav .socialChannels {
      display: none; }
    .main_nav .all_sections {
      float: none;
      display: block; }
    .main_nav .main.nav {
      padding: 16px 0 9px;
      margin: -1px 0 0 0;
      box-shadow: 0 2px 0 0 #000 inset;
      min-height: 51px; }
      .main_nav .main.nav li {
        display: none; }
      .main_nav .main.nav li.active {
        display: block; }
        .main_nav .main.nav li.active a {
          font-size: 16px;
          line-height: 26px;
          color: #ccc;
          box-shadow: 5px 0 0 0 #ccc inset;
          padding: 0px 15px;
          font-weight: bold; }
    .main_nav .all_sections.nav {
      display: none; }
    .main_nav .megadropdown-menu {
      display: block !important;
      width: 100%;
      /* overflow: hidden; */
      visibility: visible;
      opacity: 1;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      background-color: #fff;
      border: none;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      border-top: none !important;
      -webkit-transform: translateY(0) scale(1);
      -moz-transform: translateY(0) scale(1);
      -o-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1); }
      .main_nav .megadropdown-menu .sections {
        display: block;
        width: 100%; }
        .main_nav .megadropdown-menu .sections > div {
          display: block !important; }
        .main_nav .megadropdown-menu .sections div a {
          display: block;
          padding: 0 14px;
          color: #666666;
          font-size: 16px;
          line-height: 26px;
          margin: 1px 0 0;
          font-weight: bold; }
          .main_nav .megadropdown-menu .sections div a:hover {
            color: #666;
            text-decoration: none; }
        .main_nav .megadropdown-menu .sections .nav {
          margin-bottom: 15px; }
        .main_nav .megadropdown-menu .sections ul li a {
          display: block;
          padding: 0 14px;
          color: #666666;
          font-size: 13px;
          line-height: 26px;
          margin: 0;
          font-weight: normal; }
          .main_nav .megadropdown-menu .sections ul li a:hover {
            color: #666;
            text-decoration: none; }
        .main_nav .megadropdown-menu .sections .navbar-nav:before, .main_nav .megadropdown-menu .sections .navbar-nav:after {
          content: " ";
          display: table; }
        .main_nav .megadropdown-menu .sections .navbar-nav:after {
          clear: both; }
        .main_nav .megadropdown-menu .sections .navbar-nav li {
          width: 50%;
          float: left; }
      .main_nav .megadropdown-menu .magazin {
        border-top: #cfcfcf 1px solid;
        text-align: center;
        padding: 6px 0 20px; }
        .main_nav .megadropdown-menu .magazin span {
          font-size: 18px;
          line-height: 42px;
          float: none;
          color: #666;
          padding: 0;
          display: block;
          margin: 15px 0 2px; }
        .main_nav .megadropdown-menu .magazin ul {
          height: auto; }
        .main_nav .megadropdown-menu .magazin li {
          float: none;
          padding: 12px 25px; }
        .main_nav .megadropdown-menu .magazin .gl a, .main_nav .megadropdown-menu .magazin .dh a, .main_nav .megadropdown-menu .magazin .ak a, .main_nav .megadropdown-menu .magazin .dd a {
          font: 0/0 a;
          color: transparent;
          text-shadow: none;
          background-color: transparent;
          border: 0;
          display: block;
          position: relative;
          height: auto;
          margin: 0 auto; }
          .main_nav .megadropdown-menu .magazin .gl a:before, .main_nav .megadropdown-menu .magazin .gl a:after, .main_nav .megadropdown-menu .magazin .dh a:before, .main_nav .megadropdown-menu .magazin .dh a:after, .main_nav .megadropdown-menu .magazin .ak a:before, .main_nav .megadropdown-menu .magazin .ak a:after, .main_nav .megadropdown-menu .magazin .dd a:before, .main_nav .megadropdown-menu .magazin .dd a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
        .main_nav .megadropdown-menu .magazin .gl a {
          width: 103px;
          height: 20px; }
          .main_nav .megadropdown-menu .magazin .gl a:before {
            background-image: url("../img/sprite.png");
            background-position: 0px -820px;
            width: 103px;
            height: 20px; }
          .main_nav .megadropdown-menu .magazin .gl a:after {
            background-image: url("../img/sprite.png");
            background-position: -103px -820px;
            width: 103px;
            height: 20px; }
        .main_nav .megadropdown-menu .magazin .dh a {
          width: 134px;
          height: 16px; }
          .main_nav .megadropdown-menu .magazin .dh a:before {
            background-image: url("../img/sprite.png");
            background-position: -658px -687px;
            width: 134px;
            height: 16px; }
          .main_nav .megadropdown-menu .magazin .dh a:after {
            background-image: url("../img/sprite.png");
            background-position: -323px -765px;
            width: 134px;
            height: 16px; }
        .main_nav .megadropdown-menu .magazin .ak a {
          width: 137px;
          height: 14px; }
          .main_nav .megadropdown-menu .magazin .ak a:before {
            background-image: url("../img/sprite.png");
            background-position: -501px -672px;
            width: 137px;
            height: 14px; }
          .main_nav .megadropdown-menu .magazin .ak a:after {
            background-image: url("../img/sprite.png");
            background-position: -638px -672px;
            width: 137px;
            height: 14px; }
        .main_nav .megadropdown-menu .magazin .dd a {
          width: 53px;
          height: 25px; }
          .main_nav .megadropdown-menu .magazin .dd a:before {
            background-image: url("../img/sprite.png");
            background-position: -796px -312px;
            width: 53px;
            height: 25px; }
          .main_nav .megadropdown-menu .magazin .dd a:after {
            background-image: url("../img/sprite.png");
            background-position: -796px -287px;
            width: 53px;
            height: 25px; }
  .brandedHead .main_nav .wrap-megadropdown-menu {
    margin-top: 0; }
    .brandedHead .main_nav .wrap-megadropdown-menu .sections, .brandedHead .main_nav .wrap-megadropdown-menu .magazin {
      display: none; }
  .brandedHead .main_nav .subLevelNavbar {
    position: relative;
    background: transparent;
    padding-bottom: 10px;
    border-bottom: #eaeaea 1px solid;
    margin-bottom: 40px;
    float: none; }
    .brandedHead .main_nav .subLevelNavbar a.rest {
      display: block;
      width: 100%;
      height: 40px;
      font-weight: bold;
      font-size: 14px;
      line-height: 40px;
      color: #333;
      text-align: center;
      text-decoration: none;
      position: absolute;
      left: 0;
      bottom: -40px; }
      .brandedHead .main_nav .subLevelNavbar a.rest:after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 8px;
        background-image: url("../img/sprite.png");
        background-position: -846px -749px;
        width: 14px;
        height: 8px;
        margin: 0 0 0 8px; }
    .brandedHead .main_nav .subLevelNavbar .navbar-nav {
      width: 100%;
      overflow: hidden;
      visibility: visible;
      opacity: 1;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      background-color: #fff;
      border: none; }
      .brandedHead .main_nav .subLevelNavbar .navbar-nav:before, .brandedHead .main_nav .subLevelNavbar .navbar-nav:after {
        content: " ";
        display: table; }
      .brandedHead .main_nav .subLevelNavbar .navbar-nav:after {
        clear: both; }
      .brandedHead .main_nav .subLevelNavbar .navbar-nav li {
        width: 50%;
        float: left; }
      .brandedHead .main_nav .subLevelNavbar .navbar-nav li a {
        display: block;
        padding: 0 14px;
        color: #666666;
        font-size: 13px;
        line-height: 26px;
        margin: 0;
        font-weight: normal; }
        .brandedHead .main_nav .subLevelNavbar .navbar-nav li a:hover {
          color: #666;
          text-decoration: none; } }

.skin-0 {
  border-bottom: 5px solid #de1b28;
  margin-bottom: 30px; }
  .skin-0 .media-body {
    margin: 0 200px 0 80px;
    position: relative;
    top: -70px;
    margin-bottom: -70px; }
  .skin-0 .overline {
    color: #333;
    padding: 0 20px 0 20px;
    background: #fff;
    display: inline-block;
    position: relative; }
  .skin-0 .title a {
    color: #333;
    text-decoration: none;
    clear: left;
    margin-bottom: 4px;
    padding-left: 20px;
    display: block;
    background: #fff; }
  .skin-0 .timestamp {
    color: #999999;
    display: inline-block;
    margin: 0 0 0 100px; }

/* red */
.skin-1 .overline {
  color: #100f0f;
  background: #fff; }
  .skin-1 .overline:after {
    background: #c40000;
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.skin-1 .title a {
  color: #171717; }

.skin-1 .timestamp {
  color: #999999; }

/* blank */
.skin-2 .overline {
  color: #100f0f;
  background: #fff; }
  .skin-2 .overline:after {
    width: 0; }

.skin-2 .title a {
  color: #171717;
  clear: left; }

.skin-2 .timestamp {
  color: #999999; }

/* purple | komentar specific */
.skin-4 .media-body {
  background: #fff; }
  .skin-4 .media-body:after {
    background: #eed8f4; }

.skin-4 .title a {
  color: #333333; }

.skin-4 .timestamp {
  color: #999999; }

/* purple | komentar specific */
.skin-10 .media-body {
  border-top: 5px solid #004b8f; }

/* top vijesti */
.skin-3 .media-body {
  position: relative;
  padding-right: 70px; }
  .skin-3 .media-body:after {
    content: "";
    width: 5px;
    height: 100%;
    background: #ff8a00;
    position: absolute;
    left: 0;
    top: 0; }

.skin-3 .overline {
  color: #fff;
  padding: 12px 20px 8px 20px;
  display: inline-block;
  position: relative;
  top: 0; }

.skin-3 .title a {
  color: #171717;
  text-decoration: none;
  clear: left;
  margin-bottom: 4px;
  padding-left: 10px;
  display: block;
  background: #fff;
  padding: 10px 20px; }

.skin-3 .timestamp {
  color: #999999;
  display: inline-block;
  margin: 0 0 0 20px; }

.skin-5:last-child {
  padding-bottom: 20px; }

.skin-5 .media-body {
  position: relative;
  padding-right: 30px; }

.skin-5 .author {
  color: #784c83;
  margin: 0; }
  .skin-5 .author a {
    color: #784c83;
    text-decoration: none; }
    .skin-5 .author a:hover {
      text-decoration: underline; }

.skin-5 .title a {
  color: #333333;
  text-decoration: none;
  clear: left;
  display: block; }

.skin-5 .timestamp {
  color: #333333;
  display: inline-block;
  margin: 0 0 0 20px; }

/* sport */
.skin-6 {
  position: relative; }
  .skin-6 .media-body {
    position: relative;
    padding-right: 70px;
    top: -25px;
    margin-bottom: -25px; }
  .skin-6 .overline {
    padding: 10px 10px 8px 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 0;
    color: #000; }
    .skin-6 .overline:after {
      content: "";
      width: 5px;
      height: 100%;
      background: #0086cc;
      position: absolute;
      left: 0;
      top: 0; }
  .skin-6 .title a {
    color: #171717;
    text-decoration: none;
    clear: left;
    margin-bottom: 4px;
    padding-left: 10px;
    display: block;
    background: #fff; }
  .skin-6 .meta {
    position: relative;
    top: -9px; }
  .skin-6 .timestamp {
    color: #999999;
    display: inline-block;
    margin: 0 0 0 20px; }

.skin-7 {
  position: relative; }
  .skin-7 .overline {
    padding: 10px 10px 8px 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 0;
    color: #000; }
    .skin-7 .overline:after {
      content: "";
      width: 5px;
      height: 100%;
      background: #0086cc;
      position: absolute;
      left: 0;
      top: 0; }
  .skin-7 .meta {
    position: relative;
    top: -9px; }
  .skin-7 .timestamp {
    color: #999999;
    display: inline-block;
    margin: 0 0 0 20px; }

/* life */
.skin-8 {
  position: relative; }
  .skin-8 .media-body {
    position: relative;
    padding-right: 70px;
    top: -25px;
    margin-bottom: -25px; }
  .skin-8 .overline {
    padding: 10px 10px 8px 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 0;
    color: #000; }
    .skin-8 .overline:after {
      content: "";
      width: 5px;
      height: 100%;
      background: #c80084;
      position: absolute;
      left: 0;
      top: 0; }
  .skin-8 .title a {
    color: #171717;
    text-decoration: none;
    clear: left;
    margin-bottom: 4px;
    padding-left: 10px;
    display: block;
    background: #fff;
    padding: 4px 0; }
  .skin-8 .meta {
    position: relative;
    top: -9px; }
  .skin-8 .timestamp {
    color: #999999;
    display: inline-block;
    margin: 0; }

.skin-9 .media-body {
  position: relative;
  padding-right: 20px;
  top: -25px;
  margin-bottom: -25px; }

.skin-9 .overline {
  padding: 10px 20px 4px 20px;
  display: inline-block;
  position: relative;
  top: 0; }
  .skin-9 .overline:after {
    content: "";
    width: 5px;
    height: 100%;
    background: #c80084;
    position: absolute;
    left: 0;
    top: 0; }

.skin-9 .title a {
  color: #171717;
  text-decoration: none;
  clear: left;
  margin-bottom: 4px;
  padding-left: 10px;
  display: block;
  background: #fff;
  padding: 6px 20px 21px 20px; }

.skin-9 .meta {
  position: relative;
  top: -19px; }

.skin-9 .timestamp {
  color: #999999;
  display: inline-block;
  margin: 0 0 0 20px; }

.media-body .overline a:hover {
  text-decoration: none; }

.teaser .img-container {
  overflow: hidden; }

.teaser a img {
  -moz-transition: all 0.3s, ease-in;
  -o-transition: all 0.3s, ease-in;
  -webkit-transition: all 0.3s, ease-in;
  transition: all 0.3s, ease-in;
  max-width: 100%;
  min-width: 100%; }

.cx:hover .title a,
.c0:hover .title a,
.c1:hover .title a,
.c1a:hover .title a,
.c2:hover .title a,
.c2a:hover .title a,
.c3:hover .title a,
.c3a:hover .title a,
.c4:hover .title a,
.c5:hover .title a,
.c6:hover .title a,
.c7:hover .title a,
.c8:hover .title a,
.c9:hover .title a,
.c10:hover .title a,
.c11:hover .title a {
  color: #666; }

@media (max-width: 770px) {
  .cx .overline,
  .c0 .overline,
  .c1 .overline,
  .c1a .overline,
  .c2 .overline,
  .c2a .overline,
  .c3 .overline,
  .c3a .overline,
  .c4 .overline,
  .c5 .overline,
  .c6 .overline,
  .c7 .overline,
  .c8 .overline,
  .c9 .overline,
  .c10 .overline,
  .c11 .overline {
    font-size: 13px;
    line-height: 18px; } }

.c0 .overline {
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0;
  color: #333; }

.c0 .title a {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.025em;
  color: #333; }

.c0 .timestamp {
  font-size: 12px;
  line-height: 16px;
  color: #999999; }

/* cx specific || sport */
.cx {
  position: relative;
  margin-bottom: 4px; }
  .cx .media-body {
    padding-right: 20px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
    @media (min-width: 1000px) {
      .cx .media-body {
        margin-left: 80px;
        margin-right: 200px;
        top: -93px;
        margin-bottom: -93px; } }
  .cx .overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
    .cx .overline a {
      text-decoration: none; }
      .cx .overline a:hover {
        text-decoration: none; }
    .cx .overline:after {
      height: 40px; }
      @media (min-width: 1000px) {
        .cx .overline:after {
          height: 93px; } }
    @media (min-width: 1000px) {
      .cx .overline {
        font-size: 20px;
        line-height: 20px; } }
  .cx .title a {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 6px;
    display: block;
    background: #fff; }
    @media (min-width: 1000px) {
      .cx .title a {
        font-size: 50px;
        line-height: 60px;
        font-family: "superclarendonbold"; } }
  .cx .meta {
    position: relative;
    top: 1px; }
    @media (min-width: 1000px) {
      .cx .meta {
        margin: 0 0 0 80px; } }
  .cx .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 20px; }

/* c1 specific || sport */
.c1 {
  position: relative; }
  .c1 .media-body {
    padding-right: 20px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
  .c1 .overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 8px 20px;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
  .c1 .title a {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 6px;
    padding-left: 20px;
    display: block;
    position: relative;
    top: -4px; }
  .c1 .meta {
    position: relative;
    top: -6px;
    margin: 0; }
  .c1 .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 20px; }

/* c1 specific || sport */
.c1h {
  position: relative;
  margin-bottom: 17px; }
  .c1h .media-body {
    padding-right: 20px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
  .c1h .overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 8px 20px;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
  .c1h .title a {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 6px;
    padding-left: 20px;
    display: block;
    position: relative;
    top: -4px; }
  .c1h .meta {
    position: relative;
    top: -6px;
    margin: 0; }
  .c1h .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 20px; }

.c1a {
  position: relative; }
  .c1a .media-body {
    margin: 12px 0; }
  .c1a .overline {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.025em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase;
    margin-bottom: 6px; }
    .c1a .overline a {
      text-decoration: none;
      color: #100f0f; }
  .c1a .title a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.025em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 10px;
    display: block; }
  .c1a .meta {
    position: relative;
    top: -10px; }
  .c1a .timestamp {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    color: #999999; }

/* c2 specific || vijest || life */
.c2 {
  position: relative; }
  .c2 .media-body {
    padding-right: 20px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
  .c2 .overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
  .c2 .title a {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-left: 20px;
    display: block;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
  .c2 .meta {
    position: relative;
    top: -3px;
    margin: 0; }
  .c2 .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 20px; }

/* c2 specific || vijest || life */
.c2h {
  position: relative; }
  .c2h .media-body {
    padding-right: 20px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
  .c2h .overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
  .c2h .title a {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-left: 20px;
    display: block;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
  .c2h .meta {
    position: relative;
    top: -3px;
    margin: 0; }
  .c2h .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 20px; }

/* c2 specific || vijest || life */
.c2a {
  position: relative; }
  .c2a .media-body {
    padding-right: 20px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
  .c2a .overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 6px 20px !important;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
  .c2a .title a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.025em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 11px;
    padding-left: 10px;
    padding-left: 20px;
    display: block; }
  .c2a .meta {
    position: relative;
    top: -9px;
    margin: 0;
    padding: 0; }
  .c2a .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 20px; }

/* c3 specific || vijesti*/
.c3 {
  margin-bottom: 30px; }
  @media (min-width: 770px) {
    .c3 {
      margin-bottom: 0; } }
  .c3 .overline {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: 0;
    float: none;
    margin-bottom: 0; }
  .c3 .title a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin: 10px 0 4px 0;
    padding-left: 0;
    display: block; }
  .c3 .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0; }

/* c3 specific || vijesti*/
.c3a .media-body {
  padding-top: 3px; }

.c3a .overline {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.025em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: 0;
  float: none;
  margin-bottom: 0; }

.c3a .title a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "superclarendonregular";
  text-decoration: none;
  margin: 7px 0 4px 0;
  padding-left: 0;
  display: block; }

.c3a .timestamp {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin: 0; }

/* c4 specific || top vijesti || spektaktli || life */
.c4 .overline {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background: #fff;
  color: #333333; }

.c4 .title a {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.025em;
  font-family: "superclarendonregular";
  color: #333333; }

.c4 .timestamp {
  font-size: 12px;
  line-height: 16px; }

/* c5 specific || komnetar */
.c5 .media-body {
  position: relative;
  margin-right: 30px;
  top: -20px; }
  .c5 .media-body:after {
    content: "";
    width: 5px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0; }

.c5 .author {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-family: "superclarendonbold";
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 20px;
  color: #eed8f4; }
  .c5 .author span {
    font-size: 32px;
    display: block;
    color: #fff; }
  @media (min-width: 770px) and (max-width: 1200px) {
    .c5 .author {
      top: 60px;
      font-size: 16px;
      line-height: 20px; }
      .c5 .author span {
        font-size: 20px; } }
  @media (min-width: 1200px) {
    .c5 .author {
      top: 84px; } }
  .c5 .author a {
    text-decoration: none;
    color: #eed8f4; }

.c5 .title a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-decoration: none;
  clear: left;
  font-family: "superclarendonregular";
  margin-bottom: 4px;
  padding: 10px 20px;
  display: inline-block; }

.c5 .timestamp {
  font-size: 12px;
  line-height: 16px; }

.c5 .list-inline {
  padding: 0 20px;
  top: -32px;
  margin-bottom: -32px;
  position: relative;
  z-index: 1; }

/* c6 specific || life */
.c6 .teaser {
  position: relative; }

.c6 .author {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "superclarendonregular"; }

.c6 .title a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.c6 .timestamp {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.025em;
  font-family: "superclarendonregular"; }

.c6 .meta {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .c6 .meta li {
    line-height: 20px; }

/* c7 specific || life */
.c7 .teaser {
  position: relative; }

.c7 .overline {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.025em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #100f0f; }

.c7 .title,
.c7 .title a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-family: "superclarendonregular";
  color: #171717; }

.c7.alt .title,
.c7.alt .title a {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em; }

.c7 .timestamp {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999; }

/* c8 specific || biznis */
.c8 {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6; }
  .c8 .picture {
    margin: 0 20px 0 0;
    float: left; }
  .c8 .teaser {
    position: relative; }
  .c8 .overline {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.025em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #100f0f; }
  .c8 .title,
  .c8 .title a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    font-family: "superclarendonregular";
    color: #171717; }
  .c8.alt .title,
  .c8.alt .title a {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em; }
  .c8 .timestamp {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999; }
  .c8:last-child {
    border-bottom: none; }

/* c9 specific || biznis */
.c9 .media-body {
  position: relative;
  top: -25px;
  margin-bottom: -25px; }

.c9 .overline {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px 8px 20px;
  display: inline-block;
  position: relative;
  float: left;
  text-transform: uppercase; }

.c9 .title a {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-family: "superclarendonregular";
  text-decoration: none;
  clear: left;
  margin-bottom: 10px;
  padding-left: 20px;
  display: block; }

.c9 .meta {
  position: relative;
  top: -6px;
  margin: 0; }

.c9 .timestamp {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin: 0 0 0 20px; }

/* c9 specific || biznis */
.c10 {
  position: relative;
  margin-bottom: 17px; }
  .c10 .media-body {
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
  .c10 .overline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 8px 20px;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
  .c10 .title a {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 10px;
    padding-left: 20px;
    display: block; }
  .c10 .meta {
    position: relative;
    top: -6px;
    margin: 0; }
  .c10 .timestamp {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 20px; }

/* c9 specific || biznis */
.c11 {
  position: relative; }
  .c11 .overline {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.025em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 20px 6px 20px;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
    .c11 .overline a {
      color: #100f0f; }
  .c11 .title a {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.025em;
    font-family: "superclarendonregular";
    text-decoration: none;
    clear: left;
    margin-bottom: 13px;
    padding-left: 20px;
    display: block; }
  .c11 .meta {
    position: relative;
    top: -11px;
    margin-bottom: -11px; }
  .c11 .timestamp {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    margin: 0 0 0 20px;
    color: #999999; }

.c11a {
  position: relative; }
  .c11a .overline {
    font-size: 12px;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    position: relative;
    float: left;
    text-transform: uppercase; }
  .c11a .title a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    clear: left;
    display: block; }
  .c11a .meta {
    position: relative;
    top: -11px;
    margin-bottom: -11px; }
  .c11a .timestamp {
    font-size: 12px;
    line-height: 24px;
    display: inline-block; }

/* galerije */
.c12 {
  position: relative;
  margin-bottom: 20px; }
  .c12 .media-body {
    position: relative; }
  .c12 .title {
    padding: 20px;
    display: inline-block;
    background: #333333;
    position: relative;
    width: 100%;
    height: 8em;
    color: #fff; }
  .c12 .title:after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    z-index: 0;
    pointer-events: none; }
  .c12 .title:before {
    content: "";
    position: absolute;
    top: -37px;
    left: 13px;
    width: 24px;
    height: 24px;
    z-index: 1;
    pointer-events: none;
    background-image: url("../img/sprite.png");
    background-position: -850px -74px;
    width: 24px;
    height: 24px; }
  .c12 .title a {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.025em;
    font-family: "superclarendonregular";
    color: #fff; }
  .c12 .teaser .slideshow {
    display: block;
    float: left;
    position: relative;
    height: 100%; }
    .c12 .teaser .slideshow img {
      float: left;
      position: relative; }
  .c12 .teaser .media-body {
    position: relative; }

.modal-backdrop.in {
  opacity: 0 !important; }

@media (max-width: 770px) {
  .cx .overline,
  .c0 .overline,
  .c1 .overline,
  .c1a .overline,
  .c2 .overline,
  .c2a .overline,
  .c3 .overline,
  .c3a .overline,
  .c4 .overline,
  .c5 .overline,
  .c6 .overline,
  .c7 .overline,
  .c8 .overline,
  .c9 .overline,
  .c10 .overline,
  .c11 .overline {
    font-size: 13px;
    line-height: 18px; } }

@media (max-width: 770px) {
  .cx .title a,
  .c0 .title a,
  .c1 .title a,
  .c1a .title a,
  .c2 .title a,
  .c2a .title a,
  .c3 .title a,
  .c3a .title a,
  .c4 .title a,
  .c5 .title a,
  .c6 .title a,
  .c7 .title a,
  .c8 .title a,
  .c9 .title a,
  .c10 .title a,
  .c11 .title a {
    font-size: 18px;
    line-height: 24px; } }

@media (min-width: 770px) and (max-width: 1200px) {
  .cx .title a,
  .c0 .title a,
  .c1 .title a,
  .c1a .title a,
  .c2 .title a,
  .c2a .title a,
  .c3 .title a,
  .c3a .title a,
  .c4 .title a,
  .c5 .title a,
  .c6 .title a,
  .c7 .title a,
  .c8 .title a,
  .c9 .title a,
  .c10 .title a,
  .c11 .title a {
    font-size: 20px;
    line-height: 28px; } }

@media (max-width: 770px) {
  .cx .media-body,
  .c0 .media-body,
  .c1 .media-body,
  .c1a .media-body,
  .c2 .media-body,
  .c2a .media-body,
  .c3 .media-body,
  .c3a .media-body,
  .c4 .media-body,
  .c5 .media-body,
  .c6 .media-body,
  .c7 .media-body,
  .c8 .media-body,
  .c9 .media-body,
  .c10 .media-body,
  .c11 .media-body {
    padding-right: 0; } }

@media (max-width: 770px) {
  .c3 .title a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal; } }

@media (min-width: 770px) and (max-width: 1200px) {
  .c3 .title a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; } }

/* --
Sprites compiler
------------------------- */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
The provided mixins are intended to be used with variables directly

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites(map-get($spritesheet, 'sprites'));
*/
.modal-backdrop {
  z-index: 0; }

/* banners */
footer,
.footer,
.container {
  position: relative;
  z-index: 10; }

.jl-wallpaper-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 800px;
  z-index: 1; }

.jl-billboard-top-wrapper, .jl-billboard-nav-wrapper, .jl-pagebreak-wrapper, .jl-banner-wrapper {
  text-align: c enter; }

.jl-banner-wrapper.jl-banner-box {
  padding: 40px;
  background: #f7f7f7;
  background: -moz-linear-gradient(-45deg, #f7f7f7 0%, #ffffff 100%);
  background: -webkit-linear-gradient(-45deg, #f7f7f7 0%, #ffffff 100%);
  background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 );
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }

.navbar,
.row {
  background: #fff; }
  .navbar.jl-has-banner,
  .row.jl-has-banner {
    background: none; }

body > .container {
  background: transparent !important; }

.navbar {
  margin-bottom: 0 !important; }

.row {
  padding: 20px 0 0 0; }
  .row .row {
    padding: 0; }

.row.mb_push {
  padding: 30px 0 0 0; }

.container .push {
  padding: 0 20px;
  background: #fff; }

@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
    max-width: 1200px !important; } }

/*
.row {
	position: relative;
	&:before {
		
		content: "";
		width: 130px;
		height: 100%;
		position: absolute;
		z-index: 10;
		left: -130px;
		top: 0;
		background: #ff0000;
		
	}
}
*/
/* banners*/
body:before, body:after {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 20px;
  height: 100%;
  background: red; }

body:before {
  right: 50%;
  -moz-transform: translate(620px, 0);
  -o-transform: translate(620px, 0);
  -ms-transform: translate(620px, 0);
  -webkit-transform: translate(620px, 0);
  transform: translate(620px, 0); }

body:after {
  left: 50%;
  -moz-transform: translate(-620px, 0);
  -o-transform: translate(-620px, 0);
  -ms-transform: translate(-620px, 0);
  -webkit-transform: translate(-620px, 0);
  transform: translate(-620px, 0); }

html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

section[role="main"] {
  display: inline-block;
  width: 100%; }

/* --
Bootstrap override
------------------------- */
.media, .media-body {
  overflow: visible; }

.navbar-collapse, .subLevelNavbar {
  padding: 0; }

.navbar-default {
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.dropdown,
.nav > li {
  position: inherit; }

.breadcrumb {
  border-radius: 0;
  padding: 0;
  float: left; }

.breadcrumb > li {
  display: inline-block;
  float: left; }
  .breadcrumb > li a:hover {
    text-decoration: none; }

.breadcrumb > li + li:before {
  display: none; }

/*.navbar-default .navbar-nav > li > a { color: #fff; &:hover { color: #fff; } }*/
/* --
Branding & Navigation
------------------------- */
#siteHead {
  padding: 5px 0;
  text-align: center;
  height: 59px;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  z-index: 1; }
  #siteHead ul, #siteHead dl {
    width: 100%;
    text-transform: uppercase; }
  #siteHead a {
    text-decoration: none; }
  #siteHead .head_date {
    float: left;
    position: relative;
    top: 20px;
    display: none; }
    #siteHead .head_date .month {
      font-family: 'superclarendonregular';
      font-size: 16px;
      margin: 0; }
      #siteHead .head_date .month span {
        font-size: 30px; }
    #siteHead .head_date .day {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold; }
      #siteHead .head_date .day span {
        color: #004b8f; }
  #siteHead .weather {
    float: right;
    position: relative;
    top: 23px;
    right: 40px;
    display: none;
    padding-top: 3px; }
    #siteHead .weather .temp {
      position: relative;
      font-family: 'superclarendonregular';
      font-size: 30px;
      line-height: 18px;
      margin: 0; }
      #siteHead .weather .temp span {
        font-size: 16px;
        position: absolute;
        top: -5px; }
    #siteHead .weather .location {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      color: #999; }
  @media (min-width: 768px) {
    #siteHead .weather,
    #siteHead .head_date {
      display: block; } }
  #siteHead .date, #siteHead .forcast {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    display: block;
    padding-top: 20px; }
    #siteHead .date mark, #siteHead .forcast mark {
      font-family: 'superclarendonregular';
      font-size: 30px;
      font-size: 3rem;
      line-height: 0.66667em; }
    #siteHead .date strong, #siteHead .forcast strong {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.66667em;
      font-weight: bold;
      text-transform: uppercase;
      display: block;
      color: #999999; }
  @media (max-width: 767px) {
    #siteHead .logo a {
      text-indent: -9999em;
      display: block;
      border-radius: 4px;
      width: 36px;
      height: 36px;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 1px;
      background: #f82836;
      background: -moz-linear-gradient(top, #f82836 0%, #de1b28 100%);
      background: -webkit-linear-gradient(top, #f82836 0%, #de1b28 100%);
      background: linear-gradient(to bottom, #f82836 0%, #de1b28 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82836', endColorstr='#de1b28',GradientType=0 ); }
      #siteHead .logo a:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-left: -1px;
        background-image: url("../img/sprite.png");
        background-position: -812px -733px;
        width: 13px;
        height: 16px; } }
  @media (min-width: 768px) {
    #siteHead .logo a {
      background-image: url("../img/sprite.png");
      background-position: 0px -400px;
      width: 370px;
      height: 74px;
      display: block;
      text-indent: -9999em;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  #siteHead .mainNav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 20px; }
    #siteHead .mainNav * {
      display: inline-block; }
    #siteHead .mainNav ul {
      margin: 0; }
    #siteHead .mainNav li {
      border-right: #e5e5e5 1px solid; }
    #siteHead .mainNav li:last-child {
      border-right: none; }
    #siteHead .mainNav a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857em;
      font-weight: bold;
      color: #404040;
      padding: 0 15px 0 10px; }
      #siteHead .mainNav a.current, #siteHead .mainNav a.active {
        color: #de1b28; }
    #siteHead .mainNav .sch a, #siteHead .mainNav .fb a, #siteHead .mainNav .tw a {
      text-indent: -9999em;
      position: relative; }
      #siteHead .mainNav .sch a:after, #siteHead .mainNav .fb a:after, #siteHead .mainNav .tw a:after {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 0; }
    #siteHead .mainNav .sch a {
      width: 41px;
      height: 16px; }
      #siteHead .mainNav .sch a:after {
        width: 16px;
        height: 16px;
        background-image: url("../img/sprite.png");
        background-position: -844px -717px;
        width: 16px;
        height: 16px; }
    #siteHead .mainNav .fb a {
      width: 37px;
      height: 20px; }
      #siteHead .mainNav .fb a:after {
        width: 12px;
        height: 20px;
        background-image: url("../img/sprite.png");
        background-position: -796px -749px;
        width: 12px;
        height: 20px; }
    #siteHead .mainNav .tw a {
      width: 45px;
      height: 16px; }
      #siteHead .mainNav .tw a:after {
        width: 20px;
        height: 16px;
        background-image: url("../img/sprite.png");
        background-position: -834px -683px;
        width: 20px;
        height: 16px; }
  #siteHead .popularNav {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 20px; }
    #siteHead .popularNav * {
      display: inline-block; }
    #siteHead .popularNav dl {
      background-color: #1c1c1c;
      margin: 0;
      padding: 12px 0; }
    #siteHead .popularNav dt {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.66667em;
      font-weight: bold;
      color: #fff;
      padding: 0 10px 0 5px; }
    #siteHead .popularNav a {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.66667em;
      font-weight: bold;
      color: #ccc;
      padding: 0 10px 0 5px; }

@media (min-width: 768px) {
  #siteHead {
    padding: 20px 0;
    text-align: center;
    height: 112px;
    border-bottom: none; }
  .brandedHead #siteHead .logo {
    display: none; } }

/* --
Sub branding / brandirane sekcije
------------------------- */
.subBranding {
  padding: 18px 0;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.15s, ease-in;
  -o-transition: all 0.15s, ease-in;
  -webkit-transition: all 0.15s, ease-in;
  transition: all 0.15s, ease-in; }
  @media (max-width: 767px) {
    .subBranding {
      display: none; } }
  @media (min-width: 768px) {
    .subBranding .logo {
      display: block; }
    .subBranding .logo a {
      display: block;
      text-indent: -9999em;
      position: relative;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

/* --
Content
------------------------- */
.media, .media .media {
  margin-top: 9px; }

h2.section_title {
  font-family: "superclarendonbold";
  font-size: 28px;
  font-size: 2.8rem;
  position: relative; }
  h2.section_title div {
    position: relative;
    color: #000; }
    h2.section_title div:hover {
      text-decoration: none; }
    h2.section_title div:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000;
      -moz-transition: all 0.25s, ease-in;
      -o-transition: all 0.25s, ease-in;
      -webkit-transition: all 0.25s, ease-in;
      transition: all 0.25s, ease-in; }
  h2.section_title a {
    position: relative;
    color: #000; }
    h2.section_title a span {
      position: relative;
      z-index: 2; }
    h2.section_title a:hover {
      text-decoration: none; }
    h2.section_title a:after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000;
      -moz-transition: all 0.25s, ease-in;
      -o-transition: all 0.25s, ease-in;
      -webkit-transition: all 0.25s, ease-in;
      transition: all 0.25s, ease-in; }
    h2.section_title a:hover:after {
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
  h2.section_title.top_vijesti a:after {
    background: #000; }
  h2.section_title.life a:after {
    background: #c80084; }
  h2.section_title.kultura a:after {
    background: #954d9b; }
  h2.section_title.sport a:after {
    background: #0086cc; }
  h2.section_title.top_price a:after {
    background: #000; }
  h2.section_title.toppreporuke a:after {
    background: #cccccc; }
  h2.section_title.komentar div {
    display: inline-block;
    padding-bottom: 9px; }
  h2.section_title.komentar div:after {
    display: inline-block;
    background: #6f5077; }
  h2.section_title.komentar {
    font-size: 34px;
    font-size: 3.4rem; }
  h2.section_title.top_price {
    position: relative;
    color: #c40000;
    font-size: 32px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 18px; }
    h2.section_title.top_price span {
      color: #171717; }
    @media (min-width: 1000px) {
      h2.section_title.top_price a:before {
        content: "TOPPREPORUKE";
        font-size: 250px;
        font-size: 25rem;
        font-family: "superclarendonbold";
        position: absolute;
        left: -10px;
        top: 70px;
        color: #eff0ef;
        z-index: 0;
        white-space: nowrap; } }
  h2.section_title.toppreporuke {
    position: relative;
    color: #004b8f;
    font-size: 32px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 19px; }
    h2.section_title.toppreporuke span {
      color: #171717; }
  @media (min-width: 1000px) {
    h2.section_title.top_vijesti a:before {
      content: "TOP VIJESTI";
      font-size: 250px;
      font-size: 25rem;
      font-family: "superclarendonbold";
      position: absolute;
      left: -10px;
      top: 70px;
      color: #fee5e5;
      z-index: 0;
      white-space: nowrap; } }
  h2.section_title.sport {
    margin-bottom: 28px; }
  @media (min-width: 1000px) {
    h2.section_title.sport a:before {
      content: "SPORT";
      font-size: 250px;
      font-size: 25rem;
      font-family: "superclarendonbold";
      position: absolute;
      left: -10px;
      top: 70px;
      color: #dff1fa;
      z-index: 0; } }
  h2.section_title.life {
    margin-bottom: 28px; }
  @media (min-width: 1000px) {
    h2.section_title.life a:before {
      content: "LIFE";
      font-size: 250px;
      font-size: 25rem;
      font-family: "superclarendonbold";
      position: absolute;
      left: -10px;
      top: 70px;
      color: #f9ddef;
      z-index: 0; } }
  h2.section_title.kultura {
    margin-bottom: 28px; }
  @media (min-width: 1000px) {
    h2.section_title.kultura a:before {
      content: "KULTUR";
      font-size: 250px;
      font-size: 25rem;
      font-family: "superclarendonbold";
      position: absolute;
      left: -10px;
      top: 70px;
      color: #f2dff4;
      z-index: 0; } }
  @media (min-width: 1000px) {
    h2.section_title.galerije a:before {
      content: "";
      font-size: 250px;
      font-size: 25rem;
      font-family: "superclarendonbold";
      position: absolute;
      left: -10px;
      top: 70px;
      color: #f2dff4;
      z-index: 0; } }
  h2.section_title.generic {
    margin-bottom: 8px; }
    h2.section_title.generic a {
      padding-bottom: 2px; }
  h2.section_title.mb {
    margin-bottom: 28px; }

h2.section_title_alt,
h3.section_title_alt {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-family: "superclarendonbold";
  font-size: 18px;
  line-height: 30px;
  text-align: center; }
  h2.section_title_alt span,
  h3.section_title_alt span {
    background: #fff;
    padding-right: 10px;
    display: inline-block; }
  h2.section_title_alt div,
  h3.section_title_alt div {
    position: relative;
    z-index: 2; }
  h2.section_title_alt:after,
  h3.section_title_alt:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0; }
  h2.section_title_alt.sport,
  h3.section_title_alt.sport {
    color: #0086cc; }
  h2.section_title_alt.najcitaniji,
  h3.section_title_alt.najcitaniji {
    font-size: 16px;
    margin-bottom: 0; }
    h2.section_title_alt.najcitaniji div,
    h3.section_title_alt.najcitaniji div {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      color: #fff;
      background: #fff; }
      h2.section_title_alt.najcitaniji div:before,
      h3.section_title_alt.najcitaniji div:before {
        position: absolute;
        top: 0;
        right: -67px;
        background: #fff;
        width: 20px;
        height: 100%;
        z-index: 1; }
        @media (min-width: 1200px) {
          h2.section_title_alt.najcitaniji div:before,
          h3.section_title_alt.najcitaniji div:before {
            content: ""; } }
    h2.section_title_alt.najcitaniji span,
    h3.section_title_alt.najcitaniji span {
      background: #000;
      color: #fff;
      padding-left: 10px; }
    h2.section_title_alt.najcitaniji:after,
    h3.section_title_alt.najcitaniji:after {
      background: #e6e6e6; }
    h2.section_title_alt.najcitaniji:before,
    h3.section_title_alt.najcitaniji:before {
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      width: 20px;
      height: 100%;
      z-index: 1; }
      @media (min-width: 1200px) {
        h2.section_title_alt.najcitaniji:before,
        h3.section_title_alt.najcitaniji:before {
          content: ""; } }
  h2.section_title_alt.galerije,
  h3.section_title_alt.galerije {
    font-size: 16px; }
    h2.section_title_alt.galerije div,
    h3.section_title_alt.galerije div {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      color: #fff;
      background: #fff; }
    h2.section_title_alt.galerije span,
    h3.section_title_alt.galerije span {
      background: #000;
      color: #fff;
      padding-left: 10px; }
    h2.section_title_alt.galerije:after,
    h3.section_title_alt.galerije:after {
      background: #e6e6e6; }
  h2.section_title_alt.iz_minute,
  h3.section_title_alt.iz_minute {
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 1; }
    @media (min-width: 1000px) {
      h2.section_title_alt.iz_minute,
      h3.section_title_alt.iz_minute {
        top: -15px;
        margin-bottom: -15px; } }
    h2.section_title_alt.iz_minute div,
    h3.section_title_alt.iz_minute div {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      color: #fff;
      background: #fff; }
    h2.section_title_alt.iz_minute:before,
    h3.section_title_alt.iz_minute:before {
      content: "";
      height: 1px;
      width: 100%;
      top: 50%;
      left: 0;
      z-index: 0;
      position: absolute;
      background: #cccccc; }
    h2.section_title_alt.iz_minute span,
    h3.section_title_alt.iz_minute span {
      background: #181818;
      margin: 0;
      padding: 0 12px; }
    h2.section_title_alt.iz_minute:after,
    h3.section_title_alt.iz_minute:after {
      display: none; }
  h2.section_title_alt.izdvojeno,
  h3.section_title_alt.izdvojeno {
    font-size: 16px;
    margin-bottom: -10px; }
    h2.section_title_alt.izdvojeno div,
    h3.section_title_alt.izdvojeno div {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      color: #fff;
      background: #fff; }
    h2.section_title_alt.izdvojeno span,
    h3.section_title_alt.izdvojeno span {
      background: #000;
      color: #fff;
      padding-left: 10px; }
  h2.section_title_alt.izdvojeno_alt,
  h3.section_title_alt.izdvojeno_alt {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px; }
    h2.section_title_alt.izdvojeno_alt div,
    h3.section_title_alt.izdvojeno_alt div {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      color: #fff;
      background: #fff; }
    h2.section_title_alt.izdvojeno_alt span,
    h3.section_title_alt.izdvojeno_alt span {
      background: #000;
      color: #fff;
      padding-left: 10px; }
  h2.section_title_alt.top5,
  h3.section_title_alt.top5 {
    text-transform: none;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.0025em;
    padding-top: 16px;
    text-align: left;
    margin-bottom: 20px; }
    h2.section_title_alt.top5 span,
    h3.section_title_alt.top5 span {
      color: #de1b28;
      background: transparent; }
    h2.section_title_alt.top5:after,
    h3.section_title_alt.top5:after {
      content: "";
      width: 100%;
      height: 5px;
      background: #de1b28;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    @media (min-width: 1200px) {
      h2.section_title_alt.top5,
      h3.section_title_alt.top5 {
        margin-bottom: 0; } }
  h2.section_title_alt.mb,
  h3.section_title_alt.mb {
    margin-bottom: 10px; }

.emp_block section {
  padding: 20px 0;
  background: #fff;
  overflow: hidden; }
  @media (min-width: 1000px) {
    .emp_block section {
      padding: 20px; } }
  .emp_block section article {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-left: 30px; }
    .emp_block section article:last-child {
      border-bottom: 0; }
    .emp_block section article .teaser {
      position: relative; }
  .emp_block section article:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #d1d1d1;
    font-size: 26px;
    z-index: 0;
    font-family: "superclarendonbold"; }
  .emp_block section article:nth-child(1):before {
    content: "1"; }
  .emp_block section article:nth-child(2):before {
    content: "2"; }
  .emp_block section article:nth-child(3):before {
    content: "3"; }
  .emp_block section article:nth-child(4):before {
    content: "4"; }
  .emp_block section article:nth-child(5):before {
    content: "5"; }
  .emp_block section article:nth-child(6):before {
    content: "6"; }
  .emp_block section article:nth-child(7):before {
    content: "7"; }
  .emp_block section article:nth-child(8):before {
    content: "8"; }
  .emp_block section article:nth-child(9):before {
    content: "9"; }
  .emp_block section article:nth-child(10):before {
    content: "10"; }

.navbar-default .section_nav {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #000;
  width: 100%;
  padding: 0 10px; }
  .navbar-default .section_nav li {
    padding: 15px 10px 13px 10px; }
  .navbar-default .section_nav li > span {
    text-shadow: none;
    color: #fff;
    line-height: 1;
    padding: 0;
    position: relative;
    padding: 0 0 2px 0;
    display: block; }
  .navbar-default .section_nav li > a {
    text-shadow: none;
    color: #fff;
    line-height: 1;
    padding: 0;
    position: relative;
    padding: 0 0 2px 0; }
    .navbar-default .section_nav li > a:after {
      /*
				content: "";
				position: absolute;
				bottom: 0;
				left: 0;
				background: rgba(255,255,255,0.4);
				width: 100%;
				height: 1px;
				@include transform(scale(0));
				@include transition(all .35s, ease-in); 
				*/ }
    .navbar-default .section_nav li > a:hover {
      color: #fff;
      text-decoration: underline;
      /*&:after {@include transform(scale(1));} */ }
  .navbar-default .section_nav.nav_kultura {
    background: #934899; }
    .navbar-default .section_nav.nav_kultura li span {
      color: #ffbae8; }
  .navbar-default .section_nav.nav_sport {
    background: #339ed6; }
    .navbar-default .section_nav.nav_sport li span {
      color: #5edefa; }
  .navbar-default .section_nav.nav_life {
    background: #d3339d; }
    .navbar-default .section_nav.nav_life li span {
      color: #ffbae8; }

.navbar-default .section_nav.jl_fokus {
  text-transform: none;
  position: relative;
  color: #fff;
  padding: 0 20px;
  line-height: 1;
  /*
		&:after {
			content: "";
			width: 46px;
			height: 46px;
			border-radius: 50em;
			position: absolute;
			right: -23px;
			top: 0;
			background: #000;
		}
		&:before {
			content: "";
			width: 46px;
			height: 46px;
			border-radius: 50em;
			position: absolute;
			left: -23px;
			top: 0;
			background: #000;
		}
		*/ }
  .navbar-default .section_nav.jl_fokus li {
    padding: 13px 5px 9px 35px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "superclarendonbold";
    position: relative; }
    .navbar-default .section_nav.jl_fokus li span {
      color: #de1b28;
      display: inline; }
    .navbar-default .section_nav.jl_fokus li:before {
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -2px;
      background: #595959;
      border-radius: 50em;
      -moz-transition: all 0.35s, ease-in;
      -o-transition: all 0.35s, ease-in;
      -webkit-transition: all 0.35s, ease-in;
      transition: all 0.35s, ease-in; }
  .navbar-default .section_nav.jl_fokus li:hover:before {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background: #fff; }
  .navbar-default .section_nav.jl_fokus li:first-child {
    padding: 10px 15px 12px 0; }
    .navbar-default .section_nav.jl_fokus li:first-child:after, .navbar-default .section_nav.jl_fokus li:first-child:before {
      display: none; }
  .navbar-default .section_nav.jl_fokus li > a {
    padding: 0;
    color: #cccccc;
    font-size: 20px;
    font-size: 2rem;
    font-family: "superclarendonregular";
    font-weight: normal; }
    .navbar-default .section_nav.jl_fokus li > a:hover {
      color: #fff; }

/* --
Specijal
------------------------- */
.specijal {
  text-align: center;
  background: #000 url("../img/specijal.png") no-repeat center center;
  background-size: cover;
  padding: 20px 0; }
  @media (min-width: 770px) {
    .specijal {
      padding: 40px 10px; } }
  .specijal a:hover {
    text-decoration: none; }
  .specijal .row {
    background: transparent;
    padding: 0; }
  .specijal .teaser img {
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
  .specijal .media-body {
    padding: 0 25px; }
  .specijal .lead {
    letter-spacing: -0.025em;
    font-family: "superclarendonbold";
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    color: #fff; }
    @media (min-width: 770px) {
      .specijal .lead {
        font-size: 38px;
        line-height: 48px; } }
    .specijal .lead span {
      font-size: 18px;
      line-height: 24px;
      color: #6699ff;
      text-transform: uppercase; }
      @media (min-width: 770px) {
        .specijal .lead span {
          font-size: 26px;
          line-height: 40px; } }
  .specijal article {
    margin-bottom: 20px; }
    @media (min-width: 770px) {
      .specijal article {
        margin-bottom: 0; } }
    .specijal article .overline {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: #000;
      text-transform: uppercase;
      display: inline-block;
      padding: 5px 10px;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 5px; }
      .specijal article .overline a {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #6699ff; }
    .specijal article .title {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      width: 100%; }
      .specijal article .title a {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* --
Article
------------------------- */
.article_intro {
  margin: 12px 0 10px 0; }
  .article_intro p, .article_intro h1, .article_intro ul {
    margin: 0; }
  .article_intro .overtitle {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-left: 14px;
    left: -10px;
    letter-spacing: 0.05em; }
    @media (min-width: 770px) {
      .article_intro .overtitle {
        font-size: 17px;
        line-height: 30px;
        padding-left: 19px;
        left: 0;
        letter-spacing: 0; } }
    .article_intro .overtitle:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 5px;
      height: 23px;
      margin-top: -12px; }
      @media (min-width: 770px) {
        .article_intro .overtitle:before {
          height: 40px;
          margin-top: -20px; } }
  .article_intro h1 {
    margin: 0 0 15px 0;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
    font-family: "superclarendonbold";
    color: #171717; }
    @media (min-width: 770px) {
      .article_intro h1 {
        font-size: 40px;
        line-height: 46px;
        margin: 14px 0 7px 0; } }
  .article_intro .list-inline,
  .article_intro ul {
    font-size: 12px;
    color: #383838; }
    .article_intro .list-inline li li, .article_intro .list-inline p,
    .article_intro ul li li,
    .article_intro ul p {
      font-size: 14px;
      color: #383838; }
    .article_intro .list-inline strong,
    .article_intro ul strong {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: #aaaaaa; }
    .article_intro .list-inline .twitter_follow,
    .article_intro ul .twitter_follow {
      position: relative;
      margin-left: 25px; }
      .article_intro .list-inline .twitter_follow:after,
      .article_intro ul .twitter_follow:after {
        content: "";
        position: absolute;
        left: -20px;
        top: 2px;
        background-image: url("../img/sprite.png");
        background-position: -841px -733px;
        width: 15px;
        height: 12px; }
    @media (min-width: 770px) {
      .article_intro .list-inline,
      .article_intro ul {
        font-size: 14px; }
        .article_intro .list-inline strong,
        .article_intro ul strong {
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase;
          color: #aaaaaa; }
        .article_intro .list-inline li li, .article_intro .list-inline p,
        .article_intro ul li li,
        .article_intro ul p {
          font-size: 16px;
          color: #383838; } }

.twitter-video,
.youtubeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.twitter-video iframe,
.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.teaser {
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: pointer; }
  .teaser .slideshow {
    position: relative;
    width: 100%;
    display: inline-block; }
  .teaser .picture-author {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 28px; }
    .teaser .picture-author span {
      position: relative;
      padding: 0 10px 0 30px; }
      .teaser .picture-author span:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 10px;
        background-image: url("../img/sprite.png");
        background-position: -856px -733px;
        width: 14px;
        height: 11px;
        width: 14px;
        height: 11px; }
  .teaser .picture-caption {
    position: relative;
    left: 0;
    bottom: 0; }
    .teaser .picture-caption h4 {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      font-style: italic;
      color: #8a8a8a; }

.article_body .article_most_read {
  margin: 40px 0 0 0; }
  .article_body .article_most_read p, .article_body .article_most_read h2, .article_body .article_most_read h3, .article_body .article_most_read h4 {
    margin: 0;
    padding: 0;
    text-align: left; }
  .article_body .article_most_read article {
    margin-top: 12px; }

.article_body {
  padding-top: 0;
  color: #383838; }
  .article_body strong {
    font-weight: bold; }
  .article_body em {
    font-style: italic; }
  .article_body p {
    margin: 1.6em 0;
    font-size: 16px;
    line-height: 26px;
    color: #383838;
    margin: 1.6em 0 1.6em 0; }
  .article_body h1,
  .article_body h2,
  .article_body h3,
  .article_body h4,
  .article_body h5,
  .article_body h6 {
    font-size: 22px;
    line-height: 32px;
    font-family: "superclarendonregular"; }
  .article_body h2 {
    font-size: 26px;
    line-height: 32px;
    font-family: “superclarendonbold”;
    color: #171717;
    font-weight: bold; }
  .article_body.archive p {
    margin: 1.6em 0 0.6em 0; }
  @media (min-width: 1000px) {
    .article_body {
      /*
		.fb-post,
		.instagram-media,
		.twitter-tweet,
		.twitter-video,
		*/ }
      .article_body .fb-comments,
      .article_body h1,
      .article_body h2,
      .article_body h3,
      .article_body h4,
      .article_body h5,
      .article_body h6,
      .article_body p,
      .article_body ul,
      .article_body ol,
      .article_body table {
        margin: 1.6em 80px 0.6em 100px; }
      .article_body.archive p {
        margin: 1.6em 80px 0.6em 0; }
      .article_body section.social_embed {
        margin: 1.6em 80px 0.6em 100px !important; } }
  .article_body .leadtext {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #222; }
  .article_body blockquote {
    padding: 0;
    margin: 30px 0 0 0;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding-left: 55px;
    z-index: 1; }
    .article_body blockquote:after {
      content: "\201c";
      position: absolute;
      left: 0;
      top: 40px;
      font-size: 220px;
      font-family: "superclarendonbold";
      color: #f1f1f1;
      z-index: -1; }
    .article_body blockquote:before {
      content: "\201d";
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 220px;
      font-family: "superclarendonbold";
      color: #f1f1f1;
      z-index: -1; }
    .article_body blockquote p {
      padding: 0;
      font-size: 26px;
      line-height: 36px;
      font-family: "superclarendonregular";
      color: #222222;
      margin-bottom: 10px;
      position: relative; }
    .article_body blockquote a {
      display: inline-block;
      width: 100%; }
  .article_body strike {
    text-decoration: line-through; }
  @media (min-width: 768px) {
    .article_body blockquote {
      padding: 0;
      float: left;
      width: 280px;
      margin: 0;
      padding-left: 0; }
      .article_body blockquote p {
        margin: 0 0 15px 0; }
      .article_body blockquote:before, .article_body blockquote:after {
        display: none; } }
  .article_body sup,
  .article_body sub {
    font-size: 9px; }
  .article_body table {
    border-collapse: collapse; }
    .article_body table td {
      padding: 5px 10px;
      border: 1px solid #ccc; }
  .article_body .media {
    position: relative;
    display: inline-block;
    width: 100%; }
  .article_body .e4-sub-article {
    background: #f9f8f5;
    padding: 5px 25px;
    clear: both;
    color: #333333;
    display: inline-block;
    border-left: 5px solid #e7e5e1;
    margin: 25px 0 25px 0; }
    .article_body .e4-sub-article p {
      padding: 0;
      margin: 1.5em 0;
      color: #333333;
      font-size: 16px;
      line-height: 26px; }
  @media (min-width: 1000px) {
    .article_body .e4-sub-article {
      margin: 25px 50px 25px 72px; } }
  .article_body .rel_art_ib {
    float: left;
    width: 280px;
    margin-right: 20px;
    margin-bottom: 40px; }
    .article_body .rel_art_ib h3 {
      font-size: 16px;
      line-height: 36px;
      margin: 0 !important;
      padding-bottom: 5px;
      text-transform: uppercase;
      font-family: 'superclarendonregular';
      color: #222222;
      position: relative; }
      .article_body .rel_art_ib h3:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 30px;
        background: #004b8f; }
    .article_body .rel_art_ib ul, .article_body .rel_art_ib .teaser {
      margin: 0; }
    .article_body .rel_art_ib .media {
      margin: 0;
      padding-top: 15px;
      padding-bottom: 0;
      position: relative; }
      .article_body .rel_art_ib .media:after {
        content: "";
        width: 30px;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -7px;
        background: #ebebeb; }
    .article_body .rel_art_ib h4 {
      font-size: 14px;
      line-height: 18px;
      margin: 0 !important; }
      .article_body .rel_art_ib h4 a {
        color: #666666;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-bottom: 3px solid #d1e0ff;
        display: inline;
        -moz-transition: all 0.45s, ease-in;
        -o-transition: all 0.45s, ease-in;
        -webkit-transition: all 0.45s, ease-in;
        transition: all 0.45s, ease-in; }
        .article_body .rel_art_ib h4 a:hover {
          border-color: #004b8f;
          color: #000; }
    .article_body .rel_art_ib ul.list-inline {
      margin: 20px 0 0 0; }
      .article_body .rel_art_ib ul.list-inline li {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: left;
        text-transform: lowercase;
        background: none;
        color: #666666;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        padding-left: 20px; }
        .article_body .rel_art_ib ul.list-inline li:after {
          content: "#";
          position: absolute;
          left: 7px;
          top: 0px;
          color: #6699ff;
          font-size: 14px;
          font-weight: bold; }
      .article_body .rel_art_ib ul.list-inline a {
        background: none;
        color: #666666;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        padding-left: 20px; }
        .article_body .rel_art_ib ul.list-inline a:after {
          content: "#";
          position: absolute;
          left: 7px;
          top: 4px;
          color: #6699ff;
          font-size: 14px;
          font-weight: bold; }
        .article_body .rel_art_ib ul.list-inline a:hover {
          background: #6699ff;
          color: #fff; }
          .article_body .rel_art_ib ul.list-inline a:hover:after {
            color: #fff; }
  @media (max-width: 1000px) {
    .article_body .rel_art_ib {
      width: 100%; } }

.article_tools {
  border-top: 1px solid #e3e3e3;
  padding: 15px 0;
  margin: 25px 0;
  display: inline-block;
  width: 100%; }
  .article_tools.slim {
    padding: 15px 40px; }
    .article_tools.slim .social .fb, .article_tools.slim .social .tw {
      padding: 5px 15px;
      width: 40px;
      height: 40px; }
    .article_tools.slim .social .fb span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -10px 0 0 -6px;
      background-image: url("../img/sprite.png");
      background-position: -820px -749px;
      width: 12px;
      height: 20px; }
    .article_tools.slim .social .tw span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -10px 0 0 -8px;
      background-image: url("../img/sprite.png");
      background-position: -796px -701px;
      width: 19px;
      height: 16px; }
  .article_tools .social {
    float: left;
    font-size: 13px; }
    .article_tools .social a {
      color: #fff;
      position: relative;
      display: inline-block;
      float: left;
      margin-right: 6px;
      -moz-transition: all 0.45s, ease-in;
      -o-transition: all 0.45s, ease-in;
      -webkit-transition: all 0.45s, ease-in;
      transition: all 0.45s, ease-in; }
      .article_tools .social a:hover {
        text-decoration: none; }
    .article_tools .social .fb {
      background: #3b5998;
      padding: 9px 15px 7px 35px; }
      .article_tools .social .fb span:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 10px;
        background-image: url("../img/sprite.png");
        background-position: -796px -717px;
        width: 16px;
        height: 16px; }
      .article_tools .social .fb:hover {
        background: #2b416f; }
    .article_tools .social .tw {
      background: #00aced;
      padding: 9px 15px 7px 35px; }
      .article_tools .social .tw span:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 10px;
        background-image: url("../img/sprite.png");
        background-position: -828px -717px;
        width: 16px;
        height: 16px; }
      .article_tools .social .tw:hover {
        background: #0080b1; }
    .article_tools .social .gplus {
      background: #de4432;
      padding: 5px 15px;
      width: 40px;
      height: 40px; }
      .article_tools .social .gplus span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -13px;
        background-image: url("../img/sprite.png");
        background-position: -844px -458px;
        width: 29px;
        height: 19px; }
    .article_tools .social .gplus {
      background: #de4432;
      width: 40px;
      height: 40px; }
      .article_tools .social .gplus span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -13px;
        background-image: url("../img/sprite.png");
        background-position: -844px -458px;
        width: 29px;
        height: 19px; }
      .article_tools .social .gplus:hover {
        background: #a53225; }
    .article_tools .social .li {
      background: #0077b5;
      width: 40px;
      height: 40px; }
      .article_tools .social .li span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -11px;
        background-image: url("../img/sprite.png");
        background-position: -849px -337px;
        width: 22px;
        height: 22px; }
      .article_tools .social .li:hover {
        background: #005683; }
  .article_tools .tools {
    float: right;
    font-size: 13px; }
    .article_tools .tools a {
      color: #fff;
      display: inline-block;
      position: relative;
      width: 40px;
      height: 40px;
      -moz-transition: all 0.45s, ease-in;
      -o-transition: all 0.45s, ease-in;
      -webkit-transition: all 0.45s, ease-in;
      transition: all 0.45s, ease-in; }
      .article_tools .tools a:hover {
        background: #5d6369; }
    .article_tools .tools .print {
      background: #919aa3; }
      .article_tools .tools .print span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px;
        background-image: url("../img/sprite.png");
        background-position: -796px -733px;
        width: 16px;
        height: 16px; }
    .article_tools .tools .email {
      background: #919aa3; }
      .article_tools .tools .email span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -8px;
        background-image: url("../img/sprite.png");
        background-position: -825px -733px;
        width: 16px;
        height: 12px; }

/* --
Footer
------------------------- */
#siteFoot .footNav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 20px; }
  #siteFoot .footNav .fnWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between; }
  #siteFoot .footNav ul, #siteFoot .footNav dl {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 14px;
    width: auto;
    flex-grow: 1; }
  #siteFoot .footNav ul:first-child {
    margin-left: 0; }
  #siteFoot .footNav ul:last-child {
    margin-right: 0; }
  #siteFoot .footNav dt a, #siteFoot .footNav li strong a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #404040; }
  #siteFoot .footNav dd a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2em;
    text-decoration: none;
    color: #999999; }

#siteFoot .socialize {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 20px;
  position: relative; }
  #siteFoot .socialize:after {
    content: "";
    display: block;
    width: 1180px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #eaeaea; }
  #siteFoot .socialize .newsletter {
    float: left; }
    #siteFoot .socialize .newsletter dt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.5em;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      float: left;
      font-weight: bold;
      padding: 0 20px 0 0; }
    #siteFoot .socialize .newsletter dd {
      float: left; }
    #siteFoot .socialize .newsletter input[type="text"] {
      width: 215px;
      height: 40px;
      border: #dbdbdb 1px solid;
      border-right-color: #919aa3;
      background-color: #f8f8f8;
      float: left;
      padding: 0 10px; }
    #siteFoot .socialize .newsletter input[type="submit"], #siteFoot .socialize .newsletter input[type="button"] {
      width: 90px;
      height: 40px;
      background-color: #919aa3;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.5em;
      color: #fff;
      border: none;
      float: left; }
  #siteFoot .socialize .socialLinks {
    float: right; }
    #siteFoot .socialize .socialLinks dt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2.5em;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      float: left;
      font-weight: bold;
      padding: 0 12px 0 0; }
    #siteFoot .socialize .socialLinks dd {
      float: left;
      padding-left: 6px; }
    #siteFoot .socialize .socialLinks a {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-indent: -9999em;
      background-color: #ccc;
      position: relative; }
      #siteFoot .socialize .socialLinks a:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #siteFoot .socialize .socialLinks a.fb {
      background-color: #3b5998; }
      #siteFoot .socialize .socialLinks a.fb:after {
        width: 12px;
        height: 20px;
        background-image: url("../img/sprite.png");
        background-position: -864px -507px;
        width: 12px;
        height: 20px; }
    #siteFoot .socialize .socialLinks a.tw {
      background-color: #00aced; }
      #siteFoot .socialize .socialLinks a.tw:after {
        width: 20px;
        height: 16px;
        background-image: url("../img/sprite.png");
        background-position: -854px -683px;
        width: 19px;
        height: 16px; }
    #siteFoot .socialize .socialLinks a.gp {
      background-color: #dc4a3d; }
      #siteFoot .socialize .socialLinks a.gp:after {
        width: 29px;
        height: 19px;
        background-image: url("../img/sprite.png");
        background-position: -847px -484px;
        width: 29px;
        height: 19px; }
    #siteFoot .socialize .socialLinks a.in {
      background-color: #0077b5; }
      #siteFoot .socialize .socialLinks a.in:after {
        width: 22px;
        height: 22px;
        background-image: url("../img/sprite.png");
        background-position: -849px -312px;
        width: 22px;
        height: 22px; }

#siteFoot .siteInfo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #siteFoot .siteInfo * {
    text-align: center;
    display: inline-block; }
  #siteFoot .siteInfo ul, #siteFoot .siteInfo dl {
    width: 100%;
    margin: 0 0 10px; }
  #siteFoot .siteInfo a.jl, #siteFoot .siteInfo .family a {
    text-indent: -9999em;
    display: inline-block;
    height: 30px;
    position: relative;
    margin: 0 2px; }
    #siteFoot .siteInfo a.jl:after, #siteFoot .siteInfo .family a:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.6;
      -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  #siteFoot .siteInfo a.jl {
    width: 184px; }
    #siteFoot .siteInfo a.jl:after {
      width: 184px;
      height: 37px;
      background-image: url("../img/sprite.png");
      background-position: -180px -650px;
      width: 184px;
      height: 37px;
      opacity: 0.4; }
  #siteFoot .siteInfo a.glo {
    width: 53px; }
    #siteFoot .siteInfo a.glo:after {
      width: 53px;
      height: 25px;
      background-image: url("../img/sprite.png");
      background-position: -796px -337px;
      width: 53px;
      height: 25px; }
  #siteFoot .siteInfo a.ak {
    width: 127px; }
    #siteFoot .siteInfo a.ak:after {
      width: 127px;
      height: 19px;
      background-image: url("../img/sprite.png");
      background-position: -531px -687px;
      width: 127px;
      height: 19px; }
  #siteFoot .siteInfo a.sn {
    width: 146px; }
    #siteFoot .siteInfo a.sn:after {
      width: 146px;
      height: 12px;
      background-image: url("../img/sprite.png");
      background-position: -318px -512px;
      width: 146px;
      height: 12px; }
  #siteFoot .siteInfo a.sd {
    width: 79px; }
    #siteFoot .siteInfo a.sd:after {
      width: 79px;
      height: 28px;
      background-image: url("../img/sprite.png");
      background-position: -796px -123px;
      width: 79px;
      height: 28px; }
  #siteFoot .siteInfo a.gr {
    width: 102px; }
    #siteFoot .siteInfo a.gr:after {
      width: 102px;
      height: 27px;
      background-image: url("../img/sprite.png");
      background-position: -117px -765px;
      width: 102px;
      height: 27px; }
  #siteFoot .siteInfo a.did {
    width: 51px; }
    #siteFoot .siteInfo a.did:after {
      width: 51px;
      height: 23px;
      background-image: url("../img/sprite.png");
      background-position: -796px -484px;
      width: 51px;
      height: 23px; }
  #siteFoot .siteInfo a.dh {
    width: 93px; }
    #siteFoot .siteInfo a.dh:after {
      width: 93px;
      height: 11px;
      background-image: url("../img/sprite.png");
      background-position: -651px -500px;
      width: 93px;
      height: 11px; }
  #siteFoot .siteInfo a.dr {
    width: 61px; }
    #siteFoot .siteInfo a.dr:after {
      width: 61px;
      height: 23px;
      background-image: url("../img/sprite.png");
      background-position: -796px -239px;
      width: 61px;
      height: 23px; }
  #siteFoot .siteInfo a.ok {
    width: 55px; }
    #siteFoot .siteInfo a.ok:after {
      width: 55px;
      height: 25px;
      background-image: url("../img/sprite.png");
      background-position: -796px -262px;
      width: 55px;
      height: 25px; }
  #siteFoot .siteInfo a.bs {
    width: 110px; }
    #siteFoot .siteInfo a.bs:after {
      width: 110px;
      height: 19px;
      background-image: url("../img/sprite.png");
      background-position: -182px -796px;
      width: 110px;
      height: 19px; }
  #siteFoot .siteInfo a.dd {
    width: 48px; }
    #siteFoot .siteInfo a.dd:after {
      width: 48px;
      height: 26px;
      background-image: url("../img/sprite.png");
      background-position: -796px -458px;
      width: 48px;
      height: 26px; }
  #siteFoot .siteInfo a.ds {
    width: 42px; }
    #siteFoot .siteInfo a.ds:after {
      width: 42px;
      height: 26px;
      background-image: url("../img/sprite.png");
      background-position: -796px -555px;
      width: 42px;
      height: 26px; }
  #siteFoot .siteInfo a.gl {
    width: 102px; }
    #siteFoot .siteInfo a.gl:after {
      width: 102px;
      height: 17px;
      background-image: url("../img/sprite.png");
      background-position: -292px -796px;
      width: 102px;
      height: 17px; }
  #siteFoot .siteInfo a:hover.jl:after, #siteFoot .siteInfo .family a:hover:after {
    opacity: 1; }
  #siteFoot .siteInfo .legal li {
    margin-right: 5px;
    padding-right: 10px;
    position: relative; }
    #siteFoot .siteInfo .legal li:after {
      content: "";
      display: block;
      width: 1px;
      height: 14px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #e5e5e5; }
    #siteFoot .siteInfo .legal li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
      #siteFoot .siteInfo .legal li:last-child:after {
        display: none; }
  #siteFoot .siteInfo .legal a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714em;
    color: #004b8f;
    text-decoration: none; }
  #siteFoot .siteInfo p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2em;
    color: #999; }

.footer {
  margin-top: 120px;
  position: relative; }
  .footer:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px; }
  .footer .navbar-nav {
    margin: 0 !important; }
  .footer .m_foot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 45px 0; }
    .footer .m_foot:before {
      content: "";
      height: 79px;
      background: #fff;
      width: 100%;
      position: absolute;
      left: 0;
      top: -130px;
      right: 0; }
    .footer .m_foot .col {
      flex-grow: 1; }
      .footer .m_foot .col h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 25px 0 10px 0; }
        .footer .m_foot .col h3 a {
          color: #404040;
          display: inline-block; }
  .footer .nav li {
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 10px; }
  .footer .nav a {
    padding: 3px 0 3px 0;
    color: #999999; }
    .footer .nav a:hover {
      text-decoration: underline; }
  @media (min-width: 1000px) {
    .footer .nav li {
      display: inline-block;
      width: 100%;
      margin: 0; }
    .footer .m_foot {
      flex-direction: row;
      justify-content: left; }
      .footer .m_foot:before {
        content: "";
        height: 79px;
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0;
        top: -130px;
        right: 0; }
    .footer .col {
      max-width: 12.5%;
      text-align: left; }
    .footer h3 {
      margin: 0 0 10px 0; } }
  .footer .s_foot {
    background: #fbfbfb;
    padding: 50px 0;
    font-size: 14px;
    color: #e5e5e5; }
    .footer .s_foot a {
      color: #004b8f; }
    .footer .s_foot p {
      margin: 25px 0;
      color: #999999;
      font-size: 13px;
      line-height: 26px; }

footer {
  background: #fff;
  border-radius: 0;
  text-align: center;
  position: relative; }
  footer tbody th, footer tbody td, footer tfoot th, footer tfoot td {
    border: none; }
  footer table ul {
    text-align: left; }
    footer table ul li:first-child {
      text-transform: uppercase;
      margin-bottom: 5px; }
      footer table ul li:first-child a {
        color: #000;
        font-size: 16px;
        font-size: 1.6rem; }
    footer table ul a {
      font-weight: bold;
      color: #999999;
      font-size: 13px;
      font-size: 1.3rem; }
  footer a[href="#top"] {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    background: #de1b28;
    color: #fff;
    border-radius: 50em;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    top: -63px;
    -moz-transition: all 0.45s, ease-in;
    -o-transition: all 0.45s, ease-in;
    -webkit-transition: all 0.45s, ease-in;
    transition: all 0.45s, ease-in; }
    footer a[href="#top"]:hover {
      text-decoration: none;
      background: #000; }
  footer:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: -51px;
    left: 0;
    z-index: 0;
    display: flex; }

/* addthis social sharing */
.addthis_responsive_sharing {
  margin: 1.6em 10px 1.6em 10px; }
  @media (min-width: 1000px) {
    .addthis_responsive_sharing {
      margin: 1.6em 80px 1.6em 100px; } }

/* addthis social sharing */
/* facebook comment widget resize */
@media only screen and (max-width: 767px) {
  .fb-comments {
    width: 100% !important; }
  .fb-comments iframe[style] {
    width: 100% !important; }
  .fb-like-box {
    width: 100% !important; }
  .fb-like-box iframe[style] {
    width: 100% !important; }
  .fb-comments span {
    width: 100% !important; }
  .fb-comments iframe span[style] {
    width: 100% !important; }
  .fb-like-box span {
    width: 100% !important; }
  .fb-like-box iframe span[style] {
    width: 100% !important; } }

/* facebook comment widget resize */
/* article read main image image height voodoo | class needed */
.lead_image .slideshow {
  position: relative;
  overflow: hidden;
  height: auto; }
  @media (min-width: 1000px) {
    .lead_image .slideshow {
      height: 500px; } }
  @media (min-width: 1000px) {
    .lead_image .slideshow img {
      position: absolute;
      margin: auto;
      top: -102%;
      left: -102%;
      right: -102%;
      bottom: -102%;
      min-width: 100%;
      min-height: 100%; } }

/* 
index section navigation toggle
needs class to differ from main navigation toggle 
*/
.navbar-nav {
  margin: 0; }

.sport_section .navbar-toggle {
  display: block;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 10;
  float: none;
  padding: 9px 10px;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 45px;
  height: 30px; }
  @media (min-width: 770px) {
    .sport_section .navbar-toggle {
      display: none; } }
  .sport_section .navbar-toggle:hover {
    background: none; }
  .sport_section .navbar-toggle:focus {
    outline: none; }
  .sport_section .navbar-toggle:after {
    content: "IZBORNIK";
    position: absolute;
    right: 45px;
    top: 4px;
    color: #cccccc;
    font-size: 10px;
    font-weight: bold;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
  .sport_section .navbar-toggle.mobileOpen:after {
    content: "ZATVORI";
    color: #666666; }
  .sport_section .navbar-toggle .icon-bar {
    width: 26px;
    height: 4px;
    position: absolute;
    border-radius: 0;
    background: #a8a8a8;
    background: -moz-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    background: -webkit-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    background: linear-gradient(to right, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=1 );
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
    .sport_section .navbar-toggle .icon-bar:nth-child(1) {
      top: 4px;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    .sport_section .navbar-toggle .icon-bar:nth-child(2) {
      top: 9px;
      left: 10px;
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .sport_section .navbar-toggle .icon-bar:nth-child(3) {
      top: 18px;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
  .sport_section .navbar-toggle.mobileOpen .icon-bar {
    background: #cccccc;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
    .sport_section .navbar-toggle.mobileOpen .icon-bar:nth-child(1) {
      top: 13px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sport_section .navbar-toggle.mobileOpen .icon-bar:nth-child(2) {
      top: 9px;
      left: -15px;
      opacity: 0;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .sport_section .navbar-toggle.mobileOpen .icon-bar:nth-child(3) {
      top: 9px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.life_section .navbar-toggle {
  display: block;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 10;
  float: none;
  padding: 9px 10px;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 45px;
  height: 30px; }
  @media (min-width: 770px) {
    .life_section .navbar-toggle {
      display: none; } }
  .life_section .navbar-toggle:hover {
    background: none; }
  .life_section .navbar-toggle:focus {
    outline: none; }
  .life_section .navbar-toggle:after {
    content: "IZBORNIK";
    position: absolute;
    right: 45px;
    top: 4px;
    color: #cccccc;
    font-size: 10px;
    font-weight: bold;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
  .life_section .navbar-toggle.mobileOpen:after {
    content: "ZATVORI";
    color: #666666; }
  .life_section .navbar-toggle .icon-bar {
    width: 26px;
    height: 4px;
    position: absolute;
    border-radius: 0;
    background: #a8a8a8;
    background: -moz-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    background: -webkit-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    background: linear-gradient(to right, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=1 );
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
    .life_section .navbar-toggle .icon-bar:nth-child(1) {
      top: 4px;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    .life_section .navbar-toggle .icon-bar:nth-child(2) {
      top: 9px;
      left: 10px;
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .life_section .navbar-toggle .icon-bar:nth-child(3) {
      top: 18px;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
  .life_section .navbar-toggle.mobileOpen .icon-bar {
    background: #cccccc;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
    .life_section .navbar-toggle.mobileOpen .icon-bar:nth-child(1) {
      top: 13px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .life_section .navbar-toggle.mobileOpen .icon-bar:nth-child(2) {
      top: 9px;
      left: -15px;
      opacity: 0;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .life_section .navbar-toggle.mobileOpen .icon-bar:nth-child(3) {
      top: 9px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.kultura_section .navbar-toggle {
  display: block;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 10;
  float: none;
  padding: 9px 10px;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 45px;
  height: 30px; }
  @media (min-width: 770px) {
    .kultura_section .navbar-toggle {
      display: none; } }
  .kultura_section .navbar-toggle:hover {
    background: none; }
  .kultura_section .navbar-toggle:focus {
    outline: none; }
  .kultura_section .navbar-toggle:after {
    content: "IZBORNIK";
    position: absolute;
    right: 45px;
    top: 4px;
    color: #cccccc;
    font-size: 10px;
    font-weight: bold;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
  .kultura_section .navbar-toggle.mobileOpen:after {
    content: "ZATVORI";
    color: #666666; }
  .kultura_section .navbar-toggle .icon-bar {
    width: 26px;
    height: 4px;
    position: absolute;
    border-radius: 0;
    background: #a8a8a8;
    background: -moz-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    background: -webkit-linear-gradient(left, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    background: linear-gradient(to right, #a8a8a8 0%, #a8a8a8 80%, #cccccc 80%, #cccccc 80%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=1 );
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
    .kultura_section .navbar-toggle .icon-bar:nth-child(1) {
      top: 4px;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    .kultura_section .navbar-toggle .icon-bar:nth-child(2) {
      top: 9px;
      left: 10px;
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .kultura_section .navbar-toggle .icon-bar:nth-child(3) {
      top: 18px;
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transform: rotate(0); }
  .kultura_section .navbar-toggle.mobileOpen .icon-bar {
    background: #cccccc;
    -moz-transition: all 0.35s, ease-in;
    -o-transition: all 0.35s, ease-in;
    -webkit-transition: all 0.35s, ease-in;
    transition: all 0.35s, ease-in; }
    .kultura_section .navbar-toggle.mobileOpen .icon-bar:nth-child(1) {
      top: 13px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .kultura_section .navbar-toggle.mobileOpen .icon-bar:nth-child(2) {
      top: 9px;
      left: -15px;
      opacity: 0;
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .kultura_section .navbar-toggle.mobileOpen .icon-bar:nth-child(3) {
      top: 9px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.jl-banner-column iframe,
.jl-inarticle-wrapper iframe {
  margin: 0 !important; }

.siteFoot {
  overflow: hidden;
  padding-top: 120px;
  position: relative;
  background: #fff;
  border-radius: 0;
  text-align: center;
  position: relative;
  text-align: center;
  margin-bottom: 20px; }
  .siteFoot:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 0;
    display: flex; }
  .siteFoot:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px; }
  .siteFoot a[href="#top"] {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    background: #de1b28;
    color: #fff;
    border-radius: 50em;
    padding: 8px 20px;
    z-index: 1;
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 0.45s, ease-in;
    -o-transition: all 0.45s, ease-in;
    -webkit-transition: all 0.45s, ease-in;
    transition: all 0.45s, ease-in; }
    .siteFoot a[href="#top"]:hover {
      text-decoration: none;
      background: #000; }
    .siteFoot a[href="#top"]:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 8px;
      background-image: url("../img/sprite.png");
      background-position: -832px -749px;
      width: 14px;
      height: 8px;
      margin: 0 8px 2px 0; }
  .siteFoot .navbar-nav {
    margin: 0 !important; }
  .siteFoot .footNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 0 45px 0; }
    .siteFoot .footNav .col {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding: 0 10px;
      width: auto;
      flex-grow: 1; }
      .siteFoot .footNav .col h3 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.25em;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        margin: 25px 0 10px 0; }
        .siteFoot .footNav .col h3 a {
          color: #404040;
          display: inline-block;
          -moz-transition: all 150ms linear;
          -o-transition: all 150ms linear;
          -webkit-transition: all 150ms linear;
          transition: all 150ms linear; }
          .siteFoot .footNav .col h3 a:hover {
            color: #000; }
          .siteFoot .footNav .col h3 a.hover {
            color: #ccc; }
    .siteFoot .footNav .nav li {
      display: inline-block;
      font-size: 13px;
      line-height: 26px;
      font-weight: bold; }
    .siteFoot .footNav .nav a {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.23077em;
      text-decoration: none;
      color: #999999;
      display: inline-block;
      padding: 8px 0 8px 0;
      -moz-transition: all 150ms linear;
      -o-transition: all 150ms linear;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear; }
      .siteFoot .footNav .nav a:hover {
        color: #000; }
      .siteFoot .footNav .nav a.hover {
        color: #ccc; }
  .siteFoot .socialize {
    padding-top: 20px;
    position: relative; }
    .siteFoot .socialize:before {
      content: "";
      display: block;
      width: 1180px;
      height: 1px;
      position: absolute;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #eaeaea; }
    .siteFoot .socialize .newsletter {
      float: left; }
      .siteFoot .socialize .newsletter dt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.5em;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        float: left;
        font-weight: bold;
        padding: 0 20px 0 0; }
      .siteFoot .socialize .newsletter dd {
        float: left; }
      .siteFoot .socialize .newsletter input[type="text"] {
        width: 215px;
        height: 40px;
        border: #dbdbdb 1px solid;
        border-right-color: #919aa3;
        background-color: #f8f8f8;
        float: left;
        padding: 0 10px; }
      .siteFoot .socialize .newsletter input[type="submit"], .siteFoot .socialize .newsletter input[type="button"] {
        width: 90px;
        height: 40px;
        background-color: #919aa3;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.5em;
        color: #fff;
        border: none;
        float: left; }
    .siteFoot .socialize .socialLinks {
      float: right; }
      .siteFoot .socialize .socialLinks dt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.5em;
        text-transform: uppercase;
        text-decoration: none;
        color: #000;
        float: left;
        font-weight: bold;
        padding: 0 12px 0 0; }
      .siteFoot .socialize .socialLinks dd {
        float: left;
        padding-left: 6px; }
      .siteFoot .socialize .socialLinks a {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-indent: -9999em;
        background-color: #ccc;
        position: relative; }
        .siteFoot .socialize .socialLinks a:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .siteFoot .socialize .socialLinks a.fb {
        background-color: #3b5998; }
        .siteFoot .socialize .socialLinks a.fb:after {
          width: 12px;
          height: 20px;
          background-image: url("../img/sprite.png");
          background-position: -864px -507px;
          width: 12px;
          height: 20px; }
      .siteFoot .socialize .socialLinks a.tw {
        background-color: #00aced; }
        .siteFoot .socialize .socialLinks a.tw:after {
          width: 20px;
          height: 16px;
          background-image: url("../img/sprite.png");
          background-position: -854px -683px;
          width: 19px;
          height: 16px; }
      .siteFoot .socialize .socialLinks a.gp {
        background-color: #dc4a3d; }
        .siteFoot .socialize .socialLinks a.gp:after {
          width: 29px;
          height: 19px;
          background-image: url("../img/sprite.png");
          background-position: -847px -484px;
          width: 29px;
          height: 19px; }
      .siteFoot .socialize .socialLinks a.in {
        background-color: #0077b5; }
        .siteFoot .socialize .socialLinks a.in:after {
          width: 22px;
          height: 22px;
          background-image: url("../img/sprite.png");
          background-position: -849px -312px;
          width: 22px;
          height: 22px; }
  .siteFoot .siteInfo {
    position: relative;
    margin-top: 20px; }
    .siteFoot .siteInfo:before {
      content: "";
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -50vw;
      border-top: #eaeaea 1px solid;
      background: url("../img/sprite/footer-pattern.png") repeat 0 0; }
    .siteFoot .siteInfo * {
      text-align: center;
      display: inline-block; }
    .siteFoot .siteInfo ul, .siteFoot .siteInfo dl {
      width: 100%;
      margin: 0 0 10px; }
    .siteFoot .siteInfo a.jl, .siteFoot .siteInfo .family a {
      text-indent: -9999em;
      display: inline-block;
      height: 30px;
      position: relative;
      margin: 0 2px; }
      .siteFoot .siteInfo a.jl:after, .siteFoot .siteInfo .family a:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0.6;
        -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .siteFoot .siteInfo a.jl {
      width: 184px; }
      .siteFoot .siteInfo a.jl:after {
        width: 184px;
        height: 37px;
        background-image: url("../img/sprite.png");
        background-position: -180px -650px;
        width: 184px;
        height: 37px;
        opacity: 0.4; }
    .siteFoot .siteInfo a.glo {
      width: 53px; }
      .siteFoot .siteInfo a.glo:after {
        width: 53px;
        height: 25px;
        background-image: url("../img/sprite.png");
        background-position: -796px -337px;
        width: 53px;
        height: 25px; }
    .siteFoot .siteInfo a.ak {
      width: 127px; }
      .siteFoot .siteInfo a.ak:after {
        width: 127px;
        height: 19px;
        background-image: url("../img/sprite.png");
        background-position: -531px -687px;
        width: 127px;
        height: 19px; }
    .siteFoot .siteInfo a.sn {
      width: 146px; }
      .siteFoot .siteInfo a.sn:after {
        width: 146px;
        height: 12px;
        background-image: url("../img/sprite.png");
        background-position: -318px -512px;
        width: 146px;
        height: 12px; }
    .siteFoot .siteInfo a.sd {
      width: 79px; }
      .siteFoot .siteInfo a.sd:after {
        width: 79px;
        height: 28px;
        background-image: url("../img/sprite.png");
        background-position: -796px -123px;
        width: 79px;
        height: 28px; }
    .siteFoot .siteInfo a.gr {
      width: 102px; }
      .siteFoot .siteInfo a.gr:after {
        width: 102px;
        height: 27px;
        background-image: url("../img/sprite.png");
        background-position: -117px -765px;
        width: 102px;
        height: 27px; }
    .siteFoot .siteInfo a.did {
      width: 51px; }
      .siteFoot .siteInfo a.did:after {
        width: 51px;
        height: 23px;
        background-image: url("../img/sprite.png");
        background-position: -796px -484px;
        width: 51px;
        height: 23px; }
    .siteFoot .siteInfo a.dh {
      width: 93px; }
      .siteFoot .siteInfo a.dh:after {
        width: 93px;
        height: 11px;
        background-image: url("../img/sprite.png");
        background-position: -651px -500px;
        width: 93px;
        height: 11px; }
    .siteFoot .siteInfo a.dr {
      width: 61px; }
      .siteFoot .siteInfo a.dr:after {
        width: 61px;
        height: 23px;
        background-image: url("../img/sprite.png");
        background-position: -796px -239px;
        width: 61px;
        height: 23px; }
    .siteFoot .siteInfo a.ok {
      width: 55px; }
      .siteFoot .siteInfo a.ok:after {
        width: 55px;
        height: 25px;
        background-image: url("../img/sprite.png");
        background-position: -796px -262px;
        width: 55px;
        height: 25px; }
    .siteFoot .siteInfo a.bs {
      width: 110px; }
      .siteFoot .siteInfo a.bs:after {
        width: 110px;
        height: 19px;
        background-image: url("../img/sprite.png");
        background-position: -182px -796px;
        width: 110px;
        height: 19px; }
    .siteFoot .siteInfo a.dd {
      width: 48px; }
      .siteFoot .siteInfo a.dd:after {
        width: 48px;
        height: 26px;
        background-image: url("../img/sprite.png");
        background-position: -796px -458px;
        width: 48px;
        height: 26px; }
    .siteFoot .siteInfo a.ds {
      width: 42px; }
      .siteFoot .siteInfo a.ds:after {
        width: 42px;
        height: 26px;
        background-image: url("../img/sprite.png");
        background-position: -796px -555px;
        width: 42px;
        height: 26px; }
    .siteFoot .siteInfo a.gl {
      width: 102px; }
      .siteFoot .siteInfo a.gl:after {
        width: 102px;
        height: 17px;
        background-image: url("../img/sprite.png");
        background-position: -292px -796px;
        width: 102px;
        height: 17px; }
    .siteFoot .siteInfo a:hover.jl:after, .siteFoot .siteInfo .family a:hover:after {
      opacity: 1; }
    .siteFoot .siteInfo .legal li {
      margin-right: 5px;
      padding-right: 10px;
      position: relative; }
      .siteFoot .siteInfo .legal li:after {
        content: "";
        display: block;
        width: 1px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #e5e5e5; }
      .siteFoot .siteInfo .legal li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; }
        .siteFoot .siteInfo .legal li:last-child:after {
          display: none; }
    .siteFoot .siteInfo .legal a {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.85714em;
      color: #004b8f;
      text-decoration: none; }
    .siteFoot .siteInfo p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2em;
      color: #999; }

@media (min-width: 1000px) {
  #site_foot .nav li {
    display: inline-block;
    width: 100%;
    margin: 0; }
  #site_foot .m_foot {
    flex-direction: row;
    justify-content: left; }
    #site_foot .m_foot:before {
      content: "";
      height: 79px;
      background: #fff;
      width: 100%;
      position: absolute;
      left: 0;
      top: -130px;
      right: 0; }
  #site_foot .col {
    max-width: 12.5%;
    text-align: left; }
  #site_foot h3 {
    margin: 0 0 10px 0; } }

.pswp .hidden {
  display: none; }

.pswp .pswp__scroll-wrap .pswp__container {
  width: 75%; }

.pswp .pswp__bg {
  background: rgba(0, 0, 0, 0.95); }

.pswp .pswp__top-bar {
  display: none; }

.pswp .pswp__img {
  top: 50%;
  left: 50%;
  padding: 0px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pswp .pswp__zoom-wrap {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }

.pswp .pswp__next-prev {
  position: relative;
  height: 100%;
  width: 75%; }
  .pswp .pswp__next-prev a.back, .pswp .pswp__next-prev a.next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    width: 88px;
    height: 88px;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -44px;
    z-index: 10; }
    .pswp .pswp__next-prev a.back:before, .pswp .pswp__next-prev a.next:before {
      content: "";
      width: 88px;
      height: 88px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      margin: 0 0 0 0;
      background-image: url("../img/sprite.png");
      background-position: 0px -650px;
      width: 90px;
      height: 90px; }
  .pswp .pswp__next-prev a.next {
    right: 30px;
    left: auto; }
  .pswp .pswp__next-prev a.next img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .pswp .pswp__next-prev a.back:before {
    background-image: url("../img/sprite.png");
    background-position: -90px -650px;
    width: 90px;
    height: 90px; }

.pswp .pswp__tooltip {
  width: 25%;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #fff; }
  .pswp .pswp__tooltip .wrap {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    width: 100%;
    padding: 140px 40px 20px 40px; }
    .pswp .pswp__tooltip .wrap h2 {
      margin: 0;
      font-size: 24px;
      line-height: 26px;
      font-family: "superclarendonbold"; }
    .pswp .pswp__tooltip .wrap .pages {
      padding: 4px 0 0 0; }
    .pswp .pswp__tooltip .wrap .meta {
      color: #c2c2c2;
      font-size: 14px;
      line-height: 28px;
      text-transform: uppercase; }
      .pswp .pswp__tooltip .wrap .meta strong {
        color: #aaa;
        font-weight: bold; }
    .pswp .pswp__tooltip .wrap .content {
      font-size: 16px;
      line-height: 26px;
      margin: 1.5em 0;
      overflow-y: auto;
      height: 350px; }
    .pswp .pswp__tooltip .wrap .author {
      margin: 0;
      font-size: 12px;
      line-height: 28px;
      color: #555555;
      position: relative;
      padding-left: 20px;
      display: none; }
      .pswp .pswp__tooltip .wrap .author:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 14px;
        height: 11px;
        margin-top: -6px;
        background-image: url("../img/sprite.png");
        background-position: -856px -733px;
        width: 14px;
        height: 11px; }
  .pswp .pswp__tooltip .bt_wrap {
    position: relative;
    height: 63px;
    z-index: 2;
    height: 110px;
    border-bottom: 1px solid #eeeeee; }
  .pswp .pswp__tooltip img {
    width: 100%;
    height: 20vh; }
  .pswp .pswp__tooltip h2 {
    margin: 0;
    font-weight: 300;
    margin-bottom: 15px; }
  .pswp .pswp__tooltip h3 {
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    padding-left: 23px;
    color: #666;
    position: relative;
    text-transform: uppercase; }
  .pswp .pswp__tooltip h3:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 19px;
    height: 22px;
    background-image: url(/nvs_assets/images/sprite-pg.png);
    background-repeat: no-repeat;
    background-position: -307px -121px; }
  .pswp .pswp__tooltip p {
    font-size: 14px;
    line-height: 22px; }
  .pswp .pswp__tooltip .md-close {
    margin: 0;
    color: #fff;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    height: 110px;
    width: 110px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background: #de1b28;
    right: 0;
    top: 0;
    float: right;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pswp .pswp__tooltip .md-close:hover {
      background: #004b8f; }
  .pswp .pswp__tooltip .md-close span {
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center; }
  .pswp .pswp__tooltip .md-close:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 2px;
    margin: -10px 0 0 -30px;
    z-index: 2;
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pswp .pswp__tooltip .md-close:before:hover {
      transform: rotate(-45deg); }
  .pswp .pswp__tooltip .md-close:after {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 2px;
    margin: -10px 0 0 -30px;
    z-index: 2;
    transform: rotate(-45deg);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pswp .pswp__tooltip .md-close:after:hover {
      transform: rotate(45deg); }
  .pswp .pswp__tooltip .controls {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #fff; }
  .pswp .pswp__tooltip .share_read {
    z-index: 2;
    width: 100%;
    display: table;
    background: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pswp .pswp__tooltip .share_read li {
      position: relative;
      width: 50%;
      background: #fff;
      vertical-align: top;
      display: table-cell;
      border-right: 1px solid #e5e5e5; }
    .pswp .pswp__tooltip .share_read a {
      color: #ee3223;
      text-decoration: none;
      padding: 25px 0;
      display: inline-block;
      width: 100%;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pswp .pswp__tooltip .share_read a:hover {
        color: #fff;
        background-color: #ee3223; }
  .pswp .pswp__tooltip .share_read.share_open {
    -webkit-transform: translateY(-55px) translateZ(0);
    transform: translateY(-55px); }
    .pswp .pswp__tooltip .share_read.share_open #share_toggle {
      color: #fff;
      background-color: #ee3223; }
  .pswp .pswp__tooltip .share_expand {
    border-right: none;
    position: absolute;
    text-align: center;
    padding-top: 11px;
    height: 55px;
    width: 100%;
    clear: both;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0; }
    .pswp .pswp__tooltip .share_expand a {
      display: inline-block;
      vertical-align: top;
      white-space: nowrap;
      overflow: hidden;
      padding: 0;
      width: 32px;
      height: 32px;
      margin: 0 10px;
      background-image: url(/nvs_assets/images/ico/social-share-color-regular.png);
      background-repeat: no-repeat;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .pswp .pswp__tooltip .share_expand a:hover {
        background-color: transparent; }
    .pswp .pswp__tooltip .share_expand a.facebook-like {
      background-position: 0 0; }
      .pswp .pswp__tooltip .share_expand a.facebook-like:hover {
        background-position: 0 -38px; }
    .pswp .pswp__tooltip .share_expand a.twitter-share {
      background-position: -42px 0; }
      .pswp .pswp__tooltip .share_expand a.twitter-share:hover {
        background-position: -42px -38px; }
    .pswp .pswp__tooltip .share_expand a.instagram {
      background-position: -84px 0; }
      .pswp .pswp__tooltip .share_expand a.instagram:hover {
        background-position: -84px -38px; }
    .pswp .pswp__tooltip .share_expand a.pinterest-pinit {
      background-position: -126px 0; }
      .pswp .pswp__tooltip .share_expand a.pinterest-pinit:hover {
        background-position: -126px -38px; }
    .pswp .pswp__tooltip .share_expand a.googleplus-one {
      background-position: -168px 0; }
      .pswp .pswp__tooltip .share_expand a.googleplus-one:hover {
        background-position: -168px -38px; }

@media all and (max-width: 1280px) {
  .pswp .pswp__tooltip .wrap {
    padding: 25px 10px; }
  .pswp .pswp__tooltip p, .pswp .pswp__tooltip .share_read a {
    font-size: 12px; }
  .pswp .pswp__tooltip .share_expand a {
    margin: 0 5px; } }

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .pswp .pswp__tooltip .wrap {
    padding: 140px 10px 20px; }
  .pswp .article_tools.slim {
    padding: 15px 10px; }
    .pswp .article_tools.slim .social, .pswp .article_tools.slim .tools {
      width: 100%;
      text-align: center; }
      .pswp .article_tools.slim .social a, .pswp .article_tools.slim .tools a {
        display: inline-block;
        float: none;
        margin: 0 2px 1px;
        overflow: hidden; } }

@media screen and (max-width: 1023px) {
  .pswp .pswp__img {
    top: 0%;
    left: 50%;
    padding: 0px;
    position: absolute;
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .pswp .pswp__next-prev,
  .pswp .pswp__scroll-wrap .pswp__container {
    height: 80vh;
    width: 100vw;
    top: 110px; }
  .pswp .pswp__tooltip {
    width: 100vw;
    /* height: 20vh; */
    height: 110px;
    overflow: hidden;
    left: 0; }
    .pswp .pswp__tooltip .bt_wrap {
      height: 110px;
      width: 110px;
      border-bottom: none;
      float: right; }
    .pswp .pswp__tooltip .wrap {
      padding: 20px 320px 0 12px; }
      .pswp .pswp__tooltip .wrap .content {
        display: none; }
      .pswp .pswp__tooltip .wrap .author {
        padding-left: 0;
        line-height: 23px;
        display: none; }
      .pswp .pswp__tooltip .wrap .author:after {
        display: none; }
    .pswp .pswp__tooltip .controls {
      position: relative;
      bottom: 0;
      right: 0;
      width: 210px;
      float: right; }
      .pswp .pswp__tooltip .controls .article_tools {
        border-top: none;
        padding: 12px 10px 0;
        margin: 0; }
        .pswp .pswp__tooltip .controls .article_tools .social, .pswp .pswp__tooltip .controls .article_tools .tools {
          float: right; }
          .pswp .pswp__tooltip .controls .article_tools .social a, .pswp .pswp__tooltip .controls .article_tools .tools a {
            float: left;
            margin: 0 6px 6px 0; } }

@media screen and (max-width: 400px) {
  .pswp .pswp__tooltip .wrap {
    display: none; } }

/* bootstrap modal overides */
.modal {
  overflow: hidden; }

.modal-dialog {
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .modal-dialog .item {
    height: 100vh; }
  .modal-dialog .item > a {
    width: 70%;
    height: 100%;
    display: inline-block;
    position: relative; }
  .modal-dialog .item > a > img {
    width: 100%;
    height: auto;
    z-index: 0;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%; }

.modal-body {
  padding: 0; }

.modal_content {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  width: 30%;
  height: 100%;
  z-index: 100;
  padding: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #555555; }
  .modal_content h2 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'superclarendonbold';
    color: #333333; }
  .modal_content .meta {
    color: #c2c2c2;
    font-size: 16px;
    line-height: 28px; }
    .modal_content .meta strong {
      color: #aaaaaa;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold; }
  .modal_content button.btn {
    width: 66px;
    height: 66px;
    background: #de1b28;
    border: none;
    text-indent: -9999em;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .modal_content button.btn:after, .modal_content button.btn:before {
      content: "";
      display: block;
      width: 46px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -1px 0 0 -23px;
      -moz-transition: all 0.35s, ease-in;
      -o-transition: all 0.35s, ease-in;
      -webkit-transition: all 0.35s, ease-in;
      transition: all 0.35s, ease-in; }
    .modal_content button.btn:before {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modal_content button.btn:after {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .modal_content button.btn:hover:before {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .modal_content button.btn:hover:after {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.carousel-control {
  opacity: 1;
  text-shadow: none; }

.carousel-control .glyphicon-chevron-left {
  margin-right: -44px; }

.carousel-control .glyphicon-chevron-right {
  margin-right: -44px; }

.carousel-control.right {
  right: 30%;
  background: none;
  opacity: 1;
  z-index: 10; }

.carousel-control.left {
  background: none;
  z-index: 10; }

.glyphicon-chevron-left:before {
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  margin: 0 0 0 0;
  background-image: url("../img/sprite.png");
  background-position: -90px -650px;
  width: 90px;
  height: 90px; }

.glyphicon-chevron-right:before {
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  margin: 0 0 0 0;
  background-image: url("../img/sprite.png");
  background-position: 0px -650px;
  width: 90px;
  height: 90px; }

/* color coding */
.nav .caret {
  border-top: 4px solid;
  border-bottom: 0 dotted;
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav a:hover .caret {
  border-top-color: #f2f2f2;
  border-bottom-color: #f2f2f2; }

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid;
  border-top-color: #fff;
  border-bottom-color: #fff; }

.main_nav .breadcrumb {
  background: #333333;
  box-shadow: 0 14px 84px rgba(0, 0, 0, 0.5) inset; }

.main_nav .megadropdown-menu {
  border-top: #333 5px solid; }

body.vijesti .main_nav .breadcrumb, body.biznis .main_nav .breadcrumb, body.sport .main_nav .breadcrumb, body.life .main_nav .breadcrumb, body.kultura .main_nav .breadcrumb, body.spektakli .main_nav .breadcrumb, body.viral .main_nav .breadcrumb,
body[data-category="Vijesti"] .main_nav .breadcrumb, body[data-category="Biznis"] .main_nav .breadcrumb, body[data-category="Sport"] .main_nav .breadcrumb,
body[data-category="Life"] .main_nav .breadcrumb, body[data-category="Kultura"] .main_nav .breadcrumb, body[data-category="Spektakli"] .main_nav .breadcrumb,
body[data-category="Viral"] .main_nav .breadcrumb {
  box-shadow: none; }

body.vijesti #navbar-collapse-1, body.biznis #navbar-collapse-1, body.sport #navbar-collapse-1, body.life #navbar-collapse-1, body.kultura #navbar-collapse-1, body.spektakli #navbar-collapse-1, body.viral #navbar-collapse-1,
body[data-category="Vijesti"] #navbar-collapse-1, body[data-category="Biznis"] #navbar-collapse-1, body[data-category="Sport"] #navbar-collapse-1,
body[data-category="Life"] #navbar-collapse-1, body[data-category="Kultura"] #navbar-collapse-1, body[data-category="Spektakli"] #navbar-collapse-1,
body[data-category="Viral"] #navbar-collapse-1 {
  border-bottom: none;
  position: relative;
  z-index: 100000; }

body.vijesti .main_nav .breadcrumb,
body[data-category="Vijesti"] .main_nav .breadcrumb {
  background: #db2e39; }

body.vijesti .main_nav .nav li.active a,
body[data-category="Vijesti"] .main_nav .nav li.active a {
  color: #db2e39; }

body.vijesti .main_nav.desktopOpen .megadropdown-menu,
body[data-category="Vijesti"] .main_nav.desktopOpen .megadropdown-menu {
  border-top: #db2e39 5px solid; }

body.vijesti .article_intro .overtitle:before,
body.vijesti .overline:after,
body[data-category="Vijesti"] .article_intro .overtitle:before,
body[data-category="Vijesti"] .overline:after {
  background: #db2e39; }

body.vijesti .nav .caret,
body[data-category="Vijesti"] .nav .caret {
  border-top-color: #db2e39;
  border-bottom-color: #db2e39; }

body.biznis .main_nav .breadcrumb,
body[data-category="Biznis"] .main_nav .breadcrumb {
  background: #81ce42; }

body.biznis .main_nav .nav li.active a,
body[data-category="Biznis"] .main_nav .nav li.active a {
  color: #81ce42; }

body.biznis .main_nav.desktopOpen .megadropdown-menu,
body[data-category="Biznis"] .main_nav.desktopOpen .megadropdown-menu {
  border-top: #81ce42 5px solid; }

body.biznis .article_intro .overtitle:before,
body.biznis .overline:after,
body[data-category="Biznis"] .article_intro .overtitle:before,
body[data-category="Biznis"] .overline:after {
  background: #81ce42; }

body.biznis .nav .caret,
body[data-category="Biznis"] .nav .caret {
  border-top-color: #81ce42;
  border-bottom-color: #81ce42; }

body.sport .main_nav .breadcrumb,
body[data-category="Sport"] .main_nav .breadcrumb {
  background: #399fd4; }

body.sport .main_nav .nav li.active a,
body[data-category="Sport"] .main_nav .nav li.active a {
  color: #399fd4; }

body.sport .main_nav.desktopOpen .megadropdown-menu,
body[data-category="Sport"] .main_nav.desktopOpen .megadropdown-menu {
  border-top: #399fd4 5px solid; }

body.sport .article_intro .overtitle:before,
body.sport .overline:after,
body[data-category="Sport"] .article_intro .overtitle:before,
body[data-category="Sport"] .overline:after {
  background: #399fd4; }

body.sport .nav .caret,
body[data-category="Sport"] .nav .caret {
  border-top-color: #399fd4;
  border-bottom-color: #399fd4; }

body.life .main_nav .breadcrumb,
body[data-category="Life"] .main_nav .breadcrumb {
  background: #eec41b; }

body.life .main_nav .nav li.active a,
body[data-category="Life"] .main_nav .nav li.active a {
  color: #eec41b; }

body.life .main_nav.desktopOpen .megadropdown-menu,
body[data-category="Life"] .main_nav.desktopOpen .megadropdown-menu {
  border-top: #eec41b 5px solid; }

body.life .article_intro .overtitle:before,
body.life .overline:after,
body[data-category="Life"] .article_intro .overtitle:before,
body[data-category="Life"] .overline:after {
  background: #eec41b; }

body.life .nav .caret,
body[data-category="Life"] .nav .caret {
  border-top-color: #eec41b;
  border-bottom-color: #eec41b; }

body.kultura .main_nav .breadcrumb,
body[data-category="Kultura"] .main_nav .breadcrumb {
  background: #ea9604; }

body.kultura .main_nav .nav li.active a,
body[data-category="Kultura"] .main_nav .nav li.active a {
  color: #ea9604; }

body.kultura .main_nav.desktopOpen .megadropdown-menu,
body[data-category="Kultura"] .main_nav.desktopOpen .megadropdown-menu {
  border-top: #ea9604 5px solid; }

body.kultura .article_intro .overtitle:before,
body.kultura .overline:after,
body[data-category="Kultura"] .article_intro .overtitle:before,
body[data-category="Kultura"] .overline:after {
  background: #ea9604; }

body.kultura .nav .caret,
body[data-category="Kultura"] .nav .caret {
  border-top-color: #ea9604;
  border-bottom-color: #ea9604; }

body.spektakli .main_nav .breadcrumb,
body[data-category="Spektakli"] .main_nav .breadcrumb {
  background: #cb2693; }

body.spektakli .main_nav .nav li.active a,
body[data-category="Spektakli"] .main_nav .nav li.active a {
  color: #cb2693; }

body.spektakli .main_nav.desktopOpen .megadropdown-menu,
body[data-category="Spektakli"] .main_nav.desktopOpen .megadropdown-menu {
  border-top: #cb2693 5px solid; }

body.spektakli .article_intro .overtitle:before,
body.spektakli .overline:after,
body[data-category="Spektakli"] .article_intro .overtitle:before,
body[data-category="Spektakli"] .overline:after {
  background: #cb2693; }

body.spektakli .nav .caret,
body[data-category="Spektakli"] .nav .caret {
  border-top-color: #cb2693;
  border-bottom-color: #cb2693; }

body.viral .main_nav .breadcrumb,
body[data-category="Viral"] .main_nav .breadcrumb {
  background: #ad36d4; }

body.viral .main_nav .nav li.active a,
body[data-category="Viral"] .main_nav .nav li.active a {
  color: #ad36d4; }

body.viral .main_nav.desktopOpen .megadropdown-menu,
body[data-category="Viral"] .main_nav.desktopOpen .megadropdown-menu {
  border-top: #ad36d4 5px solid; }

body.viral .article_intro .overtitle:before,
body.viral .overline:after,
body[data-category="Viral"] .article_intro .overtitle:before,
body[data-category="Viral"] .overline:after {
  background: #ad36d4; }

body.viral .nav .caret,
body[data-category="Viral"] .nav .caret {
  border-top-color: #ad36d4;
  border-bottom-color: #ad36d4; }

@media (min-width: 768px) {
  #siteHead {
    height: 112px; }
  body.vijesti.scrolled .navbar.main_nav, body.biznis.scrolled .navbar.main_nav, body.sport.scrolled .navbar.main_nav, body.life.scrolled .navbar.main_nav, body.kultura.scrolled .navbar.main_nav, body.spektakli.scrolled .navbar.main_nav, body.viral.scrolled .navbar.main_nav,
  body[data-category="Vijesti"].scrolled .navbar.main_nav, body[data-category="Biznis"].scrolled .navbar.main_nav, body[data-category="Sport"].scrolled .navbar.main_nav,
  body[data-category="Life"].scrolled .navbar.main_nav, body[data-category="Kultura"].scrolled .navbar.main_nav, body[data-category="Spektakli"].scrolled .navbar.main_nav,
  body[data-category="Viral"].scrolled .navbar.main_nav {
    top: 0 !important; }
  body.vijesti #siteHead, body.biznis #siteHead, body.sport #siteHead, body.life #siteHead, body.kultura #siteHead, body.spektakli #siteHead, body.viral #siteHead,
  body[data-category="Vijesti"] #siteHead, body[data-category="Biznis"] #siteHead, body[data-category="Sport"] #siteHead,
  body[data-category="Life"] #siteHead, body[data-category="Kultura"] #siteHead, body[data-category="Spektakli"] #siteHead,
  body[data-category="Viral"] #siteHead {
    height: 84px; }
  body.vijesti #siteHead .head_date, body.biznis #siteHead .head_date, body.sport #siteHead .head_date, body.life #siteHead .head_date, body.kultura #siteHead .head_date, body.spektakli #siteHead .head_date, body.viral #siteHead .head_date,
  body[data-category="Vijesti"] #siteHead .head_date, body[data-category="Biznis"] #siteHead .head_date, body[data-category="Sport"] #siteHead .head_date,
  body[data-category="Life"] #siteHead .head_date, body[data-category="Kultura"] #siteHead .head_date, body[data-category="Spektakli"] #siteHead .head_date,
  body[data-category="Viral"] #siteHead .head_date {
    top: 0; }
  body.vijesti #siteHead .weather, body.biznis #siteHead .weather, body.sport #siteHead .weather, body.life #siteHead .weather, body.kultura #siteHead .weather, body.spektakli #siteHead .weather, body.viral #siteHead .weather,
  body[data-category="Vijesti"] #siteHead .weather, body[data-category="Biznis"] #siteHead .weather, body[data-category="Sport"] #siteHead .weather,
  body[data-category="Life"] #siteHead .weather, body[data-category="Kultura"] #siteHead .weather, body[data-category="Spektakli"] #siteHead .weather,
  body[data-category="Viral"] #siteHead .weather {
    top: 0; }
  body.vijesti #siteHead .logo a, body.biznis #siteHead .logo a, body.sport #siteHead .logo a, body.life #siteHead .logo a, body.kultura #siteHead .logo a, body.spektakli #siteHead .logo a, body.viral #siteHead .logo a,
  body[data-category="Vijesti"] #siteHead .logo a, body[data-category="Biznis"] #siteHead .logo a, body[data-category="Sport"] #siteHead .logo a,
  body[data-category="Life"] #siteHead .logo a, body[data-category="Kultura"] #siteHead .logo a, body[data-category="Spektakli"] #siteHead .logo a,
  body[data-category="Viral"] #siteHead .logo a {
    margin-top: 5px; }
  body.vijesti .navbar.main_nav, body.biznis .navbar.main_nav, body.sport .navbar.main_nav, body.life .navbar.main_nav, body.kultura .navbar.main_nav, body.spektakli .navbar.main_nav, body.viral .navbar.main_nav,
  body[data-category="Vijesti"] .navbar.main_nav, body[data-category="Biznis"] .navbar.main_nav, body[data-category="Sport"] .navbar.main_nav,
  body[data-category="Life"] .navbar.main_nav, body[data-category="Kultura"] .navbar.main_nav, body[data-category="Spektakli"] .navbar.main_nav,
  body[data-category="Viral"] .navbar.main_nav {
    top: 84px; }
  body.vijesti .main_nav .megadropdown-menu, body.biznis .main_nav .megadropdown-menu, body.sport .main_nav .megadropdown-menu, body.life .main_nav .megadropdown-menu, body.kultura .main_nav .megadropdown-menu, body.spektakli .main_nav .megadropdown-menu, body.viral .main_nav .megadropdown-menu,
  body[data-category="Vijesti"] .main_nav .megadropdown-menu, body[data-category="Biznis"] .main_nav .megadropdown-menu, body[data-category="Sport"] .main_nav .megadropdown-menu,
  body[data-category="Life"] .main_nav .megadropdown-menu, body[data-category="Kultura"] .main_nav .megadropdown-menu, body[data-category="Spektakli"] .main_nav .megadropdown-menu,
  body[data-category="Viral"] .main_nav .megadropdown-menu {
    top: 41px; }
  body.vijesti #siteHead .logo a,
  body[data-category="Vijesti"] #siteHead .logo a {
    background-image: url("../img/sprite.png");
    background-position: 0px -612px;
    width: 268px;
    height: 38px; }
  body.biznis #siteHead .logo a,
  body[data-category="Biznis"] #siteHead .logo a {
    background-image: url("../img/sprite.png");
    background-position: -253px -524px;
    width: 322px;
    height: 38px; }
  body.sport #siteHead .logo a,
  body[data-category="Sport"] #siteHead .logo a {
    background-image: url("../img/sprite.png");
    background-position: -268px -612px;
    width: 253px;
    height: 38px; }
  body.life #siteHead .logo a,
  body[data-category="Life"] #siteHead .logo a {
    background-image: url("../img/sprite.png");
    background-position: -575px -524px;
    width: 218px;
    height: 38px; }
  body.kultura #siteHead .logo a,
  body[data-category="Kultura"] #siteHead .logo a {
    background-image: url("../img/sprite.png");
    background-position: 0px -574px;
    width: 302px;
    height: 38px; }
  body.spektakli #siteHead .logo a,
  body[data-category="Spektakli"] #siteHead .logo a {
    background-image: url("../img/sprite.png");
    background-position: -318px -474px;
    width: 333px;
    height: 38px; }
  body.viral #siteHead .logo a,
  body[data-category="Viral"] #siteHead .logo a {
    background-image: url("../img/sprite.png");
    background-position: -521px -612px;
    width: 239px;
    height: 38px; }
  body.globus #siteHead, body.domdizajn #siteHead, body.autoklub #siteHead, body.dobrahrana #siteHead,
  body[data-category="Dobra hrana"] #siteHead, body[data-category="Autoklub"] #siteHead,
  body[data-category="Dom & dizajn"] #siteHead, body[data-category="Globus"] #siteHead {
    height: 0;
    padding: 0; }
    body.globus #siteHead .head_date, body.globus #siteHead .weather, body.domdizajn #siteHead .head_date, body.domdizajn #siteHead .weather, body.autoklub #siteHead .head_date, body.autoklub #siteHead .weather, body.dobrahrana #siteHead .head_date, body.dobrahrana #siteHead .weather,
    body[data-category="Dobra hrana"] #siteHead .head_date,
    body[data-category="Dobra hrana"] #siteHead .weather, body[data-category="Autoklub"] #siteHead .head_date, body[data-category="Autoklub"] #siteHead .weather,
    body[data-category="Dom & dizajn"] #siteHead .head_date,
    body[data-category="Dom & dizajn"] #siteHead .weather, body[data-category="Globus"] #siteHead .head_date, body[data-category="Globus"] #siteHead .weather {
      position: absolute;
      top: 8px;
      z-index: 100000;
      float: none;
      padding: 0;
      margin: 0;
      text-align: left; }
      body.globus #siteHead .head_date p, body.globus #siteHead .weather p, body.domdizajn #siteHead .head_date p, body.domdizajn #siteHead .weather p, body.autoklub #siteHead .head_date p, body.autoklub #siteHead .weather p, body.dobrahrana #siteHead .head_date p, body.dobrahrana #siteHead .weather p,
      body[data-category="Dobra hrana"] #siteHead .head_date p,
      body[data-category="Dobra hrana"] #siteHead .weather p, body[data-category="Autoklub"] #siteHead .head_date p, body[data-category="Autoklub"] #siteHead .weather p,
      body[data-category="Dom & dizajn"] #siteHead .head_date p,
      body[data-category="Dom & dizajn"] #siteHead .weather p, body[data-category="Globus"] #siteHead .head_date p, body[data-category="Globus"] #siteHead .weather p {
        display: inline; }
    body.globus #siteHead .head_date .month, body.domdizajn #siteHead .head_date .month, body.autoklub #siteHead .head_date .month, body.dobrahrana #siteHead .head_date .month,
    body[data-category="Dobra hrana"] #siteHead .head_date .month, body[data-category="Autoklub"] #siteHead .head_date .month,
    body[data-category="Dom & dizajn"] #siteHead .head_date .month, body[data-category="Globus"] #siteHead .head_date .month {
      font-size: 16px;
      font-size: 1.6rem;
      color: #666; }
      body.globus #siteHead .head_date .month span, body.domdizajn #siteHead .head_date .month span, body.autoklub #siteHead .head_date .month span, body.dobrahrana #siteHead .head_date .month span,
      body[data-category="Dobra hrana"] #siteHead .head_date .month span, body[data-category="Autoklub"] #siteHead .head_date .month span,
      body[data-category="Dom & dizajn"] #siteHead .head_date .month span, body[data-category="Globus"] #siteHead .head_date .month span {
        font-size: 16px;
        font-size: 1.6rem;
        color: #666; }
    body.globus #siteHead .head_date .day, body.domdizajn #siteHead .head_date .day, body.autoklub #siteHead .head_date .day, body.dobrahrana #siteHead .head_date .day,
    body[data-category="Dobra hrana"] #siteHead .head_date .day, body[data-category="Autoklub"] #siteHead .head_date .day,
    body[data-category="Dom & dizajn"] #siteHead .head_date .day, body[data-category="Globus"] #siteHead .head_date .day {
      font-size: 12px;
      font-size: 1.2rem;
      color: #999; }
    body.globus #siteHead .weather, body.domdizajn #siteHead .weather, body.autoklub #siteHead .weather, body.dobrahrana #siteHead .weather,
    body[data-category="Dobra hrana"] #siteHead .weather, body[data-category="Autoklub"] #siteHead .weather,
    body[data-category="Dom & dizajn"] #siteHead .weather, body[data-category="Globus"] #siteHead .weather {
      right: auto;
      left: 170px; }
      body.globus #siteHead .weather .temp, body.domdizajn #siteHead .weather .temp, body.autoklub #siteHead .weather .temp, body.dobrahrana #siteHead .weather .temp,
      body[data-category="Dobra hrana"] #siteHead .weather .temp, body[data-category="Autoklub"] #siteHead .weather .temp,
      body[data-category="Dom & dizajn"] #siteHead .weather .temp, body[data-category="Globus"] #siteHead .weather .temp {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0;
        color: #ccc; }
        body.globus #siteHead .weather .temp span, body.domdizajn #siteHead .weather .temp span, body.autoklub #siteHead .weather .temp span, body.dobrahrana #siteHead .weather .temp span,
        body[data-category="Dobra hrana"] #siteHead .weather .temp span, body[data-category="Autoklub"] #siteHead .weather .temp span,
        body[data-category="Dom & dizajn"] #siteHead .weather .temp span, body[data-category="Globus"] #siteHead .weather .temp span {
          font-size: 16px;
          font-size: 1.6rem;
          position: relative;
          top: -2px;
          left: -3px; }
      body.globus #siteHead .weather .location, body.domdizajn #siteHead .weather .location, body.autoklub #siteHead .weather .location, body.dobrahrana #siteHead .weather .location,
      body[data-category="Dobra hrana"] #siteHead .weather .location, body[data-category="Autoklub"] #siteHead .weather .location,
      body[data-category="Dom & dizajn"] #siteHead .weather .location, body[data-category="Globus"] #siteHead .weather .location {
        font-size: 12px;
        font-size: 1.2rem; }
  body.globus .logo.suplement a, body.domdizajn .logo.suplement a, body.autoklub .logo.suplement a, body.dobrahrana .logo.suplement a,
  body[data-category="Dobra hrana"] .logo.suplement a, body[data-category="Autoklub"] .logo.suplement a,
  body[data-category="Dom & dizajn"] .logo.suplement a, body[data-category="Globus"] .logo.suplement a {
    background-image: url("../img/sprite.png");
    background-position: -219px -765px;
    width: 104px;
    height: 22px;
    display: block;
    text-indent: -9999em;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body.globus #navbar-collapse-1, body.domdizajn #navbar-collapse-1, body.autoklub #navbar-collapse-1, body.dobrahrana #navbar-collapse-1,
  body[data-category="Dobra hrana"] #navbar-collapse-1, body[data-category="Autoklub"] #navbar-collapse-1,
  body[data-category="Dom & dizajn"] #navbar-collapse-1, body[data-category="Globus"] #navbar-collapse-1 {
    border-bottom: #eaeaea 1px solid;
    border-top: none;
    position: relative; }
  body.globus .desktopOpen #navbar-collapse-1, body.domdizajn .desktopOpen #navbar-collapse-1, body.autoklub .desktopOpen #navbar-collapse-1, body.dobrahrana .desktopOpen #navbar-collapse-1,
  body[data-category="Dobra hrana"] .desktopOpen #navbar-collapse-1, body[data-category="Autoklub"] .desktopOpen #navbar-collapse-1,
  body[data-category="Dom & dizajn"] .desktopOpen #navbar-collapse-1, body[data-category="Globus"] .desktopOpen #navbar-collapse-1 {
    border-bottom: none; }
  body.globus .navbar.main_nav, body.domdizajn .navbar.main_nav, body.autoklub .navbar.main_nav, body.dobrahrana .navbar.main_nav,
  body[data-category="Dobra hrana"] .navbar.main_nav, body[data-category="Autoklub"] .navbar.main_nav,
  body[data-category="Dom & dizajn"] .navbar.main_nav, body[data-category="Globus"] .navbar.main_nav {
    top: 0px; }
  body.globus .main_nav .megadropdown-menu, body.domdizajn .main_nav .megadropdown-menu, body.autoklub .main_nav .megadropdown-menu, body.dobrahrana .main_nav .megadropdown-menu,
  body[data-category="Dobra hrana"] .main_nav .megadropdown-menu, body[data-category="Autoklub"] .main_nav .megadropdown-menu,
  body[data-category="Dom & dizajn"] .main_nav .megadropdown-menu, body[data-category="Globus"] .main_nav .megadropdown-menu {
    border-top: none; }
  body.globus .main_nav .sub, body.domdizajn .main_nav .sub, body.autoklub .main_nav .sub, body.dobrahrana .main_nav .sub,
  body[data-category="Dobra hrana"] .main_nav .sub, body[data-category="Autoklub"] .main_nav .sub,
  body[data-category="Dom & dizajn"] .main_nav .sub, body[data-category="Globus"] .main_nav .sub {
    text-align: center;
    float: none;
    width: 100%;
    height: 45px;
    background-color: transparent; }
    body.globus .main_nav .sub li, body.domdizajn .main_nav .sub li, body.autoklub .main_nav .sub li, body.dobrahrana .main_nav .sub li,
    body[data-category="Dobra hrana"] .main_nav .sub li, body[data-category="Autoklub"] .main_nav .sub li,
    body[data-category="Dom & dizajn"] .main_nav .sub li, body[data-category="Globus"] .main_nav .sub li {
      float: none; }
    body.globus .main_nav .sub a, body.domdizajn .main_nav .sub a, body.autoklub .main_nav .sub a, body.dobrahrana .main_nav .sub a,
    body[data-category="Dobra hrana"] .main_nav .sub a, body[data-category="Autoklub"] .main_nav .sub a,
    body[data-category="Dom & dizajn"] .main_nav .sub a, body[data-category="Globus"] .main_nav .sub a {
      padding: 13px 8px 12px 8px;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold; }
    body.globus .main_nav .sub a.hover, body.domdizajn .main_nav .sub a.hover, body.autoklub .main_nav .sub a.hover, body.dobrahrana .main_nav .sub a.hover,
    body[data-category="Dobra hrana"] .main_nav .sub a.hover, body[data-category="Autoklub"] .main_nav .sub a.hover,
    body[data-category="Dom & dizajn"] .main_nav .sub a.hover, body[data-category="Globus"] .main_nav .sub a.hover {
      color: #ccc; }
  body.globus .subLevelNavbar, body.domdizajn .subLevelNavbar, body.autoklub .subLevelNavbar, body.dobrahrana .subLevelNavbar,
  body[data-category="Dobra hrana"] .subLevelNavbar, body[data-category="Autoklub"] .subLevelNavbar,
  body[data-category="Dom & dizajn"] .subLevelNavbar, body[data-category="Globus"] .subLevelNavbar {
    padding: 0 122px; }
    body.globus .subLevelNavbar:after, body.domdizajn .subLevelNavbar:after, body.autoklub .subLevelNavbar:after, body.dobrahrana .subLevelNavbar:after,
    body[data-category="Dobra hrana"] .subLevelNavbar:after, body[data-category="Autoklub"] .subLevelNavbar:after,
    body[data-category="Dom & dizajn"] .subLevelNavbar:after, body[data-category="Globus"] .subLevelNavbar:after {
      content: "";
      display: block;
      position: absolute;
      left: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  body.globus .subBranding,
  body[data-category="Globus"] .subBranding {
    height: 50px; }
    body.globus .subBranding .logo,
    body[data-category="Globus"] .subBranding .logo {
      height: 50px; }
      body.globus .subBranding .logo a,
      body[data-category="Globus"] .subBranding .logo a {
        background-image: url("../img/sprite.png");
        background-position: 0px -524px;
        width: 253px;
        height: 50px; }
  body.globus .main_nav .subLevelNavbar,
  body[data-category="Globus"] .main_nav .subLevelNavbar {
    background: #171717; }
  body.globus.scrolled .main_nav .subLevelNavbar:after,
  body[data-category="Globus"].scrolled .main_nav .subLevelNavbar:after {
    background-image: url("../img/sprite.png");
    background-position: -117px -740px;
    width: 129px;
    height: 25px; }
  body.dobrahrana .subBranding,
  body[data-category="Dobra hrana"] .subBranding {
    height: 45px; }
    body.dobrahrana .subBranding .logo,
    body[data-category="Dobra hrana"] .subBranding .logo {
      height: 45px; }
      body.dobrahrana .subBranding .logo a,
      body[data-category="Dobra hrana"] .subBranding .logo a {
        background-image: url("../img/sprite.png");
        background-position: -370px -400px;
        width: 363px;
        height: 45px; }
  body.dobrahrana .main_nav .subLevelNavbar,
  body[data-category="Dobra hrana"] .main_nav .subLevelNavbar {
    background: #bd9b68; }
  body.dobrahrana.scrolled .main_nav .subLevelNavbar:after,
  body[data-category="Dobra hrana"].scrolled .main_nav .subLevelNavbar:after {
    background-image: url("../img/sprite.png");
    background-position: -370px -687px;
    width: 161px;
    height: 20px; }
  body.autoklub .subBranding,
  body[data-category="Autoklub"] .subBranding {
    height: 34px; }
    body.autoklub .subBranding .logo,
    body[data-category="Autoklub"] .subBranding .logo {
      height: 34px; }
      body.autoklub .subBranding .logo a,
      body[data-category="Autoklub"] .subBranding .logo a {
        background-image: url("../img/sprite.png");
        background-position: -302px -574px;
        width: 321px;
        height: 34px; }
  body.autoklub .main_nav .subLevelNavbar,
  body[data-category="Autoklub"] .main_nav .subLevelNavbar {
    background: #da252c; }
  body.autoklub.scrolled .main_nav .subLevelNavbar:after,
  body[data-category="Autoklub"].scrolled .main_nav .subLevelNavbar:after {
    background-image: url("../img/sprite.png");
    background-position: -180px -687px;
    width: 190px;
    height: 20px; }
  body.domdizajn .subBranding,
  body[data-category="Dom & dizajn"] .subBranding {
    height: 56px; }
    body.domdizajn .subBranding .logo,
    body[data-category="Dom & dizajn"] .subBranding .logo {
      height: 56px; }
      body.domdizajn .subBranding .logo a,
      body[data-category="Dom & dizajn"] .subBranding .logo a {
        background-image: url("../img/sprite.png");
        background-position: 0px -740px;
        width: 117px;
        height: 56px; }
  body.domdizajn .main_nav .subLevelNavbar,
  body[data-category="Dom & dizajn"] .main_nav .subLevelNavbar {
    background: #33b2e9; }
  body.domdizajn.scrolled .main_nav .subLevelNavbar:after,
  body[data-category="Dom & dizajn"].scrolled .main_nav .subLevelNavbar:after {
    background-image: url("../img/sprite.png");
    background-position: -845px -663px;
    width: 25px;
    height: 12px; } }

@media (max-width: 767px) {
  body.vijesti .main_nav #navbar-collapse-1, body.biznis .main_nav #navbar-collapse-1, body.sport .main_nav #navbar-collapse-1, body.life .main_nav #navbar-collapse-1, body.kultura .main_nav #navbar-collapse-1, body.spektakli .main_nav #navbar-collapse-1, body.viral .main_nav #navbar-collapse-1,
  body[data-category="Vijesti"] .main_nav #navbar-collapse-1, body[data-category="Biznis"] .main_nav #navbar-collapse-1, body[data-category="Sport"] .main_nav #navbar-collapse-1,
  body[data-category="Life"] .main_nav #navbar-collapse-1, body[data-category="Kultura"] .main_nav #navbar-collapse-1, body[data-category="Spektakli"] .main_nav #navbar-collapse-1,
  body[data-category="Viral"] .main_nav #navbar-collapse-1 {
    top: 0;
    left: 10px; }
  body.vijesti .main_nav .main.nav li.active a,
  body[data-category="Vijesti"] .main_nav .main.nav li.active a {
    box-shadow: 5px 0 0 0 #db2e39 inset; }
  body.biznis .main_nav .main.nav li.active a,
  body[data-category="Biznis"] .main_nav .main.nav li.active a {
    box-shadow: 5px 0 0 0 #81ce42 inset; }
  body.sport .main_nav .main.nav li.active a,
  body[data-category="Sport"] .main_nav .main.nav li.active a {
    box-shadow: 5px 0 0 0 #399fd4 inset; }
  body.life .main_nav .main.nav li.active a,
  body[data-category="Life"] .main_nav .main.nav li.active a {
    box-shadow: 5px 0 0 0 #eec41b inset; }
  body.kultura .main_nav .main.nav li.active a,
  body[data-category="Kultura"] .main_nav .main.nav li.active a {
    box-shadow: 5px 0 0 0 #ea9604 inset; }
  body.spektakli .main_nav .main.nav li.active a,
  body[data-category="Spektakli"] .main_nav .main.nav li.active a {
    box-shadow: 5px 0 0 0 #cb2693 inset; }
  body.viral .main_nav .main.nav li.active a,
  body[data-category="Viral"] .main_nav .main.nav li.active a {
    box-shadow: 5px 0 0 0 #ad36d4 inset; }
  body.globus .subLevelNavbar:before, body.domdizajn .subLevelNavbar:before, body.autoklub .subLevelNavbar:before, body.dobrahrana .subLevelNavbar:before,
  body[data-category="Dobra hrana"] .subLevelNavbar:before, body[data-category="Autoklub"] .subLevelNavbar:before,
  body[data-category="Dom & dizajn"] .subLevelNavbar:before, body[data-category="Globus"] .subLevelNavbar:before {
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: -28px; }
  body.globus .subLevelNavbar:before,
  body[data-category="Globus"] .subLevelNavbar:before {
    background-image: url("../img/sprite.png");
    background-position: -796px -581px;
    width: 71px;
    height: 14px; }
  body.dobrahrana .subLevelNavbar:before,
  body[data-category="Dobra hrana"] .subLevelNavbar:before {
    background-image: url("../img/sprite.png");
    background-position: -457px -765px;
    width: 113px;
    height: 14px; }
  body.autoklub .subLevelNavbar:before,
  body[data-category="Autoklub"] .subLevelNavbar:before {
    background-image: url("../img/sprite.png");
    background-position: -364px -672px;
    width: 137px;
    height: 15px; }
  body.domdizajn .subLevelNavbar:before,
  body[data-category="Dom & dizajn"] .subLevelNavbar:before {
    background-image: url("../img/sprite.png");
    background-position: -816px -663px;
    width: 29px;
    height: 13px; } }

/* spalsh */
.splash {
  width: 100vw;
  height: 100vh;
  background: #fff url("../img/splash-bg.jpg") no-repeat right top;
  display: table;
  text-align: center;
  font-family: "superclarendonbold"; }
  .splash h1 {
    text-indent: -9999em;
    position: relative;
    height: 158px;
    margin-bottom: -34px; }
    .splash h1:after {
      content: "";
      display: block;
      width: 452px;
      height: 158px;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -226px;
      background: url("../img/splash-logo-bg.png") no-repeat 0 0; }
      @media (max-width: 460px) {
        .splash h1:after {
          width: 100%;
          left: 0;
          margin-left: 0;
          background-position: center center;
          background-size: 100%; } }
  .splash h2 {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #999999;
    position: relative;
    padding: 24px 10px 0 10px; }
    .splash h2 strong {
      display: block;
      font-size: 26px; }
    .splash h2:before {
      content: "";
      display: block;
      width: 140px;
      height: 2px;
      background-color: #999;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -70px; }
  .splash .c {
    display: table-cell;
    min-height: 100%;
    vertical-align: middle; }

/* 404 */
.fourOfour {
  text-align: center;
  position: relative;
  font-family: "superclarendonbold"; }
  .fourOfour p {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin: 0;
    position: relative; }
    .fourOfour p a {
      color: #de1b28;
      text-decoration: none;
      border-bottom: rgba(222, 27, 40, 0) 2px solid;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      -webkit-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
    .fourOfour p a:hover {
      border-bottom: #de1b28 2px solid; }
  .fourOfour p.title {
    font-size: 36px;
    line-height: 60px;
    padding: 100px 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .fourOfour p.title {
        font-size: 26px;
        line-height: 40px; } }
    .fourOfour p.title a {
      border-bottom: #de1b28 2px solid; }
    .fourOfour p.title a:hover {
      border-bottom: rgba(222, 27, 40, 0) 2px solid; }
    .fourOfour p.title:before {
      content: "404";
      display: inline-block;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: -20px;
      font-size: 300px;
      color: #eaeaea; }
      @media (max-width: 768px) {
        .fourOfour p.title:before {
          font-size: 160px;
          margin-top: 0px; } }
  @media (max-width: 500px) {
    .fourOfour br {
      display: none; } }

/* 503 */
.fiveOthree {
  text-align: center;
  position: relative;
  font-family: "superclarendonbold"; }
  .fiveOthree p {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 550px; }
    @media (max-width: 768px) {
      .fiveOthree p {
        font-size: 18px;
        line-height: 28px; } }
    .fiveOthree p a {
      color: #de1b28;
      text-decoration: none;
      border-bottom: rgba(222, 27, 40, 0) 2px solid;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      -webkit-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
    .fiveOthree p a:hover {
      border-bottom: #de1b28 2px solid; }
  .fiveOthree p.title {
    font-size: 36px;
    line-height: 60px;
    padding: 100px 0;
    max-width: 100%;
    margin-bottom: -70px; }
    @media (max-width: 768px) {
      .fiveOthree p.title {
        font-size: 26px;
        line-height: 40px; } }
    .fiveOthree p.title a {
      border-bottom: #de1b28 2px solid; }
    .fiveOthree p.title a:hover {
      border-bottom: rgba(222, 27, 40, 0) 2px solid; }
    .fiveOthree p.title:before {
      content: "503";
      display: inline-block;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: -20px;
      font-size: 300px;
      color: #eaeaea; }
      @media (max-width: 768px) {
        .fiveOthree p.title:before {
          font-size: 160px;
          margin-top: 0px; } }
  @media (max-width: 730px) {
    .fiveOthree br {
      display: none; } }
