
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

	.hovereffect h1 {
	  //text-transform: uppercase;
	  color: #fff;
	  text-align: center;
	  position: relative;
	  font-size: 11px;
	  padding: 10px;
	  background: rgba(00, 34, 68, 0.6);
	  -webkit-transform: translateY(45px);
	  -ms-transform: translateY(45px);
	  transform: translateY(45px);
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	}

	.hovereffect:hover h1 {
	  -webkit-transform: translateY(5px);
	  -ms-transform: translateY(5px);
	  transform: translateY(5px);
	}

.hovereffect h2 {
  //text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 13px;
  padding: 10px;
  background: rgba(00, 34, 68, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}


.dodatno_div ul, ol {
	margin: 20px 20px 20px 20px;
	list-style-position: inside;
}

.dodatno_div  ul li {
	list-style: circle;
}		

#slike_templejti_well {
	max-height: 800px; 
	overflow-y: scroll;
	margin-top: 600px;
}


@import url(https://fonts.googleapis.com/css?family=Raleway);

.novisnipet {
  font-family: 'Georgia', 'Raleway', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  
  width: 100%;
  /*min-width: 250px;
  max-width: 310px;*/
  width: 100%;
  background-color: #000000;
  color: yellow;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.novisnipet * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.novisnipet img {
  max-width: 100%;
  vertical-align: top;
}
.novisnipet figcaption {
  /*ne treba position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
 /* background-color: rgba(0, 0, 0, 0.9);  poslednji 0.75)*/
   background-color: rgba(139, 0, 0, 0.85); /* #8b0000;*/
 /* background-color: rgba(139, 0, 0, 0.85); #8b0000;*/
}
.novisnipet h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 3px 0;
  color: white;/*boja slova*/
    
}
.novisnipet h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}
.novisnipet a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.novisnipet:hover figcaption,
.novisnipet.hover figcaption {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  
  background-color: rgba(139, 0, 0, 0.4); /* #8b0000;*/
}
.novisnipet:hover h3,
.novisnipet.hover h3,
.novisnipet:hover h5,
.novisnipet.hover h5 {
  color: rgb(255, 165, 0);
}


