/*!
Theme Name: vdtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url(../js/bxslider/jquery.bxslider.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,&subset=latin,latin-ext');
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
  font-family: 'Roboto', sans-serif; 
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

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

b,
strong {
  font-weight: bold;
  font-weight: 400;
}

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

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

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

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

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

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-content a, .midd-content a, .last-content a, .content a{
  color: #333;
  text-decoration: none;
}
.content a:hover {
  color:#00a551;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }

.col{
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%; }
  .col {
    margin-left: 4%; }
  .col:first-child {
    margin-left: 0; }

  .c-1.col                    { width: 4.66666666667%; }
  .c-2.col                    { width: 13.3333333333%; }
  .c-3.col                  { width: 22%;            }
  .c-4.col                   { width: 30.6666666667%; }
  .c-5.col                  { width: 39.3333333333%; }
  .c-6.col                    { width: 48%;            }
  .c-7.col                  { width: 56.6666666667%; }
  .c-8.col                  { width: 65.3333333333%; }
  .c-9.col                   { width: 74.0%;          }
  .c-10.col                    { width: 82.6666666667%; }
  .c-11.col                 { width: 91.3333333333%; }
  .c-12.col                 { width: 100%; margin-left: 0; }

  .c-1-3.col              { width: 18.9%; margin-left: 0; }
  
  .one-half.col               { width: 48%; }

  /* Offsets */
  .offset-by-one.col          { margin-left: 8.66666666667%; }
  .offset-by-two.col          { margin-left: 17.3333333333%; }
  .offset-by-three.col        { margin-left: 26%;            }
  .offset-by-four.col         { margin-left: 34.6666666667%; }
  .offset-by-five.col         { margin-left: 43.3333333333%; }
  .offset-by-six.col          { margin-left: 52%;            }
  .offset-by-seven.col        { margin-left: 60.6666666667%; }
  .offset-by-eight.col        { margin-left: 69.3333333333%; }
  .offset-by-nine.col         { margin-left: 78.0%;          }
  .offset-by-ten.col          { margin-left: 86.6666666667%; }
  .offset-by-eleven.col       { margin-left: 95.3333333333%; }

  .offset-by-one-third.col    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.col   { margin-left: 69.3333333333%; }

  .offset-by-one-half.col     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 14px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  color: #333; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
   }
h1 { font-size: 3.2rem; line-height: 1.2;  letter-spacing: -.1rem; color:#333; text-transform: uppercase;}
h2 { font-size: 3.2rem; line-height: 1.25; letter-spacing: -.1rem; color:#333;}
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; color:#00a551; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; color:#333;}
h5 { font-size: 2.4rem; line-height: 1.5;  letter-spacing: -.05rem; color:#333;}
h6 { font-size: 2rem; line-height: 1.6;  letter-spacing: 0; color:#333;}

/* Larger than phablet */
@media (min-width: 550px) {
  h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400;
   }
h1 { font-size: 3.2rem; line-height: 1.2;  letter-spacing: -.1rem; color:#333; text-transform: uppercase;}
h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: -.1rem; color:#333 }; 
h3 { font-size: 2.6rem; line-height: 1.3;  letter-spacing: -.1rem; color:#333; }
h4 { font-size: 2.2rem; line-height: 1.35; letter-spacing: -.08rem; color:#00a551;}
h5 { font-size: 2.0rem; line-height: 1.5;  letter-spacing: -.05rem; color:#333;}
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; color:#333;}
}
h2 a{
  color:#333 !important;
}
h2 a:hover, .btn-content, .btn1{
  text-decoration: none !important;
}

p {
  margin-top: 0;
  color:#333;
  font-size:14px;
  line-height: 21px;
  font-weight: 300; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #00a551;
  text-decoration: underline; 
  font-weight: 400;}
a:hover {
  color: #00a551;
  text-decoration: none;  }
.content a {
  color:#00a551;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #0D7DC5;
  border: 1px solid #0D7DC5;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  border-color: #1C567B;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #1C567B;
  border-color: #1C567B; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 34px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  padding-left: 25px;
  font-size: 14px;
  margin-top: 0;
  font-weight: 300; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0.1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  font-weight: 300;
  vertical-align: top;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }



/* Main Style for Natura Histrica
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* --- Home page style --- */
.row {
  display: block;
  float: left;
  width: 100%;
}
.pd20 {
  padding:20px;
}
.white { background:#fff; }
.news-tit h2 {
  font-size: 22px;
  line-height: 26px;
  color: #666;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  text-align: left;
  margin-top:30px;
}
.news-tit h2::after {
  position: absolute;
  left: 0;
  right:0;
  margin:0 auto;
  top: 14px;
  content: "";
  height: 1px;
  background: #ccc;
  width: 420px;
  display:none;
}
.news-tit a {
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #ff8921;
  text-transform: uppercase;
  margin-top: -45px;
  background: #f6f6f6;
  z-index: 1;
  position: relative;
}
.news-tit span {
  font-size:20px;
  margin-left: 5px;
}
#natjecaj.content .container {
  margin-bottom: 20px;
  padding-top: 20px;
}
#mediji h1 {
  font-size:24px;
}
#mediji h2 {
  color:#00a551;
  min-height: 25px;
}
#mediji h2 span{
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 20px;
}
#mediji .date {
  display: block;
}
#natjecaj h2, #mediji h2 {
  font-weight: 300;
  font-size:17px;
}
.mediji {
  padding-left: 0;
  display: inline;
  margin-left: 10px;
}
.main-menu li a.mob-hide{
  display: none;
}
.header {
  position: relative;
}
.logo {
  display: block;
  position: absolute;
  z-index: 2;
  top:50px;
  left: 0px;
  width: 100%;
  text-align: center;
  /* margin: ; */
}
.logo img {
  max-width: 130px;
}
.header-bg {
  position: relative;
}
.header.header-others .header-bg {
  display: block;
  width: 100%;
  overflow: hidden;
}
#other-pages .header {
  position: relative;
}
.header-others .logo {
  display: block;
  position: relative;
  z-index:1;
  top:0;
  background: #f6f6f6;
}
#other-pages .logo img {
  width:40%;
}
#other-pages .header-bg {
  position: relative;
  display: block;
}
.header-bg img {
  width: 100%;
}
.slider {
  display: none;
}
.navigation {
  border-top: 5px solid #95a3ab;
  background:#F6F6F6;
  padding: 10px 0px;
  display:none;
}
.navigation.nav-others {
  display:block;
}
.orange-dot {
  list-style-type: none;
  margin:42px 0 0 0;
  padding:0;
  width: 93%;
}
.orange-dot li {
  display: block;
  width: 100%;
  margin:2px 0;
}
.orange-dot a {
  font-size:15px;
  line-height:21px;
  text-transform: uppercase;
  color:#333;
  font-weight: 400;
  border-bottom:1px solid #ccc;
  padding:5px 5px 5px 24px;
  position: relative;
  display: block;
  width: 100%; 
}
.orange-dot a::before {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  content: "";
  background: #ff8f11;
  top: 11px;
  left: 5px;
}
.bx-wrapper .bx-viewport {
  background: none;
  border-style: none;
  box-shadow: none;
  left: 0px;
  max-height: 594px;
  height: auto;
  transform: translateZ(0px);
}
.bx-wrapper {
  margin:0 auto;
}
.bx-wrapper img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.bx-wrapper .bx-next {
  background:  url('/wp-content/themes/vdtheme/images/next-arrow.png') no-repeat scroll center center transparent;
  right: 0px;
}
.bx-wrapper .bx-next:hover {
  background:  url('/wp-content/themes/vdtheme/images/next-arrow-hover.png') no-repeat scroll center center transparent;
  right: 0px;
}
.bx-wrapper .bx-prev {
  background:  url('/wp-content/themes/vdtheme/images/prev-arrow.png') no-repeat scroll center center transparent;
  left: 0px;
}
.bx-wrapper .bx-prev:hover {
  background:  url('/wp-content/themes/vdtheme/images/prev-arrow-hover.png') no-repeat scroll center center transparent;
  left: 0px;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: -112px;
  height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 32px;
  z-index: 9999;
}


/* --- Main menu Expand style --- */
.toggle {
  float: left;
  display: block;
}
.main-menu {
  display: none;
  width: 100%;
  position: relative;
  list-style-type: none;
  float: left;
  left: 0;
  top:0px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0;
}
.main-menu li {
  list-style:none;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  width: 100%;
  position: relative;
}
.main-menu li a {
  color:#333;
  font-size:14px;
  display: block;
  width: 100%;
  padding:10px 0px 10px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.main-menu li:hover {
  background: #f6f6f6;
}
.mslc {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.mslc a {
  color:#00A551 !important;
}
.main-menu li.expand.mobile:hover > a {
  color: #00a551;
}
.main-menu li:hover > a {
  color: #00a551;
}
.main-menu li.no-hover {
  background: url('/wp-content/themes/vdtheme/images/home.png') no-repeat left 11px center;
  padding: 10px 7px;
}
.main-menu li.no-hover:hover {
  background-color: transparent;
  background: url('/wp-content/themes/vdtheme/images/home-hover.png') no-repeat left 11px center;
}
.main-menu li a:hover {
  color:#00a551;
}
ul.main-menu li ul {
  background:#585B57;
  margin: 0;
  left: 0px;
  top: 44px;
  display: none;
  width: 100%;
  float: left;
  z-index:1500;
  padding-left: 0;
}
ul.main-menu li ul li {
  display: block;
  float: left;
  margin: 0;
  text-align: left;
  width: 100%;
  padding-left: 12px;
}
ul.main-menu li ul li a {
  color:#fff;
  display: block;
  width: 100%;
  text-transform: none;
  text-align: left;
  padding: 10px;
}
ul.main-menu li a.expand.mobile {
  display: block;
}

a.expand.mobile {
  background: transparent;
  float: left;
  position: relative;
  z-index:1000;
  height: 100%;
  max-height: 40px;
}
.expand {
  display: block;
  float: left;
  width: 100%;
}
/*--- End main menu expand --- */

.lang {
  list-style-type: none;
  float: right;
  display: block;
  margin-bottom: 0px;
}
.lang li {
  display: inline-block;
  margin-bottom: 0;
}
.intro {
  background: #F6F6F6;
  text-align: center;
  border-top:1px solid #ebebeb;
  border-bottom:2px solid #ff9219;
}
.intro, .midd-content, .last-content {
  padding: 100px 15px;
}
.top-content {
  padding: 10px 15px 0 15px;
  background:#f6f6f6;
}
.midd-content {
  background: #F6F6F6;
  float: left;
  width: 100%;
}
.dark-green {
  padding: 30px;
  background:#0e4b30 url('/wp-content/themes/vdtheme/images/link-icon.png') no-repeat bottom 10px right 10px;
}
.dark-green ul {
  list-style-type: none;
  float: left;
  display: block;
  margin-bottom: 0px;
  padding:0;
}
.dark-green li {
  display: block;
  float: left;
  width: 100%;
}
.dark-green a {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  width: 100%;
  display: block;
  border-bottom:1px solid #12603d;
  padding: 10px;
}
.dark-green li.last a {
  border-bottom:0;
}
.photo-icon {
  background:#fff url('/wp-content/themes/vdtheme/images/photo.png') no-repeat bottom 22px right 22px;
}
.gal-link {
  text-transform: uppercase;
  text-align: center;
  font-size:16px;
  line-height:22px;
  font-weight: 400;
  width: 100%;
  display: block;
  padding:24px;
}
.top-content p, .midd-content p, .last-content p {
  color:#333;
  margin-bottom: 0px;
  font-weight: 300;
  margin-bottom: 30px;
}
.intro p {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  float: left;
  margin: 15px 0;
}
.read-more, .btn-read {
  margin-bottom:0;
  color:#fff;
  background: #00a551;
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.read-more:hover {
  color:#00a551;
  background: #fff;
  border:1px solid #00a551;
}
.top-content h2 a, .btn-content, .content-txt h2 a, .last-content h2 a, .footer ul li a, .location {
  letter-spacing: 1px;
}
.top-content h2 a, .content-txt h2 a, .last-content h2 a {
  font-size:26px;
  line-height: 28px;
}
.top-content img {
  width: 100%;
  max-width: 300px;
}
.top-content h2 a, .btn-content, .btn1 {
  text-transform: uppercase;
}
.top-content h2 a:hover, .last-content h2 a:hover {
  color: #00a551; 
}
.top-content .c-3.col {
  width: 100%;
}
.c-6.col.box-4 {
  text-align: center;
}
.c-6.col.box-2 {
  width: 100%;
  position: relative;
}
.c-6.col.box-4:nth-child(3) {
  margin-top: 10px;
}
.pdd-content {
  padding: 15px;
}
.btn-content, .btn1 {
  border:2px solid #333;
  padding: 5px;
  font-size: 16px;
}
.btn-content:hover {
  color: #00a551;
  border:2px solid #00a551;
}
.btn1:hover {
  color: #00a551;
  border:2px solid #00a551;
}
.midd-content .c-4.col {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.home-links {
  list-style-type: none;
  padding-left: 0;
  font-size:15px;
}
.home-links li {
  background: url('/wp-content/themes/vdtheme/images/a-link.png') no-repeat left top 6px;
}
.home-links li:hover{
  background: url('/wp-content/themes/vdtheme/images/a-link-hover.png') no-repeat left top 6px;
}
.home-links li a {
  color: #00a551;
  margin-left: 20px;
}
.home-links li a:hover {
  color: #333;
  margin-left: 20px;
}
.content-txt {
  padding: 20px
}
.content-txt h2 a:hover {
  color:#00a551;
}
.top-content img, .midd-content img, .last-content img {
  width: 100%;
}
.last-content .c-6.col h2 {
  margin-top: 15px;
}
.footer {
  border-top: 5px solid #95a3ab;
  background: url('/wp-content/themes/vdtheme/images/footer-bg.png') no-repeat center center;
  background-size: cover;
  padding: 10px 20px;
  float: left;
  width: 100%;
}
.footer .c-4.col {
  margin-left: 0;
  text-align: center;
  width: 100%;
  padding: 10px 10px 10px 88px;
}
.footer-bottom {
  border-top:2px solid #fff;
  padding: 10px;
}
.footer ul {
  list-style-type: none;
  margin-bottom: 0;
  text-align: center;
  padding-left: 0;
  font-size:15px;
}
.footer ul li, .footer ul li a, .footer a {
  color:#fff;
  margin-bottom: 0;
  font-weight: 300;
  text-decoration: none;
}
.footer .c-4.col:last-child {
  border-bottom: 0;
}
.footer .c-4.col.email p {
  color:#fff;
}
.pin {
  background:url('/wp-content/themes/vdtheme/images/pin.png') no-repeat center left;background-size: 40px;
}
.email {
  background:url('/wp-content/themes/vdtheme/images/email.png') no-repeat center left;background-size: 40px;
}
.phone {
  background:url('/wp-content/themes/vdtheme/images/phone.png') no-repeat center left;background-size: 40px;padding-left: 88px;padding-top: 20px;margin-bottom: 2rem!important;
}
.facebook {
  background:url('/wp-content/themes/vdtheme/images/facebook.png') no-repeat center left;background-size: 40px;padding-left: 88px;padding-top: 10px;padding-bottom: 10px;
}
.email a {
  display: block;
  float: left;
  width:100%;
  text-align: center;
}
.footer ul li a:hover, .footer a:hover {
  color:#F58220;
}
.footer .c-4.col img {
  margin: 25px 0px;
}
.location {
  color:#fff;
  border:1px solid #fff;
  padding: 5px;
  display: inline-block;
}
.location:hover {
  border:1px solid #F58220;
}
.footer-bottom {
  border-top:2px solid #fff;
  padding-top: 20px;
}
.copy.aleft {
  color:#fff;
  font-size:12px;
  float: left;
}
.v {
  clear: left;
  float: left;
  margin-top: 10px;
}
/* ------------------------------------------- Kalendar */
.date-box {
  padding: 27px 20px;
  background:#fff url('/wp-content/themes/vdtheme/images/stone.png') no-repeat center;
}
.date-box h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.show-date {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  z-index: 1;
  text-align: center;
  display: block;
  position: relative;
}
.show {
  position: absolute;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  left: -3px;
  background: #00903C;
  width: 250px;
  padding: 11px;
}
.show-date:hover .show {
  opacity: 1;
  visibility: visible;
}
.show ul {
  display: block;
  float: left;
  width: 100%;
  list-style-type: none;
  padding:0;
  margin:0;
}
.show li {
  display: block;
  float: left;
  width: 100%;
  margin:0;
  text-align: left;
  margin-bottom:2px;
}
.show li:last-child {
  margin-bottom:0;
}
.show a {
  width: 100%;
  display: block;
  color:#fff !important;
  padding: 0 !important;
  margin-bottom: 2px;
  float: left;
}
.show-date a:hover {
  color:#e2f1e9 !important;
}
.kalendar{display:block;float:none;width:100%;position:relative;margin:0 auto;}
.calendar-box{margin:0 auto;float:none;max-width:295px;width:100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2);}
.calendar-box h2{color:#fff;font-size:14px;line-height:22px;font-weight:400;float:right;margin:0;padding:6px 0;}
.calendar-box tr{border-bottom:1px solid #e0e0e0;background:#fff;font-size:14px;line-height:20px;}
.calendar-box tr:first-child{background:#e2f1e9;color:#000033;font-weight:500;border-bottom:1px solid #e2f1e9;}
tr.last{border-bottom:none;}
.calendar-box td{color:#363636;text-align:center;}
.calendar-box th,.calendar-box td{padding:10px;border-bottom:none;}
.calendar-day a{padding:20px 10px;position:relative;}
.calendar-box td{display:block;float:left;margin:2px 1px;max-width:35px;max-height:30px;width:100%;font-size:14px;line-height:20px;padding:3px;}
.calendar-box button{background:#0e4b30;border:none;float:left;height:23px;margin-bottom:0;padding:8px;width:26px;transition:all 0.6s ease;margin-top:3px;}
.calendar-box button img { width: 8px !important; }
.calendar-box button:hover{background:#0e4b30;}
table.calendar{width:100%;margin:0;}
.month{display:block;float:left;width:100%;text-align:center;padding:0px 14px;background:#0e4b30;}
.calendar-day.current-day{background:#ff8f11;color:#fff;}
.calendar-day.event-day {
  background: #00a551;
  color: #fff;
  display: block;
  float: left;
  height: 26px;
  color: #fff !important;
}
td.selected{background:#dd1930;border:0;color:#fff;padding:0 0;transition:all 0.6s ease;}
td.selected a{color:#fff;padding:10px;display:block;}
td.selected:hover{background:#ca1a1a;text-decoration:none;-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);/* Safari 3-4,iOS 4.0.2 - 4.2,Android 2.3+ */-moz-box-shadow:  0px 0px 3px rgba(0,0,0,0.3); /* Firefox 3.5 - 3.6 */box-shadow:      0px 0px 3px rgba(0,0,0,0.3); /* Opera 10.5,IE 9,Firefox 4+,Chrome 6+,iOS 5 */}
td.selected:hover a{text-decoration:none;}
td.previous,td.following{background:#f3f3f3;color:#dad9d9;}
/* --- Other pages style --- */
.content .news .container {
  padding-top: 50px;
  margin-bottom: 50px;
}
.bg-color {
  color:#E8F2DC;
}
.heading {
  background: #F6F6F6 none repeat scroll 0 0;
  padding: 15px 0;
}
.heading .container h1 {
  color:#333;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
}
.pdd-20 {
  padding: 20px;
}
.news .c-4.col {
  width: 25%;
  margin-left: 0;
}
.news .c-4.col  img {
  width: 100%;
}
.news .c-8.col  {
  margin-left: 2%;
}
.date, .date-right{
  color: #333;
  display: inline-block;
  font-size: 12px;
  width: auto;
}
.date-right {
  float: left;
  margin-top: 19px;
}
/* --------------------------------------- Galerije na ostalim stranicama*/
.gallery {
  position: relative;
  display: block;
  float: left;
}
.gallery ul li {
  list-style: none;
  position: relative;
  display: inline-block;
}
.gallery img {
  margin-bottom: 5px;
  max-width: 100%;
}
.gallery a {
  background: #f1f1f1 none repeat scroll 0 0;
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 10px;
  max-width: 100%;
}
.gal-indicator {
  background: #474b46;
  border: 1px solid #474b46;
  opacity:0.9;
  color: #ffffff;
  left: 2px;
  padding: 0.2em 0.4em;
  position: absolute;
  top: 2px;
}
.gal-thumbs-hide {
  display: none;
}
#galerije .c-12.col, #galerija .c-12.col {
  background:#fff !important;
}
#galerije .c-4.col {
  width: 100%;
  margin-bottom: 4%;
}
#galerije a {
  display: block;
  float: left;
  width: 100%;
}

#galerije img {
  width:100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#galerije span {
  display: block;
  float: left;
  font-size:16px;
}
.box-gal{
  width: 24%;
  margin: 1% 0.5% 1% 0.5%;
  float: left;
  padding: 10px;
  background: #f1f1f1;
}
.tit-gal {
  background:#fff !important;
  padding-left: 0px !important;
}
.pagination{
  margin-top: 15px;
  width: 100%;
  float: left;
  text-align: center;
}
.pagination li{
  display: inline-block;
}
.pagination li a{
  padding: 6px 12px;
  background: #f1f1f1;
}
a.pslc, a.pslc:hover{
  background: #00a551 !important;
  color: #fff;
}
/*-------------------------------------------- Galerije na galerija stranici */
.gallery-gallery {
  position: relative;
  display: block;
  float: left;
  /*padding: 0px 50px;*/
}
.gallery-gallery ul li {
  list-style: none;
  position: relative;
  display: inline-block;
}
.gallery-gallery img {
  margin-bottom: 5px;
  width: 100%;
}
.gallery-gallery a {
  background: #f1f1f1 none repeat scroll 0 0;
  display: block;
  float: left;
  font-size: 14px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 10px;
  width: 100%;
}
.gallery-gallery > a:nth-child(6n) {
  margin-right: 0;
}

.color-bg {
  background:#F6F6F6;
}
.m-l {
  margin-left: 0px;
}
.content .container {
  padding-top: 50px;
  margin-bottom: 50px;
  z-index:1;
}
.content .container p {
  margin-bottom: 20px;
  line-height: 24px;
}
.content .c-12.col:nth-child(even) {
  background: #f6f6f6;
}
.content .c-12.col:nth-child(odd) {
  background: #fff;
}
.c-12.col.m-l.contact {
  margin-bottom: 50px;
}
.c-4.col.forma {
  margin-left: 0%;
}
.c-4.col.mapa {
  margin-left: 8%;
}
.map {
  padding: 10px;
  background: #F6F6F6;
}
/* ---------------------------------------------------------- Kontakt forma*/
#kontakt-forma {
  background: #F6F6F6;
  padding: 20px;
}
.google-mapa{
  background: #F6F6F6;
  padding: 20px;
}
#kontakt-forma form {
  margin: 50px 0;
}
#kontakt-forma label {
  color:#333;
  font-weight: 300;
  margin-bottom: 0;
}
#kontakt-forma input, #kontakt-forma textarea, .c-4.col.team img {
  width: 100%;
}
#f {
  margin-top: 30px;
}
.btn.send {
  background: #00a551;
  border:1px solid #00a551;
}
.btn.send:hover {
  background: #F6F6F6;
  border:1px solid #00a551;
  color:#00a551;
}
.error, .success  {
  margin-bottom: 15px;
  padding: 5px 0;
  text-align: center;
  background: #fff;
  font-weight: 400;
}
.success {
  border: 1px solid #00a551;
  color: #00a551;
}
.error {
  border: 1px solid #f58220;
  color: #f58220;
}

/*------------------------------------------------------- END kontakt forma*/
.content .c-6.col img {
  width: 100%;
}
.bckg {
  background:#f6f6f6;
}
.bxslider-home, .bxslider-zanimljivosti {
  padding-left: 0;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */
@media (min-width: 400px) {
  
  .c-6.col.box-4:nth-child(3) {
    margin-top: 10px;
  }
}

@media (min-width: 480px) {
  .gallery-gallery a {
    width: 47.3%;
    font-size: 12px;
  }
  #galerije .c-4.col {
    width: 30.66%;
  }
  #galerije .c-4.col {
    width: 100%;  
  }
  #galerija .c-12.col {
    padding:0 20px !important;
  }
  .logo {
    top:60px;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  
  .intro, .midd-content, .last-content {
    padding: 20px 0px;
  }
  .top-content {
    padding: 15px 0 0 0
  }
  .midd-content .c-4.col {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .midd-content .c-4.col:nth-child(3) {
    margin-left: 0px;
    clear: left;
  }
  .c-6.col.box-4 {
    width: 100%;
    margin-left: 0px;
  }
  .c-6.col.box-2 {
    width: 48%;
  }
  .c-6.col.box-4:nth-child(3) {
    margin-top: 10px;
  }
  .last-content .c-6.col h2 {
    margin-top: 0px;
  }
  .footer {
    padding: 50px 0px 10px 0px;
  }
  .footer .c-4.col {
    width: 48%;
  }
  .footer .c-4.col:nth-child(3){
    margin-left: 0;
    border-bottom: none;
  }
  .footer .c-4.col:nth-child(2), .footer .c-4.col:last-child {
    margin-left: 4%;
  }
  .v {
    margin-top:2px;
    float: right;
    clear: none;
  }
  #galerije .c-4.col {
    width: 30.66%;
  }
   #galerija .c-12.col {
    padding:0px 0px !important;
  }
}

@media (min-width: 600px) {
  
  .c-6.col.box-4 {
    margin-bottom: 10px;
  }
  .triangle-right, .triangle-left {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    border-style: solid;
    width: 35px;
    height: 50px;
    border: none;
  }
  .triangle-right {
    right: -19%;
    top:90px;
    background:url('/wp-content/themes/vdtheme/images/triangle-right.png') no-repeat center right;
  }
  .triangle-left {
    left: -19%;
    top:90px;
    background:url('/wp-content/themes/vdtheme/images/triangle-left.png') no-repeat center left;
  }
  .content .c-6.col:nth-child(2) {
    width: 100%;
    margin-left: 0px;
  }
  .date-right {
    float: right;
  }
  .bx-wrapper .bx-controls-direction a {
   margin-top: -34px;
  }
  #galerije span {
    font-size:12px;
  }
}

@media (min-width: 640px) {
  .gallery-gallery a {
    width: 48%;
  }
  .header-others .logo {
    position: absolute;
    top: 0;
    background: none;
  }
}

@media (min-width: 768px) {
  .c-6.col.box-2.pdd-content {
    width: 70%;
    margin-left: 0;
  }
  .c-6.col.box-2.max-width {
    width: 30%;
    margin-left: 0;
  }
  .c-6.col.box-4 {
    text-align: left;
  }
  .btn-content, .btn1 {
    font-size: 12px;
  }
  .triangle-right {
    right: -6%;
    top:55px;
  }
  .triangle-left {
    left: -6%;
    top:55px;
  }
  .gallery-gallery a {
    width: 31.7%;
  }
  #f {
    margin-top: 30px;
  }
  .midd-content .c-4.col {
    width:49%;
  }
  .dark-green {
    padding: 34px 44px;
  }
}


/* Larger than 800px */
@media (min-width: 800px) {
  .header-bg {
    display: none;
  }
  .header-others .logo {
    position: absolute;
    top: -15px;
    left:0;
    background: none;
    text-align: left;
    width: auto;
  }
  .logo {
    text-align: left;
  }
  .intro p {
    width: 100%;
    max-width: 700px;
    float: none;
    margin: 0 auto;
  }
  .logo {
    top:20px;
  }
  .logo img {
    max-width: 150px;
  }
  #other-pages.header-bg {
    position: relative;
    display: block;
    border: 1px solid red;
    background: url('/wp-content/themes/vdtheme/images/header-bg.png') no-repeat center;
    background-size: cover;
    width: 100%;
  }
  .slider {
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom:5px solid #95a3ab;
  }
  .bx-wrapper .bx-viewport {
    background: none;
    border-style: none;
    box-shadow: none;
    left: 0px;
    max-height: 594px;
    height: auto;
    transform: translateZ(0px);
  }
  .bx-wrapper {
    margin:0 auto;
  }
  .bx-wrapper img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 8px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #B4B14A;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
  }
  .bxslider, .bxslider-home {
    padding-left: 0;
  }
  .bxslider img {
    width: 100%;
  }
  .bxslider li {
    margin-bottom: 0px;
  }
  .slider-txt {
    display: block;
    left: 0px;
    position: absolute;
    width:100%;
    top: 50%;
  -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .slider-txt h2 {
    text-align: center;
    color:#fff;
    font-size:30px;
    line-height:36px;
    -webkit-text-shadow:0 2px 4px #333;
    -moz-text-shadow:0 2px 4px #333;
    text-shadow:0 2px 4px #333;
    width: 100%;
  }
  .slider-txt span {
    display:block;
    width: 50px;
    height:50px;
    border-radius:100%;
    background:#ff8f12;
    position: absolute;
    left:0;
    top:30px;
    z-index:0;
  }
  .slider-txt a {
    color:#fff;
    background: #7A7C3D;
    float: left;
    clear: left;
    width: 50%;
    padding: 10px;
  }
  .content .c-6.col:nth-child(2) {
    width: 48%;
    margin-left: 4%;
  }
  #f {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  #galerije .c-4.col {
    width: 30.66%;
  }
  
}

@media (min-width: 900px) {
  .c-6.col.box-4 {
    margin-left: 0;
    width: 100%;
  }
  .top-content img {
    margin-top: 0;
    max-width: none;
  }
  .triangle-right {
    right: -4%;
    top: 90px;
  }
  .triangle-left {
    left: -4%;
    top: 75px;
  }
  .midd-content .c-4.col {
    width: 29%;
    margin-left: 0;
  }
  .midd-content .c-4.col:nth-child(1) {
    margin-left: 0;
  }
  .midd-content .c-4.col:nth-child(2) {
    margin:0 5%;
  }
  .midd-content .c-4.col:nth-child(3) {
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 980px) {
  .gallery-gallery a {
    width: 23.7%;
  }
  .gallery-gallery > a:nth-child(6n) {
    margin-right: 12px;
  }
  #galerije span {
    font-size:14px;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {
  .logo {
    top:50px;
  }
  .main-menu li.no-hover {
    background: transparent url('/wp-content/themes/vdtheme/images/home.png') no-repeat center center;
    padding: 0px 12px;
  }
  .main-menu li.no-hover:hover {
    background: transparent url('/wp-content/themes/vdtheme/images/home-hover.png') no-repeat center center;
  }
  .news-tit h2 {
    text-align: left;
    margin-top:0;
  }
  .news-tit h2::after {
    display:block;
  }
  .dark-green a {
  font-size: 16px;
  line-height: 22px;
  }
  .logo img {
    max-width: 180px;
  }
  .slider-txt span {
    margin-bottom: 10px;
  }
  .kalendar{width:75%;}
  .c-6.col.box-4 {
    margin-bottom: 0px;
  }
  .top-content h2 a {
    font-size:20px;
    line-height: 22px;
  } 
  .top-content p {
    margin-bottom: 10px;
    font-weight: 300;
  }
  .triangle-right {
    right: -8%;
  }
  .triangle-left {
    left: -8%;
  }
  .top-content .c-3.col {
    width: 22%;
  }
  .c-6.col.box-4:nth-child(3) {
    margin-top: 0px;
  }
  .btn-content, .btn1 {
    border: 2px solid #333;
    padding: 2px;
    font-size: 14px;
  }
  .c-6.col.box-4, .c-6.col.box-2, .c-6.col.box-2.max-width, .c-6.col.box-2.pdd-content {
    width: 50%;
    margin-left: 0;
  }
  .pdd-content {
    padding: 15px;
  }
  .midd-content .c-4.col {
    margin-bottom: 0;
  }
  .content .c-6.col img {
    width: auto;
  }
  .footer {
    padding: 0;
  }
  .footer .container {
    padding: 33px 0px;
  }
  .footer-bottom .container {
    padding: 0;
  }
  .footer .c-4.col:first-child {
    margin-left: 1%;
  }
  .footer .c-4.col {
    width: 47%;
  }
  .gallery-gallery a {
    width: 18.8%;
  }
  #f {
    margin-top: 0px;
    width: 48%;
    margin-left: 4%;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
  .navigation {
    padding: 0px;
  }
  .toggle, .expand, ul.main-menu li a.expand.mobile{
    display: none;
  }
  .main-menu li a.mob-hide {
    display: block;
  }
  .main-menu {
    display: table;
    margin: 0;
    width: 90%;
  }
  .main-menu li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: auto;
    float: none;
  }
  .main-menu li a {
    display: block;
    width: 100%;
    font-weight: 400;
    padding:10px 10px;
  }
  .main-menu li:hover {
    background: #f6f6f6;
  }
  .main-menu li:hover > a {
    display: block;
    width: 100%;
    color: #00a551 !important;
  }
  ul.main-menu li:hover ul {
    display: block;
  }
  ul.main-menu li ul {
    background:#f1f1f1;
    margin: 0;
    left: 0px;
    top: 43px;
    display: none;
    position: absolute;
    width: 100%;
    max-width: 290px;
    min-width: 290px;
    z-index:1500;
    padding-left: 0;
  }
  ul.main-menu li ul li {
    display: block;
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
    padding-left: 5px;
  }
  ul.main-menu li ul li a {
    color:#474B46;
    display: block;
    text-transform: none;
    text-align: left;
    padding: 10px;
  }
  .home-links li {
    background: url('/wp-content/themes/vdtheme/images/a-link.png') no-repeat left top 3px;
  }
  .home-links li:hover {
    background: url('/wp-content/themes/vdtheme/images/a-link-hover.png') no-repeat center left;
  }
  .lang {
    padding-top: 10px;
  }
  .top-content h2 a {
    font-size:26px;
    line-height: 28px;
    text-decoration: none;
  } 
  .top-content p {
    margin-bottom: 30px;
    font-weight: 300;
  }
  .btn-content, .btn1 {
    border: 2px solid #333;
    padding: 5px;
    font-size:12px;
    color: #333;
  }
  .c-6.col.box-4, .c-6.col.box-2 {
    width: 50%;
    margin-left: 0;
  }
  .footer ul {
    text-align: left;
  }
  .footer .c-4.col img {
    margin: 0 0 20px;
  }
  .footer .c-4.col {
    width: 22%;
    margin-left: 0;
  }
  .footer .c-4.col:last-child {
    border-right: 0;
    margin-left: 0;
  }
  .footer .c-4.col {
    border-bottom: none;
    margin-left: 0;
    text-align: center;
    width: 33%;
  }
  .footer .c-4.col:first-child {
    margin-left: 0;
  }
  .footer .c-4.col:nth-child(2) {
    margin-left: 0;
  }
  .footer .c-4.col.email p {
    text-align: left;
  }
  .footer .c-4.col.email a {
    display: block;
    float: none;
    text-align: left;
  }
  .gallery-gallery a {
    width: 15.83%;
    font-size: 12px;
  }
  .gallery-gallery > a:nth-child(6n) {
    margin-right: 0;
  }
  .bx-wrapper .bx-controls-direction a {
    margin-top: -16px;
  }
  .bx-wrapper .bx-prev {
    left: 50px;
  }
  .bx-wrapper .bx-prev:hover {
    left: 50px;
  }
  .bx-wrapper .bx-next {
    right: 50px;
  }
  .bx-wrapper .bx-next:hover {
    right: 50px;
  }
}



.video {
  background: url('/wp-content/themes/vdtheme/images/video-icon.png') no-repeat left center;
  padding-left: 25px;
  color:#333;
  margin: 0 5px;
  height: 25px;
  display: inline-block;
}
.link {
  background: url('/wp-content/themes/vdtheme/images/link-icon.png') no-repeat left center;
  padding-left: 25px;
  margin: 0 5px;
  height: 25px;
  display: inline-block;
}
.btn-link {
  background: url('/wp-content/themes/vdtheme/images/a-link.png') no-repeat left center;
  padding-left: 22px;
  margin: 0 2px;
  height: 22px;
  display: inline-block;
  color:#00a551 !important;
}
.btn-link:hover {
  color:#333 !important;
  background: url('/wp-content/themes/vdtheme/images/a-link-hover.png') no-repeat left center;
}
.doc-med {
  background: url('/wp-content/themes/vdtheme/images/doc-icon-hover.png') no-repeat left center;
  padding-left: 25px;
  margin: 0 5px;
  height: 25px;
  display: inline-block;
}
.doc {
  background: url('/wp-content/themes/vdtheme/images/doc-icon.png') no-repeat left center;
  padding-left: 25px;
  color:#00a551 !important;
  width: 100%;
  float: left;
}
.doc:hover {
  color:#333 !important;
  background: url('/wp-content/themes/vdtheme/images/doc-icon-hover.png') no-repeat left center;
}
.img {
  background: url('/wp-content/themes/vdtheme/images/img-icon.png') no-repeat left center;
  padding-left: 25px;
  margin: 0 5px; 
  height: 25px;
  display: inline-block;
}
.mediji li{
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  display: inline-block;
}
.mediji a {
  display: inline;
}

/* Sweep To Right */
.btn-content {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-content:hover, .btn-content:focus, .btn-content:active {
  color: #fff !important;
}
.btn-content:hover:before, .btn-content:focus:before, .btn-content:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Grow Shadow */
.c-3 img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.c-3 img:hover, .c-3 img:focus, .c-3 img:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.slider-overlay{
  background: url('/wp-content/themes/vdtheme/images/slider-overlay.png') left top no-repeat transparent;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.uvodni-txt{text-align: center;}


  /*-------START COOKIES------*/
    .cookie-wrapper {
        position: fixed;
        bottom: 0;
        right: 0;
        /* boja za pozadinu vanjskog */
        background: #fff;
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
        padding: 15px;
        z-index: 999999999999999;
        overflow-y: auto;
        box-shadow: 0 0 41px 3px rgba(0,0,0,.08);
        color: inherit;
    }

  .cookie-wrapper p{

    font-weight: 400;
    font-size: 14px;
  }
  .cookie-wrapper a{
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
       /* boja za pozadinu gumbova */
    background-color: #fff;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
    top: 10px;
    left: 10px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider-input {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #B5B5B5;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider-input:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider-input {
    background-color: #535252;
  }
  
  input:focus + .slider-input {
    box-shadow: 0 0 1px #535252;
  }
  
  input:checked + .slider-input:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider-input.round {
    border-radius: 34px;
  }
  
  .slider-input.round:before {
    border-radius: 50%;
  }
  .onemoguci {
	display: inline-block;
	position: relative;
	color: #464646;
}
  .omoguci {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    color: #464646;
  }
  .upravljanje-cookies h3{
    font-size: 21px;
    font-weight: bold;

  }
  .upravljanje-cookies h4{
    font-size: 18px;
    font-weight: bold;

    margin:5px 0;
  }
  .upravljanje-cookies {
    /* boja za pozadinu unutarnjeg dijela kad se otvori */
	background: #ECECEC;
	box-sizing: border-box;
	padding: 7.9%;
	display: none;
	margin-top: 2.4%;
}
  .header-cookies{
    width: 100%;
    position: relative;
  }
  .header-cookies h2{
    float: left;
  }
  .header-cookies a{
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .cookies-1, .cookies-2{
    width: 100%;
    margin-bottom: 25px;
  }
  
  .cookie-btn{
    display: inline-block;
    padding: 10px 30px;

    font-weight: bold;
    text-align: center;
    border:1px solid #bbb;
  }
  .mb15{
    margin-bottom: 15px;
  }
  a.vise-cookies{
    display: inline-block;
    padding: 10px 0;

    font-weight: bold;
    text-decoration: underline;
    margin:5px;
  }
  a.vise-cookies:hover{
    text-decoration: none;
  }
  .cookie-toggle {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #bbb;
	margin: 5px 0;
	text-align: center;
}

.c-btns{
    display: flex;
    align-items: center;
  }
  /*-------END COOKIES------*/


/* 06.05.2024. - Žac */
.menu-glavni-izbornik-container {
    width: 98% !important;
}
.navigation {
	margin-top:-7px !important;
}
ul.lang {
    padding: 5px 0 0 0 !important;
}
p.katalog {
    margin-bottom: 0 !important;
}
p.katalog a.btn-link {
    background: none !important;
	padding-left:0 !important;
}
p.katalog a.btn-link:before {
    content: "•";
    color: #000;
    margin-right: 10px;
    font-weight: 700;
}
#the_mediji h2.medij {
    font-size: 24px !important;
    text-transform: uppercase !important;
}
#the_mediji h3 {
    color: #00a551;
    min-height: 25px;
	font-weight: 300;
    font-size: 17px;
	display:inline-block;
	margin-right: 5px;
}
#the_mediji .date {display:block !important;margin-bottom:-8px;}

#the_mediji a.link {
    position: relative;
    top: 8px;
    left: 3px;
}
