/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  color: #2a3942;
}

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

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

/* 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) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}

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

.content-s {
    max-width:1000px;
    margin:0 auto; 
    padding: 0px 30px;  
}

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

.width80 {
	width: 80%;
	float: left;
}

.width70 {
	width: 70%;
	float: left;
}

.width50 {
	width: 50%;
	padding: 30px 0px 20px 0px;
	float: left;
}
.width60 {
	width: 60%;
	float: left;
}

.width40 {
	width: 40%;
	float: left;
}

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

.width30 {
	width: 30%;
	float: left;
}

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

.width20 {
	width: 20%;
	float: left;
}

.center {
	text-align: center;
}
.right-r {
	text-align: right;
}

.odmik {
	padding-left: 50px;
}

.odmik-2 {
	padding-right: 50px;
}

/* top */
.top {
	position: fixed;
	width: 100%;
	z-index: 10;
	box-shadow: 0 0 30px #6f6f6f;
	background: rgba(255,255,255,0.93);
	padding-right: 50px;
}

.logo {
	width: 260px;
	float: left;
	padding: 10px 0px 5px 50px;
}

.logo img {
	max-width: 190px;
	height: auto;
}

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

.jeziki {
	width: 123px;
	float: left;
	text-align: right;
	padding: 35px 0px 0px 10px;
	line-height: 26px;
}

div.mod-languages li {
  margin: 0;
}

div.mod-languages ul li.lang-active {
  background: none !important;
}

div.mod-languages img {
	box-shadow: 0 0 1px #6d6d6d;
}

.chzn-container-single .chzn-single {
  width: 50px;
  padding: 0px !important;
}

.chzn-container .chzn-drop {
   width: 50px !important; 
}

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

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

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

.social {
	position: absolute;
	z-index: 3;
	right: 24px;
	top: 25%;
	width: 90px;
	background: rgba(42,57,66,0.50);
	padding: 20px 0px;
	text-align: center;
}

/* Meni */
.meni {
	width: calc(100% - 383px);
	float: left;
	padding: 40px 0px;
}

.dj-mobile-open-btn.active .dj-mobile-open-icon {
	background: none !important;
}

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

ul.nav.menu li {
	list-style-type: none;
	display: inline;
}

ul.nav.menu li a {
	color: #2a3942;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px 15px 10px;
	background:url(/templates/joomstarter/images/diagonala.png);
	background-repeat: no-repeat;
	background-position: right;
}

ul.nav.menu li a:hover, .menu-top li.active a {
	color:#23bacc;
}

/* 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: 35px;
  height: auto;
}

.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: 400 !important;
  font-size: 18px !important;
  padding: 0px 20px 0px 10px !important;
  color: #3a3a3a !important;
  height: auto;
  border: none;
  border:none !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-image: url(/templates/joomstarter/images/diagonala.png);
  text-transform: capitalize;
}

.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: #2a8fd2 !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-image: url(/templates/joomstarter/images/diagonala.png);
}


.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: #fff !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: #eee !important;
    box-shadow:  none !important;
    color: #000 !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:#ddd !important;
  color: #2a8fd2 !important;
  color: #000 !important;
}

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

.dj-megamenu-default li ul.dj-submenu > li > a:hover {
  background:#fff !important;
  color: #1b7cbc !important;
}

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

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


/* Mobile menu */

.meni .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
  background:none !important;
  margin-top: 10px;
  padding: 0px;
}

.meni .dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
  color: #2a8fd2 !important;
}


ul.dj-submenu li {
  margin: 0px;
  text-align: left !important;
}


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

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

ul.dj-submenu li a:hover, ul.dj-submenu li a.active {
  color: #000 !important;
  text-decoration: none !important;
  border-left: none !important;
  background-repeat: no-repeat !important;
  padding: 6px 0px 6px 0px !important;
}


/* Mobi */
.mobi {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: auto;
}
.mobi_menu {
	display: none;
	float: left;
	width: 100%;
}

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

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

.logo_mobi img {
	width: 190px;
	height: auto;
}

.mobi_menu ul.nav.menu li a {
	    color: #fff;
	    display: block;
	    padding: 10px 5px;
	    transition: all 0.3s ease;
	    background-color: #23bacc;
	    border-bottom: 1px solid #eee;
	    text-align: center;
	    margin: 0px;
	    width: 100%;
	    font-size: 20px;
	    z-index: 5;
	    position: relative;
}

.mod-languages {
	padding-bottom: 8px;
}

/* banner */ 
.banner {
	position: relative;
	width: 100%;
	z-index: 1;
}

.banner img {
  height: auto !important;
  object-fit: cover;
}

.djslider.djslider-default {
    height: calc(100vh - 120px) !important;
  }

  img.dj-image {
      height: calc(100vh - 120px) !important;
      width: fit-content;
  }

  .djslider-in li {
      height: calc(100vh - 120px) !important;
  }

  .djslider-default .navigation-container-custom {
    top: auto;
    right: 10px;
    bottom: 50px;
    text-align: center;
    left: 10px;
  }

  .djslider-default .load-button {
    width: 15px;
    height: 15px;
    background: var(--peach);
    border: none;
    margin: 0 6px;
  }

  .djslider-loader.djslider-loader-default {
	padding-bottom: 0 !important;
  }

.slide-desc-text-default {
	text-align: right !important;
	font-size: 2.5vw;
	font-weight: 600;
	margin: 0px;
	padding: 30px !important;
}

.slide-desc-bg-default {
	background: RGBA(42,57,66,0.50) !important;
	padding: 50px 0px 30px 0px;
}

.slide-desc {
	left: 50% !important;
	width: 40% !important;
	right: 10%;
	bottom: 10% !important;
}

/* slogan */
.slogan {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 50px 15px 0px 15px;
	font-size: 28px;
	background: #f5f5f5;
}

.dozivetja {
    position: relative;
    width: 50%;
    bottom: 0;
    background: url(/templates/joomstarter/images/storitve/slika_1.jpg);
    height: 50vw;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
    float: left;
}

.dozivetja:hover {
	transition: all 0.8s ease;
    transform: scale(1.03, 1.03);
}

.slika_01:hover, .slika_02:hover, .slika_03:hover, .slika_04:hover   {
	transition: all 0.8s ease;
    transform: scale(1.03, 1.03);
}

.slika_01, .slika_02, .slika_03, .slika_04 {
	position: relative;
    width: 100%;
    height: 25vw;
    background-size: cover !important;
    background-position: center;
}

.slika_01 {
    background: url(/templates/joomstarter/images/storitve/slika_2.jpg);
}
.slika_02 {
    background: url(/templates/joomstarter/images/storitve/slika_3.jpg);
}
.slika_03 {
    background: url(/templates/joomstarter/images/storitve/slika_4.jpg);
}
.slika_04 {
    background: url(/templates/joomstarter/images/storitve/slika_5.jpg);
}

.levo_in {
	position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    font-size: 34px;
    font-weight: 600;
}

.dozivetja .levo_in {
	transition: all 0.5s ease;
}

.slika_in {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 100%;
}

.desno {
    width: 50%;
    background-color: #eee;
    float: left;
}

.levo-znotraj {
	width: 50%;
	float: left;
}

.desno .width50 {
	overflow: hidden;
}

.blok_6 .levo {
   background: url(/templates/joomstarter/images/povprasevanje_3maran.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

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

.levo img, .levo-znotraj img  {
	max-width: 100%;
	height: auto;
}

.celota {
	width: 100%;
	float: left;
	padding: 50px;
}
.celota img {
	max-width: 100%;
	height: auto;
}

#mod-custom91 {
	height: 50vh;
	background-position: center;
	background-size: cover;
	padding: 30px;
}

#mod-custom92, #mod-custom93 {
	height: 25vh;
	background-position: center;
	background-size: cover;
	padding: 30px;
}

#mod-custom94 {
	height: 50vh;
	background-position: center;
	background-size: cover;
}

/* blok 1 */

.blok_1 {
	position: relative;
	width: 100%;
	display: inline-flex;
	overflow: auto;
	line-height: 28px;
}

.ima {
	float: left;
	width: 50%;
	background: url(/templates/joomstarter/images/povprasevanje_3maran.jpg);
	background-position: center;
	background-size: cover;
}

.ima2 {
	float: left;
	width: 50%;
	padding: 50px;
	background:#f5f5f5;
}

/* blok 2 */
.blok_2 {
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 50px 0px;
	line-height: 160%;
}

.blok_2 h2 {
	font-size: 28px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}

/* blok 3 */
.blok_3 {
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 70px 0px;
}

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

.blok_3 h2 {
	font-weight: 500;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.blok_3 h3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(255,255,255,0.80);
    width: 100%;
    padding: 15px;
    color: #384157;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}

.width-l, .width-p, .width-m {
	float: left;
	width: calc(33.33% - 50px);
	margin: 0px 25px;
	background-size: cover !important;
	background-position: center !important;
	height: 300px;
	position: relative;
	transition: all 0.5s ease;
}

.width-l:hover, .width-p:hover, .width-m:hover {
	transition: all 0.5s ease;
	transform: scale(1.03, 1.03);
	box-shadow: 0 0 15px #495878;
}

.width-l {
	background: url(/images/storitve/gostinski_lokal.jpg);
}

.width-p {
	background: url(/images/banners/3maran11.jpg);

}

.width-m {
	background: url(/images/storitve/mobilna_hisica_2.jpg);
}

ul.newsflash-horiz_marani, ul.newsflash-horiz_hisice {
	padding: 0px;
	margin: 0px;
}

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

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

.moduletable._hisice .news_left.news_1 {
    height: 400px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
}

.moduletable._hisice .news_left.news_1:hover {
	transition: all 0.5s ease;
	transform: scale(1.03, 1.03);
	box-shadow: 0 0 15px #495878;
}

.mobilne-hisice .banner-in, .plavajoce-hisice .banner-in, .mobilni-objekti .banner-in, .floating-house .banner-in, .mobile-house .banner-in, .schwimmende-hauser .banner-in, .mobilheime .banner-in, .plutajuce-kucice .banner-in, .mobilne-kucice .banner-in, .case-galleggianti .banner-in, .case-mobili .banner-in {
	background: none;
	min-height: 110px;
}

.blok_3 a.readmore {
	text-decoration: none;
	padding: 7px;
	margin-top: 15px;
	display: inline-block;
	font-size: 0;
	background:url(/templates/joomstarter/images/plus.png);
	width: 40px;
	height: 40px;
	opacity: 1;
}

a.readmore:hover {
	opacity: 0.85;
}

/* gallerija */

.osgalery-cat-tabs {
	display: none;
}

/* blok 4 */
.blok_4 {
	position: relative;
	width: 100%;
	overflow: auto;
	background: #f5f5f5;
}

.blok_4 .width50 {
	padding: 0px;
}

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

#mod-custom108 {
	padding: 30px;
}

/* blok 5 */
.blok_5 {
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 65px 0px 50px 0px;
	line-height: 28px;
	max-width: 1150px;
	margin: 0 auto;
}

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

.blok_5 h2 {
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}

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

ul.newsflash-horiz_novice li {
	float: left;
	list-style-type: none;
	width: 33.33%;
	padding: 20px 30px;
}

strong {
	font-weight: 600;
}

.arhiv-novic h2 {
	text-align: center;
}

.blok_5 a.readmore {
	color: #fff;
	background: #23bacc;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	margin-top: 15px;
}

a.gumb {
	border:2px solid #0da5b7;
	color: #0da5b7;
	padding: 5px 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	display:inline-block;
	margin-top: 30px;
}

a.gumb:hover {
	color: #fff;
	background: #0da5b7;
}

a.gumb2 {
	background: #2a8fd2;
	color: #fff;
	font-size: 24px;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
}

a.gumb2:hover {
	background: #1b7cbc;
}

/* blok 6 */
.blok_6 {
	position: relative;
	width: 100%;
	display: inline-flex;
	overflow: auto;
	overflow-y: hidden;
	background: #f5f5f5;
}

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

.obrazec {
	padding: 30px;
	padding-right: 10%;
}

.obrazec h2 {
	font-size: 28px;
	font-weight: 500;
}

/* Vsebina */

.vsebina {
	position: relative;
	width: 100%;
	overflow: auto;
	line-height: 26px;
}

.vsebina strong {
	font-weight: 600;
}

.vsebina a {
	color:#2a8fd2;
	text-decoration: none;
}

.vsebina table {
	float: left;
	margin-right: 30px;
	width: calc(50% - 30px);
}

.vsebina table tr td {
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
}

.blok_1 a {
	color: #fff;
	transition: all 0.5s ease;
}

.vsebina h2 {
	font-weight: 500;
    font-size: 26px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.bg-siva {
	background: #eee;
	padding: 50px;
}

.bg-bela {
	padding: 50px;
}

/* Reference */

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

ul.newsflash-horiz_ref li {
  float: left;
  width: 33.33%;
  list-style-type: none;
  padding: 0px 15px 30px 15px;
  min-height: 410px;
}

.moduletable._ref {
	float: left;
	width: 100%;
}

ul.newsflash-horiz_ref li a:hover {
  color: #000;
}

.news_left.news_1 {
	height: 250px;
	background-size: cover !important;
}

.newsflash-horiz_ref h3 {
	font-size: 18px;
	font-weight: 400;
	padding:10px 0px 10px 0px;
	margin: 0px; 
	color: #000;
}

/* Zaposleni */

.moduletable._zaposleni {
	float: left;
	width: 100%;
}

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

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

.moduletable._zaposleni .news_right.news_1 {
	padding: 15px 0px 18px 18px;
	height: 100px;
}

.moduletable._zaposleni .news_left.news_1 {
    height: 300px;
    position: relative;
    border: 1px solid #eee;
}

.naslov {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.70);
    width: 100%;
    padding: 8px 15px 8px 15px;
    color: #384157;
    font-size: 24px;
    font-weight: 600;
}

.naslov h3 {
	font-size: 22px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
}

.kontakt .naslov h3 {
    font-size: 18px;
}

.pull-left {
	margin-right: 50px;
}

hr {
	border: 0.5px solid #eee;
}


/* Tabela */ 
table {
	line-height: 14px;
}


.banner-in {
	position: relative;
	width: 100%;
	bottom: 0;
	background:url(/templates/joomstarter/images/slika_in.jpg);
	min-height: 600px;
	background-size: cover !important;
	background-position: center;
}

.kontakt .banner-in, .contact .banner-in {
	background:url(/templates/joomstarter/images/slika_kontakt.jpg);
	min-height: 680px;
}

.mobilni-gostinski-lokal .banner-in {
	background:url(/templates/joomstarter/images/slika_bar.jpg);
	min-height: 680px;
}

.slika_in {
	position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    padding-right: 15%;
}

/* boot */
.boot {
	position: relative;
	width: 100%;
	overflow: auto;
	padding-top: 30px;
	background:url(/templates/joomstarter/images/bott.jpg);
	color: #fff;
	line-height: 24px;
}

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

.odmik2 {
	padding: 50px;
}

.slika_bott {
	position: relative;
	width: 100%;
}

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

.pravice {
	width: 100%;
	float: left;
	padding: 15px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
	margin-top: 30px;
}

/* RsForm */

/* Rsform */
.formControlLabel {text-align: left !important; padding: 0 0 0 3px !important; }
.rsform-block.rsform-block-info .formControlLabel {width:100% !important; }
.rsform-input-box { 
  width: 95% !important; 
  height: 25px !important; 
  margin: 0px !important; 
  padding:3px 8px !important;
  border: none !important;
  border-radius: 0 !important; 
  box-shadow: none !important;
}

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

.rsform-text-box { 
  width: 95% !important; 
  padding:8px !important;
  border: 1px solid #ddd !important;
  background: none !important;
  box-shadow: none !important;
  background: #fff !important;
}

.formResponsive input[type="text"], .formResponsive .formHorizontal select {
  border: 1px solid #ddd !important;
  background: none !important;
  border-radius: 0px !important; 
  box-shadow: none !important;
  background: #fff !important;
}

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

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

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

.rsform-submit-button {
    border-radius: 0px !important;
    border: none !important;
    text-align: center;
    padding: 8px 15px !important;
    background-color: #2a8fd2 !important;
    color: #fff !important;
    background-image: none !important;
    font-size: 18px !important;
    font-weight: 400;
}

.rsform-submit-button:hover {
    box-shadow: 0 0 9px #7c7c7c !important;
}

input#btnjQ4_0.btnCal.rsform-calendar-button, input#btnjQ4_1.btnCal.rsform-calendar-button {
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    border: none;
    background-size: cover;
    margin-left: 7px;
}

.formResponsive label {
  height: auto !important;
  line-height: 19px;
  text-align: justify;
}

.rsform-block.rsform-block-gdpr, .rsform-block.rsform-block-gdpr-2 {
  font-size: 13px;
  text-align: justify;
}

.spirit-logo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.spirit-logo img {
	max-width: 180px;
	height: auto;
}

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

.konfi .rsform h2 {
	margin-bottom: 50px;
}

.konfi .rsform-block.rsform-block-ime, .konfi .rsform-block.rsform-block-priimek, .konfi .rsform-block.rsform-block-email, .konfi .rsform-block.rsform-block-specifikacija, .konfi .rsform-block.rsform-block-telefon { 
  float: left; 
  width: calc(50% - 50px);
  margin-right: 50px;
  }

  .konfi .rsform-block.rsform-block-specifikacija {
  	display: none;
  }

@media only screen and ( max-width: 1450px) {
	.odmik2 {
		padding: 30px;
	}
}

@media only screen and ( max-width: 1300px) {
	.logo {
		padding: 15px 0px 15px 20px;
	}

	.jeziki {
		width: 100px;
	}

	/* Meni */
	.meni {
		width: calc(100% - 360px);
	}
	.meni .dj-megamenu-default li a.dj-up_a {
	    font-size: 17px !important;
	     padding: 0px 19px 0px 5px !important;
	}
}

@media only screen and ( max-width: 1200px) {
	.levo_in {
		font-size: 24px;
	}
	.blok_4 .width50 {
		width: 100%;
	}
	.blok_6 .rsform-input-box, .vsebina .rsform-input-box, .rsform-select-box { width: 100% !important; }
	.rsform-text-box { width: 100% !important;}

	.obrazec {
		padding-right: 30px;
	}
}


@media only screen and ( max-width: 1199px) {
	.meni {
		padding: 22px 0px 0px 0px;
		width: calc(100% - 470px);
	}
	.jeziki {
		width: 210px;
		padding: 40px 20px 0px 0px;
	}
	.top {
		padding-right: 20px;
	}
}

@media only screen and ( max-width: 1150px) {
	ul.newsflash-horiz_ref li {
	  min-height: 430px;
	}

	.boot img {
		max-width: 100%;
		height: auto;
	}
	.odmik {
	    padding: 0px 10px;
	}
	.sigplus-gallery li {
		width: 33.33% !important;
	}
	.banner-in {
		min-height: 500px;
	}
	.logo {
	    width: 210px;
	    float: left;
	    padding: 15px 0px 15px 15px;
	}
	.meni {
		width: calc(100% - 420px);
	}

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

	ul.nav.menu li a {
		font-size: 16px;
		padding: 15px 20px 15px 10px;
	}
}

@media only screen and ( max-width: 1024px) {
	.levo_in {
		font-size: 24px;
	}
	.levo-znotraj, .desno {
		width: 100%;
	}

	.blok_1 .dozivetja {
		width: 100%;
		height: 40vw;
	}

	.sigplus-gallery li {
		width: 25% !important;
	}
	.logo img {
		width: 130px;
		height: auto;
	}

	.banner-in {
		min-height: 430px;
	}
	.slide-desc {
		left: 15% !important;
		width: 70% !important;
		right: 15%;
		bottom: 10% !important;
	}
	.slide-desc-text-default {
		text-align: center !important;
	}
	.djslider-default .navigation-container .prev-button, .djslider-default .navigation-container .next-button {
		display: none !important;
	}

	.celota {
		padding: 50px 20px;
	}

	.konfigurator .celota, .x .celota {
    	padding: 0;
	}
}


@media only screen and ( max-width: 877px) {
	ul.newsflash-horiz_ref li {
		width: 50%;
	}

	.blok_1 {
		display: block;
		overflow: auto;
	}

	.width-l, .width-p, .width-m {
		width: 100%;
		margin: 30px 0px;
		height: 300px;
	}

	.ima, .ima2 {
		width: 100%;
	}

	.ima2 {
		padding: 30px 20px;
	}

	.ima {
		height: 350px;
	}

	.boot .width25, .boot .width20, .boot .width30 {
		width: 100%;
		text-align: center;
	} 
	.levo, .blok_6 .width50 {
		width: 100%;
	}
	.levo {
		min-height: 350px;
	}
	.blok_1 .desno {
		width: 100%;
	}

	.sigplus-gallery li {
		width: 33.33% !important;
	}

	.slide-desc {
		left: 0 !important;
		width: 100% !important;
		right: 0;
		bottom: 10% !important;
	}
	.slide-desc-text-default {
		font-size: 24px;
		padding: 15px !important;
		right: 0px;
	}
	.social {
		display: none;
	}
	.blok_6 {
	    display: block;
	}
}

@media only screen and (max-width: 768px) {
	.bg-bela {
		padding: 30px;
	}
	.bg-siva {
		padding: 30px 45px 30px 30px;
	}

	.formResponsive .formHorizontal .rsform-block {
		text-align: center !important;
	}
	.formResponsive .formHorizontal .rsform-block {
		display: block !important;
	}
	.rsform-block { margin:0 !important;}

	.banner-in {
	    min-height: 250px;
	}
	.slika_in {
	    padding-right: 0;
	}
	.celota {
		padding: 30px 0px;
	}
	.novice .vsebina img, .o-nas .vsebina img, .about-us .vsebina img {
		max-width: 100%;
		padding-left: 0px;
	}
	ul.newsflash-horiz_marani li {
		width: 100%;
		padding: 0px 30px;
	}
	 ul.newsflash-horiz_novice li {
		width: 100%;
		padding: 0px 0px 30px 0px;
	}
	.blok_6 .levo {
		min-height: 200px;
	}
	.blok_5 h2, .slogan {
		font-size: 24px;
	}
	.banner-in.right {
		text-align: center;
	}

	.width50 {
		width: 100%;
	}

	.odmik, .odmik-2 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.top {
    padding-right: 0px;
	}
}

@media only screen and (max-width: 479px) {
	.o-podjetju .vsebina img {
		width: 100% !important;
		margin-left:0px !important; 
	}

	ul.newsflash-horiz_hisice li {
    	width: 100%;
    	padding: 0px 0px 30px 0px;
	}

	.moduletable._hisice .news_left.news_1 {
		height: 300px;
	}

	.blok_4 .width60, .blok_4 .width40 {
		width: 100%;
	}
	.blok_1 .width50 {
		width: 100%;
	}
	.slika_01, .slika_02, .slika_03, .slika_04 {
		height: 60vw;
	}

	.sigplus-gallery li {
		width: 50% !important;
	}
	.vsebina table {
	    margin-right: 0px;
	    margin-bottom: 30px;
	    width: 100%;
	}
	.blok_1 .dozivetja {
		height: 50vw;
	}

	#mod-custom91, #mod-custom94 {
		height: 50vw;
	}

	.slogan_in {
		padding: 15px;
	}

	.vsebina ul.newsflash-horiz_marani li {
		padding: 0px;
	}

	.slide-desc-text-default {
		font-size: 20px;
	}

	.djslider.djslider-default {
	    height: 480px !important;
	  }

	  img.dj-image {
	    height: 480px !important;
	    width: auto !important;
	  }

	  .djslider-in li {
	    height: 480px !important;
	  }
	  .djslider-loader-default {
	    padding-bottom: 0px !important;
	  }

	  .logo {
	  	width: calc(100% - 80px);
	  	float: left;
	  	padding: 5px 10px 0px 10px;
	  }

	  .meni {
	  	width: 80px;
	  	float: left;
	  	padding: 0px 20px 0px 0px;
	  }

	  .jeziki {
	  	float: right;
	  	line-height: 24px;
	  	padding-right: 10px;
	  	padding: 0px 15px 0px 0px;
	  	    margin-top: -20px;
	  }

	  ul.newsflash-horiz_ref li {
	  	width: 100%;
	  	padding: 0px 0px 30px 0px;
	  	min-height: auto;
	  }

	 ul.newsflash-horiz_zaposleni li {
    	width: 100%;
    	padding: 0px;
	}
	.content {
		padding: 0px 15px;
	}
}

/* Cookie */

.cookie {
	height: 0px;
	overflow: hidden;
}

.jb.cookie.blue p a {
    text-decoration: none;
}

.jb.cookie h2 {
	color: #eee;
	font-weight: normal !important;
}

.jb.accept.blue {
    background: #23bacc;
    width: 120px;
}

.piskotki table {
	line-height: 24px;
}

.piskotki .vsebina table tr td {
  padding: 7px;
}

/* Configurator */
.fullwidth {
	float: left;
	width: 100%;
	padding: 20px 0px;
}

.fullwidth h1 {
    font-size: 28px;
    color: #2a8fd2;
    font-weight: 600;
}

.fullwidth .left {
	float: left;
	width: 40%;
	position: relative;
	z-index: 2;
}

.left .wrapper {
	background: #eee;
	padding: 20px 40px 40px 40px;
}

.plan {
	margin-right: -100px;
	margin-top: 35px;
	margin-left: 50px;
}

.plan img {
	border: 15px solid #fff;
}

.fullwidth.configurator .opcije {
	display: none;
}

.fullwidth .right {
	float: right;
	width: 60%;
	margin-right: -50px;
	z-index: 1;
	position: relative;
}

.right .image_title {
	position: absolute;
	z-index: 3;
	right: -35px;
	bottom: 50px;
	background: #2a8fd2;
	padding: 10px 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	border: 15px solid #fff;
}

.fullwidth.configurator ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fullwidth.configurator ul li {
	display: block;
	list-style: none;
	padding-bottom: 50px;
	margin-bottom: 55px;
	border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
}

.fullwidth.configurator ul li input {
	margin-right:10px;
}

.fullwidth.configurator ul li span.attribute_name {
	display: block;	
	font-weight: 600;
	padding: 10px 0px 20px 0px;
	font-size: 18px;
	color: #2a8fd2;
}

.fullwidth.configurator ul li span.small {
	color: #aaa;
    font-size: 14px;
    padding: 0px 0px 15px 24px;
    margin-top: -8px;
    width: 100%;
    float: left;
}

.fullwidth.configurator .item {

}

.fullwidth.configurator .title {

}

.fullwidth.configurator .image_container {
	float: left;
	position: relative;
}

.fullwidth.configurator .image_base {
	position: relative;
}

.fullwidth.configurator .image_option {
	position: absolute !important;
	top: 0px;
	left: 0px;
}

.fullwidth.description .right ul li {
	padding: 5px 0px;
}

@media only screen and ( max-width: 877px) {
	.right {
		padding: 30px 0px !important;
	}

	.right .image_title {
		right: 0px;
		border: 2px solid #fff;
		bottom: 20px;
	}

	.fullwidth .right {
	    float: left;
	    width: 100%;
	    margin-right: 0px;
	}
	.fullwidth .left {
    	width: 100%;
	}
	.plan {
	    margin-right: 0;
	    margin-left: 0px;
	}
	.plan img {
    	border: none;
	}
}