<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Travisca
Theme URI: http://travisca.si/
Author: Miha Omejc @ novisplet.com
Author URI: http://travisca.si/
Description: Template za spletno stran travisca.si.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travisca
Tags:

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

Travisca is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor &gt; article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 1em 0 1.5em .5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #71983c;
  transition: all 0.2s ease;
}
a:visited {
  color: #551A8B;
}
a:hover, a:focus, a:active {
  color: #577829;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover &gt; ul, .main-navigation ul ul li.focus &gt; ul {
  left: 100%;
}
.main-navigation .toggled-on {
  display: block;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #d8dbd3;
  min-height: 48px;
  line-height: 48px;
  color: #333;
}
.main-navigation a:visited {
  color: #333;
}
.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a,
.main-navigation .current-menu-ancestor &gt; a {
  font-weight: 700;
  color: #71983c;
}

.lang {
  position: absolute;
  right: 1.7em;
  top: 20px;
}

.lang img,
.lang a {
  float: left;
}

.lang img {
  margin: 0 0 0 0.3em;
}

.lang a {
  border-bottom: none;
  min-height: auto;
  line-height: inherit;
}

.lang a img {
  -webkit-filter: grayscale(70%);
  /* Chrome, Safari, Opera */
  filter: grayscale(70%);
}

.lang a:hover img {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

/* Small menu. */
.menu-toggle {
  position: absolute;
  top: 100px;
  right: .7em;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0.15em 0.3em;
  font-size: 32px;
  font-size: 2rem;
  color: #71983c;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  box-shadow: none;
  border-bottom: none;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled ul .children {
  display: none;
}

.main-navigation.toggled ul .children.toggled-on {
  display: block;
}

.main-navigation .menu-item-has-children &gt; a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  color: #d8dbd3;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d8dbd3;
  border-left-width: 1px;
  content: "\f107";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #71983c;
  box-shadow: none;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f106";
}

@media screen and (min-width: 48.9375em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li {
    float: left;
  }

  .main-navigation ul ul {
    display: none !important;
  }

  .dropdown-toggle,
  .dropdown-toggle.toggled-on {
    display: none;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #626262;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2em;
}

.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after,
.row:before,
.row:after,
.mc4wp-form-fields:before,
.mc4wp-form-fields:after {
  content: " ";
  display: table;
}

.clearfix:after,
.wrap:after,
.row:after,
.mc4wp-form-fields:after {
  clear: both;
}

.top-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-branding {
  position: relative;
}

.site-title {
  margin: 1em auto;
  font-size: 16px;
  font-size: 1rem;
  float: left;
}

.site-description {
  text-align: right;
  float: right;
  display: none;
  color: #71983c;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  clear: none;
  margin: 1em 0;
}
.site-description.sl { max-width: 500px; float: left; margin-left: 25px; }
#primary-menu li.page-item-3334 { display: none; }
.igra-logotip-a {    
    float: right;
    margin-top: 44px;
    margin-right: 20px;
    background: url(images/ozadje-spoznaj-travisca.png) no-repeat right bottom;
    padding: 5px 5px 0 0;
    border-radius: 5px;
    /* background-size: cover; */
    /* background-color: pink; */
    border: 1px solid #5e9834;}


.igra-logotip-a .text-wrap {
    float: left;
    max-width: 180px;
    padding: 16px 10px 10px 9px;
    font-size: 14px;
    color: #626262;    
    margin-right: 10px;
}

.igra-logotip-a .text-wrap b { color: #71983c; }
.igra-logotip-a .img-wrap { float: left; }
.site-description span {
  color: #bebebe;
  font-size: 12px;
  font-size: 0.75rem;
}

.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

@media screen and (max-width: 1130px) {
	.igra-logotip-a img { height: 60px; }
	.igra-logotip-a .text-wrap { max-width: 150px; padding-top: 7px; font-size: 11px; padding-right: 10px; }
	.site-description.sl { padding: 38px 225px 35px 0; }
	.igra-logotip-a { margin-top: 53px; margin-right: 0px; }
}


@media screen and (max-width: 1080px) {
  
  .igra-logotip-a .text-wrap { display: none; }
  .igra-logotip-a {
    background: url(images/ozadje-spoznaj-travisca-mini.png) no-repeat right bottom;
  }
  .igra-logotip-a img { height: 60px; }
  .igra-logotip-a .text-wrap { max-width: 150px; padding-top: 7px; font-size: 11px; padding-right: 10px; }
  .site-description.sl { padding: 38px 225px 35px 0; }
  .igra-logotip-a { margin-top: 53px; margin-right: 0px;     padding-left: 10px; }
}



@media screen and (max-width: 910px) { 
  .site-description.sl { padding: 10px 0 0 0; font-size: 16px; font-size: 1rem; }
  .igra-logotip-a { margin-top: 20px; }
}

@media screen and (max-width: 830px) {  
  .igra-logotip-a { position: absolute; right: 10px;}
  .site-description.sl { width: 390px;}
}

@media screen and (max-width: 778px) {  
  .igra-logotip-a { display: none;}
  .site-description.sl { width:auto; float: right;}
	 #primary-menu li.page-item-3334 { 
    display: block; 
    background: url(images/igra_logo_2.png) no-repeat right;
    background-size: 70px;
   }
}


@media screen and (max-width: 430px) {  
   #primary-menu li.page-item-3334 { 
    display: block; 
    background: none;
   }
}



.tabs {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.tabs li {
  list-style: none;
  display: inline;
}
.tabs a {
  padding: 5px 8px;
  display: inline-block;
  background: #71983c;
  color: #fff;
  text-decoration: none;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.tabs a h3 {
  margin: 0;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 400;
}
.tabs a.active {
  background: #d8dbd3;
  color: #000;
}
.tabs a.active h3 {
  color: #000;
}

.vsebina {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 340px;
}

.tekst small {
  text-transform: uppercase;
}
.tekst h2 {
  margin: 10px 0 0 0;
  font-size: 34px;
  font-size: 2.125rem;
}
.tekst p {
  margin: 10px 0 0 0;
}
.tekst p.hero-more {
  margin: 25px 0 25px 0;
}

@media screen and (max-width: 48.9375em) {
  .tabs {
    position: absolute;
    top: -5px;
    left: 2em;
  }
  .tabs a {
    background-image: none !important;
  }

  .vsebina {
    background-image: none !important;
    background: #d8dbd3;
    padding: 20px 0;
    height: auto;
    margin-top: 1.5em;
  }
}
.home .page-content, .home .entry-content, .home .entry-summary {
  position: relative;
}

.button {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #71983c;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
}

.button:visited {
  color: #fff;
}

.button:hover {
  background: #577829;
  color: #fff;
}

.projekt h3 {
  margin-top: 0;
}

.zemljevid {
  margin: 0 0 2em;
}

.more {
  color: #71983c;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
.more:visited {
  color: #71983c;
}
.more:hover {
  color: #333;
}
.more:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f054";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 7px;
  font-size: 12.8px;
  font-size: 0.8rem;
}

.novice {
  position: relative;
}
.novice .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.novice .more:hover {
  color: #333;
}
.novice .more:after {
  font-size: 11.2px;
  font-size: 0.7rem;
}
.novice ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.novice li {
  padding: 1.2em 0 0.8em;
  line-height: 1.2;
  border-bottom: 1px solid #d8dbd3;
}
.novice li:first-child {
  padding-top: 0;
}
.novice a {
  color: #333;
  text-decoration: none;
}
.novice a:hover {
  color: #71983c;
}
.novice span {
  line-height: 2;
}

#info {
  background: #eff2ea;
  border-top: 1px solid #d8dbd3;
}

#galerija {
  padding-top: 30px;
}

.slides {
  margin: 0;
  padding: 0;
}
.slides button {
  box-shadow: none;
  text-shadow: none;
}
.slides .slick-prev:before, .slides .slick-next:before {
  color: #333;
  opacity: .25;
}
.slides .slick-prev:hover:before, .slides .slick-prev:focus:before, .slides .slick-next:hover:before, .slides .slick-next:focus:before {
  opacity: .5;
}
.slides img {
  margin: 0 auto;
}
.slides .slick-dots {
  bottom: -10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

#colophon {
  border-top: 1px solid #d8dbd3;
}
#colophon a {
  color: #71983c;
}
#colophon a:visited {
  color: #71983c;
}

#newsletter {
  border-bottom: 1px solid #d8dbd3;
}
#newsletter label {
  display: none;
}

.box {
  padding: 30px 0;
}

.box-left .fa {
  float: right;
  font-size: 51.2px;
  font-size: 3.2rem;
  margin: 0 0 0 0.4em;
  color: #71983c;
}
.box-left h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 3px 0 0 0;
  clear: none;
}

.mc4wp-form-fields {
  clear: both;
}
.mc4wp-form-fields input {
  padding: 9px 18px;
  margin-top: 10px;
}
.mc4wp-form-fields input[type="email"] {
  width: 100%;
}
.mc4wp-form-fields input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  background-color: #71983c;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  box-shadow: none;
  border: none;
  text-shadow: none;
  text-transform: uppercase;
  line-height: 1.65;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.mc4wp-form-fields input[type="submit"]:hover {
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.15);
  background-color: #577829;
}
.mc4wp-form-fields p {
  margin: 0;
}

.mc4wp-response p {
  margin: 10px 0 0 0;
  font-weight: 700;
}

.mc4wp-success {
  color: #71983c;
}

.mc4wp-error {
  color: red;
}

.center {
  margin: 0 auto;
}

#noga {
  padding: 10px 0;
}
#noga h5 {
  color: #b2b2b2;
  font-weight: 400;
  text-transform: uppercase;
}

#partnerji a img {
  margin-right: 20px;
}
#partnerji a:last-child img {
  margin-right: 0;
}
#partnerji p {
  font-size: 12px;
  font-size: 0.75rem;
}

.site-info {
  border-top: 1px solid #d8dbd3;
  color: #999;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
.site-info a {
  color: #999 !important;
  text-decoration: none;
}
.site-info a:visited {
  color: #999 !important;
}

.author a {
  padding-right: 95px;
  background: url(images/ns.png) no-repeat center right;
}

.parent-title {
  background: #71983c;
  background-position: center center;
}
.parent-title h2 {
  margin-bottom: 0;
  color: #fff;
}
.parent-title #breadcrumbs {
  margin-top: 0;
  color: #d4e0c4;
  font-size: 13.6px;
  font-size: 0.85rem;
}
.parent-title #breadcrumbs a {
  color: #d4e0c4;
  text-decoration: none;
}
.parent-title #breadcrumbs a:hover {
  color: #fff;
}
.parent-title #breadcrumbs .breadcrumb_last {
  color: #d4e0c4;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul ul {
  border: none;
  padding-bottom: 1em;
  line-height: 1.2;
}
.widget ul ul .page_item:after {
  height: 0;
}
.widget ul ul a {
  padding: 0.4em 1em;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.widget ul ul a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0da";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding: 0 6px 0 4px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.widget ul ul a:after {
  content: "";
}
.widget ul ul .current_page_item &gt; a,
.widget ul ul .current-menu-item &gt; a,
.widget ul ul .current_page_ancestor &gt; a,
.widget ul ul .current-menu-ancestor &gt; a {
  background: #fff;
  font-weight: 700;
}
.widget ul ul li {
  border: none !important;
}
.widget li:after {
  position: absolute;
  content: '';
  background-color: #d8dbd3;
  right: 1em;
  left: 1em;
  bottom: -1px;
  height: 1px;
}
.widget li ul:after {
  position: absolute;
  content: '';
  background-color: #d8dbd3;
  right: 1em;
  left: 1em;
  bottom: -1px;
  height: 1px;
}
.widget .current_page_item:after,
.widget .current-menu-item:after,
.widget .current_page_ancestor:after,
.widget .current-menu-ancestor:after {
  height: 0;
}
.widget a {
  display: block;
  padding: 1em;
  color: #626262;
  text-decoration: none;
}
.widget a:hover {
  text-decoration: underline;
  color: #000;
}
.widget a:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding: 0 6px 0 4px;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: 1em;
  top: 1em;
  color: #626262;
}
.widget li {
  position: relative;
  border-right: 1px solid #d8dbd3;
  border-left: 1px solid #d8dbd3;
}
.widget li:first-child {
  border-top: 1px solid #d8dbd3;
  margin-top: 0.75em;
}
.widget li:last-child {
  border-bottom: 1px solid #d8dbd3;
}
.widget .current_page_item &gt; a,
.widget .current-menu-item &gt; a,
.widget .current_page_ancestor &gt; a,
.widget .current-menu-ancestor &gt; a {
  background: #d8dbd3;
  color: #1a1a1a;
}
.widget .children {
  display: none;
}
.widget .current_page_ancestor .children,
.widget .current_page_parent .children,
.widget .current_page_item .children {
  display: block;
}

/* hoteli za zuzelke extra style*/
.widget li.page-item-49 .children {
  display: none;
}



.entry-title {
  margin-bottom: 0;
}
.entry-title a {
  color: #71983c;
  text-decoration: none;
}
.entry-title a:hover {
  color: #333;
}

.post {
  border-bottom: 1px solid #d8dbd3;
}
.post:last-child {
  border-bottom: none;
}

.entry-content {
  margin: 0;
}

.blog .entry-title,
.single-post .entry-title {
  margin-bottom: 0;
}

.entry-meta {
  margin-bottom: 1em;
}

.posted-on {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #777;
}

.read-more {
  color: #71983c;
  display: block;
  margin-top: 0.5em;
}
.read-more:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f054";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-left: 7px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.read-more:visited {
  color: #71983c;
}
.read-more:hover {
  text-decoration: none;
}

.page-gallery ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.page-gallery ul li {
  float: left;
  width: 50%;
  padding: 15px;
}
.page-gallery ul li p {
  display: none;
}

#primary,
#secondary {
  padding-bottom: 1.5em !important;
}

.home #primary,
.home #secondary {
  padding-bottom: 0 !important;
}

.nav-links {
  margin: 20px 0 0 0;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}
.nav-links a {
  text-decoration: none;
  color: #fff;
  background: #71983c;
  padding: 4px 10px;
  margin: 0 5px 0 0;
  min-width: 40px;
  display: block;
  text-align: center;
  float: left;
}
.nav-links a:hover {
  background: #333;
}
.nav-links .page-numbers.current {
  padding: 4px 10px;
  min-width: 40px;
  text-align: center;
  display: block;
  float: left;
}

/*
FILE FORMAT ICONS
by Greg Schoppe (http://gschoppe.com)
USAGE: include FontAwesome on page, as shown on http://fontawesome.io
       then include this css file, and target links by adding the link-icon
       class.  Note: try to avoid or manually label links to websites, as that
       detection code is necessarily janky. when in doubt, just end all external
       links with a trailing slash (/), a query string (?), or a link target (#)
*/
a[href$=".txt"]:before, a[href$=".rar"]:before, a[href$=".tar"]:before, a[href$=".gz"]:before, a[href$=".dmg"]:before, a[href$=".iso"]:before, a[href$=".wav"]:before, a[href$=".mp3"]:before, a[href$=".fla"]:before, a[href$=".flac"]:before, a[href$=".ra"]:before, a[href$=".pdf"]:before, a[href$=".rma"]:before, a[href$=".aif"]:before, a[href$=".aiff"]:before, a[href$=".aa"]:before, a[href$=".aac"]:before, a[href$=".aax"]:before, a[href$=".ac3"]:before, a[href$=".au"]:before, a[href$=".ogg"]:before, a[href$=".avr"]:before, a[href$=".doc"]:before, a[href$=".3ga"]:before, a[href$=".mid"]:before, a[href$=".midi"]:before, a[href$=".m4a"]:before, a[href$=".mp4a"]:before, a[href$=".amz"]:before, a[href$=".mka"]:before, a[href$=".asx"]:before, a[href$=".pcm"]:before, a[href$=".m3u"]:before, a[href$=".docx"]:before, a[href$=".wma"]:before, a[href$=".xwma"]:before, a[href$=".avi"]:before, a[href$=".mpg"]:before, a[href$=".mp4"]:before, a[href$=".mkv"]:before, a[href$=".mov"]:before, a[href$=".wmv"]:before, a[href$=".vp6"]:before, a[href$=".264"]:before, a[href$=".xls"]:before, a[href$=".vid"]:before, a[href$=".rv"]:before, a[href$=".webm"]:before, a[href$=".swf"]:before, a[href$=".h264"]:before, a[href$=".flv"]:before, a[href$=".mk3d"]:before, a[href$=".gifv"]:before, a[href$=".oggv"]:before, a[href$=".3gp"]:before, a[href$=".xlsx"]:before, a[href$=".m4v"]:before, a[href$=".movie"]:before, a[href$=".divx"]:before, a[href$=".ppt"]:before, a[href$=".pptx"]:before, a[href$=".zip"]:before, a[href$=".zipx"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 20px;
  text-align: right;
  margin-right: 10px;
}

a[href$=".txt"]:before {
  content: "\f0f6";
  /*Text*/
}

a[href$=".pdf"]:before {
  content: "\f1c1";
  /*PDF*/
}

a[href$=".doc"]:before,
a[href$=".docx"]:before {
  content: "\f1c2";
  /*Word*/
}

a[href$=".xls"]:before,
a[href$=".xlsx"]:before {
  content: "\f1c3";
  /*Excel*/
}

a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
  content: "\f1c4";
  /*Powerpoint*/
}

a[href$=".zip"]:before,
a[href$=".zipx"]:before,
a[href$=".rar"]:before,
a[href$=".tar"]:before,
a[href$=".gz"]:before,
a[href$=".dmg"]:before,
a[href$=".iso"]:before {
  content: "\f1c6";
  /*Archive*/
}

a[href$=".wav"]:before,
a[href$=".mp3"]:before,
a[href$=".fla"]:before,
a[href$=".flac"]:before,
a[href$=".ra"]:before,
a[href$=".rma"]:before,
a[href$=".aif"]:before,
a[href$=".aiff"]:before,
a[href$=".aa"]:before,
a[href$=".aac"]:before,
a[href$=".aax"]:before,
a[href$=".ac3"]:before,
a[href$=".au"]:before,
a[href$=".ogg"]:before,
a[href$=".avr"]:before,
a[href$=".3ga"]:before,
a[href$=".flac"]:before,
a[href$=".mid"]:before,
a[href$=".midi"]:before,
a[href$=".m4a"]:before,
a[href$=".mp4a"]:before,
a[href$=".amz"]:before,
a[href$=".mka"]:before,
a[href$=".asx"]:before,
a[href$=".pcm"]:before,
a[href$=".m3u"]:before,
a[href$=".wma"]:before,
a[href$=".xwma"]:before {
  content: "\f1c7";
  /*Audio*/
}

a[href$=".avi"]:before,
a[href$=".mpg"]:before,
a[href$=".mp4"]:before,
a[href$=".mkv"]:before,
a[href$=".mov"]:before,
a[href$=".wmv"]:before,
a[href$=".vp6"]:before,
a[href$=".264"]:before,
a[href$=".vid"]:before,
a[href$=".rv"]:before,
a[href$=".webm"]:before,
a[href$=".swf"]:before,
a[href$=".h264"]:before,
a[href$=".flv"]:before,
a[href$=".mk3d"]:before,
a[href$=".gifv"]:before,
a[href$=".oggv"]:before,
a[href$=".3gp"]:before,
a[href$=".m4v"]:before,
a[href$=".movie"]:before,
a[href$=".divx"]:before {
  content: "\f1c8";
  /*Video*/
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Responsive media queries
--------------------------------------------------------------*/
/**
&gt;= 600px
 */
@media screen and (min-width: 37.5em) {
  .site-description {
    display: block;
    padding-top: 20px;
    font-size: 12.8px;
    font-size: 0.8rem;
  }
  .site-description span {
    color: #bebebe;
    font-size: 11.2px;
    font-size: 0.7rem;
  }

  .top-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lang {
    position: absolute;
    right: 5.8em;
    top: 106px;
  }

  .tabs {
    top: -9px;
  }
  .tabs a h3 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .mc4wp-form-fields input[type="email"] {
    width: 78%;
    margin-right: 2%;
    float: left;
  }
  .mc4wp-form-fields input[type="submit"] {
    width: 20%;
    float: left;
  }

  .copy {
    float: left;
    width: 50%;
    padding: 0 15px;
  }

  .author {
    text-align: right;
    float: right;
    width: 50%;
    padding: 0 15px;
  }

  .one_half {
    padding: 0 15px 0 0;
  }

  .one_half.last_column {
    padding: 0 0 0 15px;
  }
}
/**
&gt;= 710px
 */
@media screen and (min-width: 44.375em) {
  .site-description {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
/**
&gt;= 783px
 */
@media screen and (min-width: 48.9375em) {
  .row {
    margin: 0 -15px;
  }

  #masthead {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
  }

  .top-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-navigation {
    background: #71983c;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .main-navigation li {
    margin-right: 1em;
    font-weight: 700;
  }
  .main-navigation a {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    display: inline-block;
    color: #fff;
    min-height: 44px;
    line-height: 44px;
  }
  .main-navigation a:hover {
    border-bottom: 3px solid #577829;
  }
  .main-navigation a:visited {
    color: #fff;
  }
  .main-navigation .lang a {
    border: none;
  }
  .main-navigation .current_page_item &gt; a,
  .main-navigation .current-menu-item &gt; a,
  .main-navigation .current_page_ancestor &gt; a,
  .main-navigation .current-menu-ancestor &gt; a,
  .main-navigation .current_page_parent &gt; a {
    border-bottom: 3px solid #fff;
    color: #fff;
  }

  .lang {
    right: 2em;
  }

  #content {
    padding-top: 211px;
    padding-bottom: 60px;
  }

  .home #content {
    padding-bottom: 0;
  }

  .home .page-content, .home .entry-content, .home .entry-summary {
    margin-top: 0;
  }

  .vsebina {
    position: relative;
  }
  .vsebina img {
    float: left;
  }

  .tekst {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 20px;
    margin-right: 2em;
    color: #fff;
    padding: 40px;
  }
  .tekst h2 {
    color: #fff;
    margin: 0;
  }
  .tekst p {
    color: #fff;
  }
  .tekst p.hero-more {
    margin: 25px 0 5px 0;
  }

  .tabs li {
    width: 25%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin-top: -35px;
  }
  .tabs a {
    width: 100%;
    padding: 120px 0 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .tabs a h3 {
    padding: 12px 0 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.2s ease;
  }
  .tabs a:hover {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3), 0px 6px 14px 0px rgba(0, 0, 0, 0.5);
  }
  .tabs a:hover h3 {
    background: rgba(0, 0, 0, 0.7);
  }
  .tabs a.active {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .tabs a.active h3 {
    background: #71983c;
    color: #fff;
  }

  .col4 {
    width: 33.333%;
    float: left;
    padding: 0 15px;
  }

  .projekt h3,
  .novice h3 {
    margin-top: 0;
    font-size: 21.6px;
    font-size: 1.35rem;
  }

  .projekt p:last-child {
    margin-bottom: 0;
  }

  .zemljevid {
    margin: 3.2em 0 0;
  }

  .en .projekt.col4,
  .hr .projekt.col4 {
    width: 66.666%;
  }

  #galerija {
    width: 40%;
    float: left;
    padding: 50px 45px 50px 15px;
    border-right: 1px solid #d8dbd3;
    background: -moz-linear-gradient(left, transparent 70%, rgba(0, 0, 0, 0.08) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 70%, rgba(0, 0, 0, 0.08) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 70%, rgba(0, 0, 0, 0.08) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#14000000',GradientType=1 );
    /* IE6-9 */
  }

  #alives {
    width: 60%;
    float: left;
    padding: 50px 15px 50px 45px;
  }

  #newsletter {
    border-bottom: 1px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .box {
    margin-top: -60px;
    /* negativna vrednost #content */
    z-index: 100;
    position: relative;
    background: #fff;
    padding: 30px 40px;
    border: 1px solid #d8dbd3;
    background: #fafafa;
  }

  .home .box {
    background: #fff;
  }

  .box-left .fa {
    float: left;
    margin: 0 0.4em 0 0;
  }

  #kontakt {
    width: 33.333%;
    float: left;
    padding: 60px 15px 0 15px;
  }

  #partnerji {
    width: 66.666%;
    float: left;
    padding: 60px 15px 0 15px;
  }

  .hr #kontakt,
  .en #kontakt,
  .hr #partnerji,
  .en #partnerji {
    padding: 0 15px;
  }

  .parent-title {
    background-image: url("images/podstran.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 1.5em;
  }
  
  .page-template-conference .parent-title {
    
    background-image: url('images/podstran-konferenca.jpg');    
    border-bottom: 2px solid #71983c
    
  }

  .page-template-conference .row.entry-content {
    max-width: 990px;
    margin: 0 auto;
  }

  .page-template-conference #content {
    padding-top: 211px;
    padding-bottom: 110px;
    background: url(images/TRAVICA.-conf-bg.jpg) center 165px no-repeat;
    background-color: #efefef;

  }





  .parent-title #breadcrumbs {
    color: #71983c;
  }

  .has-sidebar {
    float: right;
    width: 74%;
    padding: 0 15px;
  }

  #secondary {
    float: left;
    width: 26%;
    padding: 0 15px;
  }

  .news-img {
    float: right;
    margin: 0 0 1em 2em;
  }

  .entry-meta {
    margin-bottom: 0;
  }

  .page-gallery {
    padding: 0 15px;
  }
  .page-gallery ul li {
    width: 25%;
  }

  .error404 .content-area {
    padding: 0 15px;
  }
}
/**
&gt;= 910px
 */
@media screen and (min-width: 56.875em) {
  .site-description {
    background: url("images/life-natura.jpg") no-repeat right center;
    padding: 38px 240px 35px 0;
    position: relative;
  }

  .life {
    position: absolute;
    display: block;
    width: 101px;
    height: 83px;
    top: 19px;
    right: 112px;
  }

  .natura {
    position: absolute;
    display: block;
    width: 94px;
    height: 83px;
    top: 19px;
    right: 0;
  }

  .lang {
    position: relative;
    right: auto;
    top: auto;
    float: right;
  }

  .lang img {
    margin: 0.6em 0 0 0.7em;
  }

  .tabs a {
    padding: 130px 0 0 0;
  }
  .tabs a h3 {
    padding: 14px 0 10px;
  }

  #partnerji img {
    height: 47px;
  }

  .parent-title h2 {
    float: left;
    width: 40%;
    margin: 30px 0;
    line-height: 36px;
  }
  .parent-title #breadcrumbs {
    text-align: right;
    float: right;
    width: 60%;
    margin: 30px 0;
    line-height: 36px;
  }
}
/**
&gt;= 985px
 */
@media screen and (min-width: 61.5625em) {
  .site-description {
    padding: 38px 260px 35px 0;
  }

  .main-navigation li {
    margin-right: 1.5em;
  }

  .tabs a {
    padding: 140px 0 0 0;
  }
  .tabs a h3 {
    padding: 16px 0 12px;
  }

  .vsebina {
    height: 380px;
  }

  .tekst {
    max-width: 540px;
  }

  .projekt h3,
  .novice h3 {
    margin-top: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .box-left {
    float: left;
    width: 355px;
  }

  .mc4wp-response {
    padding-left: 355px;
  }
  .mc4wp-response p {
    margin: 0;
  }

  .mc4wp-form-fields {
    clear: none;
  }
  .mc4wp-form-fields input[type="email"] {
    width: 323px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .mc4wp-form-fields input[type="submit"] {
    width: auto;
    margin-top: 3px;
  }

  .center {
    width: 797px;
  }

  #partnerji img {
    height: 52px;
  }

  .parent-title h2 {
    margin: 40px 0;
  }
  .parent-title #breadcrumbs {
    margin: 40px 0;
  }
  .parent-title #breadcrumbs a {
    padding: 0 6px;
  }
  .parent-title #breadcrumbs .breadcrumb_last {
    padding-left: 6px;
  }

  .page-gallery {
    padding: 0 15px;
  }
  .page-gallery ul li {
    width: 25%;
  }
  .page-gallery ul li p {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    height: 16px;
  }
}
/**
&gt;= 1180px
 */
@media screen and (min-width: 73.75em) {
  .main-navigation li {
    margin-right: 1.5em;
  }

  .vsebina {
    height: 420px;
  }

  .tekst {
    top: 50px;
  }

  #alives {
    padding: 50px 230px 50px 45px;
    background: url("images/ilustracija.jpg") no-repeat right center;
  }

  .box-left {
    width: 400px;
  }

  .mc4wp-response {
    padding-left: 400px;
  }

  .mc4wp-form-fields {
    clear: none;
  }
  .mc4wp-form-fields input[type="email"] {
    width: 497px;
    margin-right: 20px;
    margin-top: 3px;
  }
  .mc4wp-form-fields input[type="submit"] {
    width: 105px;
    margin-top: 3px;
  }

  .center {
    width: 1030px;
  }

  #partnerji a img {
    height: auto;
    margin-right: 30px;
  }

  .parent-title h2 {
    margin: 60px 0;
    font-size: 32px;
    font-size: 2rem;
  }
  .parent-title #breadcrumbs {
    margin: 60px 0;
  }
}




.ns-btn,
.ns-btn:visited {
  display: inline-block;
    margin-bottom: 20px;
    background: #71983c;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
}


.ns-btn:hover {
  background:  #577829;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */



body .gallery .gallery-item{
	margin: 0;
	padding: 5px;
}

.col-md-12 { padding: 0 15px; }
.col-md-8 { padding: 0 15px; float: left; }
.col-md-4 { padding: 0 15px; float: left; }




form .formblock {
margin-bottom:20px;
overflow: hidden;
}

span.wpcf7-list-item {
    float: left;
    margin-bottom: 3px;
    width: 100%;
}


.formblock input[type="text"],
.formblock input[type="email"],
.formblock input[type="tel"] {
width: 250px;
}


.formblock-alt-2 input[name="dr-naziv"] {
width: 225px;
}



.formblock input[name="naslov"],
.formblock input[name="postna-st-drzava"],
.formblock input[name="organizacija"] {
width: 400px;
}


.form-wrap-alt-1 input[type="submit"] {

font-size: 16px;
    font-size: 1rem;
    background-color: #71983c;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 1.65;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);

}



.form-wrap-alt-1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    overflow: hidden;
    float: left;
}

.form-wrap-alt-1 {
      background: #fafafa;
    padding: 15px;
    border: 1px solid #ddd;
}

</pre></body></html>