 .large-gallery {
    width: 35%;
}

.fake-thumb{
    display: block;
    float: left;
    min-height: 80px;
    margin-right: 5px;
    text-align: center;
    min-width: 80px;
}

.fake-thumb-list {
    display: block;
    float: left;
    padding-right: 5px;
    text-align: center;
    width: 60px;
}

.fake-thumb2 {
    display: inline-block;
    text-align: center;
    height: 160px;
    width: 100%;
}


.fake-thumb-list-mcp {
    display: block;
    float: left;
    margin-right: 5px;
    text-align: center;
	min-height: 60px;
	min-width: 90px;
}

.details-gallery {
    margin-top: 10px;
}

.g_unapproved {
	background-color: #ccc;

}

.g_locked {
	background-color: #ccc;

}

.g_reported {
	background-color: #ccc;

}

.icon-camera:before {
    content: "\f030";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    text-decoration: inherit;
}

p.gallery-sep i {
    background: none repeat scroll 0 0 #EBEBEB;
}


.fake-thumb2 img {
    max-width: 98%;
}


/*-------------------------------
	USER PROFILE AND GALLERY
------------------------------*/
 
/*-- Responsive avatars fix for Bootsrtap3x --*/
.avatar-frame img  {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

 
.avatar-frame img{border:6px solid #f6f6f6;}
.avatar-frame img{
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3); 
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); 
	box-shadow: 0 0 3px rgba(0,0,0,.3); 
}

.user-profile-avatar {
    margin: -10px auto 10px;
    text-align: center;
}
 
.user-profile-tab {
    border-left: 1px dashed #DDDDDD;
    padding: 10px;
}

.user-profile-row {
    height: 22px;
    line-height: 16px;
    position: relative;
}

.user-profile-row{
	border-top: 1px dotted #D5E4F1;
}

.user-profile-row:nth-child(2) {
	border-top: medium none;
}

.user-profile-tag {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #667E99;
	font-family: 'Roboto Condensed','Arial','Helvetica',sans-serif;
    font-weight: 700;
    left: 0;
    padding: 3px 5px 5px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 62px;
}

.user-profile-output {
	color: #495D60;
    margin-left: 68px;
    overflow: hidden;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-profile-output-contact {
    margin-left: 65px;
    padding: 2px;
}