#video_upload {
	margin: 20px 0;
}
#video_upload .row {
	padding-bottom: 20px;
}
#video_upload input[type="text"], #video_upload textarea, #video_upload select, #ftp-inputs input[type="text"], #ftp-inputs textarea, #ftp-inputs select {
	width: 100%;
}
.upload_error2, .upload_error2 div {
	display: none;
}

ul.navbar-nav--thumbnails li.selected a {
	background: #fcd217
}
ul.navbar-nav--thumbnails li > a {
	padding: 10px;
}
.video-edit-field input[type="text"], .video-edit-field textarea {
	width: 100%;
}

.o-aside__block {
    margin-bottom: 22px;
}

/*Видео пользователя*/
.video-list-actions {
	margin-top: 7px;
}

.newscode {
	font-size: 12px;
}

/*Видео-теги*/
.video-main-tags-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}
.video-main-tags-list a {
	font-size: 14px;
	line-height: 24px;
	color: #898989;
	text-decoration: none;
	margin-right: 10px;
 
}
.video-main-tags-list .video-main-tags-all {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	white-space: nowrap;
}
.video-tag-12 {
	font-size: 14px !important;
}
.video-tag-16 {
	font-size: 18px !important;
}
.video-tag-20 {
	font-size: 22px !important;
}
.video-tag-24 {
	font-size: 26px !important;
}

.video-view-title {
	margin: 0 0 15px 0;
}

.pub .o-icon--video {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 28px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    height: 28px;
    left: 8px;
    padding: 7px 11px;
    position: absolute;
    top: 8px;
    transition: background 0.25s ease 0s;
    width: 28px;
     z-index: 22;
     line-height: 15px
}
.o-icon--videosmall .video_fill {
    fill: #bfbfbf;
}
 
.pub .o-icon--photo .photo_fill, .pub .o-icon--video .video_fill {
    fill: #ffd00b;
    transition: fill 0.25s ease 0s;
}

.pub:hover .o-icon--video {
    background: #ffd00b;
    transition: background 0.25s ease 0s;
}

.pub {
	position: relative;
}
.pub:hover .o-icon--video .video_fill {
  fill: #494949;
  transition: fill 0.25s ease 0s;
}

.pub .duration {
	font-size: 12px;
	color: #999;
}
.related-r .o-icon--video {
    left: 14px;
    top: 4px;
}
.more-yet {
	padding-top: 35px;
}
.btn-more:hover {
    background-color: #fff;
	color: #000;
}

.related-r .pub__title {
	margin-top: 0;
	font-size: 14px;
}

.related-r .o-icon--video {
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -14px;
}