body.section-memberlist h2.memberlist-title,
body.section-memberlist form#viewprofile {
	/*display: none;*/
}

body.section-memberlist .action-bar.actions-jump {
	display: none;
}

.pgsocial_tooltip,
#pgsocial_chat #pgsocial_chatRoot.opened .tooltiped:hover .pgsocial_tooltip {
	position: absolute;
	z-index: 1;
	top: 0;
	display: none;
	visibility: hidden;
	background-color: #000;
	padding: 10px !important;
	border-radius: 4px;
	font-size: 1.2em;
	color: #fff;
}

.pgsocial_tooltip:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-left: 5px solid #88b7d5;
	border: solid transparent;
	border-left-color: #000;
	border-width: 5px;
	pointer-events: none;
}

.tooltiped:hover .pgsocial_tooltip {
	top: 25%;
	right: calc(100% + 7px);
	display: inline-block;
	visibility: visible;
}

#pg_social_container {
	position: relative;
	display: inline-block;
	width: 100%;
}

#pg_social_container #pg_social_containerL {
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

#pg_social_container #pg_social_containerR {
	display: inline-block;
	width: calc(30% - 10px);
	height: 0;
	margin-bottom: 15px;
	padding-left: 10px;
	vertical-align: top;
}

#pg_social_container #pg_social_containerR #pg_social {
	margin-top: 0;
}

#pg_social_container #pg_social_containerR #pg_social #pg_social_cont {
	width: 100%;
	padding: 0;
}

#pg_social_container #pg_social_containerR #pg_social #pg_social_cont ul#posts_status {
	overflow-y: auto;
}

#pg_social_container #pg_social_containerR #pg_social #pg_social_cont ul#posts_status::-webkit-scrollbar {
    width: 0.7em;
}

#pg_social_container #pg_social_containerR #pg_social #pg_social_cont ul#posts_status::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
}

#pg_social input {
	background-color: transparent;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	resize: none;
	box-shadow: 0 0 0 transparent;
	text-shadow: 0 0 0;
}

#pg_social *:hover {
	text-decoration: none;
}

#pg_social b {
	color: #000;
}

#pg_social img {
	max-width: 100%;
	height: auto;
}

#pg_social img.avatar {
	background-color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: inherit;
}

#pg_social .panel {
	background-color: #fff;
	width: calc(100% - 20px - 2px);
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #e6ecf5;
	color: #898da8;
}

#pg_social .panel h3 {
	position: relative;
	display: inline-block;
	background-color: #fff;
	width: calc(100% - 30px + 20px);
    margin: -10px -10px 10px;
	padding: 15px;
	border-bottom: 0;
	font-size: .875rem;
	text-transform: inherit;
	color: #515365;
}

#pg_social .panel h5 {
	display: inline-block;
	width: calc(90% - 30px);
    padding: 15px;
	letter-spacing: 1.3px;
    font-size: 2em;
    font-weight: bold;
	vertical-align: middle;
	color: #000;
}

#pg_social .panel h5 a i {
	vertical-align: middle;
	color: #01b7ff;
}

#pg_social .panel #gallery_photo_add {
	display: inline-block;
	width: calc(10%);
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#pg_social .panel #gallery_photo_add label {
	position: relative;
	display: inline-block;
	background-color: #ff5e3a;
	width: 100%;
	border-radius: 3px;
	color: #fff;
}

#pg_social .panel #gallery_photo_add label input[type="file"] {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
	opacity: 0;
}

#pg_social .panel #gallery_photo_add label span,
#pg_social .panel #gallery_photo_add label i {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
	cursor: pointer;
}

#pg_social .panel #gallery_photo_add label i {
	display: none;
}

#pg_social #pg_social_pageprofile {
    position: relative;
}

#pg_social #pg_social_header {
	position: relative;
	background-color: rgba(0, 0, 0, 0.2);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: 280px;
	/*border-radius: 3px 3px 0 0;*/
}

#pg_social #pg_social_header img#coverdrag {
	width: 100%;
}

#pg_social #pg_social_header.canMove {
	z-index: 50;
}

#pg_social #pg_social_header h2.memberlist-title .icon {
	vertical-align: middle;
	margin-right: 5px;
}
#pg_social #pg_social_header #pg_social_actionprofile {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 15px 10px;
	text-align: right;
}

#pg_social #pg_social_header #pg_social_actionprofile .action_profile:not(:empty) {
	margin-top: 10px;
}

#pg_social #pg_social_header #pg_social_actionprofile #profile_upload {
	position: relative;
    display: inline-block;
}

#pg_social #pg_social_header #pg_social_actionprofile input[type="submit"],
#pg_social #pg_social_header #pg_social_actionprofile label,
#pg_social #pg_social_header #pg_social_actionprofile a {
	position: relative;
	display: inline-block;
	background: linear-gradient(180deg, #fff 0%, #f0f0f0 100%);
	margin: 0 0 0 5px;
	padding: 10px;
	border-radius: 3px;
	cursor: pointer;
}

#pg_social #pg_social_header #pg_social_actionprofile label a {
	padding: 0;
}

#pg_social #pg_social_header.canMove #pg_social_actionprofile .action_profile {
	display: none;
	position: relative;
	z-index: -1;
}

#pg_social #pg_social_header #pg_social_actionprofile label input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 3px;
	cursor: pointer;
}

#pg_social #pg_social_header #pg_social_actionprofile input[type="submit"] {
	display: none;
	background: #38a9ff;
    font-weight: bold;
    color: #fff;
}

#pg_social #pg_social_header #pg_social_actionprofile input[type="submit"]#profile_upload_canc {
	background: #3f4257;
}

#pg_social #pg_social_header #pg_social_actionprofile a.page_list_buttonLike {
	padding: 0;
}

#pg_social #pg_social_header #pg_social_actionprofile a.page_list_buttonLike span {
    display: block;
    padding: 10px;
    border-radius: 3px;
}

#pg_social #pg_social_header #pg_social_actionprofile a.page_list_buttonLike span.likepage {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#pg_social #pg_social_header #pg_social_actionprofile a.page_list_buttonLike:hover span {
	background-color: #f2f2f2;
	color: #000;
}

#pg_social #pg_social_main {
	position: relative;
}

#pg_social #pg_social_main > .profile_avatar {
    position: absolute;
    top: -145px;
    background-color: #fff;
    width: calc(15% - 10px);
    margin: 0 20px 0;
    padding: 5px;
	border-radius: 100%;
    z-index: 1;
}

#pg_social #pg_social_main > .profile_avatar.stat_online {
	background-color: #25da2c;
}

#pg_social #pg_social_main > .profile_avatar img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
}

#pg_social #pg_social_main h2.memberlist-username {
	position: absolute;
	z-index: 2;
	height: calc(58px - 10px - 2px);
	line-height: calc(58px - 10px - 2px);
	margin: 0 0 0 calc(15% + 40px + 2px);
	padding: 5px 0;
	font-size: 3em;
	font-weight: bold;
}

#pg_social #pg_social_main h2.memberlist-username i.icon {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 14px;
}

#pg_social #pg_social_main ul#pg_social_menu {
	position: relative;
	background-color: #fff;
	width: calc(100% - 2px);
	margin: 0 0 15px;
	border: 1px solid #e6ecf5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	text-align: right;
	font-size: 1.3em;
}

#pg_social #pg_social_main ul#pg_social_menu li {
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

#pg_social #pg_social_main ul#pg_social_menu li a {
	position: relative;
	display: block;
	padding: 20px 15px;
	color: #545365;
}

#pg_social #pg_social_main ul#pg_social_menu li a:before {
	content: "";
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	transform: scaleX(0);
	transition: .25s linear;
}

#pg_social #pg_social_main ul#pg_social_menu li a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

#pg_social #pg_social_main ul#pg_social_menu li.active a {

	color: #898da8;
}

#pg_social #pg_social_main ul#pg_social_menu li.active a:before {
	background-color: #fff;
}

#pg_social #pg_social_main ul#pg_social_menu li a .break {
    display: inline-block;
    margin-right: 5px;
}

#pg_social #pg_social_main ul#pg_social_menu li span {
	font-size: 0.7em;
}

#pg_social #pg_social_sidel {
	display: inline-block;
	width: calc(20% - 10px);
	padding: 0 10px 10px 0;
	vertical-align: top;
}

#pg_social #page_info #pg_social_sidel {
	width: calc(35% - 10px);
}

#pg_social #pg_social_sidel blockquote#profile_quote {
	position: relative;
    background-color: transparent;
    margin: 0;
	padding: 5px 5px 20px;
    text-align: center;
    font-size: 1.5em;
}

#pg_social #pg_social_sidel blockquote#profile_quote a#profile_changeQuote {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
	font-size: 0.7em;
}

#pg_social #pg_social_sidel ul#profile_menu {
	margin: 0;
}

#pg_social #pg_social_sidel ul#profile_menu li {
	list-style: none;
	margin: 0;
	font-size: 1.1em;
}
#pg_social #pg_social_sidel ul#profile_menu li.profile_avatar img.avatar {
	width: 100%;
	height: auto;
}

#pg_social #pg_social_sidel ul#profile_menu li.memberlist-title {
	margin: 10px 0 5px;
	padding: 0;
	text-align: center;
}

#pg_social #pg_social_sidel ul#profile_menu li.memberlist-title h2 {
	border-bottom: 0;
	font-weight: bold;
	font-size: 1.7em;
}

#pg_social #pg_social_sidel ul#profile_menu li i.icon {
	width: 16px;
	text-align: center;
}

#pg_social #pg_social_sidel ul#profile_menu li h2.memberlist-title {
	text-align: center;
}

#pg_social #pg_social_sidel ul#profile_menu li dt {
	display: none;
}

#pg_social #pg_social_sidel ul#profile_menu li.profile_rank {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0;
}

#pg_social #pg_social_sidel ul#profile_menu li.profile_rank img {
	margin-bottom: 10px;
}

#pg_social #pg_social_sidel ul#profile_menu li a {
	display: block;
	padding: 5px;
}

#pg_social #pg_social_sidel ul#profile_menu li a:hover {
	text-decoration: none;
}

#pg_social #pg_social_sidec {
	display: inline-block;
    width: 65%;
    padding: 0;
    vertical-align: top;
}

#pg_social #page_info #pg_social_sidec {
	width: 65%;
}

#pg_social #pg_social_cont {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#pg_social #pg_social_cont .pg_social_pagesub {
	display: none;
}

#pg_social #pg_social_cont .pg_social_pagesub dl.signature {
	display: inline-block;
	width: 100%;
	border: 0;
}

#pg_social #pg_social_cont .pg_social_pagesub dl.signature h3 {
	display: none;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
	text-align: right;
	font-size: 1.6em;
}

#pg_social #pg_social_cont .pg_social_pagesub dl.signature .postbody {
	width: 100%;
}

#pg_social #pg_social_cont a#page_new_button {
    background: #105289;
    margin: 10px 0;
	padding: 15px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

#pg_social #pg_social_cont ul.bigcolums {
}

#pg_social #pg_social_cont ul.colums li.colum {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(25% - 15px + (15px / 4) - 1px - 2px);
	border: 1px solid #e6ecf5;
	margin: 0 15px 15px 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06);
	text-align: left;
}

#pg_social #pg_social_cont ul.colums li.colum.photo {
	height: inherit;
}

#pg_social #pg_social_cont ul.colums li.colum.colum_nosize {
	display: none !important;
}

#pg_social #pg_social_cont ul.bigcolums li.colum,
#pg_social #pg_social_cont ul#pg_social_photos li.colum {
	cursor: pointer;
}

#pg_social #pg_social_cont ul.colums#last_photos li {
	width: calc((100% / 3) - (5px / 3) - 4px);
	height: auto;
	margin: 0 5px 5px 0;
}

#pg_social ul#pg_social_gallery li:nth-child(5n),
#pg_social #pg_social_cont ul.colums li:nth-child(4n),
#pg_social #pg_social_cont ul.colums#last_photos li:nth-child(3n) {
	margin-right: 0;
}

#pg_social #pg_social_cont ul.colums#last_photos li:nth-child(4n) {
	margin-right: 5px;
}

#pg_social #pg_social_cont li.gallery {
	min-height: 400;
}

#pg_social #pg_social_cont ul.colums li#pg_social_gallery_create {
	height: calc(375px);
	cursor: pointer;
	font-size: 1.5em;
}

#pg_social #pg_social_cont ul.colums li.colum .centeralign {
	position: absolute;
	top: calc(50% - (100px / 2));
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
}

#pg_social #pg_social_cont ul.colums li.colum .centeralign span {
	display: inline-block;
	background-color: #ff5e3a;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 20px;
    border-radius: 100%;
    color: #fff;
}

#pg_social #pg_social_cont ul.colums li.colum .centeralign h4 {
	font-size: 1.6em;
	color: #515365;
}

#pg_social #pg_social_cont ul.colums li.colum .centeralign h6 {
	font-weight: normal;
}

#pg_social #pg_social_cont ul.colums li.colum .centeralign input {
	display: none;
	width: calc(80% - 30px - 2px);
	margin: 0 10%;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #e6ecf5;
}

#pg_social #pg_social_cont ul.colums li.colum .centeralign input[type="submit"] {
	display: none;
	background-color: #ff5e3a;
	margin-top: 10px;
	color: #fff;
}

#pg_social #pg_social_cont ul.colums li img {
    width: 100%;
    height: auto;
}

#pg_social #pg_social_cont ul.colums li.colum .cover {
	position: relative;
	background-color: #fe5e3a;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px 3px 0 0;
}
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(43, 45, 59, .8);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	padding: 20px;
	border-radius: 3px 3px 0 0;
	text-align: right;
}

#pg_social #pg_social_cont ul.colums li.colum:hover .cover .gallery_covhov  {
	display: block;
}

#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov i {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

#pg_social #pg_social_cont ul.colums li.colum .cover.big_cover {
	position: relative;
	background-color: rgba(0, 0, 0, 0.2);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 130px;
	border-radius: 3px 3px 0 0;
}

#pg_social #pg_social_cont ul.colums li.colum a.aavatar {
	position: absolute;
	display: inline-block;
	width: 30%;
	margin: calc(110px - 15%) calc(50% - 15%) 0 calc(50% - 15%);
}

#pg_social #pg_social_cont ul.colums li.colum a.aavatar img.avatar {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 8px);
	border-radius: 100%;
	border: 4px solid #fff;
}

#pg_social #pg_social_cont ul.colums li.colum .username {
	position: relative;
	display: inline-block;
	width: calc(100% - 20px);
	margin: calc(45px + 15px) 0 5px;
	padding: 0 10px;
	text-align: center;
	font-size: 1.4em;
}

#pg_social #pg_social_cont ul.colums li.colum .card_about {
	padding: 20px 20px 10px;
	text-align: center;
}

#pg_social #pg_social_cont ul.colums li.colum.gallery .username {
	margin: calc(15px) 0 5px;
}

#pg_social #pg_social_cont ul.colums li.colum .username > a span {
	font-weight: bold;
}

#pg_social #pg_social_cont ul.colums li.colum.gallery .gallery_name .gallery_name_rename,
#pg_social #pg_social_cont ul.colums li.colum.gallery .gallery_name.rename a {
	display: none;
}

#pg_social #pg_social_cont ul.colums li.colum.gallery .gallery_name.rename .gallery_name_rename {
	position: relative;
	display: inline-block;
	width: 100%;
}

#pg_social #pg_social_cont ul.colums li.colum.gallery .gallery_name.rename .gallery_name_rename input[type="text"] {
	display: inline-block;
	width: calc(100% - 20%);
	margin: 0 10%;
	text-align: center;
}

#pg_social #pg_social_cont ul.colums li.colum.gallery .gallery_name.rename .gallery_name_rename i {
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 20px;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
}

#pg_social #pg_social_cont ul.colums li.colum .counts {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	font-size: 0.9em;
}

#pg_social #pg_social_cont ul.colums li.colum .counts .count {
	display: inline-block;
	margin: 0 15px;
}

#pg_social #pg_social_cont ul.colums li.colum .counts .count:first-child {
	margin-left: 0;
}

#pg_social #pg_social_cont ul.colums li.colum .counts .count:last-child {
	margin-right: 0;
}

#pg_social #pg_social_cont ul.colums li.colum .counts .count b {
	display: block;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#pg_social #pg_social_cont ul.colums li.colum .action {
	display: inline-block;
	width: 100%;
	margin: 15px 0 10px;
	text-align: center;
}

#pg_social #pg_social_cont ul.colums li.colum .action a {
	display: inline-block;
	background-color: #39a9ff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 0 7px;
	border-radius: 100%;
	color: #fff;
}

#pg_social #pg_social_cont ul.colums li.colum .action a.likepage {
	background-color: #999fbf;
}

#pg_social #pg_social_cont ul.colums li.colum .action a.dislikepage {
	background-color: #fe5e3a;
}

#pg_social #pg_social_cont ul.colums li.colum .action a:hover {
	background-color: #54c5ff;
}

#pg_social #pg_social_cont ul.colums li.colum .action a.likepage:hover {
	background-color: #fe5e3a;
}

#pg_social #pg_social_cont ul.colums li.colum .action a.dislikepage:hover {
	background-color: #fe763a;
}

#pg_social #pg_social_cont ul.colums li.colum .action a span {
	font-size: 0;
}

#pg_social #pg_social_cont ul.colums li.colum a.gallery_name {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	padding: 15px;
	text-align: center;
	font-size: 1.7em;
}

#pg_social #pg_social_cont ul.colums li.colum .gallery_count {
	text-align: center;
}

#pg_social #pg_social_cont ul.colums li.colum .cards {
	position: relative;
}

#pg_social #pg_social_cont ul.colums li.colum .cards .card {
	display: none;
	height: 125px;
}

#pg_social #pg_social_cont ul.colums li.colum .cards .card.active {
	display: inherit;
}

#pg_social #pg_social_cont ul.colums li.colum .cards ul.bubbles {
	display: inline-block;
	width: calc(100% - 40px);
	margin: 15px 0 10px;
	padding: 0 20px;
	text-align: center;
}

#pg_social #pg_social_cont ul.colums li.colum .cards ul.bubbles li.bubble {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px;
	padding: 0;
	border: 2px solid #d6d8e4;
	border-radius: 100%;
	font-size: 0;
	cursor: pointer;
}

#pg_social #pg_social_cont ul.colums li.colum .cards ul.bubbles li.bubble.active {
	background-color: #ff5d3a;
	border-color: #ff5d3a;
}

#pg_social form#wall_post {
	position: relative;
	background-color: #fff;
	width: calc(100% - 2px);
	border: 1px solid #e6ecf5;
    margin-bottom: 15px;
    border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

#pg_social form#wall_post > * {
	border: 0;
}

#pg_social form#wall_post ul#wall_post_header {
	display: inline-block;
	background-color: #fafbfd;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6ecf5;
	border-radius: 3px 3px 0 0;
}

#pg_social form#wall_post ul#wall_post_header li {
	display: inline-block;
	background-color: #fff;
	margin-bottom: -1px;
	border-right: 1px solid #e6ecf5;
	padding: 15px;
	cursor: pointer;
	text-transform: uppercase;
}

#pg_social form#wall_post ul#wall_post_header li:first-child {
	border-radius: 3px 0 0 0;
}

#pg_social form#wall_post .wall_post_area {

}

#pg_social form#wall_post #wall_post_text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
	height: 100px;
	margin: 0;
	padding: 30px 25px;
	overflow-y: auto;
	border: 0;
	resize: none;
	font-size: 1.1em;
	user-select: text;
}

#pg_social form#wall_post #wall_post_text[contenteditable=true]:empty:before {
	display: block; /* For Firefox */
	content: attr(placeholder);
}

#pg_social form#wall_post #wall_post_footer {
	padding: 10px 15px;
    border-top: 1px solid #e6ecf5;
}

#pg_social form#wall_post #wall_post_text span.people_tagged {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 1px;
}

#pg_social form#wall_post label#pg_social_wall_post_img {
	position: relative;
    display: inline-block;
	height: 34px;
	vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
	overflow: hidden;
}

#pg_social form#wall_post label#pg_social_wall_post_img i {
	line-height: 36px;
	font-size: 3.2em;
	cursor: pointer;
}

#pg_social form#wall_post select:focus,
#pg_social form#wall_post label#pg_social_wall_post_img:hover,
#pg_social form#wall_post input[type="submit"]:focus {
}

#pg_social form#wall_post label#pg_social_wall_post_img input[type="file"] {
	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    opacity: 0;
    border-radius: 3px;
    cursor: pointer;
}

#pg_social form#wall_post .wall_post_option {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 1px 0;
	text-align: right;
}

#pg_social.pg_social_pagepage form#wall_post .wall_post_option {
	width: 100%;
}

#pg_social form#wall_post .wall_post_option > * {
	display: inline-block;
	width: auto;
}

#pg_social form#wall_post input[type="file"],
#pg_social form#wall_post select,
#pg_social form#wall_post input[type="submit"] {
	height: 34px;
	line-height: calc(34px - 20px);
	padding: 10px;
	border-radius: 4px;
	margin-left: 10px;
}

#pg_social form#wall_post select {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #e6ecf5;
}

#pg_social form#wall_post select option {
	background-color: #fff;
	color: #000;
}

#pg_social form#wall_post input[type="submit"] {
	background-color: #ff5e3a;
	padding: 11px 15px;
	color: #fff;
}

#pg_social form#wall_post input[type="submit"]:hover {
	background-color:#ff763a;
	color: #fff;
}

#pg_social form#wall_post #pg_social_wall_tag {
	position: relative;
	display: inline-block;
	width: 50%;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system {
	background-color: #fff;
	max-height: 34px;
	overflow-y: auto;
	border: 1px solid #e6ecf5;
	border-radius: 3px;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system:empty {
	margin-top: 0;
	border: 0;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system::-webkit-scrollbar {
    width: 0.5em;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system::-webkit-scrollbar-thumb {
    background-color: #000;
	border-radius: 3px;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system li.tag_system_search_people {
	display: inline-block;
	width: calc((100% / 2) - 20px - 1.74px);
	height: calc(34px - 10px);
	padding: 5px 10px;
	cursor: pointer;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system li.tag_system_search_people:hover {
	background-color: rgba(43, 101, 151, 0.85);
	color: #fff;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system li.tag_system_search_people img.avatar {
	height: 100%;
	border-radius: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system li.tag_system_search_people .tag_system_search_people_username {
	display: inline-block;
}

#pg_social form#wall_post #pg_social_wall_tag i#pg_social_wall_tag_systemClose {
	display: none;
	position: absolute;
    top: 0;
    right: -10px;
    background: #fff;
    width: 20px;
    height: 20px;
	border: 1px solid;
    border-color: #E5E6E9 #DFE0E4 #D0D1D5;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
}

#pg_social form#wall_post #wall_post_thumb {
	display: none;
	width: 100%;
	margin-top: 5px;
    text-align: center;
}

#pg_social form#wall_post #wall_post_thumb img#wall_post_thumb_img {
	display: inline-block;
	background-color: #fff;
	max-height: 50px;
	padding: 5px;
	border-radius: 3px;
}

#pg_social #pg_social_cont ul#profile_head_menu li {
	display: inline-block;
	list-style: none;
	margin: -3px 0;
	padding: 15px 10px;
	text-transform: uppercase;
	cursor: pointer;
}

#pg_social #pg_social_cont ul#profile_head_menu li.active {
	background-color: rgba(0, 0, 0, 0.5);
}

#pg_social #pg_social_cont ul#profile_head_menu li.active a {
	color: #fff;
}

#pg_social #pg_social_cont ul#profile_head_menu li.active:hover a {
	text-decoration: none;
}

#pg_social #pg_social_cont ul#profile_head_content li {
	display: none;
	list-style: none;
	padding: 15px;
}

#pg_social #pg_social_cont ul#profile_head_content li h3 {
	clear: both;
}

#pg_social #pg_social_cont ul#page_activity_show {
	display: inline-block;
	width: 100%;
	text-align: right;
}

#pg_social #pg_social_cont ul#page_activity_show li {
	display: inline-block;
}

/* POST_STATUS */
#pg_social #pg_social_cont ul#posts_status {
	list-style: none;
}

#pg_social #pg_social_cont ul#posts_status.masonry {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(calc(50% - 5px), auto));
	grid-auto-rows: 20px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status {
	display: inline-block;
	background-color: #fff;
	width: calc(100% - 2px);
	border: 1px solid #e6ecf5;
	margin: 0 0 10px;
	border-radius: 4px;
	animation: animateElement linear 1s;
	animation-iteration-count: 1;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head {
	padding: 15px;
	border-radius: 3px 3px 0 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author_avatar {
	display: inline-block;
	width: 40px;
	margin-right: 10px;
	border-radius: 100%;
}
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author > a {
	display: inline-block;
	color: #888da8;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl {
	margin-left: 10px;
	margin-right: 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy .post_status_privacy_box,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl .post_status_covhovEl_box {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	width: calc(100px - 2px);
	padding: 5px 10px;
	border: 1px solid #e6ecf5;
	border-radius: 4px;
	text-align: center;
	z-index: 3;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy.active .post_status_privacy_box,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl.active .post_status_covhovEl_box {
	display: inline-block;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy .post_status_privacy_box select,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl .post_status_covhovEl_box select,
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy .post_status_privacy_box a,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl .post_status_covhovEl_box a {
	width: calc(100% - 10px);
}


#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy .post_status_privacy_box select,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl .post_status_covhovEl_box select {
	margin: 5px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy .post_status_privacy_box a,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl .post_status_covhovEl_box a {
	margin: 0 5px 5px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_privacy .post_status_privacy_box a:hover,
#pg_social #pg_social_cont ul.colums li.colum .cover .gallery_covhov .gallery_covhovEl .post_status_covhovEl_box a:hover {
	font-weight: bold;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author_avatar img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	border-radius: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 60px - 20px);
	margin: 0 10px 0 0;
	padding: 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author h4 {
	border: 0px;
	font-weight: normal;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author h4 a {
	font-weight: bold;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author .post_status_head_date {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.001);
	margin: 5px 0;
	border-radius: 3px;
	font-size: 0.9em;
	line-height: 1em;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton,
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton > li,
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton > li a {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton li a .dropdown-contents {
	display: none;
	top: 100%;
	left: auto;
	right: -200%;
	background-color: #fff;
	padding: 5px 10px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
	vertical-align: middle;
	font-size: 0.5em;
	cursor: initial;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton li .post_status_action {
	/*display: inline-block;*/
	text-align: left;
	color: #515365;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton li .dropdown-contents > li {
	cursor: pointer;
}


#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content {
	padding: 10px 20px 20px;
	word-break: break-word;
	font-size: 1.3em;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content:empty {
	padding: 0;
	border: 0;
}
/*
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .post_parent_cont {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
}
*/

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .pgblog_article_thumbnail {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	max-height: 250px;
	margin: 0 -20px 25px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .pgblog_article_thumbnail img {
	width: 100%;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content a.pgblog_article_thumbinfo_title {
	margin-bottom: 15px;
    font-size: 2.2em;
	font-weight: normal;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .post_parent_info {
	background-color: rgba(0, 0, 0, 0.08);
	margin: 0 0 0;
	padding: 10px;
	border-radius: 3px;
	text-align: right;
	color: rgba(0, 0, 0, 0.6);
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .post_parent_info .post_parent_author a {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .post_parent_info .post_parent_date {
	font-size: 0.65em;
	color: #000;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .post_parent_info .post_parent_cont {
	text-align: left;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .status_photos {
	margin: 20px -20px 10px;
	text-align: center;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content img.photo_popup {
	max-width: 100%;
    min-width: 40%;
	max-height: 750px;
    overflow: hidden;
	cursor: pointer;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content.status_center {
	text-align: center;
}


#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content > span[data-s9e-mediaembed],
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content >iframe[data-s9e-mediaembed] {
	position: relative;
	overflow: hidden;
	max-width: inherit !important;
	width: calc(100% + 40px) !important;
	height: 0;
	margin: 0 -20px 0;
	padding-bottom: 63%;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content > span[data-s9e-mediaembed] span iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content > iframe[data-s9e-mediaembed] {
	padding-bottom: 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .post_status_facebook {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 10px;
	padding-top: 30px;
	padding-bottom: 50%;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content p.post_status_facebook iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
	margin: 0 20%;
    border: none;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content a.post_status_site {
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	margin-bottom: 20px;
	border-radius: 3px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content a.post_status_site .post_status_site_title_domain {
	padding: 15px 15px 10px;
	vertical-align: middle;
	text-align: right;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content a.post_status_site .post_status_site_title_domain img.post_status_site_title_domain_favicon {
	margin: -3px 0 0 5px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content a.post_status_site h6.post_status_site_title {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	font-size: 2em;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content a.post_status_site .post_status_description {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content blockquote {
	margin-bottom: 10px;
	padding: 10px;
	text-align: right;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content blockquote:before {
	content: '\f10e';
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer {
    margin: 0 20px;
	padding: 5px 0;
    border-top: 2px solid rgba(0,0,0,0.05);
	white-space: nowrap;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .poststatusLeft,
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .poststatusRight {
	display: inline-block;
	vertical-align: middle;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .poststatusLeft {
	width: calc(40% - 10px);
	margin-right: 10px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .poststatusRight {
	width: calc(60% - 10px);
	margin-left: 10px;
	text-align: right;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .poststatusRight div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	text-align: center;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .poststatusRight div:last-child {
	margin-right: 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer div a,
.pg_social_photo #pg_social_photo_social .pg_social_photo_likshare div a {
	display: inline-block;
	margin: 0;
	padding: 7px 0;
	cursor: pointer;
	color: #93949d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer div a i.icon,
.pg_social_photo #pg_social_photo_social .pg_social_photo_likshare div a i.icon {
	vertical-align: middle;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_like a i.icon {
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_like.active a i.icon {
	color: red;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_comment i.fa-arrow-up {
	display: none;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_comment.active i.fa-arrow-down {
	display: none;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_comment.active i.fa-arrow-up {
	display: inherit;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments {
	width: calc(100% - 40px);
	margin: 0 20px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments:empty {
	border-top-color: transparent;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments.active {
	display: block;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment {
	display: inline-block;
	width: 100%;
	padding: 10px 0 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment:first-child {
    border-top: 2px solid rgba(0,0,0,0.05);
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments.active li.post_comment:last-child {
	border-bottom: 1px solid #e5ecf4;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment:last-child {
	padding-bottom: 5px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment .post_comment_author {
	display: inline-block;
	vertical-align: top;
	width: 30px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment .post_comment_author img.avatar {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment .post_comment_message {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: calc(100% - 30px - 10px - 30px);
	margin-left: 10px;
	padding: 9px 15px;
	border-radius: 17px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment.no_comment .post_comment_message {
	width: calc(100% - 30px);
	margin: 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment .post_comment_message a.post_comment_profile {
	margin-right: 3px;
	font-weight: bold;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment .post_comment_message .post_comment_action {
	position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment .post_comment_message .post_comment_action > div {
	cursor: pointer;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments li.post_comment .post_comment_time {
	padding: 5px 15px 0;
	text-align: right;
	font-size: 0.75em;
}

#pg_social #pg_social_cont ul#posts_status li.post_status form.wall_comment {
	display: inline-block;
	width: calc(100% - 30px);
	padding: 10px 15px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status form.wall_comment > img {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#pg_social #pg_social_cont ul#posts_status li.post_status form.wall_comment input[type="text"].wall_comment_text {
	background-color: #edeff3;
	width: calc(100% - 30px);
	padding: 10px 15px;
	border-radius: 20px;
}

#pg_social #pg_social_cont #page_gallery > h5 {
	position: relative;
	margin: 0 0 10px;
    padding: 5px 0 0;
	text-align: center;
    font-size: 3em;
}

#pg_social #pg_social_cont #page_gallery > h5 a {
	vertical-align: top;
}

#pg_social #pg_social_cont #page_gallery > h5 a i.icon {
	vertical-align: middle;
}

#pg_social #load_more {
}

#pg_social a#page_new_form_open {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #cfcfcf;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

#pg_social ul#pages_list li.page_list a.page_list_head {
	display: block;
	background-position: center;
	background-size: cover;
	height: calc(180px - 1px);
	border-bottom: 1px solid #cfcfcf;
	border-radius: 3px 3px 0 0;
}

#pg_social ul#pages_list li.page_list a.page_list_username {
	display: block;
	margin: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#pg_social ul#pages_list li.page_list span.page_list_likesCount {
	display: inline-block;
    width: calc(50% - 15px);
	margin: 5px 5px 10px 10px;
	vertical-align: middle;
	font-size: 0.95em;
}

#pg_social ul#pages_list li.page_list a.page_list_buttonLike {
	display: inline-block;
    width: calc(50% - 15px);
	margin: 5px 10px 10px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
}

#pg_social ul#profile_menu {
	width: 100%;
	list-style: none;
}

#pg_social ul#profile_menu li {
	margin-bottom: 10px;
}

#pg_social ul#profile_menu li.profile_rank {
	text-align: center;
}

#pg_social .panel dl dt {
	color: #545267;
}


#pg_social .panel .colum {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 1.2em;
}

#pg_social .panel .colum.onecolum {
	width: 100%;
}

#pg_social .panel .colum.columTwo {
	width: calc(50% - 20px);
	padding: 0 10px;
}

#pg_social .panel .colum.colum_info dt {
	margin-top: 0;
	vertical-align: top;
}

#pg_social .panel .colum.colum_info dl {
	width: 100%;
	padding: 0;
}

#pg_social .panel dl dt,
#pg_social .panel > dl dd {
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
}

#pg_social .panel .colum.onecolum dl dt,
#pg_social .panel .colum.onecolum > dl dd {
	display: inline-block;
	vertical-align: top;
}

#pg_social .panel .colum.onecolum dl dt {
	width: 40%;
}

#pg_social .panel .colum.onecolum dl dd {
	width: calc(60% - 4px);
	margin-top: 15px;
}

#pg_social .panel .colum dl.social_networks dd {
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}

#pg_social .panel .colum dl.social_networks {
	width: calc(100% - 20px);
    padding: 10px;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_facebook {
	background-color: #2f5b9c;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_instagram {
	background-color: #d87319;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_twitter {
	background-color: #37bff1;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_github {
	background-color: #333;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_skype {
	background-color: #00aff0;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_twitch {
	background-color: #6441a5;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_youtube {
	background-color: #cd201f;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_website {
	background-color: #886cc4;
}

#pg_social .panel .colum dl.social_networks dd a {
	display: block;
	padding: 10px;
	color: #fff;
}

#pg_social #pg_social_sider {
	display: inline-block;
	width: calc(15% - 10px);
	padding: 0 0 10px 10px;
	vertical-align: top;
}

#pg_social ul.sidelist li.listElement {
	list-style: none;
	padding: 10px 0px;
}

#pg_social ul.sidelist li.listElement .elementLeft {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

#pg_social ul.sidelist li.listElement a.avatar {
	float: left;
	display: inline-block;
}

#pg_social ul.sidelist li.listElement a.avatar img.avatar {
	width: 40px;
	border-radius: 100%;
}

#pg_social ul.sidelist li.listElement.listFeed a.avatar img.avatar {
	width: 30px;
}

#pg_social ul.sidelist li.listElement .listUsername {
	display: inline-block;
	width: calc(100% - 40px - 10px);
	margin-left: 10px;
	vertical-align: middle;
}

#pg_social ul.sidelist li.listElement.listFeed .listUsername {
	width: calc(100% - 30px - 10px);
}

#pg_social ul.sidelist li.listElement .listUsername span {
	font-size: 1.2em;
	font-weight: bold;
}

#pg_social ul.sidelist li.listElement .activity_time {
    display: block;
	width: calc(100% - 35px);
    margin: 0 0 0 35px;
	font-size: 0.8em;
}

#pg_social ul.sidelist li.listElement .listElementaction {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background-color: #39a9ff;
	border-radius: 100%;
	text-align: center;
}

#pg_social ul.sidelist li.listElement .listElementaction:hover {
	background-color: #54c5ff;
}

#pg_social ul.sidelist li.listElement .listElementaction a {
	display: block;
	color: #fff;
}

#pg_social ul.sidelist li.listElement .listElementaction a span {
	font-size: 0;
}

#pg_social ul li.birthday {
	display: inline-block;
	width: calc(50% - 20px - 2px);
	padding: 10px;
	border-bottom: 1px solid #cfcfcf;
}

#pg_social ul li.birthday {
	text-align: center;
}

#pg_social ul li.birthday:nth-child(-n+2) {
	padding-top: 0;
}

#pg_social ul li.birthday:nth-last-of-type(-n+2) {
	padding-bottom: 0;
	border-bottom: 0;
}

#pg_social ul li.birthday a:first-child {
	display: block;
}

#pg_social ul li.birthday img.avatar {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	margin-bottom: 3px;
}

#pg_social #pg_social_sider #sid_last_topics ul li.posts {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
#pg_social #pg_social_sider #sid_last_topics ul li.posts:last-child {
	margin-bottom: 0px;
}

#pg_social #pg_social_sider #sid_last_topics ul li.posts a.post_topic {
	display: inline-block;
	width: 100%;
}

#pg_social #pg_social_sider #sid_last_topics ul li.posts span.posts_time {
	font-size: 0.85em;
}

#pg_social #page_create {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 76%);
	height: calc(100% - 30vh);
	margin: 15vh 38%;
	padding: 0;
	border: 0;
    border-radius: 3px;
	z-index: 99;
}

#pg_social #page_create h3 {
	width: calc(100% - 30px);
	border-bottom: 1px solid #e6ecf5;
    margin: 0 0 15px;
}

#pg_social #page_create form#page_new_form {
	padding: 15px;
	text-align: center;
}

#pg_social #page_create form#page_new_form input[type="text"] {
	width: calc(100% - 4% - 30px - 2px);
	margin: 5px 2%;
	padding: 15px;
	border: 1px solid #e5ecf6;
	border-radius: 3px;
}


#pg_social #page_create form#page_new_form input[type="submit"] {
	background-color: #fe5e3a;
	width: calc(100% - 10%);
	margin: 30px 5% 5px;
	padding: 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

#pg_social #page_create form#page_new_form input[type="submit"]:hover {
	background-color: #fe763a;
}

ul#pgsocial_friends_request li a.friend_avatar {
	display: inline-block;
	width: 20%;
	margin: 0;
	padding: 0;
}

ul#pgsocial_friends_request li a.friend_avatar img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

ul#pgsocial_friends_request li .friend_requestinfo {
	display: inline-block;
	width: calc(80% - 10px);
	margin-left: 10px;
}

ul#pgsocial_friends_request li .friend_requestinfo a.friend_username {
	padding-left: 15%;
}

ul#pgsocial_friends_request li .friend_requestinfo a.friend_request {
	display: inline-block;
	background-color: #105289;
	width: calc(50% - 10px - 10px);
	margin: 0 5px;
	padding: 5px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}

ul#pgsocial_friends_request li .friend_requestinfo a.friend_request.decline {
	background-color: #545365;
}

.phpbb_alert.pg_social_photo {
	top: 0;
	background-color: transparent;
	width: calc(100% - 30%);
	height: calc(100% - 10vh);
	margin: 5vh 15%;
	padding: 0;
	border: 0;
	border-radius: 3px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li#pg_social_photo_img_close {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	margin: 15px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img {
	position: relative;
	display: inline-block;
	background-color: #000;
	vertical-align: middle;
	width: calc(100% - 360px);
	height: 100%;
	text-align: center;
	overflow: hidden;
    border-radius: 3px 0 0 5px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	vertical-align: middle;
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 100%;
    margin: auto;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side:hover:before {
	background-color: rgba(0, 0, 0, 0.6);
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_sidePre,
.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_sideNex {
	position: absolute;
	top: 0;
	width: 21%;
	height: 100%;
	right: 0;
	text-align: right;
	cursor: pointer;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_sidePre {
	left: 0;
	text-align: left;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_sidePre:hover {
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, transparent 100%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 100%);
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_sideNex:hover {
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.70) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgb(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.70) 100%);
	background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.70) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_sidePre i,
.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_sideNex i {
	opacity: 0;
	position: relative;
	top: calc(50% - 25px);
	margin: 0 calc(40% - 25px);
	font-size: 5em;
	color: rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side:hover #pg_social_photo_sidePre i,
.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side:hover #pg_social_photo_sideNex i {
	opacity: 1;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_img_header {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 0 0 30px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_img_header h5#pg_social_photo_name_album {
    font-size: 2.2em;
    font-weight: normal;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side #pg_social_photo_img_header h5#pg_social_photo_name_album a {
    color: #fff;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	list-style: none;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side:hover #pg_social_photo_img_header,
.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side:hover ul#pg_social_photo_img_footer {
	display: inherit;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li {
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 5px;
	border-bottom: 1px solid transparent;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	font-size: 1.2em;
	cursor: pointer;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li > i.icon {
	display: none;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li ul#pg_social_photo_img_options {
	position: absolute;
	bottom: 100%;
	right: 0;
	display: none;
	background: #fff;
	width: 150px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	list-style: none;
	color: #000;
	font-size: 0.85em;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li:hover ul#pg_social_photo_img_options {
	display: inherit;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li ul#pg_social_photo_img_options li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: inherit;
	text-shadow: 0 0 0 transparent;
	white-space: nowrap;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li ul#pg_social_photo_img_options li a {
	display: block;
	padding: 5px 0;
	cursor: pointer;
	color: #000;
}

.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li ul#pg_social_photo_img_options li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
	color: #fff;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: 360px;
	height: 100%;
	padding: 0;
	overflow: hidden;
	border-radius: 0 3px 3px 0;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social > img {
	display: inline-block;
	vertical-align: top;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: calc(50px - 15px);
	margin: 15px 7.5px 0 15px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social #pg_social_photo_info {
	display: inline-block;
	height: calc(50px - 15px);
	margin: 15px 0 0 7.5px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social a.author_profile {
	font-size: 1.35em;
	font-weight: bold;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social span.photo_time {
	display: block;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social p.photo_desc {
	display: inline-block;
	width: calc(100% - 30px);
	height: calc(30% - 40px - 30px);
	margin: 0 !important;
	padding: 15px;
	font-size: 1.3em;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social div.pg_social_photo_likshare {
	display: inline-block;
	width: calc(100% - 40px);
	height: calc(40px - 10px - 1px);
	margin: 0 20px;
	padding: 10px 0;
	border-top: 1px solid #cfcfcf;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social div.pg_social_photo_likshare > div {
	display: inline-block;
	width: calc(50% - 10px - 2px);
	padding: 0 5px;
	text-align: center;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social div.pg_social_photo_likshare .social_photo_like a {
	display: inline-block;
	padding: 7px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social .pg_social_photo_likshare div a i.icon {
	margin-right: 5px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social #pg_social_photo_comment {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.08);
	width: 100%;
	height: calc(70% - 60px);
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments {
	display: inline-block;
	width: calc(100% - 10px);
	height: calc(100% - 50px - 10px);
	margin: 5px;
    overflow-y: scroll;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments::-webkit-scrollbar {
    width: 0.5em;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments::-webkit-scrollbar-thumb {
    background-color: rgba(85, 132, 219, 0.2);
	border-radius: 3px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments:hover::-webkit-scrollbar-thumb {
    background-color: rgba(85, 132, 219, 0.6);
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments:empty {
	border-top-color: transparent;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment {
	display: inline-block;
	width: calc(100% - 10px);
	padding: 10px 5px 0;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment:last-child {
	padding-bottom: 5px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment .post_comment_author {
	display: inline-block;
	vertical-align: top;
	width: 30px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment .post_comment_author > img {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment .post_comment_message {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: calc(100% - 30px - 10px - 30px);
	margin-left: 10px;
	padding: 9px 15px;
	border-radius: 20px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment.no_comment .post_comment_message {
	width: calc(100% - 30px);
	margin: 0;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment .post_comment_message a.post_comment_profile {
	margin-right: 3px;
	font-weight: bold;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment .post_comment_message .post_comment_action {
	position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment .post_comment_message .post_comment_action > div {
	cursor: pointer;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments li.post_comment .post_comment_time {
	padding: 5px 15px 0;
	text-align: right;
	font-size: 0.75em;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social form.pg_social_photo_comment_form {
	display: inline-block;
	background-color: #fff;
	width: calc(100% - 20px);
	height: calc(50px - 20px);
	margin: 0;
	padding: 10px;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social form.pg_social_photo_comment_form > img {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100%;
	margin: 0;
	border-radius: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.phpbb_alert.pg_social_photo #pg_social_photo_social form.pg_social_photo_comment_form input[type="text"].pg_social_photo_comment_text {
	background-color: #fff;
	width: calc(100% - 30px - 20px - 10px - 2px);
	height: calc(100% - 2px);
	margin-left: 10px;
	padding: 0 10px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	box-shadow: 0 0 0 #fff;
	color: #000;
	outline: none;
}

a.profile_signature_status {
	float: right;
}

.pg_social_alert {
	background-color: #fff;
	width: calc(100% - 20px);
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: red;
}

.page_alert {
	position: relative;
}

.page_alert:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0 ,0, 0.6);
	width: 100%;
	height: 100%;
    z-index: 3;
}

#darken #pgsocial_loading {
   position: absolute;
	top: 0;
	left: 0;
    width: 200px;
    height: calc(100% - 80vh);
    line-height: calc(100% - 80vh);
    margin: 40vh calc(50% - 100px);
    padding: 0;
    text-align: center;
    font-size: 10em;
}

@keyframes post_fade {
    from {
		transform: scale(0.95);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}


@media screen and (max-width: 750px) {
	#pg_social {
		display: flex;
		flex-direction: column;
	}

	#pg_social_container #pg_social_containerL {
		width: 100%;
	}

	#pg_social_container #pg_social_containerR {
		display: none;
	}

	#pg_social #pg_social_sidec,
	#pg_social #pg_social_sidel,
	#pg_social #pg_social_cont,
	#pg_social #pg_social_sider {
	    display: block;
		width: 100% !important;
		margin-bottom: 0;
		padding: 0;
	}

	#pg_social #pg_social_sidel,
	#pg_social #pg_social_sider	{
		display: none;
		order: 1;
	}

	#pg_social #pg_social_cont {
		order: 3;
	}

	#pg_social form#wall_post #wall_post_footer {
		padding: 15px;
	}

	#pg_social form#wall_post #pg_social_wall_tag,
	#pg_social form#wall_post .wall_post_option {
		width: 100%;
	}

	#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system {
		margin-bottom: 10px;
	}

	#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system:empty {
		margin-bottom: 0;
	}

	#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_action {
		width: calc(30% - 4px);
		padding: 0;
	}

	#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_action > div {
		margin: 0 0 0;
	}

	#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_action .post_status_privacy span {
		width: 100%;
	}
	
	#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer {
		margin: 0 10px;
		padding: 0;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
	
	#pg_social #pg_social_header {
		background-position: center !important;
	}

	#pg_social #pg_social_header #pg_social_actionprofile {
		top: 0;
	}

	#pg_social.pg_social_pageprofile #pg_social_main,
	#pg_social.pg_social_pagepage #pg_social_main {
		margin-top: -140px;
	}

	#pg_social #pg_social_main > .profile_avatar {
		position: relative;
		top: inherit;
		width: calc(30% - 10px - 1px);
		margin: 70px calc(50% - ((30% - 10px - 1px) / 2)) 0;
		border-left: 0.5px solid #e5ecf6;
		border-right: 0.5px solid #e5ecf6;
		z-index: 0;
	}

	#pg_social #pg_social_main h2.memberlist-username {
		position: relative;
		margin: 20px 0 10px;
		padding: 0 0;
		text-align: center;
	}

	#pg_social #pg_social_main ul#pg_social_menu {
		border-top: 0.5px solid #e5ecf6;
		text-align: left;
	}

	#pg_social #pg_social_main ul#pg_social_menu,
	#pg_social #pg_social_main ul#pg_social_menu li,
	#pg_social #pg_social_main ul#pg_social_menu li:first-child,
	#pg_social #pg_social_main ul#pg_social_menu li:last-child,
	#pg_social #pg_social_main ul#pg_social_menu li:first-child a,
	#pg_social #pg_social_main ul#pg_social_menu li:last-child a {
		border-radius: 0;
	}

	#pg_social #pg_social_main ul#pg_social_menu li {
		width: calc(100% / 5);
		text-align: center;
		white-space: nowrap;
	}

	#pg_social #pg_social_main ul#pg_social_menu li a {
		font-size: 0.8em;
	}

	#pg_social #pg_social_main ul#pg_social_menu li a .break {
		clear: both;
		display: block;
		margin: 0;
	}

	#pg_social #pg_social_main ul#pg_social_menu li a i.icon {
		width: 100%;
		margin-bottom: 5px;
	}

	#pg_social #pg_social_cont ul#posts_status li.post_status {
		margin-bottom: 20px;
	}

	#pg_social #pg_social_cont #page_gallery > h5 {
		padding: 25px 0 0;
	}

	#pg_social #pg_social_cont ul.colums li#pg_social_gallery_create {
		width: calc(100% - 40px - 6px);
	}

	#pg_social .panel #gallery_photo_add label span {
		display: none;
	}

	#pg_social #pg_social_sider {
		order: 2;
	}

	#pg_social #pg_social_sider .panel#profile_FriendsRandom {
		background-color: transparent;
		width: 100%;
		padding: 0;
	}

	#pg_social #pg_social_cont ul#posts_status.masonry {
		display: inline-block;
	}
	
	#pg_social ul li.friend {
		background-color: rgba(0, 0, 0, 0.08);
		width: calc(33.33% - 10px - 10px);
		margin: 0 5px;
		padding: 5px;
		border-radius: 3px;
	}

	#pg_social ul li.friend:last-child {
		padding-bottom: 5px;
	}

	#pg_social ul li.friend img.avatar {

	}

	#pg_social ul li.friend .friend_username,
	#pg_social ul li.friend .friend_action {
		float: none;
		vertical-align: middle;
	}

	#pg_social ul li.friend .friend_username span {
		text-align: left;
	}

	.phpbb_alert.pg_social_photo {
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border-radius: 0;
		overflow: hidden;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img img,
	.phpbb_alert.pg_social_photo #pg_social_photo_social img {
		max-width: 100%;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side:hover #pg_social_photo_img_header {
		display: none;
	}


	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer {
		display: inherit;
		top: 0;
		right: inherit;
		bottom: inherit;
		width: calc(100% - 30px);
		padding: 15px 15px 0;
		text-align: left;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li span {
		display: none;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li#pg_social_photo_img_option,
	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li#pg_social_photo_img_close {
		display: inline-block;
		position: relative;
		margin: 0;
		padding: 0;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li > i.icon {
		display: inherit;
		position: relative;
		margin: 0;
		padding: 0;
		vertical-align: top;
		font-size: 2.3em;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li#pg_social_photo_img_option {
		float: right;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li ul#pg_social_photo_img_options {
		top: 100%;
		right: 0;
		min-height: min-content;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_img .pg_social_photo_side ul#pg_social_photo_img_footer li ul#pg_social_photo_img_options li {
		width: calc(100% - 20px);
		padding: 0 10px;
	}

	.phpbb_alert.pg_social_photo #pg_social_photo_social {
		display: none;
	}
}

@keyframes animateElement{
	0% {
		opacity:0;
		margin-top: 30px;
		transform:  translate(0px,10px);
	}

	100% {
		opacity:1;
		margin-top: 0;
		transform:  translate(0px,0px);
	}
}
