.video-js li.level-1.red a {
    color: #ED5454;
}

.video-js li.level-1.red a:hover,
.video-js li.level-1.red a:focus {
    color: red;
}

/*Clase extra interactions*/

.video-js .interactions-block.left {
    left: 5%;
    right: auto;
}

.video-js .bookmarks-bar .circle-Book {
    width: 14px;
    height: 14px;
    background-size: 14px;
    border-radius: 7px;
    margin-left: -6px;
}

.vjs-default-skin .vjs-big-play-button {
    box-shadow: none;
}

.hotpoints {
    margin: -2px 0 0;
    overflow: hidden;
}

.hotpoint {
    cursor: pointer;
    margin-bottom: 20px;
    text-align: left;
}

.hotpoint img {
    display: block;
    max-width: 100%;
    margin-bottom: 8px;
    max-height: 140px;
}

.content-section .hotpoint h3 {
    color: #204131;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.hotpoint span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.hotpoint-clock {
    margin: 4px 0 10px;
}

.hotpoint-clock span {
    color: #204131 !important;
    font-family: 'Gilroy', sans-serif;
}

.hotpoint-clock .icon-time {
    margin-left: 0 !important;
}

.icon-time {
    background: transparent url(../images/time.png) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 5px -1px 10px;
    width: 12px;
}

.bookmarks-content ul > li {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.bullet {
    top:3px;
}

.isHover > a > span {
    color: #96090F;
    font-weight: lighter;
    text-decoration: none;
}