#portfolio-information.archived {
    
}

#related-work.archived {
    
}
#archive
{
    cursor: pointer;
}
#hide_archive
{
    display: none;
}
#archive_content
{
    display: none;
}
.archive_state
{
    font-size: 12px;
    color: #c03035;
    font-variant-caps: unicase;
    border-bottom: 1px;
    border-bottom-style: dashed;
    /* margin-bottom: 1px; */
}
#archive:hover>.archive_state
{
    border-bottom-style: dotted;
    color: #0884d5;
}
.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
  }



  .markers-list
{
    /* padding-top: 1.5rem; */
}
.markers-list .item{
    margin: 0.5rem;
    /* width: 50px; */
    height: 50px;
    display: inline-block; 
    opacity: 0.7;
    cursor: help;
}
.markers-list .item:hover{
    opacity: 1;
}

.markers-list .item a{
    width: 100%;
    height: 100%;
    /* padding: 1rem; */
    display: inline-block; 
    /*box-shadow: 1px 1px 2px #ddd;*/
    /* border: 1px solid #fff; */
    /* border-radius: 3px; */
    /*opacity: .6;*/
}

.markers-list .item a:hover{
    /*opacity: 1;*/
    /* border: 1px solid #eee; */
}

.markers-list .item .image{
    width: 100%;
    height: 100%;
    position: relative;
    
}

.markers-list .item img{
    max-width: 100%;
    max-height: 100%;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.btn-compare
{
    margin-top: 10px;
    margin-left: 1rem;
    font-size: 16px;
}
.favorites
{
    cursor: pointer;
    color: #000;
    text-shadow: 0 1px #fff;
    opacity: .2;
    /* position: absolute; */
    /* left: 0.2rem;
    top: 0.4rem; */
    /* z-index: 1; */
}
.favorites:hover
{
    opacity: 0.5;
}
.favorites:active
{
    opacity: 1;
}