.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}
.bg-white-grand {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.7+21,0.7+80,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 21%, rgba(255,255,255,0.7) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 21%,rgba(255,255,255,0.7) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 21%,rgba(255,255,255,0.7) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.cover-1 {
    position: relative;
    background-image: url(../images/bg_site.jpg);
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    height: 100vh;
	color:black;
}

#alert{
    position: fixed; 
    z-index: 10002;
    bottom: 0px; 
    right: 0px; 
}
/*
.cover-1:after{
	content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
*/

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f77700;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

.bg_color_opa_10{
background-color: rgba(0,0,0,0.10) !important;
}

.bg_color_opa_35 {
    background: rgba(0, 0, 0, 0.35);
}

.my-gallery{
    overflow: hidden;
}

.zoom img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
    
}
.zoom img:hover {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    -webkit-filter: grayscale(0);
	filter: grayscale(0);
}
figure.slika{
    margin: 0px;
}