#collection_bar {
    position: fixed;
    background: beige;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    z-index: 10;
    background-clip: padding-box;
    background-color: #F2F5EE;
    /*border-top: 10px solid rgba(161, 161, 161, 0.3);*/
}

#collection_bar a {
    text-decoration: none;
    color: #363636;
    font-size: 3vh;
}

#collection_bar a.prev,
#collection_bar a.next {
    font-family: Entypo;
    font-size: 50px;
}

#collection_bar header {
    position: relative;
    border-bottom: 1px solid #ccbeaa;
    margin-bottom: 5px;
}

#collection_bar header h1 {
    float: left;
    margin-right: 15px;
    font-family: Avenir;
    font-size: 2em;
    color: #475b67;
    letter-spacing: -.02em;
    margin-top: 5px !important;
}

#collection_bar header h1 a {
    color: #475b67;
}

#collection_bar header .jumper {
    color: #666;
    font-size: .8em;
    letter-spacing: -.1em;
}

#collection_bar .jumper a {
    font-size: 40px;
    color: #555;
    vertical-align: top;
    margin: 0 5px;
}

#collection_bar .jumper a:hover {
    color: #6b6b6b;
}

#collection_bar .jumper strong {
    font-weight: bold;
    font-size: 1.5em;
}

#collection_bar header a.close {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    font-family: Entypo;
    font-size: 40px;
    color: #662d02;
}

#collection_bar header a.close:hover {
    color: #873902;
}

#collection_bar .items {
    position: relative;
    height: 85px;
}

#collection_bar .items .prev,
#collection_bar .items .next {
    display: block;
    font-family: Entypo;
    font-size: 70px;
    color: #662d02;
    width: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 17px;
}

#collection_bar .items .next {
    right: 10px;
}

#collection_bar .items .prev:hover,
#collection_bar .items .next:hover {
    color: #873902;
}

#collection_bar .window {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    right: 65px;
    overflow-y: hidden;
    overflow-x: auto;
}

#collection_bar .slider {
    position: relative;
}

.item_collection_bar {
    position: relative;
    float: left;
    color: #707070;
    padding-right: 22px;
    margin-right: 12px;
    opacity: .6;
}

.item_collection_bar .item_icon {
    position: relative;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 5px;
}

.item_collection_bar img {
    width: 80px;
    height: 80px;
    border: 1px solid #4d4d4d;
}


/*.item_collection_bar .item_icon:before {
    content: attr(data-icon_key);
    font-family: Entypo;
    font-size: 3.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 0 5px #404040;
    opacity: .8;
}*/

.item_collection_bar h1 {
    font-family: Chaparral;
    font-size: 1.6em;
    line-height: 1em;
    margin-left: 85px;
    max-width: 200px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: elipsis;
}

.item_collection_bar:hover,
.item_collection_bar.current {
    opacity: 1;
}

#collection_bar_closed {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    /*padding: 2px;
    z-index: 10;
    background-clip: padding-box;
    background-color: #F2F5EE;
    border: 5px solid rgba(161, 161, 161, 0.5);
    border-right: 0;
    border-bottom: 0;*/
    border-radius: 10px 0 0 0;
}

#collection_bar_closed a {
    display: block;
    text-decoration: none;
    font-family: Entypo;
    font-size: 40px;
    /*line-height: .5em;*/
    color: #662d02;
    padding: 5px;
}

#collection_bar_closed a:hover {
    color: #873902;
}

@media screen and (min-width: 992px) {
    .item_collection_bar .item_icon:before {
        content: attr(data-icon_key);
        font-family: Entypo;
        font-size: 3.5em;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        text-shadow: 0 0 5px #404040;
        opacity: .8;
    }
    #collection_bar header h1:before {
        content: attr(data-icon_key);
        font-family: Entypo;
        font-size: 60px;
        vertical-align: bottom;
        padding-right: 5px;
    }
    .jumper {
        bottom: -30px;
        /*margin-top: 30%;*/
    }
}

@media screen and (max-width: 991px) {
    #icon_key_container {
        /*margin-top: 40px;*/
    }
    .jumper {
        margin-top: 0px;
        bottom: -15px;
    }
}
