/* CSS Document */
.clearboth{
	clear:both;
	}
.clearboth10px{
	clear:both;
	padding:5px 0;
	}
.clearboth10{
	clear:both;
	margin-bottom:10px;
	}


.galerija-tekstovi {    
    position: relative;

  }

.galerija-tekstovi img {opacity:1}

.galerija-tekstovi .owl-pagination {bottom:-70px; top:auto; padding:0px; left:50%; right:auto; background:none; margin-left:-35px}

.galerija-tekstovi .owl-theme .owl-controls .owl-page span {border:none; height:10px; width:10px; margin-left:5px}
.galerija-tekstovi .owl-theme .owl-controls .owl-page span:hover {background: #a8ca01;}
.galerija-tekstovi .owl-theme .owl-controls.clickable .owl-page:hover span {background: #a8ca01;}
.galerija-tekstovi .owl-theme .owl-controls .owl-page.active span {
width: 30px;
    background: #a8ca01;
    border-radius: 10px;
}
.galerija-tekstovi .new_title {
  text-align: left;
  margin-left: -20px;
  margin-right: -10px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom:10px}

.galerija-tekstovi .new_title h2 {
	color: #fff;
	font-size:16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 22px 25px 22px 25px;
	position: relative;
	display: inline-block;
	font-family:'Montserrat', sans-serif;
	letter-spacing: 0.5px;
	text-transform:uppercase;
	background:#88be4c;
	margin-top:0px}

.galerija-tekstovi .new_title h2:after {
  content: "";
  height: 1px;
  width: 1px;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-color: #6a9c32 #6a9c32 transparent transparent; }


.containerKomentar{
	width:100%;
	height:auto;
	padding:5px;
background-color: gray;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	
	}
	
containerKomentarVrh{
	width:100%;
	height:30px;
	}
	
.containerKomentarLeft{	
	width:300px;
	height:30px;
	float:left;
}

.containerKomentarRight{	
	width:auto;
	height:30px;
	line-height:30px;
	float:right;
	text-align:right;
}

.btnKomentar {
	font-family: 'Keania One', Arial, cursive;
	font-size:15px;
	color:#fccc0e;
	background-color: #292929;
	width:auto;
	min-width:120px;
	height:30px;
	line-height:30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	border:0;
	border:1px solid #9a9898;
}

.btnKomentar:hover{
	border:1px solid #9a9898;
	}
	
#containerKomentarSadrzaj{
	width:585px;
	height:105px;
	padding:5px 0;
	display:none;
	}
	
.containerKomentarSadrzajLeft{
	width:50%;
	height:130px;
	margin-right:10px;
	float:left;
	}
	
.containerKomentarSadrzajRight{
	width:40%;
	height:105px;
	float:right;
	color: #FFC;
	}
	
.containerKomentarStavka{
	width:100%;
	height:auto;
	border-top:1px dashed #585757;
	margin:5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	padding:5px 0;
	clear:both;
	}
.containerKomentarStavka a{
	color: #000033;
	}
.containerKomentarStavka a:hover{
	color: #00FF00;
	}
	
.txtKomentarIme{
	font-weight:bold;
	color:orange;
	text-shadow: 1px 1px #000;
	}

.disabled {
  pointer-events: none;
  cursor: default;
}