/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* GANTRY5 DEVELOPMENT MODE ENABLED.
 WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 For more information on modifying CSS, please read:
 http://docs.gantry.org/gantry5/configure/styles
 http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */
/* @import "custom.scss" */
/* ------ Splošne predelave ------ */
/* line 16, templates/rt_sienna/custom/scss/custom.scss */
#g-navigationmain .g-content {
  margin: 0.25em;
  padding: 0;
}
/* line 17, templates/rt_sienna/custom/scss/custom.scss */
#g-container-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-container-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  background: transparent;
}
/* line 18, templates/rt_sienna/custom/scss/custom.scss */
.g-imagegrid .g-imagegrid-wrapper {
  margin-top: 5px;
}
/* line 20, templates/rt_sienna/custom/scss/custom.scss */
.g-infolist .g-infolist-item-title {
  font-size: 1.25rem;
}
/* line 21, templates/rt_sienna/custom/scss/custom.scss */
.g-infolist .g-infolist-item-icon.left {
  text-align: left;
  width: 2.1rem;
}
/* line 22, templates/rt_sienna/custom/scss/custom.scss */
#g-container-copyright .g-infolist .g-infolist-item-icon {
  font-size: 1.5rem;
  color: #fff;
}
/* line 24, templates/rt_sienna/custom/scss/custom.scss */
#g-page-surround::before {
  display: none;
}
/* line 26, templates/rt_sienna/custom/scss/custom.scss */
.naslov .g-content {
  padding: 0 2rem;
}
/* line 27, templates/rt_sienna/custom/scss/custom.scss */
.zemljevid {
  margin: 2em 0;
}
/* ------ Main menu predelave za barve in hover ------ */
/* line 33, templates/rt_sienna/custom/scss/custom.scss */
#g-container-navigation.fp-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  color: #333;
}
/* line 34, templates/rt_sienna/custom/scss/custom.scss */
#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  color: #fff;
}
/* line 35, templates/rt_sienna/custom/scss/custom.scss */
#g-container-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  color: #333;
}
/* ------ RokSprocket predelave za slike v sobah ------ */
/* line 42, templates/rt_sienna/custom/scss/custom.scss */
.sprocket-mosaic-order {
  display: none;
}
/* line 43, templates/rt_sienna/custom/scss/custom.scss */
.sprocket-readmore {
  display: none;
}
/* line 44, templates/rt_sienna/custom/scss/custom.scss */
.sprocket-mosaic-item {
  margin: 0;
  border: none;
  border-radius: none;
}
/* line 45, templates/rt_sienna/custom/scss/custom.scss */
.sprocket-mosaic-item .sprocket-padding {
  padding: 2px;
}
/* line 46, templates/rt_sienna/custom/scss/custom.scss */
.sprocket-mosaic-hover {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
/* line 47, templates/rt_sienna/custom/scss/custom.scss */
.sprocket-mosaic-hover:hover {
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
/* ------ FP predelave za grid content ------*/
/* line 52, templates/rt_sienna/custom/scss/custom.scss */
.fp-grid-links .g-gridcontent .g-gridcontent-item-wrapper {
  padding: 0;
  border: none;
}
/* line 53, templates/rt_sienna/custom/scss/custom.scss */
.fp-grid-links .g-gridcontent-item-title {
  display: none !important;
}
/* line 54, templates/rt_sienna/custom/scss/custom.scss */
.gridos {
  position: relative;
  width: 100%;
  /* for IE 6 */
}
/* line 55, templates/rt_sienna/custom/scss/custom.scss */
.gridos h2 {
  position: absolute;
  margin: -1.25rem 0 0;
  top: 50%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  text-align: center;
}
/* line 56, templates/rt_sienna/custom/scss/custom.scss */
.gridos:hover h2 {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
/* line 58, templates/rt_sienna/custom/scss/custom.scss */
.gridos .imageoverlay-pink {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0.25;
  background: pink;
}
/* line 59, templates/rt_sienna/custom/scss/custom.scss */
.gridos .imageoverlay-orange {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0.25;
  background: orange;
}
/* line 61, templates/rt_sienna/custom/scss/custom.scss */
.gridos:hover .imageoverlay-pink, .gridos:hover .imageoverlay-orange {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: none;
}
/* line 63, templates/rt_sienna/custom/scss/custom.scss */
.gridos a {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
/* line 64, templates/rt_sienna/custom/scss/custom.scss */
.fp-grid-links .g-content {
  padding: 0;
  margin: 0;
  margin-bottom: 2.625rem;
}
/* ------ Predelave menija ------ */
/*
 .g-menu-item-title {color: #fff;}
 .g-menu-item-title:hover, .g-main-nav li.active .g-menu-item-title, .g-menu-item li:hover, .g-menu-item-container:hover .g-menu-item-title {color: #333;}
 .g-main-nav li.active .g-menu-item-title, .fp-navigation .g-dropdown:hover .g-menu-item-title, .fp-navigation .g-active:hover .g-menu-item-title, .g-parent:hover .g-menu-item-title {color:#333;}
 .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {color: #fff;}
 .g-main-nav .g-toplevel > li.g-parent:hover .g-menu-parent-indicator {color: #333;}
 .g-main-nav .g-toplevel > li.active .g-menu-parent-indicator {color: #333;}
 */
/* ------ Header predelave za naslove in stuff ------ */
/*
 .g-default #g-mainbar {margin-top: 18em; background: transparent;}
 .contact h1, .kontaktni-podatki h3 {font-size:2.25rem; line-height:1.15; margin-top: 2rem;}
 .page-header h2, .contact h1, .kontaktni-podatki h3 {text-align:center; font-weight: 300; color: #333; margin-bottom: 1.5rem; padding: 0.4rem 0; text-transform:none;}
 .blog .page-header h2 {font-size: 1.25rem; margin:0;}
 .blog .page-header {margin:0;}
 */
/* ------ Predelave kontakt ------ */
/* line 92, templates/rt_sienna/custom/scss/custom.scss */
.well {
  margin: 0;
  padding: 0;
}
/* ------ Owl Carousel ------ */
/* line 96, templates/rt_sienna/custom/scss/custom.scss */
.g-owlcarousel-layout-standard .owl-item > div .image:before {
  display: none;
}
/* line 97, templates/rt_sienna/custom/scss/custom.scss */
.g-owlcarousel-item-title {
  text-shadow: 2px 2px 4px #000;
}
/* ------ Predelave izgleda kontaktnega obrazca ------ */
/* line 102, templates/rt_sienna/custom/scss/custom.scss */
.contact .page-header, .contact-form legend {
  display: none;
}
/* ------ Predelave language switcherja ------ */
/* line 107, templates/rt_sienna/custom/scss/custom.scss */
.lang .g-content {
  margin: 0.625rem;
  padding: 0 1rem;
}
/* line 108, templates/rt_sienna/custom/scss/custom.scss */
.lang li {
  border-right: 1px solid #fff;
  padding: 0 5px 0 0;
}
/* line 109, templates/rt_sienna/custom/scss/custom.scss */
.lang li:last-child {
  border-right: none;
}
/* line 110, templates/rt_sienna/custom/scss/custom.scss */
.lang li a {
  color: #fff;
}
/* line 111, templates/rt_sienna/custom/scss/custom.scss */
.lang li a:hover {
  color: #1c7dc9;
}
/* line 112, templates/rt_sienna/custom/scss/custom.scss */
.lang li.lang-active a {
  color: #1c7dc9;
}
/* ------ Breadcrumbs ------ */
/* line 117, templates/rt_sienna/custom/scss/custom.scss */
.breadcrumb {
  background: none;
  border-bottom: 2px solid #1c7dc9;
  border-radius: 0;
  margin-top: 0.5em;
}
/* line 118, templates/rt_sienna/custom/scss/custom.scss */
.breadcrumb span.divider {
  display: none;
}
/* line 119, templates/rt_sienna/custom/scss/custom.scss */
.breadcrumb li span {
  padding: 0 0 0 2.5rem;
}
/* line 120, templates/rt_sienna/custom/scss/custom.scss */
.breadcrumb li span:before {
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  content: '\f054';
}
/* line 121, templates/rt_sienna/custom/scss/custom.scss */
.breadcrumb li a {
  color: #666;
}
/* line 122, templates/rt_sienna/custom/scss/custom.scss */
.breadcrumb li a:hover {
  color: #1c7dc9;
}
/* ------ CSS za zemljevid - no scroll shit ------ */
/* line 127, templates/rt_sienna/custom/scss/custom.scss */
.map {
  width: 100%;
  height: 500px;
}
/* line 128, templates/rt_sienna/custom/scss/custom.scss */
.map-wrap {
  position: relative;
}
/* line 129, templates/rt_sienna/custom/scss/custom.scss */
.overlay {
  width: 100%;
  min-height: 500px;
  position: absolute;
  top: 0;
}
