/* Minification failed. Returning unminified contents.
(827,9): run-time error CSS1030: Expected identifier, found ' '
(827,24): run-time error CSS1030: Expected identifier, found ' '
 */
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! jQuery UI - v1.9.2 - 2013-10-30
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* prikazliste */
.b-grid * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.b-grid: after,.b-grid: before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}
.newslista {
    padding-right: 30px;
}

.muzej-naslov {
    /* color: #d71920; */
    font-weight: 700;
    font-size: 16px;
}
.muzej-prednaslov {
	display:inline-block;
	font: 25px/30px 'vladarh_serifbook', Arial, serif;
    /* color: #d71920; */
    /* font-weight: 700; */
    /* font-size: 16px; */
	
	margin-left:15px;
	margin-top:30px;
	margin-bottom:30px;
	text-decoration:none;
}


.more-btn3 {
    background-color: transparent;
    /* color: #23527c; */
	color:#033e7c;
    cursor: pointer;
    width: 13%;
    border: none;
    text-align:left;
    outline: none;
    font-size: 15px;
    /* transition: 0.4s; */
	/* margin: 10px 0 0 0; */
	margin-top:10px;
	margin-bottom:20px;
    display: inline-block;
    float:initial;
	margin-left:-5px;

}

.search form{
    -webkit-box-sizing: content-box;
   box-sizing: content-box; 
}



.utoka{
    display: none;
}

.row.prikazListe.umjetnine {
	margin-top:35px;

}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
html { -webkit-text-size-adjust: none; }

body {
	background: #FFF;
	font: 14px/22px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #424242;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.flex-fix {
    flex: 1 0 auto;
}

.center {
	margin: 0 auto;
}

/* home button 404.aspx */
.back_to_home_btn {
    border: none;
    background: none;
    background: #033e7c;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 30px;
}

/* header */

.head_nav {
	background: #eee;
	color: #424242;
	padding: 10px 0;
	overflow: hidden;
}

.head_nav .logoSmall {
	float: left;
	width: 171px;
	height: 27px;
}

.head_nav .logoSmall_en {
	float: left;
	width: 193px;
	height: 27px;
}


.head_nav ul, .head_nav .lang_select  {
	float: right;
	margin-left: 20px;
}

.head_nav .impared li {
    background: url(../img/icon_impared@2x.png) no-repeat 0 0;
    background-size: 18px 18px;
    padding-left: 10px;
}

.head_nav ul:first-child {
	margin: 0;
}

.head_nav ul li {
	float: left;
}

.head_nav li a {
	display: block;
	margin-left: 15px;
}

.head_nav li:first-child a {
	margin-right: 0;
}

.head_nav li a.active {
	text-decoration: underline;
	color: #424242;
}

.head_nav li a.active:hover {
	color: #191919;
}

.head_nav .head_social {
	margin-top: 2px;
    display: none;
}

.head_nav .head_social a {
	width: 18px;
	height: 18px;
}

.head_nav .head_social a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.txt_size_1 {
	font-size: 12px;
}

.link_button, .link_button.outlink {
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    background: #eee;
    border: 1px solid #e0e0e0;
    color: #033e7c;
    margin: 0 0 12px 0;
    text-decoration: none;
}

.link_button:hover, .link_button.outlink:hover {
    background: #cfcfcf;
    color: #000;
}

.txt_size_3 {
	font-size: 16px;
}

.logo_search_content {
	overflow: hidden;
}

.logo_search_content .logo { 
	margin-top: 2px; 
} 

.search form {
	border: 1px solid #191919;
	height: 37px;
	padding: 5px 5px 0 5px;
}

.search input.search_input {
	border: 0;
	float: left;
	padding: 6px 5px 5px 10px;
}

.search_btn {
	float: right;
	border: 0;
}


/* topnav */

nav.topnav, nav[role=navigation] {
	background: #033e7c;
	padding-left: 22px;
	font: 16px/46px "vladarhsans_regregular", Arial, sans-serif;
}

nav.topnav a {
	color: #fff;
}


/* teme */


.theme_box {
	margin-bottom: 20px;
}

.theme_box a {
	display: block;
}	

.grey_bgnd {
    background: #eee;
    padding: 18px 24px;
}

/* novosti */	

.news {
	margin-top: 20px;
}

.news:first-child {
	margin-top: 0;
}

.news span, .news a {
	display: block;
}

.news_img {
	overflow: hidden;
	margin-bottom: 12px;
}

.news_links li {
	background: url(../img/arrow_right_s.png) no-repeat 0 6px;
	padding-left: 15px;
}

.news .event .date {
	padding: 0;
}

.news_label {
	display: block;
	margin-bottom: 2px;
}

.more_link {
	clear: both;
}

.more_link a {
	display: block;
	background: #e9e9e9;
	height: 44px;
	line-height: 46px;
	text-align: center;
}

.more_link a:hover {
	background: #e2e2e2;
}

.more_link span:after {
	content: url(../img/arrow_down.png);
	margin-left: 8px;
}

.read_more_link span:after {
	content: url(../img/arrow_right_s.png);
	margin-left: 8px;
}

.news .event {
	padding-bottom: 10px;
}	

.separator .event {
	margin-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}	

.separator .no-border {
	border: 0;
}

.obavijest {
	background-color: #fff; 
	color:#033e7c;
	font-size: 17px;
  padding: 10px;
  margin: 20px 0;
  border: 2px solid #033e7c;
}

.obavijest a {
	text-decoration: none;
	color:#033e7c;
  font-weight: 800;
	text-align: left;
	display: inline-block;
  width: 100%;
}

.obavijest:hover, .obavijest:active,.obavijest:hover a {
	background-color: #033e7c;
    color: #fff;
    cursor: pointer;
}

/* news archive */

.news_item {
	margin-top: 24px; 
}

.news_item .h3 {
	color: #191919;
}

.news_item .date {
	display: block;
	margin-top: 0;
	font-size: 11px;
}

.date {
	font-size: 11px;
}

.news_page_nav {
	margin-top: 32px;
	border-top: 2px solid #033e7c;
	padding-top: 24px;
}

.news_page_nav select, .news_filter select {
	background: #e9e9e9;
	border: 0;
	border-radius: 0; 
	padding: 5px;
}

.news_page_nav select {
	width: 70px;
	margin-left: 5px;
}

.news_page_nav a {
	display: inline-block;
	background: #F2F2F2;
	padding: 3px 10px;
	color: #454545;
	text-decoration:none;
}

.news_page_nav a:hover {
	background: #454545;
	color: #FFF;
	text-decoration:none;
}

.news_page_nav a.active {
	background: #787878;
	color: #FFF;
	text-decoration:none;
}


.news_filter { 
	padding-top: 30px; 
}

.news_filter select {
	width: 100%;
	margin-bottom: 20px;
}

.news_filter_date, .news_filter_term {
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 32px;
}

.news_filter_date input {
	float: right;
	background: #e9e9e9 url(../img/icon_date.png) no-repeat top right;
	border: 0;
	border-radius: 0; 
	padding: 5px 10px;
	width: 83%;
}

.news_filter_term input {
	width: 100%;
	background: #e9e9e9 no-repeat top right;
	border: 0;
	border-radius: 0; 
	padding: 5px 10px;
}

.news_filter_btn {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

.news_filter_btn:hover {
	color: #787878; 
}

.app_search_input{
	width: 150px;
	background: #e9e9e9 no-repeat top right;
	border: 0;
	border-radius: 0; 
	padding: 5px 10px;
}


/* bottom boxes */

.anketa_odgovori {
	padding: 10px 0 14px 30px;
}

.anketa_radio {
	background: url(../img/anketa_radio.png) no-repeat;
	display: inline-block; 
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}

.anketa_radio.active {
	background: url(../img/anketa_radio_a.png) no-repeat;
}

.anketa_btn {
	background: #d82a2f;
	border: 0;
	cursor: pointer;
	color: #FFF;
	height: 30px;
	width: 90px;
	margin-right: 10px;
	border-radius: 0; 
}

.anketa_btn_rez {
	background: #191919;
}

.number_big {
	display: block;
	font: 68px/56px 'vladarh_serifbold', Arial, serif;
	color: #19192B;
	margin-bottom: 10px;
	cursor: pointer;
}

.article_info {
	border-bottom: 2px solid #E9E9E9;
	padding: 4px 0 8px;
	margin-bottom: 20px;
} 

.article_info li {
	display: inline-block;
	margin-right: 22px;
	padding-left: 20px;
}

.page_content {
	padding-bottom: 38px;
}

.page_content table {
	border:0;
	width:100% !important;
}

.page_content td,
.page_content th {
    padding: 10px;
    border:0;
}

.page_content th {
    color: #ffffff;
    background: #033e7c;
}

.page_content .img_responsive {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.article_prev_next {
	clear: both;
	border-top: 2px solid #E9E9E9;
	padding-top: 8px;
	margin-bottom: 20px;
}

.article_prev_next::before {
	content: '';
	display: table;
}

.article_prev_next a {
	display: block;
	text-decoration: none;
}

.prev_link {
	width: 49%;
	float: left;
}

.prev_link a {
	background: url(../img/arrow_left.png) no-repeat 0 6px;
	padding-left: 16px;
}

.next_link {
	width: 49%;
	float: right;
	text-align: right;
}

.next_link a {
	background: url(../img/arrow_right.png) no-repeat right 6px;
	padding-right: 16px;
}

.multimedia_files {
	padding-bottom: 20px;
}

.multimedia_files ul li {
	display: inline;
	padding-left: 30px;
	background: none;
}

.multimedia_files ul li:first-child {
	padding-left: 0;
}

.multimedia_files ul li a {
	display: inline-block;
	padding-left: 20px;
	text-decoration: underline;
    background: none;
}

#galleryContainer, #videoContainer, #audioContainer {
	display: none;
	width: 100%;
	margin-bottom: 20px;
}

.documents_box, .more_themes_box {
	padding-bottom: 24px;
}

.documents_box li {
	color: #7d7d7d; 
	padding-left: 28px;
}

.pdf_icon {
	background: url(../img/icon_pdf.png) no-repeat 0 2px;
}

.doc_icon {
	background: url(../img/icon_doc.png) no-repeat 0 2px;
}
 
.xls_icon {
	background: url(../img/icon_xls.png) no-repeat 0 2px;
}

.other_icon {
	background: url(../img/icon_misc.png) no-repeat 0 2px;
}

.link_icon {
	background: url(../img/icon_link.png) no-repeat 0 2px;
}

.download {
	display: inline-block;
	width: 18px;
	height: 19px;
	margin-right: 8px;
}

.desnimenu {
    margin: 12px 0 36px 0;
    border-top: 2px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
    padding: 16px 4px;
}

.desnimenu li {
    display: block;
    margin: 8px 0;
    background: url(../img/bull.gif) no-repeat 0 5px;
    padding-left: 24px;
}

.desnimenu li:first-child {
    border-top: 0;
}

.social_box li {
	padding: 3px 0;
}

.social_box_big li a {
	display: block;
	line-height: 25px;
	margin: 12px 0 0 0;
	padding: 0 0 0 32px;
}

.social_box_big { font: 16px/22px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; }
.social_box_big .fb a { background: url(../img/social-icons.png) no-repeat 0 0; }
.social_box_big .tw a { background: url(../img/social-icons.png) no-repeat 0 -50px; }
.social_box_big .gp a { background: url(../img/social-icons.png) no-repeat 0 -100px; }
.social_box_big .yt a { background: url(../img/social-icons.png) no-repeat 0 -150px; }
.social_box_big .em a { background: url(../img/social-icons.png) no-repeat 0 -200px; }
.social_box_big .fl a { background: url(../img/social-icons.png) no-repeat 0 -250px; }
.social_box_big .sc a { background: url(../img/social-icons.png) no-repeat 0 -300px; }

a.link_btn {
	display: block;
	float: left;
	background: #191919;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	margin-top: 10px;
}

.two_cols, .main_article {
	width: 100%;
}

.half_col, .two_third_col, .one_third_col, .two_third_col2, .one_third_col2, .main_article_left, .main_article_right, .one_fourth_col { 
	float: left;
}

.one_third_col h1 {
	display: none;
}

.one_third_col.visible h1 {
	display: block;
}

.one_third_col.visible {
	padding-top: 24px;
	width: 100%;
}

.main_article img, .half_col img, .two_third_col img, .one_third_col img, .one_third_col2 img, .one_third_col.visible img {
	width: 100%;
	max-width: 100%;
}

.page_content .one_third_col2 h2 {
	padding-top: 0;
}

.istaknuto {
	margin-bottom: 6px;
}

.istaknuto li, .news_container .istaknuto li {
	padding: 6px 0 6px 24px;
	font: 16px/22px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}

.istaknuto li:first-child {
	padding-top: 0;
	background-position: 0 4px;
}

.news_container .istaknuto li:first-child {
	padding-top: 6px;
	background-position: 0 10px;
}

.divider {
	background: #ddd;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/* kalendar */

.ui-datepicker {
	padding: 4px 0 0 0;
	width: 100%;
}

.ui-datepicker .ui-datepicker-header {
	background: #e9e9e9;
}

.news .ui-datepicker-title span {
	display: inline;
}

.ui-datepicker .ui-datepicker-prev  {
	background: url(../img/arrow_left_s.png) no-repeat center;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next {
	background: url(../img/arrow_right_s.png) no-repeat center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 0.9em;
    background: none;
    border: 0;
    max-width: 64px;
    margin: 0 8px;
    line-height: 12px;
}

.ui-datepicker th {
	font-weight: normal;
	padding: 0.3em 0.3em;
}

.ui-datepicker td span, .ui-datepicker td a {
	padding: 0.2em 0.6em 0;
	text-align: center;
}

.ui-datepicker-current-day a {
	background: #d82a2f;
	color: #FFF;
}

.ui-datepicker-current-day a:hover {
	color: #FFF;
}

.highlight a {
	background: #e9e9e9;
}

.highlight.highlightblue a {
	background: #87CEFA;
}

.highlight.highlightgreen a {
	background: #90EE90;
}

.highlight.highlightpurple a {
	background: #9932CC;
}

.highlight.highlightyellow a {
	background: #FFFF00;
}

.highlight.highlightred a {
	background: #FF7F50;
}


/* kalendar tražilice */

.ui-datepicker.novosti {
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-top: 5px;
	padding-top:  0;
	width: 258px;
	box-shadow: 3px 3px 3px #ccc;
}

.ui-datepicker.novosti .ui-datepicker-header {
	padding: 4px 0 5px 0;
}

.ui-datepicker.novosti .ui-datepicker-prev {
	top: 5px;
}

.ui-datepicker.novosti .ui-datepicker-next {
	top: 5px;
}

.ui-datepicker.novosti select {
	border: 0;
	padding: 2px;
	font-size:  13px;
	margin: 0 3px;
	width: 90px;
}
  

/* footer */

footer {
	clear: both;
	background: #eee;
	/*padding: 22px 26px;*/
	padding: 24px 0; 
}

footer.footer_gov {
	background: #033e7c;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding: 12px 0;
}

.footer_col4 li img {
	vertical-align: middle;
	margin-right: 10px;
}

.footer_col4 li span, .social_box li span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}

.social_box li span {
	margin-right: 10px;
}

.footer_col4 li a {
	display: block;
	line-height: 1px;
}

.footer_col4 li a:hover span {
	opacity: 0.8;
}

.footer_vrh a {
	display: block;
	color: #FFF;
	background: url(../img/arrow_up.png) no-repeat left center; 
	padding-left: 18px;
}


/* links */

a {
	text-decoration: underline;
	color: #424242;
}

nav.topnav ul li a, .head_nav li a, .theme_box a, .news a, .more_link a, .bott_box a, footer a, .article_right a, .bott_box_count a, .topnav_icon a, a.read_more_link, .more_themes_box a, .documents_box a, .entitySet, .entitySet2, .news_item a, .istaknuto a, .social_box_big a, .multimedia_files a, .two_cols a, .main_article a, h1 a {
	text-decoration: none;
} 

.theme_box a span.h3, .news a span.h2 {
	color: #191919;
}

a:hover, a:hover span.h3, .news a:hover span.h2, a:hover .number_big {
	color: #033e7c;
	text-decoration: none;
}

a:hover .gray{
	color: #787878;
}

.head_nav a {
	color: #424242;
}

.head_nav a:hover {
	color: #191919;
    text-decoration: underline;
}

footer a.more_link, .list_view_more a, nav.topnav ul li a:hover, .footer_gov a:hover {
	text-decoration: underline;
}

.footer_gov a:hover {
	color: #DDDDDD;
}

footer h2 {
	color: #424242;
} 

footer a {
	color: #191919;
} 

footer a:hover {
	color: #191919;
	text-decoration: underline;
} 


/* headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1 {
	border-bottom: 2px solid #033e7c;
	padding-bottom: 12px;
	margin-bottom: 20px;
	color: #191919;
}

.article_content h1 {
	border: 0;
	padding: 0;
	margin-bottom: 15px;
}

h2, span.h2, span.h2_small {
	display: block;
	margin-bottom: 6px;
}

.page_content h2 {
	color: #191919;
	margin: 8px 0 18px 0;
}

.bott_box h2 {
	color: #191919;
} 

h3, span.h3 {
	display: block;
}

.article_content h3 {
	margin-bottom: 18px; 
	color: #191919; 
}

.article_content div.dokumenti{
	margin-top: 18px; 
}


.article_content h3.dokumenti {
	margin-bottom: 0; 
}

.faqPitanje {
    padding: 16px 0;
    border-top: 1px solid #cfcfcf;
}


/* forms */

input, select, textarea {
	font: 14px/22px 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	color: #191919;
	background: #FFF;
}

/*kontakt forma*/
.form-input-description {
    font-size: 13px;
    color: grey;
    margin: 0px;
    line-height: 1px;
}

.forma-upiti {
}

    .forma-upiti .form-group input {
        display: block;
        width: 97%;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid #ccc;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .forma-upiti .form-group select {
        display: block;
        width: 100%;
        padding: 10px;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .forma-upiti .form-group input[type="submit"] {
        background: #033e7c;
        color: #ffffff;
        width: 100%;
        border: none;
    }

    .forma-upiti .form-group label {
        font-size: 15px;
        font-weight: bold;
        display: block;
    }

    .forma-upiti .form-group {
        margin-bottom: 20px;
    }

        .forma-upiti .form-group textarea {
            width: 99%;
            background: #f5f5f5;
            min-height: 150px;
            border: 1px solid #ccc;
            border-radius: 0;
            -webkit-appearance: none;
        }

.forma-autor {
    font-size: 17px;
    font-weight: bold;
    color: #033e7c;
}


/* other */

ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

.page_content ul {
	padding: 0;
}

.page_content ol {
	margin: 0;
	padding: 0 0 0 32px;
}

.page_content ul li, .page_content_box ul li, .more_themes_box ul li, .theme_box ul li, ul.list li, .news_container li {
	background: url(../img/bull.gif) no-repeat 0 5px;
	padding: 0 0 0 24px;
}

.page_content ul li ul li, .page_content_box ul li ul li, .more_themes_box ul li ul li, .theme_box ul li ul li {
	background: url(../img/bull_grey.gif) no-repeat 0 5px;
}

.page_content ol li	{
	padding: 0;
}

.more_themes_box li {
	padding: 0 0 0 28px;
}

.page_content .multimedia_files ul li { background: none; }

.list_view_more {
	background: none;
}

.space_8 {
	height: 8px;
}

.space_16 {
	height: 16px;
}

.space_24 {
	height: 24px;
}

.space_32 {
	height: 32px;
}

.space_40 {
	height: 40px;
}

.clear {
	clear: both;
}

a.outlink {
	background: url(../img/icon_outlink.png) no-repeat right;
	padding-right: 20px;
    text-decoration: underline;
}

.underline {
	text-decoration: underline;
}


/* ministarstva - logotipovi */
.entitySet { 
	display: block;
	padding-left: 70px;
	min-height: 55px;
	margin-bottom: 22px;
	background-image: url(../img/ministarstva_kockice.png);
	background-repeat: no-repeat;
}

.entitySet h2 {
	padding: 0;
	margin-bottom: 6px;
}

.entitySet2 { 
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.entitySet2 h2 {
	padding: 0;
	margin-bottom: 15px;
}

.entitySet, .entitySet2  {
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    cursor: default;
}

.entitySet.published, .entitySet2.published {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    cursor: pointer;
}

.mgipu {
	background-position: 0 5px;
}
.mzoip {
	background-position: 0 -95px;
}
.mp {
	background-position: 0 -195px;
}
.mvp {
	background-position: 0 -295px;
}
.mup {
	background-position: 0 -395px;
}
.mz {
	background-position: 0 -495px;
}
.mt {
	background-position: 0 -595px;
}
.mmpi {
	background-position: 0 -695px;
}
.mzos {
	background-position: 0 -795px;
}
.mk {
	background-position: 0 -895px;
}
.mrrfeu {
	background-position: 0 -995px;
}
.mg {
	background-position: 0 -1095px;
}
.mpo {
	background-position: 0 -1195px;
}
.mo {
	background-position: 0 -1295px;
}
.mb {
	background-position: 0 -1395px;
}
.mu {
	background-position: 0 -1495px;
}
.mspim {
	background-position: 0 -1595px;
}
.mpr {
	background-position: 0 -1695px;
}
.mf {
	background-position: 0 -1795px;
}
.mrms {
	background-position: 0 -1895px;
}

.article_photo {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.article_photo img {
	width: 100%;
	max-width: 100%;
}
.tjeralica-slike {
	width:70%;
}
.sectionHeading {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

.two_cols .no-margin {
	margin-left: 0;
}

.menuLeft li.active a {
	color: #000;
}

.menuLeftPhoto img {
	width: 100%;
	max-width: 100%;
}

.page_content .menuLeft li {
	background: none;
    border-bottom: 1px solid #ddd;
	padding: 12px 0;
}

.subtitleUnderh1 {
	color: #888;
}

.equation ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.equation ul li {
	display: block;
	text-align: center;
	color: #033e7c;
    padding: 0;
    background: none;
}

.equation ul li .equation_element {
	display: block;
	margin: 0 auto;
	background: #dfe0e2;
	text-align: center;
}

.equation ul li .equation_element span {
	display: block;
}

.equation ul li.symbol {
	background: none;
}

#cookie-inner-wrapper {
    z-index: 999999;
    background: #666;
    padding: 15px 0;
}

#cookie-wrapper {
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

#cookie-info-wrapper {
    float: left;
    padding-right: 100px;
}

#cookie-inner-wrapper a {
    text-decoration: underline;
    color: #fff;
}

#cookie-button {
    position: absolute;
    right: 0;
    top: -5px;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #033e7c;
    cursor: pointer;
}

/* CONTENT TABLICA */
.tblMatUredi { width: 100%; border-spacing: 1px; }
.tblMatUredi td { padding: 5px 10px; }
.tblMatUredi thead td { background: #787878; color: #fff; }
.tblMatUredi tr:nth-child(2n+2) td { background: #eee; }


/* media queries */

@media only screen and (min-width: 320px) {

	h1 {
		font: 30px/36px 'vladarhserif_regregular', Arial, serif;
	}
	
	h2, span.h2, span.h2_small {
		font: 22px/26px 'vladarhserif_regregular', Arial, serif;
	}
	
	h3, span.h3, .subtitleUnderh1 {
		font: 22px/26px 'vladarh_serifbook', Arial, serif;
	}

	.article_content h3, .faqPitanje {
		font: 18px/22px 'vladarh_serifbook', Arial, serif;
	}

	.subtitleUnderh1 {
		font: 18px/22px 'vladarh_serifbook', Arial, serif;
		padding-top: 6px;
	}

	.fb_icon {
		background-image: url(../img/icon_facebook@2x.png);
		background-size: 18px 18px !important;
	}

	.tw_icon {
		background-image: url(../img/icon_twitter@2x.png);
		background-size: 18px 18px !important;
	}

	.yt_icon {
		background-image: url(../img/icon_youtube@2x.png);
		background-size: 18px 18px !important;
	}

	.fc_icon {
		background-image: url(../img/icon_flickr@2x.png);
		background-size: 18px 18px !important;
	}
 
	.sc_icon { 
		background-image: url(../img/icon_scribd@2x.png); 
		background-size: 18px 18px !important;
	}

	.in_icon {
		background-image: url(../img/icon_instagram@2x.png);
		background-size: 18px 18px !important;
	}

    .li_icon {
		background-image: url(../img/icon_linkedin@2x.png);
		background-size: 18px 18px !important;
	}

	.center {
		width: 90%;
	}

    .beta-outer {
        background: #666;
    }

    .beta-inner {
        padding: 9px 0;
        margin: 0 auto;
        width: 90%;
        color: #fff;
    }

    .beta-inner a {
        color: #ffffff;
        display: inline-block;
        margin-left: 0;
        text-decoration: underline;
    }
	
	header {
		border-bottom: 2px solid #e9e9e9;
		/*height: 216px;*/
		margin-bottom: 20px;
		position: relative;
	}

	.head_nav .logoSmall {
		background: url(../img/govhr_logo_white@2x.png) no-repeat 0 0;
		background-size: 171px 27px !important;
	}
	
	.head_nav .logoSmall_en {
		background: url(../img/govhr_logo_white_en@2x.png) no-repeat 0 0;
		background-size: 193px 27px !important;
	}

	.head_nav .lang_select {
		float: none;
		clear: both;
		margin: 0;
		padding: 12px 0 2px 0;
        display: none;
	}

	.head_nav .lang_select select {
		width: 100%;
		background: #4c4c4c;
		border: 0;
		color: #FFF;
		border-radius: 0; 
	}

	.logo_search_content {
		padding: 15px 0;
	}
	
	.logo {
		display: block;
		height: 55px;
		margin-bottom: 15px;
	}

	.logo_search_content .logo {
		background: url(../img/govhr_logo@2x.png) no-repeat; 
		background-size: auto 55px !important;
	}	
				
	nav.topnav {
		display: none;
		position: absolute; 
		top: 83px;
		left: 0;
		width: 100%;
		line-height: 26px;
		padding: 10px 0;
	} 
	
	.close {
		position: absolute;
		top: 10px;
		right: 10px;
		background: url(../img/icon_close@2x.png) no-repeat;
		background-size: 32px 32px !important;
		width: 32px;
		height: 32px;
		cursor: pointer;
	}
	
	nav.topnav ul li {
		padding-left: 22px;
	}
	
	.topnav_icon {
		float: right;
	}
	
	.topnav_icon a {
		display: block;
		background: #e9e9e9 url(../img/icon_menu@2x.png) no-repeat center;
		background-size: 35px 24px !important;
		width: 60px;
		height: 45px;
	}

	.download {
		background: url(../img/icon_download@2x.png) no-repeat 0 3px;
		background-size: 18px 18px !important;
	}
	
	.search {
		margin-right: 80px;
		clear: left;
	}
	
	.search input.search_input {
		width: 150px;
	}
	
	.search_btn {
		background: url(../img/icon_search@2x.png) no-repeat center;
		background-size: 21px 21px !important;
		width: 21px;
		height: 21px;
		margin: 6px 3px 0 0;
	}
		
	.footer_col1, .footer_col2, .footer_col3 {
		margin-bottom: 20px; 
	}

	.news_img img {
		width: 100%;
		max-width: 100%;
	}
	
	.news span.news_short {
		display: none;
	}
	
	.news_filter {
		border-bottom: 2px solid #ebebeb;
		margin-bottom: 30px;
		padding-bottom: 10px;
	}	

	.main_article_right h2 {
		padding-bottom: 0;
	}
	
	.footer_cp {
		padding: 10px 0 18px;
	}
	
	.footer_cp a{
		color:#FFFFFF;
	}
	
	.footer_col4 li {
		width: 21px;
		height: 21px;
		overflow: hidden;
		float: left;
		margin-right: 20px;
	}
	
	.footer_col4 li span {
		width: 21px;
		height: 21px;
		background-size: 18px 18px !important;
		background-repeat: no-repeat;
	}

	.breadcrumbs {
		display: none;
	}
	
	.bott_box_count {
		float: left;
		width: 50%;
		padding-bottom: 20px;
	}
	
	.article_info li.time_info {
		background: url(../img/icon_time@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}
 
	.article_info li.views_info {
		background: url(../img/icon_info@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}
	
	.social_box li {
		float: left;
		margin: 0 22px 18px 0;
	}
	
	.social_box li a {
		text-indent: -9999px; 
		width: 21px;
		height: 21px;
		display: block;
		overflow: hidden;
	}
	
	.social_box li span {
		width: 21px;
		height: 21px;
		background-size: 21px 21px !important;
		display: block;
	}
	
	.social_box li span.fb_icon {
		background-image: url(../img/icon_facebook2@2x.png);
	}

	.social_box li span.tw_icon {
		background-image: url(../img/icon_twitter2@2x.png);
	}

	.social_box li span.print_icon {
		background-image: url(../img/icon_print@2x.png);
	}
  
	.social_box li span.gp_icon {
		background-image: url(../img/icon_google@2x.png);
	}
	
	.prev_link {
		margin-bottom: 12px;
	}
	
	.article_right {
		clear: both;
		padding-top: 22px;
	}

	.half_col { 
		width: 100%;
	}
	
	.half_right_col_top {
		margin-top: 22px;
	}
	
	.two_third_col, .two_third_col2 {
		width: 100%;
	}
	
	.one_third_col {
		display: none;
	}

	.one_third_col.visible {
		display: block;
	}
	
	.one_fourth_col {
		width: 100%;
		overflow: hidden;
		position: relative;
		display: table;
		margin-bottom: 16px;
	}
	
	.one_fourth_col .photo {
		width: 38%;
		height: auto;
		display: table-cell;
		vertical-align: top;
	}	
	
	.one_fourth_col .photo img {
		width: 100%;
		max-width: 100%;
	}

	.one_fourth_col .body {
		display: table-cell;
		vertical-align: top;
		padding-left: 20px;
	}	

	.one_fourth_col_block {
		width: 100%;
		overflow: hidden;
		float: right;
	}

	.three_fourth_col_block {
		display: none;
		float: right;
	}

	.three_fourth_col_block_body {
		float: left;
	}
	
	.main_article_left, .main_article_right {
		float: none;
		width: 100%;
	}

	.main_article_left {
		margin-bottom: 12px;
	}
	
	.main_article_right div {
		display: none;
	}
	
	.multimedia_files .gallery {
		background: url(../img/icon_gallery@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}

	.multimedia_files .video {
		background: url(../img/icon_video@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}
	
	.multimedia_files .audio {
		background: url(../img/icon_audio@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}
	
	.photoFloatLeft {
		width: 100%;
		margin-bottom: 20px;
	}

	.photoFloatLeft img {
		width: 100%;
		max-width: 100%;
	}

	.equation ul li {
		width: 100%;
	}
	
	.equation ul li .equation_element {
		width: 140px;
		height: 140px;
		border-radius: 70px;
		font-size: 13px;
	}
	
	.equation ul li .equation_element span {
		font: 64px/56px 'vladarh_serifbold', Arial, serif;
		padding-top: 30px;
	}
	
	.equation ul li.symbol {
		font: 48px/48px 'vladarh_serifbold', Arial, serif;
		padding-bottom: 10px;
	}

    /* CONTENT TABLICA */
    .tblMatUredi td { display: block; padding: 15px 10px; }
    .tblMatUredi thead td { display: none; }
	
}
 
 

@media only screen and (min-width: 480px) {
	
	.head_nav .lang_select {
		float: right;
		clear: none;
		margin-left: 20px;
		padding: 0;
	}

	.head_nav .lang_select select {
		width: 100%;
	}
	
}
 
 
@media only screen and (min-width: 640px) {
	
	.bott_box_count {
		width: 25%;
	}

    /* CONTENT TABLICA */
    .tblMatUredi td { display: table-cell; padding: 5px 10px; }
    .tblMatUredi thead td { display: table-cell; }

}
 
 
@media only screen and (min-width: 760px) {

	h1 {
		font: 30px/36px 'vladarhserif_regregular', Arial, serif;
	} 
	
	h2, span.h2, span.h2_small {
		font: 24px/28px 'vladarh_serifbook', Arial, serif;
	}
	
	h3, span.h3 {
		font: 24px/28px 'vladarh_serifbook', Arial, serif;
	}
	
	.article_content h3, .faqPitanje {
		font: 20px/26px 'vladarh_serifbook', Arial, serif;
	}

	.fb_icon {
		background-image: url(../img/icon_facebook.png);
	}

	.tw_icon {
		background-image: url(../img/icon_twitter.png);
	}

	.yt_icon {
		background-image: url(../img/icon_youtube.png);
	}

	.fc_icon {
		background-image: url(../img/icon_flickr.png);
	}

	.sc_icon {
		background-image: url(../img/icon_scribd.png);
	}

	.in_icon {
		background-image: url(../img/icon_instagram.png);
	}

    .li_icon {
		background-image: url(../img/icon_linkedin.png);
	}

	.center, .head_nav .center, .beta-inner {
		width: 720px;
	}
	
	header {
		border: 0;
		margin-bottom: 20px;
		padding: 0;
	}
	
	.head_nav .languages, .head_nav .textSize {
		display: block;
	}
			
	.head_nav .lang_select {
		display: none;
	}
			
	.logo_search_content {
		padding: 20px 0;
	}

	.logo {
		float: left;
		width: 50%;
		height: 55px;
		margin-bottom: 0;
	}

	.download {
		background: url(../img/icon_download.png) no-repeat 0 3px;
	}
	
	.search {
		width: 50%;
		clear: none;
		margin: 7px 0 0 0;
	}
	
	.search form {
		width: 348px;
	}
	
	.search input.search_input {
		width: 290px; 
	}
	
	.search_btn {
		background: url(../img/icon_search.png) no-repeat center;
		width: 34px;
		height: 32px;
		margin: 0;
	}
	
	.search {
		float: right;
	}
	
	.search form {
		float: right;
	} 
	 
	nav.topnav {
		display: block !important;
		position: relative;
		line-height: 26px;
		padding: 10px 0 10px 22px;
		top: 0;
		width: auto;
	} 
	
	nav.topnav ul li {
		float: left;
		padding: 0;
		margin-right: 22px;
	}
	
	.close {
		display: none;
	}
	
	.topnav_icon {
		display: none;
	}

	.news {
		width: 230px;
		float: left;
		margin: 0 15px 15px 0;
	}
	
	.news_img {
		width: 230px;
		height: 153px;
	} 
	
	.news_img img {
		width: auto;
		min-width: 100%;
	}

	.news span.news_short {
		display: block;
	}
	
	.news3 {
		margin: 0;
	}
	
	.news4 {
		display: none;
	}
	
	/*.news span.h2 {
		height: 92px;
	}*/ 
							
	.news_filter_date input {
		width: 650px;
	}

	.main_article_right h2 {
		padding-bottom: 4px;
	}	

	.bott_box_count { 
		width: 123px; 
		margin-left: 40px;
		height: auto;
	}
	
	.bott_box_counts div.bott_box_count:first-child {
		margin: 0; 
	}

	.bott_box_count a {
		display: block;
	}
		
	.bott_box3 {
		margin: 0;
	} 

	.half_col { 
		width: 340px;
	}

	.half_right_col_top {
		margin-top: 0;
	}	
	
	.half_left_col_right {
		margin-right: 20px;
	}	
	
	.footer_col1, .footer_col2, .footer_col3 {
		float: left;
		margin: 0;
		margin-right: 15px;
		width: 230px;
	}
	
	.footer_vrh, .footer_cp {
		float: left;
	}
	
	.footer_vrh {
		width: 160px;
	}
	
	.footer_cp {
		width: 330px;
		padding: 0;
        text-align: center;
	}
			
	.footer_col3 {
		margin: 0;
	}
	
	.footer_col4 {
		float: right; 
		width: 230px;
	}
	
	.footer_col4 nav {
		float: right;
	}
	
	.footer_col4 li {
		float: left;
		margin: 0 0 0 10px; 
	}
	
	.footer_col4 li span {
		width: 18px;
		height: 18px;
		background-size: 18px 18px !important;
	}
			
	.bott_box h2, .bott_box span.h2 {
		margin-bottom: 15px;
	}
	
	.bott_box h2, .bott_box span.h2 {
		line-height: 20px; 
	}
	
	.breadcrumbs {
		display: block;
		margin-bottom: 15px;
	}

	.breadcrumbs li {
		display: inline-block;
		padding: 0 10px 0 12px;
		border-left: 1px solid #787878;
		position: relative;
	}
	
	.breadcrumbs .bc_drop {
		visibility: hidden;
		height: 1px;
		position: absolute;
		top: 22px;
		left: 0;
		padding-top: 10px;
		width: 282px;
		z-index: 99;
	}
	
	.breadcrumbs .bc_drop ul {
		background: #FFF;
		border: 1px solid #191919;
		width: 260px;
		padding: 7px 10px 10px;
	}
	
	.breadcrumbs li:hover .bc_drop, .breadcrumbs li a:hover .bc_drop {
		visibility: visible;
		height: auto;
	}
	
	.breadcrumbs .bc_drop li {
		display: block;
		border: 0;
		margin-top: 3px;
		padding: 0; 
	}
	
	.breadcrumbs .bc_drop li a {
		display: block;
		background: #f7f7f7;
		padding: 5px 10px; 
		font-size: 13px;
		line-height: 18px;
	}
	
	.breadcrumbs .bc_drop li a:hover {
		background: #e9e9e9;
	}
	
	.breadcrumbs li a {
		text-decoration: none;
	}
	
	.breadcrumbs li a.has_subs {
		background: url(../img/arrow_down_s.png) no-repeat right center;
		padding-right: 12px;
	}
	
	.breadcrumbs li:first-child {
		border: 0;
		padding-left: 0;
	}
	
	.ui-datepicker {
		width: 230px;
	}
	
	.prev_link {
		margin-bottom: 0;
	}
		
	.two_third_col, .main_article_left {
		width: 475px;
		margin: 0 15px 0 0;
		float: left;
	}
	
	.one_third_col, .main_article_right, .one_third_col.visible {
		display: block;
		width: 230px;
		float: left;
	}
	
	.one_third_col h1 {
		display: block;
	}
	
	.one_third_col.visible {
		padding-top: 0;
	}	
		
	.one_fourth_col {
		float: left;
		width: 168px;
		margin: 0 0 0 16px;
		display: block;
		margin-bottom: 16px;
	}
	
	.one_fourth_col .photo {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 12px;
	}	
	
	.one_fourth_col .body {
		display: block;
		padding-left: 0;
	}
	
	.one_fourth_col_block {
		float: left;
		width: 168px;
		margin: 0 16px 0 0;
		display: block;
	}	

	.three_fourth_col_block {
		float: left;
		display: block;
		width: 536px;
	}	

	.three_fourth_col_block_body {
		float:right;
		width: 530px;
		padding-left: 6px;
	}
		
	.main_article_right div {
		display: block;
	}

	.photoFloatLeft {
		width: 50%;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.equation ul li {
		width: auto;
		float: left;
	}
	
	.equation ul li .equation_element {
		width: 140px;
		height: 140px;
		border-radius: 70px;
		font-size: 14px;
	}
	
	.equation ul li .equation_element span {
		font: 60px/52px 'vladarh_serifbold', Arial, serif;
		padding-top: 30px;
	}
	
	.equation ul li.symbol {
		font: 48px/135px 'vladarh_serifbold', Arial, serif;
		padding-bottom: 0;
		padding: 0 14px;
	}
		
}

@media only screen and (min-width: 980px) {

	h1 {
		font: 35px/42px 'vladarhserif_regregular', Arial, serif;
	} 
	
	h2, span.h2, span.h2_small {
		font: 25px/30px 'vladarh_serifbook', Arial, serif;
	}
	
	h3, span.h3 {
		font: 25px/30px 'vladarh_serifbook', Arial, serif;
	}
	
	.article_content h3, .faqPitanje {
		font: 21px/26px 'vladarh_serifbook', Arial, serif;
	}
	
	.subtitleUnderh1 {
		font: 21px/26px 'vladarh_serifbook', Arial, serif;
		padding-top: 6px;
	}
	
	.center, .head_nav .center, .beta-inner {
		width: 940px;
	}
	
	.head_nav .logoSmall {
		background: url(../img/govhr_logo_white.png) no-repeat 0 0;
	}
	
	  .head_nav .logoSmall_en {
		background: url(../img/govhr_logo_white_en.png) no-repeat 0 0;
	}
		
	.logo {
		height: 72px;
	}

	.logo_search_content {
		padding: 20px 0;
	}

	.logo_search_content .logo {
		background: url(../img/govhr_logo.png) no-repeat; 
		background-size: auto 72px !important;
	}	
			 
	.search {
		width: 460px;
		margin-top: 15px;
	}
	
	.search form {
		width: 448px;
	}
	
	.search input.search_input {
		width: 390px;
	}
	
	nav.topnav {
		height: 22px;
		line-height: 46px; 
		padding: 0 0 0 22px;
	}
	
	.theme_box {
		float: left;
		margin-bottom: 20px;
		width: 460px;
	}
	
	.theme_box_big {
		height: 116px;
	}

	.theme_box_l {
		margin-right: 20px;
	}
	
	.news {
		width: 300px;
		margin: 0 20px 0 0; 
	}
	
	.news3 {
		margin: 0;
	}
	
	.news_img {
		width: 300px;
		height: 200px;
	}
	
	.news span.h2 {

	}
	
	.news_filter {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.news_filter_date input {
		width: 80%;
	}
	
	.bott_boxes_container .news span.h2 {
        height: 30px;
	}
	
	.bott_box {
		width: 300px;
		margin: 0 20px 0 0;
		float: left;
	}
	
	.bott_box3 {
		margin: 0;
	}

	.bott_box_count { 
		width: 120px; 
		margin-left: 40px;
		height: auto;
	}	

	.half_col { 
		width: 460px;
	}	
	
	.multimedia_files .gallery {
		background: url(../img/icon_gallery.png) no-repeat 0 5px;
	}

	.multimedia_files .video {
		background: url(../img/icon_video.png) no-repeat 0 5px;
	}
	
	.multimedia_files .audio {
		background: url(../img/icon_audio.png) no-repeat 0 5px;
	}
		
	.footer_col1, .footer_col2, .footer_col3 {
		margin-right: 20px;
		width: 300px;
	}
	
	.footer_col3 {
		margin: 0;
	}
	
	.footer_col4 li {
		width: 18px; 
		height: 18px;
		margin-left: 14px;
	}

	.col_left {
		float: left;
		width: 300px;
		margin-right: 40px;
		padding-bottom: 38px;
	}
	
	.article_left {
		float: left;
		width: 600px;
	}
	
	.article_right {
		float: right;
		width: 250px;
		padding-top: 28px;
	}
			
	/*.article_right ul {
		margin-left: -26px; 
	}*/ 
	
	.footer_vrh, .footer_col4 {
		width: 230px;
	}
	
	.footer_cp {
		width: 480px;
		text-align: center;
	}
		
	.ui-datepicker {
		width: 300px;
	}
	
	.article_info li.time_info {
		background: url(../img/icon_time.png) no-repeat 0 5px;
	}

	.article_info li.views_info {
		background: url(../img/icon_info.png) no-repeat 0 5px;
	}
	
	.article_right {
		clear: none;
		padding-top: 0;
	}
	
	.social_box li {
		float: none;
		margin: 0;
	}
	
	.social_box li a {
		text-indent: 0;
		width: auto;
        height: auto;
	}
	
	.social_box li span {
		width: 18px;
		height: 18px;
		background-size: 18px 18px !important;
		display: inline-block;
	}
	
	.social_box li span.fb_icon {
		background-image: url(../img/icon_facebook2.png);
	}

	.social_box li span.tw_icon {
		background-image: url(../img/icon_twitter2.png);
	}

	.social_box li span.print_icon {
		background-image: url(../img/icon_print.png);
	}
  
	.social_box li span.gp_icon {
		background-image: url(../img/icon_google.png);
	} 
	
	.two_third_col, .main_article_left {
		width: 620px;
		margin: 0 20px 4px 0;
	}
	
	.one_third_col, .main_article_right, .one_third_col.visible {
		width: 300px;
		margin: 0 0 4px 0;
	}

	.two_third_col2 {
		width: 620px;
		margin: 0 0 4px 0;
	}

	.one_third_col2 {
		width: 300px;
		margin: 0 20px 4px 0;
	}

	.one_fourth_col {
		width: 220px;
		margin: 0 0 0 20px;
		margin-bottom: 20px;
	}

	.one_fourth_col_block {
		width: 220px;
		margin: 0 20px 0 0;
	}	

	.three_fourth_col_block {
		width: 700px;
	}	

	.three_fourth_col_block_body {
		width: 690px;
		padding-left: 10px;
	}

	.equation ul li .equation_element {
		width: 180px;
		height: 180px;
		border-radius: 90px;
		font-size: 16px;
	}
	
	.equation ul li .equation_element span {
		font: 80px/80px 'vladarh_serifbold', Arial, serif;
		padding-top: 35px;
	}
	
	.equation ul li.symbol {
		font: 60px/170px 'vladarh_serifbold', Arial, serif;
		padding-bottom: 0;
		padding: 0 21px;
	}

}

@media only screen and (min-width: 1160px) {
	
	.center, .head_nav .center, .beta-inner {
		width: 1140px;
	}
	
	.search {
		width: 560px;
	}
	
	.search form {
		width: 548px;
	}
	
	.search input.search_input {
		width: 490px;
	}
	
	.theme_box {
		width: 560px;
	}
	
	.news {
		width: 366px;
	}
	
	.news_img {
		width: 366px;
		height: 244px;
	}
	
	.news3 {
		float: right;
	}
	
	.news4 {
		margin: 0;
		display: block;
	}
	
	.bott_box {
		width: 366px;
	}
	
	.bott_box3 {
		margin: 0;
		width: 560px;
	}
	
	.bott_box_count {
		width: 155px; 
	} 

	.half_col { 
		width: 560px;
	}	
	
	.footer_col1, .footer_col2, .footer_col3 {
		width: 366px;
	}
	
	.col_left {
		margin-right: 90px;
	}

	.article_left {
		width: 750px;
	}
	
	.article_right {
		width: 300px;
	}
	
	.footer_cp {
		width: 680px;
	}
		
	.ui-datepicker {
		width: 366px;
	}
	
	.two_third_col, .two_third_col2, .main_article_left {
		width: 752px;
	}
	
	.one_third_col, .one_third_col2, .main_article_right, .one_third_col.visible {
		width: 366px;
	}
	
	.one_fourth_col {
		width: 270px;
	}
		
	.one_fourth_col_block {
		width: 270px;
	}	

	.three_fourth_col_block {
		width: 850px;
	}	

	.three_fourth_col_block_body {
		width: 840px;
	}
	
	.equation {
		width: 960px;
		margin: 0 auto;
	}

}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {

	#banner_RH{
		display:none;
	}

	.fb_icon {
		background-image: url(../img/icon_facebook@2x.png);
		background-size: 18px 18px !important;
	}

	.tw_icon {
		background-image: url(../img/icon_twitter@2x.png);
		background-size: 18px 18px !important;
	}

	.yt_icon {
		background-image: url(../img/icon_youtube@2x.png);
		background-size: 18px 18px !important;
	}

	.fc_icon {
		background-image: url(../img/icon_flickr@2x.png);
		background-size: 18px 18px !important;
	}
 
	.sc_icon { 
		background-image: url(../img/icon_scribd@2x.png); 
		background-size: 18px 18px !important;
	}

	.in_icon {
		background-image: url(../img/icon_instagram@2x.png);
		background-size: 18px 18px !important;
	}

    .li_icon {
		background-image: url(../img/icon_linkedin@2x.png);
		background-size: 18px 18px !important;
	}

	.entitySet { 
		background-image: url(../img/ministarstva_kockice@2x.png);
		background-size: 50px 1950px !important;
	}

	.head_nav .logoSmall {
		background: url(../img/govhr_logo_white@2x.png) no-repeat 0 0;
		background-size: 171px 27px !important;
	}
	
	.head_nav .logoSmall_en {
		background: url(../img/govhr_logo_white_en@2x.png) no-repeat 0 0;
		background-size: 193px 27px !important;
	}

	.logo_search_content .logo {
		background: url(../img/govhr_logo@2x.png) no-repeat; 
		background-size: auto 55px !important;
	}	

	.close {
		background: url(../img/icon_close@2x.png) no-repeat;
		background-size: 32px 32px !important;
	}

	.topnav_icon a {
		background: #e9e9e9 url(../img/icon_menu@2x.png) no-repeat center;
		background-size: 35px 24px !important;
	}

	.download {
		background: url(../img/icon_download@2x.png) no-repeat 0 3px;
		background-size: 18px 18px !important;
	}

	.search_btn {
		background: url(../img/icon_search@2x.png) no-repeat center;
		background-size: 21px 21px !important;
	}

	.footer_col4 li span {
		background-size: 18px 18px !important;
	}

	.article_info li.time_info {
		background: url(../img/icon_time@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}
 
	.article_info li.views_info {
		background: url(../img/icon_info@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}

	.social_box li span {
		background-size: 18px 18px !important;
	}

	.social_box li span.fb_icon {
		background-image: url(../img/icon_facebook2@2x.png);
	}

	.social_box li span.tw_icon {
		background-image: url(../img/icon_twitter2@2x.png);
	}

	.social_box li span.print_icon {
		background-image: url(../img/icon_print@2x.png);
	}
  
	.social_box li span.gp_icon {
		background-image: url(../img/icon_google@2x.png);
	}

	.multimedia_files .gallery {
		background: url(../img/icon_gallery@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}

	.multimedia_files .video {
		background: url(../img/icon_video@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}
	
	.multimedia_files .audio {
		background: url(../img/icon_audio@2x.png) no-repeat 0 5px;
		background-size: 13px 13px !important;
	}
	

}


.pages {
	text-align: center;
	padding-top: 20px;
}

.pages a {
	display: inline-block;
	background: #F2F2F2;
	padding: 3px 10px;
	color: #454545;
}

.pages a:hover {
	background: #454545;
	color: #FFF;
}

.pages a.active {
	background: #ED2326;
	color: #FFF;
}

.bannertop{
	margin-bottom:20px;
}
.bannertop img {
	max-width:100%;
}

.noshow{
	height:1px !important;
	width:1px !important;
	overflow:hidden;
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
}
#skiptocontent {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}
#content{
	outline:none;
}


#faqContainer {
    border-bottom: 1px solid #cfcfcf;
    margin-top: 24px;
}
.faqPitanje {
    cursor: pointer;
}
.faqOdgovor{display:none;}
.faqOdgovor div.opis {
    padding: 0 0 24px 0;
}

.w100{width:100%}

@media only screen and (min-width: 1024px) {
	
	#idpoplavelinkpdf {
		display:none;
	}

	#iframepdf {
		display:block;
	}
}

@media only screen and (max-width: 1024px) {
	
	#iframepdf {
		display:none;
	}

	#idpoplavelinkpdf {
		display:block;
	}
}

/* D FIXES 3-2019 */
.prikazListe {position: relative; margin-top:30px;}
.utoka {padding: 0; margin-top: 30px;}
.more-btn3 {
	margin: 0;
	float: none;
	color: #000; border:1px solid #464646; padding: 5px 20px; width: auto; margin-top:10px; margin-bottom: 30px;
}
.read_more_link {
	display: inline-block;
	margin-top: 10px;
	text-decoration: underline !important;	 
}
.read_more_link:hover {text-decoration: none !important;}
.article_prev_next {padding-top: 20px !important;	}
.article_prev_next::before , .article_prev_next::after {
	content: "";
	display: table;
	clear: both;
	width: 100%;
}

.mt-30 {margin-top: 30px;}
@media only screen and (max-width: 1199px) {
	.bannertop a {display: block; margin-bottom: 20px; padding: 10px 0;}
	.bannertop img { margin-right: 0 !important; max-width: 100% !important; height: auto !important; }
	.bannertop {text-align: center;}
}
@media only screen and (max-width: 767px) {
	.utoka {margin-top: 0;}
	.muzej-naslov {margin-top: 30px;}
	.prikazListe {padding-bottom: 0px; border-bottom: 1px solid #ccc;}
	
}

@media only screen and (min-width: 760px) {
	nav.topnav {
		display: block !important;
		position: relative;
		line-height: 26px;
		padding: 10px 0 10px 15px;
		text-align: center;	
		top: 0;
		width: auto;
	} 	
}

.page_content table {
	width:100% !important;
}

@media only screen and (min-width:981px) and (max-width:1198px){
	
	.bannertop.obavijest{
		background-color:#033e7c;
		margin-top:0px;
	}
	.bannertop.obavijest a{
		color:#ffffff;	
	}
	
	.bannertop.obavijest a{
		margin-bottom:0px;
		padding:0px;
	}
	.bannertop{
		margin-bottom:10px;
	}
	
	
.bannertop a{
	display:inline;
    padding:5px;
    
}

.bannertop img{
	padding:0px !important;
	display:inline;
	justify-content:center;
	align-item:center;
	max-width:49%;
}
}

@media only screen and (min-width:760px) and (max-width:980px){

.bannertop.obavijest{
		background-color:#033e7c;
		margin-top:20px;
	}
	.bannertop.obavijest a{
		color:#ffffff;	
	}
	
	.bannertop.obavijest a{
		margin-bottom:0px;
		padding:0px;
		
	}
	.bannertop{
		margin-bottom:20px !important;
	}


.bannertop a, .bannertop img{
	margin:0px !important;
	padding:0px !important;
	display:block;
	width:100%;
	height:auto;
}
}

@media only screen and (min-width:320px) and (max-width:759px){
	.bannertop.obavijest{
		background-color:#033e7c;
		margin-top:20px;
	}
	.bannertop.obavijest a{
		color:#ffffff;	
	}
	
	.bannertop.obavijest a{
		margin-bottom:0px;
		padding:0px;
		
	}
	.bannertop{
		margin-bottom:20px !important;
	}

.bannertop a, .bannertop img{
	margin:0px !important;
	padding:0px !important;
	display:block;
	width:100%;
	height:auto;
}
}
nav.topnav, nav[role=navigation] {
	background: #033e7c;
}

nav.topnav ul li a {
	color: #FFF;
}

.article_info, .article_prev_next {
    border-color: #033e7c;
}

.page_content li, .more_themes_box li, .news_container li {
	background: url(../img/bull.gif) no-repeat 0 5px;
}

.istaknuto li {
    background: url(../img/bull.gif) no-repeat 0 10px;
}

.menuLeft li.active a {
	color: #033e7c;
}

 
@media only screen and (min-width: 320px) {
	
	.logo_search_content .logo {
		background: url(../img/mu_logo@2x.png) no-repeat; 
		background-size: auto 55px;
	}
	
	.page_content li, .more_themes_box li {
		background: url(../img/bull.gif) no-repeat 0 6px;
		background-size: 10px 10px;
	}

    .page_content ol li {
		background: none;
	}

} 


@media only screen and (min-width: 760px) {

	.page_content li, .more_themes_box li {
		background: url(../img/bull.gif) no-repeat 0 5px;
	}

}
 

@media only screen and (min-width: 980px) {
	
	.logo_search_content .logo {
		background: url(../img/mu_logo.png) no-repeat; 
		background-size: auto 72px;
	}

}  


@media only screen and (max-width: 980px) {
	
	#banner_RH{
		display:none;
	}


}  

.rs-wrap:after,
.rs-slider:after,
.rs-thumb-wrap:after,
.rs-arrows:after,
.rs-caption:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

/* ===[ Slider ]=== */

.rs-wrap {
    position: relative;
    max-width: 100%;
}

.rs-slide-bg { *zoom: 1 }

.rs-slider > li > a { display: block }

.page_content .rs-slider > li {
    list-style: none;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0 -100% 0 0;
    padding: 0;
    float: left;
    position: relative;
	background: none;
	max-height:500px;
	overflow:hidden;
}

    .rs-slider > li > a {
        padding: 0;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .rs-slider > li img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        -ms-interpolation-mode: bicubic;
    }

/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { *zoom: 1; margin-top: 2%; }

    .rs-thumb-wrap > a {
        display: block;
        float: left;
        position: relative;
        -webkit-backface-visibility: hidden; /* Hardware accelerate to prevent jumps on transition */
		max-width: 18%;
        /*-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;*/
    }

        .rs-thumb-wrap > a > img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            -ms-interpolation-mode: bicubic;
        }

.rs-thumb-wrap > a:first-child { margin-left: 0!important }

/* ===[ Arrows ]=== */

.rs-arrows .rs-next,
.rs-arrows .rs-prev { z-index: 1; }

.rs-arrows:hover .rs-next,
.rs-arrows:hover .rs-prev { z-index: 2; }

/* ===[ Captions ]=== */

.rs-caption {
    position: absolute;
    max-height: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.rs-caption.rs-top-left {
    top: 0;
    bottom: auto;
}

.rs-caption.rs-top-right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.rs-caption.rs-bottom-left {
    bottom: 0;
    left: 0;
}

.rs-caption.rs-bottom-right {
    right: 0;
    left: auto;
    border-bottom: none;
    border-right: none;
}

.rs-caption.rs-top {
    top: 0;
    bottom: auto;
    width: 100%!important;
}

.rs-caption.rs-bottom { width: 100%!important }

.rs-caption.rs-left {
    top: 0;
    height: 100%;
}

.rs-caption.rs-right {
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
}

/* ===[ Grid ]=== */

.rs-grid {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.rs-gridlet {
    position: absolute;
    opacity: 1;
}

/* Optional - remove captions at smaller screen widths
@media screen and (max-width: 480px) {
	.rs-caption { opacity: 0!important; }
}
*/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

