.navbar-sub {margin-top:-3rem;}
.navbar-sub .nav-link {display: block;padding: 1rem 2rem;color: #FFF;text-transform: uppercase;font-size: 13px;font-weight: 400;text-shadow: none;}
/*.navbar-sub .nav-link.active {background: #bd5604;}*/
span.title {color: #000;font-size: 16px;font-weight: 700;}
p.md {font-size: 13px;line-height: 16px;color: #555;}
.img-thumbnail {float:left;max-width:200px;margin-bottom:1rem;margin-right:2rem;}
.tab-pane {padding: 0;}
.list-group .list-group-item:first-child {border-top: 0;}
.list-group-item.active {z-index: 2;color: #fff;background-color: #f7f7f7;border-color: #dfdfdf;}
.list-group-item {position: relative;display: block;padding: .75rem 1.25rem;margin-bottom: -1px;background-color: #fff;border: 1px solid rgba(0,0,0,.125);}
.page-item.active .page-link {z-index: 1;color: #fff;background-color: #11273b;border-color: #11273b;}
.ya-share2__badge {background: #11273b !important;}
a.text-gree {color: #797979 !important;}
.relative{
	position:relative !important;
}
.video-share-box {
    display: block;
    width: 420px;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0px;
    background: #FFF;
    border-radius: .25rem;
    box-shadow: -2px -2px 8px 0px #e5e5e5;
	z-index:99;
}
.video-share-title{
	color:#7d7d7d;
	font-size:12px;
	margin-bottom:0.5rem;
}
.video-share-input .form-control{
	border:1px #7d7d7d solid;
	border-radius:4px;
	padding:.25rem .5rem;
	font-size:12px;
	margin-bottom:1rem;
}
.video-share-head{
	color:#11273b;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:.5rem;
}
.pointer{
	cursor:pointer;
}