html {
  overflow-y: scroll;
}

body {
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  background: url(/media/templates/images/bg.jpg);
  background-size: cover: 
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
  --white: #fff;
  --baker: #d37f2f;
}

table tr td {
  border: 1px solid #7b7b7b;
  padding: 8px;
}

.content-l {
    max-width:1660px;
    margin:0 auto; 
    padding: 0px 30px;
}

.content {
    max-width:1400px;
    margin:0 auto; 
    padding: 0px 30px;
}

.content-s {
    max-width:1200px;
    margin:0 auto; 
    padding: 0px 30px;
}

/* Top*/

.top {
  position:fixed;
  width: 100%;
  float: left;
  padding-top: 15px;
  z-index: 3;
  background: url(/templates/joomstarter/images/trans.png); 
  background-repeat: repeat-x;
}

.top.scroll {
  background: #000;
  box-shadow: 0 0 20px #000;
  height: auto;
}

.top.scroll .logo img {
  width: 40px;
}

.top.scroll .logo {
  padding-top: 0px;
  padding-bottom: 15px;
}

.logo {
  float: left;
  width: 200px;
  padding-top: 10px;
}

.logo img {
  width: 100px;
}

.view-featured .logo img {
  width: auto;
}

.meni {
  float: left;
  width: calc(100% - 480px);
  text-align: right;
}

.jeziki {
  float: left;
  width: 60px;
  padding-top: 16px;
}

div.mod-languages li {
  margin: 0px 4px;
}

div.mod-languages a {
  padding: 0;
}

div.mod-languages ul li.lang-active {
  background: none;
}

.info {
  float: left;
  width: 220px;
  color: var(--white);
  padding-top: 10px;
  font-family: 'Roboto Slab', serif !important;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

.info a {
  display: inline-block;
  color: #fff;
  border:1px solid var(--baker);
  padding: 8px 40px;
  text-decoration: none;
  transition: all 0.25s;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 12px;
}

.info a:hover {
  background: var(--baker);
  transition: all 0.25s;
}

.top.scroll .info-text {
  display: none;
}

.gold {
  color: var(--baker);
  font-weight: 400;
}

/* Banner */

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(/images/banners/Ambient.jpg);
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.view-featured .banner-in {
  display: none;
}

.banner-in {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(/images/banners/banner-A3.jpg);
    background-size: cover;
    z-index: 1;
    background-position: top center;
}

.slogan {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 100px;
  color: var(--white);
  font-family: 'Parisienne', cursive;
}

.slogan h1 {
  font-size: 80px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.slogan h2 {
  font-size: 50px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.slogan .mod-custom.custom {
  background: rgba(0,0,0,0.75);
  padding: 30px 80px;
  width: auto;
  display: inline-block;
}

/* Uvod */

.uvod {
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  padding: 80px 0px 80px 0px;
  line-height: 30px;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 18px;
}

.uvod strong {
  font-weight: 600;
}

/* Galerija */

.galerija {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0px;
  background: #151515;
}

/* Doživetja */

.dozivetja {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.dozivetja ul.newsflash-horiz {
  padding: 50px 0px 0px 0px;
  margin: 0;
}

.dozivetja ul.newsflash-horiz li {
  list-style-type: none;
  padding: 0px 20px;
  width: 50%;
  float: left;
}

.dozivetja .news_left.news_1 {
  background-position: center center !important;
  background-size: cover !important;
  list-style-type: none;
  height: 400px;
  position: relative;
  text-align: center;
}

.trans {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.40);
}

.trans h1 {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  border:1px solid #fff;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 25px;
  margin-top: 28%;
}

a .news_left.news_1 .trans {
  outline-offset: 0;
  transition: all .3s ease-in-out;
} 
  

a .news_left.news_1 .trans:hover {
  outline: 1px solid white;
  outline-offset: -15px;
  transition: all .3s ease-in-out;
}

/* Ekipa */

.ekipa {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px 0px 0px;
  background: #151515;
  text-align: center;
  color: #fff;
}

#mod-custom118 {
  float: left;
  width: 100%;
}

.no_hover_image img {
  background-size: cover !important;
  width: 100%;
  height: auto;
}

ul.fields-container {
  padding: 0;
  margin: 0;
}

ul.fields-container li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.field-value {
  color: #fff;
  text-transform: none;
  font-size: 16px;
}

.hover_content .field-value {
  margin-bottom: 10px;
  display: inline-block;
  color: var(--baker);
  font-style: italic;
}

.hover.no_hover {
  width: calc(25% - 50px);
  float: left;
  position: relative;
  z-index: 1;
  margin: 30px 25px;
  overflow:hidden;
  height: 400px;
  background-color: #000;
}

.hover_content {
  position: absolute;
  top: 100%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.70);
  transition: all 0.25s;
  /*display: none;*/
  padding: 30px 20px 10px 20px;
  color: #fff;
  text-align: center;
}

.hover_content h3 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--baker);
}

.hover.no_hover:hover .hover_content {
  /*display:block;*/
  top:0;  
  transition: all 0.25s;
}

.hover.no_hover a img {
  width: 100%;
}

.no_hover_title {
  position: absolute;
  bottom: 0;
  z-index: 3;
  background: rgba(0,0,0,0.70);
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: var(--baker);
  left: 0;
  right: 0;
  transition: all 0.25s;
  text-align: center;
}

.hover.no_hover:hover .no_hover_title {
  display:none;
  transition: all 0.25s;
}


/* Ekipa 2 */

.ekipa ul.newsflash-horiz {
  padding: 50px 0px 0px 0px;
  margin: 0;
}

.ekipa ul.newsflash-horiz li {
  list-style-type: none;
  padding: 0px 20px;
  width: 25%;
  float: left;
}

.ekipa .news_left.news_1 {
  background-position: center center !important;
  background-size: cover !important;
  list-style-type: none;
  height: 400px;
  position: relative;
  text-align: center;
}

.trans-2 {
  width: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.70);
  position: absolute;
}

.trans-2 h3 {
  color: var(--baker);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0px 5px 0px;
  margin: 0;
}

a .trans-2 {
  color: #fff;
}

.ekipa a .news_left.news_1 {
  outline-offset: 0;
  transition: all .3s ease-in-out;
} 
  

.ekipa a .news_left.news_1:hover {
  outline: 1px solid white;
  outline-offset: -15px;
  transition: all .3s ease-in-out;
}

/* Sodelovanje */

.sodelovanje {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px;
  text-align: center;
  display: none;
}

/* Vsebina */

.view-featured .vsebina {
  display: none;
}

.vsebina img {
  max-width: 100%;
  height: auto;
}

.vsebina {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px;
  z-index: 2;
}

.vsebina a {
  text-decoration: none;
  color: var(--baker);
}

.vsebina a:hover {
  color: #000;
}

.vsebina h2 {
  margin-bottom: 30px;
}

.itemid-121 .vsebina .content, .itemid-147 .vsebina .content {
  max-width: 1000px;
}

.page-header h1 {
  margin-top: -170px;
  color: var(--baker);
  text-align: center;
  font-family: 'Parisienne', cursive;
  font-size: 55px;
}

.com-content-article__body {
  margin-top: 100px;
}

.width40 {
  float: left;
  width: 400px;
  padding-left: 50px;
  padding-top: 20px;
  font-size: 16px;
}

.width40 a {
  color: #000;
}

.width40 a:hover {
  color: var(--baker);
}

.width40 h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}

.width60 {
  float: left;
  width: calc(100% - 400px);
}

a.gumb {
  background: var(--baker);
  color: #fff;
  display: inline-block;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

a.gumb:hover {
  color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

/* Pridruži se */

.pridruzi-se {
  background: #151515;
  color: #fff;
  position: relative;
  float: left;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.pridruzi-se a {
  text-decoration: none;
  color: #000;
}

#mod-custom128, #mod-custom131 {
  background: var(--baker);
  padding: 50px 30px;
  margin: 50px 0px;
  outline: 1px solid #000;
  outline-offset: -15px;
  transition: all .12s ease-in-out;
}

#mod-custom128:hover , #mod-custom131:hover {
   outline-offset: 0;
   transition: all .12s ease-in-out;
}

.pridruzi {
  background: #000;
  padding: 15px 50px;
  display: inline-block;
  color: var(--baker);
}

#mod-custom128:hover .pridruzi, #mod-custom131:hover .pridruzi {
  background: #151515;
  box-shadow: 0 0 16px rgba(0,0,0,0.45);
}

/* Bott */

.bott {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0px;
  text-align: center;
  background: #151515;
  color: #fff;
  line-height: 28px;
}

.bott h3 {
  font-size: 18px;
  margin: 0;
  padding: 0px 0px 20px 0px;
}

.bott a {
  color: #fff;
  text-decoration: none;
}

.width33 {
  float: left;
  width: 33.33%;
  padding: 0px 30px;
}

.width33 img {
  margin: 0px 7px;
}

.crta {
  border-left: 1px solid #444;
  min-height: 161px;
}

/* Bott-2 */

.bott-2 {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  background: #000;
  color: #fff;
}

.bott-2 a {
  color: #ddd;
  text-decoration: none;
}

.bott-2 a:hover {
  color: var(--baker);
}

ul.navbar-nav {
  margin: 0;
  padding: 0;
  display: inline;
  width: 100%;
  float: left;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

ul.navbar-nav li {
  display: inline;
  padding: 0px 20px;
}

ul.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

ul.navbar-nav li a:hover {
  color: var(--baker);
}

/* pravice */

.pravice {
  width: 100%;
  float: left;
  padding-top: 13px;
}

/* Mega menu */

.meni .dj-megamenu-default li a.dj-up_a span.dj-drop {
  padding: 0;
}

.dj-megamenu-wrapper {
  line-height: 0;
}

.dj-megamenu-default li a.dj-up_a .arrow {
  display: none !important;
}

.dj-megamenu-default {
  background: none !important;
  font-family: 'Roboto Slab', serif !important;
  display: inline-block;
}

.meni .dj-megamenu-default li a.dj-up_a {
  font-weight: 300 !important;
  font-size: 18px !important;
  padding: 0px 30px 15px 0px !important;
  color: var(--white)!important;
  height: auto;
  border: none;
  border:none !important;
  background-position: top 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: var(--baker)!important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  background-image: url(/media/templates/images/crta.png);
}

.dj-megamenu.dj-megamenu-default.horizontalMenu ul li {
  text-align: center;
  width: 100%;
}

/* Show first level submenu */
.dj-megamenu-default li:hover div.dj-subwrap,
.dj-megamenu-default li.hover div.dj-subwrap {
    background: #ffff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 0px !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 {
  margin: 0 !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: var(--baker) !important;
}


/* Mobile menu */

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
  background:none !important;
  font-size: 50px;
}

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
    background: url(/images/icons/meni-button.png) !important;
    color: var(--baker) !important;
    width: 50px !important;
    height: 40px !important;
    border-radius: 0px !important;
}

/* Rsform */

.rsform-block.rsform-block-text {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 30px !important;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px !important;
 }


.formResponsive textarea, .formResponsive input[type="text"] {
  padding: 14px 8px !important;
}

.formResponsive textarea, .formResponsive input[type="text"] {
  border-radius: 5px !important;
  padding: 15px !important;
  border: 2px solid #000;
}

.formResponsive input[type="text"] {
  width: 100% !important;
}

.rsform-submit-button {
    border-radius: 5px !important;
    text-align: center;
    padding: 15px 35px !important;
    background-color: var(--baker) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
    background-image: none !important;
    border:none !important;
    margin-top: 20px;
}

.formResponsive input[type="text"], .formResponsive textarea {
  background: none !important;
}


.rsform-submit-button:hover {
  box-shadow: 0 0 10px #555 !important;
}


.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-ime, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email, .rsform-block.rsform-block-osebe { 
  float: left; 
  width: calc(50% - 50px);
  margin-right: 50px;
  }

.rsform-block.rsform-block-sporocilo {
  width: calc(100% - 25px);
  margin-right: 25px;
}


.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;
}


@media only screen and (max-width: 1200px) {
  .hover.no_hover {
    margin: 30px 20px;
    width: calc(25% - 40px);
  }
}

@media only screen and (max-width: 1024px) {
  .dozivetja .news_left.news_1 {
    height: 300px;
  }

  .dozivetja .content {
    padding: 0px 10px;
  }

  .hover.no_hover {
    margin: 30px 15px;
    width: calc(25% - 30px);
  }

  .meni {
    margin-top: 11px;
    width: calc(100% - 500px);
  }

  .jeziki {
    width: 80px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .hover.no_hover {
    width: calc(50% - 30px);
  }

  .width33 {
    width: 100%;
    padding: 0px;
  }

  .crta {
    border-top: 1px solid #444;
    border-left: none;
    padding: 30px 0px;
  }

  .width40 {
    width: 100%;
    padding-left: 0;
  }

  .width60 {
    width: 100%;
  }

  .slogan h1 {
    font-size: 60px;
  }

  .slogan h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 480px) {
  .rezervation {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .content-l {
    padding: 0px 20px;
  }

  .rezervation {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 100;
  }

  .rezervation a {
    background: var(--baker);
    color: #000;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 7
    00;
  }

  .hover.no_hover {
    margin: 30px 0px;
    width: 100%;
  }

  .meni {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
    padding: 0;
  }

  .top {
    height: 262px;
  }

  .info {
    display: none;
  }

  .view-featured .logo img {
    width: 90px;
  }

  .slogan {
    bottom: 0px;
  }

  .slogan h1 {
    font-size: 55px;
  }

  .slogan h2 {
    font-size: 30px;
  }

  .slogan .mod-custom.custom {
    padding: 30px;
  }

  .banner {
    height: calc(100vh - 110px);
  }

  .dozivetja ul.newsflash-horiz li {
    padding: 0px;
    width: 100%;
  }

  .dozivetja .content, .content {
    padding: 0px 20px;
  }

  .top .logo, .view-article .logo {
    width: 50%;
    text-align: left;
  }

  .meni, .view-article .meni {
    width: calc(50% - 80px);
    text-align: right;
    margin-top: 5px;
  }

  div.mod-languages li {
    margin: 0px 6px;
  }

  .jeziki {
    text-align: right;
    width: 80px;
    padding-top: 11px;
  }

  .view-article .logo img {
    width: 60px;
  }

  .page-header h1 {
    font-size: 32px;
    margin-top: -150px;
    font-weight: bold;
    line-height: 30px;
  }

  .itemid-119 .rezervation {
    display: none;
  }

  .bott-2 {
    padding-bottom: 60px;
  }

  .formResponsive .formHorizontal .rsform-block {
    width: 92%;
 }

  .rsform-block.rsform-block-ime, .rsform-block.rsform-block-telefon, .rsform-block.rsform-block-email, .rsform-block.rsform-block-podjetje { 
    width: calc(50% - 25px);
    margin-right: 25px;
  }

  .rsform-block.rsform-block-sporocilo {
    width: calc(100% - 25px);
    margin-right: 25px;
  }

  .rsform-submit-button {
    margin-top: 0
  }

  .width60 {
    border-bottom: 1px solid #b1aead;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.jb-cookie-decline.robots-noindex.robots-nofollow.robots-nocontent {
  text-align: center;
}
