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;
}


/***** New changes Wester*/

/*#wrap .dropdown li, .dropdown.wrap li, .dropdown-extended li { 
	white-space: none;
} */
.pg_social_pagepage:after, ul.topiclist dl:after, .pg_social_pagepage:before, ul.topiclist dl:before {
  content: ' ';
  display: table;
  clear: both; }

/*.pg_social_pagepage > ul {
      list-style-type: none;
      margin: 0;
      height: 31px; }*/
.pg_social_pagepage > ul.leftside, .pg_social_pagepage > ul.rightside {
        float: left; }

.pg_social_pagepage > ul.rightside, .pg_social_pagepage > ul.leftside {
        float: right; }

.pg_social_pagepage > ul > li {
        float: left;
        height: 31px; }
.pg_social_pagepage > ul .quick-links {
        margin: 0; }
.pg_social_pagepage > ul .quick-links.empty {
          display: none; }
.pg_social_pagepage > ul .quick-links.showing-responsive-menu {
          display: block; }
.pg_social_pagepage .nav-link {
      text-decoration: none;
      color: inherit;
      display: inline-block;
      height: 31px;
      line-height: 31px;
      padding: 0 12px;
      vertical-align: baseline;
      font-size: 13px;
      font-family: "Droid Sans", "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
      outline-style: none; }
/*.pg_social_pagepage .navbar .nav-tabs .nav-link.dropdown-toggle {
        position: relative; }*/

 .pg_social_pagepage li.dropdown-visible {
    background-color: #176093;
    /*color: #fff;*/
    border-color: #176093;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#18FFFFFF, endColorstr=#00FFFFFF); }

 .pg_social_pagepage li.dropdown-visible .nav-link:before {
      content: '\f077';
      font-family: FontAwesome;
      position: absolute;
      right: 12px;
      top: 50%;
      font-size: 9px;
      line-height: 13px;
      width: 9px;
      height: 13px;
      margin-top: -6px; }
.pg_social_pagepage li.dropdown-visible .dropdown {
        top: 30px; }
.pg_social_pagepage .dropdown .pointer, .dropdown .pointer-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-top-width: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  -webkit-transform: rotate(360deg);
  /* better anti-aliasing in webkit */
  display: block; }
.pg_social_pagepage .dropdown .pointer {
  right: auto;
  left: 10px;
  top: 0;
  z-index: 3; }
.pg_social_pagepage .dropdown .pointer-inner {
  top: auto;
  bottom: -11px;
  left: -10px; }
.pg_social_pagepage .dropdown .dropdown-contents {
  z-index: 30;
  overflow: hidden;
  overflow-y: auto;
  border: 0px solid transparent;
  border-radius: 0 0 2px 2px;
  border-top-width: 3px;
  padding: 5px;
  position: relative;
  min-width: 40px;
  max-height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pg_social_pagepage  .notifications .dropdown .dropdown-contents {
    min-width: 300px; }

.pg_social_pagepage .dropdown .dropdown-contents {
  background: #fafafa;
  border-color: #176093;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5); }

.pg_social_pagepage .dropdown-extended {
  display: none;
  z-index: 3; }

.pg_social_pagepage .dropdown-extended ul {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both; }

.pg_social_pagepage .dropdown-extended ul li {
  padding: 0;
  margin: 0 !important;
  float: none;
  border-top: 1px solid;
  list-style-type: none;
  font-size: 11px;
  clear: both;
  position: relative; }

.pg_social_pagepage .dropdown-extended ul li:first-child {
  border-top: none; }

.pg_social_pagepage .dropdown-extended ul li.no_notifications {
  padding: 10px; }

.pg_social_pagepage .dropdown-extended .dropdown-contents {
  max-height: none;
  padding: 0;
  position: absolute;
  width: 340px; 
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);}

.pg_social_pagepage .nojs .dropdown-extended .dropdown-contents {
  position: relative; }

.pg_social_pagepage .dropdown-extended .header {
  padding: 0 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 30px; }
.pg_social_pagepage .dropdown-down .dropdown-extended .header {
    margin-top: -3px; }

/*.pg_social_pagepage .dropdown-extended .header .header_settings {
  float: right;
  font-weight: normal;
  text-transform: none; }

.pg_social_pagepage .dropdown-extended .header .header_settings a {
  display: inline-block;
  padding: 0 5px; }
*/
.pg_social_pagepage .dropdown-extended .header:after {
  content: '';
  display: table;
  clear: both; }
.pg_social_pagepage .dropdown-extended .footer {
  text-align: center;
  font-size: 11px; }

.pg_social_pagepage .dropdown-extended ul li a, .dropdown-extended ul li.no-url {
  padding: 8px; }

.pg_social_pagepage .dropdown-extended .footer > a {
  padding: 5px 0; }

.pg_social_pagepage .dropdown-extended ul li a, .notification_list dt > a, .dropdown-extended .footer > a {
  display: block;
  text-decoration: none; }

#pg_social.pg_social_pagepage #pg_social_header #pg_social_actionprofile a.page_list_buttonMember {
	padding: 0;
}

#pg_social.pg_social_pagepage #pg_social_header #pg_social_actionprofile a.page_list_buttonMember span {
    display: block;
    padding: 10px;
    border-radius: 3px;
}
#pg_social.pg_social_pagepage #pg_social_header #pg_social_actionprofile a.page_list_buttonMember span.likepage {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#pg_social.pg_social_pagepage #pg_social_header #pg_social_actionprofile a.page_list_buttonMember span.memberpage {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#pg_social.pg_social_pagepage #pg_social_header #pg_social_actionprofile a.page_list_buttonMember:hover span {
	background-color: #f2f2f2;
	color: #000;
}
#pg_social.pg_social_pagepage ul#pages_list li.page_list a.page_list_buttonMember {
	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.pg_social_pagepage ul#pgsocial_members_request li a.member_avatar {
	display: inline-block;
	width: 20%;
	margin: 0;
	padding: 0;
}

#pg_social.pg_social_pagepage ul#pgsocial_members_request li a.member_avatar img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#pg_social.pg_social_pagepage ul#pgsocial_members_request li .member_requestinfo {
	display: inline-block;
	width: calc(80% - 10px);
	margin-left: 10px;
}

#pg_social.pg_social_pagepage ul#pgsocial_members_request li .member_requestinfo a.member_username {
	padding-left: 15%;
}

/*#pg_social.pg_social_pagepage ul#pgsocial_members_request li .member_requestinfo a.member_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;
}
*/
#pg_social.pg_social_pagepage ul#pgsocial_members_request li div.member_requestinfo a.decline-member {
	background-color: #545365;
}
#pg_social.pg_social_pagepage #pg_social_main li.page-menu ul.list-request-members li {
	font-weight: normal;
	text-align: center
}

ul#pgsocial_members_request li .member_requestinfo a.member_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_members_request li .member_requestinfo a.member_request.decline {
	background-color: #545365;
}

.icon_form_activity {
	color: #818690;
}


/*****  wester end************************/
#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 {
	margin-top: 10px;
	text-align: left;
	font-size: 11px;
	color: #898da8;
	text-shadow: 0px 0px 0px;
}

#pg_social * {
	/*wester: background-color: transparent;*/
	outline: none;
	/*border: 0;*/
	margin: 0;
	/*padding: 0;*/
	list-style: none;
	resize: none;
	/*box-shadow: 0px 0px 0px transparent;*/
	text-shadow: 0px 0px 0px;
}


#pg_social div.inline-attachment {
	outline: none;
	margin: 0;
	list-style: none;
	resize: none;
	text-shadow: 0px 0px 0px;
}

#pg_social *:hover {
	text-decoration: none;
}

#pg_social b {
	color: #6a6d81;
}

#pg_social img {
	max-width: 100%;
	height: auto;
}

.list_postulaciones { 
/*	border: 1px solid #ccc;*/
	/*border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;	*/
 width: 100%;
 height: 6rem;
 display:block;
 background-color: #fff;
 /*border-radius: 5px;*/
}

div#pg_social_sidec #company_profile_list > .profile_avatar2 {
	position: relative;
	/*top: -165px;*/
	display: block;
	/*background-color: #fff;*/
	width: calc(12% - 10px);
	/*margin: 0 20px 0;*/
	padding: 5px;
	/*border-radius: 100%;*/
	z-index: 1;
	float:left;
	/*margin-top:1.15rem;*/
	margin-left:0.5rem;
	margin-right:1.0rem;
	/*width:10rem;
	height:5rem;*/
	border-radius:0;
	border-style: none;
}

div#pg_social_sidec #company_profile_list > .profile_avatar2 img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 80%;
	height: auto;
	border-style: none;
}

#pg_social img.avatar {
	background-image: url(../../../../../../ext/pgreca/pgsocial/images/page_no_avatar.jpg);
	background-color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: inherit;
}

ul.rightside .user_header_avatar {
	width: auto;
	height: auto;
	max-width: 45px;
	max-height: 45px;
	resize: none;
	outline: none;
	text-shadow: 0px 0px 0px;
	display: inline-block;	
	list-style: none;
	padding-left: 12px;
	padding-right: 8px;
}

ul.rightside .user_header_avatar img.avatar {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}


#pg_social .panel {
	background-color: #fff;
	width: calc(100% - 20px - 2px);
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 5px;
	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 15px;
	padding: 15px;
	border-bottom: 1px solid #e6ecf5;
	font-size: .870rem;
	text-transform: inherit;
	color: #6a6d81;
	font-family: Tahoma, sans-serif;
}

#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_header #pg_social_actionprofile a.page_list_buttonFollow {
	padding: 0;
}

#pg_social #pg_social_header #pg_social_actionprofile a.page_list_buttonFollow span {
    display: block;
    padding: 10px;
    border-radius: 3px;
}

#pg_social #pg_social_header #pg_social_actionprofile a.page_list_buttonFollow span.likepage {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#pg_social #pg_social_header #pg_social_actionprofile a.page_list_buttonFollow:hover span {
	background-color: #f2f2f2;
	color: #000;
}

#pg_social #pg_social_main {
	position: relative;
}

#pg_social #pg_social_main > .profile_avatar {
    position: absolute;
    top: -165px;
    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(10% + 44px);
	padding: 5px 0;
	font-size: 2.4em;
	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;
}

/*Wester 13Abril*/
#pg_social #pg_social_main ul#pg_social_menu li.page-menu {
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

#pg_social #pg_social_main ul#pg_social_menu li.page-menu a.a-page-menu {
	position: relative;
	display: block;
	padding: 20px 15px;
	color: #545365;
}

#pg_social #pg_social_main ul#pg_social_menu li.page-menu a.a-page-menu: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.page-menu a.a-page-menu:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

#pg_social #pg_social_main ul#pg_social_menu li.active a.a-page-menu {

	color: #898da8;
}

#pg_social #pg_social_main ul#pg_social_menu li.active a.a-page-menu:before {
	background-color: #fff;
}

#pg_social #pg_social_main ul#pg_social_menu li.page-menu a.a-page-menu .break {
    display: inline-block;
    margin-right: 5px;
}

#pg_social #pg_social_main ul#pg_social_menu li.page-menu span {
	font-size: 0.7em;
}
/****/
#pg_social #pg_social_sidel {
	display: inline-block;
	width: calc(25% - 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: 10px 0 5px;
}

#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: 80%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: 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 {
	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 i.icon {
	color: #000;
}

#pg_social #pg_social_sidel ul#profile_menu li a:hover {
	text-decoration: none;
}

#pg_social #pg_social_sidec {
	display: inline-block;
    width: 50%;
    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_pagepage #pg_social_cont {
	background-color: #fff;
}

#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));
	height: 360px;
	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.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) - 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(400px);
	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(20px + 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;
}
/*Wester*/
#pg_social #pg_social_cont .tiny2:hover {
  	background-color: #fff;
  	border-color: #92afc4;
  	color: #176093;
}
/*
#pg_social #pg_social_cont .button-search {
  line-height: 22px;
}*/
/*****/
#pg_social form#wall_post {
	position: relative;
	background-color: #fff;
    border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

#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: 10px;
	cursor: pointer;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right:15px;
}

#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_text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
	height: 100px;
	margin: 0;
	padding: 20px 15px;
	overflow-y: auto;
	resize: none;
	font-size: 1.1em;
	user-select: text;
}

#pg_social form#wall_comment .wall_comment_text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 62px);
	height: 15px;
	margin: 0;
	padding: 30px 25px;
	overflow-y: auto;
	resize: none;
	font-size: 1.1em;
	user-select: text;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #d8dae6;
	border-radius: 3px;
}


#pg_social form#wall_post #wall_post_text[contenteditable=true]:empty:before {
	display: block; /* For Firefox */
	content: attr(placeholder);
}

#pg_social form#wall_comment .wall_comment_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(255, 255, 255);
	padding: 1px;
/*wester*/
	color:#176093;
	font-weight: bold;
/****/
}

#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: 2.5em;
	cursor: pointer;
}

#pg_social form#wall_post label#pg_social_create_survey {
	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_create_survey i {
	line-height: 36px;
	font-size: 2.5em;
	cursor: pointer;
}

#pg_social form#wall_post label#pg_social_upload_pdf {
	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_upload_pdf i {
	line-height: 36px;
	font-size: 2.3em;
	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: 60%;
	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: 3px;
	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;
}

#pdfContainer {
	width: 100%;
	height: 600px;
}

#pdfEmbed {
	width: 100%;
	height: 100%;
}

#pg_social form#wall_post input[type="submit"] {
	/*background-color: #ff5e3a;
	padding: 11px 15px;
	color: #fff;*/
	/*background-color: #105289;*/
	background-color: #3f91d6;
	padding: 11px 11px;
	color: #fff;
	border-radius: 5px;
	border: 0;
}

#pg_social form#wall_post input[type="submit"]:hover {
	background-color:#f7cb78;
	color: #fff;
}

#pg_social form#wall_post #pg_social_wall_tag {
	position: relative;
	display: inline-block;
	width: 40%;
}

#pg_social form#wall_post #pg_social_wall_tag ul#pg_social_wall_tag_system {
	background-color: #fff;
	max-height: 42px;
	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(90%);
	height: calc(34px);
	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;
}

/*new tag menu wester*/

#pg_social form#wall_comment #pg_social_wall_comment_tag {
	position: relative;
	display: inline-block;
	width: 50%;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_tag_system {
	background-color: #fff;
	max-height: 42px;
	overflow-y: auto;
	border: 1px solid #e6ecf5;
	border-radius: 3px;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_tag_system:empty {
	margin-top: 0;
	border: 0;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_tag_system::-webkit-scrollbar {
    width: 0.5em;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_tag_system::-webkit-scrollbar-thumb {
    background-color: #000;
	border-radius: 3px;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_tag_system li.tag_system_search_people {
	display: inline-block;
	width: calc(90%);
	height: calc(34px);
	padding: 5px 10px;
	cursor: pointer;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_tag_system li.tag_system_search_people:hover {
	background-color: rgba(43, 101, 151, 0.85);
	color: #fff;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_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_comment #pg_social_wall_comment_tag ul.pg_social_wall_comment_tag_system li.tag_system_search_people .tag_system_search_people_username {
	display: inline-block;
}

#pg_social form#wall_comment #pg_social_wall_comment_tag i#pg_social_wall_comment_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 div#pdfThumbnail {
	/*display: inline-block;
	background-color: #fff;
	max-height: 50px;
	padding: 5px;
	border-radius: 3px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

#pg_social form#wall_post #wall_post_thumb img#wall_post_thumb_img {
	display: inline-block;
	background-color: #fff;
	max-height: 100px;
	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 li.post_status {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	margin: 0 0 10px;
	border-radius: 5px;
	animation: animateElement linear 1s;
	animation-iteration-count: 1;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head {
	padding: 10px 15px 10px;
	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: 42px;
	margin-right: 10px;
	margin-top: 6px;
	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.15);
}

#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: 2px 0 0;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_user_about {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1em;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author h4 {
	font-size: 1.3em;
	font-weight: normal;
}

#pg_social_containerR #pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author h4 {
	font-size: 1.2em;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head .post_status_head_author h4 span {
	/*font-size: 0.8em;*/
}

#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: 0;
	border-radius: 3px;
	font-size: 1.0em;
	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;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton li a i.fa {
	vertical-align: top;
}

#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 {
	padding: 5px;
	white-space: nowrap;
	cursor: pointer;
	display:list-item;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton li .dropdown-contents > li:hover {
	color: #ff5e3a;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_head ul.post_status_actionButton li .dropdown-contents > li  a {
	width: calc(100% - 20px);
	padding: 10px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content {
	padding: 8px 16px 8px;
	word-break: break-word;
	font-size: 1.20em;
	color: #404251;
}

#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 a.groups_title {
    margin-bottom: 15px;
    font-size: 1.7em;
    font-weight: normal;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content .post_parent_info {
	background-color: rgba(128, 127, 127, 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 {
	color: #176093;
}

#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.1em;
	color: #176093;
}

#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: 10px;
	text-align: center;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content img.photo_popup {
	max-width: 70%;
    min-width: 40%;
	max-height: 750px;
	border-radius: 3px;
    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 p.post_status_youtube {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 15px 0 0;
	padding-top: 30px;
	padding-bottom: 50%;
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_content p.post_status_youtube 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 .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(113, 152, 227, 0.1);
	width: 100%;
	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: 1.0em;
}

#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';
}

/** comment to include new footer
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 0;
}
**/ 
/**copiar new  footer**/
#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;
}


/**copiar-end**/

/*
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_like,
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_comment,
#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_share {
	display: inline-block;
	vertical-align: middle;
	width: calc(33.33% - 20px);
	margin: 0 10px;
	padding: 5px 0;
	text-align: center;
}

#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;
	background-color: rgba(0, 0, 0, 0.3);
	width: calc(100% - 14px);
	margin: 0;
	padding: 7px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8em;
	cursor: pointer;
	-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; 
	/***margin-right: 5px; **/
}

/***#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer div a:hover,
.pg_social_photo #pg_social_photo_social .pg_social_photo_likshare div a:hover {
	background-color: rgba(0, 0, 0, 0.9);
} ***/

/***#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer div.active a i.icon {
	color: #AA0000;
} **/

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_like a i.icon {
	/***vertical-align: sub;
	margin-right: 5px; ***/
}

#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_like.active a i.icon {
	/*color: red;*/
	color:#205cb9;
}

.phpbb_alert.pg_social_photo #pg_social_photo_social .pg_social_photo_likshare .post_status_like.active a i.icon {
	/*color: red;*/
	color:#205cb9;
}

#pg_social #pg_social_cont ul#posts_status li.post_status ul.post_status_comments {
	/***background-color: #fafbfd;
	width: 100%; ***/
	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: calc(100% - 30px);
	padding: 10px 15px 0;
}

#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: 10px;
}

#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;
	background-color: #fff;
	width: calc(100% - 30px);
	/*padding: 15px;*/
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 0 0 5px 5px;
}

#pg_social #pg_social_cont ul#posts_status li.post_status form.wall_comment 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 form.wall_comment div.wall_comment_text {
	width: calc(100% - 30px - 10px - 20px - 2px);
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #d8dae6;
	border-radius: 3px;
}

#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%;
}

#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 dl dd {
	color: #898da8;
}

#pg_social .panel .colum {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 1.2em;
}

#pg_social .panel .colum.onecolum {
	width: 100%;
}

#pg_social .panel .colum.colum_info {
	width: calc(100% - 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_linkedin {
	background-color: #004182;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_youtube {
	background-color: #f00;
}

#pg_social .panel .colum dl.social_networks dd.phpbb_whatsapp {
	background-color: #2e7713;
}

#pg_social .panel .colum dl.social_networks dd a {
	display: block;
	padding: 10px;
	color: #fff;
}

.th_experience {
	/*border: 1px solid #e3e1e3; */
	border-collapse: collapse;
	padding: 5px;
	color: #f8f9fc;
    background-color: #527CBC;
	border-radius: 0px;
}

.td_experience {
	border: 1px solid #e3e1e3; 
	border-collapse: collapse;
	padding: 5px;
	background-color: #fafaff;
	color:#85868b;
}

.th_study {
	/*border: 1px solid #e3e1e3; */
	border-collapse: collapse;
	padding: 5px;
	color: #f8f9fc;
    background-color: #527CBC;
	border-radius: 0px;
}

.td_study {
	border: 1px solid #e3e1e3; 
	border-collapse: collapse;
	padding: 5px;
	background-color: #fafaff;
	color:#85868b;
}

[contentEditable=true]:empty:before {
    content: attr(placeholder);
    opacity: 0.3;
  }

#pg_social #pg_social_sider {
	display: inline-block;
	width: calc(25% - 10px);
	padding: 0 0 10px 10px;
	vertical-align: top;
}

#pg_social ul.sidelist {
	margin: -15px -10px -10px;
}

#pg_social ul.sidelist li.listElement {
	padding: 10px;
	/*border-bottom: 1px solid #cfcfcf;*/
}

#pg_social ul.sidelist li.listElement:last-child {
	border-bottom: 0;
}

#pg_social ul.sidelist li.listElement .elementLeft {
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: middle;
}

#pg_social ul.sidelist li.listElement a.avatar {
	float: left;
	display: inline-block;
	margin-right: 5px;
}

#pg_social ul.sidelist li.listElement a.avatar img.avatar {
	width: 45px;
	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% - 45px - 10px);
	margin-left: 10px;
	vertical-align: top;
}


#pg_social ul.sidelist li.listElement.listFeed .listUsername {
	width: calc(100% - 30px - 10px);
}

#pg_social ul.sidelist li.listElement .listUsername span.username {
	font-size: 1.2em;
	/*font-weight: bold;*/
	color: #55576a;
}

#pg_social ul.sidelist li.listElement .listUsername span.user_about {
	font-size: 1.0em;
	color: #898da8;
}


#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: #7e8ae4;
	border-radius: 100%;
	text-align: center;
}

#pg_social ul.sidelist li.listElement .listElementaction:hover {
	background-color: #f7cb78;
}

#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% - 70px - 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 a.post_topic {
	display: inline-block;
	width: 100%;
	font-size: 1.1em;
}

#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% - 70%);
	height: calc(100% - 30vh);
	margin: 15vh 30%;
	padding: 0;
	border: 0;
    border-radius: 3px;
	z-index: 99;
}

#pg_social #create_survey {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 70%);
	height: calc(100% - 30vh);
	margin: 15vh 30%;
	padding: 0;
	border: 0;
    border-radius: 3px;
	z-index: 99;
}

#pg_social #page_create h3 {
	width: calc(100% - 40px + 0);
    margin: 0 0 15px;
}

#pg_social #create_survey h3 {
	width: calc(100% - 40px + 0);
    margin: 0 0 15px;
}

#pg_social #page_create form#page_new_form {
	padding: 15px;
	text-align: center;
}

#pg_social form#form_new_survey {
	padding: 15px;
	text-align: center;
}

.btn-blue {
	color: #fff;
	background-color: #527CBC;
	border-color: #527CBC;
  }

#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 #create_survey form#form_new_survey input[type="text"] {
	width: calc(100% - 4% - 30px - 2px);
	margin: 5px 2%;
	padding: 15px;
	border: 1px solid #e5ecf6;
	border-radius: 3px;
}
#pg_social .btn-option-survey {
	display: inline-block;
	/*padding: 10px 20px;*/
	background-color: #ffffff;
	border: 1px solid #b1d2f2;
	border-radius: 10px;
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
  }

#pg_social .progress-bar-survey {
	position: relative;
	height: 20px; /* Adjust the height as needed */
  }

#pg_social .progress-bar-survey .progress-content  {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	padding: 0 10px;
	color: rgb(65, 127, 207);
  }

.btn-close-survey {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #fff;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
  }

  .btn-close-survey:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.75;
  }
  .btn-close-survey:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	opacity: 1;
  }
  .btn-close-survey:disabled, .btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	opacity: 0.25;
  }

#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(300px);*/
	margin: 0 !important;
	padding: 15px;
	font-size: 1.1em;
	/*overflow-y: scroll;*/
}

.phpbb_alert.pg_social_photo #pg_social_photo_social div.pg_social_photo_likshare {
	display: inline-block;
	background-color: rgba(188, 188, 188, 0.5);
	width: calc(100% - 10px);
	height: calc(40px - 10px - 1px);
	padding: 10px 5px;
	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% - 15px);
	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(60% - 60px);
}

.phpbb_alert.pg_social_photo #pg_social_photo_social ul.pg_social_photo_comments {
	display: inline-block;
	width: calc(100% - 10px);
	height: calc(60% - 70px);
	margin: 5px;
    overflow-y: auto;
}

.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 {
	width: calc(100% - 30px - 20px - 10px - 2px);
	height: calc(100% - 2px);
	margin-left: 10px;
	padding: 0 10px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	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_head .post_status_action > div:last-child {

	}

	#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_like,
	#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_comment,
	#pg_social #pg_social_cont ul#posts_status li.post_status .post_status_footer .post_status_share {
		width: calc(33.33% - 2px);
		margin: 0;
		padding: 5px 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 {
		width: calc(80% - 14px);
	}

	#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;
		display:inline-block;
	}

	#pg_social #pg_social_main ul#pg_social_menu {
		border-top: 0.5px solid #e5ecf6;
		text-align: left;
	}
/*Wester 13Abril*/
	#pg_social #pg_social_main ul#pg_social_menu,
	#pg_social #pg_social_main ul#pg_social_menu li.page-menu,
	#pg_social #pg_social_main ul#pg_social_menu li.page-menu:first-child,
	#pg_social #pg_social_main ul#pg_social_menu li.page-menu:last-child,
	#pg_social #pg_social_main ul#pg_social_menu li.page-menu:first-child a,
	#pg_social #pg_social_main ul#pg_social_menu li.page-menu:last-child a {
		border-radius: 0;
	}

	#pg_social #pg_social_main ul#pg_social_menu li.page-menu {
		width: calc(100% / 5);
		text-align: center;
		white-space: nowrap;
	}

	#pg_social #pg_social_main ul#pg_social_menu li.page-menu a.a-page-menu {
		font-size: 0.8em;
	}

	#pg_social #pg_social_main ul#pg_social_menu li.page-menu a.a-page-menu .break {
		clear: both;
		display: block;
		margin: 0;
	}

	#pg_social #pg_social_main ul#pg_social_menu li.page-menu a.a-page-menu 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.colum {
		width: calc(50% - 10px);
		min-height: 200px;
		height: auto;
		padding-left: 2px;
	}

	#pg_social #pg_social_cont ul.colums li#pg_social_gallery_create {
		width: calc(100% - 40px - 6px);
	}

	#pg_social ul#pg_social_gallery li:nth-child(4n),
	#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: 0 15px 15px 0;
	}

	#pg_social #pg_social_cont ul.colums li:nth-child(odd) {
		margin-right: 0;
	}

	#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 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);
	}
}
