h1 {
    margin-top: 10px !important;
}

.main-list-item{
    height: 65px;
    overflow: hidden;
    max-height: 400px;
}

.list-group-item {
    border: none !important
}
.main-list-item {
    padding: 0;
}

/*  yo2  */

#imagesContainer {
    top: 1000px;
    display: none;
    position: fixed;
    left: 50%;
    height: 400px;
    width: 100%;
}

#imagesContainer img {
    /*position: absolute;*/
    top: 0;
    /*height: 400px;*/
    overflow: hidden;
}

.on-image li {
    z-index: 2;
}

img.filter1 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

img.filter2 {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.imagecontainer {
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
}

img {
    /*visibility: hidden;*/
    width: 495px;
}

img.displayedImage{
    /*visibility: visible;*/
}

ul.on-image  {
    position: absolute;
    left: -50px;
    top: 100px;
    width: 100px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height:400px;
}


ul.on-image li {
    background-color: transparent;
    text-align: center;
    margin:5px;
    padding: 0;
    height: 20px;
    width: 100px;
}

.list-group.on-image li .text {
    margin:0;
    color: white;
    background-color: black;
    width: 100%;
}

.text,
.hiddenicons {
    position:absolute;
}

.text {
    /*opacity:0;*/
    height: 20px;
    width: 0px;
    overflow: hidden;
}

.text span {
    overflow: hidden !important;
    white-space: nowrap;
}
.hiddenicons {
    top:0px;
    left:0px;
    visibility: hidden;
    /*display:none;*/
}

.list-group.on-image li:hover .hiddenicons {
    visibility: visible;
    display: inline-block;
    height: 20px;
    width:100%;
    overflow: visible;
}

.icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    /*border: 2px solid black;*/
    background-color: black;
    margin-left: -24px;
    transition: all 50ms ease-in-out;
    color: black;
    text-shadow: 1px 1px #000;
    font-size: 10px;
    vertical-align: text-bottom;
    text-transform: uppercase;
    padding-top:2px;
}


.main-list {
    margin-left: 10px;
    border-left: 2px solid lightgrey;
    height: 350px
}

li {
    border-radius: 0px !important;
}