:root {
  --main-color: #000;
  
  --blue-light: #8dc8e8;  
  --blue-dark: #0e8cbe;
  --yelow: #fcc425;
  --silver: #eee;
  --red: #a00;

  --link: #0e8cbe;

  --main-font-size-button: 20px;
  --main-font-size: 14px;
  --main-font-size-h2: 28px;
}

.modra {
  color:var(--blue-dark);
}

.rdeca {
  color:var(--red);
}

hr {
  border: 1px solid #eee;
}


/* PRESET */
/*********************************************/
/*********************************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  /*overflow-y: scroll;*/
}

body {
  font-family: 'Roboto', sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: var(--main-font-size);
  line-height: 28px;
}

strong {
  font-weight: 500;
}

p { 
  margin:0px; 
  padding:0px;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: var(--main-font-size-h2);
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  line-height: 39px;
}

h2 {
  width: 100%;
  text-align: center;
  font-size: var(--main-font-size-h2);
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 50px 0px;
}

h3 {
  width: 100%;
  font-size: var(--main-font-size-h2);
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 50px 0px;
}

h4 {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}


/* COMMON */
/*********************************************/
/*********************************************/

.content-wide {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  overflow: auto;
}

.content-v {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: auto;
}

.content-2 {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: auto;
}

.content-form {
  max-width: 800px;
  margin: 0 auto;
}


/* HEADER */
/*********************************************/
/*********************************************/

.logo {
  float: left;
  width: 400px;
  padding: 10px 0px 0px 0px;
}

.logo a:nth-child(2) img {
  width: 100px;
  height: auto;
  margin-top: 5px;
}

.logo a:nth-child(1) img {
  width: 235px;
  height: auto;
  vertical-align: top;
  padding-top: 50px;
}

/* TOP */

.top {
  float: left;
  text-align: right;
  width: calc(100% - 400px);
}

.jeziki {
  width: auto;
  float: right;
  text-align: right;
  padding-right: 15px;
  padding: 0px 15px 0px 0px;
  margin-top: 18px;
  margin-bottom: 8px;
  border-right: 1px solid #ddd;
}

.prijava {
  float: right;
  text-align: right;
  width: 140px;
  padding-top: 15px;
  padding-left: 15px;
}

.prijava.dashboard {
  width: 165px;
}

.prijava a {
  display: block;
  color: var(--main-color);
  border-radius: 50px;
  padding: 3px 20px;
  text-decoration: none;
  font-weight: 400;
  background-color: #ecedee;
  background-image: url(media/images/icons/user.png);
  background-position: left;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.prijava a:hover {
  background: var( --blue-light);
  color: #fff;
  background-image: url(media/images/icons/user-hover.png);
  background-position: left;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

/* VISULA - ZA SLABOVIDNE */
.visual {
  position: absolute;
  bottom: 0px;
  right: 0px;
  position: fixed;
  z-index: 100;
  background: #fff;
  border: 1px solid #000;
  line-height: 0;
  padding: 5px;
}

.visual img {
  width: 50px;
  height: auto;
}

.visual-in {
  background: #fff;
  padding: 10px;
  border: 1px solid #000;
  border-right: none;
  right: 62px;
  bottom: 0;
  position: fixed;
  line-height: 0;
}

.visual-in img {
  width: 40px;
  height: auto;
  margin: 0px 3px;
}

.visual-in a img {
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    padding-bottom: 4px;
    margin-bottom: -10px;
    padding-top: 6px;
}

.visual-in a.selected img {
  border-bottom: 6px solid #000; 
}

/* ISKALNIK*/

.iskalnik {
  float: left;
  width: 100%;
  text-align: right;
  padding-top: 10px;
}

.iskalnik input {
  border-top: none;
  border-left: none;
  border-right: none;
   border-bottom: 1px solid #000;
   padding: 5px;
   width: 300px;
}

.iskalnik button {
  border: none !important;
  background: none;
}

.search_results {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1360px;
  padding: 70px 50px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}

.vsebina-r .search_results {
  padding: 0;
}

ul.serch_results_items {
  margin: 0px;
  padding: 0px;
}

ul.serch_results_items li a {
  padding: 7px 0px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: var(--main-color);
  display: block;
}

ul.serch_results_items li a:hover {
  color: var(--blue-dark);
}

/* MENI */

.meni {
  width: 100%;
  float: left;
  background-image: url(media/images/bg-menu.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden !important;
}

.meni ul {
  padding: 0px;
  margin: 0px;
}

.meni ul li {
  list-style-type: none;
  padding: 0px 30px 0px 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

.meni ul li:nth-child(1) {
  display: none;
}

.meni ul li a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.meni ul li a:hover {
  color: #fff;
}

li.nav.za-prostovoljce a, li.nav.za-organizacije a, li.nav.slovenian-network-of-volunteer-organizations a, li.nav.volunteering-for-migrants a, li.nav.search-volunteer-opportunities a {
  color: #fff;
  background: var(--link);
  border-radius: 10px;
  line-height: 20px;
  padding: 18px 15px;
  display: block;
  text-align: center;
}

.mobi_menu li.nav.za-prostovoljce, .mobi_menu li.nav.za-organizacije, .mobi_menu li.nav.slovenian-network-of-volunteer-organizations, .mobi_menu li.nav.volunteering-for-migrants, .mobi_menu li.nav.search-volunteer-opportunities {
  background: var(--link);  
  
}

li.nav.za-prostovoljce a span, li.nav.za-organizacije a span, li.nav.slovenian-network-of-volunteer-organizations a span, li.nav.volunteering-for-migrants a span, li.nav.search-volunteer-opportunities a span {
  display: block;
  font-size: 13px;
  padding-top: 4px;
}

li.nav.za-prostovoljce a:hover, li.nav.za-organizacije a:hover, li.nav.slovenian-network-of-volunteer-organizations a:hover, li.nav.volunteering-for-migrants a:hover, li.nav.search-volunteer-opportunities a:hover {
  background: #109bd2;
}

.litle {
  font-size: 14px;
}

/* BANNER */

.banner {
  float: left;
  width: 100%;
  margin: 50px 0px;
  border-radius: 10px;
  width: 100%;
  display: inline-flex;
}

.aktual {
  float: left;
  width: 30%;
  background:#f3f3f3; 
  border-radius: 10px 0px 0px 10px;
  padding: 50px;
  line-height: 24px;
  z-index: 2;
}

.aktual a {
  color: var(--main-color);
  text-decoration: none;
}

.aktual a:hover {
  color: var(--link);
}

.slika {
  float: left;
  width: 70%;
  border-radius: 10px;
  line-height: 0;
  min-height: 550px;
  background-size: cover !important;
  position: relative;
  background-position:center !important;
}

.slika .intro {
  position: absolute;
  bottom: 80px;
  left: 60px;
  right: 60px;
  font-size: 36px;
  font-weight: 500;
  color: var(--main-color);
  line-height: 36px;
}

.slika img {
  border-radius: 0px 10px 10px 0px;
}

/* BLOK 01*/

.blok_01 {
  float: left;
  width: 100%;
  background-image: url(media/images/blok_01.jpg);
  background-position: center;
  padding: 0px 50px;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
}

.brokerage h3 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 18px;
}

.statistic {
  float: left;
  width: 100%;
  padding: 50px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.statistic ul li {
  display: inline-block;
  list-style-type: none;
  width: 290px;
  padding: 0px 15px;
  vertical-align: top;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.number {
  background: var(--blue-light);
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  border-radius: 100px;
  color: #404040;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}

.brokerage {
  float: left;
  width: 100%;
  padding: 50px;
  font-size: 19px;
  font-weight: 400;
}

.welcome {
  padding: 70px 0px;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}

/* LAST WORK*/

.last-work {
  padding: 70px 0px;
  text-align: center;
}

.last-work-en {
  padding: 70px 0px 0px 0px;
  text-align: center;
}

.work_item {
  float:left;
  width: 25%;
  padding: 0px 15px 36px 15px;
}

.item_image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.item_image .jezik {
  background: rgba(1,1,1,0.5);
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
}

.item_time img {
  vertical-align: middle;
  margin-bottom: 4px;
}


.work_item div {
  float:left;
  width: 100%;
}

.item_preberi_vec a, .xbutton {
  display: inline-block;
    color: var(--main-color) !important;
    border-radius: 50px;
    padding: 2px 20px;
    text-decoration: none;
    font-weight: 400;
    background-color: var(--blue-light);
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
}

.item_preberi_vec a:hover {
  background: var( --blue-dark);
  color: #fff;
  transition: all 0.3s ease;
}
 
.work_item .item_image {
  /*min-height: 180px;*/
  background: #f2f2f2;
}

.work_item .item_title {
  font-weight: 600px;
  padding-top: 12px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

.work_item .item_pd {
  font-size: 12px;
  color: #aaa;
  line-height: 135%;
  padding-bottom: 10px;
}

.work_item .item_organisation {
  
}

.work_item .item_time {
  
}

.podrocje_33 {
  float:left;
  width:calc(33% - 50px);
  padding: 18px 1%;
}

.podrocje_tipka {
  float:left;
}
.podrocje_tipka button {
  color: var( --main-color) !important;
  font-size: var(--main-font-size-button);
  display: inline-block;
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: var(--yelow);
  font-size: 14px;
  text-transform: uppercase;
  font-weight:500;
  margin-top:24px;
}

.button {
  width: 100%;
  margin-top: 50px;
}

a.butt-2 {
  color: var( --main-color) !important;
  font-size: var(--main-font-size-button);
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: var(--yelow);
}

a.butt-2:hover {
  transition: all 0.3s ease;
  box-shadow: 0 0 15px #000;
}

a.butt {
  color: var( --main-color) !important;
  font-size: var(--main-font-size-button);
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.butt:hover {
  background: var(--yelow);
  border: 1px solid var(--yelow);
  transition: all 0.3s ease;
}

/* LAST WORK*/

.story {
  background:#f2f3f3;
  border-radius: 10px;
  padding: 70px 50px;
  text-align: center;
  font-size: 19px;
  line-height: 160%;
}

.story a {
  text-decoration: none;
  color: var(--link);
}

.story a:hover {
  color: var(--blue-dark);  
}

.story h2 {
  padding: 0px 0px 30px 0px;
}

.story img {
  margin-bottom: 25px;
}

/* NEWS*/

.news {
  padding-top: 70px;
}

.news a, .news a h3 {
  color: var(--main-color);
  text-decoration: none;
}

.news a:hover, .news a:hover h3 {
  color: var(--blue-dark);
}

.width33 {
  float: left;
  width: 33.33%;
  padding-right: 30px;
}

.news .page, .story .page {
  display: none;
}

.vsebina-r .page {
  float: left;
  padding: 0px 8px;
}

.page a {
  text-decoration: none;
}

/* E-NEWS*/

.blok_news {
  float: left;
  width: 100%;
  padding: 70px 50px;
  border-radius: 10px;
  background-image: url(media/images/enews.jpg);
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 19px;
}

.blok_news a {
  color: #fff;
}

.blok_news input[type=text] {
  width: calc(100% - 180px);
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px; 
  float: left;
}

.blok_news input[type=submit], .blok_news button[type=submit] {
  background-color: var(--blue-dark);
  color:#fff;
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 10px;
  float: left;
  width: 170px;
  margin-left: 10px;
  margin-top: 6px;
}

.blok_news input[type=submit]:hover, .blok_news button[type=submit]:hover {
  background-color: var(--blue-light);
}

/* BOTT*/

.bott {
  padding: 70px 30px 30px 30px;
  float: left;
  width: 100%;
}

.bott a {
  text-decoration: none;
  color: var(--main-color);
}

.bott a:hover {
  color: var(--link);
}

.width25 {
  float: left;
  width: 25%;
}

.width25:nth-child(2) img {
  margin-right: 5px;
}

.width50 {
  width: 50%;
  float: left;
}

a.face {
  color: #000;
  text-decoration: none;
  background:#f2f3f3;
  border-radius: 10px;
  padding: 15px 30px;
  display: block;
  line-height: 165%;
  transition: all 0.3s ease;
}

a.face:hover {
  background: #ededed;
  transition: all 0.3s ease;
}

a.face img {
  float: left;
  margin-right: 15px;
}

.links {
  float: left;
  width: 100%;
  padding: 15px 0px;
}

.links a {
  text-align: center;
  margin: 0px 15px;
}

.links img {
  vertical-align: middle;
}

/* LOGOS*/

.logos {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  margin: 0px 60px;
  padding: 60px 0px 60px 0px;
  font-size: 14px;
}

.logos a {
  color: var(--link);
}

.logos img {
  vertical-align: middle;
  margin-right: 30px;
}

/* PRAVICE*/

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

.pravice a {
  color: var(--link);
}

/* VSEBINA*/

.ql-size-large {
  font-size: 20px;
  color: var(--blue-dark);
  display: inline-block;
  padding-bottom: 15px;
}

.vsebina h2 {
  text-align: left;
  font-size: 24px;
  padding: 0px 0px 25px 0px;
}

.glavna-vsebina {
  padding: 70px 0px;
}

.vsebina {
  width: 100%;
  float: left;
  padding: 70px 0px;
}

.vsebina a {
  color: var(--blue-light);
}

.vsebina a:hover {
  color: var(--link);
}

.vsebina-r {
  float: left;
  width: calc(100% - 300px);
  padding: 0px 0px 0px 50px;
}

.vsebina-r a, .link a {
  color: var(--blue-dark);
}

.vsebina-r a:hover, .glavna-vsebina a:hover {
  color: var(--main-color) !important;
}

.vsebina-r ul {
  margin: 0;
  padding: 15px 0px 0px 15px;
}

.vsebina-r ul li {
  padding-left: 12px;  
  background-image: url(/media/images/icons/arrow.png);
  background-repeat: no-repeat;
  background-position-y: 11px;
  list-style-type: none;
}

.vsebina-r h2, .link h2 {
  color: var(--blue-dark);
}

.vsebina-r h3, .link h3 {
  font-size: 18px;
  padding: 0px 0px 10px 0px;
}

.crta {
  border-top: 1px solid #a5a5a5;
}

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

.full {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.full ul {
  padding: 0px;
  margin: 0px;
}

.full ul li {
  float: left;
  width: 25%;
  padding: 0px 30px 0px 0px;
  margin: 0px;
  list-style-type: none;
}

.full ul li a img {
  transition: all 0.3s ease;
}

.full ul li a img:hover {
  transition: all 0.3s ease;
  box-shadow: 0 0 15px #000;
}

/* mnenja, novice */

.news_item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1430px;
  padding: 70px 30px;
  overflow: auto;
}

ul.nstyle-0 {
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  overflow: auto;
}

ul.nstyle-0 li .readmore a {
  background-color: var(--yelow);
}

ul.nstyle-0 li .readmore a:hover {
  color: var(--main-color);
  box-shadow: 0 0 15px #000;
}

ul.nstyle-0 li {
  float: left;
  width: 33.33%;
  padding: 30px;
  list-style-type: none;
  text-align: center;
  height: 400px;
}

ul.nstyle-0 li .image {
  width: 200px;
  height: 200px;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: 15px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

ul.nstyle-0 li .image img {
  display: none;
}

/* banner */
.nstyle-3 .aktual .aktual_item {
  float: left;
  position: relative;
  width: 100%;  
  margin: 0px 0px 0px 0px;
  padding: 24px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-transform: uppercase;
  font-size: 16px;
}




/*.nstyle-3 .aktual .aktual_item:hover:after,*/ .nstyle-3 .aktual .aktual_item.active:after {
  content: '';
  position: absolute;
  right: -90px;
  top: -3px;
  width: 0;
  height: 0;
  border-left: 40px solid #f3f3f3;  
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  clear: both;
}

/* novice, dogodki, izobraževanja */
ul.nstyle-2, ul.estyle-3, ul.estyle-2 {
  padding: 0px;
  margin: 0;
}

ul.nstyle-2 li, ul.estyle-3 li {
  padding: 0px 0px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
}

ul.nstyle-2 li .date, ul.estyle-3 li .date {
  float:left;
  width: 60px;
  height: 60px;
  background: var(--blue-light);
  color: var(--main-color);
  padding-top: 7px;
  border-radius: 2px;
}

ul.nstyle-2 li:hover .date, ul.estyle-3 li:hover .date  {
  background: var(--main-color);
  color: #fff;
}

ul.nstyle-2 li .date span, ul.estyle-3 li .date span {
  float: left;
  width: 100%;
  text-align: center;
}

ul.nstyle-2 li .date span:first-child, ul.estyle-3 li .date span:first-child {
  font-size: 24px;
}

ul.nstyle-2 li .date span:last-child, ul.estyle-3 li .date span:last-child  {
  font-size: 12px;
  margin-top: -4px;
}

ul.nstyle-2 li .title{
  float:left;
  margin-left: 18px;
  width: calc(100% - 78px);
}

ul.estyle-3 li .title  {
  float:left;
  margin-left: 18px;
  width: calc(100% - 78px);
  min-height: 70px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--silver);
}

.nstyle-2 .news_details {
  float: left;
  width: calc(100% - 80px);
  margin-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--silver);
  color: #545454;
  font-size: 14px;
}

ul.estyle-3 li a {
  color:var(--main-color) !important;
  text-decoration: none;
  font-size: 16px;
}

ul.estyle-3 li a .item_body {
  float: left;
  width: calc(100% - 80px);
  margin-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

ul.estyle-3 li a .item_body span:first-child {
  display: block;
}

ul.estyle-3 li a .item_body span:nth-child(2) {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
}

ul.estyle-3 li a .item_body span:last-child {
  font-size: 14px;
  font-weight: 300;
}

ul.estyle-2 li a .item_body span:first-child {
  display: block;
  font-size: 18px;
}

ul.estyle-2 li a .item_body span:nth-child(2), ul.estyle-2 li a .item_body span:nth-child(3), ul.estyle-2 li a .item_body span:nth-child(4)  {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  border-right: 1px solid #555;
}

ul.estyle-2 li a .item_body span:nth-child(2) {
  padding-left: 0;
}

ul.estyle-2 li a .item_body span:nth-child(4) {
  border-right: none; 
}

ul.estyle-2 li a .item_body {
  padding: 20px;
  background:#ddd;
  border-radius: 10px;
  transition: all 0.3s ease;
}

ul.estyle-2 li a .item_body:hover {
  box-shadow: 0 0 11px #555;
  background: var(--blue-light);
  transition: all 0.3s ease;
}

ul.estyle-2 li {
  margin: 0px 0px 20px 0px;
  padding: 0;
  background: non;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
}


ul.estyle-2 li a {
  color: var(--main-color) !important;
  text-decoration: none;
}

/* ZGODBE*/

figure.image {
  margin: 0;
  padding: 0;
}

ul.nstyle-1 {
  padding: 0px;
  margin: 0;
}

ul.nstyle-1 .title {
  font-weight: 500;
  padding-bottom: 12px;
  text-transform: uppercase;
}

ul.nstyle-1 li {
  padding: 0px 30px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  vertical-align: top;
}

ul.nstyle-1 li .image {
  width: 200px;
  height: 200px;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: 15px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

ul.nstyle-1 li .image img {
  display: none;
}

.readmore a {
    display: inline-block;
    color: var(--main-color);
    border-radius: 50px;
    padding: 5px 20px;
    text-decoration: none;
    font-weight: 400;
    background-color: var(--blue-light);
    transition: all 0.3s ease;
    margin-top: 15px;
    text-transform:uppercase;
  }
  
  .readmore a:hover {
    background: var( --blue-dark);
    color: #fff;
    transition: all 0.3s ease;
}

.intro {
  font-size: 14px;
}

  .title {
    font-size: 16px;
  }

/* DESNO*/

.desno {
  float: right;
  width: 100%; 
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: none;
}

button.gumb5 {
  display: inline-block;
  color: var(--main-color) !important;
  border-radius: 10px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 400;
  background-color: var(--yelow);
  background-position: left;
  margin-top: 15px;
  border: none;
}

button.gumb5:hover {
  box-shadow: 0 0 8px var(--main-color);
}

a.gumb4 {
  display: inline-block;
  color: var(--main-color) !important;
  border-radius: 10px;
  padding: 3px 20px;
  text-decoration: none;
  font-weight: 400;
  background-color: var(--blue-light);
  background-position: left;
  margin-right: 5px;
}

a.gumb4.red {
  background:#900;
  color: #fff !important;
}

 a.gumb {
  display: inline-block;
  color: var(--main-color) !important;
  border-radius: 10px;
  padding: 7px 20px;
  text-decoration: none;
  font-weight: 400;
  background-color: var(--blue-light);
  background-position: left;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  margin-right: 5px;
  width: calc(33.33% - 10px);
  vertical-align: top;
  min-height: 70px;
  text-align: center;
}

a.gumb:hover, a.gumb4:hover {
  background: var( --blue-dark);
  color: #fff !important;
  background-position: left;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

a.gumb1 {
  float: left;
  width: calc(33.33% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  height: 130px;
  background: #eee;
  color: var(--main-color) !important;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.gumb1:hover {
  background: var(--blue-light);
  transition: all 0.3s ease;
  box-shadow: 0 0 11px #555;
}


a.gumb2 {
  display: inline-block;
  color: var(--main-color) !important;
  border-radius: 10px;
  padding: 7px 20px;
  text-decoration: none;
  font-weight: 400;
  background-color: var(--yelow);
  transition: all 0.3s ease;
  margin-right: 5px;
  width: calc(33.33% - 10px);
  vertical-align: top;
  min-height: 70px;
  text-align: center;
}


a.gumb2:hover {
  box-shadow: 0 0 15px #000;
  transition: all 0.3s ease;
}

a.gumb3 {
  float: left;
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #eee;
  color: var(--main-color) !important;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

a.gumb3:hover {
  background: var(--blue-light);
  transition: all 0.3s ease;
  box-shadow: 0 0 11px #555;
}

.spodaj {
  float: left;
  width: 100%;
  padding-top: 30px;
}

/* MENU LEVO*/

.menu-l  {
  width: 300px;
  float: left;
  font-weight: 300 !important;
}

.menu-l ul {
  margin:0px;
  padding: 0px;
}

.menu-l ul li {
  margin:0px;
  padding: 0px;
  list-style-type: none;
}

.menu-l ul li a {
  padding: 12px 0px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 16px;
}


.menu-l ul li ul li a {
  color: #666;
  padding: 8px 0px 8px 20px;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: top left;
}

.menu-l ul li ul li ul li a {
  padding: 2px 0px 2px 40px !important;  
  color: #999;
  font-size: 15px;
}

.menu-l ul li ul {
  padding-bottom: 24px;
  padding-top: 6px;
}

.menu-l ul li a:hover, ul.nav.active li.nav {
  color: var(--link); 
}

.menu-l li.active > a {
  color: var(--link);
  font-weight: 500;
}

.menu-l ul.nav > li ul {
  display: none;
}

ul.nav.active li ul {
  display: none;
}

ul.nav.active li.nav.active > ul {
  display: block;
}

.meni #navigation > .nav > li > ul {
  display: none !important;
}

.hocem img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}

/* OBRAZEC ZA REGISTRACIJO */

.obrazec {
  width: 50%;
}

.required {
  color: #ff0000;
}

input[type=text], select, textarea, input[type=date], input[type=password] {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.brokerage select {
  border-radius: 10px !important;
}

.brokerage .podrocje_tipka button {
  padding: 14px 25px;
}

/* Style the submit button with a specific background color etc */
input[type=submit], button[type=submit] {
  background-color: var(--yelow);
  color:var(--main-color);
  padding: 5px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover, button[type=submit]:hover {
  background-color: var(--blue-light);
}

/* Posredovalnica del */

.niz-1 {
	position: relative;
	width: 100%;
  background: var(--silver);
  float: left;
  padding: 8px;
  margin-top:6px;
  font-size: 14px;
  cursor: pointer;
}

.niz-1.disabled {  
  opacity: 0.8;
  background: repeating-linear-gradient( -45deg, #f2f2f2, #f2f2f2 5px, #eee 5px, #eee 10px );
}

.niz-1:hover {
  background: #ddd;
}

.niz-2 {
	position: relative;
	width: 100%;
  float: left;
  font-size: 14px;
  padding: 12px 8px 36px 8px;
}

.naslov-xs {
	font-weight: 300;
	width: 100%;
	display:inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--blue-dark);
  font-weight: 500;
}

.naslov2-xs {
	font-weight: 300;
	display:inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--blue-dark);
  font-weight: 500;
}

.width-0 {
  float: left;
  width: 150px;
  padding-right: 10px;
}

.width-1 {
  float: left;
  width: calc(40% - 150px);
}

.width-2 {
  float: left;
  width: 20%;
  border-left: 1px solid #ddd;
  padding: 0px 8px;
}

.width-1 span, .width-2 span {
  font-size: 10px;
  width: 100%;
  float:left;
  padding: 0px;
  color: #999;
  line-height: 100%;;
}

.iskalnik-pos {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.iski-napredno {
  float: left;
  padding-bottom: 25px;
  width: 100%;
}

.iski-2 {
  padding-right: 5px;
  font-size: 18px;
}

.iski-napredno a {
  text-decoration: none;
}

.iski input {
   border-bottom: 1px solid #000 !important;
   border: none;
   padding: 9px 5px;
   width: 390px;
   font-size: 16px;
}

.iski {
  width: 433px;
  float: left;
}

.iski button {
  border: none !important;
  border-radius: 10px;
  background: none;
  margin-left: 5px;
  padding: 10px 5px;
  float: right;
}

/* 1460 */

@media only screen and (max-width: 1460px) {
  .content-wide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .aktual {
    padding: 20px;
  }

  /*.nstyle-3 .aktual .aktual_item:hover:after,*/ .nstyle-3 .aktual .aktual_item.active:after {
    right: -50px;
  }

  .logos {
    margin: 0px;
  }
  .bott {
    padding: 70px 0px 30px 0px;
  }
  .story {
    padding: 70px 20px;
  }
  .links a {
    margin: 0px 10px;
  }
}

@media only screen and (max-width: 1300px) {
  a.gumb, a.gumb2 {
    width: 100%;
    min-height: auto;
    margin-bottom: 15px;
  }
  a.gumb3 {
    width: calc(50% - 30px);
  }
}
/* 1200 */

@media only screen and (max-width: 1200px) {
  .ang {
    display: none;
  }
  
  .blok_01 {
    padding: 70px 30px;
  }

  .statistic ul {
    padding: 0px;
    margin: 0px;
  }
  .statistic {
    padding: 0px 0px 50px 0px;
  }

  .slika {
    min-height: 500px;
  }

  a.gumb1 {
    margin-right: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
}

/* IPAD 1024 */

@media only screen and (max-width: 1024px) {
  
  .slika {
    min-height: 400px;
  }

  .banner {
    margin: 30px 0px;
  }

  .logos {
    padding: 50px 20px;
  }

  .blok_news {
    padding: 50px 20px;
  }

  .bott {
    padding: 50px 10px 30px 20px;
  }

  .glavna-vsebina {
    padding: 50px 0px;
  }

  .vsebina-r {
    float: left;
    width: calc(100% - 250px);
    padding: 0px 0px 0px 30px;
  }
  .menu-l {
    width: 250px;
  }
  .content-v {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* 1000 */

@media only screen and (max-width: 1000px) {
  .statistic ul li {
    width: 270px;
  }
  ul.nstyle-1 li, ul.nstyle-0 li {
    padding: 0px 15px;
  }
  ul.nstyle-1 li .image {
    width: 150px;
    height: 150px;
    max-width: 150px;
  }

  .story {
    line-height: 149%;
  }
  .meni ul li {
    padding: 0px 24px 0px 0px;
  }
  .obrazec {
    width: 80%;
  }
}

/* 939 */

@media only screen and (max-width: 939px) {
  .meni ul li {
    padding: 0px 20px 0px 0px;
  }

  .meni ul li a {
    font-size: 18px;
  }

  .jeziki {
    font-size: 14px;
    margin-top: 18px;
  }
  .prijava {
    padding-top: 15px;
  }


  .statistic ul li {
    width: 240px;
    font-size: 18px;
  }

  .number {
    background: var(--blue-light);
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
  }

  .width33 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;;
  }

  .width25 {
    width: 50%;
  }

  .width50 {
    width: 100%;
    margin-top: 40px;
  }

  .bott {
    padding: 50px 0px 30px 0px;
  }

  .width-1 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0px 8px;
  }

  .width-2 {
    padding: 8px;
    border-bottom: none;
    padding-bottom: 0;
    width: 33.33%;
    border-left: none;
  }

  .iski-napredno {
    width: 100%;
  }
}

/* MOBI 860 */

.mobile_plus {
  display: none;
}

@media only screen and (min-width: 769px) {
  .mobi {
    display: none;
  }
}

/* MOBI 768 */

@media only screen and (max-width: 768px) {
  .menu-l {
    /*display: none;*/
  }

  .vsebina {
    padding: 30px 0px 50px 0px;
    border-top: 1px solid #ddd;
    margin-top: 5px;
  }
  
  .ekran {
    display: none;
  }

  .logo-m {
    float: left;
    width: calc(100% - 50px);
  }

  .jeziki-m {
    float: left;
    width: 70px;
    padding-top: 15px;
  }

  .jeziki-m img {
    width: 25px;
    height: auto;
    border: 1px solid #eee;
  }

  .ikona_menu {
    float: left;
    width: 45px;
  }

  .ikona_menu img {
    width: 40px;
    height: auto;
  }

  .logo-m a:nth-child(2) img {
    width: 70px;
  }
  
  .logo-m a:nth-child(1) img {
    width: 200px;
    vertical-align: top;
    padding-top: 17px;
  }

  .iskalnik-m {
    float: left;
    width: 100%;
    background: #eee;
    border-radius: 100px;
    padding: 5px 0px 0px 0px;
    text-align: center;
  }

  .iskalnik-m input {
    border:none;
    padding: 5px;
    width: 80%;
    background:none;
    float: left;
  }
  
  .iskalnik-m button {
    border: none !important;
    background: none;
    float: right;
    padding-top: 2px;
  }
  
  /* mobi menu*/
  .mobi {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 20px;
  }

  .mobi_menu {
    display: none;
    padding-top: 12px;

    position: absolute;
    width: calc(100% - 30px);
    top: 78px;
    left: 100%;
    z-index: 100;
    min-height: calc(100vh);
    background: #fff;
  }

  .mobi_menu li {
    float:left;
    width: 100%;
  }

  .mobi_menu ul {
    padding: 0;
    margin: 77px 0px 30px 0px;
  }

  .mobi_menu ul li.active ul li a {
    background: #bbb;
  }

  .mobi_menu ul li.active ul li ul li a {
    background: #ddd;
  }

  .mobi_menu ul li.active ul li ul li ul li a {
    background: #fff;
  }

  .mobi_menu ul li {
    list-style-type: none;
  }

  .mobi_menu ul li a {
    float:left;
    padding: 10px 15px;
    color: var(--main-color);
    transition: all 0.3s ease;
    background-color: var(--blue-light);
    border-bottom: 1px solid #eee;
    text-align: left !important;
    margin: 0px;
    width: calc(100% - 40px);
    font-size: 20px;
    z-index: 5;
    position: relative;
    text-decoration: none;
  }

  .mobi_menu ul li {
    background-color: var(--blue-light);    
  }

  .mobi_menu ul li a span {
    display: none !important;
  }

  .mobile_plus {
    display: inline-block !important;
    width: 40px;
    /*background-color: var(--blue-light);*/
    color: #fff;
    text-align: center;
    font-size:36px;
    min-height:42px;
    padding: 10px 0px;
  }

  .nav .mobile_plus {
    display: none !important;
  }

  .not_focused a {
    background: #aaa !important;
  }

  .not_focused .mobile_plus {
    background: #aaa !important;
  }

  .focused a {
    background-color: var(--blue-light) !important;
  }

  .focused .mobile_plus {
    background-color: var(--blue-light) !important;
  }

  li.nav.za-prostovoljce a, li.nav.za-organizacije a, li.nav.slovenian-network-of-volunteer-organizations a, li.nav.volunteering-for-migrants a, li.nav.search-volunteer-opportunities a {
    padding: 14px 15px;
  }

  .mobi_menu ul li a:hover {
    display: block;
  }

  li.nav.za-prostovoljce a, li.nav.za-organizacije a {
    border-radius: 0;
  }

  .ikona_menu {
    padding: 4px 0px 0px 0px;
    text-align: right;
  }

  .aktual {
    display: none;
  }

  .slika {
    width: 100%;
    min-height: 200px;
  }
  .banner {
    margin: 10px 0px 20px 0px;
  }

  .slika .intro {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .news_item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
    padding: 20px 30px 50px 30px;
    overflow: auto;
  }
  
  ul.nstyle-1 li, ul.nstyle-0 li {
    padding: 0px;
    margin-bottom: 50px;
    width: 100%;
  }

  .button {
    margin-top: 0px;
  } 

  .banner {
    display: block;
  }

  /*.nstyle-3 .aktual .aktual_item:hover:after,*/ .nstyle-3 .aktual .aktual_item.active:after  {
     display: none;
   }

   .nstyle-3 .aktual .aktual_item:nth-last-child(1) {
     border-bottom: none;
   }

   .nstyle-3 .aktual .aktual_item {
     padding: 20px 10px;
   }

   .menu-l {
     width: 100%;
     padding-bottom: 36px;
   }

   .vsebina-r {
     width: 100%;
     padding: 0px;
   }
   ul.nstyle-0 li {
    height: auto;
  }
  .obrazec {
    width: 100%;
  }
  .iski input {
    width: 330px;
 }
 
 .iski {
   width: 400px;
   float: left;
 }

 .podrocje_33 {
  width:100%;
  padding: 0;
}

.work_item {
  width: 50%;
}

}


/* MOBI 479 */

@media only screen and (max-width: 479px) {
  .statistic ul li {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .number {
    margin-bottom: 8px;
  }

  .brokerage {
    padding: 50px 0px 0px 0px;
    font-size: 18px;
  }
  
  :root {
    --main-font-size-h2: 28px;
  }

  .width25 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .width50 {
    margin-top: 0px;
  }

  .links {
    text-align: center;
  }

  .logo-m a:nth-child(2) img {
    width: 65px;
  }
  
  .logo-m a:nth-child(1) img {
    width: 160px;
  }

  .jeziki-m {
    padding-top: 22px;
  }

  .content-v, .content-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobi {
    padding: 10px 15px;
  }

  .news_item {
    padding: 20px 15px 50px 15px;
  }

  .mobi_menu ul {
    margin: 0px 0px 20px 0px;
  }

  .mobi_menu > ul > li ul {
    display:none;
  }

  a.gumb, a.gumb3 {
    width: 100%;
    margin-right: 0;
  }

  a.gumb4 {
    width: 100%;
    margin-bottom: 8px;
  }

  .blok_news input[type=text] {
    width: 100%;
  }
  
  .blok_news input[type=submit], .blok_news button[type=submit] {
    width: 100%;
    margin-left: 0;
  }

  .width-1 {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0px 8px 8px 8px;
  }
  .width-2 {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }

  .width-2:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .iski-2 {
    display: block;
  }
  .iski-napredno {
    padding-left: 0px;
  }
  .work_item {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }
}

@media only screen and (max-width: 400px) {
  .iski input {
    width: 290px;
  }

 .iski {
   width: 350px;
 }
}


.mobi_menu li {  
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.mobi_menu ul li ul li a, .mobi_menu ul li ul li {
  background: #aaa !important;
}

.mobi_menu ul li ul li ul li a, .mobi_menu ul li ul li ul li {
  background: #bbb !important;
}

.mobi_menu ul li ul li ul li a, .mobi_menu ul li ul li ul li {
  background: #ccc !important;
}

.mobi_menu ul li ul li ul li ul li a, .mobi_menu ul li ul li ul li ul li {
  background: #ddd !important;
}

/* 5ka - Aljosa */
.aktual {
  display: none;
}

.slika {
  width: 100%;
}

/* 5ka - Aljosa */
.vsebina-r .news_item_inner {
  float:left;
  width: 100%;
  padding-bottom: 48px;
}

.vsebina-r .news_item_inner .news_item_title {
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 170px);
}

.vsebina-r .news_item_inner .news_item_image {
  float:left; 
  width: 150px;
  height: 150px;
  background-size: cover !important;
  margin: 0px 20px 20px 0px;
}

.news_author, .news_title, .news_content {
  width: 100%;  
}

.news_title {
  font-weight: bold;
  font-size: 18px;
}

.news_author {
  color: #aaa;
  padding-bottom:12px;
}

.news_image {
  float:left;
  width: 220px;
  height: 200px;
  background-size: cover;
  margin: 0px 24px 24px 0px;
}

.login_error {
  background:#900;
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 24px;
  border-radius: 4px;
}

/* 5ka - Aljosa */
.nstyle-3 .move_left {
  position: absolute;
  left: 20px;
  top: 280px;
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,0.15);
  border-radius: 100px;
  z-index:100;
  padding-left:14px;
}

.nstyle-3 .move_right {
  position: absolute;
  right: 20px;
  top: 280px;
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,0.15);
  border-radius: 100px;
  z-index:100;
}

.nstyle-3 .move_right:hover, .nstyle-3 .move_left:hover {
  background: rgba(0,0,0,0.6);
}

.arrow {
  border: solid black;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 16px;  
  margin: 28px 0px 0px 22px;
}


.nstyle-3 .move_right:hover .arrow, .nstyle-3 .move_left:hover .arrow {
  border-color: #fff !important;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.work_item .item_image {
  background-size: cover !important;
  width: 100%;
  padding-bottom: 75%;
}