/* banner s logom */

/*#banner {
	padding-top: 20px !important;
		padding-bottom: 20px !important;
} */


/* ZUTI BLOK koji je postao SIVI*/

.zuti-wrapper {
	background-color:#e5e5e5;
	color: black;
	padding: 20px 20px;
	margin-bottom: -120px;

}

.zuti {
	max-width: 1400px;
	color: black;
	padding: 20px 40px;
	margin: auto;
}

.zuti-naslov {
  font-size: 25px !important;
  font-weight: 700 !important; /* bold */
  margin-top: -2px;
}

@media screen and (max-width:992px) {
.zuti {
	max-width: 1400px;
	color: black;
	padding: 10px 10px;
	margin: auto;
}
}



/* sivi blok*/


.oprema-wrapper {
		margin-top:-80px;
		margin-bottom: -100px;
	background-color: #413f3f;
	color: white;
	padding: 20px 40px;
  position: relative !important;
  z-index: 9999 !important;
}


.oprema {
	max-width: 1400px;
	color: white;
	padding: 20px 40px;
	margin: auto;
}



/* crveni blok */


#content-bottom-highlighted { /* iznad i ispod bloka */
	margin-top: -50px;
	margin-bottom: -100px;
}



.rodendan-wrapper {
	background-color: #d71635;
	color: white;
	padding: 20px 40px;
	margin-top: -100px;
}

@media screen and (min-width:992px) {
.rodendan-wrapper {
	margin-top:-180px;
}
}

.rodendan {
	max-width: 1400px;
	color: white;
	padding: 20px 40px;
	margin: auto;
} 




.rodendan-p {
	color:white;
	font-size: 25px;
}

.rodendan-tekst {
	padding-top:26px;
} 


.rodendan-p-brojka {
	color:white;
	font-size: 40px;
}

/*.zgrada-grafika {
	padding-right:100px;
}*/


@media screen and (max-width:992px) {
.rodendan-p {
	font-size: 16px;
}
}

/*END crveni blok */



/* blok program svecanosti */
.node__header {
	margin-top:-16px;
}
/*END blok program svecanosti */




/* MENU WRAPPER SVEČANOST */

#svecanost h2 {
	margin-bottom: 25px !important;
}


.menu-column {
  padding-right: 20px;
  margin-top:15px;
}

.vertical-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vertical-menu li {
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.vertical-menu a {
  display: block;
  padding: 10px 0 10px 20px; 
  color: #C00000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}


.vertical-menu a:hover,
.vertical-menu a.active {
  transform: translateX(8px);
}


.vertical-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #C00000;
  opacity: 0;
  transition: all 0.2s ease;
}

.vertical-menu a:hover::before,
.vertical-menu a.active::before {
  opacity: 1;
	
} 

.vertical-menu a:focus {
background:transparent;
}

/* END MENU SVECANOST*/




/* IZLOZBA */




@media screen and (max-width:992px) {
#izlozba {
	padding-top: 20px;
}
}

  
/* fetured links sivi blok */
.detailed-feature-block__section h2 {
	color: #3b3839 !important;
}

#block-srce55detailedfeature {
	padding-top: 70px;
}



#block-srce55detailedfeature .field__item:last-of-type .row:last-of-type {
  padding-bottom: 40px;
}


@media screen and (max-width:992px) {
#block-srce55detailedfeature .field__item .row .col-lg-6 img:nth-of-type(even) {
  padding-bottom: -100px;
}
}

@media (max-width: 991px) { /* Bootstrap mobile view (lg i niže) */
  #block-srce55detailedfeature .field__item:nth-of-type(2) .col-lg-6 img {
    margin-bottom: -30px !important; /* približi sliku tekstu */
  }
}
  
 /* END fetured links sivi blok */
  
  
  
/* FOOTER */

#footer-top {
	display:none;
}

.region--white-dark-colored-background {
    background: -webkit-linear-gradient(top, #ffffff 35%, #d71635 35%) !important;
    background: linear-gradient(to bottom, #ffffff 35%, #d71635 35%) !important;
}

.region--dark-background {
	background-color: #d71635;
}



#block-srce55footer {
	margin-top: 60px;
}
 
 
