.postb_title
{
width: 65px;
background-color:#1D1D1D;
font-size: 11px;
line-height:10px;
color:#868686;
text-transform: uppercase;
font-family: Wix Madefor Display;
text-align: center;
font-weight:bold;
}

.postb_info
{
font-size: 10px;
line-height:10px;
color:#868686;
text-transform: uppercase;
font-family: Wix Madefor Display;
text-align: center;
font-weight:bold;
}

.postb_profil
{
width:200px;
height:295px;
float: left;
}

.pb_info h1 {
	width: 100%;
	margin-bottom: 5px;
        margin-top: 7px;
}

.pb_info img {
	padding: 5px;
	margin-bottom: 7px;
}

.profile_right {
	padding: 5px;
	margin-bottom: 1px;
}

.profile_right a:link, .profile_right a:visited {
	text-transform: uppercase;
}

.pb_info a:link, .pb_info a:visited {
	display: block;
	margin-top: 1px;
	padding: 3px 2px 2px 2px;
	width: 94%;
}

.pb_info a:hover,
.pb_info a:active {
	text-decoration:  none;
}

.pb_player {
    margin: 7px -10px 5px -10px;
    text-align: center;
    padding: 7px 0px 5px 0px;
}



.pb_full {

	padding: 2px;
    margin: 1px 1px 1px -2px;
    width: 94%;
	text-align: center;
}

.pb_holder {
	width: 200px;
	height: 400;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: -15px;
        background:#0f0f0f;
}

.pb_container {
	height: 300px;
	overflow: hidden;
}

.pb_content {
    max-width: 200px;
    height: 400px;
    overflow: hidden;
    background: #0f0f0f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

	transition: 0.6s ease-in;
	-moz-transition: 0.6s ease-in;
	-webkit-transition: 0.6s ease-in;
	-o-transition: 0.6s ease-in;
}

.pb_content:hover {
	margin-top: -300px;
        height: 600px;


  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3;

	transition-duration: 0.3s ease-out;
	-moz-transition-duration: 0.3s ease-out;
	-webkit-transition-duration: 0.3s ease-out;
	-o-transition-duration: 0.3s ease-out;
}

.pb_info {
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	height: 300px;
}

.pb_avatar {
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 150px;
}

.pb_name {
	background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
	max-width: 200px;
	height: auto;
	text-align: center;
        margin: 3px;
}

.popup_menu .popup_item_container a {
	font-size: 14px!important;
}

.pb_name .popup_menu {
	width: auto!important;
}

.post_footer {
  padding: 5px;
  margin: 0px -5px 5px -5px;
  height: 16px;
}

/* ACCOUNT SWITCHER IN MINI PROFILE */

label.pb_full {
    display: block;
    margin: 5px auto;
}

label.pb_full:hover {
	cursor: pointer;
}

.accountswitcher-postbit ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: -12px;
}

.accountswitcher-postbit ul li a {
	display: inline-block;
	padding: 10px 5px;
	margin: 0 auto 5px auto;
}

.accountswitcher-postbit .asp-list ul li img {
	display: none;
}

.accountswitcher-postbit ul li:last-child a {
	margin-bottom: 0;
}

.accountswitcher-postbit input {
	display: none;
}

/* PLUS AND MINUS */

label.pb_full span:after {
	content: '+';
	display:inline;
}

#expand:not(:checked) ~ label[for="expand"] span:after {
	content: '-';
	display:inline;
}

/* EXPAND/COLLAPSE STUFF */

.asp-list {
	display: none;
}

.accountswitcher-postbit #expand:not(:checked) ~ label[for="expand"] ~ .asp-list {
	display: block;
}
		