@charset "UTF-8";
@font-face {
  font-family: "Gotham Pro Regular";
  src: url("/local/templates/pig-soc/fonts/GothamPro/GothamPro.eot");
  src: url("/local/templates/pig-soc/fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/pig-soc/fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/pig-soc/fonts/GothamPro/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro Light";
  src: url("/local/templates/pig-soc/fonts/GothamPro/GothamPro-Light.eot");
  src: url("/local/templates/pig-soc/fonts/GothamPro/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/pig-soc/fonts/GothamPro/GothamPro-Light.woff") format("woff"), url("/local/templates/pig-soc/fonts/GothamPro/GothamPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.sticky {
  position: fixed;
  z-index: 101;
}

body {
  font-family: "Gotham Pro Regular";
  font-weight: 400;
  background: #f8f8f8;
}

h2 {
  font-weight: 400;
}

body .container-fluid {
  background-color: #f8f8f8;
}

body .container-fluid .header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 60px;
  width: 100%;
}

#article ul.bx-users-selector li.bx-selected {
  padding-right: 30px;
  background-color: #049b39;
}

.bxu-items {
  height: auto !important;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #019b4c;
}

#sonet_log_microblog_container {
  width: 100%;
}

.feed-item-wrap {
  border-bottom: 1px solid #0000000d;
}

.feed-post-block-separator .feed-post-informers-cont {
  border-top: none !important;
}

.feed-blog-post-list {
  width: 100%;
}

input.fields.string {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

div.bx-users-selector-filter {
  background-color: #ffffff !important;
  border: 1px solid #aebec569 !important;
}

ul.bx-users-selector {
  background-color: #019b4c !important;
}
ul.bx-users-selector li {
  color: #fff !important;
}

body .container-fluid .header .header_logo-search {
  display: flex;
  flex-direction: row;
  justify-content: start;
}

body .container-fluid .header .header_logo-search .header_logo {
  background-image: url("/local/templates/pig-soc/images/pigi_hover_white.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  margin-right: 35px;
  margin-left: 55px;
  background-size: contain;
}

body .container-fluid .header .header_logo-search .header_search {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .container-fluid .header .header_logo-search .header_search .navbar-form .form-control {
  width: 400px;
  height: 30px;
  border-radius: 20px;
}

body .container-fluid .header .header_logo-search .header_search .form-control:focus {
  border-color: #019b4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

body .container-fluid .header .header_user-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

body .container-fluid .header .header_user-panel .header_user__link {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #1e2b2347;
  height: 40%;
}

body .container-fluid .header .header_user-panel .header_user__link a {
  display: block;
  color: #ffffff;
}

body .container-fluid .header .header_user-panel .header_user__link .header_user__photo {
  font-weight: bold;
}

body .container-fluid .header .header_user-panel .header_user__link .header_user__photo img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

body .container-fluid .header .header_icon {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

body .container-fluid .header .header_icon .header_user__icon {
  margin-right: 10px;
  position: relative;
}

body .container-fluid .header .header_icon .header_user__icon span {
  display: block;
  position: absolute;
  top: -2px;
  left: 14px;
  color: #fff;
  font-weight: bold;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
}

body .container-fluid .content .content-wrap {
  /*display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;*/
  margin-left: 5px;
  margin-right: 5px;
}

body .container-fluid .content .content-wrap .content_profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .container-fluid .content .content-wrap .content_profile .profile_presentation {
  height: 425px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 29px;
}

body .container-fluid .content .content-wrap .content_profile .profile_presentation .wrap {
  position: relative;
  height: 425px;
}

body .container-fluid .content .content-wrap .content_profile .profile_presentation .wrap .profile_avatar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 72%;
  left: 0%;
  border-radius: 50%;
}

body .container-fluid .content .content-wrap .content_profile .profile_presentation .wrap .profile_name {
  position: absolute;
  width: 200px;
  height: 30px;
  top: 83%;
  left: 16%;
  text-decoration: none;
}
body .container-fluid .content .content-wrap .content_profile .profile_presentation .wrap .profile_name:hover {
  text-decoration: none;
}

body .container-fluid .content .content-wrap .content_profile .profile_presentation .wrap .profile_name h2 {
  color: #ffffff;
  font-size: 1.98rem;
  font-weight: bold;
}

body .container-fluid .content .content-wrap .content_profile .profile_presentation .wrap .profile_name a {
  text-decoration: none;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info {
  width: 100%;
  margin-top: 30px;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start {
  position: relative;
  height: 170px;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav-tabs > li.active > a, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav-tabs > li.active > a:focus, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav-tabs > li.active > a:hover {
  background-color: #e7e7e7;
  border-top-right-radius: 40px;
  color: #000000b5;
  font-weight: bold;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav > li > a:hover {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav-tabs > li > a {
  color: #000;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav-tabs {
  border-bottom: 1px solid #f8f8f8;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav-tabs > li {
  margin-left: 20px;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav .open > a, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav .open > a:focus, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .nav .open > a:hover {
  border-color: #e7e7e7;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .dropdown {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  position: absolute;
  top: 7px;
  left: 446px;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .dropdown a {
  padding: 3px;
  font-size: 1.25rem;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .tab-content {
  background-color: #fff;
  margin-left: 20px;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_start .tab-content .tab-pane {
  padding: 10px;
}

body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .content_profile_info_center_posts {
  height: 820px;
  margin-top: 30px;
}

body .container-fluid .content .content-wrap .right-column_one {
  background-image: url("/local/templates/pig-soc/images/Image 7.png");
  background-repeat: no-repeat;
  background-size: auto;
  height: 820px;
  background-position: top left;
}

body .container-fluid .content .content-wrap .right-column_two {
  background-image: url("/local/templates/pig-soc/images/Image 9.png");
  background-repeat: no-repeat;
  background-size: auto;
  height: 820px;
  background-position: top left;
}

body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element span {
  font-size: 5rem;
  color: green;
  display: block;
  position: absolute;
  margin: 15px -5px;
}

.bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li div {
  height: 35px;
}

.bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li a {
  padding: 0px;
}

.bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li.bx-sonet-switcher-current {
  border: none;
  background-color: #f8f8f8;
}

.bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers {
  border: none;
}

.bx-sonet-profile-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.bx-sonet-profile-field input {
  display: block;
}
.bx-sonet-profile-field img {
  display: block;
}

.tab-profile-btn {
  margin-bottom: 5px;
}
.tab-profile-btn .tab-profile-link {
  color: #fff;
  padding-top: 0px;
  padding-right: 0px;
}

body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .page-title, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .page-title, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav .page-title, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .page-title, .page-title-club, .page-title {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .page-title h2, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .page-title h2, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav .page-title h2, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .page-title h2, .page-title-club h2, .page-title h2 {
  font-size: 20px;
  font-weight: 100;
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
  padding-right: 15px;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .page-title h2 span, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .page-title h2 span, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav .page-title h2 span, body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .page-title h2 span, .page-title-club h2 span, .page-title h2 span {
  font-weight: bold;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .page-title:before,
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .page-title:before,
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav .page-title:before,
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .page-title:before,
.page-title-club:before,
.page-title:before
{
  border-top: 2px solid #029a4d;
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: auto;
  top: 58%;
  right: 0;
}

.page-title-club {
  width: 100%;
}

/*   Виджеты  */
a.gdremove {
  background-color: #f8f8f8;
}

div.bx-user-control {
  border-left: none !important;
}

.gdparent-wrap {
  position: relative;
  background-color: #f8f8f8;
}
.gdparent-wrap .gdparent {
  border: none;
  background-color: #f8f8f8;
}
.gdparent-wrap .gdparent .page-title h2 {
  font-weight: 100;
}

.gdheader {
  background-color: #f8f8f8;
  padding: 0px;
  margin: 0 0 25px 0;
}

td.popupmenu div.popupitem div.icon {
  height: 0px !important;
}

#SONET_USER_DESC ~ .item, #SONET_USER_ACTIVITY ~ .item, #PROBKI ~ .item {
  display: none;
}

.feed-post-informers {
  background-color: #ffffff;
}

.data-table-gadget {
  background-color: #f8f8f8;
}

.data-0.data-table-gadget .gdparent-wrap {
  position: relative;
}
.data-1.data-table-gadget .gdparent-wrap {
  position: relative;
}
.gdparent {
  position: relative;
}

.gdoptions {
  position: absolute;
  z-index: 100;
  background-color: #c7e4f1;
}

.bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers td.bx-sonet-profile-field input[type|=text] {
  width: 160%;
}
body .right-sidebar.right-column_one #wrap_right-sidebar .right-sidebar_groups .groups-wrap .title:first-child{
  margin-left: 14px;
}
.button.btn_login {
  background-color: #019B4C !important;
}

body #top-menu .right ul li > a {
  color: #767f8c;
}
body #top-menu .right ul > li:hover > a span {
  color: #232323;
  line-height: 14px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  font-weight: 100;
}
body #top-menu .short-icon-text.ic-facebook a span {
  display: block !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #5e5e5e;
}
body #top-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  width: 250px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.15);
}
body #top-menu .right ul li > a {
  display: block;
  font-weight: 900;
  padding: 20px 12px 6px 12px;
  line-height: 14px;
  letter-spacing: -0.4px;
  position: relative;
  white-space: nowrap;
}
body #top-menu .right ul li.dropdown:hover > ul.sub-menu {
  display: block !important;
  -webkit-animation: fadein 0.2s;
  -moz-animation: fadein 0.2s;
  -ms-animation: fadein 0.2s;
  -o-animation: fadein 0.2s;
  animation: fadein 0.2s;
}
body .show {
  display: block;
}
body .modal-backdrop {
  z-index: 0 !important;
  background-color: #000;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav a {
  color: #000 !important;
}
body .header_res_menu {
  display: none;
}
body .content_profile_info.row .content_profile_info_left-sidebar.col-lg-3.col-md-3 .wrap_nav {
  width: 100%;
}
body #wrap_right-column_two_res {
  display: none;
}
body .dat-menu-top-header {
  display: none !important;
}
body .header-wrap {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
  background-image: url("/local/templates/pig-soc/images/bg_menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #019B4C;
}
body .container-fluid .content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  padding-right: 0px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap {
  position: relative;
  margin-top: 30px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap div.bx-user-control li.bx-icon-settings {
  display: none;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets {
  margin-top: 20px;
  position: relative;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets .bx-gd-buttons {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0px;
  padding-left: 22px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets .bx-gd-buttons .bx-gd-button {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets .bx-gd-buttons .bx-gd-button span.bx-gd-c {
  width: 115px !important;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets .gadgetholder {
  position: relative;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets .gadgetholder .gdcontent {
  padding: 0px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets .gadgetholder .gdcontent a {
  color: #000;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: 20%;
  position: relative;
  width: 100%;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav .active {
  font-weight: bold;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav a {
  display: block;
  position: relative;
  margin-bottom: 13px;
  letter-spacing: 1.1px;
  color: #000;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav a span {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -9px;
  right: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav a span.foto-profile {
  top: -10px;
  left: -29%;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .nav a span.kolmess {
  top: 0px;
  left: -24px;
  color: #fff;
  font-size: 11px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .page-title h2 {
  font-weight: bold !important;
  font-family: "Gotham Pro Regular";
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .group-buttons {
  width: 100%;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .group_table.gadgetholder .group_wrap {
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .group_table.gadgetholder .group_wrap .gdparent {
  border: none;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-group-control ul li a {
  color: #000;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .nav.nav-tabs {
  width: 100%;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .nav-tabs > li.active > a {
  color: #fff;
  background-color: #019b4c;
  border: 1px solid #019b4c;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .nav-tabs > li > a {
  color: #000;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .stroke {
  height: 50px;
  border-bottom: 1px solid #019b4c;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .stroke span {
  display: block;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .stroke .prof_title {
  font-weight: bold;
  margin-right: 7px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout .bx-sonet-profile-edit-menu li {
  margin: 2px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout .bx-sonet-profile-edit-menu li div {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout .bx-sonet-profile-edit-menu li div a {
  display: block;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout .bx-sonet-profile-edit-menu .bx-sonet-switcher-current .btn.btn-success.tab-profile-btn {
  background-image: -webkit-linear-gradient(top, #517d51 0, #419641 100%);
  background-image: -o-linear-gradient(top, #517d51 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#517d51), to(#419641));
  background-image: linear-gradient(to bottom, #517d51 0, #419641 100%);
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout .bx-sonet-profile-edit-layers .bx-sonet-profile-fieldset-table .bx-sonet-profile-field {
  display: flex;
  flex-direction: column;
  align-items: start;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap #log_internal_container {
  width: 100%;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .sonet-user-short {
  display: none;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap table.gadgetholder tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap {
  background-color: #FFFFFF;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-micro {
  font-size: 1.5rem;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-form-variants {
  border-bottom: 1px solid #f0f1f2;
  min-height: 40px;
  padding: 0;
  position: relative;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-form-variants .feed-filter-btn-wrap {
  margin-top: 7px;
  margin-right: 10px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-form-variants .feed-add-post-form-link:after {
  background: #828b9533 !important;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-form-variants .feed-add-post-form-link {
  color: #0000009e;
  font-weight: 200;
  cursor: pointer;
  display: inline-block;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  margin-right: 56px;
  position: relative;
  text-transform: unset;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-form-variants .feed-add-post-form-link span {
  font-size: 1.5rem;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-form-variants .feed-add-post-form-link-active {
  color: #000000 !important;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #99999942;
  border-top-right-radius: 20px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .feed-wrap .feed-add-post-form-variants .feed-add-post-form-link-active:after {
  background: #828b9533 !important;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .sonet-cntnr-user-search3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .sonet-cntnr-user-search3 .fr-wrap {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 45%;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .sonet-cntnr-user-search3 .fr-wrap .fr-content {
  margin-left: 10px;
}
body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .sonet-cntnr-user-search3 .fr-wrap .fr-content .bx-user-info-name {
  letter-spacing: 1.1px;
  color: #2067b0;
  font-weight: bold;
}
body .container-fluid .content .right-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-top: 29px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
body .container-fluid .content .right-sidebar div.wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups {
  background-color: #FFFFFF;
  border: 1px solid #0000001f;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .title h4 {
  position: relative;
  font-size: 16px;
  color: #0000008a;
  margin-left: 55px;
  font-weight: bold;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .title h4 span {
  position: absolute;
  top: -7px;
  left: -51px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-top: 0px;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .groups-wrap_element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 7px;
  margin-bottom: 7px;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem-link {
  display: block;
  position: relative;
  letter-spacing: 1.1px;
  color: #000;
  margin-left: 20px;
  width: 190px;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem {
  margin-right: 8px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 50%;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem-comm {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 90%;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem-comm .elem-comm_link {
  display: block;
  position: relative;
  letter-spacing: 1.1px;
  color: #2067b0;
  margin-left: 20px;
  width: 190px;
  font-weight: bold;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem-comm a {
  text-decoration: none;
  cursor: pointer;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem-comm a p {
  display: block;
  text-align: left;
  color: #000000;
  font-weight: 300;
  font-size: 1.3rem;
  /*padding-left: 20px;*/
  padding-right: 5px;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_groups .groups-wrap .allgroups a {
  color: #019b4c;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-color: #b6bdb7;
  margin-left: 6px;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
  font-weight: 700;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_recl {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #0000001f;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_recl .right-sidebar_recl_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 10px;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_recl .right-sidebar_recl_img a {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .container-fluid .content .right-sidebar div.wrap .right-sidebar_recl .right-sidebar_recl_img a img {
  display: block;
  width: 100%;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups {
  background-color: #f8f8f8 !important;
  border: 1px solid #0000001f;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem {
  margin-right: 8px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 50%;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem-comm {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 90%;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element .elem-comm .elem-comm-link {
  display: block;
  position: relative;
  letter-spacing: 1.1px;
  color: #000;
  margin-left: 20px;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element span {
  font-size: 3rem;
  display: block;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element span.online {
  color: green;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .groups-wrap_element span.offline {
  color: red;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .nav.nav-my-page {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .nav.nav-my-page h2 {
  margin-top: 6px;
  font-size: 1.9rem;
}
body .container-fluid .content .right-column_two .wrap .right-sidebar_groups .groups-wrap .nav.nav-my-page h2 span {
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 1500px) {
  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .widgets .bx-gd-buttons {
    padding-left: 14px;
  }

  .gdcontent {
    padding: 0px;
  }

  body .container-fluid .content .content-wrap .content_profile .profile_presentation .wrap .profile_name {
    left: 22%;
  }

  .data-0 .gdcontent {
    width: 210px;
    padding: 0px;
    position: relative;
  }
  .data-0 .gdcontent .gdcontent-wrap img {
    width: 80px;
  }

  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar .wrap_nav .widgets_wrap .page-title h2 {
    font-size: 18px;
  }

  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_left-sidebar {
    padding-left: 0px;
  }

  .bx-sonet-profile-edit-layout div.bx-sonet-profile-edit-layers {
    margin-left: 37px;
    border: none;
  }

  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    width: auto;
    text-align: center;
    float: none;
  }
  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li {
    margin: 2px;
  }
  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li div {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .bx-sonet-profile-edit-layout ul.bx-sonet-profile-edit-menu li div a {
    display: block;
  }
  .bx-sonet-profile-edit-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  body .container-fluid .content .content-wrap .content_profile .content_profile_info .content_profile_info_wrap .sonet-cntnr-user-search3 .fr-wrap {
    flex-wrap: wrap;
  }
}

.profile-work{
  position: absolute;
  left: 64%;
  top: 78%;
  width: 35%;
  height: 20%;
  background: #b0c00b94;
}
.profile-work h6{
  color:#fff;
  font-size: 22px;
  margin-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .profile-work {width: 38%;}
}

/*# sourceMappingURL=style.css.map */
