.msgInfo{width:95%;margin:auto;}
.img-container .img-options{opacity:1;visibility:visible;}
.img-responsive{}
.img-container{}
.element-item{width:30%;}

.label-primary-darker {
    background-color: #2c343f;
}
.label-gray-darker {
    background-color: #393939;
}
.label-gray {
    background-color: #999999;
}

.col-xs-12.mt10{
	margin-top:10px;
}

.col-xs-12.mt15{
	margin-top:15px;
}

.form-group.mb5{
	margin-bottom:5px;
}

#scroll_up{
	background: rgba(32, 32, 32, 0.95) none repeat scroll 0 0;
    border-radius: 10px;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    left: auto;
    line-height: 36px;
    position: fixed;
    right: 30px;
    text-align: center;
    top: auto;
    transition: background-color 0.2s linear 0s;
    width: 40px;
    z-index: 299;
}