.container {
    /*margin-left: 180px;*/
}

a {
    color: #333;
    text-decoration: none;
}

a:focus, a:hover {
    color: #000;
    text-decoration: underline
}

.heading h1 {
    color: #333;
    margin-top: 10px;
    font-size: 18px;
}

.heading .list-inline{
    font-size: 13px;
    margin-top: -1px;
}

.navbar {
    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
    background-color: #f4f4f4;
    border-bottom: 1px solid #eee;
}

.navbar-nav > li > a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 14px;
}

.navbar-brand {
    font-family: Calibri, serif;
    font-weight: bold;
}

.heading .list-inline .active a{
    font-weight: bold;
}

.heading .list-inline .active a:hover{
    color: #333;
    text-decoration: none;
    cursor: text;
}

.widget-categories{
    margin-bottom: 20px;
}

.widget h5 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cc181e;
    margin-top: 12px;
}

.widget-categories .num-videos {
    font-size: 11px;
    font-style: italic;
    color: #bbb;
    line-height: 22px;
}

@media (max-width: 991px) {
    .widget-categories ul li {
        display: inline-block;
        margin: 0 15px 5px 0;
    }

    .widget-categories .num-videos {
        display: none;
    }
}

.popular-tags li a{
    font-size: 11px;
    font-style: italic;
    color: #888;
}

/*VIDEO WIDGET*/

.video-widget {
    margin-top: 10px;
    color: #888;
}

.video-widget li{
    position: relative;
    margin-bottom: 20px;
}

.video-widget-info a{
    font-size: 13px;
}

.video-widget .stats{
    font-size: 11px;
}

.video-widget .length{
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: #000000;
    color: #f4f4f4;
    padding: 3px;
    opacity: .8;
}

.video-widget .raty{
    margin-bottom: 5px;
}

.video-widget .raty img{
    width: 13px;
    height: 13px;
}






/*CATEGORIES*/

.widget-categories li {
    margin: 5px 0;
}

.widget-categories li a{
    color: #333;
}

/*LIST OF VIDEOS*/

.items-list {
    margin: 0 -10px;
    overflow: hidden;
}

.items-list > li {
    width: 50%;
    float: left;
    padding: 5px 10px;
}

@media (min-width: 768px) {
    .items-list > li {
        width: 33%;
    }
}

@media (min-width: 992px) {
    .items-list > li {
        width: 25%;
    }
}


.items-list .item-thumb{
    position: relative;
}

.items-list .item-thumb img {
    height: auto;
    width: 100%;
}

.items-list .title{
    margin-top: 8px;
}

.items-list .title a {
    display: block;
    font-size: 13px;
    height: 38px;
    overflow: hidden;
    width: 100%;
}

.items-list .duration-views {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px 5px;
    background: rgba(0, 0, 0, .4);
}

.items-list .duration-views li{
    color: #ffffee;
}

.items-list .raty{
    opacity: .7;
}

.items-list .raty img{
    width: 13px;
    height: 13px;
}


/*VIDEO PAGE*/

.video-actions{
    margin-top: 5px;
}

.video-actions img{
    vertical-align: top;
    margin-top: 1px;
}

.video-heading{
    margin-bottom: 15px;
}

.video-heading h1{
    font-size: 18px;
    margin-bottom: 5px;
}

.video-heading span{
    font-size: 11px;
    color: #888;
}

.video-description{
    margin-bottom: 15px;
}

.video-tags {
    margin-bottom: 20px;
}

.video-tags li {
    font-size: 11px;
    font-style: italic;
    color: #888;
}

.comments .media-heading {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.comments .media-footer {
    font-size: 13px;
    color: #888;
}

.comments .media{
    margin-bottom: 20px;
}

.comments .media>.pull-left {
    margin-right: 15px;
}


/*PAGINATION*/

.pagination {
    margin: 20px 0;
    border-radius: 0;
}

.pagination > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    cursor: default;
    background-color: #e4e4e4;
    color: #333;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}
