/*tutorials*/

.landing-page .toptt {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: block;
    background-size: 100%;
}

.landing-page .toptt .container{
    z-index: 2;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.clickable {cursor:pointer;}
.responsive {max-width: 100%;height: auto;}
.img-responsive img {max-width: 100%;height: auto;}
#tutorial-content img {border: 2px solid#B6C620;}
#tutorial-content .label {position:relative;bottom:4px;}
.cllp-menu {  
    list-style: none;
}
.cllp-menu li {
    margin-top: 3px;
    padding: 5px 15px;
    border-radius: 4px;
}
.cllp-menu li a {
    text-decoration: none;
}
.cllp-menu li:hover {
    background-color: #ecf0f1;
}
.cllp-menu li.active {
    color:#fff !important;
    background-color: #428bca !important;
}
.cllp-menu li.active a {
    color:#fff !important;
}
