/*
Theme Name: Urska Youth
Theme URI: http://urska.razvoj.imode.info
Author: Dejan Matic
Author URI: https://webtagstudio.com
Description: Urska brings your site to life with a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urskayouth
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/
body, html {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
.row{
  margin:0;
}

a {
  color: #977d00;
}
.textwidget.custom-html-widget ul li a{
	color: #ffffff;
}
h1 {
  font-size: 4.5rem;
}

h1.display-1 {
  font-size: 4rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-weight: 100;
}

h3.date {
  font-size: 1.5rem;
}

h4.more-info {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

h4.more-info a {
  color: #b8b8b8;
  font-weight: 100;
  text-decoration: none;
}
#urnik h4{
  color: #b8b8b8;
}
h6{
  color: #000000;
}

/* ============================================    Start Page */

.bg {
  background-image: linear-gradient(rgba(19, 19, 19, 0.91), rgba(19, 19, 19, 0.91)), url("images/bg.jpg");
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parts {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 0;
  right: 0;
}

.logos {
    max-height: 65px;
}
img.img-fluid.other{
    max-height: 35px;
    padding-right: 1rem;
}

/* ============================================    End Start Page */

/* ============================================    Start Navigation */

ul {
  list-style-type: none;
  padding-left: 0;
}

span.col.pt-3.mt-3.text-right h4 a {
  color: #977d00;
  text-decoration: none;
}

.navbar {
  background-color: #ffffff;
  padding: .5rem 1rem !important;
}
ul#menu-header-menu{
	display: flex;
}
.navbar-nav .nav-link {
   margin-top: .85rem;
   padding-right: 1.2rem;
   text-transform: uppercase;
}
a.nav-link {
  font-size: .75rem !important;
  color: rgba(0, 0, 0, .5);
}

.login, a.login {
  font-size: .75rem !important;
  color: rgba(99, 99, 99, .5);
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.nav-item {
  margin-top: 0;
}

.dropdown-menu {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
}

a#navbarDropdown.nav-link.dropdown-toggle {
  border-bottom: 3px solid transparent;
}

a#navbarDropdown.nav-link.dropdown-toggle:hover {
  border-bottom: 3px solid #977d00;
}

a#navbarDropdown.nav-link.dropdown-toggle:active, a#navbarDropdown.nav-link.dropdown-toggle:focus {
  border-bottom: 3px solid #977d00 !important;
}

.dropdown-item {
  color: #bdbdbd;
  font-weight: 100;
}

.dropdown-item.active, .dropdown-item:active {
  color: #977d00 !important;
  background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin-top: 1.5rem;
  background-color: #616161;
  padding: 1.75rem 0;
}

.dropdown-toggle::after {
  display: none;
}

/* End Navigation
==========================================================================================*/
/* Start main slider
==========================================================================================*/
.overlay-slider{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(168, 0, 179, 0.6);
  z-index: 120;
}
/* ============================================    Start Sections */

section {
  padding-top: 2.5rem;
}

.section-title {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 100 !important;
  color: #b8b8b8;
}
/* START GRID
============================================================================================= */

.some-page-wrapper {
  width:100%;
}

.some-page-wrapper .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.some-page-wrapper .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1
} 
.some-page-wrapper .double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2
}
.some-page-wrapper h3.aktuelno-title,
.some-page-wrapper p.aktuelno-par{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color:#ffffff;
}
.some-page-wrapper .aktuelno-box{
  padding:.85rem 1.85rem; 
  position:relative;
}

/* END GRID
============================================================================================= */
#aktuelno{
  position: relative;
}
.aktuelno-title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.aktuelno-par-lead {
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.aktuelno-hero-button {
  position: absolute;
  bottom: 2.3rem;
  border: none;
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  color: #ffffff;
  background-color: transparent;
  border:1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}

.aktuelno-hero-button:hover {
  background-color: #b8b8b8;
  color: #000000;
}

#aktuelno .icon-bar {
  position: absolute;
  top: 20%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
#aktuelno .icon-bar a {
  display: block;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease;
  color: #656565;
  font-size: 1.75rem;
}

#aktuelno .icon-bar a:hover {
  /* background-color: #000; */
  opacity: 0.6;
}

#aktuelno .facebook {
  background: transparent;
  color: #656565;
}

#aktuelno .instagram {
  background: transparent;
  color: #656565;
}

.skype {
  background: transparent;
  color: #bdbdbd;
}


/* Style the icon bar links */
#hero{
  position: relative;
}
#hero .icon-bar {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hero .icon-bar a {
  display: block;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 1.75rem;
}

#hero .icon-bar a:hover {
  /* background-color: #000; */
  opacity: 0.6;
}

#hero .facebook {
  background: transparent;
  color: #ffffff;
}

#hero .instagram {
  background: transparent;
  color: #ffffff;
}

.skype {
  background: transparent;
  color: #ffffff;
}


/* NOVICE category
============================================================================================= */

.novice-box1 {
  background-color: #ee0a87;
  color: #ffffff;
}

.novice-box2 {
  background-color: #008ad4;
  color: #ffffff;
}

.novice-box3 {
  background-color: #ff9e0f;
  color: #ffffff;
}

.novice-box1 h3.date, .novice-box2 h3.date, .novice-box3 h3.date {
  margin-bottom: .75rem;
  color: #ffffff;
}


.novice-box1 h4, .novice-box2 h4, .novice-box3 h4 {
  margin-bottom: 1rem;
}

.novice-box1 p, .novice-box2 p, .novice-box3 p {
  font-size: .75rem;
  font-weight: 100;
  margin-bottom: 1rem;
  color: #ffffff;
}

.hero-button {
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  font-size: .85rem;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  cursor: pointer;
}
.hero-button-form{
  border:none;
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  font-size: .85rem;
  color: #ffffff;
  background-color: #ff0000;
  text-align: center;
  cursor: pointer;
}

.hero-button:hover {
  background-color: #555;
  color: white;
}

/* FORM
============================================================================================ */

.form-group {
  margin-bottom: 2.25rem;
}

.form-control {
  height: calc(1.5em + .75rem + 10px);
  border-radius: 0 !important;
}

.form-control::placeholder {
  font-size: .85rem !important;
  font-style: italic !important;
  color: #b8b8b8;
}

.custom-radio .custom-control-label::before {
  border-color: #fff !important;
  background-color: transparent;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::after {
  color: #ff0000 !important;
  border-color: #fff !important;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f00'/%3e%3c/svg%3e");
  background-position: center;
}

.custom-radio .custom-control-input:active~.custom-control-label::before {
  color: #ff0000
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.rez {
  max-height: 40px;
}
#pisi,
p.pisi-nam{
	color:#fff !important;
}
/* CAROUSEL
============================================================================================== */

#carousel-bg {
  position: relative;
  background-color: #000000;
}

.carousel-inner {
  width: 100%;
}

.carousel-item {
  padding-left: 70px;
}

.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(37, 39, 38, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(37, 39, 38, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.carousel-caption {
  top: 28% !important;
  left: 0 !important;
  right: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 4.8rem;
  color: #d9d9d9 !important;
  margin-bottom: 1.25rem;
  z-index: 121;
}

.carousel-indicators {
  bottom: 50px !important;
  z-index: 123;
}

#carouseltecaji.carousel.slide .carousel-inner {
  width: 50%;
}

#carouseltecaji.carousel.slide .carousel-inner .carousel-item {
  padding-left: 0 !important;
}

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #353535;
}

.tecaji-hero-button {
  position: absolute;
  bottom: 1.85rem;
  border: none;
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  font-size: .85rem;
  color: #ffffff;
  background-color: #ff0000;
  text-align: center;
  cursor: pointer;
}

.tecaji-hero-button:hover {
  background-color: #555;
  color: white;
}
.preverite-hero-button {
  position: absolute;
  bottom: 1.85rem;
  border: 1px solid #ffffff;
  outline: 0;
  display: inline-block;
  width: 100%;
  max-width: 135.5px;
  padding: .625rem 1.5625rem;
  font-size: .85rem;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.preverite-hero-button:hover {
  background-color: #555;
  color: white;
}


/* HERO IMAGE
====================================================================================== */

#hero {
  /* Flexbox stuff */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Text styles */
  text-align: center;
}

.hero-image {
  width: 100%;
  height: 600px;
  background-image: linear-gradient(rgba(197, 110, 0, 0.86), rgba(197, 110, 0, 0.86)), url("images/hero1_image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-image-middle {
  width: 100%;
  height: 600px;
  background-image: linear-gradient(rgba(0, 138, 212, 0.7), rgba(0, 138, 212, 0.7)), url("images/hero2_image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-image-middle-und {
  width: 100%;
  height: 600px;
  background-image: linear-gradient(rgba(151, 125, 0, 0.65), rgba(151, 125, 0, 0.65)), url("images/hero3_image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-image-bottom {
  width: 100%;
  height: 700px;
  background-image: linear-gradient(rgba(0, 138, 212, 0.48), rgba(0, 138, 212, 0.48)), url("images/hero4_image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 4rem;
  margin-bottom: 1.25rem;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  transform: translate(0%, 0%);
  color: #d9d9d9;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 100;
}

.hero-p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.carousel-caption button, .hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 1rem 3.5rem;
  color: #fff;
  background-color: #ff0000;
  text-align: center;
  cursor: pointer;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.carousel-caption button:hover, .hero-text button:hover {
  background-color: #555;
  color: white;
}

#urskinenovice-form {
  color: #b8b8b8;
}

.small {
  font-size: 50%;
}

#urskinenovice-form .form-control {
  color: #b8b8b8;
  border: 1px solid #b8b8b8;
}

#urskinenovice-form .form-control::placeholder {
  color: #b8b8b8;
}

.form-check-input {
  margin-top: 0;
}

.custom-control-input:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

/* slider Dogotki*/

/* 
========================================== tecaji hover effect on image =================================

 */

#tecaji {
  position: relative;
}

.arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.arrows img {
  width: 60px;
}

.col.container-sl {
  padding: 0;
  float: left;
  width: 50%;
  max-height: 490px;
}

@media screen and (max-width: 640px) {
  .col.container-sl {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .col.container-sl {
    width: 33.33333%;
  }
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(43, 40, 40, 1);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  max-height: 620px;
}

.content-details {
  position: absolute;
  text-align: left;
  padding: 3rem;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h4 {
  font-size: 2.5rem;
  margin-bottom: 6rem;
}

.content-details p {
  /*   color: #fff;
  font-size: 0.8em; */
  line-height: 2rem !important;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}


/* PISI category
============================================================================================== */

#pisi-form {
  background-color: #3a3a3a;
  color: #fff;
}

.pisi-nam {
  padding-right: 10rem;
  min-height: 70px;
}

.custom-control {
  margin-bottom: .7rem;
}

.bt-poslji {
  border: none;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: 500;
}

/* banner category */

.banner {
  background-color: #3a3a3a;
  color: #fff;
}

.banner img.img-fluid.logos {
  max-height: 70px;
}

#plesne-zgodbe {
  padding-top: 0 !important;
}


/* MAP
==================================================================================================== */

#map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

/* footer */

.follow-first {
  padding: 0 .45rem !important;
}

.follow-first, .follow {
  background-color: #b8b8b8;
  color: #3a3a3a;
  font-size: .75rem;
  margin: 0;
}

.foot-title {
  color: #e30017;
  font-size: .82rem;
  font-weight: 600;
}

footer p, footer ul li a {
  color: #fff !important;
  font-size: .75rem;
  font-weight: 100;
  text-decoration-line: none !important;
}

#copyright {
  background-color: #666666;
  color: #fff;
  text-align: center;
}

/* SINGLE PAGE
===================================================================================================== */

#top-single {
  background-image: linear-gradient(rgba(168, 0, 179, 0.6), rgba(168, 0, 179, 0.6)), url("images/top_page_image.png");
  height: 300px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#top-content {
  height: auto;
}

.adi {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
}

.wrap-thumbslide {
  position: absolute;
  top: -27%;
}

.carousel-item.sin {
  padding-left: 0;
  border: 1px solid #463012;
}

.carousel-indicators.vert {
  position: absolute;
  bottom: -11% !important;
  left: -15%;
  width: 100%;
}

span.carousel-control-prev-icon {
  position: absolute;
  left: -95%;
  bottom: -14%;
}

span.carousel-control-next-icon {
  position: absolute;
  left: -55%;
  bottom: -14%;
}

/* .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='6' height='12' viewBox='0 0 6 12'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='6' height='12' viewBox='0 0 6 12'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
} */

#carousel-thumb .carousel-control-prev-icon, #carousel-thumb .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  background-image: none;
}

#carousel-thumb .carousel-control-next-icon:after {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  color: #ccc;
}

#carousel-thumb .carousel-control-prev-icon:after {
  content: '\f104';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  color: #ccc;
}

#carousel-thumb ol.carousel-indicators.vert li.down, #carousel-thumb .carousel-indicators li {
  width: 100% !important;
}

li.down img {
  height: auto;
  max-height: 75px;
  overflow: hidden;
}

.wrap-title {
  position: absolute;
  top: 32%;
}

.page-title {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  color: #FFFFFF;
  text-transform: uppercase;
}

.single-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  color: #a800b3;
  font-weight: 100;
  text-transform: uppercase;
}

#top-content p {
  font-size: .8rem;
  line-height: 1.8;
}

.breadcrumb {
  background-color: transparent;
  font-style: italic;
  padding: 0;
}

.breadcrumb-item a, .breadcrumb-item {
  font-size: small;
  color: rgba(255, 255, 255, .5) !important;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .2rem !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: .2rem !important;
  color: #fff;
}

#nacrtujete-form {
  background-image: linear-gradient(rgba(58, 58, 58, 0.5), rgba(58, 58, 58, 0.5)), url("images/hat.jpg");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #020200;
  color: #977d00;
}

.nacrt-title {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  color: #977d00;
  text-transform: uppercase;
}

#nacrtujete-form .form-control {
  background-color: transparent;
  border: 1px solid #977d00;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#nacrtujete-form .form-control::placeholder {
  color: #977d00;
}

#nacrtujete-form .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border-color: #977d00 !important;
  background-color: transparent;
}

#nacrtujete-form .custom-control-input:checked~.custom-control-label::before {
  color: #977d00;
  border-color: #977d00;
}

#nacrtujete-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
}

#nacrtujete-form .custom-control-input:checked~.custom-control-label::before {
  color: #977d00;
  background-color: transparent;
}

/* Carousel Preverite and tecaji */

/* Carousel plesne-zgodbe  */

#partner .carousel-item {
  padding-left: 0 !important;
}

#partner .carousel-item::after {
  background: transparent;
}

/* End Carousel plesne-zgodbe */

/* Start responsive part */

.icon-bar{
	position:absolute;
	bottom:120px;
	right:2rem;
	display:flex;
	flex-direction:column;	
}
.icon-bar i.fa.fa-skype,
.icon-bar i.fa.fa-instagram,
.icon-bar i.fa.fa-facebook{
	font-size:2rem;
	color:#fff;
	padding:0.5rem 0;
}
.icon-bar-start{
	position:absolute;
	top:100px;
	right:-20.5rem;
	display:flex;
	flex-direction:column;	
}
.icon-bar-start i.fa.fa-skype,
.icon-bar-start i.fa.fa-instagram,
.icon-bar-start i.fa.fa-facebook{
	font-size:2rem;
	color:#656565;
	padding:0.5rem 0;
}

.kalendar,
.jazz{
  min-height: 400px;
}