/* FB */
.fb_zprava {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 220px;
    margin: 5px;
}
.profile-info{
		overflow:hidden;
		padding-top: 6px;
	}
	
	.profile-photo{
		float:left;
	}
	
	.profile-photo img{
		width:40px; height:40px;
	}
	
	.profile-name{
		float:left;
		padding-left: 5px;
		padding-top: 0px;
	}
	.profile-name a {
    color: #fff;
	font-size: 14px;
    text-decoration: none;
    }

	@media only screen and (min-width: 768px) {
	.profile-name a {
    color: #fff;
	font-size: 16px;
    text-decoration: none;
    }
	}
.time-ago {
    color: #fff;
    line-height: 15px;
}
	
	.profile-message{
        height: 3.3em;
        overflow: hidden;
	}
	
	.post-link{
		text-decoration:none;
	}
	
	
	.post-status{
		margin:.5em; font-weight:bold;
	}
	
	.post-picture{
		width:25%; float:left;
	}
	
	.post-info{
		width:70%; float:left; margin:.5em;
	}
	
	.post-info-name{
		font-weight:bold;
	}
	
	.post-info-description{
		color:#999;
	}
	
	.like-icon {
		background-image: url('images/fb-sprite.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: -146px -514px;
		height: 15px;
		width: 13px;
		display:block;
		float:left;
		margin: 2px 5px 0 0;
	}
	
	.comment-icon {
		background-image: url('images/fb-sprite.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: -160px -514px;
		height: 15px;
		width: 13px;
		display:block;
		float:left;
		margin: 3px 5px 0 0;
		
	}
	.marginbot-30{
		padding-bottom: 5px;
	}
.photo-name-modal {
    position: absolute;
    background: rgba(255, 255, 255, 0.78);
    color: #000;
    text-align: center;
    padding: 5px;
    margin-left: 2px;
    bottom: 20px;
    font-size: 13px;
    width: 130px;
}
.photo-name-modal2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.78);
    color: #000;
    text-align: center;
    padding: 5px;
    margin-left: 2px;
    bottom: 20px;
    font-size: 13px;
    width: 130px;
}
.fb-width {
    width: 150px;
    height: 150px;
}
.fb-width-modal { 
    width: 100%;
    height: 130px;
}
.modal-title {
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .fb-width {
    width: 250px;
    height: 250px;
	}
	.fb-width-modal { 
    width: 100%;
    height: 150px;
    }
	.photo-name-modal {
	width: 150px;
	}
	.photo-name-modal2 {
	width: 200px;
	}
	.modal-title {
    font-size: 30px;
    }
	.profile-message{
		margin:1em 0;
        height: auto;
	}
}
@media only screen and (min-width: 992px) {
	.fb-width-modal { 
    width: 100%;
    height: 200px;
    }
	.photo-name-modal {
	width: 200px;
	}
	.photo-name-modal2 {
	width: 240px;
	}
}

.blueimp-gallery>.title{
    top:initial;
    bottom:0;
    left:0;
	text-align: center;
    
    width:100%;
    font-size:16px;
    line-height:20px;
    padding:.5em;
}

#pop-up-description {
    padding: 20px 20px 0 20px;
}
/** gallery **/
.crop{
    object-fit: cover;
    padding: 2px;
	margin: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    	padding: 5px;
    box-shadow: 0px 0px 5px #333333;
}