.objects-list-items span.video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: 0% 0% no-repeat url('images/icon-video-medium.png');
}

.objects-list-items .panorama {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 92px;
    height: 92px;
    margin-top: -46px;
    margin-left: -46px;
    background: 0% 0% no-repeat url('/bitrix/templates/archiprofi_v2015/images/files/panorama_icon.png');
}


.objects-list-items a {
    text-decoration: none;
}

.objects-list-items a:hover {
    text-decoration: underline;
}

.portfolio-file-list-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	
}
.portfolio-file-list-line a
{
	font-size: 16px;
}

