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

body {
  background-color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

:root {
    --sirina: 1560px;
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/**********************************************/ 

/* 5ka.Custom */

.vsebina div[itemprop=articleBody] {
    max-width:var(--sirina);
    margin:0 auto;
    width:100%;
}

table {
    width:100%;
    padding:10px;
    height:auto !important;
}

.vsebina-2 table {
    width:100%;
    max-width: 1400px;
    margin: 0 auto;
    padding:10px;
    height:auto !important;
}

table td {
    padding:24px;
    height:auto !important;
    vertical-align: top;
}

.vsebina table tr td:first-child {
    padding-left:0 !important;
}

.piskotki table tr td:first-child {
    padding-left: 30px !important;
}

.vsebina table tr td:last-child {
    padding-right:0 !important;
}

table.full_width {
    max-width: 100% !important;
    margin-left:calc(-50% + var(--sirina)/2);
    position: absolute;
}

table.full_width tr > td {
    max-width: var(--sirina);
    margin:0 auto;
    width: 100%;
    display: block;
}

table.full_width tr > td table td {
    width: auto !important;
    display: table-cell;
}


/* Media Queries
*********************************************/
/* Retina */

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  table.full_width {
      margin-left:auto;
  }    
  
  table tr td {
    display: table-row;
    padding: 12px 10px;
    float: left;
    width:100% !important;
  }

  .brežice table {
    text-align: center !important;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}

.strg {
    font-weight: 600;
}

.cpnb-manager-modal-right-selected a {
  text-decoration: none;
  color: #107ED6;
}

.vsebina-2 h1, .vsebina h1 {
  color: #107ED6;
  font-size: 36px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
}

.o-vidu .vsebina h1, .o-vidu-optika .vsebina h1 {
  text-align: left;
  color: #9B9A9A;
  padding: 50px 0px 30px 0px;
}

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

.vsebina-2 h3, .vsebina h3 {
  color: #107ED6;
  font-size: 28px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  font-weight: 400;
}

h4 {
  font-size: 45px;
  padding-bottom: 10px;
  font-weight: 400;
  font-style: italic;
  color: #107ED6;
  display: block;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
}

.fix {
  position: fixed;
  width: 100%;
  z-index: 3;
}

.fix.scroll .top {
  padding: 0px;
}

.fix .logo img {
  width: 190px;
  padding-top: 3px;
}

.fix .info {
  padding-top: 26px;
}

.fix .naroci {
  padding-top: 14px;
}

.content {
  max-width:1600px;
  margin:0 auto; 
  padding: 0px 40px;   
  line-height: 33px;
} 

.okvir {
  position: relative;
  width: 100%;
  background:#ecf4fc;
  padding: 50px 0px;
  overflow: auto;
}

.content-s {
  max-width:800px;
  margin:0 auto; 
  padding: 0px 40px;   
  line-height: 26px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.top {
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 20px 0px;
  background:#fff;
}

.top a:hover {
  text-decoration: none;
}

.info {
  float: left;
  width: 230px;
  font-size: 20px;
  font-weight: 700;
  color: #343638;
  padding-top: 30px;
}

.info a {
  text-decoration: none;
  color: #107ED6;
}

.info img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

.info strong {
  font-weight: 700;
}

.half {
  padding-right: 20px;
}

.naroci {
  float: left;
  width: 190px;
  padding-top: 18px;
}

.logo {
  width: calc(100% - 420px);
  float: left;
  text-align: center;
}

.logo img {
  width: 230px;
  height: auto;
}

a.gumb {
  background: #107ED6 !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 7px 30px;
  border-radius: 4px;
  border: 2px solid #107ED6;
  display: inline-block;
}

a.gumb:hover {
  background: #fff !important;
  color: #107ED6 !important;
  text-decoration: none;
}

a.gumb8 {
  background: #107ED6 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 2px 30px;
  border-radius: 4px;
  border: 2px solid #107ED6;
  display: inline-block;
  margin-top: 15px;
}

a.gumb8:hover {
  background: #fff !important;
  color: #107ED6 !important;
  text-decoration: none;
  border: 2px solid #107ED6;
}

a.gumb1 {
  background: #107ED6;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 4px;
  border: 2px solid #107ED6;
  display: inline-block;
}

a.gumb2 {
  background: #fff;
  color: #107ED6;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 4px;
  border: 2px solid #fff;
  font-style: initial;
  margin-top: 28px;
  display: inline-block;
}

a.gumb6 {
  display:inline-block;
  border-radius: 4px;
  background: #e7f2fb;
  color: #107ED6;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 0 9px #ddd;
}

a.gumb6 img {
  float: left;
  margin: -3px 20px 0px 20px;
}

a.gumb1:hover, a.gumb4:hover, a.gumb5:hover  {
  background: #fff;
  color: #107ED6 !important;
}

a.gumb2:hover {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}

a.gumb4 {
  background: #107ED6;
  color: #fff !important;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  padding: 20px;
  border: 2px solid #107ED6;
  display: inline-block;
  text-align: center;
  z-index: 1;
  width: 500px;
}

a.gumb5 {
  background: #107ED6;
  color: #fff !important;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  padding: 30px;
  border: 2px solid #107ED6;
  display: inline-block;
  text-align: center;
  z-index: 1;
  width:calc(50% - 30px);
  float: left;
  margin-right: 30px;
}

/* meni */

.meni {
  position: relative;
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 7px 0px;
  text-align: center;
  box-shadow: 0px 3px 10px #0000000F;
  background: #fff;
}

/* Mega menu */

.dj-megamenu-wrapper {
  line-height: 0;
}

.dj-megamenu-default li a.dj-up_a .arrow {
  display: none !important;
}

.top .dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding: 0px !important;
}

.dj-megamenu-default {
  background: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  display: inline-block;
}

.dj-megamenu-default li.active a.dj-up_a {
  background: #cca91b !important;
}

.meni .dj-megamenu-default li a.dj-up_a {
  font-size: 20px !important;
  padding: 0px 20px !important;
  color: #999a9b !important;
  font-weight: 600 !important;
  border-left: none;
  border-right: none;
  height: auto;
  text-transform: uppercase;
}

.dj-megamenu-default li:hover a.dj-up_a,
.dj-megamenu-default li.hover a.dj-up_a, 
.dj-megamenu-default li.active a.dj-up_a {
  background: none !important;
  color: #107ED6 !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}

.dj-megamenu.dj-megamenu-default.horizontalMenu ul li {
  text-align: left;
  width: 100%;
}

.meni .dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding: 0 0px 0 0 !important;
}

/* Show first level submenu */
.dj-megamenu-default li:hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap {
    box-shadow: none !important;
    background: #fff !important; 
    box-shadow: 0px 3px 10px #bfbfbf !important;
}

/* Show higher level submenus */
.dj-megamenu-default li:hover div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap li.hover > div.dj-subwrap {
    background: #fff !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover,
.dj-megamenu-default li ul.dj-submenu > li > a.active,
.dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
  background:#107ED6 !important;
  color: #fff !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a {
  color: #999A9B !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 13px 25px 13px 20px !important;
  line-height: 23px !important;
  background-image:url(../images/arrow2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 7px !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a.active {
  background-image:url(../images/arrow2-over.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 7px !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover {
  background:#107ed6 !important;
  color: #fff !important;
  background-image:url(../images/arrow2-over.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 13px center !important;
  background-size: 7px !important;
}

.dj-megamenu-default li ul.dj-submenu > li {
  border-top: none !important;
}

.dj-megamenu-default li a.dj-up_a span.dj-drop {
    padding: 0 !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent > a .arrow {
  right: 15px !important;
}

/* Mobile menu */

.meni .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
  background:url(../images/meni-button.png) !important;
  color: #107ED6 !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 0px !important;
}

.fa-bars:before {
  content: none !important;
}

ul.dj-submenu li {
  list-style-type: none !important;
  margin: 0px;
}

ul.dj-subtree li a {
  border-left: 2px solid #ddd !important;
}

ul.dj-submenu {
  margin: 12px 0px !important;
}

ul.dj-submenu li a {
  font-size: 18px !important; 
  line-height: 22px !important;
  padding: 6px 0px 6px 15px !important;
  margin: 0px !important;
  color: #999A9B !important;
}

ul.dj-submenu li a:hover, ul.dj-submenu li a.active {
  color: #107ED6 !important;
  text-decoration: none !important;
  border-left: none !important;
  background-image:url(../images/arow.png) !important;
  background-repeat: no-repeat !important;
  padding: 6px 0px 6px 17px !important;
}

ul.dj-mobile-light ul ul li.dj-mobileitem.active > a {
    background-image:url(../images/arrow-w.png) !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
}

/* banner */

.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 200px);
  background: url(/images/banners/banner-01.jpg);
  background-size: cover !important;
  background-position: center;
}

.fix .banner {
  padding-top: 0px;
}

/* banner-in */

.banner-in {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 194px;
}

.banner-in.active {
    height: 170px;
    background-size: cover;
    background-position: center;
}

.custom_iko {
    padding: 60px 0px;
    width: 100%;
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}

.moduletable_iko.crtica {
  border-top: 4px solid #107ED6;
}

.sportna-ocala .custom_iko {
    background-position: top center;
}

.o-nas .vsebina-2 {
  padding: 40px 0px 0px 0px;
}

.custom_o-nas {
    width: 100%;
    position: relative;
    height: 550px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
    margin-bottom: 50px;
}

.custom_o-nas img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -100px;
  width: 200px;
  height: 200px;
}

.kontaktne-leče .custom_iko {
      background-position: center;
}

.custom_iko img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

/* badcrumbs */

.breadcrumbs {
    position: relative;
    width: 100%;
    overflow: auto;
    background: #ecf4fc;
    color: #107ED6;
    text-align: center;
}

.breadcrumbs a {
    color: #999A9B;
    text-decoration: none;
}

.breadcrumbs a:hover {
  color: #107ED6;
}

.divider img {
  width: 7px;
}

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

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

.moduletable_kaz ul li {
  padding: 0px 5px 0px 5px;
  list-style-type: none;
  display: inline-block;
}

.divider {
  margin-left: 10px;
}

/* Vse o vidu */

ul.newsflash-horiz_clanki {
  padding: 0px;
  margin: 0px;
  color: #707070;
  display: flex;
  flex-wrap: wrap;
}

ul.newsflash-horiz_clanki li {
  width: 33.33%;
  float: left;
  list-style-type: none;
  padding: 0px 20px !important;
  margin: 0px;
}

.clanek_12 p {
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

.clanki_11 {
  background: #EBF5FC;
  padding: 40px;
  text-align: center;
}

.clanek_12 {
  text-align: left;
}

.datum {
  text-align: left;
}

.clanki_11 h3 {
  padding-bottom: 20px;
  color: #707070;
  font-size: 20px;
}

.clanki_in1 {
  background-size: cover !important;
  width: 100%;
  height: 250px;
  margin: 30px 0px;
  float: left;
}

.datum {
  padding-bottom: 10px;
}

.article-info.muted {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px -40px;
  color: #107ED6;
  font-style: italic;
}

a.readmore, .readmore a {
  color: #fff !important;
  background: #107ED6;
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border: 2px solid #107ED6;
  margin-top: 20px;
}

a.readmore:hover, .readmore a:hover {
    background: none;
    color: #107ED6 !important;
}

p.readmore {
  text-align: center;
}

ul.pager.pagenav {
  padding: 0px;
  margin: 0px;
}

ul.pager.pagenav li.previous {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 50%;
    float: left;
    font-size: 24px;
}

ul.pager.pagenav li.next {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 50%;
    text-align: right;
    float: left;
    font-size: 24px;
}

.blok-1 {
  position: relative;
  width: 100%;
  overflow: auto;
  color: #9B9A9A;
  font-size: 20px;
  text-align: center;
}

.custom_vse {
  float: left;
  width: 100%;
  padding: 60px 0px;
}

.custom_vse h1 {
  letter-spacing: 1.5px;
  color: #107ED6;
  font-size: 45px;
  font-weight: 600;
  font-style: initial;
  margin: 0px;
  padding: 0px;
}

.custom_vse p {
  margin: 0px;
}

.blok-flex {
  display: inline-flex;
  float: left;
  width: 100%;
}

.b1-slika {
  width: 50%;
  line-height: 0;
  background-image:url(../images/COB21309.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b1-slika img {
  width: 100%;
  height: auto;
}

.b1-pregledi {
  width: 50%;
  background: #107ED6;
  color: #fff;
  text-align: left;
  padding: 50px 150px;
}

.b1-pregledi h3 {
  font-size: 34px;
  font-style: italic;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-weight: 400;
}

.b1-pregledi ul {
  padding: 0px 0px 0px 21px;
  margin: 0px;
}

.b1-pregledi ul li {
  padding: 4px 0px;
}

/* blok-2 */

.blok-2 {
  position: relative;
  width: 100%;
  overflow: auto;
  color: #107ED6;
  font-size: 20px;
  padding: 80px 0px;
  text-align: center;
}

.blok-2 h2 {
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  padding: 0px 0px 60px 0px;
  margin: 0px;
  line-height: 45px;
}

.blok-2 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px; 
}

.width33 {
  width: 33.33%;
  float: left;
  padding: 30px;
  line-height: 28px;
}

/* blok-optika */

.blok-optika {
  position: relative;
  background: #107ED6;
  padding: 80px 0px;
  overflow: auto;
  z-index: 2;
}

.blok-optika img {
  max-width: 200px;
  height: auto;
}

.blok-optika h2 {
  font-size: 45px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  padding: 0px 0px 60px 0px;
  margin: 0px;
}

.blok-optika h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

/* Ikone */

.moduletable_storitve {
  float: left;
  width: 100%;
  margin-top: 30px;
}

ul.newsflash-horiz_storitve {
  padding: 0px;
  margin: 0px;
}

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

.news_left.news_1 {
  width: 100%;
  padding: 30px;
  position: relative;
  background-position: center !important;
  box-shadow: 0px 3px 10px #00000029;
  height: 330px;
  background: #fff !important;
  transition: all 0.5s ease;
  font-size: 28px;
  font-weight: 700;
  color: #107ED6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_left.news_1:hover {
  transition: all 0.5s ease;
  transform: scale(1.03, 1.03);
  box-shadow: 0 0 15px #022139;
  opacity: 0.90;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.newsflash-horiz_storitve li a {
  text-decoration: none;
}

/* map */

.map {
  position: relative;
  overflow: auto;
  width: 100%;
  z-index: 1;
}

.map .gm-style-iw-d {
  overflow: hidden !important;
}

.map .gm-style .gm-style-iw-t::after {
    background: #107ED6 !important;
}

.map .gm-style .gm-style-iw-c strong {
  font-weight: 400;
}

.map .gm-style .gm-style-iw-c {
  background-color: #107ED6;
  color: #fff;
  padding: 20px 30px;
  font-size: 18px;
}

.map .info {
  padding-top: 16px;
  line-height: 24px;
}

.map .geek-map-wrapper .marker-list {
  display: none;
}

.map .gm-style .gm-style-iw-c .vel {
  font-size: 40px;
  display: block;
  font-weight: 600;
}

.map .info {
  color: #fff;
  width: 100%;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

button.gm-ui-hover-effect {
  right: 0 !important;
  top: 0 !important;
  background-image: url(../images/pus-hover.png) !important;
}

.HzV7m-b7CEbf .i4ewOd-pzNkMb-tJHJj {
  display: none !important;
}

.kk {
  position: absolute;
  padding-top: 150px;
  width: 50%;
}

.kk-open {
  color: #fff;
  background:#107ED6;
}

.br {
  position: absolute;
  padding-bottom: 150px;
  bottom: 0;
  width: 100%;
}

/* bott */

.bott {
  position: relative;
  width: 100%;
  overflow: auto;
  padding: 50px 0px 30px 0px;
  font-size: 18px;
  color: #9B9A9A;
  border-top: 3px solid #107ED6;
  font-weight: 400;
  margin-top: -5px;
}

.bott a {
  text-decoration: none;
  color: #107ED6;
}

.bott a:hover {
  color: #9B9A9A;
}

.bott table td {
  padding-top: 5px;
}

.width44 {
  float: left;
  width: 40%;
  line-height: 34px;
}

.width28 {
  float: left;
  width: 30%;
  line-height: 34px;
}

.crta {
  border-left: 3px solid #107ED6;
  min-height: 185px;
}

.ikonce img {
  margin-bottom: 20px;
}

.ikonce {
  padding-left: 30px;
}

.bott .naslov-xl {
  margin-bottom: 15px;
}

/* table bott */

.bott table td {
  padding: 0;
}

/* ESR */

.esr {
  padding-bottom: 30px;
  padding-top: 10px;
  width: 100%;
  position: relative;
  border-top: 1px solid #eee;
  overflow: auto;
  font-weight: 400 !important; 
}

.auto {
  float: left;
  width: auto;
}

.auto a {
  color: #9B9A9A;
  text-decoration: none;
  padding-right: 30px;
}

.auto a:hover {
  color: #107ED6;
  opacity: 0.85;
}
.dva {
    padding-top: 20px;
}

/* Meni članki*/

ul.nav.menu_clanki {
  padding: 0px;
  margin: 0px;
}

ul.nav.menu_clanki li {
  list-style-type: none;
  list-style: inline;
  padding: 20px;
  display: inline-block;
  margin: 0px;
   width: 33.33%;
   text-align: center;
}

ul.nav.menu_clanki li a {
  border: 2px solid #107ED6; 
  border-radius: 4px;
  font-weight: 600;
  display: block;
  color: #107ED6;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 25px;
}

ul.nav.menu_clanki li a:hover, ul.nav.menu_clanki li.active a {
  color: #fff;
  background: #107ED6;
} 

/* Blog */

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

.pull4.pull-left.item-image {
    height: 250px;
    background-size: cover !important;
}

.blog .items-leading.clearfix div {
    width: calc(33.33% - 40px);
    float: left;
    padding: 0px 20px;
    background: #EBF5FC;
    padding: 30px;
    margin-right: 40px;
}    

.blog .items-leading.clearfix div div {
  width: 100%;
  padding: 0px;
  margin-left: 0px;
}

.pull-left {
    float: left;
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog h2 {
  margin: 0px;
  padding: 0px 0px 15px 0px !important;
  display: block;
  font-size: 30px !important;
  font-weight: 400;
  color: #9B9A9A !important;
}

.pagination {
  float: left;
  width: 100%;
  margin: 15px 0px;
  text-align: center;
  margin: 35px;
}
.pagination ul {
  padding: 0px;
  margin: 0px;
}

.pagination ul li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding: 5px;
  float: left;
  color: #9B9A9A;
  text-decoration: none;
}

.pagination ul li a {
  color: #107ED6;
  text-decoration: none;
}

.pagination ul li a:hover {
  color: #000;
  text-decoration: none;
}

.pagenav {
  padding: 2px 6px;
}

a.pagenav {
  background:none; 
}

.tooltip {
  display: none !important;
}

.moduletable_nazaj {
    margin-top: 30px;
}

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

.custom_nazaj a {
  padding-left: 30px;
  background-image:url(../images/pus.png);
  background-position: left;
  background-repeat: no-repeat;
  font-size: 26px;
  height: 30px;
  background-size: contain;
}

.custom_nazaj a:hover {
  background-image:url(../images/pus-hover.png);
}

/* Vsebina */

.vsebina {
  position: relative;
  padding: 60px 0px;
  font-size: 18px;
  color: #9B9A9A;
  line-height: 30px;
  overflow: auto;
}

.vsebina-2 {
  position: relative;
  font-size: 18px;
  color: #9B9A9A;
  padding: 40px 0px 60px 0px;
  line-height: 30px;
  overflow: hidden;
}

.sončna-očala .vsebina-2 {
  padding-bottom: 0px;
}

.vsebina-2 ul li, .vsebina ul li {
  padding: 7px 0px;
}

.vsebina-2 a.gumb {
  margin: 0px 10px;
}

.vsebina ol {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

.vsebina ol li {
  padding: 7px 0px;
  margin: 0px;
}

.krško .vsebina-2, .brežice .vsebina-2  {
  padding-bottom: 0px;
}

.naroci-se-krsko .custom_pregledi {
  display: none;
}

.ocesni-pregledi .vsebina-2, .naroci-se-krsko .vsebina-2 {
  padding: 0px 0px 60px 0px;
}

.moduletable_osebje {
  text-align: center;
  width: 100%;
  background-image:url(../images/bg-osebje.png);
  background-repeat: repeat-x;
  background-position: center;
  float: left;
}

ul.newsflash-horiz_osebje li img {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    margin-bottom: 10px;
}

ul.newsflash-horiz_osebje li {
  list-style-type: none;
  display: inline-block;
  padding: 30px;
}

ul.newsflash-horiz_osebje {
  padding: 0px;
  margin: 0px;
}

.moduletable_slide {
  text-align: center;
}

.djslider-default .navigation-container .next-button, .djslider-default .navigation-container .prev-button {
    width: 80px;
}

.slider_selector {
  font-size: 50px;
  color: #107ED6;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 70px;
  border: 2px solid #107ED6;
  display: inline-block;
  text-align: center;
  margin: 0px 10px;
}

.slider_selector:hover, .selected {
  color: #fff;
  background: #107ED6;
  cursor: pointer;
}

.vsebina h2 {
  font-size: 60px;
  color: #107ED6;
  padding: 0px;
  margin: 0px;
  font-style: italic;
  font-weight: 400;
}

.vsebina img, .akcije-in-novosti .vsebina-2 img {
  max-width: 100%;
  height: auto;
}

.vsebina a, .vsebina-2 a {
  color: #107ed6;
  text-decoration: none;
}

.vsebina a:hover, .vsebina-2 a:hover {
  color: #9B9A9A;
}

.social-ico img {
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
}

 
.bott .social-m img {
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 8px;
}

.custom_kont_odmil {
  padding-left: 30px;
}

.custom_kont_odmil img {
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 8px;
}

.vsebina hr, .vsebina-2 hr {
  border: 2px solid #107ED6;
  margin: 15px 0px;
}

.logos img {
  height: 70px;
  margin: 0px 40px 20px 0px;
}

.custom_bg-pregledi {
  width: 100%;
  position: relative;
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: right;
  padding-top: 10%;
}

.custom_pregledi {
  padding: 60px 0px;
  text-align: center;
  width: 100%;
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.preg {
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}

/* Novice slider*/

.moduletable_slide h2 {
  color: #107ED6;
  font-weight: 600;
  text-align: center;
  margin:0px 0px 45px 0px;
}

.left_right.left {
  float: left;
  width: 50%;
  height: 400px;
  background-size: cover !important;
  background-position: center;
  box-shadow: 0px 3px 16px #00000029;
  margin-top: 30px;
}

.left_right.right {
  float: left;
  width: 50%;
  text-align: left;
  padding: 60px;
  background: #fff;
  box-shadow: 0px 3px 16px #00000029;
  height: 460px;
}

.article_preview {
  float: left;
  width: 100%;
  margin-bottom: 44px;
}

/* Očesni pregledi*/

ul.newsflash-horiz_preg {
  margin: 0px;
  padding: 0px;
}

ul.newsflash-horiz_preg li {
  display: inline-block;
  width: 280px;
  list-style-type: none;
  padding: 0px 40px 25px 40px;
  vertical-align: top;
}

ul.newsflash-horiz_preg li a {
  text-decoration: none;
  color: #107ED6;
  font-weight: 600;
  font-size: 20px;
}

ul.newsflash-horiz_preg li a:hover {
  color: #107ED6;  
}

.moduletable_preg .news_right.news_1 p {
  height: auto;
}

.newsflash-horiz_preg .news_left.news_1 {
    border-radius: 100%;
    width:200px;
    height: 200px;
}

ul.newsflash-horiz_preg h3 {
  text-align: center;
  color: #4c4a4f;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.podlaga-upr img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin-bottom: 10px;
}

.podlaga-upr img:hover {
    box-shadow: 0 0 19px #022139;
}

.moduletable_preg .news_right.news_1 p {
  width: 100%;
}

.optika-1 {
  width: 200px;
  height: 200px;
  background-image:url(/images/icons/za_predpis_ocal-01-a.png);
  background-position: top center;
  border-radius: 100%;
  background-size: cover;
  margin-bottom: 10px;
}

.optika-1:hover {
  background-image:url(/images/icons/za_predpis_ocal-01-a.png);
  background-position: bottom center;
}

.optika-2 {
  width: 200px;
  height: 200px;
  background-image:url(/images/icons/za_predpis_kontaktnih_lec-01-a.png);
  background-position: top center;
  border-radius: 100%;
  background-size: cover;
  margin-bottom: 10px;
}

.optika-2:hover {
  background-image:url(/images/icons/za_predpis_kontaktnih_lec-01-a.png);
  background-position: bottom center;
}

.optika-3 {
  width: 200px;
  height: 200px;
  background-image:url(/images/icons/za_izdajo_vozniskega-01-a.png);
  background-position: top center;
  border-radius: 100%;
  background-size: cover;
  margin-bottom: 10px;
}

.optika-3:hover {
  background-image:url(/images/icons/za_izdajo_vozniskega-01-a.png);
  background-position: bottom center;
}

.optika-4 {
  width: 200px;
  height: 200px;
  background-image:url(/images/icons/za_splosni_oftalmoloski_pregled-01-a.png);
  background-position: top center;
  border-radius: 100%;
  background-size: cover;
  margin-bottom: 10px;
}

.optika-4:hover {
  background-image:url(/images/icons/za_splosni_oftalmoloski_pregled-01-a.png);
  background-position: bottom center;
}


.fields-container {
  text-align: center;
  margin-top: -180px;
  z-index: 10;
}

.front .vsebina, .front .banner-in {
  display: none;
}

strong {
  font-weight: 600;
}

.obrazec {
  position: relative;
  width: 100%;
  background: #ecf4fc;
}

/* Slider*/
.moduletable_slid {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.slide {
  background:#f1f7fc;
  width: 100%;
  position: relative;
  width: 100%;
}

/* Rsform*/

.rsform-select-box {
    background-color: #fff !important;
    -webkit-appearance: none;
    background-image: url(../images/arrow-box.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
  }

.right-2 {
  float: right;
}

.formResponsive h1 {
    color: #107ED6;
    font-size: 40px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    padding: 0px;
    margin: 0px 0px 80px 0px;
}

.rsform-block.rsform-block-text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  margin-bottom: 30px !important;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px !important;
 }

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="email"] {
  padding: 25px 10px !important;
  border-radius: 10px !important;
  border: 2px solid #107ED6;
}

.formResponsive select {
  padding: 20px 10px !important;
  border-radius: 10px !important;
  border: 2px solid #107ED6;
  width: 100%;
  font-size: 18px;
  color: #107ED666;
}

.formResponsive input[type="text"], .formResponsive input[type="email"]  {
  width: calc(100% - 0px) !important;
}

.formResponsive input[type="checkbox"] {
  padding: 10px !important;
}

.rsform-submit-button {
    border-radius: 3px !important;
    border: 2px solid #107ED6 !important;
    text-align: center;
    padding: 18px 35px !important;
    background:#107ED6 !important;
    color: white !important;
    background-image: none !important;
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px !important;
}

.rsform-submit-button:hover {
  background: #fff !important;
  color: #107ED6 !important;
  border: 2px solid #107ED6 !important;
}

.formControlLabel { text-align: left !important; }
.rsform-block.rsform-block-info .formControlLabel {width:95% !important; }
.rsform-text-box { width: 97% !important; padding: 8px !important;}


.rsform-block.rsform-block-ime, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email, .rsform-block.rsform-block-vrsta-pregleda { 
  float: left; 
  width: 45%;
  margin-right: 5% !important;
  }

.rsform-input-box:focus, .rsform-input-box:not(:placeholder-shown) {
  font-size: 18px !important;
}

.rsform-text-box:focus, .rsform-text-box:not(:placeholder-shown) {
  font-size: 18px !important;
}

.rsform-block.rsform-block-gdpr {
    float: left;
    margin-top: 30px;
    font-size: 18px;
    width: 45%;
}

 .formResponsive button[type="submit"]:hover {
  text-shadow: none !important;
 }

.rsform-block.rsform-block-zascita {
  float: left;
  width: 100%;
}

.rsform-block.rsform-block-send {
  float: left;
  width: 100%;
}

.rsform-block.rsform-block-sporocilo {
  float: left; 
  width: 46.5%;
  margin-right: 3.5% !important;
}

.rsform-block.rsform-block-obvezno-izpolni {
    color: #107ED6;
    padding-bottom: 30px;
}

.formResponsive .formHorizontal .formControlLabel {
  width: 100% !important;
  padding-bottom: 10px;
}

.formResponsive .formHorizontal .formControls {
    margin-left: 0 !important;
}

input#gdpr0.rsform-checkbox {
  border-radius: 3px;
  border: 2px solid #107ED6;
  padding:5px;
}

.moduletable_pregled_kk {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  background: #ecf4fc;
  margin-top: 30px;
}

.moduletable_pregled_br {
  position: relative;
  width: 100%;
  padding: 60px 0px 30px 0px;
  background: #e1eefb;
  margin-top: 30px;
}

.rsform_pregled_kk, .rsform_pregled_br {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0px 0px 0px 20px;
}

.naroci-se .moduletable_pregled_br {
  display: none;
}

.krsko, .brezice {
    font-size: 40px;
    color: #9B9A9A;
    font-weight: 600;
    padding: 10px;
    margin: 0px 10px 18px 10px;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.krsko:hover, .brezice:hover, .brezice.selected, .krsko.selected {
  cursor: pointer;
  border-bottom: 2px solid #107ED6;
  color: #107ED6;
} 

.dj-offcanvas-light .dj-offcanvas-top {
    background: #107ED6 !important;
}

ul.dj-mobile-light li.dj-mobileitem > a {
  background: #107ED6 !important;
  color: #70b2e6 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  border-top: 1px solid #70b2e6 !important;
}

ul.dj-mobile-light li.dj-mobileitem:hover > a, ul.dj-mobile-light li.dj-mobileitem.active > a {
    color: #fff !important;
    border-left: 4px solid #fff;
    background: #4098de !important;
}

ul.dj-mobile-light ul li.dj-mobileitem:hover > a, ul.dj-mobile-light ul li.dj-mobileitem.active > a {
    border-left: none;
    background: #107ed6 !important;
}

ul.dj-mobile-light ul li.dj-mobileitem > a {
  color: #fff !important;
  border-top: none !important; 
}

ul.dj-mobile-light ul ul li.dj-mobileitem > a {
  margin-left: 30px;
  padding-left: 25px !important;
  border-left: 1px solid #61a3d6;
  background: #107ED6 !important;
}


.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas {
  background: #107ED6 !important;
}

.fa.fa-close {
  color: #fff;
}

.dj-offcanvas {
  width: 100% !important;
}

.dj-offcanvas-effect-3.dj-offcanvas-open .dj-offcanvas-pusher {
    transform: translate3d(100%, 0, 0) !important;
}

.moduletable_meni1 {
  text-align: center;
  width: 100%;
}

.ena {
  border: 3px solid #107ED6;
  color: #107ED6;
  padding: 20px;
  line-height: 0px;
  font-size: 30px !important;
  width: 20px;
  height:20px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}

.pravice {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  padding: 25px 0px;
  color:#fff;
  background: #107ED6;
}

.pravice a {
  color: #fff;
}

@media (min-width: 1920px) {
  .custom_iko {
      height: 850px;
  }
}


@media only screen and (max-width: 1340px) {
  .podlaga-upr img {
    width: 150px;
    height: 150px;
  }
  .blok-optika h3 {
    font-size: 24px;
  }
  
  ul.newsflash-horiz_preg li {
    width: 230px;
    padding: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .b1-pregledi {
    padding: 50px;
  }

  .info, a.gumb {
    font-size: 20px;
  }

  .custom_vse h2,.blok-2 h2 {
    font-size: 40px;
  }

  .blok-optika img {
      max-width: 170px;
  }
  .blok-optika {
    padding: 50px 0px;
  }
  .blok-optika h2 {
    padding: 0px 0px 20px 0px;
    font-size: 40px;
  }

  .news_left.news_1 {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .blok-2 img {
    max-width: 200px;
  }

  .blok-2 {
    font-size: 24px;
    padding: 50px 0px;
  }

  .meni .dj-megamenu-default li a.dj-up_a {
    padding: 0px 15px !important;
  }

  .info {
    font-size: 19px;
  }

  .vsebina-2 {
    padding:40px 0px 60px 0px; 
    font-size: 16px;
  }

  .vsebina {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1140px) {
  .top .content {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .meni .dj-megamenu-default li a.dj-up_a {
    font-size: 20px !important;
  }
  .half {
    display: block;
  }

  a.gumb5 {
    padding: 15px 10px;
  }
  .top {
    padding: 10px 0px;
  }
  .banner, .banner-in {
    padding-top: 150px;
  }

  .banner-in.active {
    height: 130px;
  }
}


@media only screen and (max-width: 1024px) {
  .blok-optika img {
      max-width: 135px;
  }

  .news_left.news_1 {
    font-size: 20px;
    height: 265px;
    padding: 20px 15px;
  }

  .blok-optika h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .blog .items-leading.clearfix div {
    padding: 20px;
  }

  .custom_o-nas, .custom_iko {
    height: 400px;
  }

  ul.nav.menu_clanki li {
    padding: 10px;
  }
  ul.newsflash-horiz_clanki li {
    padding: 0px 10px !important;
  }
  .clanki_11 {
    padding: 20px;
  }
}

@media only screen and (max-width: 979px) {
  .custom_kont_odmil {
    padding-left: 0px;
  }
  
  .crta {
    height: auto;
    border-left: none;
  }

  .ikonce {
    padding-left: 0px;
  }

  .left_right.right {
    padding: 30px;
  }
  .djslider-default .navigation-container img {
    width: 50px;
  }
  .pravice {
    background: #107ED6;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .social-m img {
    float: left;
    margin-right: 20px;
    margin-top: -5px;
  }
  .social-mb img {
    float: right;
    text-align: right;
    margin-left: 20px;
    margin-top: -5px;
  }

  .width28, .width44 {
    width: 100%;
    border-bottom:2px solid #107ED6;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .bott .width28:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .width28.right {
    border-bottom: none;
    border-left: none;
  }

  ul.newsflash-horiz_storitve li {
    width: 33.33%;
  }

  ul.newsflash-horiz_clanki li {
    width: 50%;
  }
  .clanki_11 {
    padding: 30px;
  }

  .blog .items-leading.clearfix div {
    width: calc(50% - 40px);
  }

  .content .content-s {
    padding: 0px 20px;   
  }
  .bott table tr td {
		width: 100% !important;
		display: block;
	}
}

@media only screen and (max-width: 769px) {
  .content {
    padding: 0px 30px;
  }

  .meni .content {
    padding: 0px 20px;
  }
  .b1-slika {
    height: 300px;
  }

  .b1-slika, .b1-pregledi {
    width: 100%;
    float: left;
  }
  .blok-flex {
    display: block;
  }

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

  ul.newsflash-horiz_storitve li {
    width: 50%;
    padding: 10px;
  }
  .blok-optika img {
    max-width: 120px;
  }

  .blok-optika h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .blok-2 h2 {
    padding: 0px 0px 25px 0px;
  }

  .news_left.news_1 {
    height: 210px;
    padding-top: 0px;
  }

  .crta {
    border-left: none;
  } 

  a.gumb4 {
    font-size: 35px;
  }

  .custom_bg-pregledi {
    text-align: center;
  }

  .left_right.left, .left_right.right {
    width: 100%;
  }
  .left_right.right {
       height: auto;
  }

  .vsebina {
    padding: 25px 0px 30px 10px;
  }

  .vsebina-2 h1, .vsebina h1 {
    font-size: 30px;
    padding: 0px;
    line-height: 110%;
  }

  .custom_vse h1 {
    font-size: 30px;
  }

  .vsebina-2 h3, .vsebina h3, .b1-pregledi h3 {
    font-size: 30px;
  }

  a.gumb4 {
    font-size: 30px;
    padding: 15px;
    display: block;
    width: auto;
  }

  .optika-1, .optika-2, .optika-3, .optika-4 {
    width: 140px;
    height: 140px;
  }

  ul.newsflash-horiz_preg li {
    width: 180px;
  }
  ul.newsflash-horiz_preg li {
      padding: 0px 20px 25px 20px;
  } 

  .custom_iko img {
    width: 80px;
    height: 80px;
  }
  .custom_iko {
    padding: 30px 0px;
  }

  .logos img {
      max-width: auto;
      height: 45px;
      margin: 0px 15px 0px 0px;
  }

  .okvir {
    padding: 30px 0px;
  }

  .moduletable_slide h2 {
    margin: 0px 0px 10px 0px;
  }

  ul.nav.menu_clanki li a {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 700px) {
  .logo-m {
    display: none;
  }
  .moduletable_mobi-kontakt {
    display: none;
  }

  .naroci-se-m,   .slika-mobi {
    display: none;
  }
}

@media only screen and (max-width: 699px) {
  .logo-m {
    float: left;
    width: calc(100% - 80px);
    text-align: left;
  }

  .logo-m img {
    width: 180px;
    height: auto;
  }
  
  .slika-mobi img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .custom_pregledi {
    background-image: none !important;
    padding-top: 0px;
  }

  .moduletable_mobi-kontakt {
    padding: 30px 30px 0px 30px;
  }

  .custom_vse {
    padding: 30px 0px;
  }
  .top {
    display: none;
  }

  .meni {
    overflow: auto;
    padding: 6px 0px 0px 0px;
  }

  .dj-megamenu-wrapper {
    width: 80px;
    float: left;
    text-align: right;
    padding-top: 14px;
    padding-right: 5px;
  }

  .naroci-se-m {
    position: relative;
    width: 100%;
  }

  .naroci-se-m a {
    color: #fff !important;
    background: #107ED6 !important;
    display: block;
    padding: 13px 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
  }

  .banner, .banner-in {
    padding-top: 130px;
  }

}

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

@media only screen and (max-width: 479px) {
  ul.nav.menu_clanki li {
    width: 100%;
    display: block;
  }

  .blog .items-leading.clearfix div {
    width: 100%;
    margin-left: 0px;
  }

  ul.newsflash-horiz_clanki li {
    width: 100%;
    padding: 0px !important;
  }

  .pull-left {
    height: auto;
  }

  .vsi-članki .banner-in.active, .o-vidu .banner-in.active, .optika-o-vidu .banner-in.active {
    height: 320px;
  }

  .clanek_12 {
    min-height: auto;
  }

  .vsebina-2 h3 {
    font-size: 26px;
  }
  .width50 .modra {
    padding-top: 15px;
    display: inline-block;
  }
  .width50 {
    float: left;
    width: 50%;
    padding: 20px 0px 20px 30px;
    line-height: 20px;
  }

  .mobi {
    display: block;
  }

  .banner {
    background:url(/images/banners/banner-01-mobi.jpg);
    height: 500px;
    margin-bottom: 20px;
  }
  
  h4 {
    font-size: 30px;
    background:url(../images/crtica.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0px 15px 0px;
  }
  .vsebina-2 .content, .vsebina .content {
    padding: 0px 30px;
  }

  .blok-optika .content {
      padding: 0px 10px;
  }

  .news_left.news_1 {
    padding: 0px 23px;
  }

  .ekr {
    display: none;
  }

 .custom_vse {
      padding: 30px 0px;
  }
  .custom_vse h1 {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }

  a.gumb2 {
    display: block;
    text-align: center;
  }
  .b1-pregledi {
    padding: 30px;
  }

  .blok-2 h2 {
    font-size: 37px;
  }
  .blok-optika {
    padding: 30px 0px;
  }
  .blok-optika h2 {
    padding: 0px;
  }

  .content {
    line-height: 25px;
  }

  .vsebina-2, .vsebina {
    padding: 25px 0px 30px 0px;
    line-height: 25px;
  }
  .vsebina-2 h1, .vsebina h1 {
    color: #107ED6;
    padding: 0px 0px 0px 0px;
    width: 90%;
    display: block;
    margin-left: 5%;
  }

  .vsebina-2 hr {
    border: 1px solid #107ED6;
  }

  .naroci-se .vsebina-2 a {
    color: #9B9A9A;
  }

  .krsko, .brezice {
    font-size: 30px;
  }

  .custom_o-nas, .custom_iko {
    height: 300px;
  }
  .custom_o-nas img {
    margin-bottom: -50px;
    width: 100px;
    height: 100px;
  }

  ul.newsflash-horiz_osebje li {
    width: 100%;
    background-image: url(../images/bg-osebje-M.png);
    background-position: bottom;
    padding: 30px 30px 0px 30px;
  }

  ul.newsflash-horiz_osebje li img {
    width: 300px;
    height: 300px;
  }
  .moduletable_osebje {
    background:none;
  }

  .custom_bg-pregledi {
    height: 350px;
    padding-top: 80px;
  }

  .custom_pregledi {
    height: auto;
  }

  .breadcrumbs {
    display: none;
  }

  .djslider-default .navigation-container .next-button, .djslider-default .navigation-container .prev-button {
    display: none;
  }

  .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="email"] {
    padding: 15px 10px !important;
  }

  .formResponsive select {
    padding: 10px !important;
  }
  .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive select {
    width: 93% !important;
  }

  .formResponsive textarea {
    width: 96% !important;
  }

  .formResponsive .formHorizontal input, .formResponsive .formHorizontal select, .formResponsive .formHorizontal .formValidation, .formResponsive .formHorizontal .uneditable-input, .formResponsive .formHorizontal .input-prepend, .formResponsive .formHorizontal .input-append {
    display: block !important;
  }


  .formResponsive .formHorizontal .rsform-block {
      margin-bottom: 7px !important;
  }

  .rsform-block.rsform-block-ime, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email, .rsform-block.rsform-block-vrsta-pregleda {
    margin-right: 0 !important;
  }

  .width33 {
    line-height: 28px;
  }

  h1 {
    text-transform: uppercase;
  }

  .kontakt .vsebina .content {
    padding: 0px;
  }

  table tr td {
    padding: 12px 30px;
  }

  table tr td ul {
    padding: 0px 20px;
    margin: 0px;
  }

  .custom_o-nas {
    margin-bottom: 0px;
  }

  .slider_selector {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    margin: 0px 10px;
  }

  .left_right.left {
    height: 280px;
  }
  a.gumb1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 410px) {
  .ekr {
    display: none;
  }
  ul.newsflash-horiz_storitve li {
    width: 100%;
  }
  .news_left.news_1 {
    height: auto;
    padding-bottom: 20px;
  }
  .moduletable_mobi-kontakt {
    padding: 30px 20px 0px 20px;
  }
  ul.newsflash-horiz_osebje li img {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 340px) {
  a.gumb6 img {
      float: left;
      margin: -3px 10px 0px 10px;
  }
}


.cpnb-m-cookies-floatButton {
  right: 20px !important;
}

.cpnb-m-cookies-floatButtonPosition_bottom_left {
    right: 20px !important;
}