i.p {
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 7px;
    height: 1em;
    margin-right: 1px;
    margin-bottom: -1px
}

.badge {
    display: inline-block;
    position: relative;
    margin-right: 35px
}

.badge:last-child {
    margin-right: 0
}

.badge .content {
    position: absolute;
    top: 20%;
    width: 100%
}

.profile-picture .alt-img {
    position: absolute;
    z-index: -1
}

.slideshow-images,
.slideshow-thumbnails {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.slideshow-images li.media-photo {
    display: none
}

.slideshow-images li.media-photo.active {
    display: inherit
}

.slideshow {
    position: relative;
    height: 230px
}

.slideshow-thumbnails {
    position: absolute;
    bottom: 0px;
    width: 100%
}

.slideshow-thumbnails li {
    display: inline-block
}

.slideshow-thumbnails li a {
    font-size: .7em
}

.slideshow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slideshow:hover .slideshow-cursor {
    display: block
}

.slideshow-cursor {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -0.5em
}

.slideshow-cursor.slideshow-cursor-prev {
    left: 0.5em
}

.slideshow-cursor.slideshow-cursor-next {
    right: 0.5em
}

.slideshow-cursor:active {
    color: white
}

.slideshow-preload {
    display: none
}

#profile-video {
    line-height: 0;
    position: absolute;
    width: 230px
}

#user-media-container #profile-video,
#user-media-container #slideshow {
    transition: opacity 0.5s ease-in-out
}

#user-media-container #profile-video {
    opacity: 0
}

#user-media-container.playing #profile-video {
    opacity: 1.0
}

#user-media-container.playing #slideshow {
    opacity: 0
}

.comment-container {
    position: relative
}

.reviews .line-separation:last-child,
.recommendations .line-separation:last-child {
    opacity: 0;
    height: 0
}

@media (min-width: 768px) {
    .profile-name {
        max-width: 68px
    }
    .avatar-wrapper {
        float: right
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .avatar-wrapper {
        float: left
    }
}

@media (min-width: 1100px) {
    .listing-name {
        float: right
    }
}

.flag_controls {
    display: inline-block
}

.panel-header h4 {
    margin-bottom: 0
}

.wishlist-unit {
    height: 234px
}

.wishlist-bg-img {
    background-size: cover;
    background-position: center
}

#profile-video video {
    width: 230px;
    height: 230px
}

.user-profile-symbol:hover form {
    visibility: visible
}

.remove-user-profile-symbol {
    visibility: hidden;
    position: relative;
    top: -30px;
    text-align: center
}

.remove-user-profile-symbol:hover {
    visibility: visible
}

.badge-pill {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 10px 9px;
    min-width: 45px;
    position: relative;
    overflow: hidden;
    background: #ffb400;
    background: -webkit-linear-gradient(-50deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
    background: -o-linear-gradient(-50deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
    background: -ms-linear-gradient(-50deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
    background: linear-gradient(140deg, #ffc333 55%, #ffb400 55%, #ffb400 100%)
}

.badge-pill-count {
    position: relative
}

.expandable .expandable-content {
    position: relative;
    height: 7em;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s
}

.expandable .expandable-content.expandable-content-long {
    height: 14em
}

.expandable .expandable-content-full {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    -webkit-transition: height 0.2s, opacity 0.2s;
    -moz-transition: height 0.2s, opacity 0.2s;
    -o-transition: height 0.2s, opacity 0.2s;
    transition: height 0.2s, opacity 0.2s
}

.expandable .expandable-indicator {
    position: absolute;
    width: 100%;
    height: 3em;
    bottom: 0;
    background: rgba(245, 245, 245, 0);
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(50%, rgba(245, 245, 245, 0.9)), color-stop(50%, rgba(245, 245, 245, 0.9)), color-stop(100%, #f5f5f5));
    background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#fff5f5f5', GradientType=0);
    background: linear-gradient(top, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f5f5f5 100%)
}

.expandable .expandable-indicator.expandable-indicator-light {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(100%, #fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%)
}

.expandable.expanded .expandable-indicator,
.expandable.expanded .expandable-trigger-more,
.expandable.expanded .expandable-content-summary {
    display: none
}

.expandable.expanded .expandable-content,
.expandable.expanded .expandable-content-long {
    height: auto
}

.expandable.expanded .expandable-content-full {
    opacity: 1;
    visibility: visible;
    z-index: auto;
    position: relative
}