/* @def HEADINGFONT "Source Sans Pro";
@def HEADINGWEIGHT 900; */
@font-face {
  font-family: 'narodni-list';
  src: url("/static/fonts/narodni-list.eot?-i4nz9f");
  src: url("/static/fonts/narodni-list.eot?#iefix-i4nz9f") format("embedded-opentype"), url("/static/fonts/narodni-list.ttf?-i4nz9f") format("truetype"), url("/static/fonts/narodni-list.woff?-i4nz9f") format("woff"), url("/static/fonts/narodni-list.svg?-i4nz9f#narodni-list") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*="icon-"] {
  font-family: 'narodni-list';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fullscreen:before {
  content: "\e000"; }

.icon-fullscreen-exit:before {
  content: "\e007"; }

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

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

.icon-list:before {
  content: "\e009"; }

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

.icon-eye-open:before {
  content: "\e601"; }

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

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

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

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

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

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

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

.icon-google-plus-sign:before {
  content: "\e609"; }

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

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

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

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

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

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

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

.icon-cog:before {
  content: "\e611"; }

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

.icon-camera:before {
  content: "\e613"; }

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

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

.icon-refresh:before {
  content: "\e617"; }

.icon-zoom-out:before {
  content: "\e618"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-upload-alt:before {
  content: "\e626"; }

.icon-sort:before {
  content: "\e627"; }

.icon-sort-down:before {
  content: "\e628"; }

.icon-sort-up:before {
  content: "\e629"; }

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

.icon-undo:before {
  content: "\e62d"; }

.icon-cloud-download:before {
  content: "\e62e"; }

.icon-cloud-upload:before {
  content: "\e62f"; }

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

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

.flasher-wrapper:focus {
  outline: -webkit-focus-ring-color auto 0px; }

.flasher-wrapper {
  position: fixed;
  top: 20px;
  width: 400px;
  left: 0;
  opacity: 0;
  z-index: 999; }

.flasher {
  min-height: 2em;
  background: #FCEB6F;
  margin: 0 auto;
  box-shadow: 2px 2px 4px #CCC; }

.flasher-message {
  padding: .5em; }

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

.flasher-button {
  border: 0px;
  background: sprite(sprite-map("icons/*.png"), close, 0px, 0) no-repeat center center;
  height: 32px;
  color: transparent;
  width: 32px; }

/* Default settings for the button */
.google-button, .google-button-focused {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: whitesmoke;
  background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#f1f1f1));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -moz-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -ms-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -o-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: linear-gradient(top, whitesmoke, #f1f1f1);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  color: #555555;
  border: 1px solid gainsboro;
  /* @alternate */
  border: 1px solid rgba(0, 0, 0, 0.1); }

.google-button:hover {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  border: 1px solid #c6c6c6;
  color: #333333;
  text-decoration: none; }

.google-button:active, .google-button-focused {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #f6f6f6, #f1f1f1);
  /* @alternate */
  background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
  /* @alternate */
  background-image: linear-gradient(top, #f6f6f6, #f1f1f1); }

.google-button-red {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #d14836;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: -o-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: linear-gradient(top, #dd4b39, #d14836);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid transparent;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1); }

.google-button-blue {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #3079ed;
  color: white  !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

.google-button-yellow {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #f7cb38;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7cb38), to(#f2bd0a));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #f7cb38, #f2bd0a);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #f7cb38, #f2bd0a);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #f7cb38, #f2bd0a);
  /* @alternate */
  background-image: -o-linear-gradient(top, #f7cb38, #f2bd0a);
  /* @alternate */
  background-image: linear-gradient(top, #f7cb38, #f2bd0a);
  border: 1px solid adjustBrightness(#f7cb38, 10);
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

.google-button-green {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #42b449;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#42b449), to(#42b449));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #42b449, #42b449);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #42b449, #42b449);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #42b449, #42b449);
  /* @alternate */
  background-image: -o-linear-gradient(top, #42b449, #42b449);
  /* @alternate */
  background-image: linear-gradient(top, #42b449, #42b449);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid adjustBrightness(#42b449, 30);
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

.google-button-green:hover {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  border: 1px solid #c6c6c6;
  color: #333333;
  text-decoration: none; }

.google-button-blue:hover {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #357ae8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: linear-gradient(top, #4d90fe, #357ae8);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  border: 1px solid #c6c6c6;
  color: #fefefe;
  text-decoration: none; }

/* Pill (collapsed border) styles. */
.goog-button-collapse-right {
  margin-right: 0; }

.goog-button-collapse-left {
  margin-left: 0; }

.google-button-back {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #357ae8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: linear-gradient(top, #4d90fe, #357ae8);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.ui-button {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  text-transform: uppercase;
  cursor: default;
  color: #555;
  background-color: whitesmoke;
  background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#f1f1f1));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -moz-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -ms-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -o-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: linear-gradient(top, whitesmoke, #f1f1f1);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid gainsboro;
  /* @alternate */
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .ui-button-hover {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    /* @alternate */
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    /* @alternate */
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    /* inset */
    border: 1px solid #c6c6c6;
    color: #333333;
    text-decoration: none; }
  .ui-button-active {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: linear-gradient(top, #f6f6f6, #f1f1f1);
    color: #333333; }
  .ui-button-disabled {
    background-color: whitesmoke;
    background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(whitesmoke));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, whitesmoke, whitesmoke);
    /* @alternate */
    background-image: -moz-linear-gradient(top, whitesmoke, whitesmoke);
    /* @alternate */
    background-image: -ms-linear-gradient(top, whitesmoke, whitesmoke);
    /* @alternate */
    background-image: -o-linear-gradient(top, whitesmoke, whitesmoke);
    /* @alternate */
    background-image: linear-gradient(top, whitesmoke, whitesmoke);
    color: #aaaaaa; }
  .ui-button-checked {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: -o-linear-gradient(top, #f6f6f6, #f1f1f1);
    /* @alternate */
    background-image: linear-gradient(top, #f6f6f6, #f1f1f1); }
  .ui-button-focused {
    outline: 1px solid blue; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  height: 0;
  zoom: 1;
  clear: both; }

/************************************** typograph **************************/
/* common: from old */
hr {
  background: none repeat scroll 0 0 #fff;
  border: 0px none;
  border-top-color: black;
  border-top-width: 5px;
  border-top-style: dotted;
  color: #fff;
  height: 1px;
  font-family: "Magra", sans-serif, sans-serif;
  margin: 1em 0em; }

blockquote:before {
  font-family: "narodni-list";
  content: "\e632";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  display: inline-block;
  float: left;
  padding-right: 10px; }

blockquote {
  margin: 0 0 0 2em;
  color: #333; }

.entry-content p, .entry-content ol, .entry-content ul, .entry-content pre {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px; }

.entry-content blockquote {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0px; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 20px !important; }

h1, h2, h3, h4, h5 {
  font-family: "Magra", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left; }

p.noindent {
  text-indent: 0; }

/* color:#222222; */
h1 {
  /* color:#222222; */
  font-size: 26px;
  /* letter-spacing:-0.05em; */
  line-height: 40px;
  margin: 0px 0 20px 0; }

h2 {
  color: #333;
  font-size: 26px;
  /* letter-spacing:-1px; */
  line-height: 30px;
  margin: 20px 0 10px 0;
  font-family: "Magra", sans-serif, sans-serif; }

h3 {
  font-size: 24px;
  color: #444;
  line-height: 30px;
  margin: 0px 0 0px 0; }

h4 {
  font-size: 24px;
  /* letter-spacing:-.5px; */
  line-height: 23px;
  margin: 0 0 0px; }

h5 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0px; }

ul.bullets {
  margin-top: 1em;
  padding-left: 1em;
  list-style: disc inside; }

ul.bullets li {
  list-style: disc inside; }

img {
  border: 0; }

a img {
  border: 0; }

table {
  /* table-layout:fixed; */
  width: auto; }

th {
  text-align: left; }

/* General typography
 Google green: #0E774A
*/
a {
  text-decoration: none; }

a:link {
  color: link_color; }

a:visited {
  color: link_visited_color; }

a:hover {
  color: link_visited_color;
  text-decoration: underline; }

th {
  font-weight: bold; }

table td {
  vertical-align: top; }

table.data {
  border-collapse: collapse; }

table.data td {
  border: 1px solid black;
  padding: .25em; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.content {
  line-height: 30px; }
  .content ul {
    padding-left: 10px;
    list-style: disc;
    list-style-position: inside; }
  .content ul + p, .content p + p {
    margin-top: 10px; }
  .content p {
    font-size: 16px;
    margin: 0 0 10px; }

.toolbar {
  padding: 1em; }

ul.errors {
  display: inline-block;
  vertical-align: top; }

ul.errors li {
  color: red;
  font-weight: bold;
  list-style-position: inside; }

.form-table {
  width: 100%; }

.form-table-label {
  width: 20ex;
  text-align: right;
  padding-right: .5em; }

.large-text-area {
  width: 100%;
  vertical-align: top;
  height: 40ex; }

.forms-5lines-textarea {
  width: 60ex;
  height: 8ex; }

.form-layout {
  max-width: 600px; }
  .form-layout .form-field-label {
    font-weight: bold; }
  .form-layout .form-field-input input {
    width: 100%; }
  .form-layout input {
    width: 100%; }
  .form-layout select {
    width: 100%; }
  .form-layout textarea {
    width: 100%; }

.form-field-group {
  margin: 2em 0em 0em 0em; }

.form-field {
  clear: both; }

.required .form-field-label {
  font-weight: bold; }

/* ******************************* general layout ************************** */
body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  overflow-y: scroll;
  background-color: #f4f4f4; }

#navmenuroot {
  display: inline-block;
  vertical-align: middle; }

/* morning #fffFEE
	day #f5f5f5
	sunset #f4f4FF
	night #ededFF
*/
/*border-top: 1px solid #DFDFDF;
border-bottom: 1px solid #DADADA;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
-moz-box-shadow: 0px 1px 4px rgba(0,0,0, .1);
box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
background: #EEE;
@include linear_gradient(#f5f5f5, #EEE);
*/
/* header/menu/logo */
#navigation {
  min-height: 42px;
  position: relative;
  margin-bottom: 5px;
  z-index: 999;
  background: #F4F4F4; }

#navigation-inner {
  margin: 0em .75em;
  line-height: 40px; }

#navtoplevelmenubutton {
  display: none;
  font-family: "Magra", sans-serif; }

.nav-button {
  display: inline-block;
  color: #444;
  padding: 0em 3px;
  margin: 0em .5em 0em 0em;
  font-weight: bold;
  font-size: 16px; }
  .nav-button a {
    text-decoration: none;
    font-family: "Magra", sans-serif;
    color: #444; }
    .nav-button a:hover {
      color: blue; }

.nav-button-active {
  font-weight: bold;
  text-shadow: -1px 1px 2px white;
  color: #000;
  border-bottom: 3px solid #aaa; }

#navtoplevelmenubutton {
  font-size: 28px;
  font-weight: bold; }

#logo {
  font-size: 24px;
  font-weight: bold;
  margin: 0em .5em 0em .5em;
  display: inline-block;
  vertical-align: middle; }

#logo a {
  text-decoration: none;
  color: black;
  width: 154px;
  display: inline-block;
  height: 40px;
  background: url(/static/logo.png) no-repeat center center; }

#logo a span {
  display: none; }

@media screen and (max-width: 900px) {
  .nl-ui-sidemenubutton {
    display: inline-block !important; }

  #navmenuroot {
    display: none; } }
#section-header {
  background-color: white;
  line-height: 30px;
  padding: .5em 1em;
  z-index: 999; }

br.clearfix, br.nl-ui-posts-list {
  height: 0;
  clear: both; }

#section-header-text a {
  color: #444444; }

.breadcrumbs a {
  color: #444444; }

#section-header-text {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-right: 1em;
  color: #444;
  vertical-align: top; }

#section-header-search {
  display: inline-block;
  vertical-align: top; }

#section-header-content {
  /* max-width:$BODYMAX;
  margin: 0 auto; */ }

#section-header .gsc-search-box {
  display: inline-block;
  width: 416px;
  vertical-align: middle; }

#section-tools {
  float: right; }

.menu-button {
  float: left;
  padding: 0em 1em; }

.breadcrumbs {
  display: inline-block; }

.breadcrumbs-breadcrumb {
  color: blue; }

.breadcrumbs-breadcrumb::before {
  content: "| "; }

.breadcrumbs-breadcrumb:first-child::before {
  content: "" !important; }

#content {
  background: white;
  /* margin:0em auto; */
  min-height: 400px; }

#content-body {
  max-width: 1000px;
  /* margin:0em 6em 0em 6em; */
  background: white;
  padding-bottom: 2em;
  margin: 0 auto; }

#footer {
  background: #F4F4F4;
  color: #444;
  padding: 2em; }

#footer a {
  color: #444;
  padding: 0em .5em;
  font-size: 16px; }

#footer a:visited {
  color: #aaa; }

#footer-text {
  text-align: center;
  font-size: 12px;
  color: #444; }

#footer-content {
  max-width: 1000px;
  margin: 0 auto; }

#footer-primary {
  text-align: center;
  font-size: 12px; }

#two-columns {
  *zoom: 1; }
  #two-columns:before, #two-columns:after {
    content: "";
    display: table; }
  #two-columns:after {
    clear: both; }

.column-left {
  display: inline;
  float: left;
  width: 57.29167%;
  margin: 0 0.52083%; }

.column-right {
  display: inline;
  float: left;
  width: 40.625%;
  margin: 0 0.52083%; }

.column-right-content {
  padding: 10px; }

.column-left-content {
  padding: 10px; }

.column-right h1,
.column-right h2,
.column-right h3,
.column-right h4 {
  color: #666; }

#primary {
  padding: 10px; }

.facebook-signin {
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 30px;
  background-color: #3b5998;
  padding: 0px 10px 0 5px;
  color: #FFF !important; }
  .facebook-signin .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0px 5px;
    color: white; }
  .facebook-signin .text {
    color: white;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold; }
  .facebook-signin .icon:before {
    font-family: "narodni-list";
    content: "\e608";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.google-signin {
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 30px;
  background-color: #DD4B39; }
  .google-signin .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0px 5px;
    color: white; }
  .google-signin .text {
    color: white;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold; }
  .google-signin .icon:before {
    font-family: "narodni-list";
    content: "\e616";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .google-signin .text {
    padding: 0px 10px;
    border-left: 1px solid #BE3F2B; }

.generic-signin {
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 30px;
  background-color: #42b449; }
  .generic-signin .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0px 5px;
    color: white; }
  .generic-signin .text {
    color: white;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold; }
  .generic-signin .icon-google {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0px 5px;
    color: white; }
    .generic-signin .icon-google:before {
      font-family: "narodni-list";
      content: "\e616";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .generic-signin .icon-facebook {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0px 5px;
    color: white; }
    .generic-signin .icon-facebook:before {
      font-family: "narodni-list";
      content: "\e608";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .generic-signin .text {
    padding: 0px 10px;
    border-left: 1px solid #42b449; }

/* **************************** layout elements ***************************** */
.load-more-btn {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: default;
  background-color: #4d90fe;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #3079ed;
  color: white  !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  margin-top: 2em;
  padding: 1em 0em;
  width: 100%; }

.load-more-btn.goog-flat-button-disabled {
  display: none; }

.important-numbers .label {
  text-align: right;
  font-size: 20px; }

.important-numbers {
  margin: 0.5em auto;
  color: #aaa;
  line-height: 30px; }

.important-numbers tr td {
  padding: 0 0.5em 0 0; }

.important-numbers tr {
  text-align: left; }

.classified_big_phone {
  font-size: 28px; }

.classified_phone_number {
  font-size: 1.4em;
  padding: 0.5em 0;
  font-weight: bold; }

.classified_big_phone .classified_phone_number {
  margin: 1em 0 0.5em; }

.classified_phone_price {
  font-size: 1.1em;
  padding: 0.5em 0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa; }

.classified_phone_price span {
  display: block; }

.classified_big_phone .classified_phone_price {
  font-weight: bold;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  line-height: 36px; }

.classified_phone_info {
  padding: 0.5em 0;
  font-size: 0.65em; }

/* Controls when screen less than 800px */
@media screen and (max-width: 600px) {
  .column-left {
    display: inline;
    float: left;
    width: 98.95833%;
    margin: 0 0.52083%; }

  .column-right {
    display: inline;
    float: left;
    width: 98.95833%;
    margin: 0 0.52083%; }
    .column-right .box {
      display: inline;
      float: left;
      width: 48.95833%;
      margin: 0 0.52083%; }

  .column-right-content {
    padding: 5px; }

  .column-left-content {
    padding: 5px; }

  #primary {
    padding: 5px; } }
/* Controls when screen less than 600px */
@media screen and (max-width: 600px) {
  .column-right .box {
    display: inline;
    float: left;
    width: 98.95833%;
    margin: 0 0.52083%; }

  #footer-primary {
    display: inline;
    float: left;
    width: 98.95833%;
    margin: 0 0.52083%; }

  #footer-secondary {
    display: inline;
    float: left;
    width: 98.95833%;
    margin: 0 0.52083%; } }
.styleish-header {
  position: relative;
  font-size: 1em;
  font-weight: bold;
  padding: 0px 20px 0px 35px;
  margin: 0px 10px 0px -35px;
  background-color: #999;
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
  color: #FFF; }

.styleish-header:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #666 #666 transparent transparent; }

.styleish-header:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -2px;
  top: 0px;
  border-color: transparent #fff transparent transparent; }

.styleish-right-header {
  position: relative;
  font-size: 1em;
  font-weight: bold;
  padding: 0px 35px 0px 10px;
  margin: 30px -35px 10px 0px;
  background-color: #999;
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
  color: #FFF !important; }

.styleish-right-header:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 10px 19px 0px 0px;
  border-style: solid;
  border-color: #666666 transparent transparent transparent; }

.styleish-right-header:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -2px;
  top: 0px;
  border-color: transparent #fff transparent transparent; }

.aspect-box-16_9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.aspect-box-16_9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-links {
  margin-top: 1em;
  list-style: none;
  text-align: center; }

.page-links-page-link {
  display: inline-block;
  font-size: 24px;
  margin-right: 1em;
  font-weight: bold; }

.box-info-neutral {
  background: #efefef;
  margin: 1em 0em;
  border: 1px solid #ccc; }

.box-notice {
  background: #efefef;
  margin-top: 1em;
  border: 1px solid #ccc;
  padding: 1em; }

.box-info-neutral td {
  padding: 1em;
  vertical-align: middle; }

.box {
  margin-top: 1em;
  background: white; }

.box-header {
  font-family: "Magra", sans-serif, sans-serif;
  font-size: 26px;
  margin: 1em 0em .5em 0em;
  padding: 0; }

.box-footer {
  margin: 10px 0px;
  font-size: 20px; }

.section-header {
  clear: both; }

.box-buttons {
  margin: 1em 0em; }

.box-buttons-left {
  float: left;
  text-align: left;
  width: 50%; }

.box-buttons-right {
  float: left;
  text-align: right;
  width: 50%; }

#mobile-currents-ad {
  background: black sprite(sprite-map("icons/*.png"), currents_64) no-repeat;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 60px;
  height: 27px;
  line-height: 27px; }

#mobile-currents-ad a {
  color: white;
  text-decoration: underline; }

.loading {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url("/static/loading_16.gif"); }

.loading_small {
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("/static/loading_16.gif"); }

.loading_btn {
  opacity: 0.5; }

.unloaded_small {
  padding-left: 17px; }

.nl-posts-ui-attachments {
  margin-top: 1em; }

.nl-posts-ui-attachment {
  vertical-align: middle; }

.nl-posts-ui-attachment-thumbnail {
  display: table-cell;
  height: 40px;
  width: 40px;
  border: 1px solid #ccc;
  vertical-align: middle; }

.nl-posts-ui-attachment-thumbnail img {
  width: 100px; }

.nl-posts-ui-attachment-filename {
  color: #aaa;
  display: table-cell;
  text-decoration: underline;
  padding: 0px 5px;
  width: 40ex;
  line-height: 40px;
  height: 40px; }

.nl-posts-ui-attachment-type {
  color: #ccc;
  display: table-cell;
  width: 20ex; }

.nl-posts-ui-attachment-caption {
  font-weight: bold;
  display: table-cell;
  /* width:40ex; */ }

.nl-posts-ui-attachment-actions button {
  margin-right: 5px; }

.nl-posts-ui-attachment-action-down {
  background: url(data:image/gif;base64,R0lGODlhCwAMAIABAAAAAP///yH5BAEKAAEALAAAAAALAAwAAAIXjIFoG6ncHIxpOmDluZfyxWFMl4lTAxUAOw==) no-repeat center center;
  border: 0;
  color: transparent; }

.nl-posts-ui-attachment {
  *zoom: 1;
  padding: 5px; }
  .nl-posts-ui-attachment:before, .nl-posts-ui-attachment:after {
    content: "";
    display: table; }
  .nl-posts-ui-attachment:after {
    clear: both; }

.nl-posts-ui-attachment-caption {
  font-weight: bold; }

.nl-posts-ui-attachment-thumbnail {
  float: left;
  width: 100px; }

.nl-posts-ui-attachment-details {
  float: left;
  padding: 0px 5px; }

.nl-posts-ui-attachment-actions {
  clear: both; }

.selectalbum-album-title-name {
  font-weight: bold; }

.selectalbum-album-thumbnails {
  border: 1px solid black;
  padding: .5em; }

.selectalbum-album-thumbnail {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid black; }

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

/* ******************************** posts ************************************* */
.posts-list {
  *zoom: 1; }
  .posts-list:before, .posts-list:after {
    content: "";
    display: table; }
  .posts-list:after {
    clear: both; }

.posts-list-medium-post {
  font-size: 1.2em;
  line-height: 1.1em;
  margin-top: .3em;
  display: block;
  clear: left;
  margin-top: 7px;
  *zoom: 1; }
  .posts-list-medium-post:before, .posts-list-medium-post:after {
    content: "";
    display: table; }
  .posts-list-medium-post:after {
    clear: both; }

.posts-list-medium-post .thumbnail {
  float: left;
  width: 100px;
  margin-right: .5em;
  height: 68px;
  overflow: hidden; }

.posts-list-medium-post img {
  width: 100%;
  vertical-align: middle; }

.posts-list-large {
  position: relative;
  background: black;
  color: white;
  clear: both; }

.posts-list-large-post {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

.posts-list-large .post-title {
  margin-top: 0;
  z-index: 100;
  color: white;
  position: relative;
  background: black;
  padding: .5em; }

.posts-list .post-date {
  display: none; }

.posts-list-large .post-thumbnail {
  float: none;
  /* height:100%; */
  margin: auto;
  background: black;
  /* position: absolute; */
  text-align: center;
  padding: 0;
  float: none;
  max-width: 100%;
  max-height: 500px;
  overflow: hidden;
  height: auto; }

.posts-list-large a {
  display: block; }

.posts-list-large a {
  color: white; }

.posts-list-date-break {
  margin: 1em 0em;
  color: #ccc;
  clear: both; }

.post {
  position: relative;
  /* clear:both; */
  display: inline;
  float: left;
  width: 48.95833%;
  margin: 0 0.52083%;
  margin-top: 1em !important; }

.posts-list-small {
  list-style-type: none;
  padding: 1em; }

.post-thumbnail {
  background: #000;
  margin-right: 1em;
  overflow: hidden;
  height: 200px; }

.post-thumbnail table {
  width: 100%;
  height: 100%; }

.post-thumbnail td {
  text-align: center;
  vertical-align: middle; }

.post-thumbnail img {
  max-width: 100%;
  height: auto;
  width: 100%;
  /* ie8 */
  vertical-align: middle !important; }

.post-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px; }

.post-summary {
  margin: 1em 0em; }

.post-date {
  padding: 0em 1em;
  color: #8b8b8b; }

.post-author {
  color: #8b8b8b;
  padding: 0em 1em; }

.post-authors {
  margin: 0.5em 0em; }

.post-labels {
  color: #8b8b8b;
  border-left: 1px solid #8b8b8b;
  padding: 0em 1em; }

.post-label {
  margin-right: 1em; }

.post-label::after {
  content: "+"; }

.link-bar {
  clear: both;
  border-top: 1px solid black;
  padding: .5em;
  margin: 1em 0em;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.forms-video-urls {
  height: 147px;
  width: 437px; }

#post-share {
  background: #888;
  color: white;
  font-weight: bold;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-collapse: collapse; }

#post-share td {
  vertical-align: middle; }

.post-share-title {
  text-align: center;
  width: 100px; }

#post-share td.button {
  background: #ddd;
  padding: 0px 5px; }

/* Experimental front view
.post {
position: relative;
clear: both;
margin-top: 1em;
float: left;
width: 200px;
margin-right: 1em;
height: 300px;
}

*/
.markdown-editor {
  width: 75ex;
  vertical-align: top;
  height: 120ex; }

.help-table td {
  font-size: 10px;
  line-height: 12px; }

.classified-category-back {
  font-size: 26px;
  font-weight: bold;
  margin-right: 1em;
  display: inline-block; }

.classifieds-front-section-top {
  float: left;
  width: 48%;
  margin-top: 1em;
  /* inset 0 1px 1px rgba(0, 0, 0, 0.075) */ }

.classifieds-front-section-top li {
  list-style: square inside;
  padding-left: 10px;
  margin: 10px 0px 0px; }

.classifieds-front-section-top li a {
  font-size: 20px; }

.classifieds-front-section-top ul {
  padding: .5em; }

.classifieds-front-section-top-container {
  margin: 0em 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 5px  #aaaaaa ;
  -moz-box-shadow: 0px 2px 5px  #aaaaaa ;
  box-shadow: 0px 2px 5px  #aaaaaa ; }

.classifieds-toplevel {
  background: #e1e1e1;
  padding: 5px;
  /* border:1px solid #666; */ }

.classifieds-toplevel a {
  display: block;
  padding-left: 35px;
  font-weight: bold;
  height: 30px;
  font-size: 20px;
  line-height: 30px; }

.classifieds-toplevel-Nekretnine > a {
  background: sprite(sprite-map("icons/*.png"), nekretnine, 0px, 0) no-repeat; }

.classifieds-toplevel-Poznanstva > a {
  background: sprite(sprite-map("icons/*.png"), poznanstva, 0px, 0) no-repeat; }

.classifieds-toplevel-Automoto > a {
  background: sprite(sprite-map("icons/*.png"), automoto, 0px, 0) no-repeat; }

.classifieds-toplevel-Ostalo > a {
  background: sprite(sprite-map("icons/*.png"), ostalo, 0px, 0) no-repeat; }

.classifieds-toplevel-Tehnika > a {
  background: sprite(sprite-map("icons/*.png"), tehnika, 0px, 0) no-repeat; }

.classifieds-toplevel-Usluge > a {
  background: sprite(sprite-map("icons/*.png"), usluge, 0px, 0) no-repeat; }

.classifieds-toplevel-Zaposlenja > a {
  background: sprite(sprite-map("icons/*.png"), zaposlenja, 0px, 0) no-repeat; }

.classifieds-toplevel-Poduke > a {
  background: sprite(sprite-map("icons/*.png"), poduke, 0px, 0) no-repeat; }

.gsc-cursor-page {
  font-size: 26px !important;
  margin-right: 1em !important; }

.gsc-cursor-box {
  margin-top: 1em !important; }

.nl-classifieds-lineitem {
  width: 100%; }

.nl-classifieds-lineitem-price {
  font-weight: bold;
  width: 20ex; }

.nl-classifieds-order-lastline {
  width: 100%; }

.nl-classifieds-order-total {
  font-weight: bold;
  width: 20ex; }

.nl-classifieds-order-error {
  color: red;
  font-weight: bold; }

/*
 * Copyright 2007 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */
/* Author: arv@google.com (Erik Arvidsson) */
/* Author: eae@google.com (Emil A Eklund) */
/* Author: jonp@google.com (Jon Perlow) */
/*
  TODO(arv): Currently the sprite image has the height 16px. We should make the
  image taller which would allow better flexibility when it comes to the height
  of a tree row.
*/
.goog-tree-root:focus {
  outline: none; }

.goog-tree-row {
  white-space: nowrap;
  font: icon;
  line-height: 16px;
  height: 16px; }

.goog-tree-row span {
  overflow: hidden;
  text-overflow: ellipsis; }

.goog-tree-children {
  background-repeat: repeat-y;
  background-image: url(//ssl.gstatic.com/closure/tree/I.png) !important;
  background-position-y: 1px !important;
  /* IE only */
  font: icon; }

.goog-tree-children-nolines {
  font: icon; }

.goog-tree-icon {
  background-image: url(//ssl.gstatic.com/closure/tree/tree.png); }

.goog-tree-expand-icon {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  cursor: default; }

.goog-tree-expand-icon-plus {
  width: 19px;
  background-position: 0 0; }

.goog-tree-expand-icon-minus {
  width: 19px;
  background-position: -24px 0; }

.goog-tree-expand-icon-tplus {
  width: 19px;
  background-position: -48px 0; }

.goog-tree-expand-icon-tminus {
  width: 19px;
  background-position: -72px 0; }

.goog-tree-expand-icon-lplus {
  width: 19px;
  background-position: -96px 0; }

.goog-tree-expand-icon-lminus {
  width: 19px;
  background-position: -120px 0; }

.goog-tree-expand-icon-t {
  width: 19px;
  background-position: -144px 0; }

.goog-tree-expand-icon-l {
  width: 19px;
  background-position: -168px 0; }

.goog-tree-expand-icon-blank {
  width: 19px;
  background-position: -168px -24px; }

.goog-tree-collapsed-folder-icon {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-position: -0px -24px; }

.goog-tree-expanded-folder-icon {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-position: -24px -24px; }

.goog-tree-file-icon {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-position: -48px -24px; }

.goog-tree-item-label {
  margin-left: 3px;
  padding: 1px 2px 1px 2px;
  text-decoration: none;
  color: WindowText;
  cursor: default; }

.goog-tree-item-label:hover {
  text-decoration: underline; }

.selected .goog-tree-item-label {
  background-color: ButtonFace;
  color: ButtonText; }

.focused .selected .goog-tree-item-label {
  background-color: Highlight;
  color: HighlightText; }

.goog-tree-hide-root {
  display: none; }

.cls-actions-table {
  width: 100%;
  margin-top: 1em; }

.cls-actions-table td > * {
  margin-right: 5px; }

.attachments {
  margin-top: 1em; }

.attachment {
  line-height: 40px;
  vertical-align: middle;
  display: table-row; }

.attachment-thumbnail {
  display: table-cell;
  height: 40px;
  width: 40px;
  border: 1px solid #ccc;
  vertical-align: middle; }

.attachment-thumbnail-image {
  width: 100px; }

.attachment-filename {
  color: #aaa;
  display: table-cell;
  text-decoration: underline;
  padding: 0px 5px;
  line-height: 40px;
  height: 40px; }

.attachment-type {
  color: #ccc;
  display: table-cell;
  padding: 0px 5px; }

.attachment-description {
  font-weight: bold;
  display: table-cell;
  /* width:40ex; */ }

.attachment-actions {
  display: table-cell;
  margin-right: 5px; }

.attachment-move, .attachment-move-down, .attachment-move-up {
  background: url(data:image/gif;base64,R0lGODlhCwAMAIABAAAAAP///yH5BAEKAAEALAAAAAALAAwAAAIXjIFoG6ncHIxpOmDluZfyxWFMl4lTAxUAOw==) no-repeat center center;
  border: 0;
  color: transparent; }

.attachment-move-up {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */ }

.goog-menu {
  background: #fff;
  border-color: #ccc #666 #666 #ccc;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  font: normal 13px Arial, sans-serif;
  margin: 0;
  outline: none;
  padding: 4px 0;
  position: absolute;
  z-index: 20000;
  /* Arbitrary, but some apps depend on it... */ }

/* State: resting. */
.goog-menu-button {
  border: 0;
  color: #000;
  cursor: pointer;
  list-style: none;
  margin: 2px;
  outline: none;
  padding: 0;
  text-decoration: none;
  vertical-align: middle; }

/* Pseudo-rounded corners. */
.goog-menu-button-outer-box,
.goog-menu-button-inner-box {
  border-style: solid;
  border-color: #aaa;
  vertical-align: top; }

.goog-menu-button-outer-box {
  margin: 0;
  border-width: 1px 0;
  padding: 0; }

.goog-menu-button-inner-box {
  margin: 0 -1px;
  border-width: 0 1px;
  padding: 3px 4px; }

/* Pre-IE7 IE hack; ignored by IE7 and all non-IE browsers. */
* html .goog-menu-button-inner-box {
  /* IE6 needs to have the box shifted to make the borders line up. */
  left: -1px; }

/* Pre-IE7 BiDi fixes. */
* html .goog-menu-button-rtl .goog-menu-button-outer-box {
  /* @noflip */
  left: -1px;
  /* @noflip */
  right: auto; }

* html .goog-menu-button-rtl .goog-menu-button-inner-box {
  /* @noflip */
  right: auto; }

/* IE7-only hack; ignored by all other browsers. */
*:first-child + html .goog-menu-button-inner-box {
  /* IE7 needs to have the box shifted to make the borders line up. */
  left: -1px; }

/* IE7 BiDi fix. */
*:first-child + html .goog-menu-button-rtl .goog-menu-button-inner-box {
  /* @noflip */
  left: 1px;
  /* @noflip */
  right: auto; }

/* Safari-only hacks. */
::root .goog-menu-button,
::root .goog-menu-button-outer-box,
::root .goog-menu-button-inner-box {
  /* Required to make pseudo-rounded corners work on Safari. */
  line-height: 0; }

::root .goog-menu-button-caption,
::root .goog-menu-button-dropdown {
  /* Required to make pseudo-rounded corners work on Safari. */
  line-height: normal; }

/* State: disabled. */
.goog-menu-button-disabled {
  background-image: none !important;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30); }

.goog-menu-button-disabled .goog-menu-button-outer-box,
.goog-menu-button-disabled .goog-menu-button-inner-box,
.goog-menu-button-disabled .goog-menu-button-caption,
.goog-menu-button-disabled .goog-menu-button-dropdown {
  color: #333 !important;
  border-color: #999 !important; }

/* Pre-IE7 IE hack; ignored by IE7 and all non-IE browsers. */
* html .goog-menu-button-disabled {
  margin: 2px 1px !important;
  padding: 0 1px !important; }

/* IE7-only hack; ignored by all other browsers. */
*:first-child + html .goog-menu-button-disabled {
  margin: 2px 1px !important;
  padding: 0 1px !important; }

/* State: hover. */
.goog-menu-button-hover .goog-menu-button-outer-box,
.goog-menu-button-hover .goog-menu-button-inner-box {
  border-color: #9cf #69e #69e #7af !important;
  /* Hover border wins. */ }

/* State: active, open. */
.goog-menu-button-active,
.goog-menu-button-open {
  background-color: #bbb;
  background-position: bottom left; }

/* State: focused. */
.goog-menu-button-focused .goog-menu-button-outer-box,
.goog-menu-button-focused .goog-menu-button-inner-box {
  border-color: orange; }

/* Caption style. */
.goog-menu-button-caption {
  padding: 0 4px 0 0;
  vertical-align: top; }

/* Dropdown arrow style. */
.goog-menu-button-dropdown {
  height: 15px;
  width: 7px;
  /* Client apps may override the URL at which they serve the sprite. */
  background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0;
  vertical-align: top; }

/* Pill (collapsed border) styles. */
/* TODO(gboyer): Remove specific menu button styles and have any button support being a menu button. */
.goog-menu-button-collapse-right,
.goog-menu-button-collapse-right .goog-menu-button-outer-box,
.goog-menu-button-collapse-right .goog-menu-button-inner-box {
  margin-right: 0; }

.goog-menu-button-collapse-left,
.goog-menu-button-collapse-left .goog-menu-button-outer-box,
.goog-menu-button-collapse-left .goog-menu-button-inner-box {
  margin-left: 0; }

.goog-menu-button-collapse-left .goog-menu-button-inner-box {
  border-left: 1px solid #fff; }

.goog-menu-button-collapse-left.goog-menu-button-checked
.goog-menu-button-inner-box {
  border-left: 1px solid #ddd; }

/*
 * Standard styling for menus created by goog.ui.MenuItemRenderer.
 *
 * @author attila@google.com (Attila Bodis)
 */
/**
 * State: resting.
 *
 * NOTE(mleibman,chrishenry):
 * The RTL support in Closure is provided via two mechanisms -- "rtl" CSS
 * classes and BiDi flipping done by the CSS compiler.  Closure supports RTL
 * with or without the use of the CSS compiler.  In order for them not
 * to conflict with each other, the "rtl" CSS classes need to have the @noflip
 * annotation.  The non-rtl counterparts should ideally have them as well, but,
 * since .goog-menuitem existed without .goog-menuitem-rtl for so long before
 * being added, there is a risk of people having templates where they are not
 * rendering the .goog-menuitem-rtl class when in RTL and instead rely solely
 * on the BiDi flipping by the CSS compiler.  That's why we're not adding the
 * @noflip to .goog-menuitem.
 */
.goog-menuitem {
  color: #000;
  font: normal 13px Arial, sans-serif;
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 7em on the right for shortcut. */
  padding: 4px 7em 4px 28px;
  white-space: nowrap; }

/* BiDi override for the resting state. */
/* @noflip */
.goog-menuitem.goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding-left: 7em;
  padding-right: 28px; }

/* If a menu doesn't have checkable items or items with icons, remove padding. */
.goog-menu-nocheckbox .goog-menuitem,
.goog-menu-noicon .goog-menuitem {
  padding-left: 12px; }

/*
 * If a menu doesn't have items with shortcuts, leave just enough room for
 * submenu arrows, if they are rendered.
 */
.goog-menu-noaccel .goog-menuitem {
  padding-right: 20px; }

.goog-menuitem-content {
  color: #000;
  font: normal 13px Arial, sans-serif; }

/* State: disabled. */
.goog-menuitem-disabled .goog-menuitem-accel,
.goog-menuitem-disabled .goog-menuitem-content {
  color: #ccc !important; }

.goog-menuitem-disabled .goog-menuitem-icon {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30); }

/* State: hover. */
.goog-menuitem-highlight,
.goog-menuitem-hover {
  background-color: #d6e9f8;
  /* Use an explicit top and bottom border so that the selection is visible
   * in high contrast mode. */
  border-color: #d6e9f8;
  border-style: dotted;
  border-width: 1px 0;
  padding-bottom: 3px;
  padding-top: 3px; }

/* State: selected/checked. */
.goog-menuitem-checkbox,
.goog-menuitem-icon {
  background-repeat: no-repeat;
  height: 16px;
  left: 6px;
  position: absolute;
  right: auto;
  vertical-align: middle;
  width: 16px; }

/* BiDi override for the selected/checked state. */
/* @noflip */
.goog-menuitem-rtl .goog-menuitem-checkbox,
.goog-menuitem-rtl .goog-menuitem-icon {
  /* Flip left/right positioning. */
  left: auto;
  right: 6px; }

.goog-option-selected .goog-menuitem-checkbox,
.goog-option-selected .goog-menuitem-icon {
  /* Client apps may override the URL at which they serve the sprite. */
  background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -512px 0; }

/* Keyboard shortcut ("accelerator") style. */
.goog-menuitem-accel {
  color: #999;
  /* Keyboard shortcuts are untranslated; always left-to-right. */
  /* @noflip */
  direction: ltr;
  left: auto;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: right; }

/* BiDi override for shortcut style. */
/* @noflip */
.goog-menuitem-rtl .goog-menuitem-accel {
  /* Flip left/right positioning and text alignment. */
  left: 0;
  right: auto;
  text-align: left; }

/* Mnemonic styles. */
.goog-menuitem-mnemonic-hint {
  text-decoration: underline; }

.goog-menuitem-mnemonic-separator {
  color: #999;
  font-size: 12px;
  padding-left: 4px; }

/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */
/*
 * Standard styling for menus created by goog.ui.MenuSeparatorRenderer.
 *
 * @author attila@google.com (Attila Bodis)
 */
.goog-menuseparator {
  border-top: 1px solid #ccc;
  margin: 4px 0;
  padding: 0; }

input[type=checkbox]:empty {
  margin-left: -999px; }

input[type=checkbox]:empty ~ label {
  position: relative;
  float: left;
  line-height: 24px;
  text-indent: 50px;
  margin: 0.25em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox]:empty ~ label:before,
input[type=checkbox]:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 42px;
  background: #aaa;
  border-radius: 0em;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }

input[type=checkbox]:empty ~ label:after {
  width: 21px;
  top: 0em;
  bottom: 0em;
  margin-left: 0em;
  background-color: #fff;
  border-radius: 0.15em;
  background-color: #c33; }

input[type=checkbox]:checked ~ label:after {
  margin-left: 21px;
  background-color: #393; }

.nl-ui-button {
  background-color: whitesmoke;
  /* @alternate */
  background-image: -webkit-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -moz-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -ms-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: -o-linear-gradient(top, whitesmoke, #f1f1f1);
  /* @alternate */
  background-image: linear-gradient(top, whitesmoke, #f1f1f1);
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: pointer;
  color: #555555;
  border: 1px solid gainsboro;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.nl-ui-button a {
  color: #555555;
  display: block; }

.nl-ui-button:hover {
  background-color: #f8f8f8;
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  /* @alternate */
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: pointer;
  color: #333333;
  border: 1px solid gainsboro;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  /* inset */ }

.nl-ui-primaryactionbutton {
  background-color: #4d90fe;
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: pointer;
  color: white !important;
  border: 1px solid #3079ed;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.nl-ui-primaryactionbutton a {
  color: white !important;
  display: block; }

.nl-ui-primaryactionbutton:hover {
  background-color: #357ae8;
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  /* @alternate */
  background-image: linear-gradient(top, #4d90fe, #357ae8);
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  /* inset */
  text-transform: uppercase;
  cursor: pointer;
  color: white !important;
  border: 1px solid #3079ed; }

.nl-ui-createactionbutton {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  text-transform: uppercase;
  cursor: default;
  color: white;
  background-color: #dd4b39;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: -o-linear-gradient(top, #dd4b39, #d14836);
  /* @alternate */
  background-image: linear-gradient(top, #dd4b39, #d14836);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid gainsboro;
  /* @alternate */
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .nl-ui-createactionbutton-hover {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -o-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: linear-gradient(top, #dd4b39, #d14836);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) #333333 ;
    -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) #333333 ;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) #333333 ;
    border: 1px solid #c6c6c6;
    color: white;
    text-decoration: none; }
  .nl-ui-createactionbutton-active {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -o-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: linear-gradient(top, #dd4b39, #d14836);
    color: white; }
  .nl-ui-createactionbutton-disabled {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -o-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: linear-gradient(top, #dd4b39, #d14836);
    color: #cccccc; }
  .nl-ui-createactionbutton-checked {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: -o-linear-gradient(top, #dd4b39, #d14836);
    /* @alternate */
    background-image: linear-gradient(top, #dd4b39, #d14836); }
  .nl-ui-createactionbutton-focused {
    outline: 1px solid blue; }

.ui-primaryactionbutton {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: .5em .5em;
  line-height: 16px;
  font-family: sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  /* user-select: none; */
  text-transform: uppercase;
  cursor: default;
  color: white;
  background-color: #dd4b39;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
  /* @alternate */
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  /* @alternate */
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid gainsboro;
  /* @alternate */
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .ui-primaryactionbutton-hover {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) #333333 ;
    -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) #333333 ;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1) #333333 ;
    border: 1px solid #c6c6c6;
    color: white;
    text-decoration: none; }
  .ui-primaryactionbutton-active {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    color: white; }
  .ui-primaryactionbutton-disabled {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    color: #cccccc; }
  .ui-primaryactionbutton-checked {
    background-color: #dd4b39;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    /* @alternate */
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    /* @alternate */
    background-image: linear-gradient(top, #4d90fe, #4787ed); }
  .ui-primaryactionbutton-focused {
    outline: 1px solid blue; }

/* Copyright 2007 Google Inc.  All Rights Reserved. */
/**/
/* Styles for goog.ui.Dialog */
.modal-dialog-bg {
  position: absolute;
  background-color: #666;
  top: 0;
  left: 0;
  z-index: 99999; }

.modal-dialog {
  position: absolute;
  padding: 5px;
  background: white;
  border: 1px solid #000;
  font-family: arial, sans-serif;
  width: 475px;
  color: #000;
  outline: none;
  z-index: 99999; }

.modal-dialog a,
.modal-dialog a:link,
.modal-dialog a:visited {
  color: #0066cc;
  cursor: pointer; }

.modal-dialog-title {
  position: relative;
  color: #000000;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px solid #ccc; }

.modal-dialog-title-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 15px;
  text-align: center;
  height: 16px;
  /*  background: url("/static/dialog_close_box.gif") no-repeat center;*/
  cursor: default; }
  .modal-dialog-title-close:before {
    font-family: "narodni-list";
    content: "\e600";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.modal-dialog-content {
  padding: 10px;
  background-color: #fff; }

.modal-dialog-buttons {
  padding: 0 15px 15px;
  background-color: #fff; }

.goog-buttonset-default {
  font-weight: bold; }

.modal-dialog-userInput {
  width: 100%; }

.nl-ui-classifieds-attachment {
  padding: 5px;
  clear: both;
  border-bottom: 1px solid #ccc;
  *zoom: 1; }
  .nl-ui-classifieds-attachment:before, .nl-ui-classifieds-attachment:after {
    content: "";
    display: table; }
  .nl-ui-classifieds-attachment:after {
    clear: both; }

.nl-ui-classifieds-attachment-filename {
  font-weight: bold;
  font-size: 18px; }

.nl-ui-classifieds-attachment-icon {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #CCC; }
  .nl-ui-classifieds-attachment-icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }

.nl-ui-classifieds-attachment-filesize {
  font-weight: bold;
  float: left;
  font-size: 18px; }

.nl-ui-classifieds-attachment-actions {
  clear: both;
  text-align: right; }

.nl-ui-classifieds-attachmentsupload {
  /*border-bottom: 1px solid #CCC;
  padding: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  background: #CCC;
  border: 1px solid #AAA;*/
  position: relative; }
  .nl-ui-classifieds-attachmentsupload input[type="file"] {
    display: none;
    -webkit-appearance: none;
    text-align: left;
    -webkit-rtl-ordering: left; }
  .nl-ui-classifieds-attachmentsupload input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: none;
    float: right;
    margin: 0 0 0 10px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
    background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%); }

.nl-ui-classifieds-attachmentsupload {
  position: relative;
  padding: 10px 5px;
  margin: 10px 0px 20px 0px;
  background: #FFF;
  /*border-bottom: 1px solid #AAA;*/ }

.nl-ui-classifieds-attachmentsupload:before, .nl-ui-classifieds-attachmentsupload:after {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 10px / 100px;
  /*bottom: 15px;
  left: 1px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 17px 3px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);*/
  content: "";
  position: absolute;
  z-index: -2; }

.nl-ui-classifieds-attachmentsupload:after {
  /*right: 1px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);*/ }

#attachments {
  z-index: 1;
  position: relative; }

.nl-ui-classifieds-attachmentsupload:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px; }

.nl-ui-classifieds-card-date {
  font-size: 12px; }
.nl-ui-classifieds-card-title {
  font-size: 20px; }
.nl-ui-classifieds-card-city {
  font-size: 12px; }

.nl-ui-classifieds-listview {
  width: 100%;
  table-layout: auto;
  cursor: pointer; }
  .nl-ui-classifieds-listview th {
    border-bottom: 1px solid #ccc;
    padding: 3px 0px; }
  .nl-ui-classifieds-listview td {
    padding: 3px 0px; }

.nl-ui-classifieds-listitem .nl-ui-classifieds-listitem-id {
  width: 10ex; }
.nl-ui-classifieds-listitem .nl-ui-classifieds-listitem-state {
  font-weight: bold;
  width: 20ex; }
.nl-ui-classifieds-listitem .nl-ui-classifieds-listitem-date {
  width: 30ex; }
.nl-ui-classifieds-listitem[data-state=UNPUBLISHED] .nl-ui-classifieds-listitem-state {
  color: orangered; }
.nl-ui-classifieds-listitem[data-state=PUBLISHED] .nl-ui-classifieds-listitem-state {
  color: green; }

.nl-ui-classifieds-listitem-selected {
  background: highlight;
  color: HighlightText; }

.nl-ui-classifieds-toolbar {
  padding: 5px 0px; }

.nl-ui-commentscontainer {
  margin: 60px 0px; }

.nl-comments-ui-comment {
  position: relative;
  margin-top: 1.5em; }
  .nl-comments-ui-comment-author {
    margin-right: 1em;
    font-weight: bold; }
  .nl-comments-ui-comment-text {
    padding: 0.25em .5em; }
  .nl-comments-ui-comment .nl-comments-ui-comment-actions {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding: .5em; }
  .nl-comments-ui-comment-hover .nl-comments-ui-comment-actions {
    visibility: visible; }
  .nl-comments-ui-comment-date {
    color: #888; }

.comments-header {
  margin-top: 50px;
  border-bottom: 1px solid black; }
  .comments-header:before {
    margin-right: 10px;
    font-size: 22px; }
    .comments-header:before:before {
      font-family: "narodni-list";
      content: "\e620";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.nl-ui-listview {
  width: 100%; }
  .nl-ui-listview:focus {
    outline: 0px none; }

.nl-ui-loadingcomponent {
  background: url(/static/loading_16.gif) no-repeat center center;
  min-height: 24px; }

.nl-ui-mediaview-component {
  position: relative;
  height: 0px; }
  .nl-ui-mediaview-component-fullscreen {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
    .nl-ui-mediaview-component-fullscreen .nl-ui-mediaview-container .content {
      position: absolute;
      top: 40px;
      left: 40px;
      right: 40px;
      bottom: 40px; }
  .nl-ui-mediaview-component-previous {
    left: 0;
    position: absolute;
    width: 40px;
    font-family: "narodni-list";
    z-index: 99;
    font-size: 40px;
    top: 0px;
    line-height: 100%;
    text-align: center;
    cursor: default;
    color: white;
    bottom: 0px; }
    .nl-ui-mediaview-component-previous .icon {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      margin-top: -20px;
      height: 40px;
      line-height: 40px;
      font-size: 36px;
      color: #fff;
      text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; }
  .nl-ui-mediaview-component-next {
    right: 0;
    position: absolute;
    width: 40px;
    font-family: "narodni-list";
    z-index: 99;
    font-size: 40px;
    top: 0px;
    line-height: 100%;
    text-align: center;
    cursor: default;
    color: white;
    bottom: 0px; }
    .nl-ui-mediaview-component-next .icon {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      margin-top: -20px;
      height: 40px;
      line-height: 40px;
      font-size: 36px;
      color: #fff;
      text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; }

.nl-mediaview-button-hover {
  background: #4d90fe; }

.nl-ui-mediaview-container {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%; }

.nl-mediaview-fullscreenbutton {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  z-index: 999;
  vertical-align: middle;
  /*  @at-root .nl-mediaview-fullscreenbutton-hover {
      background: white;
    }*/ }
  .nl-mediaview-fullscreenbutton:before {
    font-family: "narodni-list";
    content: "\e000";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .nl-mediaview-fullscreenbutton-checked:before {
    font-family: "narodni-list";
    content: "\e007";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.nl-mediaitem,
.nl-mediaitem-image,
.nl-mediaitem-youtube {
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .nl-mediaitem table,
  .nl-mediaitem-image table,
  .nl-mediaitem-youtube table {
    width: 100%;
    height: 100%;
    table-layout: fixed; }
  .nl-mediaitem .content,
  .nl-mediaitem-image .content,
  .nl-mediaitem-youtube .content {
    vertical-align: middle;
    text-align: center;
    /*    position: absolute;
        top: 0px;
        left: 0px;
        right:0px;
        overflow: hidden;
        bottom: 0px;*/ }
    .nl-mediaitem .content img,
    .nl-mediaitem-image .content img,
    .nl-mediaitem-youtube .content img {
      vertical-align: middle !important;
      /*      box-shadow: #CCC 0px 4px 7px;*/
      -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4) ;
      -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4) ;
      box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4) ;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      /*      	-webkit-box-shadow: 0 8px 6px -6px black;
      	   -moz-box-shadow: 0 8px 6px -6px black;
      	        box-shadow: 0 8px 6px -6px black;*/
      /*      max-width:100%;
            max-height: 469px;*/ }
    .nl-mediaitem .content iframe,
    .nl-mediaitem-image .content iframe,
    .nl-mediaitem-youtube .content iframe {
      width: 100%;
      height: 100%; }
  .nl-mediaitem :hover .caption,
  .nl-mediaitem-image :hover .caption,
  .nl-mediaitem-youtube :hover .caption {
    display: block; }
  .nl-mediaitem .caption,
  .nl-mediaitem-image .caption,
  .nl-mediaitem-youtube .caption {
    display: block;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    left: 0; }

.nl-mediaitem-image-cursor {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  top: 50%;
  left: 50%; }

.nl-ui-navigation-toolbarbutton {
  display: inline-block;
  font-weight: bold;
  margin-right: 1em; }

.nl-ui-navigation-toolbarmenubutton {
  display: inline-block;
  font-weight: bold;
  margin-right: 1em; }

.nl-ui-navigation-popupmenu {
  position: absolute;
  background: #fafafa;
  margin: 0;
  padding: 5px;
  outline: none;
  cursor: default;
  padding: 4px 0;
  position: absolute;
  z-index: 20000; }

.nl-ui-navigation-menuitem {
  line-height: 1.5em;
  white-space: nowrap;
  line-height: 40px; }

.nl-ui-navigation-menuitem-content,
.nl-ui-navigation-linkmenuitem-content {
  padding: 3px 20px; }

.nl-ui-navigation-menuitem a {
  display: block;
  color: black; }

.nl-ui-navigation-menuitem-highlight {
  background: highlight; }

.nl-ui-navigation-toolbarmenubutton-caption {
  display: inline-block; }

.nl-ui-navigation-toolbarmenubutton-dropdown {
  display: inline-block; }

.nl-ui-navigation-sidemenu {
  position: absolute;
  background: #FAFAFA;
  top: 0px;
  left: -200px;
  z-index: 99999;
  box-shadow: 3px 0px 21px rgba(0, 0, 0, 0.5);
  height: 100%; }

#user-menubutton {
  float: right; }

#showsidebar {
  padding: 0px 5px;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  vertical-align: middle; }

.nl-ui-navigation-menu-footer {
  text-align: center;
  font-size: 12px;
  padding: .5em; }

.nl-ui-navigation-linkmenuitem {
  text-align: left;
  font-weight: bold; }

.nl-ui-navigation-linkmenuitem a {
  color: black;
  padding: .5em;
  display: block; }

.notifications {
  position: fixed;
  top: 14px;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1000; }

.ui-notification {
  margin: auto;
  margin-top: 5px;
  line-height: 20px;
  background: #ffe000;
  color: black;
  font-weight: bold;
  transition: .25s opacity;
  opacity: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 200px;
  max-width: 40vw; }

.ui-notification-text {
  padding: 3px; }

.ui-notification-content {
  text-align: right;
  padding: 3px; }

.ui-notification-visible {
  opacity: 1; }

.ui-notification-closebutton {
  vertical-align: middle;
  align-self: center;
  pointer-events: auto;
  font-weight: normal; }
  .ui-notification-closebutton:before {
    font-family: "narodni-list";
    content: "\e600";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */
/*
 * Standard styling for menus created by goog.ui.MenuRenderer.
 *
 * @author attila@google.com (Attila Bodis)
 */
.goog-menu {
  background: #fff;
  border-color: #ccc #666 #666 #ccc;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  font: normal 13px Arial, sans-serif;
  margin: 0;
  outline: none;
  padding: 4px 0;
  position: absolute;
  z-index: 20000;
  /* Arbitrary, but some apps depend on it... */ }

/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */
/*
 * Standard styling for menus created by goog.ui.MenuItemRenderer.
 *
 * @author attila@google.com (Attila Bodis)
 */
/**
 * State: resting.
 *
 * NOTE(mleibman,chrishenry):
 * The RTL support in Closure is provided via two mechanisms -- "rtl" CSS
 * classes and BiDi flipping done by the CSS compiler.  Closure supports RTL
 * with or without the use of the CSS compiler.  In order for them not
 * to conflict with each other, the "rtl" CSS classes need to have the @noflip
 * annotation.  The non-rtl counterparts should ideally have them as well, but,
 * since .goog-menuitem existed without .goog-menuitem-rtl for so long before
 * being added, there is a risk of people having templates where they are not
 * rendering the .goog-menuitem-rtl class when in RTL and instead rely solely
 * on the BiDi flipping by the CSS compiler.  That's why we're not adding the
 * @noflip to .goog-menuitem.
 */
.goog-menuitem {
  color: #000;
  font: normal 13px Arial, sans-serif;
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 7em on the right for shortcut. */
  padding: 4px 7em 4px 28px;
  white-space: nowrap; }

/* BiDi override for the resting state. */
/* @noflip */
.goog-menuitem.goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding-left: 7em;
  padding-right: 28px; }

/* If a menu doesn't have checkable items or items with icons, remove padding. */
.goog-menu-nocheckbox .goog-menuitem,
.goog-menu-noicon .goog-menuitem {
  padding-left: 12px; }

/*
 * If a menu doesn't have items with shortcuts, leave just enough room for
 * submenu arrows, if they are rendered.
 */
.goog-menu-noaccel .goog-menuitem {
  padding-right: 20px; }

.goog-menuitem-content {
  color: #000;
  font: normal 13px Arial, sans-serif; }

/* State: disabled. */
.goog-menuitem-disabled .goog-menuitem-accel,
.goog-menuitem-disabled .goog-menuitem-content {
  color: #ccc !important; }

.goog-menuitem-disabled .goog-menuitem-icon {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30); }

/* State: hover. */
.goog-menuitem-highlight,
.goog-menuitem-hover {
  background-color: #d6e9f8;
  /* Use an explicit top and bottom border so that the selection is visible
   * in high contrast mode. */
  border-color: #d6e9f8;
  border-style: dotted;
  border-width: 1px 0;
  padding-bottom: 3px;
  padding-top: 3px; }

/* State: selected/checked. */
.goog-menuitem-checkbox,
.goog-menuitem-icon {
  background-repeat: no-repeat;
  height: 16px;
  left: 6px;
  position: absolute;
  right: auto;
  vertical-align: middle;
  width: 16px; }

/* BiDi override for the selected/checked state. */
/* @noflip */
.goog-menuitem-rtl .goog-menuitem-checkbox,
.goog-menuitem-rtl .goog-menuitem-icon {
  /* Flip left/right positioning. */
  left: auto;
  right: 6px; }

.goog-option-selected .goog-menuitem-checkbox,
.goog-option-selected .goog-menuitem-icon {
  /* Client apps may override the URL at which they serve the sprite. */
  background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -512px 0; }

/* Keyboard shortcut ("accelerator") style. */
.goog-menuitem-accel {
  color: #999;
  /* Keyboard shortcuts are untranslated; always left-to-right. */
  /* @noflip */
  direction: ltr;
  left: auto;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: right; }

/* BiDi override for shortcut style. */
/* @noflip */
.goog-menuitem-rtl .goog-menuitem-accel {
  /* Flip left/right positioning and text alignment. */
  left: 0;
  right: auto;
  text-align: left; }

/* Mnemonic styles. */
.goog-menuitem-mnemonic-hint {
  text-decoration: underline; }

.goog-menuitem-mnemonic-separator {
  color: #999;
  font-size: 12px;
  padding-left: 4px; }

/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */
/*
 * Standard styling for menus created by goog.ui.MenuSeparatorRenderer.
 *
 * @author attila@google.com (Attila Bodis)
 */
.goog-menuseparator {
  border-top: 1px solid #ccc;
  margin: 4px 0;
  padding: 0; }

.nl-ui-fixedlayout {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0px; }

.nl-ui-pageheader .pull-right {
  float: right; }
.nl-ui-pageheader .pull-left {
  float: left; }

.nl-ui-page {
  padding: 10px; }

.clearfix, .nl-ui-posts-list {
  zoom: 1; }
  .clearfix:before, .nl-ui-posts-list:before, .clearfix:after, .nl-ui-posts-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .nl-ui-posts-list:after {
    clear: both; }

.nl-ui-posts-list {
  clear: both; }

.nl-posts-ui-listitem {
  width: 50%;
  float: left; }

.nl-posts-ui-listitem-content {
  overflow: hidden;
  margin: .5em;
  position: relative;
  height: 200px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: black; }

.nl-posts-ui-listitem-title {
  transition: all 1s;
  background: black;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 3px 5px; }

.nl-posts-ui-listitem-title a {
  color: white; }

.nl-posts-ui-listitem-thumbnail {
  transition: all 1s;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center; }

.nl-posts-ui-listitem-thumbnail a {
  display: block; }

.nl-posts-ui-listitem-thumbnail table {
  width: 100%;
  height: 100%; }

.nl-posts-ui-listitem-thumbnail td {
  vertical-align: middle; }

.nl-posts-ui-listitem-thumbnail img {
  width: 100%; }

.nl-posts-ui-listitem-details {
  bottom: 0;
  right: 0;
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: black;
  z-index: 999;
  color: white;
  padding: 1em; }

.nl-posts-ui-listitem-details-title {
  font-weight: bold; }

.nl-posts-ui-listitem-labels {
  border-top: 1px solid white;
  display: block;
  font-weight: boldq; }

.nl-posts-ui-listitem-linkoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.nl-posts-ui-listitem-details a {
  color: white; }

.nl-posts-ui-listitem-summary {
  margin: .25em 0em; }

.nl-posts-ui-listitem:hover {
  /* this is a flip
   .nl-posts-ui-listitem-content {

   -webkit-transform: rotate3d(0,1,0,-180deg);
   -moz-transform: rotate3d(0,1,0,-180deg);
   -o-transform: rotate3d(0,1,0,-180deg);
   -ms-transform: rotate3d(0,1,0,-180deg);
   transform: rotate3d(0,1,0,-180deg);
  }*/ }
  .nl-posts-ui-listitem:hover .nl-posts-ui-listitem-title {
    opacity: 0; }
  .nl-posts-ui-listitem:hover .nl-posts-ui-listitem-details {
    opacity: .9; }

.nl-posts-labelview .nl-ui-primaryactionbutton {
  width: 100%; }

.nl-ui-posts-admin-listview {
  width: 100%;
  table-layout: fixed; }
  .nl-ui-posts-admin-listview th {
    border-bottom: 1px solid #ccc;
    padding: 3px 0px; }
  .nl-ui-posts-admin-listview td {
    padding: 3px 0px; }

.nl-ui-posts-admin-listitem {
  cursor: default; }
  .nl-ui-posts-admin-listitem-id {
    width: 10ex; }
  .nl-ui-posts-admin-listitem-title {
    font-weight: bold;
    cursor: default; }
  .nl-ui-posts-admin-listitem-date {
    width: 10ex; }
  .nl-ui-posts-admin-listitem-date-published {
    width: 20ex; }
  .nl-ui-posts-admin-listitem-selected {
    background: highlight;
    color: HighlightText; }
  .nl-ui-posts-admin-listitem-hover {
    outline: 1px solid blue; }

.nl-ui-sidemenubutton {
  display: none;
  width: 36px;
  text-align: center;
  cursor: pointer; }
  .nl-ui-sidemenubutton:before {
    font-family: "narodni-list";
    content: "\e009";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/*
 * Styles used by goog.ui.TabBarRenderer.
 */
.goog-tab-bar {
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  outline: none; }

.goog-tab-bar-clear {
  clear: both;
  height: 0;
  overflow: hidden; }

.goog-tab-bar-start {
  float: left; }

.goog-tab-bar-end {
  float: right; }

/*
 * IE6-only hacks to fix the gap between the floated tabs and the content.
 * IE7 and later will ignore these.
 */
/* @if user.agent ie6 */
* html .goog-tab-bar-start {
  margin-right: -3px; }

* html .goog-tab-bar-end {
  margin-left: -3px; }

/* @endif */
/*
 * Styles used by goog.ui.TabRenderer.
 */
.goog-tab {
  position: relative;
  padding: 4px 8px;
  color: #00c;
  text-decoration: underline;
  cursor: default; }

.goog-tab-bar-top .goog-tab {
  margin: 1px 4px 0 0;
  border-bottom: 0;
  float: left; }

.goog-tab-bar-top:after,
.goog-tab-bar-bottom:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.goog-tab-bar-bottom .goog-tab {
  margin: 0 4px 1px 0;
  border-top: 0;
  float: left; }

.goog-tab-bar-start .goog-tab {
  margin: 0 0 4px 1px;
  border-right: 0; }

.goog-tab-bar-end .goog-tab {
  margin: 0 1px 4px 0;
  border-left: 0; }

/* State: Hover */
.goog-tab-hover {
  background: #eee; }

/* State: Disabled */
.goog-tab-disabled {
  color: #666; }

/* State: Selected */
.goog-tab-selected {
  color: #000;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #6b90da; }

.goog-tab-bar-top {
  padding-top: 5px !important;
  padding-left: 5px !important;
  border-bottom: 1px solid #6b90da !important; }

/*
 * Shift selected tabs 1px towards the contents (and compensate via margin and
 * padding) to visually merge the borders of the tab with the borders of the
 * content area.
 */
.goog-tab-bar-top .goog-tab-selected {
  top: 1px;
  margin-top: 0;
  padding-bottom: 5px; }

.goog-tab-bar-bottom .goog-tab-selected {
  top: -1px;
  margin-bottom: 0;
  padding-top: 5px; }

.goog-tab-bar-start .goog-tab-selected {
  left: 1px;
  margin-left: 0;
  padding-right: 9px; }

.goog-tab-bar-end .goog-tab-selected {
  left: -1px;
  margin-right: 0;
  padding-left: 9px; }

.tabpagecontainer {
  padding: 10px; }

.goog-textarea {
  width: 100%; }

.nl-ui-toolbar {
  padding: 5px 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }
  .nl-ui-toolbar .ui-button {
    margin-right: 5px; }

.dfp-ad {
  margin-top: 1em; }

.inline-block {
  display: inline-block; }

  
/** 1856 **/


.nl-posts-ui-listitem {
float:none !important;
width:auto;
margin-bottom: 14px;
}
.nl-posts-ui-listitem-title {
bottom:0px;
font-size:1.2em;
z-index:999;
}
.nl-posts-ui-listitem-thumbnail {
position:relative;
width:200px;
height:200px;
}

.nl-posts-ui-listitem-content {
margin: 0em;
}

.nl-posts-ui-listitem-details{
opacity: 1;
background: none;
padding-left: 217px;
z-index:998;
}

.nl-posts-ui-listitem-details-title {
display:none;
}
.nl-posts-ui-listitem-summary {
font-size: 16px;
}


#section-header {
position:relative;
border-radius: 3px 3px 0px 0px;
box-shadow: 0px 3px 4px #ccc;
}
#content {
position:relative;
box-shadow: 0px 3px 4px #ccc;
/*z-index:1000;*/
}


.nl-posts-ui-listitem-labels {
border-top:1px solid #444;
display:none;
}

.posts-list-large  {
border-radius: 5px;
}
.posts-list-large .post-title {
border-radius: 5px 5px 0px 0px;
padding: 0.45em 0 0 .5em;
}
.posts-list-large .post-thumbnail { 
border-radius: 0 0 5px 5px;
}

/** high contrast: */

.nav-button a {
color:white;
}

.nav-button-active {
font-weight: bold;
text-shadow: none;
color:white;
}

.nav-button-active a {
color:white;
}

.nav-button a:hover {
color: #eee;
}

#logo a {
background: url(/static/logo-white.png) no-repeat center center;
}

#footer {
background:none;
color:#aaa;
}

#footer a {
color:#ddd;
font-weight:bold;
}

body {
background-color: #000267;
background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 210px, rgba(1,0,10,1) 100%);
}
#navigation { 
background:none;
}

.nav-button-active.news {
border-bottom: 3px solid #d20000;
}
.nav-button-active.politics {
border-bottom: 3px solid #d20000;
border-image: linear-gradient(to right, red 50%, #0014ff 50%) 3;
}
.nav-button-active.sport {
border-bottom: 3px solid #42b449;
}
.nav-button-active.stuff {
border-bottom: 3px solid #ffe000;
}
.nav-button-active.photo-video {
}

.nav-button-active.classifieds {

}

.nl-ui-sidemenubutton {
color: white;
}
.generic-signin .text { 

border-left:0px none
}
#admonition {
display:none;
}

.nl-ui-posts-list{
margin-top: 16px;
}

.nl-ui-navigation-sidemenu {
width:100px;
left:-200px;
}

/* disable the scrollfloat using styles */
.scrollfloater{
/* position: relative !important; */
}


/* fixes for youtube/mediaview. */

.box-info-neutral {
margin: 2.5em 0em .5em 0em;
border: 1px solid #ccc;
}

.nl-mediaitem-youtube .content {
position: relative;
padding-top: 56.25%;
}

.nl-mediaitem-youtube .content iframe {
position: absolute;
top:0;
left:0;
width: 100%;
height:100%;
}

.nl-mediaview-fullscreenbutton {
bottom: 10px;
top:auto;
}
.nl-ui-mediaview-component img {
position:relative;
}
.nl-ui-mediaview-component-fullscreen .nl-mediaitem-youtube iframe {
width:100%
}
.nl-ui-mediaview-component-fullscreen .nl-mediaitem-youtube .content {
padding:0;
}

/* move fullscreen button. */

.nl-ui-mediaview-component-fullscreen .nl-mediaview-fullscreenbutton {
bottom:10px;
}
.nl-mediaview-fullscreenbutton {
bottom:-30px;
}

/* fixes for facebook */

.fb_iframe_widget span, .fb_iframe_widget iframe  {
    width: 300px !important;
    height: 20px !important;
}



/* search support */

#section-header {line-height:32px; box-shadow: 0px 0px 6px #ccc;}
#section-header-content {
display: flex;
}
#section-header .gsc-search-box {
display: inline-block;
width: 100%;
max-width: 400px;
}
#section-header-text {
margin-right:0;
padding-right: .5em;
}
#section-header {
padding: .5em .5em;
z-index: 999;
}
#section-search {
flex-grow: 1;
text-align:right;
}
form.gsc-search-box {
margin-bottom:0px !important;
}
#section-tools {
float: right;
order: 4;
padding: 0em 0em 0em 0.5em;
}

/* 1856h; */

#logo {
margin: 0em .5em 0em .2em;

}
#logo a {
width:155px;

background: url(/static/logo.png) no-repeat center center;
}

.nav-button {
font-size: 18px;
margin-right: .25em;
}

body {
background: white;
background:#fafafa;
}

#content {
box-shadow: 0px 3px 4px rgb(204, 204, 204, 0.8);
border-radius: 3px;
}

.posts-list-large .post-title {
color: black;
background: white;
padding: .5em;
}

.posts-list-large a {
color: black;
}
.post-title {
font-size: 33px;
margin-top: 5px;
}
.nl-posts-ui-listitem-content {
background: white;
}
.nl-posts-ui-listitem-title {
right: 0;
width: 64%;
left:auto;
padding: 3px 5px;
}
.nl-posts-ui-listitem-details {
color:black;	
}
.nl-posts-ui-listitem-title a {
color: white;
display: block;
}
.nl-posts-ui-listitem-thumbnail {
color: black;
padding: 5px;
}

.nl-posts-ui-listitem-details a {
color: white;
display: block;
}
	
.nl-posts-ui-listitem:hover .nl-posts-ui-listitem-title {
opacity: 1;
}
  

.nl-posts-ui-listitem-thumbnail {position:relative;width: 200px;height: 120px;}
#section-header {position:relative;border-radius: 9px 9px 0px 0px;

box-shadow: none;
}
#content {position:relative;box-shadow: none;}
.posts-list-large .post-title {border-radius: 5px 5px 0px 0px;padding: .5em 0em;}
.nav-button a {color: black;}
.nav-button-active {
color: black;
}
.nav-button-active a {color: black;}
.nav-button a:hover {
    color: #aaa;
}

.dfp-ad {
text-align: center;
}
#footer a:visited {
    color: #aaa;
}

#footer a {
    color: #aaa;
    font-weight: bold;
}

.nl-ui-sidemenubutton { 
color:black;	
}
/*
admonition
#navigation { 
background:none;
min-height: 76px;
margin-bottom: 0px;
}

#admonition {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 300px;
height: 60px;
background-image: url(/static/admonition-2020-newyears.png);
background-position: left top;
z-index: 100000;
background-repeat: no-repeat;
pointer-events: none;
}
*/


/* #navigation { 
background:none;
min-height: 42px;
}
#admonition {
display: none;
} */


/*@ sourceMappingURL=/static/main.css.map */