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

body {
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
}

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

:root {
    --sirina: 1600px;
}

/* 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 */

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

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

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

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

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

table.break tr td:last-child {
    padding-right:10px !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 0px;
    float: left;
    width:100% !important;
  }

  .piskotki table tr td {
    display: table-cell;
    padding: 12px;
    float: none;
  }

  table.break tr td {
    display: table-cell;
    float: none;
  }
}

@media (max-width: 600px) {
  table.break tr td {
    display: table-row;
    float: left;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}


.break tr:nth-of-type(odd) td {
    background-color: #ebeff5;
}

.break thead th, table thead th {
  background-color: #0961a5;
  color: #fff;
  padding: 10px;
}

table.break td {
  padding: 10px !important;
}

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

table tr th {
  text-align: left;
}

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

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

/* Banner */

.banner {
  width:100%;
  position: relative;
  background:url(../images/banner_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 800px;
}

.slogan {
  width:100%;
  position: absolute;
  bottom: -1px;
  background:url(../images/trans.png);
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 370px;
  text-align: center;
  padding-top: 100px;
}

.slogan img {
  margin:15px 5px;
}

.contact h1 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

.contact hr {
    border: 0.5px solid #ddd;
    width: 60%;
    margin-right: 40%;
}

.slogan h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 8px 0px;
  line-height: 50px;
}

.slogan h2 {
  font-size: 24px;
  font-weight: 400;
  color: #0961a5;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}

/* Banner in */

.banner-in {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  float: left;
}

.banner-in.active {
  position: relative;
  width: 100%;
  height:400px !important;
  background-size: cover;
  background-position: center;
  float: left;
  margin-bottom: 50px;
}

/* Top 1 */

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

.fix.scroll .top-1 {
  background: #0f64a8;
  z-index: 2;
}

.fix.scroll .top-2 {
  background: #fff;
  box-shadow: 0 0 20px #aaa;
  z-index: 1;
  border-bottom: none;
}

.top-1 {
  position: relative;
  width: 100%;
  background:#0f64a8; 
  padding: 8px 0px;
  color: #fff;
  font-size: 18px;
  float: left;
}

.front .top-1, .home .top-1, .home-1 .top-1, .home-2 .top-1, .home-3 .top-1, .domov .top-1 {
  background:rgba(9,97,165,0.7); 
}

.top-1 a {
  color: #fff;
  text-decoration: none;
}

.top-2 {
  position: relative;
  float: left;
  width: 100%;
  background:rgba(255,255,255,0.80); 
  border-bottom: 1px solid #ddd;
}

.front .top-2, .home .top-2, .home-1 .top-2, .home-2 .top-2, .home-3 .top-2, .domov .top-2 {
  border-bottom: none;
}

.auto {
  float: left;
  width: auto;
  padding-right: 20px;
}

.auto:nth-child(2) {
  border-right: 1px solid #fff;
}

/* Top 2 */

.meni {
  width: calc(100% - 350px);
  float: left;
}

.logo {
  width: 350px;
  float: left;
  padding: 23px 0px 15px 10px;
}

.fix.scroll .logo img {
  max-width: 250px;
  height: auto;
}

.fix.scroll .logo {
  padding: 15px 0px 5px 10px;
  text-align: right;
}

/* Jeziki */

span.inputbox.advancedSelect {
  display: none;
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none;
}

.mod-languages {
  padding-left: 20px;
}

.chzn-container-single .chzn-single {
  border:1px solid #fff !important;
  width: 63px;
  padding: 0px 6px !important;
}

.chzn-container .chzn-drop {
   border:1px solid #fff !important;
   width: 63px !important; 
}

.chzn-container .chzn-results li {
  padding: 2px 3px !important;
  text-align: left;
}

.chzn-container .chzn-results li.active-result {
  background: none !important;
  color: #000 !important;
}

.chzn-container .chzn-results li:hover {
  background: none!important;
  color: #0f64a8 !important;
}

/* Kategorije */

.kateg {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 15px 0px;
}

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

.kateg ul li {
  float: left;
  width: 33.33%;
  list-style-type: none;
  padding: 0px 20px 20px 20px;
  margin: 0px;
  position: relative;
}

.iko {
  text-align: center;
  bottom: 35%;
  position: absolute;
  width: calc(100% - 40px);
}

.iko img {
  max-width: 90px;
  height: auto;
}

.kat {
  width: 100%;
  height: 350px;
  background-size: cover !important;
  background-position: center !important;
}

.kateg ul li:nth-child(6) {
  filter: grayscale(100%);
}

.vsebina .kateg ul li:nth-child(6) {
  filter: none;
}

.subheading-category {
  margin-bottom: 30px;
  display: block;
  font-size: 34px;
}

.kateg ul li a {
  text-decoration: none;
  transition: all 0.5s ease;
}

.kateg ul li {
  transition: all 0.5s ease;
}

.kateg ul li:hover {
  transition: all 0.5s ease;
  transform: scale(1.03, 1.03);
}

a .titl {
  color: #0f64a8;
  font-size: 28px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin: 15px 0px;
  display: block;
  min-height: 70px;
}

.kocka {
  width: 100%;
  text-align: center;
  margin-top: -10px;
  z-index: 2;
  position: relative;
}

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

ul.newsflash-horiz li {
  padding: 0px 50px 30px 0px;
  margin: 0px;
  list-style-type: none;
  width: 33.33%;
  float: left;
}

.news_left_1 {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  z-index: 1;
  position: relative;
  background-position: center !important;
}

ul.newsflash-horiz li a {
  text-decoration: none;
  color: #000;
}

ul.newsflash-horiz li a:hover .news_left_1 {
  transition: all 0.5s ease;
  transform: scale(1.03, 1.03);
      box-shadow: 0 0 20px #aaa;
}

ul.newsflash-horiz li a .news_left_1 {
  transition: all 0.5s ease;
}

ul.newsflash-horiz li a:hover {
  color: #555;  
}

.naslov-z p {
  overflow: hidden;
  float: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.naslov-z h3 {
  margin: 0px;
  padding: 10px 0px;
  text-transform: uppercase;
  color: #0f64a8;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: 30px;
  display: block;
}

/* Statistika */

.blok_stat {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/statistika.jpg);
  background-repeat: no-repeat;
  background-position: center;
  overflow: auto;
  text-align: center;
}

.blok_stat h2 {
  color: #0960a6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 30px;
  margin: 0px 0px 60px 0px;
  padding: 60px 0px 60px 0px;
  width: 100%;
  border-bottom: 1px solid #055ba2; 
}

.what {
  float: left;
  width: 100%;
  background:rgba(255,255,255,0.85); 
    padding-bottom: 60px;

}

.ask {
  float: left;
  width: 100%;
  background:rgba(9,97,165,0.95); 
  padding: 30px 20px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

a.gumb-2 {
  border: 2px solid #0961a5;
  display: inline-block;
  padding: 8px 30px;
  color: #0961a5 !important;
  margin: 0px 10px;
  font-size: 22px;
  text-decoration: none;
  font-weight: 500;
}

a.gumb-2:hover {
  background: #0961a5;
  color: #fff !important;
} 

a.gumb {
  border: 1px solid #fff;
  display: inline-block;
  padding: 5px 15px;
  color: #fff !important;
  margin: 0px 10px;
  text-decoration: none;
}

a.gumb:hover {
  color: #055ba2 !important;
  background: #fff;
}

a.gumb-1 {
  display: inline-block;
  padding: 10px 25px 10px 45px;
  color: #fff !important;
  background: #055ba2;
  margin-top: 20px;
  text-decoration: none;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: left;
}

a.gumb-1:hover {
  background: #0d71bf;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: left;
}

.moduletable_what {
  max-width:1600px;
  margin:0 auto; 
  padding: 0px 30px; 
}

.custom_what h3 {
  color: #055ba2;
  margin: 0px;
  padding: 15px 0px;
  font-size: 24px;
  font-weight: 600;
}

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

/* Story */

.story {
  position: relative;
  width: 100%;
  background: #f6f6f6;
  overflow: auto;
  padding-bottom: 50px;
}

.slika {
  width: 50%;
  float: left;
  background-image: url(../images/STAS_LTP_INFINITY.jpg);
  background-size: cover;
  height: 475px;
  margin-top: 80px;
  background-position:center;

}

.opis {
  width: calc(50% + 50px);
  margin-left: -50px;
  float: left;
  background:#fff;
  padding: 80px;
  line-height: 28px;
}

.opis a {
  color: #055ba2;
}

.logos {
  width: 50%;
  float: left;
  text-align: center;
}

.logos img {
  padding: 30px 20px;
}

/* Vsebina */

.vsebina {
  position: relative;
  width: 100%;
  padding: 150px 0px 50px 0px;
  float: left;
}

.front .vsebina, .home .vsebina, .home-1 .vsebina, .home-2 .vsebina, .home-3 .vsebina, .domov .vsebina {
  display: none;
}

.vsebina h1 {
  font-size: 40px;
  color: #0961a5;
  display: inline-block;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-weight: 600;
  line-height: 40px;
}

.vsebina h2 {
  font-size: 24px;
  width: 100%;
  color: #0961a5;
  display: inline-block;
  margin: 0px;
  font-weight: 600;
}

.vsebina h3 {
  font-size: 36px;
  color: #0961a5;
  display: inline-block;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  font-weight: 600;
}

.vsebina img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.vsebina table ul li {
  list-style-type: none;
  margin: 0px;
  padding: 3px 0px;
}

.vsebina table ul {
  margin: 0px;
  padding: 0px;
}

.vsebina strong {
  font-weight: 600;
}

.vsebina a {
  color: #0f64a8;
  text-decoration: none;
}

.vsebina a:hover {
  color: #0f74c4;
  text-decoration: none;
}

.o-nas .vsebina table ul {
  padding-top: 15px;
}

.o-nas .vsebina table ul li {
    padding: 3px 0px 3px 25px;
    margin: 0px;
    background: url(../images/check.png);
    background-position: top left;
    background-repeat: no-repeat;
    list-style-type: none;
}

.sep {
  float: left;
  width:calc(100% - 330px);
}

.vsebina-full {
  float: left;
  width: 100%;
}

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

.pagination ul {
  padding: 0px;
  margin: 0px;
}
.pagination ul li {
  padding: 0px 5px;
  margin: 0px;
  float: left;
  list-style-type: none;
}

.tooltip {
  display: none !important;
}

/* Filter*/

.filter {
  float: left;
  width: 300px;
  border:1px solid #eee;
  padding: 0px 30px 30px 30px;
  margin-left: 30px;
}

.jlmf-list-2 > div {
    width: 100% !important;
}

.jlcontentfieldsfilter input {
    vertical-align: top;
    height: 26px !important;
}

.jlmf-label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #0f64a8;
  padding-bottom: 10px;
}

.filter input.checkbox {
  width: 50px;
}

.filter label.jlmf-sublabel {
  width: calc(100% - 50px);
}

.jlmf-checkbox {
  padding: 5px;
}

.jlmf-link {
  font-size: 18px !important;
  color: #fff;
  padding: 5px 15px !important;
  background: #0f64a8 !important;
}

.jlmf-link:hover {
  background: #0e73c4!important;
  text-decoration: none !important;
}

/* Blog*/

.blog .items-leading.clearfix div:hover {
  color: #555;
}

.pull-left img {
    max-width: 100%;
    height: 280px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.specialised-options .pull-left img:hover {
  box-shadow: none;
}

.pull-left img:hover {
  box-shadow: 0 0 20px #aaa;
  text-decoration: none;
  transition: all 0.5s ease;
  transform: scale(1.03, 1.03);
}

.specialised-options .pull-left.item-image {
  border:1px solid #eee; 
  height: 280px;
  overflow: hidden;
}

.specialised-options .vsebina .blog h2 {
  margin: 0px;
  padding: 15px 15px 40px 15px;
  border-top: none;
  position: absolute;
  bottom: 0;
  background:rgba(255,255,255,0.8);
  z-index: 9;
  width: calc(100% - 31px);
}

.vsebina .blog h2 a {
  font-size: 20px;
  padding-bottom: 8px;
  display: block;
  text-decoration: none;
  color: #0f64a8;
}

.vsebina .blog h2 a:hover {
  color: #0f64a8;
}

dd.field-entry {
  margin-left: 5px !important;
}

.field-entry {
  padding-left: 0px;
}

.fields-container .field-entry {
  display: none;
}

.leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10, .leading-11, .leading-12, .leading-13, .leading-14, .leading-15 {
    float: left;
    position: relative;
    width: 33.33%;
    margin-bottom: 10px;
    padding: 0px 30px 30px 0px;
    display: inline-block;
    top: 0;
    padding-top: 20px;
}

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

.blog .items-leading div p {
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 20px;
}

.semi-trailers .naslov-3 {
  display: none;
}

hr {
  border:0.5px solid #eee;
}

.novice {
  position: relative;
  width: 100%;
  padding: 100px 0px 50px 0px;
  border-bottom: 1px solid #eee;
  overflow: auto;
}

.moduletable_news {
  float: left;
  width: 100%;
  text-align: center;
}

.news .pull-left img, .blog .pull-left img {
  height: auto;
}

.news .pull-left, .blog .pull-left {
  height: 200px;
  overflow: hidden;
}

.news .leading-0, .news .leading-1, .news .leading-2, .news .leading-3, .news .leading-4, .news .leading-5, .news .leading-6, .news .leading-7, .news .leading-8, .news .leading-9, .news .leading-10, .news .leading-11, .news .leading-12, .news .leading-13, .news .leading-14, .news .leading-15 {
    height: 450px;
}

/* OS Gallery */

[class^=os-gallery-tabs-main] .osgalery-cat-tabs {
    display: none;
}

.os-gallery-img-category {
  display: none;
}

[class^=os-gallery-all-in-one-main] .img-block.ariana-effect .os-gallery-caption, [class^=os-gallery-album-tabs-main] .img-block.ariana-effect .os-gallery-caption, [class^=os-gallery-tabs-main] .img-block.ariana-effect .os-gallery-caption {
  border:1px solid #eee;
}

.readmore a, a.readmore {
  color: #fff !important;
  background:#0f64a8;
  text-decoration: none;
  display: inline-block;
  padding: 3px 15px; 
  margin-top: 8px;
  border-radius: 2px;
}

.readmore a:hover, a.readmore:hover {
  background:#0e73c4;
}


/* Bradcrumbs*/

.droptinice {
  float: left;
  width: 100%;
  padding: 20px 0px;
  margin-top: 20px;
}

.droptinice a {
  color: #000;
  text-decoration: none;
}

.droptinice a:hover {
  color: #ddd;
}

.moduletable_kaz {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

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

.moduletable_kaz ul li {
  padding: 0px 5px 0px 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
}

/* planet na notranji strani */

.planet-inn {
  position: relative;
  float: left;
  width: 100%;
  background-image: url(../images/bg-planet.jpg);
  padding: 50px 0px;
  overflow: auto;
  background-size: cover;
  background-position: center;
}

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

.front .planet-inn, .home .planet-inn, .home-1 .planet-inn, .home-2 .planet-inn, .home-3 .planet-inn, .domov .planet-inn {
  display: none;
}

/* Mega menu */

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

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

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

.meni .dj-megamenu-default li a.dj-up_a span {
  line-height: 100px;
  height: auto;
}

.fix.scroll .meni .dj-megamenu-default li a.dj-up_a span {
  line-height: 67px;
}

ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler {
  color: #fff !important;
}

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

.meni .dj-megamenu-default li a.dj-up_a {
  font-weight: 600 !important;
  font-size: 20px !important;
  padding: 0px 30px 0px 0px !important;
  color: #000 !important;
  height: auto;
  border: none;
  border:none !important;
  background-position: bottom left !important;
}

.meni .dj-megamenu-default li:hover a.dj-up_a,
.meni .dj-megamenu-default li.hover a.dj-up_a, 
.meni .dj-megamenu-default li.active a.dj-up_a {
  color: #3a3a3a !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  background-image: url(../images/crta.jpg);
  background-position: bottom left !important;
}


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

.dj-megamenu-default li a.dj-up_a span {
    font-weight: 400;
}

.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 {
    background: #f5f5f5 !important;
    box-shadow: none !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: #f5f5f5!important;
    box-shadow:  none !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:#f5f5f5 !important;
  color: #0f64a8 !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a {
  color: #000 !important;
  font-weight: normal !important;
  text-align: left !important;
  line-height: 20px !important;
  padding:12px 10px !important;
    font-size: 16px !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover {
  background:#eee !important;
  color: #0f64a8 !important;
}

.dj-megamenu-default li ul.dj-submenu > li {
    border-top: none !important;
    border-bottom: 1px solid #fff !important;
}

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

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
  margin-top: 9px !important;
}

/* Mobile menu */

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
  background:none !important;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
  color: #0f64a8 !important;
}


/* Contact form */

.contact-form {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0px;
  z-index: 5;
}

.back {
  position: absolute;
  left: 0;
  z-index: 1
}

.front {
  position: absolute;
  right: 0;
  z-index: 1
}

/* Rsform */
.rsform {
  background: rgba(255,255,255,0.85);
  padding: 30px 70px;
  z-index: 2;
  position: relative;
}

.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;
 }

.rsform h2 {
  text-align: center;
  color: #055ba2;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.formResponsive textarea, .formResponsive input[type="text"] {
  background-color: #ededed !important;
  padding: 14px 8px !important;
}

.formResponsive textarea, .formResponsive input[type="text"] {
  background-color: #ededed !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 8px !important;
}

.formResponsive input[type="text"] {
  width: 100% !important;
}

.rsform-submit-button {
    border-radius: 0px !important;
    text-align: center;
    padding: 12px 30px !important;
    background-color: #055ba2 !important;
    color: #fff !important;
    background-image: none !important;
    border:none !important;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px !important;
    margin-top: 15px;
}

.rsform-submit-button:hover {
  background: #0a6bbb!important;
}

.formResponsive .formHorizontal .rsform-block {
  text-align: center;
}

.rsform-block.rsform-block-text-1 {
  font-size: 20px;
}

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


.rsform-block.rsform-block-name, .rsform-block.rsform-block-phone, .rsform-block.rsform-block-email, .rsform-block.rsform-block-subject { 
  float: left; 
  width: calc(50% - 50px);
  margin: 0px 25px;
}

.rsform-block.rsform-block-message {
  float: left;
  margin: 0px 25px;
  width: 98%;
}

.formResponsive .formHorizontal .formControlLabel {
  width: 100% !important;
}

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

.formResponsive label {
  height: auto !important;
  font-size: 14px;
}

.formResponsive input[type="radio"], .formResponsive input[type="checkbox"] {
  margin-top: 11px !important;
}

/* bott */

.bott {
  position: relative;
  overflow: auto;
  width: 100%;
  background: #f6f6f6;
}

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

.custom_kontakt {
  padding: 50px 20px 0px 20px;
}

.custom_kontakt a {
  text-decoration: none;
  color: #000;
}

.moduletable_kontakt {
  background: #efefef;
  height: 400px;
}

.custom_planet {
  text-align: center;
  padding: 50px 50px 0px 50px;
}

.pravice {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 20px;
  color: #555;
}

.pravice a {
  text-decoration: none;
  color: #555;
}

@media only screen and (max-width: 1340px) {
  .logo {
    width: 300px;
  }
  .logo img {
    max-width: 100%;
  }

  .meni {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1275px) {
  .meni .dj-megamenu-default li a.dj-up_a {
    padding: 0px 25px 0px 0px !important;
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1200px) {

  .kat, .news_left_1 {
    height: 280px;
  }
  ul.newsflash-horiz li {
    padding: 0px 30px 30px 0px;
  }
  .banner {
    height: 100vh;
  }

  .logos img {
    height: 200px;
  }

  .filter {
    width: 250px;
  }

  .sep {
    width: calc(100% - 280px);
  }
  .vsebina .blog h2 a {
    font-size: 18px;
  }
  .specialised-options .pull-left.item-image {
    height: 230px;
  }
  .news .pull-left {
    height: 150px;
  }
}


@media only screen and (max-width: 1117px) {
  .meni .dj-megamenu-default li a.dj-up_a {
    padding: 0px 20px 0px 0px !important;
  }
  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
    margin-top: 24px !important;
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .content {
    padding: 0px 20px;
  }
  .vsebina h3 {
    font-size: 28px;
  }
  .opis {
    padding: 40px;
  }
}

@media only screen and (max-width: 968px) {
  .logos {
      width: 100%;
  }

  .kateg ul li {
    padding: 0px 15px 20px 15px;
  }
  .kat, .news_left_1 {
    height: 200px;
  }

  .width20 {
    width: 33.33%;
    padding-bottom: 20px;
  }

  .droptinice {
    margin-top: 0px;
  }
  .specialised-options .vsebina .blog h2 {
      background: #eee;
      width: 100%;
      padding: 15px 15px 15px 15px;
      position: relative;
  }
  .sep {
    width: 100%;
  }
  .filter {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }

  .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10, .leading-11, .leading-12, .leading-13, .leading-14, .leading-15 {
    height: 369px;
  }
}

@media only screen and (max-width: 768px) {
  .logos {
      width: 100%;
  }

  .kateg ul li, ul.newsflash-horiz li {
    width: 50%;
  }
  .width20 {
    width: 50%;
  }
  .width33 {
    width: 100%;
  }
  .custom_planet {
    text-align: center;
    padding: 50px 50px 50px 50px;
  }
  .moduletable_kontakt {
    padding-bottom: 50px;
    height: auto;
  }
  .rsform {
    padding: 30px 0px;
  }

  .back {
    display: none;
  }

  .opis, .slika {
    width: 100%;
  }

  .opis {
    margin-left: 0;
    padding: 30px;
  }

  .slika {
    height: 350px;
  }
  .slogan h2 {
    font-size: 20px;
  }
  .slogan h1 {
    font-size: 34px;
  }
  .slogan {
    padding-top: 50px;
  }
  .top-1 {
    font-size: 16px;
  }

  .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10, .leading-11, .leading-12, .leading-13, .leading-14, .leading-15 {
    width: 50%;
  }

  a.gumb {
    display: inline-block;
    margin-top: 20px;
  }

}

@media only screen and (max-width: 479px) {
  .width20 {
    width: 100%;
  }

  .banner {
    height: 80vh;
  }
  .kateg ul li, ul.newsflash-horiz li {
    width: 100%;
  }
  ul.newsflash-horiz li {
    padding: 0px 0px 30px 0px;
  }

  .logo {
    text-align: right;
  }

  .logo img {
    width: 230px;
  }

  .rsform h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .rsform-block.rsform-block-text-1 {
    font-size: 18px;
    text-align: center;
  }

  .formResponsive .formHorizontal .rsform-block {
    text-align: center !important;
  }
  .content-s {
    padding: 0px;
  }
  .rsform {
    padding: 30px 10px;
  }

  .auto:nth-child(2) {
    display: none;
  }

  .auto:nth-child(1) {
    width: calc(100% - 100px);
  }

  .auto:nth-child(3) {
    width: 100px;
    text-align: right;
    padding-right: 0px;
  }

  .logo {
    padding: 15px 0px 5px 10px;
  }
  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
    margin-top: 7px !important;
  }

  .vsebina {
    padding: 108px 0px 50px 0px;
  }

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

  .vsebina h2 {
    font-size: 20px;
  }

  .vsebina h3 {
    font-size: 28px;
  }

  .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7, .leading-8, .leading-9, .leading-10, .leading-11, .leading-12, .leading-13, .leading-14, .leading-15 {
    width: 100%;
    padding: 0px 0px 60px 0px;
    height: auto;
  }

  .pull-left img {
    width: 100%;
  }

  .category-desc h1 img {
    width: 65px;
  }
  .news .leading-0, .news .leading-1, .news .leading-2, .news .leading-3, .news .leading-4, .news .leading-5, .news .leading-6, .news .leading-7, .news .leading-8, .news .leading-9, .news .leading-10, .news .leading-11, .news .leading-12, .news .leading-13, .news .leading-14, .news .leading-15 {
    height: auto;
  }
}