.fa {
	color: #666666;
}

.fa-heart.red {
    color: red;
}

.gallery__control>span {
    color : #999999;
    cursor: pointer;
}

.gallery__control .dropdown-toggle {
	display: inline;
	margin: 0;
	padding: 0;
	color: #999999;
}

.gallery__control .dropdown-toggle.selected {
	color : #000000;
    font-weight: bold;
}

.gallery__control .dropdown-menu {
	background-color: #222222;
}

.gallery__control .dropdown-item {
	color: #e8e8e8;
}

.gallery__control .dropdown-item:hover {
	background-color: #222222;
	color: #ffffff;
}

.gallery__control .dropdown-item.control__title.selected {
	color: #ffffff;
}

.control__title.selected, .control__filter.selected {
    color : #000000;
    font-weight: bold;
    cursor: default;
}

.control__type {
    float: right;
}

.control__type .fa {
    font-size: 1.6rem;
}

.control__type .fa-th-large {
    font-size: 1.75rem;
}

.control__type.selected .fa{
    color: #000000;
}

.gallery__more {
    text-align: center;
    cursor: pointer;
}

.gallery__items .username {
    position: relative;
    padding-left: 3rem;
}

.gallery__items .username .portrait {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: -0.3rem;
    left: 0;
}

/* Grid */
.t__grid {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 -0.5rem;
}

.t__grid .img_modular {
	height: 180px;
}

.grid__item, .grid__sizer {
    width: calc((100% / 3) - 1rem);
    margin: 0 0.5rem 1rem;
    color: #ffffff;
    text-align: center;
}

.grid__sizer {
    margin-bottom: 0 !important;
}

.grid__link, .grid__img, .grid__video {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap__video {
	position: relative;
}

.grid__video {
    position: absolute;
    z-index: 5;
}

.grid__rt,
.grid__rb,
.grid__lt,
.grid__lb {
    position: absolute;
    font-size: 0.9rem;
    z-index: 20;
}

.t__grid .grid__item .grid__rt,
.t__grid .grid__item .grid__rb,
.t__grid .grid__item .grid__lt,
.t__grid .grid__item .grid__lb {
    display: none;
}

.t__grid .grid__item:hover .grid__rt,
.t__grid .grid__item:hover .grid__rb,
.t__grid .grid__item:hover .grid__lt,
.t__grid .grid__item:hover .grid__lb {
    display: block;
}

.t__grid .grid__item .g__bg {
    display: none;
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.t__grid .grid__item:hover .g__bg {
    display: block;
}

.t__grid .grid__rt {
    top: 0.8rem;
    right: 0.8rem;
}

.t__grid .grid__rb {
    bottom: 0.8rem;
    right: 0.8rem;
    font-size: 0.8rem;
}

.t__grid .grid__lt {
    top: 0.8rem;
    left: 0.8rem;
    font-size: 0.8rem;
    text-align: left;
    text-shadow: 1px 1px 1px #131313;
}

.t__grid .grid__lb.video {
	bottom: 4.3rem;
}

.t__grid .grid__rb.video {
	bottom: 4rem;
}

.t__grid .grid__lb {
    bottom: 1.2rem;
    left: 0.8rem;
    text-align: left;
}

.t__list .grid__rt {
    left: 0;
    bottom: -2.8rem;
}

.t__list .grid__rb {
    right: 0;
    bottom: -2.8rem;
}

.t__list .grid__lt {
    left: 6rem;
    bottom: -2.8rem;
}

.t__list .grid__lb {
    width: 50%;
    bottom: -2.5rem;
    text-align: center;
    margin: 0 25%;
}

.t__grid .grid__item a, .t__grid .grid__item a:hover {
    color: #ffffff;
}

.t__grid .btn {
    padding: 0.2rem 0.8rem;
    border: none;
    color: #666666;
    background-color: rgba(255, 255, 255, 0.8);
}

.t__grid .btn_title {
    display: none;
}

.t__grid .btn_like {
	margin-left: 0.5rem;
}

.t__grid .fa-heart {
    margin-right: 0.5rem;
}

.t__list .btn {
    padding: 0.2rem 0.8rem;
    border: 1px solid #aaaaaa;
    background-color: transparent !important;
    color: #666666;
    font-size: 0.9rem;
}

.t__list .fa {
    margin-right: 0.5rem;
}

.t__list .grid__item {
    margin: 0 0 6.5rem 0;
    color: #000000;
}

.t__list .grid__item, .t__list .grid__sizer {
    width: 100%;
}

.t__list .grid__item a, .t__list .grid__item a:hover {
    color: #000000;
}

@media screen and (max-width: 768px) {
    .grid__item, .grid__sizer {
        width: calc(50% - 1rem);
    }
}

.t__grid .grid__info {
    margin: 0.8rem 0;
}

.t__grid .grid__info .title {
    display: block;
    color: #000000;
    font-size: 1.2rem;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.t__grid .grid__info .tags {
    font-size: 0.9rem;
    color: #aaaaaa;
    margin-bottom: 0.5rem;
}

.t__grid .story__title {
    left: 0.8rem;
    bottom: 0.8rem;
}

.t__grid .grid__item.user__item {
    border-radius: 1rem;
    box-shadow: 0 0.15rem .5rem rgba(0, 0, 0, .15);
    margin: 0 0.5rem 2rem;
    padding: 2rem;
    color: #000000;
}

.t__grid .grid__item.user__item .portrait {
    border-radius: 50%;
}

.t__grid .grid__item.user__item .username {
    font-weight: bold;
    padding: 0;
    margin: 0.5rem 0;
    color: #000000;
}

.t__grid .grid__item.user__item .data {
    font-size: 0.8rem;
    color: #999999;
}

.t__grid .grid__item.user__item .btn {
    margin-top: 2rem;
    width: 60%;
    padding: 0.3rem;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.c__concern_user .grid__lb {
	display: block !important;
}