body{
	/*background: linear-gradient( rgba(0, 0, 0,0.9), rgba(0, 0, 0, 0.3), rgba(0,0, 0, 0.9) ), url('https://biflovac.cz/img/background_photo.jpg');*/
	background: url('https://biflovac.cz/img/jpg/4.JPG');
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	//text-align:center !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
	height:100%;
}


.gjkl{
    overflow:hidden;
    text-overflow:ellipsis;
}

.glyphicon-btn{
	font-size:20px;
	color:rgba(60,60,60,1);
	position:relative;
	top:0px;
	transition:0.2s;
}
.glyphicon-btn:hover{
	color:black;
	position:relative;
	top:-3px;
}
.glyphicon-btn.add-gly-margin{
	margin-left:12px;
}