.pt-base {
  padding-top: 9px;
}
.pb-base {
  padding-bottom: 9px;
}
.pv-base {
  padding-top: 9px;
  padding-bottom: 9px;
}
.lines-base-3 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lines-base-3-forced {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lines-base-1 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lines-base-1-forced {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lines-base-2 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lines-base-2-forced {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/**
	generate button icons
**/
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-bold {
  font-weight: bold !important;
}
.fs-base {
  font-size: 14px;
}
.fs-lg-1 {
  font-size: 14px 1;
}
.fs-lg-2 {
  font-size: 14px 2;
}
.fs-lg-3 {
  font-size: 14px 3;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.txt-danger {
  color: #ee5a2b !important;
}
.txt-primary {
  color: #ac1a2f !important;
}
.txt-info {
  color: #aa4352 !important;
}
.txt-warning {
  color: #ffab00 !important;
}
.txt-success {
  color: #47c366 !important;
}
.txt-dark {
  color: #414141;
}
.txt-light {
  color: #696969;
}
.txt-time {
  font-size: 12px;
  color: #a2a2a2;
}
.txt-time-color {
  color: #a2a2a2;
}
.no-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
.feed-attach-form-label {
  color: #a2a2a2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #a2a2a2;
  margin: 8px 0;
  padding: 8px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: flex;
}
.flex-wrapper-center {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space-between {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-element {
  -webkit-flex: 1;
  flex: 1;
}
.remove-btn {
  color: #bdbdbd;
}
.remove-btn:hover {
  color: #ee5a2b;
}
.item_title_listing {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
@media (max-width: 768px) {
  .display_block_sm {
    display: block;
  }
}
.img-fullscale {
  width: 100%;
  height: 100%;
}
/*=============================================
=            MIXINS BLOCK EFFECT            =
=============================================*/
/*=====  End of CSS BLOCK EFFECT  ======*/
/*=============================================
=            MIXINS FOR GRADIENT            =
=============================================*/
/*=====  End of CSS FOR GRADIENT  ======*/
/*=============================================
=            MIXIN BOX SHADOW            =
=============================================*/
/*=====  End of MIXIN BOX SHADOW  ======*/
/*=============================================
=            MIXINS FOR BUTTONS            =
=============================================*/
.btn-primary {
  background-color: #ac1a2f;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(172, 26, 47, 0.5);
}
.btn-primary.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.btn-primary.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.btn-primary.btn-gradient:hover:before {
  opacity: 1;
}
.btn-primary:hover {
  background-color: #801323;
  box-shadow: 0px 6px 12px 0px rgba(128, 19, 35, 0.4);
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #530d17;
  box-shadow: 0px 2px 8px 0px rgba(83, 13, 23, 0.4), inset 0px 0px 2px 0px rgba(128, 19, 35, 0.8);
}
.btn-success {
  background-color: #47c366;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(71, 195, 102, 0.5);
}
.btn-success.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.btn-success.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #47c366, #68df96);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.btn-success.btn-gradient:hover:before {
  opacity: 1;
}
.btn-success:hover {
  background-color: #35a250;
  box-shadow: 0px 6px 12px 0px rgba(53, 162, 80, 0.4);
}
.btn-success:active,
.btn-success:focus {
  background-color: #287c3d;
  box-shadow: 0px 2px 8px 0px rgba(40, 124, 61, 0.4), inset 0px 0px 2px 0px rgba(53, 162, 80, 0.8);
}
.btn-info {
  background-color: #aa4352;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(170, 67, 82, 0.5);
}
.btn-info.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.btn-info.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #aa4352, #d26279);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.btn-info.btn-gradient:hover:before {
  opacity: 1;
}
.btn-info:hover {
  background-color: #853540;
  box-shadow: 0px 6px 12px 0px rgba(133, 53, 64, 0.4);
}
.btn-info:active,
.btn-info:focus {
  background-color: #61262f;
  box-shadow: 0px 2px 8px 0px rgba(97, 38, 47, 0.4), inset 0px 0px 2px 0px rgba(133, 53, 64, 0.8);
}
.btn-warning {
  background-color: #ffab00;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(255, 171, 0, 0.5);
}
.btn-warning.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.btn-warning.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ffab00, #ffd200);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.btn-warning.btn-gradient:hover:before {
  opacity: 1;
}
.btn-warning:hover {
  background-color: #cc8900;
  box-shadow: 0px 6px 12px 0px rgba(204, 137, 0, 0.4);
}
.btn-warning:active,
.btn-warning:focus {
  background-color: #996700;
  box-shadow: 0px 2px 8px 0px rgba(153, 103, 0, 0.4), inset 0px 0px 2px 0px rgba(204, 137, 0, 0.8);
}
.btn-danger {
  background-color: #ee5a2b;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(238, 90, 43, 0.5);
}
.btn-danger.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.btn-danger.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ee5a2b, #f6843f);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.btn-danger.btn-gradient:hover:before {
  opacity: 1;
}
.btn-danger:hover {
  background-color: #d54011;
  box-shadow: 0px 6px 12px 0px rgba(213, 64, 17, 0.4);
}
.btn-danger:active,
.btn-danger:focus {
  background-color: #a6320d;
  box-shadow: 0px 2px 8px 0px rgba(166, 50, 13, 0.4), inset 0px 0px 2px 0px rgba(213, 64, 17, 0.8);
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 8px;
}
.m-2 {
  margin: 16px;
}
.m-3 {
  margin: 24px;
}
.m-4 {
  margin: 32px;
}
.m-5 {
  margin: 40px;
}
.m-6 {
  margin: 48px;
}
.m-7 {
  margin: 56px;
}
.m-8 {
  margin: 64px;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}
.mx-5 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-6 {
  margin-left: 48px;
  margin-right: 48px;
}
.mx-7 {
  margin-left: 56px;
  margin-right: 56px;
}
.mx-8 {
  margin-left: 64px;
  margin-right: 64px;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-6 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-7 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.my-8 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 32px;
}
.mt-5 {
  margin-top: 40px;
}
.mt-6 {
  margin-top: 48px;
}
.mt-7 {
  margin-top: 56px;
}
.mt-8 {
  margin-top: 64px;
}
html[dir="ltr"] .mr-0 {
  margin-right: 0;
}
html[dir="rtl"] .mr-0 {
  margin-left: 0;
}
html[dir="ltr"] .mr-1 {
  margin-right: 8px;
}
html[dir="rtl"] .mr-1 {
  margin-left: 8px;
}
html[dir="ltr"] .mr-2 {
  margin-right: 16px;
}
html[dir="rtl"] .mr-2 {
  margin-left: 16px;
}
html[dir="ltr"] .mr-3 {
  margin-right: 24px;
}
html[dir="rtl"] .mr-3 {
  margin-left: 24px;
}
html[dir="ltr"] .mr-4 {
  margin-right: 32px;
}
html[dir="rtl"] .mr-4 {
  margin-left: 32px;
}
html[dir="ltr"] .mr-5 {
  margin-right: 40px;
}
html[dir="rtl"] .mr-5 {
  margin-left: 40px;
}
html[dir="ltr"] .mr-6 {
  margin-right: 48px;
}
html[dir="rtl"] .mr-6 {
  margin-left: 48px;
}
html[dir="ltr"] .mr-7 {
  margin-right: 56px;
}
html[dir="rtl"] .mr-7 {
  margin-left: 56px;
}
html[dir="ltr"] .mr-8 {
  margin-right: 64px;
}
html[dir="rtl"] .mr-8 {
  margin-left: 64px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mb-5 {
  margin-bottom: 40px;
}
.mb-6 {
  margin-bottom: 48px;
}
.mb-7 {
  margin-bottom: 56px;
}
.mb-8 {
  margin-bottom: 64px;
}
html[dir="ltr"] .ml-0 {
  margin-left: 0;
}
html[dir="rtl"] .ml-0 {
  margin-right: 0;
}
html[dir="ltr"] .ml-1 {
  margin-left: 8px;
}
html[dir="rtl"] .ml-1 {
  margin-right: 8px;
}
html[dir="ltr"] .ml-2 {
  margin-left: 16px;
}
html[dir="rtl"] .ml-2 {
  margin-right: 16px;
}
html[dir="ltr"] .ml-3 {
  margin-left: 24px;
}
html[dir="rtl"] .ml-3 {
  margin-right: 24px;
}
html[dir="ltr"] .ml-4 {
  margin-left: 32px;
}
html[dir="rtl"] .ml-4 {
  margin-right: 32px;
}
html[dir="ltr"] .ml-5 {
  margin-left: 40px;
}
html[dir="rtl"] .ml-5 {
  margin-right: 40px;
}
html[dir="ltr"] .ml-6 {
  margin-left: 48px;
}
html[dir="rtl"] .ml-6 {
  margin-right: 48px;
}
html[dir="ltr"] .ml-7 {
  margin-left: 56px;
}
html[dir="rtl"] .ml-7 {
  margin-right: 56px;
}
html[dir="ltr"] .ml-8 {
  margin-left: 64px;
}
html[dir="rtl"] .ml-8 {
  margin-right: 64px;
}
/*=============================================
=            PADDING            =
=============================================*/
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 8px;
}
.p-2 {
  padding: 16px;
}
.p-3 {
  padding: 24px;
}
.p-4 {
  padding: 32px;
}
.p-5 {
  padding: 40px;
}
.p-6 {
  padding: 48px;
}
.p-7 {
  padding: 56px;
}
.p-8 {
  padding: 64px;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-5 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-6 {
  padding-left: 48px;
  padding-right: 48px;
}
.px-7 {
  padding-left: 56px;
  padding-right: 56px;
}
.px-8 {
  padding-left: 64px;
  padding-right: 64px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-6 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-7 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-8 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 32px;
}
.pt-5 {
  padding-top: 40px;
}
.pt-6 {
  padding-top: 48px;
}
.pt-7 {
  padding-top: 56px;
}
.pt-8 {
  padding-top: 64px;
}
html[dir="ltr"] .pr-0 {
  padding-right: 0;
}
html[dir="rtl"] .pr-0 {
  padding-left: 0;
}
html[dir="ltr"] .pr-1 {
  padding-right: 8px;
}
html[dir="rtl"] .pr-1 {
  padding-left: 8px;
}
html[dir="ltr"] .pr-2 {
  padding-right: 16px;
}
html[dir="rtl"] .pr-2 {
  padding-left: 16px;
}
html[dir="ltr"] .pr-3 {
  padding-right: 24px;
}
html[dir="rtl"] .pr-3 {
  padding-left: 24px;
}
html[dir="ltr"] .pr-4 {
  padding-right: 32px;
}
html[dir="rtl"] .pr-4 {
  padding-left: 32px;
}
html[dir="ltr"] .pr-5 {
  padding-right: 40px;
}
html[dir="rtl"] .pr-5 {
  padding-left: 40px;
}
html[dir="ltr"] .pr-6 {
  padding-right: 48px;
}
html[dir="rtl"] .pr-6 {
  padding-left: 48px;
}
html[dir="ltr"] .pr-7 {
  padding-right: 56px;
}
html[dir="rtl"] .pr-7 {
  padding-left: 56px;
}
html[dir="ltr"] .pr-8 {
  padding-right: 64px;
}
html[dir="rtl"] .pr-8 {
  padding-left: 64px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-3 {
  padding-bottom: 24px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pb-5 {
  padding-bottom: 40px;
}
.pb-6 {
  padding-bottom: 48px;
}
.pb-7 {
  padding-bottom: 56px;
}
.pb-8 {
  padding-bottom: 64px;
}
html[dir="ltr"] .pl-0 {
  padding-left: 0;
}
html[dir="rtl"] .pl-0 {
  padding-right: 0;
}
html[dir="ltr"] .pl-1 {
  padding-left: 8px;
}
html[dir="rtl"] .pl-1 {
  padding-right: 8px;
}
html[dir="ltr"] .pl-2 {
  padding-left: 16px;
}
html[dir="rtl"] .pl-2 {
  padding-right: 16px;
}
html[dir="ltr"] .pl-3 {
  padding-left: 24px;
}
html[dir="rtl"] .pl-3 {
  padding-right: 24px;
}
html[dir="ltr"] .pl-4 {
  padding-left: 32px;
}
html[dir="rtl"] .pl-4 {
  padding-right: 32px;
}
html[dir="ltr"] .pl-5 {
  padding-left: 40px;
}
html[dir="rtl"] .pl-5 {
  padding-right: 40px;
}
html[dir="ltr"] .pl-6 {
  padding-left: 48px;
}
html[dir="rtl"] .pl-6 {
  padding-right: 48px;
}
html[dir="ltr"] .pl-7 {
  padding-left: 56px;
}
html[dir="rtl"] .pl-7 {
  padding-right: 56px;
}
html[dir="ltr"] .pl-8 {
  padding-left: 64px;
}
html[dir="rtl"] .pl-8 {
  padding-right: 64px;
}
/*=====  End of PADDING  ======*/
/*=============================================
=            SIZE            =
=============================================*/
.s-1 {
  width: 8px;
  height: 8px;
}
.s-2 {
  width: 16px;
  height: 16px;
}
.s-3 {
  width: 24px;
  height: 24px;
}
.s-4 {
  width: 32px;
  height: 32px;
}
.s-5 {
  width: 40px;
  height: 40px;
}
.s-6 {
  width: 48px;
  height: 48px;
}
.s-7 {
  width: 56px;
  height: 56px;
}
.s-8 {
  width: 64px;
  height: 64px;
}
/*=====  End of SIZE  ======*/
/*=============================================
=            WIDTH            =
=============================================*/
.w-1 {
  width: 8px;
}
.w-2 {
  width: 16px;
}
.w-3 {
  width: 24px;
}
.w-4 {
  width: 32px;
}
.w-5 {
  width: 40px;
}
.w-6 {
  width: 48px;
}
.w-7 {
  width: 56px;
}
.w-8 {
  width: 64px;
}
/*=====  End of WIDTH  ======*/
/*=============================================
=            height            =
=============================================*/
.h-1 {
  height: 8px;
}
.h-2 {
  height: 16px;
}
.h-3 {
  height: 24px;
}
.h-4 {
  height: 32px;
}
.h-5 {
  height: 40px;
}
.h-6 {
  height: 48px;
}
.h-7 {
  height: 56px;
}
.h-8 {
  height: 64px;
}
/*=====  End of height  ======*/
.t-0 {
  top: 0;
}
.t-1 {
  top: 8px;
}
.t-2 {
  top: 16px;
}
.t-3 {
  top: 24px;
}
.t-4 {
  top: 32px;
}
.t-5 {
  top: 40px;
}
.t-6 {
  top: 48px;
}
.t-7 {
  top: 56px;
}
.t-8 {
  top: 64px;
}
.b-0 {
  bottom: 0;
}
.b-1 {
  bottom: 8px;
}
.b-2 {
  bottom: 16px;
}
.b-3 {
  bottom: 24px;
}
.b-4 {
  bottom: 32px;
}
.b-5 {
  bottom: 40px;
}
.b-6 {
  bottom: 48px;
}
.b-7 {
  bottom: 56px;
}
.b-8 {
  bottom: 64px;
}
html[dir="ltr"] .l-0 {
  left: 0;
}
html[dir="rtl"] .l-0 {
  right: 0;
}
html[dir="ltr"] .l-1 {
  left: 8px;
}
html[dir="rtl"] .l-1 {
  right: 8px;
}
html[dir="ltr"] .l-2 {
  left: 16px;
}
html[dir="rtl"] .l-2 {
  right: 16px;
}
html[dir="ltr"] .l-3 {
  left: 24px;
}
html[dir="rtl"] .l-3 {
  right: 24px;
}
html[dir="ltr"] .l-4 {
  left: 32px;
}
html[dir="rtl"] .l-4 {
  right: 32px;
}
html[dir="ltr"] .l-5 {
  left: 40px;
}
html[dir="rtl"] .l-5 {
  right: 40px;
}
html[dir="ltr"] .l-6 {
  left: 48px;
}
html[dir="rtl"] .l-6 {
  right: 48px;
}
html[dir="ltr"] .l-7 {
  left: 56px;
}
html[dir="rtl"] .l-7 {
  right: 56px;
}
html[dir="ltr"] .l-8 {
  left: 64px;
}
html[dir="rtl"] .l-8 {
  right: 64px;
}
html[dir="ltr"] .r-0 {
  right: 0;
}
html[dir="rtl"] .r-0 {
  left: 0;
}
html[dir="ltr"] .r-1 {
  right: 8px;
}
html[dir="rtl"] .r-1 {
  left: 8px;
}
html[dir="ltr"] .r-2 {
  right: 16px;
}
html[dir="rtl"] .r-2 {
  left: 16px;
}
html[dir="ltr"] .r-3 {
  right: 24px;
}
html[dir="rtl"] .r-3 {
  left: 24px;
}
html[dir="ltr"] .r-4 {
  right: 32px;
}
html[dir="rtl"] .r-4 {
  left: 32px;
}
html[dir="ltr"] .r-5 {
  right: 40px;
}
html[dir="rtl"] .r-5 {
  left: 40px;
}
html[dir="ltr"] .r-6 {
  right: 48px;
}
html[dir="rtl"] .r-6 {
  left: 48px;
}
html[dir="ltr"] .r-7 {
  right: 56px;
}
html[dir="rtl"] .r-7 {
  left: 56px;
}
html[dir="ltr"] .r-8 {
  right: 64px;
}
html[dir="rtl"] .r-8 {
  left: 64px;
}
.core-checkbox-custom label,
.core-radio-custom label {
  cursor: pointer;
  padding: 0 !important;
}
.core-checkbox-custom label input,
.core-radio-custom label input {
  display: none;
}
.core-checkbox-custom label input:checked + .custom-icon,
.core-radio-custom label input:checked + .custom-icon {
  color: #ac1a2f;
}
.core-checkbox-custom label .custom-icon,
.core-radio-custom label .custom-icon {
  color: rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  min-width: 14px;
  font-size: 16px;
}
html[dir="ltr"] .core-checkbox-custom label .custom-icon,
html[dir="ltr"] .core-radio-custom label .custom-icon {
  margin-right: 8px;
}
html[dir="rtl"] .core-checkbox-custom label .custom-icon,
html[dir="rtl"] .core-radio-custom label .custom-icon {
  margin-left: 8px;
}
.core-radio-custom label .custom-icon:before {
  font-family: 'lineficon' !important;
  content: '\e906';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core-radio-custom label input:checked + .custom-icon:before {
  content: "\e990";
}
.core-checkbox-custom label .custom-icon:before {
  font-family: 'lineficon' !important;
  content: '\e991';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core-checkbox-custom label input:checked + .custom-icon:before {
  content: "\eb28";
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ac1a2f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6a101d;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e5eaef;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
p {
  margin: 0 0 8px;
}
.lead {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
[dir="ltr"] .text-left {
  text-align: left;
}
[dir="rtl"] .text-left {
  text-align: right;
}
[dir="ltr"] .text-right {
  text-align: right;
}
[dir="rtl"] .text-right {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #dcdcdc;
}
.text-primary {
  color: #ac1a2f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #801323;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ac1a2f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #801323;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 16px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dcdcdc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #dcdcdc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-word;
  word-wrap: break-word;
  color: #a2a2a2;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1172px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #dcdcdc;
}
[dir="ltr"] th {
  text-align: left;
}
[dir="rtl"] th {
  text-align: right;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #e5eaef;
  padding: 10px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: inherit;
  color: #a2a2a2;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  z-index: 1;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.items-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.items-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.items-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.items-control:-ms-input-placeholder {
  color: #999999;
}
.items-control::-webkit-input-placeholder {
  color: #999999;
}
.items-control[disabled],
.items-control[readonly],
fieldset[disabled] .items-control {
  background-color: #eeeeee;
  opacity: 1;
}
.items-control[disabled],
fieldset[disabled] .items-control {
  cursor: not-allowed;
}
textarea.items-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
#js_register_accept label {
  flex-flow: wrap;
}
div.radio,
div.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.radio label,
div.checkbox label {
  min-height: 16px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
}
div.radio label input[type="radio"],
div.checkbox label input[type="radio"],
div.radio label input[type="checkbox"],
div.checkbox label input[type="checkbox"] {
  margin-top: 2px;
}
div.radio:first-child,
div.checkbox:first-child {
  margin-top: 0;
}
div.radio:last-child,
div.checkbox:last-child {
  margin-bottom: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -18px;
  margin-top: 4px \9;
  width: auto;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 30px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple] .input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 28px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple] .input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 30px;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.form-control-feedback:hover {
  background-color: #e2e2e2;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 21px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
.help-block.mini {
  font-size: 12px;
}
.form-group .help-block {
  font-size: 12px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}
.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 16px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19.6666662px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.form-sub-group + .form-sub-group {
  margin-top: 8px;
}
.form-sub-group .sub-group-title {
  font-size: 16px;
  line-height: 21px;
  color: #aa4352;
}
.form-sub-group .sub-group-desc {
  font-size: 14px;
  line-height: 18px;
  color: #a2a2a2;
  margin-top: 4px;
}
.form-sub-group .sub-group-elems {
  margin-top: 16px;
  display: flex;
  flex-flow: wrap;
}
.profile-basic-info-edit .form-sub-group .sub-group-title,
.profile-basic-info-edit .form-sub-group .sub-group-desc {
  padding: 0 12px;
}
.feed-table-schedule .feed-box-inner {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
@media (max-width: 480px) {
  .feed-table-schedule .feed-box {
    display: block !important;
    padding-bottom: 8px;
  }
  .feed-table-schedule .feed-box .js_date_picker {
    width: 130px;
  }
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone-component,
.dropzone-component * {
  box-sizing: border-box;
}
.dropzone-component {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 100px 54px 54px 54px;
}
.dropzone-component.dz-clickable {
  cursor: pointer;
}
.dropzone-component.dz-clickable * {
  cursor: default;
}
.dropzone-component.dz-clickable .dz-message,
.dropzone-component.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone-component.dz-started .dz-message {
  display: none;
}
.dropzone-component.dz-drag-hover {
  border-style: solid;
}
.dropzone-component.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone-component .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone-component .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone-component .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.dropzone-component .dz-preview.dz-file-preview .dz-details {
  opacity: 0;
}
.dropzone-component .dz-preview.dz-image-preview {
  background: white;
}
.dropzone-component .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone-component .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone-component .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone-component .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone-component .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone-component .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone-component .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone-component .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone-component .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone-component .dz-preview .dz-details .dz-filename span,
.dropzone-component .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone-component .dz-preview .dz-image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone-component .dz-preview .dz-image img {
  display: block;
}
.dropzone-component .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone-component .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone-component .dz-preview .dz-success-mark,
.dropzone-component .dz-preview .dz-error-mark {
  opacity: 1;
  z-index: 500;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.dropzone-component .dz-preview .dz-success-mark svg,
.dropzone-component .dz-preview .dz-error-mark svg {
  display: block;
  width: 100%;
}
.dropzone-component .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone-component .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone-component .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone-component .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 72px;
  margin-left: -34px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone-component .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone-component .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone-component .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone-component .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dropzone-component {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}
.dropzone-component .dz-message {
  font-weight: 400;
}
.dropzone-component button {
  position: absolute;
  top: 20px;
  left: 49%;
  font-size: 30px;
}
.dropzone-component .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem;
}
.dropzone-clickable {
  width: 120px;
  height: 120px;
  background-color: #4374ff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  border-radius: 60px;
  cursor: pointer;
  color: white;
  font-size: 35px;
  line-height: 120px;
  text-align: center;
}
#dropzone-button,
.dropzone-button {
  width: 100px;
  height: 100px;
  background-color: #4374ff;
  border-radius: 60px;
  cursor: pointer;
  color: white;
  font-size: 35px;
  line-height: 100px;
  top: 20px;
  left: 46%;
  position: absolute;
}
.btn,
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.button:focus,
.btn:active:focus,
.button:active:focus,
.btn.active:focus,
.button.active:focus,
.btn.focus,
.button.focus,
.btn:active.focus,
.button:active.focus,
.btn.active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus,
.btn.focus,
.button.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.button:active,
.btn.active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.button.disabled,
.btn.button_not_active,
.button.button_not_active,
.btn[disabled],
.button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
a.button.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.button {
  pointer-events: none;
}
.button,
.btn-default,
.button_off {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.button:focus,
.btn-default:focus,
.button_off:focus,
.button.focus,
.btn-default.focus,
.button_off.focus {
  color: #333333;
  background-color: #e6e6e6 !important;
  border-color: #cccccc;
}
.button:hover,
.btn-default:hover,
.button_off:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.button:active,
.btn-default:active,
.button_off:active,
.button.active,
.btn-default.active,
.button_off.active,
.open > .dropdown-toggle.button,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.button_off {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.button:active:hover,
.btn-default:active:hover,
.button_off:active:hover,
.button.active:hover,
.btn-default.active:hover,
.button_off.active:hover,
.open > .dropdown-toggle.button:hover,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.button_off:hover,
.button:active:focus,
.btn-default:active:focus,
.button_off:active:focus,
.button.active:focus,
.btn-default.active:focus,
.button_off.active:focus,
.open > .dropdown-toggle.button:focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.button_off:focus,
.button:active.focus,
.btn-default:active.focus,
.button_off:active.focus,
.button.active.focus,
.btn-default.active.focus,
.button_off.active.focus,
.open > .dropdown-toggle.button.focus,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.button_off.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
.button:active,
.btn-default:active,
.button_off:active,
.button.active,
.btn-default.active,
.button_off.active,
.open > .dropdown-toggle.button,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.button_off {
  background-image: none;
}
.button.disabled,
.btn-default.disabled,
.button_off.disabled,
.button[disabled],
.btn-default[disabled],
.button_off[disabled],
fieldset[disabled] .button,
fieldset[disabled] .btn-default,
fieldset[disabled] .button_off,
.button.disabled:hover,
.btn-default.disabled:hover,
.button_off.disabled:hover,
.button[disabled]:hover,
.btn-default[disabled]:hover,
.button_off[disabled]:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .button_off:hover,
.button.disabled:focus,
.btn-default.disabled:focus,
.button_off.disabled:focus,
.button[disabled]:focus,
.btn-default[disabled]:focus,
.button_off[disabled]:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .button_off:focus,
.button.disabled.focus,
.btn-default.disabled.focus,
.button_off.disabled.focus,
.button[disabled].focus,
.btn-default[disabled].focus,
.button_off[disabled].focus,
fieldset[disabled] .button.focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .button_off.focus,
.button.disabled:active,
.btn-default.disabled:active,
.button_off.disabled:active,
.button[disabled]:active,
.btn-default[disabled]:active,
.button_off[disabled]:active,
fieldset[disabled] .button:active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .button_off:active,
.button.disabled.active,
.btn-default.disabled.active,
.button_off.disabled.active,
.button[disabled].active,
.btn-default[disabled].active,
.button_off[disabled].active,
fieldset[disabled] .button.active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .button_off.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.button .badge,
.btn-default .badge,
.button_off .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #ac1a2f;
  border-color: #961729;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #801323 !important;
  border-color: #961729;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #610f1a;
  border-color: #961729;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ac1a2f;
  border-color: #961729;
}
.btn-primary .badge {
  color: #ac1a2f;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #47c366;
  border-color: #3bb55a;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #35a250 !important;
  border-color: #3bb55a;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #35a250;
  border-color: #3bb55a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #35a250;
  border-color: #3bb55a;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #2c8743;
  border-color: #3bb55a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #47c366;
  border-color: #3bb55a;
}
.btn-success .badge {
  color: #47c366;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #aa4352;
  border-color: #983c49;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #853540 !important;
  border-color: #983c49;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #853540;
  border-color: #983c49;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #853540;
  border-color: #983c49;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #6c2a34;
  border-color: #983c49;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #aa4352;
  border-color: #983c49;
}
.btn-info .badge {
  color: #aa4352;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffab00;
  border-color: #e69a00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #cc8900 !important;
  border-color: #e69a00;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #cc8900;
  border-color: #e69a00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc8900;
  border-color: #e69a00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a87100;
  border-color: #e69a00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffab00;
  border-color: #e69a00;
}
.btn-warning .badge {
  color: #ffab00;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ee5a2b;
  border-color: #ec4813;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #d54011 !important;
  border-color: #ec4813;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d54011;
  border-color: #ec4813;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d54011;
  border-color: #ec4813;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #b4360e;
  border-color: #ec4813;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ee5a2b;
  border-color: #ec4813;
}
.btn-danger .badge {
  color: #ee5a2b;
  background-color: #ffffff;
}
.btn-link,
.button_link {
  color: #ac1a2f;
  background-color: transparent;
  border-color: #ac1a2f;
}
.btn-link:focus,
.button_link:focus,
.btn-link.focus,
.button_link.focus {
  color: #ac1a2f;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #ac1a2f;
}
.btn-link:hover,
.button_link:hover {
  color: #ac1a2f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ac1a2f;
}
.btn-link:active,
.button_link:active,
.btn-link.active,
.button_link.active,
.open > .dropdown-toggle.btn-link,
.open > .dropdown-toggle.button_link {
  color: #ac1a2f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ac1a2f;
}
.btn-link:active:hover,
.button_link:active:hover,
.btn-link.active:hover,
.button_link.active:hover,
.open > .dropdown-toggle.btn-link:hover,
.open > .dropdown-toggle.button_link:hover,
.btn-link:active:focus,
.button_link:active:focus,
.btn-link.active:focus,
.button_link.active:focus,
.open > .dropdown-toggle.btn-link:focus,
.open > .dropdown-toggle.button_link:focus,
.btn-link:active.focus,
.button_link:active.focus,
.btn-link.active.focus,
.button_link.active.focus,
.open > .dropdown-toggle.btn-link.focus,
.open > .dropdown-toggle.button_link.focus {
  color: #ac1a2f;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ac1a2f;
}
.btn-link:active,
.button_link:active,
.btn-link.active,
.button_link.active,
.open > .dropdown-toggle.btn-link,
.open > .dropdown-toggle.button_link {
  background-image: none;
}
.btn-link.disabled,
.button_link.disabled,
.btn-link[disabled],
.button_link[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .button_link,
.btn-link.disabled:hover,
.button_link.disabled:hover,
.btn-link[disabled]:hover,
.button_link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .button_link:hover,
.btn-link.disabled:focus,
.button_link.disabled:focus,
.btn-link[disabled]:focus,
.button_link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .button_link:focus,
.btn-link.disabled.focus,
.button_link.disabled.focus,
.btn-link[disabled].focus,
.button_link[disabled].focus,
fieldset[disabled] .btn-link.focus,
fieldset[disabled] .button_link.focus,
.btn-link.disabled:active,
.button_link.disabled:active,
.btn-link[disabled]:active,
.button_link[disabled]:active,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .button_link:active,
.btn-link.disabled.active,
.button_link.disabled.active,
.btn-link[disabled].active,
.button_link[disabled].active,
fieldset[disabled] .btn-link.active,
fieldset[disabled] .button_link.active {
  background-color: transparent;
  border-color: #ac1a2f;
}
.btn-link .badge,
.button_link .badge {
  color: transparent;
  background-color: #ac1a2f;
}
.btn-link {
  color: #ac1a2f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #6a101d;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #dcdcdc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.table_clear_button > li {
  margin-top: 5px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 52px !important;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 9999;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/misc/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/misc/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.alert {
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 32px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ceefd6;
  border-color: rgba(71, 195, 102, 0.1);
  color: #555555;
}
.alert-success hr {
  border-top-color: rgba(59, 181, 90, 0.1);
}
.alert-success .alert-link {
  color: #3b3b3b;
}
.alert-info {
  background-color: #ed8b99;
  border-color: rgba(172, 26, 47, 0.1);
  color: #555555;
}
.alert-info hr {
  border-top-color: rgba(150, 23, 41, 0.1);
}
.alert-info .alert-link {
  color: #3b3b3b;
}
.alert-warning {
  background-color: #ffe6b3;
  border-color: rgba(255, 171, 0, 0.1);
  color: #555555;
}
.alert-warning hr {
  border-top-color: rgba(230, 154, 0, 0.1);
}
.alert-warning .alert-link {
  color: #3b3b3b;
}
.alert-danger {
  background-color: #fbdbd0;
  border-color: rgba(238, 90, 43, 0.1);
  color: #555555;
}
.alert-danger hr {
  border-top-color: rgba(236, 72, 19, 0.1);
}
.alert-danger .alert-link {
  color: #3b3b3b;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1010;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 1px 6px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  position: relative;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 30px;
  color: #555555;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .dropdown-menu > li > a,
  .dropdown-menu > li > span > a {
    white-space: normal;
    display: flex;
    min-height: 40px;
    align-items: center;
    line-height: initial;
  }
}
.dropdown-menu > li > a {
  padding: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  min-height: 40px;
}
.dropdown-menu-limit {
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .dropdown-menu-limit {
    width: 280px;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #959595;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #555555;
  text-decoration: none;
  outline: 0;
  background-color: #dcdcdc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dcdcdc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #dcdcdc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1000;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu > li.item_delete > a {
  background: #f27f5a;
  color: #fff;
}
.dropdown-menu > li.item_delete > a:hover {
  background: #ee5a2b;
}
.js_core_action_dropdown_check .dropdown,
.js_core_action_dropdown_check .dropup {
  display: none;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 0;
  height: 48px;
  border-radius: 6px;
  font-size: 16px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple] .input-group-lg > .form-control,
select[multiple] .input-group-lg > .input-group-addon,
select[multiple] .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 0;
  height: 32px;
  border-radius: 2px;
  font-size: 12px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple] .input-group-sm > .form-control,
select[multiple] .input-group-sm > .input-group-addon,
select[multiple] .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
  z-index: 1;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 9px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c8c8c8;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #dcdcdc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dcdcdc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ac1a2f;
}
.nav .nav-divider {
  height: 1px;
  margin: 1px 6px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c8c8c8;
  background-color: #e5eaef;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  display: block;
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
    vertical-align: middle;
  }
  .nav-tabs.nav-justified > li:hover,
  .nav-tabs.nav-justified > li:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .nav-tabs.nav-justified > .active {
    background: #ac1a2f !important;
    color: #fff !important;
  }
  .nav-tabs.nav-justified > li > a,
  .nav-tabs.nav-justified > li > a:hover,
  .nav-tabs.nav-justified > li > a:focus {
    border: none;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ac1a2f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
    vertical-align: middle;
  }
  .nav-tabs-justified > li:hover,
  .nav-tabs-justified > li:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .nav-tabs-justified > .active {
    background: #ac1a2f !important;
    color: #fff !important;
  }
  .nav-tabs-justified > li > a,
  .nav-tabs-justified > li > a:hover,
  .nav-tabs-justified > li > a:focus {
    border: none;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 16px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -16px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 16px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.5px -16px;
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu:not(.open) a:not(.menu_is_selected) {
  background: initial;
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub {
  display: flex;
  flex-flow: wrap;
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub .menu-link-item {
  flex: 1;
  min-width: 0;
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub.open .menu-link-sub-more .ico,
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub.open .menu-link-sub-more .fa {
  display: inline-block;
  transform: rotate(180deg);
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub.open a:not(.menu_is_selected) {
  background: initial;
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub.open .site_sub_menu {
  display: block;
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub .site_sub_menu {
  width: 100%;
  display: none;
}
.navbar-nav.navbar-nav-bs-sm > li.li_menu.menu-has-sub .site_sub_menu a {
  padding: 8px 8px 8px 40px;
  display: block;
}
@media screen and (min-width: 992px) {
  .navbar-nav.navbar-nav-bs > li.menu-overflow .menu-link-sub-more {
    display: none;
  }
  .navbar-nav.navbar-nav-bs > li.menu-overflow .dropdown-menu-sub {
    position: static;
    box-shadow: none;
    background: none;
    width: 100%;
    padding: 0;
    margin-top: -1px !important;
    display: block;
    border: none;
    float: none;
  }
  .navbar-nav.navbar-nav-bs > li.menu-overflow .dropdown-menu-sub li {
    border-top: 0 !important;
  }
  .navbar-nav.navbar-nav-bs > li.menu-overflow .dropdown-menu-sub:after {
    display: none;
  }
  .navbar-nav.navbar-nav-bs > li.menu-overflow .dropdown-menu-sub a {
    min-height: 32px;
    font-size: 13px;
  }
  html[dir="ltr"] .navbar-nav.navbar-nav-bs > li.menu-overflow .dropdown-menu-sub a {
    padding-left: 24px;
  }
  html[dir="rtl"] .navbar-nav.navbar-nav-bs > li.menu-overflow .dropdown-menu-sub a {
    padding-right: 24px;
  }
  .navbar-nav.navbar-nav-bs > li.menu-has-sub {
    display: inline-flex;
  }
  html[dir='ltr'] .navbar-nav.navbar-nav-bs > li.menu-has-sub {
    margin-right: 4px;
  }
  html[dir='rtl'] .navbar-nav.navbar-nav-bs > li.menu-has-sub {
    margin-left: 4px;
  }
  .navbar-nav.navbar-nav-bs > li.menu-has-sub .menu-link-sub-more .ico,
  .navbar-nav.navbar-nav-bs > li.menu-has-sub .menu-link-sub-more .fa {
    margin: 0;
  }
  .navbar-nav.navbar-nav-bs > li.menu-has-sub .menu-link-sub-more {
    padding: 0 8px;
  }
  html[dir='ltr'] .navbar-nav.navbar-nav-bs > li.menu-has-sub .menu-link-sub-more {
    margin-left: -4px;
  }
  html[dir='rtl'] .navbar-nav.navbar-nav-bs > li.menu-has-sub .menu-link-sub-more {
    margin-right: -4px;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 16px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.navbar-form {
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 992px) {
  .navbar .site_menu > li > .dropdown-menu,
  .navbar .site-menu > li > .dropdown-menu {
    min-width: 175px;
    max-width: 250px;
    overflow-x: visible;
    overflow-y: auto;
  }
  html[dir="ltr"] .navbar .site_menu > li > .dropdown-menu,
  html[dir="ltr"] .navbar .site-menu > li > .dropdown-menu {
    right: 0;
  }
  html[dir="rtl"] .navbar .site_menu > li > .dropdown-menu,
  html[dir="rtl"] .navbar .site-menu > li > .dropdown-menu {
    left: 0;
  }
  .navbar .site_menu > li > .dropdown-menu a,
  .navbar .site-menu > li > .dropdown-menu a {
    white-space: normal;
  }
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -16px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default {
    min-height: 0;
  }
}
.navbar-default {
  background-color: #feffff;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav li > a {
  color: #777777;
}
.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus {
  color: #333333;
  background-color: #f4f5f6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #848586;
}
.navbar-default .navbar-nav li a.menu_is_selected,
.navbar-default .navbar-nav li a.menu_is_selected:hover,
.navbar-default .navbar-nav li a.menu_is_selected:focus {
  color: #ffffff;
  background-color: #848586;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ddffff;
}
@media (mmin-width: 992px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #848586;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: #f4f5f6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #848586;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #dcdcdc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 0;
}
@media (max-width: 480px) {
  .pagination.items-9 .page-item:nth-child(3),
  .pagination.items-9 .page-item:nth-child(7) {
    display: none;
  }
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ac1a2f;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #6a101d;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ac1a2f;
  border-color: #ac1a2f;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dcdcdc;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dcdcdc;
  background-color: #ffffff;
  cursor: not-allowed;
}
.panel {
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 16px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #a2a2a2;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #a2a2a2;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ac1a2f;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ac1a2f;
  border-color: #ac1a2f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ac1a2f;
}
.panel-primary > .panel-heading .badge {
  color: #ac1a2f;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ac1a2f;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #dcdcdc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c2c2c2;
}
.label-primary {
  background-color: #ac1a2f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #801323;
}
.label-success {
  background-color: #47c366;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #35a250;
}
.label-info {
  background-color: #aa4352;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #853540;
}
.label-warning {
  background-color: #ffab00;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc8900;
}
.label-danger {
  background-color: #ee5a2b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d54011;
}
.badge {
  display: inline-block;
  min-width: 12px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: inherit;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #dcdcdc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ac1a2f;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f0f0f0;
}
button.list-group-item {
  width: 100%;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #dcdcdc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #dcdcdc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.pager,
.panel-body,
.modal-footer,
#page_friend_profile ._block_content {
  display: inline-block;
  display: block;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#page_friend_profile ._block_content:before,
#page_friend_profile ._block_content:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
#page_friend_profile ._block_content:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  [dir="ltr"] .header_bar_search_inner:not(.no_filters) {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  [dir="rtl"] .header_bar_search_inner:not(.no_filters) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs.close {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs.open {
    display: block !important;
  }
  table.hidden-xs.open {
    display: table !important;
  }
  tr.hidden-xs.open {
    display: table-row !important;
  }
  th.hidden-xs.open,
  td.hidden-xs.open {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#section-header .site-logo {
  white-space: nowrap;
  overflow: hidden;
}
#section-header .main-menu-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
  height: 50px;
  font-size: 20px;
  padding-top: 15px;
}
#section-header .main-menu-loading i {
  display: block;
  text-align: center;
}
.btn.btn-global-search {
  background-color: rgba(255, 255, 255, 0.3);
}
.header-right-menu ._image__120_square {
  display: block !important;
}
.header-right-menu .btn-abr {
  font-size: 1em;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #eeeeee;
}
.header-right-menu .pl-5 {
  padding-left: 1px;
}
.header-right-menu li.open .btn-abr {
  background-color: #ffffff;
  color: #ac1a2f;
}
.header-right-menu .dropdown-menu {
  right: -1px;
}
.header-right-menu .dropdown-panel,
.header-right-menu .dropdown-menu {
  margin-top: -1px;
}
.header-right-menu .dropdown-panel-body {
  position: relative;
}
.header-right-menu .panel_rows {
  max-height: 400px;
  overflow-y: scroll;
}
.header-right-menu .panel_actions {
  border-top: 1px solid #dddddd;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 1px;
  line-height: 38px;
}
.header-right-menu .panel_actions a {
  color: #555555;
}
.header-right-menu .panel_actions a:hover {
  color: #ac1a2f;
}
@media (min-width: 768px) {
  .dropdown-panel {
    right: -60px;
  }
}
@media (min-width: 480px) {
  [dir="ltr"] .dropdown-panel {
    right: -80px;
  }
}
[dir="rtl"] .dropdown-panel {
  right: auto;
}
@media (min-width: 480px) {
  [dir="rtl"] .dropdown-panel {
    left: -80px;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .dropdown-panel {
    left: -60px;
  }
}
footer {
  position: relative;
  background: #1a1a1a;
  color: #6784a1;
  font-size: 13px;
  margin-top: 16px;
}
footer a {
  color: #6784a1;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #e5eaef;
  text-decoration: none;
}
.footer-holder {
  background: #1a1a1a;
  padding: 32px 0;
}
footer .list-inline li + li :before {
  content: "\00b7";
  display: inline-block;
}
[dir="ltr"] footer .list-inline li + li:before {
  padding-right: 10px;
}
[dir="rtl"] footer .list-inline li + li:before {
  padding-left: 10px;
}
@media (min-width: 480px) {
  footer .footer-menu {
    float: right;
  }
}
@media (max-width: 767px) {
  footer .footer-menu {
    margin-left: -5px;
    margin-right: -5px;
  }
}
footer .copyright #select_lang_pack img {
  width: 24px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  footer .copyright {
    padding-bottom: 16px;
  }
}
#logo:hover {
  color: #ffffff;
  transition: all 0.5s ease;
}
#main_content {
  margin: 0;
}
.ui-widget-content #container #content > ._block_h1 > h1 {
  background: transparent;
  padding: 16px 0px 16px 0px;
  margin-bottom: 0;
  border-bottom: 3px #dce2e9 solid;
  line-height: normal;
  font-weight: 300;
  font-size: 22px;
  color: #555555;
  letter-spacing: 1px;
}
.ui-widget-content #container #content > ._block_h1 > h1 > a {
  color: #555555;
  white-space: normal;
  max-width: 100%;
  display: block;
}
.ui-widget-content #container #content > ._block_h1 > h1 a:hover {
  color: #ac1a2f;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  /* Fancy blur effect */
  /* Remove these to get rid of the spinner */
}
#nprogress .bar {
  background: #ee5a2b;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ee5a2b, 0 0 5px #ee5a2b;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #ee5a2b;
  border-left-color: #ee5a2b;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._first_aa {
  background: #2980b9;
}
._first_ab {
  background: #c0392b;
}
._first_ac {
  background: #1abc9c;
}
._first_ad {
  background: #f1c40f;
}
._first_ae {
  background: #E87E04;
}
._first_af {
  background: #2c3e50;
}
._first_ag {
  background: #663399;
}
._first_ah {
  background: #663399;
}
._first_ai {
  background: #f1c40f;
}
._first_aj {
  background: #1abc9c;
}
._first_ak {
  background: #4ECDC4;
}
._first_al {
  background: #2c3e50;
}
._first_am {
  background: #4ECDC4;
}
._first_an {
  background: #9b59b6;
}
._first_ao {
  background: #663399;
}
._first_ap {
  background: #663399;
}
._first_aq {
  background: #1abc9c;
}
._first_ar {
  background: #2980b9;
}
._first_as {
  background: #663399;
}
._first_at {
  background: #d35400;
}
._first_au {
  background: #2980b9;
}
._first_av {
  background: #f1c40f;
}
._first_aw {
  background: #c0392b;
}
._first_ax {
  background: #d35400;
}
._first_ay {
  background: #81CFE0;
}
._first_az {
  background: #2c3e50;
}
._first_ba {
  background: #9b59b6;
}
._first_bb {
  background: #1abc9c;
}
._first_bc {
  background: #7f8c8d;
}
._first_bd {
  background: #2c3e50;
}
._first_be {
  background: #2c3e50;
}
._first_bf {
  background: #2980b9;
}
._first_bg {
  background: #F62459;
}
._first_bh {
  background: #F62459;
}
._first_bi {
  background: #d35400;
}
._first_bj {
  background: #81CFE0;
}
._first_bk {
  background: #4ECDC4;
}
._first_bl {
  background: #c0392b;
}
._first_bm {
  background: #f1c40f;
}
._first_bn {
  background: #E87E04;
}
._first_bo {
  background: #c0392b;
}
._first_bp {
  background: #2c3e50;
}
._first_bq {
  background: #81CFE0;
}
._first_br {
  background: #d35400;
}
._first_bs {
  background: #c0392b;
}
._first_bt {
  background: #7f8c8d;
}
._first_bu {
  background: #f1c40f;
}
._first_bv {
  background: #E87E04;
}
._first_bw {
  background: #f1c40f;
}
._first_bx {
  background: #d35400;
}
._first_by {
  background: #2c3e50;
}
._first_bz {
  background: #E87E04;
}
._first_ca {
  background: #1abc9c;
}
._first_cb {
  background: #663399;
}
._first_cc {
  background: #2980b9;
}
._first_cd {
  background: #2980b9;
}
._first_ce {
  background: #7f8c8d;
}
._first_cf {
  background: #1abc9c;
}
._first_cg {
  background: #f1c40f;
}
._first_ch {
  background: #1abc9c;
}
._first_ci {
  background: #c0392b;
}
._first_cj {
  background: #c0392b;
}
._first_ck {
  background: #E87E04;
}
._first_cl {
  background: #81CFE0;
}
._first_cm {
  background: #2c3e50;
}
._first_cn {
  background: #1abc9c;
}
._first_co {
  background: #E87E04;
}
._first_cp {
  background: #9b59b6;
}
._first_cq {
  background: #2c3e50;
}
._first_cr {
  background: #2980b9;
}
._first_cs {
  background: #c0392b;
}
._first_ct {
  background: #F62459;
}
._first_cu {
  background: #1abc9c;
}
._first_cv {
  background: #c0392b;
}
._first_cw {
  background: #7f8c8d;
}
._first_cx {
  background: #c0392b;
}
._first_cy {
  background: #f1c40f;
}
._first_cz {
  background: #2980b9;
}
._first_da {
  background: #4ECDC4;
}
._first_db {
  background: #1abc9c;
}
._first_dc {
  background: #9b59b6;
}
._first_dd {
  background: #f1c40f;
}
._first_de {
  background: #4ECDC4;
}
._first_df {
  background: #2c3e50;
}
._first_dg {
  background: #E87E04;
}
._first_dh {
  background: #f1c40f;
}
._first_di {
  background: #F62459;
}
._first_dj {
  background: #f1c40f;
}
._first_dk {
  background: #7f8c8d;
}
._first_dl {
  background: #2980b9;
}
._first_dm {
  background: #d35400;
}
._first_dn {
  background: #E87E04;
}
._first_do {
  background: #9b59b6;
}
._first_dp {
  background: #9b59b6;
}
._first_dq {
  background: #f1c40f;
}
._first_dr {
  background: #2c3e50;
}
._first_ds {
  background: #663399;
}
._first_dt {
  background: #c0392b;
}
._first_du {
  background: #2c3e50;
}
._first_dv {
  background: #f1c40f;
}
._first_dw {
  background: #1abc9c;
}
._first_dx {
  background: #9b59b6;
}
._first_dy {
  background: #1abc9c;
}
._first_dz {
  background: #E87E04;
}
._first_ea {
  background: #d35400;
}
._first_eb {
  background: #2980b9;
}
._first_ec {
  background: #f1c40f;
}
._first_ed {
  background: #d35400;
}
._first_ee {
  background: #E87E04;
}
._first_ef {
  background: #f1c40f;
}
._first_eg {
  background: #F62459;
}
._first_eh {
  background: #1abc9c;
}
._first_ei {
  background: #f1c40f;
}
._first_ej {
  background: #f1c40f;
}
._first_ek {
  background: #81CFE0;
}
._first_el {
  background: #1abc9c;
}
._first_em {
  background: #c0392b;
}
._first_en {
  background: #2980b9;
}
._first_eo {
  background: #7f8c8d;
}
._first_ep {
  background: #2c3e50;
}
._first_eq {
  background: #2980b9;
}
._first_er {
  background: #c0392b;
}
._first_es {
  background: #1abc9c;
}
._first_et {
  background: #663399;
}
._first_eu {
  background: #F62459;
}
._first_ev {
  background: #81CFE0;
}
._first_ew {
  background: #663399;
}
._first_ex {
  background: #E87E04;
}
._first_ey {
  background: #663399;
}
._first_ez {
  background: #663399;
}
._first_fa {
  background: #f1c40f;
}
._first_fb {
  background: #f1c40f;
}
._first_fc {
  background: #2c3e50;
}
._first_fd {
  background: #81CFE0;
}
._first_fe {
  background: #E87E04;
}
._first_ff {
  background: #7f8c8d;
}
._first_fg {
  background: #7f8c8d;
}
._first_fh {
  background: #81CFE0;
}
._first_fi {
  background: #E87E04;
}
._first_fj {
  background: #F62459;
}
._first_fk {
  background: #1abc9c;
}
._first_fl {
  background: #2980b9;
}
._first_fm {
  background: #F62459;
}
._first_fn {
  background: #d35400;
}
._first_fo {
  background: #81CFE0;
}
._first_fp {
  background: #2c3e50;
}
._first_fq {
  background: #2c3e50;
}
._first_fr {
  background: #1abc9c;
}
._first_fs {
  background: #4ECDC4;
}
._first_ft {
  background: #d35400;
}
._first_fu {
  background: #4ECDC4;
}
._first_fv {
  background: #E87E04;
}
._first_fw {
  background: #2980b9;
}
._first_fx {
  background: #2c3e50;
}
._first_fy {
  background: #f1c40f;
}
._first_fz {
  background: #E87E04;
}
._first_ga {
  background: #F62459;
}
._first_gb {
  background: #4ECDC4;
}
._first_gc {
  background: #9b59b6;
}
._first_gd {
  background: #9b59b6;
}
._first_ge {
  background: #f1c40f;
}
._first_gf {
  background: #7f8c8d;
}
._first_gg {
  background: #1abc9c;
}
._first_gh {
  background: #1abc9c;
}
._first_gi {
  background: #1abc9c;
}
._first_gj {
  background: #f1c40f;
}
._first_gk {
  background: #2980b9;
}
._first_gl {
  background: #2980b9;
}
._first_gm {
  background: #c0392b;
}
._first_gn {
  background: #f1c40f;
}
._first_go {
  background: #f1c40f;
}
._first_gp {
  background: #81CFE0;
}
._first_gq {
  background: #c0392b;
}
._first_gr {
  background: #7f8c8d;
}
._first_gs {
  background: #d35400;
}
._first_gt {
  background: #1abc9c;
}
._first_gu {
  background: #1abc9c;
}
._first_gv {
  background: #7f8c8d;
}
._first_gw {
  background: #c0392b;
}
._first_gx {
  background: #c0392b;
}
._first_gy {
  background: #F62459;
}
._first_gz {
  background: #2980b9;
}
._first_ha {
  background: #2c3e50;
}
._first_hb {
  background: #d35400;
}
._first_hc {
  background: #663399;
}
._first_hd {
  background: #d35400;
}
._first_he {
  background: #2980b9;
}
._first_hf {
  background: #F62459;
}
._first_hg {
  background: #f1c40f;
}
._first_hh {
  background: #663399;
}
._first_hi {
  background: #E87E04;
}
._first_hj {
  background: #7f8c8d;
}
._first_hk {
  background: #4ECDC4;
}
._first_hl {
  background: #1abc9c;
}
._first_hm {
  background: #d35400;
}
._first_hn {
  background: #f1c40f;
}
._first_ho {
  background: #1abc9c;
}
._first_hp {
  background: #f1c40f;
}
._first_hq {
  background: #4ECDC4;
}
._first_hr {
  background: #d35400;
}
._first_hs {
  background: #9b59b6;
}
._first_ht {
  background: #1abc9c;
}
._first_hu {
  background: #c0392b;
}
._first_hv {
  background: #E87E04;
}
._first_hw {
  background: #1abc9c;
}
._first_hx {
  background: #d35400;
}
._first_hy {
  background: #E87E04;
}
._first_hz {
  background: #7f8c8d;
}
._first_ia {
  background: #c0392b;
}
._first_ib {
  background: #d35400;
}
._first_ic {
  background: #2980b9;
}
._first_id {
  background: #7f8c8d;
}
._first_ie {
  background: #1abc9c;
}
._first_if {
  background: #4ECDC4;
}
._first_ig {
  background: #f1c40f;
}
._first_ih {
  background: #2c3e50;
}
._first_ii {
  background: #663399;
}
._first_ij {
  background: #E87E04;
}
._first_ik {
  background: #4ECDC4;
}
._first_il {
  background: #663399;
}
._first_im {
  background: #4ECDC4;
}
._first_in {
  background: #2c3e50;
}
._first_io {
  background: #2980b9;
}
._first_ip {
  background: #f1c40f;
}
._first_iq {
  background: #c0392b;
}
._first_ir {
  background: #4ECDC4;
}
._first_is {
  background: #2980b9;
}
._first_it {
  background: #9b59b6;
}
._first_iu {
  background: #1abc9c;
}
._first_iv {
  background: #2980b9;
}
._first_iw {
  background: #1abc9c;
}
._first_ix {
  background: #7f8c8d;
}
._first_iy {
  background: #9b59b6;
}
._first_iz {
  background: #81CFE0;
}
._first_ja {
  background: #9b59b6;
}
._first_jb {
  background: #c0392b;
}
._first_jc {
  background: #c0392b;
}
._first_jd {
  background: #E87E04;
}
._first_je {
  background: #81CFE0;
}
._first_jf {
  background: #9b59b6;
}
._first_jg {
  background: #E87E04;
}
._first_jh {
  background: #4ECDC4;
}
._first_ji {
  background: #c0392b;
}
._first_jj {
  background: #4ECDC4;
}
._first_jk {
  background: #4ECDC4;
}
._first_jl {
  background: #7f8c8d;
}
._first_jm {
  background: #F62459;
}
._first_jn {
  background: #2980b9;
}
._first_jo {
  background: #E87E04;
}
._first_jp {
  background: #E87E04;
}
._first_jq {
  background: #81CFE0;
}
._first_jr {
  background: #2980b9;
}
._first_js {
  background: #4ECDC4;
}
._first_jt {
  background: #2980b9;
}
._first_ju {
  background: #1abc9c;
}
._first_jv {
  background: #663399;
}
._first_jw {
  background: #F62459;
}
._first_jx {
  background: #2980b9;
}
._first_jy {
  background: #E87E04;
}
._first_jz {
  background: #F62459;
}
._first_ka {
  background: #2980b9;
}
._first_kb {
  background: #E87E04;
}
._first_kc {
  background: #663399;
}
._first_kd {
  background: #4ECDC4;
}
._first_ke {
  background: #81CFE0;
}
._first_kf {
  background: #E87E04;
}
._first_kg {
  background: #1abc9c;
}
._first_kh {
  background: #9b59b6;
}
._first_ki {
  background: #663399;
}
._first_kj {
  background: #9b59b6;
}
._first_kk {
  background: #2980b9;
}
._first_kl {
  background: #c0392b;
}
._first_km {
  background: #c0392b;
}
._first_kn {
  background: #663399;
}
._first_ko {
  background: #c0392b;
}
._first_kp {
  background: #f1c40f;
}
._first_kq {
  background: #d35400;
}
._first_kr {
  background: #F62459;
}
._first_ks {
  background: #663399;
}
._first_kt {
  background: #f1c40f;
}
._first_ku {
  background: #663399;
}
._first_kv {
  background: #d35400;
}
._first_kw {
  background: #c0392b;
}
._first_kx {
  background: #f1c40f;
}
._first_ky {
  background: #1abc9c;
}
._first_kz {
  background: #1abc9c;
}
._first_la {
  background: #1abc9c;
}
._first_lb {
  background: #d35400;
}
._first_lc {
  background: #9b59b6;
}
._first_ld {
  background: #663399;
}
._first_le {
  background: #2980b9;
}
._first_lf {
  background: #E87E04;
}
._first_lg {
  background: #f1c40f;
}
._first_lh {
  background: #9b59b6;
}
._first_li {
  background: #4ECDC4;
}
._first_lj {
  background: #9b59b6;
}
._first_lk {
  background: #81CFE0;
}
._first_ll {
  background: #4ECDC4;
}
._first_lm {
  background: #1abc9c;
}
._first_ln {
  background: #F62459;
}
._first_lo {
  background: #663399;
}
._first_lp {
  background: #F62459;
}
._first_lq {
  background: #F62459;
}
._first_lr {
  background: #2c3e50;
}
._first_ls {
  background: #F62459;
}
._first_lt {
  background: #c0392b;
}
._first_lu {
  background: #2980b9;
}
._first_lv {
  background: #2c3e50;
}
._first_lw {
  background: #f1c40f;
}
._first_lx {
  background: #f1c40f;
}
._first_ly {
  background: #F62459;
}
._first_lz {
  background: #9b59b6;
}
._first_ma {
  background: #4ECDC4;
}
._first_mb {
  background: #7f8c8d;
}
._first_mc {
  background: #7f8c8d;
}
._first_md {
  background: #2c3e50;
}
._first_me {
  background: #d35400;
}
._first_mf {
  background: #663399;
}
._first_mg {
  background: #1abc9c;
}
._first_mh {
  background: #9b59b6;
}
._first_mi {
  background: #663399;
}
._first_mj {
  background: #4ECDC4;
}
._first_mk {
  background: #81CFE0;
}
._first_ml {
  background: #2980b9;
}
._first_mm {
  background: #d35400;
}
._first_mn {
  background: #F62459;
}
._first_mo {
  background: #81CFE0;
}
._first_mp {
  background: #1abc9c;
}
._first_mq {
  background: #81CFE0;
}
._first_mr {
  background: #1abc9c;
}
._first_ms {
  background: #1abc9c;
}
._first_mt {
  background: #9b59b6;
}
._first_mu {
  background: #2980b9;
}
._first_mv {
  background: #1abc9c;
}
._first_mw {
  background: #663399;
}
._first_mx {
  background: #1abc9c;
}
._first_my {
  background: #c0392b;
}
._first_mz {
  background: #f1c40f;
}
._first_na {
  background: #F62459;
}
._first_nb {
  background: #d35400;
}
._first_nc {
  background: #81CFE0;
}
._first_nd {
  background: #4ECDC4;
}
._first_ne {
  background: #4ECDC4;
}
._first_nf {
  background: #1abc9c;
}
._first_ng {
  background: #f1c40f;
}
._first_nh {
  background: #4ECDC4;
}
._first_ni {
  background: #F62459;
}
._first_nj {
  background: #4ECDC4;
}
._first_nk {
  background: #c0392b;
}
._first_nl {
  background: #c0392b;
}
._first_nm {
  background: #c0392b;
}
._first_nn {
  background: #d35400;
}
._first_no {
  background: #E87E04;
}
._first_np {
  background: #E87E04;
}
._first_nq {
  background: #2980b9;
}
._first_nr {
  background: #F62459;
}
._first_ns {
  background: #81CFE0;
}
._first_nt {
  background: #7f8c8d;
}
._first_nu {
  background: #2980b9;
}
._first_nv {
  background: #F62459;
}
._first_nw {
  background: #663399;
}
._first_nx {
  background: #2c3e50;
}
._first_ny {
  background: #E87E04;
}
._first_nz {
  background: #E87E04;
}
._first_oa {
  background: #663399;
}
._first_ob {
  background: #663399;
}
._first_oc {
  background: #4ECDC4;
}
._first_od {
  background: #E87E04;
}
._first_oe {
  background: #f1c40f;
}
._first_of {
  background: #81CFE0;
}
._first_og {
  background: #E87E04;
}
._first_oh {
  background: #E87E04;
}
._first_oi {
  background: #81CFE0;
}
._first_oj {
  background: #1abc9c;
}
._first_ok {
  background: #7f8c8d;
}
._first_ol {
  background: #E87E04;
}
._first_om {
  background: #F62459;
}
._first_on {
  background: #d35400;
}
._first_oo {
  background: #9b59b6;
}
._first_op {
  background: #4ECDC4;
}
._first_oq {
  background: #4ECDC4;
}
._first_or {
  background: #f1c40f;
}
._first_os {
  background: #81CFE0;
}
._first_ot {
  background: #E87E04;
}
._first_ou {
  background: #4ECDC4;
}
._first_ov {
  background: #d35400;
}
._first_ow {
  background: #d35400;
}
._first_ox {
  background: #F62459;
}
._first_oy {
  background: #f1c40f;
}
._first_oz {
  background: #2980b9;
}
._first_pa {
  background: #f1c40f;
}
._first_pb {
  background: #81CFE0;
}
._first_pc {
  background: #1abc9c;
}
._first_pd {
  background: #81CFE0;
}
._first_pe {
  background: #E87E04;
}
._first_pf {
  background: #c0392b;
}
._first_pg {
  background: #f1c40f;
}
._first_ph {
  background: #E87E04;
}
._first_pi {
  background: #f1c40f;
}
._first_pj {
  background: #663399;
}
._first_pk {
  background: #663399;
}
._first_pl {
  background: #f1c40f;
}
._first_pm {
  background: #663399;
}
._first_pn {
  background: #1abc9c;
}
._first_po {
  background: #c0392b;
}
._first_pp {
  background: #1abc9c;
}
._first_pq {
  background: #81CFE0;
}
._first_pr {
  background: #663399;
}
._first_ps {
  background: #d35400;
}
._first_pt {
  background: #c0392b;
}
._first_pu {
  background: #F62459;
}
._first_pv {
  background: #F62459;
}
._first_pw {
  background: #d35400;
}
._first_px {
  background: #c0392b;
}
._first_py {
  background: #9b59b6;
}
._first_pz {
  background: #F62459;
}
._first_qa {
  background: #E87E04;
}
._first_qb {
  background: #f1c40f;
}
._first_qc {
  background: #F62459;
}
._first_qd {
  background: #81CFE0;
}
._first_qe {
  background: #F62459;
}
._first_qf {
  background: #d35400;
}
._first_qg {
  background: #c0392b;
}
._first_qh {
  background: #1abc9c;
}
._first_qi {
  background: #c0392b;
}
._first_qj {
  background: #f1c40f;
}
._first_qk {
  background: #f1c40f;
}
._first_ql {
  background: #81CFE0;
}
._first_qm {
  background: #4ECDC4;
}
._first_qn {
  background: #f1c40f;
}
._first_qo {
  background: #F62459;
}
._first_qp {
  background: #c0392b;
}
._first_qq {
  background: #c0392b;
}
._first_qr {
  background: #9b59b6;
}
._first_qs {
  background: #9b59b6;
}
._first_qt {
  background: #1abc9c;
}
._first_qu {
  background: #81CFE0;
}
._first_qv {
  background: #1abc9c;
}
._first_qw {
  background: #F62459;
}
._first_qx {
  background: #f1c40f;
}
._first_qy {
  background: #81CFE0;
}
._first_qz {
  background: #7f8c8d;
}
._first_ra {
  background: #81CFE0;
}
._first_rb {
  background: #1abc9c;
}
._first_rc {
  background: #d35400;
}
._first_rd {
  background: #c0392b;
}
._first_re {
  background: #2980b9;
}
._first_rf {
  background: #4ECDC4;
}
._first_rg {
  background: #81CFE0;
}
._first_rh {
  background: #9b59b6;
}
._first_ri {
  background: #4ECDC4;
}
._first_rj {
  background: #81CFE0;
}
._first_rk {
  background: #F62459;
}
._first_rl {
  background: #F62459;
}
._first_rm {
  background: #663399;
}
._first_rn {
  background: #E87E04;
}
._first_ro {
  background: #81CFE0;
}
._first_rp {
  background: #E87E04;
}
._first_rq {
  background: #f1c40f;
}
._first_rr {
  background: #7f8c8d;
}
._first_rs {
  background: #d35400;
}
._first_rt {
  background: #d35400;
}
._first_ru {
  background: #2980b9;
}
._first_rv {
  background: #F62459;
}
._first_rw {
  background: #2980b9;
}
._first_rx {
  background: #7f8c8d;
}
._first_ry {
  background: #663399;
}
._first_rz {
  background: #7f8c8d;
}
._first_sa {
  background: #F62459;
}
._first_sb {
  background: #d35400;
}
._first_sc {
  background: #7f8c8d;
}
._first_sd {
  background: #663399;
}
._first_se {
  background: #E87E04;
}
._first_sf {
  background: #663399;
}
._first_sg {
  background: #2c3e50;
}
._first_sh {
  background: #9b59b6;
}
._first_si {
  background: #F62459;
}
._first_sj {
  background: #81CFE0;
}
._first_sk {
  background: #c0392b;
}
._first_sl {
  background: #4ECDC4;
}
._first_sm {
  background: #d35400;
}
._first_sn {
  background: #4ECDC4;
}
._first_so {
  background: #7f8c8d;
}
._first_sp {
  background: #4ECDC4;
}
._first_sq {
  background: #2980b9;
}
._first_sr {
  background: #1abc9c;
}
._first_ss {
  background: #d35400;
}
._first_st {
  background: #F62459;
}
._first_su {
  background: #F62459;
}
._first_sv {
  background: #7f8c8d;
}
._first_sw {
  background: #81CFE0;
}
._first_sx {
  background: #F62459;
}
._first_sy {
  background: #E87E04;
}
._first_sz {
  background: #f1c40f;
}
._first_ta {
  background: #663399;
}
._first_tb {
  background: #81CFE0;
}
._first_tc {
  background: #E87E04;
}
._first_td {
  background: #E87E04;
}
._first_te {
  background: #7f8c8d;
}
._first_tf {
  background: #81CFE0;
}
._first_tg {
  background: #1abc9c;
}
._first_th {
  background: #E87E04;
}
._first_ti {
  background: #c0392b;
}
._first_tj {
  background: #4ECDC4;
}
._first_tk {
  background: #E87E04;
}
._first_tl {
  background: #663399;
}
._first_tm {
  background: #81CFE0;
}
._first_tn {
  background: #f1c40f;
}
._first_to {
  background: #d35400;
}
._first_tp {
  background: #7f8c8d;
}
._first_tq {
  background: #1abc9c;
}
._first_tr {
  background: #9b59b6;
}
._first_ts {
  background: #F62459;
}
._first_tt {
  background: #9b59b6;
}
._first_tu {
  background: #d35400;
}
._first_tv {
  background: #f1c40f;
}
._first_tw {
  background: #d35400;
}
._first_tx {
  background: #663399;
}
._first_ty {
  background: #81CFE0;
}
._first_tz {
  background: #c0392b;
}
._first_ua {
  background: #7f8c8d;
}
._first_ub {
  background: #F62459;
}
._first_uc {
  background: #d35400;
}
._first_ud {
  background: #1abc9c;
}
._first_ue {
  background: #c0392b;
}
._first_uf {
  background: #9b59b6;
}
._first_ug {
  background: #F62459;
}
._first_uh {
  background: #2c3e50;
}
._first_ui {
  background: #1abc9c;
}
._first_uj {
  background: #4ECDC4;
}
._first_uk {
  background: #2980b9;
}
._first_ul {
  background: #E87E04;
}
._first_um {
  background: #f1c40f;
}
._first_un {
  background: #9b59b6;
}
._first_uo {
  background: #81CFE0;
}
._first_up {
  background: #1abc9c;
}
._first_uq {
  background: #f1c40f;
}
._first_ur {
  background: #2c3e50;
}
._first_us {
  background: #d35400;
}
._first_ut {
  background: #663399;
}
._first_uu {
  background: #7f8c8d;
}
._first_uv {
  background: #E87E04;
}
._first_uw {
  background: #1abc9c;
}
._first_ux {
  background: #1abc9c;
}
._first_uy {
  background: #663399;
}
._first_uz {
  background: #81CFE0;
}
._first_va {
  background: #9b59b6;
}
._first_vb {
  background: #9b59b6;
}
._first_vc {
  background: #1abc9c;
}
._first_vd {
  background: #7f8c8d;
}
._first_ve {
  background: #2980b9;
}
._first_vf {
  background: #663399;
}
._first_vg {
  background: #1abc9c;
}
._first_vh {
  background: #2980b9;
}
._first_vi {
  background: #f1c40f;
}
._first_vj {
  background: #2980b9;
}
._first_vk {
  background: #F62459;
}
._first_vl {
  background: #9b59b6;
}
._first_vm {
  background: #c0392b;
}
._first_vn {
  background: #2980b9;
}
._first_vo {
  background: #4ECDC4;
}
._first_vp {
  background: #663399;
}
._first_vq {
  background: #2980b9;
}
._first_vr {
  background: #E87E04;
}
._first_vs {
  background: #f1c40f;
}
._first_vt {
  background: #1abc9c;
}
._first_vu {
  background: #81CFE0;
}
._first_vv {
  background: #2980b9;
}
._first_vw {
  background: #c0392b;
}
._first_vx {
  background: #E87E04;
}
._first_vy {
  background: #2c3e50;
}
._first_vz {
  background: #d35400;
}
._first_wa {
  background: #9b59b6;
}
._first_wb {
  background: #d35400;
}
._first_wc {
  background: #f1c40f;
}
._first_wd {
  background: #663399;
}
._first_we {
  background: #d35400;
}
._first_wf {
  background: #c0392b;
}
._first_wg {
  background: #E87E04;
}
._first_wh {
  background: #F62459;
}
._first_wi {
  background: #9b59b6;
}
._first_wj {
  background: #2c3e50;
}
._first_wk {
  background: #f1c40f;
}
._first_wl {
  background: #9b59b6;
}
._first_wm {
  background: #9b59b6;
}
._first_wn {
  background: #81CFE0;
}
._first_wo {
  background: #7f8c8d;
}
._first_wp {
  background: #1abc9c;
}
._first_wq {
  background: #E87E04;
}
._first_wr {
  background: #4ECDC4;
}
._first_ws {
  background: #81CFE0;
}
._first_wt {
  background: #c0392b;
}
._first_wu {
  background: #2c3e50;
}
._first_wv {
  background: #9b59b6;
}
._first_ww {
  background: #1abc9c;
}
._first_wx {
  background: #d35400;
}
._first_wy {
  background: #2c3e50;
}
._first_wz {
  background: #E87E04;
}
._first_xa {
  background: #c0392b;
}
._first_xb {
  background: #c0392b;
}
._first_xc {
  background: #1abc9c;
}
._first_xd {
  background: #d35400;
}
._first_xe {
  background: #f1c40f;
}
._first_xf {
  background: #d35400;
}
._first_xg {
  background: #9b59b6;
}
._first_xh {
  background: #F62459;
}
._first_xi {
  background: #4ECDC4;
}
._first_xj {
  background: #F62459;
}
._first_xk {
  background: #c0392b;
}
._first_xl {
  background: #f1c40f;
}
._first_xm {
  background: #F62459;
}
._first_xn {
  background: #7f8c8d;
}
._first_xo {
  background: #f1c40f;
}
._first_xp {
  background: #7f8c8d;
}
._first_xq {
  background: #2980b9;
}
._first_xr {
  background: #2980b9;
}
._first_xs {
  background: #c0392b;
}
._first_xt {
  background: #E87E04;
}
._first_xu {
  background: #c0392b;
}
._first_xv {
  background: #f1c40f;
}
._first_xw {
  background: #E87E04;
}
._first_xx {
  background: #d35400;
}
._first_xy {
  background: #2c3e50;
}
._first_xz {
  background: #4ECDC4;
}
._first_ya {
  background: #c0392b;
}
._first_yb {
  background: #f1c40f;
}
._first_yc {
  background: #f1c40f;
}
._first_yd {
  background: #81CFE0;
}
._first_ye {
  background: #9b59b6;
}
._first_yf {
  background: #9b59b6;
}
._first_yg {
  background: #F62459;
}
._first_yh {
  background: #F62459;
}
._first_yi {
  background: #9b59b6;
}
._first_yj {
  background: #E87E04;
}
._first_yk {
  background: #7f8c8d;
}
._first_yl {
  background: #F62459;
}
._first_ym {
  background: #81CFE0;
}
._first_yn {
  background: #c0392b;
}
._first_yo {
  background: #2c3e50;
}
._first_yp {
  background: #2980b9;
}
._first_yq {
  background: #f1c40f;
}
._first_yr {
  background: #f1c40f;
}
._first_ys {
  background: #4ECDC4;
}
._first_yt {
  background: #d35400;
}
._first_yu {
  background: #1abc9c;
}
._first_yv {
  background: #4ECDC4;
}
._first_yw {
  background: #E87E04;
}
._first_yx {
  background: #d35400;
}
._first_yy {
  background: #E87E04;
}
._first_yz {
  background: #2980b9;
}
._first_za {
  background: #E87E04;
}
._first_zb {
  background: #2980b9;
}
._first_zc {
  background: #F62459;
}
._first_zd {
  background: #81CFE0;
}
._first_ze {
  background: #F62459;
}
._first_zf {
  background: #9b59b6;
}
._first_zg {
  background: #81CFE0;
}
._first_zh {
  background: #d35400;
}
._first_zi {
  background: #2980b9;
}
._first_zj {
  background: #1abc9c;
}
._first_zk {
  background: #81CFE0;
}
._first_zl {
  background: #2c3e50;
}
._first_zm {
  background: #1abc9c;
}
._first_zn {
  background: #F62459;
}
._first_zo {
  background: #c0392b;
}
._first_zp {
  background: #1abc9c;
}
._first_zq {
  background: #d35400;
}
._first_zr {
  background: #81CFE0;
}
._first_zs {
  background: #2c3e50;
}
._first_zt {
  background: #f1c40f;
}
._first_zu {
  background: #7f8c8d;
}
._first_zv {
  background: #f1c40f;
}
._first_zw {
  background: #663399;
}
._first_zx {
  background: #2c3e50;
}
._first_zy {
  background: #9b59b6;
}
._first_zz {
  background: #f1c40f;
}
._first_no_utf8 {
  background: #ff6600;
}
._image__32_square {
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-size: contain;
}
._image_32 {
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-size: contain;
}
._image__40_square {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-size: contain;
}
._image_40 {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-size: contain;
}
._image__50_square {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: contain;
}
._image_50 {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: contain;
}
._image__200_square {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: contain;
}
._image_200 {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: contain;
}
textarea {
  resize: none;
}
*:focus {
  outline: none;
}
.table.form-group {
  padding-bottom: 0;
}
.clear {
  clear: both;
}
/**
	Main body holder. Keeps the site within a specific width.
*/
.holder {
  margin: auto;
  width: 100%;
}
.global_notification_site {
  background: #CDEB8B;
  display: block;
  line-height: 22px;
  height: 22px;
  padding: 0 6px 0 6px;
  margin-bottom: 10px;
}
input.button_register,
#main_registration_form_holder input.button_register {
  background: #6BBA70;
  color: #fff;
  font-weight: bold;
  border: 1px #508F54 solid;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
}
/**
 Default captcha
*/
.captcha_title {
  font-weight: bold;
  padding-bottom: 5px;
}
.captcha_form {
  border-top: 1px #dfdfdf solid;
  margin-top: 10px;
  padding-top: 10px;
}
#js_captcha_image {
  border: 1px #ccc solid;
}
/**
	Sub-menus
*/
#header_sub_menu a#pin,
#header_sub_menu a#pin:hover {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/header_sub_menu_pin.png') no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  width: 30px;
  display: block;
  line-height: 40px;
}
#header_sub_menu a#pin:hover {
  background-color: #333;
}
#header_sub_menu:hover a#pin {
  background-color: #333;
}
.main_sub_menu {
  left: -1px;
  top: 40px;
  background: #333;
  width: 300px;
  position: absolute;
  z-index: 100;
  padding: 10px 5px 5px 10px;
  display: none;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
#header_sub_menu_holder:hover .main_sub_menu,
#header_sub_menu_holder:hover .main_sub_menu:hover {
  display: block;
}
.main_sub_menu .split {
  float: left;
  width: 44%;
  margin-right: 15px;
}
.main_sub_menu .title {
  color: #BFBFBF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px #4F4F4F solid;
  padding-bottom: 5px;
}
.main_sub_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main_sub_menu ul li a,
.main_sub_menu ul li a:hover {
  line-height: 20px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #333;
}
.main_sub_menu ul li a:hover {
  background: #fff;
  color: #333;
}
.main_sub_menu_end {
  border-top: 1px #4F4F4F solid;
  margin-top: 10px;
  padding: 10px 6px 6px 0;
}
.main_sub_menu_end a,
.main_sub_menu_end a:hover {
  color: #fff;
  display: block;
  line-height: 25px;
  width: 100px;
  background: #4F4F4F;
  text-align: center;
  text-decoration: none;
  float: right;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.main_sub_menu_end a:hover {
  background: #BFBFBF;
  color: #fff;
}
/**
	Global Search
*/
#header_menu_space {
  padding-left: 8px;
  padding-top: 6px;
}
#header_sub_menu {
  position: absolute;
  left: 0;
}
/**
	Notifications
*/
#holder_notify {
  position: absolute;
  left: 270px;
}
#holder_notify ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#holder_notify ul li {
  position: relative;
  float: left;
}
#holder_notify ul li a.notify_drop_link,
#holder_notify ul li a.notify_drop_link:hover {
  display: block;
  text-decoration: none;
  line-height: 40px;
  overflow: hidden;
  text-indent: -1000px;
  width: 35px;
  border-left: 1px transparent solid;
  border-right: 1px transparent solid;
}
#holder_notify ul li div.holder_notify_drop {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #333;
  width: 330px;
  left: 0;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  border-bottom: 2px #000 solid;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title {
  border-bottom: 1px #DFDFDF solid;
  padding: 0 0 4px 0;
  margin: 8px 6px 0 6px;
  font-weight: bold;
  position: relative;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link {
  position: absolute;
  right: 5px;
}
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link a,
#holder_notify ul li div.holder_notify_drop .holder_notify_drop_title_link a:hover {
  background: none;
  font-weight: normal;
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link,
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  display: block;
  text-decoration: none;
  line-height: 30px;
  border-top: 1px #DFDFDF solid;
  background: #EFEFEF;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 4px 0 0 0;
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  background: #333;
  color: #fff;
}
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  font-size: 11px;
}
#holder_notify ul li.with_padding span.user_profile_link_span a:hover,
#holder_notify ul li.with_padding .extra_info_link a:hover {
  background: #fff;
}
.holder_notify_drop_loader {
  text-align: center;
  padding-bottom: 5px;
}
#holder_notify ul li .holder_notify_drop_data ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#holder_notify ul li .holder_notify_drop_data ul li {
  overflow: hidden;
}
#holder_notify ul li .holder_notify_drop_data ul li.holder_notify_drop_data {
  display: block;
  border-top: 1px #EFEFEF solid;
  float: none;
}
#holder_notify ul li .holder_notify_drop_data ul li.with_padding {
  padding: 4px 6px 4px 6px;
}
#holder_notify ul li .holder_notify_drop_data ul li a.main_link,
#holder_notify ul li .holder_notify_drop_data ul li a.main_link:hover {
  display: block;
  padding: 4px 6px 4px 6px;
  text-decoration: none;
  color: #333;
}
#holder_notify ul li .holder_notify_drop_data ul li a.is_new,
#holder_notify ul li .holder_notify_drop_data ul li.is_new {
  background: #EDEFF4;
}
#holder_notify ul li .holder_notify_drop_data ul li a.main_link:hover {
  background: #333;
  color: #fff;
}
#holder_notify ul li .holder_notify_drop_data ul li.first {
  border: 0;
}
#holder_notify ul li .user_profile_link_span {
  font-weight: bold;
}
.drop_data_image {
  float: left;
}
.drop_data_content {
  margin-left: 55px;
}
.drop_data_time {
  color: #808080;
  font-size: 9px;
  padding-top: 4px;
}
.drop_data_user {
  color: #ac1a2f;
  font-weight: bold;
  position: relative;
}
.drop_data_action {
  position: absolute;
  right: 0;
}
#holder_notify ul li .holder_notify_drop_data ul li a:hover .drop_data_time,
#holder_notify ul li .holder_notify_drop_data ul li a:hover .drop_data_user {
  color: #fff;
}
.drop_data_empty {
  text-align: center;
  color: #808080;
  padding-bottom: 5px;
  padding-top: 10px;
}
.holder_notify_drop_link_holder {
  display: none;
}
.holder_notify_count {
  position: absolute;
  display: none;
  z-index: 10;
  right: 0;
  background: red;
  color: #fff;
  padding: 2px 4px 2px 4px;
  font-weight: bold;
}
/**
 Content holders
*/
#main_content_holder {
  background: #ffffff url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/main_content_holder.png') repeat-x;
}
#content_holder {
  position: relative;
  z-index: 1;
}
#main_content {
  margin-left: 180px;
}
#main_content_padding {
  padding: 10px 0 10px 10px;
}
.no_sidebar #main_content_padding {
  padding-left: 0;
}
#content {
  position: relative;
  z-index: 1;
}
.content_float {
  float: left;
  width: 100%;
}
.content2 {
  width: 100%;
}
.content3 {
  width: 520px;
}
.content4 {
  width: 710px;
}
#main_content.no_sidebar {
  margin-left: 0;
  padding: 0;
}
/**
	Breadcrumb
*/
#breadcrumb_holder {
  border-bottom: 1px #DFDFDF solid;
}
#breadcrumb_holder.has_section_menu {
  min-height: 30px;
  height: auto !important;
}
h1,
.h1 {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  font-size: 22px;
  color: #333;
  font-weight: normal;
}
h1 a,
h1 a:hover,
.h1 a,
.h1 a:hover {
  text-decoration: none;
  color: #555555;
}
#content_load_data h1 {
  padding: 0;
  font-size: 22px;
  margin: 0 0 5px 0;
  color: #333;
}
#content_load_data h1 a,
#content_load_data h1 a:hover {
  color: #333;
}
h3 {
  border-bottom: 1px #DFDFDF solid;
  padding: 0 0 5px 0;
  margin: 5px 0 8px 0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
/**
* Item Information
*/
.item_info {
  font-weight: normal;
  color: #a2a2a2;
}
.item_info > span + span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
.item_info span.user_profile_link_span > a {
  text-decoration: none;
}
.item_info a {
  color: #808080;
  text-decoration: underline;
}
.item_info a:hover {
  color: #808080;
  text-decoration: none;
}
/**
* Item action bar
*/
.item_bar {
  padding: 4px 0 12px 0;
  position: relative;
}
a.item_bar_approve,
a.item_bar_approve:hover {
  display: inline-block;
  float: left !important;
  margin: 0 5px 0 0 !important;
  height: 40px !important;
  background: #D0D0D0;
  line-height: 24px;
  padding: 0 5px 0 5px;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  color: #333;
}
a.item_bar_approve_image,
a.item_bar_approve_image:hover {
  background: none;
}
[dir="ltr"] .item_bar ul {
  left: auto;
  right: 0;
}
a.item_bar_action,
a.item_bar_action:hover {
  background: #ffffff url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/item_bar_action.png') no-repeat;
  display: block;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  width: 140px;
  font-weight: bold;
}
a.item_bar_action_clicked,
a.item_bar_action_clicked:hover {
  background: #ffffff url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/item_bar_action.png') no-repeat 0 -24px;
  color: #333;
}
a.item_bar_action span {
  padding: 0 0 0 10px;
}
.item_bar_image {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-right: 2px;
}
/**
 Item Content
*/
.item_image {
  float: left;
}
.item_image_content {
  padding-left: 5px;
}
/**
	Action Menu
*/
#section_menu {
  position: absolute;
  right: 0;
  top: 10px;
}
#section_menu ul {
  margin: 0;
  padding: 0;
}
#section_menu ul li {
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  position: relative;
}
#section_menu ul li a:active {
  background: #fff;
}
#section_menu ul li a#section_menu_more,
#section_menu ul li a#section_menu_more:hover {
  color: #808080;
  font-weight: normal;
  width: 20px;
  text-align: center;
  overflow: hidden;
  text-indent: -100px;
  position: relative;
}
#section_menu ul li span {
  background: #CDEB8B;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding-right: 16px;
  margin-right: 2px;
  display: inline;
  padding-top: 16px;
}
#section_menu ul li a#section_menu_more span.section_menu_more_image {
  display: block;
  width: 20px;
  height: 22px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/section_menu_more.png') no-repeat;
  position: absolute;
}
/**
 * section_menu_drop
 */
#section_menu_drop {
  position: absolute;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/action_drop.png') no-repeat 97% 0%;
  width: 200px;
  right: 0;
  top: 45px;
  z-index: 800;
  display: none;
}
#section_menu_drop ul {
  margin: 8px 0 0 0;
  padding: 0;
  list-style-type: none;
  background: #333;
}
#section_menu_drop ul li {
  display: block;
}
#section_menu_drop ul li a,
#section_menu_drop ul li a:hover {
  display: block;
  line-height: 26px;
  padding: 0 0 0 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#section_menu_drop ul li a:hover {
  background: #4F4F4F;
}
/**
	Blocks
 */
#content .block,
#right .block,
#left .block {
  margin-bottom: 15px;
}
#left .block .title,
#right .block .title {
  font-weight: bold;
}
#content .block .title {
  font-weight: bold;
  color: #333;
  border-bottom: 1px #DFDFDF solid;
  font-size: 14px;
  padding-bottom: 8px;
}
.block .content {
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
}
.block .block_headline {
  padding-top: 4px;
  margin-top: 8px;
  border-top: 1px #dfdfdf solid;
  color: #333;
  font-weight: bold;
  padding-bottom: 6px;
}
.block_event_title {
  text-transform: uppercase;
  font-weight: bold;
  color: #AFAFAF;
  font-size: 10px;
}
.block_event_title_holder {
  padding-bottom: 5px;
}
.block_event_form {
  padding-bottom: 10px;
}
.block_event_form input {
  font-size: 11px;
}
.block_event_form select {
  font-size: 10px;
}
.block_event_form_input {
  width: 90%;
}
.block_event_form_input_off {
  color: #808080;
}
.block_event_sub {
  padding-top: 6px;
}
.block_event_sub_holder {
  display: none;
}
.block .js_edit_header_bar {
  float: right;
  margin-right: 3px;
}
.block .edit_bar {
  margin: 0;
  padding: 10px;
  background: #DFDFDF;
  color: #393939;
}
.block_comment_holder {
  margin-top: 10px;
}
.block .bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block .bottom ul li {
  display: block;
  position: relative;
}
.block .bottom ul li .ajax_image {
  position: absolute;
  left: 4px;
  top: 5px;
  z-index: 2;
  display: none;
}
.block .bottom ul li a,
.block .bottom ul li a:hover {
  line-height: 22px;
  height: 22px;
}
.block .bottom .no-height li a,
.block .bottom .no-height li a:hover {
  line-height: inherit;
  height: inherit;
}
#left .block .bottom ul li a,
#left .block .bottom ul li a:hover,
#right .block .bottom ul li a,
#right .block .bottom ul li a:hover {
  display: block;
  color: #8F8F8F;
  border-bottom: 1px #EFEFEF solid;
  text-align: right;
  text-decoration: none;
  padding: 0 8px 0 0;
  position: relative;
}
#left .block .bottom ul li a:hover,
#right .block .bottom ul li a:hover {
  background: #f8f8f8;
}
/**
* Block Menus
*/
div#content div.menu,
div#left div.menu,
div#right div.menu {
  margin: 5px 0 0 0;
  padding: 0;
}
div#content div.menu ul,
div#left div.menu ul,
div#right div.menu ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
div#content div.menu ul li,
div#left div.menu ul li,
div#right div.menu ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
div#content div.menu ul li a,
div#content div.menu ul li a:hover,
div#left div.menu ul li a,
div#right div.menu ul li a,
div#left div.menu ul li a:hover,
div#right div.menu ul li a:hover {
  padding: 0 6px 0 6px;
  line-height: 22px;
  margin: 0 4px 0 0;
  color: #9F9F9F;
  text-decoration: none;
  display: block;
  text-align: center;
  background: #F9F9F9;
  border: 1px #DFDFDF solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div#content div.menu ul li a:hover,
div#left div.menu ul li a:hover,
div#right div.menu ul li a:hover {
  background: #EFF9FF;
}
div#content div.menu li.active a,
div#content div.menu li.active a:hover,
div#left div.menu li.active a,
div#right div.menu li.active a,
div#left div.menu li.active a:hover,
div#right div.menu li.active a:hover {
  color: #333333;
  text-decoration: none;
  background: #CFEEFF;
}
/**
* Item Information
*/
div.info_holder {
  padding: 8px 0;
}
div.info {
  margin-bottom: 8px;
  position: relative;
}
div.info_left {
  color: #3b3b3b;
  font-weight: 500;
}
div.info_right {
  padding: 2px 0 0 10px;
}
#content div.info {
  border-bottom: 1px #EFEFEF solid;
  padding-bottom: 8px;
  clear: both;
}
#content div.info_left {
  float: left;
  padding-right: 8px;
}
/**
* Item Menu
*/
#menu {
  margin-bottom: 10px;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: block;
}
#menu ul li a,
#menu ul li a:hover {
  display: block;
  line-height: 22px;
  border-bottom: 1px #DFDFDF solid;
  text-decoration: none;
  padding-left: 5px;
}
#menu ul li a:hover {
  background: #EFF9FF;
}
/**
	Action Delete
*/
.action_delete:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f00d';
  color: #ebebeb;
  font-size: 14px;
}
.action_delete:hover:before {
  color: #ee5a2b;
}
/**
* Activity feed textarea
*/
#activity_feed_share_this_one {
  float: left;
}
.feed_share_on_item a,
.feed_share_on_item a:hover {
  display: block;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  padding: 0 5px 0 5px;
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.feed_share_on_item a:hover {
  background: #f1f1f1;
}
/* Hides the input in the feed, used in check-ins */
#js_add_location_input {
  display: none;
}
/* Displays a little map on the feed, used for check-ins*/
a.feed_share_map,
a.feed_share_map:hover {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/feed_map.png') no-repeat center center;
}
a.feed_share_site,
a.feed_share_site:hover {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/feed_share.png');
}
a.feed_share_watch,
a.feed_share_watch:hover {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/feed_watch.png');
}
#activity_feed_share_this_one a.is_active,
#activity_feed_share_this_one a.is_active:hover {
  background-color: #f1f1f1;
}
.feed_share_on_item a.active,
.feed_share_on_item a.active:hover {
  background: #FEFFAF;
}
.feed_share_custom {
  padding-top: 10px;
}
.feed_share_custom_block {
  float: left;
}
.activity_feed_pages_post_as_page {
  position: absolute;
  left: 5px;
  top: -4px;
}
.activity_feed_pages_post_as_page select {
  background: #fff;
}
#activity_feed_updates_link_holder {
  display: none;
  height: 25px;
  margin: 5px 0 10px 0;
}
#activity_feed_updates_link_single,
#activity_feed_updates_link_plural {
  position: absolute;
  left: 0;
  line-height: 25px;
  height: 25px;
  background: #FFFFDF;
  color: #808080;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border: 1px #dfdfdf solid;
  padding: 0 15px 0 15px;
  -moz-box-shadow: 3px 3px 3px #f1f1f1;
  -webkit-box-shadow: 3px 3px 3px #f1f1f1;
  box-shadow: 3px 3px 3px #f1f1f1;
}
.activity_feed_updates_link {
  display: none;
}
.activity_feed_form_button_status_info {
  display: none;
  padding-bottom: 6px;
}
.activity_feed_form_button_status_info textarea {
  height: 20px;
  width: 98%;
}
.activity_feed_form textarea {
  height: 40px;
  width: 98%;
  color: #808080;
}
.activity_feed_form_button {
  position: relative;
  display: none;
}
.activity_feed_form_button_position {
  position: relative;
}
.activity_feed_form_button_position .privacy_setting_mini {
  float: left;
}
.activity_feed_link_form,
.activity_feed_link_form_ajax,
.activity_feed_extra_info {
  display: none;
}
.feed_comment_extra ul {
  margin: 0;
  padding: 0;
}
.js_like_link_holder a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
}
.js_dislike_link_holder a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f165';
}
.row_feed_loop {
  position: relative;
  min-height: 52px;
}
.feed_delete_link {
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
}
.row_feed_loop:hover .feed_delete_link,
.timeline_holder:hover .feed_delete_link {
  display: block;
}
.timeline_holder .feed_delete_link {
  right: 2px;
}
.feed_comment_delete_link {
  display: none;
}
.page_section_menu_header {
  padding-top: 10px;
}
a.page_section_menu_link,
a.page_section_menu_link:hover {
  position: absolute;
  right: 0;
}
.page_section_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page_section_menu ul li {
  float: left;
}
a.page_section_menu_link,
a.page_section_menu_link:hover {
  display: block;
  margin-right: 5px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 6px 0 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.page_section_menu ul li.active a,
.page_section_menu ul li.active a:hover {
  background: #ac1a2f !important;
  color: #fff !important;
  text-decoration: none;
}
a.page_section_menu_link {
  color: #333;
  text-decoration: none;
}
a.page_section_menu_link:hover {
  text-decoration: none;
}
/**
	Global view item link
*/
.view_item_link {
  position: relative;
}
.view_item_link a,
.view_item_link a:hover {
  position: absolute;
  right: 0;
  top: -22px;
}
/**
	Datepicker
*/
.js_datepicker_core {
  position: relative;
}
/**
	Block Listing
*/
ul.block_listing {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}
ul.block_listing li {
  padding-bottom: 8px;
  position: relative;
}
ul.block_listing li > a,
ul.block_listing li > a:hover,
ul.block_listing li > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
ul.block_listing li .block_listing_image {
  float: left;
}
ul.block_listing li .block_listing_title a,
ul.block_listing li .block_listing_title a:hover {
  font-weight: 400;
}
.block_listing_inline ul {
  display: inline-block;
  display: block;
  margin: -10px -6px;
  padding: 0;
  list-style-type: none;
}
.block_listing_inline ul:before,
.block_listing_inline ul:after {
  content: " ";
  display: table;
}
.block_listing_inline ul:after {
  clear: both;
}
.block_listing_inline ul:before,
.block_listing_inline ul:after {
  content: " ";
  display: table;
}
.block_listing_inline ul:after {
  clear: both;
}
.block_listing_inline ul li {
  float: left;
  padding: 10px 6px;
}
ul.block_listing_hover li {
  padding: 4px 0 4px 0;
}
ul.block_listing_hover li:hover {
  background: #f9f9f9;
}
/**
 Photo
 */
.albums_container {
  height: 226px;
}
.photo_holder {
  border: 1px #DFDFDF solid;
  background: #fff;
}
.photo_holder_square {
  width: 150px;
  height: 150px;
}
.photo_rotate {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 500;
}
.photo_rotate ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.photo_rotate ul li {
  float: left;
  display: inline;
}
.photo_rotate ul li a,
.photo_rotate ul li a:hover {
  background: #fff;
  display: block;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-decoration: none;
  text-indent: -1000px;
  overflow: hidden;
}
.photo_rotate ul li a.left,
.photo_rotate ul li a.left:hover {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/photo_rotate_left.png') no-repeat;
}
.photo_rotate ul li a.right,
.photo_rotate ul li a.right:hover {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/photo_rotate_right.png') no-repeat;
}
.photo_rotate ul li a.right:hover,
.photo_rotate ul li a.left:hover {
  background-color: #fff;
}
#js_photo_view_holder {
  background: #333;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
.photo_item_view {
  position: relative;
}
.photo_next_previous {
  position: absolute;
  right: 0;
  top: -4px;
}
.photo_next_previous ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.photo_next_previous ul li {
  display: inline;
  float: left;
  margin-left: 2px;
  height: 22px;
  line-height: 22px;
}
.photo_next_previous ul li.photo_stream_info {
  margin-right: 4px;
  border-right: 1px #DFDFDF solid;
  padding-right: 6px;
}
.photo_next_previous ul li a,
.photo_next_previous ul li a:hover {
  display: block;
  line-height: 22px;
  height: 22px;
  text-decoration: none;
  padding: 0 4px 0 4px;
}
.photo_next_previous ul li a:hover {
  background: #333;
  color: #fff;
}
.photo_view_ad {
  float: right;
  width: 170px;
}
.photo_view_detail {
  float: left;
  width: 220px;
}
.photo_view_detail_content {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.photo_view_comment {
  margin-left: 230px;
  overflow: hidden;
  width: 500px;
}
#photo_view_theater_mode {
  margin: auto;
}
#photo_view_theater_mode #js_photo_view_holder {
  min-height: 380px;
}
#photo_view_theater_mode #js_photo_view_holder #js_photo_view_image {
  margin: 46px auto;
}
#photo_view_theater_mode .photo_next_previous {
  position: static;
}
#photo_view_theater_mode .photo_next_previous ul li.next {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/photo_next_previous_icon.png') no-repeat 50% 50%;
}
#photo_view_theater_mode .photo_next_previous ul li.previous {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/photo_next_previous_icon_left.png') no-repeat 50% 50%;
}
#photo_view_theater_mode .photo_next_previous ul li,
#photo_view_theater_mode .photo_next_previous ul li a,
#photo_view_theater_mode .photo_next_previous ul li a:hover {
  position: absolute;
  height: 300px;
  bottom: 50%;
  margin-bottom: -150px;
  z-index: 799;
  text-indent: -1000px;
  overflow: hidden;
  width: 50px;
  padding: 0;
  line-height: 300px;
}
#photo_view_theater_mode .photo_next_previous ul li a:hover,
#photo_view_theater_mode .photo_next_previous ul li.next a.is_hover_active {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/photo_next_previous.png') no-repeat;
}
#photo_view_theater_mode .photo_next_previous ul li.previous,
#photo_view_theater_mode .photo_next_previous ul li.previous a,
#photo_view_theater_mode .photo_next_previous ul li.previous a:hover {
  left: 4px;
}
#photo_view_theater_mode .photo_next_previous ul li.next,
#photo_view_theater_mode .photo_next_previous ul li.next a,
#photo_view_theater_mode .photo_next_previous ul li.next a:hover {
  right: 4px;
}
.photo_clip_holder_main {
  height: 120px;
  width: 130px;
  position: relative;
}
.photo_clip_holder_main_big,
.photo_with_info {
  height: 196px;
  width: 196px;
  position: relative;
}
.photo_clip_holder_border {
  height: 120px;
  width: 128px;
  border: 1px #DFDFDF solid;
  background: #fff;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
}
.photo_clip_holder_border_big {
  height: 196px;
  width: 196px;
  border: 1px #DFDFDF solid;
  background: #fff;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
}
/* Used when auto_crop is enabled and dynamic view is disabled */
a.photo_clip_holder,
a.photo_clip_holder:hover {
  position: absolute;
  top: -4px;
  left: 1px;
  height: 120px;
  width: 128px;
  padding-top: 5px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
a.photo_clip_holder img,
a.photo_clip_holder:hover img {
  clip: rect(10px, 148px, 120px, 0);
}
a.photo_clip_holder_big,
a.photo_clip_holder_big:hover {
  position: absolute;
  top: 0;
  /*left:6px;*/
  height: 190px;
  width: 190px;
  background-position: 50% 25%;
  background-size: cover;
  transition-duration: 500ms;
  transition-property: width, height;
  overflow: hidden;
  display: block;
  text-decoration: none;
  text-indent: -1000px;
}
.photo_row {
  width: 150px;
  margin-bottom: 10px;
  float: left;
  padding-top: 5px;
  z-index: 1;
}
.photo_row_holder {
  width: 100%;
  min-height: 90px;
  height: auto !important;
}
.photo_row_info {
  padding-top: 2px;
}
.photo_row_info_album {
  padding-top: 8px;
  text-align: center;
}
.photo_row_height {
  position: relative;
}
#photo_battle_full_mode {
  position: absolute;
  z-index: 5000;
  left: -180px;
  top: -60px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png');
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 14px;
}
/**
	Polls
*/
.user_answered_this {
  background-color: #9F9F9F;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.user_answered_this .extra_info {
  color: #fff;
  font-weight: normal;
}
.votes {
  width: 300px;
  background: #F2F2F2;
  border: 1px #DFDFDF solid;
  padding: 10px 4px 4px 4px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.answers_container {
  padding: 5px;
}
.poll_feed_answer {
  margin: 0 0 0 20px;
  padding: 0;
}
.poll_feed_answer li {
  padding-bottom: 5px;
}
.poll_feed_answer_add {
  padding-left: 20px;
}
/**
 * Global View More Link
 */
#feed_view_more_loader {
  padding: 0 5px 0 5px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-top: 15px;
  display: none;
}
#feed_view_more_loader > i.fa-spin {
  color: #be1d34;
  font-size: 22px;
}
.main_timeline #feed_view_more_loader {
  position: relative;
  height: 40px;
}
.main_timeline #feed_view_more_loader img {
  position: absolute;
  left: 49%;
  bottom: -14px;
}
/**
* JS Tooltip
*/
.js_hover_info {
  display: none;
}
#js_global_tooltip a,
#js_global_tooltip a:hover {
  color: #fff;
}
#js_global_tooltip_display {
  background: #333;
  line-height: 22px;
  min-height: 22px;
  min-width: 30px;
  padding: 0 6px 0 6px;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#js_global_tooltip {
  position: absolute;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/action_drop_down.png') no-repeat 10px bottom;
  display: block;
  z-index: 9000;
  padding: 0 0 8px 0;
}
/**
* JS user tooltip
*/
.js_user_tool_tip_holder {
  position: absolute;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/action_drop.png') no-repeat 2px 0;
  z-index: 6000;
  padding: 8px 0 0 0;
  display: none;
}
.js_user_tool_tip_body {
  background: #333;
  color: #fff;
  position: relative;
  width: 250px;
  min-height: 70px;
  padding: 4px 0 0 0;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
.js_user_tool_tip_body a,
.js_user_tool_tip_body a:hover {
  color: #fff;
}
.user_tooltip_mutual {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px #6F6F6F solid;
}
.user_tooltip_info_user,
.user_tooltip_info_user:hover {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.user_tooltip_info_user a,
.user_tooltip_info_user a:hover {
  font-size: 15px;
  font-weight: bold;
}
.user_tooltip_image {
  float: left;
  padding-left: 4px;
  text-align: center;
  width: 80px;
}
.user_tooltip_info {
  margin-left: 84px;
  padding-right: 5px;
  color: #CFCFCF;
}
.user_tooltip_action {
  margin-top: 4px;
}
.user_tooltip_action ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.user_tooltip_action ul li {
  display: block;
}
.user_tooltip_action ul li a,
.user_tooltip_action ul li a:hover {
  display: block;
  line-height: 24px;
  padding: 0 0 0 6px;
  background: #5F5F5F;
  text-decoration: none;
  border-top: 1px #333 solid;
}
.user_tooltip_action ul li a:hover {
  background: #6F6F6F;
}
.attachment_image {
  float: left;
  width: 140px;
  text-align: center;
}
.attachment_body {
  margin-left: 140px;
}
.attachment_link_button {
  border-top: 1px #DFDFDF solid;
  padding: 8px 0 0 0;
  margin: 8px 0 0 0;
  margin-left: 140px;
}
a.attachment_body_title,
a.attachment_body_title:hover {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
div.attachment_body_link {
  color: #808080;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
div.attachment_pager {
  margin: 10px 0 5px 0;
}
div.attachment_pager ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.attachment_pager ul li {
  display: block;
  float: left;
  line-height: 20px;
}
div.attachment_pager ul li.counter {
  margin-left: 5px;
}
div.attachment_pager ul li.counter span.small {
  color: #808080;
  padding-left: 4px;
  font-size: 9px;
}
div.attachment_pager ul li a,
div.attachment_pager ul li a:hover {
  text-decoration: none;
  display: block;
  border: 1px #7F7F7F solid;
  line-height: 20px;
  overflow: hidden;
  text-indent: -1000px;
  width: 28px;
}
div.attachment_pager ul li.no_link a {
  border: 1px #ccc solid;
}
div.attachment_pager ul li a.first {
  border-right: 0;
}
div.attachment_pager ul li a.previous {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/attachment_pager.png') no-repeat;
}
div.attachment_pager ul li a.next {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/attachment_pager_next.png') no-repeat;
}
div.attachment_body label {
  vertical-align: middle;
}
div.attachment_body_description {
  margin-top: 5px;
}
div.attachment_body_description a,
div.attachment_body_description a:hover {
  text-decoration: none;
  color: #333;
}
a.attachment_body_title:hover,
div.attachment_body_description a:hover:hover {
  background: #FFFF88;
}
div.attachment_pager ul li.no_link a.previous {
  cursor: default;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/attachment_pager.png') no-repeat 0 -20px;
}
div.attachment_pager ul li.no_link a.next {
  cursor: default;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/attachment_pager_next.png') no-repeat 0 -20px;
}
div.attachment_pager ul li a:active {
  background: #627AAD;
}
.js_upload_form_image_holder {
  overflow: hidden;
  max-width: 100%;
  display: none;
  border-bottom: 1px #DFDFDF solid;
  padding: 4px 30px 4px 0;
  margin-bottom: 6px;
  position: relative;
  text-overflow: ellipsis;
}
.js_upload_form_image_holder_image {
  position: absolute;
  right: 4px;
}
.attachment_holder {
  border-bottom: 1px #DFDFDF solid;
}
.attachment_header_holder {
  position: relative;
  height: 30px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/action_drop_down.png') no-repeat 10px 20px;
  margin-top: 10px;
}
.attachment_header {
  background: #333;
  color: #DFDFDF;
  padding: 5px 10px 5px 10px;
  position: absolute;
  left: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.attachment_row {
  padding: 6px 0 6px 0;
}
.attachment_row_title {
  padding: 0 0 6px 0;
  color: #BFBFBF;
}
a.attachment_row_link,
a.attachment_row_link:hover,
span.attachment_row_link {
  font-weight: bold;
  font-size: 11px;
  color: #333;
}
.attachment_inline_holder {
  border-top: 1px #dfdfdf solid;
  border-bottom: 1px #dfdfdf solid;
  margin: 4px 0 4px 0;
  padding: 10px 0 10px 0;
}
.play_link {
  position: relative;
}
.play_link_img {
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 30px;
  height: 22px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/play.png') no-repeat;
  overflow: hidden;
  text-indent: -100px;
}
.header_filter_holder .btn-group > .btn-group {
  margin-bottom: 9px;
}
#global_attachment_list_inline {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 40000;
  background: #fff;
  border: 1px #333 solid;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
@media (min-width: 767px) {
  #global_attachment_list_inline {
    width: 500px;
  }
}
#global_attachment_list_inline_holder {
  padding: 8px;
}
#global_attachment_list_inline_close {
  padding: 6px;
  border-top: 1px #dfdfdf solid;
  text-align: right;
  background: #DFDFDF;
}
/**
 Trending topics
*/
.tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tag_cloud ul li {
  display: inline;
}
.tag_cloud ul li a,
.tag_cloud ul li a:hover {
  display: block;
  float: left;
  line-height: 22px;
  padding: 0 6px 0 6px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/tag_cloud.png') repeat-x;
  border: 1px #DFDFDF solid;
  margin-right: 6px;
  margin-bottom: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
}
.tag_cloud ul li a:hover {
  background: #F2F2F2;
}
#hashtag_cloud .tag_cloud ul li a,
#hashtag_cloud .tag_cloud ul li a:hover {
  background: transparent;
  border: 0;
  float: none;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
#hashtag_cloud .tag_cloud ul li a:hover {
  text-decoration: underline;
}
/**
	Footer
 */
#footer {
  padding: 10px 0 0 0;
  position: relative;
  color: #9F9F9F;
  margin: 10px 0 20px 0;
  border-top: 1px #DFDFDF solid;
}
#copyright a,
#copyright a:hover {
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
#footer ul#footer_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
#footer ul#footer_menu li {
  display: inline;
}
#footer ul#footer_menu li a,
#footer ul#footer_menu li a:hover {
  text-decoration: none;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px #DFDFDF solid;
}
#footer ul#footer_menu li a:hover {
  text-decoration: underline;
}
#footer ul#footer_menu li.first a,
#footer ul#footer_menu li.first a:hover {
  border-left: 0;
}
/**
* Likes
*/
#pages_like_join_position {
  position: relative;
}
a#pages_like_join,
a#pages_like_join:hover {
  display: block;
  line-height: 22px;
  padding: 0 8px 0 8px;
  background: #ffffff url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/section_menu.png') repeat-x center bottom;
  border-top: 1px solid #BFBFBF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.profile_no_timeline a#pages_like_join {
  border: 1px solid #BFBFBF;
  width: 80%;
  margin: auto;
}
.global_like_number {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
}
.pages_view_sub_menu {
  border-top: 1px #dfdfdf solid;
  padding-top: 10px;
}
.pages_view_sub_menu ul li {
  padding-bottom: 5px;
}
.pages_view_sub_menu ul li.sub_menu_bar_li {
  float: none;
  margin: 0;
}
a.view_more,
a.view_more:hover {
  display: block;
  background: #f9f9f9;
  border: 1px #ccc solid;
  color: #333;
  line-height: 22px;
  height: 22px;
  padding-left: 5px;
  margin-bottom: 4px;
  margin-top: 4px;
  text-decoration: none;
}
a.view_more:hover,
a.view_more:focus {
  background: #333;
  color: #fff;
  border: 1px #000 solid;
}
.sample {
  border: 1px red dashed;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  margin: 4px 0 4px 0;
  color: #333;
}
#header .sample {
  color: #fff;
}
.video_info_toggle,
.video_info_toggle:hover {
  display: block;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/video_info_toggle.png') repeat-x bottom;
  padding: 5px;
  text-align: center;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}
.update_internet_explorer {
  background: #FFFF88;
  color: #333;
  padding: 10px;
  border: 1px #DEDF45 solid;
  margin-bottom: 10px;
}
.photo_view_all_sizes {
  padding-bottom: 5px;
  border-bottom: 1px #dfdfdf solid;
}
.photo_view_all_sizes ul li {
  display: inline;
}
.photo_view_all_sizes ul li a,
.photo_view_all_sizes ul li a:hover {
  display: block;
  line-height: 22px;
  height: 22px;
  float: left;
  margin-right: 5px;
  padding: 0 8px 0 8px;
}
.photo_view_all_sizes ul li.is_active a,
.photo_view_all_sizes ul li.is_active a:hover {
  background: #333;
  color: #fff;
}
#js_photo_view_all_sizes {
  padding-top: 5px;
}
.row_mini {
  min-height: 0;
}
.app_footer {
  padding-top: 20px;
}
.global_apps_title {
  color: #AFAFAF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding-left: 5px;
  padding-bottom: 5px;
}
.global_apps_title_padding {
  padding-bottom: 0;
}
.item_view_content {
  overflow: hidden;
}
.item_view_content ul {
  list-style-type: square;
  margin: 2px 0 2px 20px;
}
html[dir='rtl'] .item_view_content ul {
  margin: 2px 20px 2px 0;
}
.item_view_content ol {
  list-style-type: decimal;
  margin: 2px 0 2px 25px;
}
html[dir='rtl'] .item_view_content ol {
  margin: 2px 25px 2px 0;
}
.item_view_content h1 {
  font-size: 16px;
  font-weight: bold;
}
.item_view_content h2,
#js_is_user_profile .item_view_content h2 {
  font-size: 14px;
  font-weight: bold;
}
.item_view_content h3 {
  font-size: 12px;
  font-weight: bold;
}
.announcement_text {
  margin-top: 10px;
}
.announcement_text p {
  margin-top: 11px;
  margin-bottom: 11px;
}
#js_marketplace_click_image_viewer_inner {
  background: #fff;
  padding: 8px;
}
#js_marketplace_click_image_viewer {
  padding: 15px;
  position: absolute;
  width: 450px;
  z-index: 1000;
  left: 190px;
  display: none;
  text-align: center;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png');
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#js_captcha_load_for_check {
  position: absolute;
  z-index: 4000;
  display: none;
  background: #fff;
  padding: 10px;
  border: 5px #ccc solid;
  width: 360px;
}
#js_captcha_load_for_check .table-responsive {
  border: 0 !important;
}
a.like_count_link,
a.like_count_link:hover {
  background: #dfdfdf url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/like.png') no-repeat 6px 4px;
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  padding: 0 8px 0 25px;
  line-height: 25px;
  height: 25px;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
a.like_count_link:hover {
  background-color: #333;
  color: #fff;
}
/* The next blocks are the "popup" used to search for Inputs when clicking "Advanced Filters" */
#js_search_input_holder {
  display: none;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png") repeat scroll 0 0 transparent;
  border-radius: 10px 10px 10px 10px;
  padding: 14px;
  position: absolute;
  top: 50px;
  width: 750px;
  z-index: 1000;
}
#js_search_input_content {
  background: none repeat scroll 0 0 #FFFFFF;
  clear: both;
  padding: 15px;
  position: relative;
}
.js_search_input_close {
  position: absolute;
  right: 10px;
}
.table_below {
  margin-left: 20px;
}
.table_above {
  padding: 2px 0 6px 0;
  color: #666;
  font-weight: bold;
  font-size: 12px;
  width: 290px;
}
/* This is the map showing on hover */
.js_location_map {
  position: absolute;
  height: 200px;
  width: 200px;
  margin-top: -230px;
  border: 1px solid;
}
.pf-feed-map {
  height: 170px;
}
.js_location_name_hover {
  color: #63799F;
  cursor: pointer;
}
.comment_mini_text,
.activity_feed_content_status,
.row_title_info,
#content_load_data h1,
.activity_feed_content_float,
.activity_feed_content_no_image {
  word-wrap: break-word;
}
.js_parent_module_feed_poll .activity_feed_content_float {
  overflow: hidden;
}
.js_location_feedback {
  text-align: right;
  font-style: italic;
  margin-bottom: 8px;
  text-align: left;
  font-style: normal;
  color: #a2a2a2;
  font-size: 12px;
}
.js_location_feedback.active:before {
  margin-right: 4px;
  font-family: 'lineficon' !important;
  content: "\eaaf";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header_login_block span iframe {
  width: 60px;
  height: 60px;
}
#apps_iframe {
  height: 800px;
}
@media (max-device-width: 700px), (max-width: 700px) {
  #right #js_block_border_user_register > .content {
    display: block !important;
  }
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide-overflow {
  overflow: hidden;
}
header h1 a {
  font-weight: 600;
  color: #555555;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 26px;
  word-break: break-word;
  word-wrap: break-word;
  height: 26px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
header h1 a:hover {
  color: #555555;
  text-decoration: none;
}
header h4 {
  margin: 0;
}
header h4 a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 30px;
  word-break: break-word;
  word-wrap: break-word;
  height: 30px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
header h4 a,
header h4 a:hover {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
div.row_title_info div.extra_info {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 1.42857143;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 4.28571429;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#profile_activity_statistics_block div.info_left {
  width: 50% !important;
  min-width: 200px;
}
.absolute-right {
  position: absolute;
  right: 0;
}
.item_view_content {
  min-width: 0;
}
.item_view_content img {
  max-width: 100%;
}
.item_view_content iframe {
  max-width: 100%;
}
.table-wrapper.table-responsive table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
.table-wrapper.table-responsive table > thead > tr > th,
.table-wrapper.table-responsive table > tbody > tr > th,
.table-wrapper.table-responsive table > tfoot > tr > th,
.table-wrapper.table-responsive table > thead > tr > td,
.table-wrapper.table-responsive table > tbody > tr > td,
.table-wrapper.table-responsive table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-wrapper.table-responsive table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table-wrapper.table-responsive table > caption + thead > tr:first-child > th,
.table-wrapper.table-responsive table > colgroup + thead > tr:first-child > th,
.table-wrapper.table-responsive table > thead:first-child > tr:first-child > th,
.table-wrapper.table-responsive table > caption + thead > tr:first-child > td,
.table-wrapper.table-responsive table > colgroup + thead > tr:first-child > td,
.table-wrapper.table-responsive table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-wrapper.table-responsive table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-wrapper.table-responsive table .table {
  background-color: #e5eaef;
  padding: 10px;
}
.table-wrapper.table-responsive table > thead > tr > th,
.table-wrapper.table-responsive table > tbody > tr > th,
.table-wrapper.table-responsive table > tfoot > tr > th,
.table-wrapper.table-responsive table > thead > tr > td,
.table-wrapper.table-responsive table > tbody > tr > td,
.table-wrapper.table-responsive table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-wrapper.table-responsive table > thead > tr > th,
.table-wrapper.table-responsive table > thead > tr > td {
  border-bottom-width: 2px;
}
.header_bar_search {
  position: relative;
}
.header_bar_search .advance_search_button {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 48px;
  height: auto;
  bottom: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_bar_search .advance_search_button a {
  color: #555555;
}
.header_bar_search .advance_search_button a.active .ico:before {
  content: "\eac8";
}
.header_bar_search .advance_search_button html[dir='rtl'] {
  right: auto;
  left: 48px;
}
html[dir='rtl'] .header_bar_search .header_bar_search_inner .input-group > .input-group-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.header_bar_search .advance_search_form {
  box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 16px 0 16px !important;
  border: 0 !important;
  background-color: transparent !important;
  margin-top: -12px !important;
  z-index: 1 !important;
  margin-bottom: 16px;
  position: absolute !important;
  left: 0px;
  right: 0px;
  display: block;
  z-index: 5 !important;
  background: #ffffff !important;
}
.header_bar_search .advance_search_form input.form-control,
.header_bar_search .advance_search_form select.form-control,
.header_bar_search .advance_search_form .selectize-control.form-control {
  height: 32px;
  min-height: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px !important;
  font-size: 12px;
  background: #fff;
  border: 1px solid #c8c8c8;
}
.header_bar_search .advance_search_form:before {
  right: 56px !important;
  background-color: #fff !important;
}
html[dir='rtl'] .header_bar_search .advance_search_form:before {
  right: auto !important;
  left: 56px !important;
}
.header_bar_search .advance_search_form .advance_search_form_button {
  padding: 16px;
  border-top: 1px solid #eeeeee;
  margin: 0 -16px;
}
.header_bar_search .advance_search_form .advance_search_form_button .advance_search_dismiss {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #a2a2a2;
  transition: color 0.3s;
  cursor: pointer;
}
.header_bar_search .advance_search_form .advance_search_form_button .advance_search_dismiss:hover {
  color: #555555;
}
.container {
  max-width: 100%;
}
.user-promotion-container .item-total {
  margin-bottom: 24px;
  display: flex;
}
.user-promotion-container .item-total .item-total-info {
  display: inline-flex;
  align-items: center;
}
html[dir="ltr"] .user-promotion-container .item-total .item-total-info {
  padding-right: 16px;
}
html[dir="rtl"] .user-promotion-container .item-total .item-total-info {
  padding-left: 16px;
}
html[dir="ltr"] .user-promotion-container .item-total .item-total-info {
  margin-right: 16px;
}
html[dir="rtl"] .user-promotion-container .item-total .item-total-info {
  margin-left: 16px;
}
html[dir='ltr'] .user-promotion-container .item-total .item-total-info {
  border-right: 1px solid #eeeeee;
}
html[dir='rtl'] .user-promotion-container .item-total .item-total-info {
  border-left: 1px solid #eeeeee;
}
.user-promotion-container .item-total .item-total-info:last-child {
  border: none !important;
}
html[dir="ltr"] .user-promotion-container .item-total .item-total-info:last-child {
  padding-right: 0;
}
html[dir="rtl"] .user-promotion-container .item-total .item-total-info:last-child {
  padding-left: 0;
}
html[dir="ltr"] .user-promotion-container .item-total .item-total-info:last-child {
  margin-right: 0;
}
html[dir="rtl"] .user-promotion-container .item-total .item-total-info:last-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  html[dir="ltr"] .user-promotion-container .item-total .item-total-info {
    padding-right: 8px;
  }
  html[dir="rtl"] .user-promotion-container .item-total .item-total-info {
    padding-left: 8px;
  }
  html[dir="ltr"] .user-promotion-container .item-total .item-total-info {
    margin-right: 8px;
  }
  html[dir="rtl"] .user-promotion-container .item-total .item-total-info {
    margin-left: 8px;
  }
}
.user-promotion-container .item-total .item-total-info > .ico {
  font-size: 48px;
  color: #c8c8c8;
}
html[dir='ltr'] .user-promotion-container .item-total .item-total-info > .ico {
  margin-right: 12px;
}
html[dir='rtl'] .user-promotion-container .item-total .item-total-info > .ico {
  margin-left: 12px;
}
@media (max-width: 480px) {
  .user-promotion-container .item-total .item-total-info > .ico {
    font-size: 32px;
  }
}
.user-promotion-container .item-total .item-total-info .item-number {
  font-size: 14px;
  color: #a2a2a2;
  display: flex;
  flex-direction: column;
}
.user-promotion-container .item-total .item-total-info .item-number span {
  font-size: 32px;
  line-height: 32px;
  color: #ac1a2f;
}
@media (max-width: 480px) {
  .user-promotion-container .item-total .item-total-info .item-number {
    font-size: 12px;
  }
  .user-promotion-container .item-total .item-total-info .item-number span {
    font-size: 24px;
    line-height: 24px;
  }
}
.user-promotion-container .item-detail table thead {
  color: #a2a2a2;
  position: relative;
  background-color: #f8f8f8;
}
.user-promotion-container .item-detail table thead:before {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  background-color: #f8f8f8;
  z-index: -1;
}
.user-promotion-container .item-detail table thead > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 0;
  font-weight: normal;
}
.user-promotion-container .item-detail table tbody > tr > td {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
}
.core-user-status-block .holder_notify_drop_data {
  margin-bottom: 16px;
}
.core-user-status-block .holder_notify_drop_data .drop_data_image .img-wrapper,
.core-user-status-block .holder_notify_drop_data .drop_data_image .no_image_user {
  width: 48px;
  height: 48px;
}
.privacy-block-content {
  display: flex;
  flex-flow: wrap;
  margin: 0 -16px;
}
.privacy-block-content .item-outer {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .privacy-block-content .item-outer {
    width: 100%;
  }
}
.privacy-block-content .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.privacy-block-content .form-group label {
  margin-bottom: 0;
}
.privacy-block-content .form-group .profile-privacy-dropdown a.btn {
  float: right;
}
html[dir="ltr"] .privacy-block-content .form-group .profile-privacy-dropdown a.btn .fa-caret-down {
  margin-right: 0;
}
html[dir="rtl"] .privacy-block-content .form-group .profile-privacy-dropdown a.btn .fa-caret-down {
  margin-left: 0;
}
html[dir="ltr"] .privacy-block-content .form-group .profile-privacy-dropdown a.btn .fa-caret-down {
  margin-left: 8px;
}
html[dir="rtl"] .privacy-block-content .form-group .profile-privacy-dropdown a.btn .fa-caret-down {
  margin-right: 8px;
}
html[dir='rtl'] .privacy-block-content .form-group .profile-privacy-dropdown a.btn {
  float: left;
}
.privacy-block-content .form-group:not(:hover) .dropdown:not(.open) .privacy_setting_active:not(:hover),
.privacy-block-content .form-group:not(:hover) .privacy_setting:not(.open) .privacy_setting_active:not(:hover) {
  border-color: transparent !important;
}
.privacy-block-content .form-group:hover .profile-privacy-dropdown:not(.open) .privacy_setting_active:not(:hover) {
  border-color: transparent !important;
  background-color: transparent !important;
}
.privacy-block-content .form-group .dropdown.open .privacy_setting_active,
.privacy-block-content .form-group .privacy_setting.open .privacy_setting_active {
  background: #f6c5cc;
  color: #801323;
  border-color: #ed8b99 !important;
}
@media screen and (max-width: 767px) {
  .privacy-block-content .form-group {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 480px) {
  .privacy-block-content .form-group {
    flex-direction: row !important;
    align-items: center !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .privacy-block-content .form-group label {
    margin: 0 !important;
  }
  html[dir="ltr"] .privacy-block-content .form-group label {
    padding-right: 16px;
  }
  html[dir="rtl"] .privacy-block-content .form-group label {
    padding-left: 16px;
  }
}
.privacy-block-content .form-group .img-wrapper {
  width: 40px;
  height: 40px;
}
.privacy-block-content .form-group:hover {
  background-color: #f8f8f8;
}
.privacy-block-content .form-group label span.ico {
  font-size: 24px;
  display: inline-block;
}
html[dir="ltr"] .privacy-block-content .form-group label span.ico {
  margin-right: 8px;
}
html[dir="rtl"] .privacy-block-content .form-group label span.ico {
  margin-left: 8px;
}
@media (min-width: 480px + 1) {
  .privacy-block-content .form-group select {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    text-align-last: right;
  }
  html[dir='rtl'] .privacy-block-content .form-group select {
    text-align-last: left;
  }
}
.privacy-block-content .item_is_active_holder {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  min-width: 48px;
}
.privacy-block-content .item_is_active_holder .js_item_active {
  position: relative;
  margin: 0;
  text-indent: -99999px;
  font-size: 28px;
  padding: 0;
  background: transparent !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.privacy-block-content .item_is_active_holder .js_item_active:before {
  font-family: 'lineficon' !important;
  content: "\e9b4";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.privacy-block-content .item_is_active_holder .js_item_active.item_is_active {
  color: #ac1a2f !important;
}
.privacy-block-content .item_is_active_holder .js_item_active.item_is_not_active {
  color: #a2a2a2 !important;
}
.privacy-block-content .item_is_active_holder .js_item_active.item_is_not_active:before {
  content: "\e935";
}
html[dir='rtl'] .privacy-block-content .item_is_active_holder .js_item_active {
  left: 0;
  right: auto;
}
.privacy-block-content .item_is_active_holder.item_selection_not_active .js_item_active.item_is_active {
  z-index: 1;
  opacity: 0;
}
.privacy-block-content .item_is_active_holder.item_selection_active .js_item_active.item_is_not_active {
  opacity: 0;
}
html[dir='rtl'] .privacy-block-content .item_is_active_holder {
  right: auto;
  left: 0;
}
html[dir='ltr'] .profile-edit-radio-holder .item_label {
  margin-left: 16px;
  margin-right: 72px;
}
html[dir='rtl'] .profile-edit-radio-holder .item_label {
  margin-right: 16px;
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  #js_privacy_block_notifications .privacy-block-content .item-outer + .item-outer,
  #js_privacy_block_profile .privacy-block-content .item-outer + .item-outer,
  #js_privacy_block_blocked .privacy-block-content .item-outer + .item-outer {
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  #js_privacy_block_notifications .privacy-block-content .form-group {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#js_privacy_block_profile .privacy-block-content .form-group {
  padding: 8px 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_user_privacy #main:not(.empty-left) .privacy-block-content .item-outer,
  #page_user_privacy #main:not(.empty-right) .privacy-block-content .item-outer {
    width: 100%;
  }
}
#js_privacy_block_profile .privacy-block-content .profile-privacy-dropdown a.btn {
  float: right;
}
html[dir='rtl'] #js_privacy_block_profile .privacy-block-content .profile-privacy-dropdown a.btn {
  float: left;
}
#js_privacy_block_profile .privacy-block-content .form-group {
  padding: 16px;
}
#js_privacy_block_items .privacy_setting {
  width: auto;
}
#js_privacy_block_items .privacy-block-content .item-outer {
  margin-bottom: 16px;
  padding: 0 12px;
}
#js_privacy_block_items .privacy_setting_div a.btn {
  float: right;
}
html[dir='rtl'] #js_privacy_block_items .privacy_setting_div a.btn {
  float: left;
}
html[dir="ltr"] #js_privacy_block_items .privacy_setting_div .dropdown-menu {
  left: auto;
  right: 0;
}
html[dir="rtl"] #js_privacy_block_items .privacy_setting_div .dropdown-menu {
  right: auto;
  left: 0;
}
#js_privacy_block_items .privacy_setting_div .dropdown-menu:after {
  right: 11px;
  left: auto;
}
html[dir='rtl'] #js_privacy_block_items .privacy_setting_div .dropdown-menu:after {
  right: auto;
  left: 13px;
}
#js_privacy_block_items .form-group {
  border: 1px solid #eeeeee;
  border-bottom-color: #dcdcdc;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  #js_privacy_block_items .form-group {
    flex-direction: row;
    align-items: center;
    padding: 8px !important;
  }
  #js_privacy_block_items .form-group label {
    margin-bottom: 0;
  }
}
#js_privacy_block_items .form-group:hover {
  border-color: #f8f8f8;
}
#js_privacy_block_items .form-group label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}
#js_privacy_block_items .form-group label > span {
  width: 28px;
}
html[dir='rtl'] #js_privacy_block_items .form-group label > span {
  display: inline-block;
}
#js_privacy_block_blocked .form-group .user_profile_link_span {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#js_privacy_block_blocked .form-group label.btn input {
  display: none;
}
.selectize-control.form-control {
  z-index: auto;
}
.selectize-control.form-control .selectize-dropdown .selectize-dropdown-content .option.active {
  background: #f6c5cc;
  color: #801323;
}
.selectize-control.form-control.multi {
  height: auto !important;
  min-height: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selectize-control.form-control.multi:after {
    content: '';
    min-height: 32px;
    font-size: 0;
  }
}
.selectize-control.form-control.multi .selectize-input {
  padding-left: 0;
  padding-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selectize-control.form-control.multi .selectize-input {
    line-height: 16px;
  }
}
.selectize-control.form-control.multi .selectize-input [data-value] {
  background: #ac1a2f;
  border: 1px solid #801323;
}
.selectize-control.form-control.multi .selectize-input [data-value].active {
  background: #801323;
}
.selectize-control.form-control.multi .selectize-input.has-items {
  padding-top: 3px;
  padding-bottom: 0;
}
.selectize-control.form-control.multi .selectize-input .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selectize-control.form-control.multi .selectize-input {
    display: inline-flex;
    flex-flow: wrap;
  }
}
.selectize-control.form-control.single {
  display: flex;
  align-items: center;
}
.form-inline .selectize-control.form-control.single {
  display: inline-flex;
}
@media (max-width: 767px) {
  .form-inline .selectize-control.form-control.single {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .form-inline .selectize-control.form-control.single.inline {
    min-width: 250px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selectize-control.form-control.single .selectize-input {
    display: flex;
    flex-flow: wrap;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selectize-control.form-control.single .selectize-input > input {
    height: auto !important;
  }
}
.selectize-control.form-control.single.plugin-remove_button [data-value] {
  padding-right: 0 !important;
}
.selectize-control.form-control.single.plugin-remove_button [data-value] .remove-single {
  display: none;
}
.selectize-control.form-control .selectize-input {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-right: 14px;
}
.selectize-control.form-control .selectize-input:before {
  display: none;
}
.selectize-control.form-control .selectize-input:after {
  right: 0;
}
.selectize-dropdown.mCustomScrollbar {
  max-height: 200px;
  overflow: auto;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.selectize-dropdown.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin: 0 !important;
}
.selectize-dropdown.mCustomScrollbar .selectize-dropdown-content {
  max-height: none;
  overflow: visible;
}
.dropdown-active + .selectize-dropdown.mCustomScrollbar {
  opacity: 1 !important;
  visibility: visible !important;
}
@supports (-ms-accelerator:true) {
  .selectize-control.form-control.single .selectize-input > input {
    height: auto !important;
  }
  .selectize-control.form-control.single .selectize-input {
    display: flex;
    flex-flow: wrap;
  }
}
@supports (-ms-ime-align:auto) {
  .selectize-control.form-control.single .selectize-input > input {
    height: auto !important;
  }
  .selectize-control.form-control.single .selectize-input {
    display: flex;
    flex-flow: wrap;
  }
}
.selectize-dropdown.form-control {
  height: auto !important;
  z-index: 10;
  word-break: break-word;
  word-wrap: break-word;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 100% !important;
  min-width: 100%;
  margin: 0 !important;
}
.selectize-control.form-control.js_datepicker_month {
  min-width: 120px;
}
.selectize-control.form-control.js_datepicker_day {
  min-width: 70px;
}
#js_block_border_user_register #js_register_capthca_image.recaptcha {
  transform: scale(0.7);
  transform-origin: left;
}
html[dir='rtl'] #js_block_border_user_register #js_register_capthca_image.recaptcha {
  transform-origin: right;
}
@-moz-document url-prefix() {
  #js_block_border_user_register #js_register_capthca_image.recaptcha {
    padding-top: 2px;
  }
}
span.content_hash_tag {
  display: inline-block;
}
.site-offline {
  text-align: center;
  background-color: #fff3db;
  color: #ee5a2b;
  text-decoration: underline;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  position: fixed;
  z-index: 6;
  bottom: 0;
  width: 100%;
  left: 0;
}
.site-trial-mode {
  text-align: center;
  background-color: #5aa9e6;
  color: #ffffff;
  text-decoration: underline;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  position: fixed;
  z-index: 6;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 32px;
}
.is-site-offline .site-trial-mode {
  bottom: 36px;
}
.bg-gray-lightest {
  background: #f8f8f8;
}
.img-wrapper img {
  object-fit: cover;
}
.contact-description {
  display: block;
  color: #959595;
  margin-bottom: 16px;
}
input[type="text"]:empty {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tokenfield .token .close {
  text-indent: -99999px !important;
}
.flex-wrapper-buttons {
  display: flex;
  flex-flow: wrap;
}
.flex-wrapper-buttons .btn {
  margin-bottom: 8px;
}
html[dir="ltr"] .flex-wrapper-buttons .btn {
  margin-right: 8px;
}
html[dir="rtl"] .flex-wrapper-buttons .btn {
  margin-left: 8px;
}
[data-component="menu"] .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.border_radius_4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.border_radius_5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.border_radius_6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.border_radius_7 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.border_radius_8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
ul.extra_info_middot {
  margin: 0;
  padding: 0;
  list-style-type: inline;
}
ul.extra_info_middot li {
  display: inline;
  padding-right: 6px;
}
ul.extra_info_middot li a,
ul.extra_info_middot li a:hover {
  color: #555555;
}
ul.extra_info_middot_normal li a,
ul.extra_info_middot_normal li a:hover {
  color: #555555;
}
.block_listing ul.extra_info_middot li a,
.block_listing ul.extra_info_middot li a:hover {
  font-weight: normal;
}
.detail_info {
  color: #555555;
}
/* Used in poll.block.vote */
.percentage {
  width: 75%;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
[dir="ltr"] .go_left {
  float: left;
  padding-right: 10px;
}
[dir="ltr"] form#js_process_request div.go_left {
  float: left !important;
  padding-right: 10px;
}
[dir="ltr"] .go_right {
  float: right;
  padding-left: 10px;
}
[dir="rtl"] .go_left {
  float: right;
  margin-left: 10px;
}
[dir="rtl"] form#js_process_request div.go_left {
  float: right !important;
  padding-right: 10px;
}
[dir="rtl"] .go_right {
  float: left;
  margin-right: 10px;
}
/* Padding */
.p_2 {
  padding: 2px;
}
.p_4 {
  padding: 4px;
}
.p_10 {
  padding: 10px;
}
.p_top_4 {
  padding-top: 4px;
}
.p_top_8 {
  padding-top: 8px;
}
.p_top_15 {
  padding-top: 15px;
}
.p_top_25 {
  padding-top: 25px;
}
.p_bottom_5 {
  padding-bottom: 5px;
}
.p_bottom_10 {
  padding-bottom: 10px;
}
.p_bottom_15 {
  padding-bottom: 15px;
}
.p_bottom_25 {
  padding-bottom: 25px;
}
.p_left_10 {
  padding-left: 10px;
}
/* Margin */
.m_left_60 {
  margin-left: 60px;
}
.m_top_5 {
  margin-top: 5px;
}
.m_top_15 {
  margin-top: 15px;
}
.m_top_25 {
  margin-top: 25px;
}
.m_bottom_15 {
  margin-bottom: 15px;
}
.m_bottom_0 {
  margin-bottom: 0px !important;
}
/* Font Size */
.f_size_8 {
  font-size: 11px;
}
/* Vertical Align */
.v_middle {
  vertical-align: middle;
}
/* Width */
.w_95 {
  width: 95%;
}
.table {
  padding-bottom: 10px;
}
.user_register_form .table {
  position: relative;
}
.user_register_form .table_left {
  position: absolute;
  left: 0;
  font-weight: normal;
  text-align: right;
}
.user_register_form .table_right {
  margin-left: 90px;
}
div.table_clear {
  padding: 2px 0 10px 0;
}
.user_register_form div.table_clear {
  margin-left: 90px;
}
ul.table_clear_button {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.table_clear_button li.table_clear_ajax {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/ajax/add.gif') no-repeat center center;
  width: 20px;
  height: 25px;
  display: none;
}
[dir="rtl"] ul.table_clear_button li {
  float: right;
  margin-left: 6px;
}
[dir="ltr"] ul.table_clear_button li {
  float: left;
  margin-right: 6px;
}
ul.inline {
  display: inline-flex;
}
.required {
  color: #999999;
}
.separate {
  border-top: 1px #D7D7D7 solid;
  padding: 2px;
  margin: 10px 0 10px 0;
}
.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.label_hover label:hover {
  background: #F4F4F4;
}
.label_flow {
  overflow: auto;
  padding: 10px;
  border: 1px solid #c8c8c8;
}
.label_flow label {
  display: block;
}
.label_flow_menu {
  margin-bottom: 10px;
  border-bottom: 1px #dfdfdf solid;
  padding: 0 0 5px 0;
  font-size: 12px;
}
.label_flow_menu ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.label_flow_menu ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}
.label_flow_menu ul li a {
  padding: 4px 8px 4px 8px;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
}
.label_flow_menu ul li a:hover {
  text-decoration: underline;
}
.label_flow_menu ul li.label_flow_menu_active a,
.label_flow_menu ul li.label_flow_menu_active a:hover {
  text-decoration: none;
  background: #4F4F4F;
  color: #fff;
}
.button_warning {
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  padding: 4px 1px 4px 1px;
  vertical-align: middle;
  font-weight: bold;
  overflow: visible;
  color: #fff;
  background: #B70000;
  border: 1px #EEEEEE solid;
}
.button_warning:hover,
input.button_warning_hover {
  margin: 0;
  color: #fff;
  background: #e7041e;
  border: 1px #EEEEEE solid;
}
a.button_off_link,
a.button_off_link:hover {
  cursor: pointer;
  font-size: 11px;
  margin: 0;
  padding: 4px 8px 4px 8px;
  vertical-align: middle;
  font-weight: bold;
  overflow: visible;
  color: #fff;
  background: #666666 url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/button.png') repeat-x bottom;
  border: 1px #000 solid;
  -moz-box-shadow: 2px 2px 2px #CFCFCF;
  -webkit-box-shadow: 2px 2px 2px #CFCFCF;
  box-shadow: 2px 2px 2px #CFCFCF;
}
a.button_off_link,
a.button_off_link:hover {
  background: #f2f2f2 url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/button_off.png') repeat-x bottom;
  font-weight: normal;
  color: #8A8A8A;
  border: 1px #DFDFDF solid;
}
a.button_off_link,
a.button_off_link:hover {
  display: block;
  text-decoration: none;
  padding: 4px;
  line-height: 16px;
}
div#content input.header_bar_input {
  font-size: 12px;
  background: #fff;
}
div#content img.captcha {
  border: 1px #B2B2B2 solid;
}
div#content img.captcha:hover {
  border: 1px #54A4DE solid;
}
div#content div.drop_layer {
  font-size: 13px;
  padding: 4px;
  color: #333;
  display: none;
  width: 100%;
  background: #EEEEEE;
  border: 1px #c6c6c6 solid;
}
div#content div.drop_layer div.item {
  background: #fff;
  border-top: 1px #c6c6c6 solid;
  padding: 2px;
}
div#content div.drop_layer div.item:hover {
  background: #EEEEEE;
}
div#content div.drop_layer div.first {
  border-top: none;
}
div.error_message {
  background: #BF5F5F;
  margin: 4px 0 4px 0;
  color: #fff;
  padding: 4px;
  position: relative;
  font-weight: bold;
}
.valid_message {
  background: #CEEEB2;
  margin: 4px 0 4px 0;
  color: #000;
  padding: 6px;
}
#js_is_page div.js_no_feed_to_show {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
}
a.message_link {
  position: absolute;
  right: 0;
  margin-right: 4px;
  background: #fff;
  display: block;
  padding: 1px 4px 1px 4px;
  text-decoration: none;
  color: #195B85;
  font-size: 12px;
}
div.alert_input {
  border: 1px #b70000 solid;
  background: #fff;
}
div.main_break {
  padding-top: 10px;
}
div#content div.drop_layer {
  font-size: 13px;
  padding: 4px;
  color: #333;
  display: none;
  width: 100%;
  background: #EEEEEE;
  border: 1px #c6c6c6 solid;
}
div#content div.drop_layer div.item {
  background: #fff;
  border-top: 1px #c6c6c6 solid;
  padding: 2px;
}
div#content div.drop_layer div.item:hover {
  background: #EEEEEE;
}
div#content div.drop_layer div.first {
  border-top: none;
}
div.row1,
div.row2 {
  padding-top: 16px;
}
div.row_no_border {
  border-bottom: none;
}
div.row3 {
  padding: 8px;
}
div.row_title_group {
  font-size: 15px;
  padding: 4px;
  background: #EDF7FA;
  border: 1px #AACCEE solid;
  color: #666666;
  font-weight: bold;
}
div.row_first {
  padding-top: 0;
}
div.hover_action {
  position: relative;
}
div.row_action {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  margin-right: 4px;
  display: none;
}
div.row_focus {
  background: #e3495f !important;
}
div.item_view_photo {
  position: absolute;
  right: 0;
  margin-right: 35px;
  margin-top: -50px;
}
div.row_title {
  position: relative;
}
div.row_title_image_header {
  position: absolute;
  left: 0;
  width: 130px;
  text-align: center;
  border-right: 1px #DFDFDF solid;
}
div.row_title_image_header_body {
  margin-left: 138px;
  min-height: 140px;
}
div.row_title_image {
  float: left;
  margin-left: 0;
}
div.row_title_image > a {
  display: block;
}
div.row_title_info {
  min-height: 55px;
}
.row_edit_bar_parent,
a.moderate_link {
  display: none;
}
#content_load_data div.row_title_info h1 {
  margin: 0;
  padding: 0;
  font-size: medium;
}
#content_load_data div.row_title_info h1 a.link {
  color: #3B5998;
}
div.row_title_info a.link,
a.item_link {
  font-size: 15px;
  font-weight: bold;
}
a.row_sub_link {
  font-weight: bold;
}
span.row_title_link a {
  font-size: 13px;
  font-weight: bold;
}
span.row_title_status {
  font-size: 11px;
}
.row_edit_bar {
  float: right;
  margin-right: 16px;
  transition: all 0.5s ease;
}
.row_edit_bar > .row_edit_bar_action {
  color: #d9d9d9;
}
.row_edit_bar > .row_edit_bar_action:hover {
  color: #b3b3b3;
}
.row_edit_bar .dropdown-menu {
  right: 0;
  left: auto;
}
.row_edit_bar_holder {
  padding-top: 8px;
  display: none;
  z-index: 1000;
  position: absolute;
  margin-top: 19px;
}
.image_hover_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 200px;
  z-index: 3000;
}
.image_hover_menu ul {
  width: 130px;
}
.image_hover_menu ul li {
  float: none;
  display: block;
}
.image_hover_menu ul li a,
.image_hover_menu ul li a:hover {
  width: auto;
  background: #333;
  color: #fff;
  padding: 0 0 0 10px;
  display: block;
  line-height: 24px;
  text-decoration: none;
}
.image_hover_menu ul li a:hover {
  background: #3F3F3F;
}
.image_hover_menu ul li.item_delete a:hover {
  background: #8F2C2C;
}
.item_tag_holder {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #DFDFDF solid;
}
.item_tag_holder .item_tag {
  color: #a2a2a2;
}
.item_tag_holder a {
  color: #555555;
}
.item_tag,
.item_tag a,
.item_tag a:hover {
  color: #808080;
}
div.isSelected {
  background: #FFC1DE;
}
div.row_moderate {
  background: #FEFBD9;
  padding-top: 10px;
}
li.row_moderate {
  background: #FEFBD9;
}
div.row_featured,
div.row_sponsored,
div.row_sponsored_image,
div.row_moderate_image,
div.row_featured_image {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/row_featured.png') repeat-x;
  border-top: 1px #dfdfdf solid;
}
div.row_featured {
  border-top: 0;
}
div.row_featured,
div.row_sponsored,
div.row_moderate {
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 5px 0;
}
.row_moderate_info {
  border-bottom: 1px #ccc solid;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.row_featured_link,
.row_sponsored_link,
.row_pending_link {
  line-height: 22px;
  padding: 0 10px 0 10px;
  position: absolute;
  margin-top: 0;
  z-index: 10;
}
[dir=ltr] .row_featured_link,
[dir=ltr] .row_sponsored_link,
[dir=ltr] .row_pending_link {
  left: 0;
}
[dir=rtl] .row_featured_link,
[dir=rtl] .row_sponsored_link,
[dir=rtl] .row_pending_link {
  right: 0;
}
.photo_row_dynamic_view .row_featured_link,
.photo_row_dynamic_view .row_sponsored_link,
.photo_row_dynamic_view .row_pending_link {
  bottom: 5px;
  left: 1px;
}
.row_pending_link {
  background: #aa4352;
  color: #fff;
  border: 1px #477F4B solid;
}
.row_featured_link {
  background: #47c366;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.row_sponsored_link {
  background: #ee5a2b;
  color: #fff;
  border: 1px #BF4F0B solid;
}
.new_quote {
  position: relative;
  margin-bottom: 15px;
}
.new_quote_header {
  padding-left: 10px;
}
.new_quote_content_holder {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/action_drop.png') no-repeat 10px 0;
  padding-top: 8px;
  margin-top: 5px;
  margin-left: 10px;
}
.new_quote_content {
  padding: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 3px 3px 3px #CFCFCF;
  -webkit-box-shadow: 3px 3px 3px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
  background: #333;
  color: #fff;
}
.new_quote .new_quote_content .new_quote .new_quote_content {
  background: #fff;
  color: #333;
  -moz-box-shadow: 3px 3px 3px transparent;
  -webkit-box-shadow: 3px 3px 3px transparent;
  box-shadow: 6px 6px 6px transparent;
  border: 1px #ccc solid;
}
.new_quote .new_quote_content .new_quote .new_quote_content a,
.new_quote .new_quote_content .new_quote .new_quote_content a:hover {
  color: #ac1a2f;
}
.new_quote .new_quote_content_holder .new_quote .new_quote_content_holder {
  background: transparent;
}
div.quote {
  padding: 5px;
  margin: 4px 0 2px 4px;
}
div.quote_body {
  border-top: 2px #F4F4F3 solid;
  border-right: 1px #F4F4F3 solid;
  border-bottom: 1px #F4F4F3 solid;
  border-left: 2px #F4F4F3 solid;
  padding: 10px;
  background: #f9f9f9;
  width: 94%;
  -moz-box-shadow: 5px 5px 5px #EFEFEF;
  -webkit-box-shadow: 5px 5px 5px #EFEFEF;
  box-shadow: 5px 5px 5px #EFEFEF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
ul.action {
  list-style-type: none;
  position: relative;
}
ul.action > li {
  border-bottom: 1px solid #eeeeee;
  display: block;
  position: relative;
}
ul.action > li > ul {
  border-top: 1px solid #eeeeee;
  position: relative;
  padding: 10px 0;
}
ul.action > li > ul.collapse {
  display: none;
}
ul.action > li > ul.collapse.in {
  display: block;
}
ul.action > li > a {
  display: block;
  position: relative;
  color: #555555;
  line-height: 50px;
  padding: 0 5px;
  text-decoration: none;
}
ul.action > li > a:hover,
ul.action > li > a:focus {
  color: #555555;
}
ul.action > li > ul > li > a {
  display: block;
  position: relative;
  color: #555555;
  line-height: 34px;
  padding-left: 16px;
  text-decoration: none;
}
ul.action > li > ul > li > a:hover,
ul.action > li > ul > li > a:focus {
  color: #555555;
}
ul.action > li > ul > li > a:before {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 5px;
}
ul.action > li.active > a,
ul.action > li > ul > li.active > a,
ul.action > li.active > a:hover,
ul.action > li > ul > li.active > a:hover,
ul.action > li.active > a:focus,
ul.action > li > ul > li.active > a:focus {
  color: #555555;
}
ul.action li .category_show_more_less:hover {
  background: #333;
}
ul.action li.category ul li a,
ul.action li.category ul li a:hover {
  font-weight: normal;
}
ul.action li div.parent {
  background: #EDF7FA;
  padding: 4px;
  margin-bottom: 2px;
  text-decoration: none;
  display: block;
}
ul.action li .category_show_more_less {
  position: absolute;
  left: 0;
  top: 3px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.category-list .category .category-toggle {
  float: left;
}
.category-list .category .category-toggle i.fa {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-list .category .category-toggle[aria-expanded="true"] i.fa {
  transform: rotate(90deg);
}
.category-list .category .category_show_more_less_link {
  overflow: hidden;
}
.category-list .category .special_subcategory > a {
  padding-left: 16px;
}
.category-list .category .special_subcategory > a:before {
  display: none;
}
.category-list ul.collapse:not(.in) {
  display: none;
}
ul.mini_action {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.mini_action li {
  display: inline;
}
ul.mini_action li a {
  border: 1px #f1f1f1 solid;
  padding: 4px;
  margin-bottom: 2px;
  text-decoration: none;
  display: block;
  font-size: 11px;
}
ul.mini_action li a:hover {
  padding: 4px;
  text-decoration: none;
  border: 1px #01AFEE solid;
  font-size: 11px;
}
/* NEW */
.table_header {
  background: #F4F4F4;
  color: #333333;
  border: 1px #CCCCCC solid;
}
.table_header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table_header li {
  float: left;
  display: block;
  padding: 4px 5px 4px 2px;
  border-right: 1px #CCCCCC solid;
}
.table_header li.last {
  border: 0;
}
.table_info {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/table_info.png') repeat-x;
  color: #fff;
  padding: 0 0 0 6px;
  font-weight: bold;
  font-size: 13px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 4px;
  height: 34px;
  line-height: 34px;
}
.table_info a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.table_info a:hover {
  color: #fff;
  text-decoration: underline;
}
.table_row {
  border-bottom: 1px #dfdfdf solid;
  position: relative;
  padding: 4px 0 10px 0;
  margin-bottom: 6px;
}
.table_row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table_row li {
  float: left;
  display: block;
  padding: 4px 5px 4px 2px;
  height: 50px;
}
.table_row li.checkbox {
  padding: 4px 5px 4px 2px;
}
.table_row li.last {
  border: 0;
}
.table_header li.checkbox {
  padding: 1px 5px 1px 2px;
}
.table_sub_row {
  background: #F4F4F3;
  padding: 4px 0 4px 60px;
  border-top: 1px #CCCCCC solid;
}
.table_sub_row_text {
  padding: 4px 0 20px 35px;
}
/**
 * Drop Navigation
 */
.sub_menu_bar,
.sub_menu_bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub_menu_bar > li > a {
  display: block;
  padding: 0 4px 0 4px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #2D2E30;
}
.sub_menu_bar > li > a:hover {
  color: #2D2E30;
  text-decoration: underline;
}
.sub_menu_bar > li > a.is_already_open,
.sub_menu_bar > li > a.is_already_open:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}
div.sub_menu_bar_main {
  margin: 0 0 8px 0;
  height: 25px;
}
.sub_menu_bar_main_bottom {
  padding-top: 8px;
}
div.sub_menu_bar_main a,
div.sub_menu_bar_main a:hover {
  position: absolute;
  left: 0;
  background: #f1f1f1;
  border: 1px #dfdfdf solid;
  padding: 0 14px 0 14px;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 2px 2px 2px #f1f1f1;
  -webkit-box-shadow: 2px 2px 2px #f1f1f1;
  box-shadow: 2px 2px 2px #f1f1f1;
  display: block;
  color: #333;
}
div.sub_menu_bar_main a:active {
  -moz-box-shadow: 2px 2px 2px #fff;
  -webkit-box-shadow: 2px 2px 2px #fff;
  box-shadow: 2px 2px 2px #fff;
}
.sub_menu_bar ul {
  margin: 0;
  padding: 0;
}
.sub_menu_bar > li,
.sub_menu_bar_li {
  float: left;
  margin-left: 4px;
  position: relative;
}
.sub_menu_bar li {
  position: relative;
}
.input_clone {
  padding: 5px;
  font-size: 13px;
  background: #f3f3f3;
  border: solid 1px #c6c6c6;
  padding-right: 3px;
  border-bottom: solid 1px #e3e3e3;
  color: #333;
}
.input_button {
  background: #ECF6FA;
  padding: 8px;
}
a.select_clone_select {
  font-size: 11px;
  background: #f3f3f3;
  border: 1px #c6c6c6 solid;
  border-bottom: 1px #e3e3e3 solid;
  color: #333;
  padding: 4px;
  cursor: pointer;
  display: block;
  width: 292px;
  text-decoration: none;
}
a:hover.select_clone_select {
  text-decoration: none;
}
div.select_clone {
  position: absolute;
  border: 1px #ccc solid;
  background: #f3f3f3;
  display: none;
  z-index: 1000;
  width: 300px;
}
div.select_clone ul {
  margin: 2px 0 5px 10px;
}
div.select_clone ul li {
  display: inline;
}
div.select_clone ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 2px;
  width: 98%;
}
div.select_clone ul li a:hover {
  color: #333;
  text-decoration: none;
  background: #f9f9f9;
}
div.select_clone ul li a.selected {
  background: #FFFF66;
}
div.select_clone_inner {
  overflow: auto;
  height: 200px;
}
div.select_clone_menu {
  border-top: 1px #c6c6c6 solid;
  text-align: right;
}
div.select_clone_menu ul {
  margin: 5px;
}
div.select_clone_menu ul li {
  display: inline;
}
div.select_clone_menu ul li a {
  display: inline;
  background: #fff;
  border: 1px #EEEEEE solid;
  padding: 2px;
  color: #54A4DE;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
div.select_clone_menu ul li a:hover {
  background: #54A4DE;
  border: 1px #EEEEEE solid;
  color: #fff;
  text-decoration: none;
}
.item_menu_holder_list {
  position: relative;
  height: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
}
ul.item_menu {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html[dir='rtl'] ul.item_menu {
  right: auto;
  left: 0;
}
.row1 ul.item_menu,
.row2 ul.item_menu {
  display: none;
}
ul.item_menu li {
  display: inline;
}
ul.item_menu li a {
  display: block;
  padding: 0 4px 0 4px;
  text-decoration: none;
  margin-left: 2px;
  float: left;
  line-height: 22px;
  border: 1px #fff solid;
}
ul.item_menu li a:hover {
  display: block;
  padding: 0 4px 0 4px;
  text-decoration: none;
  margin-left: 2px;
  float: left;
  line-height: 22px;
}
input.disabled,
textarea.disabled {
  background: #ccc;
  color: #000;
}
input.disabled:hover {
  background: #ccc;
  color: #000;
}
.link_menu {
  position: absolute;
}
.link_menu ul,
.sub_menu_bar .dropContent ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.link_menu li a,
.sub_menu_bar .dropContent li a,
.link_menu .div_menu {
  display: block;
}
#content a.drop_down_link {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/bullet_arrow_down.gif');
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 12px;
}
.highlight {
  background: #DAEDE2;
  color: #528F6C;
}
.js_sort_holder {
  border: 2px #ccc dashed;
  display: block;
  width: 100%;
}
.image_hover_holder {
  position: relative;
}
.image_hover_menu_link {
  position: absolute;
  right: -1px;
  bottom: 0;
  margin-bottom: 3px;
  z-index: 200;
  line-height: 22px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/image_hover_menu_link.png') no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  width: 22px;
  display: none;
}
.image_hover_active {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/image_hover_menu_link.png') no-repeat 0 -22px;
}
.image_hover_menu {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 4px;
  z-index: 1000;
}
.position_fixed {
  position: fixed;
}
/**
 Footer
**/
/* The entire footer bar, including menu link and chat conversations */
.im_in_chat_menu_holder {
  position: relative;
}
.im_in_chat_menu_holder a,
.im_in_chat_menu_holder a:hover {
  display: block;
  float: left;
  line-height: 22px;
  height: 22px;
  padding: 0 4px 0 4px;
}
#im_footer_bar {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1900;
}
#js_footer_im_holder {
  position: fixed;
  z-index: 2000;
  bottom: 0;
  right: -1px;
}
#im_footer_bar li {
  float: left;
  position: relative;
  margin-left: 5px;
}
#im_footer_bar li .js_im_link a,
#im_footer_bar li .js_im_link a:hover,
#im_footer_bar li #main_messenger_link a,
#im_footer_bar li #main_messenger_link a:hover {
  line-height: 22px;
  height: 22px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/js_im_link.png') repeat-x;
  color: #fff;
  text-decoration: none;
  display: block;
  border: 1px #AFAFAF solid;
  border-bottom: 0;
  font-weight: bold;
  width: 250px;
}
#im_footer_bar li li.seen .js_im_link a,
#im_footer_bar li li.seen .js_im_link a:hover {
  width: 250px;
}
#im_footer_bar li li.seen .js_im_link a,
#im_footer_bar li li.seen .js_im_link a:hover,
#im_footer_bar li li #main_messenger_link a.seen,
#im_footer_bar li li #main_messenger_link a.seen:hover {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/js_im_link.png') repeat-x 0 -22px;
  color: #333;
}
#im_footer_bar li li a#js_instant_messenger_link,
#im_footer_bar li li a#js_instant_messenger_link:hover,
#im_footer_bar li li.seen a#js_instant_messenger_link,
#im_footer_bar li li.seen a#js_instant_messenger_link:hover {
  width: 200px;
}
#im_footer_bar li li.new .js_im_link a,
#im_footer_bar li li.new .js_im_link a:hover {
  background: #FFFF88;
  color: #333;
}
#im_footer_bar li .js_im_link a:hover,
#im_footer_bar li #main_messenger_link a:hover,
.im_in_chat_menu_holder a:hover {
  background: #4F4F4F;
}
#im_chats_lists {
  display: none;
}
/* inside an li this div contains the list of messages to display */
.js_messages {
  position: absolute;
  top: -402px;
}
/* The following affect the Minimize and Maximize container inside a chat conversation */
.im_in_chat_menu {
  position: absolute;
  right: 0;
  z-index: 1000;
}
.im_main_search_bar {
  position: relative;
  padding-left: 20px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/im_main_search_bar.png') no-repeat 2px 4px;
}
.im_in_chat_menu_bar {
  position: absolute;
  background: #5F5F5F;
  left: 0;
  width: 250px;
  top: 22px;
  border-bottom: 4px #000 solid;
  display: none;
  z-index: 2000;
}
.im_in_chat_menu_bar_on {
  top: auto;
  bottom: 25px;
  border-bottom: 0;
  border-top: 2px #000 solid;
  width: 200px;
}
.im_in_chat_menu_bar a,
.im_in_chat_menu_bar a:hover {
  display: block;
  line-height: 22px;
  height: 22px;
  padding: 0 5px 0 5px;
  border-top: 1px #000 solid;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
.im_in_chat_menu_bar a:hover {
  background: #333;
}
/* This is the "im.link" for the main IM menu*/
#js_im_holder {
  width: 200px;
  position: relative;
}
#im_footer_wrapper {
  float: right;
  z-index: 999;
}
.footer_menu_flow {
  overflow: auto;
  border: 1px #E5E5E5 solid;
  padding: 4px;
}
.notification_count {
  position: absolute;
  right: 0;
  top: 0;
  background: #FF0000;
  color: #fff;
  font-size: 11px;
  padding: 1px 3px 1px 3px;
  margin-right: 2px;
  cursor: pointer;
}
.js_new_message {
  position: absolute;
  right: 0;
  top: 0;
  background: #FEFBD9;
  height: 15px;
  line-height: 15px;
  padding: 1px 3px 1px 3px;
  cursor: pointer;
  color: #6B6B6B;
  border: 1px #EEE9B5 solid;
  margin-right: -2px;
  margin-top: -6px;
  z-index: 1;
}
div#sidebar div.title .block_edit,
div#content div.title .block_edit {
  position: absolute;
  background: #EEEEEE;
  font-size: 11px;
  width: 200px;
  left: 0;
  z-index: 10;
  border: 1px #DFDFDF solid;
  padding: 4px;
  margin-left: -194px;
  margin-top: -16px;
}
div#sidebar div.title .block_edit ul div#content div.title .block_edit ul {
  list-style-type: none;
}
div#sidebar div.title .block_edit ul li,
div#content div.title .block_edit ul li {
  display: block;
}
div#sidebar div.title .block_edit ul li a,
div#content div.title .block_edit ul li a {
  width: 96%;
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 4px;
  color: #1A95E8;
}
div#sidebar .action li a {
  position: relative;
}
div#sidebar div.title .block_edit ul li a:hover,
div#content div.title .block_edit ul li a:hover {
  text-decoration: none;
  background: #EEEEEE;
}
div.footer_menu_content_bg {
  background: #fff;
}
div#favorite_menu {
  background: #D3D3D3;
  padding-bottom: 10px;
}
div#favorite_menu ul {
  margin: 0 0 0 5px;
  padding: 0;
}
div#favorite_menu ul li {
  display: inline;
  list-style-type: none;
}
div#favorite_menu ul li a {
  padding: 5px;
  background: #D5E7FB;
  display: block;
  float: left;
  margin: 0 2px 0 0;
  border-right: 1px #DFDFDF solid;
  border-left: 1px #DFDFDF solid;
  color: #131313;
  font-weight: bold;
  text-decoration: none;
}
div#favorite_menu ul li a:hover {
  background: #fff;
  text-decoration: none;
}
div#favorite_menu ul li a.active {
  background: #fff;
  text-decoration: none;
}
.input_drop_layer {
  font-size: 13px;
  background: #fff;
  border: 1px #dfdfdf solid;
  border-bottom: 2px #000 solid;
  color: #333;
  position: absolute;
  -moz-box-shadow: 6px 6px 6px #CCC;
  -webkit-box-shadow: 6px 6px 6px #CCC;
  box-shadow: 6px 6px 6px #CCC;
}
.input_drop_layer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input_drop_layer li a {
  padding: 0 6px 0 6px;
  display: block;
  line-height: 22px;
  text-decoration: none;
}
.input_drop_layer li a:hover {
  padding: 0 6px 0 6px;
  display: block;
  line-height: 22px;
  text-decoration: none;
  background: #333;
  color: #fff;
}
.item_action_active {
  color: green;
}
.item_action_pending_payment {
  color: red;
  font-weight: bold;
}
.item_action_pending_action {
  font-style: italic;
}
.item_action_cancel {
  color: #b70000;
}
.item_is_active_holder {
  position: relative;
  height: 30px;
}
.item_is_active,
.item_is_not_active {
  padding: 4px 8px 4px 4px;
  display: block;
  width: 50px;
  position: absolute;
}
.item_is_active input,
.item_is_not_active input {
  border: 0;
  background: none;
}
.item_is_active {
  background: #E3F6E5;
  border: 1px #B4E3B9 solid;
  cursor: default;
  left: 0;
}
.item_is_not_active {
  background: #F6E3E3;
  border: 1px #E3B4B4 solid;
  cursor: default;
  left: 0;
  margin-left: 64px;
}
.item_is_active input,
.item_is_not_active input {
  vertical-align: top;
}
#site_offline {
  background: #FFFFCC;
  border-bottom: 1px #F2E389 solid;
  color: #9B0F09;
  font-size: 13px;
  font-family: verdana;
  padding: 6px;
  text-align: center;
}
#site_offline a {
  color: #9B0F09;
  text-decoration: underline;
}
#site_offline a:hover {
  color: #9B0F09;
  text-decoration: none;
}
div.user_status_update {
  margin-bottom: 15px;
  background: #E6F2FA;
  padding: 5px;
  text-align: center;
  position: relative;
}
.user_status_update input.input_status {
  vertical-align: middle;
  width: 98%;
  font-size: 16px;
  padding: 5px;
}
.user_status_update_ajax {
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 8px;
  display: none;
}
.js_sort_holder_active {
  border: 1px #ccc dashed;
  visibility: visible;
  display: block;
}
.js_temp_place_holder_hide {
  visibility: hidden;
}
.row_is_correct {
  background: #ACEE8A;
}
.row_is_incorrect {
  background: #F18281;
}
.forum_rss_link {
  position: absolute;
  right: 0;
  top: -22px;
}
.user_browse_info {
  position: absolute;
  left: 120px;
}
.user_browse_image {
  width: 120px;
  text-align: center;
}
.music_album_info {
  position: absolute;
  margin-left: 125px;
}
.music_album_image {
  width: 122px;
  text-align: center;
  height: 120px;
}
/* Feed module : entry template block */
#js_feed_comment_holder {
  display: none;
}
.feed_comment_buttons_wrap {
  margin-top: 4px;
}
.button-link {
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding: 5px 10px 6px 0;
  text-align: center;
  background: #165275;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 50, 0.8);
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 50, 0.8);
}
.button-link:hover {
  background: #35769b;
  color: #fff;
  text-decoration: none;
}
.dashboard_share_clear {
  position: absolute;
  left: 6px;
}
.dashboard_core {
  padding-right: 10px;
  margin-bottom: 10px;
  width: 150px;
}
.dashboard_user_group {
  margin-left: 10px;
}
.dashboard_info {
  padding-top: 2px;
}
.dashboard_menu {
  padding-right: 0;
}
.dashboard_menu_width {
  width: 35%;
}
.shoutbox_holder {
  margin: 0 0 5px 0;
  position: relative;
  height: 300px;
}
.shoutbox_input {
  width: 240px;
}
.sJsQuickEdit {
  cursor: default;
}
.js_temp_friend_search_form {
  position: absolute;
  width: auto;
  z-index: 2000;
}
.js_temp_friend_search_form_holder {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 4px #ccc solid;
  background: #fff;
  font-size: 13px;
  padding: 4px;
}
.js_temp_friend_search_form_main .js_temp_friend_search_form_holder {
  padding: 4px 0 0 0;
}
.js_temp_friend_search_form_holder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.js_temp_friend_search_form_holder ul li a,
.js_temp_friend_search_form_holder ul li a:hover {
  text-decoration: none;
  display: block;
  padding: 4px 0 4px 0;
}
.js_temp_friend_search_form_holder ul li a:hover,
.js_temp_friend_search_form_holder ul li a.js_temp_friend_search_form_holder_focus {
  color: #fff;
}
.js_temp_friend_search_form_holder ul li a img {
  float: left;
  margin-right: 10px;
  margin-left: 3px;
}
.js_custom_search_friend_holder {
  border: 1px #ccc solid;
  padding: 4px;
  max-height: 300px;
  overflow: auto;
}
.js_custom_search_friend_holder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.js_custom_search_friend_holder ul li {
  position: relative;
  border-bottom: 1px #ccc solid;
  padding: 2px 0 2px 4px;
}
.js_custom_search_friend_holder ul li:hover {
  background: #627AAD;
  color: #fff;
}
.js_custom_search_friend_holder ul.inline_bubble li,
.js_custom_search_friend_holder ul.inline_bubble li:hover {
  float: left;
  background: #f1f1f1;
  border: 1px #dfdfdf solid;
  border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 20px 5px 8px;
  color: #333;
}
a.friend_search_remove,
a.friend_search_remove:hover {
  position: absolute;
  right: 2px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/misc/delete.gif') no-repeat;
  width: 13px;
  height: 14px;
  text-indent: -1000px;
  overflow: hidden;
}
.friend_search_image {
  float: left;
  margin-right: 10px;
}
.privacy_setting {
  position: relative;
  width: 202px;
}
.privacy-list-type {
  width: 100%;
}
.privacy-list-type ul li {
  display: inline;
}
.privacy_setting_div .txt-label {
  padding-right: 12px;
}
.fa-privacy:before {
  content: '\f013';
}
.fa-privacy-0:before {
  content: '\f0ac';
}
.fa-privacy-1:before {
  content: '\f007';
}
.fa-privacy-2:before {
  content: '\f0c0';
}
.fa-privacy-3:before {
  content: '\f023';
}
.fa-privacy-4:before {
  content: '\f013';
}
.fa-privacy-6:before {
  content: '\f2be';
}
.dropdown-menu.dropdown-menu-checkmark > li > a {
  padding-left: 30px;
}
.dropdown-menu.dropdown-menu-checkmark > li > a.is_active_image:before,
.dropdown-menu.dropdown-menu-checkmark > li > a.active:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f00c';
  position: absolute;
  left: 10px;
}
.dropdown-menu .fa-undo {
  right: 16px !important;
  position: absolute;
  top: 0 !important;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.nano-content .feed_form_menu {
  display: none;
}
.privacy_setting_mini .dropdown-menu {
  left: auto;
  right: 0;
  /* @media(max-width: @screen-md) {
        left: 0;
        right: auto;
    } */
}
.privacy_setting_mini {
  position: relative;
}
.privacy_setting_mini .btn-label {
  display: none;
}
.privacy_setting_mini a.is_active,
.privacy_setting_mini a.is_active:hover {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/privacy_setting_active_mini.png') no-repeat 0 -25px;
}
.privacy_setting .privacy_setting_holder {
  left: 0;
}
.privacy_setting_mini .privacy_setting_holder .dropdown-menu {
  right: 0;
  left: auto;
}
.privacy_setting_active .btn-label {
  padding-right: 10px;
}
.privacy_setting_holder .dropdown-menu {
  display: block;
}
.privacy_setting_holder .dropdown-menu > li > a {
  padding: 3px 20px 3px 30px;
}
.privacy_setting_mini .privacy_setting_holder {
  right: 0;
  left: auto;
}
/**
 Global Moderation
 */
a.moderate_link,
a.moderate_link:hover {
  line-height: 20px;
  width: 20px;
  margin: auto;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/moderate_link.png') no-repeat;
  margin-top: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
div.video_moderate_link {
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 200;
  width: 21px;
  height: 21px;
}
div.video_moderate_link a.moderate_link,
div.video_moderate_link a.moderate_link:hover {
  margin: 0;
}
a.not_active,
a.not_active:hover {
  background: #fff;
  color: #ADADAD;
  cursor: default;
}
a.is_clicked,
a.is_clicked:hover {
  background: #333333 url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/moderation_drop.png') no-repeat 0 -24px;
  color: #fff;
  border: 1px #000 solid;
}
a.moderation_drop span {
  padding-left: 6px;
}
.moderation_holder ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 200px;
  border-bottom: none;
  position: absolute;
  z-index: 500;
  display: none;
  top: -60px;
  border: 0;
  background: #ffffff;
  color: #555555;
}
.moderation_holder ul li a,
.moderation_holder ul li a:hover {
  display: block;
  line-height: 22px;
  padding-left: 6px;
  text-decoration: none;
}
.moderation_holder ul li a:hover {
  background: #ac1a2f;
  color: #ffffff;
}
.moderation_holder ul li a.moderation_clear_all,
.moderation_holder ul li a.moderation_clear_all:hover {
  border-bottom: 1px #dddddd solid;
  border-top: 2px #ac1a2f solid;
}
.moderation_process {
  position: absolute;
  left: 220px;
  top: 14px;
  display: none;
}
/**
 Global Attachment Link
*/
input.global_link_input {
  height: 30px;
  padding: 0 0 0 4px;
}
input.global_link_input_button {
  height: 32px;
  padding: 0 4px 0 4px;
  border: 1px #ccc solid;
  vertical-align: top;
}
.new_item {
  background: yellow;
}
.mass_uploader_table {
  margin: 5px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px #DFDFDF solid;
  width: 310px;
}
.mass_uploader_link {
  margin-top: 20px;
  color: #808080;
}
.swf_upload_text_holder {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #333;
  background: #F4F4F4;
  clear: both;
  width: 300px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px #DFDFDF solid;
  position: relative;
}
.swf_upload_progress {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/swf_upload_progress.png') repeat-x;
  width: 0%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  z-index: 5;
  display: none;
}
.swf_upload_text {
  z-index: 20;
  position: absolute;
  width: 300px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.swf_upload_holder {
  position: absolute;
  z-index: 880;
}
/* Rule for when using a delete button with a hover effect */
.delete_btn {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/misc/delete.gif') no-repeat 0 0%;
  width: 14px;
  height: 14px;
}
.delete_btn:hover {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/misc/delete_hover.gif') no-repeat 0 0%;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#designDnD {
  position: relative;
  background: #356AA0;
  border-bottom: 2px #3F4C6B solid;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 15px 0;
}
#designDnD .holder {
  position: relative;
}
#designDnDLink {
  position: absolute;
  right: 0;
  top: -2px;
}
#designDnDLink ul {
  margin: 0;
  padding: 0;
}
#designDnDLink ul li {
  float: left;
}
#designDnDLink ul li a,
#designDnDLink ul li a:hover {
  display: block;
  background: #333;
  padding: 0 10px 0 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  margin-left: 5px;
  line-height: 25px;
  height: 25px;
  -moz-box-shadow: 2px 2px 2px #333;
  -webkit-box-shadow: 2px 2px 2px #333;
  box-shadow: 2px 2px 2px #333;
}
.softNoticePositive {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  z-index: 9999;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/softNoticePositive.png') repeat-x;
  color: #333;
  font-weight: bold;
}
.softNoticeSuccess {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(46, 204, 113, 0.8);
  color: white;
  font-weight: bold;
}
.holder .js_sortable_empty,
#js_can_move_blocks_9.js_sortable_empty,
#js_can_move_blocks_11.js_sortable_empty {
  border: 1px #000 dashed;
  margin: 4px 0 4px 0;
}
#header .js_sortable_empty {
  border: 1px #fff dashed;
}
.dnd_block_info {
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px 0;
}
.holder .js_sortable_empty:hover,
#js_can_move_blocks_9.js_sortable_empty:hover,
#js_can_move_blocks_11.js_sortable_empty:hover {
  background: #FEFFBF;
}
.dnd_move_module {
  border-bottom: 1px #ccc solid;
  font-weight: bold;
  cursor: pointer;
  font-size: 13px;
  padding: 5px 0 5px 5px;
}
.dnd_move_module:hover {
  background: #f9f9f9;
}
.dnd_move_module_active,
.dnd_move_module_active:hover {
  background: #333;
  color: #fff;
}
.dnd_move_component {
  display: none;
  background: #4F4F4F;
  padding: 5px;
}
.dnd_move_component .js_can_move_blocks {
  cursor: move;
  padding: 5px;
  color: #fff;
}
.dnd_move_component .js_can_move_blocks:hover {
  background: #f9f9f9;
  color: #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.design_dnd_stop {
  font-weight: bold;
  color: #333;
}
.row_edit_bar_parent,
div.row_title_image a.moderate_link,
div.row_title_image a.moderate_link:hover {
  display: none;
}
div.row_title_image:hover .row_edit_bar_parent,
div.row_title_image:hover a.moderate_link,
div.row_title_image:hover a.moderate_link:hover {
  display: block;
}
/* Following is code for the Tag feature*/
.chooseFriend {
  max-height: 150px;
  max-width: 100%;
  overflow: auto;
  position: absolute;
  z-index: 9999;
  border-left: 1px #CCC solid;
  border-right: 1px #CCC solid;
  border-bottom: 4px #CCC solid;
  background-color: white;
  padding: 4px 0 0 0;
}
.tagFriendChooserImage {
  width: 25px;
  margin-right: 3px;
  float: left;
}
.tagFriendChooser {
  clear: both;
  width: 99%;
  overflow: auto;
  margin-bottom: 5px;
  line-height: 25px;
  height: 33px;
  padding: 4px 0 0 4px;
  vertical-align: baseline;
  color: #3B5998;
}
.tagFriendChooser a.no_image_user {
  vertical-align: baseline;
}
.tagFriendChooser:hover {
  background-color: #333;
  color: white;
}
.chooseFriend:hover {
  cursor: pointer;
}
#user_browse_advanced_link {
  width: 100%;
}
.timeline_date_holder {
  display: none;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px #dfdfdf solid;
}
.friend_search_holder {
  width: 30%;
  overflow: hidden;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  margin: 3px 3px 3px 0;
  padding: 0 0 3px 3px;
}
.friend_search_holder:hover {
  background: #BFE8FF;
}
.friend_search_active,
.friend_search_active:hover {
  background: #333;
  color: #fff;
}
.friend_search_holder_active {
  cursor: default;
  background: #EFEFEF;
  color: #868C8F;
}
.gateway_title {
  font-weight: bold;
  font-size: 16px;
}
.gateway_bottom_action {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.gateway_bottom_action .item-title {
  margin-bottom: 8px;
}
html[dir="ltr"] .gateway_bottom_action .item-title {
  margin-right: 8px;
}
html[dir="rtl"] .gateway_bottom_action .item-title {
  margin-left: 8px;
}
.gateway_bottom_action .btn {
  margin-bottom: 8px;
}
.js_feed_comment_border .comment_mini_text ul li,
.js_feed_comment_border .comment_mini_text ol li {
  float: none;
  list-style-type: square;
  margin-left: 30px;
  display: list-item;
}
.js_feed_comment_border .comment_mini_text ol li {
  list-style-type: decimal;
}
#js_im_player,
#js_im_player h2,
#js_im_player h3 {
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 1;
}
#content_load_data .main_video_div_container h1,
#content_load_data .forum_title h1 {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#content_load_data .forum_title h1 a,
#content_load_data .forum_title h1 a:hover,
#content_load_data .main_video_div_container h1 a,
#content_load_data .main_video_div_container h1 a:hover {
  color: #3B5998;
}
.item_view_more > a {
  text-transform: lowercase;
  font-weight: bold;
  color: #555555;
  display: inline-block;
}
.item_view_more > a:first-letter {
  text-transform: uppercase;
}
.global_view_more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
  display: block;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(172, 26, 47, 0.5);
  color: #ffffff;
  background-color: #ac1a2f;
  border-color: #961729;
}
.global_view_more:focus,
.global_view_more:active:focus,
.global_view_more.active:focus,
.global_view_more.focus,
.global_view_more:active.focus,
.global_view_more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.global_view_more:hover,
.global_view_more:focus,
.global_view_more.focus {
  color: #333333;
  text-decoration: none;
}
.global_view_more:active,
.global_view_more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.global_view_more.disabled,
.global_view_more.button_not_active,
.global_view_more[disabled],
fieldset[disabled] .global_view_more {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.global_view_more.disabled,
fieldset[disabled] a.global_view_more {
  pointer-events: none;
}
.global_view_more.btn-icon .fa,
.global_view_more.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] .global_view_more.btn-icon .fa,
html[dir='rtl'] .global_view_more.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
.global_view_more.btn-icon .fa:last-child:nth-child(2),
.global_view_more.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] .global_view_more.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .global_view_more.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] .global_view_more.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .global_view_more.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] .global_view_more.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .global_view_more.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
.global_view_more.btn-round {
  border-width: 0;
}
.global_view_more:not(:hover) {
  box-shadow: none;
}
.global_view_more.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.global_view_more.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.global_view_more.btn-gradient:hover:before {
  opacity: 1;
}
.global_view_more:hover {
  background-color: #801323;
  box-shadow: 0px 6px 12px 0px rgba(128, 19, 35, 0.4);
}
.global_view_more:active,
.global_view_more:focus {
  background-color: #530d17;
  box-shadow: 0px 2px 8px 0px rgba(83, 13, 23, 0.4), inset 0px 0px 2px 0px rgba(128, 19, 35, 0.8);
}
.global_view_more:focus,
.global_view_more.focus {
  color: #ffffff;
  background-color: #801323 !important;
  border-color: #961729;
}
.global_view_more:hover {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.global_view_more:active,
.global_view_more.active,
.open > .dropdown-toggle.global_view_more {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.global_view_more:active:hover,
.global_view_more.active:hover,
.open > .dropdown-toggle.global_view_more:hover,
.global_view_more:active:focus,
.global_view_more.active:focus,
.open > .dropdown-toggle.global_view_more:focus,
.global_view_more:active.focus,
.global_view_more.active.focus,
.open > .dropdown-toggle.global_view_more.focus {
  color: #ffffff;
  background-color: #610f1a;
  border-color: #961729;
}
.global_view_more:active,
.global_view_more.active,
.open > .dropdown-toggle.global_view_more {
  background-image: none;
}
.global_view_more.disabled,
.global_view_more[disabled],
fieldset[disabled] .global_view_more,
.global_view_more.disabled:hover,
.global_view_more[disabled]:hover,
fieldset[disabled] .global_view_more:hover,
.global_view_more.disabled:focus,
.global_view_more[disabled]:focus,
fieldset[disabled] .global_view_more:focus,
.global_view_more.disabled.focus,
.global_view_more[disabled].focus,
fieldset[disabled] .global_view_more.focus,
.global_view_more.disabled:active,
.global_view_more[disabled]:active,
fieldset[disabled] .global_view_more:active,
.global_view_more.disabled.active,
.global_view_more[disabled].active,
fieldset[disabled] .global_view_more.active {
  background-color: #ac1a2f;
  border-color: #961729;
}
.global_view_more .badge {
  color: #ac1a2f;
  background-color: #ffffff;
}
.to-lower {
  text-transform: lowercase;
}
.simple_listing_row:not(:last-child) {
  margin-bottom: 16px;
}
.simple_listing_row + .simple_listing_row {
  padding: 16px 0 0 0;
  border-top: 1px solid #eeeeee;
}
[dir=ltr] .simple_listing_row .listing-header {
  float: left;
}
[dir=rtl] .simple_listing_row .listing-header {
  float: right;
}
[dir=ltr] .simple_listing_row .listing-info {
  padding-left: 60px;
}
[dir=rtl] .simple_listing_row .listing-info {
  padding-right: 60px;
}
.activity_feed_content .item_options_holder,
.forum_outer .item_options_holder {
  position: absolute;
  right: 8px;
  top: 8px;
}
.activity_feed_content .item_options_holder a.item_options,
.forum_outer .item_options_holder a.item_options {
  display: block;
  color: #a2a2a2;
  width: 24px;
  height: 24px;
  border: 0;
}
.activity_feed_content .item_options_holder a.item_options:hover,
.forum_outer .item_options_holder a.item_options:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.activity_feed_content .item_options_holder a.item_options:before,
.forum_outer .item_options_holder a.item_options:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f107';
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
}
.activity_feed_content .item_options_holder a.item_options:hover:before,
.forum_outer .item_options_holder a.item_options:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.activity_feed_content .item_options_holder a.item_options.checked,
.forum_outer .item_options_holder a.item_options.checked {
  color: #ac1a2f;
}
.item_options_holder {
  position: relative;
  float: right;
}
.item_options_holder a.item_options {
  display: block;
  color: #a2a2a2;
  width: 32px;
  height: 32px;
  border: 1px solid #dcdcdc;
}
.item_options_holder a.item_options:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.item_options_holder a.item_options:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f107';
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.item_options_holder a.item_options:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.item_options_holder a.item_options.checked {
  color: #ac1a2f;
}
.item_options_holder a.item_options:before {
  font-weight: bold;
}
.item_options_holder a.item_options > span {
  display: none;
}
.item_options_holder a.item_options:hover {
  background: #dcdcdc !important;
}
.item_options_holder a.item_options:hover:before {
  color: #555555 !important;
}
.item_options_holder.open > a.item_options {
  display: block !important;
  background: #a2a2a2 !important;
}
.item_options_holder.open > a.item_options:before {
  color: #ffffff !important;
}
.item_options_holder .dropdown-menu > li > a {
  font-size: 12px;
}
.item_options_holder .dropdown-menu > li > a > i {
  min-width: 15px;
  text-align: center;
}
.ajax-paging-loading {
  position: relative;
  left: 50%;
  margin-left: -10px;
}
/*----------  Privacy custom popup  ----------*/
.privacy-custom-popup .fz-12 {
  font-size: 12px;
  line-height: 16px;
}
.privacy-custom-popup .text-gray-dark {
  color: #a2a2a2;
}
.privacy-custom-popup .privacy-custom-button-wapper {
  display: flex;
  flex-flow: wrap;
}
.privacy-custom-popup .no-friend-icon {
  font-size: 40px;
  line-height: 53px;
  color: #c8c8c8;
}
.privacy-custom-popup .no-friend-text {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
}
.privacy-custom-popup .share-with-title {
  margin-bottom: 12px;
}
.privacy-custom-popup .share-with-list {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}
.privacy-custom-popup .share-with-list .share-with-item {
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  padding: 0 12px;
}
.privacy-custom-popup .share-with-list .share-with-item input[type="checkbox"] {
  margin-top: 0;
}
.privacy-custom-popup .share-with-list .share-with-item input[type="checkbox"]:checked + span {
  color: #ac1a2f;
}
@media screen and (max-width: 480px) {
  .privacy-custom-popup .share-with-list {
    flex-direction: column;
  }
}
.core-label-status {
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.core-label-status.solid.info {
  background-color: #aa4352;
}
.core-label-status.solid.warning {
  background-color: #ffab00;
}
.core-label-status.solid.danger {
  background-color: #ee5a2b;
}
.core-label-status.solid.gray {
  background-color: #a2a2a2;
}
.core-label-status.solid.success {
  background-color: #47c366;
}
.core-label-status.solid.primary {
  background-color: #d8213b;
}
.core-label-status.solid.draft {
  background-color: #dcdcdc;
  color: #555555;
}
.core-label-status.linear {
  background-color: #fff;
}
.core-label-status.linear.info {
  border: 1px solid #aa4352;
  color: #aa4352;
}
.core-label-status.linear.warning {
  border: 1px solid #ffab00;
  color: #ffab00;
}
.core-label-status.linear.danger {
  border: 1px solid #ee5a2b;
  color: #ee5a2b;
}
.core-label-status.linear.gray {
  border: 1px solid #a2a2a2;
  color: #a2a2a2;
}
.core-label-status.linear.success {
  border: 1px solid #47c366;
  color: #47c366;
}
.core-label-status.linear.primary {
  border: 1px solid #d8213b;
  color: #d8213b;
}
.core-label-status.linear.draft {
  border: 1px solid #555555;
  color: #555555;
}
.core-rating-star {
  display: flex;
}
.core-rating-star.one-star .ico:not(:first-child) {
  display: none;
}
.core-rating-star .ico {
  font-size: 14px;
  margin: 0;
  padding-left: 1px;
  padding-right: 1px;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-rating-star .ico:not(.disable):hover {
  color: #ffab00;
}
.core-rating-star .ico.hover {
  color: #ffab00 !important;
}
.core-rating-star .ico.hover:before {
  content: "\eab1" !important;
}
.core-outer-rating:hover .core-rating-star .ico:not(.disable) {
  color: #ffab00;
}
.core-rating-star .ico.half-star:before {
  content: "\eb27";
}
.core-rating-star .ico.disable {
  color: #a2a2a2;
}
.core-rating-star .ico.disable:before {
  content: "\eab0";
}
.core-rating-star.core-rating-sm .ico {
  font-size: 12px;
}
.core-rating-star.core-rating-md .ico {
  font-size: 16px;
}
.core-rating-star.core-rating-lg .ico {
  font-size: 24px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.core-rating-star.core-rating-xl .ico {
  font-size: 32px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.core-outer-rating-row {
  display: inline-flex;
  align-items: flex-end;
}
.core-outer-rating-column {
  display: inline-flex;
  flex-direction: column;
}
.core-outer-rating-column .core-rating-count-star {
  margin: 0 !important;
  margin-bottom: 8px !important;
}
.core-outer-rating-column .core-rating-star {
  margin-left: -4px;
}
html[dir='rtl'] .core-outer-rating-column .core-rating-star {
  margin-right: -4px;
  margin-left: 0;
}
.core-outer-rating-column .core-rating-count-review {
  margin: 0 !important;
  margin-top: 8px !important;
}
.core-outer-rating-column.core-rating-lg .core-rating-count-review {
  margin-top: 12px !important;
}
.core-outer-rating-column.core-rating-lg .core-rating-count-star {
  margin-bottom: 12px !important;
}
.core-outer-rating {
  font-size: 14px;
}
.core-outer-rating:hover .core-rating-count-star {
  color: #ffab00;
}
.core-outer-rating:not(.mini):hover .core-rating-count-review {
  background: #ffab00;
}
.core-outer-rating:not(.mini) .core-rating-count-review-wrapper {
  line-height: 0;
  margin-bottom: -1px;
}
.core-outer-rating:not(.mini) .core-rating-count-review {
  height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 4px;
  border-radius: 2px;
}
html[dir='rtl'] .core-outer-rating:not(.mini) .core-rating-count-review {
  margin-left: 0;
  margin-right: 4px;
}
.core-outer-rating:not(.mini) .core-rating-count-review .item-text,
.core-outer-rating:not(.mini) .core-rating-count-review .item-number {
  margin-top: 1px;
}
.core-outer-rating:not(.mini) .core-rating-count-review .item-text {
  margin-left: 4px;
}
html[dir='rtl'] .core-outer-rating:not(.mini) .core-rating-count-review .item-text {
  margin-left: 0;
  margin-right: 4px;
}
.core-outer-rating.mini {
  display: inline-flex;
  align-items: center;
}
.core-outer-rating.mini:hover .core-rating-count-review {
  color: #555555;
}
.core-outer-rating.mini .core-rating-count-star {
  display: none;
}
.core-outer-rating.mini .core-rating-count-review-wrapper {
  margin-bottom: -2px;
}
.core-outer-rating.mini .core-rating-count-review {
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-outer-rating.mini .core-rating-count-review .item-text {
  display: none;
}
html[dir='ltr'] .core-outer-rating.mini .core-rating-count-review .item-number {
  margin-left: 2px;
}
html[dir='rtl'] .core-outer-rating.mini .core-rating-count-review .item-number {
  margin-right: 2px;
}
.core-outer-rating.mini .core-rating-count-review .item-number:before {
  content: "(";
}
.core-outer-rating.mini .core-rating-count-review .item-number:after {
  content: ")";
}
.core-outer-rating .core-rating-count-star {
  font-size: 26px;
  line-height: 17px;
  /* padding-top: @grid-point - 4;
    margin-bottom: -1px; */
  color: #555555;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 4px;
}
html[dir='rtl'] .core-outer-rating .core-rating-count-star {
  margin-right: 0;
  margin-left: 4px;
}
.core-outer-rating .core-rating-count-star:hover {
  color: #ffab00;
}
.core-outer-rating.core-rating-sm {
  font-size: 12px;
  line-height: 16px;
}
.core-outer-rating.core-rating-sm .core-rating-count-star {
  font-size: 24px;
  line-height: 15px;
  /* padding-top: @grid-point - 4;
    margin-bottom: -1px; */
}
.core-outer-rating.core-rating-sm .core-rating-star .ico {
  font-size: 12px;
}
.core-outer-rating.core-rating-md {
  font-size: 16px;
  line-height: 21px;
}
.core-outer-rating.core-rating-md .core-rating-count-star {
  font-size: 28px;
  line-height: 19px;
  /* padding-top: @grid-point - 4;
    margin-bottom: -1px; */
}
.core-outer-rating.core-rating-md .core-rating-star .ico {
  font-size: 16px;
}
.core-outer-rating.core-rating-lg {
  font-size: 24px;
  line-height: 32px;
}
.core-outer-rating.core-rating-lg .core-rating-count-star {
  font-size: 36px;
  line-height: 27px;
  /* padding-top: @grid-point - 4;
    margin-bottom: -1px; */
}
.core-outer-rating.core-rating-lg .core-rating-star .ico {
  font-size: 24px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.core-outer-rating.core-rating-xl {
  font-size: 32px;
  line-height: 42px;
}
.core-outer-rating.core-rating-xl .core-rating-count-star {
  font-size: 44px;
  line-height: 35px;
  /* padding-top: @grid-point - 4;
    margin-bottom: -1px; */
  margin-bottom: -2px;
}
.core-outer-rating.core-rating-xl .core-rating-star .ico {
  font-size: 32px;
  margin: 0 4px;
}
.login-auth-methods .auth-method .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.login-auth-methods .auth-method .item .ico {
  font-size: 24px;
  color: #555555;
  padding: 16px;
}
.login-auth-methods ul.methods-container li {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
.login-auth-methods ul.methods-container li:hover {
  background-color: #eeeeee;
}
.login-auth-methods ul.methods-container li:last-child {
  border-bottom: none;
}
.login-auth-methods ul.methods-container li .help-block {
  margin-top: 8px;
  margin-bottom: 0;
}
.login-passcode-note.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.js_box_image_holder {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 2000;
  top: 0;
}
.js_box_image_holder_full {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  position: fixed;
  top: 0;
}
.js_box_holder {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  position: fixed;
  top: 0;
}
.js_box_content {
  clear: both;
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: relative;
}
.js_box_image_holder_full .js_box_content {
  padding: 0;
}
#js_marketplace_click_image_viewer_close {
  background: #DFDFDF;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: none;
}
.js_box_close a,
.js_box_close a:hover,
#js_marketplace_click_image_viewer_close a,
#js_marketplace_click_image_viewer_close a:hover {
  text-decoration: none;
  margin: 5px;
  display: block;
  position: absolute;
  right: 0;
  line-height: 25px;
  color: #868686;
  font-weight: bold;
  padding: 0 8px 0 8px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/js_box_close.png') repeat-x;
  border: 1px #BFBFBF solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.js_box_history,
.js_box_title_store {
  display: none;
}
.js_box_image {
  text-align: center;
}
.js_box_loader {
  font-size: 16px;
}
.js_box_image_holder_browse {
  text-align: center;
}
.js_box_image_gallery_display img {
  vertical-align: middle;
}
.js_box_image_gallery {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px #DFDFDF solid;
}
.js_box_image_gallery img {
  margin: 0 4px 0 4px;
  border: 4px #fff solid;
}
.js_box_image_gallery img.is_active {
  border: 4px #93D9FF solid;
}
.js_box_image_gallery img.is_active {
  border: 4px #93D9FF solid;
}
.js_box_content h1 {
  margin-top: 0;
  padding-top: 0;
}
.photo_view_box_user {
  padding-bottom: 5px;
}
.photo_view_box_user a,
.photo_view_box_user a:hover {
  font-weight: bold;
  font-size: 14px;
}
a.photo_box_photo_detail,
a.photo_box_photo_detail:hover {
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0 0 0 30px;
  text-decoration: none;
  border-top: 1px #dfdfdf solid;
  color: #8F8F8F;
  background: #f9f9f9;
  font-weight: bold;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/video_show_less.png') no-repeat 10px 8px;
}
.photo_view_box_holder {
  background: #000;
  z-index: 1000000;
}
.photo_view_in_photo {
  position: absolute;
  bottom: -28px;
  left: 5px;
  z-index: 1000;
}
#js_photo_box_view_bottom_ad {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 400px;
  margin: auto;
}
#js_photo_box_view_more {
  display: none;
  bottom: 30px;
  background: #333;
  position: absolute;
  z-index: 1000;
  width: 400px;
}
.js_photo_box_view_more_padding {
  padding: 8px;
  color: #fff;
}
.photo_view_box_comment {
  width: 400px;
  float: right;
  background: #fff;
  position: relative;
}
.photo_view_box_comment_padding {
  padding: 10px;
}
.photo_view_box_image {
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 10000000;
  overflow: hidden;
}
#photo_view_ajax_loader {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2000;
}
#photo_view_tag_photo {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10000001;
}
#photo_view_tag_photo a,
#photo_view_tag_photo a:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 0 5px 0 5px;
  line-height: 25px;
  height: 25px;
  font-weight: bold;
  display: block;
}
#photo_view_tag_photo a:hover {
  background: #2F2F2F;
}
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_highlight-soft_100_eeeeee_1x100.png') 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  background: #333;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_glass_100_f6f6f6_1x400.png') 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_glass_100_fdf5ce_1x400.png') 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_highlight-soft_75_ffe45c_1x100.png') 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_diagonals-thick_18_b81900_40x40.png') 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_222222_256x240.png');
}
.ui-widget-content .ui-icon {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_222222_256x240.png');
}
.ui-widget-header .ui-icon {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ffffff_256x240.png');
}
.ui-state-default .ui-icon {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ef8c08_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ef8c08_256x240.png');
}
.ui-state-active .ui-icon {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ef8c08_256x240.png');
}
.ui-state-highlight .ui-icon {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_228ef1_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-icons_ffd27a_256x240.png');
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat;
  opacity: .50;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/ui-bg_flat_10_000000_40x100.png') 50% 50% repeat-x;
  opacity: .20;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*
 * jQuery UI Resizable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.11
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  margin: .1em .05em .1em 0;
}
[dir=ltr] .ui-dialog .ui-dialog-title {
  float: left;
}
[dir=rtl] .ui-dialog .ui-dialog-title {
  float: right;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  order: -1;
}
html[dir="ltr"] .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  margin-right: 8px;
}
html[dir="rtl"] .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  margin-left: 8px;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Slider 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
  color: #000;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.comment_header {
  background: #EDEFF4;
  padding: 4px;
  color: #000;
}
.comment_box {
  background: #EDEFF4;
  padding: 4px;
  margin-bottom: 10px;
}
.comment_content {
  width: 80%;
  background: #EDEFF4;
  position: relative;
  height: auto !important;
  min-height: 100px;
}
.comment_outer {
  position: relative;
}
.comment_sig {
  border-top: 1px #CACBCC solid;
  padding: 4px;
  margin-left: 4px;
  margin-top: 15px;
}
.comment_info {
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.comment_info_normal {
  float: right;
  width: 17%;
  padding: 4px;
}
.comment_link {
  padding: 4px;
  background: #EDEFF4;
  text-align: right;
}
.comment_link ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}
.comment_link li {
  display: inline;
  padding-left: 4px;
}
.comment_link li a {
  background: #fff;
  border: 1px #EEEEEE solid;
  padding: 2px;
  color: #54A4DE;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
}
.comment_link li a:hover {
  background: #54A4DE;
  border: 1px #EEEEEE solid;
  color: #fff;
  text-decoration: none;
}
.comment_moderate {
  background: #195B85;
  color: #fff;
}
.comment_moderate a {
  color: #fff;
}
.comment_moderate a:hover {
  color: #fff;
}
div.comment_mini_content_holder_icon {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/comment_mini_content_holder.png') no-repeat 10px 0;
  height: 8px;
  line-height: 8px;
}
div.comment_mini_content_border {
  background: #ffffff;
  border-radius: 0 0 6px 6px;
}
.comment_mini_link_image {
  position: absolute;
  left: 2px;
}
.comment_mini_link {
  margin-left: 18px;
}
a.comment_mini_link_block,
a.comment_mini_link_block:hover {
  display: block;
}
a.comment_mini_link_block_hidden,
a.comment_mini_link_block_hidden:hover {
  text-decoration: none;
  color: #808080;
}
.comment_mini_link_loader {
  position: absolute;
  right: 8px;
}
div.js_mini_feed_comment {
  min-height: 52px;
  height: auto !important;
}
/**
 * Comments
 */
.comment_mini_link_image {
  display: none;
}
.comment_mini_link {
  margin: 0;
}
a.comment_mini_link_block,
a.comment_mini_link_block:hover {
  text-align: center;
  color: #555555;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px;
}
.js_feed_comment_border {
  background: #eeeeee;
  font-size: 12px;
  line-height: 14px;
}
div.comment_mini_image {
  left: 0;
  top: 15px;
  position: absolute;
}
div.comment_mini_image ._size__40 > span,
div.comment_mini_image ._size__40:hover > span {
  top: 14px;
}
div.comment_mini_image:after {
  border: 1px solid rgba(200, 200, 200, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.js_feed_comment_form div.comment_mini_image {
  top: 0;
}
div.comment_mini_content .user_profile_link_span {
  display: block;
}
div.comment_mini_content .comment_mini_text .user_profile_link_span {
  display: initial;
}
.comment_mini_textarea_holder {
  margin-left: 0 !important;
  padding-left: 32px;
  min-height: 32px;
  border: 1px solid #c8c8c8;
}
.js_comment_feed_textarea {
  border: 0;
  background: #ffffff;
  color: #555555;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  padding-left: 8px;
  padding-top: 11px;
  min-height: 35px;
  overflow: hidden;
}
div.comment_mini_content {
  margin-left: 50px;
}
div.comment_mini_content_holder_icon {
  display: none;
}
div.comment_mini {
  position: relative;
  padding: 15px 0;
  margin: 0 16px;
}
div.comment_mini:not(:last-child) {
  border-bottom: 1px #dcdcdc solid;
}
div.comment_mini:not(.comment_mini_end):last-child {
  padding-bottom: 0;
}
div.comment_mini:hover > .comment_options_holder.item_options_holder a.item_options {
  display: block;
}
.comment_mini_link_like {
  background: #0c0c0c;
  color: #808080;
  padding: 15px;
  display: none;
}
.comment_mini_link_like > ul > li {
  float: none !important;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}
.comment_mini_link_like > ul > li > a,
.comment_mini_link_like > ul > li > a:hover {
  color: #808080 !important;
}
.comment_mini_link_like > ul > li > a:hover {
  color: #fff !important;
  transition: all 0.5s ease;
}
.comment_mini_link_like > ul > li:not(:first-of-type):before {
  content: '/';
  margin-right: 12px;
  display: inline-block;
}
.comment_mini_link_like.active {
  display: block;
}
div.comment_mini_end {
  border: 0;
  background: #ffffff;
  min-height: 32px;
  padding: 0;
}
.comment_feed {
  background: #EDEFF4;
  padding: 5px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.js_feed_comment_process_form img {
  vertical-align: middle;
  margin-left: 16px;
}
.js_feed_comment_process_form {
  display: none;
  z-index: 700;
  padding: 4px 12px 4px 4px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png');
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.js_comment_feed_value {
  display: none;
}
.js_comment_text_area .w_95 {
  width: 100%;
}
.js_comment_text_area #text {
  height: 30px;
}
.comment_submit_button {
  padding-top: 4px;
  text-align: right;
}
.comment_mini_child_holder {
  position: relative;
}
.comment_mini_child_holder_padding {
  padding-bottom: 20px;
}
.comment_mini_child_view_holder {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  left: 40px;
}
.comment_mini_child_view_holder a {
  display: block;
  text-decoration: none;
  font-style: italic;
  font-size: 13px;
}
.comment_mini_child_content div.comment_mini {
  border-bottom: 0;
  margin: 0;
  padding: 8px 0;
  margin-left: 40px;
  margin-right: 16px;
}
.comment_mini_child_content div.comment_mini:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.comment_mini_child_content div.comment_mini .comment_mini_image {
  top: 8px;
  width: 30px;
  height: 30px;
}
.comment_mini_child_content div.comment_mini .comment_mini_image a > img {
  max-width: 100%;
  max-height: 100%;
}
.comment_mini_child_content div.comment_mini .comment_mini_image a.no_image_user {
  width: 30px;
  height: 30px;
}
.comment_mini_child_content div.comment_mini .comment_mini_image a.no_image_user > span {
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comment_mini_child_content div.comment_mini .comment_mini_content {
  margin-left: 38px;
}
.comment_mini_child_content div.comment_mini:last-child {
  padding-bottom: 0px;
}
.js_mini_feed_comment div.comment_mini_end {
  margin-top: 8px;
  margin-left: 40px;
  min-height: 30px;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_image {
  top: 0;
  width: 30px;
  height: 30px;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_image a > img {
  max-width: 100%;
  max-height: 100%;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_image a.no_image_user {
  width: 30px;
  height: 30px;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_image a.no_image_user > span {
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_textarea_holder {
  padding-left: 30px;
  min-height: 30px;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_textarea_holder .js_comment_feed_textarea {
  padding-top: 6px;
  line-height: 16px;
  min-height: 26px;
}
.feed_sort_order {
  border-bottom: 1px #dfdfdf solid;
  margin: 10px 0 18px 0;
  position: relative;
}
.feed_sort_order a.feed_sort_order_link,
.feed_sort_order a.feed_sort_order_link:hover {
  position: absolute;
  right: 0;
  top: -0.8em;
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #777777;
  background: #e5eaef;
  padding-left: 5px;
}
.feed_sort_holder {
  position: absolute;
  top: 0.4em;
  right: 0;
  z-index: 20000;
  display: none;
}
.feed_sort_holder ul {
  margin: 0;
  padding: 0;
}
.feed_sort_holder ul li {
  display: inline;
}
.feed_sort_holder ul li a {
  display: block;
  color: #777777;
}
.feed_sort_holder ul li a.active,
.feed_sort_holder ul li a.active:hover,
.feed_sort_holder ul li a.active:focus {
  color: #ffffff;
  background-color: #848586;
}
.comment_mini_text {
  margin: 2px 0px;
  line-height: 16px;
  white-space: pre-line;
}
.comment_options_holder.item_options_holder {
  right: 0;
}
.comment_options_holder.item_options_holder a.item_options {
  display: none;
}
.comment_options_holder.item_options_holder:hover a.item_options {
  display: block;
}
.editor_holder {
  position: relative;
  border: 1px solid #c8c8c8;
}
.edit_menu_container {
  background: #ffffff;
  position: relative;
  border: 1px solid #c8c8c8;
}
.edit_menu_container textarea {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-color: transparent;
}
.global_attachment {
  position: relative;
  background: #fafafa;
  height: 40px;
  line-height: 40px;
}
.global_attachment_manage {
  line-height: 26px;
  height: 26px;
  padding: 4px 0 4px 0;
  position: absolute;
  right: 0;
}
.global_attachment_manage a,
.global_attachment_manage a:hover {
  display: block;
  line-height: 26px;
  height: 26px;
  text-decoration: none;
  padding: 0 5px 0 5px;
}
.global_attachment_manage a.is_not_active,
.global_attachment_manage a.is_not_active:hover {
  color: #808080;
}
.global_attachment_manage a:hover,
.global_attachment_manage a.is_not_active:hover {
  background: #333;
  color: #fff;
}
.global_attachment ul.global_attachment_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.global_attachment ul.global_attachment_list li {
  float: left;
  line-height: 26px;
  padding: 4px 0 4px 0;
}
.global_attachment .global_attachment_title {
  color: #9F9F9F;
  margin-right: 5px;
}
.global_attachment ul.global_attachment_list li a,
.global_attachment ul.global_attachment_list li a:hover {
  display: block;
  line-height: 26px;
  text-decoration: none;
  padding: 0 5px 0 5px;
  border: 1px #fff solid;
}
.global_attachment ul.global_attachment_list li a:hover {
  background: #D0D0D0;
}
.global_attachment ul.global_attachment_list li a.active {
  background: #5F5F5F;
  border: 1px #000 solid;
  color: #fff;
}
.global_attachment_holder {
  margin-top: 10px;
  border-bottom: 1px #ccc solid;
  padding: 0 0 10px 0;
  display: none;
}
.global_attachment_holder_section {
  display: none;
}
div.global_attachment_sub_menu {
  margin: 0;
  padding: 0 0 10px 0;
}
div.global_attachment_sub_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.global_attachment_sub_menu ul li {
  float: left;
  margin-right: 4px;
  line-height: 22px;
  height: 22px;
}
div.global_attachment_sub_menu ul li a,
div.global_attachment_sub_menu ul li a:hover {
  background: #fff;
  color: #333;
  display: block;
  padding: 0 5px 0 5px;
  line-height: 22px;
  height: 22px;
  border: 1px #ccc solid;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div.global_attachment_sub_menu ul li a.active {
  background: #5F5F5F;
  color: #fff;
}
.global_attachment_holder_title {
  border-bottom: 1px #ccc solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
a.global_attachment_holder_cancel,
a.global_attachment_holder_cancel:hover {
  position: absolute;
  right: 0;
}
.global_attachment ul.global_attachment_list {
  margin-left: 5px;
}
.global_attachment ul.global_attachment_list li {
  float: none;
  line-height: normal;
  padding: 0;
  display: inline-block;
}
.global_attachment ul.global_attachment_list li a,
.global_attachment ul.global_attachment_list li a:hover {
  border: 0;
  line-height: normal;
  padding: 5px;
  background: transparent;
}
.global_attachment ul.global_attachment_list li a i:before,
.global_attachment ul.global_attachment_list li a:hover i:before {
  color: #4b4b4b;
}
.global_attachment ul.global_attachment_list li a:hover i:before {
  color: #ac1a2f;
}
.global_attachment ul.global_attachment_list li.global_attachment_title {
  display: none;
}
.global_attachment_manage a,
.global_attachment_manage a:hover,
.global_attachment_manage,
.global_attachment_manage a.is_not_active,
.global_attachment_manage a.is_not_active:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  opacity: 0.6;
}
.global_attachment_manage {
  position: absolute;
  right: 10px;
  top: 0;
}
.global_attachment_manage:hover {
  opacity: 1;
}
/*convert css to less form theme*/
.editor_menu {
  display: none;
  background: #F0F0EE;
  padding: 4px;
  border-bottom: 1px #dfdfdf solid;
  z-index: 0;
}
.editor_button_holder {
  float: left;
  position: relative;
}
.editor_drop_holder {
  position: absolute;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/action_drop.png') no-repeat 3px 0%;
  z-index: 800;
  width: 250px;
  padding: 8px 0 0 0;
  display: none;
}
.editor_drop_content {
  background: #333;
  color: #fff;
  padding: 8px 8px 4px 8px;
}
a.editor_button {
  display: block;
  border: 1px solid #F0F0EE;
  margin-right: 1px;
  cursor: default;
  padding: 2px 4px 2px 4px;
}
a.editor_button:hover {
  border: 1px solid #0A246A;
  background-color: #B2BBD0;
  cursor: default;
}
.editor_separator {
  margin: 2px;
  margin-left: 4px;
  background-color: #F0F0EE;
  border-top: 1px solid buttonshadow;
  border-left: 1px solid buttonshadow;
  border-bottom: 1px solid buttonhighlight;
  border-right: 1px solid buttonhighlight;
  width: 0;
  height: 15px;
  float: left;
}
.icon-font-picker-container {
  margin-top: 4px;
  margin-bottom: 8px;
  height: 180px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid #c8c8c8;
  border-radius: 0;
}
.icon-font-picker-container .icon-font-item {
  margin: 2px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.icon-font-picker-container .icon-font-item.active {
  border: 2px solid #ac1a2f;
}
.icon-font-picker-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.icon-font-picker-preview .icon-font-selected-wrapper {
  width: 70px;
  margin-left: 16px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.icon-font-picker-preview .icon-font-selected-wrapper .icon-style-selected {
  flex: 1;
  font-size: 26px;
}
.user_browse_user {
  padding-top: 4px;
  overflow: hidden;
}
.user_browse_user .user_profile_link_span {
  font-weight: bold;
}
.user_browse_user .user_profile_link_span a,
.user_browse_user .user_profile_link_span a:hover {
  font-weight: bold;
}
.user_browse_add_friend {
  padding-top: 5px;
}
.user_browse_title {
  font-weight: bold;
}
.user_browse_mutual_friend {
  padding-top: 4px;
}
.user_browse_mutual_friend a,
.user_browse_mutual_friend a:hover {
  color: #808080;
}
#js_user_browse_advanced {
  position: absolute;
  top: 50px;
  left: 100px;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/layout/thickbox_bg.png");
  z-index: 1000;
  width: 750px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 14px;
  display: none;
}
.user_browse_content {
  clear: both;
  background: #fff;
  padding: 15px 15px 15px 15px;
  position: relative;
}
.user_browse_content .title {
  font-weight: bold;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
ul#js_user_browse_advanced_link li a,
ul#js_user_browse_advanced_link li a:hover {
  display: block;
}
#js_user_browse_advanced_link_close {
  position: absolute;
  right: 10px;
  padding-top: 8px;
}
#browse_custom_fields_popup_holder {
  overflow: auto;
  height: 300px;
}
#browse_custom_fields_popup_holder .go_left {
  width: 31%;
}
@media (min-width: 768px) {
  #js_country_child_id .form-control {
    min-width: 250px;
  }
}
@media (min-width: 768px) {
  #js_register_step2 #js_country_child_id .form-control {
    min-width: 200px;
    width: 100%;
  }
}
/* CUSTOM GENDER */
#js_add_custom_gender_content {
  margin-top: 8px;
}
#js_add_custom_gender_content .custom-gender-list {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 1.5px 2.598px 7.7px 2.3px rgba(0, 0, 0, 0.09);
  z-index: 1;
  background-color: #fff;
}
#js_add_custom_gender_content .custom-gender-list .item-gender-custom {
  padding: 8px 12px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#js_add_custom_gender_content .custom-gender-list .item-gender-custom:hover {
  background-color: #ac1a2f;
  color: #fff;
}
#js_add_custom_gender_content #js_add_custom_gender {
  height: auto;
  padding-top: 6px;
  padding-bottom: 4px;
}
#js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item {
  border: 1px solid #ac1a2f;
  color: #ac1a2f;
  font-size: 13px;
  border-radius: 1px;
  padding: 4px 8px;
  display: inline-flex;
  margin-bottom: 4px;
  max-width: 100%;
  float: left;
}
html[dir='rtl'] #js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item {
  float: right;
}
#js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item .item-gender-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
html[dir="ltr"] #js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item .item-gender-title {
  padding-right: 8px;
}
html[dir="rtl"] #js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item .item-gender-title {
  padding-left: 8px;
}
html[dir='ltr'] #js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item {
  margin-right: 6px;
}
html[dir='rtl'] #js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item {
  margin-left: 6px;
}
#js_add_custom_gender_content #js_add_custom_gender .js_custom_gender_item a .ico {
  font-size: 10px;
}
#js_add_custom_gender_content #js_add_custom_gender .item-input-gender-wrapper {
  display: inline;
  float: left;
  max-width: 100%;
  overflow: hidden;
}
html[dir='rtl'] #js_add_custom_gender_content #js_add_custom_gender .item-input-gender-wrapper {
  float: right;
}
#js_add_custom_gender_content #js_add_custom_gender_input {
  padding: 0;
  border: 0;
  outline: none;
  height: auto;
  box-shadow: none !important;
  background-color: transparent !important;
  min-width: 60px;
  line-height: 28px;
}
.colorpicker_select {
  background: #ffffff url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/select.gif");
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_background.png");
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  z-index: 10000;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
  z-index: 10000;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/colorpicker_overlay.png");
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/colorpicker_select.gif");
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/colorpicker_indic.gif") left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hex.png") top;
  left: 212px;
  top: 142px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_rgb_r.png");
  top: 52px;
  left: 212px;
}
.colorpicker_rgb_g {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_rgb_g.png");
  top: 82px;
  left: 212px;
}
.colorpicker_rgb_b {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_rgb_b.png");
  top: 112px;
  left: 212px;
}
.colorpicker_hsb_h {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hsb_h.png");
  top: 52px;
  left: 282px;
}
.colorpicker_hsb_s {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hsb_s.png");
  top: 82px;
  left: 282px;
}
.colorpicker_hsb_b {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_hsb_b.png");
  top: 112px;
  left: 282px;
}
.colorpicker_transparent {
  position: absolute;
  width: 21px;
  height: 21px;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/blank.gif") top;
  left: 295px;
  top: 142px;
  overflow: hidden;
  border: 1px #ccc dashed;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../../../../PF.Base/theme/frontend/default/style/default/image/colorpicker/custom_submit.png") top;
  left: 322px;
  top: 142px;
  overflow: hidden;
  z-index: 10000;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_slider {
  background-position: bottom;
}
/*Main container*/
.colpick {
  position: absolute;
  width: 346px;
  height: 170px;
  overflow: hidden;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  background: #ebebeb;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*Color selection box with gradients*/
.colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}
.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  /* IE8 */
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
  /* IE6 & IE7 */
}
.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  /* IE8 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
  border-radius: 50%;
}
.colpick_selector_inner {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid white;
  border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
  position: absolute;
  top: 6px;
  left: 175px;
  width: 19px;
  height: 156px;
  border: 1px solid #aaa;
  cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}
.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}
.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}
/*New color box*/
.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field,
.colpick_hex_field {
  position: absolute;
  height: 20px;
  width: 60px;
  overflow: hidden;
  background: #f3f3f3;
  color: #b8b8b8;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick_rgb_r {
  top: 40px;
  left: 207px;
}
.colpick_rgb_g {
  top: 67px;
  left: 207px;
}
.colpick_rgb_b {
  top: 94px;
  left: 207px;
}
.colpick_hsb_h {
  top: 40px;
  left: 277px;
}
.colpick_hsb_s {
  top: 67px;
  left: 277px;
}
.colpick_hsb_b {
  top: 94px;
  left: 277px;
}
.colpick_hex_field {
  width: 68px;
  left: 207px;
  top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
  border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
  position: absolute;
  width: 12px;
  height: 20px;
  line-height: 20px;
  padding-left: 4px;
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  font-weight: bold;
  color: #777;
}
/*Text inputs*/
.colpick_field input,
.colpick_hex_field input {
  position: absolute;
  right: 11px;
  margin: 0;
  padding: 0;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  text-align: right;
  outline: none;
}
.colpick_hex_field input {
  right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 21px;
  cursor: n-resize;
}
.colpick_field_uarr {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #959595;
}
.colpick_field_darr {
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
  position: absolute;
  left: 207px;
  top: 149px;
  width: 130px;
  height: 22px;
  line-height: 22px;
  background: #efefef;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}
/*full layout with no submit button*/
.colpick_full_ns .colpick_submit,
.colpick_full_ns .colpick_current_color {
  display: none;
}
.colpick_full_ns .colpick_new_color {
  width: 130px;
  height: 25px;
}
.colpick_full_ns .colpick_rgb_r,
.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}
.colpick_full_ns .colpick_rgb_g,
.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}
.colpick_full_ns .colpick_rgb_b,
.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}
.colpick_full_ns .colpick_hex_field {
  top: 135px;
}
/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex .colpick_hsb_b {
  display: none;
}
.colpick_rgbhex {
  width: 282px;
}
.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px;
}
.colpick_rgbhex .colpick_new_color {
  width: 34px;
  border-right: none;
}
.colpick_rgbhex .colpick_current_color {
  width: 34px;
  left: 240px;
  border-left: none;
}
/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns .colpick_submit,
.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}
.colpick_rgbhex_ns .colpick_new_color {
  width: 68px;
  border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}
/*hex layout*/
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_rgb_r,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_b {
  display: none;
}
.colpick_hex {
  width: 206px;
  height: 201px;
}
.colpick_hex .colpick_hex_field {
  width: 72px;
  height: 25px;
  top: 168px;
  left: 80px;
}
.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}
.colpick_hex .colpick_new_color {
  left: 9px;
  top: 168px;
  width: 30px;
  border-right: none;
}
.colpick_hex .colpick_current_color {
  left: 39px;
  top: 168px;
  width: 30px;
  border-left: none;
}
.colpick_hex .colpick_submit {
  left: 164px;
  top: 168px;
  width: 30px;
  height: 25px;
  line-height: 25px;
}
/*hex layout, no submit button*/
.colpick_hex_ns .colpick_submit,
.colpick_hex_ns .colpick_current_color {
  display: none;
}
.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}
.colpick_hex_ns .colpick_new_color {
  width: 60px;
  border: 1px solid #8f8f8f;
}
/*Dark color scheme*/
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
  outline-color: #333;
}
.colpick_dark .colpick_hue {
  border-color: #555;
}
.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}
.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}
.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}
.colpick_dark .colpick_focus {
  border-color: #444;
}
.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}
.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}
#n_debug {
  margin: 20px auto 20px auto;
  width: 90%;
}
#n_debug_header {
  background: #000;
  padding: 6px;
  color: #fff;
  text-align: center;
  font-size: 14pt;
}
.nDebugItem {
  background: #195B85;
  padding: 6px;
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
}
.nDebugItem a,
.nDebugItem a:hover {
  color: #fff;
}
.nDebugContent {
  background: #fff;
  overflow: auto;
  border: 1px #b70000 solid;
}
.nDebugContentShell {
  padding: 15px;
}
.nDebugLeft {
  float: left;
  width: 200px;
  text-align: right;
  padding-right: 5px;
}
.nDebugInfo {
  background: #54A4DE;
  color: #fff;
  padding: 6px;
  margin: 8px 8px 0 8px;
}
.nDebugItems {
  padding: 4px 10px 10px 20px;
  border-bottom: 1px #195B85 solid;
}
.nDebugExplainShell {
  margin-top: 10px;
  width: 100%;
}
.nDebugExplainHead {
  background: #000;
  padding: 4px;
  color: #fff;
  border-right: 1px #000 solid;
}
.nDebugExplain {
  padding: 4px;
  background: #E7E7E7;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  font-size: 8pt;
}
.nDebugLoadShell {
  width: 600px;
  padding: 10px;
  background: #000;
  color: #fff;
  border: 2px #b70000 solid;
}
.nDebugLoadShell a {
  color: #fff;
  text-decoration: underline;
}
.nDebugLoadShell a:hover {
  text-decoration: none;
}
.nDebugLoadPre {
  overflow: auto;
  height: 200px;
  border: 1px #000 solid;
}
.nDebugLoadMessage {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 4px;
  color: #000;
}
.nClear {
  clear: both;
}
.imgareaselect-border1 {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/border-v.gif') repeat-y left top;
}
.imgareaselect-border2 {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/border-h.gif') repeat-x left top;
}
.imgareaselect-border3 {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/border-v.gif') repeat-y right top;
}
.imgareaselect-border4 {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/border-h.gif') repeat-x left bottom;
}
.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.note {
  display: none;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/spacer.gif');
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  z-index: 4999;
}
.note_hover {
  border: 5px #D8DFEA solid;
}
.notep {
  display: none;
  background: #000;
  color: #fff;
  font-size: 9pt;
  font-weight: bold;
  margin-top: 0;
  padding: 4px;
  position: absolute;
  cursor: text;
}
.notep a,
.notep a:hover {
  color: #fff;
  text-decoration: none;
}
.notep i.fa.fa-remove {
  display: none;
}
#noteform {
  display: none;
  position: absolute;
  background: #fff;
  color: #333;
  border: 1px #DFDFDF solid;
  padding: 5px;
  -moz-box-shadow: 6px 6px 6px #ccc;
  -webkit-box-shadow: 6px 6px 6px #ccc;
  box-shadow: 6px 6px 6px #ccc;
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,
div.star-rating {
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
div.rating-cancel,
div.rating-cancel a {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/delete.gif') no-repeat 0 -16px;
}
div.star-rating,
div.star-rating a {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/jquery/star.gif') no-repeat 0 0;
}
div.rating-cancel a,
div.star-rating a {
  display: block;
  width: 16px;
  height: 100%;
  background-position: 0 0;
  border: 0;
}
div.star-rating-on a {
  background-position: 0 -16px !important;
}
div.star-rating-hover a {
  background-position: 0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a {
  cursor: default !important;
}
/* Partial Star CSS */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}
/* END jQuery.Rating Plugin CSS */
.js_rating_value {
  background: #333;
  position: absolute;
  z-index: 10000;
  padding: 5px;
  color: #fff;
  width: 100px;
  display: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  top: 0;
  left: 0;
}
#js_style_holder {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
}
#js_style_holder a,
#js_style_holder a:hover {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
}
div#js_style_holder {
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1008;
  width: 100%;
  left: 0;
  border-bottom: 5px #CCCCCC solid;
}
.js_temp_hover_style {
  background: red;
}
body > div#js_style_holder {
  position: fixed;
}
div.style_header {
  background: #D3D3D3;
  padding: 5px;
  font-size: 12pt;
  color: #000;
  font-weight: bold;
}
div.style_box {
  float: left;
  width: 175px;
  text-align: center;
  background: #fff;
  margin: 0 4px 4px 0;
  padding: 5px;
  border: 1px #EFEFEF solid;
}
div.style_box_hover {
  background: #EFEFEF;
  border: 1px #D5E7FB solid;
}
div.style_box_active {
  background: #FCF6CF;
}
div.style_box_test {
  background: #CEEEB2;
}
div.style_box img {
  border: 1px #888888 solid;
}
div.style_top_menu {
  float: right;
  font-size: 9pt;
}
div.style_top_menu a {
  color: #1A1A1A;
  text-decoration: underline;
  font-weight: bold;
}
div.style_top_menu a:hover {
  color: #1A1A1A;
  text-decoration: none;
  font-weight: bold;
}
div.style_content_left {
  float: left;
  width: 150px;
  overflow: hidden;
}
div.style_content_middle {
  float: left;
  height: 170px;
  width: 150px;
  overflow: auto;
  display: none;
}
div.style_separate {
  background: #CCCCCC;
  height: 170px;
  float: left;
  padding: 2px;
}
div.style_content_right a {
  color: #0D8AE1;
  text-decoration: none;
  outline: 0;
}
div.style_content_right a:hover {
  color: #0D8AE1;
  text-decoration: underline;
  outline: 0;
}
div.style_content_right {
  margin-left: 160px;
}
div.style_content_right div.style_main_content {
  overflow: auto;
  height: 137px;
}
div.style_content_left ul,
div.style_content_middle ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.style_content_left ul li,
div.style_content_middle ul li {
  margin: 0 0 2px 0;
}
div.style_content_left ul li a,
div.style_content_middle ul li a {
  display: block;
  background: #D5E7FB;
  padding: 4px 0 4px 2px;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  width: 99%;
}
div.style_content_left ul li a:hover,
div.style_content_middle ul li a:hover {
  background: #EBF4FF;
  text-decoration: none;
}
div.style_content_left ul li a.active,
div.style_content_middle ul li a.active {
  background: #B4D1F2;
  text-decoration: none;
}
div.style_content_right fieldset {
  border: 1px #ccc solid;
  padding: 5px;
  margin: 0;
}
div.style_content_right fieldset legend {
  padding: 2px;
  font-size: 9pt;
  font-weight: bold;
  color: #666666;
}
div.style_submit_box {
  background: #ECECEC;
  padding: 4px;
  border-bottom: 1px #B3B3B3 solid;
}
div.style_submit_box_revert {
  position: absolute;
  right: 4px;
}
div#welcome {
  padding: 10px 0 5px 0;
  border-bottom: 1px #DFDFDF solid;
  position: relative;
  min-height: 50px;
}
div#welcome .welcome_profile_image {
  position: absolute;
  left: 0;
}
div#welcome .welcome_profile_name {
  margin-left: 60px;
}
div#welcome .welcome_profile_right {
  position: absolute;
  right: 0;
  top: 16px;
  text-align: right;
}
div#welcome .user_display_name {
  font-size: 16px;
  font-weight: bold;
  padding-top: 6px;
  width: 750px;
  overflow: hidden;
}
div#welcome .user_display_name a,
div#welcome .user_display_name a:hover {
  color: #333;
}
div#welcome div#theme {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
div#welcome div#time_stamp a,
div#welcome div#time_stamp a:hover {
  color: #AFAFAF;
}
div#welcome .welcome_quick_link ul {
  margin: 6px 0 0 0;
  padding: 0;
  list-style-type: none;
}
div#welcome .welcome_quick_link ul li {
  float: left;
  display: block;
  margin-right: 4px;
  position: relative;
}
div#welcome .welcome_quick_link ul li span {
  margin: 0 0 0 4px;
}
div#welcome .welcome_quick_link ul li a span {
  color: #BFBFBF;
}
.welcome_info_holder {
  position: absolute;
  left: 0;
  top: 14px;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/action_drop.png') no-repeat 10px 0%;
  z-index: 800;
  width: 350px;
  padding: 8px 0 0 0;
  display: none;
}
.welcome_info_holder_custom {
  width: 450px;
}
.welcome_info {
  background: #333;
  padding: 8px 8px 4px 8px;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: 6px 6px 6px #CFCFCF;
}
div#welcome .info,
div#welcome .info a,
div#welcome .info a:hover,
div#welcome .row,
div#welcome .row1,
div#welcome .row2,
div#welcome .title,
div#welcome .row1 a,
div#welcome .row2 a {
  color: #fff;
}
div#welcome .info .info_left {
  color: #CFCFCF;
}
div#welcome div.row1,
div#welcome div.row2 {
  border-bottom: 1px #5F5F5F solid;
}
#welcome .title {
  background: #000;
  color: #fff;
  margin-bottom: 8px;
  padding: 6px;
  font-weight: bold;
  border-bottom: 1px #5F5F5F solid;
}
#welcome .item_action_active {
  color: #AFFFBA;
}
#welcome div.info {
  border-bottom: 1px #5F5F5F solid;
  padding-bottom: 8px;
  clear: both;
}
#welcome div.info_left {
  float: left;
}
#welcome div.info_right {
  padding: 0;
  margin-left: 150px;
}
#welcome a.manage_subscriptions,
#welcome a.manage_subscriptions:hover {
  display: block;
  line-height: 20px;
  padding: 0 0 0 5px;
  color: #fff;
  background: #5F5F5F;
  text-decoration: none;
  margin-bottom: 5px;
}
#welcome a.manage_subscriptions:hover {
  background: #4F4F4F;
}
#welcome .extra_info {
  color: #BFBFBF;
}
div#welcome #purchase_points_link {
  margin-left: 5px;
  color: #A0A0A0;
}
div#welcome #purchase_points_link a,
div#welcome #purchase_points_link a:hover {
  color: #A0A0A0;
}
ul#rate_bar {
  margin: 0 0 15px 0;
}
ul#rate_bar li {
  display: inline;
}
ul#rate_bar li a {
  padding: 2px 6px 1px 6px;
  background: #03B0EC;
  color: #fff;
  margin: 0 3px 0 0;
  text-decoration: none;
  font-size: 18px;
}
ul#rate_bar li a:hover {
  background: #195B85;
  color: #fff;
  text-decoration: none;
}
#js_photo_average_rating {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#js_photo_average_rating .extra_info {
  font-size: 12px;
  font-weight: normal;
}
body {
  background: #e5eaef;
  color: #555555;
  font-size: 14px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
  line-height: 1.42857143;
}
a,
a:hover {
  color: #ac1a2f;
  text-decoration: none;
}
a:hover {
  color: #6a101d;
  text-decoration: none;
}
.fa:hover {
  transition: all 0.5s ease;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  padding: 0;
  margin: 0;
}
.holder {
  width: 920px;
}
#logo,
#logo:hover {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-indent: 45px;
  font-weight: 200;
  color: #e5e5e5;
  background: #801323;
  letter-spacing: 2px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 401;
  overflow: hidden;
}
#logo > i,
#logo:hover > i {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
}
#logo > span > i,
#logo:hover > span > i {
  background: url('');
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-indent: 0;
}
#panels.can_be_fixed {
  position: fixed;
}
#panels {
  width: 300px;
  position: relative;
  display: table-cell;
  vertical-align: top;
}
#panels #right,
#panels #left {
  border: 0;
}
.right_is_fixed #panels {
  position: fixed;
  bottom: 5px;
  top: auto;
  right: auto;
  z-index: 100;
}
a.activity_feed_content_link_title,
a.activity_feed_content_link_title:hover,
#content div.row_title_info h1 a.link,
#content div.row_title_info h1 a.link:hover {
  color: #555555 !important;
}
#content div.row_title_info h1 a.link:hover,
a.activity_feed_content_link_title:hover {
  color: #ac1a2f !important;
  transition: all 0.5s ease;
}
.pages_link_span,
.user_profile_link_span {
  color: #555555 !important;
  font-weight: 600 !important;
}
.pages_link_span > a,
.user_profile_link_span > a,
.pages_link_span > a:hover,
.user_profile_link_span > a:hover {
  color: #555555 !important;
  font-weight: 600 !important;
}
.pages_link_span > a:hover,
.user_profile_link_span > a:hover {
  color: #ac1a2f !important;
  transition: all 0.5s ease;
}
.offline_message {
  background: #ffffff;
  padding: 16px;
  max-width: 600px;
  margin: 50px auto;
}
.offline_static_page {
  background: #ffffff;
  padding: 16px;
  min-height: 100vh;
}
.captcha_holder {
  color: #555555;
  padding: 0 0 20px;
}
#main-banner {
  position: fixed;
  top: 0;
  left: 200px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#main-banner .image_load {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#main-banner .image_info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  opacity: 0.4;
}
#right #js_block_border_user_register {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 10px 20px;
}
#right #js_block_border_user_register .title {
  color: #fff !important;
  border: 0;
}
#page_core_index-visitor._is_guest_user #header,
#page_core_index-visitor._is_guest_user #top,
#page_core_index-visitor._is_guest_user #feed,
#page_core_index-visitor._is_guest_user #js_feed_content {
  display: none;
}
#page_core_index-visitor._is_guest_user #panels {
  z-index: 100;
}
div#announcement {
  padding: 0 16px 16px;
  margin: 0 0 16px 0;
  background: #ffffff;
  color: #555555;
  border: 0;
}
div#announcement .js_announcement_close {
  margin: 0;
}
div#announcement .js_announcement_close > a {
  display: block;
  color: #d9534f;
  background: #333333;
  width: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
div#announcement .js_announcement_content {
  margin: 0;
}
div#announcement .js_announcement_subject {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 22px;
  text-overflow: ellipsis;
  line-height: 50px;
  word-break: break-word;
  word-wrap: break-word;
  height: 50px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 400;
  color: #ee5a2b;
  letter-spacing: 1px;
}
#announcements_holder .article {
  padding: 10px;
  background: #ffffff;
}
#page_search_index .main_search_bar {
  position: relative;
  margin: 16px 0 0 0;
  border: 0;
}
#page_search_index .main_search_bar_button {
  position: absolute;
  right: 5px;
  top: 7px;
}
#page_search_index .main_search_bar_input {
  width: 100%;
  padding: 10px 0;
  text-indent: 10px;
}
.search_result {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 16px;
}
.search_result_image {
  top: 0;
  left: 0;
}
#page_core_index-visitor #js_block_border_user_register.block,
#page_core_index-visitor #js_block_border_user_login-block.block {
  display: block;
}
#page_core_index-visitor #js_block_border_user_register .form-group.selectize-mcustomscroll:last-child {
  padding-bottom: 32px;
}
#page_core_index-visitor #js_block_border_user_register #js_register_step2 .form-group.selectize-mcustomscroll:last-child {
  padding-bottom: 0;
}
#page_core_index-visitor #js_block_border_user_register .selectize-control.form-control .selectize-dropdown.form-control {
  top: auto !important;
  bottom: 100% !important;
}
#page_core_index-visitor #js_block_border_user_register #js_register_step2 .selectize-control.form-control .selectize-dropdown.form-control {
  top: 100% !important;
  bottom: auto !important;
  max-height: 100px;
}
#page_core_index-visitor #js_block_border_user_register #js_register_step2 .selectize-control.form-control .selectize-dropdown.form-control > .selectize-dropdown-content {
  max-height: 100px;
}
select {
  text-indent: 0;
}
html[dir="ltr"] .js_box .action_contain {
  right: 0;
}
html[dir="rtl"] .js_box .action_contain {
  left: 0;
}
@media (max-width: 480px) {
  .js_box .action_contain {
    position: inherit !important;
  }
}
.js_box .table {
  padding: 0;
  margin-bottom: 10px;
}
.js_box input[type="text"],
.js_box input[type="email"],
.js_box input[type="password"],
.js_box textarea,
.js_box input:focus,
.js_box textarea:focus,
.js_box select {
  background: #f2f2f2;
}
.js_box .js_custom_search_friend_holder {
  background: #f2f2f2;
  border-top: #ebebeb;
}
.table {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.js_datepicker_image {
  position: absolute;
  right: 12px;
  top: 9px;
}
.js_datepicker_image:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f073';
  font-size: 14px;
}
.js_datepicker_holder {
  position: relative;
  display: inline-block;
}
.select-date-label {
  padding-right: 12px;
}
.select-date-separator {
  display: inline-block;
  padding: 0 12px;
}
.js_datepicker_selects {
  padding-top: 16px;
}
.js_date_picker {
  background-color: transparent;
}
div.table_clear {
  padding: 0;
  margin-top: 20px;
}
input.button_link,
input.button_link:hover,
input.button_link:focus {
  background: transparent;
  color: #ac1a2f !important;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 12px;
}
input.button_link:hover {
  color: #555555 !important;
  transition: all 0.5s ease;
}
.page_section_menu_header {
  top: 0;
  position: relative;
}
a.page_section_menu_link:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f054';
  font-size: 20px;
  position: absolute;
  top: -40px;
}
a.page_section_menu_link > span {
  display: none;
}
[dir="ltr"] a.page_section_menu_link {
  right: 0;
}
[dir="ltr"] a.page_section_menu_link:before {
  right: -15px;
}
[dir="rtl"] a.page_section_menu_link {
  left: 0;
}
[dir="rtl"] a.page_section_menu_link:before {
  left: -10px;
}
a.page_section_menu_link {
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  color: #dcdcdc;
}
a.page_section_menu_link:hover {
  color: #555555;
  transition: all 0.5s ease;
}
.page_section_menu_holder > .block > .title:first-of-type {
  display: none;
}
.block .table {
  padding: 0;
  margin-bottom: 20px;
}
._ajax_image_large {
  font-size: 30px;
  color: #ac1a2f;
  display: inline-block;
  margin: auto;
}
.js_tmp_upload_bar {
  background: #ffffff;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: auto;
  margin-bottom: 0;
}
.js_tmp_upload_bar_upload {
  height: 40px;
  line-height: 40px;
  background: #3bd27a;
  color: #fff;
}
.js_tmp_upload_bar_content {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 40px 0 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.js_temp_photo_holder {
  position: absolute;
  right: 5px;
  z-index: 10;
}
.has_failed .js_tmp_upload_bar_upload {
  background: #ee5a2b;
}
code {
  font-family: monospace;
  white-space: pre;
  background: #000;
  color: #fff;
  padding: 10px;
  overflow: auto;
  max-height: 400px;
  display: block;
}
code br {
  display: none;
}
div.newline {
  padding: 4px 0;
  content: '';
}
button {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
}
.label_hover label,
.label_hover label:hover {
  background: transparent;
}
.label_hover label:hover {
  background: #ebebeb;
}
.field_separator {
  display: none;
}
#js_register_accept input#agree {
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.pf_process_form {
  display: none;
  padding: 16px;
  border: 2px #e6e6e6 dashed;
  position: relative;
}
.pf_process_form > .pf_process_bar {
  height: 10px;
  line-height: 10px;
  background: #f7f7f7;
}
.pf_process_form > span {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  width: 2%;
  height: 10px;
  line-height: 10px;
  background: #47c366;
}
.pf_process_form > .extra_info {
  text-align: center;
  margin-top: 10px;
}
.table .table_right {
  padding-bottom: 16px;
}
.js_upload_form_wrapper .js_upload_form_current {
  display: none;
}
.js_upload_form_wrapper.show-current .js_upload_form_current {
  display: flex;
}
.js_upload_form_wrapper.show-current .js_upload_form {
  display: none;
}
.change_photo_block {
  display: flex;
  align-items: center;
}
.change_photo_block span,
.change_photo_block > a {
  width: 72px;
  border-radius: 3px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.change_photo_block span:before,
.change_photo_block > a:before {
  content: "";
  display: block;
  padding-bottom: 72px;
}
.change_photo_block .extra_info {
  display: inline-flex;
  flex-direction: column;
}
html[dir="ltr"] .change_photo_block .extra_info {
  margin-left: 16px;
}
html[dir="rtl"] .change_photo_block .extra_info {
  margin-right: 16px;
}
.change_photo_block .extra_info a {
  font-size: 12px;
  line-height: 16px;
}
.change_photo_block .extra_info a .ico {
  display: inline-block;
}
.change_photo_block .extra_info a.change_photo {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.change_photo_block .extra_info a.remove {
  color: #a2a2a2;
}
html[dir='rtl'] .change_photo_block .extra_info {
  margin-left: 0;
}
html[dir="ltr"] html[dir='rtl'] .change_photo_block .extra_info {
  margin-right: 16px;
}
html[dir="rtl"] html[dir='rtl'] .change_photo_block .extra_info {
  margin-left: 16px;
}
.js_custom_content_holder .btn-wrapper {
  margin-top: 10px;
  display: flex;
}
html[dir="ltr"] .js_custom_content_holder .btn-wrapper .btn {
  margin-right: 8px;
}
html[dir="rtl"] .js_custom_content_holder .btn-wrapper .btn {
  margin-left: 8px;
}
.btn.btn-icon .fa,
.button.btn-icon .fa,
.btn.btn-icon .ico,
.button.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] .btn.btn-icon .fa,
html[dir='rtl'] .button.btn-icon .fa,
html[dir='rtl'] .btn.btn-icon .ico,
html[dir='rtl'] .button.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
.btn.btn-icon .fa:last-child:nth-child(2),
.button.btn-icon .fa:last-child:nth-child(2),
.btn.btn-icon .ico:last-child:nth-child(2),
.button.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] .btn.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .button.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .btn.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] .button.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] .btn.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .button.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .btn.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] .button.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] .btn.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .button.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .btn.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] .button.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
.profile-basic-info {
  display: flex;
  flex-flow: wrap;
}
.profile-basic-info .item {
  width: 33.33%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
html[dir="ltr"] .profile-basic-info .item {
  padding-right: 16px;
}
html[dir="rtl"] .profile-basic-info .item {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .profile-basic-info .item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .profile-basic-info .item {
    width: 100%;
  }
}
.profile-basic-info .item .item-label {
  font-weight: bold;
  margin-bottom: 10px;
}
.profile-basic-info .item .item-value {
  color: #555555;
}
.profile-basic-info .item .item-value a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.profile-basic-info .item .item-value a:hover {
  color: #ac1a2f;
}
.form-group-inline-input-with-btn {
  display: flex;
}
html[dir="ltr"] .form-group-inline-input-with-btn > input {
  margin-right: 16px;
}
html[dir="rtl"] .form-group-inline-input-with-btn > input {
  margin-left: 16px;
}
@media (max-width: 480px) {
  .form-group-inline-input-with-btn {
    display: block;
  }
  .form-group-inline-input-with-btn > input {
    margin-bottom: 8px;
  }
  html[dir="ltr"] .form-group-inline-input-with-btn > input {
    margin-right: 0;
  }
  html[dir="rtl"] .form-group-inline-input-with-btn > input {
    margin-left: 0;
  }
}
.input-password-viewable-holder input.input-password-viewable {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-password-viewable-holder .input-group-btn span {
  border: 1px solid #c8c8c8 !important;
}
.input-password-viewable-holder .input-group-btn span:focus {
  outline: none !important;
}
.notifications {
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#holder_notify {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 10;
  background: transparent;
}
#holder_notify > ul > li > a,
#holder_notify > ul > li > a:hover {
  background: transparent !important;
}
#holder_notify > ul > li > a:hover {
  background: #a8192e !important;
}
#holder_notify > ul > li.is_active > a,
#holder_notify > ul > li.is_active > a:hover {
  background: #ac1a2f !important;
}
#holder_notify ul li:hover a:before {
  color: #ffffff;
}
#holder_notify ul li a.notification:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f0f3';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #f2f2f2;
}
#holder_notify ul li a.message:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f01c';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #f2f2f2;
}
#holder_notify ul li a.friend_notification:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f234';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  color: #f2f2f2;
}
#holder_notify ul li.is_active a:before {
  color: #ffffff;
}
#holder_notify ul li div.holder_notify_drop {
  border: 0;
  background: #ffffff;
  color: #555555;
  border-bottom: 4px #e0e0e0 solid;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link,
#holder_notify ul li div.holder_notify_drop a.holder_notify_drop_link:hover,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link,
.js_temp_friend_search_form_holder ul li a.holder_notify_drop_link:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  text-align: center;
  border: 1px #f5f5f5 solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #ac1a2f;
  font-size: 10px !important;
  margin-top: 10px;
}
#request-panel-body li {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#request-panel-body li.friend-request-accepted {
  background-color: #ceefd6;
}
#request-panel-body li.friend-request-accepted .info {
  color: #555555 !important;
}
.dropdown-panel .panel_actions {
  font-size: 22px;
  display: flex;
}
.dropdown-panel .panel_actions a {
  padding: 0 20px 0 0;
}
.dropdown-panel .panel_actions > a {
  align-items: center;
  flex: 1;
  display: block;
  float: left;
  background: #ebebeb;
  color: #bdbdbd;
  width: 40px;
  height: 40px;
  text-align: center;
}
.dropdown-panel .panel_actions > a > i {
  line-height: 40px;
}
div.notification_delete {
  position: absolute;
  z-index: 1;
  top: 5px;
  font-size: 14px;
}
[dir="ltr"] div.notification_delete {
  right: 10px;
}
[dir="rtl"] div.notification_delete {
  left: 10px;
}
.remove-btn-wrapper {
  position: absolute;
  z-index: 1;
  top: 5px;
  font-size: 14px;
}
[dir="ltr"] .remove-btn-wrapper {
  right: 5px;
}
[dir="rtl"] .remove-btn-wrapper {
  left: 5px;
}
/*========================================
=            All Notification            =
========================================*/
.core-notification-listing-container .notification_holder .notification_date:not(:first-child) {
  margin-top: 16px;
}
.core-notification-listing-container .notification_holder .notification_date {
  font-weight: bold;
  color: #a2a2a2;
  margin-bottom: 16px;
}
.core-notification-listing-container .notification_holder .all-notification-item {
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-notification-listing-container .notification_holder .all-notification-item.is_new {
  background: #f3aeb8;
}
.core-notification-listing-container .notification_holder .all-notification-item.is_new + .all-notification-item:not(.is_new):after {
  opacity: 1;
}
.core-notification-listing-container .notification_holder .all-notification-item.is_new:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .core-notification-listing-container .notification_holder .all-notification-item.is_new:hover {
    background: #ed8b99;
  }
  .core-notification-listing-container .notification_holder .all-notification-item.is_new:hover:before,
  .core-notification-listing-container .notification_holder .all-notification-item.is_new:hover:after {
    background-color: #ed8b99;
  }
  .core-notification-listing-container .notification_holder .all-notification-item.is_new:hover + .all-notification-item.is_new:after {
    background-color: #ed8b99;
  }
  .core-notification-listing-container .notification_holder .all-notification-item.is_new:hover:after {
    opacity: 1;
  }
}
.core-notification-listing-container .notification_holder .all-notification-item:hover .notification_delete {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .core-notification-listing-container .notification_holder .all-notification-item:hover {
    background: #f8f8f8;
  }
  .core-notification-listing-container .notification_holder .all-notification-item:hover:before,
  .core-notification-listing-container .notification_holder .all-notification-item:hover:after {
    background-color: #f8f8f8;
  }
  .core-notification-listing-container .notification_holder .all-notification-item:hover:after {
    opacity: 1;
  }
}
.core-notification-listing-container .notification_holder .all-notification-item:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  background: #dcdcdc;
}
.core-notification-listing-container .notification_holder .all-notification-item:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  background: #dcdcdc;
  opacity: 0;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer {
  display: flex;
  width: 100%;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-avatar {
  margin-right: 12px;
  min-width: 40px;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-avatar .no_image_user,
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-avatar .img-wrapper {
  width: 40px;
  height: 40px;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-avatar .img-wrapper img {
  width: 100%;
  height: 100%;
}
html[dir='rtl'] .core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-inner .main_link {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #a2a2a2;
  background: none;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-inner .main_link .drop_data_user {
  font-weight: bold;
  color: #555555;
  font-size: 14px;
  line-height: 18px;
}
html[dir='rtl'] .core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-inner .main_link .drop_data_user {
  display: inline-block;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-inner .extra_info {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .item-inner .main-link-bg-click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .notification_delete {
  position: absolute;
  top: 8px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .core-notification-listing-container .notification_holder .all-notification-item .item-outer .notification_delete {
  right: 8px;
}
html[dir="rtl"] .core-notification-listing-container .notification_holder .all-notification-item .item-outer .notification_delete {
  left: 8px;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .notification_delete > a {
  color: #a2a2a2;
  font-size: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-notification-listing-container .notification_holder .all-notification-item .item-outer .notification_delete:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .core-notification-listing-container .notification_holder .all-notification-item .item-outer .notification_delete {
    display: block !important;
    position: static;
    opacity: 1;
  }
}
.core-notification-listing-container .table_clear_button {
  position: absolute;
  top: -56px;
}
html[dir="ltr"] .core-notification-listing-container .table_clear_button {
  right: 0;
}
html[dir="rtl"] .core-notification-listing-container .table_clear_button {
  left: 0;
}
.core-notification-listing-container .table_clear_button li {
  margin-top: 0;
}
.core-notification-listing-container .table_clear_button input {
  background: none;
  color: #ac1a2f;
  padding: 0 !important;
  border: none;
}
@media (max-width: 480px) {
  .core-notification-listing-container .table_clear_button input {
    font-size: 12px;
  }
}
.core-notification-listing-container .table_clear_button input:focus {
  background: none !important;
  border: 0 !important;
  outline: none;
}
@media (max-width: 320px) {
  .core-notification-listing-container .table_clear_button {
    position: static;
    clear: both;
    display: flex;
    margin-bottom: 16px;
    justify-content: flex-end;
  }
}
/*=====  End of All Notification  ======*/
#left .block .bottom ul li a,
#left .block .bottom ul li a:hover,
#right .block .bottom ul li a,
#right .block .bottom ul li a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  text-align: center;
  display: inline-block;
  background: #e5eaef;
  color: #555555;
  border: 1px #d2dbe3 solid;
  padding: 8px 12px;
}
.user_block {
  padding: 16px;
}
#header_menu .block {
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#left .block,
#right .block,
#content .block,
#header_menu .block,
.location_7 .block,
#left .block_clear,
#right .block_clear,
#content .block_clear,
#header_menu .block_clear,
.location_7 .block_clear {
  background: #ffffff;
  color: #555555;
  margin-bottom: 20px;
  background: transparent;
  display: inline-block;
  display: block;
}
#left .block:before,
#right .block:before,
#content .block:before,
#header_menu .block:before,
.location_7 .block:before,
#left .block_clear:before,
#right .block_clear:before,
#content .block_clear:before,
#header_menu .block_clear:before,
.location_7 .block_clear:before,
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
.location_7 .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after,
.location_7 .block_clear:after {
  content: " ";
  display: table;
}
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
.location_7 .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after,
.location_7 .block_clear:after {
  clear: both;
}
#left .block:before,
#right .block:before,
#content .block:before,
#header_menu .block:before,
.location_7 .block:before,
#left .block_clear:before,
#right .block_clear:before,
#content .block_clear:before,
#header_menu .block_clear:before,
.location_7 .block_clear:before,
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
.location_7 .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after,
.location_7 .block_clear:after {
  content: " ";
  display: table;
}
#left .block:after,
#right .block:after,
#content .block:after,
#header_menu .block:after,
.location_7 .block:after,
#left .block_clear:after,
#right .block_clear:after,
#content .block_clear:after,
#header_menu .block_clear:after,
.location_7 .block_clear:after {
  clear: both;
}
#left .block .bottom,
#right .block .bottom,
#content .block .bottom,
#header_menu .block .bottom,
.location_7 .block .bottom,
#left .block_clear .bottom,
#right .block_clear .bottom,
#content .block_clear .bottom,
#header_menu .block_clear .bottom,
.location_7 .block_clear .bottom {
  font-size: 11px;
  margin-top: 16px;
}
#left .block .bottom > ul > li,
#right .block .bottom > ul > li,
#content .block .bottom > ul > li,
#header_menu .block .bottom > ul > li,
.location_7 .block .bottom > ul > li,
#left .block_clear .bottom > ul > li,
#right .block_clear .bottom > ul > li,
#content .block_clear .bottom > ul > li,
#header_menu .block_clear .bottom > ul > li,
.location_7 .block_clear .bottom > ul > li {
  display: inline-block;
}
#left .block .bottom > ul > li a,
#right .block .bottom > ul > li a,
#content .block .bottom > ul > li a,
#header_menu .block .bottom > ul > li a,
.location_7 .block .bottom > ul > li a,
#left .block_clear .bottom > ul > li a,
#right .block_clear .bottom > ul > li a,
#content .block_clear .bottom > ul > li a,
#header_menu .block_clear .bottom > ul > li a,
.location_7 .block_clear .bottom > ul > li a,
#left .block .bottom > ul > li a:hover,
#right .block .bottom > ul > li a:hover,
#content .block .bottom > ul > li a:hover,
#header_menu .block .bottom > ul > li a:hover,
.location_7 .block .bottom > ul > li a:hover,
#left .block_clear .bottom > ul > li a:hover,
#right .block_clear .bottom > ul > li a:hover,
#content .block_clear .bottom > ul > li a:hover,
#header_menu .block_clear .bottom > ul > li a:hover,
.location_7 .block_clear .bottom > ul > li a:hover {
  display: block;
  padding: 8px 12px;
  color: #555555;
  background: #e5eaef;
  border-radius: 30px;
  opacity: 0.8;
}
#left .block .bottom > ul > li a:hover,
#right .block .bottom > ul > li a:hover,
#content .block .bottom > ul > li a:hover,
#header_menu .block .bottom > ul > li a:hover,
.location_7 .block .bottom > ul > li a:hover,
#left .block_clear .bottom > ul > li a:hover,
#right .block_clear .bottom > ul > li a:hover,
#content .block_clear .bottom > ul > li a:hover,
#header_menu .block_clear .bottom > ul > li a:hover,
.location_7 .block_clear .bottom > ul > li a:hover {
  border-color: #ac1a2f;
  color: #3b3b3b;
  opacity: 1;
  transition: all 0.5s ease;
}
#left .block > .title,
#right .block > .title,
#content .block > .title,
#header_menu .block > .title,
.location_7 .block > .title,
#left .block_clear > .title,
#right .block_clear > .title,
#content .block_clear > .title,
#header_menu .block_clear > .title,
.location_7 .block_clear > .title {
  background: transparent;
  border: 0;
  border-bottom: 1px #d8e0e7 solid;
  color: #555555;
  padding: 10px 0 10px 0;
  font-size: 22px;
  font-weight: 400;
}
#left .block > .title a,
#right .block > .title a,
#content .block > .title a,
#header_menu .block > .title a,
.location_7 .block > .title a,
#left .block_clear > .title a,
#right .block_clear > .title a,
#content .block_clear > .title a,
#header_menu .block_clear > .title a,
.location_7 .block_clear > .title a,
#left .block > .title a:hover,
#right .block > .title a:hover,
#content .block > .title a:hover,
#header_menu .block > .title a:hover,
.location_7 .block > .title a:hover,
#left .block_clear > .title a:hover,
#right .block_clear > .title a:hover,
#content .block_clear > .title a:hover,
#header_menu .block_clear > .title a:hover,
.location_7 .block_clear > .title a:hover {
  color: #555555;
  display: block;
  position: relative;
}
#left .block > .title a > span,
#right .block > .title a > span,
#content .block > .title a > span,
#header_menu .block > .title a > span,
.location_7 .block > .title a > span,
#left .block_clear > .title a > span,
#right .block_clear > .title a > span,
#content .block_clear > .title a > span,
#header_menu .block_clear > .title a > span,
.location_7 .block_clear > .title a > span,
#left .block > .title a:hover > span,
#right .block > .title a:hover > span,
#content .block > .title a:hover > span,
#header_menu .block > .title a:hover > span,
.location_7 .block > .title a:hover > span,
#left .block_clear > .title a:hover > span,
#right .block_clear > .title a:hover > span,
#content .block_clear > .title a:hover > span,
#header_menu .block_clear > .title a:hover > span,
.location_7 .block_clear > .title a:hover > span {
  display: block;
  float: right;
  line-height: 50px;
  color: #bdbdbd;
}
@media (max-width: 480px) {
  #left .block > .title a > span,
  #right .block > .title a > span,
  #content .block > .title a > span,
  #header_menu .block > .title a > span,
  .location_7 .block > .title a > span,
  #left .block_clear > .title a > span,
  #right .block_clear > .title a > span,
  #content .block_clear > .title a > span,
  #header_menu .block_clear > .title a > span,
  .location_7 .block_clear > .title a > span,
  #left .block > .title a:hover > span,
  #right .block > .title a:hover > span,
  #content .block > .title a:hover > span,
  #header_menu .block > .title a:hover > span,
  .location_7 .block > .title a:hover > span,
  #left .block_clear > .title a:hover > span,
  #right .block_clear > .title a:hover > span,
  #content .block_clear > .title a:hover > span,
  #header_menu .block_clear > .title a:hover > span,
  .location_7 .block_clear > .title a:hover > span {
    margin-right: 22px;
  }
}
#left .block > .title a:hover,
#right .block > .title a:hover,
#content .block > .title a:hover,
#header_menu .block > .title a:hover,
.location_7 .block > .title a:hover,
#left .block_clear > .title a:hover,
#right .block_clear > .title a:hover,
#content .block_clear > .title a:hover,
#header_menu .block_clear > .title a:hover,
.location_7 .block_clear > .title a:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
#left .block > .title a:hover > span,
#right .block > .title a:hover > span,
#content .block > .title a:hover > span,
#header_menu .block > .title a:hover > span,
.location_7 .block > .title a:hover > span,
#left .block_clear > .title a:hover > span,
#right .block_clear > .title a:hover > span,
#content .block_clear > .title a:hover > span,
#header_menu .block_clear > .title a:hover > span,
.location_7 .block_clear > .title a:hover > span {
  transition: all 0.5s ease;
  color: #ac1a2f;
}
#left .block > .title > span.title_count,
#right .block > .title > span.title_count,
#content .block > .title > span.title_count,
#header_menu .block > .title > span.title_count,
.location_7 .block > .title > span.title_count,
#left .block_clear > .title > span.title_count,
#right .block_clear > .title > span.title_count,
#content .block_clear > .title > span.title_count,
#header_menu .block_clear > .title > span.title_count,
.location_7 .block_clear > .title > span.title_count,
#left .block > .title > a > span,
#right .block > .title > a > span,
#content .block > .title > a > span,
#header_menu .block > .title > a > span,
.location_7 .block > .title > a > span,
#left .block_clear > .title > a > span,
#right .block_clear > .title > a > span,
#content .block_clear > .title > a > span,
#header_menu .block_clear > .title > a > span,
.location_7 .block_clear > .title > a > span {
  display: block;
  float: right;
  line-height: 50px;
  color: #bdbdbd;
}
@media (max-width: 480px) {
  #left .block > .title > span.title_count,
  #right .block > .title > span.title_count,
  #content .block > .title > span.title_count,
  #header_menu .block > .title > span.title_count,
  .location_7 .block > .title > span.title_count,
  #left .block_clear > .title > span.title_count,
  #right .block_clear > .title > span.title_count,
  #content .block_clear > .title > span.title_count,
  #header_menu .block_clear > .title > span.title_count,
  .location_7 .block_clear > .title > span.title_count,
  #left .block > .title > a > span,
  #right .block > .title > a > span,
  #content .block > .title > a > span,
  #header_menu .block > .title > a > span,
  .location_7 .block > .title > a > span,
  #left .block_clear > .title > a > span,
  #right .block_clear > .title > a > span,
  #content .block_clear > .title > a > span,
  #header_menu .block_clear > .title > a > span,
  .location_7 .block_clear > .title > a > span {
    margin-right: 22px;
  }
}
#left .block > .content,
#right .block > .content,
#content .block > .content,
#header_menu .block > .content,
.location_7 .block > .content,
#left .block_clear > .content,
#right .block_clear > .content,
#content .block_clear > .content,
#header_menu .block_clear > .content,
.location_7 .block_clear > .content {
  padding: 16px 0 0 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  #left .block > .content,
  #right .block > .content,
  #content .block > .content,
  #header_menu .block > .content,
  .location_7 .block > .content,
  #left .block_clear > .content,
  #right .block_clear > .content,
  #content .block_clear > .content,
  #header_menu .block_clear > .content,
  .location_7 .block_clear > .content {
    border: 0;
  }
}
#left .block > .content .title,
#right .block > .content .title,
#content .block > .content .title,
#header_menu .block > .content .title,
.location_7 .block > .content .title,
#left .block_clear > .content .title,
#right .block_clear > .content .title,
#content .block_clear > .content .title,
#header_menu .block_clear > .content .title,
.location_7 .block_clear > .content .title {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
#left #js_block_border_user_login-block .content,
#right #js_block_border_user_login-block .content,
#content #js_block_border_user_login-block .content,
#header_menu #js_block_border_user_login-block .content {
  padding: 10px;
}
#left #js_block_border_user_login-block .title,
#right #js_block_border_user_login-block .title,
#content #js_block_border_user_login-block .title,
#header_menu #js_block_border_user_login-block .title {
  background: #ffffff;
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  padding-top: 20px;
}
#left #js_block_border_user_login-block .table_clear,
#right #js_block_border_user_login-block .table_clear,
#content #js_block_border_user_login-block .table_clear,
#header_menu #js_block_border_user_login-block .table_clear {
  margin-top: 4px;
}
#left #js_block_border_user_login-block .table_clear input.button,
#right #js_block_border_user_login-block .table_clear input.button,
#content #js_block_border_user_login-block .table_clear input.button,
#header_menu #js_block_border_user_login-block .table_clear input.button {
  width: auto;
}
#left #js_block_border_user_login-block .table,
#right #js_block_border_user_login-block .table,
#content #js_block_border_user_login-block .table,
#header_menu #js_block_border_user_login-block .table {
  margin-bottom: 5px;
  background: transparent;
}
#left #js_block_border_user_login-block .bottom,
#right #js_block_border_user_login-block .bottom,
#content #js_block_border_user_login-block .bottom,
#header_menu #js_block_border_user_login-block .bottom {
  background: transparent;
  padding: 0 10px;
}
#left #js_block_border_user_login-block .bottom > ul > li,
#right #js_block_border_user_login-block .bottom > ul > li,
#content #js_block_border_user_login-block .bottom > ul > li,
#header_menu #js_block_border_user_login-block .bottom > ul > li {
  margin: 0;
  padding: 0;
}
#left #js_block_border_user_login-block .bottom > ul > li a,
#right #js_block_border_user_login-block .bottom > ul > li a,
#content #js_block_border_user_login-block .bottom > ul > li a,
#header_menu #js_block_border_user_login-block .bottom > ul > li a,
#left #js_block_border_user_login-block .bottom > ul > li a:hover,
#right #js_block_border_user_login-block .bottom > ul > li a:hover,
#content #js_block_border_user_login-block .bottom > ul > li a:hover,
#header_menu #js_block_border_user_login-block .bottom > ul > li a:hover {
  display: inline-block;
  border: 0;
  background: transparent;
  color: #9a9a9a;
  opacity: 1;
  padding-left: 0;
  border-radius: 0;
}
#content .user_block {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  background: #ffffff;
  height: 160px;
  margin: 0 8px 10px 0;
  position: relative;
}
#content .user_block > a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#content .user_block > a > img {
  margin-top: 4px;
  max-width: 120px;
  max-height: 120px;
}
#content .user_block > header {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
}
#content .user_block > header h1 {
  font-size: 13px;
}
#content .user_block > header h1 a,
#content .user_block > header h1 a:hover {
  display: block;
  text-indent: 5px;
  text-decoration: none;
}
.block_sample {
  background: rgba(255, 255, 0, 0.1);
  border: 1px yellow dashed;
  color: #222;
  padding: 10px;
  cursor: pointer;
}
#content .block {
  background: #ffffff;
}
._block.location_4 {
  position: relative;
  clear: both;
}
div#content ._block_content ._block.location_4:not(:empty) {
  margin-top: 16px;
}
#hashtag_cloud .tag_cloud {
  margin-bottom: 5px;
  padding-bottom: 16px;
  border-bottom: 1px #e6e6e6 solid;
}
#hashtag_cloud .extra_info {
  font-style: italic;
  font-size: 0.9em;
}
.group_about .founder {
  border-bottom: 1px #e6e6e6 solid;
}
.group_about .founder .user_profile_link_span {
  font-size: 20px;
  padding-top: 5px;
  display: block;
}
.group_about .founder .user_rows_image > a.no_image_user {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.group_about .about {
  padding-top: 5px;
  margin-top: 5px;
}
.toggle-button {
  display: none !important;
}
.layout-left .toggle-button,
.layout-right .toggle-button {
  /* //button overlap select all
        z-index: 100; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.96);
  /* background-image: linear-gradient(to top, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 140%); */
}
.layout-left .toggle-button span.ico,
.layout-right .toggle-button span.ico {
  color: #a2a2a2;
}
@media (max-width: 991px) {
  .layout-left .built-toggle .toggle-button.shown,
  .layout-right .built-toggle .toggle-button.shown {
    display: flex !important;
  }
  .layout-left .built-toggle.has-toggle,
  .layout-right .built-toggle.has-toggle {
    position: relative;
    max-height: 120px;
    overflow: hidden;
    -webkit-transition: all 1000ms ease !important;
    -o-transition: all 1000ms ease !important;
    transition: all 1000ms ease !important;
  }
  .layout-left .built-toggle.has-toggle:not(.full) > .content,
  .layout-right .built-toggle.has-toggle:not(.full) > .content {
    z-index: 1;
  }
  .layout-left .built-toggle.full,
  .layout-right .built-toggle.full {
    overflow: visible;
    max-height: none;
  }
  .layout-left .built-toggle.full .toggle-button,
  .layout-right .built-toggle.full .toggle-button {
    display: none !important;
  }
}
#js_block_border_user_register {
  height: auto !important;
  max-height: none !important;
}
#js_block_border_user_register .toggle-button {
  display: none !important;
}
#js_block_border_friend_birthday .content .block_event_title_holder {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
  padding-bottom: 0;
}
#js_block_border_friend_birthday .content .block_event_title_holder:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#js_block_border_friend_birthday .content .block_event_title_holder:last-child .user-birthday-item:last-child {
  padding-bottom: 0;
}
#js_block_border_friend_birthday .content .block_event_title {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
#js_block_border_friend_birthday .content .user-birthday-item {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
#js_block_border_friend_birthday .content .user-birthday-item:last-child {
  border-bottom: 0;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer {
  display: flex;
  align-items: center;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer:hover .item-media {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer:hover .item-media .js_hover_info:before,
#js_block_border_friend_birthday .content .user-birthday-item .item-outer:hover .item-media .img-wrapper:before {
  border-color: #801323;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-media {
  min-width: 40px;
  border-radius: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-media .no_image_user,
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-media .img-wrapper {
  width: 40px;
  height: 40px;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-media .no_image_user span,
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-media .img-wrapper span {
  font-size: 14px;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-media .img-wrapper img {
  width: 100%;
  height: 100%;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-inner {
  flex: 1;
  min-width: 0;
  margin-left: 12px;
}
html[dir='rtl'] #js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-inner {
  margin-left: 0;
  margin-right: 12px;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-inner .user_profile_link_span a {
  font-size: 14px;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ac1a2f !important;
  font-weight: normal !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-inner .user_profile_link_span a:hover {
  color: #801323 !important;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-inner .item-info {
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a2a2a2;
  margin-top: 2px;
}
#collection-search-results .search-result {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}
#collection-search-results .search-result:first-child {
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}
#collection-search-results .search-result .item-media-src {
  margin-bottom: 8px;
}
html[dir='ltr'] #collection-search-results .search-result .item-media-src {
  margin-right: 12px;
}
html[dir='rtl'] #collection-search-results .search-result .item-media-src {
  margin-left: 12px;
}
#collection-search-results .search-result .item-inner {
  flex: 1;
  min-width: 0;
  display: flex;
}
#collection-search-results .search-result .item-inner .item-info {
  flex: 1;
  min-width: 0;
}
#collection-search-results .search-result .item-inner .item-title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#collection-search-results .search-result .item-inner .item-title a {
  font-weight: bold;
}
#collection-search-results .search-result .item-inner .item-desc img {
  max-width: 100%;
}
#collection-search-results .search-result .item-inner .item-author {
  font-size: 12px;
  color: #a2a2a2;
}
html[dir='rtl'] #collection-search-results .search-result .item-inner .item-author span {
  display: inline-block;
}
#collection-search-results .search-result .item-inner .item-author .item-app {
  font-weight: bold;
}
#collection-search-results .search-result .item-image {
  min-width: 150px;
  margin-top: -8px;
}
html[dir="ltr"] #collection-search-results .search-result .item-image {
  margin-left: 16px;
}
html[dir="rtl"] #collection-search-results .search-result .item-image {
  margin-right: 16px;
}
@media (max-width: 480px) {
  #collection-search-results .search-result .item-image {
    min-width: 100px;
  }
}
#collection-search-results .search-result .item-image .item-media {
  float: right;
}
#collection-search-results .search-result .item-image .item-media img {
  max-width: 150px;
  max-height: 150px;
}
@media (max-width: 480px) {
  #collection-search-results .search-result .item-image .item-media img {
    max-width: 100px;
    max-height: 100px;
  }
}
#collection-search-results .search-result .img-wrapper,
#collection-search-results .search-result .no_image_user {
  width: 40px;
  height: 40px;
}
#collection-search-results .search-result .img-wrapper img,
#collection-search-results .search-result .no_image_user img {
  width: 100%;
  height: 100%;
}
#collection-search-results .search-result .no_image_user span {
  font-size: 12px;
}
#collection-search-results .search-result .item-outer {
  display: flex;
}
#page_search_index .search-header-title-custom {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
#page_search_index .search-header-title-custom .item-title {
  flex: 1;
  font-size: 22px;
  line-height: 29px;
  color: #555555;
}
#page_search_index .search-header-title-custom .main_search_bar {
  width: 200px;
  min-width: 200px;
  margin: 0;
  padding: 0;
}
#page_search_index .search-header-title-custom .main_search_bar input {
  height: 32px;
  padding: 0;
}
html[dir="ltr"] #page_search_index .search-header-title-custom .main_search_bar input {
  padding-right: 32px;
}
html[dir="rtl"] #page_search_index .search-header-title-custom .main_search_bar input {
  padding-left: 32px;
}
#page_search_index .search-header-title-custom .main_search_bar .input-group-addon {
  width: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_search_index .search-header-title-custom .main_search_bar button {
  width: 32px !important;
  height: 32px !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
@media (max-width: 767px) {
  #page_search_index .search-header-title-custom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 16px;
    background: #f8f8f8;
    margin-top: -16px;
    padding-top: 16px;
  }
  #page_search_index .search-header-title-custom .main_search_bar {
    width: 100%;
    margin-top: 8px;
  }
}
#page_search_index .search-keyword {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 16px;
}
#page_search_index .search-keyword .item-title-keyword {
  color: #a2a2a2;
}
html[dir='rtl'] #page_search_index .search-keyword .item-title-keyword {
  display: inline-block;
}
#page_search_index .search-keyword .item-keyword {
  font-weight: bold;
  color: #555555;
}
html[dir='rtl'] #page_search_index .search-keyword .item-keyword {
  display: inline-block;
}
.header-page-title {
  word-wrap: break-word;
  word-break: break-word;
}
@-moz-document url-prefix() {
  .header-page-title,
  .block .content {
    word-break: break-word;
  }
}
html[dir='ltr'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-2,
html[dir='ltr'] #page_v_play .header-page-title.header-has-label-2,
html[dir='ltr'] #page_photo_album .header-page-title.header-has-label-2 {
  padding-right: 70px;
}
html[dir='rtl'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-2,
html[dir='rtl'] #page_v_play .header-page-title.header-has-label-2,
html[dir='rtl'] #page_photo_album .header-page-title.header-has-label-2 {
  padding-left: 70px;
}
html[dir='ltr'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-1,
html[dir='ltr'] #page_v_play .header-page-title.header-has-label-1,
html[dir='ltr'] #page_photo_album .header-page-title.header-has-label-1 {
  padding-right: 45px;
}
html[dir='rtl'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-1,
html[dir='rtl'] #page_v_play .header-page-title.header-has-label-1,
html[dir='rtl'] #page_photo_album .header-page-title.header-has-label-1 {
  padding-left: 45px;
}
.block div.row1,
.block div.row2 {
  padding-top: 16px;
  border-top: 1px #ebebeb solid;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.block div.row_first {
  border-top: 0;
  padding-top: 0;
}
div.row1,
div.row2 {
  background: #ffffff;
  color: #555555;
  padding-bottom: 16px;
}
div.row1 h1,
div.row2 h1,
div.row1 .h1,
div.row2 .h1 {
  padding: 0;
}
div.row1:last-child,
div.row2:last-child {
  padding-bottom: 0;
}
div.row_first {
  padding-top: 16px;
}
div.row_title_image {
  padding: 0;
  left: 0;
  top: 0;
  width: auto;
}
div.row_title_info {
  margin-left: 0;
}
div.row_title_info header {
  min-height: 51px;
  margin-left: 66px;
}
div.row_title_info header h1,
div.row_title_info header .h1 {
  padding: 0;
}
div.row_title_info header .row_header {
  padding-top: 5px;
  font-size: 13px;
}
div.row_title_info header .row_header > ul {
  overflow: hidden;
  white-space: nowrap;
}
[dir=ltr] div.row_title_info header .row_header > ul {
  margin-right: 20px;
}
div.row_title_info header .row_header > ul > li {
  display: inline-block;
  margin-right: 5px;
}
div.row_title_info header .row_header > ul > li:not(:first-of-type):before {
  content: '-';
  margin-right: 8px;
}
.item_banner {
  height: 300px;
}
.item_content {
  padding: 16px 0;
  font-size: 14px;
  word-wrap: break-word;
}
.item_content.parse_line {
  white-space: pre-wrap;
}
.extra_info,
.extra_info_link {
  color: #555555;
}
div.row_title_info div.extra_info {
  margin: 0;
}
#content > ._block_content > .extra_info {
  padding: 20px;
}
.page_section_menu_holder > .extra_info {
  background: #ffffff;
  padding: 16px;
  color: #555555;
  margin-bottom: 20px;
  font-size: 13px;
}
.item_view {
  background: #ffffff;
  position: relative;
}
.item_view:not(.no_manage) .item_info {
  margin-right: 45px;
}
.item_view > .alert {
  margin-bottom: 0;
  margin-top: 16px;
}
#page_marketplace_view .item_view {
  margin-top: 20px !important;
}
.item_info {
  border-bottom: 1px #f0f0f0 solid;
  height: 40px;
  margin-top: -10px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item_info > ul > li {
  display: inline-block;
  margin-right: 5px;
}
.item_info > ul > li:not(:first-of-type):before {
  content: '-';
  margin-right: 8px;
}
.item_bar {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
._is_pages_view a.item_bar_action,
._is_pages_view a.item_bar_action:hover {
  background: rgba(0, 0, 0, 0.4);
}
a.item_bar_action,
a.item_bar_action:hover {
  background: #e6e6e6;
  width: 40px;
  height: 40px;
}
a.item_bar_action > span,
a.item_bar_action:hover > span {
  display: none;
}
.user_rows_block_content {
  height: 100%;
  overflow: hidden;
}
.user_rows_mini {
  display: inline-block;
  display: block;
  margin: -8px;
}
.user_rows_mini:before,
.user_rows_mini:after {
  content: " ";
  display: table;
}
.user_rows_mini:after {
  clear: both;
}
.user_rows_mini:before,
.user_rows_mini:after {
  content: " ";
  display: table;
}
.user_rows_mini:after {
  clear: both;
}
.user_rows_mini .user_rows {
  display: block;
  float: left;
  width: 50%;
  border-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: auto;
  padding: 8px;
}
.user_rows_mini .user_rows > div.user_rows_image {
  overflow: hidden;
}
.user_rows_mini .user_rows > div.user_rows_image > a.no_image_user {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.user_rows_mini .user_rows .pages_link_span > a,
.user_rows_mini .user_rows .pages_link_span > a:hover,
.user_rows_mini .user_rows .user_profile_link_span,
.user_rows_mini .user_rows .user_profile_link_span:hover {
  background: #ffffff;
}
.user_rows_mini .user_rows span.user_profile_link_span {
  position: relative;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 16px;
  max-height: none;
  height: auto;
  margin-top: 5px;
}
.user_rows_mini .user_rows > .friend-info {
  line-height: 12px;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.user_rows_mini .user_rows .list-unstyled {
  position: absolute;
  top: 12px;
  left: 12px;
}
html[dir='rtl'] .user_rows_mini .user_rows .list-unstyled {
  right: 12px;
  left: auto;
}
.user_rows_mini .user_rows .list-unstyled a.btn {
  width: 35px;
  height: 35px;
  font-size: 1.1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.user_rows_mini .user_rows:nth-child(odd) {
  clear: left;
}
.user_rows:hover .pages_link_span > a,
.user_rows:hover .pages_link_span > a:hover,
.user_rows:hover .user_profile_link_span > a,
.user_rows:hover .user_profile_link_span > a:hover {
  color: #ac1a2f !important;
  transition: all 0.5s ease;
}
.user_rows {
  display: inline-block;
  margin: 0 4px 4px 0;
  width: 120px;
  height: 130px;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border: 1px #e6e6e6 solid;
}
.user_rows .user_rows_image img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.user_rows .pages_link_span > a,
.user_rows .pages_link_span > a:hover,
.user_rows .user_profile_link_span,
.user_rows .user_profile_link_span:hover {
  position: absolute;
  height: 30px;
  line-height: 30px;
  background: #f2f2f2;
  color: #3b3b3b;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attachment_holder_view {
  border: 1px solid #f5f5f5;
  margin-bottom: 5px;
}
.attachment_holder_view .attachment_header_holder,
.attachment_holder_view .attachment_header {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.attachment_holder_view .attachment_header_holder {
  background: #f5f5f5;
  color: #555555;
  padding: 8px;
}
.attachment_holder_view .attachment_list {
  padding: 16px;
}
.attachment_holder_view .attachment_list .attachment_row {
  padding: 0;
  margin: 0;
}
.attachment_holder_view .attachment_list .attachment_row:not(:last-child) {
  margin-bottom: 8px;
}
.attachment_holder_view .attachment_list .attachment_row .attachment_row_title {
  padding: 0;
}
.row p {
  margin-bottom: 10px;
  font-weight: normal;
}
.row .row-100 {
  width: calc(100% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-90 {
  width: calc(90% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-80 {
  width: calc(80% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-70 {
  width: calc(70% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-60 {
  width: calc(60% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-50 {
  width: calc(50% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-40 {
  width: calc(40% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-30 {
  width: calc(30% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-20 {
  width: calc(20% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row .row-10 {
  width: calc(10% - 16px);
  float: left;
  vertical-align: top;
  word-wrap: break-word;
  padding: 8px;
}
.row-transparent {
  background: transparent;
  border: 0;
  padding: 0;
}
.margin-100 {
  margin: 100;
}
.margin-90 {
  margin: 90;
}
.margin-80 {
  margin: 80;
}
.margin-70 {
  margin: 70;
}
.margin-60 {
  margin: 60;
}
.margin-50 {
  margin: 50;
}
.margin-40 {
  margin: 40;
}
.margin-30 {
  margin: 30;
}
.margin-20 {
  margin: 20;
}
.margin-10 {
  margin: 10;
}
.margin-bottom-100 {
  margin-bottom: 100;
}
.margin-bottom-90 {
  margin-bottom: 90;
}
.margin-bottom-80 {
  margin-bottom: 80;
}
.margin-bottom-70 {
  margin-bottom: 70;
}
.margin-bottom-60 {
  margin-bottom: 60;
}
.margin-bottom-50 {
  margin-bottom: 50;
}
.margin-bottom-40 {
  margin-bottom: 40;
}
.margin-bottom-30 {
  margin-bottom: 30;
}
.margin-bottom-20 {
  margin-bottom: 20;
}
.margin-bottom-10 {
  margin-bottom: 10;
}
.wrapper-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin: -8px;
}
.wrapper-items .user-item {
  width: 33.33%;
  float: left;
  padding: 8px;
  position: relative;
}
@media (max-width: 992px) {
  .wrapper-items .user-item {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .wrapper-items .user-item {
    width: 50%;
  }
}
.wrapper-items .user-item > a,
.wrapper-items .user-item > a:hover {
  height: 0;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  width: 100%;
}
.wrapper-items .user-item > a > ._size__200,
.wrapper-items .user-item > a:hover > ._size__200,
.wrapper-items .user-item > a > ._size__200:hover,
.wrapper-items .user-item > a:hover > ._size__200:hover {
  height: 0;
  padding-bottom: 100%;
}
@media (max-width: 700px) {
  .wrapper-items .user-item > a > ._size__200,
  .wrapper-items .user-item > a:hover > ._size__200,
  .wrapper-items .user-item > a > ._size__200:hover,
  .wrapper-items .user-item > a:hover > ._size__200:hover {
    width: 100%;
    height: 0;
  }
  .wrapper-items .user-item > a > ._size__200 > span,
  .wrapper-items .user-item > a:hover > ._size__200 > span,
  .wrapper-items .user-item > a > ._size__200:hover > span,
  .wrapper-items .user-item > a:hover > ._size__200:hover > span {
    font-size: 30px;
  }
}
.wrapper-items .user-item > a img._image_200,
.wrapper-items .user-item > a:hover img._image_200 {
  max-width: 100%;
  width: auto;
  height: auto;
}
.wrapper-items .user-item div.pages_info {
  display: block;
  padding-top: 1px;
}
.wrapper-items .user-item div.pages_info > div {
  overflow: hidden;
}
.wrapper-items .user-item div.pages_info > div > a,
.wrapper-items .user-item div.pages_info > div > span > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.wrapper-items .user-item .list-unstyled {
  position: absolute;
  top: 16px;
  right: 16px;
}
html[dir='rtl'] .wrapper-items .user-item .list-unstyled {
  right: auto;
  left: 16px;
}
.wrapper-items .user-item .list-unstyled a.btn {
  width: 40px;
  height: 40px;
  font-size: 16px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wrapper-items .user-item .list-unstyled .dropdown-menu {
    transform: translateX(50%) !important;
    left: auto !important;
    right: 50% !important;
  }
}
.wrapper-items .user-item .friend-info {
  color: #a2a2a2;
}
.row_banner {
  min-height: 90px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.row_banner.has_image header {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 16px;
}
.row_banner header {
  padding: 9px 0;
}
.row_banner header > ul > li {
  display: inline-block;
}
.row_banner header > ul > li:not(:first-of-type):before {
  content: "\00b7";
  padding-right: 8px;
  margin-left: 5px;
}
.row_banner.has_image {
  height: 300px;
}
._block_breadcrumb {
  display: inline-block;
  display: block;
}
._block_breadcrumb:before,
._block_breadcrumb:after {
  content: " ";
  display: table;
}
._block_breadcrumb:after {
  clear: both;
}
._block_breadcrumb:before,
._block_breadcrumb:after {
  content: " ";
  display: table;
}
._block_breadcrumb:after {
  clear: both;
}
html[dir="ltr"] ._block_breadcrumb .breadcrumbs-top .breadcrumbs-list {
  margin-right: 16px;
}
html[dir="rtl"] ._block_breadcrumb .breadcrumbs-top .breadcrumbs-list {
  margin-left: 16px;
}
.breadcrumbs_menu > ul > li > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
  box-shadow: 0px 1px 2px 0px rgba(238, 90, 43, 0.5);
  color: #ffffff;
  background-color: #ee5a2b;
  border-color: #ec4813;
}
.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a:active:focus,
.breadcrumbs_menu > ul > li > a.active:focus,
.breadcrumbs_menu > ul > li > a.focus,
.breadcrumbs_menu > ul > li > a:active.focus,
.breadcrumbs_menu > ul > li > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.breadcrumbs_menu > ul > li > a:hover,
.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a.focus {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.breadcrumbs_menu > ul > li > a.disabled,
.breadcrumbs_menu > ul > li > a.button_not_active,
.breadcrumbs_menu > ul > li > a[disabled],
fieldset[disabled] .breadcrumbs_menu > ul > li > a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.breadcrumbs_menu > ul > li > a.disabled,
fieldset[disabled] a.breadcrumbs_menu > ul > li > a {
  pointer-events: none;
}
.breadcrumbs_menu > ul > li > a.btn-icon .fa,
.breadcrumbs_menu > ul > li > a.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] .breadcrumbs_menu > ul > li > a.btn-icon .fa,
html[dir='rtl'] .breadcrumbs_menu > ul > li > a.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
.breadcrumbs_menu > ul > li > a.btn-icon .fa:last-child:nth-child(2),
.breadcrumbs_menu > ul > li > a.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] .breadcrumbs_menu > ul > li > a.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .breadcrumbs_menu > ul > li > a.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] .breadcrumbs_menu > ul > li > a.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .breadcrumbs_menu > ul > li > a.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] .breadcrumbs_menu > ul > li > a.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .breadcrumbs_menu > ul > li > a.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
.breadcrumbs_menu > ul > li > a.btn-round {
  border-width: 0;
}
.breadcrumbs_menu > ul > li > a:not(:hover) {
  box-shadow: none;
}
.breadcrumbs_menu > ul > li > a.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.breadcrumbs_menu > ul > li > a.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ee5a2b, #f6843f);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.breadcrumbs_menu > ul > li > a.btn-gradient:hover:before {
  opacity: 1;
}
.breadcrumbs_menu > ul > li > a:hover {
  background-color: #d54011;
  box-shadow: 0px 6px 12px 0px rgba(213, 64, 17, 0.4);
}
.breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a:focus {
  background-color: #a6320d;
  box-shadow: 0px 2px 8px 0px rgba(166, 50, 13, 0.4), inset 0px 0px 2px 0px rgba(213, 64, 17, 0.8);
}
.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a.focus {
  color: #ffffff;
  background-color: #d54011 !important;
  border-color: #ec4813;
}
.breadcrumbs_menu > ul > li > a:hover {
  color: #ffffff;
  background-color: #d54011;
  border-color: #ec4813;
}
.breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.active,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a {
  color: #ffffff;
  background-color: #d54011;
  border-color: #ec4813;
}
.breadcrumbs_menu > ul > li > a:active:hover,
.breadcrumbs_menu > ul > li > a.active:hover,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a:hover,
.breadcrumbs_menu > ul > li > a:active:focus,
.breadcrumbs_menu > ul > li > a.active:focus,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a:active.focus,
.breadcrumbs_menu > ul > li > a.active.focus,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a.focus {
  color: #ffffff;
  background-color: #b4360e;
  border-color: #ec4813;
}
.breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.active,
.open > .dropdown-toggle.breadcrumbs_menu > ul > li > a {
  background-image: none;
}
.breadcrumbs_menu > ul > li > a.disabled,
.breadcrumbs_menu > ul > li > a[disabled],
fieldset[disabled] .breadcrumbs_menu > ul > li > a,
.breadcrumbs_menu > ul > li > a.disabled:hover,
.breadcrumbs_menu > ul > li > a[disabled]:hover,
fieldset[disabled] .breadcrumbs_menu > ul > li > a:hover,
.breadcrumbs_menu > ul > li > a.disabled:focus,
.breadcrumbs_menu > ul > li > a[disabled]:focus,
fieldset[disabled] .breadcrumbs_menu > ul > li > a:focus,
.breadcrumbs_menu > ul > li > a.disabled.focus,
.breadcrumbs_menu > ul > li > a[disabled].focus,
fieldset[disabled] .breadcrumbs_menu > ul > li > a.focus,
.breadcrumbs_menu > ul > li > a.disabled:active,
.breadcrumbs_menu > ul > li > a[disabled]:active,
fieldset[disabled] .breadcrumbs_menu > ul > li > a:active,
.breadcrumbs_menu > ul > li > a.disabled.active,
.breadcrumbs_menu > ul > li > a[disabled].active,
fieldset[disabled] .breadcrumbs_menu > ul > li > a.active {
  background-color: #ee5a2b;
  border-color: #ec4813;
}
.breadcrumbs_menu > ul > li > a .badge {
  color: #ee5a2b;
  background-color: #ffffff;
}
._is_page_view .breadcrumbs_menu li a,
._is_page_view .breadcrumbs_menu li a:hover {
  background: transparent;
}
.breadcrumbs .breadcrumbs_menu {
  position: absolute;
  right: 16px;
  top: 16px;
}
.breadcrumbs h1 {
  padding: 10px 0;
}
#page_core_index-visitor ._block_breadcrumb {
  display: none;
}
.breadcrumbs-holder .btn {
  padding: 15px 12px;
  text-transform: uppercase;
}
.breadcrumbs-top {
  padding-left: 16px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 16px;
}
.breadcrumbs-bottom {
  padding: 0 16px;
  margin-bottom: 9px;
}
.breadcrumbs-bottom a {
  word-wrap: break-word;
  word-break: break-word;
}
.breadcrumbs-list a {
  display: block;
  color: #555555;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  text-decoration: none;
}
.breadcrumbs-list a + a:before {
  content: "\002f";
  display: inline-block;
  width: 16px;
  text-indent: 4px;
  text-align: center;
}
.breadcrumbs-list:not(.show-all) a.breadcrumb-toggle-btn:nth-last-child(2),
.breadcrumbs-list:not(.show-all) a.breadcrumb-toggle-btn:last-child {
  display: none;
}
.breadcrumbs-list:not(.show-all) a:nth-child(n+4):not(:last-child) {
  display: none;
}
.breadcrumbs-list.show-all a.breadcrumb-toggle-btn {
  display: none;
}
[dir="ltr"] .breadcrumbs-list a {
  float: left;
}
[dir="rtl"] .breadcrumbs-list a {
  float: right;
}
.header_bar_menu {
  padding-top: 0;
}
.header_filter_holder .inline-block {
  position: relative;
  margin-bottom: 16px;
  padding-right: 8px;
}
.header_filter_holder .inline-block:last-child {
  padding-right: 0;
}
.header_filter_holder .btn {
  padding: 11px 10px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 0;
  background: #dcdcdc;
  border-color: transparent;
}
.header_filter_holder .dropdown-menu {
  margin-top: -1px;
}
b,
strong {
  font-weight: 600;
}
.image_load {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.image_content_holder img {
  max-width: 568px;
  width: 100%;
}
.hide_it {
  display: none;
}
a.moderate_link,
a.moderate_link:hover {
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  float: none;
  text-indent: 0;
  display: none;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
[dir=rtl] a.moderate_link,
[dir=rtl] a.moderate_link:hover {
  right: 0;
  left: auto;
}
a.row_edit_bar_action {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  float: none;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
}
a.row_edit_bar_action span {
  display: none;
}
.fa-action:before {
  content: '\f013';
  font-size: 18px;
}
a.row_edit_bar_action:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.user_rows > ._moderator {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  height: auto;
  line-height: normal;
  background: transparent;
  border: 0;
}
.user_rows > ._moderator a.moderate_link,
.user_rows > ._moderator a.moderate_link:hover {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.user_rows > ._moderator a.moderate_link_active,
.user_rows > ._moderator a.moderate_link:hover {
  opacity: 1;
}
.user_rows > ._moderator i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
._moderator {
  background: #ffffff;
  position: relative;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px #ebebeb solid;
  z-index: 3;
}
._moderator .row_edit_bar_parent,
._moderator a.moderate_link,
._moderator a.moderate_link:hover {
  display: block !important;
  margin: 0;
}
._moderator .row_edit_bar_parent.moderate_link:empty,
._moderator a.moderate_link.moderate_link:empty,
._moderator a.moderate_link:hover.moderate_link:empty {
  display: none !important;
}
._moderator a.moderate_link i:before {
  content: '\f0c8';
  font-size: 18px;
  color: #d9d9d9;
}
._moderator a.moderate_link:hover i:before {
  color: #b3b3b3;
  transition: all 0.5s ease;
}
._moderator a.moderate_link_active i:before,
._moderator a.moderate_link_active:hover i:before {
  content: '\f046';
  color: #ac1a2f;
}
.row_edit_bar_holder {
  right: 0;
  left: auto;
  background-position: 100% 0;
}
.moderation_holder {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px !important;
  opacity: 1;
  left: 0;
  right: 0;
}
.moderation_holder.not_active {
  opacity: 0.5;
}
a.moderation_action {
  position: absolute;
  top: 0;
}
a.moderation_action.moderation_action_unselect {
  display: none;
}
[dir="ltr"] a.moderation_action {
  right: 0;
}
[dir="rtl"] a.moderation_action {
  left: 0;
}
a.moderation_drop,
a.moderation_drop:hover,
a.moder.moderation_holderation_drop:hover {
  height: 30px;
  width: 200px;
  display: block;
  line-height: 18px;
  border: 0;
  background: #ac1a2f;
  color: #ffffff;
  text-indent: 5px;
}
a.moderation_action_unselect {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
a.not_active,
a.not_active:hover {
  opacity: 0.5;
}
.item_is_active,
.item_is_not_active {
  background: #ebebeb;
  color: #555555;
  border: 0;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
}
.item_is_active > input,
.item_is_not_active > input,
.item_is_active > label > input,
.item_is_not_active > label > input {
  display: none;
}
.item_is_active:hover,
.item_is_not_active:hover {
  background: #d9d9d9;
  transition: all 0.5s ease;
}
.item_is_active_holder {
  height: 40px;
  line-height: 40px;
}
.item_selection_not_active .item_is_not_active,
.item_selection_active .item_is_active {
  background: #ac1a2f;
  color: #ffffff;
}
#content div.info_holder {
  background: #ffffff;
  color: #555555;
  word-break: normal;
  word-wrap: break-word;
}
#content div.info_list div.info:last-of-type {
  border: 0;
}
#content div.info {
  display: inline-block;
  display: block;
  border-bottom: 1px #f2f2f2 solid;
  padding: 8px 0;
}
#content div.info:before,
#content div.info:after {
  content: " ";
  display: table;
}
#content div.info:after {
  clear: both;
}
#content div.info:before,
#content div.info:after {
  content: " ";
  display: table;
}
#content div.info:after {
  clear: both;
}
#content div.info:first-child {
  padding-top: 0;
}
@media (max-width: 480px) {
  #content div.info div.info_left,
  #content div.info div.info_right {
    width: 100%;
    float: none !important;
    margin: 0;
    padding: 0;
  }
}
#content div.info_left {
  padding-left: 16px;
  padding-right: 0;
  font-weight: 300;
  width: 20%;
  margin-right: 16px;
}
@media (max-width: 768px) {
  #content div.info_left {
    width: 50%;
  }
}
#content div.info_right {
  overflow: hidden;
  padding: 0;
  max-width: 100%;
}
.view_item_link a,
.view_item_link a:hover {
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: -42px;
}
[dir=ltr] .view_item_link a,
[dir=ltr] .view_item_link a:hover {
  right: 5px;
  left: auto;
}
[dir=rtl] .view_item_link a,
[dir=rtl] .view_item_link a:hover {
  left: 5px;
  right: auto;
}
.view_item_link a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f18e';
  text-indent: 0 !important;
  position: absolute;
  top: 0;
  font-size: 22px;
  color: #888888;
}
[dir=ltr] .view_item_link a:before {
  right: 0;
}
[dir=rtl] .view_item_link a:before {
  left: 0;
}
.view_item_link a:hover:before {
  color: #ac1a2f;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
#page_friend_profile ._block_content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.pager,
.panel-body,
.modal-footer,
#page_friend_profile ._block_content {
  display: inline-block;
}
* html .clearfix,
* html .dl-horizontal dd,
* html .container,
* html .container-fluid,
* html .row,
* html .form-horizontal .form-group,
* html .btn-toolbar,
* html .btn-group-vertical > .btn-group,
* html .nav,
* html .navbar,
* html .navbar-header,
* html .pager,
* html .panel-body,
* html .modal-footer,
* html #page_friend_profile ._block_content {
  height: 1%;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.pager,
.panel-body,
.modal-footer,
#page_friend_profile ._block_content {
  display: block;
}
.js_user_tool_tip_holder {
  background: transparent;
}
.js_user_tool_tip_holder .user_tooltip_image {
  width: auto;
  float: none;
  padding: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body {
  background: #ffffff;
  color: #555555;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  padding: 0;
  width: 400px;
}
.js_user_tool_tip_holder .user_tooltip_info {
  padding: 0;
  padding-top: 10px;
  color: #555555;
  margin-left: 70px;
  font-size: 12px;
  min-height: 60px;
}
.js_user_tool_tip_holder .user_tooltip_info > ul > li {
  display: inline-block;
}
.js_user_tool_tip_holder .user_tooltip_info > ul > li:not(:first-of-type):before {
  content: "\00b7";
  padding-right: 6px;
  padding-left: 4px;
}
.js_user_tool_tip_holder .user_tooltip_action ul li a,
.js_user_tool_tip_holder .user_tooltip_action ul li a:hover {
  background: #e6e6e6;
  color: #555555;
  border: 0;
  padding: 6px 0;
  text-indent: 6px;
  line-height: normal;
  height: auto;
  display: block;
}
.js_user_tool_tip_holder .user_tooltip_action ul li a:hover {
  background: #ac1a2f;
  color: #ffffff;
}
.js_user_tool_tip_holder .user_tooltip_mutual {
  border-top: 1px #ebebeb solid;
}
.js_user_tool_tip_holder .js_user_tool_tip_body a,
.js_user_tool_tip_holder .js_user_tool_tip_body a:hover {
  color: #ac1a2f;
}
#js_global_tooltip {
  background: transparent;
  padding: 0;
}
#js_global_tooltip_display {
  background: #0c0c0c;
  color: #f1f1f1;
  padding: 0 8px;
  border-radius: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.parsed_image {
  max-width: 560px;
}
a.item_bar_approve,
a.item_bar_approve:hover {
  background: transparent;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  border: 1px #ac1a2f solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #ac1a2f;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
  margin: 10px;
  background: #ac1a2f;
  color: #ffffff;
}
a.item_bar_approve:focus,
a.item_bar_approve:hover:focus,
a.item_bar_approve:active:focus,
a.item_bar_approve:hover:active:focus,
a.item_bar_approve.active:focus,
a.item_bar_approve:hover.active:focus,
a.item_bar_approve.focus,
a.item_bar_approve:hover.focus,
a.item_bar_approve:active.focus,
a.item_bar_approve:hover:active.focus,
a.item_bar_approve.active.focus,
a.item_bar_approve:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.item_bar_approve:hover,
a.item_bar_approve:hover:hover,
a.item_bar_approve:focus,
a.item_bar_approve:hover:focus,
a.item_bar_approve.focus,
a.item_bar_approve:hover.focus {
  color: #333333;
  text-decoration: none;
}
a.item_bar_approve:active,
a.item_bar_approve:hover:active,
a.item_bar_approve.active,
a.item_bar_approve:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.item_bar_approve.disabled,
a.item_bar_approve:hover.disabled,
a.item_bar_approve.button_not_active,
a.item_bar_approve:hover.button_not_active,
a.item_bar_approve[disabled],
a.item_bar_approve:hover[disabled],
fieldset[disabled] a.item_bar_approve,
fieldset[disabled] a.item_bar_approve:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
aa.item_bar_approve.disabled,
aa.item_bar_approve:hover.disabled,
fieldset[disabled] aa.item_bar_approve,
fieldset[disabled] aa.item_bar_approve:hover {
  pointer-events: none;
}
a.item_bar_approve:focus,
a.item_bar_approve:hover:focus,
a.item_bar_approve.focus,
a.item_bar_approve:hover.focus {
  color: #333333;
  background-color: #e6e6e6 !important;
  border-color: #cccccc;
}
a.item_bar_approve:hover,
a.item_bar_approve:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
a.item_bar_approve:active,
a.item_bar_approve:hover:active,
a.item_bar_approve.active,
a.item_bar_approve:hover.active,
.open > .dropdown-togglea.item_bar_approve,
.open > .dropdown-togglea.item_bar_approve:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
a.item_bar_approve:active:hover,
a.item_bar_approve:hover:active:hover,
a.item_bar_approve.active:hover,
a.item_bar_approve:hover.active:hover,
.open > .dropdown-togglea.item_bar_approve:hover,
.open > .dropdown-togglea.item_bar_approve:hover:hover,
a.item_bar_approve:active:focus,
a.item_bar_approve:hover:active:focus,
a.item_bar_approve.active:focus,
a.item_bar_approve:hover.active:focus,
.open > .dropdown-togglea.item_bar_approve:focus,
.open > .dropdown-togglea.item_bar_approve:hover:focus,
a.item_bar_approve:active.focus,
a.item_bar_approve:hover:active.focus,
a.item_bar_approve.active.focus,
a.item_bar_approve:hover.active.focus,
.open > .dropdown-togglea.item_bar_approve.focus,
.open > .dropdown-togglea.item_bar_approve:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
a.item_bar_approve:active,
a.item_bar_approve:hover:active,
a.item_bar_approve.active,
a.item_bar_approve:hover.active,
.open > .dropdown-togglea.item_bar_approve,
.open > .dropdown-togglea.item_bar_approve:hover {
  background-image: none;
}
a.item_bar_approve.disabled,
a.item_bar_approve:hover.disabled,
a.item_bar_approve[disabled],
a.item_bar_approve:hover[disabled],
fieldset[disabled] a.item_bar_approve,
fieldset[disabled] a.item_bar_approve:hover,
a.item_bar_approve.disabled:hover,
a.item_bar_approve:hover.disabled:hover,
a.item_bar_approve[disabled]:hover,
a.item_bar_approve:hover[disabled]:hover,
fieldset[disabled] a.item_bar_approve:hover,
fieldset[disabled] a.item_bar_approve:hover:hover,
a.item_bar_approve.disabled:focus,
a.item_bar_approve:hover.disabled:focus,
a.item_bar_approve[disabled]:focus,
a.item_bar_approve:hover[disabled]:focus,
fieldset[disabled] a.item_bar_approve:focus,
fieldset[disabled] a.item_bar_approve:hover:focus,
a.item_bar_approve.disabled.focus,
a.item_bar_approve:hover.disabled.focus,
a.item_bar_approve[disabled].focus,
a.item_bar_approve:hover[disabled].focus,
fieldset[disabled] a.item_bar_approve.focus,
fieldset[disabled] a.item_bar_approve:hover.focus,
a.item_bar_approve.disabled:active,
a.item_bar_approve:hover.disabled:active,
a.item_bar_approve[disabled]:active,
a.item_bar_approve:hover[disabled]:active,
fieldset[disabled] a.item_bar_approve:active,
fieldset[disabled] a.item_bar_approve:hover:active,
a.item_bar_approve.disabled.active,
a.item_bar_approve:hover.disabled.active,
a.item_bar_approve[disabled].active,
a.item_bar_approve:hover[disabled].active,
fieldset[disabled] a.item_bar_approve.active,
fieldset[disabled] a.item_bar_approve:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
a.item_bar_approve .badge,
a.item_bar_approve:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
a.item_bar_approve.btn-icon .fa,
a.item_bar_approve:hover.btn-icon .fa,
a.item_bar_approve.btn-icon .ico,
a.item_bar_approve:hover.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] a.item_bar_approve.btn-icon .fa,
html[dir='rtl'] a.item_bar_approve:hover.btn-icon .fa,
html[dir='rtl'] a.item_bar_approve.btn-icon .ico,
html[dir='rtl'] a.item_bar_approve:hover.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
a.item_bar_approve.btn-icon .fa:last-child:nth-child(2),
a.item_bar_approve:hover.btn-icon .fa:last-child:nth-child(2),
a.item_bar_approve.btn-icon .ico:last-child:nth-child(2),
a.item_bar_approve:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] a.item_bar_approve.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] a.item_bar_approve:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] a.item_bar_approve.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] a.item_bar_approve:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] a.item_bar_approve.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] a.item_bar_approve:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] a.item_bar_approve.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] a.item_bar_approve:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] a.item_bar_approve.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] a.item_bar_approve:hover.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] a.item_bar_approve.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] a.item_bar_approve:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
a.item_bar_approve.btn-round,
a.item_bar_approve:hover.btn-round {
  border-width: 0;
}
a.item_bar_approve:hover {
  transition: all 0.5s ease;
  background: #ffffff;
  color: #ac1a2f;
}
.user_is_online i {
  color: #00cd00;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_info_user,
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_info_user:hover {
  color: #555555;
}
[dir="ltr"] a.row_edit_bar_action {
  right: 0;
}
[dir="rtl"] a.row_edit_bar_action {
  left: 0;
}
.comment_mini .pager_view_more_link a,
.comment_mini .pager_view_more_link a:hover,
.pager_view_more_link a,
.pager_view_more_link a:hover {
  background: transparent;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  border: 1px #ac1a2f solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #ac1a2f;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
  border-color: #dfe5eb;
  color: #6f6f6f;
  height: 50px;
  line-height: 50px;
}
.comment_mini .pager_view_more_link a:focus,
.comment_mini .pager_view_more_link a:hover:focus,
.pager_view_more_link a:focus,
.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a:active:focus,
.comment_mini .pager_view_more_link a:hover:active:focus,
.pager_view_more_link a:active:focus,
.pager_view_more_link a:hover:active:focus,
.comment_mini .pager_view_more_link a.active:focus,
.comment_mini .pager_view_more_link a:hover.active:focus,
.pager_view_more_link a.active:focus,
.pager_view_more_link a:hover.active:focus,
.comment_mini .pager_view_more_link a.focus,
.comment_mini .pager_view_more_link a:hover.focus,
.pager_view_more_link a.focus,
.pager_view_more_link a:hover.focus,
.comment_mini .pager_view_more_link a:active.focus,
.comment_mini .pager_view_more_link a:hover:active.focus,
.pager_view_more_link a:active.focus,
.pager_view_more_link a:hover:active.focus,
.comment_mini .pager_view_more_link a.active.focus,
.comment_mini .pager_view_more_link a:hover.active.focus,
.pager_view_more_link a.active.focus,
.pager_view_more_link a:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.comment_mini .pager_view_more_link a:hover,
.comment_mini .pager_view_more_link a:hover:hover,
.pager_view_more_link a:hover,
.pager_view_more_link a:hover:hover,
.comment_mini .pager_view_more_link a:focus,
.comment_mini .pager_view_more_link a:hover:focus,
.pager_view_more_link a:focus,
.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a.focus,
.comment_mini .pager_view_more_link a:hover.focus,
.pager_view_more_link a.focus,
.pager_view_more_link a:hover.focus {
  color: #333333;
  text-decoration: none;
}
.comment_mini .pager_view_more_link a:active,
.comment_mini .pager_view_more_link a:hover:active,
.pager_view_more_link a:active,
.pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.active,
.comment_mini .pager_view_more_link a:hover.active,
.pager_view_more_link a.active,
.pager_view_more_link a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.comment_mini .pager_view_more_link a.disabled,
.comment_mini .pager_view_more_link a:hover.disabled,
.pager_view_more_link a.disabled,
.pager_view_more_link a:hover.disabled,
.comment_mini .pager_view_more_link a.button_not_active,
.comment_mini .pager_view_more_link a:hover.button_not_active,
.pager_view_more_link a.button_not_active,
.pager_view_more_link a:hover.button_not_active,
.comment_mini .pager_view_more_link a[disabled],
.comment_mini .pager_view_more_link a:hover[disabled],
.pager_view_more_link a[disabled],
.pager_view_more_link a:hover[disabled],
fieldset[disabled] .comment_mini .pager_view_more_link a,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover,
fieldset[disabled] .pager_view_more_link a,
fieldset[disabled] .pager_view_more_link a:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.comment_mini .pager_view_more_link a.disabled,
a.comment_mini .pager_view_more_link a:hover.disabled,
a.pager_view_more_link a.disabled,
a.pager_view_more_link a:hover.disabled,
fieldset[disabled] a.comment_mini .pager_view_more_link a,
fieldset[disabled] a.comment_mini .pager_view_more_link a:hover,
fieldset[disabled] a.pager_view_more_link a,
fieldset[disabled] a.pager_view_more_link a:hover {
  pointer-events: none;
}
.comment_mini .pager_view_more_link a:focus,
.comment_mini .pager_view_more_link a:hover:focus,
.pager_view_more_link a:focus,
.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a.focus,
.comment_mini .pager_view_more_link a:hover.focus,
.pager_view_more_link a.focus,
.pager_view_more_link a:hover.focus {
  color: #333333;
  background-color: #e6e6e6 !important;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:hover,
.comment_mini .pager_view_more_link a:hover:hover,
.pager_view_more_link a:hover,
.pager_view_more_link a:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:active,
.comment_mini .pager_view_more_link a:hover:active,
.pager_view_more_link a:active,
.pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.active,
.comment_mini .pager_view_more_link a:hover.active,
.pager_view_more_link a.active,
.pager_view_more_link a:hover.active,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover,
.open > .dropdown-toggle.pager_view_more_link a,
.open > .dropdown-toggle.pager_view_more_link a:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:active:hover,
.comment_mini .pager_view_more_link a:hover:active:hover,
.pager_view_more_link a:active:hover,
.pager_view_more_link a:hover:active:hover,
.comment_mini .pager_view_more_link a.active:hover,
.comment_mini .pager_view_more_link a:hover.active:hover,
.pager_view_more_link a.active:hover,
.pager_view_more_link a:hover.active:hover,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover:hover,
.open > .dropdown-toggle.pager_view_more_link a:hover,
.open > .dropdown-toggle.pager_view_more_link a:hover:hover,
.comment_mini .pager_view_more_link a:active:focus,
.comment_mini .pager_view_more_link a:hover:active:focus,
.pager_view_more_link a:active:focus,
.pager_view_more_link a:hover:active:focus,
.comment_mini .pager_view_more_link a.active:focus,
.comment_mini .pager_view_more_link a:hover.active:focus,
.pager_view_more_link a.active:focus,
.pager_view_more_link a:hover.active:focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover:focus,
.open > .dropdown-toggle.pager_view_more_link a:focus,
.open > .dropdown-toggle.pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a:active.focus,
.comment_mini .pager_view_more_link a:hover:active.focus,
.pager_view_more_link a:active.focus,
.pager_view_more_link a:hover:active.focus,
.comment_mini .pager_view_more_link a.active.focus,
.comment_mini .pager_view_more_link a:hover.active.focus,
.pager_view_more_link a.active.focus,
.pager_view_more_link a:hover.active.focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a.focus,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover.focus,
.open > .dropdown-toggle.pager_view_more_link a.focus,
.open > .dropdown-toggle.pager_view_more_link a:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a:active,
.comment_mini .pager_view_more_link a:hover:active,
.pager_view_more_link a:active,
.pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.active,
.comment_mini .pager_view_more_link a:hover.active,
.pager_view_more_link a.active,
.pager_view_more_link a:hover.active,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a,
.open > .dropdown-toggle.comment_mini .pager_view_more_link a:hover,
.open > .dropdown-toggle.pager_view_more_link a,
.open > .dropdown-toggle.pager_view_more_link a:hover {
  background-image: none;
}
.comment_mini .pager_view_more_link a.disabled,
.comment_mini .pager_view_more_link a:hover.disabled,
.pager_view_more_link a.disabled,
.pager_view_more_link a:hover.disabled,
.comment_mini .pager_view_more_link a[disabled],
.comment_mini .pager_view_more_link a:hover[disabled],
.pager_view_more_link a[disabled],
.pager_view_more_link a:hover[disabled],
fieldset[disabled] .comment_mini .pager_view_more_link a,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover,
fieldset[disabled] .pager_view_more_link a,
fieldset[disabled] .pager_view_more_link a:hover,
.comment_mini .pager_view_more_link a.disabled:hover,
.comment_mini .pager_view_more_link a:hover.disabled:hover,
.pager_view_more_link a.disabled:hover,
.pager_view_more_link a:hover.disabled:hover,
.comment_mini .pager_view_more_link a[disabled]:hover,
.comment_mini .pager_view_more_link a:hover[disabled]:hover,
.pager_view_more_link a[disabled]:hover,
.pager_view_more_link a:hover[disabled]:hover,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover:hover,
fieldset[disabled] .pager_view_more_link a:hover,
fieldset[disabled] .pager_view_more_link a:hover:hover,
.comment_mini .pager_view_more_link a.disabled:focus,
.comment_mini .pager_view_more_link a:hover.disabled:focus,
.pager_view_more_link a.disabled:focus,
.pager_view_more_link a:hover.disabled:focus,
.comment_mini .pager_view_more_link a[disabled]:focus,
.comment_mini .pager_view_more_link a:hover[disabled]:focus,
.pager_view_more_link a[disabled]:focus,
.pager_view_more_link a:hover[disabled]:focus,
fieldset[disabled] .comment_mini .pager_view_more_link a:focus,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover:focus,
fieldset[disabled] .pager_view_more_link a:focus,
fieldset[disabled] .pager_view_more_link a:hover:focus,
.comment_mini .pager_view_more_link a.disabled.focus,
.comment_mini .pager_view_more_link a:hover.disabled.focus,
.pager_view_more_link a.disabled.focus,
.pager_view_more_link a:hover.disabled.focus,
.comment_mini .pager_view_more_link a[disabled].focus,
.comment_mini .pager_view_more_link a:hover[disabled].focus,
.pager_view_more_link a[disabled].focus,
.pager_view_more_link a:hover[disabled].focus,
fieldset[disabled] .comment_mini .pager_view_more_link a.focus,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover.focus,
fieldset[disabled] .pager_view_more_link a.focus,
fieldset[disabled] .pager_view_more_link a:hover.focus,
.comment_mini .pager_view_more_link a.disabled:active,
.comment_mini .pager_view_more_link a:hover.disabled:active,
.pager_view_more_link a.disabled:active,
.pager_view_more_link a:hover.disabled:active,
.comment_mini .pager_view_more_link a[disabled]:active,
.comment_mini .pager_view_more_link a:hover[disabled]:active,
.pager_view_more_link a[disabled]:active,
.pager_view_more_link a:hover[disabled]:active,
fieldset[disabled] .comment_mini .pager_view_more_link a:active,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover:active,
fieldset[disabled] .pager_view_more_link a:active,
fieldset[disabled] .pager_view_more_link a:hover:active,
.comment_mini .pager_view_more_link a.disabled.active,
.comment_mini .pager_view_more_link a:hover.disabled.active,
.pager_view_more_link a.disabled.active,
.pager_view_more_link a:hover.disabled.active,
.comment_mini .pager_view_more_link a[disabled].active,
.comment_mini .pager_view_more_link a:hover[disabled].active,
.pager_view_more_link a[disabled].active,
.pager_view_more_link a:hover[disabled].active,
fieldset[disabled] .comment_mini .pager_view_more_link a.active,
fieldset[disabled] .comment_mini .pager_view_more_link a:hover.active,
fieldset[disabled] .pager_view_more_link a.active,
fieldset[disabled] .pager_view_more_link a:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.comment_mini .pager_view_more_link a .badge,
.comment_mini .pager_view_more_link a:hover .badge,
.pager_view_more_link a .badge,
.pager_view_more_link a:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
.comment_mini .pager_view_more_link a.btn-icon .fa,
.comment_mini .pager_view_more_link a:hover.btn-icon .fa,
.pager_view_more_link a.btn-icon .fa,
.pager_view_more_link a:hover.btn-icon .fa,
.comment_mini .pager_view_more_link a.btn-icon .ico,
.comment_mini .pager_view_more_link a:hover.btn-icon .ico,
.pager_view_more_link a.btn-icon .ico,
.pager_view_more_link a:hover.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] .comment_mini .pager_view_more_link a.btn-icon .fa,
html[dir='rtl'] .comment_mini .pager_view_more_link a:hover.btn-icon .fa,
html[dir='rtl'] .pager_view_more_link a.btn-icon .fa,
html[dir='rtl'] .pager_view_more_link a:hover.btn-icon .fa,
html[dir='rtl'] .comment_mini .pager_view_more_link a.btn-icon .ico,
html[dir='rtl'] .comment_mini .pager_view_more_link a:hover.btn-icon .ico,
html[dir='rtl'] .pager_view_more_link a.btn-icon .ico,
html[dir='rtl'] .pager_view_more_link a:hover.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
.comment_mini .pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
.comment_mini .pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
.pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
.pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
.comment_mini .pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
.comment_mini .pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2),
.pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
.pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] .comment_mini .pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .comment_mini .pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .comment_mini .pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] .comment_mini .pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] .pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] .pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] .comment_mini .pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .comment_mini .pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .comment_mini .pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] .comment_mini .pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] .pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] .pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] .comment_mini .pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .comment_mini .pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .pager_view_more_link a.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .pager_view_more_link a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .comment_mini .pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] .comment_mini .pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] .pager_view_more_link a.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] .pager_view_more_link a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
.comment_mini .pager_view_more_link a.btn-round,
.comment_mini .pager_view_more_link a:hover.btn-round,
.pager_view_more_link a.btn-round,
.pager_view_more_link a:hover.btn-round {
  border-width: 0;
}
.comment_mini .pager_view_more_link a > img,
.comment_mini .pager_view_more_link a:hover > img,
.pager_view_more_link a > img,
.pager_view_more_link a:hover > img {
  display: none;
}
.comment_mini .pager_view_more_link a > span,
.comment_mini .pager_view_more_link a:hover > span,
.pager_view_more_link a > span,
.pager_view_more_link a:hover > span {
  display: none;
}
.comment_mini .pager_view_more_link a:hover,
.pager_view_more_link a:hover {
  border-color: #801323;
  background: #ac1a2f;
  color: #ffffff;
  transition: all 0.5s ease;
}
.comment_mini .pager_view_more_link a,
.comment_mini .pager_view_more_link a:hover {
  border: 0;
}
.js_pager_view_more_link {
  text-align: center;
  margin-bottom: 20px;
  opacity: 0.6;
  clear: both;
  width: 100%;
}
.js_pager_view_more_link.show_load_more {
  opacity: 1;
}
.next_page:not(.mobile_load_more),
.next_page:not(.mobile_load_more):hover {
  visibility: hidden;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
}
.next_page:not(.mobile_load_more) i,
.next_page:not(.mobile_load_more):hover i {
  position: absolute;
  left: 14px;
  top: 14px;
  color: #be1d34;
  font-size: 22px;
}
.next_page:not(.mobile_load_more) span,
.next_page:not(.mobile_load_more):hover span {
  display: none;
}
.mobile_load_more {
  width: auto;
  margin-top: 10px;
}
.mobile_load_more > i {
  display: none;
}
.next_page.focus {
  visibility: visible !important;
}
/*convert css to less from theme*/
/**
 * Pager Navigation
 */
.pager_outer {
  margin: 10px 0 10px 0;
  height: 25px;
  position: relative;
}
.pager {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.pager li {
  display: inline;
  list-style-type: none;
  float: left;
  height: 22px;
  line-height: 22px;
  color: #808080;
}
.pager li.pager_total {
  margin-right: 8px;
}
.pager li.first a {
  border-left: 1px #dfdfdf solid;
}
.pager li a,
.pager li a:hover {
  padding: 0 8px 0 8px;
  text-decoration: none;
  background: #f9f9f9;
  color: #333;
  border: 1px #dfdfdf solid;
  border-left: 0;
  display: block;
  line-height: 22px;
}
.pager li a.active,
.pager li a:hover {
  background: #333;
  color: #fff;
}
.pager_view_more_holder {
  margin-top: 5px;
}
.pager_view_more_link a {
  position: relative;
  background: #f9f9f9;
  border: 1px #dfdfdf solid;
  padding: 0 5px 0 5px;
  display: block;
  line-height: 25px;
  text-decoration: none;
}
.pager_view_more_link a:hover {
  position: relative;
  border: 1px #dfdfdf solid;
  padding: 0 5px 0 5px;
  display: block;
  line-height: 25px;
  text-decoration: none;
  background: #333;
  color: #fff;
}
.pager_view_more_link a img {
  padding-right: 5px;
}
.pager_view_more_link a span {
  position: absolute;
  right: 5px;
  color: #808080;
}
.pager_view_more_link a:hover span {
  color: #fff;
}
.comment_mini .pager_view_more_link a {
  border: 1px transparent solid;
  background: #F5F5F5;
}
.comment_mini .pager_view_more_link a:hover {
  background: #333;
  color: #fff;
}
.pager_links_holder {
  margin: 10px 0 10px 0;
  height: 25px;
  position: relative;
}
.pager_links {
  position: absolute;
  right: 0;
}
a.pager_previous_link,
a.pager_next_link {
  height: 25px;
  line-height: 25px;
  width: 50px;
  overflow: hidden;
  text-indent: -1000px;
  border: 1px #BFBFBF solid;
  border-bottom: 2px #AFAFAF solid;
  display: block;
  float: left;
}
a.pager_previous_link {
  border-right: 0;
}
a.pager_next_link {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/pager_next_link.png') repeat-x;
}
a.pager_previous_link {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/pager_previous_link.png') repeat-x;
}
a.pager_next_link:active,
a.pager_previous_link:active {
  border-bottom: 2px #000 solid;
}
a.pager_next_link_not,
a.pager_previous_link_not {
  cursor: default;
  border-bottom: 2px #BFBFBF solid;
}
a.pager_next_link_not {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/pager_next_link_not.png') repeat-x;
}
a.pager_previous_link_not {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/pager_previous_link_not.png') repeat-x;
}
a.pager_next_link_not:active,
a.pager_previous_link_not:active {
  border-bottom: 2px #AFAFAF solid;
}
.js_box_holder {
  overflow-y: auto;
}
.js_box_holder:not(.hidden) + .js_box_holder {
  background: transparent;
}
.js_box {
  position: absolute;
  z-index: 5002;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  color: #000000;
  display: none;
  top: 50%;
  left: 50%;
}
.js_box .table_left {
  padding: 12px 0 0 0;
}
.js_box .table_right {
  padding: 0;
  border: 0;
}
.js_box form > .table:nth-of-type(1) .table_left {
  padding-top: 0px;
}
.js_box_title {
  background: #fff;
  color: #555555;
  padding: 10px;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 2px solid #dddddd;
  cursor: default;
}
.js_box_title .js_box_title_content {
  padding-right: 25px;
}
html[dir='rtl'] .js_box_title .js_box_title_content {
  padding-left: 25px;
  padding-right: 0;
}
.js_box_content {
  background: #ffffff;
  color: #555555;
  padding: 16px;
}
.js_box_content iframe {
  max-width: 100%;
}
.js_box_loader {
  margin: auto;
  display: block;
  text-align: center;
}
.js_box_loader i {
  color: #555555;
}
.js_box_close {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  position: absolute;
  right: 10px;
  top: 12px;
}
.js_box_close a,
.js_box_close a:hover,
#js_marketplace_click_image_viewer_close a,
#js_marketplace_click_image_viewer_close a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  color: #bdbdbd;
}
.js_box_close a:hover,
.js_box_close a:hover:hover,
#js_marketplace_click_image_viewer_close a:hover,
#js_marketplace_click_image_viewer_close a:hover:hover {
  color: #ee5a2b;
}
.js_box_close a i,
.js_box_close a:hover i,
#js_marketplace_click_image_viewer_close a i,
#js_marketplace_click_image_viewer_close a:hover i {
  font-size: 22px;
}
.js_box_full {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6000;
  display: block;
}
.js_box_full .js_box_title {
  height: 40px;
  line-height: 40px;
  padding: inherit;
}
.js_box_full .js_box_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  top: 40px;
  padding: 0px;
}
#page_page_view .js_box_content {
  top: 0 !important;
}
.ace_editor {
  width: 100%;
  height: 100%;
}
.page_editor_content {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 20%;
}
.page_editor_content .editor_holder .global_attachment {
  display: none;
}
.page_editor_data {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 20%;
  background: #e6e6e6;
  color: #555555;
  overflow: auto;
}
.page_editor_data .table_header {
  display: none;
}
.page_editor_data .table {
  padding: 5px;
  margin: 0px;
}
.page_editor_data .table .table_left {
  padding-top: 5px;
}
.page_editor_data > div {
  padding: 10px;
}
#profile_photo_form #js_box_id_1 .js_box_content {
  padding-top: 0;
}
#profile_crop_me .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 250px;
  height: 250px;
}
#profile_crop_me .cropit-preview-image-container {
  cursor: move;
}
#profile_crop_me .image-size-label {
  margin-top: 10px;
}
#profile_crop_me input,
#profile_crop_me .export {
  display: block;
}
#profile_crop_me button {
  margin-top: 10px;
}
#profile_crop_me .cropit-preview-image-container img {
  max-width: inherit;
}
#profile_crop_me .image-editor {
  max-width: 100%;
}
#profile_crop_me .image-editor div {
  margin: auto;
}
#profile_crop_me #js_upload_form_user_wrapper {
  display: none;
}
#profile_crop_me .dz-error-message {
  display: none;
}
#profile_crop_me.profile-image-error #js_upload_form_user_wrapper {
  display: block;
}
#profile_crop_me.profile-image-error .cropit-preview,
#profile_crop_me.profile-image-error .cropit-btn-edit,
#profile_crop_me.profile-image-error .cropit-drag-info {
  display: none !important;
}
#profile_crop_me.profile-image-error .dz-error-message {
  display: block;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-left: 16px;
  margin-right: 16px;
}
#profile_crop_me.profile-image-error .dz-error-message a {
  color: #fff;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#profile_crop_me.profile-image-error .dz-error-message a:hover {
  color: #ac1a2f;
}
#profile_crop_me.profile-image-error .dz-error-message a:hover:before {
  background: #ac1a2f;
}
#profile_crop_me.profile-image-error .dz-error-message a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#profile_crop_me.profile-image-uploading #js_upload_form_user_wrapper {
  display: block;
}
#profile_crop_me.profile-image-uploading .cropit-preview,
#profile_crop_me.profile-image-uploading .cropit-btn-edit,
#profile_crop_me.profile-image-uploading .cropit-drag-info {
  display: none !important;
}
#profile_crop_me.profile-image-uploading .dz-error-message {
  display: none;
}
#profile_crop_me .mini-dropzone-component .dz-default {
  display: none;
}
#profile_crop_me .cropit-preview-background-container img {
  max-width: none;
  opacity: 0.5;
}
#profile_crop_me .rotate_button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
html[dir="ltr"] #profile_crop_me .rotate_button .btn {
  margin-left: 8px;
}
html[dir="rtl"] #profile_crop_me .rotate_button .btn {
  margin-right: 8px;
}
#profile_crop_me .image-editor {
  margin: 0;
  width: auto;
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
#profile_crop_me .image-editor div {
  margin: 0;
}
#profile_crop_me .image-editor form {
  position: relative;
  overflow: hidden;
  margin: -16px;
  padding-top: 16px;
}
#profile_crop_me .image-editor .image-editor-bg {
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  background: #555;
}
#profile_crop_me .image-editor .cropit-preview {
  margin: auto;
  width: 240px;
  height: 240px;
  background: transparent;
}
#profile_crop_me .image-editor .cropit-preview .cropit-preview-image-container .cropit-preview-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-error-message {
  color: #fff;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper #user-dropzone.dz-processing #dropzone-preview-template-user {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview > * {
  display: none;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-processing .dz-image,
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-processing .dz-progress {
  display: block;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-processing .dz-uploading-message {
  display: block;
  position: absolute;
  bottom: 32px;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-processing .dz-image {
  opacity: 0.1;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'lineficon' !important;
  content: "\e9cb";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-error.dz-complete:after {
  opacity: 1;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-error.dz-complete .dz-image,
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-error.dz-complete .dz-upload-again {
  display: block;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-error.dz-complete .dz-image {
  opacity: 0.1;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview.dz-error.dz-complete .dz-upload-again {
  position: absolute;
  top: 50%;
  left: 50%;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview .dz-image img {
  width: 240px;
  height: 240px;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview .dz-progress {
  width: 88px;
  height: 6px;
  background-color: #ed8b99;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  position: absolute;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview .dz-progress .dz-upload {
  height: 6px;
  display: block;
  width: 0;
  transition: width 0.3s;
  background-color: #ac1a2f;
}
html[dir='rtl'] #profile_crop_me .image-editor #js_upload_form_user_wrapper .dz-preview .dz-progress {
  right: auto;
  left: 0;
}
#profile_crop_me .image-editor #js_upload_form_user_wrapper #dropzone-preview-template-user {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#profile_crop_me .image-editor .cropit-drag-info {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 99;
}
#profile_crop_me .image-editor .cropit-btn-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: relative;
  padding-bottom: 16px;
  /* 
            
            
            
            
            input[type=range]:focus::-ms-fill-lower {
                background: #888;
            }
            input[type=range]:focus::-ms-fill-upper {
                background: #ccc;
            } */
}
html[dir="ltr"] #profile_crop_me .image-editor .cropit-btn-edit {
  margin-left: 8px;
}
html[dir="rtl"] #profile_crop_me .image-editor .cropit-btn-edit {
  margin-right: 8px;
}
html[dir='rtl'] #profile_crop_me .image-editor .cropit-btn-edit {
  flex-direction: row-reverse;
}
#profile_crop_me .image-editor .cropit-btn-edit .cropit-image-zoom-input {
  height: 4px;
}
html[dir="ltr"] #profile_crop_me .image-editor .cropit-btn-edit .cropit-image-zoom-input {
  margin-right: 8px;
}
html[dir="rtl"] #profile_crop_me .image-editor .cropit-btn-edit .cropit-image-zoom-input {
  margin-left: 8px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range] {
  /*removes default webkit styles*/
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 205px;
  height: 4px;
  border-radius: 3px;
  background: #dcdcdc;
  border: none;
  -webkit-appearance: none;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range].ie {
  padding: 0;
  background-color: transparent;
  height: 16px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-webkit-slider-runnable-track {
  width: 205px;
  height: 4px;
  border: none;
  border-radius: 3px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid #555555;
  margin-top: -5px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-moz-range-track {
  width: 205px;
  height: 4px;
  border: none;
  border-radius: 3px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f8f8f8;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-track {
  width: 205px;
  height: 4px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-fill-lower {
  background: #ac1a2f;
  border-radius: 4px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-fill-upper {
  background: #dcdcdc;
  border-radius: 4px;
}
#profile_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f8f8f8;
}
#profile_crop_me .image-editor .cropit-btn-edit button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#profile_crop_me .image-editor div.fa-4x {
  color: #fff;
  text-align: center;
}
#js_register_accept {
  margin-bottom: 16px;
}
#js_register_accept input#agree {
  margin-top: 3px;
}
#js_register_accept a {
  padding: 0 4px;
}
.js_box_content .popup-user-total-container {
  display: flex;
  flex-flow: wrap;
  margin: 0 -16px;
}
.js_box_content .popup-user-total-container.none-viewmore {
  border-bottom: 1px solid #eeeeee;
}
.js_box_content .popup-user-total-container .popup-user-item {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 481px) {
  .js_box_content .popup-user-total-container .popup-user-item:nth-child(1):not(.like-browse-item) .item-outer {
    padding-top: 0;
    border-top: 0;
  }
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid #f8f8f8;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .fa,
.js_box_content .popup-user-total-container .popup-user-item .item-outer .ico {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer:hover .js_hover_info:before,
.js_box_content .popup-user-total-container .popup-user-item .item-outer:hover .img-wrapper:before {
  border: 1px solid #801323;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer:hover .img-wrapper,
.js_box_content .popup-user-total-container .popup-user-item .item-outer:hover .no_image_user {
  box-shadow: 0px 6px 12px 0px rgba(38, 129, 213, 0.4);
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-actions .open .btn {
  border-color: #ed8b99 !important;
  color: #801323;
  box-shadow: 0px 2px 8px 0px rgba(187, 216, 243, 0.5) !important;
  background: #f6c5cc;
}
@media (max-width: 480px) {
  .js_box_content .popup-user-total-container .popup-user-item .item-outer .item-actions .btn {
    padding: 0px 9px !important;
  }
  .js_box_content .popup-user-total-container .popup-user-item .item-outer .item-actions .btn .item-text {
    display: none;
  }
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  word-wrap: break-word;
}
html[dir="ltr"] .js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name {
  margin-left: 8px;
}
html[dir="rtl"] .js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name {
  margin-right: 8px;
}
html[dir="ltr"] .js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name {
  padding-right: 16px;
}
html[dir="rtl"] .js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name {
  padding-left: 16px;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name .user_profile_link_span a {
  font-size: 14px;
  line-height: 18px;
  color: #ac1a2f !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal !important;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name .user_profile_link_span a:hover {
  color: #801323 !important;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name .friend-info {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name .friend-info .mutual-friends-list a {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-name .friend-info .mutual-friends-list a:hover {
  color: #801323;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-media {
  width: 48px;
}
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-media .img-wrapper,
.js_box_content .popup-user-total-container .popup-user-item .item-outer .item-media .no_image_user {
  width: 48px;
  height: 48px;
}
.js_box_content .popup-user-total-container .js_pager_view_more_link {
  margin-bottom: 0;
  opacity: 1;
  padding-top: 0;
  border-top: 1px solid #eeeeee;
}
.js_box_content .popup-user-total-container .js_pager_view_more_link a {
  font-size: 12px;
  color: #a2a2a2;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_box_content .popup-user-total-container .js_pager_view_more_link a:hover {
  color: #555555;
}
.js_box_content .popup-user-total-container.popup-user-with-btn-container .like-browse-item {
  width: 100%;
}
.js_box_content .popup-user-total-container.popup-user-with-btn-container .like-browse-item:nth-child(1) .item-outer {
  padding-top: 0;
  border-top: 0;
}
.js_box_content .popup-user-total-container.popup-user-with-btn-container .like-browse-item .list-unstyled {
  display: none;
}
.js_box_fullmode {
  width: 100vw !important;
  height: 100vh !important;
  left: 0 !important;
  margin: 0 !important;
}
.js_box_fullmode .js_box_content {
  padding: 0 !important;
}
.js_box_content .emoji-list {
  font-size: 26px;
}
.no_image_user,
.no_image_user:hover {
  display: inline-block;
  color: #fff;
  position: relative;
  vertical-align: bottom;
}
.no_image_user > span,
.no_image_user:hover > span {
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 400;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.no_image_user._size__200,
.no_image_user:hover._size__200,
.no_image_user._size__120,
.no_image_user:hover._size__120 {
  max-width: 100%;
}
._size__40,
._size__40:hover {
  width: 40px;
  height: 40px;
}
._size__40 > span,
._size__40:hover > span {
  left: 2px;
  font-size: 16px;
}
._size__50,
._size__50:hover {
  width: 50px;
  height: 50px;
}
._size__50 > span,
._size__50:hover > span {
  left: 2px;
}
.i_size_32,
.i_size_32:hover,
._size__32,
._size__32:hover,
._size__30,
._size__30:hover {
  width: 32px;
  height: 32px;
}
.i_size_32 > span,
.i_size_32:hover > span,
._size__32 > span,
._size__32:hover > span,
._size__30 > span,
._size__30:hover > span {
  top: 7px;
  left: 0;
  font-size: 12px;
}
._size__120,
._size__120:hover {
  width: 120px;
  height: 120px;
}
._size__200,
._size__200:hover {
  width: 200px;
  height: 200px;
}
._size__200 > span,
._size__200:hover > span {
  font-size: 30px;
}
@media (max-width: 700px) {
  ._size__200,
  ._size__200:hover {
    width: 100px;
    height: 100px;
  }
  ._size__200 > span,
  ._size__200:hover > span {
    font-size: 20px;
  }
}
.no_image_item_cover::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f05e';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0.4;
  color: #555555;
}
.no_image_item_cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: 1;
}
.no_image_item {
  display: inline-block;
  background: #fafafa;
}
.i_size__32,
.i_size_32 {
  width: 32px;
  height: 32px;
}
.i_size__50,
.i_size_50 {
  width: 50px;
  height: 50px;
}
.i_size__100,
.i_size_100 {
  width: 100px;
  height: 100px;
}
.i_size__120_square,
.i_size__120,
.i_size_120 {
  width: 120px;
  height: 120px;
}
.i_size__160,
.i_size_160 {
  width: 160px;
  height: 160px;
}
.i_size__200_square,
.i_size__200,
.i_size_200 {
  width: 200px;
  height: 200px;
}
.i_size__250_square,
.i_size__250,
.i_size_250 {
  width: 250px;
  height: 250px;
}
#panel {
  position: fixed;
  top: 0;
  left: -500px;
  bottom: 0;
  width: 300px;
  z-index: 299;
  background: #ffffff;
  color: #555555;
  overflow: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-left: 1px #e6e6e6 solid;
}
#panel > i {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.panel_is_active #panel {
  left: 200px;
  transition: all 0.5s ease;
}
.panel_is_active .panel_actions {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  overflow: hidden;
  background: #f7f7f7;
}
.panel_is_active .panel_actions i {
  font-size: 20px;
  line-height: 50px;
  margin-right: 10px;
}
.panel_is_active #panel:not(.is_feed) .panel_rows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
.panel_is_active #panel.is_feed {
  z-index: 2000;
  bottom: auto;
  left: 50%;
  top: 0;
  margin-left: -300px;
  width: 600px;
  overflow: visible;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.panel_is_active #panel.is_feed > i {
  position: fixed;
}
.mail_in_shift_mode .panel_rows {
  padding-left: 30px;
  transition: all 0.5s ease;
}
.panel_rows {
  transition: all 0.5s ease;
  background: #ffffff;
  color: #555555;
  position: relative;
  font-size: 12px;
}
.panel_rows li {
  position: relative;
  display: block;
}
.panel_rows li > a,
.panel_rows li > a:hover,
.panel_rows li > .panel_row {
  display: block;
  color: #555555;
  border-bottom: 1px #ebebeb solid;
  position: relative;
}
.panel_rows li > a.is_new .panel_focus:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f111';
  color: #ac1a2f;
  margin-right: 5px;
}
.panel_rows li .panel_rows_action:hover {
  background: #bd390f;
}
.panel_rows li .panel_rows_action {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  background: #ee5a2b;
  z-index: 10;
  width: 30px;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 6px 0 0 6px;
}
.panel_rows li .panel_rows_action i {
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -14px;
  font-size: 1.5em;
}
.panel_rows li .panel_rows_time {
  font-size: 12px;
  color: #a2a2a2;
  font-size: 11px;
  margin-top: 5px;
}
.panel_rows li .panel_focus .drop_data_user,
.panel_rows li .panel_focus > span {
  color: #ac1a2f;
  font-weight: 400;
  font-size: 12px;
}
.panel_rows li .panel_rows_image {
  position: absolute;
  top: 10px;
}
.panel_rows li .panel_rows_content {
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel_rows li .panel_rows_content .panel_focus {
  word-break: normal;
  word-wrap: break-word;
}
.panel_rows li .panel_rows_preview {
  padding: 6px 0;
}
.panel_rows li .drop_data_user {
  color: #555555;
}
.panel_rows li .panel_action {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #f0f0f0 solid;
}
.panel_rows li .panel_action > span {
  display: inline-block;
  background: #ac1a2f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 10px !important;
  cursor: pointer;
  margin-right: 5px;
}
.panel_rows li .panel_action > span.deny {
  background: #ee5a2b;
}
.panel_rows li .panel_action > span:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}
.panel_rows li > a:hover {
  background: #f5f5f5;
}
[dir="ltr"] .panel_rows_image {
  left: 10px;
}
[dir="ltr"] .panel_rows_content {
  margin-left: 70px;
  padding-right: 30px;
}
[dir="rtl"] .panel_rows_image {
  right: 10px;
}
[dir="rtl"] .panel_rows_content {
  margin-right: 70px;
  padding-left: 30px;
}
/** initial setup **/
.nano {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.has-scrollbar {
  visibility: visible;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: #a8192e;
  position: absolute;
  width: 10px;
  right: -4px;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.nano > .nano-pane > .nano-slider {
  background: #ea7586;
  position: relative;
  margin: 0 1px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
div.message,
div.error_message,
.valid_message,
div.public_message {
  background: #aa4352;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  border: 0;
}
div.message a,
div.error_message a,
.valid_message a,
div.public_message a,
div.message a:hover,
div.error_message a:hover,
.valid_message a:hover,
div.public_message a:hover {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px;
}
div.message a:hover,
div.error_message a:hover,
.valid_message a:hover,
div.public_message a:hover {
  transition: all 0.5s ease;
  opacity: 0.6;
}
div.error_message {
  background: #ee5a2b;
}
div.error_message > button.button {
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
}
.js_custom_core_message > button.button {
  text-transform: uppercase;
  display: block;
}
.valid_message {
  background: #47c366;
}
div.public_message {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 50px;
  line-height: 24px;
  padding: 12px;
  margin-bottom: -50px;
  display: none;
  z-index: 1000000;
  background: rgba(46, 204, 113, 0.8);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
div.public_message[data-auto-close="true"] .ico-close-circle-o {
  display: none;
}
div.public_message span {
  display: inline-block;
}
div.public_message span.ico-close-circle-o {
  cursor: pointer;
  margin: 0 15px;
  font-size: 23px;
  line-height: 50px;
}
[dir="ltr"] div.public_message span.ico-close-circle-o {
  float: right;
}
[dir="rtl"] div.public_message span.ico-close-circle-o {
  float: left;
}
div.public_message_primary {
  background: rgba(51, 122, 183, 0.8);
}
div.public_message_info {
  background: rgba(38, 154, 188, 0.8);
}
div.public_message_warning {
  background: rgba(213, 133, 18, 0.8);
}
div.public_message_danger {
  background: rgba(172, 41, 37, 0.8);
}
.ajax_processing {
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 100000000;
  height: 40px;
  text-align: right;
  left: auto;
}
.ajax_processing i {
  display: inline-block;
  font-size: 20px;
  color: #ac1a2f;
  margin-right: 10px;
  vertical-align: middle;
}
.pf-alert-wrapper {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 2;
  opacity: 0.9;
}
.pf-alert-wrapper .slide-down-alert {
  margin: 0;
}
div.public_message span.ico {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
div.public_message span.ico:before {
  content: "\eab2";
  font-size: 18px;
}
table.default_table {
  margin-top: 20px;
}
table.default_table th {
  background: transparent;
  color: #555555;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
table.default_table td {
  padding: 16px;
  background: #ffffff;
  color: #555555;
  border-bottom: 1px #ebebeb solid;
}
#page_theme_demo {
  background: #D2D2D2;
}
.demo-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #D2D2D2;
  color: #808080;
}
.demo-buttons {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  height: 30px;
  padding-left: 10px;
  z-index: 1;
}
.demo-buttons > ul li {
  display: inline-block;
  vertical-align: top;
}
.demo-buttons > ul li:not(.tab) {
  width: 16px;
  height: 30px;
  position: relative;
}
.demo-buttons > ul li:not(.tab) span {
  display: block;
  position: absolute;
  left: 4px;
  top: 10px;
  width: 12px;
  height: 12px;
  background: green;
  border-radius: 50%;
}
.demo-buttons > ul li:not(.tab) span.g {
  background: #2ECC71;
}
.demo-buttons > ul li:not(.tab) span.y {
  background: #F1C40F;
}
.demo-buttons > ul li:not(.tab) span.r {
  background: #E74C3C;
}
.demo-buttons > ul li.tab {
  background: #EEEEEE;
  color: #808080;
  padding: 0 15px;
  margin-left: 10px;
  font-size: 12px;
  margin-top: 6px;
  line-height: 24px;
  border-radius: 4px;
  padding-bottom: 20px;
}
.demo-buttons > div {
  position: absolute;
  right: 20px;
  top: -2px;
}
.demo-buttons > div li {
  display: inline-block;
  font-size: 12px;
  color: #222;
  height: 30px;
  line-height: 30px;
}
.demo-buttons > div li:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
  cursor: default;
}
.demo-buttons > div li.get a,
.demo-buttons > div li.get a:hover {
  display: block;
  height: 20px;
  line-height: 20px;
  background: #0c0c0c;
  color: #fff;
  border-radius: 30px;
  margin: 0 10px;
  padding: 0 15px;
  font-size: 11px;
}
.demo-content,
.demo-overlay,
.demo-themes {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.demo-content iframe,
.demo-overlay iframe,
.demo-themes iframe {
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
}
.demo-overlay {
  z-index: 30;
  background: #fff;
}
.demo-overlay i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
}
.demo-overlay-full {
  top: 0;
}
.demo-themes {
  z-index: 20;
  background: #e5e5e5;
  color: #808080;
  text-align: center;
  padding: 50px;
  overflow: auto;
  display: none;
}
.themes .theme_colors {
  padding-top: 40px;
  text-align: center;
}
.themes .theme_colors > span {
  display: inline-block;
  width: 120px;
  height: 150px;
  margin: 10px;
  border: 1px #e6e6e6 solid;
}
.themes article {
  width: 300px;
  height: 400px;
  background: #ffffff;
  color: #555555;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.themes article h1 a,
.themes article h1 a:hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.themes article h1 a em,
.themes article h1 a:hover em {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  padding: 6px 20px;
  text-indent: 0;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ac1a2f;
  color: #ffffff;
  font-size: 16px;
}
.themes article h1 a span,
.themes article h1 a:hover span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #222;
  color: #fff;
  font-weight: 200;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  text-indent: 8px;
}
.themes article h1 a:hover {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}
.themes article h1 a:hover em {
  display: block;
}
/*convert css to less from theme*/
table.default_table {
  width: 100%;
}
table.default_table th {
  background: #585858;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
}
table.default_table td {
  padding: 6px 0 6px 0;
  border-bottom: 1px #dfdfdf solid;
}
table.default_table tr.on {
  background: #f9f9f9;
}
.block_clear {
  display: inline-block;
  display: block;
}
.block_clear:before,
.block_clear:after {
  content: " ";
  display: table;
}
.block_clear:after {
  clear: both;
}
.block_clear:before,
.block_clear:after {
  content: " ";
  display: table;
}
.block_clear:after {
  clear: both;
}
.app-block {
  background: #ffffff;
  color: #555555;
}
.app-block-padding {
  padding: 16px;
}
.app-block-border {
  border: 1px #f2f2f2 solid;
}
.app-block-border-color {
  border-color: #f2f2f2;
}
.app-form {
  background: #ffffff;
  color: #555555;
}
.row_item_sec {
  padding-left: 55px;
}
.row_item_sec > div:first-child {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
[dir="rtl"] .list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
[dir="rtl"] .list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
[dir="rtl"] dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  [dir="rtl"] .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  [dir="rtl"] .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
[dir="rtl"] blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
[dir="rtl"] .blockquote-reverse,
[dir="rtl"] blockquote.pull-left {
  padding-left: 20px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
[dir="rtl"] .col-xs-1,
[dir="rtl"] .col-sm-1,
[dir="rtl"] .col-md-1,
[dir="rtl"] .col-lg-1,
[dir="rtl"] .col-xs-2,
[dir="rtl"] .col-sm-2,
[dir="rtl"] .col-md-2,
[dir="rtl"] .col-lg-2,
[dir="rtl"] .col-xs-3,
[dir="rtl"] .col-sm-3,
[dir="rtl"] .col-md-3,
[dir="rtl"] .col-lg-3,
[dir="rtl"] .col-xs-4,
[dir="rtl"] .col-sm-4,
[dir="rtl"] .col-md-4,
[dir="rtl"] .col-lg-4,
[dir="rtl"] .col-xs-5,
[dir="rtl"] .col-sm-5,
[dir="rtl"] .col-md-5,
[dir="rtl"] .col-lg-5,
[dir="rtl"] .col-xs-6,
[dir="rtl"] .col-sm-6,
[dir="rtl"] .col-md-6,
[dir="rtl"] .col-lg-6,
[dir="rtl"] .col-xs-7,
[dir="rtl"] .col-sm-7,
[dir="rtl"] .col-md-7,
[dir="rtl"] .col-lg-7,
[dir="rtl"] .col-xs-8,
[dir="rtl"] .col-sm-8,
[dir="rtl"] .col-md-8,
[dir="rtl"] .col-lg-8,
[dir="rtl"] .col-xs-9,
[dir="rtl"] .col-sm-9,
[dir="rtl"] .col-md-9,
[dir="rtl"] .col-lg-9,
[dir="rtl"] .col-xs-10,
[dir="rtl"] .col-sm-10,
[dir="rtl"] .col-md-10,
[dir="rtl"] .col-lg-10,
[dir="rtl"] .col-xs-11,
[dir="rtl"] .col-sm-11,
[dir="rtl"] .col-md-11,
[dir="rtl"] .col-lg-11,
[dir="rtl"] .col-xs-12,
[dir="rtl"] .col-sm-12,
[dir="rtl"] .col-md-12,
[dir="rtl"] .col-lg-12 {
  position: relative;
  min-height: 1px;
}
[dir="rtl"] .col-xs-1,
[dir="rtl"] .col-xs-2,
[dir="rtl"] .col-xs-3,
[dir="rtl"] .col-xs-4,
[dir="rtl"] .col-xs-5,
[dir="rtl"] .col-xs-6,
[dir="rtl"] .col-xs-7,
[dir="rtl"] .col-xs-8,
[dir="rtl"] .col-xs-9,
[dir="rtl"] .col-xs-10,
[dir="rtl"] .col-xs-11,
[dir="rtl"] .col-xs-12 {
  float: right;
}
[dir="rtl"] .col-xs-pull-12 {
  left: 100%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-9 {
  left: 75%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-6 {
  left: 50%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-3 {
  left: 25%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
[dir="rtl"] .col-xs-pull-0 {
  left: auto;
  right: auto;
}
[dir="rtl"] .col-xs-push-12 {
  right: 100%;
  left: 0;
}
[dir="rtl"] .col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
[dir="rtl"] .col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
[dir="rtl"] .col-xs-push-9 {
  right: 75%;
  left: 0;
}
[dir="rtl"] .col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
[dir="rtl"] .col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
[dir="rtl"] .col-xs-push-6 {
  right: 50%;
  left: 0;
}
[dir="rtl"] .col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
[dir="rtl"] .col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
[dir="rtl"] .col-xs-push-3 {
  right: 25%;
  left: 0;
}
[dir="rtl"] .col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
[dir="rtl"] .col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
[dir="rtl"] .col-xs-push-0 {
  right: auto;
  left: 0;
}
[dir="rtl"] .col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
[dir="rtl"] .col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  [dir="rtl"] .col-sm-1,
  [dir="rtl"] .col-sm-2,
  [dir="rtl"] .col-sm-3,
  [dir="rtl"] .col-sm-4,
  [dir="rtl"] .col-sm-5,
  [dir="rtl"] .col-sm-6,
  [dir="rtl"] .col-sm-7,
  [dir="rtl"] .col-sm-8,
  [dir="rtl"] .col-sm-9,
  [dir="rtl"] .col-sm-10,
  [dir="rtl"] .col-sm-11,
  [dir="rtl"] .col-sm-12 {
    float: right;
  }
  [dir="rtl"] .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  [dir="rtl"] .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  [dir="rtl"] .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  [dir="rtl"] .col-md-1,
  [dir="rtl"] .col-md-2,
  [dir="rtl"] .col-md-3,
  [dir="rtl"] .col-md-4,
  [dir="rtl"] .col-md-5,
  [dir="rtl"] .col-md-6,
  [dir="rtl"] .col-md-7,
  [dir="rtl"] .col-md-8,
  [dir="rtl"] .col-md-9,
  [dir="rtl"] .col-md-10,
  [dir="rtl"] .col-md-11,
  [dir="rtl"] .col-md-12 {
    float: right;
  }
  [dir="rtl"] .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  [dir="rtl"] .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-md-push-0 {
    right: auto;
    left: 0;
  }
  [dir="rtl"] .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  [dir="rtl"] .col-lg-1,
  [dir="rtl"] .col-lg-2,
  [dir="rtl"] .col-lg-3,
  [dir="rtl"] .col-lg-4,
  [dir="rtl"] .col-lg-5,
  [dir="rtl"] .col-lg-6,
  [dir="rtl"] .col-lg-7,
  [dir="rtl"] .col-lg-8,
  [dir="rtl"] .col-lg-9,
  [dir="rtl"] .col-lg-10,
  [dir="rtl"] .col-lg-11,
  [dir="rtl"] .col-lg-12 {
    float: right;
  }
  [dir="rtl"] .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  [dir="rtl"] .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  [dir="rtl"] .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  [dir="rtl"] .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  [dir="rtl"] .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  [dir="rtl"] .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
[dir="rtl"] caption {
  text-align: right;
}
[dir="rtl"] th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  [dir="rtl"] .table-responsive > .table-bordered {
    border: 0;
  }
  [dir="rtl"] .table-responsive > .table-bordered > thead > tr > th:first-child,
  [dir="rtl"] .table-responsive > .table-bordered > tbody > tr > th:first-child,
  [dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  [dir="rtl"] .table-responsive > .table-bordered > thead > tr > td:first-child,
  [dir="rtl"] .table-responsive > .table-bordered > tbody > tr > td:first-child,
  [dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  [dir="rtl"] .table-responsive > .table-bordered > thead > tr > th:last-child,
  [dir="rtl"] .table-responsive > .table-bordered > tbody > tr > th:last-child,
  [dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  [dir="rtl"] .table-responsive > .table-bordered > thead > tr > td:last-child,
  [dir="rtl"] .table-responsive > .table-bordered > tbody > tr > td:last-child,
  [dir="rtl"] .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
[dir="rtl"] .radio label,
[dir="rtl"] .checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
[dir="rtl"] .radio input[type="radio"],
[dir="rtl"] .radio-inline input[type="radio"],
[dir="rtl"] .checkbox input[type="checkbox"],
[dir="rtl"] .checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
[dir="rtl"] .radio-inline,
[dir="rtl"] .checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
[dir="rtl"] .radio-inline + .radio-inline,
[dir="rtl"] .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
[dir="rtl"] .has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
[dir="rtl"] .form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  [dir="rtl"] .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  [dir="rtl"] .form-inline .radio input[type="radio"],
  [dir="rtl"] .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .form-horizontal .control-label {
    text-align: left;
  }
}
[dir="rtl"] .form-horizontal .has-feedback .form-control-feedback {
  left: 20px;
  right: auto;
}
[dir="rtl"] .caret {
  margin-right: 2px;
  margin-left: 0;
}
[dir="rtl"] .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
[dir="rtl"] .dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
[dir="rtl"] .dropdown-menu-right {
  left: auto;
  right: 0;
}
[dir="rtl"] .dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  [dir="rtl"] .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  [dir="rtl"] .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
[dir="rtl"] .btn-group > .btn,
[dir="rtl"] .btn-group-vertical > .btn {
  float: right;
}
[dir="rtl"] .btn-group .btn + .btn,
[dir="rtl"] .btn-group .btn + .btn-group,
[dir="rtl"] .btn-group .btn-group + .btn,
[dir="rtl"] .btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
[dir="rtl"] .btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
[dir="rtl"] .btn-toolbar .btn-group,
[dir="rtl"] .btn-toolbar .input-group {
  float: right;
}
[dir="rtl"] .btn-toolbar > .btn,
[dir="rtl"] .btn-toolbar > .btn-group,
[dir="rtl"] .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
[dir="rtl"] .btn-group > .btn:first-child {
  margin-right: 0;
}
[dir="rtl"] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
[dir="rtl"] .btn-group > .btn:last-child:not(:first-child),
[dir="rtl"] .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
[dir="rtl"] .btn-group > .btn-group {
  float: right;
}
[dir="rtl"] .btn-group.btn-group-justified > .btn,
[dir="rtl"] .btn-group.btn-group-justified > .btn-group {
  float: none;
}
[dir="rtl"] .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
[dir="rtl"] .btn-group > .btn-group:first-child > .btn:last-child,
[dir="rtl"] .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
[dir="rtl"] .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
[dir="rtl"] .btn .caret {
  margin-right: 0;
}
[dir="rtl"] .btn-group-vertical > .btn + .btn,
[dir="rtl"] .btn-group-vertical > .btn + .btn-group,
[dir="rtl"] .btn-group-vertical > .btn-group + .btn,
[dir="rtl"] .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
[dir="rtl"] .input-group .form-control {
  float: right;
}
[dir="rtl"] .input-group .form-control:first-child,
[dir="rtl"] .input-group-addon:first-child,
[dir="rtl"] .input-group-btn:first-child > .btn,
[dir="rtl"] .input-group-btn:first-child > .btn-group > .btn,
[dir="rtl"] .input-group-btn:first-child > .dropdown-toggle,
[dir="rtl"] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
[dir="rtl"] .input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
[dir="rtl"] .input-group .form-control:last-child,
[dir="rtl"] .input-group-addon:last-child,
[dir="rtl"] .input-group-btn:last-child > .btn,
[dir="rtl"] .input-group-btn:last-child > .btn-group > .btn,
[dir="rtl"] .input-group-btn:last-child > .dropdown-toggle,
[dir="rtl"] .input-group-btn:first-child > .btn:not(:first-child),
[dir="rtl"] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
[dir="rtl"] .input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
[dir="rtl"] .input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
[dir="rtl"] .input-group-btn:first-child > .btn,
[dir="rtl"] .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
[dir="rtl"] .input-group-btn:last-child > .btn,
[dir="rtl"] .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
[dir="rtl"] .nav {
  padding-right: 0;
  padding-left: initial;
}
[dir="rtl"] .page_section_menu ul li {
  float: right;
}
[dir="rtl"] .nav-tabs.nav-justified > li {
  float: none;
}
[dir="rtl"] .nav-tabs > li > a {
  margin-left: auto;
  border-radius: 4px 4px 0 0;
}
[dir="rtl"] .nav-pills > li {
  float: right;
}
[dir="rtl"] .nav-pills > li > a {
  border-radius: 4px;
}
[dir="rtl"] .nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
[dir="rtl"] .nav-stacked > li {
  float: none;
}
[dir="rtl"] .nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
[dir="rtl"] .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
[dir="rtl"] .nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  [dir="rtl"] .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
[dir="rtl"] .navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
}
[dir="rtl"] .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  [dir="rtl"] .navbar > .container .navbar-brand,
  [dir="rtl"] .navbar > .container-fluid .navbar-brand {
    margin-right: 20px;
    margin-left: auto;
  }
}
[dir="rtl"] .navbar-toggle {
  float: left;
  margin-left: 20px;
  margin-right: auto;
}
[dir="rtl"] .pagination {
  padding-right: 0;
}
[dir="rtl"] .pagination > li > a,
[dir="rtl"] .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
[dir="rtl"] .pagination > li:first-child > a,
[dir="rtl"] .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
[dir="rtl"] .pagination > li:last-child > a,
[dir="rtl"] .pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
[dir="rtl"] .pager {
  padding-right: 0;
  padding-left: initial;
}
[dir="rtl"] .pager .next > a,
[dir="rtl"] .pager .next > span {
  float: left;
}
[dir="rtl"] .pager .previous > a,
[dir="rtl"] .pager .previous > span {
  float: right;
}
[dir="rtl"] .nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
[dir="rtl"] .list-group-item > .badge {
  float: left;
}
[dir="rtl"] .list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
[dir="rtl"] .alert-dismissable,
[dir="rtl"] .alert-dismissible {
  padding-left: 35px;
  padding-right: 20px;
}
[dir="rtl"] .alert-dismissable .close,
[dir="rtl"] .alert-dismissible .close {
  right: auto;
  left: -21px;
}
[dir="rtl"] .progress-bar {
  float: right;
}
[dir="rtl"] .media > .pull-left {
  margin-right: 10px;
}
[dir="rtl"] .media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .media > .pull-right {
  margin-left: 10px;
}
[dir="rtl"] .media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .media-right,
[dir="rtl"] .media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
[dir="rtl"] .media-left,
[dir="rtl"] .media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
[dir="rtl"] .media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
[dir="rtl"] .list-group {
  padding-right: 0;
  padding-left: initial;
}
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
[dir="rtl"] .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
[dir="rtl"] .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
[dir="rtl"] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
[dir="rtl"] .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
[dir="rtl"] .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
[dir="rtl"] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
[dir="rtl"] .panel > .table-bordered > thead > tr > th:first-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
[dir="rtl"] .panel > .table-bordered > tbody > tr > th:first-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
[dir="rtl"] .panel > .table-bordered > tfoot > tr > th:first-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
[dir="rtl"] .panel > .table-bordered > thead > tr > td:first-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
[dir="rtl"] .panel > .table-bordered > tbody > tr > td:first-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
[dir="rtl"] .panel > .table-bordered > tfoot > tr > td:first-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
[dir="rtl"] .panel > .table-bordered > thead > tr > th:last-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
[dir="rtl"] .panel > .table-bordered > tbody > tr > th:last-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
[dir="rtl"] .panel > .table-bordered > tfoot > tr > th:last-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
[dir="rtl"] .panel > .table-bordered > thead > tr > td:last-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
[dir="rtl"] .panel > .table-bordered > tbody > tr > td:last-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
[dir="rtl"] .panel > .table-bordered > tfoot > tr > td:last-child,
[dir="rtl"] .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
[dir="rtl"] .embed-responsive .embed-responsive-item,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive object {
  right: 0;
  left: auto;
}
[dir="rtl"] .close {
  float: left;
}
[dir="rtl"] .modal-footer {
  text-align: left;
}
[dir="rtl"] .modal-footer.flip {
  text-align: right;
}
[dir="rtl"] .modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
[dir="rtl"] .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
[dir="rtl"] .modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
[dir="rtl"] .popover {
  left: auto;
  text-align: right;
}
[dir="rtl"] .popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
[dir="rtl"] .popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
[dir="rtl"] .popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
[dir="rtl"] .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
[dir="rtl"] .carousel-control {
  right: 0;
  bottom: 0;
}
[dir="rtl"] .carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
[dir="rtl"] .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
[dir="rtl"] .carousel-control .icon-prev,
[dir="rtl"] .carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
[dir="rtl"] .carousel-control .icon-next,
[dir="rtl"] .carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
[dir="rtl"] .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  [dir="rtl"] .carousel-control .glyphicon-chevron-left,
  [dir="rtl"] .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -20px;
  }
  [dir="rtl"] .carousel-control .glyphicon-chevron-right,
  [dir="rtl"] .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -20px;
  }
  [dir="rtl"] .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
[dir="rtl"] .activity_feed_content_image {
  float: right;
  margin-right: 0;
  margin-left: 8px;
}
[dir="rtl"] div.activity_feed_multiple_image > div {
  float: right;
}
[dir="rtl"] .pf-video-row .t {
  text-align: right;
}
[dir="rtl"] .user_rows_mini .user_rows:nth-child(odd) {
  clear: right;
}
[dir="rtl"] .ms-marketplace-detail-showcase .ms-thumb-list {
  direction: ltr;
}
[dir="rtl"] .quiz_users_list .quiz_percentage {
  margin-right: 20px;
  margin-left: 70px;
}
[dir="rtl"] .poll_answer_container {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 480px) {
  [dir="rtl"] .poll_answer_container {
    clear: left !important;
  }
}
[dir="rtl"] .voted-members-list .poll-info {
  margin-left: 0;
  margin-right: 60px;
}
[dir="rtl"] .poll_result_link {
  text-align: left;
}
[dir="rtl"] body[id^=page_forum_] #js_forum_adv_search_wrapper:before {
  left: 25px;
  right: auto;
}
[dir="rtl"] .js_comment_like_holder {
  padding-left: 0;
}
[dir="rtl"] .forum_time_stamp .forum_quote_holder {
  margin-left: 0;
  margin-right: 5px;
}
[dir="rtl"] .user_rows_mini .user_rows span.user_profile_link_span {
  text-align: right;
}
[dir="rtl"] .user_rows_mini.pages_listing .user_rows div.user_rows_image {
  float: right;
}
[dir="rtl"] .user_rows_mini.pages_listing .user_rows .page_info {
  margin-left: 0;
  margin-right: 90px;
}
[dir="rtl"] .js_user_tool_tip_holder .user_tooltip_image {
  right: 10px;
  left: auto;
}
[dir="rtl"] .js_user_tool_tip_holder .user_tooltip_info {
  margin-left: 0;
  margin-right: 70px;
}
[dir="rtl"] .block .js_edit_header_bar {
  float: left;
  margin-right: 0;
  margin-left: 3px;
}
[dir="rtl"] .wrapper-items .friend_row_holder {
  float: right;
}
[dir="rtl"] .header_filter_holder .inline-block {
  padding-right: 0;
  padding-left: 8px;
}
[dir="rtl"] .header_filter_holder .inline-block:last-child {
  padding-left: 0;
}
[dir="rtl"] .drop_data_image {
  float: right;
}
[dir="rtl"] .drop_data_content {
  margin-right: 55px;
  margin-left: 0;
}
[dir="rtl"] .drop_data_content .drop_data_action {
  right: auto;
  left: 0;
}
[dir="rtl"] #attachment_manage .attachment_time_same_block .content_attachment div#file-icon-wrapper {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] #attachment_manage .attachment_time_same_block .content_attachment div#remove-wrapper {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .js_box.hide_box_title .signin_signup_tab li:first-child {
  padding-left: 10px;
  padding-right: 26px;
}
[dir="rtl"] .row_content.blog_content .item_image {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .quiz_users_list .quiz_user_link {
  padding-left: 0;
  padding-right: 16px;
}
[dir="rtl"] .quiz_listing.block_listing .block_listing_title {
  padding-left: 0 !important;
  padding-right: 8px !important;
}
[dir="rtl"] .egift_extra_info {
  padding-right: 0;
  padding-left: 10px;
}
[dir="rtl"] .block_listing_inline ul li {
  float: right;
}
[dir="rtl"] .activity_feed_form_button_position_button {
  float: left;
}
[dir="rtl"] .activity_feed_form_button_position .privacy_setting_mini {
  float: right;
}
[dir="rtl"] .feed_sort_holder {
  right: auto;
  left: 0px;
}
[dir="rtl"] .js_feed_comment_process_form > i {
  left: 15px;
  right: auto;
}
[dir="rtl"] .wrapper-items .pages_item .list-unstyled {
  right: auto;
  left: 16px;
}
[dir="rtl"] .photo-albums > .album_wrapper {
  float: right;
}
[dir="rtl"] body[id^=page_forum_] #js_forum_search_wrapper .js_item_active {
  float: right;
  margin-right: 0;
}
[dir="rtl"] #page_forum_index div.row1 .forum_info_left:before,
[dir="rtl"] #page_forum_forum div.row1 .forum_info_left:before,
[dir="rtl"] #page_forum_index div.row2 .forum_info_left:before,
[dir="rtl"] #page_forum_forum div.row2 .forum_info_left:before {
  float: right;
}
[dir="rtl"] #page_forum_index ._forum_info > li,
[dir="rtl"] #page_forum_forum ._forum_info > li {
  padding: 0 16px 0 0;
}
@media (max-width: 768px) {
  [dir="rtl"] #page_forum_index ._forum_info > li > strong,
  [dir="rtl"] #page_forum_forum ._forum_info > li > strong {
    margin-right: 0px;
    margin-left: 5px;
  }
}
[dir="rtl"] #page_forum_forum ._moderator {
  left: auto;
  right: 27px;
}
[dir="rtl"] .quiz_listing.block_listing .block_listing_title div.extra_info.right {
  right: auto;
  left: 0;
}
[dir="rtl"] .event_large_item div._moderator {
  right: auto;
  left: 0;
}
[dir="rtl"] .event_large_item div._moderator .row_edit_bar {
  float: left;
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .collection-item-stage .row_edit_bar_parent {
  float: left;
}
[dir="rtl"] .music_row > div._moderator a.moderate_link {
  margin-left: 0 !important;
  margin-right: 30px;
  right: 0;
}
[dir="rtl"] .music_row > div._moderator .row_edit_bar > a.row_edit_bar_action {
  right: 0;
  left: auto;
}
[dir="rtl"] .music_row > div._moderator .row_edit_bar .dropdown-menu {
  left: auto;
  right: 0;
}
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li,
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li:hover {
  float: right;
  padding: 5px 8px 5px 20px;
}
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li a.friend_search_remove,
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li:hover a.friend_search_remove,
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li a.friend_search_remove:hover,
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li:hover a.friend_search_remove:hover {
  right: auto;
  left: 2px;
}
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li .friend_search_name,
[dir="rtl"] .js_custom_search_friend_holder ul.inline_bubble > li:hover .friend_search_name {
  margin-right: 0;
  margin-left: 5px;
}
[dir="rtl"] #activity_feed_share_this_one {
  float: right;
}
[dir="rtl"] .ad_unit_multi_ad_url {
  text-align: right;
}
[dir="rtl"] .ad_unit_multi_ad_text {
  text-align: right;
  margin-right: 0;
  margin-left: 0;
}
[dir="rtl"] .ad_unit_multi_ad_title {
  text-align: right;
}
[dir="rtl"] a.page_section_menu_link:before {
  content: "\f190";
}
[dir="rtl"] #nprogress .spinner {
  right: auto;
  left: 15px;
}
[dir="rtl"] #nprogress .bar {
  left: auto;
  right: 0;
}
[dir="rtl"] #nprogress .peg {
  right: auto;
  left: 0;
}
[dir="rtl"] .profiles_owner_actions ul.dropdown-menu li.cover_section_menu_item > a {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .forum_mini_post {
  padding-left: 0;
  padding-right: 40px;
}
[dir="rtl"] .forum_mini_post > ._i {
  left: auto;
  right: 0;
}
@media (max-width: 480px) {
  [dir="rtl"] .event_large_item .event_large_image {
    margin-left: 0;
    margin-right: 90px;
  }
  [dir="rtl"] .event_large_item .event_large_title {
    padding: 16px;
  }
}
[dir="rtl"] .listing_purchase {
  float: left;
}
[dir="rtl"] #page_forum_index #content .is_toggled .toggle i.fa-angle-down:before,
[dir="rtl"] #page_forum_forum #content .is_toggled .toggle i.fa-angle-down:before {
  content: "\f104";
}
[dir="rtl"] .js_datepicker_image {
  right: auto;
  left: 12px;
}
[dir="rtl"] #right ul.block_listing .block_listing_image,
[dir="rtl"] #left ul.block_listing .block_listing_image,
[dir="rtl"] .music_album_view ul.block_listing .block_listing_image {
  float: right;
}
[dir="rtl"] #right ul.block_listing .block_listing_title,
[dir="rtl"] #left ul.block_listing .block_listing_title,
[dir="rtl"] .music_album_view ul.block_listing .block_listing_title {
  padding-left: 0;
  padding-right: 44px;
}
[dir="rtl"] #right ul.block_listing .block_listing_title.img_50,
[dir="rtl"] #left ul.block_listing .block_listing_title.img_50,
[dir="rtl"] .music_album_view ul.block_listing .block_listing_title.img_50 {
  padding-right: 62px;
}
[dir="rtl"] ul.extra_info_middot li {
  padding-right: 0;
  padding-left: 6px;
  display: inline-block;
}
[dir="rtl"] .js_temp_photo_holder {
  right: auto;
  left: 5px;
}
[dir="rtl"] .js_tmp_upload_bar_upload {
  left: auto;
  right: 0px;
}
[dir="rtl"] .absolute-right {
  right: auto;
  left: 0;
}
[dir="rtl"] .profiles_banner #save_reposition_cover {
  right: auto;
  left: 16px;
}
[dir="rtl"] #removeQuestion {
  right: auto;
  left: 0;
}
[dir="rtl"] .correctAnswer a:first-of-type:before {
  right: auto;
  left: 10px;
}
[dir="rtl"] .panel_rows li a > i {
  left: auto;
  right: 15px;
}
[dir="rtl"] .feed_like_link a.js_like_link_toggle:before {
  border-right: 0;
  border-left: #dcdcdc 1px solid;
}
[dir="rtl"] .feed_like_link a.js_like_link_toggle:hover:before {
  border-left: 0;
}
[dir="rtl"] .item_options_holder {
  float: left;
}
[dir="rtl"] .comment_mini_content_commands {
  border-left: none;
  border-right: #dcdcdc 1px solid;
}
[dir="rtl"] .feed_comment_share_holder a:before {
  border-left: none;
  border-right: #dcdcdc 1px solid;
}
[dir="rtl"] .activity_feed_content .feed_options_holder,
[dir="rtl"] .forum_outer .item_options_holder {
  right: auto;
  left: 8px;
}
[dir="rtl"] .comment_mini_textarea_holder {
  padding-left: 0;
  padding-right: 32px;
  margin-right: 0 !important;
}
[dir="rtl"] .js_comment_feed_textarea {
  padding-left: 0;
  padding-right: 8px;
}
[dir="rtl"] .comment_mini_child_content div.comment_mini {
  margin-left: 16px;
  margin-right: 40px;
}
[dir="rtl"] .comment_mini_child_content div.comment_mini .comment_mini_content {
  margin-left: 0;
  margin-right: 38px;
}
[dir="rtl"] .js_mini_feed_comment div.comment_mini_end {
  margin-left: 16px;
  margin-right: 40px;
}
[dir="rtl"] .comment_mini_child_view_holder {
  left: auto;
  right: 40px;
}
[dir="rtl"] .load_more_comments:before,
[dir="rtl"] .load_more_comments:hover:before {
  padding-left: 5px;
  padding-right: 0;
}
[dir="rtl"] .dropdown-menu .fa-undo {
  right: auto;
  left: 16px;
}
[dir="rtl"] ul.action > li > ul > li > a {
  padding-left: 0;
  Padding-right: 16px;
}
[dir="rtl"] ul.action > li > ul > li > a:before {
  content: "\f104";
}
[dir="rtl"] ._app_poll.row_feed_loop .activity_feed_content_image,
[dir="rtl"] ._app_user_status.row_feed_loop .feed_share_poll.feed_share_holder .activity_feed_content_image {
  margin-left: 0;
}
[dir="rtl"] .comment_mini_action > ul > li {
  display: inline-block;
}
[dir="rtl"] .photos_view > .done_tagging_btn {
  left: auto;
  right: 0;
}
[dir="rtl"] .category-list .category .category-toggle {
  float: right;
}
[dir="rtl"] .category-list .category .category-toggle i.fa:before {
  content: "\f104";
}
[dir="rtl"] .category-list .category .category-toggle[aria-expanded="true"] i.fa {
  transform: rotate(-90deg);
}
.special_subcategory [dir="rtl"] .category-list .category > a {
  padding-left: 0;
  padding-right: 16px;
}
[dir="rtl"] #page_forum_forum .forum_header_menu {
  text-align: left;
}
[dir="rtl"] .photos_view > ._a_back {
  right: auto;
  left: 0;
}
[dir="rtl"] .item_info span {
  display: inline-block;
}
[dir="rtl"] .cancel_tagging {
  right: auto;
  left: 5px;
}
[dir="rtl"] .item_view:not(.no_manage) .item_info {
  margin-right: 0;
  margin-left: 45px;
}
[dir="rtl"] body[id^=page_forum_] .forum_post_article.is_search.pending-post div._moderator {
  left: 0;
  right: auto;
  text-align: left;
}
[dir="rtl"] body[id^=page_forum_] .forum_post_article.is_search {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 3px #d0d0d0 solid;
  border-left: none;
}
[dir="rtl"] #page_forum_forum .forum_post_article.is_search ._moderator a {
  padding-left: 0;
}
[dir="rtl"] .t_right {
  text-align: left;
}
[dir="rtl"] .js_tmp_upload_bar_content {
  padding-right: 0;
  padding-left: 40px;
}
[dir="rtl"] .tagFriendChooser {
  padding: 0 10px 0 0;
}
[dir="rtl"] .tagFriendChooser .tagFriendChooserImage {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .activity_feed_content .item_options_holder,
[dir="rtl"] .forum_outer .item_options_holder {
  right: auto;
  left: 8px;
}
[dir="rtl"] div[id^="js_location_input"] a {
  right: auto;
  left: 0;
}
[dir="rtl"] div[id^="js_location_input"] a.toggle-checkin {
  left: 35px;
  right: auto;
}
[dir="rtl"] div[id^="js_location_input"] input {
  padding-right: 12px;
  padding-left: 90px;
}
[dir="rtl"] .profiles_admin_actions {
  left: auto;
  right: 0;
}
[dir="rtl"] .music_row .music_row_content > .music_right > div.statistic > .count {
  margin-right: 0;
  margin-left: 5px;
}
[dir="rtl"] .quiz_result_left {
  float: right;
}
[dir="rtl"] .quiz_result_right {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
  margin-right: 40px;
  border-right: 2px solid #dcdcdc;
  padding-right: 16px;
}
[dir="rtl"] .egift_item {
  margin-right: 0;
  margin-left: 2px;
}
[dir="rtl"] .attachment_row_title > * {
  display: inline-block;
}
[dir="rtl"] .attachment_image {
  float: right;
}
[dir="rtl"] .quizz_large_item.has-visible-moderator > header > .lines-base-1 {
  margin-right: 0;
  margin-left: 10px;
}
[dir="rtl"] .quizz_large_item.has-visible-moderator > header > .lines-base-1 > span {
  display: inline-block;
}
[dir="rtl"] .user_rows {
  float: right;
}
[dir="rtl"] .music_row > div._moderator a.moderate_link.moderate_link,
[dir="rtl"] .music_row > div._moderator .row_edit_bar > a.row_edit_bar_action.moderate_link {
  float: right;
}
[dir="rtl"] .navbar-brand {
  float: right;
}
[dir="rtl"] .navbar-toggle {
  float: left;
}
@media (min-width: 992px) {
  [dir="rtl"] .col-md-1,
  [dir="rtl"] .col-md-2,
  [dir="rtl"] .col-md-3,
  [dir="rtl"] .col-md-4,
  [dir="rtl"] .col-md-5,
  [dir="rtl"] .col-md-6,
  [dir="rtl"] .col-md-7,
  [dir="rtl"] .col-md-8,
  [dir="rtl"] .col-md-9,
  [dir="rtl"] .col-md-10,
  [dir="rtl"] .col-md-11,
  [dir="rtl"] .col-md-12 {
    float: right;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .col-sm-1,
  [dir="rtl"] .col-sm-2,
  [dir="rtl"] .col-sm-3,
  [dir="rtl"] .col-sm-4,
  [dir="rtl"] .col-sm-5,
  [dir="rtl"] .col-sm-6,
  [dir="rtl"] .col-sm-7,
  [dir="rtl"] .col-sm-8,
  [dir="rtl"] .col-sm-9,
  [dir="rtl"] .col-sm-10,
  [dir="rtl"] .col-sm-11,
  [dir="rtl"] .col-sm-12 {
    float: right;
  }
}
[dir="rtl"] .col-xs-1,
[dir="rtl"] .col-xs-2,
[dir="rtl"] .col-xs-3,
[dir="rtl"] .col-xs-4,
[dir="rtl"] .col-xs-5,
[dir="rtl"] .col-xs-6,
[dir="rtl"] .col-xs-7,
[dir="rtl"] .col-xs-8,
[dir="rtl"] .col-xs-9,
[dir="rtl"] .col-xs-10,
[dir="rtl"] .col-xs-11,
[dir="rtl"] .col-xs-12 {
  float: right;
}
@media (min-width: 1200px) {
  [dir="rtl"] .col-lg-1,
  [dir="rtl"] .col-lg-2,
  [dir="rtl"] .col-lg-3,
  [dir="rtl"] .col-lg-4,
  [dir="rtl"] .col-lg-5,
  [dir="rtl"] .col-lg-6,
  [dir="rtl"] .col-lg-7,
  [dir="rtl"] .col-lg-8,
  [dir="rtl"] .col-lg-9,
  [dir="rtl"] .col-lg-10,
  [dir="rtl"] .col-lg-11,
  [dir="rtl"] .col-lg-12 {
    float: right;
  }
}
[dir="rtl"] .input-group .form-control {
  float: right;
}
[dir="rtl"] .radio input[type="radio"],
[dir="rtl"] .radio-inline input[type="radio"],
[dir="rtl"] .checkbox input[type="checkbox"],
[dir="rtl"] .checkbox-inline input[type="checkbox"] {
  margin-right: -18px;
}
[dir="rtl"] .radio label,
[dir="rtl"] .checkbox label {
  padding-right: 20px;
}
[dir="rtl"] .pull-left {
  float: right !important;
}
[dir="rtl"] .pull-right {
  float: left !important;
}
[dir="rtl"] .breadcrumbs_right_section {
  padding-left: 0;
}
[dir="rtl"] .breadcrumbs-top {
  padding-right: 20px;
  padding-left: 0;
}
[dir="rtl"] #content .listing_content {
  padding-left: 0;
  padding-right: 16px;
}
@media (max-width: 767px) {
  [dir="rtl"] #content .listing_content {
    padding-right: 0;
  }
}
[dir="rtl"] #left .block > .title > span.title_count,
[dir="rtl"] #right .block > .title > span.title_count,
[dir="rtl"] #left .block > .title a > span,
[dir="rtl"] #right .block > .title a > span {
  float: left;
}
@media (max-width: 480px) {
  [dir="rtl"] #left .block > .title > span.title_count,
  [dir="rtl"] #right .block > .title > span.title_count,
  [dir="rtl"] #left .block > .title a > span,
  [dir="rtl"] #right .block > .title a > span {
    margin-right: 0;
    margin-left: 22px;
  }
}
[dir="rtl"] ul.list-group.page-action > li > a > i {
  margin-right: 0;
  margin-left: 5px;
}
[dir="rtl"] .collection-item-stage {
  float: right !important;
}
[dir="rtl"] #page_event_view .item_bar {
  right: auto;
  left: 20px;
}
[dir="rtl"] #page_event_view .item_user_info {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] #page_photo_index:not(._is_pages_view) .item_bar ul {
  left: auto;
  right: 0;
}
[dir="rtl"] #content div.info_left {
  float: right;
}
[dir="rtl"] #content div.info_right {
  margin-right: 22%;
  margin-left: 0;
}
[dir="rtl"] .item_bar {
  left: 0;
  right: auto;
}
[dir="rtl"] a.item_bar_action,
[dir="rtl"] a.item_bar_action:hover {
  text-align: right;
}
[dir="rtl"] .feed_sort_order a.feed_sort_order_link,
[dir="rtl"] .feed_sort_order a.feed_sort_order_link:hover {
  right: auto;
  left: 20px;
  padding-left: 0;
  padding-right: 5px;
}
[dir="rtl"] .feed_comment_share_holder a i.fa-share {
  padding-left: 5px;
}
[dir="rtl"] div.comment_mini_content {
  margin-right: 40px;
  margin-left: 0;
}
[dir="rtl"] div.comment_mini_image {
  right: 0;
  left: auto;
}
[dir="rtl"] .activity_feed_image {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .activity_feed_header {
  padding-right: 85px;
  padding-left: 20px;
}
[dir="rtl"] .dropdown-menu > li > a,
[dir="rtl"] .dropdown-menu > li > span > a {
  padding: 3px 10px 3px 30px;
}
[dir="rtl"] .header-right-menu .dropdown-menu > li > a > i:before {
  padding-right: 0;
  padding-left: 10px;
}
[dir="rtl"] .dropdown-menu {
  text-align: right;
  right: 0;
  left: auto;
}
[dir="rtl"] .dropdown-menu-right {
  right: auto;
  left: 0;
}
[dir="rtl"] .activity_feed_header_info .user_profile_link_span {
  padding-right: 0px;
  padding-left: 5px;
}
[dir="rtl"] .item-collections article {
  float: right;
}
[dir="rtl"] .row_item_sec {
  padding-right: 55px;
  padding-left: 55px;
}
[dir="rtl"] .collection-item-stage > div._moderator,
[dir="rtl"] .item-collections article > div._moderator {
  float: left;
  left: 0;
  right: auto;
}
[dir="rtl"] .event_large_date,
[dir="rtl"] .event_large_time {
  float: right;
}
[dir="rtl"] .event_large_title {
  padding-left: 0;
  padding-right: 190px;
}
[dir="rtl"] .profiles_menu span.badge_number {
  left: 5px;
  right: auto;
}
[dir="rtl"] .user_rows_mini .user_rows {
  float: right;
}
[dir="rtl"] .profile_image {
  left: auto;
  right: 20px;
}
@media (max-width: 480px) {
  [dir="rtl"] .profile_image {
    left: 50%;
    right: inherit;
  }
}
[dir="rtl"] .profiles_info {
  padding-right: 200px;
  padding-left: 0;
}
@media (max-width: 480px) {
  [dir="rtl"] .profiles_info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
[dir="rtl"] .profiles_menu > ul {
  padding-right: 180px;
  padding-left: 0;
}
@media (max-width: 480px) {
  [dir="rtl"] .profiles_menu > ul {
    padding-right: 16px;
    padding-left: 16px;
  }
}
[dir="rtl"] .profile_viewer_actions > a + a {
  margin-right: 5px;
}
@media (min-width: 992px) {
  [dir="rtl"] #page_photo_index .photo_edit_row {
    float: right;
  }
}
[dir="rtl"] #js_block_border_core_menusub ul.action > li > a {
  border-right: 4px solid transparent;
  border-left-width: 0;
}
[dir="rtl"] #js_block_border_core_menusub ul.action > li.active > a,
[dir="rtl"] #js_block_border_core_menusub ul.action > li.active > a:hover,
[dir="rtl"] #js_block_border_core_menusub ul.action > li.active > a:focus {
  border-right-color: #ac1a2f;
}
[dir="rtl"] .mosaicflow__column {
  float: right;
}
[dir="rtl"] .activity_feed_content_no_image {
  border-left: 0;
}
[dir="rtl"] .search_result_image {
  left: auto;
  right: 0;
}
[dir="rtl"] .js_box_content .pf_v_url_cancel,
[dir="rtl"] .pf_v_video_url .pf_v_url_cancel {
  left: 10px;
}
[dir="rtl"] .search_result_info {
  margin-left: 0;
  margin-right: 60px;
}
@media (min-width: 480px) {
  [dir="rtl"] footer .footer-menu {
    float: left;
  }
}
[dir="rtl"] .has-feedback .form-control {
  padding-right: 12px;
  padding-left: 50px;
}
[dir="rtl"] .form-control-feedback {
  right: auto;
  left: 0;
}
[dir="rtl"] .site-logo-link .site-logo-icon > i {
  background-position: right;
}
[dir="rtl"] .list-inline > li {
  float: right;
  margin-right: 1px;
}
@media (min-width: 767px) {
  [dir="rtl"] #left {
    padding-right: 20px;
    padding-left: 0;
  }
  [dir="rtl"] #right {
    padding-right: 20px;
    padding-left: 20px;
  }
}
[dir="rtl"] .feed_comment_delete_link {
  right: auto;
}
@media (min-width: 992px) {
  [dir="rtl"] #right {
    padding-right: 0;
  }
  [dir="rtl"] .navbar-nav {
    float: right;
  }
  [dir="rtl"] .navbar-nav > li {
    float: right;
  }
}
[dir="rtl"] .item_is_active {
  right: 0;
  left: auto;
}
[dir="rtl"] .item_is_not_active {
  right: auto;
  margin-left: 0;
  margin-right: 64px;
  left: auto;
}
[dir="rtl"] ul.activity_feed_form_attach > li {
  float: right;
}
[dir="rtl"] ul.activity_feed_form_attach > li > a.global_attachment_status {
  border-right: 0;
  border-left-width: 1px;
}
[dir="rtl"] #page_forum_index #content .block > .title .toggle,
[dir="rtl"] #page_forum_forum #content .block > .title .toggle,
[dir="rtl"] #page_forum_index #content .block_clear > .title .toggle,
[dir="rtl"] #page_forum_forum #content .block_clear > .title .toggle {
  left: 0;
  right: auto;
}
[dir="rtl"] .forum_thread_photo {
  right: 0;
  left: auto;
}
[dir="rtl"] .global_attachment_manage {
  right: auto;
  left: 10px;
}
[dir="rtl"] .forum_thread_user,
[dir="rtl"] .forum_user_info .extra_info {
  padding-right: 65px;
  padding-left: 0;
}
[dir="rtl"] .sub_menu_bar > li,
[dir="rtl"] .sub_menu_bar_li {
  float: right;
}
[dir="rtl"] .js_box_close {
  left: 10px;
  right: auto;
}
.core-map-container {
  position: fixed;
  top: 128px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.core-map-container #map,
.core-map-container #js-map {
  height: 100%;
}
.core-map-container .item-map-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  font-size: 60px;
}
.core-map-container .item-map-loading .ico {
  animation: nprogress-spinner 1500ms linear infinite;
}
.core-map-container .dropdown-menu.dropdown-menu-up:after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-top: 6px solid #ffffff;
  top: 100%;
  bottom: auto;
}
html[dir='ltr'] .core-map-container .dropdown-menu.dropdown-menu-up:after {
  right: 10px !important;
  left: auto !important;
}
html[dir='rtl'] .core-map-container .dropdown-menu.dropdown-menu-up:after {
  left: 10px !important;
  right: auto !important;
}
@media (max-width: 480px) {
  body.core-gmap-controller {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
  }
}
body.core-gmap-controller #main #content-stage {
  min-height: 300px;
  background: transparent !important;
  box-shadow: none !important;
}
.core-map-search-bar {
  width: auto;
  z-index: 1000;
  margin: 0 -16px;
}
html[dir="ltr"] .core-map-search-bar .gmap-header-bar-search .header_bar_search_inner {
  padding-right: 0;
}
html[dir="rtl"] .core-map-search-bar .gmap-header-bar-search .header_bar_search_inner {
  padding-left: 0;
}
html[dir="ltr"] .core-map-search-bar .gmap-header-bar-search .header-bar-advanced-search .input-group .form-control {
  padding-right: 80px;
}
html[dir="rtl"] .core-map-search-bar .gmap-header-bar-search .header-bar-advanced-search .input-group .form-control {
  padding-left: 80px;
}
.core-map-search-bar .gmap-header-bar-search input.form-control {
  height: 56px;
  border: none;
  background: #f8f8f8;
  padding: 16px;
  font-size: 16px;
}
.core-map-search-bar .gmap-header-bar-search input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
.core-map-search-bar .gmap-header-bar-search input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
}
.core-map-search-bar .gmap-header-bar-search input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
}
.core-map-search-bar .gmap-header-bar-search input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
}
.core-map-search-bar .gmap-header-bar-search input.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.core-map-search-bar .gmap-header-bar-search .form-control-feedback {
  height: auto;
  bottom: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .core-map-search-bar .gmap-header-bar-search .form-control-feedback {
  right: 16px;
}
html[dir="rtl"] .core-map-search-bar .gmap-header-bar-search .form-control-feedback {
  left: 16px;
}
.core-map-search-bar .gmap-header-bar-search .form-control-feedback:hover {
  color: #555555;
}
.core-map-search-bar .gmap-header-bar-search input.form-control {
  border-radius: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
}
.core-map-button-collapse-desktop .item-button-collapse {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-map-button-collapse-desktop .item-button-collapse:hover {
  color: #801323;
}
.core-map-button-collapse-desktop .item-button-collapse.show-map {
  display: none;
}
body:not(.map-mobile) .core-map-listing-container {
  -webkit-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
body:not(.map-mobile) .core-map-listing-container {
  max-height: 100%;
}
.core-map-listing-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 380px;
  z-index: 9999;
  overflow: hidden;
  border-top: 1px solid #eeeeee;
}
html[dir="ltr"] .core-map-listing-container {
  left: 0;
}
html[dir="rtl"] .core-map-listing-container {
  right: 0;
}
.core-map-listing-container .item-block-outer {
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
body:not(.map-mobile) .core-map-listing-container .item-block-outer {
  height: 100%;
}
.core-map-listing-container .item-header-title {
  display: flex;
  padding-bottom: 16px;
  -webkit-flex: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.core-map-listing-container .item-header-title .item-title {
  font-size: 20px;
  line-height: 24px;
}
html[dir="ltr"] .core-map-listing-container .item-header-title .item-title {
  margin-right: 8px;
}
html[dir="rtl"] .core-map-listing-container .item-header-title .item-title {
  margin-left: 8px;
}
.core-map-listing-container .item-header-title .item-btn-back {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .core-map-listing-container .item-header-title .item-btn-back {
  margin-right: 8px;
}
html[dir="rtl"] .core-map-listing-container .item-header-title .item-btn-back {
  margin-left: 8px;
}
.core-map-listing-container .item-header-title .item-btn-back:hover {
  color: #801323;
}
html[dir='ltr'] .core-map-listing-container .item-header-title .item-btn-back {
  margin-left: -4px;
}
html[dir='rtl'] .core-map-listing-container .item-header-title .item-btn-back {
  margin-right: -4px;
}
html[dir='rtl'] .core-map-listing-container .item-header-title .item-btn-back .ico {
  transform: rotate(180deg);
}
html[dir='ltr'] .core-map-listing-container .item-header-title .core-map-button-collapse-desktop {
  margin-left: auto;
}
html[dir='rtl'] .core-map-listing-container .item-header-title .core-map-button-collapse-desktop {
  margin-right: auto;
}
.core-map-listing-container .item-header-filter .gmap-header-filter-holder {
  margin-top: 16px;
}
.core-map-listing-container .item-header-filter .gmap-header-filter-holder {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 8px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}
.core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options {
  position: relative;
  margin-bottom: 8px;
}
html[dir="ltr"] .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options {
  margin-right: 8px;
}
html[dir="rtl"] .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options {
  margin-left: 8px;
}
@media (max-width: 320px) {
  .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options {
    position: static;
  }
}
.core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options a.dropdown-toggle {
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  cursor: pointer;
  border-radius: 3px;
}
.core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options a.dropdown-toggle span.ico {
  font-size: 14px;
}
html[dir="ltr"] .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options a.dropdown-toggle span.ico {
  margin-left: 8px;
}
html[dir="rtl"] .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options a.dropdown-toggle span.ico {
  margin-right: 8px;
}
.core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options ul.dropdown-menu {
  min-width: 112px;
  width: 150px;
  min-width: fit-content;
}
@media (max-width: 480px) {
  .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options ul.dropdown-menu {
    width: 112px;
  }
}
@media (max-width: 320px) {
  .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options ul.dropdown-menu {
    left: 0;
    top: auto;
    right: 0;
    width: 100%;
    margin-top: 4px;
  }
  .core-map-listing-container .item-header-filter .gmap-header-filter-holder .filter-options ul.dropdown-menu:after {
    display: none;
  }
}
.core-map-listing-container .core-map-item-listing {
  margin: 0 -16px;
  max-height: 100%;
  overflow: auto;
  flex: 1;
  min-height: 0;
  scrollbar-color: #666 #ddd;
  scrollbar-width: thin;
}
.core-map-listing-container .core-map-item-listing::-webkit-scrollbar {
  width: 5px;
}
.core-map-listing-container .core-map-item-listing::-webkit-scrollbar-thumb {
  background: #666;
}
.core-map-listing-container .core-map-item-listing::-webkit-scrollbar-track {
  background: #ddd;
}
.core-map-listing-container .core-map-item-listing:not(.empty-listing) {
  margin-bottom: -16px;
}
.core-map-listing-container .core-map-item-listing.empty-listing {
  padding-left: 16px;
  padding-right: 16px;
}
body.map-loading .core-map-listing-container .core-map-item-listing {
  display: none;
}
.core-map-listing-container .item-loading {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
}
body.map-loading .core-map-listing-container .item-loading {
  display: flex;
}
.core-map-listing-container .item-loading .ico {
  animation: nprogress-spinner 1500ms linear infinite;
}
#page_core_gmap {
  overflow: hidden;
}
#page_core_gmap #section-header {
  margin-bottom: 0 !important;
}
.core-map-item-listing {
  position: relative;
}
.core-map-item-listing .core-map-item.active .item-outer {
  background-color: #f6c5cc;
}
.core-map-item-listing .core-map-item.active .item-outer:before {
  opacity: 1;
}
.core-map-item-listing .core-map-item .item-outer {
  border-top: 1px solid #eeeeee;
}
.core-map-item-listing .core-map-item .dropdown:not(.open) .dropdown-menu {
  display: none !important;
}
.core-map-item-listing .core-map-item .item-outer {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.core-map-item-listing .core-map-item .item-outer:before {
  content: "";
  position: absolute;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #ac1a2f;
  opacity: 0;
}
html[dir="ltr"] .core-map-item-listing .core-map-item .item-outer:before {
  left: 0;
}
html[dir="rtl"] .core-map-item-listing .core-map-item .item-outer:before {
  right: 0;
}
.core-map-item-listing .core-map-item .item-outer .item-flag-icon {
  display: inline-flex;
  margin-top: -16px;
}
html[dir="ltr"] .core-map-item-listing .core-map-item .item-outer .item-flag-icon {
  margin-left: 8px;
}
html[dir="rtl"] .core-map-item-listing .core-map-item .item-outer .item-flag-icon {
  margin-right: 8px;
}
html[dir='ltr'] .core-map-item-listing .core-map-item .item-outer .item-flag-icon {
  float: right;
}
html[dir='rtl'] .core-map-item-listing .core-map-item .item-outer .item-flag-icon {
  float: left;
}
.core-map-item-listing .core-map-item .item-outer .item-inner {
  width: 100%;
}
.core-map-item-listing .core-map-item .item-outer .item-inner > div:not(:last-child) {
  margin-bottom: 8px;
}
.core-map-item-listing .core-map-item .item-outer .item-inner .item-info-row {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.core-map-item-listing .core-map-item .item-outer .item-inner .item-info-row:not(.with-dots-separate) {
  margin-bottom: 0;
}
.core-map-item-listing .core-map-item .item-outer .item-inner .item-info-row:not(.with-dots-separate) > div {
  margin-bottom: 8px;
}
html[dir="ltr"] .core-map-item-listing .core-map-item .item-outer .item-inner .item-info-row:not(.with-dots-separate) > div:not(:last-child) {
  margin-right: 8px;
}
html[dir="rtl"] .core-map-item-listing .core-map-item .item-outer .item-inner .item-info-row:not(.with-dots-separate) > div:not(:last-child) {
  margin-left: 8px;
}
.core-map-item-listing .core-map-item .item-outer .item-inner .item-info-row.with-dots-separate > div:not(:last-child):after {
  content: "•";
  margin: 0 6px;
  font-size: 12px;
  font-weight: normal;
}
.core-map-item-listing .core-map-item .item-outer .item-media-wrapper {
  margin-top: -4px;
}
html[dir='ltr'] .core-map-item-listing .core-map-item .item-outer .item-media-wrapper {
  float: right;
}
html[dir='rtl'] .core-map-item-listing .core-map-item .item-outer .item-media-wrapper {
  float: left;
}
html[dir="ltr"] .core-map-item-listing .core-map-item .item-outer .item-media-wrapper {
  margin-left: 8px;
}
html[dir="rtl"] .core-map-item-listing .core-map-item .item-outer .item-media-wrapper {
  margin-right: 8px;
}
.core-map-item-listing .core-map-item .item-outer .item-media-wrapper + .item-flag-icon {
  position: absolute;
  margin: 0;
  top: 0;
  z-index: 99;
}
html[dir="ltr"] .core-map-item-listing .core-map-item .item-outer .item-media-wrapper + .item-flag-icon {
  right: 16px;
}
html[dir="rtl"] .core-map-item-listing .core-map-item .item-outer .item-media-wrapper + .item-flag-icon {
  left: 16px;
}
.core-map-item-listing .core-map-item .item-outer .item-media {
  width: 80px;
}
.core-map-item-listing .core-map-item .item-outer .item-media .item-media-src {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.core-map-item-listing .core-map-item .item-outer .item-media .item-media-src:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.core-map-item-listing .core-map-item .item-outer .item-title-wrapper {
  display: flex;
  justify-content: space-between;
}
.core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action {
  margin-top: -8px;
}
html[dir='ltr'] .core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action {
  margin-right: -8px;
}
html[dir='rtl'] .core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action {
  margin-left: -8px;
}
.core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action [data-toggle="dropdown"] {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
}
.core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action [data-toggle="dropdown"] .ico {
  font-size: 16px;
}
@media (min-width: 992px) {
  .core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action [data-toggle="dropdown"]:hover {
    color: #555555;
  }
  .core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action [data-toggle="dropdown"]:hover .ico:before {
    content: "\ea88";
  }
}
.core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action .dropdown.open [data-toggle="dropdown"] {
  color: #555555;
}
.core-map-item-listing .core-map-item .item-outer .item-title-wrapper .item-main-action .dropdown.open [data-toggle="dropdown"] .ico:before {
  content: "\ea88";
}
.core-map-item-listing .core-map-item .item-outer .item-price {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #ffab00;
}
.core-map-item-listing .core-map-item .item-outer .item-price .free {
  color: #47c366;
}
.core-map-item-listing .core-map-item .item-outer .item-title {
  font-weight: bold;
  color: #555555;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.core-map-item-listing .core-map-item .item-outer .item-title a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-map-item-listing .core-map-item .item-outer .item-title a:hover {
  color: #801323;
}
.core-map-item-listing .core-map-item .item-outer .item-minor-info {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
.core-map-item-listing .core-map-item .item-outer .item-minor-info .item-info-highlight {
  color: #555555;
}
.core-map-item-listing .core-map-item .item-outer .item-minor-info .item-info {
  margin-bottom: 4px;
}
.core-map-item-listing .core-map-item .item-outer .item-minor-info a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-map-item-listing .core-map-item .item-outer .item-minor-info a:hover {
  color: #801323;
}
.core-map-item-listing .core-map-item .item-outer .item-action-specific {
  display: flex;
  justify-content: space-between;
}
html[dir='ltr'] .core-map-item-listing .core-map-item .item-outer .item-action-specific .item-member-list {
  margin-left: auto;
}
html[dir='rtl'] .core-map-item-listing .core-map-item .item-outer .item-action-specific .item-member-list {
  margin-right: auto;
}
.core-map-item-listing .core-map-item .item-outer .item-member-list {
  display: flex;
  flex-flow: wrap;
}
.core-map-item-listing .core-map-item .item-outer .item-member-list .item-member {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 2px;
}
.core-map-item-listing .core-map-item .item-outer .item-member-list .item-member .img-wrapper,
.core-map-item-listing .core-map-item .item-outer .item-member-list .item-member .no_image_user {
  width: 100%;
  height: 100%;
}
.core-map-item-listing .core-map-item .item-outer .item-member-list .item-member .img-wrapper img,
.core-map-item-listing .core-map-item .item-outer .item-member-list .item-member .no_image_user img {
  width: 100%;
  height: 100%;
}
.core-map-item-listing .core-map-item .item-outer .item-member-list .item-member .no_image_user span {
  font-size: 10px;
}
.core-map-item-listing .core-map-item .item-outer .item-member-list .item-count {
  height: 24px;
  min-width: 24px;
  border-radius: 999px;
  background: #ed8b99;
  color: #ac1a2f;
  font-weight: bold;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 2px;
}
.core-map-pager {
  display: flex;
  justify-content: flex-end;
  -webkit-flex: 0;
  flex-shrink: 0;
}
.core-map-pager .btn {
  margin: 0 4px;
}
html[dir='rtl'] .core-map-pager .btn {
  transform: rotate(180deg);
}
.core-map-pager .pagination {
  margin-bottom: 0;
}
html[dir="ltr"] .core-map-pager .pagination {
  margin-left: 0;
}
html[dir="rtl"] .core-map-pager .pagination {
  margin-right: 0;
}
.core-map-pager .pagination .page-item a {
  max-height: 40px;
}
.core-map-pager .pagination .page-item a[rel="next"]:after {
  content: "\eab8";
  margin-left: 4px;
}
html[dir='rtl'] .core-map-pager .pagination .page-item a[rel="next"]:after {
  content: "\eab5";
  margin-left: 0;
  margin-right: 4px;
}
.core-map-pager .pagination .page-item a[rel="last"]:after {
  content: "\ea51";
  margin-left: 4px;
}
html[dir='rtl'] .core-map-pager .pagination .page-item a[rel="last"]:after {
  content: "\ea4a";
  margin-left: 0;
  margin-right: 4px;
}
.core-map-pager .pagination .page-item a[rel="prev"]:before {
  content: "\eab5";
  margin-right: 4px;
}
html[dir='rtl'] .core-map-pager .pagination .page-item a[rel="prev"]:before {
  content: "\eab8";
  margin-right: 0;
  margin-left: 4px;
}
.core-map-pager .pagination .page-item a[rel="first"]:before {
  content: "\ea4a";
  margin-right: 4px;
}
html[dir='rtl'] .core-map-pager .pagination .page-item a[rel="first"]:before {
  margin-right: 0;
  margin-left: 4px;
  content: "\ea51";
}
body.map-loading .core-map-pager {
  display: none;
}
.core-map-button-collapse-responsive {
  display: none;
}
#page_core_gmap.map-collapse .js_core_map_button_toggle_collapse .item-button-collapse.show-map {
  display: flex !important;
}
#page_core_gmap.map-collapse .js_core_map_button_toggle_collapse .item-button-collapse.show-list {
  display: none !important;
}
#page_core_gmap.map-mobile.map-collapse.map-collapse-part .core-map-listing-container {
  top: calc(100% - 364px);
}
@media (max-width: 767px) {
  #page_core_gmap.map-mobile.map-collapse.map-collapse-part .core-map-listing-container {
    top: 30%;
  }
}
#page_core_gmap.map-mobile:not(.map-collapse) .core-map-listing-container {
  top: 100%;
}
#page_core_gmap.map-mobile .core-map-button-collapse-desktop {
  display: none !important;
}
#page_core_gmap.map-mobile .core-map-container {
  bottom: 40px;
}
#page_core_gmap.map-mobile .core-map-search-bar .input-group {
  border-radius: 0 !important;
}
#page_core_gmap.map-mobile .core-map-search-bar .input-group input {
  border-radius: 0 !important;
}
#page_core_gmap.map-mobile .core-map-listing-container {
  left: 0;
  right: 0;
  width: auto;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
#page_core_gmap.map-mobile .core-map-button-collapse-responsive {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #eeeeee;
  z-index: 9999;
  border-top: 1px solid #dcdcdc;
}
#page_core_gmap.map-mobile .core-map-button-collapse-responsive .item-button-collapse {
  cursor: pointer;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 21px;
  color: #555555;
}
#page_core_gmap.map-mobile .core-map-button-collapse-responsive .item-button-collapse.show-map {
  display: none;
}
html[dir="ltr"] #page_core_gmap.map-mobile .core-map-button-collapse-responsive .item-button-collapse .ico {
  margin-right: 16px;
}
html[dir="rtl"] #page_core_gmap.map-mobile .core-map-button-collapse-responsive .item-button-collapse .ico {
  margin-left: 16px;
}
.core-map-mode-view-target-block .item-block-wrapper {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border-radius: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .core-map-mode-view-target-block .item-block-wrapper {
    /* IE10+ CSS */
    height: 100px;
  }
}
.core-map-mode-view-target-block .item-block-wrapper .btn {
  padding-left: 32px !important;
  padding-right: 32px !important;
  max-width: 80%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .core-map-mode-view-target-block .item-block-wrapper .btn {
    height: 48px;
    font-size: 20px;
    line-height: 26px;
  }
  .layout-left .core-map-mode-view-target-block .item-block-wrapper .btn,
  .layout-right .core-map-mode-view-target-block .item-block-wrapper .btn {
    font-size: 16px;
    line-height: 21px;
    height: 32px;
  }
}
.block.block-core-map-view {
  padding: 0 !important;
}
.block.block-core-map-view > .title {
  display: none !important;
}
.block.block-core-map-view > .content {
  margin: 0 !important;
  padding: 0 !important;
}
.core-map-popup-item {
  text-align: center;
}
.core-map-popup-item a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-map-popup-item a:hover {
  color: #801323;
}
.gmap-header-bar-search-location-wrapper {
  position: absolute;
  top: 11px;
  z-index: 2;
}
html[dir="ltr"] .gmap-header-bar-search-location-wrapper {
  right: 64px;
}
html[dir="rtl"] .gmap-header-bar-search-location-wrapper {
  left: 64px;
}
.gmap-header-bar-search-location-wrapper .gmap-header-bar-search-location {
  width: 550px;
}
.gmap-header-bar-search-location-wrapper .form-control {
  height: 40px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: 0;
  background: #fff;
}
html[dir="ltr"] .gmap-header-bar-search-location-wrapper .form-control {
  padding-right: 48px;
}
html[dir="rtl"] .gmap-header-bar-search-location-wrapper .form-control {
  padding-left: 48px;
}
.gmap-header-bar-search-location-wrapper .form-control-feedback {
  height: auto;
  bottom: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
html[dir="ltr"] .gmap-header-bar-search-location-wrapper .form-control-feedback {
  right: 8px;
}
html[dir="rtl"] .gmap-header-bar-search-location-wrapper .form-control-feedback {
  left: 8px;
}
.gmap-header-bar-search-location-wrapper .form-control-feedback.active,
.gmap-header-bar-search-location-wrapper .form-control-feedback:hover {
  color: #555555;
}
.core-gmap-controller.map-mobile .core-map-container {
  padding-top: 40px;
}
.core-gmap-controller.map-mobile .core-map-listing-container .item-block-outer {
  height: 100%;
}
.core-gmap-controller.map-mobile .core-map-listing-container .dropdown-backdrop {
  display: none;
}
.core-gmap-controller.map-mobile .gmap-header-bar-search-location-wrapper {
  top: 0;
}
html[dir="ltr"] .core-gmap-controller.map-mobile .gmap-header-bar-search-location-wrapper {
  left: 0;
}
html[dir="rtl"] .core-gmap-controller.map-mobile .gmap-header-bar-search-location-wrapper {
  right: 0;
}
html[dir="ltr"] .core-gmap-controller.map-mobile .gmap-header-bar-search-location-wrapper {
  right: 0;
}
html[dir="rtl"] .core-gmap-controller.map-mobile .gmap-header-bar-search-location-wrapper {
  left: 0;
}
.core-gmap-controller.map-mobile .gmap-header-bar-search-location-wrapper .gmap-header-bar-search-location {
  width: auto;
}
.core-gmap-controller.map-mobile .gmap-header-bar-search-location-wrapper .form-control {
  border-radius: 0 !important;
}
.js_box_content .core-schedule-feed-manage-wrapper {
  margin: -16px;
  padding: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
}
.core-schedule-feed-manage-item:last-child .item-outer {
  border-bottom: 0;
  padding-bottom: 0;
}
.core-schedule-feed-manage-item .item-outer {
  display: block;
  margin: 0 -16px;
  padding: 12px 16px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.core-schedule-feed-manage-item .item-outer .item-edit-area-click {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  cursor: pointer;
}
.core-schedule-feed-manage-item .item-outer .item-action-wrapper {
  position: relative;
  z-index: 5;
}
.core-schedule-feed-manage-item .item-time-wrapper {
  display: flex;
  justify-content: space-between;
}
.core-schedule-feed-manage-item .item-time-wrapper .item-time {
  flex: 1;
  min-width: 0;
}
.core-schedule-feed-manage-item .item-processing {
  display: inline-flex;
  padding: 4px 8px;
  background: #ffab00;
  color: #fff;
  margin-bottom: 4px;
  font-size: 13px;
}
.core-schedule-feed-manage-item .item-actions {
  margin-top: -8px;
}
html[dir='ltr'] .core-schedule-feed-manage-item .item-actions {
  margin-right: -8px;
}
html[dir='rtl'] .core-schedule-feed-manage-item .item-actions {
  margin-left: -8px;
}
.core-schedule-feed-manage-item .item-actions .item-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #555555;
}
@media (min-width: 992px) {
  .core-schedule-feed-manage-item .item-actions .item-action-btn:hover {
    color: #ee5a2b;
  }
}
.core-schedule-feed-manage-item .item-app {
  font-weight: bold;
}
.core-schedule-feed-manage-item .item-title {
  flex: 1;
  min-width: 0;
}
.core-schedule-feed-manage-item .item-time {
  color: #a2a2a2;
  font-size: 12px;
  margin-bottom: 4px;
}
html[dir="ltr"] .core-schedule-feed-manage-item .item-time .ico {
  margin-right: 8px;
}
html[dir="rtl"] .core-schedule-feed-manage-item .item-time .ico {
  margin-left: 8px;
}
.core-schedule-feed-manage-item .item-image-wrapper {
  display: flex;
}
.core-schedule-feed-manage-item .item-image-wrapper .item-image {
  position: relative;
  width: 64px;
  height: 64px;
}
html[dir="ltr"] .core-schedule-feed-manage-item .item-image-wrapper .item-image {
  margin-left: 8px;
}
html[dir="rtl"] .core-schedule-feed-manage-item .item-image-wrapper .item-image {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .core-schedule-feed-manage-item .item-image-wrapper .item-image {
    width: 40px;
    height: 40px;
  }
}
.core-schedule-feed-manage-item .item-image-wrapper .item-image .item-image-src {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.core-schedule-feed-manage-item .item-image-wrapper .item-image .item-image-src:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.core-schedule-feed-manage-item .item-image-wrapper .item-image .item-image-count {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 480px) {
  .core-schedule-feed-manage-item .item-image-wrapper .item-image .item-image-count {
    font-size: 14px;
  }
}
.core-schedule-feed-manage-item .item-info {
  display: flex;
  justify-content: space-between;
}
.core-schedule-feed-manage-item .core-schedule-feed-manage-item-content {
  position: relative;
}
.core-schedule-feed-manage-item .core-schedule-feed-manage-item-content .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  font-size: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-schedule-feed-manage-item .core-schedule-feed-manage-item-content .loading-overlay > i {
  color: #ac1a2f;
}
.core-schedule-no-item i {
  font-size: 72px;
  color: #959595;
}
.core-schedule-no-item .help-block {
  margin-top: 16px;
}
#attachment_manage .attachment_time_same_block + .attachment_time_same_block {
  margin-top: 16px;
}
#attachment_manage .attachment_time_same_block > h3.time {
  text-transform: uppercase;
  font-weight: bold;
}
#attachment_manage .attachment_time_same_block .content_attachment {
  display: inline-block;
  display: block;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px #e6e6e6 solid;
  color: #bdbdbd;
}
#attachment_manage .attachment_time_same_block .content_attachment:before,
#attachment_manage .attachment_time_same_block .content_attachment:after {
  content: " ";
  display: table;
}
#attachment_manage .attachment_time_same_block .content_attachment:after {
  clear: both;
}
#attachment_manage .attachment_time_same_block .content_attachment:before,
#attachment_manage .attachment_time_same_block .content_attachment:after {
  content: " ";
  display: table;
}
#attachment_manage .attachment_time_same_block .content_attachment:after {
  clear: both;
}
#attachment_manage .attachment_time_same_block .content_attachment .icon-wrapper {
  margin-right: 10px;
}
#attachment_manage .attachment_time_same_block .content_attachment .detail-info {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}
#attachment_manage .attachment_time_same_block .content_attachment .detail-info #using {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#attachment_manage .attachment_time_same_block .content_attachment div#remove-wrapper {
  margin-left: 10px;
}
#attachment_manage .attachment_time_same_block .content_attachment div#remove-wrapper span {
  padding: 12px;
  background: #ebebeb;
  color: #bdbdbd;
}
#attachment_manage .attachment_time_same_block .content_attachment i.fa {
  font-size: 18px;
}
.js_attachment_list {
  padding: 16px 0;
  max-height: 130px;
  overflow-x: scroll;
}
.js_attachment_list .js_attachment_list_holder > .extra_info:not(:first-child) {
  display: none;
}
div#announcement {
  margin-bottom: 10px;
  margin-top: 10px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 10px;
  border: 1px solid #D4DAE8;
  background-color: #EDEFF4;
  position: relative;
}
div#announcement .js_announcement_subject {
  font-size: 14pt;
  font-weight: bold;
}
div#announcement .js_announcement_content {
  margin-top: 10px;
  margin-left: 10px;
}
div#announcement .js_announcement_close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
  margin-right: -5px;
}
div#announcement div.announcement_date {
  margin-right: 12px;
  float: right;
  font-size: 8pt;
  color: #808080;
  font-weight: normal;
}
div#announcement div.js_announcement_subject {
  margin-top: 15px;
}
div#announcement div.js_announcement_more {
  text-align: right;
  margin: 5px 5px 0 5px;
}
.announcement-slider .owl-nav .owl-next {
  right: -20px !important;
}
.announcement-slider .owl-nav .owl-prev {
  left: -20px !important;
}
.search_result {
  padding-bottom: 10px;
  position: relative;
}
.search_result_title a,
.search_result_title a:hover {
  font-weight: bold;
  font-size: 13px;
}
.search_result_image {
  position: absolute;
}
.search_result_info {
  margin-left: 60px;
  min-height: 60px;
}
a.search_result_clip_holder,
a.search_result_clip_holder:hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  clip: rect(0, 50px, 50px, 0);
  overflow: hidden;
  display: block;
  text-decoration: none;
  text-indent: -1000px;
}
.search_result_new {
  padding: 2px;
  border-top: 1px #dfdfdf solid;
  margin-bottom: 10px;
}
.search_result_new:empty {
  display: none;
}
.main_search_bar {
  margin: 10px 0 20px 0;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 15px;
}
.search_result_photo {
  padding-top: 8px;
}
.main_search_bar_input {
  width: 300px;
}
.main_search_bar_button {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/main_search_bar_button.png') no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
}
#welcome {
  padding: 0;
  margin-bottom: 20px;
}
.blog-category {
  padding: 10px;
  font-size: 11px;
  color: #555555;
  display: inline-block;
  background: #f5f5f5;
  margin-bottom: 16px;
}
.blog-category a {
  color: #555555;
}
.row_title_info_blog .item_tag_holder {
  display: none;
}
[dir=rtl] .user_listing_with_image .block_listing_title {
  padding-right: 56px !important;
}
[dir=ltr] .user_listing_with_image .block_listing_title {
  padding-left: 56px !important;
}
.pf-front-site-statistics .online-members {
  font-size: 24px;
  color: #47c366;
  display: flex;
  margin-bottom: 16px;
}
.pf-front-site-statistics .online-members .ico {
  background: #ceefd6;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .pf-front-site-statistics .online-members .ico {
  margin-right: 16px;
}
html[dir="rtl"] .pf-front-site-statistics .online-members .ico {
  margin-left: 16px;
}
.pf-front-site-statistics .online-members .online-members-text {
  display: flex;
  flex-flow: column;
}
.pf-front-site-statistics .online-members .member-label {
  font-size: 14px;
  color: #a2a2a2;
}
.pf-front-site-statistics .page_section_menu {
  margin: 0;
  margin-top: 0 !important;
  background: transparent;
  box-shadow: none;
  margin-bottom: 8px;
}
.pf-front-site-statistics .page_section_menu:before,
.pf-front-site-statistics .page_section_menu:after {
  display: none;
}
.pf-front-site-statistics .page_section_menu .nav.nav-tabs {
  border-bottom: 0;
  display: flex;
  text-align: center;
}
.pf-front-site-statistics .page_section_menu .nav.nav-tabs > li {
  flex: 1;
}
.pf-front-site-statistics .page_section_menu .nav.nav-tabs > li a {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.pf-front-site-statistics .page_section_menu .nav.nav-tabs > li:last-of-type a {
  border-right: 0 !important;
}
.pf-front-site-statistics .stat-info {
  font-size: 12px;
  min-height: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a2a2a2;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.pf-front-site-statistics .stat-info:nth-child(even) {
  background: #f8f8f8;
}
.pf-front-site-statistics .stat-info .stat-label {
  display: inline-block;
}
.pf-front-site-statistics .stat-info .stat-value {
  padding: 0;
  float: right;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) {
  position: relative;
  display: inline-block;
  min-width: 302px;
  max-width: 576px;
}
@media (max-width: 320px) {
  .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) {
    min-width: 258px;
    max-width: 100%;
  }
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner {
  display: inline-flex;
  align-items: center;
  min-width: 302px;
  justify-content: space-between;
  border: 1px dashed #ed8b99;
  background-color: #f6c5cc;
  padding: 16px 16px;
  border-radius: 4px;
  position: relative;
  height: 78px;
}
@media (max-width: 320px) {
  .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner {
    min-width: 258px;
    max-width: 100%;
  }
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner .dropzone-button {
  border-radius: 4px;
  position: static;
  height: 40px;
  width: auto;
  font-weight: bold;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner p {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 168px;
  transition: color 0.3s;
  color: #ac1a2f;
  margin-bottom: 0;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner:hover p {
  color: #6a101d;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner:hover .dropzone-button {
  background-color: #801323;
  box-shadow: 0px 2px 8px 0px rgba(23, 77, 126, 0.4), inset 0px 0px 2px 0px rgba(30, 103, 170, 0.8);
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dismiss_upload {
  position: absolute;
  z-index: 1;
  font-size: 22px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  right: -10px;
  top: -10px;
  background-color: #fff;
  border-radius: 100%;
  transition: color 0.3s;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dismiss_upload:hover {
  color: #801323;
}
html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dismiss_upload {
  right: auto;
  left: -10px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dropzone-inner {
  justify-content: flex-end;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dropzone-inner p {
  display: none;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-remove-file .ico {
  display: none;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-remove-file span {
  display: block !important;
  color: #ac1a2f;
  cursor: pointer;
  margin-top: 4px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-remove-file span:hover {
  color: #6a101d;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -26px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-progress {
  width: 96px;
  height: 6px;
  background-color: #ed8b99;
  border-radius: 6px;
  overflow: hidden;
  right: 0;
  bottom: 12px;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-progress .dz-upload {
  height: 6px;
  display: block;
  width: 0;
  transition: width 0.3s;
  background-color: #ac1a2f;
}
html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-progress {
  right: auto;
  left: 0;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-image {
  width: 52px;
  height: 52px;
  float: left;
}
html[dir="ltr"] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-image {
  margin-right: 8px;
}
html[dir="rtl"] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-image {
  margin-left: 8px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-image img {
  max-width: 100%;
  max-height: 100%;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
}
html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-image {
  float: right;
  margin-right: 0;
}
html[dir="ltr"] html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-image {
  margin-left: 8px;
}
html[dir="rtl"] html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-image {
  margin-right: 8px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 108px;
  margin-top: 5px;
  min-width: 100px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-filename span {
  word-break: break-word;
}
html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) {
  left: auto;
  right: 10px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-file-preview {
  display: inline-flex;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  align-items: baseline;
  flex-direction: column;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-file-preview .dz-image {
  display: none;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-file-preview .dz-filename span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  display: block;
}
html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-file-preview {
  left: auto;
  right: 10px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-error .dropzone-inner {
  background-color: #fbdbd0;
  border-color: #f27f5a;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-error .dz-image {
  position: relative;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-error .dz-image:before {
  content: "\e9cb";
  font-family: 'lineficon' !important;
  width: 52px;
  height: 52px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(238, 90, 43, 0.7);
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-error .dz-image:before {
  left: auto;
  right: 0;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-processing.dz-started .dropzone-button {
  display: none !important;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-processing.dz-started .dz-image-preview {
  right: 10px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-processing.dz-started .dz-image-preview .dz-filename {
  max-width: none;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-processing.dz-started .dz-image-preview .dz-progress {
  opacity: 1;
  z-index: 1;
}
html[dir='rtl'] .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-processing.dz-started .dz-image-preview {
  left: 10px;
}
.mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) + .dz-error-message {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #ee5a2b;
}
#global_attachment_photo,
#global_attachment_videos,
.pf_select_video {
  position: relative;
}
#global_attachment_photo .dropzone-component,
#global_attachment_videos .dropzone-component,
.pf_select_video .dropzone-component {
  border-radius: 0;
  border-color: #ed8b99;
  background-color: #f6c5cc;
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 30px 8px;
  min-height: 96px;
}
#global_attachment_photo .dropzone-component::-webkit-scrollbar-track,
#global_attachment_videos .dropzone-component::-webkit-scrollbar-track,
.pf_select_video .dropzone-component::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(200, 200, 200, 0.5);
}
#global_attachment_photo .dropzone-component::-webkit-scrollbar,
#global_attachment_videos .dropzone-component::-webkit-scrollbar,
.pf_select_video .dropzone-component::-webkit-scrollbar {
  width: 100%;
  height: 5px;
  background-color: #F5F5F5;
}
#global_attachment_photo .dropzone-component::-webkit-scrollbar-thumb,
#global_attachment_videos .dropzone-component::-webkit-scrollbar-thumb,
.pf_select_video .dropzone-component::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(85, 85, 85, 0.5);
}
#global_attachment_photo .dropzone-component.dz-started,
#global_attachment_videos .dropzone-component.dz-started,
.pf_select_video .dropzone-component.dz-started {
  border: none;
  background: transparent;
  padding: 6px 0 12px 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: auto;
  min-height: auto;
  max-width: 100%;
}
#global_attachment_photo .dropzone-component.dz-started .dz-default,
#global_attachment_videos .dropzone-component.dz-started .dz-default,
.pf_select_video .dropzone-component.dz-started .dz-default {
  display: none;
}
#global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer,
#global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer,
.pf_select_video .dropzone-component.dz-started .dropzone-button.outer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background-color: transparent;
  color: #47c366;
  line-height: normal;
  font-size: 16px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  height: auto;
  order: 2;
}
html[dir="ltr"] #global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer,
html[dir="ltr"] #global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer,
html[dir="ltr"] .pf_select_video .dropzone-component.dz-started .dropzone-button.outer {
  margin-left: 16px;
}
html[dir="rtl"] #global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer,
html[dir="rtl"] #global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer,
html[dir="rtl"] .pf_select_video .dropzone-component.dz-started .dropzone-button.outer {
  margin-right: 16px;
}
#global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer .inner,
#global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer .inner,
.pf_select_video .dropzone-component.dz-started .dropzone-button.outer .inner {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #47c366;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer .ico,
#global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer .ico,
.pf_select_video .dropzone-component.dz-started .dropzone-button.outer .ico {
  font-weight: bold;
}
#global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer .ico:before,
#global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer .ico:before,
.pf_select_video .dropzone-component.dz-started .dropzone-button.outer .ico:before {
  content: "\eaae";
}
#global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer:before,
#global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer:before,
.pf_select_video .dropzone-component.dz-started .dropzone-button.outer:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  box-shadow: 1px 0px 18px -2px #000000;
  left: -17px;
  top: 0;
}
html[dir='rtl'] #global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer:before,
html[dir='rtl'] #global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer:before,
html[dir='rtl'] .pf_select_video .dropzone-component.dz-started .dropzone-button.outer:before {
  right: -17px;
  left: auto;
}
#global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer:hover .inner,
#global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer:hover .inner,
.pf_select_video .dropzone-component.dz-started .dropzone-button.outer:hover .inner {
  /* box-shadow: 0px 4px 8px 0px rgba(53, 162, 80, 0.4); */
  background-color: #47c366;
  color: #fff;
}
html[dir='rtl'] #global_attachment_photo .dropzone-component.dz-started .dropzone-button.outer,
html[dir='rtl'] #global_attachment_videos .dropzone-component.dz-started .dropzone-button.outer,
html[dir='rtl'] .pf_select_video .dropzone-component.dz-started .dropzone-button.outer {
  right: auto;
  left: 0;
}
#global_attachment_photo .dropzone-component .dropzone-button-outer,
#global_attachment_videos .dropzone-component .dropzone-button-outer,
.pf_select_video .dropzone-component .dropzone-button-outer {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
html[dir="ltr"] #global_attachment_photo .dropzone-component .dropzone-button-outer,
html[dir="ltr"] #global_attachment_videos .dropzone-component .dropzone-button-outer,
html[dir="ltr"] .pf_select_video .dropzone-component .dropzone-button-outer {
  margin-right: 16px;
}
html[dir="rtl"] #global_attachment_photo .dropzone-component .dropzone-button-outer,
html[dir="rtl"] #global_attachment_videos .dropzone-component .dropzone-button-outer,
html[dir="rtl"] .pf_select_video .dropzone-component .dropzone-button-outer {
  margin-left: 16px;
}
html[dir="ltr"] #global_attachment_photo .dropzone-component .dropzone-button-outer,
html[dir="ltr"] #global_attachment_videos .dropzone-component .dropzone-button-outer,
html[dir="ltr"] .pf_select_video .dropzone-component .dropzone-button-outer {
  left: 0;
}
html[dir="rtl"] #global_attachment_photo .dropzone-component .dropzone-button-outer,
html[dir="rtl"] #global_attachment_videos .dropzone-component .dropzone-button-outer,
html[dir="rtl"] .pf_select_video .dropzone-component .dropzone-button-outer {
  right: 0;
}
#global_attachment_photo .dropzone-component .dropzone-button-outer .dropzone-button:not(.outer).outer,
#global_attachment_videos .dropzone-component .dropzone-button-outer .dropzone-button:not(.outer).outer,
.pf_select_video .dropzone-component .dropzone-button-outer .dropzone-button:not(.outer).outer {
  display: none;
}
html[dir='rtl'] #global_attachment_photo .dropzone-component .dropzone-button-outer,
html[dir='rtl'] #global_attachment_videos .dropzone-component .dropzone-button-outer,
html[dir='rtl'] .pf_select_video .dropzone-component .dropzone-button-outer {
  float: right;
}
#global_attachment_photo .dropzone-component .dz-default,
#global_attachment_videos .dropzone-component .dz-default,
.pf_select_video .dropzone-component .dz-default {
  text-align: left;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
html[dir='ltr'] #global_attachment_photo .dropzone-component .dz-default,
html[dir='ltr'] #global_attachment_videos .dropzone-component .dz-default,
html[dir='ltr'] .pf_select_video .dropzone-component .dz-default {
  padding-left: 88px;
}
html[dir='rtl'] #global_attachment_photo .dropzone-component .dz-default,
html[dir='rtl'] #global_attachment_videos .dropzone-component .dz-default,
html[dir='rtl'] .pf_select_video .dropzone-component .dz-default {
  padding-right: 88px;
}
#global_attachment_photo .dropzone-component .dz-default h4,
#global_attachment_videos .dropzone-component .dz-default h4,
.pf_select_video .dropzone-component .dz-default h4,
#global_attachment_photo .dropzone-component .dz-default p,
#global_attachment_videos .dropzone-component .dz-default p,
.pf_select_video .dropzone-component .dz-default p {
  color: #a2a2a2;
}
#global_attachment_photo .dropzone-component .dz-default h4,
#global_attachment_videos .dropzone-component .dz-default h4,
.pf_select_video .dropzone-component .dz-default h4 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 8px;
  color: #ac1a2f;
}
#global_attachment_photo .dropzone-component .dz-default p,
#global_attachment_videos .dropzone-component .dz-default p,
.pf_select_video .dropzone-component .dz-default p {
  font-size: 12px;
  margin: 0;
  margin-bottom: 2px;
  line-height: 16px;
}
html[dir='rtl'] #global_attachment_photo .dropzone-component .dz-default,
html[dir='rtl'] #global_attachment_videos .dropzone-component .dz-default,
html[dir='rtl'] .pf_select_video .dropzone-component .dz-default {
  text-align: right;
}
#global_attachment_photo .dz-preview {
  margin: 0;
  min-height: auto;
}
#global_attachment_photo .dz-preview .dz-image {
  width: 88px;
  height: 88px;
  min-width: 88px;
  border-radius: 0;
}
#global_attachment_photo .dz-preview.dz-image-preview,
#global_attachment_photo .dz-preview.dz-file-preview {
  margin: 0;
  padding: 0 4px;
  float: left;
  width: auto !important;
  min-height: auto;
}
@media (max-width: 480px) {
  #global_attachment_photo .dz-preview.dz-image-preview,
  #global_attachment_photo .dz-preview.dz-file-preview {
    width: auto !important;
  }
}
#global_attachment_photo .dz-preview.dz-image-preview .dz-image,
#global_attachment_photo .dz-preview.dz-file-preview .dz-image {
  width: 88px;
  height: 88px;
}
#global_attachment_photo .dz-preview.dz-image-preview .dz-image img,
#global_attachment_photo .dz-preview.dz-file-preview .dz-image img {
  transition: all 0.3s;
}
#global_attachment_photo .dz-preview.dz-image-preview .dz-image:after,
#global_attachment_photo .dz-preview.dz-file-preview .dz-image:after {
  display: none;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-processing .dz-progress,
#global_attachment_photo .dz-preview.dz-file-preview.dz-processing .dz-progress {
  left: 8px;
  right: 8px;
  width: auto;
  transform: translateY(-50%);
  display: block;
}
#global_attachment_photo .dz-preview.dz-image-preview .dz-filename,
#global_attachment_photo .dz-preview.dz-file-preview .dz-filename {
  display: none;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error .dz-image:after,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error .dz-image:after {
  display: block;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error .dz-error-message,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error .dz-error-message {
  left: 4px;
  right: auto;
  min-width: 216px;
  height: 64px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error .dz-error-message:after,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error .dz-error-message:after {
  display: none;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview.dz-error .dz-error-message,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview.dz-error .dz-error-message {
  right: 4px;
  left: auto;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error .dz-error-icon,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error .dz-error-icon {
  right: 12px;
  bottom: 4px;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview.dz-error .dz-error-icon,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview.dz-error .dz-error-icon {
  left: 12px;
  right: auto;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error:nth-of-type(3) .dz-error-message,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error:nth-of-type(3) .dz-error-message {
  left: 0;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview.dz-error:nth-of-type(3) .dz-error-message,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview.dz-error:nth-of-type(3) .dz-error-message {
  left: auto;
  right: 0;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error:nth-of-type(3):not(:last-of-type) .dz-error-icon,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error:nth-of-type(3):not(:last-of-type) .dz-error-icon {
  right: 12px;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview.dz-error:nth-of-type(3):not(:last-of-type) .dz-error-icon,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview.dz-error:nth-of-type(3):not(:last-of-type) .dz-error-icon {
  right: auto;
  left: 12px;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error:nth-of-type(4) ~ .dz-error .dz-error-message,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error:nth-of-type(4) ~ .dz-error .dz-error-message {
  left: 100%;
  margin-left: -22px;
  transform: translateX(-50%);
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview.dz-error:nth-of-type(4) ~ .dz-error .dz-error-message,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview.dz-error:nth-of-type(4) ~ .dz-error .dz-error-message {
  left: auto;
  right: 100%;
  margin-right: -22px;
  margin-left: 0;
  transform: translateX(50%);
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error:last-of-type .dz-error-icon,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error:last-of-type .dz-error-icon {
  right: 8px;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview.dz-error:last-of-type .dz-error-icon,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview.dz-error:last-of-type .dz-error-icon {
  right: auto;
  left: 8px;
}
#global_attachment_photo .dz-preview.dz-image-preview.dz-error:last-of-type:not(:nth-of-type(3)):not(:nth-of-type(4)) .dz-error-message,
#global_attachment_photo .dz-preview.dz-file-preview.dz-error:last-of-type:not(:nth-of-type(3)):not(:nth-of-type(4)) .dz-error-message {
  right: 0;
  left: auto;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview.dz-error:last-of-type:not(:nth-of-type(3)):not(:nth-of-type(4)) .dz-error-message,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview.dz-error:last-of-type:not(:nth-of-type(3)):not(:nth-of-type(4)) .dz-error-message {
  right: auto;
  left: 0;
}
#global_attachment_photo .dz-preview.dz-image-preview:last-of-type,
#global_attachment_photo .dz-preview.dz-file-preview:last-of-type {
  padding-right: 0;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview:last-of-type,
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview:last-of-type {
  padding-left: 0;
  padding-right: 4px;
}
#global_attachment_photo .dz-preview.dz-image-preview:nth-of-type(3),
#global_attachment_photo .dz-preview.dz-file-preview:nth-of-type(3) {
  padding-left: 0;
}
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-image-preview:nth-of-type(3),
html[dir='rtl'] #global_attachment_photo .dz-preview.dz-file-preview:nth-of-type(3) {
  padding-right: 0;
  padding-left: 4px;
}
#global_attachment_photo .dz-preview.dz-image-preview:hover .dz-image img,
#global_attachment_photo .dz-preview.dz-file-preview:hover .dz-image img {
  outline-color: #ac1a2f;
}
#global_attachment_photo .dz-preview.dz-image-preview:hover .dz-remove-file,
#global_attachment_photo .dz-preview.dz-file-preview:hover .dz-remove-file {
  opacity: 1;
}
#global_attachment_videos,
.pf_select_video {
  margin-bottom: 0;
}
#global_attachment_videos .dz-error-message,
.pf_select_video .dz-error-message {
  font-size: 12px;
  line-height: 16px;
  color: #ee5a2b;
  margin-top: 8px;
}
#global_attachment_videos .dropzone-component,
.pf_select_video .dropzone-component {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
#global_attachment_videos .dropzone-component .dz-default,
.pf_select_video .dropzone-component .dz-default {
  margin: 0 !important;
  position: relative;
  width: 100%;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-default,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-default {
  padding-left: 48px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-default,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-default {
  padding-right: 48px;
}
#global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon,
.pf_select_video .dropzone-component .dz-default .dropzone-video-icon {
  float: left;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-default .dropzone-video-icon {
  left: 0;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-default .dropzone-video-icon {
  right: 0;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-default .dropzone-video-icon {
  margin-right: 16px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-default .dropzone-video-icon {
  margin-left: 16px;
}
#global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon i.ico,
.pf_select_video .dropzone-component .dz-default .dropzone-video-icon i.ico {
  font-size: 32px;
  color: #ed8b99;
}
html[dir='rtl'] #global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon,
html[dir='rtl'] .pf_select_video .dropzone-component .dz-default .dropzone-video-icon {
  float: right;
}
#global_attachment_videos .dropzone-component.dz-started,
.pf_select_video .dropzone-component.dz-started {
  padding: 0;
}
#global_attachment_videos .dropzone-component .dz-preview,
.pf_select_video .dropzone-component .dz-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
  min-height: 70px;
  margin: 0;
  padding: 8px;
}
@media (max-width: 480px) {
  #global_attachment_videos .dropzone-component .dz-preview,
  .pf_select_video .dropzone-component .dz-preview {
    min-width: 100%;
  }
}
#global_attachment_videos .dropzone-component .dz-preview .dz-upload-successfully-icon,
.pf_select_video .dropzone-component .dz-preview .dz-upload-successfully-icon,
#global_attachment_videos .dropzone-component .dz-preview .dz-uploading-message,
.pf_select_video .dropzone-component .dz-preview .dz-uploading-message,
#global_attachment_videos .dropzone-component .dz-preview .dz-progress,
.pf_select_video .dropzone-component .dz-preview .dz-progress,
#global_attachment_videos .dropzone-component .dz-preview .dz-upload-successfully,
.pf_select_video .dropzone-component .dz-preview .dz-upload-successfully,
#global_attachment_videos .dropzone-component .dz-preview .dz-upload-again,
.pf_select_video .dropzone-component .dz-preview .dz-upload-again,
#global_attachment_videos .dropzone-component .dz-preview .dz-error-message,
.pf_select_video .dropzone-component .dz-preview .dz-error-message,
#global_attachment_videos .dropzone-component .dz-preview .dz-remove-file,
.pf_select_video .dropzone-component .dz-preview .dz-remove-file {
  display: none;
  color: #555555;
}
#global_attachment_videos .dropzone-component .dz-preview .dz-upload-again,
.pf_select_video .dropzone-component .dz-preview .dz-upload-again {
  display: none !important;
}
#global_attachment_videos .dropzone-component .dz-preview .dz-filename,
.pf_select_video .dropzone-component .dz-preview .dz-filename {
  order: -1;
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-processing,
.pf_select_video .dropzone-component .dz-preview.dz-processing {
  background: #f6c5cc;
  border: 1px dashed #ed8b99;
  padding-right: 88px;
}
html[dir='rtl'] #global_attachment_videos .dropzone-component .dz-preview.dz-processing,
html[dir='rtl'] .pf_select_video .dropzone-component .dz-preview.dz-processing {
  padding-right: 0;
  padding-left: 88px;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-processing .dz-uploading-message,
.pf_select_video .dropzone-component .dz-preview.dz-processing .dz-uploading-message {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-processing .dz-progress,
.pf_select_video .dropzone-component .dz-preview.dz-processing .dz-progress {
  display: block;
  height: 8px;
  width: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: #ed8b99;
  transform: none;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-preview.dz-processing .dz-progress,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-preview.dz-processing .dz-progress {
  right: 8px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-preview.dz-processing .dz-progress,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-preview.dz-processing .dz-progress {
  left: 8px;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-processing .dz-progress .dz-upload,
.pf_select_video .dropzone-component .dz-preview.dz-processing .dz-progress .dz-upload {
  background: #ac1a2f;
}
html[dir='rtl'] #global_attachment_videos .dropzone-component .dz-preview.dz-processing .dz-progress,
html[dir='rtl'] .pf_select_video .dropzone-component .dz-preview.dz-processing .dz-progress {
  right: auto;
}
#global_attachment_videos .dropzone-component .dz-preview .dz-remove-file,
.pf_select_video .dropzone-component .dz-preview .dz-remove-file {
  cursor: pointer;
  color: #ac1a2f;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#global_attachment_videos .dropzone-component .dz-preview .dz-remove-file:hover,
.pf_select_video .dropzone-component .dz-preview .dz-remove-file:hover {
  color: #801323;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-error,
.pf_select_video .dropzone-component .dz-preview.dz-error {
  background: #fbdbd0 !important;
  border: 1px dashed #f27f5a;
  margin: 0;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-error .dz-remove-file,
.pf_select_video .dropzone-component .dz-preview.dz-error .dz-remove-file {
  display: block;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-error .dz-upload-again,
.pf_select_video .dropzone-component .dz-preview.dz-error .dz-upload-again {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-preview.dz-error .dz-upload-again,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-preview.dz-error .dz-upload-again {
  right: 8px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-preview.dz-error .dz-upload-again,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-preview.dz-error .dz-upload-again {
  left: 8px;
}
html[dir='rtl'] #global_attachment_videos .dropzone-component .dz-preview.dz-error .dz-upload-again,
html[dir='rtl'] .pf_select_video .dropzone-component .dz-preview.dz-error .dz-upload-again {
  right: auto;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-success,
.pf_select_video .dropzone-component .dz-preview.dz-success {
  background: #ceefd6;
  border: 1px dashed #47c366;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-upload-successfully-icon,
.pf_select_video .dropzone-component .dz-preview.dz-success .dz-upload-successfully-icon {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #47c366;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-upload-successfully-icon,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-upload-successfully-icon {
  left: 8px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-upload-successfully-icon,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-upload-successfully-icon {
  right: 8px;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-uploading-message,
.pf_select_video .dropzone-component .dz-preview.dz-success .dz-uploading-message {
  display: none;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-filename,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-filename {
  padding-left: 48px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-filename,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-filename {
  padding-right: 48px;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-remove-file,
.pf_select_video .dropzone-component .dz-preview.dz-success .dz-remove-file {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-remove-file,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-remove-file {
  padding-left: 48px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-remove-file,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-remove-file {
  padding-right: 48px;
}
#global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-upload-successfully,
.pf_select_video .dropzone-component .dz-preview.dz-success .dz-upload-successfully {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
html[dir="ltr"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-upload-successfully,
html[dir="ltr"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-upload-successfully {
  padding-left: 48px;
}
html[dir="rtl"] #global_attachment_videos .dropzone-component .dz-preview.dz-success .dz-upload-successfully,
html[dir="rtl"] .pf_select_video .dropzone-component .dz-preview.dz-success .dz-upload-successfully {
  padding-right: 48px;
}
/*====================================
=            upload photo            =
====================================*/
.dropzone-component {
  border: 1px dashed #ed8b99;
  background-color: #f6c5cc;
  padding: 24px 54px 24px 54px;
  margin-bottom: 12px;
  border-radius: 0;
}
.dropzone-component .dropzone-button.outer {
  display: none;
}
.dropzone-component .dz-default .dropzone-content-outer {
  display: flex;
}
.dropzone-component .dz-default .dropzone-content-outer .dropzone-content-info {
  min-width: 0;
  flex: 1;
}
.dropzone-component#photo_feed-dropzone .dz-default .dropzone-content-outer {
  display: block;
}
.dropzone-component.dz-drag-hover {
  border-style: dashed;
}
.dropzone-component.dz-drag-hover .dz-default,
.dropzone-component.dz-drag-hover .dz-preview {
  opacity: 0.2;
}
.dropzone-component.dz-drag-hover .dropzone-button-photo .inner {
  color: #ac1a2f !important;
  background: #ed8b99 !important;
}
.dropzone-component.dz-drag-hover .dropzone-button-photo_feed .inner {
  background-color: #47c366 !important;
  color: #fff !important;
}
.dropzone-component.dz-started {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 2px 0 2px;
}
.dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
  order: 2;
  position: relative;
  display: flex;
  height: auto;
  top: auto;
  left: auto;
  border-radius: 0;
  margin-bottom: 12px;
  background-color: transparent;
  padding: 0 6px;
}
.dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 139, 153, 0.3);
  transition: all 0.3s;
  color: #ed8b99;
  font-size: 40px;
}
.dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) .inner .ico:before {
  content: "\ea25";
}
.dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) .inner:hover {
  background-color: #ed8b99;
  color: #ac1a2f;
}
.dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) .inner:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 480px) {
  .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .empty-left .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed),
  .empty-right .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 25%;
  }
  .empty-left .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed),
  .empty-right .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 50% !important;
  }
}
.dropzone-component.dz-started.dz-processing .dz-image:after {
  display: block;
}
.dropzone-component.dz-started.dz-processing .dz-progress {
  display: block;
}
.dropzone-component.dz-started.dz-processing .dz-remove-file {
  display: none;
}
.dropzone-component#photo_feed-dropzone .dz-remove-file {
  left: 4px !important;
  top: 4px !important;
}
html[dir='rtl'] .dropzone-component#photo_feed-dropzone .dz-remove-file {
  left: auto !important;
  right: 4px !important;
}
.dropzone-component:not(#v-dropzone):not(#attachment-dropzone):not([id*="attachment-dropzone"]) .dz-remove-file,
.dropzone-component#photo_feed-dropzone .dz-remove-file {
  left: 14px;
  top: 8px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% !important;
  transition: opacity 0.3s;
  animation: none;
  z-index: 11;
  width: 24px;
  height: 24px;
}
html[dir='rtl'] .dropzone-component:not(#v-dropzone):not(#attachment-dropzone):not([id*="attachment-dropzone"]) .dz-remove-file,
html[dir='rtl'] .dropzone-component#photo_feed-dropzone .dz-remove-file {
  right: 14px;
  left: auto;
}
@media (min-width: 992px) {
  .dropzone-component:not(#v-dropzone):not(#attachment-dropzone):not([id*="attachment-dropzone"]) .dz-remove-file,
  .dropzone-component#photo_feed-dropzone .dz-remove-file {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .dropzone-component:not(#v-dropzone):not(#attachment-dropzone):not([id*="attachment-dropzone"]) .dz-preview:hover .dz-remove-file,
  .dropzone-component#photo_feed-dropzone .dz-preview:hover .dz-remove-file {
    opacity: 1;
  }
}
.dropzone-component .dz-preview.dz-file-preview .dz-image {
  border-radius: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.dropzone-component .dz-preview.dz-image-preview,
.dropzone-component .dz-preview.dz-file-preview {
  margin: 0 0 12px 0;
  padding: 0 6px;
  display: flex;
}
@media screen and (min-width: 480px) {
  .dropzone-component .dz-preview.dz-image-preview,
  .dropzone-component .dz-preview.dz-file-preview {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .dropzone-component .dz-preview.dz-image-preview,
  .dropzone-component .dz-preview.dz-file-preview {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .empty-left .dropzone-component .dz-preview.dz-image-preview,
  .empty-left .dropzone-component .dz-preview.dz-file-preview,
  .empty-right .dropzone-component .dz-preview.dz-image-preview,
  .empty-right .dropzone-component .dz-preview.dz-file-preview {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .dropzone-component .dz-preview.dz-image-preview,
  .dropzone-component .dz-preview.dz-file-preview {
    width: 25%;
  }
  .empty-left .dropzone-component .dz-preview.dz-image-preview,
  .empty-left .dropzone-component .dz-preview.dz-file-preview,
  .empty-right .dropzone-component .dz-preview.dz-image-preview,
  .empty-right .dropzone-component .dz-preview.dz-file-preview {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .dropzone-component .dz-preview.dz-image-preview,
  .dropzone-component .dz-preview.dz-file-preview {
    width: 50% !important;
  }
}
.dropzone-component .dz-preview.dz-file-preview .dz-image img {
  outline: 0 !important;
}
.dropzone-component .dz-preview.dz-image-preview *,
.dropzone-component .dz-preview.dz-file-preview.dz-complete * {
  border-radius: 0 !important;
}
.dropzone-component .dz-preview.dz-image-preview .dz-image,
.dropzone-component .dz-preview.dz-file-preview.dz-complete .dz-image {
  width: 100%;
  height: 100%;
  height: auto;
}
.dropzone-component .dz-preview.dz-image-preview .dz-image img,
.dropzone-component .dz-preview.dz-file-preview.dz-complete .dz-image img {
  width: 100%;
  height: 100%;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  filter: none !important;
}
.dropzone-component .dz-preview.dz-image-preview .dz-image:after,
.dropzone-component .dz-preview.dz-file-preview.dz-complete .dz-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.dropzone-component .dz-preview.dz-image-preview .dz-image:before,
.dropzone-component .dz-preview.dz-file-preview.dz-complete .dz-image:before {
  content: "\e9cb";
  font-family: 'lineficon' !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.16);
  font-size: 48px;
  z-index: 12;
  display: none;
}
.dropzone-component .dz-preview.dz-image-preview .dz-progress,
.dropzone-component .dz-preview.dz-file-preview.dz-complete .dz-progress {
  width: 88px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 3px !important;
  display: none;
}
.dropzone-component .dz-preview.dz-image-preview .dz-progress .dz-upload,
.dropzone-component .dz-preview.dz-file-preview.dz-complete .dz-progress .dz-upload {
  border-radius: 3px !important;
  background: #ac1a2f;
}
.dropzone-component .dz-preview.dz-image-preview.dz-image-preview,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-image-preview {
  background: transparent;
}
.dropzone-component .dz-preview.dz-image-preview.dz-error,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error {
  position: relative;
}
.dropzone-component .dz-preview.dz-image-preview.dz-error .dz-error-icon,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-error-icon {
  display: block !important;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 4px;
  z-index: 10;
}
html[dir="ltr"] .dropzone-component .dz-preview.dz-image-preview.dz-error .dz-error-icon,
html[dir="ltr"] .dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-error-icon {
  right: 16px;
}
html[dir="rtl"] .dropzone-component .dz-preview.dz-image-preview.dz-error .dz-error-icon,
html[dir="rtl"] .dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-error-icon {
  left: 16px;
}
.dropzone-component .dz-preview.dz-image-preview.dz-error .dz-error-icon:after,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-error-icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateX(-50%);
  bottom: 100%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.9);
}
.dropzone-component .dz-preview.dz-image-preview.dz-error .dz-image:after,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-image:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  background-color: rgba(238, 90, 43, 0.9);
}
.dropzone-component .dz-preview.dz-image-preview.dz-error .dz-image:before,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-image:before {
  display: block;
}
.dropzone-component .dz-preview.dz-image-preview.dz-error .dz-error-message,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-error-message {
  top: auto;
  left: auto;
  right: 6px;
  bottom: 28px;
  border-radius: 3px !important;
  background: rgba(0, 0, 0, 0.9);
  color: #c8c8c8;
  font-size: 12px;
  line-height: 16px;
  width: 176px;
}
.dropzone-component .dz-preview.dz-image-preview.dz-error .dz-error-message:after,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-error-message:after {
  display: none;
}
html[dir='rtl'] .dropzone-component .dz-preview.dz-image-preview.dz-error .dz-error-message,
html[dir='rtl'] .dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error .dz-error-message {
  right: auto;
  left: 6px;
}
.dropzone-component .dz-preview.dz-image-preview.dz-error.active .dz-error-icon:after,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error.active .dz-error-icon:after {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .dropzone-component .dz-preview.dz-image-preview.dz-error:nth-child(odd) .dz-error-message,
  .dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error:nth-child(odd) .dz-error-message {
    width: calc(100vw - 48px);
    left: -3px;
  }
  html[dir='rtl'] .dropzone-component .dz-preview.dz-image-preview.dz-error:nth-child(odd) .dz-error-message,
  html[dir='rtl'] .dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error:nth-child(odd) .dz-error-message {
    right: -3px;
    left: auto;
  }
  .dropzone-component .dz-preview.dz-image-preview.dz-error:nth-child(even) .dz-error-message,
  .dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error:nth-child(even) .dz-error-message {
    width: calc(100vw - 48px);
    right: -3px;
  }
  html[dir='rtl'] .dropzone-component .dz-preview.dz-image-preview.dz-error:nth-child(even) .dz-error-message,
  html[dir='rtl'] .dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-error:nth-child(even) .dz-error-message {
    left: -3px;
    right: auto;
  }
}
.dropzone-component .dz-preview.dz-image-preview:not(.dz-processing) .dz-progress,
.dropzone-component .dz-preview.dz-file-preview.dz-complete:not(.dz-processing) .dz-progress {
  animation: none;
}
.dropzone-component .dz-preview.dz-image-preview.dz-processing .dz-progress,
.dropzone-component .dz-preview.dz-file-preview.dz-complete.dz-processing .dz-progress {
  display: block !important;
}
.dropzone-component .dz-preview.dz-image-preview:hover .dz-remove-file,
.dropzone-component .dz-preview.dz-file-preview.dz-complete:hover .dz-remove-file {
  opacity: 1;
}
.dropzone-component .dropzone-clickable {
  margin: 0;
  height: auto;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (min-width: 480px) {
  .dropzone-component .dropzone-clickable {
    width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .dropzone-component .dropzone-clickable {
    width: 16.66%;
  }
}
@media screen and (max-width: 991px) {
  .dropzone-component .dropzone-clickable {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .dropzone-component .dropzone-clickable {
    width: 50%;
  }
}
.dropzone-component .dropzone-clickable:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.dropzone-component .dropzone-clickable span {
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background-color: #ac1a2f;
}
.dropzone-component .dropzone-clickable span .ico {
  font-size: 0.7em;
}
.dropzone-component .dropzone-clickable span:hover {
  /* background-image: linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%);
                background-image: -moz-linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%);
                background-image: -webkit-linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%);
                background-image: -ms-linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%);
                box-shadow: 0px 10px 20px 0px rgba(38, 129, 213, 0.5); */
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  box-shadow: 0px 10px 20px 0px rgba(172, 26, 47, 0.5);
}
.dropzone-component .dz-default {
  margin: 0;
  transition: all 0.3s;
}
.dropzone-component .dz-default p {
  margin: 0;
  color: #a2a2a2;
}
.dropzone-component .dz-default h4 {
  font-size: 16px;
  line-height: 21px;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #ac1a2f;
  font-weight: 400;
}
.dropzone-component .dz-default .dropzone-button:not(.dropzone-button-v) {
  width: 72px;
  height: 72px;
  background-color: #ac1a2f;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 20px 0px rgba(172, 26, 47, 0.4);
  position: relative;
  margin: 0 auto;
  top: auto;
  left: auto;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dropzone-component .dz-default .dropzone-button.dropzone-button-v {
  width: auto;
  height: 40px;
  max-height: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropzone-component .dz-filename {
  display: none;
}
.dropzone-component:hover .dz-default .dropzone-button {
  /*  background-image: linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%);
           background-image: -moz-linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%);
           background-image: -webkit-linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%);
           background-image: -ms-linear-gradient( -20deg, rgb(56,188,233) 0%, rgb(47,159,223) 30%, rgb(38,129,213) 100%); */
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  box-shadow: 0px 10px 20px 0px rgba(172, 26, 47, 0.5);
}
.attachment-holder {
  border: 1px solid #dcdcdc;
  border-top: 0;
}
.global_attachment {
  border-radius: 0;
}
.global_attachment.global_attachment__has_file {
  border-radius: 0;
}
.global_attachment.attachment-form-open {
  border-bottom: 1px solid #c8c8c8;
}
.global_attachment.attachment-form-open .global_attachment_manage > a {
  background: #dcdcdc;
}
.global_attachment.attachment-form-open .global_attachment_manage > a .ico-angle-down {
  transform: rotate(180deg);
}
.global_attachment .global_attachment_manage {
  opacity: 1;
}
html[dir="ltr"] .global_attachment .global_attachment_manage {
  right: 0;
}
html[dir="rtl"] .global_attachment .global_attachment_manage {
  left: 0;
}
.global_attachment .global_attachment_manage > a {
  background: transparent;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  color: #555555;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  margin-top: -1px;
}
.global_attachment .global_attachment_manage > a .ico-angle-down {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .global_attachment .global_attachment_manage > a .ico-angle-down {
  margin-left: 8px;
}
html[dir="rtl"] .global_attachment .global_attachment_manage > a .ico-angle-down {
  margin-right: 8px;
}
html[dir='rtl'] .global_attachment .global_attachment_manage > a > span {
  display: inline-block;
}
.global_attachment .global_attachment_list .ico,
.global_attachment .global_attachment_list .fa {
  color: #a2a2a2;
  font-size: 16px;
}
.global_attachment .global_attachment_list .ico:before,
.global_attachment .global_attachment_list .fa:before {
  color: #a2a2a2;
}
.global_attachment .global_attachment_list .ico:hover,
.global_attachment .global_attachment_list .fa:hover {
  color: #555555;
}
.global_attachment .global_attachment_list .ico:hover:before,
.global_attachment .global_attachment_list .fa:hover:before {
  color: #555555;
}
.js_attachment_list {
  padding-top: 8px;
  padding-bottom: 0;
  border-top: 1px solid #eeeeee;
  overflow-x: visible;
  overflow-y: scroll;
  max-height: 300px;
}
.attachment_holder .attachment_list .no-attachment {
  font-size: 14px;
  line-height: 18px;
  color: #a2a2a2;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 16px;
}
.attachment_holder,
.attachment_holder_view,
.attachment_profile_view {
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.attachment_holder .attachment-row:nth-child(1) .item-outer,
.attachment_holder_view .attachment-row:nth-child(1) .item-outer,
.attachment_profile_view .attachment-row:nth-child(1) .item-outer {
  border-top: 0;
}
.attachment_holder .item-outer,
.attachment_holder_view .item-outer,
.attachment_profile_view .item-outer {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #eeeeee;
}
.attachment_holder .attachment-image,
.attachment_holder_view .attachment-image,
.attachment_profile_view .attachment-image {
  min-width: 48px;
  width: 48px;
}
.attachment_holder .attachment-image.attachment-image-icon,
.attachment_holder_view .attachment-image.attachment-image-icon,
.attachment_profile_view .attachment-image.attachment-image-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
html[dir='ltr'] .attachment_holder .attachment-image.attachment-image-icon,
html[dir='ltr'] .attachment_holder_view .attachment-image.attachment-image-icon,
html[dir='ltr'] .attachment_profile_view .attachment-image.attachment-image-icon {
  border-right: 1px solid #eeeeee;
}
html[dir='rtl'] .attachment_holder .attachment-image.attachment-image-icon,
html[dir='rtl'] .attachment_holder_view .attachment-image.attachment-image-icon,
html[dir='rtl'] .attachment_profile_view .attachment-image.attachment-image-icon {
  border-left: 1px solid #eeeeee;
}
.attachment_holder .attachment-image .item-media-src > span,
.attachment_holder_view .attachment-image .item-media-src > span,
.attachment_profile_view .attachment-image .item-media-src > span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.attachment_holder .attachment-image .item-media-src > span:before,
.attachment_holder_view .attachment-image .item-media-src > span:before,
.attachment_profile_view .attachment-image .item-media-src > span:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.attachment_holder .attachment-body,
.attachment_holder_view .attachment-body,
.attachment_profile_view .attachment-body {
  min-width: 0;
  flex: 1;
  position: relative;
}
html[dir='ltr'] .attachment_holder .attachment-body,
html[dir='ltr'] .attachment_holder_view .attachment-body,
html[dir='ltr'] .attachment_profile_view .attachment-body {
  padding-left: 16px;
  padding-right: 88px;
}
html[dir='rtl'] .attachment_holder .attachment-body,
html[dir='rtl'] .attachment_holder_view .attachment-body,
html[dir='rtl'] .attachment_profile_view .attachment-body {
  padding-right: 16px;
  padding-left: 88px;
}
.attachment_holder .attachment-body .attachment-row-title,
.attachment_holder_view .attachment-body .attachment-row-title,
.attachment_profile_view .attachment-body .attachment-row-title {
  display: flex;
  flex-direction: column;
}
.attachment_holder .attachment-body .attachment-row-title .item-title,
.attachment_holder_view .attachment-body .attachment-row-title .item-title,
.attachment_profile_view .attachment-body .attachment-row-title .item-title {
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.attachment_holder .attachment-body .attachment-row-title .item-info,
.attachment_holder_view .attachment-body .attachment-row-title .item-info,
.attachment_profile_view .attachment-body .attachment-row-title .item-info {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attachment_holder .attachment-body .attachment-row-actions,
.attachment_holder_view .attachment-body .attachment-row-actions,
.attachment_profile_view .attachment-body .attachment-row-actions {
  position: absolute;
  top: -8px;
  display: flex;
}
html[dir="ltr"] .attachment_holder .attachment-body .attachment-row-actions,
html[dir="ltr"] .attachment_holder_view .attachment-body .attachment-row-actions,
html[dir="ltr"] .attachment_profile_view .attachment-body .attachment-row-actions {
  right: 0;
}
html[dir="rtl"] .attachment_holder .attachment-body .attachment-row-actions,
html[dir="rtl"] .attachment_holder_view .attachment-body .attachment-row-actions,
html[dir="rtl"] .attachment_profile_view .attachment-body .attachment-row-actions {
  left: 0;
}
.attachment_holder .attachment-body .attachment-row-actions > span,
.attachment_holder_view .attachment-body .attachment-row-actions > span,
.attachment_profile_view .attachment-body .attachment-row-actions > span,
.attachment_holder .attachment-body .attachment-row-actions > a,
.attachment_holder_view .attachment-body .attachment-row-actions > a,
.attachment_profile_view .attachment-body .attachment-row-actions > a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attachment_holder .attachment-body .attachment-row-actions > span span.ico,
.attachment_holder_view .attachment-body .attachment-row-actions > span span.ico,
.attachment_profile_view .attachment-body .attachment-row-actions > span span.ico,
.attachment_holder .attachment-body .attachment-row-actions > a span.ico,
.attachment_holder_view .attachment-body .attachment-row-actions > a span.ico,
.attachment_profile_view .attachment-body .attachment-row-actions > a span.ico {
  font-size: 16px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.attachment_holder .attachment-body .attachment-row-actions > span:hover span.ico,
.attachment_holder_view .attachment-body .attachment-row-actions > span:hover span.ico,
.attachment_profile_view .attachment-body .attachment-row-actions > span:hover span.ico {
  color: #555555;
}
.attachment_holder .attachment-body .attachment-row-actions > a:hover span.ico,
.attachment_holder_view .attachment-body .attachment-row-actions > a:hover span.ico,
.attachment_profile_view .attachment-body .attachment-row-actions > a:hover span.ico {
  color: #ee5a2b;
}
.attachment_holder_view,
.attachment_profile_view {
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
}
.attachment_holder_view .attachment_header_holder,
.attachment_profile_view .attachment_header_holder {
  background: none;
  padding: 8px 0;
}
.attachment_holder_view .attachment_header_holder .attachment_header,
.attachment_profile_view .attachment_header_holder .attachment_header {
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.attachment_holder_view .attachment_list,
.attachment_profile_view .attachment_list {
  padding: 0;
}
.attachment_holder_view {
  max-height: 300px;
  overflow: auto;
}
.attachment_holder_view .attachment-row {
  max-width: 640px;
}
.attachment_profile_view {
  border-bottom: 0;
}
.attachment_profile_view .item-info > span {
  color: #555555;
}
.attachment_profile_view .item-info > span > b,
.attachment_profile_view .item-info > span > span {
  color: #a2a2a2;
}
.attachment_profile_view .attachment_time_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #555555;
}
@media (min-width: 992px) {
  #main.empty-left.empty-right .attachment_holder_view .attachment_list,
  #main.empty-left.empty-right .attachment_profile_view .attachment_list {
    display: flex;
    flex-flow: wrap;
    margin: 0 -8px;
  }
  #main.empty-left.empty-right .attachment_holder_view .attachment_list .attachment-row,
  #main.empty-left.empty-right .attachment_profile_view .attachment_list .attachment-row {
    width: 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  #main.empty-left.empty-right .attachment_holder_view .attachment_list .attachment-row:nth-child(2) .item-outer,
  #main.empty-left.empty-right .attachment_profile_view .attachment_list .attachment-row:nth-child(2) .item-outer {
    border-top: 0;
  }
}
.attachment-form-holder .js_upload_form_wrapper {
  margin-bottom: 0;
}
.attachment-form-holder .js_upload_form_wrapper .js_upload_form {
  padding: 8px;
}
.attachment-form-holder .js_upload_form_wrapper .js_upload_form .dz-error-message {
  font-size: 12px;
  line-height: 16px;
  color: #ee5a2b;
  margin-top: 8px;
}
.attachment-form-holder .attachment-form-action {
  position: relative;
  height: 40px;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
html[dir="ltr"] .attachment-form-holder .attachment-form-action .attachment-delete-all {
  margin-left: 16px;
}
html[dir="rtl"] .attachment-form-holder .attachment-form-action .attachment-delete-all {
  margin-right: 16px;
}
.attachment-form-holder .attachment-form-action .attachment-close {
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  height: auto;
  border: 0 !important;
  border-left: 1px solid #eeeeee !important;
  background: #f8f8f8;
  display: flex !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .attachment-form-holder .attachment-form-action .attachment-close {
  right: 0;
}
html[dir="rtl"] .attachment-form-holder .attachment-form-action .attachment-close {
  left: 0;
}
.attachment-form-holder .attachment-form-action .attachment-close span.ico {
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.attachment-form-holder .attachment-form-action .attachment-close:hover span.ico {
  color: #555555;
}
.dropzone-component#attachment-dropzone,
.dropzone-component[id*="attachment-dropzone"] {
  padding: 16px 8px;
  height: auto;
  min-height: auto;
  position: relative;
  margin-bottom: 0;
}
.dropzone-component#attachment-dropzone.dz-started,
.dropzone-component[id*="attachment-dropzone"].dz-started {
  padding: 0;
  border: none;
  background: transparent;
}
.dropzone-component#attachment-dropzone.dz-started .dz-default,
.dropzone-component[id*="attachment-dropzone"].dz-started .dz-default {
  display: none;
}
.dropzone-component#attachment-dropzone .dz-default .dropzone-video-icon,
.dropzone-component[id*="attachment-dropzone"] .dz-default .dropzone-video-icon {
  display: none;
}
.dropzone-component#attachment-dropzone .dz-default h4,
.dropzone-component[id*="attachment-dropzone"] .dz-default h4 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 4px;
}
.dropzone-component#attachment-dropzone .dz-default p,
.dropzone-component[id*="attachment-dropzone"] .dz-default p {
  font-size: 12px;
  margin-bottom: 2px;
}
.dropzone-component#attachment-dropzone .dz-default .dropzone-button-attachment,
.dropzone-component[id*="attachment-dropzone"] .dz-default .dropzone-button-attachment {
  width: auto;
  height: 40px;
  max-height: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 4px;
  margin-top: auto;
  margin-bottom: auto;
}
html[dir="ltr"] .dropzone-component#attachment-dropzone .dz-default .dropzone-button-attachment,
html[dir="ltr"] .dropzone-component[id*="attachment-dropzone"] .dz-default .dropzone-button-attachment {
  margin-left: 8px;
}
html[dir="rtl"] .dropzone-component#attachment-dropzone .dz-default .dropzone-button-attachment,
html[dir="rtl"] .dropzone-component[id*="attachment-dropzone"] .dz-default .dropzone-button-attachment {
  margin-right: 8px;
}
.dropzone-component#attachment-dropzone .dz-preview,
.dropzone-component[id*="attachment-dropzone"] .dz-preview {
  width: 100% !important;
  display: flex;
  align-items: center;
  min-height: auto;
  margin: 0;
  padding: 8px;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-attachment-info,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-attachment-info {
  flex: 1;
  min-width: 0;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-attachment-upload-again,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-attachment-upload-again {
  width: auto;
  height: 40px;
  max-height: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 32px !important;
  display: none !important;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-image,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-image {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: none;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-image img,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-image:before,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-image:before {
  font-size: 24px;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-image-preview .dz-image,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-image-preview .dz-image {
  display: block;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-filename,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-filename {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 18px;
  max-width: 100%;
  color: #555555;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
}
html[dir="ltr"] .dropzone-component#attachment-dropzone .dz-preview .dz-btn-progress,
html[dir="ltr"] .dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-btn-progress {
  margin-left: 8px;
}
html[dir="rtl"] .dropzone-component#attachment-dropzone .dz-preview .dz-btn-progress,
html[dir="rtl"] .dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-btn-progress {
  margin-right: 8px;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-progress,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-progress {
  width: 72px;
  height: 8px;
  position: relative;
  background-color: #ed8b99;
  border-radius: 8px;
  overflow: hidden;
  right: auto;
  left: auto;
  bottom: auto;
  top: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  z-index: 0;
  opacity: 0;
  transform: none;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-progress .dz-upload {
  height: 8px;
  display: block;
  width: 0;
  transition: width 0.3s;
  background: #ac1a2f;
}
html[dir='rtl'] .dropzone-component#attachment-dropzone .dz-preview .dz-progress,
html[dir='rtl'] .dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-progress {
  right: auto;
  left: 8px;
}
.dropzone-component#attachment-dropzone .dz-preview .dz-remove-file,
.dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-remove-file {
  font-size: 14px;
  line-height: 18px;
  color: #ac1a2f;
  display: none;
  cursor: pointer;
}
html[dir='ltr'] .dropzone-component#attachment-dropzone .dz-preview .dz-remove-file,
html[dir='ltr'] .dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-remove-file {
  padding-left: 10px;
}
html[dir='rtl'] .dropzone-component#attachment-dropzone .dz-preview .dz-remove-file,
html[dir='rtl'] .dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-remove-file {
  padding-right: 10px;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-complete.dz-error .dz-remove-file,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-complete.dz-error .dz-remove-file,
.dropzone-component#attachment-dropzone .dz-preview.dz-complete.dz-error .dz-attachment-upload-again,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-complete.dz-error .dz-attachment-upload-again {
  display: flex !important;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-error,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error {
  background-color: #fbdbd0;
  border: 1px dashed #f27f5a;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-error .dz-progress,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error .dz-progress {
  display: none;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-error .dz-error-icon,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error .dz-error-icon {
  display: none !important;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-error.dz-file-preview,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error.dz-file-preview,
.dropzone-component#attachment-dropzone .dz-preview.dz-error:not(.dz-file-preview):not(.dz-image-preview),
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error:not(.dz-file-preview):not(.dz-image-preview) {
  padding: 16px;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-error.dz-image-preview .dz-filename,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error.dz-image-preview .dz-filename {
  margin-bottom: 16px;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-error.dz-image-preview .dz-remove-file,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error.dz-image-preview .dz-remove-file {
  position: absolute;
  bottom: 14px;
}
html[dir='ltr'] .dropzone-component#attachment-dropzone .dz-preview.dz-error.dz-image-preview .dz-remove-file,
html[dir='ltr'] .dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error.dz-image-preview .dz-remove-file {
  left: 60px;
}
html[dir='rtl'] .dropzone-component#attachment-dropzone .dz-preview.dz-error.dz-image-preview .dz-remove-file,
html[dir='rtl'] .dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-error.dz-image-preview .dz-remove-file {
  right: 60px;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-processing,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-processing {
  background: #f6c5cc;
  border: 1px dashed #ed8b99;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  display: block;
}
.dropzone-component#attachment-dropzone .dz-preview.dz-processing .dz-image:after,
.dropzone-component[id*="attachment-dropzone"] .dz-preview.dz-processing .dz-image:after {
  display: none;
}
.uploader-photo-fix-height .dropzone-component .dz-preview.dz-file-preview .dz-image {
  padding-bottom: 0;
}
@media (min-width: 320px) {
  .uploader-photo-fix-height .dropzone-component .dz-preview,
  .uploader-photo-fix-height .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    min-height: 130px;
    max-height: 130px;
  }
}
@media (min-width: 400px) and (max-width: 480px) {
  .uploader-photo-fix-height .dropzone-component .dz-preview,
  .uploader-photo-fix-height .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    min-height: 170px;
    max-height: 170px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .uploader-photo-fix-height .dropzone-component .dz-preview,
  .uploader-photo-fix-height .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    min-height: 170px;
    max-height: 170px;
  }
}
@media (min-width: 768px) {
  .uploader-photo-fix-height .dropzone-component .dz-preview,
  .uploader-photo-fix-height .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    min-height: 135px;
    max-height: 135px;
  }
}
@media (min-width: 992px) {
  .uploader-photo-fix-height .dropzone-component .dz-preview,
  .uploader-photo-fix-height .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    min-height: 140px;
    max-height: 140px;
  }
}
@media (min-width: 1200px) {
  .uploader-photo-fix-height .dropzone-component .dz-preview,
  .uploader-photo-fix-height .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    min-height: 173px;
    max-height: 173px;
  }
}
@media (min-width: 1200px) {
  #main:not(.empty-left):not(.empty-right) .uploader-photo-fix-height .dropzone-component .dz-preview,
  #main:not(.empty-left):not(.empty-right) .uploader-photo-fix-height .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    min-height: 140px;
    max-height: 140px;
  }
}
@media (min-width: 992px) {
  .empty-left .dropzone-component .dz-preview.dz-image-preview,
  .empty-right .dropzone-component .dz-preview.dz-image-preview,
  .empty-left .dropzone-component .dz-preview.dz-file-preview,
  .empty-right .dropzone-component .dz-preview.dz-file-preview {
    width: 20%;
  }
  .empty-left .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed),
  .empty-right .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .empty-left.empty-right .dropzone-component .dz-preview.dz-image-preview,
  .empty-left.empty-right .dropzone-component .dz-preview.dz-file-preview {
    width: 25%;
  }
  .empty-left.empty-right .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .empty-left.empty-right .dropzone-component .dz-preview.dz-image-preview,
  .empty-left.empty-right .dropzone-component .dz-preview.dz-file-preview {
    width: 16.66%;
  }
  .empty-left.empty-right .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 16.66%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main:not(.empty-left):not(.empty-right) .dropzone-component .dz-preview.dz-image-preview,
  #main:not(.empty-left):not(.empty-right) .dropzone-component .dz-preview.dz-file-preview {
    width: 33.33%;
  }
  #main:not(.empty-left):not(.empty-right) .dropzone-component.dz-started .dropzone-button.outer:not(.dropzone-button-photo_feed) {
    width: 33.33%;
  }
}
#js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dropzone-button {
  z-index: 5;
}
#js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) {
  right: 0;
}
#js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo).dz-started .dz-preview:not(.dz-file-preview) .dz-filename {
  max-width: calc(100% - 130px);
  min-width: 80px;
}
#js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dz-progress {
  position: static !important;
  margin: 12px 0 0 0 !important;
}
#js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner .dropzone-button {
  font-size: 0;
}
#js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner .dropzone-button:before {
  font-family: 'lineficon' !important;
  content: "\ea02";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
#js_block_border_user_register .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo),
.js_box_holder #js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo),
#page_user_register #js_registration_holder .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) {
  min-width: 220px;
  width: 100%;
  max-width: 100%;
}
#js_block_border_user_register .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner,
.js_box_holder #js_upload_form_user_registration_wrapper .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner,
#page_user_register #js_registration_holder .mini-dropzone-component:not(#user-dropzone):not(.custom-upload-photo) .dropzone-inner {
  min-width: 220px;
  width: 100%;
  max-width: 100%;
}
.feed_info {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.activity_feed_content_link > div > a,
.feed_block_title_content > a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.js_comment_like_holder {
  min-height: 32px;
}
.row_feed_loop {
  padding-bottom: 0 !important;
  margin-bottom: 16px !important;
}
._app_forum_post.js_parent_feed_entry .feed_info,
._app_music_song.js_parent_feed_entry .feed_info {
  overflow: visible;
  white-space: unset;
  display: inline;
}
.activity_feed_header {
  padding-left: 76px;
  padding-right: 16px;
}
.activity_feed_header_info {
  min-height: 51px;
  margin-bottom: 0;
  font-size: 14px;
}
.activity_feed_header_info time {
  font-size: 12px;
  color: #a2a2a2;
  display: block;
}
.activity_feed_header_info time > a,
.activity_feed_header_info time > a:hover {
  color: #a2a2a2;
}
.activity_feed_header_info .feed_info {
  color: #555555;
}
.activity_feed_header_info .feed_info .dropdown .user_profile_link_span {
  padding: 0;
}
.activity_feed_content {
  padding: 0;
}
.activity_feed_content .feed_banner img {
  max-width: 100%;
}
.activity_feed_content_text {
  display: inline-block;
  display: block;
  margin: 16px;
  margin-top: 8px;
  padding: 16px;
  border: 1px #e6e6e6 solid;
}
.activity_feed_content_text:before,
.activity_feed_content_text:after {
  content: " ";
  display: table;
}
.activity_feed_content_text:after {
  clear: both;
}
.activity_feed_content_text:before,
.activity_feed_content_text:after {
  content: " ";
  display: table;
}
.activity_feed_content_text:after {
  clear: both;
}
.activity_feed_content_text > div:not(:first-child) {
  margin-top: 16px;
}
.activity_feed_content_text.empty_content {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  border: none;
}
.activity_feed_location {
  padding-top: 10px;
  margin: 16px;
  border-top: 1px solid #e6e6e6;
  position: relative;
  color: #555555;
}
.activity_like_holder {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.activity_like_holder > .user_profile_link_span > a {
  color: #ac1a2f !important;
}
.activity_feed_disabled_link .activity_feed_content_link {
  display: none !important;
}
.comment_mini_content_commands {
  background: #ffffff;
  overflow: hidden;
  border-bottom: #dcdcdc 1px solid;
  border-top: #dcdcdc 1px solid;
  border-left: #dcdcdc 1px solid;
  position: relative;
  display: block;
  height: 32px;
}
.comment_mini_content_commands > div {
  display: block;
  position: relative;
}
[dir="ltr"] .comment_mini_content_commands > div {
  float: left;
}
[dir="ltr"] .comment_mini_content_commands > div.feed_comment_share_holder {
  float: right;
}
[dir="rtl"] .comment_mini_content_commands > div {
  float: right;
}
[dir="rtl"] .comment_mini_content_commands > div.feed_comment_share_holder {
  float: left;
}
.feed_like_link a.js_like_link_toggle {
  display: block;
  color: #a2a2a2;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.feed_like_link a.js_like_link_toggle:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.feed_like_link a.js_like_link_toggle:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.feed_like_link a.js_like_link_toggle:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.feed_like_link a.js_like_link_toggle.liked {
  color: #ac1a2f;
}
.feed_like_link a.js_like_link_toggle:before {
  height: 24px;
  line-height: 24px;
  border-right: #dcdcdc 1px solid;
}
.feed_like_link a.js_like_link_toggle > span {
  display: none;
}
.comment_mini_action > ul > li {
  display: inline;
}
.comment_mini_action > ul > li + li:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image,
.feed_link_content_preview .activity_feed_content_image {
  max-width: 200px !important;
}
@media (max-width: 480px) {
  ._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image,
  .feed_link_content_preview .activity_feed_content_image {
    max-width: 100% !important;
    float: none;
    overflow: hidden;
  }
}
._app_PHPfox_Videos .feed_block_title_content iframe {
  max-width: 100%;
  width: 100%;
}
.empty-right ._app_PHPfox_Videos .feed_block_title_content iframe {
  max-width: 100%;
}
.activity_feed_content_status {
  padding-bottom: 0;
  white-space: pre-line;
}
.activity_feed_content_status .user_profile_link_span a {
  color: #ac1a2f !important;
  font-weight: normal !important;
}
.activity_feed_content_status .user_profile_link_span a:hover {
  color: #801323 !important;
}
.js_view_more_part,
.js_view_more_full {
  white-space: pre-line;
}
.feed_stream {
  background: #ffffff;
  min-height: 200px;
  margin-bottom: 20px;
}
.feed_form_textarea {
  background: #ffffff;
  color: #555555;
  padding: 10px;
}
.feed_form_textarea textarea {
  font-size: 12px;
  height: 20px;
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  text-indent: 0;
}
.feed_form_actions {
  display: none;
  position: relative;
  margin-top: 10px;
}
.feed_form_actions a,
.feed_form_actions a:hover {
  display: block;
  border: 1px #ac1a2f solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #ac1a2f;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
}
.feed_form_actions a:focus,
.feed_form_actions a:hover:focus,
.feed_form_actions a:active:focus,
.feed_form_actions a:hover:active:focus,
.feed_form_actions a.active:focus,
.feed_form_actions a:hover.active:focus,
.feed_form_actions a.focus,
.feed_form_actions a:hover.focus,
.feed_form_actions a:active.focus,
.feed_form_actions a:hover:active.focus,
.feed_form_actions a.active.focus,
.feed_form_actions a:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.feed_form_actions a:hover,
.feed_form_actions a:hover:hover,
.feed_form_actions a:focus,
.feed_form_actions a:hover:focus,
.feed_form_actions a.focus,
.feed_form_actions a:hover.focus {
  color: #333333;
  text-decoration: none;
}
.feed_form_actions a:active,
.feed_form_actions a:hover:active,
.feed_form_actions a.active,
.feed_form_actions a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.feed_form_actions a.disabled,
.feed_form_actions a:hover.disabled,
.feed_form_actions a.button_not_active,
.feed_form_actions a:hover.button_not_active,
.feed_form_actions a[disabled],
.feed_form_actions a:hover[disabled],
fieldset[disabled] .feed_form_actions a,
fieldset[disabled] .feed_form_actions a:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.feed_form_actions a.disabled,
a.feed_form_actions a:hover.disabled,
fieldset[disabled] a.feed_form_actions a,
fieldset[disabled] a.feed_form_actions a:hover {
  pointer-events: none;
}
.feed_form_actions a:focus,
.feed_form_actions a:hover:focus,
.feed_form_actions a.focus,
.feed_form_actions a:hover.focus {
  color: #333333;
  background-color: #e6e6e6 !important;
  border-color: #cccccc;
}
.feed_form_actions a:hover,
.feed_form_actions a:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.feed_form_actions a:active,
.feed_form_actions a:hover:active,
.feed_form_actions a.active,
.feed_form_actions a:hover.active,
.open > .dropdown-toggle.feed_form_actions a,
.open > .dropdown-toggle.feed_form_actions a:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
.feed_form_actions a:active:hover,
.feed_form_actions a:hover:active:hover,
.feed_form_actions a.active:hover,
.feed_form_actions a:hover.active:hover,
.open > .dropdown-toggle.feed_form_actions a:hover,
.open > .dropdown-toggle.feed_form_actions a:hover:hover,
.feed_form_actions a:active:focus,
.feed_form_actions a:hover:active:focus,
.feed_form_actions a.active:focus,
.feed_form_actions a:hover.active:focus,
.open > .dropdown-toggle.feed_form_actions a:focus,
.open > .dropdown-toggle.feed_form_actions a:hover:focus,
.feed_form_actions a:active.focus,
.feed_form_actions a:hover:active.focus,
.feed_form_actions a.active.focus,
.feed_form_actions a:hover.active.focus,
.open > .dropdown-toggle.feed_form_actions a.focus,
.open > .dropdown-toggle.feed_form_actions a:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
.feed_form_actions a:active,
.feed_form_actions a:hover:active,
.feed_form_actions a.active,
.feed_form_actions a:hover.active,
.open > .dropdown-toggle.feed_form_actions a,
.open > .dropdown-toggle.feed_form_actions a:hover {
  background-image: none;
}
.feed_form_actions a.disabled,
.feed_form_actions a:hover.disabled,
.feed_form_actions a[disabled],
.feed_form_actions a:hover[disabled],
fieldset[disabled] .feed_form_actions a,
fieldset[disabled] .feed_form_actions a:hover,
.feed_form_actions a.disabled:hover,
.feed_form_actions a:hover.disabled:hover,
.feed_form_actions a[disabled]:hover,
.feed_form_actions a:hover[disabled]:hover,
fieldset[disabled] .feed_form_actions a:hover,
fieldset[disabled] .feed_form_actions a:hover:hover,
.feed_form_actions a.disabled:focus,
.feed_form_actions a:hover.disabled:focus,
.feed_form_actions a[disabled]:focus,
.feed_form_actions a:hover[disabled]:focus,
fieldset[disabled] .feed_form_actions a:focus,
fieldset[disabled] .feed_form_actions a:hover:focus,
.feed_form_actions a.disabled.focus,
.feed_form_actions a:hover.disabled.focus,
.feed_form_actions a[disabled].focus,
.feed_form_actions a:hover[disabled].focus,
fieldset[disabled] .feed_form_actions a.focus,
fieldset[disabled] .feed_form_actions a:hover.focus,
.feed_form_actions a.disabled:active,
.feed_form_actions a:hover.disabled:active,
.feed_form_actions a[disabled]:active,
.feed_form_actions a:hover[disabled]:active,
fieldset[disabled] .feed_form_actions a:active,
fieldset[disabled] .feed_form_actions a:hover:active,
.feed_form_actions a.disabled.active,
.feed_form_actions a:hover.disabled.active,
.feed_form_actions a[disabled].active,
.feed_form_actions a:hover[disabled].active,
fieldset[disabled] .feed_form_actions a.active,
fieldset[disabled] .feed_form_actions a:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.feed_form_actions a .badge,
.feed_form_actions a:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
.feed_form_actions a.btn-icon .fa,
.feed_form_actions a:hover.btn-icon .fa,
.feed_form_actions a.btn-icon .ico,
.feed_form_actions a:hover.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] .feed_form_actions a.btn-icon .fa,
html[dir='rtl'] .feed_form_actions a:hover.btn-icon .fa,
html[dir='rtl'] .feed_form_actions a.btn-icon .ico,
html[dir='rtl'] .feed_form_actions a:hover.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
.feed_form_actions a.btn-icon .fa:last-child:nth-child(2),
.feed_form_actions a:hover.btn-icon .fa:last-child:nth-child(2),
.feed_form_actions a.btn-icon .ico:last-child:nth-child(2),
.feed_form_actions a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] .feed_form_actions a.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .feed_form_actions a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .feed_form_actions a.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] .feed_form_actions a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] .feed_form_actions a.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .feed_form_actions a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .feed_form_actions a.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] .feed_form_actions a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] .feed_form_actions a.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .feed_form_actions a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .feed_form_actions a.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] .feed_form_actions a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
.feed_form_actions a.btn-round,
.feed_form_actions a:hover.btn-round {
  border-width: 0;
}
.feed_form_actions a:hover {
  border-color: #801323;
  background: #ac1a2f;
  color: #ffffff;
  transition: all 0.5s ease;
}
.feed_form_user {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px #ebebeb solid;
  height: 60px;
}
.feed_form_user img {
  position: absolute;
  left: 0;
  top: 11px;
}
.feed_form_user .feed_form_user_info {
  position: absolute;
  left: 60px;
  top: 0;
  right: 0;
}
.feed_form_user .feed_form_user_info .user_profile_link_span > a,
.feed_form_user .feed_form_user_info .user_profile_link_span > a:hover {
  color: #808080 !important;
}
.feed_form_user .feed_form_user_info > span > a {
  font-size: 14px;
}
.feed_form_user .feed_form_user_info > div {
  padding-top: 5px;
}
.feed_form_user .feed_form_user_info > div a,
.feed_form_user .feed_form_user_info > div a:hover {
  font-size: 13px;
  color: #a6a6a6;
  display: inline-block;
  margin-right: 8px;
}
.feed_form_user .feed_form_user_info > div a:hover {
  text-decoration: underline;
}
.feed_form_user .feed_form_user_info > div a.logout:before {
  content: '/';
  padding-right: 10px;
}
.feed_form.active .feed_form_actions {
  display: block;
}
.feed_form_drop {
  margin: 10px;
  position: relative;
}
.feed_form_toggle {
  position: absolute;
  right: 10px;
  bottom: -2px;
  cursor: pointer;
  font-size: 15px;
}
.is_toggle_mode i:before {
  content: '\f151';
}
.user_block {
  display: none;
}
@media (min-width: 992px) {
  .user_block {
    display: block;
  }
}
.user_block_is_active .user_block {
  display: block;
}
.feed_form_menu {
  margin-left: -5px;
}
.feed_banner > img {
  max-width: 100%;
}
#hashtag_cloud .tag_cloud ul li {
  display: inline-block;
}
#hashtag_cloud .tag_cloud ul li a,
#hashtag_cloud .tag_cloud ul li a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: inline-block;
  font-size: 14px;
  padding: 0 2px;
}
.site_hash_tag,
.site_hash_tag:hover {
  color: #ac1a2f !important;
  display: inline-block;
}
.site_hash_tag:hover {
  background: #ac1a2f !important;
  color: #ffffff !important;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
.js_feed_comment_process_form {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  overflow: hidden;
}
.js_feed_comment_process_form > i {
  position: absolute;
  right: 15px;
  top: 23px;
  color: #ac1a2f;
}
._load_is_feed,
._load_is_feed:hover {
  display: block;
  background: #ebebeb;
  color: #9a9a9a;
  padding: 15px 0 15px 10px;
  font-size: 12px;
  cursor: text;
  transition: all 0.5s ease;
}
._load_is_feed:hover {
  background: #e0e0e0;
}
#panel .activity_feed_form_share {
  background: #ac1a2f;
}
#panel .activity_feed_form_share a,
#panel .activity_feed_form_share a:hover {
  color: #e5e5e5;
}
#panel .activity_feed_form_button {
  display: block;
}
#panel .activity_feed_form {
  background-color: #ffffff;
  margin-bottom: 0;
}
#panel .activity_feed_form input.button {
  padding-left: 20px;
  padding-right: 20px;
}
#panel .activity_feed_form_button_position_button {
  margin: 0;
}
#panel .activity_feed_form_button_position_button #activity_feed_submit {
  display: inline-block;
  vertical-align: middle;
}
#panel .activity_feed_form_button_position_button > i,
#panel .activity_feed_form_button_position_button > i:hover {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #555555;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
}
#panel .activity_feed_form_button_position_button > i:hover,
#panel .activity_feed_form_button_position_button > i.active {
  background: #ac1a2f;
  color: #ffffff;
}
#panel .activity_feed_form_button_position_button > i::before {
  margin-top: 10px;
  display: block;
}
#panel .activity_feed_form_button_position {
  border-top: 1px #e6e6e6 solid;
  margin-top: 10px;
  padding-top: 10px;
}
#global_attachment_status.global_attachment_holder_section {
  background: transparent;
  padding: 0;
  margin: 0;
}
.global_attachment_holder_section {
  background: #f0f0f0;
  padding: 16px;
  margin-bottom: 10px;
}
.global_attachment_holder_section#global_attachment_photo {
  background: transparent;
  padding: 0;
}
.global_attachment_holder_section #divFileInput {
  overflow: hidden;
}
.cancel_post {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}
.feed_comments_wrapper {
  background: #eeeeee;
}
.load_more_comments,
.load_more_comments:hover {
  display: block;
  color: #555555;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  height: 32px;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 16px;
}
.load_more_comments:before,
.load_more_comments:hover:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f107';
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  padding-right: 5px;
}
.load_more_comments:hover,
.load_more_comments:hover:hover {
  color: #ac1a2f;
}
.load_more_comments i,
.load_more_comments:hover i {
  line-height: 40px;
  display: none;
}
.load_more_comments.active {
  opacity: 1;
}
.load_more_comments.active:before {
  display: none;
}
.load_more_comments.active i {
  display: inline-block;
  margin: auto;
}
.load_more_comments.active span {
  display: none;
}
.feed_show_more_content,
.feed_show_more_content:hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
  display: block;
  color: #676767;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}
.feed_show_more_content:hover {
  background: #fff;
  color: #222;
  transition: all 0.5s ease;
}
#feed_check_new_count {
  padding-bottom: 16px;
}
.activity_feed_form_button_position_button {
  float: right;
}
.activity_feed_form {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 16px;
}
.js_box_content > .activity_feed_form {
  padding: 0;
  margin-bottom: -20px;
}
.activity_feed_form textarea,
.activity_feed_form textarea:focus {
  border: 0;
  padding: 0;
  text-indent: 0;
  background: transparent;
  width: 100%;
}
ul.activity_feed_form_attach {
  list-style-type: none;
}
ul.activity_feed_form_attach > li {
  display: block;
  float: left;
  font-weight: bold;
}
ul.activity_feed_form_attach li a.active .drop {
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/activity_feed_form_attach.png') no-repeat;
  position: absolute;
  width: 25px;
  height: 12px;
  left: -5px;
  bottom: -9px;
}
.activity_feed_form_share {
  margin-bottom: 2px;
  background: #ffffff;
  color: #555555;
}
.activity_feed_form_share_process {
  position: absolute;
  right: 8px;
  top: 4px;
  display: none;
}
ul.activity_feed_multiple_image {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.activity_feed_multiple_image li {
  float: left;
  margin-right: 10px;
}
/**
* Activity feed
*/
a.activity_feed_report,
a.activity_feed_report:hover {
  color: #77859F;
}
.item_feed_entry {
  width: 500px;
}
#js_block_border_feed_display .user_profile_link_span a,
.item_feed_entry .user_profile_link_span a {
  font-weight: bold;
}
.activity_feed_image {
  float: left;
  margin-left: 16px;
}
.activity_feed_image a {
  display: block;
}
.activity_feed_image a span {
  display: block;
}
.activity_recent_holder {
  margin-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px #DFDFDF solid;
}
.activity_recent_title {
  color: #AFAFAF;
  text-transform: uppercase;
  margin-left: 56px;
  font-weight: bold;
  font-size: 9px;
  margin-bottom: 10px;
}
.activity_feed_content_info {
  font-size: 13px;
  color: #808080;
  margin-bottom: 6px;
  overflow: hidden;
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image,
.feed_link_content_preview .activity_feed_content_image,
._app_user_status .feed_share_link .activity_feed_content_image {
  float: left;
  width: auto;
  max-width: 200px;
  border-right: 1px solid #dcdcdc;
  margin-right: -1px;
}
html[dir="rtl"] ._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image,
html[dir="rtl"] .feed_link_content_preview .activity_feed_content_image,
html[dir="rtl"] ._app_user_status .feed_share_link .activity_feed_content_image {
  float: right;
  border-left: 1px solid #dcdcdc;
  border-right: 0;
  margin-right: 0;
  margin-left: -1px;
}
@media (max-width: 480px) {
  ._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image,
  .feed_link_content_preview .activity_feed_content_image,
  ._app_user_status .feed_share_link .activity_feed_content_image {
    float: none !important;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 8px;
  }
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image img,
.feed_link_content_preview .activity_feed_content_image img,
._app_user_status .feed_share_link .activity_feed_content_image img {
  max-width: 100%;
  max-height: 500px;
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image .attachment_image_holder,
.feed_link_content_preview .activity_feed_content_image .attachment_image_holder,
._app_user_status .feed_share_link .activity_feed_content_image .attachment_image_holder {
  height: 100%;
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image .attachment_image_holder #js_attachment_link_default_image,
.feed_link_content_preview .activity_feed_content_image .attachment_image_holder #js_attachment_link_default_image,
._app_user_status .feed_share_link .activity_feed_content_image .attachment_image_holder #js_attachment_link_default_image {
  height: 100%;
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image .attachment_image_holder #js_attachment_link_default_image img,
.feed_link_content_preview .activity_feed_content_image .attachment_image_holder #js_attachment_link_default_image img,
._app_user_status .feed_share_link .activity_feed_content_image .attachment_image_holder #js_attachment_link_default_image img {
  max-height: 100%;
}
.activity_feed_content_image {
  width: 100%;
}
.activity_feed_content_no_image .activity_feed_content_display > img,
.activity_feed_content_no_image .activity_feed_content_display > img + div.newline {
  display: none;
}
a.activity_feed_content_view_more,
a.activity_feed_content_view_more:hover {
  display: block;
  border-top: 1px #DFDFDF solid;
  margin: 6px 0 10px 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  font-weight: bold;
}
.comment_mini_action {
  margin: 0;
  color: #a2a2a2;
  font-size: 12px;
}
.js_feed_comment_border ul,
.comment_mini_action ul,
.activity_feed_content_status ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.activity_feed_content_status_left {
  float: left;
  margin-right: 8px;
}
.feed_entry_rate {
  position: absolute;
  right: 4px;
}
.feed_comment_buttons_wrap {
  display: none;
}
.item_feed_entry .js_feed_comment_border ul li a,
.item_feed_entry .js_feed_comment_border ul li a:hover {
  font-weight: normal;
  font-size: 12px;
}
.feed_comment_extra {
  position: absolute;
  right: 0;
  top: 10px;
}
ul.activity_feed_form_attach li.share,
ul.activity_feed_form_attach li a.active .drop {
  display: none;
}
ul.activity_feed_form_attach > li > a {
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  padding: 0 16px;
  transition: all 0.5s ease;
  border-bottom: solid 4px;
  border-color: transparent;
}
ul.activity_feed_form_attach > li > a:hover {
  text-decoration: none;
}
ul.activity_feed_form_attach > li > a.active {
  border-color: #ac1a2f;
}
.js_comment_like_holder {
  padding-left: 15px;
}
.js_comment_like_holder .hide_it {
  line-height: 40px;
}
@media (max-width: 480px) {
  .js_comment_like_holder .hide_it {
    display: block;
  }
}
.feed_share_holder {
  border: 1px #dddddd solid;
  background: #f7f7f7;
  padding: 16px;
  border-left-width: 5px;
  margin-top: 16px;
  border-left-color: #bdbdbd;
}
.feed_share_holder .listing_row,
.feed_share_holder .music_row {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  background: inherit;
}
.feed_share_holder .activity_feed_content_link > div:first-child:not(:last-child):not(.activity_feed_content_image) {
  margin-top: 16px;
}
.feed_share_holder > .feed_share_header + .activity_feed_content_link {
  margin-top: 8px;
}
.feed_share_holder .feed_share_header .activity-feed-time-privacy-block {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
html[dir="ltr"] .feed_share_holder .feed_share_header .activity-feed-time-privacy-block time {
  margin-right: 8px;
}
html[dir="rtl"] .feed_share_holder .feed_share_header .activity-feed-time-privacy-block time {
  margin-left: 8px;
}
.feed_share_holder .feed_share_header .activity-feed-time-privacy-block time a {
  color: #999;
  font-size: 12px;
}
html[dir='rtl'] .feed_share_holder .feed_share_header .activity-feed-time-privacy-block time a {
  display: inline-block;
}
.feed_share_holder .feed_share_header .activity-feed-time-privacy-block span.ico {
  font-size: 12px;
}
.activity_feed_header .activity-feed-time-privacy-block .activity-feed-privacy-editable {
  color: #a2a2a2;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  text-align: center;
  display: inherit;
}
.activity_feed_header .activity-feed-time-privacy-block .activity-feed-privacy-editable:hover {
  color: #ac1a2f;
  background-color: #FFF;
  border-color: #ac1a2f !important;
  box-shadow: 0 4px 12px 0 rgba(30, 103, 170, 0.3);
}
ul.privacy_setting_inline li {
  display: block;
}
ul.privacy_setting_inline li > a {
  padding-left: 0 !important;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  color: #555555;
  margin-left: 0;
  width: 100%;
  justify-content: flex-start;
}
ul.privacy_setting_inline li > a .fa {
  font-size: 16px;
  min-width: 32px;
}
ul.privacy_setting_inline li > a.is_active_image {
  color: #fff !important;
}
ul.privacy_setting_inline li.is_active_image {
  background: #ac1a2f;
  color: #fff !important;
}
div.activity_feed_multiple_image > div {
  display: block;
  float: left;
}
div.activity_feed_multiple_image > div > a {
  width: 100%;
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
div.activity_feed_multiple_image > div > a > span {
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  color: white;
  height: 40px;
  min-width: 40px;
  padding: 0 4px;
  background-color: rgba(39, 129, 213, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
html[dir="ltr"] div.activity_feed_multiple_image > div > a > span {
  right: 8px;
}
html[dir="rtl"] div.activity_feed_multiple_image > div > a > span {
  left: 8px;
}
.feed-img-stage-5 .img-1,
.feed-img-stage-6 .img-1,
.feed-img-stage-5 .img-2,
.feed-img-stage-6 .img-2 {
  width: 50%;
}
.feed-img-stage-5 .img-3,
.feed-img-stage-6 .img-3,
.feed-img-stage-5 .img-4,
.feed-img-stage-6 .img-4,
.feed-img-stage-5 .img-5,
.feed-img-stage-6 .img-5 {
  width: 33.3333%;
}
.feed-img-stage-5 .img-6,
.feed-img-stage-6 .img-6 {
  display: none;
}
.feed-img-stage-4 .img-1,
.feed-img-stage-4 .img-2,
.feed-img-stage-4 .img-3,
.feed-img-stage-4 .img-4 {
  width: 50%;
}
.feed-img-stage-3 .img-1 {
  width: 100%;
}
.feed-img-stage-3 .img-2,
.feed-img-stage-3 .img-3 {
  width: 50%;
}
.feed-img-stage-2 .img-1,
.feed-img-stage-2 .img-2 {
  width: 50%;
}
div[id^="js_location_input"] {
  border-top: 1px dashed #dcdcdc;
  position: relative;
}
div[id^="js_location_input"] a {
  position: absolute;
  right: 0;
}
div[id^="js_location_input"] a.toggle-checkin {
  right: 35px;
  left: auto;
}
div[id^="js_location_input"] input {
  border: 0;
  width: 100% !important;
  padding-right: 90px;
}
div[id^="js_location_input"] input:focus {
  box-shadow: none;
}
.feed_like_link > li {
  list-style-type: none;
}
.activity_feed_content_link_title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.feed_block_title_content {
  border-left: none;
}
.activity_feed_content_display_custom,
.activity_feed_content_display {
  margin-top: 10px;
  word-break: break-word;
  word-wrap: break-word;
}
.activity_feed_content_display_custom > .extra_info + .extra_info,
.activity_feed_content_display > .extra_info + .extra_info {
  margin-top: 5px;
}
._app_user_cover.row_feed_loop .activity_feed_content_text,
._app_user_photo.row_feed_loop .activity_feed_content_text,
._app_event_comment.row_feed_loop .activity_feed_content_text,
._app_groups_comment.row_feed_loop .activity_feed_content_text,
._app_pages_comment.row_feed_loop .activity_feed_content_text,
._app_poke.row_feed_loop .activity_feed_content_text,
._app_user_status .feed_share_holder.feed_share_poke .activity_feed_content_text,
._app_PHPfox_Videos.row_feed_loop .activity_feed_content_text,
._app_user_status .feed_share_holder.feed_share_PHPfox_Videos .activity_feed_content_text,
._app_user_status.row_feed_loop .activity_feed_content_text,
._app_user_status .feed_share_holder.feed_share_user_status .activity_feed_content_text,
._app_photo.row_feed_loop .activity_feed_content_text,
._app_user_status .feed_share_holder.feed_share_photo .activity_feed_content_text,
._app_photo_album.row_feed_loop .activity_feed_content_text,
._app_user_status .feed_share_holder.feed_share_photo_album .activity_feed_content_text,
._app_custom_relation.row_feed_loop .activity_feed_content_text,
._app_user_status .feed_share_holder.feed_share_custom_relation .activity_feed_content_text,
._app_custom.row_feed_loop .activity_feed_content_text,
._app_user_status .feed_share_holder.feed_share_custom .activity_feed_content_text {
  padding: 0;
  border: none;
}
._app_user_cover.row_feed_loop .activity_feed_content_image,
._app_user_photo.row_feed_loop .activity_feed_content_image,
._app_event_comment.row_feed_loop .activity_feed_content_image,
._app_groups_comment.row_feed_loop .activity_feed_content_image,
._app_pages_comment.row_feed_loop .activity_feed_content_image,
._app_poke.row_feed_loop .activity_feed_content_image,
._app_user_status .feed_share_holder.feed_share_poke .activity_feed_content_image,
._app_PHPfox_Videos.row_feed_loop .activity_feed_content_image,
._app_user_status .feed_share_holder.feed_share_PHPfox_Videos .activity_feed_content_image,
._app_user_status.row_feed_loop .activity_feed_content_image,
._app_user_status .feed_share_holder.feed_share_user_status .activity_feed_content_image,
._app_photo.row_feed_loop .activity_feed_content_image,
._app_user_status .feed_share_holder.feed_share_photo .activity_feed_content_image,
._app_photo_album.row_feed_loop .activity_feed_content_image,
._app_user_status .feed_share_holder.feed_share_photo_album .activity_feed_content_image,
._app_custom_relation.row_feed_loop .activity_feed_content_image,
._app_user_status .feed_share_holder.feed_share_custom_relation .activity_feed_content_image,
._app_custom.row_feed_loop .activity_feed_content_image,
._app_user_status .feed_share_holder.feed_share_custom .activity_feed_content_image {
  max-width: none;
  margin-right: 0;
  width: 100%;
}
._app_user_photo .activity_feed_content_image img,
._app_pages_photo .activity_feed_content_image img,
._app_groups_photo .activity_feed_content_image img {
  width: 200px !important;
  height: 200px;
  object-fit: cover;
}
._app_user_status .feed_share_holder .activity_feed_content_text {
  padding: 16px;
  border: 1px #e6e6e6 solid;
}
._app_user_status .feed_share_holder .activity_feed_content_image {
  width: auto;
  max-width: 200px;
  margin-right: 8px;
}
._app_event_comment > .activity_feed_content > .activity_feed_content_text > .activity_feed_content_link,
._app_groups_comment > .activity_feed_content > .activity_feed_content_text > .activity_feed_content_link,
.app_pages_comment > .activity_feed_content > .activity_feed_content_text > .activity_feed_content_link,
._app_user_status > .activity_feed_content > .activity_feed_content_text > .activity_feed_content_link {
  margin-top: 0;
}
#js_new_feed_update {
  margin-top: -16px;
  position: absolute;
  left: 50%;
  z-index: 1;
}
#js_new_feed_update #feed_check_new_count {
  position: relative;
  left: -50%;
  opacity: 0.7;
}
#js_new_feed_update #feed_check_new_count:hover {
  opacity: 0.8;
}
#js_new_feed_update #feed_check_new_count #feed_check_new_count_link {
  font-size: 14px;
  padding: 15px;
  font-weight: bold;
}
#feed_check_new_count .btn-info {
  cursor: pointer;
}
.feed_comment_share_holder a {
  display: block;
  color: #a2a2a2;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.feed_comment_share_holder a:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.feed_comment_share_holder a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f064';
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}
.feed_comment_share_holder a:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.feed_comment_share_holder a.liked {
  color: #ac1a2f;
}
.feed_comment_share_holder a:before {
  height: 24px;
  line-height: 24px;
  border-left: #dcdcdc 1px solid;
}
.feed_comment_share_holder a:hover {
  color: #ac1a2f;
}
.feed_comment_share_holder a > i {
  display: none;
}
.js_feed_comment_form,
.feed_comments_end {
  background: #eeeeee;
  padding: 15px 0;
}
.js_feed_comment_form.feed_comments_end,
.feed_comments_end.feed_comments_end {
  padding-top: 0;
}
.site_hash_tag {
  word-break: break-all !important;
}
#sHashTagValue {
  word-break: break-all !important;
}
html[dir="ltr"] .activity_feed_header_info.feed-has-dropdown-menu {
  padding-right: 8px;
}
html[dir="rtl"] .activity_feed_header_info.feed-has-dropdown-menu {
  padding-left: 8px;
}
._app_link:not(.shared_feed) .activity_feed_content_link,
.feed_link_content_preview .activity_feed_content_link,
._app_user_status .feed_share_link .activity_feed_content_link,
._app_feed_comment .feed_share_link .activity_feed_content_link {
  display: inline-block;
  display: block;
  display: flex;
  padding: 0 !important;
  border: 1px solid #eeeeee;
}
._app_link:not(.shared_feed) .activity_feed_content_link:before,
.feed_link_content_preview .activity_feed_content_link:before,
._app_user_status .feed_share_link .activity_feed_content_link:before,
._app_feed_comment .feed_share_link .activity_feed_content_link:before,
._app_link:not(.shared_feed) .activity_feed_content_link:after,
.feed_link_content_preview .activity_feed_content_link:after,
._app_user_status .feed_share_link .activity_feed_content_link:after,
._app_feed_comment .feed_share_link .activity_feed_content_link:after {
  content: " ";
  display: table;
}
._app_link:not(.shared_feed) .activity_feed_content_link:after,
.feed_link_content_preview .activity_feed_content_link:after,
._app_user_status .feed_share_link .activity_feed_content_link:after,
._app_feed_comment .feed_share_link .activity_feed_content_link:after {
  clear: both;
}
._app_link:not(.shared_feed) .activity_feed_content_link:before,
.feed_link_content_preview .activity_feed_content_link:before,
._app_user_status .feed_share_link .activity_feed_content_link:before,
._app_feed_comment .feed_share_link .activity_feed_content_link:before,
._app_link:not(.shared_feed) .activity_feed_content_link:after,
.feed_link_content_preview .activity_feed_content_link:after,
._app_user_status .feed_share_link .activity_feed_content_link:after,
._app_feed_comment .feed_share_link .activity_feed_content_link:after {
  content: " ";
  display: table;
}
._app_link:not(.shared_feed) .activity_feed_content_link:after,
.feed_link_content_preview .activity_feed_content_link:after,
._app_user_status .feed_share_link .activity_feed_content_link:after,
._app_feed_comment .feed_share_link .activity_feed_content_link:after {
  clear: both;
}
._app_link:not(.shared_feed) .activity_feed_content_link .feed_block_title_content,
.feed_link_content_preview .activity_feed_content_link .feed_block_title_content,
._app_user_status .feed_share_link .activity_feed_content_link .feed_block_title_content,
._app_feed_comment .feed_share_link .activity_feed_content_link .feed_block_title_content {
  padding: 8px;
  flex: 1;
  min-width: 0;
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image a,
.feed_link_content_preview .activity_feed_content_link .activity_feed_content_image a,
._app_user_status .feed_share_link .activity_feed_content_link .activity_feed_content_image a,
._app_feed_comment .feed_share_link .activity_feed_content_link .activity_feed_content_image a {
  height: 100%;
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image a img,
.feed_link_content_preview .activity_feed_content_link .activity_feed_content_image a img,
._app_user_status .feed_share_link .activity_feed_content_link .activity_feed_content_image a img,
._app_feed_comment .feed_share_link .activity_feed_content_link .activity_feed_content_image a img {
  min-height: 100%;
  object-fit: cover;
}
._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image .attachment_image_holder img,
.feed_link_content_preview .activity_feed_content_link .activity_feed_content_image .attachment_image_holder img,
._app_user_status .feed_share_link .activity_feed_content_link .activity_feed_content_image .attachment_image_holder img,
._app_feed_comment .feed_share_link .activity_feed_content_link .activity_feed_content_image .attachment_image_holder img {
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  ._app_link:not(.shared_feed) .activity_feed_content_link,
  .feed_link_content_preview .activity_feed_content_link,
  ._app_user_status .feed_share_link .activity_feed_content_link,
  ._app_feed_comment .feed_share_link .activity_feed_content_link {
    display: block;
  }
  ._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image,
  .feed_link_content_preview .activity_feed_content_link .activity_feed_content_image,
  ._app_user_status .feed_share_link .activity_feed_content_link .activity_feed_content_image,
  ._app_feed_comment .feed_share_link .activity_feed_content_link .activity_feed_content_image {
    margin-bottom: 0;
    max-width: 100%;
    border: 0;
  }
  ._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image a,
  .feed_link_content_preview .activity_feed_content_link .activity_feed_content_image a,
  ._app_user_status .feed_share_link .activity_feed_content_link .activity_feed_content_image a,
  ._app_feed_comment .feed_share_link .activity_feed_content_link .activity_feed_content_image a {
    height: auto;
    max-height: 100%;
    display: flex;
    flex-direction: column;
  }
  ._app_link:not(.shared_feed) .activity_feed_content_link .activity_feed_content_image a img,
  .feed_link_content_preview .activity_feed_content_link .activity_feed_content_image a img,
  ._app_user_status .feed_share_link .activity_feed_content_link .activity_feed_content_image a img,
  ._app_feed_comment .feed_share_link .activity_feed_content_link .activity_feed_content_image a img {
    height: auto;
  }
}
._app_link:not(.shared_feed) .activity_feed_content_image,
.feed_link_content_preview .activity_feed_content_image,
._app_user_status .feed_share_link .activity_feed_content_image,
._app_feed_comment .feed_share_link .activity_feed_content_image {
  font-size: 0;
}
html[dir="ltr"] ._app_link:not(.shared_feed) .activity_feed_content_image,
html[dir="ltr"] .feed_link_content_preview .activity_feed_content_image,
html[dir="ltr"] ._app_user_status .feed_share_link .activity_feed_content_image,
html[dir="ltr"] ._app_feed_comment .feed_share_link .activity_feed_content_image {
  margin-right: 0;
}
html[dir="rtl"] ._app_link:not(.shared_feed) .activity_feed_content_image,
html[dir="rtl"] .feed_link_content_preview .activity_feed_content_image,
html[dir="rtl"] ._app_user_status .feed_share_link .activity_feed_content_image,
html[dir="rtl"] ._app_feed_comment .feed_share_link .activity_feed_content_image {
  margin-left: 0;
}
._app_link:not(.shared_feed) .activity_feed_content_float,
.feed_link_content_preview .activity_feed_content_float,
._app_user_status .feed_share_link .activity_feed_content_float,
._app_feed_comment .feed_share_link .activity_feed_content_float,
._app_link:not(.shared_feed) .activity_feed_content_no_image,
.feed_link_content_preview .activity_feed_content_no_image,
._app_user_status .feed_share_link .activity_feed_content_no_image,
._app_feed_comment .feed_share_link .activity_feed_content_no_image {
  overflow: hidden;
  padding: 12px 16px;
  margin: 0;
}
html[dir='ltr'] ._app_link:not(.shared_feed) .activity_feed_content_float,
html[dir='ltr'] .feed_link_content_preview .activity_feed_content_float,
html[dir='ltr'] ._app_user_status .feed_share_link .activity_feed_content_float,
html[dir='ltr'] ._app_feed_comment .feed_share_link .activity_feed_content_float,
html[dir='ltr'] ._app_link:not(.shared_feed) .activity_feed_content_no_image,
html[dir='ltr'] .feed_link_content_preview .activity_feed_content_no_image,
html[dir='ltr'] ._app_user_status .feed_share_link .activity_feed_content_no_image,
html[dir='ltr'] ._app_feed_comment .feed_share_link .activity_feed_content_no_image {
  border-left: 1px solid #eeeeee;
}
html[dir='rtl'] ._app_link:not(.shared_feed) .activity_feed_content_float,
html[dir='rtl'] .feed_link_content_preview .activity_feed_content_float,
html[dir='rtl'] ._app_user_status .feed_share_link .activity_feed_content_float,
html[dir='rtl'] ._app_feed_comment .feed_share_link .activity_feed_content_float,
html[dir='rtl'] ._app_link:not(.shared_feed) .activity_feed_content_no_image,
html[dir='rtl'] .feed_link_content_preview .activity_feed_content_no_image,
html[dir='rtl'] ._app_user_status .feed_share_link .activity_feed_content_no_image,
html[dir='rtl'] ._app_feed_comment .feed_share_link .activity_feed_content_no_image {
  border-right: 1px solid #eeeeee;
}
@media (max-width: 480px) {
  ._app_link:not(.shared_feed) .activity_feed_content_float,
  .feed_link_content_preview .activity_feed_content_float,
  ._app_user_status .feed_share_link .activity_feed_content_float,
  ._app_feed_comment .feed_share_link .activity_feed_content_float,
  ._app_link:not(.shared_feed) .activity_feed_content_no_image,
  .feed_link_content_preview .activity_feed_content_no_image,
  ._app_user_status .feed_share_link .activity_feed_content_no_image,
  ._app_feed_comment .feed_share_link .activity_feed_content_no_image {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #eeeeee;
  }
}
._app_link:not(.shared_feed) .activity_feed_content_link_title,
.feed_link_content_preview .activity_feed_content_link_title,
._app_user_status .feed_share_link .activity_feed_content_link_title,
._app_feed_comment .feed_share_link .activity_feed_content_link_title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: bold !important;
  margin-bottom: 2px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
._app_link:not(.shared_feed) .activity_feed_content_link_title_link a,
.feed_link_content_preview .activity_feed_content_link_title_link a,
._app_user_status .feed_share_link .activity_feed_content_link_title_link a,
._app_feed_comment .feed_share_link .activity_feed_content_link_title_link a {
  font-size: 12px;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
._app_link:not(.shared_feed) .activity_feed_content_link_title_link a:hover,
.feed_link_content_preview .activity_feed_content_link_title_link a:hover,
._app_user_status .feed_share_link .activity_feed_content_link_title_link a:hover,
._app_feed_comment .feed_share_link .activity_feed_content_link_title_link a:hover {
  color: #ac1a2f;
}
._app_link:not(.shared_feed) .activity_feed_content_display,
.feed_link_content_preview .activity_feed_content_display,
._app_user_status .feed_share_link .activity_feed_content_display,
._app_feed_comment .feed_share_link .activity_feed_content_display {
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 54px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
._app_user_cover .activity_feed_content_image img,
._app_pages_cover_photo .activity_feed_content_image img,
._app_groups_cover_photo .activity_feed_content_image img {
  max-width: 100%;
  max-height: 500px;
}
._app_user_photo .activity_feed_content_image img,
._app_pages_photo .activity_feed_content_image img,
._app_groups_photo .activity_feed_content_image img {
  max-width: 100%;
  max-height: 500px;
}
.activity_feed_content_image img {
  max-width: 100%;
  max-height: 500px;
}
#js_activity_feed_edit_form .js_preview_link_attachment_custom_form {
  margin-bottom: 8px;
}
body#page_pages_view #js_activity_feed_edit_form #btn_display_with_friend,
body#page_groups_view #js_activity_feed_edit_form #btn_display_with_friend {
  display: none;
}
.activity_feed_content .core-feed-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #555555;
}
.activity_feed_content .core-feed-title.line-1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.activity_feed_content .core-feed-title.line-2 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 20px;
  text-overflow: ellipsis;
  line-height: 26px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 52px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.activity_feed_content .core-feed-title a {
  color: #555555;
}
@media (min-width: 992px) {
  .activity_feed_content .core-feed-title:hover {
    color: #801323;
  }
  .activity_feed_content .core-feed-title:hover a {
    color: #801323;
  }
}
.activity_feed_content .core-feed-minor {
  font-size: 13px;
  color: #a2a2a2;
}
.activity_feed_content .core-feed-minor a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .activity_feed_content .core-feed-minor a:hover {
    color: #801323;
  }
}
.activity_feed_content .core-feed-description {
  font-size: 14px;
  color: #a2a2a2;
  word-break: break-word;
  word-wrap: break-word;
}
.activity_feed_content .core-feed-description.line-1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.activity_feed_content .core-feed-description.line-2 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.activity_feed_content .core-feed-description.line-3 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 63px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.activity_feed_content .core-feed-description.preline-content {
  white-space: pre-line;
}
.feed_prepare_hiding {
  opacity: 0.3;
}
/* Manage hidden popup */
.feed-manage-hidden-popup .feed-form-search {
  display: flex;
}
.feed-manage-hidden-popup .feed-form-search input:not([type="submit"]),
.feed-manage-hidden-popup .feed-form-search select {
  background-color: #ffffff;
}
.feed-manage-hidden-popup .feed-form-search select {
  margin: 0 10px;
  min-width: 120px;
  width: auto;
}
.feed-manage-hidden-popup .feed-form-search input.btn-primary {
  min-width: 100px;
}
@media (max-width: 480px) {
  .feed-manage-hidden-popup .feed-form-search {
    flex-direction: column;
  }
  .feed-manage-hidden-popup .feed-form-search select {
    margin: 10px 0;
  }
}
.feed-manage-hidden-popup .feed-list-hidden-popup {
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding: 20px;
}
.feed-manage-hidden-popup .feed-tips {
  margin-top: 20px;
}
.feed-manage-hidden-popup div#feed_action_hidden {
  text-align: right;
}
.feed-manage-hidden-popup .feed-list-headline {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 9px 20px;
  margin: -20px -20px 20px -20px;
  color: #a2a2a2;
  align-items: center;
}
.feed-manage-hidden-popup .feed-select-all {
  margin-top: 0;
  color: #ac1a2f;
}
.feed-manage-hidden-popup .feed-hidden-items {
  margin: 0 -8px;
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item {
  width: 33.33%;
  float: left;
  padding: 0 8px;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item {
    width: 100%;
  }
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content {
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 5px;
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content .img-wrapper {
  width: 32px;
  height: 32px;
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content .feed_item_hidden_checkbox {
  position: absolute;
  right: 7px;
  top: 10px;
  margin-top: 0;
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content .feed-delete {
  position: absolute;
  display: block;
  left: -5px;
  top: -5px;
  font-size: 10px;
  color: #FFF;
  background: #555;
  width: 12px;
  height: 12px;
  line-height: 11px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content .feed-delete {
    opacity: 0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content:hover .feed-delete {
  opacity: 1;
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content label {
  margin-bottom: 0;
  display: block;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  line-height: 32px;
  cursor: pointer;
  padding-right: 20px;
}
.feed-manage-hidden-popup .feed-hidden-items .feed-hidden-item .feed-hidden-item-content label > a {
  margin-right: 10px;
  display: block;
  line-height: 18px;
  float: left;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link {
  clear: both;
  padding: 0 8px;
  text-align: center;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button {
  box-shadow: 0px 1px 2px 0px rgba(172, 26, 47, 0.5);
  color: #ffffff;
  background-color: #ac1a2f;
  border-color: #961729;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.btn-gradient:hover:before {
  opacity: 1;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:hover {
  background-color: #801323;
  box-shadow: 0px 6px 12px 0px rgba(128, 19, 35, 0.4);
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:active,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:focus {
  background-color: #530d17;
  box-shadow: 0px 2px 8px 0px rgba(83, 13, 23, 0.4), inset 0px 0px 2px 0px rgba(128, 19, 35, 0.8);
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.focus {
  color: #ffffff;
  background-color: #801323 !important;
  border-color: #961729;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:hover {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:active,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.active,
.open > .dropdown-toggle.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:active:hover,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.active:hover,
.open > .dropdown-toggle.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:hover,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:active:focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.active:focus,
.open > .dropdown-toggle.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:active.focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.active.focus,
.open > .dropdown-toggle.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.focus {
  color: #ffffff;
  background-color: #610f1a;
  border-color: #961729;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:active,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.active,
.open > .dropdown-toggle.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button {
  background-image: none;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.disabled,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button[disabled],
fieldset[disabled] .feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.disabled:hover,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button[disabled]:hover,
fieldset[disabled] .feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:hover,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.disabled:focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button[disabled]:focus,
fieldset[disabled] .feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.disabled.focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button[disabled].focus,
fieldset[disabled] .feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.focus,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.disabled:active,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button[disabled]:active,
fieldset[disabled] .feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button:active,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.disabled.active,
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button[disabled].active,
fieldset[disabled] .feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button.active {
  background-color: #ac1a2f;
  border-color: #961729;
}
.feed-manage-hidden-popup .feed-hidden-items .js_pager_popup_view_more_link a.button .badge {
  color: #ac1a2f;
  background-color: #ffffff;
}
/* Notification when hidden */
div[class*=js_feed_undo_hide_user_],
div[class*=js_feed_undo_hide_feed_] {
  padding: 15px 20px;
  padding-right: 30px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
}
html[dir='ltr'] div[class*=js_feed_undo_hide_user_],
html[dir='ltr'] div[class*=js_feed_undo_hide_feed_] {
  border-left-width: 5px;
  border-left-color: #aa4352;
}
html[dir='rtl'] div[class*=js_feed_undo_hide_user_],
html[dir='rtl'] div[class*=js_feed_undo_hide_feed_] {
  border-right-width: 5px;
  border-right-color: #aa4352;
}
div[class*=js_feed_undo_hide_user_] a.feed-hide-user,
div[class*=js_feed_undo_hide_feed_] a.feed-hide-user {
  color: #a2a2a2;
}
div[class*=js_feed_undo_hide_user_] a.feed-hide-user b,
div[class*=js_feed_undo_hide_feed_] a.feed-hide-user b {
  color: #ac1a2f;
  display: inline-block;
}
div[class*=js_feed_undo_hide_user_] .feed-delete,
div[class*=js_feed_undo_hide_feed_] .feed-delete {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 7px;
}
html[dir='rtl'] div[class*=js_feed_undo_hide_user_] .feed-delete,
html[dir='rtl'] div[class*=js_feed_undo_hide_feed_] .feed-delete {
  right: auto;
  left: 10px;
}
div[class*=js_feed_undo_hide_user_] .feed-delete:hover,
div[class*=js_feed_undo_hide_feed_] .feed-delete:hover {
  color: #ee5a2b;
}
/* End Hide Feed / User CSS */
/* Share form */
.activity_feed_share_form .activity_feed_share_form_button_position {
  border-top: 1px solid #eeeeee;
  margin: -16px;
  margin-top: 0;
  padding: 8px;
  display: inline-block;
  display: block;
}
.activity_feed_share_form .activity_feed_share_form_button_position:before,
.activity_feed_share_form .activity_feed_share_form_button_position:after {
  content: " ";
  display: table;
}
.activity_feed_share_form .activity_feed_share_form_button_position:after {
  clear: both;
}
.activity_feed_share_form .activity_feed_share_form_button_position:before,
.activity_feed_share_form .activity_feed_share_form_button_position:after {
  content: " ";
  display: table;
}
.activity_feed_share_form .activity_feed_share_form_button_position:after {
  clear: both;
}
.activity_feed_share_form .activity_feed_share_form_button_position .activity_feed_share_form_button_position_button {
  float: right;
}
html[dir="ltr"] .activity_feed_share_form .activity_feed_share_form_button_position .activity_feed_share_form_button_position_button {
  margin-left: 8px;
}
html[dir="rtl"] .activity_feed_share_form .activity_feed_share_form_button_position .activity_feed_share_form_button_position_button {
  margin-right: 8px;
}
html[dir='rtl'] .activity_feed_share_form .activity_feed_share_form_button_position .activity_feed_share_form_button_position_button {
  float: left;
}
@media (max-width: 480px) {
  .activity_feed_share_form .activity_feed_share_form_button_position .activity_feed_share_form_button_position_button button span {
    display: none;
  }
  .activity_feed_share_form .activity_feed_share_form_button_position .activity_feed_share_form_button_position_button button span.ico {
    display: block !important;
  }
}
.activity_feed_share_form .activity_feed_share_form_button_position .privacy_setting_mini {
  float: right;
}
.activity_feed_share_form .activity_feed_share_form_button_position .privacy_setting_mini.open a.btn {
  background: #f6c5cc;
  color: #801323;
  border-color: #ed8b99 !important;
}
html[dir='rtl'] .activity_feed_share_form .activity_feed_share_form_button_position .privacy_setting_mini {
  float: left;
}
html[dir='rtl'] .activity_feed_share_form .activity_feed_share_form_button_position .privacy_setting_mini .dropdown-menu {
  left: 0;
  right: auto;
}
@media (max-width: 480px) {
  .activity_feed_share_form .activity_feed_share_form_button_position .privacy_setting_mini a[data-toggle="dropdown"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .activity_feed_share_form .activity_feed_share_form_button_position .privacy_setting_mini a[data-toggle="dropdown"] > span {
    display: none;
  }
}
.activity_feed_share_form .activity_feed_checkin {
  float: left;
  display: flex;
}
.activity_feed_share_form .activity_feed_checkin a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.activity_feed_share_form .activity_feed_checkin a:hover,
.activity_feed_share_form .activity_feed_checkin a.is_active {
  color: #555555;
  background-color: transparent !important;
}
.activity_feed_share_form .activity_feed_checkin a.js_btn_display_with_friend.is_active .ico-user1-plus-o:before {
  content: "\eae9";
}
.activity_feed_share_form .activity_feed_checkin a.js_btn_display_with_schedule.is_active .ico-clock-o:before {
  content: "\ea9c";
}
.activity_feed_share_form .activity_feed_checkin a.is_loading {
  pointer-events: none;
  color: #dcdada;
}
html[dir='rtl'] .activity_feed_share_form .activity_feed_checkin {
  float: right;
}
.chooseFriend .tagFriendChooser {
  display: flex;
  align-items: center;
}
.chooseFriend .tagFriendChooser .tagFriendChooserInfo {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
}
.chooseFriend .tagFriendChooser .tagFriendChooserInfo .item-name {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
}
.chooseFriend .tagFriendChooser .tagFriendChooserInfo .item-type {
  color: #a2a2a2;
}
[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  opacity: 0.5;
}
.activity_feed_form [contentEditable=true]:empty:not(:focus):before {
  opacity: 1;
  color: #757575;
}
.activity_feed_form .p-statusbg-container.has-background .generatedMentionTag {
  background: none;
  text-decoration: underline;
  text-decoration-color: #fff !important;
}
.generatedMentionTag {
  background: #f1a1ad;
}
.activity_feed_form div.contenteditable,
.js_feed_comment_border div.contenteditable {
  position: relative;
  min-height: 40px;
  min-width: 100%;
  white-space: pre-wrap;
  word-break: break-word;
  display: inline-block;
}
.report_this_item {
  padding: 16px;
}
a.item_bar_flag {
  color: #555555;
}
a.item_bar_flag:hover {
  color: #ee5a2b;
  transition: all 0.5s ease;
}
a.item_bar_flag:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f024';
  padding-right: 10px;
}
.forum_content img {
  vertical-align: top;
}
.forum_post_tag {
  margin: 5px 0 5px 2px;
}
.forum_post_tag_title {
  padding-bottom: 5px;
}
div.forum_outer {
  position: relative;
  border-top: 1px #dfdfdf solid;
  padding-top: 10px;
}
div.forum_outer div.forum_user_info_holder {
  position: absolute;
  width: 100px;
  left: 0;
}
div.forum_outer div.forum_user_info_holder_inner {
  position: relative;
  width: 141px;
}
div.forum_outer div.forum_user_info {
  width: 100px;
  background: #f7f7f7;
  border: 1px #dfdfdf solid;
  padding: 5px 15px 5px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
}
div.forum_outer div.forum_user_info .extra_info ul > li {
  display: inline-block;
}
div.forum_outer div.forum_user_info .extra_info ul > li + li:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
.forum_user_info_holder_inner_image {
  position: absolute;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/layout/forum_user_info_holder_inner.png') no-repeat;
  z-index: 100;
  width: 10px;
  height: 16px;
  top: 10px;
  right: 0;
}
.forum_thread_photo {
  padding-bottom: 5px;
}
.forum_thread_user a,
.forum_thread_user a:hover {
  font-size: 12px;
  font-weight: bold;
}
div.forum_main {
  margin-left: 150px;
  position: relative;
}
div.forum_header {
  background: #F1F1F1;
  padding: 5px;
  border-bottom: 1px #F1F1F1 solid;
}
div.forum_content {
  padding: 5px;
  height: auto !important;
  min-height: 150px;
}
span.forum_post_id {
  float: right;
  position: relative;
  margin-right: 1px;
}
div.forum_signature {
  padding: 6px 4px 4px 4px;
  margin-top: 12px;
  border-top: 1px #DDE4EB solid;
}
div.forum_post_title {
  border-bottom: 1px #DDE4EB solid;
  padding: 4px;
  margin-bottom: 8px;
}
div.forum_menu {
  border-top: 1px #DDE4EB solid;
  text-align: right;
  height: 30px;
}
.forum_menu ul {
  margin: 5px;
  padding: 2px;
}
.forum_menu li {
  display: inline;
  padding-left: 1px;
}
.forum_menu li a {
  padding: 7px 3px 1px 3px;
}
.forum_menu li a:hover {
  background: #54A4DE;
}
.forum_menu li a.selected,
.forum_menu li a:hover.selected {
  background: #DF308B;
}
.forum_pager_bottom {
  border: 1px #EDF1F5 solid;
  margin-bottom: 10px;
  border-top: none;
}
.forum_pager_top {
  border: 1px #EDF1F5 solid;
  border-bottom: none;
}
.forum_pager_padding {
  padding: 0 4px 4px 4px;
}
.forum_image {
  width: 60px;
}
.forum_image_small {
  width: 20px;
}
.forum_title {
  width: 50%;
}
.forum_count {
  width: 50px;
}
.forum_last_post {
  width: 280px;
}
.forum_full_width {
  width: 95%;
}
.forum_sticky {
  background: #EDEDED;
}
.forum_sponsor {
  background: #CDEAB1;
}
div.forum_image_holder {
  position: relative;
}
div.forum_mini_new,
div.forum_mini_old,
div.forum_mini_closed {
  position: absolute;
  left: 0;
  bottom: 1px;
}
div.forum_mini_new {
  width: 15px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/forum/thread_new.png');
}
div.forum_mini_old {
  width: 15px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/forum/thread.png');
}
div.forum_mini_closed {
  width: 15px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/forum/thread_lock.png');
}
div.forum_large_new {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/forum/forum_new.png');
}
div.forum_large_old {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/forum/forum.png');
}
div.forum_large_closed {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  margin: auto;
  background: url('../../../../PF.Base/theme/frontend/default/style/default/image/forum/forum_lock.png');
}
span.forum_tag_sticky {
  color: green;
}
div.forum_main div.attachment_holder {
  padding: 10px;
}
div#content div.forum_main div.attachment_holder h3 {
  color: #000;
  font-size: 10pt;
  font-weight: bold;
}
.forum_thank {
  padding: 4px;
  margin: 8px;
  background: #F9F9F9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.forum_poll_content {
  padding: 4px;
  margin-bottom: 16px;
}
.forum_row {
  position: relative;
}
.forum_header_menu {
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 16px 0;
}
.forum_header_menu a.rss_link,
.forum_header_menu a.rss_link:hover {
  color: #ac1a2f;
  font-size: 1.5em;
}
.forum_search_post {
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
}
.forum_search_post ul.extra_info_middot li a,
.forum_search_post ul.extra_info_middot li a:hover {
  color: #ac1a2f;
}
.forum_thread_view_holder {
  border-bottom: 1px #dfdfdf solid;
}
.forum_title {
  min-height: 60px;
  position: absolute;
  left: 60px;
  top: 0;
}
.forum_thread_total {
  position: absolute;
  top: 0;
  right: 240px;
}
.forum_title .extra_info,
.forum_title .extra_info_link {
  padding-top: 8px;
}
.forum_last_post,
.forum_thread_last_post {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40%;
  background: #f7f7f7;
  border: 1px #dfdfdf solid;
  padding: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.forum_thread_last_post {
  width: 220px;
}
a.forum_title_link,
a.forum_title_link:hover {
  font-size: 16px;
  white-space: normal;
  height: auto;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 480px) {
  a.forum_title_link,
  a.forum_title_link:hover {
    font-size: 14px;
  }
}
a.forum_thread_link,
a.forum_thread_link:hover {
  font-size: 15px;
}
a.forum_thread_link_new,
a.forum_thread_link_new:hover {
  font-weight: 400;
}
.forum_time_stamp {
  min-height: 25px;
}
div.sub_menu_bar_main,
div.sub_menu_bar_main a,
div.sub_menu_bar_main a:hover {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
div.sub_menu_bar_main {
  position: absolute;
  right: 5px;
  top: -42px;
}
div.sub_menu_bar_main a,
div.sub_menu_bar_main a:hover {
  display: block;
  border: 1px #ac1a2f solid;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #ac1a2f;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
}
div.sub_menu_bar_main a:focus,
div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a:active:focus,
div.sub_menu_bar_main a:hover:active:focus,
div.sub_menu_bar_main a.active:focus,
div.sub_menu_bar_main a:hover.active:focus,
div.sub_menu_bar_main a.focus,
div.sub_menu_bar_main a:hover.focus,
div.sub_menu_bar_main a:active.focus,
div.sub_menu_bar_main a:hover:active.focus,
div.sub_menu_bar_main a.active.focus,
div.sub_menu_bar_main a:hover.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
div.sub_menu_bar_main a:hover,
div.sub_menu_bar_main a:hover:hover,
div.sub_menu_bar_main a:focus,
div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a.focus,
div.sub_menu_bar_main a:hover.focus {
  color: #333333;
  text-decoration: none;
}
div.sub_menu_bar_main a:active,
div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.active,
div.sub_menu_bar_main a:hover.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
div.sub_menu_bar_main a.disabled,
div.sub_menu_bar_main a:hover.disabled,
div.sub_menu_bar_main a.button_not_active,
div.sub_menu_bar_main a:hover.button_not_active,
div.sub_menu_bar_main a[disabled],
div.sub_menu_bar_main a:hover[disabled],
fieldset[disabled] div.sub_menu_bar_main a,
fieldset[disabled] div.sub_menu_bar_main a:hover {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
adiv.sub_menu_bar_main a.disabled,
adiv.sub_menu_bar_main a:hover.disabled,
fieldset[disabled] adiv.sub_menu_bar_main a,
fieldset[disabled] adiv.sub_menu_bar_main a:hover {
  pointer-events: none;
}
div.sub_menu_bar_main a:focus,
div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a.focus,
div.sub_menu_bar_main a:hover.focus {
  color: #333333;
  background-color: #e6e6e6 !important;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:hover,
div.sub_menu_bar_main a:hover:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:active,
div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.active,
div.sub_menu_bar_main a:hover.active,
.open > .dropdown-togglediv.sub_menu_bar_main a,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:active:hover,
div.sub_menu_bar_main a:hover:active:hover,
div.sub_menu_bar_main a.active:hover,
div.sub_menu_bar_main a:hover.active:hover,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover:hover,
div.sub_menu_bar_main a:active:focus,
div.sub_menu_bar_main a:hover:active:focus,
div.sub_menu_bar_main a.active:focus,
div.sub_menu_bar_main a:hover.active:focus,
.open > .dropdown-togglediv.sub_menu_bar_main a:focus,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a:active.focus,
div.sub_menu_bar_main a:hover:active.focus,
div.sub_menu_bar_main a.active.focus,
div.sub_menu_bar_main a:hover.active.focus,
.open > .dropdown-togglediv.sub_menu_bar_main a.focus,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #cccccc;
}
div.sub_menu_bar_main a:active,
div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.active,
div.sub_menu_bar_main a:hover.active,
.open > .dropdown-togglediv.sub_menu_bar_main a,
.open > .dropdown-togglediv.sub_menu_bar_main a:hover {
  background-image: none;
}
div.sub_menu_bar_main a.disabled,
div.sub_menu_bar_main a:hover.disabled,
div.sub_menu_bar_main a[disabled],
div.sub_menu_bar_main a:hover[disabled],
fieldset[disabled] div.sub_menu_bar_main a,
fieldset[disabled] div.sub_menu_bar_main a:hover,
div.sub_menu_bar_main a.disabled:hover,
div.sub_menu_bar_main a:hover.disabled:hover,
div.sub_menu_bar_main a[disabled]:hover,
div.sub_menu_bar_main a:hover[disabled]:hover,
fieldset[disabled] div.sub_menu_bar_main a:hover,
fieldset[disabled] div.sub_menu_bar_main a:hover:hover,
div.sub_menu_bar_main a.disabled:focus,
div.sub_menu_bar_main a:hover.disabled:focus,
div.sub_menu_bar_main a[disabled]:focus,
div.sub_menu_bar_main a:hover[disabled]:focus,
fieldset[disabled] div.sub_menu_bar_main a:focus,
fieldset[disabled] div.sub_menu_bar_main a:hover:focus,
div.sub_menu_bar_main a.disabled.focus,
div.sub_menu_bar_main a:hover.disabled.focus,
div.sub_menu_bar_main a[disabled].focus,
div.sub_menu_bar_main a:hover[disabled].focus,
fieldset[disabled] div.sub_menu_bar_main a.focus,
fieldset[disabled] div.sub_menu_bar_main a:hover.focus,
div.sub_menu_bar_main a.disabled:active,
div.sub_menu_bar_main a:hover.disabled:active,
div.sub_menu_bar_main a[disabled]:active,
div.sub_menu_bar_main a:hover[disabled]:active,
fieldset[disabled] div.sub_menu_bar_main a:active,
fieldset[disabled] div.sub_menu_bar_main a:hover:active,
div.sub_menu_bar_main a.disabled.active,
div.sub_menu_bar_main a:hover.disabled.active,
div.sub_menu_bar_main a[disabled].active,
div.sub_menu_bar_main a:hover[disabled].active,
fieldset[disabled] div.sub_menu_bar_main a.active,
fieldset[disabled] div.sub_menu_bar_main a:hover.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
div.sub_menu_bar_main a .badge,
div.sub_menu_bar_main a:hover .badge {
  color: #ffffff;
  background-color: #333333;
}
div.sub_menu_bar_main a.btn-icon .fa,
div.sub_menu_bar_main a:hover.btn-icon .fa,
div.sub_menu_bar_main a.btn-icon .ico,
div.sub_menu_bar_main a:hover.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] div.sub_menu_bar_main a.btn-icon .fa,
html[dir='rtl'] div.sub_menu_bar_main a:hover.btn-icon .fa,
html[dir='rtl'] div.sub_menu_bar_main a.btn-icon .ico,
html[dir='rtl'] div.sub_menu_bar_main a:hover.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
div.sub_menu_bar_main a.btn-icon .fa:last-child:nth-child(2),
div.sub_menu_bar_main a:hover.btn-icon .fa:last-child:nth-child(2),
div.sub_menu_bar_main a.btn-icon .ico:last-child:nth-child(2),
div.sub_menu_bar_main a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] div.sub_menu_bar_main a.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] div.sub_menu_bar_main a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] div.sub_menu_bar_main a.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] div.sub_menu_bar_main a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] div.sub_menu_bar_main a.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] div.sub_menu_bar_main a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] div.sub_menu_bar_main a.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] div.sub_menu_bar_main a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] div.sub_menu_bar_main a.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] div.sub_menu_bar_main a:hover.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] div.sub_menu_bar_main a.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] div.sub_menu_bar_main a:hover.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
div.sub_menu_bar_main a.btn-round,
div.sub_menu_bar_main a:hover.btn-round {
  border-width: 0;
}
div.sub_menu_bar_main a:hover {
  border-color: #801323;
  background: #ac1a2f;
  color: #ffffff;
  transition: all 0.5s ease;
}
#page_forum_index br {
  display: none;
}
.table_info {
  background: transparent;
  color: #555555;
  font-weight: 200;
  font-size: 17px;
  letter-spacing: 1px;
  padding-left: 0;
  padding-bottom: 5px;
  height: auto;
  line-height: normal;
}
.table_info a,
.table_info a:hover {
  font-weight: 200;
  color: #555555;
}
#content ._forum_row {
  background: #ffffff;
  color: #555555;
  border: 0;
  margin-bottom: 20px;
  position: relative;
  height: 350px;
}
#content ._forum_row h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-indent: 10px;
  height: 55px;
  line-height: 55px;
}
#content ._forum_row h1 a,
#content ._forum_row h1 a:hover {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #555555;
}
#content ._forum_row h1 a:hover {
  color: #ac1a2f;
}
._forum_info > li {
  display: inline-block;
  background: transparent;
  padding: 0 0 0 16px;
}
._forum_info > li > strong {
  font-size: 16px;
  display: block;
  text-align: center;
}
._forum_info > li > span {
  color: #a2a2a2;
  display: block;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  ._forum_info {
    padding-left: 25px;
  }
  ._forum_info > li {
    padding-left: 0;
    padding-right: 10px;
  }
  ._forum_info > li > strong,
  ._forum_info > li > span {
    display: inline-block;
  }
  ._forum_info > li > strong {
    margin-right: 5px;
  }
}
.forum_user_details {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  margin-top: 5px;
  color: #555555 !important;
  opacity: 0.7;
}
.forum_user_details > time {
  display: inline-block;
  margin-right: 5px;
}
.table_row.forum_row {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px #eeeeee solid;
}
.table_row.forum_row header .user_profile_link_span > a,
.table_row.forum_row header .user_profile_link_span > a:hover {
  color: #555555 !important;
  font-weight: normal !important;
  display: inline-block;
  font-size: 12px;
}
.table_row.forum_row > div {
  display: table-cell;
  vertical-align: top;
  padding: 8px;
  box-sizing: content-box;
}
.table_row.forum_row .forum_totals {
  width: 60px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  font-size: 20px;
  font-weight: 200;
}
.table_row.forum_row .forum_totals > span {
  display: block;
  background: #f7f7f7;
  color: #626262;
  padding: 10px 0 20px 0;
  position: relative;
}
.table_row.forum_row .forum_totals > span > em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px;
  position: absolute;
  bottom: 6px;
  left: 10px;
  opacity: 0.6;
}
.forum_image {
  position: static;
  width: 50px;
}
.forum_title {
  width: auto;
  position: static;
  padding-left: 0;
}
.forum_title .extra_info_link {
  font-size: 12px;
}
.table_row {
  border: 0;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 16px;
}
.forum_thread_total {
  right: 10px;
  top: 10px;
  position: absolute;
}
.forum_last_post,
.forum_thread_last_post {
  width: auto;
  position: static;
  border-radius: 0;
  border: 0;
  background: #f2f2f2;
  margin: -16px;
  margin-top: 16px;
  padding-left: 16px;
  font-size: 13px;
}
.forum_last_post .extra_info_link:after,
.forum_thread_last_post .extra_info_link:after {
  content: '@';
}
.forum_last_post a,
.forum_thread_last_post a,
.forum_last_post a:hover,
.forum_thread_last_post a:hover,
.forum_last_post .extra_info_link,
.forum_thread_last_post .extra_info_link {
  display: inline-block;
  opacity: 0.6;
}
.forum_last_post:hover a,
.forum_thread_last_post:hover a,
.forum_last_post:hover a:hover,
.forum_thread_last_post:hover a:hover,
.forum_last_post:hover .extra_info_link,
.forum_thread_last_post:hover .extra_info_link {
  opacity: 1;
  transition: all 0.5s ease;
}
#content .forum_title h1 {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
a.forum_thread_link,
a.forum_thread_link:hover {
  font-size: 16px !important;
  color: #555555 !important;
}
a.forum_thread_link:hover {
  color: #ac1a2f !important;
}
div.forum_mini_new,
div.forum_mini_old,
div.forum_mini_closed {
  background: transparent;
}
.forum_thread_photo,
div.forum_outer,
div.forum_outer div.forum_user_info_holder,
div.forum_outer div.forum_user_info_holder_inner,
div.forum_main,
div.forum_content,
.forum_user_info_holder_inner_image,
div.forum_outer div.forum_user_info {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.forum_main .extra_info.p_10 {
  opacity: 0.6;
  font-style: italic;
}
.forum_main .js_feed_comment_border {
  background: transparent;
  border-bottom: 1px #f0f0f0 solid;
}
div.forum_outer div.forum_user_info_holder {
  height: 70px;
}
.forum_outer:hover .forum_quote {
  visibility: visible;
}
.forum_time_stamp {
  margin-top: 16px;
}
.forum_time_stamp .comment_mini_content_commands {
  border: #eeeeee 1px solid;
}
.forum_time_stamp .js_comment_like_holder {
  right: 0;
}
.forum_time_stamp .feed_like_link {
  position: relative;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle {
  display: block;
  color: #a2a2a2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.forum_time_stamp .feed_like_link a.js_like_link_toggle.liked {
  color: #ac1a2f;
}
.forum_time_stamp .forum_quote_holder {
  position: relative;
  margin-left: 5px;
}
.forum_time_stamp .forum_quote_holder a.forum_quote {
  display: block;
  color: #a2a2a2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.forum_time_stamp .forum_quote_holder a.forum_quote:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_quote_holder a.forum_quote:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f10d';
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}
.forum_time_stamp .forum_quote_holder a.forum_quote:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_quote_holder a.forum_quote.checked {
  color: #ac1a2f;
}
.forum_time_stamp .forum_quote_holder span {
  display: none;
}
.forum_time_stamp .forum_thanks_holder {
  position: relative;
  margin-left: 5px;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks {
  display: block;
  color: #a2a2a2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f004';
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.forum_time_stamp .forum_thanks_holder a.forum_thanks.thanked {
  color: #ac1a2f;
}
.forum_time_stamp .js_thank_post {
  height: 32px;
  line-height: 32px;
  margin-left: 5px;
}
div.forum_outer {
  background: #ffffff;
  margin-bottom: 0;
  position: relative;
}
div.forum_outer div.comment_mini_content_border {
  padding-bottom: 16px;
  border-top: 0;
}
div.forum_outer .activity_like_holder {
  margin-left: 5px;
  padding-left: 0;
  text-align: left;
  padding-right: 10px;
}
.forum_thread_photo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 10px;
}
.forum_thread_photo img {
  max-width: 50px;
  max-height: 50px;
}
.forum_thread_user {
  padding-top: 10px;
}
.forum_thread_user,
.forum_user_info .extra_info {
  padding-left: 70px;
}
.forum_user_info .extra_info {
  font-size: 13px;
}
.forum_thread_user a,
.forum_thread_user a:hover {
  font-size: 15px;
}
.forum_post_count,
.forum_post_count:hover {
  color: #9a9a9a;
}
._forum_title {
  padding-left: 10px;
  margin-right: 175px;
}
._forum_title header h1 {
  line-height: 15px;
}
._forum_title header h1 a.forum_title_link,
._forum_title header h1 a.forum_title_link:hover {
  font-size: 18px;
  font-weight: normal;
}
._forum_title header h2 {
  padding-top: 10px;
}
#page_forum_forum .forum_post_article ._moderator {
  position: relative;
  left: 0;
  margin-top: 0;
  background: #ffffff;
}
#page_forum_forum .forum_post_article.is_search ._moderator a {
  padding-left: 10px;
}
#page_forum_forum .forum_post_article.is_search div.forum_content {
  min-height: inherit;
}
#page_forum_forum ._moderator {
  position: absolute;
  left: 27px;
  margin-top: 60px;
  z-index: 100;
  background-color: transparent;
  border-bottom: 0;
}
#page_forum_forum ._moderator a {
  position: static;
}
#page_forum_index #content .block > .content,
#page_forum_forum #content .block > .content {
  padding: 0;
}
#page_forum_index #content .block > .title,
#page_forum_forum #content .block > .title,
#page_forum_index #content .block_clear > .title,
#page_forum_forum #content .block_clear > .title {
  position: relative;
  border-bottom-color: #bdbdbd !important;
}
#page_forum_index #content .block > .title a,
#page_forum_forum #content .block > .title a,
#page_forum_index #content .block_clear > .title a,
#page_forum_forum #content .block_clear > .title a,
#page_forum_index #content .block > .title a:hover,
#page_forum_forum #content .block > .title a:hover,
#page_forum_index #content .block_clear > .title a:hover,
#page_forum_forum #content .block_clear > .title a:hover {
  display: inline-block;
}
#page_forum_index #content .block > .title .toggle,
#page_forum_forum #content .block > .title .toggle,
#page_forum_index #content .block_clear > .title .toggle,
#page_forum_forum #content .block_clear > .title .toggle {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}
#page_forum_index #content .block > .title .toggle i,
#page_forum_forum #content .block > .title .toggle i,
#page_forum_index #content .block_clear > .title .toggle i,
#page_forum_forum #content .block_clear > .title .toggle i {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
  font-weight: normal;
}
#page_forum_index #content .is_toggled .content,
#page_forum_forum #content .is_toggled .content {
  display: none;
}
#page_forum_index #content .is_toggled .toggle i.fa-angle-down:before,
#page_forum_forum #content .is_toggled .toggle i.fa-angle-down:before {
  content: "\f105";
}
#page_forum_index #content .is_toggled.block_clear > div.title,
#page_forum_forum #content .is_toggled.block_clear > div.title,
#page_forum_index #content .is_toggled.block > div.title,
#page_forum_forum #content .is_toggled.block > div.title {
  border-bottom-color: #ebebeb !important;
}
#page_forum_index div.row1,
#page_forum_forum div.row1,
#page_forum_index div.row2,
#page_forum_forum div.row2 {
  padding-top: 16px;
  position: relative;
  min-height: 70px;
}
#page_forum_index div.row1.block,
#page_forum_forum div.row1.block,
#page_forum_index div.row2.block,
#page_forum_forum div.row2.block {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eeeeee;
  border-top: none;
}
#page_forum_index div.row1 .forum_info_left:before,
#page_forum_forum div.row1 .forum_info_left:before,
#page_forum_index div.row2 .forum_info_left:before,
#page_forum_forum div.row2 .forum_info_left:before {
  color: #a2a2a2;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: "\f114";
  width: 25px;
  line-height: 22px;
  float: left;
  font-size: 18px;
}
._form_last_post {
  margin-top: 10px;
}
._form_last_post ul {
  font-size: 13px;
}
._form_last_post ul li {
  list-style: square;
  margin-left: 15px;
  padding-left: 1px;
}
._form_last_post ul li > span {
  display: block;
}
._form_last_post ul li > span > span a,
._form_last_post ul li > span > span a:hover {
  color: inherit !important;
  font-weight: normal !important;
}
._form_last_post ul li > span:before {
  display: inline-block;
  content: '@';
  margin: 0 4px 0 0;
}
span.forum_tag_sticky {
  display: none;
}
.new_quote {
  margin-bottom: 0;
}
.new_quote_header {
  margin-left: 10px;
  background: #e0324b;
  color: #e5e5e5;
  padding: 10px;
}
.new_quote_header a,
.new_quote_header a:hover {
  color: #e5e5e5;
}
.new_quote_content_holder {
  background: #f5f5f5;
  padding: 16px;
  margin-top: 0;
}
.new_quote_content_holder .new_quote_content {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #555555;
}
.new_quote_content_holder .new_quote_content > br:first-of-type {
  display: none;
}
.thread_view_holder .thread_replies > div > h1 {
  color: #a6b7c8;
  font-weight: 300;
}
#___page_forum_thread div.sub_menu_bar_main {
  right: 10px;
  top: -62px;
}
#___page_forum_thread #content {
  width: auto;
}
#___page_forum_thread #container {
  width: 95%;
}
#___page_forum_thread #container > ._block_h1 {
  margin-bottom: 20px;
}
#___page_forum_thread #container > ._block_h1 > h1 {
  width: auto;
}
#___page_forum_thread .sub_menu_bar a,
#___page_forum_thread .sub_menu_bar a:hover {
  background: transparent;
}
#___page_forum_thread .forum_header_menu {
  top: 36px;
  right: 50%;
  margin-right: 20px;
}
#___page_forum_thread #panels {
  display: none;
}
.thread_view_all,
.thread_view_all:hover {
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.6;
}
.thread_view_all > span,
.thread_view_all:hover > span {
  display: inline-block;
  margin-left: 5px;
  background: #e6e6e6;
  color: #555555;
  padding: 0 6px;
}
.forum_popup_replies {
  display: block;
  width: 600px;
  top: 0;
  margin-left: -300px;
}
.forum_popup_replies .js_box_content {
  padding: 0;
}
.forum_announcement {
  background: #EDEDED;
}
.table_row.forum_row.forum_sponsor {
  background-color: #a6b7c8;
}
.table_row.forum_row.forum_announcement {
  background-color: #c5d1dc;
}
.table_row.forum_row.forum_sticky {
  background: #e5eaef;
  border-color: #c5d1dc;
}
#right #js_block_border_forum_recent.block div.content {
  padding-top: 8px;
}
#right #js_block_border_forum_recent.block .table_row.forum_row {
  background: transparent;
}
#right #js_block_border_forum_recent.block .table_row.forum_row.forum_sticky {
  border-color: #eeeeee;
}
#right #js_block_border_forum_recent.block .table_row.forum_row > div {
  padding-left: 0;
  box-sizing: content-box;
}
#right #js_block_border_forum_recent.block .table_row.forum_row > div h1 {
  line-height: normal;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
#right #js_block_border_forum_recent.block .table_row.forum_row > div h1 a.forum_thread_link,
#right #js_block_border_forum_recent.block .table_row.forum_row > div h1 a.forum_thread_link:hover {
  font-size: 14px !important;
  color: #555555 !important;
}
#right #js_block_border_forum_recent.block .forum_title_inner_holder > header .user_profile_link_span {
  display: none;
}
#right #js_block_border_forum_recent.block .forum_title_inner_holder > header h1 > a {
  line-height: normal;
  height: initial;
}
#right #js_block_border_forum_recent.block .forum_title_inner_holder > header .forum_user_details.thread_update_time {
  display: block !important;
}
#right #js_block_border_forum_recent.block ._moderator {
  display: none;
}
#right #js_block_border_forum_recent.block .table_row.forum_row .forum_totals {
  display: none;
}
.js_box_content .form_extra {
  display: none;
}
.forum_mini_post {
  padding-left: 40px;
  position: relative;
  border-bottom: 1px #c5d1dc solid;
  color: #555555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.forum_mini_post img {
  max-width: inherit;
}
.forum_mini_post h1 a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.forum_mini_post > ._c {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.forum_mini_post > ._c > div.newline {
  padding: 10px 0 !important;
  content: '';
}
.forum_mini_post > ._u .user_profile_link_span > a,
.forum_mini_post > ._u .user_profile_link_span > a:hover {
  color: #555555 !important;
  font-weight: normal !important;
  font-size: 12px;
}
.forum_mini_post > ._i {
  position: absolute;
  left: 0;
  top: 4px;
}
.forum_mini_post > time {
  font-size: 12px;
  opacity: 0.6;
}
.forum_mini_post h1 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.forum_thread_view_holder {
  border: 0;
}
#page_forum_thread.single_mode .thread_replies {
  display: none;
}
#page_forum_thread .table_info {
  margin-top: 20px;
}
.thread_replies {
  position: relative;
}
.thread_replies > div.tr_view_all {
  min-height: 50px;
  line-height: 50px;
  text-align: center;
}
.thread_replies > div > i {
  color: #ac1a2f;
}
.view_all_previous,
.view_all_previous:hover {
  color: #555555;
  font-size: 12px;
  opacity: 0.7;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
}
.view_all_previous:hover {
  color: #3b3b3b;
  opacity: 1;
  transition: all 0.5s ease;
}
.view_all_previous.is-clicked,
.view_all_previous.is-clicked:hover {
  display: none;
}
#page_forum_post #panels {
  visibility: hidden;
}
#page_forum_forum #right .block .forum_mini_post h1 a {
  word-wrap: break-word;
}
.forum_main .item_view_content {
  word-wrap: break-word;
  word-break: normal;
}
#page_forum_post #js_poll_form .placeholder span.js_arrow_up_down {
  position: absolute;
  left: 5px;
  margin-top: 10px;
  cursor: move;
}
#page_forum_forum .forum_header_menu {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: right;
}
#page_forum_forum .forum_header_menu a.rss_link,
#page_forum_forum .forum_header_menu a.rss_link:hover {
  font-size: 2em;
}
.forum_thank_delete_link {
  font-size: 0.9em;
}
.forum_section_header {
  border-bottom: 1px solid #dddddd;
  line-height: 50px;
  padding: 0 !important;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: 10px;
}
body[id^=page_forum_] #js_forum_search_wrapper .item_is_active_holder {
  display: inline-block;
  display: block;
  height: auto;
}
body[id^=page_forum_] #js_forum_search_wrapper .item_is_active_holder:before,
body[id^=page_forum_] #js_forum_search_wrapper .item_is_active_holder:after {
  content: " ";
  display: table;
}
body[id^=page_forum_] #js_forum_search_wrapper .item_is_active_holder:after {
  clear: both;
}
body[id^=page_forum_] #js_forum_search_wrapper .item_is_active_holder:before,
body[id^=page_forum_] #js_forum_search_wrapper .item_is_active_holder:after {
  content: " ";
  display: table;
}
body[id^=page_forum_] #js_forum_search_wrapper .item_is_active_holder:after {
  clear: both;
}
body[id^=page_forum_] #js_forum_search_wrapper .js_item_active {
  color: #a2a2a2;
  width: auto;
  position: relative;
  margin-left: 0;
  float: left;
  padding: 0 10px;
}
body[id^=page_forum_] #js_forum_search_wrapper .js_item_active:hover {
  transition: none;
}
@media (max-width: 480px) {
  body[id^=page_forum_] #js_forum_search_wrapper .js_item_active {
    width: 50%;
  }
}
body[id^=page_forum_] #js_forum_search_wrapper .item_selection_active .item_is_active i.fa-circle-o:before,
body[id^=page_forum_] #js_forum_search_wrapper .item_selection_not_active .item_is_not_active i.fa-circle-o:before {
  content: "\f192";
}
body[id^=page_forum_] #js_forum_search_wrapper .item_selection_active .item_is_active:before,
body[id^=page_forum_] #js_forum_search_wrapper .item_selection_not_active .item_is_not_active:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ac1a2f;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  body[id^=page_forum_] #js_forum_search_wrapper #js_forum_btn_wrapper .search-text-btn {
    display: none;
  }
}
@media (max-width: 480px) {
  body[id^=page_forum_] #js_forum_search_wrapper #js_forum_btn_wrapper {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 10px;
  }
  body[id^=page_forum_] #js_forum_search_wrapper #js_forum_btn_wrapper .button {
    width: 100%;
  }
  body[id^=page_forum_] #js_forum_search_wrapper #js_forum_btn_wrapper .search-text-btn {
    display: inline;
  }
}
body[id^=page_forum_] .forum_post_article.is_search {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px #d0d0d0 solid;
}
body[id^=page_forum_] .forum_post_article.is_search div._moderator {
  display: none;
}
body[id^=page_forum_] #js_forum_adv_search_wrapper {
  margin-top: 15px;
  padding: 10px;
  border: 1px #e6e6e6 solid;
  background-color: #f7f7f7;
  position: relative;
}
body[id^=page_forum_] #js_forum_adv_search_wrapper .table_left {
  padding-bottom: 0;
}
body[id^=page_forum_] #js_forum_adv_search_wrapper .adv_search_forum select {
  width: 100%;
}
@media (min-width: 992px) {
  body[id^=page_forum_] #js_forum_adv_search_wrapper .adv_search_sort select {
    max-width: 50%;
    display: inline-block;
  }
}
body[id^=page_forum_] .forum_post_article.is_search.pending-post div._moderator {
  display: block;
  position: absolute !important;
  background: transparent !important;
  right: 0;
  text-align: right;
}
body[id^=page_forum_] .header_bar_search .header_bar_search_inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body[id^=page_forum_] .header_bar_search .header_bar_search_inner .input-group-btn {
  display: none !important;
}
.forum_quick_link_wrapper {
  margin-top: 30px;
  padding-bottom: 16px;
  border-bottom: 1px #ebebeb solid;
}
.forum_quick_link_wrapper .forum_quick_link > a,
.forum_quick_link_wrapper .forum_quick_link > a:hover {
  color: #555555;
  font-weight: bold;
}
div.forum_holder .title > a {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
#bottom_reply_btn_wrapper.page_breadcrumbs_menu {
  margin-right: -16px;
  margin-bottom: -16px;
}
#panel .js_friend_search_link {
  border-bottom: 1px #f0f0f0 solid;
  padding: 4px 0;
  cursor: pointer;
}
.js_temp_friend_search_form_holder {
  background: #ffffff;
  color: #555555;
  border: 1px #ebebeb solid;
  padding: 0;
}
.js_temp_friend_search_form_holder .js_friend_search_link > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.js_temp_friend_search_form_holder .js_friend_search_link > span img,
.js_temp_friend_search_form_holder .js_friend_search_link > span .no_image_user {
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
}
.js_friend_search_link:hover {
  background: #f0f0f0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.js_custom_search_friend_holder {
  border: 1px transparent solid;
  background: #ffffff;
  padding: 0;
}
.js_custom_search_friend_holder > ul {
  margin: 10px;
}
.js_custom_search_friend_holder > ul > li {
  border: 0;
  padding: 2px 20px 2px 4px;
  display: inline-block;
  margin: 0 8px 8px 0;
  background: #ffffff;
  color: #555555;
}
.js_custom_search_friend_holder > ul > li .friend_search_image,
.js_custom_search_friend_holder > ul > li .friend_search_name {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.js_custom_search_friend_holder > ul > li .friend_search_image {
  margin-top: 5px;
}
.js_custom_search_friend_holder > ul > li:hover {
  background: #ac1a2f;
  color: #ffffff;
}
#js_friend_search_content .friend_search_holder {
  font-size: 12px;
}
#js_friend_loader input {
  background: #ffffff;
  color: #555555;
  border: 0;
  padding: 5px 0;
  width: 100%;
  outline: none;
  text-indent: 0;
}
#js_friend_loader input {
  padding: 5px 5px;
  border: 1px solid #c8c8c8;
  border-bottom: 0;
  height: 56px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: none !important;
}
#js_friend_loader .label_flow {
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-top: 0;
  position: relative;
}
#js_friend_loader .label_flow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #eeeeee;
}
#js_mp_block_invite .title {
  border-bottom: 0;
  line-height: 25px;
}
.friend_search_holder,
.friend_search_holder:hover {
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  background: transparent;
  display: inline-block;
  width: 31%;
  margin: 0 6px 10px 0;
  vertical-align: top;
}
.friend_search_holder > span,
.friend_search_holder:hover > span {
  display: inline-block;
  vertical-align: middle;
}
.friend_search_holder:hover {
  background: #f2f2f2;
}
.friend_search_active,
.friend_search_active:hover {
  background: #ac1a2f;
  color: #ffffff;
}
.friend_search_holder_active,
.friend_search_holder_active:hover {
  background: transparent;
  color: inherit;
  opacity: 0.4;
}
#page_friend_profile #content {
  width: 100%;
}
.list_manager_holder {
  position: relative;
}
.list_manager {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 100000;
}
.list_manager i {
  display: none;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.list_manager.active,
.list_manager:hover {
  background: rgba(0, 0, 0, 0.6);
}
.list_manager.active i,
.list_manager:hover i {
  display: block;
}
.list_manager.active {
  background: rgba(255, 255, 255, 0.6);
}
.list_manager.active i {
  color: #ac1a2f;
}
#sFriendImage img {
  max-width: 32px;
  max-height: 32px;
  width: 32px;
  height: 32px;
}
#sFriendInput {
  background: #f2f2f2;
  color: #555555;
}
.pending-friend-request {
  opacity: 0.8;
  background: rgba(172, 26, 47, 0.8);
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  padding: 6px;
  line-height: 16px;
}
.friend_action_edit_list_holder {
  left: 5px;
  right: 5px;
  top: 5px;
}
.user_rows:hover a.friend_action_delete {
  display: block;
}
.row_unfriend {
  padding-top: 5px;
  font-size: 11px;
  display: none;
}
.row_friend_browse:hover .row_unfriend {
  display: block;
}
#main.empty-left .wrapper-items .friend_row_holder,
#main.empty-right .wrapper-items .friend_row_holder {
  width: 25%;
}
@media (max-width: 992px) {
  #main.empty-left .wrapper-items .friend_row_holder,
  #main.empty-right .wrapper-items .friend_row_holder {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  #main.empty-left .wrapper-items .friend_row_holder,
  #main.empty-right .wrapper-items .friend_row_holder {
    width: 50%;
  }
}
.wrapper-items .friend_row_holder {
  width: 33.33%;
  float: left;
  padding: 8px;
  position: relative;
}
.wrapper-items .friend_row_holder .pages_item {
  width: 100% !important;
  padding: 0;
}
.wrapper-items .friend_row_holder .friend_action {
  position: absolute;
  right: 16px;
  top: 16px;
}
.wrapper-items .friend_row_holder .friend_action a.dropdown-toggle {
  color: #cccccc;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
}
.wrapper-items .friend_row_holder .friend_action > .friend_action_remove,
.wrapper-items .friend_row_holder .friend_action > .friend_pending_remove {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  line-height: inherit;
}
.friend_image {
  position: absolute;
}
.friend_user_name {
  margin-left: 60px;
}
.friend_user_name span.user_profile_link_span a,
.friend_user_name span.user_profile_link_span a:hover {
  font-weight: bold;
}
.friend_action {
  position: static;
  right: 0;
  top: 0;
}
.friend_action_holder {
  background: red;
  width: auto;
  position: static;
}
.friend_list_form {
  position: absolute;
  left: 0;
  top: -30px;
  display: none;
}
.friend_list_edit_ajax {
  display: none;
}
.js_friend_sort_handler {
  display: none;
  cursor: move;
}
.js_friend_edit_order {
  display: none;
}
#js_block_border_friend_suggestion #js_friend_suggestion .row_title {
  padding-top: 10px;
}
#js_block_border_friend_suggestion #js_friend_suggestion .row_title .row_title_image {
  margin-right: 10px;
}
.js_suggestion_parent .dropdown-menu {
  min-width: 180px;
}
.js_suggestion_parent .dropdown-menu li {
  overflow: hidden;
}
#page_friend_profile ._block_content .js_pager_view_more_link {
  clear: both;
}
#page_friend_index .friend_list_holder {
  margin-bottom: 16px;
}
._app_friend.row_feed_loop .activity_feed_content_link,
.feed_share_friend .activity_feed_content_link {
  position: relative;
  display: flex;
}
._app_friend.row_feed_loop .activity_feed_content_link .activity_feed_content_image,
.feed_share_friend .activity_feed_content_link .activity_feed_content_image {
  max-width: 120px;
}
html[dir="ltr"] ._app_friend.row_feed_loop .activity_feed_content_link .activity_feed_content_image,
html[dir="ltr"] .feed_share_friend .activity_feed_content_link .activity_feed_content_image {
  margin-right: 16px;
}
html[dir="rtl"] ._app_friend.row_feed_loop .activity_feed_content_link .activity_feed_content_image,
html[dir="rtl"] .feed_share_friend .activity_feed_content_link .activity_feed_content_image {
  margin-left: 16px;
}
._app_friend.row_feed_loop .activity_feed_content_link .activity_feed_content_display_custom > ul:first-child + div.friend-info,
.feed_share_friend .activity_feed_content_link .activity_feed_content_display_custom > ul:first-child + div.friend-info {
  margin-top: 0 !important;
}
._app_friend.row_feed_loop .activity_feed_content_link .activity_feed_content_display_custom .mutual-friends,
.feed_share_friend .activity_feed_content_link .activity_feed_content_display_custom .mutual-friends {
  margin-bottom: 4px;
}
._app_friend.row_feed_loop .activity_feed_content_link .activity_feed_content_display_custom .mutual-friends .friend-info,
.feed_share_friend .activity_feed_content_link .activity_feed_content_display_custom .mutual-friends .friend-info {
  color: #a2a2a2;
  margin-top: 5px;
}
._app_friend.row_feed_loop .activity_feed_content_link .activity_feed_content_display_custom ul.list-unstyled a.btn-success,
.feed_share_friend .activity_feed_content_link .activity_feed_content_display_custom ul.list-unstyled a.btn-success {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.js_custom_search_friend_holder .friend_search_image img {
  width: 32px;
  height: 32px;
}
#js_friend_search_content .friend-search-invite-container {
  max-height: 225px;
  overflow: auto;
}
#js_friend_search_content .friend-search-invite-container .item-container {
  display: flex;
  flex-flow: wrap;
  margin: 0 -8px;
}
#js_friend_search_content .friend-search-invite-container .item-container > .extra_info {
  padding-left: 16px;
  padding-right: 16px;
}
#js_friend_search_content .friend-search-invite-container article {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
#js_friend_search_content .friend-search-invite-container article.friend_search_holder_active {
  opacity: 1;
}
#js_friend_search_content .friend-search-invite-container article.friend_search_holder_active .moderation_row {
  display: none;
}
#js_friend_search_content .friend-search-invite-container article.friend_search_holder_active .user_rows_image {
  box-shadow: none !important;
  cursor: default !important;
  opacity: 0.6;
}
#js_friend_search_content .friend-search-invite-container article.friend_search_holder_active .user_rows_inner {
  flex-direction: column;
  align-items: center;
}
#js_friend_search_content .friend-search-invite-container article.friend_search_holder_active .user_rows_inner > span {
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 480px) {
  #js_friend_search_content .friend-search-invite-container article {
    width: 50%;
  }
}
#js_friend_search_content .friend-search-invite-container article .item-outer {
  position: relative;
  width: 120px;
}
@media (max-width: 480px) {
  #js_friend_search_content .friend-search-invite-container article .item-outer {
    width: auto;
  }
}
#js_friend_search_content .friend-search-invite-container article .item-outer .moderation_row {
  position: absolute;
  top: 0;
  z-index: 1;
}
html[dir="ltr"] #js_friend_search_content .friend-search-invite-container article .item-outer .moderation_row {
  left: 24px;
}
html[dir="rtl"] #js_friend_search_content .friend-search-invite-container article .item-outer .moderation_row {
  right: 24px;
}
#js_friend_search_content .friend-search-invite-container article .item-outer .moderation_row .item-checkbox {
  width: 32px;
  height: 32px;
}
@media (max-width: 480px) {
  html[dir="ltr"] #js_friend_search_content .friend-search-invite-container article .item-outer .moderation_row {
    left: 0;
  }
  html[dir="rtl"] #js_friend_search_content .friend-search-invite-container article .item-outer .moderation_row {
    right: 0;
  }
}
#js_friend_search_content .friend-search-invite-container article .item-outer .user_rows {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 16px;
  border: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
}
@media (max-width: 480px) {
  #js_friend_search_content .friend-search-invite-container article .item-outer .user_rows {
    flex-direction: row;
  }
}
#js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image {
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 100%;
}
#js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image:hover {
  box-shadow: 0px 6px 12px 0px rgba(38, 129, 213, 0.4);
  cursor: pointer;
}
@media (max-width: 480px) {
  html[dir="ltr"] #js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image {
    margin-right: 8px;
  }
  html[dir="rtl"] #js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image {
    margin-left: 8px;
  }
}
#js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image .img-wrapper,
#js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image .no_image_user {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 480px) {
  #js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image .img-wrapper,
  #js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_image .no_image_user {
    width: 48px;
    height: 48px;
  }
}
#js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_inner {
  display: flex;
  margin-top: 4px;
  flex: 1;
  flex-basis: auto;
  min-width: 0;
}
@media (max-width: 480px) {
  #js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_inner {
    align-items: flex-start !important;
  }
}
#js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_inner .item-user {
  color: #555555;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 480px) {
  #js_friend_search_content .friend-search-invite-container article .item-outer .user_rows .user_rows_inner .item-user {
    max-width: 100%;
  }
}
.selected-friends-content #selected_friend_view_more {
  cursor: pointer;
}
.selected-friends-content #selected_friend_view_more span.ico {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  background: #f8f8f8;
  color: #ac1a2f;
  font-size: 14px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selected-friends-content #selected_friends_list {
  display: flex;
  flex-flow: wrap;
  margin-top: 16px;
}
.selected-friends-content #selected_friends_list .js_hover_title {
  margin-bottom: 8px;
  position: relative;
}
html[dir="ltr"] .selected-friends-content #selected_friends_list .js_hover_title {
  margin-right: 16px;
}
html[dir="rtl"] .selected-friends-content #selected_friends_list .js_hover_title {
  margin-left: 16px;
}
.selected-friends-content #selected_friends_list .js_hover_title:before {
  font-family: 'lineficon' !important;
  content: '\eab2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #555555;
  top: 0;
  font-size: 10px;
}
html[dir='ltr'] .selected-friends-content #selected_friends_list .js_hover_title:before {
  left: -10px;
}
html[dir='rtl'] .selected-friends-content #selected_friends_list .js_hover_title:before {
  right: -10px;
}
@media (max-width: 480px) {
  .selected-friends-content #selected_friends_list .js_hover_title:before {
    opacity: 1;
  }
}
.selected-friends-content #selected_friends_list .js_hover_title:hover {
  cursor: pointer;
}
.selected-friends-content #selected_friends_list .js_hover_title:hover:before {
  opacity: 1;
}
.selected-friends-content #selected_friends_list .js_hover_title .img-wrapper,
.selected-friends-content #selected_friends_list .js_hover_title .no_image_user {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.selected-friends-content #selected_friends_list .js_hover_title .img-wrapper img,
.selected-friends-content #selected_friends_list .js_hover_title .no_image_user img {
  width: 100%;
  height: 100%;
}
.selected-friends-content #deselect_all_friends {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form-group textarea.textarea-auto-scale {
  min-width: unset;
  min-height: 40px;
  resize: auto;
  height: 40px;
  overflow: hidden;
  line-height: 16px;
  padding: 10px;
  max-width: 100% !important;
}
.search-friend-component {
  display: flex;
  flex-flow: wrap;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 8px;
  padding-bottom: 4px;
}
.search-friend-component #js_custom_search_friend {
  flex: 1;
}
.search-friend-component #js_custom_search_friend > input {
  background: none;
  border: 0;
  box-shadow: none !important;
  padding: 0;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  margin-bottom: 4px;
}
.search-friend-component #js_custom_search_friend_placement .item-user-selected {
  margin-bottom: 4px;
  position: relative;
  height: 24px;
  border: 1px solid #ac1a2f;
  color: #ac1a2f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .search-friend-component #js_custom_search_friend_placement .item-user-selected {
  padding-left: 8px;
}
html[dir="rtl"] .search-friend-component #js_custom_search_friend_placement .item-user-selected {
  padding-right: 8px;
}
html[dir="ltr"] .search-friend-component #js_custom_search_friend_placement .item-user-selected {
  padding-right: 24px;
}
html[dir="rtl"] .search-friend-component #js_custom_search_friend_placement .item-user-selected {
  padding-left: 24px;
}
html[dir='rtl'] .search-friend-component #js_custom_search_friend_placement .item-user-selected {
  margin-right: 0;
  margin-left: 4px;
}
.search-friend-component #js_custom_search_friend_placement .item-user-selected:hover {
  background: #801323;
  color: #fff;
}
.search-friend-component #js_custom_search_friend_placement .item-user-selected:hover .friend_search_remove .ico {
  color: #fff;
}
.search-friend-component #js_custom_search_friend_placement .item-user-selected .item-name {
  line-height: 24px;
}
.search-friend-component #js_custom_search_friend_placement .item-user-selected .friend_search_remove {
  background: none;
  text-indent: 0;
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir='rtl'] .search-friend-component #js_custom_search_friend_placement .item-user-selected .friend_search_remove {
  left: 0;
  right: auto;
}
.search-friend-component #js_custom_search_friend_placement .item-user-selected .friend_search_remove .ico {
  font-size: 10px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-friend-component .js_temp_friend_search_form {
  position: absolute;
  left: 0;
  right: 0;
}
.search-friend-component .js_temp_friend_search_form ul {
  display: flex;
  flex-flow: wrap;
}
.search-friend-component .js_temp_friend_search_form ul > li {
  width: 50%;
}
.search-friend-component .js_temp_friend_search_form ul > li .js_friend_search_link {
  display: flex;
  align-items: center;
  padding: 8px;
}
.search-friend-component .js_temp_friend_search_form ul > li .js_friend_search_link .image .no_image_user,
.search-friend-component .js_temp_friend_search_form ul > li .js_friend_search_link .image img {
  width: 32px;
  height: 32px;
  border-radius: 100% !important;
  overflow: hidden;
}
.search-friend-component .js_temp_friend_search_form ul > li .js_friend_search_link .user {
  flex: 1;
  min-width: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js_temp_friend_search_form .js_temp_friend_search_form_holder {
  max-height: 200px;
  box-shadow: 1.5px 2.598px 7.7px 2.3px rgba(0, 0, 0, 0.09);
}
html[dir="ltr"] .js_temp_friend_search_form .js_temp_friend_search_form_holder ul li {
  padding-left: 8px;
}
html[dir="rtl"] .js_temp_friend_search_form .js_temp_friend_search_form_holder ul li {
  padding-right: 8px;
}
.js_temp_friend_search_form .js_temp_friend_search_form_holder ul li .js_friend_search_link {
  padding: 8px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_temp_friend_search_form .js_temp_friend_search_form_holder ul li .js_friend_search_link .image img {
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_temp_friend_search_form .js_temp_friend_search_form_holder ul li .js_friend_search_link:hover {
  background-color: #f5bcc4;
}
.js_temp_friend_search_form .js_temp_friend_search_form_holder ul li .js_friend_search_link:hover .image img,
.js_temp_friend_search_form .js_temp_friend_search_form_holder ul li .js_friend_search_link:hover .image .no_image_user .js_hover_info {
  border-color: #ac1a2f;
}
.js_temp_friend_search_form .js_temp_friend_search_form_holder ul li .js_friend_search_link:hover .image img:before,
.js_temp_friend_search_form .js_temp_friend_search_form_holder ul li .js_friend_search_link:hover .image .no_image_user .js_hover_info:before {
  border-color: #ac1a2f;
}
.item-block-user:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}
.item-block-user .item-outer {
  display: flex;
}
.item-block-user .item-outer .item-avatar {
  width: 48px;
  height: 48px;
}
html[dir="ltr"] .item-block-user .item-outer .item-avatar {
  margin-right: 16px;
}
html[dir="rtl"] .item-block-user .item-outer .item-avatar {
  margin-left: 16px;
}
.item-block-user .item-outer .item-avatar .no_image_user,
.item-block-user .item-outer .item-avatar .img-wrapper {
  width: 48px;
  height: 48px;
}
.item-block-user .item-outer .item-avatar .no_image_user img,
.item-block-user .item-outer .item-avatar .img-wrapper img {
  width: 100%;
  height: 100%;
}
.item-block-user .item-outer .item-info {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.item-block-user .item-outer .item-inner {
  flex: 1;
  min-width: 0;
}
#page_user_browse #site_content {
  text-align: center;
}
#page_user_browse .go_left {
  float: none;
  padding: 0;
  width: auto;
}
#page_user_browse #panels {
  position: relative;
}
#page_user_browse #browse_custom_fields_popup_holder .go_left {
  padding: 15px;
}
#page_user_browse #browse_custom_fields_popup_holder .table {
  margin: 0;
  background: transparent;
  padding: 5px 0;
}
#page_user_browse #js_user_browse_advanced.active {
  display: block;
}
#page_user_browse #js_user_browse_advanced {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: none;
}
#page_user_browse #js_user_browse_advanced .user_browse_content,
#page_user_browse #js_user_browse_advanced #browse_custom_fields_popup_holder {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  overflow: visible;
}
#page_user_browse #left > ._block > form {
  display: block;
}
#page_user_browse .layout-middle .user_rows {
  vertical-align: top;
  display: inline-block;
  width: 120px;
  height: 150px;
  background: #ffffff;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative;
}
#page_user_browse .user_browse_user {
  padding: 0;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  overflow: visible;
}
#page_user_browse .user_browse_user a,
#page_user_browse .user_browse_user a:hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#page_user_browse .user_browse_user:hover .user_browse_add_friend {
  display: block;
  transition: all 0.5s ease;
}
#page_user_browse .user_browse_add_friend {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  z-index: 4;
}
#page_user_browse .user_browse_add_friend > img {
  display: none;
}
#page_user_browse .user_browse_add_friend > a,
#page_user_browse .user_browse_add_friend > a:hover {
  text-align: center;
  display: block;
  background: #ac1a2f;
  color: #ffffff;
  text-transform: uppercase;
  text-indent: 0;
}
.profiles_second_nav {
  padding: 0 16px;
  background: #ffffff;
  margin: 0 16px;
}
.profiles_second_nav:after {
  clear: both;
  content: " ";
  display: block;
}
.profiles_second_nav > ul > li {
  float: left;
}
.profiles_second_nav > ul > li.pull-right {
  float: right;
}
.profiles_second_nav > ul > li,
.profiles_second_nav > ul > li > a {
  display: block;
  position: relative;
  color: #ac1a2f;
}
.profiles_second_nav > ul > li > a:hover {
  color: #6a101d;
}
.profiles_second_nav > ul > li > a {
  line-height: 50px;
  padding: 0 10px;
}
#page_pages_add #js_pages_add_holder > .extra_info,
#page_pages_add #js_pages_add_holder > form > strong,
#page_pages_add #js_pages_add_holder > form > select {
  display: none;
}
#page_pages_add .pages_type_add_form_holder {
  padding-top: 0;
}
#page_pages_add input.pages_type_add_input {
  width: 100%;
}
#page_pages_add .pages_type_add_holder {
  background: #ffffff;
  border-bottom: 1px #f2f2f2 solid;
}
#page_pages_add a.pages_type_add_inner_link,
#page_pages_add a.pages_type_add_inner_link:hover {
  display: block;
  padding: 16px;
  background: #ffffff;
  color: #555555;
}
#page_pages_add a.pages_type_add_inner_link:hover {
  background: #fafafa;
  color: #484848;
}
#page_pages_add a.pages_type_add_inner_link.focus {
  background: #ac1a2f;
  color: #ffffff;
}
#page_pages_add a.pages_type_add_inner_link.unfocus {
  opacity: 0.4;
}
#page_pages_add .pages_type_add_form {
  padding: 10px;
  background: #f0f0f0;
  display: none;
}
#page_pages_add .pages_type_add_form .table {
  background: transparent;
  padding: 0;
}
#page_pages_add #js_pages_block_info {
  background: #ffffff;
  padding: 10px;
}
#page_pages_add #js_pages_block_info div.table_clear {
  padding-top: 10px;
}
#page_groups_add #js_groups_add_holder > .extra_info,
#page_groups_add #js_groups_add_holder > form > strong,
#page_groups_add #js_groups_add_holder > form > select {
  display: none;
}
#page_groups_add .groups_type_add_form_holder {
  padding-top: 0;
}
#page_groups_add input.groups_type_add_input {
  width: 100%;
}
#page_groups_add .groups_type_add_holder {
  background: #ffffff;
  border-bottom: 1px #f2f2f2 solid;
}
#page_groups_add a.groups_type_add_inner_link,
#page_groups_add a.groups_type_add_inner_link:hover {
  display: block;
  padding: 16px;
  background: #ffffff;
  color: #555555;
}
#page_groups_add a.groups_type_add_inner_link:hover {
  background: #fafafa;
  color: #484848;
}
#page_groups_add a.groups_type_add_inner_link.focus {
  background: #ac1a2f;
  color: #ffffff;
}
#page_groups_add a.groups_type_add_inner_link.unfocus {
  opacity: 0.4;
}
#page_groups_add .groups_type_add_form {
  padding: 10px;
  background: #f0f0f0;
  display: none;
}
#page_groups_add .groups_type_add_form .table {
  background: transparent;
  padding: 0;
}
#page_groups_add #js_groups_block_info {
  background: #ffffff;
  padding: 10px;
}
#page_groups_add #js_groups_block_info div.table_clear {
  padding-top: 10px;
}
#page_pages_index .user_rows {
  display: block;
  float: left;
}
#page_pages_index ._block_content .block_clear {
  margin-bottom: 0;
}
.pages_header {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  min-height: 140px;
}
.pages_header .pages_header_cover {
  overflow: hidden;
}
.pages_header .pages_header_cover img {
  background-size: cover;
  width: 100%;
}
.pages_header .pages_header_cover .ui-draggable {
  cursor: move;
}
.pages_header .pages_header_cover #save_reposition_cover {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 5005;
}
.pages_like_join,
.js_claim_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
  box-shadow: 0px 1px 2px 0px rgba(172, 26, 47, 0.5);
  color: #ffffff;
  background-color: #ac1a2f;
  border-color: #961729;
}
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join:active:focus,
.js_claim_page:active:focus,
.pages_like_join.active:focus,
.js_claim_page.active:focus,
.pages_like_join.focus,
.js_claim_page.focus,
.pages_like_join:active.focus,
.js_claim_page:active.focus,
.pages_like_join.active.focus,
.js_claim_page.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pages_like_join:hover,
.js_claim_page:hover,
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join.focus,
.js_claim_page.focus {
  color: #333333;
  text-decoration: none;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join.button_not_active,
.js_claim_page.button_not_active,
.pages_like_join[disabled],
.js_claim_page[disabled],
fieldset[disabled] .pages_like_join,
fieldset[disabled] .js_claim_page {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.pages_like_join.disabled,
a.js_claim_page.disabled,
fieldset[disabled] a.pages_like_join,
fieldset[disabled] a.js_claim_page {
  pointer-events: none;
}
.pages_like_join.btn-icon .fa,
.js_claim_page.btn-icon .fa,
.pages_like_join.btn-icon .ico,
.js_claim_page.btn-icon .ico {
  margin-right: 8px;
  margin-left: 2px;
}
html[dir='rtl'] .pages_like_join.btn-icon .fa,
html[dir='rtl'] .js_claim_page.btn-icon .fa,
html[dir='rtl'] .pages_like_join.btn-icon .ico,
html[dir='rtl'] .js_claim_page.btn-icon .ico {
  margin-left: 8px;
  margin-right: 2px;
}
.pages_like_join.btn-icon .fa:last-child:nth-child(2),
.js_claim_page.btn-icon .fa:last-child:nth-child(2),
.pages_like_join.btn-icon .ico:last-child:nth-child(2),
.js_claim_page.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 2px;
}
html[dir="ltr"] .pages_like_join.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .js_claim_page.btn-icon .fa:last-child:nth-child(2),
html[dir="ltr"] .pages_like_join.btn-icon .ico:last-child:nth-child(2),
html[dir="ltr"] .js_claim_page.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 8px;
}
html[dir="rtl"] .pages_like_join.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .js_claim_page.btn-icon .fa:last-child:nth-child(2),
html[dir="rtl"] .pages_like_join.btn-icon .ico:last-child:nth-child(2),
html[dir="rtl"] .js_claim_page.btn-icon .ico:last-child:nth-child(2) {
  margin-right: 8px;
}
html[dir='rtl'] .pages_like_join.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .js_claim_page.btn-icon .fa:last-child:nth-child(2),
html[dir='rtl'] .pages_like_join.btn-icon .ico:last-child:nth-child(2),
html[dir='rtl'] .js_claim_page.btn-icon .ico:last-child:nth-child(2) {
  margin-left: 2px;
}
.pages_like_join.btn-round,
.js_claim_page.btn-round {
  border-width: 0;
}
.pages_like_join:not(:hover),
.js_claim_page:not(:hover) {
  box-shadow: none;
}
.pages_like_join.btn-gradient,
.js_claim_page.btn-gradient {
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.pages_like_join.btn-gradient:before,
.js_claim_page.btn-gradient:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.pages_like_join.btn-gradient:hover:before,
.js_claim_page.btn-gradient:hover:before {
  opacity: 1;
}
.pages_like_join:hover,
.js_claim_page:hover {
  background-color: #801323;
  box-shadow: 0px 6px 12px 0px rgba(128, 19, 35, 0.4);
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join:focus,
.js_claim_page:focus {
  background-color: #530d17;
  box-shadow: 0px 2px 8px 0px rgba(83, 13, 23, 0.4), inset 0px 0px 2px 0px rgba(128, 19, 35, 0.8);
}
.pages_like_join:focus,
.js_claim_page:focus,
.pages_like_join.focus,
.js_claim_page.focus {
  color: #ffffff;
  background-color: #801323 !important;
  border-color: #961729;
}
.pages_like_join:hover,
.js_claim_page:hover {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active,
.open > .dropdown-toggle.pages_like_join,
.open > .dropdown-toggle.js_claim_page {
  color: #ffffff;
  background-color: #801323;
  border-color: #961729;
}
.pages_like_join:active:hover,
.js_claim_page:active:hover,
.pages_like_join.active:hover,
.js_claim_page.active:hover,
.open > .dropdown-toggle.pages_like_join:hover,
.open > .dropdown-toggle.js_claim_page:hover,
.pages_like_join:active:focus,
.js_claim_page:active:focus,
.pages_like_join.active:focus,
.js_claim_page.active:focus,
.open > .dropdown-toggle.pages_like_join:focus,
.open > .dropdown-toggle.js_claim_page:focus,
.pages_like_join:active.focus,
.js_claim_page:active.focus,
.pages_like_join.active.focus,
.js_claim_page.active.focus,
.open > .dropdown-toggle.pages_like_join.focus,
.open > .dropdown-toggle.js_claim_page.focus {
  color: #ffffff;
  background-color: #610f1a;
  border-color: #961729;
}
.pages_like_join:active,
.js_claim_page:active,
.pages_like_join.active,
.js_claim_page.active,
.open > .dropdown-toggle.pages_like_join,
.open > .dropdown-toggle.js_claim_page {
  background-image: none;
}
.pages_like_join.disabled,
.js_claim_page.disabled,
.pages_like_join[disabled],
.js_claim_page[disabled],
fieldset[disabled] .pages_like_join,
fieldset[disabled] .js_claim_page,
.pages_like_join.disabled:hover,
.js_claim_page.disabled:hover,
.pages_like_join[disabled]:hover,
.js_claim_page[disabled]:hover,
fieldset[disabled] .pages_like_join:hover,
fieldset[disabled] .js_claim_page:hover,
.pages_like_join.disabled:focus,
.js_claim_page.disabled:focus,
.pages_like_join[disabled]:focus,
.js_claim_page[disabled]:focus,
fieldset[disabled] .pages_like_join:focus,
fieldset[disabled] .js_claim_page:focus,
.pages_like_join.disabled.focus,
.js_claim_page.disabled.focus,
.pages_like_join[disabled].focus,
.js_claim_page[disabled].focus,
fieldset[disabled] .pages_like_join.focus,
fieldset[disabled] .js_claim_page.focus,
.pages_like_join.disabled:active,
.js_claim_page.disabled:active,
.pages_like_join[disabled]:active,
.js_claim_page[disabled]:active,
fieldset[disabled] .pages_like_join:active,
fieldset[disabled] .js_claim_page:active,
.pages_like_join.disabled.active,
.js_claim_page.disabled.active,
.pages_like_join[disabled].active,
.js_claim_page[disabled].active,
fieldset[disabled] .pages_like_join.active,
fieldset[disabled] .js_claim_page.active {
  background-color: #ac1a2f;
  border-color: #961729;
}
.pages_like_join .badge,
.js_claim_page .badge {
  color: #ac1a2f;
  background-color: #ffffff;
}
.pages_header_info {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.pages_header_info .pages_header_name {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.pages_header_info .pages_header_name h1 {
  color: #fff;
  line-height: normal;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}
.pages_header_info .pages_header_name ul {
  margin-top: 1px;
  margin-bottom: 5px;
}
.pages_header_info .pages_header_name ul li {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}
.pages_header_info .pages_header_name ul li:first-of-type:after {
  content: ' - ';
}
.pages_header_info > div {
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: -6px;
  -webkit-flex: auto;
  flex: auto;
}
.pages_header_info > div:first-child {
  max-width: 120px;
  min-width: 100px;
}
.pages_header_info > div:nth-child(2) {
  overflow: hidden;
}
.pages_header_info .pages_header_image {
  min-width: 100px;
  min-height: 100px;
  background: #fff;
}
.pages_header_info .pages_header_image img {
  min-width: 100px;
  min-height: 100px;
  background-size: cover;
}
.pages_menu {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 10;
}
.pages_menu > ul li {
  display: inline-block;
  margin-left: 10px;
}
.pages_menu > ul li a,
.pages_menu > ul li a:hover {
  color: #cccccc;
  font-weight: 200;
  font-size: 17px;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.pages_menu > ul li a:hover {
  color: #fff;
  transition: all 0.5s ease;
}
.pages_header {
  background: transparent;
  margin: auto;
}
.pages_header_cover {
  display: none;
  max-height: 420px;
}
@media (max-width: 480px) {
  .pages_header_cover {
    max-height: 210px;
  }
}
#page_pages_view .pages_header_cover,
._is_pages_view .pages_header_cover {
  display: block;
}
#page_pages_view .pages_header,
._is_pages_view .pages_header {
  background: inherit;
  margin: auto;
}
#page_pages_view #panels,
._is_pages_view #panels,
#page_pages_view #content,
._is_pages_view #content {
  vertical-align: top;
}
#page_pages_view #container,
._is_pages_view #container {
  display: table;
}
#page_pages_view #content,
._is_pages_view #content {
  margin-left: 0;
}
#page_pages_view #panels,
._is_pages_view #panels {
  position: static;
}
._is_pages_view .breadcrumbs_menu,
._is_pages_view .profiles_second_breadcrumbs {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 200;
  bottom: auto;
  min-height: 30px;
}
._is_pages_view div.header_bar_menu {
  margin: auto;
}
._is_pages_view #activity_feed_share_this_one ul li div.parent {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
._is_pages_view #activity_feed_share_this_one ul li div.parent select {
  width: 100%;
  background: #ebebeb;
  padding: 10px;
  font-size: 12px;
  height: 25px;
}
._is_pages_view #activity_feed_share_this_one {
  position: static;
  margin-bottom: -10px;
}
._is_pages_view #header {
  display: none;
}
._is_pages_view #top {
  background: transparent;
  margin-top: 20px;
}
._is_pages_view .item_bar {
  display: block;
  top: auto;
  bottom: 45px;
  right: 10px;
  left: auto;
  z-index: 100;
  overflow: visible;
}
.pages_edit_widget_tools {
  position: absolute;
  left: auto;
  right: 0;
}
.groups_edit_widget li.widget,
.pages_edit_widget li.widget {
  position: relative;
  border-bottom: 1px #dfdfdf solid;
  padding: 10px 0 10px 40px;
}
.nav_pages a,
.nav_pages a:hover {
  vertical-align: top;
}
#js_is_user_profile #js_is_page #section_menu {
  top: 10px;
}
.pages_edit_widget_tools {
  position: absolute;
  left: 0;
  top: 0;
}
.pages_create_new_widget {
  padding-bottom: 10px;
}
.pages_create_new_widget a,
.pages_create_new_widget a:hover {
  font-size: 13px;
}
#_privacy_holder_table .table {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #page_pages_view #activity_feed_share_this_one > ul > li,
  #page_groups_view #activity_feed_share_this_one > ul > li {
    position: relative;
  }
  #page_pages_view #activity_feed_share_this_one > ul > li a.btn,
  #page_groups_view #activity_feed_share_this_one > ul > li a.btn {
    display: block;
    border: 0;
  }
  #page_pages_view #activity_feed_share_this_one,
  #page_groups_view #activity_feed_share_this_one {
    float: none;
    display: block;
    margin-bottom: 0;
    border: 0;
  }
  #page_pages_view .activity_feed_form_button_position_button,
  #page_groups_view .activity_feed_form_button_position_button {
    display: block;
    float: none;
    text-align: center;
  }
  #page_pages_view .activity_feed_form_button_position_button button,
  #page_groups_view .activity_feed_form_button_position_button button {
    display: inline-block !important;
  }
  #page_pages_view #activity_feed_submit,
  #page_groups_view #activity_feed_submit {
    display: block;
    width: 100%;
  }
}
div[id^="js_add_location_suggestions"] {
  background-color: #ffffff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  /* Wrapper for locations in the feed*/
}
div[id^="js_add_location_suggestions"] .js_div_place {
  width: 100%;
  padding: 10px;
}
div[id^="js_add_location_suggestions"] .js_div_place:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
div[id^="js_add_location_suggestions"] .js_div_place_name,
div[id^="js_add_location_suggestions"] .js_div_place_vicinity {
  display: inline-block;
}
#js_vanity_url_new {
  display: inline-block;
  width: auto;
}
#pages_crop_me .image-editor {
  margin: auto;
  width: 400px;
  max-width: 100%;
}
#pages_crop_me .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 250px;
  height: 250px;
}
#pages_crop_me .rotate_button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pages_crop_me .cropit-preview-image-container {
  cursor: move;
}
#pages_crop_me .image-size-label {
  margin-top: 10px;
}
#pages_crop_me input,
#pages_crop_me .export {
  display: block;
}
#pages_crop_me button {
  margin-top: 10px;
}
#pages_crop_me .cropit-preview-image-container img {
  max-width: inherit;
}
#pages_crop_me .image-editor {
  max-width: 100%;
}
#pages_crop_me .image-editor div {
  margin: auto;
}
.user_rows_mini.pages_listing .user_rows {
  width: 100%;
  display: block;
}
.user_rows_mini.pages_listing .user_rows div.user_rows_image {
  width: 80px;
  float: left;
}
.user_rows_mini.pages_listing .user_rows div.user_rows_image a.no_image_user > span {
  top: 20px;
}
.user_rows_mini.pages_listing .user_rows .page_info {
  display: block;
  overflow: hidden;
  margin-left: 88px;
}
.user_rows_mini.pages_listing .user_rows .page_info span.user_profile_link_span {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
#js_block_border_pages_profile .content,
#js_block_border__apps__groups_block_groupprofile .content {
  height: 100%;
  overflow: hidden;
}
.page-login {
  margin-left: 55px;
  position: relative;
}
.page-login .page-title {
  display: inline-block;
  float: left;
  width: 70%;
}
.page-login .login-btn {
  margin-top: 8px;
  display: inline-block;
  float: left;
}
._is_pages_view .profiles_menu,
._is_groups_view .profiles_menu {
  height: auto;
  min-height: 60px;
}
._is_pages_view #js_location_view,
._is_groups_view #js_location_view {
  height: 0 !important;
  padding-bottom: 43%;
}
#js_pages_widget_block div.extra_info {
  overflow: scroll;
}
#js_pages_block_url div.extra_info {
  overflow: auto;
}
.votes {
  background: transparent;
  width: auto;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.poll_question {
  background: #f5f5f5;
  padding: 16px;
  margin-bottom: 8px;
}
.poll_question div.radio {
  margin-top: 0;
  margin-bottom: 0;
}
.poll_question div.radio:not(:last-child) {
  margin-bottom: 8px;
}
.answers_container.user_answered_this {
  border-radius: 0;
  background: #ac1a2f;
  color: #ffffff !important;
}
.answers_container.user_answered_this * {
  color: #ffffff !important;
}
.answers_container.user_answered_this .poll_answer_percentage {
  background: #ffffff;
}
.answers_container {
  border-bottom: 1px #e6e6e6 solid;
  padding: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .answers_container {
    display: block;
  }
  .answers_container .poll_answer_container {
    margin-top: 5px;
    clear: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.answers_container .poll_ansser_user {
  -webkit-flex: 1;
  flex: 1;
}
.poll_answer_percentage {
  background: #ac1a2f;
  line-height: 10px;
}
#page_poll_add .js_prev_block,
#page_poll_add .js_prev_block:hover {
  background: transparent;
}
#page_poll_add .js_arrow_up_down {
  position: absolute;
}
#page_poll_add .placeholder {
  position: relative;
}
#page_poll_add .placeholder input[type="text"] {
  text-indent: 32px;
}
#page_poll_add .placeholder > div > span > i {
  position: absolute;
  left: -16px;
  top: 10px;
  color: #555555;
  cursor: move;
}
[dir="ltr"] #page_poll_add .js_arrow_up_down {
  left: 32px;
}
[dir="rtl"] #page_poll_add .js_arrow_up_down {
  right: 16px;
}
.poll_add_more {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.poll_add_more a {
  color: #888888;
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 4px;
}
.poll_add_more a:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
  text-decoration: none;
}
.poll_answer_container {
  width: 120px;
  margin-left: 16px;
  background-color: #ebebeb;
}
.poll_large_item {
  border: 1px solid #dddddd;
  margin-bottom: 16px;
}
.poll_large_item .poll_large_image {
  border-top: 1px solid #dddddd;
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/misc/poll_no_img.jpg");
  display: block;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.poll_large_item header {
  padding: 10px 20px;
}
.poll_large_item header h1 {
  padding: 0;
}
.poll_large_item span.user_profile_link_span > a,
.poll_large_item span.user_profile_link_span > a:hover {
  color: #ac1a2f !important;
  font-weight: normal !important;
}
#page_poll_design ._colorpicker_holder {
  position: relative;
  right: 0;
  top: 0;
}
.collection-stage {
  margin-left: -10px;
  margin-right: -10px;
}
.collection-stage:after {
  clear: both;
  display: block;
}
.collection-item-stage {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.collection-item-stage > div._moderator {
  float: right;
  right: 0;
  top: 0;
}
.collection-item-stage > div._moderator .row_edit_bar {
  margin-right: 0;
}
.collection-item-stage > div._moderator .row_edit_bar > .row_edit_bar_action {
  position: relative;
  right: 0;
}
.collection-item-stage > div._moderator i.fa-action {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #edeeef;
  border: 1px solid #dddddd;
  border-top: 0;
  display: block;
}
.collection-item-stage a.moderate_link,
.collection-item-stage a.moderate_link:hover {
  left: 0;
  position: relative;
}
.collection-item-stage .moderate_link {
  position: relative;
  float: right;
}
.collection-item-stage .moderate_link i.fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #edeeef;
  display: block;
  border: 1px solid #dddddd;
}
.collection-item-stage .row_edit_bar_parent {
  position: relative;
  float: right;
  clear: both;
}
@media (min-width: 992px) {
  #page_poll_index .empty-right .collection-item-stage,
  #page_quiz_index .empty-right .collection-item-stage,
  #page_event_index .empty-right .collection-item-stage,
  #page_pages_index .empty-right .collection-item-stage,
  #page_pages_all .empty-right .collection-item-stage,
  #page_groups_all .empty-right .collection-item-stage {
    width: 50%;
  }
}
.collection-stage-narrow {
  margin-left: -1px;
  margin-right: -1px;
}
.collection-stage-narrow:after {
  clear: both;
  display: block;
}
.collection-stage-item-narrow {
  float: left;
  position: relative;
}
.my_photo_item {
  display: block;
  width: 33.3333%;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: none;
}
.my_photo_item > span {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 100%;
}
.voted-list-header {
  margin-bottom: 0;
}
.voted-members-list {
  max-height: 300px;
}
.voted-members-list > div:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.voted-members-list .poll-info {
  margin-left: 58px;
}
.voted-members-list .time-info {
  color: #a2a2a2;
}
.js_box_content > .voted-members-list {
  margin-top: -16px;
}
.poll_result_link {
  margin-top: 16px;
  text-align: right;
}
.poll_result_link a {
  margin-left: 10px;
}
@media (max-width: 480px) {
  .poll_result_link {
    margin-bottom: 8px;
  }
}
._app_poll.row_feed_loop .activity_feed_content_text,
._app_user_status.row_feed_loop .feed_share_poll.feed_share_holder .activity_feed_content_text {
  padding: 0;
}
._app_poll.row_feed_loop .activity_feed_content_image,
._app_user_status.row_feed_loop .feed_share_poll.feed_share_holder .activity_feed_content_image {
  float: none;
  max-width: 100%;
  margin-right: 0;
  max-height: 260px;
}
._app_poll.row_feed_loop .activity_feed_content_float,
._app_user_status.row_feed_loop .feed_share_poll.feed_share_holder .activity_feed_content_float {
  float: none;
  padding: 16px;
}
._app_user_status.row_feed_loop .feed_share_poll.feed_share_holder .activity_feed_content_link {
  border: 1px #e6e6e6 solid;
}
[dir=rtl] div.row_title_info.poll_vote_holder header {
  margin-right: 60px;
}
[dir=rtl] div.row_title_image.poll_vote_holder {
  right: 0;
  float: right;
}
.correctAnswer {
  background: transparent;
}
.correctAnswer a:first-of-type:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  position: absolute;
  top: 10px;
  right: 10px;
  color: #27ae60;
}
.answer_parent.p_2 {
  position: relative;
}
#removeQuestion {
  position: absolute;
  right: 0;
  top: -25px;
}
#removeQuestion a,
#removeQuestion a:hover {
  color: #555555;
}
#removeQuestion a:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
#page_quiz_add .table_right {
  position: relative;
}
.quiz_questions {
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.quiz_questions > strong {
  font-size: 16px;
  font-weight: normal;
  color: #555555 !important;
}
.quiz_questions .quiz_answers {
  padding: 5px 0;
}
.quizz_large_item {
  border: 1px solid #dddddd;
  margin-bottom: 16px;
}
.quizz_large_item .quizz_large_image {
  border-top: 1px solid #dddddd;
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/misc/quizz_no_img.jpg");
  display: block;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.quizz_large_item header {
  padding: 10px 20px;
}
.quizz_large_item header h1 {
  padding: 0;
}
.quiz_result_item {
  padding: 20px 0;
}
.quiz_result_item + .quiz_result_item {
  border-top: 1px solid #dcdcdc;
}
.quiz_result_left {
  float: left;
  width: 40px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.quiz_result_right {
  margin-left: 40px;
  border-left: 2px solid #dcdcdc;
  padding-left: 16px;
}
.quiz_result_question {
  padding-bottom: 10px;
  font-size: 16px;
}
.quiz_users_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 0;
}
.quiz_users_list:not(:last-child) {
  border-bottom: 1px #dddddd solid;
}
.quiz_users_list:last-child {
  padding-bottom: 0;
}
.quiz_users_list:first-child {
  padding-top: 16px;
}
.quiz_users_list .quiz_user_link {
  -webkit-flex: 1;
  flex: 1;
  padding-left: 16px;
  overflow: hidden;
}
.quiz_users_list .quiz_user_link > .user_profile_link_span a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.quiz_users_list .quiz_percentage {
  margin-right: 70px;
  margin-left: 20px;
  font-size: 22px;
}
@media (max-width: 480px) {
  .quiz_users_list {
    display: block;
  }
  .quiz_users_list .quiz_percentage {
    float: right !important;
    margin-right: 0;
  }
  .quiz_users_list .quiz_button {
    clear: right;
  }
  .quiz_users_list .quiz_button > a.button {
    background: transparent !important;
    color: #ac1a2f !important;
    padding: 0;
    border: none;
  }
}
.quiz_listing.block_listing li {
  display: -webkit-flex !important;
  display: flex !important;
  border-top: none !important;
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 5px !important;
}
.quiz_listing.block_listing .block_listing_title {
  padding-left: 8px !important;
  overflow: hidden;
  position: relative;
  -webkit-flex: 1;
  flex: 1;
}
.quiz_listing.block_listing .block_listing_title > .user_profile_link_span {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.quiz_listing.block_listing .block_listing_title div.extra_info {
  color: #a2a2a2 !important;
}
.quiz_extra_info {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-flow: wrap;
}
.quizz_large_item.has-visible-moderator > header > .lines-base-1 {
  margin-right: 10px;
}
.info_holder + .activity_feed_form_share:before,
.info_holder + #js_main_feed_holder:before {
  display: block;
  content: " ";
  height: 20px;
  background: #e5eaef;
}
#page_event_index .row_banner .event_date {
  position: absolute;
  left: 10px;
  top: 16px;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 1px #dfdfdf solid;
  text-align: center;
}
#page_event_index .row_banner .event_date .month {
  display: block;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0;
}
#page_event_index .row_banner .event_date .day {
  display: block;
  font-size: 25px;
  font-weight: 200;
  position: absolute;
  left: -5px;
  text-align: center;
  right: 0;
  top: 20px;
}
#page_event_index .row_banner header {
  padding-left: 80px;
  min-height: 90px;
}
#event_date_calendar {
  position: relative;
  top: 1px;
  width: 50px;
  background: #fff;
  text-align: center;
}
#event_date_calendar.w_200 {
  width: 100%;
  height: auto;
}
#event_date_calendar.w_200 .month {
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#event_date_calendar.w_200 .day {
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px;
}
#event_date_calendar .month {
  display: block;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
#event_date_calendar .day {
  display: block;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  line-height: 30px;
  background-color: #dcdcdc;
  font-weight: bold;
  color: #bdbdbd;
}
#js_block_border_event_rsvp.block {
  background: #ffffff;
  padding: 0 10px;
}
#js_block_border_event_rsvp.block > .title {
  margin-bottom: 10px;
}
#js_block_border_event_rsvp.block form > .p_2 {
  display: block;
  padding: 10px 0;
  cursor: pointer;
  border: 1px transparent solid;
}
#js_block_border_event_rsvp.block form > .p_2 input[type="checkbox"],
#js_block_border_event_rsvp.block form > .p_2 input[type="radio"] {
  visibility: hidden;
}
#js_block_border_event_rsvp.block form > .attending.active {
  background-color: #47c366;
  color: white;
}
#js_block_border_event_rsvp.block form > .maybe_attending.active {
  background-color: #cf1f39;
  color: white;
}
#js_block_border_event_rsvp.block form > .not_attending.active {
  background-color: #e5eaef;
}
#js_block_border_event_rsvp.block form > .p_2:hover {
  color: #222222;
}
#js_block_border_event_rsvp.block form > .p_2.active {
  color: #222222;
}
.mp_event_image .no_image_item {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/misc/event_no_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mp_event_image img._image_50 {
  height: auto;
}
.event_large_item {
  border: 1px solid #dddddd;
  position: relative;
}
.event_large_item > header {
  position: relative;
}
.event_large_item .event_large_image {
  border-top: 1px solid #dddddd;
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/misc/event_noimg_medium.jpg");
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 160px;
}
@media (max-width: 480px) {
  .event_large_item .event_large_image {
    margin-left: 90px;
  }
}
.event_large_item div._moderator {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
}
.event_large_item div._moderator.moderator_active {
  display: block;
}
.event_large_item div._moderator i.fa-action {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #edeeef;
  border: 1px solid #dddddd;
  border-top: 0;
  display: block;
}
.event_large_item div._moderator .row_edit_bar .dropdown-menu {
  margin-top: 30px;
}
.event_large_item:hover div._moderator {
  display: block;
}
.event_large_item.row_featured,
.event_large_item.row_sponsored {
  padding: 0 !important;
  margin: 0 !important;
}
#page_event_index .collection-stage .collection-item-stage:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  #page_event_index .empty-right .collection-stage .collection-item-stage:nth-child(2) {
    margin-top: 0;
  }
}
.event_large_date {
  width: 100px;
  height: 80px;
  display: block;
  float: left;
  background-color: #ee5a2b;
  margin-top: -1px;
  color: white;
  padding: 10px 0;
}
.event_large_date div.month {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.event_large_date div.day {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 480px) {
  .event_large_date {
    position: absolute;
    bottom: -80px;
    padding: 0;
    width: 90px;
  }
  .event_large_date div.day {
    margin-top: 10px;
  }
}
.event_large_time {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  background-color: #edeeef;
  color: #555555;
}
.event_large_time div.time {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 10px;
}
@media (max-width: 480px) {
  .event_large_time {
    position: absolute;
    width: 90px;
    bottom: -160px;
  }
}
.no_border {
  border: 0 !important;
}
.event_large_title {
  padding-left: 190px;
  padding-top: 11px;
  font-size: 12px;
}
.event_large_title h1 {
  padding: 0;
  margin: 0;
}
.event_large_title .user_profile_link_span > a,
.event_large_title .user_profile_link_span > a:hover {
  color: #ac1a2f !important;
  font-weight: normal !important;
}
.event_large_title div.extra_info {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 480px) {
  .event_large_title {
    padding: 16px;
  }
}
#page_music_index ._moderator,
#page_event_index ._moderator,
#page_poll_index ._moderator,
#page_quiz_index ._moderator {
  border-bottom: 0 !important;
}
.event_rsvp_btn_list {
  margin: 0 -5px;
}
.event_rsvp_btn_list > div {
  float: left;
  width: 50%;
  padding: 10px 5px;
}
#event_date_calendar.xs {
  width: 32px;
  height: 32px;
}
#event_date_calendar.xs .month {
  font-size: 9px;
}
#event_date_calendar.xs .day {
  font-size: 11px;
  text-align: center;
  left: 0;
  top: 15px;
}
#js_block_border_event_sponsored div.info {
  padding-top: 10px;
}
#js_block_border_event_sponsored div.info + div.info {
  border-top: 1px solid #eeeeee;
}
#js_block_border_event_sponsored div.sponsored_title {
  margin-top: -15px;
  margin-bottom: 8px;
  color: #ac1a2f;
}
ul.block_event_listing > li {
  margin: 0 0 16px 0;
}
ul.block_event_listing > li + li {
  padding: 16px 0 0 0;
  border-top: 1px solid #eeeeee;
}
._app_event.row_feed_loop .activity_feed_content_text,
.feed_share_event .activity_feed_content_text {
  padding: 0;
  border: none;
}
._app_event.row_feed_loop .feed_block_title_content,
.feed_share_event .feed_block_title_content {
  padding: 0;
  margin: 0;
  border-left: 0;
}
._app_event.row_feed_loop .activity_feed_content_display_custom .item-description,
.feed_share_event .activity_feed_content_display_custom .item-description {
  padding: 16px;
}
.featured_listing_row .listing-info > a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.featured_listing_row .listing-time {
  text-transform: uppercase;
  font-weight: bold;
}
.activity_feed_content_display_custom .event_large_item {
  margin-bottom: 0;
  background-color: #ffffff;
}
.mosaicflow__column {
  float: left;
}
#content .photos_row:hover header {
  display: block;
  cursor: pointer;
}
#content .photos_row:hover a.moderate_link {
  display: block !important;
}
#content .photos_row {
  display: block;
  margin: 0 5px 5px 0;
  position: relative;
  background: #ffffff;
  border: 1px #ebebeb solid;
}
#content .photos_row ._moderator a.moderate_link_active {
  background: rgba(0, 0, 0, 0.4);
  display: block !important;
}
#content .photos_row a.moderate_link {
  display: none !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: static;
  margin-left: 5px;
}
#content .photos_row ._moderator a.moderate_link_active i::before,
#content .photos_row ._moderator a.moderate_link_active:hover i::before {
  color: #fff;
}
#content .photos_row ._moderator {
  position: absolute;
  top: 0;
  left: -6px;
  border: 0;
  background-color: transparent;
}
#content .photos_row header {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
}
#content .photos_row header .photo_title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#content .photos_row h1 {
  font-size: 12px;
  line-height: normal;
}
#content .photos_row h1 a,
#content .photos_row h1 a:hover {
  color: #fff;
  font-weight: 600;
}
#content .photos_row .photos_row_info {
  font-size: 11px;
  padding-top: 2px;
  color: #f1f1f1 !important;
}
#content .photos_row .photos_row_info a,
#content .photos_row .photos_row_info a:hover {
  color: #f1f1f1 !important;
  font-weight: normal !important;
}
.photos_row img {
  display: block;
  width: 100%;
  height: auto;
}
#page_photo_album .mosaicflow_load {
  margin-bottom: 50px;
  visibility: hidden;
}
#photo_selector {
  position: relative;
  height: 50px;
  line-height: 50px;
}
#photo_selector input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0;
  height: 50px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
#photo_selector_button {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ac1a2f;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
#js_album_description {
  padding: 10px 10px 0 10px;
  font-size: 13px;
}
.activity_feed_multiple_image {
  display: block;
  margin: -2px;
}
.activity_feed_multiple_image > div {
  padding: 2px;
}
.activity_feed_multiple_image li {
  margin: 0;
}
.activity_feed_multiple_image li:not(:first-of-type) {
  width: 49%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.activity_feed_multiple_image li:not(:first-of-type) img {
  margin: auto;
  width: 100%;
  background-size: contain;
}
#page_photo_view #header,
#page_photo_view #top {
  background: transparent;
}
#page_photo_view #top {
  margin-top: 0;
}
#page_photo_view #container,
#page_photo_view #header {
  display: none;
}
#page_photo_view .photos_view {
  display: none;
}
#page_photo_view .photos_view_loader {
  position: fixed;
  font-size: 24px;
  left: 50%;
  top: 50%;
  z-index: 100;
}
#page_photo_view .item_detail_wrapper .info .info_left {
  padding-left: 0 !important;
}
#page_photo_view.photo_is_active .photos_view_loader {
  display: none;
}
#page_photo_view.photo_is_active .photos_view {
  display: block;
}
#page_photo_view.photo_is_active #container {
  display: table;
}
.photos_view {
  background: #bdbdbd;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 0;
}
.photos_view > ._a_back {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.photos_view > ._a_back > i {
  font-size: 22px;
  margin-top: 9px;
}
.photos_view .photos_actions {
  min-height: 30px;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
}
.photos_view .photos_actions a,
.photos_view .photos_actions a:hover {
  color: #ebebeb;
}
.photos_view .photos_actions > ul {
  line-height: 30px;
  margin-right: 10px;
}
.photos_view .photos_actions > ul > li {
  display: inline-block;
  margin-left: 10px;
}
.photos_view .photos_actions > ul > li a,
.photos_view .photos_actions > ul > li a:hover {
  display: block;
  color: #ebebeb;
}
.photos_view .photos_actions > ul > li a > i,
.photos_view .photos_actions > ul > li a:hover > i {
  font-size: 16px;
}
.photos_view .photos_actions > ul > li a > span,
.photos_view .photos_actions > ul > li a:hover > span {
  display: none;
}
.photos_view .photo_btn {
  position: absolute;
  display: none;
  font-size: 2em;
  top: calc(50% - 30px);
}
.photos_view .photo_btn#next_photo {
  right: 10px;
}
.photos_view .photo_btn#previous_photo {
  left: 10px;
}
.photos_view:hover .photo_btn {
  display: block;
}
.photos_view > .done_tagging_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  z-index: 1000;
}
.photo_tag_in_photo {
  color: #a2a2a2;
  margin-top: 10px;
}
.photo_tag_in_photo a.user_link,
.photo_tag_in_photo a.user_link:hover {
  color: #ac1a2f;
  text-decoration: none;
}
.photo_tag_in_photo a:not(.user_link) {
  color: #a94442;
}
a.photo_tag_in_photo a:not(.user_link):hover,
a.photo_tag_in_photo a:not(.user_link):focus {
  color: #843534;
}
.note {
  border: 1px #b9b9b9 solid;
}
#noteform {
  background: #ffffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  color: #555555;
  width: 300px;
}
#noteform .table {
  margin-bottom: 5px;
  padding: 0;
}
#noteform .extra_info {
  font-size: 12px;
}
#noteform .extra_info a,
#noteform .extra_info a:hover {
  color: #555555;
}
#noteform .extra_info a:hover {
  text-decoration: underline;
}
#noteform .user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 78%;
}
.cancel_tagging {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.photo_edit_wrapper .table_right {
  margin: 0;
  padding: 0;
  padding-bottom: 0 !important;
}
.photo_edit_wrapper .table_right .extra_info {
  padding: 16px 0 0 0;
}
.photo_edit_wrapper .table_right .radio {
  margin-top: 0;
  margin-bottom: 8px;
}
.photo_edit_wrapper .table_right .radio:last-child {
  margin-bottom: 0;
}
.photo_edit_holder,
.photo_edit_input,
.input_drop_layer {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
}
.input_drop_layer {
  background: #ffffff;
  color: #555555;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 13px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.input_drop_layer li a,
.input_drop_layer li a:hover {
  background: #ffffff;
  color: #555555;
}
.input_drop_layer li a:hover {
  background: #f0f0f0;
}
#page_photo_index .js_box_content .photo_edit_row {
  width: 100%;
  margin: 0;
  display: block;
}
@media (min-width: 992px) {
  #page_photo_index .js_box_content .photo_edit_row {
    width: 100%;
  }
}
#page_photo_index .photo_edit_wrapper {
  background: #ffffff;
}
#page_photo_index .photo_edit_row {
  display: block;
  vertical-align: top;
  padding: 0px 8px 16px 0;
  background: transparent;
  margin: 0;
}
#page_photo_index .photo_edit_row .table {
  margin: 0;
  padding: 16px;
  border-bottom: 1px #ebebeb solid;
}
.photo_table_clear {
  display: inline-block;
  display: block;
}
.photo_table_clear:before,
.photo_table_clear:after {
  content: " ";
  display: table;
}
.photo_table_clear:after {
  clear: both;
}
.photo_table_clear:before,
.photo_table_clear:after {
  content: " ";
  display: table;
}
.photo_table_clear:after {
  clear: both;
}
.photo_edit_image {
  vertical-align: middle;
  line-height: 200px;
  text-align: center;
  background: #0c0c0c;
  overflow: hidden;
  margin-bottom: 10px;
}
.photo_edit_image img {
  height: 200px;
}
.play_link {
  display: inline-block;
}
.play_link:hover .play_link_img {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}
.play_link:hover .play_link_img:before {
  color: #fff;
  transition: all 0.5s ease;
}
.play_link_img {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: auto;
  line-height: normal;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  width: auto;
  float: none;
  text-indent: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-indent: -1000px;
  overflow: hidden;
}
.play_link_img:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f04b';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: #000;
  opacity: 0.6;
  font-size: 30px;
  margin-left: -16px;
  margin-top: -16px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.photos_stream {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  right: 0;
  height: 120px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.photos_stream > div {
  display: table;
}
.photos_stream > div > a.active img,
.photos_stream > div > a.active:hover img {
  border-color: #ac1a2f;
}
.photos_stream > div > a,
.photos_stream > div > a:hover {
  display: table-cell;
  height: 120px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  padding: 0 8px;
}
.photos_stream > div > a:hover {
  background: #000;
  transition: all 0.5s ease;
}
.photos_stream > div img {
  vertical-align: middle;
  max-width: 90px;
  max-height: 90px;
  border: 2px #333333 solid;
}
.photos_stream #prev_photos,
.photos_stream #next_photos {
  position: absolute;
  font-size: 4.7em;
  opacity: 0.5;
  display: none;
  height: 100%;
}
.photos_stream #prev_photos:hover,
.photos_stream #next_photos:hover {
  opacity: 1;
}
.photos_stream #next_photos {
  right: 0;
}
.photos_stream:hover #prev_photos,
.photos_stream:hover #next_photos {
  display: block;
}
#js_crop_tool {
  background: #e6e6e6;
}
#js_main_photo {
  background: #e6e6e6;
  text-align: center;
}
#js_main_photo .p_2 {
  padding: 0;
}
#js_main_photo img {
  max-width: 100% !important;
  height: auto !important;
}
.tagFriendChooser {
  overflow: hidden;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 10px;
}
.tagFriendChooser ._size__32 > span,
.tagFriendChooser ._size__32:hover > span,
.tagFriendChooser ._size__30 > span,
.tagFriendChooser ._size__30:hover > span {
  top: -7px;
}
.tagFriendChooser > span {
  display: inline-block;
  vertical-align: middle;
}
.tagFriendChooser .tagFriendChooserImage {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.tagFriendChooser .tagFriendChooserImage img {
  max-width: 32px;
  max-height: 32px;
  background-size: cover;
  position: absolute;
}
#js_feed_content > h2 {
  font-size: 24px;
  color: #555555;
  font-weight: 200;
  margin-bottom: 10px;
}
#main-photo-section {
  position: relative;
}
#main-photo-section .hidden-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #e5eaef;
  z-index: 10000;
  transition: all 0.5s ease;
}
#main-photo-albums {
  text-align: center;
}
#main-photo-albums > i {
  font-size: 16px;
}
.photo-albums {
  display: inline-block;
  display: block;
  margin: -4px;
}
.photo-albums:before,
.photo-albums:after {
  content: " ";
  display: table;
}
.photo-albums:after {
  clear: both;
}
.photo-albums:before,
.photo-albums:after {
  content: " ";
  display: table;
}
.photo-albums:after {
  clear: both;
}
.photo-albums > .album_wrapper {
  transition: all 0.5s ease;
  float: left;
  padding: 4px;
}
@media (min-width: 992px) {
  .photo-albums > .album_wrapper {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .photo-albums > .album_wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .photo-albums > .album_wrapper {
    width: 100%;
  }
}
.photo-albums > .album_wrapper > article {
  vertical-align: top;
  height: 280px;
  background-size: cover;
  border: 1px #d8e0e7 solid;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.photo-albums > .album_wrapper > article:hover a.moderate_link {
  display: block !important;
}
.photo-albums > .album_wrapper > article ._moderator a.moderate_link_active {
  background: rgba(0, 0, 0, 0.4);
  display: block !important;
}
.photo-albums > .album_wrapper > article a.moderate_link {
  display: none !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: static;
  margin-left: 5px;
}
.photo-albums > .album_wrapper > article ._moderator a.moderate_link_active i::before,
.photo-albums > .album_wrapper > article ._moderator a.moderate_link_active:hover i::before {
  color: #fff;
}
.photo-albums > .album_wrapper > article ._moderator {
  position: absolute;
  top: 0;
  left: -6px;
  border: 0;
  background-color: transparent;
  z-index: 3;
}
.photo-albums > .album_wrapper > article > header > h1 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.photo-albums > .album_wrapper > article > header > h1 a,
.photo-albums > .album_wrapper > article > header > h1 a:hover {
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  font-weight: 600;
  max-height: none;
  height: auto;
}
.photo-albums > .album_wrapper > article > header > h1 a > span.name,
.photo-albums > .album_wrapper > article > header > h1 a:hover > span.name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  z-index: 1;
}
.photo-albums > .album_wrapper > article > header > h1 a > span.name > span.title,
.photo-albums > .album_wrapper > article > header > h1 a:hover > span.name > span.title {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: block;
}
.photo-albums > .album_wrapper > article > header > h1 a > span.name > span.info,
.photo-albums > .album_wrapper > article > header > h1 a:hover > span.name > span.info {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: block;
  font-weight: normal;
}
@media (min-width: 992px) {
  .empty-right .photo-albums > .album_wrapper {
    width: 33.33%;
  }
}
.photo-h1 {
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}
.photo_mature {
  height: 300px;
  background: #727272;
  color: #808080;
  position: relative;
}
.photo_mature i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.photo_mature_2 {
  background: #ee5a2b;
}
.photo_mature_2 i {
  color: #ffffff;
}
@media (min-width: 992px) {
  #page_photo_index .photo_edit_row {
    width: 50%;
    float: left;
  }
  #page_photo_index .photo_edit_row:first-child:last-child {
    width: 100%;
  }
  #page_photo_index .photo_edit_row:first-child:nth-last-child(2),
  #page_photo_index .photo_edit_row:nth-child(2):nth-last-child(1) {
    width: 50%;
  }
  #page_photo_index .photo_edit_row:nth-child(2n+1) {
    clear: left;
  }
}
#page_photo_index #panels {
  display: none;
}
#js_block_border_photo_album-tag .block_listing_inline ul li {
  padding-right: 5px;
}
.album_tag img {
  vertical-align: baseline;
}
.photos-listing a.my_photo_item {
  border: 2px #ffffff solid;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.photos-listing a.my_photo_item > span {
  padding-bottom: 70%;
}
.photos-listing a.my_photo_item:hover .photo-statistic {
  display: block;
}
.photos-listing a.my_photo_item:first-child {
  width: 100%;
}
.photos-listing a.my_photo_item:not(:first-child) {
  width: 50%;
}
.photos-listing a.my_photo_item:not(:first-child) > span {
  padding-bottom: 83%;
}
.photos-listing.photos-2 a.my_photo_item {
  width: 50% !important;
}
.photos-listing .photo-statistic {
  display: none;
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.photos-listing .photo-statistic > span {
  color: #fff;
  font-size: 13px;
  display: block;
  font-weight: bold;
}
.photos-listing:not(.photos-2) a.my_photo_item:first-child .photo-statistic > span {
  display: inline-block;
}
.photos-listing:not(.photos-2) a.my_photo_item:first-child .photo-statistic > span + span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
#js_photo_item_detail .info div.info_left {
  width: 16%;
}
/*mature photo */
.mature_photo_wrapper {
  position: relative;
  width: auto;
}
.mature_photo_wrapper .mature_photo_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mature_photo_wrapper .mature_photo_cover > img {
  max-width: 30%;
}
.mature_photo_wrapper > img {
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.photo-upload-button {
  margin: 20px 10px 0 0;
}
.profiles_banner {
  height: 380px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  max-height: 500px;
  position: relative;
  background-color: #262626;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
}
.profiles_banner .profile_viewer_actions {
  margin: 0 8px;
  padding-bottom: 8px;
  display: inline-flex;
  justify-content: flex-end;
  position: relative;
}
.profiles_banner .profile_viewer_actions > a + a {
  margin-left: 5px;
}
.profiles_banner .cover > img {
  background-size: cover;
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}
.profiles_banner h1 a,
.profiles_banner h1 a:hover,
.profiles_banner .h1 a,
.profiles_banner .h1 a:hover {
  color: #fff;
}
.profiles_banner .profiles_extra_info {
  color: #bfbfbf;
}
@media (max-width: 480px) {
  .profiles_banner .profiles_extra_info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .profiles_banner .profiles_extra_info > .mobile-break-line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .profiles_banner .profiles_extra_info > .mobile-break-line:before {
    display: none;
  }
}
.profiles_banner .profiles_extra_info > span + span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
.profiles_banner .profiles_banner_bg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.profiles_banner .profiles_banner_bg > .cover_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.profiles_banner .profiles_banner_bg .cover {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.profiles_banner .profiles_banner_bg .cover .ui-draggable {
  cursor: move;
}
.profiles_banner .profiles_banner_bg .cover-reposition-actions,
.profiles_banner .profiles_banner_bg .cover-reposition-message {
  display: none;
}
.profiles_banner .profiles_banner_bg .cover-reposition-message {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px;
  border-radius: 8px;
}
.profiles_banner .profiles_banner_bg #uploading-cover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.profiles_banner .profiles_banner_bg #uploading-cover > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.profiles_banner .profiles_banner_bg #uploading-cover .progress {
  width: 120px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
}
.profiles_banner .profiles_banner_bg #uploading-cover .progress .progress-bar {
  background-color: #ac1a2f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.profiles_banner .profiles_banner_bg #uploading-cover > div:not(.progress) {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-top: 16px;
}
.profiles_banner .profiles_banner_bg #uploading-cover.is-responsive div {
  top: 33%;
}
.profiles_banner .cover-reposition-actions {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}
.profiles_banner h1 a,
.profiles_banner h1 a:hover,
.profiles_banner .h1 a,
.profiles_banner .h1 a:hover {
  color: #fff;
}
.profiles_banner .profiles_extra_info {
  color: #e6e6e6;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  margin-top: 8px;
}
.profiles_banner.editing .profiles_owner_actions,
.profiles_banner.editing .profile_viewer_actions {
  display: none !important;
}
.profiles_banner.editing .change-cover-block {
  opacity: 0;
  visibility: hidden;
}
.profiles_banner.editing .cover-reposition-actions,
.profiles_banner.editing .cover-reposition-message {
  display: block;
}
.profiles_banner.editing .cover-reposition-message {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.profiles_banner.has_cover {
  background-image: none !important;
}
@media (max-width: 480px) {
  .profiles_banner {
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .profiles_banner .profiles_banner_bg {
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .profiles_banner .profile_viewer_actions {
    flex: initial;
  }
}
body#page_pages_view #save_reposition_cover,
body#page_groups_view #save_reposition_cover {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}
#change_cover_function {
  position: absolute;
  top: 15px;
  left: 40px;
}
#change_cover_function .fa-camera {
  font-size: 25px;
  color: #ac1a2f;
}
#change_cover_function .fa-camera :hover {
  font-size: 30px;
}
.profile_image {
  background: #ffffff;
  border: 4px #ffffff solid;
  border-radius: 0;
  position: absolute;
  left: 20px;
  bottom: -20px;
  overflow: visible;
  width: 160px;
  height: 160px;
  z-index: 4;
}
@media (max-width: 480px) {
  .profile_image {
    height: 80px;
    width: 80px;
  }
}
.profile_image .profile_image_holder a {
  display: block;
  height: 100%;
}
.profile_image .profile_image_holder a .img-wrapper {
  height: 100%;
  width: 100%;
}
.profile_image img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.profile_image > a {
  display: block;
  height: 100%;
}
.profile_image > a .img-wrapper {
  height: 100%;
}
.profile_image > .p_4 {
  display: none;
}
.profile_image > .p_4 input {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  opacity: 0;
  z-index: 1;
  width: 100%;
}
.profile_image > .p_4 > span {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -1000px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 30%;
  cursor: pointer;
}
.profile_image > .p_4 > span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f093';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
.profile_menu_is_fixed .profile_image {
  display: none;
}
.profile_menu_is_fixed.panel_is_active .profiles_menu,
.profile_menu_is_fixed.panel_is_active .profile_image {
  z-index: 298;
}
.profiles_menu {
  background: #ac1a2f;
  height: 40px;
  position: relative;
  margin-bottom: 16px;
}
.profiles_menu > ul > li > a .badge_number {
  position: static;
}
.profiles_menu span.badge_number {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 10px;
  display: inline-block;
  background: #f2f2f2;
  height: auto;
  line-height: normal;
  padding: 4px 6px;
}
.profiles_menu li.active span.badge_number {
  background: #cccccc;
}
.profiles_menu > ul {
  position: relative;
  padding-left: 180px;
}
.profiles_menu > ul > li {
  vertical-align: top;
  border-bottom: 3px transparent solid;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: -2px;
  position: relative;
}
.profiles_menu > ul > li > a.explore,
.profiles_menu > ul > li > a.explore:hover {
  font-size: 24px;
  border-left: 2px #911628 solid;
}
.profiles_menu > ul > li > a.explore:hover {
  background: #ac1a2f;
  color: #ffffff;
}
.profiles_menu > ul > li > a.explore:hover i:hover {
  color: #ffffff;
}
.profiles_menu > ul > li > a,
.profiles_menu > ul > li > a:hover {
  display: block;
  color: #b2b2b2;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
.profiles_menu > ul > li > a > span,
.profiles_menu > ul > li > a:hover > span {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 2px;
  background: #961729;
  height: auto;
  line-height: normal;
  padding: 4px 6px;
}
.profiles_menu > ul > li:hover {
  border-color: #ac1a2f;
  transition: all 0.5s ease;
}
.profiles_menu > ul > li:hover > a,
.profiles_menu > ul > li:hover > a:hover {
  color: #ffffff;
}
.profiles_menu > ul > li:hover > a.explore,
.profiles_menu > ul > li:hover > a.explore:hover {
  background: #ac1a2f;
  color: #ffffff;
}
.profiles_menu > ul > li.active {
  border-color: #ac1a2f;
}
.profiles_info {
  display: inline-flex;
  flex-direction: column;
  padding-bottom: 15px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  flex: 1;
  padding-left: 200px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 480px) {
  .profiles_info {
    text-align: center;
    padding: 0 16px;
    width: 100%;
    padding-bottom: 8px;
    flex: none;
  }
}
.profiles_info.groups_profile {
  flex: 1;
  justify-content: flex-end;
}
[dir=ltr] .profiles_info.groups_profile {
  padding-left: 16px;
}
[dir=rtl] .profiles_info.groups_profile {
  padding-right: 16px;
}
.profiles_info h1 {
  font-weight: 200;
  letter-spacing: 1px;
  padding: 0;
  max-width: 100%;
  display: block;
  font-size: 30px;
  line-height: 32px;
  height: 32px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 480px) {
  .profiles_info h1 {
    font-size: 25px;
  }
}
.profiles_info h1.has-status-online {
  position: relative;
}
html[dir="ltr"] .profiles_info h1.has-status-online {
  padding-left: 12px;
}
html[dir="rtl"] .profiles_info h1.has-status-online {
  padding-right: 12px;
}
@media (max-width: 991px) {
  .profiles_info h1 {
    display: inline-block;
    display: -webkit-inline-box;
    margin-bottom: 0;
  }
}
.profiles_info h1 .user_is_offline,
.profiles_info h1 .user_is_online {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  top: 2px;
}
html[dir="ltr"] .profiles_info h1 .user_is_offline,
html[dir="ltr"] .profiles_info h1 .user_is_online {
  left: 0;
}
html[dir="rtl"] .profiles_info h1 .user_is_offline,
html[dir="rtl"] .profiles_info h1 .user_is_online {
  right: 0;
}
.profiles_info h1 .user_is_offline i,
.profiles_info h1 .user_is_online i {
  display: none;
}
.profiles_info h1 .user_is_online {
  background: #47c366;
}
.profiles_info h1 .user_is_offline {
  background: #c8c8c8;
}
.profiles_action {
  position: absolute;
  right: 0;
  top: 0;
}
.profiles_action > ul > li:hover {
  background: #ac1a2f;
  color: #ffffff;
}
.profiles_action > ul > li:hover > ul {
  display: block;
}
.profiles_action > ul > li {
  float: left;
  display: block;
  position: relative;
}
.profiles_action > ul > li > a,
.profiles_action > ul > li > a:hover {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 10px;
  border-left: 1px #891525 solid;
}
.profiles_action > ul > li > a i,
.profiles_action > ul > li > a:hover i {
  color: #dbdbdb;
}
.profiles_action > ul > li > a span,
.profiles_action > ul > li > a:hover span {
  display: none;
}
.profiles_action > ul > li > a:hover i {
  color: #ffffff;
}
.profiles_action > ul > li > ul {
  margin: 0;
}
.pages_view_sub_menu {
  border: 0;
  font-size: 13px;
  padding: 0;
}
.pages_view_sub_menu a,
.pages_view_sub_menu a:hover {
  color: #b3b3b3;
}
.pages_view_sub_menu a:hover {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
#page_profile_index #panels #right {
  right: -300px;
}
.profile_image_holder i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  margin-left: -16px;
  margin-top: -16px;
}
._is_profile_view #top {
  margin-top: 0;
}
._is_profile_view #header {
  display: none;
}
._is_profile_view .profiles_banner .breadcrumbs_menu {
  top: auto;
  position: absolute;
  bottom: -10px;
  right: 10px;
  z-index: 10;
}
#page_profile_index #container #right {
  width: auto;
}
#page_user_privacy .table_right {
  background: inherit;
  border: none;
}
@media (max-width: 480px) {
  #page_user_privacy .table_right .privacy_setting_div {
    width: 100%;
  }
  #page_user_privacy .table_right .privacy_setting_div a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #page_user_privacy .table_right .privacy_setting_div a i.fa-caret-down {
    display: none;
  }
  #page_user_privacy .table_right .privacy_setting_div ul.dropdown-menu {
    left: auto;
    right: 0;
  }
}
#page_profile_private.profile-privacy-feed-detail #main #content-stage {
  background-color: transparent;
  padding: 0;
  border-radius: initial;
  box-shadow: initial;
}
#page_profile_private.profile-privacy-feed-detail #main #content-stage #content {
  margin-top: -24px;
}
#page_profile_private.profile-privacy-feed-detail #main #content-stage #content .activity-feed-status-form {
  display: none;
}
.profiles_banner.editing .profiles_info,
.profiles_banner.editing .profile_image {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .profiles_banner .dropdown .reposition {
    display: none;
  }
}
@media (max-width: 991px) {
  .cover-reposition-message {
    display: none !important;
  }
}
.listing_row {
  display: inline-block;
  display: block;
  background: #ffffff;
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
}
.listing_row:before,
.listing_row:after {
  content: " ";
  display: table;
}
.listing_row:after {
  clear: both;
}
.listing_row:before,
.listing_row:after {
  content: " ";
  display: table;
}
.listing_row:after {
  clear: both;
}
.listing_row + .listing_row {
  padding-top: 16px;
}
._app_marketplace .listing_row {
  border: 0;
  background: #f5f5f5;
}
.listing_image {
  text-align: center;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.listing_image img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
@media (max-width: 480px) {
  .listing_image {
    float: none;
  }
}
.listing_image_full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 260px;
}
.listing_image_full > a {
  width: 100%;
  height: 100%;
}
#content .listing_content {
  padding-left: 16px;
  overflow: hidden;
}
#content .listing_content h1 {
  line-height: normal;
  font-size: 20px;
  margin-bottom: 4px;
  padding: 2px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #content .listing_content {
    clear: both;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
  }
}
.listing_info,
.listing_category {
  margin-top: 5px;
  font-size: 14px;
  color: #555555;
}
.listing_info li,
.listing_category li {
  display: inline-block;
}
.listing_info li:not(:first-of-type):before,
.listing_category li:not(:first-of-type):before {
  content: "\00b7";
  padding-right: 5px;
}
.listing_info a,
.listing_category a,
.listing_info a:hover,
.listing_category a:hover {
  color: #555555;
}
.listing_category {
  margin-top: 0;
  margin-bottom: 4px;
}
.listing_pricing {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
.listing_view_images {
  position: relative;
  background: #0c0c0c;
}
.listing_view_images ._main {
  text-align: center;
  padding: 30px 0;
}
.listing_view_images ._thumbs {
  background: #262626;
  text-align: center;
  height: 110px;
}
.listing_view_images ._thumbs img {
  width: 90px;
  height: 90px;
  background-size: contain;
  cursor: pointer;
  margin: 10px 8px -2px 0;
  opacity: 0.5;
}
.listing_view_images ._thumbs img:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.listing_view_images ._thumbs img.active {
  opacity: 1;
}
.listing_view_price {
  display: inline-block;
  color: #ffab00;
  font-size: 22px;
  vertical-align: middle;
}
#page_marketplace_view div.info_left {
  padding-left: 0 !important;
}
#page_marketplace_view .item_info_more {
  padding: 8px 0 16px 0;
}
#page_marketplace_view .item_content {
  padding: 10px 0 !important;
}
.listing_purchase {
  float: right;
}
[dir=ltr] .listing_purchase > div {
  float: left;
}
[dir=rtl] .listing_purchase > div {
  float: right;
}
@media (max-width: 768px) {
  .listing_purchase .btn > span {
    display: none;
  }
}
.item_info.listing_detail_info {
  height: auto;
  max-height: none;
  min-height: 40px;
}
[dir=ltr] .item_info.listing_detail_info {
  margin-right: 140px !important;
}
[dir=rtl] .item_info.listing_detail_info {
  margin-left: 140px !important;
}
#js_marketplace_form_holder {
  margin-bottom: 20px;
}
.block_listing_title {
  font-size: 16px;
}
.block_listing_title .extra_info {
  color: #f60;
}
.block_listing_image_feature {
  position: relative;
  min-height: 50px;
  max-height: 150px;
  overflow: hidden;
}
.block_listing_image_feature .mp_listing_image > img {
  width: 100%;
}
.mp_item_price {
  color: #ffab00 !important;
  font-weight: 500;
  font-size: 16px;
}
.listing_image .no_image_item,
.block_listing_image_feature .no_image_item,
.mp_listing_image .no_image_item {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/misc/marketplace_no_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.other_listing_image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 52px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(19, 19, 19, 0.62)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(19, 19, 19, 0.62) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#131313', GradientType=0);
}
.other_listing_image .extra_info_middot {
  float: right;
}
.other_listing_image img {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.other_listing_image .more_image span {
  height: 32px;
  width: 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  color: white;
}
#page_marketplace_add .js_uploader_files:not(:first-child) {
  margin-top: 5px;
}
#page_marketplace_add .row1.row_focus {
  padding-bottom: 16px;
}
#js_block_border_marketplace_my ul.block_listing li {
  padding-bottom: 0;
}
#js_block_border_marketplace_my ul.extra_info_middot {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ms-marketplace-detail-showcase .ms-thumblist-fwd,
.ms-marketplace-detail-showcase .ms-thumblist-bwd {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.ms-marketplace-detail-showcase .ms-thumblist-fwd:hover,
.ms-marketplace-detail-showcase .ms-thumblist-bwd:hover {
  background-color: #ebebeb;
  border: none;
}
.ms-marketplace-detail-showcase .ms-thumblist-fwd::before,
.ms-marketplace-detail-showcase .ms-thumblist-bwd::before {
  font-family: FontAwesome;
  text-align: center;
  display: block;
  align-items: center;
  line-height: 60px;
  font-size: 16px;
}
.ms-marketplace-detail-showcase .ms-thumblist-fwd.ms-thumblist-bwd,
.ms-marketplace-detail-showcase .ms-thumblist-bwd.ms-thumblist-bwd {
  right: 0;
}
.ms-marketplace-detail-showcase .ms-thumblist-fwd.ms-thumblist-bwd::before,
.ms-marketplace-detail-showcase .ms-thumblist-bwd.ms-thumblist-bwd::before {
  content: "\f054";
}
.ms-marketplace-detail-showcase .ms-thumblist-fwd.ms-thumblist-fwd,
.ms-marketplace-detail-showcase .ms-thumblist-bwd.ms-thumblist-fwd {
  left: 0;
}
.ms-marketplace-detail-showcase .ms-thumblist-fwd.ms-thumblist-fwd::before,
.ms-marketplace-detail-showcase .ms-thumblist-bwd.ms-thumblist-fwd::before {
  content: "\f053";
}
.ms-marketplace-detail-showcase .ms-thumb-list {
  position: static !important;
  width: auto;
  margin: 0 65px;
}
._app_marketplace.row_feed_loop .activity_feed_content_display .extra_info.price {
  font-size: 20px;
}
._app_marketplace.row_feed_loop .activity_feed_content_display .extra_info .category > ul {
  display: inline-block;
}
._app_marketplace.row_feed_loop .activity_feed_content_display .extra_info .category > ul li > a,
._app_marketplace.row_feed_loop .activity_feed_content_display .extra_info .category > ul li > a:hover {
  color: #ac1a2f;
}
.feed_share_holder.feed_share_marketplace {
  display: inline-block;
  display: block;
}
.feed_share_holder.feed_share_marketplace:before,
.feed_share_holder.feed_share_marketplace:after {
  content: " ";
  display: table;
}
.feed_share_holder.feed_share_marketplace:after {
  clear: both;
}
.feed_share_holder.feed_share_marketplace:before,
.feed_share_holder.feed_share_marketplace:after {
  content: " ";
  display: table;
}
.feed_share_holder.feed_share_marketplace:after {
  clear: both;
}
.mp_listing_mini .sponsored_extra {
  height: auto !important;
  min-height: 50px;
}
[dir=ltr] .mp_listing_mini .sponsored_extra {
  margin-left: 60px;
}
[dir=rtl] .mp_listing_mini .sponsored_extra {
  margin-right: 60px;
}
.mp_listing_mini .sponsored_avatar {
  width: 55px;
  position: absolute;
  text-align: center;
}
._app_music_song.row_feed_loop .activity_feed_content_text {
  border: none;
}
[dir="ltr"] .music_row_image {
  float: left;
}
[dir="rtl"] .music_row_image {
  float: right;
  margin-right: 0 !important;
  margin-left: 10px;
}
[dir="rtl"] .music_row .music_right {
  margin-left: 0 !important;
}
[dir="rtl"] .music_row .music_row_content > .music_right > div.play_button {
  margin-right: 50px;
  margin-left: 30px;
}
@media (max-width: 480px) {
  [dir="rtl"] .music_row .music_row_content > .music_right > div.play_button {
    right: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  [dir="rtl"] .music_row .music_row_content > .music_right > div.play_button {
    margin-left: 11px;
  }
}
[dir="rtl"] .music_album_view .mav_info {
  right: 0;
  left: auto;
}
[dir="rtl"] .music_album_view .mav_tracks {
  margin-left: 0;
  margin-right: 220px;
}
@media (max-width: 480px) {
  [dir="rtl"] .music_album_view .mav_tracks {
    margin-right: 0;
  }
}
.music_row {
  position: relative;
  display: inline-block;
  display: block;
}
.music_row:before,
.music_row:after {
  content: " ";
  display: table;
}
.music_row:after {
  clear: both;
}
.music_row:before,
.music_row:after {
  content: " ";
  display: table;
}
.music_row:after {
  clear: both;
}
.music_row:not(:first-child) {
  margin-top: 8px;
}
.music_row .music_row_content {
  border: 1px #eeeeee solid;
  padding: 8px;
  background: #ffffff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.music_row .music_row_content > .music_left {
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}
.music_row .music_row_content > .music_left > header {
  overflow: hidden;
}
.music_row .music_row_content > .music_left > header > h1 {
  padding: 0;
  margin-top: -3px;
}
.music_row .music_row_content > .music_left .music_row_image {
  max-width: 130px;
  width: 130px;
  margin-right: 8px;
}
.music_row .music_row_content > .music_left .music_row_image.width_60 {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.music_row .music_row_content > .music_left .music_row_image.width_60 > a.no_image_user > span {
  font-size: 22px;
  top: 15px;
}
.music_row .music_row_content > .music_left .music_info {
  font-size: 12px;
}
.music_row .music_row_content > .music_left .music_info > span {
  display: block;
}
.music_row .music_row_content > .music_left .music_info > .user_info {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
}
.music_row .music_row_content > .music_left .music_info > .user_info .user_profile_link_span {
  text-transform: initial;
}
.music_row .music_row_content > .music_right {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.music_row .music_row_content > .music_right > div {
  display: inline-block;
}
.music_row .music_row_content > .music_right > div.play_button {
  margin-right: 30px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .music_row .music_row_content > .music_right > div.play_button {
    margin-right: 11px;
  }
}
.music_row .music_row_content > .music_right > div.play_button a {
  color: #bdbdbd;
  font-size: 24px;
}
.music_row .music_row_content > .music_right > div.play_button a:hover {
  color: #555555;
}
.music_row .music_row_content > .music_right > div.statistic {
  text-transform: uppercase;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
}
.music_row .music_row_content > .music_right > div.statistic > .count {
  display: block;
  color: #555555;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}
.music_row .music_player {
  border: 1px #eeeeee solid;
  padding: 8px;
  border-top: none;
  display: none;
  background: #ffffff;
}
.music_row > div._moderator {
  border-bottom: 0 !important;
  position: absolute;
  top: 0;
  background-color: transparent;
  display: none;
}
.music_row > div._moderator .row_edit_bar .dropdown-menu {
  left: 0;
  right: auto;
}
.music_row > div._moderator a.moderate_link,
.music_row > div._moderator .row_edit_bar > a.row_edit_bar_action {
  width: 30px;
  text-align: center;
  background-color: #f7f7f7;
  color: #bdbdbd;
  border: 1px #e6e6e6 solid;
  right: auto;
  overflow: hidden;
  height: 30px;
}
.music_row > div._moderator a.moderate_link > i.fa,
.music_row > div._moderator .row_edit_bar > a.row_edit_bar_action > i.fa {
  padding-top: 6px;
}
.music_row > div._moderator a.moderate_link.moderate_link,
.music_row > div._moderator .row_edit_bar > a.row_edit_bar_action.moderate_link {
  float: left;
  position: initial;
}
.music_row > div._moderator.moderator_active {
  display: block;
}
.music_row > div._moderator .row_edit_bar_parent {
  display: inline-block !important;
  float: left;
}
.music_row:hover > div._moderator {
  display: block;
}
.music_row.active .music_row_content,
.music_row.active .music_player,
.music_row.active .music_right {
  border-color: #bdbdbd;
  border-top-color: #bdbdbd !important;
}
.music_row.active .music_row_content {
  background: #f7f7f7;
}
.music_row.active .music_row_content div.play_button > a {
  color: #555555;
}
.music_row.active .music_row_content div.play_button > a > i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 480px) {
  .music_row .music_row_content {
    display: block;
  }
  .music_row .music_row_content .music_left {
    display: inline-block;
    display: block;
    padding-bottom: 8px;
  }
  .music_row .music_row_content .music_left:before,
  .music_row .music_row_content .music_left:after {
    content: " ";
    display: table;
  }
  .music_row .music_row_content .music_left:after {
    clear: both;
  }
  .music_row .music_row_content .music_left:before,
  .music_row .music_row_content .music_left:after {
    content: " ";
    display: table;
  }
  .music_row .music_row_content .music_left:after {
    clear: both;
  }
  .music_row .music_row_content .music_right {
    float: none !important;
    padding-top: 8px;
    border-top: 1px #eeeeee solid;
  }
  .music_row .music_row_content .music_right .statistic > span.count {
    display: inline-block;
  }
}
.music_row .music_time {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 13px;
  color: #626262;
}
.music_row .music_song_stats {
  margin-top: 5px;
  position: relative;
  height: 25px;
}
.music_row .music_song_stats > a,
.music_row .music_song_stats > a:hover {
  display: inline-block;
  font-size: 12px;
  background: #ffffff;
  color: #555555;
  height: 20px;
  line-height: 20px;
  padding: 0 6px 0 25px;
  position: relative;
  margin-right: 5px;
}
.music_row .music_song_stats > a:hover:before {
  color: #ac1a2f;
  transition: all 0.5s ease;
}
.music_row .music_song_stats > a:before {
  position: absolute;
  left: 7px;
  top: 3px;
  font-size: 12px !important;
  color: #555555;
}
.music_row .music_song_stats > a.do_like:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
}
.music_row .music_song_stats > a.do_comment:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f075';
}
.music_row .music_song_stats > ul {
  position: absolute;
  right: 0;
  top: 0;
}
.music_row .music_song_stats > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  font-size: 13px;
}
.music_row .music_song_stats > ul > li a,
.music_row .music_song_stats > ul > li a:hover {
  display: block;
  color: #626262;
}
.music_row .music_song_stats > ul > li a:before {
  padding-right: 5px;
  font-size: 12px !important;
  color: #7b7b7b;
}
.music_row .music_song_stats > ul > li.total_plays a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f04b';
}
.music_row .music_song_stats > ul > li.total_likes a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f164';
}
.music_row .music_song_stats > ul > li.total_comments a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\f075';
}
.music_row.music_album_row {
  margin-top: 0;
}
.music_row.music_album_row .music_row_content {
  border: none;
  display: block;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
}
.music_row.music_album_row .music_row_content header h1 {
  padding: 0 0;
}
.music_row.music_album_row .music_row_content header .music_info > span + span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
.music_row.music_album_row .music_row_content .music_songs {
  margin-top: 16px;
}
.music_row.music_album_row + .music_album_row {
  margin-top: 16px;
}
#js_music_player audio {
  width: 100%;
}
.music_songs {
  font-size: 12px;
  border-top: 1px #ebebeb solid;
  padding-top: 10px;
}
.music_songs > div {
  font-weight: 600;
  text-transform: uppercase;
}
.music_album_rows {
  background: #ffffff;
  color: #555555;
  display: inline-block;
  position: relative;
  width: 200px;
  height: 260px;
}
.music_album_rows img {
  position: absolute;
  left: 0;
  top: 0;
}
.music_album_rows h1 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.music_album_rows h1 a,
.music_album_rows h1 a:hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.music_album_rows h1 a > span,
.music_album_rows h1 a:hover > span {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.music_album_rows h1 a > span,
.music_album_rows h1 a:hover > span,
.music_album_rows h1 a > time,
.music_album_rows h1 a:hover > time {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 35px;
  right: 0;
}
.music_album_rows h1 a > time,
.music_album_rows h1 a:hover > time {
  bottom: 10px;
  color: #6f6f6f;
}
.music_album_rows .music_row_image {
  top: 12px;
  left: 10px;
}
.music_album_rows .music_time {
  top: 10px;
  right: 10px;
}
.music_album_view {
  position: relative;
  min-height: 210px;
  margin-bottom: 10px;
}
.music_album_view .fa {
  font-size: 26px;
  opacity: 0.6;
}
.music_album_view .mav_info {
  position: absolute;
  left: 0;
  top: 0;
}
.music_album_view .mav_tracks {
  margin-left: 220px;
}
@media (max-width: 480px) {
  .music_album_view .mav_info {
    position: relative;
  }
  .music_album_view .mav_tracks {
    margin-left: 0;
    margin-top: 15px;
  }
}
#js_store_album_track {
  margin-top: 8px;
}
.row_content.blog_content .item_view_content {
  display: inline-block;
  display: block;
}
.row_content.blog_content .item_view_content:before,
.row_content.blog_content .item_view_content:after {
  content: " ";
  display: table;
}
.row_content.blog_content .item_view_content:after {
  clear: both;
}
.row_content.blog_content .item_view_content:before,
.row_content.blog_content .item_view_content:after {
  content: " ";
  display: table;
}
.row_content.blog_content .item_view_content:after {
  clear: both;
}
.row_content.blog_content .item_image {
  width: 170px;
  height: 140px;
  margin-right: 10px;
  background-size: cover;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-position: center center;
}
.row_content.blog_content .item_image.full {
  width: 100%;
  float: none;
}
@media (max-width: 480px) {
  .row_content.blog_content .item_image {
    width: 100%;
    float: none !important;
    margin: 0 0 10px 0!important;
  }
}
.row_title_info_blog header h1 {
  padding-bottom: 0;
  padding-top: 5px;
}
.row_title_info_blog .row_item_sec {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-left: 0;
}
.row_title_info_blog .row_item_sec > span {
  display: inline-block;
}
.row_title_info_blog .row_item_sec > span + span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  text-indent: 0 !important;
  content: '\a0\b7\a0';
}
.js_blog_parent.has_background {
  padding: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js_blog_parent.has_background .row_title_info_blog header {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
}
#egift_display {
  text-align: center;
  overflow: hidden;
}
/* Holder */
#egift_menu {
  margin-left: 25%;
  width: 100%;
  overflow: hidden;
}
/* Each menu item */
.egift_menu {
  float: left;
  right: 50%;
  width: 20%;
}
.egift_category {
  display: none;
}
.egift_item {
  width: 85px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 2px;
  padding: 2px 0px 2px 0px;
  border: 1px transparent solid;
  display: inline-block;
}
.egift_item:hover {
  background: #fff;
  border: 1px #ccc solid;
}
.egift_item_with_price {
  height: 155px;
}
.egift_menu_active {
  background-color: #01AEEE;
}
.eGiftHighlight,
.eGiftHighlight:hover {
  background-color: #CDEB8B;
}
.egift_wrapper {
  position: relative;
  margin-top: 15px;
}
.egift_selection {
  height: 120px;
  margin-top: 10px;
  background: #fff;
  overflow: auto;
  padding: 5px 0px 5px 0px;
  border: 1px #dfdfdf solid;
}
.egift_extra_info {
  overflow: hidden;
  padding-right: 10px;
}
.egift_selector_timeline {
  position: absolute;
  right: 2px;
  top: 5px;
}
.egift_selector {
  max-width: 100%;
}
.egift_selector > select {
  max-width: 100%;
}
.invitation-container {
  display: flex;
  flex-flow: wrap;
  margin: 0 -8px;
}
.invitation-container .invitation-item {
  width: 100%;
  padding: 0 8px;
  position: relative;
}
.invitation-container .invitation-item:nth-child(-n+1) article {
  border-top: 0;
}
.invitation-container .invitation-item article {
  height: 52px;
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .invitation-container .invitation-item article {
  padding-left: 0;
}
html[dir="rtl"] .invitation-container .invitation-item article {
  padding-right: 0;
}
html[dir="ltr"] .invitation-container .invitation-item article {
  padding-right: 16px;
}
html[dir="rtl"] .invitation-container .invitation-item article {
  padding-left: 16px;
}
.invitation-container .invitation-item article:hover {
  background: #f8f8f8;
}
html[dir="ltr"] .invitation-container .invitation-item article .moderation_row {
  margin-right: 8px;
}
html[dir="rtl"] .invitation-container .invitation-item article .moderation_row {
  margin-left: 8px;
}
.invitation-container .invitation-item article .item-title {
  font-size: 14px;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[dir="ltr"] .invitation-container .invitation-item article .item-title {
  margin-right: 16px;
}
html[dir="rtl"] .invitation-container .invitation-item article .item-title {
  margin-left: 16px;
}
html[dir='ltr'] .invitation-container .invitation-item article .item-delete {
  margin-left: auto;
}
html[dir='rtl'] .invitation-container .invitation-item article .item-delete {
  margin-right: auto;
}
.invitation-container .invitation-item article .item-delete span.ico {
  font-size: 16px;
  color: #a2a2a2 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.invitation-container .invitation-item article .item-delete span.ico:hover {
  color: #555555 !important;
}
.invitation-container .invitation-item .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  font-size: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invitation-container .invitation-item .loading-overlay > i {
  color: #ac1a2f;
}
@media (min-width: 992px) {
  #page_invite_invitations #main.empty-right .invitation-item,
  #page_invite_invitations #main.empty-left .invitation-item {
    width: 50%;
  }
  #page_invite_invitations #main.empty-right .invitation-item:nth-child(-n+2) article,
  #page_invite_invitations #main.empty-left .invitation-item:nth-child(-n+2) article {
    border-top: 0;
  }
  #page_invite_invitations #main.empty-right.empty-left .invitation-item {
    width: 33.33%;
  }
  #page_invite_invitations #main.empty-right.empty-left .invitation-item:nth-child(-n+3) article {
    border-top: 0;
  }
}
@media (max-width: 992px) {
  .profile_image {
    bottom: 16px;
    left: 16px;
  }
}
@media (max-width: 480px) {
  .profile_image {
    top: auto;
    bottom: 100px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .pages_header_info .pages_header_name h1 {
    max-width: 280px;
  }
  .pages_header_image {
    width: 100px;
  }
  .pages_header_image ._size__120,
  .pages_header_image ._size__120:hover {
    width: 100px;
    height: 100px;
  }
  .activity_like_holder {
    display: none;
  }
}
/*=============================================
=            CSS FOR BUTTON            =
=============================================*/
.btn,
.button {
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  height: 40px;
}
.btn.btn-round,
.button.btn-round {
  border-width: 0;
}
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 6px;
  font-size: 16px;
  line-height: 21px;
  height: 48px;
}
.btn-sm,
.btn-group-sm > .btn {
  border-radius: 4px;
  font-size: 13px;
  line-height: 17px;
  height: 32px;
}
.btn-xs,
.btn-group-xs > .btn {
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  height: 24px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.btn.btn-round {
  border-radius: 32px;
}
.btn.disabled,
.button.disabled,
.btn.button_not_active,
.button.button_not_active,
.btn[disabled],
.button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button {
  opacity: 0.35;
  box-shadow: none;
  pointer-events: none;
  border: none;
}
.btn-default,
.btn-default.btn-round {
  color: #555555;
  background-color: #FFF;
  border: 1px solid #555555 !important;
}
.btn-default:hover,
.btn-default.btn-round:hover {
  color: #ac1a2f;
  background-color: #FFF;
  border-color: #ac1a2f !important;
  box-shadow: 0px 4px 12px 0px rgba(128, 19, 35, 0.3);
}
.btn-default:focus,
.btn-default.btn-round:focus,
.btn-default:active,
.btn-default.btn-round:active {
  background-color: #f6c5cc !important;
  color: #801323 !important;
  border-color: #ed8b99 !important;
  box-shadow: 0px 2px 8px 0px rgba(237, 139, 153, 0.5);
}
.btn-default.disabled,
.btn-default.btn-round.disabled {
  opacity: 1;
  border: none;
  background: #dcdcdc;
  color: #FFF;
}
.btn-default.disabled:hover,
.btn-default.btn-round.disabled:hover {
  border: none;
  background: #dcdcdc;
  color: #FFF;
}
.btn:not(:hover) {
  box-shadow: none;
}
/*=====  End of CSS FOR BUTTON  ======*/
.form-control {
  height: 40px;
  border-radius: 4px;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
}
.form-control:focus {
  border-color: #a2a2a2;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.form-control[type="file"] {
  height: auto;
}
.form-group {
  margin-bottom: 16px;
}
.input-lg {
  height: 48px;
  border-radius: 6px;
  font-size: 16px;
}
.input-group-lg > .form-control,
.input-lg {
  height: 48px;
  border-radius: 6px;
  font-size: 16px;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon {
  height: 32px;
  border-radius: 2px;
  font-size: 12px;
}
input.disabled,
textarea.disabled,
input.disabled:hover {
  background: #eeeeee;
  border-color: #dcdcdc;
}
.input-group {
  border-radius: 4px;
  display: flex;
  position: relative;
}
.input-group .form-control {
  border-radius: inherit !important;
}
html[dir="ltr"] .input-group .form-control {
  padding-right: 48px;
}
html[dir="rtl"] .input-group .form-control {
  padding-left: 48px;
}
.input-group .input-group-addon {
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  height: auto;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.input-group .input-group-addon:first-child {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
}
html[dir='rtl'] .input-group .input-group-addon:first-child {
  right: 0;
  left: auto;
}
.input-group .input-group-addon:first-child + .form-control {
  padding-left: 32px;
  padding-right: 12px;
}
html[dir='rtl'] .input-group .input-group-addon:first-child + .form-control {
  padding-left: 12px;
  padding-right: 32px;
}
.input-group .input-group-addon:first-child.right {
  right: 0;
  left: auto;
  border-left: 1px solid #eeeeee;
  top: 8px;
  bottom: 8px;
  color: #c8c8c8;
}
html[dir='rtl'] .input-group .input-group-addon:first-child.right {
  left: 0 !important;
  right: auto !important;
}
.input-group .input-group-addon:first-child.right + .form-control {
  padding-left: 12px;
  padding-right: 32px;
}
html[dir='rtl'] .input-group .input-group-addon:first-child.right + .form-control {
  padding-right: 12px !important;
  padding-left: 32px !important;
}
.input-group .input-group-addon:last-child {
  position: absolute;
  z-index: 2;
  right: 1px;
  top: 1px;
  bottom: 1px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  border: none;
  background-color: transparent;
  border-left: 1px solid transparent;
  width: 40px;
}
.input-group .input-group-addon:last-child a,
.input-group .input-group-addon:last-child button,
.input-group .input-group-addon:last-child input[type="submit"] {
  color: #555555;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir='rtl'] .input-group .input-group-addon:last-child {
  right: auto;
  left: 1px;
  border-left: 0;
  border-right: 1px solid transparent;
}
.input-group.focus .input-group-addon {
  color: #555555;
}
.input-group.focus .input-group-addon:last-child {
  background-color: #f8f8f8;
  border-left: 1px solid #eeeeee;
}
html[dir='rtl'] .input-group.focus .input-group-addon:last-child {
  border-right: 1px solid #eeeeee;
  border-left: 0;
}
.input-group-dropdown .form-control {
  padding-right: 12px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir='rtl'] .input-group-dropdown .form-control {
  padding-right: 0;
  padding-left: 12px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.input-group-btn {
  width: auto;
}
.input-group-btn .btn.dropdown-toggle {
  border: 1px solid #c8c8c8 !important;
}
.input-group-btn .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-bottom: 6px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] .input-group-btn .dropdown-menu:after {
  left: auto;
  right: 16px;
}
html[dir="rtl"] .input-group-btn .dropdown-menu:after {
  left: 16px;
  right: auto;
}
textarea.form-control {
  min-width: 200px;
  min-height: 112px;
  padding: 8px 12px;
}
.editor_holder,
.edit_menu_container {
  border-radius: 4px;
}
.global_attachment {
  border-radius: 0 0 4px 4px;
}
div.radio,
div.checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 8px;
}
.attachment-holder {
  border: 0;
}
.iti-init-phone .input-group-addon {
  display: none;
}
/*=============================================
=            CSS GENERAL            =
=============================================*/
body {
  -webkit-font-smoothing: auto;
  line-height: 1.28571429;
  background: #e5eaef;
}
label {
  margin-bottom: 8px;
}
h1 {
  font-size: 24px;
  line-height: 32px;
}
h2 {
  font-size: 22px;
  line-height: 29px;
}
h3 {
  font-size: 20px;
  line-height: 26.6px;
}
h4 {
  font-size: 16px;
  line-height: 21px;
}
h5 {
  font-size: 14px;
  line-height: 19px;
}
h6 {
  font-size: 12px;
  line-height: 16px;
}
.edit_menu_container {
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
#page_core_index-member #main #content-stage,
#page_profile_index #main #content-stage,
._is_groups_feed #main #content-stage,
._is_pages_feed #main #content-stage {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  padding-top: 0;
}
.js_box_holder img {
  max-width: 100%;
}
.block[id*="_featured"],
.block[id*="_sponsored"] {
  position: relative;
}
.block[id*="_featured"] > .content,
.block[id*="_sponsored"] > .content {
  position: static;
}
.sticky-label-icon {
  width: 24px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.sticky-label-icon .flag-style-arrow {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
}
html[dir="ltr"] .sticky-label-icon .flag-style-arrow {
  left: 0;
}
html[dir="rtl"] .sticky-label-icon .flag-style-arrow {
  right: 0;
}
.sticky-label-icon:before,
.sticky-label-icon:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: transparent;
  z-index: 0;
  bottom: -3px;
}
.sticky-label-icon:before {
  right: -1px;
  transform: rotate(26deg);
}
.sticky-label-icon:after {
  left: -1px;
  transform: rotate(-26deg);
}
.sticky-label-icon .ico {
  font-size: 14px;
}
.sticky-label-icon.sticky-sponsored-icon,
.sticky-label-icon.sticky-featured-icon,
.sticky-label-icon.sticky-pending-icon,
.sticky-label-icon.sticky-closed-icon {
  color: #FFF;
}
.sticky-label-icon.sticky-sponsored-icon {
  background: #00a8ff;
}
.sticky-label-icon.sticky-sponsored-icon .flag-style-arrow {
  border-left: 12px solid #00a8ff;
  border-right: 12px solid #00a8ff;
  border-bottom: 6px solid transparent;
}
.sticky-label-icon.sticky-featured-icon {
  background: #ffab00;
}
.sticky-label-icon.sticky-featured-icon .flag-style-arrow {
  border-left: 12px solid #ffab00;
  border-right: 12px solid #ffab00;
  border-bottom: 6px solid transparent;
}
.sticky-label-icon.sticky-pending-icon {
  background: #aa4352;
}
.sticky-label-icon.sticky-pending-icon .flag-style-arrow {
  border-left: 12px solid #aa4352;
  border-right: 12px solid #aa4352;
  border-bottom: 6px solid transparent;
}
.sticky-label-icon.sticky-closed-icon {
  background: #a2a2a2;
}
.sticky-label-icon.sticky-closed-icon .flag-style-arrow {
  border-left: 12px solid #a2a2a2;
  border-right: 12px solid #a2a2a2;
  border-bottom: 6px solid transparent;
}
.item-pending {
  background: #f6c5cc;
  border-radius: 0;
  margin-left: -16px;
  margin-right: -16px;
  border-color: #eeeeee;
  border-left: 0;
  border-right: 0;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.item-pending .pending-message {
  color: #aa4352;
  font-size: 12px;
  line-height: 16px;
  flex: 1;
}
html[dir="ltr"] .item-pending .pending-action {
  margin-left: 8px;
}
html[dir="rtl"] .item-pending .pending-action {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .item-pending {
    justify-content: center;
    flex-flow: wrap;
    padding-top: 8px;
    padding-bottom: 8px;
    height: auto;
  }
  .item-pending .pending-message {
    flex: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
}
[data-toggle="dropdown"]:hover .ico-gear-o {
  color: #555555;
}
[data-toggle="dropdown"]:hover .ico-gear-o:before {
  content: "\ea88";
}
.open [data-toggle="dropdown"] .ico-gear-o {
  color: #555555;
}
.open [data-toggle="dropdown"] .ico-gear-o:before {
  content: "\ea88";
}
.moderation_row .item-checkbox {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.moderation_row .item-checkbox input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin-top: 0;
  transform: translate(-50%, -50%);
}
.moderation_row .item-checkbox input:checked + .ico:before {
  content: "\eb28";
}
.moderation_row .item-checkbox input:checked + .ico:after {
  background-color: transparent;
}
.moderation_row .item-checkbox .ico {
  color: #a2a2a2;
  position: relative;
}
.moderation_row .item-checkbox .ico:before {
  z-index: 2;
  position: relative;
}
.moderation_row .item-checkbox .ico:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  transition: background-color 0.3s;
}
.moderation_row .item-checkbox:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.moderation_row .item-checkbox:hover .ico:before {
  content: "\e991";
}
.moderation_row.active .ico {
  color: #fff !important;
}
.moderation_row.active .item-checkbox {
  background-color: rgba(172, 26, 47, 0.9);
}
.active > .moderation_row .ico {
  color: #fff !important;
}
.active > .moderation_row .item-checkbox {
  background-color: rgba(172, 26, 47, 0.9);
}
.dropdown-menu {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  transition: all 150ms linear;
  transform: translate3d(0, -20px, 0);
  visibility: hidden;
  display: block;
  opacity: 0;
  border-radius: 4px;
  background-color: #FFF;
  border-width: 0;
  padding: 4px 0;
}
.dropdown-menu li.divider {
  margin: 4px 16px;
}
.dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-bottom: 6px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] .dropdown-menu:after {
  left: 10px;
  right: auto;
}
html[dir="rtl"] .dropdown-menu:after {
  left: auto;
  right: 10px;
}
.dropdown-menu li > a {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  color: #555555;
}
.dropdown-menu li > a.is_default {
  position: relative;
}
.dropdown-menu li > a.is_default .fa {
  margin-right: 0;
}
.dropdown-menu li > a .ico,
.dropdown-menu li > a .fa {
  font-size: 16px;
  min-width: 23px;
  text-align: center;
}
html[dir="ltr"] .dropdown-menu li > a .ico,
html[dir="ltr"] .dropdown-menu li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"] .dropdown-menu li > a .ico,
html[dir="rtl"] .dropdown-menu li > a .fa {
  margin-left: 8px;
}
.dropdown-menu li > a.menu_is_selected,
.dropdown-menu li > a.is_active_image,
.dropdown-menu li > a.active {
  background: #d8213b !important;
  color: #fff !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
  background-color: #f6c5cc;
  color: #801323;
}
.dropdown-menu li > a .badge_number {
  font-size: 12px;
  color: #a2a2a2;
}
html[dir='rtl'] .dropdown-menu li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.dropdown-menu li.item-delete a,
.dropdown-menu li.item_delete a {
  color: #555555;
  background: none;
}
.dropdown-menu li.item-delete a:hover,
.dropdown-menu li.item_delete a:hover {
  background-color: #fef8f6;
  color: #d54011;
}
.dropdown-menu.dropdown-menu-right:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-bottom: 6px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] .dropdown-menu.dropdown-menu-right:after {
  left: auto;
  right: 10px;
}
html[dir="rtl"] .dropdown-menu.dropdown-menu-right:after {
  left: 10px;
  right: auto;
}
.dropdown-menu.dropdown-center {
  left: 50%;
  right: auto;
  transform: translate3d(-50%, -20px, 0);
}
.dropdown-menu.dropdown-center:after {
  left: 50% !important;
  margin-left: -4px;
  right: auto !important;
}
html[dir='rtl'] .dropdown-menu.dropdown-center:after {
  left: auto !important;
  right: 50% !important;
  margin-left: 0;
  margin-right: -4px;
}
.open.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 8px;
  transform: translate3d(0, -1px, 0);
}
.open.dropup .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-top: 6px solid #ffffff;
  top: 100%;
  bottom: auto;
}
html[dir="ltr"] .open.dropup .dropdown-menu:after {
  left: auto;
  right: 18px;
}
html[dir="rtl"] .open.dropup .dropdown-menu:after {
  left: 18px;
  right: auto;
}
.profiles-menu .dropdown-menu li a {
  justify-content: space-between;
}
.profiles-menu .dropdown-menu li a .ico,
.profiles-menu .dropdown-menu li a .fa {
  display: inline-block;
}
#content .block > .title a.btn {
  color: #FFF;
}
.open .dropdown-menu,
.open [data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 1px, 0);
}
.open .dropdown-menu {
  margin-top: 8px;
}
.open .dropdown-menu.dropdown-center {
  transform: translate3d(-50%, 1px, 0);
}
.img-wrapper,
.no_image_user {
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 2px 5px 0px rgba(38, 129, 213, 0);
}
.no_image_user .js_hover_info:before,
.img-wrapper:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100% !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no_image_user .js_hover_info:before,
.img-wrapper:before {
  border-radius: 100%;
}
.no_image_user span {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%);
  width: 100%;
}
.no_image_user span.js_hover_info {
  display: block !important;
  text-indent: -9999px;
  position: static;
  width: 100%;
  height: 100%;
  transform: translate(0, 0) !important;
  top: 0 !important;
  margin-left: 0 !important;
}
html[dir="ltr"] .no_image_user span.js_hover_info {
  left: 0 !important;
}
html[dir="rtl"] .no_image_user span.js_hover_info {
  right: 0 !important;
}
html[dir='rtl'] .no_image_user span.js_hover_info {
  margin-right: 0 !important;
}
.img-wrapper {
  position: relative;
  background: #dcdcdc;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .privacy_setting_div .privacy_setting_inline a.btn .txt-label {
    display: block;
  }
}
.privacy_setting_div a.btn .txt-label {
  padding-right: 4px;
}
html[dir='rtl'] .privacy_setting_div a.btn .txt-label {
  padding-right: 0;
  padding-left: 4px;
}
@media (max-width: 480px) {
  .privacy_setting_div a.btn .txt-label {
    display: none;
  }
}
.privacy_setting_div a.btn .ico-caret-down {
  margin: 0;
}
html[dir='rtl'] .privacy_setting_div a.btn .ico-caret-down {
  margin: 0;
}
.privacy_setting_div a.btn i.fa:before {
  font-family: 'lineficon' !important;
  content: '\ea73';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.privacy_setting_div a.btn i.fa.fa-privacy-0:before {
  content: '\ea73';
}
.privacy_setting_div a.btn i.fa.fa-privacy-1:before {
  content: '\eb58';
}
.privacy_setting_div a.btn i.fa.fa-privacy-2:before {
  content: '\eaf6';
}
.privacy_setting_div a.btn i.fa.fa-privacy-3:before {
  content: '\eac7';
}
.privacy_setting_div a.btn i.fa.fa-privacy-4:before {
  content: '\ea87';
}
.privacy_setting_div a.btn i.fa.fa-privacy-6:before {
  content: '\eb8f';
}
html[dir="ltr"] .privacy_setting_div a.btn i.fa-caret-down {
  margin-right: 0;
}
html[dir="rtl"] .privacy_setting_div a.btn i.fa-caret-down {
  margin-left: 0;
}
.privacy_setting_div a.btn i.fa-caret-down:before {
  content: "\eaeb";
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a {
  cursor: pointer;
  padding-right: 34px;
}
html[dir="ltr"] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a {
  padding-left: 16px;
}
html[dir="rtl"] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a {
  padding-right: 16px;
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a.menu_is_selected:after,
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a.is_active_image:after,
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a.active:after {
  font-family: 'lineficon' !important;
  content: '\eb17';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 8px;
}
html[dir='rtl'] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a.menu_is_selected:after,
html[dir='rtl'] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a.is_active_image:after,
html[dir='rtl'] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a.active:after {
  right: auto;
  left: 10px;
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a:before {
  font-family: 'lineficon' !important;
  content: '\ea73';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  margin-right: 12px;
  min-width: 23px;
  text-align: center;
  font-size: 16px;
}
html[dir='rtl'] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a:before {
  margin-right: 0;
  margin-left: 12px;
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a[rel="1"]:before {
  content: '\eb58';
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a[rel="2"]:before {
  content: '\eaf6';
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a[rel="3"]:before {
  content: '\eac7';
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a[rel="4"]:before {
  content: '\ea87';
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a[rel="4"] span {
  display: none;
}
.privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a[rel="6"]:before {
  content: '\eb8f';
}
html[dir='rtl'] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a {
  padding-left: 34px;
}
html[dir="ltr"] html[dir='rtl'] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a {
  padding-right: 16px;
}
html[dir="rtl"] html[dir='rtl'] .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark > li > a {
  padding-left: 16px;
}
.profiles-menu .dropdown-menu li > a {
  padding-left: 16px;
  padding-right: 16px;
}
/*=====  End of CSS GENERAL  ======*/
._is_pages_view #top {
  margin-top: 0;
}
/*=============================================
=       Custom style for Tab Navigation       =
=============================================*/
.page_section_menu {
  margin: 0 -16px;
  background: #f8f8f8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0;
  margin-bottom: 16px;
}
html[dir="ltr"] .page_section_menu .page_section_menu_link:before {
  right: 16px;
}
html[dir="rtl"] .page_section_menu .page_section_menu_link:before {
  left: 16px;
}
@media (max-width: 991px) {
  .page_section_menu {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .page_section_menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
  .page_section_menu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
}
.page_section_menu .nav.nav-tabs {
  display: flex;
}
@media (max-width: 991px) {
  .page_section_menu .nav.nav-tabs {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .page_section_menu .nav.nav-tabs {
    flex-flow: wrap;
  }
}
.page_section_menu .nav.nav-tabs > li {
  width: auto;
  display: flex;
  border-bottom: 0;
  border-top: 0;
  margin: 0;
}
.page_section_menu .nav.nav-tabs > li:hover,
.page_section_menu .nav.nav-tabs > li:focus,
.page_section_menu .nav.nav-tabs > li.active {
  background: transparent !important;
}
.page_section_menu .nav.nav-tabs > li:hover a,
.page_section_menu .nav.nav-tabs > li:focus a,
.page_section_menu .nav.nav-tabs > li.active a {
  background: rgba(172, 26, 47, 0.08) !important;
  color: #ac1a2f !important;
}
.page_section_menu .nav.nav-tabs > li.active a {
  border: 0;
  background: #fff !important;
}
.page_section_menu .nav.nav-tabs > li.active a:before {
  opacity: 1;
}
.page_section_menu .nav.nav-tabs > li a {
  font-weight: bold;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
  position: relative;
  z-index: 1;
  max-width: 180px;
  margin-bottom: 0;
}
.page_section_menu .nav.nav-tabs > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ac1a2f;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991px) {
  .page_section_menu .nav.nav-tabs > li a {
    max-width: 100%;
    white-space: nowrap;
  }
}
.page_section_menu .nav.nav-tabs > li a:hover,
.page_section_menu .nav.nav-tabs > li a:focus {
  background: transparent;
}
html[dir='rtl'] .page_section_menu .nav.nav-tabs > li a {
  border-right: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
}
@-moz-document url-prefix() {
  @media (max-width: 991px) {
    #content {
      z-index: 2;
    }
    .page_section_menu {
      margin-bottom: 24px;
    }
    .page_section_menu .nav.nav-tabs {
      padding-bottom: 0;
      scrollbar-width: thin;
    }
  }
}
/*=====  End of Custom style for Tab Navigation ====*/
/*=============================================
=            Mass actions            =
=============================================*/
.moderation_placeholder {
  display: flex;
  z-index: 99;
  position: fixed;
  bottom: 0;
}
html[dir="ltr"] .moderation_placeholder {
  left: 40px;
}
html[dir="rtl"] .moderation_placeholder {
  right: 40px;
}
@media (min-width: 1400px) {
  html[dir="ltr"] .moderation_placeholder {
    left: 150px;
  }
  html[dir="rtl"] .moderation_placeholder {
    right: 150px;
  }
}
@media (max-width: 991px) {
  html[dir="ltr"] .moderation_placeholder {
    left: 16px;
  }
  html[dir="rtl"] .moderation_placeholder {
    right: 16px;
  }
}
.moderation_placeholder button.btn {
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  background: #222223;
  color: #FFF;
  /*  &.active{
           & + .moderation-dropdown{
               display: block !important;
           }
       } */
}
.moderation_placeholder button.btn:hover {
  background: #ac1a2f;
}
.moderation_placeholder button.btn:focus {
  outline: 0;
}
.moderation_placeholder button.btn[aria-expanded="true"] {
  background: #ac1a2f;
}
.moderation_placeholder button.btn.btn-select-all:before {
  font-family: 'lineficon' !important;
  content: "\ea7b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[dir="ltr"] .moderation_placeholder button.btn.btn-select-all:before {
  margin-right: 8px;
}
html[dir="rtl"] .moderation_placeholder button.btn.btn-select-all:before {
  margin-left: 8px;
}
.moderation_placeholder button.btn.btn-select-all.active:before {
  content: '\eaaf';
}
.moderation_placeholder .dropdown-menu {
  background-color: #222223;
  margin-bottom: 8px;
}
.moderation_placeholder .dropdown-menu:after {
  content: "" !important;
  width: 0 !important;
  height: 0 !important;
  border: 6px solid transparent !important;
  position: absolute !important;
  border-top: 6px solid #222223 !important;
  top: 100% !important;
  bottom: auto !important;
}
html[dir="ltr"] .moderation_placeholder .dropdown-menu:after {
  left: auto !important;
  right: 16px !important;
}
html[dir="rtl"] .moderation_placeholder .dropdown-menu:after {
  left: 16px !important;
  right: auto !important;
}
.moderation_placeholder .dropdown-menu a {
  color: #FFF;
  border-left: 0;
}
.moderation_placeholder .dropdown-menu a:hover {
  color: #FFF;
  background-color: #ac1a2f;
}
.moderation_placeholder .dropdown-menu a:before {
  font-family: 'lineficon' !important;
  content: '\ea7b';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[dir="ltr"] .moderation_placeholder .dropdown-menu a:before {
  margin-right: 8px;
}
html[dir="rtl"] .moderation_placeholder .dropdown-menu a:before {
  margin-left: 8px;
}
.moderation_placeholder .dropdown-menu a[href="#delete"]:before {
  content: "\e918";
}
.moderation_placeholder .dropdown-menu a[href="#unfeature"]:before,
.moderation_placeholder .dropdown-menu a[href="#un-feature"]:before {
  content: "\ea7a";
}
.moderation_placeholder .dropdown-menu a[href="#feature"]:before {
  content: "\ea79";
}
.moderation_placeholder .moderation-dropdown {
  margin-left: 4px;
}
html[dir='rtl'] .moderation_placeholder .moderation-dropdown {
  margin-left: 0;
  margin-right: 4px;
}
/*=====  End of Mass actions  ======*/
/*=============================================
=            Scroll Top            =
=============================================*/
.btn-scrolltop {
  position: fixed !important;
  right: 16px;
  bottom: 16px;
  left: auto;
  z-index: 999;
}
.btn-scrolltop i.ico {
  font-size: 16px;
}
html[dir='rtl'] .btn-scrolltop {
  left: 16px;
  right: auto;
}
@media (max-width: 767px) {
  .btn-scrolltop {
    display: none !important;
  }
}
/*=====  End of Scroll Top  ======*/
div.message,
div.error_message,
.valid_message,
.global_notification_site {
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 0;
  color: #555555;
  height: auto;
  line-height: normal;
}
div.message a,
div.error_message a,
.valid_message a,
.global_notification_site a,
div.message a:hover,
div.error_message a:hover,
.valid_message a:hover,
.global_notification_site a:hover {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  display: inline;
  margin: 0;
  text-decoration: underline;
}
div.message,
.global_notification_site {
  background-color: #ed8b99;
  border-color: rgba(172, 26, 47, 0.1);
  color: #ac1a2f;
}
div.message a,
.global_notification_site a {
  color: #d8213b;
}
div.message a:hover,
.global_notification_site a:hover {
  color: #801323 !important;
}
.valid_message {
  background-color: #ceefd6;
  border-color: rgba(71, 195, 102, 0.1);
  color: #47c366;
}
.valid_message a {
  color: #6dd086;
}
.valid_message a:hover {
  color: #801323 !important;
}
div.error_message {
  background-color: #fbdbd0;
  border-color: rgba(238, 90, 43, 0.1);
  color: #ee5a2b;
}
div.error_message a {
  color: #f27f5a;
}
div.error_message a:hover {
  color: #801323 !important;
}
#content > ._block_content > .extra_info.message {
  padding: 12px;
  color: #2681D5;
}
#content > ._block_content > .extra_info {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a2a2a2;
  padding: 0;
}
.js_pager_buttons {
  width: 100%;
  clear: both;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.pagination {
  display: flex;
}
.pagination .page-item {
  margin: 0 4px;
}
.pagination .page-item a {
  line-height: 32px;
  padding: 0;
  height: 32px;
  min-width: 32px;
  color: #555555 !important;
  background-color: #eeeeee !important;
  font-size: 12px;
  border: 0;
  font-weight: bold;
  border-radius: 26px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer !important;
}
.pagination .page-item a[rel="next"]:after {
  content: "\eab8";
  margin-left: 4px;
}
html[dir='rtl'] .pagination .page-item a[rel="next"]:after {
  content: "\eab5";
  margin-left: 0;
  margin-right: 4px;
}
.pagination .page-item a[rel="last"]:after {
  content: "\ea51";
  margin-left: 4px;
}
html[dir='rtl'] .pagination .page-item a[rel="last"]:after {
  content: "\ea4a";
  margin-left: 0;
  margin-right: 4px;
}
.pagination .page-item a[rel="prev"]:before {
  content: "\eab5";
  margin-right: 4px;
}
html[dir='rtl'] .pagination .page-item a[rel="prev"]:before {
  content: "\eab8";
  margin-right: 0;
  margin-left: 4px;
}
.pagination .page-item a[rel="first"]:before {
  content: "\ea4a";
  margin-right: 4px;
}
html[dir='rtl'] .pagination .page-item a[rel="first"]:before {
  margin-right: 0;
  margin-left: 4px;
  content: "\ea51";
}
.pagination .page-item a[rel="next"],
.pagination .page-item a[rel="last"],
.pagination .page-item a[rel="prev"],
.pagination .page-item a[rel="first"] {
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: normal;
}
.pagination .page-item a[rel="next"]:before,
.pagination .page-item a[rel="last"]:before,
.pagination .page-item a[rel="prev"]:before,
.pagination .page-item a[rel="first"]:before,
.pagination .page-item a[rel="next"]:after,
.pagination .page-item a[rel="last"]:after,
.pagination .page-item a[rel="prev"]:after,
.pagination .page-item a[rel="first"]:after {
  font-family: 'lineficon' !important;
}
@media screen and (max-width: 992px) {
  .pagination .page-item a[rel="next"],
  .pagination .page-item a[rel="last"],
  .pagination .page-item a[rel="prev"],
  .pagination .page-item a[rel="first"] {
    text-indent: -99999px;
    overflow: hidden;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    padding: 0;
  }
  .pagination .page-item a[rel="next"]:before,
  .pagination .page-item a[rel="last"]:before,
  .pagination .page-item a[rel="prev"]:before,
  .pagination .page-item a[rel="first"]:before,
  .pagination .page-item a[rel="next"]:after,
  .pagination .page-item a[rel="last"]:after,
  .pagination .page-item a[rel="prev"]:after,
  .pagination .page-item a[rel="first"]:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    text-indent: 0;
  }
  html[dir='ltr'] .pagination .page-item a[rel="next"]:before,
  html[dir='ltr'] .pagination .page-item a[rel="last"]:before,
  html[dir='ltr'] .pagination .page-item a[rel="prev"]:before,
  html[dir='ltr'] .pagination .page-item a[rel="first"]:before {
    margin-right: 2px;
  }
  html[dir='rtl'] .pagination .page-item a[rel="next"]:before,
  html[dir='rtl'] .pagination .page-item a[rel="last"]:before,
  html[dir='rtl'] .pagination .page-item a[rel="prev"]:before,
  html[dir='rtl'] .pagination .page-item a[rel="first"]:before {
    margin-left: 2px;
  }
  html[dir='ltr'] .pagination .page-item a[rel="next"]:after,
  html[dir='ltr'] .pagination .page-item a[rel="last"]:after,
  html[dir='ltr'] .pagination .page-item a[rel="prev"]:after,
  html[dir='ltr'] .pagination .page-item a[rel="first"]:after {
    margin-left: 2px;
  }
  html[dir='rtl'] .pagination .page-item a[rel="next"]:after,
  html[dir='rtl'] .pagination .page-item a[rel="last"]:after,
  html[dir='rtl'] .pagination .page-item a[rel="prev"]:after,
  html[dir='rtl'] .pagination .page-item a[rel="first"]:after {
    margin-right: 2px;
  }
}
.pagination .page-item a[rel="next"] > i,
.pagination .page-item a[rel="last"] > i,
.pagination .page-item a[rel="prev"] > i,
.pagination .page-item a[rel="first"] > i {
  display: none;
}
.pagination .page-item a:hover {
  background-color: #801323 !important;
  color: #fff !important;
  box-shadow: 0 6px 12px 0 rgba(128, 19, 35, 0.4);
}
.pagination .page-item a:active,
.pagination .page-item a:focus {
  background-color: #801323 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px 0 rgba(128, 19, 35, 0.4), inset 0 0 2px 0;
}
.pagination .page-item.disabled {
  opacity: 0.5 !important;
}
.pagination .page-item.disabled a {
  cursor: not-allowed !important;
}
.pagination .page-item.disabled a:hover,
.pagination .page-item.disabled a:active,
.pagination .page-item.disabled a:focus {
  color: #555555 !important;
  background-color: #eeeeee !important;
  box-shadow: none !important;
}
.pagination .page-item.active a {
  background-color: #ac1a2f !important;
  color: #fff !important;
}
.pagination .page-item.active a:hover {
  background-color: #801323 !important;
}
.dz-hidden-input {
  right: 0;
}
.tokenfield.form-control {
  min-height: 40px;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tokenfield .token {
  height: 24px;
  border-radius: 16px;
  padding: 0 4px;
  color: #555555;
  background: none;
  border-color: #555555 !important;
  background: #eeeeee;
  border: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.tokenfield .token .token-label {
  vertical-align: middle;
}
.tokenfield .token .close {
  text-indent: -999px;
  position: relative;
  color: #555555 !important;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .tokenfield .token .close {
  margin-left: 16px;
}
html[dir="rtl"] .tokenfield .token .close {
  margin-right: 16px;
}
.tokenfield .token .close:hover {
  color: #555555 !important;
}
.tokenfield .token .close:after {
  font-family: 'lineficon' !important;
  content: '\ea84';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .tokenfield .token .close:after {
  right: 0;
}
html[dir="rtl"] .tokenfield .token .close:after {
  left: 0;
}
.header-page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view_item_link {
  position: relative;
  width: 32px;
  height: 32px;
}
.view_item_link .page_section_menu_link {
  position: static !important;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
}
.view_item_link .page_section_menu_link:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] #js_main_mail_thread_holder .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
html[dir="ltr"] #js_main_mail_thread_holder .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: -8px;
}
html[dir="rtl"] #js_main_mail_thread_holder .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
html[dir="rtl"] #js_main_mail_thread_holder .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: -8px;
}
.item_view_content {
  word-break: break-word;
  word-wrap: break-word;
}
.friend-search-invite-container,
#js_main_mail_thread_holder .mail_messages,
.js_box_content .item-membership-container,
#welcome_message .custom_flavor_content,
.dropdown-menu-limit,
.attachment-form-holder .js_attachment_list {
  overflow: auto;
}
p img {
  max-width: 100%;
}
.editor_holder .cke_chrome {
  border: none;
}
.item-option [data-toggle="dropdown"] .ico-gear-o,
.item_bar [data-toggle="dropdown"] .ico-gear-o {
  font-size: 16px;
}
/*=============================================
=            STRUCTURE LAYOUT            =
=============================================*/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 480px) {
  html[dir="ltr"] #main .container {
    padding-left: 0;
  }
  html[dir="rtl"] #main .container {
    padding-right: 0;
  }
  html[dir="ltr"] #main .container {
    padding-right: 0;
  }
  html[dir="rtl"] #main .container {
    padding-left: 0;
  }
  html[dir="ltr"] #main .container .row {
    margin-left: 0;
  }
  html[dir="rtl"] #main .container .row {
    margin-right: 0;
  }
  html[dir="ltr"] #main .container .row {
    margin-right: 0;
  }
  html[dir="rtl"] #main .container .row {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: auto;
    max-width: 100%;
  }
}
.layout-main {
  display: inline-block;
  display: block;
}
.layout-main:before,
.layout-main:after {
  content: " ";
  display: table;
}
.layout-main:after {
  clear: both;
}
.layout-main:before,
.layout-main:after {
  content: " ";
  display: table;
}
.layout-main:after {
  clear: both;
}
.layout-main #left.layout-left {
  width: 232px;
  float: left;
}
html[dir='rtl'] .layout-main #left.layout-left {
  float: right;
  padding: 0;
}
.layout-main #content-holder.layout-middle {
  margin-left: 24px;
  margin-right: 24px;
  width: calc(100% - 512px);
  float: left;
}
html[dir='rtl'] .layout-main #content-holder.layout-middle {
  float: right;
}
.layout-main #right.layout-right {
  width: 232px;
  float: right;
}
html[dir='rtl'] .layout-main #right.layout-right {
  float: left;
  padding: 0;
}
@media (max-width: 991px) {
  .layout-main #content-holder.layout-middle {
    width: calc(100% - 256px);
  }
  html[dir="ltr"] .layout-main #content-holder.layout-middle {
    margin-right: 24px;
  }
  html[dir="rtl"] .layout-main #content-holder.layout-middle {
    margin-left: 24px;
  }
  html[dir="ltr"] .layout-main #content-holder.layout-middle {
    margin-left: 0;
  }
  html[dir="rtl"] .layout-main #content-holder.layout-middle {
    margin-right: 0;
  }
  .layout-main #left.layout-left {
    margin-bottom: 16px;
    float: right;
  }
  html[dir='rtl'] .layout-main #left.layout-left {
    float: left;
  }
  .layout-main #right.layout-right {
    float: right;
    clear: right;
  }
  html[dir='rtl'] .layout-main #right.layout-right {
    float: left;
    clear: left;
  }
}
@media (max-width: 767px) {
  .layout-main {
    display: flex;
    flex-direction: column;
  }
  .layout-main #content-holder.layout-middle {
    width: 100%;
    margin-bottom: 16px;
    order: -1;
  }
  html[dir="ltr"] .layout-main #content-holder.layout-middle {
    margin-right: 0;
  }
  html[dir="rtl"] .layout-main #content-holder.layout-middle {
    margin-left: 0;
  }
  .layout-main #left.layout-left,
  .layout-main #right.layout-right {
    width: 100%;
  }
}
.empty-right .layout-main #content-holder.layout-middle {
  width: calc(100% - 256px);
}
html[dir="ltr"] .empty-right .layout-main #content-holder.layout-middle {
  margin-right: 0;
}
html[dir="rtl"] .empty-right .layout-main #content-holder.layout-middle {
  margin-left: 0;
}
@media (max-width: 991px) {
  .empty-right .layout-main #content-holder.layout-middle {
    margin-right: 24px;
  }
  html[dir='rtl'] .empty-right .layout-main #content-holder.layout-middle {
    margin-right: 0;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .empty-right .layout-main #content-holder.layout-middle {
    width: 100%;
  }
}
.empty-left .layout-main #left.layout-left {
  margin-bottom: 0;
}
.empty-left .layout-main #content-holder.layout-middle {
  width: calc(100% - 256px);
}
html[dir="ltr"] .empty-left .layout-main #content-holder.layout-middle {
  margin-left: 0;
}
html[dir="rtl"] .empty-left .layout-main #content-holder.layout-middle {
  margin-right: 0;
}
@media (max-width: 991px) {
  html[dir="ltr"] .empty-left .layout-main #content-holder.layout-middle {
    margin-right: 24px;
  }
  html[dir="rtl"] .empty-left .layout-main #content-holder.layout-middle {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .empty-left .layout-main #content-holder.layout-middle {
    width: 100%;
  }
}
.empty-right.empty-left .layout-main #content-holder.layout-middle {
  width: 100%;
  margin: 0;
  float: none;
}
/*=====  End of STRUCTURE LAYOUT  ======*/
/*=============================================
=            STYLE FOR BLOCKS            =
=============================================*/
#main .layout-left .block,
#main .layout-right .block {
  border-radius: 0px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  #main .layout-left .block,
  #main .layout-right .block {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  #main .layout-left .block:hover,
  #main .layout-right .block:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  }
}
#main .layout-left .block:last-of-type,
#main .layout-right .block:last-of-type {
  margin-bottom: 0;
}
html[dir="ltr"] #main .layout-left .block[id*="_featured"] > .title,
html[dir="ltr"] #main .layout-right .block[id*="_featured"] > .title,
html[dir="ltr"] #main .layout-left .block[id*="_sponsored"] > .title,
html[dir="ltr"] #main .layout-right .block[id*="_sponsored"] > .title {
  padding-right: 24px;
}
html[dir="rtl"] #main .layout-left .block[id*="_featured"] > .title,
html[dir="rtl"] #main .layout-right .block[id*="_featured"] > .title,
html[dir="rtl"] #main .layout-left .block[id*="_sponsored"] > .title,
html[dir="rtl"] #main .layout-right .block[id*="_sponsored"] > .title {
  padding-left: 24px;
}
#main .layout-left .block > .title,
#main .layout-right .block > .title {
  padding: 0;
  padding-top: 10px;
  border-bottom: 0;
  display: block;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  max-height: 52px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
#main .layout-left .block > .title .js_edit_header_bar,
#main .layout-right .block > .title .js_edit_header_bar {
  order: 1;
}
#main .layout-left .block > .title .title_count,
#main .layout-right .block > .title .title_count,
#main .layout-left .block > .title a > span,
#main .layout-right .block > .title a > span {
  display: none;
}
#main .layout-left .block[id*="js_block_border_custom"] > .title,
#main .layout-right .block[id*="js_block_border_custom"] > .title {
  position: relative;
}
html[dir="ltr"] #main .layout-left .block[id*="js_block_border_custom"] > .title,
html[dir="ltr"] #main .layout-right .block[id*="js_block_border_custom"] > .title {
  padding-right: 32px;
}
html[dir="rtl"] #main .layout-left .block[id*="js_block_border_custom"] > .title,
html[dir="rtl"] #main .layout-right .block[id*="js_block_border_custom"] > .title {
  padding-left: 32px;
}
#main .layout-left .block[id*="js_block_border_custom"] > .title .js_edit_header_bar,
#main .layout-right .block[id*="js_block_border_custom"] > .title .js_edit_header_bar {
  position: absolute;
  top: 0;
}
html[dir="ltr"] #main .layout-left .block[id*="js_block_border_custom"] > .title .js_edit_header_bar,
html[dir="ltr"] #main .layout-right .block[id*="js_block_border_custom"] > .title .js_edit_header_bar {
  right: 0;
}
html[dir="rtl"] #main .layout-left .block[id*="js_block_border_custom"] > .title .js_edit_header_bar,
html[dir="rtl"] #main .layout-right .block[id*="js_block_border_custom"] > .title .js_edit_header_bar {
  left: 0;
}
#main .layout-left .block[id*="js_block_border_custom"] > .title .js_edit_header_bar > a span,
#main .layout-right .block[id*="js_block_border_custom"] > .title .js_edit_header_bar > a span {
  display: block;
  height: 44px;
  line-height: 44px;
}
#main .layout-left .block[id*="js_block_border_custom"] > .title .js_edit_header_bar > a span:hover,
#main .layout-right .block[id*="js_block_border_custom"] > .title .js_edit_header_bar > a span:hover {
  color: #ac1a2f;
}
#main .layout-left .block > .content,
#main .layout-right .block > .content {
  padding-top: 8px;
  padding-bottom: 16px;
  margin-top: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
#main .layout-left .block > .content .extra_info,
#main .layout-right .block > .content .extra_info {
  padding: 0;
}
#main .layout-left .block > .bottom,
#main .layout-right .block > .bottom {
  margin-top: 0;
  border-top: 1px solid #eeeeee;
}
#main .layout-left .block > .bottom a,
#main .layout-right .block > .bottom a {
  font-size: 12px;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ac1a2f;
}
#main .layout-left .block > .bottom a.btn,
#main .layout-right .block > .bottom a.btn {
  border: none !important;
  padding: 0 !important;
}
#main .layout-left .block > .bottom a:hover,
#main .layout-right .block > .bottom a:hover {
  color: #801323;
  box-shadow: none;
}
#main #content-stage {
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 16px;
}
#main #content-stage #content .block > .title {
  border-bottom: 1px solid #dcdcdc;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 56px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
#main #content-stage #content .block > .title .js_edit_header_bar {
  order: 1;
  margin-right: -8px;
}
html[dir='rtl'] #main #content-stage #content .block > .title .js_edit_header_bar {
  margin-left: -8px;
  margin-right: 0;
}
@media (max-width: 480px) {
  #main #content-stage {
    border-radius: 0;
  }
}
/*=====  End of STYLE FOR BLOCKS  ======*/
#content .block_clear > .title {
  border-bottom-width: 1px;
}
.header-page-title {
  margin-bottom: 12px;
  font-size: 24px;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  margin-left: -16px;
  margin-right: -16px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.header-page-title a {
  color: #555555;
  font-size: 24px;
}
body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title,
#page_v_play .header-page-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 0;
}
html[dir='ltr'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-2,
html[dir='ltr'] #page_v_play .header-page-title.header-has-label-2 {
  padding-right: 70px;
}
html[dir='rtl'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-2,
html[dir='rtl'] #page_v_play .header-page-title.header-has-label-2 {
  padding-left: 70px;
}
html[dir='ltr'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-1,
html[dir='ltr'] #page_v_play .header-page-title.header-has-label-1 {
  padding-right: 45px;
}
html[dir='rtl'] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title.header-has-label-1,
html[dir='rtl'] #page_v_play .header-page-title.header-has-label-1 {
  padding-left: 45px;
}
body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .header-page-title a,
#page_v_play .header-page-title a {
  font-size: 24px;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.header_bar_search {
  margin-top: -16px;
}
.header_bar_search_holder {
  margin-bottom: 12px;
}
.breadcrumbs-holder .breadcrumbs-top {
  border: none;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-bottom: -8px;
  width: 100%;
}
.breadcrumbs-holder .breadcrumbs-top .breadcrumbs-container {
  width: 100%;
}
.breadcrumbs-holder .breadcrumbs-top ol {
  display: flex;
  flex-flow: wrap;
  max-height: 20px;
  overflow: hidden;
  max-width: calc(100% - 60px);
}
.breadcrumbs-holder .breadcrumbs-top ol > li:before {
  display: none;
}
.breadcrumbs-holder .breadcrumbs-top ol > li:not(.breadcrumb-dropdown):after {
  content: "/";
  color: #dcdcdc;
  margin: 0 5px;
}
.breadcrumbs-holder .breadcrumbs-top ol > li:last-child:after {
  display: none;
}
.breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-ellipsis {
  color: #a2a2a2;
}
html[dir='ltr'] .breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-ellipsis {
  margin-right: 5px;
}
html[dir='rtl'] .breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-ellipsis {
  margin-left: 5px;
}
.breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-ellipsis:after {
  display: none;
}
.breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-dropdown .breadcrumb-toggle {
  width: 32px;
  text-align: center;
}
.breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-dropdown .breadcrumb-dropdown-menu > li.disabled a {
  color: #555555;
}
.breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-dropdown .breadcrumb-dropdown-menu > li > a {
  width: 100%;
}
.breadcrumbs-holder .breadcrumbs-top ol > li.breadcrumb-dropdown.open .caret {
  color: #555555;
}
.breadcrumbs-holder .breadcrumbs-top .breadcrumbs-list a {
  color: #a2a2a2 !important;
  font-size: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 20px;
  font-weight: normal !important;
}
.breadcrumbs-holder .breadcrumbs-top .breadcrumbs-list a:hover {
  color: #801323 !important;
}
.breadcrumbs-holder .breadcrumbs-top .breadcrumbs-list a:last-child {
  font-weight: bold;
  color: #555555;
}
.block-site-statistic .item-info-header {
  font-size: 16px;
  line-height: 21px;
}
.block-site-statistic .item-main {
  padding: 4px 8px;
}
.block-site-statistic .item-main .item-title {
  color: #555555;
  display: inline-block;
}
.block-site-statistic .item-main .item-number {
  display: inline-block;
  float: right;
}
html[dir='rtl'] .block-site-statistic .item-main .item-number {
  float: left;
}
/*=============================================
=            HEADER STICKY BAR            =
=============================================*/
#section-header {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #section-header {
    margin-bottom: 16px;
  }
}
.sticky-bar {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  background: #FFF;
}
.sticky-bar > .sticky-bar-inner {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.sticky-bar > .sticky-bar-inner .user-sticky-bar,
.sticky-bar > .sticky-bar-inner .search-panel {
  flex: 1;
}
.sticky-bar .form-group {
  margin-bottom: 0;
}
.site-logo {
  min-width: 144px;
}
.site-logo .site-logo-link {
  display: block;
}
.site-logo .site-logo-link .site-logo-icon {
  display: block;
}
.site-logo .site-logo-link .site-logo-icon > span {
  display: block;
}
.site-logo .site-logo-link .site-logo-icon > i {
  background-image: url("../../../../PF.Base/theme/frontend/default/style/default/image/layout/phpfox_bootstraptemplate_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
}
.guest-login-small {
  display: inline-flex;
  justify-content: flex-end;
  flex: 1;
}
.guest-login-small > a.btn {
  font-size: 14px;
  text-transform: uppercase;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[dir="ltr"] .guest-login-small > a.btn {
  margin-left: 8px;
}
html[dir="rtl"] .guest-login-small > a.btn {
  margin-right: 8px;
}
@media (max-width: 375px) {
  .guest-login-small > a.btn {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  .guest-login-small {
    height: 100%;
    margin-right: -16px;
  }
  html[dir='rtl'] .guest-login-small {
    margin-right: 0;
    margin-left: -16px;
  }
  .guest-login-small a.btn {
    margin: 0;
    border-radius: 0;
    border: none !important;
    border-left: 1px solid #dcdcdc !important;
    background: #FFF;
    box-shadow: none;
    height: 100%;
    position: relative;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  html[dir="ltr"] .guest-login-small a.btn {
    margin-left: 0;
  }
  html[dir="rtl"] .guest-login-small a.btn {
    margin-right: 0;
  }
  .guest-login-small a.btn:after {
    content: "";
    position: absolute;
    height: 4px;
    left: -1px;
    right: 0;
    top: 0;
  }
  html[dir='rtl'] .guest-login-small a.btn:after {
    left: 0;
    right: -1px;
  }
  .guest-login-small a.btn:hover,
  .guest-login-small a.btn:focus {
    background: transparent !important;
    box-shadow: none !important;
    border-left-color: #dcdcdc !important;
  }
  .guest-login-small a.btn:hover:before,
  .guest-login-small a.btn:focus:before {
    opacity: 0;
  }
  .guest-login-small a.btn.btn-default {
    color: #ac1a2f;
  }
  .guest-login-small a.btn.btn-default:after {
    background-color: #ac1a2f !important;
  }
  .guest-login-small a.btn.btn-success {
    color: #47c366;
  }
  .guest-login-small a.btn.btn-success:after {
    background-color: #47c366 !important;
  }
  html[dir='rtl'] .guest-login-small a.btn {
    border-left: 0 !important;
    border-right: 1px solid #dcdcdc !important;
  }
}
.btn-nav-toggle {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  flex: 1;
  text-align: left;
  height: 48px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.btn-nav-toggle .ico,
.btn-nav-toggle .fa {
  display: none;
}
.btn-nav-toggle:before {
  font-family: 'lineficon' !important;
  content: "\eb0f";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
html[dir="ltr"] .btn-nav-toggle:before {
  margin-right: 8px;
}
html[dir="rtl"] .btn-nav-toggle:before {
  margin-left: 8px;
}
.btn-nav-toggle span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .btn-nav-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  html[dir="ltr"] .search-panel {
    margin-right: 16px;
  }
  html[dir="rtl"] .search-panel {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  html[dir="ltr"] .search-panel {
    margin-right: 8px;
  }
  html[dir="rtl"] .search-panel {
    margin-left: 8px;
  }
}
.header_search_form .form-control-feedback {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  height: 30px;
  top: 1px;
  right: 1px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  pointer-events: auto;
}
html[dir='rtl'] .header_search_form .form-control-feedback {
  right: auto;
  left: 1px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.header_search_form .btn-globalsearch-return {
  min-width: 40px;
  width: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  color: #a2a2a2;
  font-size: 16px;
  border-right: 1px solid #dcdcdc;
  display: none;
}
html[dir='rtl'] .header_search_form .btn-globalsearch-return {
  transform: rotate(180deg);
}
.header_search_form .form-control-feedback.btn-mask-action {
  position: absolute;
  top: 0;
}
html[dir="ltr"] .header_search_form .form-control-feedback.btn-mask-action {
  right: 0;
}
html[dir="rtl"] .header_search_form .form-control-feedback.btn-mask-action {
  left: 0;
}
@media (max-width: 480px) {
  .header_search_form .form-control-feedback.btn-mask-action {
    right: auto;
  }
  html[dir="ltr"] .header_search_form .form-control-feedback.btn-mask-action {
    left: 0;
  }
  html[dir="rtl"] .header_search_form .form-control-feedback.btn-mask-action {
    right: 0;
  }
}
@media (min-width: 768px) {
  .header_search_form .form-control-feedback.btn-mask-action {
    display: none;
  }
}
.header_search_form input.form-control {
  background-color: #f8f8f8;
  font-size: 14px;
  padding-left: 12px;
}
html[dir="ltr"] .header_search_form input.form-control {
  padding-right: 64px;
}
html[dir="rtl"] .header_search_form input.form-control {
  padding-left: 64px;
}
.header_search_form input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
  font-weight: bold;
}
.header_search_form input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
  font-weight: bold;
}
.header_search_form input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
  font-weight: bold;
}
.header_search_form input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
  font-weight: bold;
}
.header_search_form input.form-control::-ms-clear {
  display: none;
}
html[dir='rtl'] .header_search_form input.form-control {
  padding-right: 12px;
}
html[dir="ltr"] html[dir='rtl'] .header_search_form input.form-control {
  padding-left: 64px;
}
html[dir="rtl"] html[dir='rtl'] .header_search_form input.form-control {
  padding-right: 64px;
}
.header_search_form .clear_input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  right: 32px;
  top: 0;
  color: #c8c8c8;
  font-size: 12px;
}
.header_search_form.active input.form-control {
  border-color: #ac1a2f;
  background-color: #FFF;
}
.header_search_form.active .form-control-feedback {
  color: #ac1a2f;
  background-color: #f6c5cc;
}
@media (max-width: 767px) {
  .header_search_form .form-group.has-feedback {
    display: flex;
  }
  .header_search_form input.form-control {
    height: 48px;
    border: none;
    border-radius: 0;
    background: #FFF;
  }
  html[dir="ltr"] .header_search_form input.form-control {
    padding-right: 32px;
  }
  html[dir="rtl"] .header_search_form input.form-control {
    padding-left: 32px;
  }
  .header_search_form input.form-control:focus {
    outline: 0;
    box-shadow: none;
  }
  .header_search_form .clear_input {
    right: 0;
    top: 10px;
  }
  html[dir='rtl'] .header_search_form .clear_input {
    right: auto;
    left: 0;
  }
  .header_search_form .form-control-feedback {
    position: static;
    height: 48px;
    min-width: 32px;
    right: 0;
    border-radius: 0;
  }
  .header_search_form .form-control-feedback:hover {
    color: #ac1a2f;
    background-color: #f6c5cc;
  }
  html[dir='rtl'] .header_search_form .form-control-feedback {
    right: auto;
    left: 0;
  }
}
#request-panel-body ul li.friend-request-accepted {
  background-color: #ceefd6;
}
#request-panel-body ul li.friend-request-accepted .info {
  color: #555555 !important;
}
.user-sticky-bar ul.user-sticky-bar-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.user-sticky-bar ul.user-sticky-bar-items li a.notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  position: relative;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li a.notification-icon .circle-background {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  padding: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-sticky-bar ul.user-sticky-bar-items li a.notification-icon:hover {
  color: #801323;
}
.user-sticky-bar ul.user-sticky-bar-items li a.notification-icon .notify-number {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 5px;
  right: 0;
  background: #ee5a2b;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #FFF;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.user-sticky-bar ul.user-sticky-bar-items li a.notification-icon .notify-number:empty {
  display: none;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li a.notification-icon .notify-number {
  right: auto;
  left: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li.open a.notification-icon {
  color: #801323;
}
.user-sticky-bar ul.user-sticky-bar-items li.open a.notification-icon:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #f8f8f8;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  top: auto;
  margin-top: 0;
  left: 50%;
  z-index: 1013;
}
.user-sticky-bar ul.user-sticky-bar-items li.open .dropdown-panel {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 1px, 0);
  margin-top: -1px;
  z-index: 1012;
}
.user-sticky-bar ul.user-sticky-bar-items li.open .dropdown-panel .dropdown-panel-body .panel-items {
  max-height: 400px;
  overflow: auto;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-request .circle-background:before {
  font-family: 'lineficon' !important;
  content: "\e989";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-request.open .circle-background:before {
  font-family: 'lineficon' !important;
  content: "\e9bc";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-message .circle-background:before {
  font-family: 'lineficon' !important;
  content: "\ea75";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-message.open .circle-background:before {
  font-family: 'lineficon' !important;
  content: "\eab9";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-notification .circle-background:before {
  font-family: 'lineficon' !important;
  content: "\ea78";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-notification.open .circle-background:before {
  font-family: 'lineficon' !important;
  content: "\ea77";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-sticky-bar ul.user-sticky-bar-items li.user-icon {
  border-radius: 100%;
  overflow: hidden;
}
.user-sticky-bar ul.user-sticky-bar-items li.user-icon .img-wrapper {
  width: 32px;
  height: 32px;
}
.user-sticky-bar ul.user-sticky-bar-items li.user-icon a.no_image_user,
.user-sticky-bar ul.user-sticky-bar-items li.user-icon img.has_image {
  width: 100%;
  height: 100%;
}
.user-sticky-bar ul.user-sticky-bar-items li.user-icon .no_image_user span {
  font-size: 12px;
  margin-left: 0;
  letter-spacing: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel {
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0;
  display: none;
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  width: 360px;
  margin-top: -20px;
  transition: all 150ms linear;
  transform: translate3d(0, -20px, 0);
  visibility: hidden;
  display: block;
  opacity: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header {
  background: #f8f8f8;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header > span {
  font-weight: 700;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header > span span {
  font-size: 12px;
  font-weight: normal;
  color: #a2a2a2;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header > span span {
  display: inline-block;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header a .ico {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header .btn-search-friends {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header .btn-search-friends:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #dcdcdc;
  top: 8px;
  bottom: 8px;
  left: 0;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header .btn-search-friends:before {
  left: auto;
  right: 0;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-header .btn-search-friends {
  right: auto;
  left: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover {
  background: #f8f8f8;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item.is_new {
  background: #f3aeb8 !important;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .js_hover_info:before,
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .img-wrapper:before {
  border: 1px solid #801323;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .img-wrapper,
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .no_image_user {
  box-shadow: 0px 6px 12px 0px rgba(38, 129, 213, 0.4);
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .content .name .user_profile_link_span a {
  color: #ac1a2f !important;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .content .name .user_profile_link_span a:hover {
  color: #801323 !important;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .panel-actions .btn-action {
  color: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .panel-actions .btn-action.accept {
  background: #ac1a2f;
  color: #FFF;
  border: none;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .panel-actions .btn-action.accept:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-items .panel-item:hover .panel-actions .btn-action.accept:hover:before {
  opacity: 1;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .empty-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  color: #c8c8c8;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .empty-message img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content {
  display: flex;
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 1px solid #dcdcdc;
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 8px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .fa {
  font-size: 30px;
  width: 56px;
  text-align: center;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .extra_info_link .fa {
  width: 12px;
  font-size: 12px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .img-wrapper,
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .no_image_user {
  width: 56px;
  height: 56px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .no_image_user span {
  font-size: 16px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .content {
  flex: 1;
  overflow: hidden;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .content .name .user_profile_link_span a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ac1a2f !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .panel-actions .btn-action {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .panel-actions .btn-action:hover {
  color: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .panel-actions .btn-action.accept {
  border: 1px solid #ac1a2f;
  color: #ac1a2f;
  margin-right: 6px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .panel-actions .btn-action.accept:hover {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
  border: none;
  background: #ac1a2f;
  color: #FFF;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body .panel-item-content .panel-actions .btn-action.accept {
  margin-right: 0;
  margin-left: 6px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#request-panel-body .panel-items .panel-item .panel-item-content .content {
  margin: 0 12px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#request-panel-body .panel-items .panel-item .panel-item-content .content .name {
  margin-bottom: 4px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#request-panel-body .panel-items .panel-item .panel-item-content .content .info {
  margin-bottom: 0;
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  line-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 32px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .notification-delete {
  position: absolute;
  right: 13px;
  top: 40px;
  z-index: 2;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .notification-delete a {
  color: #c8c8c8;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a2a2a2;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .notification-delete a:hover {
  color: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .notification-delete.is_new a {
  color: #ed8b99;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .notification-delete.is_new a:hover {
  color: #ac1a2f;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .notification-delete {
  right: auto;
  left: 13px;
}
html[dir="ltr"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content {
  margin-left: 16px;
}
html[dir="rtl"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content {
  margin-right: 16px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .name {
  flex: 1;
  overflow: hidden;
}
html[dir="ltr"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .name {
  margin-right: 8px;
}
html[dir="rtl"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .name {
  margin-left: 8px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .time {
  color: #a2a2a2;
  font-size: 12px;
  position: relative;
}
html[dir="ltr"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .time {
  padding-right: 16px;
}
html[dir="rtl"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .time {
  padding-left: 16px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .time .message-unread {
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new {
  background-color: #ac1a2f;
  border-color: #ac1a2f;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .time .message-unread {
  right: auto;
  left: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .preview {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  line-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 32px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir="ltr"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .preview {
  padding-right: 16px;
}
html[dir="rtl"] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .preview {
  padding-left: 16px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-actions:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #dcdcdc;
  top: 8px;
  bottom: 8px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-actions .btn-compose {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-actions {
  right: auto;
  left: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-item:hover {
  background: #eeeeee !important;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-item:hover .panel-item-content {
  border-color: #dcdcdc;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-item:hover .panel-item-content .notification-delete {
  opacity: 1 !important;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content > a {
  display: flex;
  flex: 1;
  flex-direction: row;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .content {
  margin: 0 12px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .content .notification-info {
  margin-bottom: 4px;
  color: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .content .notification-info .drop_data_user {
  color: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .content .time {
  font-size: 12px;
  color: #a2a2a2;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .notification-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 4;
}
@media (max-width: 1024px) {
  .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .notification-delete {
    opacity: 1;
  }
}
html[dir='ltr'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .notification-delete {
  margin-right: -12px;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .notification-delete {
  margin-left: -12px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .notification-delete a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 10px;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#notification-panel-body .panel-items .panel-item .panel-item-content .notification-delete a:hover {
  color: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-footer {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12px;
  text-transform: capitalize;
  padding: 12px;
  text-align: center;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-footer a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel {
  right: auto;
  left: 0;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-message .dropdown-panel .dropdown-panel-footer {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-sticky-bar ul.user-sticky-bar-items li#hd-message .dropdown-panel .dropdown-panel-footer.one-el {
  justify-content: center;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown {
  position: relative;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu {
  min-width: 296px;
  margin-right: -8px;
  overflow: visible;
  z-index: 1013;
  max-height: none;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu:after {
  display: none;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu .setting-dropdown-menu-wrapper {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu .setting-dropdown-menu-wrapper li a {
  min-height: 40px;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block {
  height: 104px;
  position: relative;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .background-cover {
  margin-top: -16px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 7%, 90% 7%, 95% 0, 95% 7%, 101% 7%, 100% 100%, 0 100%);
  clip-path: polygon(0 7%, 90% 7%, 95% 0, 95% 7%, 101% 7%, 100% 100%, 0 100%);
  padding: 0;
  border-left: 0;
  display: block;
  background-color: #c8c8c8;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .background-cover {
  -webkit-clip-path: polygon(5% 7%, 5% 0, 10% 7%, 101% 7%, 100% 100%, 0 100%, 0 7%);
  clip-path: polygon(5% 7%, 5% 0, 10% 7%, 101% 7%, 100% 100%, 0 100%, 0 7%);
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .profile-info {
  color: #FFF;
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  pointer-events: none;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .profile-info .fullname {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .profile-info .fullname:hover {
  color: #ac1a2f;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .profile-info .memebership-level {
  font-size: 12px;
  color: #c8c8c8;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page {
  position: absolute;
  right: 16px;
  bottom: -8px;
  z-index: 2;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile a,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page a {
  color: #FFF;
  background: #ac1a2f;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile a:hover,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page a:hover {
  background: #801323;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile,
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page {
  left: 16px;
  right: auto;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu > li > a .ico,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu .setting-dropdown-menu-wrapper a .ico,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu > li > a .fa,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu .setting-dropdown-menu-wrapper a .fa {
  margin-right: 12px;
  min-width: 20px;
  text-align: center;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu > li > a .ico,
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu .setting-dropdown-menu-wrapper a .ico,
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu > li > a .fa,
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu .setting-dropdown-menu-wrapper a .fa {
  margin-right: 0;
  margin-left: 12px;
}
html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu {
  margin-right: 0;
  margin-left: -8px;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown a.notification-icon::after {
  display: none;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown a.notification-icon .circle-background {
  color: #FFF;
  background: #c8c8c8;
  font-size: 10px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown a.notification-icon .circle-background:hover {
  background: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown.open a.notification-icon .circle-background {
  background: #555555;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown.open .dropdown-menu {
  margin-top: -1px;
}
@media (max-width: 767px) {
  .sticky-bar > .sticky-bar-inner .search-panel {
    flex: none;
  }
  .sticky-bar > .sticky-bar-inner .search-panel .clear_input_div {
    visibility: hidden;
    max-width: 0;
  }
  .sticky-bar > .sticky-bar-inner .btn-nav-toggle {
    flex: 2;
  }
  html[dir="ltr"] .sticky-bar > .sticky-bar-inner .btn-nav-toggle {
    margin-right: 48px;
  }
  html[dir="rtl"] .sticky-bar > .sticky-bar-inner .btn-nav-toggle {
    margin-left: 48px;
  }
  .sticky-bar > .sticky-bar-inner.overlap .btn-nav-toggle {
    max-width: 0;
    padding: 0;
    margin: 0;
    border: none;
    margin: 0 !important;
    display: none;
  }
  .sticky-bar > .sticky-bar-inner.overlap .search-panel {
    flex: 2;
    border-left: 1px solid #dcdcdc;
  }
  .sticky-bar > .sticky-bar-inner.overlap .search-panel .clear_input_div {
    width: 100%;
    visibility: visible;
    max-width: 100%;
  }
  .sticky-bar > .sticky-bar-inner.overlap .search-panel .form-control-feedback {
    color: #ac1a2f;
    background-color: #f6c5cc;
  }
  html[dir='rtl'] .sticky-bar > .sticky-bar-inner.overlap .search-panel {
    border-left: 0;
    border-right: 1px solid #dcdcdc;
  }
  .sticky-bar > .sticky-bar-inner.overlap .form-control-feedback.btn-mask-action {
    display: none;
  }
  .sticky-bar > .sticky-bar-inner.overlap .btn-globalsearch-return {
    display: flex;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .sticky-bar > .sticky-bar-inner.overlap .search-panel {
    border-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  html[dir='rtl'] .sticky-bar > .sticky-bar-inner.overlap .search-panel {
    border-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .sticky-bar > .sticky-bar-inner .btn-nav-toggle {
    flex: none;
    order: -1;
    border-left: 0;
    border-right: 0;
    padding: 0;
    min-width: 48px;
  }
  html[dir="ltr"] .sticky-bar > .sticky-bar-inner .btn-nav-toggle {
    margin-right: 0;
  }
  html[dir="rtl"] .sticky-bar > .sticky-bar-inner .btn-nav-toggle {
    margin-left: 0;
  }
  .sticky-bar > .sticky-bar-inner .btn-nav-toggle span,
  .sticky-bar > .sticky-bar-inner .btn-nav-toggle .ico,
  .sticky-bar > .sticky-bar-inner .btn-nav-toggle .fa {
    display: none;
  }
  .sticky-bar > .sticky-bar-inner .search-panel {
    flex: 2;
    display: flex;
    justify-content: flex-end;
  }
  .sticky-bar > .sticky-bar-inner .header_search_form {
    width: 100%;
  }
  .sticky-bar > .sticky-bar-inner .header_search_form .form-group.has-feedback {
    justify-content: flex-end;
  }
  html[dir="ltr"] .sticky-bar > .sticky-bar-inner.overlap {
    padding-left: 0;
  }
  html[dir="rtl"] .sticky-bar > .sticky-bar-inner.overlap {
    padding-right: 0;
  }
  .sticky-bar > .sticky-bar-inner.overlap .site-logo-block {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sticky-bar > .sticky-bar-inner .site-logo-block {
    display: none;
  }
  body._is_guest_user .sticky-bar > .sticky-bar-inner.setting-hide-menu .site-logo-block {
    display: block;
  }
  body._is_guest_user .sticky-bar > .sticky-bar-inner.setting-hide-menu .site-logo-block .site-logo {
    min-width: 80px;
  }
  body._is_guest_user .sticky-bar > .sticky-bar-inner.setting-hide-menu .site-logo-block .site-logo .site-logo-link .site-logo-icon > i {
    height: 24px;
  }
  .sticky-bar > .sticky-bar-inner .search-panel {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  html[dir="ltr"] .sticky-bar > .sticky-bar-inner .search-panel {
    margin-right: 8px;
  }
  html[dir="rtl"] .sticky-bar > .sticky-bar-inner .search-panel {
    margin-left: 8px;
  }
  .sticky-bar > .sticky-bar-inner.overlap .search-panel {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
  }
  html[dir="ltr"] .sticky-bar > .sticky-bar-inner.overlap .search-panel {
    margin-right: 0;
  }
  html[dir="rtl"] .sticky-bar > .sticky-bar-inner.overlap .search-panel {
    margin-left: 0;
  }
  .sticky-bar > .sticky-bar-inner .header_search_form .form-group.has-feedback {
    justify-content: flex-start;
  }
  .user-sticky-bar ul.user-sticky-bar-items {
    position: static;
  }
  .user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel {
    width: 100vw;
  }
  .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu {
    min-width: 100vw;
    margin-right: -16px;
  }
  html[dir='rtl'] .user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu {
    margin-right: 0;
    margin-left: -16px;
  }
}
/*=====  End of HEADER STICKY BAR  ======*/
.dropdown-overflow a[data-toggle="dropdown"]:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  left: 50%;
  border-bottom: 8px solid #ffffff;
  bottom: 0;
  z-index: 1012;
  margin-top: -20px;
  transition: all 150ms linear;
  transform: translate3d(-50%, -20px, 0);
  visibility: hidden;
  display: block;
  opacity: 0;
}
.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  transform: translate3d(-50%, 1px, 0);
  margin-top: 0;
}
/*=============================================
=            HEADER MAIN NAVIGATION            =
=============================================*/
.navbar-collapse .site_menu .login-menu-btns-xs {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.navbar-collapse .site_menu .login-menu-btns-xs .div01,
.navbar-collapse .site_menu .login-menu-btns-xs .div02 {
  margin-left: 8px;
  margin-right: 8px;
}
.navbar-collapse .site_menu .login-menu-btns-xs .div01 .btn .fa,
.navbar-collapse .site_menu .login-menu-btns-xs .div02 .btn .fa,
.navbar-collapse .site_menu .login-menu-btns-xs .div01 .btn .ico,
.navbar-collapse .site_menu .login-menu-btns-xs .div02 .btn .ico {
  margin-right: 4px;
}
html[dir='rtl'] .navbar-collapse .site_menu .login-menu-btns-xs .div01 .btn .fa,
html[dir='rtl'] .navbar-collapse .site_menu .login-menu-btns-xs .div02 .btn .fa,
html[dir='rtl'] .navbar-collapse .site_menu .login-menu-btns-xs .div01 .btn .ico,
html[dir='rtl'] .navbar-collapse .site_menu .login-menu-btns-xs .div02 .btn .ico {
  margin-right: 0;
  margin-left: 4px;
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation {
    background-color: #ac1a2f;
    height: 40px;
    min-height: 0;
  }
  .navbar.main-navigation .navbar-collapse {
    margin-left: -20px;
    margin-right: -20px;
  }
  .navbar.main-navigation .site-menu {
    display: flex;
    flex-flow: wrap;
    margin: 0 -8px;
    padding-right: 60px;
    height: 40px;
    position: relative;
    overflow: hidden;
  }
  .navbar.main-navigation .site-menu .overlay {
    position: absolute;
    top: 0;
    width: 200px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(38, 129, 213, 0) 0%, rgba(38, 129, 213, 0.7) 25%, #2681d5 100%);
  }
  html[dir="ltr"] .navbar.main-navigation .site-menu .overlay {
    right: 0;
  }
  html[dir="rtl"] .navbar.main-navigation .site-menu .overlay {
    left: 0;
  }
  .navbar.main-navigation .site-menu > li > .dropdown-menu {
    min-width: 175px;
    max-width: 250px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: calc(100vh - 90px);
    overflow-x: visible;
    overflow-y: auto;
  }
  html[dir="ltr"] .navbar.main-navigation .site-menu > li > .dropdown-menu {
    right: 0;
  }
  html[dir="rtl"] .navbar.main-navigation .site-menu > li > .dropdown-menu {
    left: 0;
  }
  .navbar.main-navigation .site-menu > li > .dropdown-menu:after {
    transform: none;
  }
  html[dir="ltr"] .navbar.main-navigation .site-menu > li > .dropdown-menu:after {
    right: 8px;
  }
  html[dir="rtl"] .navbar.main-navigation .site-menu > li > .dropdown-menu:after {
    left: 8px;
  }
  .navbar.main-navigation .site-menu > li > .dropdown-menu a {
    padding: 9px 16px;
    line-height: normal;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    white-space: normal;
  }
  html[dir="ltr"] .navbar.main-navigation .site-menu > li > .dropdown-menu a .ico,
  html[dir="ltr"] .navbar.main-navigation .site-menu > li > .dropdown-menu a .fa {
    margin-right: 8px;
  }
  html[dir="rtl"] .navbar.main-navigation .site-menu > li > .dropdown-menu a .ico,
  html[dir="rtl"] .navbar.main-navigation .site-menu > li > .dropdown-menu a .fa {
    margin-left: 8px;
  }
  .navbar.main-navigation .site-menu .site_sub_menu {
    display: none;
  }
  .navbar.main-navigation .site-menu > li {
    position: relative;
  }
  .navbar.main-navigation .site-menu > li.menu-has-sub .site_sub_menu,
  .navbar.main-navigation .site-menu > li.menu-overflow .site_sub_menu {
    display: block;
  }
  .navbar.main-navigation .site-menu > li.menu-has-sub {
    display: inline-flex;
  }
  html[dir="ltr"] .navbar.main-navigation .site-menu > li.menu-has-sub .menu-link-item {
    padding-right: 0;
  }
  html[dir="rtl"] .navbar.main-navigation .site-menu > li.menu-has-sub .menu-link-item {
    padding-left: 0;
  }
  .navbar.main-navigation .site-menu > li.menu-overflow .menu-link-sub-more {
    display: none;
  }
  .navbar.main-navigation .site-menu > li.menu-overflow .dropdown-menu-sub {
    position: static;
    box-shadow: none;
    background: none;
    width: 100%;
    padding: 0;
    margin-top: -1px !important;
  }
  .navbar.main-navigation .site-menu > li.menu-overflow .dropdown-menu-sub:after {
    display: none;
  }
  .navbar.main-navigation .site-menu > li.menu-overflow .dropdown-menu-sub a {
    min-height: 32px;
    font-size: 13px;
  }
  html[dir="ltr"] .navbar.main-navigation .site-menu > li.menu-overflow .dropdown-menu-sub a {
    padding-left: 32px;
  }
  html[dir="rtl"] .navbar.main-navigation .site-menu > li.menu-overflow .dropdown-menu-sub a {
    padding-right: 32px;
  }
  .navbar.main-navigation .site-menu > li.menu-home:first-of-type > a.menu-link-item i.fa,
  .navbar.main-navigation .site-menu > li.menu-home:first-of-type > a.menu-link-item .ico {
    display: block !important;
    font-size: 14px;
  }
  .navbar.main-navigation .site-menu > li.menu-home:first-of-type > a.menu-link-item i.fa:before,
  .navbar.main-navigation .site-menu > li.menu-home:first-of-type > a.menu-link-item .ico:before {
    font-family: 'lineficon' !important;
    content: "\eaa5";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar.main-navigation .site-menu > li.menu-home:first-of-type > a.menu-link-item span,
  .navbar.main-navigation .site-menu > li.menu-home:first-of-type > a.menu-link-item:after {
    display: none;
  }
  .navbar.main-navigation .site-menu > li > a {
    color: #ed8b99;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    position: relative;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .navbar.main-navigation .site-menu > li > a:not([data-toggle='dropdown']):after {
    content: "";
    height: 4px;
    width: 35%;
    background: #801323;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 2px;
  }
  .navbar.main-navigation .site-menu > li > a.menu_is_selected,
  .navbar.main-navigation .site-menu > li > a:hover {
    color: #FFF;
  }
  .navbar.main-navigation .site-menu > li > a.menu_is_selected:after {
    opacity: 1;
  }
  .navbar.main-navigation .site-menu > li.dropdown > a span.ico {
    display: block;
    font-size: 16px;
  }
  .navbar.main-navigation .site-menu > li.dropdown:hover > a span.ico:before {
    content: "\eac8";
  }
  .navbar.main-navigation .site-menu > li.menu-overflow.open > a span.ico:before {
    content: "\eac8";
  }
  .navbar.main-navigation .site-menu > li.open > a {
    color: #fff;
  }
  .navbar.main-navigation .site-menu > li.open .dropdown-menu {
    margin-top: 0;
  }
}
@keyframes main-nav-animation {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  body.overlap {
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }
  body.overlap #section-header {
    position: static !important;
  }
  .navbar.main-navigation {
    width: 80%;
    max-width: 384px;
    background: #FFF;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    overflow: visible;
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition-delay: .15s;
    transition-duration: .3s;
    transition-property: transform,left;
    transition-timing-function: ease-out;
    transform: translateX(-100%);
    animation: main-nav-animation 1s;
  }
  html[dir="ltr"] .navbar.main-navigation {
    left: 0;
  }
  html[dir="rtl"] .navbar.main-navigation {
    right: 0;
  }
  html[dir='rtl'] .navbar.main-navigation {
    transform: translateX(100%);
  }
  .navbar.main-navigation .site-menu-small {
    position: absolute;
    left: 0;
    top: 88px;
    right: 0;
    padding: 16px;
    padding-bottom: 100px;
  }
  html[dir="ltr"] .navbar.main-navigation .site-menu-small {
    padding-right: 32px;
  }
  html[dir="rtl"] .navbar.main-navigation .site-menu-small {
    padding-left: 32px;
  }
  .navbar.main-navigation .site-logo {
    height: 88px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 24px;
  }
  .navbar.main-navigation .site-logo .site-logo-link .site-logo-icon > i {
    height: 44px;
  }
}
.nav-mask-modal {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  opacity: .1;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  position: fixed;
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 50ms;
}
html[dir="ltr"] .nav-mask-modal {
  left: 0;
}
html[dir="rtl"] .nav-mask-modal {
  right: 0;
}
.nav-mask-modal.in {
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.navbar.main-navigation.in {
  transform: translateX(0) !important;
}
.navbar.main-navigation.in .btn-close {
  opacity: 1;
}
.btn-close {
  position: absolute;
  left: 100%;
  padding: 16px;
  pointer-events: none;
  opacity: 0;
  color: #FFF;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir='rtl'] .btn-close {
  left: auto;
  right: 100%;
}
.site-menu-small {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}
.site-menu-small li {
  position: relative;
}
.site-menu-small li:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  border-bottom: 1px solid #dcdcdc;
}
html[dir='ltr'] .site-menu-small li:before {
  left: 52px;
  right: 0;
}
html[dir='rtl'] .site-menu-small li:before {
  right: 52px;
  left: 0;
}
.site-menu-small li.menu-has-sub {
  display: flex;
  flex-flow: wrap;
}
.site-menu-small li.menu-has-sub .dropdown-backdrop {
  display: none;
}
.site-menu-small li.menu-has-sub .menu-link-item {
  flex: 1;
  min-width: 0;
}
.site-menu-small li.menu-has-sub .menu-link-sub-more {
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-menu-small li.menu-has-sub.open .site_sub_menu {
  display: block;
}
.site-menu-small li.menu-has-sub.open .menu-link-sub-more .ico,
.site-menu-small li.menu-has-sub.open .menu-link-sub-more .fa {
  transform: rotate(180deg);
}
.site-menu-small li.menu-has-sub .site_sub_menu {
  width: 100%;
  display: none;
  position: relative;
  z-index: 9999;
}
html[dir="ltr"] .site-menu-small li.menu-has-sub .site_sub_menu li:before {
  left: 0;
}
html[dir="rtl"] .site-menu-small li.menu-has-sub .site_sub_menu li:before {
  right: 0;
}
html[dir="ltr"] .site-menu-small li.menu-has-sub .site_sub_menu li:before {
  right: 0;
}
html[dir="rtl"] .site-menu-small li.menu-has-sub .site_sub_menu li:before {
  left: 0;
}
html[dir="ltr"] .site-menu-small li.menu-has-sub .site_sub_menu {
  padding-left: 48px;
}
html[dir="rtl"] .site-menu-small li.menu-has-sub .site_sub_menu {
  padding-right: 48px;
}
.site-menu-small li.menu-has-sub .site_sub_menu li a {
  font-size: 14px;
}
.site-menu-small li.menu-has-sub .site_sub_menu .ico,
.site-menu-small li.menu-has-sub .site_sub_menu .fa {
  width: 24px;
  height: 24px;
  font-size: 14px;
}
html[dir="ltr"] .site-menu-small li.menu-has-sub .site_sub_menu .ico,
html[dir="ltr"] .site-menu-small li.menu-has-sub .site_sub_menu .fa {
  margin-right: 8px;
}
html[dir="rtl"] .site-menu-small li.menu-has-sub .site_sub_menu .ico,
html[dir="rtl"] .site-menu-small li.menu-has-sub .site_sub_menu .fa {
  margin-left: 8px;
}
.site-menu-small li a {
  color: #555555;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.site-menu-small li a:not(.menu-link-sub-more) .fa,
.site-menu-small li a:not(.menu-link-sub-more) .ico {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
html[dir='rtl'] .site-menu-small li a:not(.menu-link-sub-more) .fa,
html[dir='rtl'] .site-menu-small li a:not(.menu-link-sub-more) .ico {
  margin-right: 0;
  margin-left: 12px;
}
.site-menu-small li a span {
  padding: 12px 0;
  display: block;
  flex: 1;
}
.site-menu-small li a.menu_is_selected {
  color: #ac1a2f;
}
.site-menu-small li a.menu_is_selected:not(.menu-link-sub-more) .fa,
.site-menu-small li a.menu_is_selected:not(.menu-link-sub-more) .ico {
  color: #FFF;
  background-color: #ac1a2f;
}
.site-menu-small li:last-of-type:before {
  display: none;
}
/*=====  End of HEADER MAIN NAVIGATION  ======*/
.app-addnew-block {
  position: relative;
  z-index: 9;
}
@media (min-width: 1200px) {
  .app-addnew-block {
    width: 1200px;
    margin: auto;
  }
}
.app-addnew-block .dropdown-menu {
  background-color: #47c366;
}
.app-addnew-block .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  border-bottom: 8px solid #47c366;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] .app-addnew-block .dropdown-menu:after {
  left: auto;
  right: 12px;
}
html[dir="rtl"] .app-addnew-block .dropdown-menu:after {
  left: 12px;
  right: auto;
}
.app-addnew-block .dropdown-menu > li {
  padding-bottom: 4px;
  margin-bottom: 4px;
  position: relative;
}
.app-addnew-block .dropdown-menu > li > a {
  color: #FFF;
  border-left: 0;
}
.app-addnew-block .dropdown-menu > li > a .ico,
.app-addnew-block .dropdown-menu > li > a .fa {
  display: inline-block;
  display: none !important;
}
html[dir="ltr"] .app-addnew-block .dropdown-menu > li > a .ico,
html[dir="ltr"] .app-addnew-block .dropdown-menu > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"] .app-addnew-block .dropdown-menu > li > a .ico,
html[dir="rtl"] .app-addnew-block .dropdown-menu > li > a .fa {
  margin-left: 8px;
}
.app-addnew-block .dropdown-menu > li > a:hover,
.app-addnew-block .dropdown-menu > li > a:focus {
  background-color: #35a250;
}
.app-addnew-block .dropdown-menu > li:before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.app-addnew-block .dropdown-menu > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.app-addnew-block .dropdown-menu > li:last-of-type:before {
  display: none;
}
div#breadcrumbs_menu {
  position: relative;
  z-index: 98;
}
.btn-app-addnew {
  position: absolute;
  bottom: -8px;
}
html[dir="ltr"] .btn-app-addnew {
  right: 16px;
}
html[dir="rtl"] .btn-app-addnew {
  left: 16px;
}
@media (max-width: 991px) {
  .btn-app-addnew {
    bottom: -56px;
  }
}
@media (max-width: 767px) {
  .btn-app-addnew {
    position: fixed;
    bottom: 16px !important;
    z-index: 9999;
  }
  html[dir="ltr"] .btn-app-addnew {
    right: 16px !important;
  }
  html[dir="rtl"] .btn-app-addnew {
    left: 16px !important;
  }
  .btn-app-addnew .dropdown-menu {
    bottom: 100%;
    top: auto;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .btn-app-addnew .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    position: absolute;
    border-top: 8px solid #47c366;
    top: 100%;
    bottom: auto;
  }
  html[dir="ltr"] .btn-app-addnew .dropdown-menu:after {
    left: auto;
    right: 12px;
  }
  html[dir="rtl"] .btn-app-addnew .dropdown-menu:after {
    left: 12px;
    right: auto;
  }
}
@media (max-width: 480px) {
  .btn-app-addnew {
    bottom: 8px !important;
  }
  html[dir="ltr"] .btn-app-addnew {
    right: 8px !important;
  }
  html[dir="rtl"] .btn-app-addnew {
    left: 8px !important;
  }
}
.btn-app-addnew a.btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.btn-app-addnew a.btn span.ico {
  color: #fff;
}
#js_block_border_core_breadcrumb + .breadcrumbs_right_section .btn-app-addnew {
  bottom: -18px;
}
#js_block_border_core_menusub + #js_block_border_core_breadcrumb + .breadcrumbs_right_section .btn-app-addnew {
  bottom: 20px;
}
#js_block_border_core_menusub + .breadcrumbs_right_section .btn-app-addnew {
  bottom: -8px;
}
._is_profile_view .app-addnew-block,
._is_groups_view .app-addnew-block,
._is_pages_view .app-addnew-block {
  position: relative;
  width: auto;
  margin: 0;
  z-index: 1;
}
html[dir="ltr"] ._is_profile_view .app-addnew-block,
html[dir="ltr"] ._is_groups_view .app-addnew-block,
html[dir="ltr"] ._is_pages_view .app-addnew-block {
  padding-left: 16px;
}
html[dir="rtl"] ._is_profile_view .app-addnew-block,
html[dir="rtl"] ._is_groups_view .app-addnew-block,
html[dir="rtl"] ._is_pages_view .app-addnew-block {
  padding-right: 16px;
}
html[dir="ltr"] ._is_profile_view .app-addnew-block,
html[dir="ltr"] ._is_groups_view .app-addnew-block,
html[dir="ltr"] ._is_pages_view .app-addnew-block {
  padding-right: 16px;
}
html[dir="rtl"] ._is_profile_view .app-addnew-block,
html[dir="rtl"] ._is_groups_view .app-addnew-block,
html[dir="rtl"] ._is_pages_view .app-addnew-block {
  padding-left: 16px;
}
._is_profile_view .app-addnew-block .btn-app-addnew,
._is_groups_view .app-addnew-block .btn-app-addnew,
._is_pages_view .app-addnew-block .btn-app-addnew {
  position: static !important;
}
._is_profile_view .app-addnew-block .dropdown-menu,
._is_groups_view .app-addnew-block .dropdown-menu,
._is_pages_view .app-addnew-block .dropdown-menu {
  margin-top: 0;
  top: 100%;
  bottom: auto;
  margin-top: 10px;
  margin-bottom: 0;
}
html[dir="ltr"] ._is_profile_view .app-addnew-block .dropdown-menu,
html[dir="ltr"] ._is_groups_view .app-addnew-block .dropdown-menu,
html[dir="ltr"] ._is_pages_view .app-addnew-block .dropdown-menu {
  margin-right: 16px;
}
html[dir="rtl"] ._is_profile_view .app-addnew-block .dropdown-menu,
html[dir="rtl"] ._is_groups_view .app-addnew-block .dropdown-menu,
html[dir="rtl"] ._is_pages_view .app-addnew-block .dropdown-menu {
  margin-left: 16px;
}
._is_profile_view .app-addnew-block .dropdown-menu:after,
._is_groups_view .app-addnew-block .dropdown-menu:after,
._is_pages_view .app-addnew-block .dropdown-menu:after {
  bottom: 100%;
  top: auto;
  border-bottom: 8px solid #47C366;
  border-top-color: transparent;
}
body._is_login_page .fixed-main-navigation {
  display: none !important;
}
.fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a {
  font-size: 14px;
}
html[dir="ltr"] .fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a {
  padding-left: 48px;
}
html[dir="rtl"] .fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a {
  padding-right: 48px;
}
.fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a .ico,
.fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a .fa {
  font-size: 14px;
}
html[dir='ltr'] .fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a .ico,
html[dir='ltr'] .fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a .fa {
  margin-right: 4px;
}
html[dir='rtl'] .fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a .ico,
html[dir='rtl'] .fixed-main-navigation .dropdown-menu.site_menu .site_sub_menu li a .fa {
  margin-left: 4px;
}
._is_login_page .breadcrumbs_right_section:first-child .app-addnew-block {
  height: 40px;
}
/*=============================================
=            MENU BLOCK            =
=============================================*/
html[dir='rtl'] #js_block_border_core_menusub ul.action > li > a {
  border: 0;
}
._block.location_6 #js_block_border_core_menusub.block {
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
._block.location_6 #js_block_border_core_menusub.block .title {
  display: none;
}
._block.location_6 #js_block_border_core_menusub.block .content {
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  ._block.location_6 #js_block_border_core_menusub.block .content {
    width: 1200px;
  }
}
._block.location_6 #js_block_border_core_menusub.block .content .action {
  display: flex;
  flex-flow: wrap;
}
._block.location_6 #js_block_border_core_menusub.block .content .action > li {
  border-bottom: 0;
}
._block.location_6 #js_block_border_core_menusub.block .content .action > li > a {
  padding: 0;
  line-height: normal;
  font-size: 12px;
  min-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] ._block.location_6 #js_block_border_core_menusub.block .content .action > li > a {
  margin-right: 16px;
}
html[dir="rtl"] ._block.location_6 #js_block_border_core_menusub.block .content .action > li > a {
  margin-left: 16px;
}
@media (min-width: 992px) {
  ._block.location_6 #js_block_border_core_menusub.block .content .action > li > a:hover {
    color: #ac1a2f;
  }
}
._block.location_6 #js_block_border_core_menusub.block .content .action > li > a:hover .count-item {
  color: #fff;
  background: #d8213b;
  border-color: #ac1a2f;
}
._block.location_6 #js_block_border_core_menusub.block .content .action > li.active > a {
  color: #ac1a2f;
}
._block.location_6 #js_block_border_core_menusub.block .content .action > li.active > a .count-item {
  color: #fff;
  background: #d8213b;
  border-color: #ac1a2f;
}
._block.location_6 #js_block_border_core_menusub.block .content .count-item {
  font-size: 12px;
  background: #eeeeee;
  border: 1px solid #e2e2e2;
  color: #a2a2a2;
  padding: 2px 4px;
  border-radius: 10px;
  text-align: center;
  min-width: 20px;
  height: 20px;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] ._block.location_6 #js_block_border_core_menusub.block .content .count-item {
  margin-left: 4px;
}
html[dir="rtl"] ._block.location_6 #js_block_border_core_menusub.block .content .count-item {
  margin-right: 4px;
}
._block.location_6 #js_block_border_core_menusub.block .content .dropdown-menu li.active .count-item {
  background: #ac1a2f;
  color: #FFF;
  border-color: #801323;
}
@media (max-width: 600px) {
  ._block.location_6 #js_block_border_core_menusub.block .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ._block.location_6 #js_block_border_core_menusub.block .content .sub-section-menu {
    flex: 1;
    min-width: 0;
  }
  html[dir="ltr"] ._block.location_6 #js_block_border_core_menusub.block .content .action {
    padding-right: 0;
  }
  html[dir="rtl"] ._block.location_6 #js_block_border_core_menusub.block .content .action {
    padding-left: 0;
  }
  ._block.location_6 #js_block_border_core_menusub.block .content .action li {
    width: 100%;
  }
  ._block.location_6 #js_block_border_core_menusub.block .content .action li a {
    line-height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  ._block.location_6 #js_block_border_core_menusub.block .content .action li:not(.active) {
    display: none;
  }
}
@media (max-width: 991px) {
  ._block.location_6 #js_block_border_core_menusub.block {
    background: #ac1a2f !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  ._block.location_6 #js_block_border_core_menusub.block .content .action > li > a {
    color: #f6c5cc;
    font-size: 14px;
    min-height: 40px;
  }
  ._block.location_6 #js_block_border_core_menusub.block .content .action > li.active > a {
    color: #FFF;
  }
}
@media (max-width: 600px) and (min-width: 481px) {
  ._block.location_6 #js_block_border_core_menusub.block {
    background: #801323;
  }
}
@media (min-width: 601px) {
  ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile {
    display: none;
  }
}
html[dir="ltr"] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li > a {
  padding-right: 16px;
}
html[dir="rtl"] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li > a {
  padding-left: 16px;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu {
  display: flex;
  align-items: center;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu .app-name {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: #ac1a2f;
  height: 48px;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}
html[dir="ltr"] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu .app-name {
  margin-right: 16px;
}
html[dir="rtl"] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu .app-name {
  margin-left: 16px;
}
@media (max-width: 600px) and (min-width: 480px) {
  ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu .app-name {
    display: flex;
  }
}
html[dir='rtl'] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu .app-name {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: -16px;
  border-right: 0;
}
html[dir="ltr"] html[dir='rtl'] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu .app-name {
  margin-left: 16px;
}
html[dir="rtl"] html[dir='rtl'] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu .app-name {
  margin-right: 16px;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile {
  position: static;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .btn-toggle {
  color: #FFF;
  font-size: 18px;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .btn-toggle:after {
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  right: 0;
  left: auto;
}
html[dir='rtl'] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .btn-toggle:after {
  right: auto;
  left: 0;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu {
  left: 0;
  right: 0;
  border-radius: 0;
  margin-top: -1px;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  position: absolute;
  border-bottom: 10px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu:after {
  left: auto;
  right: 16px;
}
html[dir="rtl"] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu:after {
  left: 16px;
  right: auto;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li a {
  font-size: 16px;
  font-weight: bold;
  min-height: 48px;
  border-bottom: 1px solid #eeeeee;
  white-space: normal;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li a .count-item {
  margin-left: 4px;
}
html[dir='rtl'] ._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li a .count-item {
  margin-left: 0;
  margin-right: 4px;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li a:hover {
  background-color: #f8f8f8;
  color: #801323;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li:last-of-type a {
  border-bottom: 0;
}
._block.location_6 #js_block_border_core_menusub.block .sub-section-menu-mobile .dropdown-menu li.active a {
  background-color: #f6c5cc;
  color: #801323;
}
._block.location_6 .sub-section-menu > ul {
  height: 40px;
  overflow: hidden;
  padding-right: 40px;
}
._block.location_6 .sub-section-menu > ul > li span.ico {
  display: none;
}
._block.location_6 .sub-section-menu > ul li.explorer {
  width: auto;
}
._block.location_6 .sub-section-menu > ul li.explorer > a {
  margin-right: 0;
}
._block.location_6 .sub-section-menu > ul li.explorer > a span {
  display: block;
}
._block.location_6 .sub-section-menu > ul li.explorer ul.dropdown-menu {
  top: 40px;
  margin-top: 5px;
  position: absolute;
  padding: 4px 0;
}
._block.location_6 .sub-section-menu > ul li.explorer ul.dropdown-menu li a {
  padding: 9px 16px;
  line-height: normal;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
._block.location_6 .sub-section-menu > ul li.explorer ul.dropdown-menu li a:before {
  display: none;
}
._block.location_6 .sub-section-menu > ul li.explorer ul.dropdown-menu li a:hover,
._block.location_6 .sub-section-menu > ul li.explorer ul.dropdown-menu li a:focus {
  background-color: #f3f8fd;
  color: #1e67aa;
}
@media screen and (min-width: 992px) {
  ._block.location_6 .sub-section-menu > ul div.overlay {
    position: absolute;
    top: 0;
    width: 200px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
  }
  html[dir="ltr"] ._block.location_6 .sub-section-menu > ul div.overlay {
    right: 0;
  }
  html[dir="rtl"] ._block.location_6 .sub-section-menu > ul div.overlay {
    left: 0;
  }
  html[dir="ltr"] ._block.location_6 .sub-section-menu > ul div.overlay {
    right: 0;
  }
  html[dir="rtl"] ._block.location_6 .sub-section-menu > ul div.overlay {
    left: 0;
  }
}
@media (max-width: 767px) {
  .layout-left #js_block_border_core_menusub,
  .layout-right #js_block_border_core_menusub {
    display: none;
  }
}
.layout-left #js_block_border_core_menusub .content,
.layout-right #js_block_border_core_menusub .content {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
.layout-left #js_block_border_core_menusub .content .sub-section-menu-mobile,
.layout-right #js_block_border_core_menusub .content .sub-section-menu-mobile {
  display: none;
}
.layout-left .sub-section-menu ul,
.layout-right .sub-section-menu ul {
  margin-left: -16px;
  margin-right: -16px;
}
.layout-left .sub-section-menu ul > li,
.layout-right .sub-section-menu ul > li {
  border-bottom: 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .layout-left .sub-section-menu ul > li span.ico,
html[dir="ltr"] .layout-right .sub-section-menu ul > li span.ico {
  margin-right: 8px;
}
html[dir="rtl"] .layout-left .sub-section-menu ul > li span.ico,
html[dir="rtl"] .layout-right .sub-section-menu ul > li span.ico {
  margin-left: 8px;
}
.layout-left .sub-section-menu ul > li a,
.layout-right .sub-section-menu ul > li a {
  line-height: 40px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.layout-left .sub-section-menu ul > li:hover,
.layout-right .sub-section-menu ul > li:hover,
.layout-left .sub-section-menu ul > li.open,
.layout-right .sub-section-menu ul > li.open,
.layout-left .sub-section-menu ul > li.active,
.layout-right .sub-section-menu ul > li.active {
  background-color: #f6c5cc;
  color: #801323;
}
.layout-left .sub-section-menu ul > li:hover a,
.layout-right .sub-section-menu ul > li:hover a,
.layout-left .sub-section-menu ul > li.open a,
.layout-right .sub-section-menu ul > li.open a,
.layout-left .sub-section-menu ul > li.active a,
.layout-right .sub-section-menu ul > li.active a {
  color: #801323;
}
.layout-left .sub-section-menu ul > li:hover:before,
.layout-right .sub-section-menu ul > li:hover:before,
.layout-left .sub-section-menu ul > li.open:before,
.layout-right .sub-section-menu ul > li.open:before,
.layout-left .sub-section-menu ul > li.active:before,
.layout-right .sub-section-menu ul > li.active:before {
  opacity: 1;
}
.layout-left .sub-section-menu ul > li:after,
.layout-right .sub-section-menu ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  border-bottom: 1px solid #eeeeee;
}
.layout-left .sub-section-menu ul > li:before,
.layout-right .sub-section-menu ul > li:before {
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 4px;
  background: #801323;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir='rtl'] .layout-left .sub-section-menu ul > li:before,
html[dir='rtl'] .layout-right .sub-section-menu ul > li:before {
  right: auto;
  left: 100%;
}
.layout-left .sub-section-menu ul > li:last-child:after,
.layout-right .sub-section-menu ul > li:last-child:after {
  display: none;
}
/*=====  End of MENU BLOCK  ======*/
/*=============================================
=            CATEGORY BLOCK            =
=============================================*/
.core-block-categories {
  margin-top: -8px;
  margin-bottom: -8px;
}
.core-block-categories ul.action {
  margin-left: -16px;
  margin-right: -16px;
}
.core-block-categories ul.action li {
  border-bottom: 0;
  position: relative;
}
.core-block-categories ul.action li > ul {
  padding: 0;
  border-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}
html[dir="ltr"] .core-block-categories ul.action li > ul > li {
  padding-left: 16px;
}
html[dir="rtl"] .core-block-categories ul.action li > ul > li {
  padding-right: 16px;
}
.core-block-categories ul.action li > ul > li:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.core-block-categories ul.action li > ul > li:last-of-type a {
  border-bottom: 0;
}
.core-block-categories ul.action li > ul > li.active > a {
  color: #801323;
}
.core-block-categories ul.action li > ul > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-left: 0 !important;
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: unset;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-block-categories ul.action li > ul > li > a:hover {
  color: #801323;
}
.core-block-categories ul.action li > ul > li > a:before {
  display: none;
}
.core-block-categories ul.action li.category:after {
  content: "";
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  opacity: 0;
}
.core-block-categories ul.action li.category:hover:after,
.core-block-categories ul.action li.category.open:after,
.core-block-categories ul.action li.category.active:after {
  opacity: 1;
}
.core-block-categories ul.action li.category:hover .category-item,
.core-block-categories ul.action li.category.open .category-item,
.core-block-categories ul.action li.category.active .category-item {
  background-color: rgba(237, 139, 153, 0.5);
}
.core-block-categories ul.action li.category:hover .category-item .name,
.core-block-categories ul.action li.category.open .category-item .name,
.core-block-categories ul.action li.category.active .category-item .name {
  border-color: transparent;
  color: #801323;
}
.core-block-categories ul.action li.category:hover .category-item .core-btn-collapse,
.core-block-categories ul.action li.category.open .category-item .core-btn-collapse,
.core-block-categories ul.action li.category.active .category-item .core-btn-collapse {
  color: #801323;
}
.core-block-categories ul.action li.category:hover .category-item:before,
.core-block-categories ul.action li.category.open .category-item:before,
.core-block-categories ul.action li.category.active .category-item:before {
  opacity: 1;
}
.core-block-categories ul.action li .category-item {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  /* &:before{
					content: "";
					height: 100%;
					position: absolute;
					right: 100%;
					width: 4px;
					background: @brand-primary-dark;
					opacity: 0;
					.transition(all 300ms ease);
					html[dir='rtl'] &{
						right: auto;
						left: 100%;
					}
				} */
}
.core-block-categories ul.action li .category-item .name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 40px;
  display: flex;
  color: #555555;
  align-items: center;
}
html[dir="ltr"] .core-block-categories ul.action li .category-item.has_sub_menu {
  padding-right: 32px;
}
html[dir="rtl"] .core-block-categories ul.action li .category-item.has_sub_menu {
  padding-left: 32px;
}
.core-block-categories ul.action li .category-item.category_show_more_less_link {
  overflow: visible;
}
.core-block-categories ul.action li .core-btn-collapse {
  display: block;
  width: 24px;
  position: absolute;
  bottom: -1px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 12px;
  cursor: pointer;
}
html[dir="ltr"] .core-block-categories ul.action li .core-btn-collapse {
  right: 8px;
}
html[dir="rtl"] .core-block-categories ul.action li .core-btn-collapse {
  left: 8px;
}
.core-block-categories ul.action li .core-btn-collapse i.ico {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-block-categories ul.action li .core-btn-collapse[aria-expanded="true"] i.ico {
  transform: rotate(180deg);
  color: #ac1a2f;
}
.core-block-categories ul.action li:last-of-type {
  border-radius: 0 0 6px 0px;
}
.core-block-categories ul.action li:last-of-type .name {
  border-bottom: 0;
}
.core-block-categories ul.action li:last-of-type .category-item {
  border-radius: 0 0 6px 0px;
}
.core-block-categories ul.action li:last-of-type .category-item:before {
  border-radius: 0 0 0 6px;
}
/*=====  End of CATEGORY BLOCK  ======*/
/*=============================================
=     SEARCH FOR MODULE  & FILTER HOLDER     =
=============================================*/
.header_bar_search {
  margin-left: -16px;
  margin-right: -16px;
}
html[dir="ltr"] .header_bar_search .header_bar_search_inner {
  padding-right: 0;
}
html[dir="rtl"] .header_bar_search .header_bar_search_inner {
  padding-left: 0;
}
html[dir="ltr"] .header_bar_search .header-bar-advanced-search .input-group .form-control {
  padding-right: 80px;
}
html[dir="rtl"] .header_bar_search .header-bar-advanced-search .input-group .form-control {
  padding-left: 80px;
}
.header_bar_search input.form-control {
  height: 56px;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 6px 6px 0 0 !important;
  background: #f8f8f8;
  padding: 16px;
  font-size: 16px;
}
.header_bar_search input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
.header_bar_search input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
}
.header_bar_search input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
}
.header_bar_search input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
}
.header_bar_search input.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.header_bar_search .form-control-feedback {
  height: auto;
  bottom: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .header_bar_search .form-control-feedback {
  right: 16px;
}
html[dir="rtl"] .header_bar_search .form-control-feedback {
  left: 16px;
}
.header_bar_search .form-control-feedback:hover {
  color: #ac1a2f;
}
.header-filter-holder {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 8px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: -13px;
  background-color: #fff;
}
.header-filter-holder .filter-options {
  position: relative;
  margin-bottom: 8px;
}
html[dir="ltr"] .header-filter-holder .filter-options {
  margin-right: 8px;
}
html[dir="rtl"] .header-filter-holder .filter-options {
  margin-left: 8px;
}
@media (max-width: 320px) {
  .header-filter-holder .filter-options {
    position: static;
  }
}
.header-filter-holder .filter-options a.dropdown-toggle {
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  height: 24px;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  cursor: pointer;
  border-radius: 3px;
}
.header-filter-holder .filter-options a.dropdown-toggle span.ico {
  font-size: 14px;
}
html[dir="ltr"] .header-filter-holder .filter-options a.dropdown-toggle span.ico {
  margin-left: 8px;
}
html[dir="rtl"] .header-filter-holder .filter-options a.dropdown-toggle span.ico {
  margin-right: 8px;
}
.header-filter-holder .filter-options ul.dropdown-menu {
  min-width: 112px;
  width: 150px;
  min-width: fit-content;
}
@media (max-width: 480px) {
  .header-filter-holder .filter-options ul.dropdown-menu {
    width: 112px;
  }
}
@media (max-width: 320px) {
  .header-filter-holder .filter-options ul.dropdown-menu {
    left: 0;
    top: auto;
    right: 0;
    width: 100%;
    margin-top: 4px;
  }
  .header-filter-holder .filter-options ul.dropdown-menu:after {
    display: none;
  }
}
/*=====  End of SEARCH FOR MODULE  ======*/
@media (min-width: 768px) {
  #page_search_index #section-header #js_block_border_core_menusub {
    display: none;
  }
}
.header_bar_search .advance_search_form {
  margin-top: -12px !important;
}
.header_bar_search .advance_search_form:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #e6e6e6;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  border-right: 0;
  border-bottom: 0;
}
#js_block_border_pages_profile .content,
#js_block_border__apps__groups_block_groupprofile .content {
  overflow: visible;
}
._block.location_11 {
  position: relative;
  z-index: 6;
}
._is_profile_view .profiles_banner {
  border-radius: 0px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 400px;
  margin-top: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  ._is_profile_view .profiles_banner {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  ._is_profile_view .profiles_banner {
    background-color: #a2a2a2;
  }
}
@media (min-width: 992px) {
  ._is_profile_view .profiles_banner:after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 90%);
    pointer-events: none;
  }
}
._is_profile_view .profiles_banner.editing .profiles_banner_bg {
  z-index: 2;
}
._is_profile_view .profiles_banner.editing .profiles_info,
._is_profile_view .profiles_banner.editing .profile_image {
  opacity: 0;
  visibility: hidden;
}
._is_profile_view .profiles_banner.editing .profile-info-block .profile-image {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  ._is_profile_view .profiles_banner.editing .profile-info-block .profile-info {
    opacity: 0;
    visibility: hidden;
  }
}
._is_profile_view .profiles_banner .profiles_banner_bg {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  ._is_profile_view .profiles_banner .profiles_banner_bg {
    border-radius: 0 0 0 0;
  }
}
._is_profile_view .profiles_banner .profiles_banner_bg .cover > span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
._is_profile_view .profiles_banner.cover-uploading #cover_bg_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(85, 85, 85, 0.8);
}
._is_profile_view .profiles_banner.cover-uploading .profile-info-block {
  display: none;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner {
    height: auto;
    flex-direction: column;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  ._is_profile_view .profiles_banner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 248px;
    background: #a2a2a2;
    border-radius: 6px 6px 0 0;
  }
  ._is_profile_view .profiles_banner .profiles_banner_bg {
    height: 248px;
  }
}
._is_profile_view .profiles_banner .change-cover-block {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
}
._is_profile_view .profiles_banner .change-cover-block a[data-toggle="dropdown"] {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: none;
}
._is_profile_view .profiles_banner .change-cover-block a[data-toggle="dropdown"]:hover {
  border: none !important;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .change-cover-block .cover_section_menu_item.reposition {
    display: none;
  }
}
._is_profile_view .profiles_banner .change-cover-block .dropdown-menu {
  margin-top: 12px;
}
._is_profile_view .profiles_banner .change-cover-block .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  border-bottom: 8px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .change-cover-block .dropdown-menu:after {
  left: 12px;
  right: auto;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .change-cover-block .dropdown-menu:after {
  left: auto;
  right: 12px;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .change-cover-block .dropdown-menu:after {
  left: 12px;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .change-cover-block .dropdown-menu:after {
  right: 12px;
}
html[dir='rtl'] ._is_profile_view .profiles_banner .change-cover-block {
  right: 8px;
  left: auto;
}
._is_profile_view .profiles_banner .profile-info-block {
  position: relative;
  width: 100%;
  height: auto;
  align-items: flex-end;
  display: flex;
  color: #FFF;
  padding: 16px;
  padding-top: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
  z-index: 1;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block {
  padding-right: 8px;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block {
  padding-left: 8px;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block {
    background-image: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -128px;
  }
}
._is_profile_view .profiles_banner .profile-info-block.groups-profile .profile-info {
  margin-left: 0;
}
._is_profile_view .profiles_banner .profile-info-block h1 a {
  color: #FFF;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image {
  position: relative;
  width: 160px;
  height: 160px;
  z-index: 1;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image .profile_image_holder {
  border-radius: 100%;
  background: #dcdcdc;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  border: 4px solid #FFF;
  overflow: hidden;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image .profile_image_holder img,
._is_profile_view .profiles_banner .profile-info-block .profile-image .profile_image_holder .no_image_user {
  height: 100%;
  width: 100%;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image .img-wrapper {
  width: 100%;
  height: 100%;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image form {
  position: absolute;
  top: 7px;
  left: 0;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image form label {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: 2px solid #FFF;
  font-size: 16px;
  cursor: pointer;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image form label:hover {
  border-width: 0;
}
._is_profile_view .profiles_banner .profile-info-block .profile-image form input {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
html[dir='rtl'] ._is_profile_view .profiles_banner .profile-info-block .profile-image form {
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-image form {
    text-align: left;
  }
  html[dir='rtl'] ._is_profile_view .profiles_banner .profile-info-block .profile-image form {
    text-align: right;
  }
}
@media (max-width: 480px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-image .profile_image_holder {
    box-shadow: 0px 6px 12px 0px rgba(200, 200, 200, 0.4);
    overflow: hidden;
    position: relative;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-image form {
    left: 50% !important;
    right: auto !important;
    bottom: -18px;
    transform: translateX(-50%);
    width: 48px;
    z-index: 2;
    top: auto;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-image form label {
    border: none;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-image form label .ico {
    position: relative;
    top: -10px;
  }
}
._is_profile_view .profiles_banner .profile-info-block .profile-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info {
  margin-left: 16px;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info {
  margin-right: 16px;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info {
    position: static;
    margin-top: 8px;
  }
}
._is_profile_view .profiles_banner .profile-info-block .profile-info:before {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: -192px;
  right: -8px;
  margin-top: -20px;
}
html[dir='rtl'] ._is_profile_view .profiles_banner .profile-info-block .profile-info:before {
  left: -8px;
  right: -192px;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info {
  flex: 1;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 {
  font-weight: bold;
  margin-bottom: 6px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 24px;
  text-overflow: ellipsis;
  line-height: 28px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 56px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1.has-status-online {
  position: relative;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1.has-status-online {
  padding-left: 12px;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1.has-status-online {
  padding-right: 12px;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 {
    display: inline-block;
    display: -webkit-inline-box;
    margin-bottom: 0;
  }
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline,
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  top: 2px;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline,
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  left: 0;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline,
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  right: 0;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline i,
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online i {
  display: none;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  background: #47c366;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline {
  background: #c8c8c8;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info .profile-info-detail {
  color: #c8c8c8;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info .profile-info-detail a {
  color: #c8c8c8;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info .profile-info-detail b {
  font-weight: normal;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info span.category span {
  color: #FFF;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info span.followers {
  color: #FFF;
  font-weight: bold;
  text-transform: capitalize;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions {
  display: flex;
}
@media (max-width: 480px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions {
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown.pending-request {
    margin-bottom: 8px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown.pending-request + .profile-action-block {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown.pending-request .btn {
    height: 32px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a[data-toggle="dropdown"]:hover .ico {
    color: #ac1a2f;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear.open a[data-toggle="dropdown"] .ico-gear-o {
    color: #FFF;
  }
}
@media (min-width: 992px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear {
    position: absolute;
    top: -40px;
    right: 0;
    left: auto;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a.btn {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a.btn:hover .ico {
    color: #FFF;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear.open a.btn {
    background: #ac1a2f !important;
    border-color: #ac1a2f !important;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear.open a.btn .ico {
    color: #FFF;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    border-top: 6px solid #ffffff;
    top: 100%;
    bottom: auto;
  }
  html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear .dropdown-menu:after {
    left: auto;
    right: 14px;
  }
  html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear .dropdown-menu:after {
    left: 14px;
    right: auto;
  }
  html[dir='rtl'] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear {
    right: auto;
    left: 0;
  }
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  border-radius: 100%;
  width: 40px;
  font-size: 16px;
  box-shadow: none;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-left: 0;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-right: 0;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-right: 0;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-left: 0;
}
@media (min-width: 992px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
    color: #FFF;
    background: transparent;
  }
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block {
  display: flex;
  flex-flow: wrap;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block .dropup.open a[data-toggle="dropdown"] {
  background: #ac1a2f;
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > a,
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > .btn-group,
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > div,
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > button {
  margin-left: 8px;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > a,
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > .btn-group,
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > div,
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > button {
  margin-right: 8px;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a[data-toggle="dropdown"],
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions > a.btn.btn-default,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a.btn,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-like,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-join {
    height: 32px;
    font-size: 12px;
    line-height: 16px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a[data-toggle="dropdown"][data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions > a.btn.btn-default[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a.btn[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-like[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-join[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join) {
    width: 32px;
  }
}
html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
  right: 14px;
}
html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
  left: 14px;
}
@media (max-width: 991px) {
  html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
    right: 10px;
  }
  html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
    left: 10px;
  }
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request {
  display: inline-block;
  margin-right: 4px;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request a[data-toggle="dropdown"] {
  width: auto;
}
._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request .dropdown-menu {
  left: auto;
  right: 0;
}
html[dir='rtl'] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request .dropdown-menu {
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear {
    position: absolute;
    top: 88px;
  }
  html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear {
    right: 8px;
  }
  html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear {
    left: 8px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear a.btn {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear a.btn .ico {
    color: #fff;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    color: #555555;
    background-color: #FFF;
    border: 1px solid #555555 !important;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.focus {
    color: #333333;
    background-color: #e6e6e6 !important;
    border-color: #cccccc;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #cccccc;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active,
  .open > .dropdown-toggle._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #cccccc;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active:hover,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active:hover,
  .open > .dropdown-toggle._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active:focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active:focus,
  .open > .dropdown-toggle._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active.focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active.focus,
  .open > .dropdown-toggle._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #cccccc;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active,
  .open > .dropdown-toggle._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn {
    background-image: none;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled],
  fieldset[disabled] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:hover,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled]:hover,
  fieldset[disabled] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled]:focus,
  fieldset[disabled] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled.focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled].focus,
  fieldset[disabled] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:active,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled]:active,
  fieldset[disabled] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled.active,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled].active,
  fieldset[disabled] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active {
    background-color: #ffffff;
    border-color: #cccccc;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn .badge {
    color: #ffffff;
    background-color: #333333;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover {
    color: #ac1a2f;
    background-color: #FFF;
    border-color: #ac1a2f !important;
    box-shadow: 0px 4px 12px 0px rgba(128, 19, 35, 0.3);
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active {
    background-color: #f6c5cc !important;
    color: #801323 !important;
    border-color: #ed8b99 !important;
    box-shadow: 0px 2px 8px 0px rgba(237, 139, 153, 0.5);
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled {
    opacity: 1;
    border: none;
    background: #dcdcdc;
    color: #FFF;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:hover {
    border: none;
    background: #dcdcdc;
    color: #FFF;
  }
  html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear).dropup {
    margin-left: 8px;
  }
  html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear).dropup {
    margin-right: 8px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    border-bottom: 6px solid #ffffff;
    bottom: 100%;
    top: auto;
  }
  html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu:after {
    left: auto;
    right: 10px;
  }
  html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu:after {
    left: 10px;
    right: auto;
  }
}
@media (max-width: 991px) {
  ._is_profile_view .profiles_banner .profile-info-block .profile-info {
    flex-direction: column;
    align-items: center;
  }
  html[dir="ltr"] ._is_profile_view .profiles_banner .profile-info-block .profile-info {
    margin-left: 0;
  }
  html[dir="rtl"] ._is_profile_view .profiles_banner .profile-info-block .profile-info {
    margin-right: 0;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info:before {
    display: none;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info {
    margin-bottom: 8px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 a {
    color: #555555;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .open a[data-toggle="dropdown"] {
    color: #FFF !important;
    border-color: #ac1a2f !important;
    background: #ac1a2f !important;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"] {
    border: 1px solid #555555 !important;
    color: #555555;
    font-size: 12px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu {
    top: 100%;
    bottom: auto;
    margin-top: 8px;
  }
  ._is_profile_view .profiles_banner .profile-info-block .profile-info .profile-actions .dropup.open .dropdown-menu {
    transform: translate3d(0, 1px, 0);
  }
}
._is_profile_view .profiles-menu {
  margin-bottom: 24px;
  background: #FFF;
  border-radius: 0px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  ._is_profile_view .profiles-menu {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  ._is_profile_view .profiles-menu {
    border-radius: 0 0 0 0;
  }
}
._is_profile_view .profiles-menu > ul {
  display: flex;
}
._is_profile_view .profiles-menu > ul > li {
  border-right: 1px solid #f8f8f8;
}
._is_profile_view .profiles-menu > ul > li > a {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
._is_profile_view .profiles-menu > ul > li > a:hover,
._is_profile_view .profiles-menu > ul > li > a.active {
  color: #801323;
}
._is_profile_view .profiles-menu > ul > li > a .ico {
  font-size: 18px;
  margin-bottom: 8px;
}
._is_profile_view .profiles-menu > ul > li > a span span {
  font-weight: normal;
}
._is_profile_view .profiles-menu > ul > li .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 190px;
  margin-top: -2px;
}
html[dir="ltr"] ._is_profile_view .profiles-menu > ul > li .dropdown-menu:after {
  right: 16px;
}
html[dir="rtl"] ._is_profile_view .profiles-menu > ul > li .dropdown-menu:after {
  left: 16px;
}
._is_profile_view .profiles-menu > ul > li .dropdown-menu a {
  justify-content: space-between;
}
._is_profile_view .profiles-menu > ul > li .dropdown-menu a .ico,
._is_profile_view .profiles-menu > ul > li .dropdown-menu a .fa {
  min-width: 24px;
  display: inline-block;
}
html[dir="ltr"] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .ico,
html[dir="ltr"] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .fa {
  margin-right: 8px;
}
html[dir="rtl"] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .ico,
html[dir="rtl"] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .fa {
  margin-left: 8px;
}
html[dir='rtl'] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .ico,
html[dir='rtl'] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .fa {
  float: right;
}
._is_profile_view .profiles-menu > ul > li .dropdown-menu a .badge_number {
  color: #a2a2a2;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  ._is_profile_view .profiles-menu > ul {
    position: static;
  }
  ._is_profile_view .profiles-menu > ul .dropdown-overflow {
    position: static;
  }
  ._is_profile_view .profiles-menu > ul .dropdown-overflow .dropdown-menu {
    width: auto;
    left: 0;
    right: 0;
  }
  ._is_profile_view .profiles-menu > ul .dropdown-overflow .dropdown-menu:after {
    display: none;
  }
}
.profile-joined-group .group-item {
  display: flex;
  margin-bottom: 16px;
}
.profile-joined-group .group-item .group-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.profile-joined-group .group-item .group-avatar .img-wrapper,
.profile-joined-group .group-item .group-avatar .no_image_user {
  border-radius: 3px;
}
.profile-joined-group .group-item .group-avatar .js_hover_info:before,
.profile-joined-group .group-item .group-avatar .img-wrapper:before {
  border-radius: 3px !important;
}
.profile-joined-group .group-item:hover .group-avatar {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
}
.profile-joined-group .group-item:hover .group-avatar .js_hover_info:before,
.profile-joined-group .group-item:hover .group-avatar .img-wrapper:before {
  border-color: #ac1a2f;
}
.profile-joined-group .group-item .group-info {
  flex: 1;
  overflow: hidden;
}
.profile-joined-group .group-item .group-info .group-title {
  margin-bottom: 2px;
}
.profile-joined-group .group-item .group-info .group-title .user_profile_link_span a {
  font-weight: 400 !important;
  color: #ac1a2f !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-joined-group .group-item .group-info .group-title .user_profile_link_span a:hover {
  color: #801323 !important;
}
.profile-joined-group .group-item .group-info .group-membercount {
  font-size: 12px;
  color: #a2a2a2;
}
#page_profile_info #content-holder ._block_content {
  margin-top: -16px;
}
.profile-basic-info-edit {
  display: flex;
  flex-flow: wrap;
  margin: 0 -12px;
  margin-bottom: 24px;
}
.profile-basic-info-edit .item-info {
  width: 50%;
  padding: 0 12px;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .empty-left .profile-basic-info-edit .item-info,
  .empty-right .profile-basic-info-edit .item-info {
    width: 33.33%;
  }
  .empty-left.empty-right .profile-basic-info-edit .item-info {
    width: 25%;
  }
  body#page_user_profile .empty-left.empty-right .profile-basic-info-edit .item-info {
    width: 33.33%;
  }
}
@media screen and (max-width: 992px) {
  .profile-basic-info-edit .item-info.date {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .profile-basic-info-edit .item-info.date .select_date {
    display: flex;
  }
  .profile-basic-info-edit .item-info.date .select_date .form-control {
    width: 33.33%;
    margin: 0 12px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .profile-basic-info-edit .item-info.date .select_date {
    flex-direction: column;
  }
  .profile-basic-info-edit .item-info.date .select_date select,
  .profile-basic-info-edit .item-info.date .select_date .form-control {
    width: 100%;
    margin: 0;
  }
  .profile-basic-info-edit .item-info.date .select_date .js_datepicker_day,
  .profile-basic-info-edit .item-info.date .select_date .js_datepicker_year {
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .profile-basic-info-edit .item-info {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .profile-basic-info-edit .item-info {
    width: 100%;
  }
}
.profile-basic-info-edit #js_password_info input {
  margin-bottom: 8px;
}
html[dir="ltr"] .profile-basic-info-edit #js_password_info input {
  margin-right: 8px;
}
html[dir="rtl"] .profile-basic-info-edit #js_password_info input {
  margin-left: 8px;
}
.profile-basic-info-edit .form-sub-group {
  width: 100%;
}
.profile-basic-info-edit .form-sub-group + .form-sub-group {
  margin-top: 8px;
}
.profile-basic-info-edit .form-sub-group .sub-group-title {
  font-size: 16px;
  line-height: 21px;
  color: #aa4352;
  padding: 0 12px;
}
.profile-basic-info-edit .form-sub-group .sub-group-desc {
  font-size: 14px;
  line-height: 18px;
  color: #a2a2a2;
  margin-top: 4px;
  padding: 0 12px;
}
.profile-basic-info-edit .form-sub-group .sub-group-elems {
  margin-top: 16px;
  display: flex;
  flex-flow: wrap;
}
.profile-basic-info-edit .item-password {
  margin-left: 12px;
  margin-right: 12px;
}
.accout-setting-form:last-child .from-group-button {
  margin-bottom: 0;
}
.accout-setting-form:last-child .from-group-button + .form-group {
  margin-top: 16px;
}
.accout-setting-form .profile-basic-info-edit {
  margin-bottom: 0;
}
.accout-setting-form .help-block {
  font-size: 12px;
}
.accout-setting-form .help-block input[type="radio"],
.accout-setting-form .help-block input[type="checkbox"] {
  margin: 0;
}
.accout-setting-form .from-group-button {
  margin-bottom: 32px;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}
.accout-setting-form .profile-edit-radio-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.accout-setting-form .profile-edit-radio-holder .item_label {
  flex: 1;
}
html[dir="ltr"] .accout-setting-form .profile-edit-radio-holder .item_label {
  margin-left: 16px;
}
html[dir="rtl"] .accout-setting-form .profile-edit-radio-holder .item_label {
  margin-right: 16px;
}
html[dir="ltr"] .accout-setting-form .profile-edit-radio-holder .item_label {
  margin-right: 0;
}
html[dir="rtl"] .accout-setting-form .profile-edit-radio-holder .item_label {
  margin-left: 0;
}
.accout-setting-form .profile-edit-radio-holder .item_is_active_holder {
  height: auto;
  min-width: 56px;
  position: relative;
}
html[dir="ltr"] .accout-setting-form .profile-edit-radio-holder .item_is_active_holder {
  margin-right: 8px;
}
html[dir="rtl"] .accout-setting-form .profile-edit-radio-holder .item_is_active_holder {
  margin-left: 8px;
}
.profile-edit-headline {
  margin: 0 -16px 16px;
  padding-left: 16px;
  padding-right: 16px;
  background: #f8f8f8;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  position: relative;
  top: -1px;
}
.profile-edit-headline .content {
  height: 40px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid #555555;
  position: relative;
  top: 1px;
}
html[dir="ltr"] .profile-edit-headline .content span.ico {
  margin-right: 8px;
}
html[dir="rtl"] .profile-edit-headline .content span.ico {
  margin-left: 8px;
}
#relation_with {
  display: block;
}
#relation_with #sFriendImage {
  width: 32px;
  height: 32px;
  left: 4px;
  top: 4px;
  border: none;
}
#relation_with #sFriendImage img {
  border-radius: 100%;
  max-width: 100%;
  max-height: 100%;
}
html[dir='rtl'] #relation_with #sFriendImage {
  left: auto;
  right: 4px;
}
#relation_with #sFriendInput {
  text-indent: 32px;
}
body#page_user_privacy .page_section_menu {
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  body#page_user_privacy .page_section_menu .nav.nav-tabs {
    padding-left: 8px;
    padding-right: 8px;
  }
  body#page_user_privacy .page_section_menu .nav.nav-tabs > li.active a {
    background: transparent !important;
  }
  body#page_user_privacy .page_section_menu .nav.nav-tabs > li a {
    border-right: 0 !important;
  }
}
.privacy-block-headline {
  background: rgba(237, 139, 153, 0.3);
  margin: -16px -16px 0 -16px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  min-height: 96px;
  margin-bottom: 8px;
}
.privacy-block-headline svg {
  fill: #801323;
  min-width: 74px;
  max-width: 74px;
}
html[dir="ltr"] .privacy-block-headline svg {
  margin-right: 24px;
}
html[dir="rtl"] .privacy-block-headline svg {
  margin-left: 24px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .privacy-block-headline svg {
    /* IE10+ CSS */
    height: 74px;
  }
}
.privacy-block-headline .privacy-block-headline-description {
  color: #801323;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.privacy-block-headline .privacy-block-headline-description h3 {
  font-size: 30px;
  color: #801323;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .privacy-block-headline {
    padding-left: 16px;
    padding-right: 16px;
  }
  .privacy-block-headline svg {
    min-width: 56px;
    max-width: 56px;
  }
  .privacy-block-headline .privacy-block-headline-description {
    font-size: 12px;
  }
  .privacy-block-headline .privacy-block-headline-description h3 {
    font-size: 20px;
  }
}
html[dir="ltr"] #js_privacy_block_notifications .form-group label {
  padding-right: 40px;
}
html[dir="rtl"] #js_privacy_block_notifications .form-group label {
  padding-left: 40px;
}
#js_privacy_block_blocked .privacy-block-headline {
  background: #c8c8c8;
}
#js_privacy_block_blocked .privacy-block-headline svg {
  fill: #555555;
}
#js_privacy_block_blocked .privacy-block-headline .privacy-block-headline-description {
  color: #555555;
}
#js_privacy_block_blocked .privacy-block-headline .privacy-block-headline-description h3 {
  color: #555555;
}
#js_privacy_block_blocked .form-group .user_profile_link_span {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#js_privacy_block_blocked .form-group label.btn input {
  display: none;
}
.activity-point-container .item-total {
  display: flex;
  margin-bottom: 24px;
}
.activity-point-container .item-total .item-total-info {
  color: #a2a2a2;
  display: flex;
}
.activity-point-container .item-total .item-total-info + .item-total-info {
  position: relative;
}
html[dir="ltr"] .activity-point-container .item-total .item-total-info + .item-total-info {
  margin-left: 32px;
}
html[dir="rtl"] .activity-point-container .item-total .item-total-info + .item-total-info {
  margin-right: 32px;
}
.activity-point-container .item-total .item-total-info + .item-total-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 1px;
  background: #eeeeee;
}
html[dir='rtl'] .activity-point-container .item-total .item-total-info + .item-total-info:before {
  left: auto;
  right: -16px;
}
.activity-point-container .item-total .item-total-info i.ico {
  font-size: 48px;
}
html[dir="ltr"] .activity-point-container .item-total .item-total-info i.ico {
  margin-right: 16px;
}
html[dir="rtl"] .activity-point-container .item-total .item-total-info i.ico {
  margin-left: 16px;
}
.activity-point-container .item-total .item-total-info .item-number {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.activity-point-container .item-total .item-total-info .item-number > span {
  font-size: 32px;
  color: #ac1a2f;
  line-height: 32px;
}
.activity-point-container .item-total .item-purchase {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.activity-point-container .item-detail-container {
  display: flex;
  flex-flow: wrap;
  margin: 0 -8px;
}
.activity-point-container .item-detail-container .item-info {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .activity-point-container .item-detail-container .item-info {
    width: 100%;
  }
}
.activity-point-container .item-detail-container .item-info .item-info-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}
.activity-point-container .item-detail-container .item-info .item-info-outer .item-title {
  display: flex;
  align-items: center;
}
.activity-point-container .item-detail-container .item-info .item-info-outer .item-title i.ico {
  color: #a2a2a2;
  display: inline-block;
  width: 32px;
  font-size: 16px;
  line-height: 21px;
}
.activity-point-container .item-detail-container .item-info .item-info-outer .item-count {
  color: #a2a2a2;
}
.activity-point-container .item-detail-container .item-info .item-info-outer .item-count .item-number {
  font-weight: bold;
  color: #555555;
}
.activity-point-container .item-detail-container .item-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px solid #eeeeee;
}
html[dir="ltr"] .activity-point-container .item-detail-container .item-info:before {
  left: 8px;
}
html[dir="rtl"] .activity-point-container .item-detail-container .item-info:before {
  right: 8px;
}
html[dir="ltr"] .activity-point-container .item-detail-container .item-info:before {
  right: 8px;
}
html[dir="rtl"] .activity-point-container .item-detail-container .item-info:before {
  left: 8px;
}
html[dir="ltr"] #js_privacy_block_invisible .privacy-block-content .item-outer label {
  padding-right: 40px;
}
html[dir="rtl"] #js_privacy_block_invisible .privacy-block-content .item-outer label {
  padding-left: 40px;
}
.profile-block-action {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 16px;
}
.profile-block-action .item-info-main {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-block-action .item-info-main .item-image {
  margin-bottom: 8px;
}
.profile-block-action .item-info-main .item-image .img-wrapper,
.profile-block-action .item-info-main .item-image .no_image_user {
  width: 56px;
  height: 56px;
}
.profile-block-action .item-info-main .item-info {
  margin-bottom: 8px;
  max-width: 100%;
}
.profile-block-action .item-info-main .item-info .item-title {
  color: #ac1a2f;
  font-size: 18px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.profile-block-action .item-info-main .item-btn-user button {
  outline: none;
}
.profile-block-action .item-info-main .item-btn-user span.ico-caret-down {
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .profile-block-action .item-info-main .item-btn-user span.ico-caret-down {
  margin-left: 8px;
}
html[dir="rtl"] .profile-block-action .item-info-main .item-btn-user span.ico-caret-down {
  margin-right: 8px;
}
.profile-block-action .item-action {
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #eeeeee;
}
.profile-block-action .item-action > li {
  margin-bottom: 16px;
}
.profile-block-action .item-action > li:last-child {
  margin-bottom: 0;
}
.profile-block-action .item-action > li a {
  color: #a2a2a2;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.profile-block-action .item-action > li a span.ico {
  display: inline-block;
  width: 22px;
}
@media (max-width: 480px) {
  .relationship-edit-profile {
    margin: 0 -16px !important;
  }
}
@media (max-width: 480px) {
  ._is_profile_view .container .row div[class^="col-"],
  ._is_pages_view .container .row div[class^="col-"],
  ._is_groups_view .container .row div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  ._is_profile_view #section-header,
  ._is_pages_view #section-header,
  ._is_groups_view #section-header {
    margin-bottom: 0;
  }
}
.js_custom_groups .form-group:last-child {
  margin-bottom: 24px;
}
.js_custom_groups:first-child .profile-edit-headline {
  margin-top: -12px;
}
._is_profile_view .profiles-menu > ul {
  flex-flow: wrap;
  overflow: hidden;
  height: 64px;
  position: relative;
}
._is_profile_view .profiles-menu > ul div.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
}
html[dir='rtl'] ._is_profile_view .profiles-menu > ul div.overlay {
  left: 0;
  right: auto;
}
._is_profile_view .profiles-menu > ul > li > a .badge_number_inline {
  display: inline !important;
}
._is_profile_view .profiles-menu > ul > li > a .badge_number {
  display: none;
}
._is_profile_view .profiles-menu > ul > li .dropdown-menu a {
  justify-content: flex-start;
}
html[dir='ltr'] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .badge_number {
  margin-left: auto;
  margin-right: 0;
}
html[dir='rtl'] ._is_profile_view .profiles-menu > ul > li .dropdown-menu a .badge_number {
  margin-right: auto;
  margin-left: 0;
}
._is_profile_view .profiles_banner.editing .change-cover-block {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 480px) {
  .profile_change_photo_pseudo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 100%;
  }
}
@-moz-document url-prefix() {
  @media (max-width: 480px) {
    html[dir="ltr"] .profiles-menu [data-component="menu"] {
      padding-right: 16px;
    }
    html[dir="rtl"] .profiles-menu [data-component="menu"] {
      padding-left: 16px;
    }
  }
}
body._is_profile_view .profiles-menu .profile-image-holder .img-wrapper,
body._is_profile_view .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
/*=============================================
=            FOOTER            =
=============================================*/
#section-footer {
  background: transparent;
}
#section-footer .footer-holder {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dcdcdc;
  margin-top: 60px;
  padding-top: 24px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #section-footer .footer-holder {
    flex-direction: column;
  }
}
#section-footer .footer-holder .copyright {
  font-size: 12px;
  font-weight: bold;
  color: #a2a2a2;
}
#section-footer .footer-holder .copyright a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#section-footer .footer-holder .copyright a:hover,
#section-footer .footer-holder .copyright a:focus {
  color: #555555;
}
html[dir='rtl'] #section-footer .footer-holder .copyright a {
  display: inline-block;
}
#section-footer .footer-holder .footer-menu {
  font-size: 12px;
  margin: 0;
}
#section-footer .footer-holder .footer-menu li {
  padding: 0;
}
#section-footer .footer-holder .footer-menu li + li:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #dcdcdc;
  padding: 0;
  display: inline-block;
  margin-left: 6px;
  margin-right: 8px;
  position: relative;
  bottom: 2px;
}
html[dir='rtl'] #section-footer .footer-holder .footer-menu li + li:before {
  margin-left: 8px;
  margin-right: 6px;
}
#section-footer .footer-holder .footer-menu li a {
  color: #ac1a2f;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#section-footer .footer-holder .footer-menu li a:hover {
  color: #801323;
}
#section-footer .footer-holder .footer-menu li a:before {
  display: none;
}
/*=====  End of FOOTER  ======*/
#feed_view_more {
  text-align: center;
}
#feed_view_more a.btn {
  min-width: 120px;
  width: auto;
  display: inline-flex;
}
.js_feed_content .comment_mini_content_border {
  position: static;
}
.js_feed_content .comment_mini_content_border .item-options-holder {
  top: 4px;
}
html[dir="ltr"] .js_feed_content .comment-mini-content-commands .activity_like_holder {
  padding-right: 0;
}
html[dir="rtl"] .js_feed_content .comment-mini-content-commands .activity_like_holder {
  padding-left: 0;
}
.activity-feed-status-form {
  margin-bottom: 8px;
  border-radius: 0px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .activity-feed-status-form {
    border-radius: 0;
  }
}
.activity-feed-status-form.activity-feed-status-form-active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}
.activity-feed-status-form .activity_feed_form_share {
  margin-bottom: 0;
  background: #f8f8f8;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #eeeeee;
  padding-left: 16px;
  padding-right: 16px;
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a {
  font-weight: 700;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: capitalize;
  border-bottom-width: 2px;
  color: #555555;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  bottom: -1px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: inherit;
}
@media (max-width: 480px) {
  .activity-feed-status-form ul.activity_feed_form_attach > li > a {
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .activity-feed-status-form ul.activity_feed_form_attach > li > a:before {
    margin: 0 !important;
  }
  .activity-feed-status-form ul.activity_feed_form_attach > li > a > div {
    display: none;
  }
  .activity-feed-status-form ul.activity_feed_form_attach > li > a .activity-feed-form-tab {
    display: none;
  }
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a.active,
.activity-feed-status-form ul.activity_feed_form_attach > li > a:hover {
  color: #ac1a2f;
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a:before {
  font-family: 'lineficon' !important;
  content: '\ec1c';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 6px;
  font-size: 16px;
}
html[dir='rtl'] .activity-feed-status-form ul.activity_feed_form_attach > li > a:before {
  margin-right: 0;
  margin-left: 6px;
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a.active:before {
  content: "\ec1d";
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a[rel="global_attachment_status"]:before {
  content: "\e977";
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a[rel="global_attachment_photo"]:before {
  content: "\ea23";
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a[rel="global_attachment_photo"].active:before {
  content: "\ea24";
}
.activity-feed-status-form .activity_feed_form {
  margin-bottom: 0;
  border-radius: 0 0 6px 6px;
}
.activity-feed-status-form .activity_feed_form #global_attachment_status {
  line-height: 11px;
}
.activity-feed-status-form .activity_feed_form textarea {
  min-height: 21px;
  height: 21px;
  font-size: 16px;
  line-height: 21px;
}
.activity-feed-status-form .activity_feed_form textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 21px;
}
.activity-feed-status-form .activity_feed_form textarea::placeholder {
  color: #c8c8c8;
}
.activity-feed-status-form .activity_feed_form textarea.focus {
  margin-bottom: 16px;
  min-height: 42px;
  height: 42px;
}
.activity-feed-status-form .activity_feed_form .contenteditable {
  font-size: 16px;
  line-height: 21px;
}
.activity-feed-status-form .activity_feed_form .contenteditable:before {
  color: #c8c8c8 !important;
  opacity: 1 !important;
  font-size: 16px;
  line-height: 21px;
}
.activity-feed-status-form .activity_feed_form .contenteditable.focus {
  margin-bottom: 16px;
}
.activity-feed-status-form .activity_feed_form .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-bottom: 6px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] .activity-feed-status-form .activity_feed_form .dropdown-menu:after {
  left: auto;
  right: 12px;
}
html[dir="rtl"] .activity-feed-status-form .activity_feed_form .dropdown-menu:after {
  left: 12px;
  right: auto;
}
.activity-feed-status-form .activity_feed_form .activity_feed_form_holder {
  position: relative;
}
.activity-feed-status-form .activity_feed_form .activity_feed_form_holder .chooseFriend {
  margin-top: 0;
}
.activity-feed-status-form .activity-posting-as {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
.activity-feed-status-form .activity-posting-as a[data-toggle="dropdown"] {
  height: 40px;
  display: flex;
  align-items: center;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.activity-feed-status-form .activity-posting-as a[data-toggle="dropdown"]:hover {
  color: #555555;
}
.activity-feed-status-form .activity-posting-as a[data-toggle="dropdown"] span.txt-prefix {
  padding-right: 5px;
}
.activity-feed-status-form .activity_feed_form_button_position {
  border-top: 1px solid #eeeeee;
  margin: -16px;
  margin-top: 0;
  padding: 8px;
  display: inline-block;
  display: block;
}
.activity-feed-status-form .activity_feed_form_button_position:before,
.activity-feed-status-form .activity_feed_form_button_position:after {
  content: " ";
  display: table;
}
.activity-feed-status-form .activity_feed_form_button_position:after {
  clear: both;
}
.activity-feed-status-form .activity_feed_form_button_position:before,
.activity-feed-status-form .activity_feed_form_button_position:after {
  content: " ";
  display: table;
}
.activity-feed-status-form .activity_feed_form_button_position:after {
  clear: both;
}
.activity-feed-status-form .activity_feed_form_button_position .video_form_processing {
  display: none;
}
.activity-feed-status-form .activity_feed_form_button_position .btn {
  font-size: 14px;
}
.activity-feed-status-form .activity_feed_form_button_position .btn#activity_feed_submit,
.activity-feed-status-form .activity_feed_form_button_position .btn.process-video-upload {
  font-weight: bold;
  padding-left: 21px !important;
  padding-right: 21px !important;
  text-transform: capitalize;
  min-width: 0;
  letter-spacing: 0.3px;
  height: 40px;
}
@media (max-width: 480px) {
  .activity-feed-status-form .activity_feed_form_button_position .btn#activity_feed_submit,
  .activity-feed-status-form .activity_feed_form_button_position .btn.process-video-upload {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
.activity-feed-status-form .activity_feed_form_button_position .btn#activity_feed_submit:focus,
.activity-feed-status-form .activity_feed_form_button_position .btn.process-video-upload:focus {
  outline: 0;
}
.activity-feed-status-form .activity_feed_form_button_position .btn.process-video-upload + #activity_feed_submit {
  display: none !important;
}
html[dir="ltr"] .activity-feed-status-form .activity_feed_form_button_position .activity_feed_form_button_position_button {
  margin-left: 8px;
}
html[dir="rtl"] .activity-feed-status-form .activity_feed_form_button_position .activity_feed_form_button_position_button {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .activity-feed-status-form .activity_feed_form_button_position .activity_feed_form_button_position_button button span {
    display: none;
  }
  .activity-feed-status-form .activity_feed_form_button_position .activity_feed_form_button_position_button button span.ico {
    display: block !important;
  }
}
.activity-feed-status-form .activity_feed_form_button_position .privacy_setting_mini {
  float: right;
}
.activity-feed-status-form .activity_feed_form_button_position .privacy_setting_mini.open a.btn {
  background: #f6c5cc;
  color: #801323;
  border-color: #ed8b99 !important;
}
html[dir='rtl'] .activity-feed-status-form .activity_feed_form_button_position .privacy_setting_mini {
  float: left;
}
html[dir='rtl'] .activity-feed-status-form .activity_feed_form_button_position .privacy_setting_mini .dropdown-menu {
  left: 0;
  right: auto;
}
@media (max-width: 480px) {
  .activity-feed-status-form .activity_feed_form_button_position .privacy_setting_mini a[data-toggle="dropdown"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .activity-feed-status-form .activity_feed_form_button_position .privacy_setting_mini a[data-toggle="dropdown"] > span {
    display: none;
  }
}
.activity-feed-status-form .activity_feed_checkin {
  float: left;
  display: flex;
}
.activity-feed-status-form .activity_feed_checkin a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.activity-feed-status-form .activity_feed_checkin a:hover,
.activity-feed-status-form .activity_feed_checkin a.is_active {
  color: #555555;
  background-color: transparent !important;
}
.activity-feed-status-form .activity_feed_checkin a.js_btn_display_with_friend.is_active .ico-user1-plus-o:before {
  content: "\eae9";
}
.activity-feed-status-form .activity_feed_checkin a.js_btn_display_with_schedule.is_active .ico-clock-o:before {
  content: "\ea9c";
}
.activity-feed-status-form .activity_feed_checkin a.is_loading {
  pointer-events: none;
  color: #dcdada;
}
html[dir='rtl'] .activity-feed-status-form .activity_feed_checkin {
  float: right;
}
.feed-sort-order {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  margin-top: 16px;
}
.feed-sort-order .feed-sort-order-link {
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  border: 1px solid #dcdcdc;
  border-radius: 1px;
  background: #f8f8f8;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feed-sort-order .feed-sort-order-link:hover {
  background: #eeeeee;
}
html[dir="ltr"] .feed-sort-order .feed-sort-order-link .ico {
  margin-left: 8px;
}
html[dir="rtl"] .feed-sort-order .feed-sort-order-link .ico {
  margin-right: 8px;
}
.js_feed_view_more_entry_holder .feed-stream-content,
.js_feed_comment_border .feed-stream-content {
  border-radius: 0px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media (max-width: 480px) {
  .js_feed_view_more_entry_holder .feed-stream-content,
  .js_feed_comment_border .feed-stream-content {
    border-radius: 0;
  }
}
.js_feed_view_more_entry_holder .feed-stream-content .row_first,
.js_feed_comment_border .feed-stream-content .row_first {
  padding: 0;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header,
.js_feed_comment_border .feed-stream-content .activity_feed_header {
  margin-bottom: 12px;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info {
  color: #888;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_location_at,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_location_at {
  color: #a2a2a2;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_location_name .ico,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_location_name .ico {
  color: #a2a2a2;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_location_name a,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_location_name a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_tagged_user .user_profile_link_span a,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_tagged_user .user_profile_link_span a {
  color: #ac1a2f !important;
  font-weight: normal !important;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_tagged_user .user_profile_link_span a:hover,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity_feed_tagged_user .user_profile_link_span a:hover {
  color: #801323 !important;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .feed_info,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .feed_info {
  color: #888;
}
html[dir='rtl'] .js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .feed_info .user_profile_link_span,
html[dir='rtl'] .js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .feed_info .user_profile_link_span {
  display: inline-block;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .ico.ico-caret-right,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .ico.ico-caret-right {
  color: #a2a2a2;
  position: relative;
  top: 1px;
}
html[dir="ltr"] .js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .user_profile_link_span,
html[dir="ltr"] .js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .user_profile_link_span {
  padding-right: 0;
}
html[dir="rtl"] .js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .user_profile_link_span,
html[dir="rtl"] .js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .user_profile_link_span {
  padding-left: 0;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
html[dir="ltr"] .js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time,
html[dir="ltr"] .js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time {
  margin-right: 8px;
}
html[dir="rtl"] .js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time,
html[dir="rtl"] .js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time {
  margin-left: 8px;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time a,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time a {
  color: #999;
}
html[dir='rtl'] .js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time a,
html[dir='rtl'] .js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block time a {
  display: inline-block;
}
.js_feed_view_more_entry_holder .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block span.ico,
.js_feed_comment_border .feed-stream-content .activity_feed_header .activity_feed_header_info .activity-feed-time-privacy-block span.ico {
  font-size: 12px;
}
.js_feed_view_more_entry_holder .activity_feed_content,
.js_feed_comment_border .activity_feed_content {
  padding-left: 16px;
  padding-right: 16px;
}
.js_feed_view_more_entry_holder .comment_mini_content,
.js_feed_comment_border .comment_mini_content {
  margin-left: 44px;
}
.js_feed_view_more_entry_holder .comment_mini_content > .user_profile_link_span,
.js_feed_comment_border .comment_mini_content > .user_profile_link_span {
  font-size: 14px;
  line-height: 18px;
}
html[dir='rtl'] .js_feed_view_more_entry_holder .comment_mini_content,
html[dir='rtl'] .js_feed_comment_border .comment_mini_content {
  margin-left: 0;
  margin-right: 44px;
}
.js_feed_view_more_entry_holder .comment_mini_child_content div.comment_mini .comment_mini_content,
.js_feed_comment_border .comment_mini_child_content div.comment_mini .comment_mini_content {
  margin-left: 38px;
}
html[dir='rtl'] .js_feed_view_more_entry_holder .comment_mini_child_content div.comment_mini .comment_mini_content,
html[dir='rtl'] .js_feed_comment_border .comment_mini_child_content div.comment_mini .comment_mini_content {
  margin-left: 0;
  margin-right: 38px;
}
.js_feed_view_more_entry_holder .activity_feed_content_text,
.js_feed_comment_border .activity_feed_content_text {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  margin-bottom: 12px;
}
.js_feed_view_more_entry_holder .feed_comments_wrapper,
.js_feed_comment_border .feed_comments_wrapper {
  background: #f8f8f8;
}
.js_feed_view_more_entry_holder .activity_feed_image,
.js_feed_comment_border .activity_feed_image {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2;
}
.js_feed_view_more_entry_holder .activity_feed_image .img-wrapper,
.js_feed_comment_border .activity_feed_image .img-wrapper,
.js_feed_view_more_entry_holder .activity_feed_image .no_image_user,
.js_feed_comment_border .activity_feed_image .no_image_user {
  width: 48px;
  height: 48px;
}
.js_feed_view_more_entry_holder .comment_mini:not(.comment_mini_end),
.js_feed_comment_border .comment_mini:not(.comment_mini_end) {
  padding-top: 12px;
  padding-bottom: 12px !important;
}
.js_feed_view_more_entry_holder .comment_mini:not(:last-child),
.js_feed_comment_border .comment_mini:not(:last-child) {
  border-color: #eeeeee;
}
.js_feed_view_more_entry_holder .comment_mini:hover > .item-options-holder.comment-options-holder,
.js_feed_comment_border .comment_mini:hover > .item-options-holder.comment-options-holder {
  opacity: 1;
}
.js_feed_view_more_entry_holder .comment_mini .comment_mini_image,
.js_feed_comment_border .comment_mini .comment_mini_image {
  top: 12px;
  width: 32px;
  height: 32px;
}
.js_feed_view_more_entry_holder .comment_mini .comment_mini_image .no_image_user,
.js_feed_comment_border .comment_mini .comment_mini_image .no_image_user {
  width: 32px;
  height: 32px;
}
.js_feed_view_more_entry_holder .comment_mini .comment_mini_image .no_image_user span,
.js_feed_comment_border .comment_mini .comment_mini_image .no_image_user span {
  margin-left: 1px;
  letter-spacing: 1px;
  font-size: 12px;
}
html[dir='rtl'] .js_feed_view_more_entry_holder .comment_mini .comment_mini_image .no_image_user span,
html[dir='rtl'] .js_feed_comment_border .comment_mini .comment_mini_image .no_image_user span {
  margin-left: 0;
  margin-right: 1px;
}
.js_feed_view_more_entry_holder .comment_mini .comment_mini_image:after,
.js_feed_comment_border .comment_mini .comment_mini_image:after {
  display: none;
}
.js_feed_view_more_entry_holder .comment_mini_child_content div.comment_mini,
.js_feed_comment_border .comment_mini_child_content div.comment_mini {
  border-bottom: 0;
}
.js_feed_view_more_entry_holder .comment_mini_child_content div.comment_mini .comment_mini_image,
.js_feed_comment_border .comment_mini_child_content div.comment_mini .comment_mini_image {
  top: 12px;
  z-index: 1;
  width: 28px;
  height: 28px;
}
.js_feed_view_more_entry_holder .comment_mini_child_content div.comment_mini .comment_mini_image a.no_image_user,
.js_feed_comment_border .comment_mini_child_content div.comment_mini .comment_mini_image a.no_image_user {
  width: 28px;
  height: 28px;
}
.js_feed_view_more_entry_holder .comment_mini_child_content div.comment_mini .comment_mini_image a.no_image_user > span,
.js_feed_comment_border .comment_mini_child_content div.comment_mini .comment_mini_image a.no_image_user > span {
  font-size: 10px;
}
.js_feed_view_more_entry_holder .comment_mini_child_content div.comment_mini:last-child,
.js_feed_comment_border .comment_mini_child_content div.comment_mini:last-child {
  padding-bottom: 0 !important;
}
html[dir="ltr"] .activity_feed_header_info.feed-has-dropdown-menu {
  padding-right: 16px;
}
html[dir="rtl"] .activity_feed_header_info.feed-has-dropdown-menu {
  padding-left: 16px;
}
.comment_mini_content_border {
  margin: -16px;
  margin-top: 0;
  position: relative;
}
.comment_mini_content_border .feed-options-holder,
.comment_mini_content_border .comment-options-holder {
  position: absolute;
  top: 0px;
}
html[dir="ltr"] .comment_mini_content_border .feed-options-holder,
html[dir="ltr"] .comment_mini_content_border .comment-options-holder {
  right: 8px;
}
html[dir="rtl"] .comment_mini_content_border .feed-options-holder,
html[dir="rtl"] .comment_mini_content_border .comment-options-holder {
  left: 8px;
}
.comment_mini_content_border .feed-options-holder a[data-toggle="dropdown"],
.comment_mini_content_border .comment-options-holder a[data-toggle="dropdown"] {
  font-size: 16px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment_mini_content_border .feed-options-holder a[data-toggle="dropdown"]:hover,
.comment_mini_content_border .comment-options-holder a[data-toggle="dropdown"]:hover {
  color: #555555;
}
.comment_mini_content_border .dropdown-menu {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 0;
}
.comment_mini_content_border .dropdown-menu span.ico {
  font-size: 16px;
}
.comment_mini_content_border .item-options-holder.comment-options-holder {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .comment_mini_content_border .item-options-holder.comment-options-holder {
  right: 0;
}
html[dir="rtl"] .comment_mini_content_border .item-options-holder.comment-options-holder {
  left: 0;
}
.comment_mini_content_border .item-options-holder.comment-options-holder.open {
  opacity: 1 !important;
}
@media (min-width: 480px) {
  .comment_mini_content_border .item-options-holder.comment-options-holder {
    opacity: 0;
  }
}
.comment_mini_content_border .item-options-holder.comment-options-holder a[data-toggle="dropdown"] {
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #555555;
}
.comment_mini_content_border .item-options-holder.comment-options-holder a[data-toggle="dropdown"]:hover {
  color: #000000;
}
.comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu {
  min-width: 96px;
}
html[dir='rtl'] .comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu:after {
  left: 7px;
  right: auto;
}
html[dir='ltr'] .comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu:after {
  right: 7px;
  left: auto;
}
.comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu a {
  font-size: 12px;
}
.comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu a .ico {
  font-size: 12px;
}
.comment_mini_action > ul {
  display: flex;
  align-items: center;
}
.comment_mini_action > ul .total-like {
  font-weight: bold;
}
.comment_mini_action > ul .js_comment_feed_new_reply {
  font-weight: bold;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.comment_mini_action > ul > li {
  position: relative;
  margin-top: 2px;
}
.comment_mini_action > ul > li:before {
  content: "" !important;
  width: 3px;
  height: 3px;
  background: #ccc;
  display: inline-block;
  border-radius: 100%;
  margin: 2px 6px;
}
.comment_mini_action > ul > li:first-of-type + li:before {
  margin-left: 6px;
}
html[dir='rtl'] .comment_mini_action > ul > li:first-of-type + li:before {
  margin-left: 0;
  margin-right: 6px;
}
.comment_mini_action .total-like {
  color: #ac1a2f;
  float: right;
  margin-top: 2px;
  margin-left: 2px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment_mini_action .total-like:hover {
  color: #801323;
}
html[dir='rtl'] .comment_mini_action .total-like {
  float: left;
  margin-left: 0;
  margin-right: 2px;
}
.comment_mini_action .js_like_link_toggle {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.comment_mini_action .js_like_link_toggle span {
  display: none;
}
.comment_mini_action .js_like_link_toggle:before {
  font-family: 'lineficon' !important;
  content: '\ea9e';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
}
.comment_mini_action .js_like_link_toggle.unlike:before {
  animation: button-unlike 300ms ease;
}
.comment_mini_action .js_like_link_toggle.liked:before {
  content: '\ea9d';
  animation: button-like 300ms ease;
}
.load_more_comments,
.load_more_comments:hover {
  height: 40px;
  text-transform: none;
  color: #ac1a2f;
  border-color: #eeeeee;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 13px;
}
.load_more_comments:hover,
.load_more_comments:hover:hover {
  color: #801323;
}
html[dir="ltr"] .load_more_comments:before,
html[dir="ltr"] .load_more_comments:hover:before {
  padding-right: 8px;
}
html[dir="rtl"] .load_more_comments:before,
html[dir="rtl"] .load_more_comments:hover:before {
  padding-left: 8px;
}
.js_feed_comment_form,
.feed_comments_end {
  background: transparent;
  padding: 12px 0;
}
.comment_mini_child_content div.comment_mini {
  padding-bottom: 0;
  border-bottom: 0;
}
.comment_mini_child_holder_padding {
  padding-bottom: 0;
}
.comment_mini_child_holder_padding .comment_mini_child_view_holder {
  position: static;
  margin-top: 12px;
  margin-bottom: 6px;
  width: auto;
  font-size: 12px;
  line-height: 16px;
}
html[dir="ltr"] .comment_mini_child_holder_padding .comment_mini_child_view_holder {
  margin-left: 40px;
}
html[dir="rtl"] .comment_mini_child_holder_padding .comment_mini_child_view_holder {
  margin-right: 40px;
}
.comment_mini_child_holder_padding .comment_mini_child_view_holder:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  display: block;
  top: -8px;
  position: relative;
}
.comment_mini_child_holder_padding .comment_mini_child_view_holder a {
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  text-transform: lowercase;
  display: inline-block;
  background: #f8f8f8;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 1;
}
html[dir="ltr"] .comment_mini_child_holder_padding .comment_mini_child_view_holder a {
  padding-right: 8px;
}
html[dir="rtl"] .comment_mini_child_holder_padding .comment_mini_child_view_holder a {
  padding-left: 8px;
}
.comment_mini_child_holder_padding .comment_mini_child_view_holder a .ico {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 4px;
  position: relative;
  top: 2;
}
html[dir='rtl'] .comment_mini_child_holder_padding .comment_mini_child_view_holder a .ico {
  margin-left: 0;
  margin-right: 4px;
}
.comment_mini_child_holder_padding .comment_mini_child_view_holder a:hover {
  color: #801323;
}
.comment_mini_child_holder_padding .comment_mini_child_view_holder a:hover .ico {
  color: #801323;
}
.js_feed_comment_form {
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.js_feed_comment_form div.comment_mini_image {
  top: 0 !important;
}
.js_feed_comment_form .comment_mini_textarea_holder {
  border: none;
}
.js_feed_comment_form .js_comment_feed_textarea {
  min-height: 32px;
  padding-top: 8px;
  font-size: 14px;
}
.js_feed_comment_form .js_comment_feed_textarea::placeholder {
  color: #dcdcdc;
}
div.comment_mini_image {
  width: 32px;
  height: 32px;
}
.comment_mini_text {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
}
.comment_mini_text [id*=js_quick_edit_idjs_comment_text_] {
  border: 1px solid #eeeeee;
  padding-left: 0;
  min-height: 32px;
  border-radius: 3px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.comment_mini_text [name="quick_edit_input"] {
  background: #FFF;
  color: #555555;
  font-size: 12px;
  padding: 0;
  width: 100%;
  line-height: 16px;
  min-height: 26px;
  border: none;
  padding-top: 6px;
}
html[dir="ltr"] .comment_mini_text [name="quick_edit_input"] {
  padding-left: 8px;
}
html[dir="rtl"] .comment_mini_text [name="quick_edit_input"] {
  padding-right: 8px;
}
.comment_mini_text .comment-edit-help-block {
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
  color: #c8c8c8;
}
.comment-limit > .comment_mini .js_feed_comment_process_form > i,
div[id^=js_feed_comment_view_more_] > .comment_mini .js_feed_comment_process_form > i {
  top: 50%;
  margin-top: -6px;
}
html[dir="ltr"] .comment-limit > .comment_mini .js_feed_comment_process_form > i,
html[dir="ltr"] div[id^=js_feed_comment_view_more_] > .comment_mini .js_feed_comment_process_form > i {
  right: 8px;
}
html[dir="rtl"] .comment-limit > .comment_mini .js_feed_comment_process_form > i,
html[dir="rtl"] div[id^=js_feed_comment_view_more_] > .comment_mini .js_feed_comment_process_form > i {
  left: 8px;
}
.comment-limit > .comment_mini.has-replies:before,
div[id^=js_feed_comment_view_more_] > .comment_mini.has-replies:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  bottom: 12px;
  top: 24px;
  background: #eeeeee;
}
html[dir="ltr"] .comment-limit > .comment_mini.has-replies:before,
html[dir="ltr"] div[id^=js_feed_comment_view_more_] > .comment_mini.has-replies:before {
  left: 16px;
}
html[dir="rtl"] .comment-limit > .comment_mini.has-replies:before,
html[dir="rtl"] div[id^=js_feed_comment_view_more_] > .comment_mini.has-replies:before {
  right: 16px;
}
.comment-limit > .comment_mini.has-replies .comment_mini_child_holder .comment_mini + .comment_mini,
div[id^=js_feed_comment_view_more_] > .comment_mini.has-replies .comment_mini_child_holder .comment_mini + .comment_mini {
  padding-top: 0;
}
.comment-limit > .comment_mini.has-replies .comment_mini_child_holder .comment_mini + .comment_mini:before,
div[id^=js_feed_comment_view_more_] > .comment_mini.has-replies .comment_mini_child_holder .comment_mini + .comment_mini:before {
  top: 14px;
}
.comment-limit > .comment_mini.has-replies .comment_mini_child_holder .comment_mini + .comment_mini .comment_mini_image,
div[id^=js_feed_comment_view_more_] > .comment_mini.has-replies .comment_mini_child_holder .comment_mini + .comment_mini .comment_mini_image {
  top: 0;
}
.comment-limit > .comment_mini .comment_mini:before,
div[id^=js_feed_comment_view_more_] > .comment_mini .comment_mini:before {
  content: "";
  display: block;
  background: #eeeeee;
  height: 1px;
  position: absolute;
  top: 26px;
  bottom: 0;
  left: -24px;
  width: 24px;
}
html[dir='rtl'] .comment-limit > .comment_mini .comment_mini:before,
html[dir='rtl'] div[id^=js_feed_comment_view_more_] > .comment_mini .comment_mini:before {
  left: auto;
  right: -24px;
}
.comment-limit > .comment_mini .comment_mini.comment_mini_end:after,
div[id^=js_feed_comment_view_more_] > .comment_mini .comment_mini.comment_mini_end:after {
  content: "";
  display: block;
  background: #f8f8f8;
  position: absolute;
  top: 27px;
  bottom: 0;
  left: -24px;
  width: 24px;
}
html[dir='rtl'] .comment-limit > .comment_mini .comment_mini.comment_mini_end:after,
html[dir='rtl'] div[id^=js_feed_comment_view_more_] > .comment_mini .comment_mini.comment_mini_end:after {
  left: auto;
  right: -24px;
}
.comment-limit > .comment_mini .comment_mini_child_holder:last-child .comment_mini:last-child:after,
div[id^=js_feed_comment_view_more_] > .comment_mini .comment_mini_child_holder:last-child .comment_mini:last-child:after {
  content: "";
  display: block;
  background: #f8f8f8;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: -24px;
  width: 24px;
}
html[dir='rtl'] .comment-limit > .comment_mini .comment_mini_child_holder:last-child .comment_mini:last-child:after,
html[dir='rtl'] div[id^=js_feed_comment_view_more_] > .comment_mini .comment_mini_child_holder:last-child .comment_mini:last-child:after {
  left: auto;
  right: -24px;
}
.comment-limit > .comment_mini .comment_mini_child_holder:last-child .comment_mini:last-child:first-child:after,
div[id^=js_feed_comment_view_more_] > .comment_mini .comment_mini_child_holder:last-child .comment_mini:last-child:first-child:after {
  top: 27px;
}
.comment-mini-content-commands {
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) and (min-width: 768px) {
  #main.empty-right:not(.empty-left) .comment-mini-content-commands,
  #main.empty-left:not(.empty-right) .comment-mini-content-commands,
  #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands {
    flex-flow: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands {
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .comment-mini-content-commands {
    flex-flow: wrap;
  }
}
@media (max-width: 480px) {
  .comment-mini-content-commands {
    flex-flow: wrap;
    padding-bottom: 4px;
  }
}
.comment-mini-content-commands .feed-like-link a.js_like_link_toggle span {
  display: none;
}
.comment-mini-content-commands .feed-like-link a.js_like_link_toggle.unlike:before {
  font-family: 'lineficon' !important;
  content: '\ea9e';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: button-unlike 300ms ease;
}
.comment-mini-content-commands .feed-like-link a.js_like_link_toggle.liked {
  background-color: #ac1a2f;
  color: #fff;
}
.comment-mini-content-commands .feed-like-link a.js_like_link_toggle.liked:before {
  font-family: 'lineficon' !important;
  content: '\ea9d';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: button-like 300ms ease;
}
.comment-mini-content-commands .feed-like-link a.js_like_link_toggle.liked:hover {
  background-color: #801323;
  color: #fff;
}
.comment-mini-content-commands .feed-comment-share-holder > a:before {
  font-family: 'lineficon' !important;
  content: '\ead4';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment-mini-content-commands .feed-comment-share-holder > a i.fa {
  display: none;
}
.comment-mini-content-commands .button-like-share-block {
  display: flex;
}
@media (max-width: 480px) {
  .comment-mini-content-commands .button-like-share-block {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
  }
  .comment-mini-content-commands .button-like-share-block .feed-like-link,
  .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    flex: 1;
  }
  .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-like-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-comment-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-comment-share-holder {
    width: 33.33%;
  }
  .comment-mini-content-commands .button-like-share-block.comment-has-2-actions .feed-like-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-2-actions .feed-comment-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-2-actions .feed-comment-share-holder {
    width: 50%;
  }
  .comment-mini-content-commands .button-like-share-block.comment-has-1-actions .feed-like-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-1-actions .feed-comment-link,
  .comment-mini-content-commands .button-like-share-block.comment-has-1-actions .feed-comment-share-holder {
    width: 100%;
  }
}
.comment-mini-content-commands .button-like-share-block .feed-like-link .counter {
  cursor: pointer;
}
.comment-mini-content-commands .button-like-share-block .feed-like-link .counter:hover {
  color: #ac1a2f;
}
.comment-mini-content-commands .button-like-share-block .feed-like-link,
.comment-mini-content-commands .button-like-share-block .feed-comment-link,
.comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
  display: flex;
  align-items: center;
}
html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-like-link,
html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-comment-link,
html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
  margin-right: 16px;
}
html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-like-link,
html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-comment-link,
html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
  margin-left: 16px;
}
@media (max-width: 480px) {
  .comment-mini-content-commands .button-like-share-block .feed-like-link,
  .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-like-link,
  html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    margin-right: 0;
  }
  html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-like-link,
  html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    margin-left: 0;
  }
  .comment-mini-content-commands .button-like-share-block .feed-like-link:before,
  .comment-mini-content-commands .button-like-share-block .feed-comment-link:before,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #eeeeee;
  }
  html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-like-link:before,
  html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-comment-link:before,
  html[dir="ltr"] .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder:before {
    left: 0;
  }
  html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-like-link:before,
  html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-comment-link:before,
  html[dir="rtl"] .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder:before {
    right: 0;
  }
  .comment-mini-content-commands .button-like-share-block .feed-like-link > a,
  .comment-mini-content-commands .button-like-share-block .feed-comment-link > a,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a {
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    color: #a2a2a2 !important;
    font-size: 14px !important;
  }
  .comment-mini-content-commands .button-like-share-block .feed-like-link > a:hover,
  .comment-mini-content-commands .button-like-share-block .feed-comment-link > a:hover,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:hover,
  .comment-mini-content-commands .button-like-share-block .feed-like-link > a.liked,
  .comment-mini-content-commands .button-like-share-block .feed-comment-link > a.liked,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a.liked {
    color: #ac1a2f !important;
  }
}
.comment-mini-content-commands .button-like-share-block .feed-like-link .counter,
.comment-mini-content-commands .button-like-share-block .feed-comment-link .counter,
.comment-mini-content-commands .button-like-share-block .feed-comment-share-holder .counter {
  color: #a2a2a2;
  font-weight: bold;
  font-size: 14px;
  margin-left: 6px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-mini-content-commands .button-like-share-block .feed-like-link .counter:empty,
.comment-mini-content-commands .button-like-share-block .feed-comment-link .counter:empty,
.comment-mini-content-commands .button-like-share-block .feed-comment-share-holder .counter:empty {
  display: none;
}
html[dir='rtl'] .comment-mini-content-commands .button-like-share-block .feed-like-link .counter,
html[dir='rtl'] .comment-mini-content-commands .button-like-share-block .feed-comment-link .counter,
html[dir='rtl'] .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder .counter {
  margin-right: 6px;
  margin-left: 0;
}
.comment-mini-content-commands .button-like-share-block .feed-like-link > a,
.comment-mini-content-commands .button-like-share-block .feed-comment-link > a,
.comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a {
  width: 32px;
  height: 32px;
  background: #f8f8f8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a2a2a2;
  font-size: 16px;
}
.comment-mini-content-commands .button-like-share-block .feed-like-link > a:hover,
.comment-mini-content-commands .button-like-share-block .feed-comment-link > a:hover,
.comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:hover {
  box-shadow: 0px 6px 12px 0px rgba(216, 33, 59, 0.4);
  background-color: #f6c5cc;
  color: #ac1a2f;
}
@media (max-width: 480px) {
  .comment-mini-content-commands .button-like-share-block .feed-comment-link > a:hover,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:hover,
  .comment-mini-content-commands .button-like-share-block .feed-comment-link > a:focus,
  .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:focus {
    color: #555555 !important;
  }
}
@media (max-width: 480px) {
  .comment-mini-content-commands .button-like-share-block > div:nth-child(1):before {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  #main.empty-right:not(.empty-left) .comment-mini-content-commands .js_comment_like_holder,
  #main.empty-left:not(.empty-right) .comment-mini-content-commands .js_comment_like_holder,
  #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands .js_comment_like_holder {
    width: 100%;
    padding: 0;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #f8f8f8;
  }
  #main.empty-right:not(.empty-left) .comment-mini-content-commands .js_comment_like_holder .activity_like_holder,
  #main.empty-left:not(.empty-right) .comment-mini-content-commands .js_comment_like_holder .activity_like_holder,
  #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands .js_comment_like_holder .activity_like_holder {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main:not(.empty-right):not(.empty-left) .comment-mini-content-commands .js_comment_like_holder {
    width: 100%;
    padding: 0;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #f8f8f8;
  }
  #main:not(.empty-right):not(.empty-left) .comment-mini-content-commands .js_comment_like_holder .activity_like_holder {
    height: auto;
  }
}
@media (max-width: 767px) {
  .comment-mini-content-commands .js_comment_like_holder {
    width: 100%;
    padding: 0;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #f8f8f8;
  }
  .comment-mini-content-commands .js_comment_like_holder .activity_like_holder {
    height: auto;
  }
}
@media (max-width: 480px) {
  .comment-mini-content-commands .js_comment_like_holder {
    padding: 0;
    margin-top: 4px;
    border-top: 0;
  }
}
.comment-mini-content-commands .activity_like_holder {
  color: #a2a2a2;
  font-size: 13px;
}
html[dir="ltr"] .comment-mini-content-commands .activity_like_holder {
  padding-right: 32px;
}
html[dir="rtl"] .comment-mini-content-commands .activity_like_holder {
  padding-left: 32px;
}
.comment-mini-content-commands .activity_like_holder .people-liked-feed {
  color: #a2a2a2;
}
html[dir='ltr'] .comment-mini-content-commands .activity_like_holder:before {
  font-family: 'lineficon' !important;
  content: '\ea9d';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ac1a2f;
  margin-right: 4px;
}
html[dir='rtl'] .comment-mini-content-commands .activity_like_holder:after {
  font-family: 'lineficon' !important;
  content: '\ea9d';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ac1a2f;
  margin-left: 4px;
}
@media (max-width: 480px) {
  .comment-mini-content-commands .activity_like_holder {
    display: block;
  }
}
.comment-mini-content-commands .activity_like_holder.activity_not_like:before {
  display: none;
}
.comment-mini-content-commands .activity_like_holder a {
  font-weight: 400 !important;
}
.comment-mini-content-commands span.people-liked-feed {
  color: #555555;
}
.comment-mini-content-commands span.people-liked-feed .user_profile_link_span a {
  color: #ac1a2f !important;
}
@media (max-width: 480px) {
  html[dir="ltr"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-mini-content-commands .button-like-share-block {
    padding-right: 24px;
  }
  html[dir="rtl"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-mini-content-commands .button-like-share-block {
    padding-left: 24px;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-mini-content-commands .button-like-share-block > div {
    width: auto !important;
    flex: 1;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-mini-content-commands .button-like-share-block.comment-has-1-actions > div {
    justify-content: flex-start;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .feed-options-holder > a {
    position: relative;
    width: 40px !important;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .feed-options-holder > a:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #eeeeee;
  }
  html[dir="ltr"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .feed-options-holder > a:before {
    left: 0;
  }
  html[dir="rtl"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .feed-options-holder > a:before {
    right: 0;
  }
}
@media (max-width: 480px) {
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment,
  #page_v_play .item-comment,
  #page_photo_album .item-comment {
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 !important;
    margin: 0 !important;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .comment_mini_content_border,
  #page_v_play .item-comment .comment_mini_content_border,
  #page_photo_album .item-comment .comment_mini_content_border {
    margin: 0 -16px !important;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .comment_mini_content_border .comment-mini-content-commands,
  #page_v_play .item-comment .comment_mini_content_border .comment-mini-content-commands,
  #page_photo_album .item-comment .comment_mini_content_border .comment-mini-content-commands {
    padding: 0 16px !important;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment > div,
  #page_v_play .item-comment > div,
  #page_photo_album .item-comment > div {
    height: 32px;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment > div .button-like-share-block,
  #page_v_play .item-comment > div .button-like-share-block,
  #page_photo_album .item-comment > div .button-like-share-block {
    border-top: 0;
  }
  html[dir="ltr"] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment > div .button-like-share-block,
  html[dir="ltr"] #page_v_play .item-comment > div .button-like-share-block,
  html[dir="ltr"] #page_photo_album .item-comment > div .button-like-share-block {
    padding-right: 0 !important;
  }
  html[dir="rtl"] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment > div .button-like-share-block,
  html[dir="rtl"] #page_v_play .item-comment > div .button-like-share-block,
  html[dir="rtl"] #page_photo_album .item-comment > div .button-like-share-block {
    padding-left: 0 !important;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment > div .button-like-share-block > div,
  #page_v_play .item-comment > div .button-like-share-block > div,
  #page_photo_album .item-comment > div .button-like-share-block > div {
    flex: 1;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment > div .button-like-share-block.comment-has-1-actions > div,
  #page_v_play .item-comment > div .button-like-share-block.comment-has-1-actions > div,
  #page_photo_album .item-comment > div .button-like-share-block.comment-has-1-actions > div {
    justify-content: center !important;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view,
  #page_v_play .item-comment .item-total-view,
  #page_photo_album .item-comment .item-total-view {
    position: static !important;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
    display: block;
    max-height: 48px;
    transform: none !important;
    margin: 0 !important;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2),
  #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2),
  #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2),
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span,
  #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span,
  #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span {
    position: relative;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2):first-child:before,
  #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2):first-child:before,
  #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2):first-child:before,
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:first-child:before,
  #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:first-child:before,
  #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:first-child:before {
    display: none;
  }
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before,
  #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before,
  #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eeeeee;
  }
  html[dir="ltr"] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  html[dir="ltr"] #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  html[dir="ltr"] #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  html[dir="ltr"] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before,
  html[dir="ltr"] #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before,
  html[dir="ltr"] #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before {
    left: 0;
  }
  html[dir="rtl"] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  html[dir="rtl"] #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  html[dir="rtl"] #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2):before,
  html[dir="rtl"] body[id*=_view]:not(._is_groups_view):not(._is_pages_view) .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before,
  html[dir="rtl"] #page_v_play .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before,
  html[dir="rtl"] #page_photo_album .item-comment .item-total-view span:first-child:nth-last-child(2) ~ span:before {
    right: 0;
  }
}
.js_mini_feed_comment div.comment_mini_end {
  margin-top: 12px;
  background: transparent;
}
.js_mini_feed_comment div.comment_mini_end.comment_mini:before {
  top: 16px;
}
.js_mini_feed_comment div.comment_mini_end.comment_mini:after {
  top: 17px !important;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_textarea_holder {
  border-color: #eeeeee;
  padding-left: 0;
  min-height: 32px;
  border-radius: 3px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_textarea_holder .js_comment_feed_textarea {
  padding-top: 8px;
}
.js_mini_feed_comment div.comment_mini_end .comment_mini_textarea_holder .js_comment_feed_textarea::placeholder {
  color: #dcdcdc;
}
.comment_mini_textarea_holder .comment-emoticon {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.comment_mini_textarea_holder .comment-emoticon a {
  font-size: 20px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment_mini_textarea_holder .comment-emoticon a:hover {
  color: #555555;
}
html[dir='rtl'] .comment_mini_textarea_holder .comment-emoticon {
  right: auto;
  left: 0;
}
.comment_mini_textarea_holder.comment_mini_content .comment-emoticon {
  right: 4px;
  bottom: 4px;
}
html[dir='rtl'] .comment_mini_textarea_holder.comment_mini_content .comment-emoticon {
  right: auto;
  left: 4px;
}
@keyframes button-like {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@keyframes button-unlike {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
.activity_feed_content_link .activity_feed_content_image img {
  width: auto;
  border: none;
}
.activity_feed_content_link .activity_feed_content_image > a {
  position: relative;
  display: inline-block;
}
.feed_share_holder {
  border: 1px solid #eeeeee;
  background: #fff;
  border-left-width: 4px;
  margin-top: 16px;
  padding: 12px 16px;
  border-left-color: #ed8b99;
}
.feed_share_holder.feed_share_user_status .activity_feed_content_link {
  padding: 0 !important;
}
.feed_share_holder .feed_share_header {
  margin-bottom: 8px;
  color: #888;
}
html[dir='rtl'] .feed_share_holder .feed_share_header .user_profile_link_span {
  display: inline-block;
}
.feed_share_holder .feed_share_header .activity_feed_tagged_user .user_profile_link_span a {
  color: #ac1a2f !important;
  font-weight: normal !important;
}
.feed_share_holder .feed_share_header .activity_feed_tagged_user .user_profile_link_span a:hover {
  color: #801323 !important;
}
.feed_share_holder .feed_share_header + div {
  background: #fff;
}
.feed_share_holder .feed_share_header + div.activity_feed_content_link {
  padding: 8px;
}
.feed_share_holder.feed_share_friend .activity_feed_content_link {
  display: flex;
}
@media (max-width: 480px) {
  .feed_share_holder.feed_share_friend .activity_feed_content_link {
    flex-direction: column;
    align-items: center;
  }
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image {
  min-width: 96px;
}
html[dir="ltr"] .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image {
  margin-right: 16px;
}
html[dir="rtl"] .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image {
  margin-left: 16px;
}
@media (max-width: 480px) {
  html[dir="ltr"] .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image {
    margin-right: 0;
  }
  html[dir="rtl"] .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image {
    margin-left: 0;
  }
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image > a:before {
  display: none;
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image .img-wrapper,
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image .no_image_user {
  width: 96px;
  height: 96px;
}
@media (max-width: 480px) {
  .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image .img-wrapper,
  .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_image .no_image_user {
    width: 120px;
    height: 120px;
  }
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float {
  position: relative;
}
@media (max-width: 480px) {
  .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float {
    text-align: center;
    position: static;
  }
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_link_title {
  font-size: 16px;
  color: #ac1a2f !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold !important;
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_link_title:hover {
  color: #801323 !important;
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom {
  margin-top: 0;
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .btn-addfriend {
  position: absolute;
  top: 0;
  left: -48px;
}
html[dir='rtl'] .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .btn-addfriend {
  left: auto;
  right: -48px;
}
@media (max-width: 480px) {
  .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .btn-addfriend span.ico {
    font-size: 18px;
  }
  html[dir='ltr'] .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .btn-addfriend {
    right: auto;
    top: 0;
    left: calc(50% + 32px);
  }
  html[dir='rtl'] .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .btn-addfriend {
    left: auto;
    top: 0;
    right: calc(50% + 32px);
  }
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .friend-info {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .friend-info {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .mutual-friends .friend-info .mutual-friends-list .user_profile_link_span {
  display: inline;
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .gender-location {
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .gender-location {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .gender-location .item-gender {
  display: inline;
}
.feed_share_holder.feed_share_friend .activity_feed_content_link .activity_feed_content_float .activity_feed_content_display_custom .gender-location .item-location {
  display: inline;
}
html[dir='rtl'] .feed_share_holder {
  border-left-width: 0;
  border-right-width: 4px;
  border-right-color: #ed8b99;
}
.activity-feed-status-form div[id^="js_location_feedback"] {
  margin-bottom: 8px;
  text-align: left;
  font-style: normal;
  color: #a2a2a2;
  font-size: 12px;
}
html[dir='rtl'] .activity-feed-status-form div[id^="js_location_feedback"] {
  text-align: right;
}
.activity-feed-status-form .feed-location-info:empty {
  margin-bottom: 0;
  display: none;
}
.activity-feed-status-form .feed-location-info.active:before {
  margin-right: 4px;
  font-family: 'lineficon' !important;
  content: "\eaaf";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[dir='rtl'] .activity-feed-status-form .feed-location-info.active:before {
  margin-right: 0;
  margin-left: 4px;
}
.activity-feed-status-form div[id^="js_location_input"] a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a2a2a2;
}
.activity-feed-status-form div[id^="js_location_input"] a:hover {
  color: #ee5a2b;
}
.pf-feed-map {
  margin-top: 16px;
}
.activity_feed_location {
  padding-top: 0;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 0;
  color: #999;
  position: relative;
}
.activity_feed_location a {
  color: #ac1a2f !important;
  font-weight: 400 !important;
}
.activity_feed_location a:hover {
  color: #801323 !important;
  font-weight: 400 !important;
}
.activity_feed_location + .activity_feed_location {
  border-top: 0;
  margin-top: -4px;
  padding-top: 0;
}
.activity_feed_location + .activity_feed_location:before {
  display: none;
}
.js_box_holder .activity-feed-status-form {
  margin-bottom: 0;
  box-shadow: none;
  padding: 0;
}
.js_box_holder .activity_feed_form_holder textarea,
.js_box_holder .activity_feed_form_holder .contenteditable {
  margin-bottom: 16px;
}
.js_box_holder .activity-feed-status-form .activity_feed_form {
  padding: 0;
}
.feed-with {
  font-weight: bold;
  color: #a2a2a2;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
}
html[dir="ltr"] .feed-with {
  padding-right: 8px;
}
html[dir="rtl"] .feed-with {
  padding-left: 8px;
}
.feed_compose_extra .feed_tagged_item {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #ac1a2f;
  background: #FFF;
  border: 1px solid #ac1a2f;
  border-radius: 3px;
  padding: 2px 7px 2px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  margin-right: 4px;
  margin-bottom: 2px;
  margin-top: 2px;
  float: left;
}
html[dir="ltr"] .feed_compose_extra .feed_tagged_item {
  padding-right: 24px;
}
html[dir="rtl"] .feed_compose_extra .feed_tagged_item {
  padding-left: 24px;
}
html[dir='rtl'] .feed_compose_extra .feed_tagged_item {
  margin-right: 0;
  margin-left: 4px;
  float: right;
}
.feed_compose_extra .feed_tagged_item:hover {
  background: #801323;
  color: #FFF;
}
.feed_compose_extra .feed_tagged_item:hover > a {
  color: #FFF;
}
.feed_compose_extra .feed_tagged_item > a {
  color: #ac1a2f;
  width: 23px;
  height: 23px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  border-radius: 0 3px 3px 0;
}
.feed_compose_extra .feed_tagged_item > a .fa.fa-times:before {
  font-family: 'lineficon' !important;
  content: "\eab2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[dir='rtl'] .feed_compose_extra .feed_tagged_item > a {
  right: auto;
  left: 0;
}
html[dir='rtl'] .feed_compose_extra .feed_tagged_item {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
.tagged_review {
  margin: 12px 0;
  font-size: 12px;
  color: #a2a2a2;
}
.tagged_review:before {
  margin-right: 4px;
  font-family: 'lineficon' !important;
  content: "\eaaf";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[dir='rtl'] .tagged_review:before {
  margin-right: 0;
  margin-left: 4px;
}
.tagged_review:empty {
  display: none;
}
.feed-table-tagging {
  width: 100%;
}
.feed-table-tagging .feed_compose_extra {
  display: inline-block;
  display: block;
}
.feed-table-tagging .feed_compose_extra:before,
.feed-table-tagging .feed_compose_extra:after {
  content: " ";
  display: table;
}
.feed-table-tagging .feed_compose_extra:after {
  clear: both;
}
.feed-table-tagging .feed_compose_extra:before,
.feed-table-tagging .feed_compose_extra:after {
  content: " ";
  display: table;
}
.feed-table-tagging .feed_compose_extra:after {
  clear: both;
}
.feed-table-tagging .feed_compose_extra .feed-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #eeeeee;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  background: #f8f8f8;
}
.feed-table-tagging .feed_compose_extra .feed-tagging-input-box {
  width: 100%;
}
.feed-table-tagging .feed_compose_extra .feed_input_tagging_wrapper {
  float: left;
}
.feed-table-tagging .feed_compose_extra .feed_input_tagging_wrapper input {
  background: transparent !important;
  padding: 0;
  border: none !important;
  height: auto;
  height: 29px;
  font-size: 12px;
}
.feed-table-tagging .feed_compose_extra .feed_input_tagging_wrapper input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
html[dir='rtl'] .feed-table-tagging .feed_compose_extra .feed_input_tagging_wrapper {
  float: right;
}
.feed-table-schedule {
  width: 100%;
}
.feed-table-schedule .feed_compose_extra {
  display: inline-block;
  display: block;
}
.feed-table-schedule .feed_compose_extra:before,
.feed-table-schedule .feed_compose_extra:after {
  content: " ";
  display: table;
}
.feed-table-schedule .feed_compose_extra:after {
  clear: both;
}
.feed-table-schedule .feed_compose_extra:before,
.feed-table-schedule .feed_compose_extra:after {
  content: " ";
  display: table;
}
.feed-table-schedule .feed_compose_extra:after {
  clear: both;
}
.feed-table-schedule .feed_compose_extra .feed-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #eeeeee;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  background: #f8f8f8;
}
.feed-table-schedule .feed_compose_extra .feed-schedule-input-box {
  width: 100%;
}
.feed-table-schedule .feed_compose_extra .feed-schedule-input-box .form-control {
  height: 32px;
  line-height: 32px;
  padding: 4px 8px;
}
.feed-table-schedule .feed_compose_extra .feed-schedule-input-box .js_datepicker_selects {
  display: inline-flex;
  padding: 0;
  align-items: center;
}
.feed-table-schedule .feed_compose_extra .feed-schedule-input-box .js_datepicker_selects .select-date-separator {
  padding: 0 6px;
}
html[dir="ltr"] .feed-table-schedule .feed_compose_extra .feed-schedule-input-box .js_datepicker_holder {
  margin-right: 8px;
}
html[dir="rtl"] .feed-table-schedule .feed_compose_extra .feed-schedule-input-box .js_datepicker_holder {
  margin-left: 8px;
}
.feed-table-schedule .feed_compose_extra .feed-schedule-input-box .js_datepicker_holder .js_datepicker_image {
  top: 7px;
}
.feed-table-schedule .feed_compose_extra .feed-schedule-input-box .js_datepicker_holder .js_date_picker {
  background: #fff;
}
.feed-table-schedule .feed_compose_extra .feed-schedule-input-box .js_datepicker_core_schedule {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.chooseFriend {
  position: absolute;
  width: auto !important;
  z-index: 50;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2);
  border: none;
  max-height: 300px;
  overflow-y: auto;
  display: inline-block;
  display: block;
  padding: 8px;
  left: -16px;
  right: -16px;
  max-width: none;
  border-radius: 0 0 10px 10px;
  margin-top: 6px;
}
.chooseFriend:before,
.chooseFriend:after {
  content: " ";
  display: table;
}
.chooseFriend:after {
  clear: both;
}
.chooseFriend:before,
.chooseFriend:after {
  content: " ";
  display: table;
}
.chooseFriend:after {
  clear: both;
}
.chooseFriend .tagFriendChooser {
  width: 50%;
  float: left;
  clear: none;
}
@media (max-width: 480px) {
  .chooseFriend .tagFriendChooser {
    width: 100%;
  }
}
html[dir='rtl'] .chooseFriend .tagFriendChooser {
  float: right;
}
html[dir="ltr"] .chooseFriend .tagFriendChooserImage {
  margin-right: 8px;
}
html[dir="rtl"] .chooseFriend .tagFriendChooserImage {
  margin-left: 8px;
}
.chooseFriend .tagFriendChooserImage img {
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.chooseFriend .tagFriendChooser {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 8px;
  margin: 0;
  height: auto;
  line-height: normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chooseFriend .tagFriendChooser > span {
  color: #555555;
  font-size: 12px;
}
.chooseFriend .tagFriendChooser:hover {
  background-color: #f5bcc4;
}
.chooseFriend .tagFriendChooser:hover .tagFriendChooserImage img {
  border-color: #ac1a2f;
}
.chooseFriend .tagFriendChooser:hover .js_hover_info,
.chooseFriend .tagFriendChooser:hover .img-wrapper {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.chooseFriend .tagFriendChooser:hover .js_hover_info:before,
.chooseFriend .tagFriendChooser:hover .img-wrapper:before {
  border-color: #ac1a2f;
}
.chooseFriend .tagFriendChooser a.no_image_user > span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
#page_pages_view .activity-feed-status-form #activity_feed_share_this_one,
#page_groups_view .activity-feed-status-form #activity_feed_share_this_one {
  float: left;
}
#page_pages_view .activity-feed-status-form #activity_feed_share_this_one #btn_display_with_friend,
#page_groups_view .activity-feed-status-form #activity_feed_share_this_one #btn_display_with_friend {
  display: none;
}
@media (max-width: 480px) {
  #page_pages_view .activity-feed-status-form .activity_feed_form_button_position_button,
  #page_groups_view .activity-feed-status-form .activity_feed_form_button_position_button {
    float: right;
  }
}
._app_user_cover .activity_feed_content_image img,
._app_pages_cover_photo .activity_feed_content_image img,
._app_groups_cover_photo .activity_feed_content_image img {
  max-width: 100%;
  max-height: 500px;
}
/*=============================================
=            BLOCK FRIEND IN PROFILE            =
=============================================*/
.user_rows_mini.core-friend-block {
  margin: 0 -8px;
  display: flex;
  flex-direction: column;
}
.user_rows_mini.core-friend-block:before,
.user_rows_mini.core-friend-block:after {
  display: block;
}
.user_rows_mini.core-friend-block .user_rows {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 16px;
  border: 0;
  display: flex;
  overflow: visible;
}
.user_rows_mini.core-friend-block .user_rows:last-child {
  margin-bottom: 0;
}
.user_rows_mini.core-friend-block .user_rows:hover .item-hide {
  opacity: 1;
}
.user_rows_mini.core-friend-block .user_rows:hover .user_rows_image {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
}
.user_rows_mini.core-friend-block .user_rows:hover .user_rows_image .js_hover_info:before,
.user_rows_mini.core-friend-block .user_rows:hover .user_rows_image .img-wrapper:before {
  border-color: #801323;
}
.user_rows_mini.core-friend-block .user_rows:hover .user_rows_inner .user_profile_link_span a {
  color: #801323 !important;
}
.user_rows_mini.core-friend-block .user_rows:hover .user_rows_inner .friend-info {
  color: #555555;
}
.user_rows_mini.core-friend-block .user_rows:hover .user_rows_inner .friend-info .mutual-friends-list > a {
  color: #555555;
}
.user_rows_mini.core-friend-block .item-hide {
  width: 24px;
  height: 24px;
  background: #fff;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .user_rows_mini.core-friend-block .item-hide {
  left: 0;
}
html[dir="rtl"] .user_rows_mini.core-friend-block .item-hide {
  right: 0;
}
.user_rows_mini.core-friend-block .item-hide .ico {
  font-size: 8px;
}
@media (max-width: 1024px) {
  .user_rows_mini.core-friend-block .item-hide {
    opacity: 1;
  }
}
.user_rows_mini.core-friend-block .btn-addfriend {
  position: absolute;
  top: 0;
}
html[dir="ltr"] .user_rows_mini.core-friend-block .btn-addfriend {
  right: 0;
}
html[dir="rtl"] .user_rows_mini.core-friend-block .btn-addfriend {
  left: 0;
}
.user_rows_mini.core-friend-block .btn-addfriend:hover > a span.ico:before {
  content: "\eae9";
}
.user_rows_mini.core-friend-block .btn-addfriend > a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #ac1a2f;
  background: none !important;
  box-shadow: none !important;
  font-size: 16px;
}
.user_rows_mini.core-friend-block .btn-addfriend > a span.ico {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user_rows_mini.core-friend-block .btn-addfriend > a:before {
  opacity: 0 !important;
}
.user_rows_mini.core-friend-block .btn-addfriend > a:hover {
  color: #801323;
}
.user_rows_mini.core-friend-block .user_rows_image {
  background: transparent;
  overflow: visible !important;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user_rows_mini.core-friend-block .user_rows_image .img-wrapper,
.user_rows_mini.core-friend-block .user_rows_image .no_image_user {
  width: 40px;
  height: 40px;
}
.user_rows_mini.core-friend-block .user_rows_image .no_image_user span.js_hover_info {
  position: absolute !important;
  margin-top: 0 !important;
}
.user_rows_mini.core-friend-block .user_rows_image .no_image_user > span {
  margin-top: 0 !important;
  position: absolute !important;
  font-size: 14px !important;
}
.user_rows_mini.core-friend-block .user_rows_image:hover {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
}
.user_rows_mini.core-friend-block .user_rows_image:hover .js_hover_info:before,
.user_rows_mini.core-friend-block .user_rows_image:hover .img-wrapper:before {
  border-color: #801323;
}
.user_rows_mini.core-friend-block .user_rows_inner {
  margin-left: 12px;
  flex: 1;
  max-width: calc(100% - 75px);
}
html[dir='rtl'] .user_rows_mini.core-friend-block .user_rows_inner {
  margin-left: 0;
  margin-right: 12px;
}
.user_rows_mini.core-friend-block .user_profile_link_span {
  margin-top: 3px !important;
}
.user_rows_mini.core-friend-block .user_profile_link_span a {
  font-weight: normal !important;
  color: #ac1a2f !important;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user_rows_mini.core-friend-block .user_profile_link_span a:hover {
  color: #801323 !important;
}
.user_rows_mini.core-friend-block .friend-info {
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a2a2a2;
  margin-top: 3px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user_rows_mini.core-friend-block .friend-info *:first-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user_rows_mini.core-friend-block .friend-info .mutual-friends-list > a {
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user_rows_mini.core-friend-block .friend-info .mutual-friends-list > a:hover {
  color: #ac1a2f !important;
}
.user_rows_mini.core-friend-block.friend-online-block {
  flex-direction: row;
  flex-flow: wrap;
  margin: 0 -6px;
}
.user_rows_mini.core-friend-block.friend-online-block .user_rows {
  width: 25%;
  overflow: visible;
  padding: 0 6px;
  margin-bottom: 0;
  margin-top: 8px;
}
.user_rows_mini.core-friend-block.friend-online-block .user_rows:nth-child(-n + 4) {
  margin-top: 0;
}
.user_rows_mini.core-friend-block.friend-online-block .user_rows > .user_rows_image > a.no_image_user {
  width: 100%;
}
@media (max-width: 767px) {
  .user_rows_mini.core-friend-block.friend-online-block .user_rows {
    width: 40px;
    padding: 0;
    margin-top: 8px !important;
  }
  html[dir="ltr"] .user_rows_mini.core-friend-block.friend-online-block .user_rows {
    margin-right: 16px;
  }
  html[dir="rtl"] .user_rows_mini.core-friend-block.friend-online-block .user_rows {
    margin-left: 16px;
  }
}
.user_rows_mini.core-friend-block .view-friend-more > a {
  background: #f6c5cc;
  border-radius: 100%;
  height: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user_rows_mini.core-friend-block .view-friend-more > a:hover {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
}
/*=====  End of BLOCK FRIEND PROFILE  ======*/
.feed-stream-content._app_friend .activity_feed_header {
  position: relative;
}
.feed-stream-content._app_friend .activity_feed_header:before {
  content: "";
  width: 2px;
  position: absolute;
  top: 99%;
  border-left: 1px dashed #dcdcdc;
  height: 96px;
}
html[dir="ltr"] .feed-stream-content._app_friend .activity_feed_header:before {
  left: 40px;
}
html[dir="rtl"] .feed-stream-content._app_friend .activity_feed_header:before {
  right: 40px;
}
@media (max-width: 480px) {
  .feed-stream-content._app_friend .activity_feed_header:before {
    display: none;
  }
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text {
  position: relative;
}
html[dir="ltr"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text {
  padding-left: 64px;
}
html[dir="rtl"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text {
  padding-right: 64px;
}
@media (max-width: 480px) {
  html[dir="ltr"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text {
    padding-left: 0;
  }
  html[dir="rtl"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text {
    padding-right: 0;
  }
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .btn-addfriend {
  position: absolute;
  top: 0;
  left: -48px;
}
@media (max-width: 480px) {
  html[dir='ltr'] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .btn-addfriend {
    right: auto;
    top: 0;
    left: calc(50% + 32px);
  }
  html[dir='rtl'] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .btn-addfriend {
    left: auto !important;
    top: 0;
    right: calc(50% + 32px) !important;
  }
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .btn-addfriend a.btn {
  font-size: 18px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .btn-addfriend a.btn .ico {
  position: relative;
  left: 2px;
}
html[dir='rtl'] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .btn-addfriend a.btn .ico {
  left: auto;
  right: 2px;
}
html[dir='rtl'] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .btn-addfriend {
  left: auto;
  right: -48px;
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:before {
  content: "";
  height: 2px;
  position: absolute;
  width: 64px;
  top: 60%;
  border-bottom: 1px dashed #dcdcdc;
}
html[dir="ltr"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:before {
  left: 24px;
}
html[dir="rtl"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:before {
  right: 24px;
}
@media (max-width: 480px) {
  .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:before {
    display: none;
  }
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 64px;
  height: 40px;
  top: 60%;
  margin-top: 2px;
  background: #FFF;
}
html[dir="ltr"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:after {
  left: 0;
}
html[dir="rtl"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:after {
  right: 0;
}
@media (max-width: 480px) {
  .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text:after {
    display: none;
  }
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_link {
  display: flex;
}
@media (max-width: 480px) {
  .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_link {
    flex-direction: column;
    align-items: center;
  }
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image {
  max-width: none;
  min-width: 96px;
  width: auto;
}
html[dir="ltr"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image {
  margin-right: 16px;
}
html[dir="rtl"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image {
  margin-left: 16px;
}
@media (max-width: 480px) {
  html[dir="ltr"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image {
    margin-right: 0;
  }
  html[dir="rtl"] .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image {
    margin-left: 0;
  }
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image > a:before {
  border: none;
}
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image .img-wrapper,
.feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image .no_image_user {
  width: 96px;
  height: 96px;
}
@media (max-width: 480px) {
  .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image .img-wrapper,
  .feed-stream-content._app_friend .activity_feed_content .activity_feed_content_text .activity_feed_content_image .no_image_user {
    width: 120px;
    height: 120px;
  }
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content {
  flex: 1;
  position: relative;
}
@media (max-width: 480px) {
  .feed-stream-content._app_friend .activity_feed_content .feed_block_title_content {
    text-align: center;
    position: static;
  }
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_link_title {
  font-size: 16px;
  color: #ac1a2f !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_link_title:hover {
  color: #801323 !important;
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom {
  color: #a2a2a2;
  margin-top: 4px;
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .mutual-friends {
  margin-bottom: 4px;
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .mutual-friends b {
  color: #555555;
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .mutual-friends .friend-info {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .mutual-friends .friend-info {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .mutual-friends .friend-info .mutual-friends-list .user_profile_link_span {
  display: inline;
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .gender-location {
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .gender-location {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .gender-location .item-gender {
  display: inline;
}
.feed-stream-content._app_friend .activity_feed_content .feed_block_title_content .activity_feed_content_display_custom .gender-location .item-location {
  display: inline;
}
#js_block_content_profile_friend.user_rows_block_content {
  overflow: visible;
}
.friend_list_holder .item_bar .item_bar_action_holder:hover .item_bar_action,
.friend_list_holder .item_bar .item_bar_action_holder.open .item_bar_action {
  color: #555555;
}
.friend_list_holder .item_bar .item_bar_action_holder:hover .item_bar_action span.ico:before,
.friend_list_holder .item_bar .item_bar_action_holder.open .item_bar_action span.ico:before {
  content: "\ea88";
}
.friend_list_holder .item_bar .item_bar_action_holder .item_bar_action {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #a2a2a2;
}
.friend_list_holder .item_bar .item_bar_action_holder .item_bar_action span.ico {
  display: block;
  padding: 0;
}
.wrapper-items .user-item .no_image_user span {
  position: absolute;
  margin-top: 0;
}
@media (min-width: 992px) {
  #main.empty-left .item-container.user-listing .user-item,
  #main.empty-right .item-container.user-listing .user-item {
    width: 33.33%;
  }
  #main.empty-left.empty-right .item-container.user-listing .user-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #main.empty-left .item-container.user-listing .user-item,
  #main.empty-right .item-container.user-listing .user-item {
    width: 25%;
  }
  #main.empty-left.empty-right .item-container.user-listing .user-item {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main.empty-left .item-container.user-listing .user-item,
  #main.empty-right .item-container.user-listing .user-item {
    width: 50%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  body:not(._is_guest_user) .item-container.user-listing .user-item .item-outer .item-inner {
    min-height: 298px;
  }
}
.item-container.user-listing {
  margin: 0 -12px;
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 480px) {
  .item-container.user-listing {
    margin: 0 -4px;
  }
}
.item-container.user-listing .user-item {
  padding: 0 12px;
  width: 33.33%;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .item-container.user-listing .user-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .item-container.user-listing .user-item {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .item-container.user-listing .user-item .item-inner .item-media .img-wrapper,
  .item-container.user-listing .user-item .item-inner .item-media .no_image_user {
    width: 96px;
    height: 96px;
  }
  .item-container.user-listing .user-item .item-inner .friend-actions > a {
    width: 100%;
    border-radius: 0;
    border: 0 !important;
    border-top: 1px solid #eeeeee !important;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    display: block !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .item-container.user-listing .user-item .item-inner .friend-actions > a.has-caret {
    padding: 0 32px !important;
  }
  .item-container.user-listing .user-item .item-inner .friend-actions > a .ico {
    font-size: 12px;
    font-weight: bold;
  }
  html[dir='rtl'] .item-container.user-listing .user-item .item-inner .friend-actions > a .ico-check {
    display: inline-block;
  }
  .item-container.user-listing .user-item .item-inner .friend-actions > a .ico-check:before {
    content: "\eb4e";
  }
  .item-container.user-listing .user-item .item-inner .friend-actions > a .ico-caret-down {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html[dir="ltr"] .item-container.user-listing .user-item .item-inner .friend-actions > a .ico-caret-down {
    right: 0;
  }
  html[dir="rtl"] .item-container.user-listing .user-item .item-inner .friend-actions > a .ico-caret-down {
    left: 0;
  }
  .item-container.user-listing .user-item .item-inner .friend-actions > a .ico-caret-down:before {
    content: "\eab6";
  }
}
.item-container.user-listing .user-item .item-outer {
  height: 100%;
}
.item-container.user-listing .user-item .item-inner {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .item-container.user-listing .user-item .item-inner {
    padding-bottom: 0;
  }
}
.item-container.user-listing .user-item .item-inner:hover {
  background: #f6c5cc;
  border-color: #ed8b99;
  box-shadow: 0px 6px 12px 0px rgba(237, 139, 153, 0.4);
}
.item-container.user-listing .user-item .item-inner:hover .item-media:before {
  opacity: 1;
}
.item-container.user-listing .user-item .item-inner .img-wrapper,
.item-container.user-listing .user-item .item-inner .no_image_user {
  width: 130px;
  height: 130px;
  margin: auto;
  margin-bottom: 16px;
}
.item-container.user-listing .user-item .item-media {
  overflow: hidden;
  position: relative;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.item-container.user-listing .user-item .item-media:before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background: rgba(237, 139, 153, 0.4);
  opacity: 0.4;
  position: absolute;
  top: -24px;
  left: -50%;
  transform: rotate(25deg);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir='rtl'] .item-container.user-listing .user-item .item-media:before {
  left: auto;
  right: -50%;
}
.item-container.user-listing .user-item .user-info {
  max-height: 72px;
  flex: 1;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
  flex-basis: auto;
}
.item-container.user-listing .user-item .user-info .user-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.item-container.user-listing .user-item .user-info .user-title .user_profile_link_span a {
  font-weight: normal !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-container.user-listing .user-item .user-info .user-title .user_profile_link_span a:hover {
  color: #ac1a2f !important;
}
.item-container.user-listing .user-item .user-info .friend-info {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}
.item-container.user-listing .user-item .user-info .user-location {
  color: #a2a2a2;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.item-container.user-listing .user-item .user-info .user-joined {
  color: #a2a2a2;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-container.user-listing .user-item .user-info .user-gender {
  color: #a2a2a2;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.item-container.user-listing .user-item .user-info .dropdown.admin-actions {
  position: absolute;
  right: 4px;
  top: 120px;
}
html[dir="rtl"] .item-container.user-listing .user-item .user-info .dropdown.admin-actions {
  right: auto;
  left: 4px;
}
@media (max-width: 767px) {
  .item-container.user-listing .user-item .user-info .dropdown.admin-actions {
    top: 80px;
  }
}
.item-container.user-listing .user-item .user-info .dropdown.admin-actions a.btn {
  color: #a2a2a2;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.user-listing .user-item .user-info .dropdown.admin-actions a.btn:hover {
  color: #555555;
}
.item-container.user-listing .user-item .user-info .dropdown.admin-actions.open a.btn {
  color: #555555;
}
.item-container.user-listing .user-item .user-info .dropdown.admin-actions.open a.btn span.ico.ico-gear-o:before {
  content: "\ea88";
}
.item-container.user-listing .user-item .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-bottom: 6px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] .item-container.user-listing .user-item .dropdown-menu:after {
  left: auto;
  right: 10px;
}
html[dir="rtl"] .item-container.user-listing .user-item .dropdown-menu:after {
  left: 10px;
  right: auto;
}
.item-container.user-listing .user-item .dropdown-menu .ico {
  font-size: 16px;
}
.item-container.user-listing .user-item .friend-actions .btn .ico {
  font-size: 16px;
}
.item-container.user-listing .user-item .friend-actions .dropdown-menu .add_to_list a {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 300px !important;
}
@media (max-width: 480px) {
  .item-container.user-listing .user-item .friend-actions .dropdown-menu .add_to_list a {
    max-width: 50vw !important;
  }
}
.item-container.user-listing .user-item .dropup .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-top: 6px solid #ffffff;
  top: 100%;
  bottom: auto;
}
html[dir="ltr"] .item-container.user-listing .user-item .dropup .dropdown-menu:after {
  left: calc(50% - 3px);
  right: auto;
}
html[dir="rtl"] .item-container.user-listing .user-item .dropup .dropdown-menu:after {
  left: auto;
  right: calc(50% - 3px);
}
.item-container.user-listing .user-item .item-featured {
  background: #ffab00;
  position: absolute;
  top: 0px;
  right: 18px;
  color: #FFF;
  width: 24px;
  padding: 4px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 12px 0px rgba(162, 162, 162, 0.4);
}
html[dir='rtl'] .item-container.user-listing .user-item .item-featured {
  right: auto;
  left: 18px;
}
.item-container.user-listing .user-item .item-featured:before {
  content: "";
  border: 6px solid transparent;
  border-left: 12px solid #ffab00;
  border-right: 12px solid #ffab00;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}
#js_block_border_user_featured {
  position: relative;
}
#js_block_border_user_featured .sticky-featured-icon {
  position: absolute;
  top: 0;
}
html[dir="ltr"] #js_block_border_user_featured .sticky-featured-icon {
  right: 16px;
}
html[dir="rtl"] #js_block_border_user_featured .sticky-featured-icon {
  left: 16px;
}
.member-listing.featured-members .item-listing {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eeeeee;
}
.member-listing.featured-members .item-listing:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.member-listing.featured-members .item-outer {
  display: flex;
}
.member-listing.featured-members .item-outer .item-media {
  min-width: 40px;
}
html[dir='ltr'] .member-listing.featured-members .item-outer .item-media {
  margin-right: 12px;
}
html[dir='rtl'] .member-listing.featured-members .item-outer .item-media {
  margin-left: 12px;
}
.member-listing.featured-members .item-outer .item-media .img-wrapper,
.member-listing.featured-members .item-outer .item-media .no_image_user {
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0);
}
.member-listing.featured-members .item-outer:hover .item-media .img-wrapper,
.member-listing.featured-members .item-outer:hover .item-media .no_image_user {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
}
.member-listing.featured-members .item-outer:hover .item-inner .pages_link_span a,
.member-listing.featured-members .item-outer:hover .item-inner .user_profile_link_span a {
  color: #801323 !important;
}
.member-listing.featured-members .item-outer:hover .item-inner .friend-info {
  color: #555555;
}
.member-listing.featured-members .item-outer:hover .item-inner .friend-info .mutual-friends-list a {
  color: #555555;
}
.member-listing.featured-members .item-outer .item-inner {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.member-listing.featured-members .item-outer .item-inner .pages_link_span,
.member-listing.featured-members .item-outer .item-inner .user_profile_link_span {
  display: block;
  margin-bottom: 2px;
}
.member-listing.featured-members .item-outer .item-inner .pages_link_span a,
.member-listing.featured-members .item-outer .item-inner .user_profile_link_span a {
  color: #ac1a2f !important;
  font-weight: 400 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.member-listing.featured-members .item-outer .item-inner .pages_link_span a:hover,
.member-listing.featured-members .item-outer .item-inner .user_profile_link_span a:hover {
  color: #801323 !important;
}
.member-listing.featured-members .item-outer .item-inner .user-location,
.member-listing.featured-members .item-outer .item-inner .user-joined {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-listing.featured-members .item-outer .item-inner .user-location span,
.member-listing.featured-members .item-outer .item-inner .user-joined span {
  color: #a2a2a2;
}
.member-listing.featured-members .item-outer .item-inner .friend-info {
  color: #a2a2a2;
  font-size: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.member-listing.featured-members .item-outer .item-inner .friend-info .mutual-friends-list a {
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.member-listing.featured-members .item-outer .item-inner .friend-info .mutual-friends-list a:hover {
  color: #ac1a2f;
}
.member-listing.featured-members .item-outer .item-inner .friend-info .friend-info {
  margin-bottom: 2px;
}
#page_user_remove .table-responsive table {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
}
#page_user_remove .table-responsive table tr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
#page_user_remove .table-responsive table tr td {
  width: 33.33%;
  border-top: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_user_remove .table-responsive table tr td > a {
  width: 80px;
  display: block;
}
@media screen and (max-width: 991px) {
  #page_user_remove .table-responsive table tr td {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #page_user_remove .table-responsive table tr td {
    width: 100%;
  }
}
#page_user_remove .table-responsive .img-wrapper,
#page_user_remove .table-responsive .no-image-user {
  width: 80px;
  height: 80px;
}
#js_friend_sort_holder.ui-sortable .item-container.user-listing {
  display: inline-block;
  display: block;
  display: flex;
}
#js_friend_sort_holder.ui-sortable .item-container.user-listing:before,
#js_friend_sort_holder.ui-sortable .item-container.user-listing:after {
  content: " ";
  display: table;
}
#js_friend_sort_holder.ui-sortable .item-container.user-listing:after {
  clear: both;
}
#js_friend_sort_holder.ui-sortable .item-container.user-listing:before,
#js_friend_sort_holder.ui-sortable .item-container.user-listing:after {
  content: " ";
  display: table;
}
#js_friend_sort_holder.ui-sortable .item-container.user-listing:after {
  clear: both;
}
#js_friend_sort_holder.ui-sortable .item-container.user-listing .user-item {
  float: left;
}
html[dir='rtl'] #js_friend_sort_holder.ui-sortable .item-container.user-listing .user-item {
  float: right;
}
body#page_core_index-visitor {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}
body#page_core_index-visitor #main.login-only #js_block_border_user_register {
  width: 100% !important;
  border-radius: 8px;
}
body#page_core_index-visitor #main.login-only.empty-left.empty-right {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}
body#page_core_index-visitor #main.welcome-only .welcome-bg-image {
  flex: auto !important;
}
body#page_core_index-visitor .landing-background {
  position: absolute;
  top: 48px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px);
}
@media (max-width: 991px) {
  body#page_core_index-visitor .landing-background {
    filter: none;
  }
}
body#page_core_index-visitor .landing-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
body#page_core_index-visitor #section-header {
  position: relative;
}
body#page_core_index-visitor #main {
  /* @heigh-top-bot: 309px;
        min-height: ~"calc(100vh -"@heigh-top-bot~")"; */
  position: relative;
}
body#page_core_index-visitor #main .container.row_image {
  background-image: none !important;
}
@media (max-width: 480px) {
  body#page_core_index-visitor #main .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body#page_core_index-visitor #main #content-holder {
  max-width: 100%;
}
body#page_core_index-visitor #main #content-holder #content-stage {
  background: transparent !important;
  box-shadow: none;
  padding: 0;
}
body#page_core_index-visitor .layout-main ._block.location_2 {
  display: flex;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
  flex-flow: wrap;
}
@media (max-width: 480px) {
  body#page_core_index-visitor .layout-main ._block.location_2 {
    border-radius: 0;
  }
}
body#page_core_index-visitor .layout-main ._block.location_2 > div:not(.welcome-bg-image):not(#js_block_border_user_register) {
  width: 100%;
  order: 3;
}
body#page_core_index-visitor .layout-main ._block.location_2 .welcome-bg-image {
  order: 1;
}
body#page_core_index-visitor .layout-main ._block.location_2 #js_block_border_user_register {
  order: 2;
}
body#page_core_index-visitor .layout-main ._block.location_2 #welcome_message {
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: #FFF;
  position: relative;
  word-break: break-word;
  word-wrap: break-word;
}
body#page_core_index-visitor .layout-main ._block.location_2 #welcome_message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
body#page_core_index-visitor .layout-main ._block.location_2 #welcome_message .custom_flavor_content {
  position: relative;
  padding: 32px;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 767px) {
  body#page_core_index-visitor .layout-main ._block.location_2 #welcome_message {
    min-height: 250px;
  }
  body#page_core_index-visitor .layout-main ._block.location_2 #welcome_message .custom_flavor_content {
    max-height: 250px;
    padding: 16px;
  }
}
body#page_core_index-visitor .layout-main .welcome-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  overflow: hidden;
}
html[dir='ltr'] body#page_core_index-visitor .layout-main .welcome-bg-image {
  border-radius: 8px 0 0 8px;
}
html[dir='rtl'] body#page_core_index-visitor .layout-main .welcome-bg-image {
  border-radius: 0 8px 8px 0;
}
@media (max-width: 480px) {
  body#page_core_index-visitor .layout-main .welcome-bg-image {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  body#page_core_index-visitor .layout-main .welcome-bg-image {
    margin-bottom: 0;
    min-height: 600px;
  }
}
body#page_core_index-visitor .layout-main #js_block_border_user_register {
  width: 344px;
  min-width: 344px;
  background: #FFF;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 0;
}
html[dir="ltr"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
  padding-left: 48px;
}
html[dir="rtl"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
  padding-right: 48px;
}
html[dir="ltr"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
  padding-right: 24px;
}
html[dir="rtl"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
  padding-left: 24px;
}
html[dir='ltr'] body#page_core_index-visitor .layout-main #js_block_border_user_register {
  border-radius: 0 8px 8px 0;
}
html[dir='rtl'] body#page_core_index-visitor .layout-main #js_block_border_user_register {
  border-radius: 8px 0 0 8px;
}
@media (max-width: 480px) {
  body#page_core_index-visitor .layout-main #js_block_border_user_register {
    border-radius: 0 !important;
  }
}
body#page_core_index-visitor .layout-main #js_block_border_user_register .block:not(#js_block_border_user_register) {
  display: none;
}
@media (max-width: 1024px) {
  html[dir="ltr"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-left: 56px;
  }
  html[dir="rtl"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-right: 56px;
  }
  html[dir="ltr"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-right: 56px;
  }
  html[dir="rtl"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-left: 56px;
  }
}
@media (max-width: 767px) {
  html[dir="ltr"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-left: 24px;
  }
  html[dir="rtl"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-right: 24px;
  }
  html[dir="ltr"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-right: 24px;
  }
  html[dir="rtl"] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 {
    flex-direction: column;
  }
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image {
    min-height: 275px;
    border-radius: 8px 8px 0 0;
  }
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image #welcome_message {
    min-height: 275px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image #welcome_message .custom_flavor_content {
    max-height: 275px;
  }
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    width: 100%;
    min-width: auto;
  }
}
@media (min-width: 992px) and (min-width: 481px) {
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    border-radius: 0 0 8px 8px !important;
  }
}
@media (min-width: 992px) and (min-width: 1025px) {
  html[dir='ltr'] body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    padding-left: 96px;
    padding-right: 72px;
  }
  html[dir='rtl'] body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    padding-right: 96px;
    padding-left: 72px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main ._block.location_2,
  body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main ._block.location_2,
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 {
    flex-direction: column;
  }
  body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image,
  body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main ._block.location_2 .welcome-bg-image,
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image {
    min-height: 275px;
    border-radius: 8px 8px 0 0;
  }
  body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image #welcome_message,
  body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main ._block.location_2 .welcome-bg-image #welcome_message,
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image #welcome_message {
    min-height: 275px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image #welcome_message .custom_flavor_content,
  body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main ._block.location_2 .welcome-bg-image #welcome_message .custom_flavor_content,
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main ._block.location_2 .welcome-bg-image #welcome_message .custom_flavor_content {
    max-height: 275px;
  }
  body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main #js_block_border_user_register,
  body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main #js_block_border_user_register,
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    width: 100%;
    min-width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 481px) {
  body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main #js_block_border_user_register,
  body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main #js_block_border_user_register,
  body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    border-radius: 0 0 8px 8px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 1025px) {
  html[dir='ltr'] body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main #js_block_border_user_register,
  html[dir='ltr'] body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main #js_block_border_user_register,
  html[dir='ltr'] body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    padding-left: 96px;
    padding-right: 72px;
  }
  html[dir='rtl'] body#page_core_index-visitor #main.empty-left:not(.empty-right) .layout-main #js_block_border_user_register,
  html[dir='rtl'] body#page_core_index-visitor #main.empty-right:not(.empty-left) .layout-main #js_block_border_user_register,
  html[dir='rtl'] body#page_core_index-visitor #main:not(.empty-left):not(.empty-right) .layout-main #js_block_border_user_register {
    padding-right: 96px;
    padding-left: 72px;
  }
}
@media (max-width: 767px) {
  body#page_core_index-visitor .layout-main ._block.location_2 {
    flex-direction: column;
  }
  body#page_core_index-visitor .layout-main ._block.location_2 .welcome-bg-image {
    min-height: 275px;
    border-radius: 8px 8px 0 0;
  }
  body#page_core_index-visitor .layout-main ._block.location_2 .welcome-bg-image #welcome_message {
    min-height: 275px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  body#page_core_index-visitor .layout-main ._block.location_2 .welcome-bg-image #welcome_message .custom_flavor_content {
    max-height: 275px;
  }
  body#page_core_index-visitor .layout-main #js_block_border_user_register {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  body#page_core_index-visitor .layout-main #js_block_border_user_register {
    border-radius: 0 0 8px 8px !important;
  }
}
@media (max-width: 767px) and (min-width: 1025px) {
  html[dir='ltr'] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-left: 96px;
    padding-right: 72px;
  }
  html[dir='rtl'] body#page_core_index-visitor .layout-main #js_block_border_user_register {
    padding-right: 96px;
    padding-left: 72px;
  }
}
body#page_core_index-visitor #section-footer .footer-holder {
  border-top-color: rgba(255, 255, 255, 0.2);
}
body#page_core_index-visitor #section-footer .footer-holder .copyright {
  color: #FFF;
}
body#page_core_index-visitor #section-footer .footer-holder .copyright a {
  color: #FFF;
}
body#page_core_index-visitor #section-footer .footer-holder .footer-menu li:before {
  background-color: #FFF;
}
body#page_core_index-visitor #section-footer .footer-holder .footer-menu li a {
  color: #FFF;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
body#page_core_index-visitor #section-footer .footer-holder .footer-menu li a:hover {
  border-bottom-color: #FFF;
}
._block.location_2 #js_block_border_user_register .title {
  color: #555555 !important;
  font-size: 24px !important;
  line-height: 40px !important;
  font-weight: 700;
  position: relative;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 32px !important;
  border-bottom: 0 !important;
  min-height: auto !important;
}
@media (max-width: 767px) {
  ._block.location_2 #js_block_border_user_register .title {
    margin-bottom: 16px !important;
  }
}
._block.location_2 #js_block_border_user_register .title:after {
  content: "";
  width: 32px;
  height: 4px;
  background: #ac1a2f;
  display: block;
  position: absolute;
  bottom: 0;
}
html[dir="ltr"] ._block.location_2 #js_block_border_user_register .title:after {
  left: 0;
}
html[dir="rtl"] ._block.location_2 #js_block_border_user_register .title:after {
  right: 0;
}
._block.location_2 #js_block_border_user_register .content {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 460px;
  overflow-y: auto;
  border-top: 0;
}
html[dir="ltr"] ._block.location_2 #js_block_border_user_register .content {
  padding-right: 24px;
}
html[dir="rtl"] ._block.location_2 #js_block_border_user_register .content {
  padding-left: 24px;
}
@media (max-width: 991px) {
  ._block.location_2 #js_block_border_user_register .content {
    max-height: none;
    padding: 0 !important;
  }
}
html[dir="ltr"] ._block.location_2 #js_block_border_user_register .content:not(.mCS_no_scrollbar) {
  padding-right: 0;
}
html[dir="rtl"] ._block.location_2 #js_block_border_user_register .content:not(.mCS_no_scrollbar) {
  padding-left: 0;
}
.register-upload-photo label {
  color: #555555;
}
.register-upload-photo input[type="file"] {
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #dcdcdc;
}
.register-upload-photo p.help-block {
  font-size: 12px;
  color: #c8c8c8;
}
.register-accept-block {
  font-size: 12px;
  color: #a2a2a2;
}
.register-accept-block label {
  flex-flow: wrap;
  line-height: 16px;
}
.register-accept-block label input {
  margin-top: 4px !important;
}
.register-accept-block label span,
.register-accept-block label a {
  padding: 0 4px;
}
.form-button-group {
  display: flex;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}
.form-button-group .form-group {
  flex: 1;
  margin-bottom: 0;
}
.form-button-group .form-group.already-member,
.form-button-group .form-group.new-member {
  font-size: 12px;
  color: #ac1a2f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-button-group .form-group.already-member a,
.form-button-group .form-group.new-member a {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form-button-group.register-form-button-group {
  flex-flow: wrap;
}
.form-button-group.register-form-button-group .form-group {
  flex: none;
  width: auto;
  max-width: 100%;
  margin-bottom: 8px;
}
.form-button-group.register-form-button-group .form-group #js_registration_submit {
  display: inline-block !important;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html[dir='ltr'] .form-button-group.register-form-button-group .form-group.already-member {
  margin-left: auto;
  text-align: right;
}
html[dir='rtl'] .form-button-group.register-form-button-group .form-group.already-member {
  margin-right: auto;
  text-align: left;
}
.form-group.remember-box {
  font-size: 12px;
  color: #a2a2a2;
}
.form-group.remember-box .checkbox label {
  align-items: center;
}
.form-group.remember-box .checkbox label input[type="checkbox"] {
  margin-top: 0;
}
.sign-up-invitation .help-block {
  color: #555555;
  margin-top: 16px;
  margin-bottom: 16px;
}
.sign-up-invitation button {
  width: 100%;
}
.js_box_holder .visitor_form {
  max-width: 400px;
  background: #FFF;
}
@media (max-width: 375px) {
  .js_box_holder .visitor_form .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.js_box_holder .visitor_form .js_box_title {
  box-shadow: none;
  border-bottom: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  background: transparent;
  padding-top: 32px;
  margin-left: 48px;
  margin-right: 48px;
}
.js_box_holder .visitor_form .js_box_title:before {
  content: "";
  width: 32px;
  height: 2px;
  background: #ac1a2f;
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 1;
}
html[dir="ltr"] .js_box_holder .visitor_form .js_box_title:before {
  left: 0;
}
html[dir="rtl"] .js_box_holder .visitor_form .js_box_title:before {
  right: 0;
}
.js_box_holder .visitor_form .js_box_title:empty:before {
  opacity: 0;
}
.js_box_holder .visitor_form .js_box_close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
}
html[dir="ltr"] .js_box_holder .visitor_form .js_box_close {
  right: 8px;
}
html[dir="rtl"] .js_box_holder .visitor_form .js_box_close {
  left: 8px;
}
.js_box_holder .visitor_form .js_box_close a i.fa {
  font-size: 14px;
}
.js_box_holder .visitor_form .js_box_content {
  padding: 0;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .js_box_holder .visitor_form .js_box_title {
    margin-left: 24px;
    margin-right: 24px;
  }
  .js_box_holder .visitor_form .js_box_content {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.login-as-page-items .item-outer {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.login-as-page-items .item-outer:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.login-as-page-items .item-inner {
  display: flex;
}
.login-as-page-items .item-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-as-page-items .item-info a {
  font-weight: bold;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form-login-custom-fb {
  display: flex;
  flex-direction: column;
  border-top: 0 !important;
}
.form-login-custom-fb .custom-fb-or {
  font-size: 14px;
  color: #a2a2a2;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: center;
}
.form-login-custom-fb .custom-fb-or > span {
  width: 40px;
  background: #fff;
  text-align: center;
  display: block;
  z-index: 1;
}
.form-login-custom-fb .custom-fb-or:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #eeeeee;
  bottom: 50%;
}
.form-login-custom-fb .custom_fb {
  margin-top: 12px;
}
.form-login-custom-fb .custom_fb .fb_login_go {
  width: 100%;
  height: 40px;
}
.guest-login-small .facebook-login-header {
  border-left: 1px solid #dcdcdc;
}
html[dir="ltr"] .guest-login-small .facebook-login-header {
  margin-left: 8px;
}
html[dir="rtl"] .guest-login-small .facebook-login-header {
  margin-right: 8px;
}
html[dir="ltr"] .guest-login-small .facebook-login-header {
  padding-left: 8px;
}
html[dir="rtl"] .guest-login-small .facebook-login-header {
  padding-right: 8px;
}
@media (max-width: 480px) {
  .guest-login-small .facebook-login-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
html[dir='rtl'] .guest-login-small .facebook-login-header {
  border-left: 0;
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 480px) {
  .guest-login-small .facebook-login-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html[dir="ltr"] .guest-login-small .facebook-login-header {
    padding-right: 8px;
  }
  html[dir="rtl"] .guest-login-small .facebook-login-header {
    padding-left: 8px;
  }
}
.guest-login-small .fb_login_go {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-indent: 2px;
}
.guest-login-small .fb_login_go .facebook-login-label {
  display: none;
}
.guest-login-small .fb_login_go span.ico {
  margin: 0 !important;
}
#page_user_login #content .form-login-custom-fb .custom_fb .fb_login_go,
#page_user_register #content .form-login-custom-fb .custom_fb .fb_login_go {
  width: 250px;
}
#page_user_login #content .form-login-custom-fb .custom-fb-or,
#page_user_register #content .form-login-custom-fb .custom-fb-or {
  justify-content: flex-start;
}
.layout-right #js_register_capthca_image.recaptcha,
.layout-left #js_register_capthca_image.recaptcha {
  transform: scale(0.75);
  transform-origin: left;
}
html[dir='rtl'] .layout-right #js_register_capthca_image.recaptcha,
html[dir='rtl'] .layout-left #js_register_capthca_image.recaptcha {
  transform-origin: right;
}
.mixin-core-visit-page-column-stlye .layout-main ._block.location_2 {
  flex-direction: column;
}
.mixin-core-visit-page-column-stlye .layout-main ._block.location_2 .welcome-bg-image {
  min-height: 275px;
  border-radius: 8px 8px 0 0;
}
.mixin-core-visit-page-column-stlye .layout-main ._block.location_2 .welcome-bg-image #welcome_message {
  min-height: 275px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mixin-core-visit-page-column-stlye .layout-main ._block.location_2 .welcome-bg-image #welcome_message .custom_flavor_content {
  max-height: 275px;
}
.mixin-core-visit-page-column-stlye .layout-main #js_block_border_user_register {
  width: 100%;
  min-width: auto;
}
@media (min-width: 481px) {
  .mixin-core-visit-page-column-stlye .layout-main #js_block_border_user_register {
    border-radius: 0 0 8px 8px !important;
  }
}
@media (min-width: 1025px) {
  html[dir='ltr'] .mixin-core-visit-page-column-stlye .layout-main #js_block_border_user_register {
    padding-left: 96px;
    padding-right: 72px;
  }
  html[dir='rtl'] .mixin-core-visit-page-column-stlye .layout-main #js_block_border_user_register {
    padding-right: 96px;
    padding-left: 72px;
  }
}
.js_box_holder {
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
.js_box_holder:not(.hidden) + .js_box_holder {
  background: transparent;
}
.js_box_holder .js_box {
  border-radius: 10px;
  max-height: none !important;
  position: absolute !important;
  overflow: visible !important;
}
.js_box_holder .js_box input[type="text"],
.js_box_holder .js_box input[type="email"],
.js_box_holder .js_box input[type="password"],
.js_box_holder .js_box textarea,
.js_box_holder .js_box input:focus,
.js_box_holder .js_box textarea:focus,
.js_box_holder .js_box select {
  background: #FFF;
}
.js_box_holder .js_box_title {
  padding-left: 16px;
  padding-right: 16px;
  min-height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  border-radius: 10px 10px 0 0;
}
.js_box_holder .js_box_content {
  border-radius: 10px;
}
.js_box_holder .js_box_close {
  z-index: 2;
  top: 16px;
  display: block;
}
html[dir="ltr"] .js_box_holder .js_box_close {
  right: 16px;
}
html[dir="rtl"] .js_box_holder .js_box_close {
  left: 16px;
}
.js_box_holder .js_box_close + .js_box_content {
  border-radius: 0 0 10px 10px;
}
.js_box_holder .js_box_close a {
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.js_box_holder .js_box_close a i.fa {
  font-size: 16px;
}
.js_box_holder .js_box_close a i.fa:before {
  font-family: 'lineficon' !important;
  content: "\eab2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#js-confirm-popup-wrapper .ui-widget-overlay {
  background: none;
}
#js-confirm-popup-wrapper .ui-dialog-title {
  margin: 0;
}
#js-confirm-popup-wrapper .js_box {
  background: #FFF;
  overflow: hidden !important;
  min-width: 288px;
}
#js-confirm-popup-wrapper .ui-dialog-buttonpane {
  margin: 0;
  padding: 12px;
  background: #FFF;
  border: none;
  border-top: 1px solid #eeeeee;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-content {
  padding: 12px 16px;
  font-size: 14px;
}
#js-confirm-popup-wrapper .ui-dialog-buttonset {
  display: flex;
  float: none;
  justify-content: flex-end;
  text-align: center;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
  min-width: 60px;
  font-size: 14px;
  height: 32px;
  display: inline-block !important;
  text-align: center;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success {
  box-shadow: 0px 1px 2px 0px rgba(172, 26, 47, 0.5) !important;
  color: #ffffff !important;
  background-color: #ac1a2f !important;
  border-color: #961729 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.btn-gradient {
  background-size: 100% !important;
  position: relative !important;
  z-index: 1 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.btn-gradient:before {
  border-radius: inherit !important;
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645) !important;
  content: '' !important;
  display: block !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  width: 100% !important;
  z-index: -1 !important;
  -webkit-transition: opacity 400ms ease !important;
  -o-transition: opacity 400ms ease !important;
  transition: opacity 400ms ease !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.btn-gradient:hover:before {
  opacity: 1 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:hover {
  background-color: #801323 !important;
  box-shadow: 0px 6px 12px 0px rgba(128, 19, 35, 0.4) !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:active,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:focus {
  background-color: #530d17 !important;
  box-shadow: 0px 2px 8px 0px rgba(83, 13, 23, 0.4), inset 0px 0px 2px 0px rgba(128, 19, 35, 0.8) !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.focus {
  color: #ffffff !important;
  background-color: #801323 !important;
  border-color: #961729 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:hover {
  color: #ffffff !important;
  background-color: #801323 !important;
  border-color: #961729 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:active,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.active,
.open > .dropdown-toggle#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success {
  color: #ffffff !important;
  background-color: #801323 !important;
  border-color: #961729 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:active:hover,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.active:hover,
.open > .dropdown-toggle#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:hover,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:active:focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.active:focus,
.open > .dropdown-toggle#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:active.focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.active.focus,
.open > .dropdown-toggle#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.focus {
  color: #ffffff !important;
  background-color: #610f1a !important;
  border-color: #961729 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:active,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.active,
.open > .dropdown-toggle#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success {
  background-image: none !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.disabled,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success[disabled],
fieldset[disabled] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.disabled:hover,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success[disabled]:hover,
fieldset[disabled] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:hover,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.disabled:focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success[disabled]:focus,
fieldset[disabled] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.disabled.focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success[disabled].focus,
fieldset[disabled] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.focus,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.disabled:active,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success[disabled]:active,
fieldset[disabled] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success:active,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.disabled.active,
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success[disabled].active,
fieldset[disabled] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success.active {
  background-color: #ac1a2f !important;
  border-color: #961729 !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button.btn-success .badge {
  color: #ac1a2f !important;
  background-color: #ffffff !important;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button:focus {
  outline: 0;
}
#js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button:last-child {
  order: -1;
}
html[dir="ltr"] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button:last-child {
  margin-right: 8px;
}
html[dir="rtl"] #js-confirm-popup-wrapper .ui-dialog .ui-dialog-buttonpane button:last-child {
  margin-left: 8px;
}
#js-confirm-popup-wrapper .js_box_close {
  top: 24px;
  padding: 0;
}
#js-confirm-popup-wrapper .js_box_close:after {
  font-family: 'lineficon' !important;
  content: "\eab2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#js-confirm-popup-wrapper .js_box_close:hover:after {
  color: #555555;
}
#js-confirm-popup-wrapper .js_box_content {
  min-height: 50px !important;
}
.js_user_tool_tip_holder .js_user_tool_tip_body {
  width: 368px;
  border-radius: 6px;
  overflow: hidden;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_cover {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #a2a2a2;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_cover:before {
  content: "";
  display: block;
  padding-bottom: 35.3%;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner {
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-top: -60px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_image {
  position: static;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_image .no_image_user,
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_image .img-wrapper {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  box-sizing: content-box;
  color: #fff;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}
html[dir="ltr"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info {
  padding-left: 8px;
}
html[dir="rtl"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info {
  padding-right: 8px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up {
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user {
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user .user_tooltip_status {
  display: inline;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user .user_tooltip_status .user_is_online,
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user .user_tooltip_status .user_is_offline {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  box-sizing: content-box;
  margin-bottom: 2px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user .user_tooltip_status .user_is_online i,
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user .user_tooltip_status .user_is_offline i {
  display: none;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user .user_tooltip_status .user_is_online {
  background: #47c366;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .user_tooltip_info_user .user_tooltip_status .user_is_offline {
  background: #a2a2a2;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .user_tooltip_info_up .total-friends {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .bottom-info {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  color: #a2a2a2;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .bottom-info li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .bottom-info li:before {
  display: none;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .bottom-info li:nth-child(-n + 2) {
  display: block;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_inner .user_tooltip_info .bottom-info li:nth-child(1) {
  margin-bottom: 4px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual {
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0;
  display: flex;
  flex-flow: wrap;
  color: #555555;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
html[dir="ltr"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > li:first-child {
  margin-left: 4px;
}
html[dir="rtl"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > li:first-child {
  margin-right: 4px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > li:after {
  content: ",";
  padding-right: 4px;
  margin-left: -4px;
}
html[dir='rtl'] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > li:after {
  padding-left: 4px;
  padding-right: 0;
  margin-right: -4px;
  margin-left: 0;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > li a {
  color: #ac1a2f !important;
  font-weight: normal;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > li a:hover {
  color: #801323 !important;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > li:last-child:after {
  display: none;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual > span {
  font-weight: normal;
  color: #a2a2a2;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual .user_viewmore {
  font-weight: normal;
  color: #ac1a2f;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_mutual .user_viewmore:hover {
  color: #801323;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user {
  position: relative;
  margin: 0;
  background: #f8f8f8;
  border-top: 1px solid #eeeeee;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul {
  display: flex;
}
html[dir="ltr"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul > li:not(.item-tooltip-viewmore-button) {
  margin-left: 8px;
}
html[dir="rtl"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul > li:not(.item-tooltip-viewmore-button) {
  margin-right: 8px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul .item-tooltip-viewmore-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: -8px;
}
html[dir='rtl'] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul .item-tooltip-viewmore-button {
  margin-right: 0;
  margin-left: -8px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul .item-tooltip-viewmore-button > a {
  color: #a2a2a2;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul .item-tooltip-viewmore-button .dropdown-menu:after {
  right: 10px;
}
html[dir="rtl"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul .item-tooltip-viewmore-button .dropdown-menu:after {
  right: auto;
  left: 10px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul .item-tooltip-viewmore-button .dropdown-menu a {
  color: #555555;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user > ul .item-tooltip-viewmore-button .dropdown-menu a:hover {
  color: #801323;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user .btn-default {
  color: #555555;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user .btn-primary {
  color: #fff;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user .friend_request_sent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  font-style: oblique;
}
html[dir="ltr"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user .friend_request_sent {
  left: 16px;
}
html[dir="rtl"] .js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user .friend_request_sent {
  right: 16px;
}
.js_user_tool_tip_holder .js_user_tool_tip_body .user_tooltip_action_user .friend_request_sent + ul {
  height: 48px;
}
.item-user-request-outer {
  margin: -16px;
  padding-bottom: 16px;
}
.item-user-request-outer .item-user-request-cover {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  background-color: #a2a2a2;
}
.item-user-request-outer .item-user-request-cover:before {
  content: "";
  display: block;
  padding-bottom: 35%;
}
.item-user-request-outer .item-user-request-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
}
.item-user-request-outer .user-request-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-user-request-outer .user-request-main .item-user-request-image .img-wrapper,
.item-user-request-outer .user-request-main .item-user-request-image .no_image_user {
  width: 96px;
  height: 96px;
  border: 4px solid #fff;
  box-sizing: content-box;
  margin-top: -88px;
}
.item-user-request-outer .user-request-main .item-user-request-info {
  text-align: center;
  margin-top: 8px;
}
.item-user-request-outer .user-request-main .item-user-request-info .item-user-alert {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.item-user-request-outer .user-request-main .item-user-request-info .item-user-alert a {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
.item-user-request-outer .user-request-main .item-user-request-info .item-user-mutualfriend {
  font-size: 12px;
  line-height: 16px;
  color: #555555;
  font-weight: bold;
  margin-bottom: 4px;
}
.item-user-request-outer .user-request-main .item-user-request-info .item-user-info {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
.item-user-request-outer .user-request-main .item-user-request-info .item-user-request-info-button {
  display: flex;
  justify-content: center;
}
.item-user-request-outer .user-request-main .item-user-request-info .item-user-request-info-button input {
  margin: 0 2px;
}
.item-user-request-outer .item-user-request-action {
  text-align: center;
}
.item-user-request-outer .item-user-request-action #container_submit_friend_request {
  margin-bottom: 16px;
}
.item-user-request-outer .item-user-request-action #friend_request_alert {
  max-height: 40px;
  margin-bottom: 16px;
}
.item-user-request-outer .item-user-request-action input {
  width: auto;
}
.js_box_content .poke-image .no_image_user,
.js_box_content .poke-image .img-wrapper {
  width: 40px;
  height: 40px;
}
.js_box_content .poke-image .no_image_user span {
  font-size: 12px;
}
html[dir="ltr"] .js_box .js_box_content .action_contain {
  right: 0;
}
html[dir="rtl"] .js_box .js_box_content .action_contain {
  left: 0;
}
/*========================================
=            All Notification            =
========================================*/
#js_notification_holder .notification_holder .notification_date:not(:first-child) {
  margin-top: 16px;
}
#js_notification_holder .notification_holder .notification_date {
  font-weight: bold;
  color: #a2a2a2;
  margin-bottom: 16px;
}
#js_notification_holder .notification_holder .all-notification-item {
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#js_notification_holder .notification_holder .all-notification-item.is_new {
  background: #f3aeb8;
}
#js_notification_holder .notification_holder .all-notification-item.is_new + .all-notification-item:not(.is_new):after {
  opacity: 1;
}
#js_notification_holder .notification_holder .all-notification-item.is_new:after {
  opacity: 1;
}
@media (min-width: 992px) {
  #js_notification_holder .notification_holder .all-notification-item.is_new:hover {
    background: #ed8b99;
  }
  #js_notification_holder .notification_holder .all-notification-item.is_new:hover:before,
  #js_notification_holder .notification_holder .all-notification-item.is_new:hover:after {
    background-color: #ed8b99;
  }
  #js_notification_holder .notification_holder .all-notification-item.is_new:hover + .all-notification-item.is_new:after {
    background-color: #ed8b99;
  }
  #js_notification_holder .notification_holder .all-notification-item.is_new:hover:after {
    opacity: 1;
  }
}
#js_notification_holder .notification_holder .all-notification-item:hover .notification_delete {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  #js_notification_holder .notification_holder .all-notification-item:hover {
    background: #f8f8f8;
  }
  #js_notification_holder .notification_holder .all-notification-item:hover:before,
  #js_notification_holder .notification_holder .all-notification-item:hover:after {
    background-color: #f8f8f8;
  }
  #js_notification_holder .notification_holder .all-notification-item:hover:after {
    opacity: 1;
  }
}
#js_notification_holder .notification_holder .all-notification-item:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  background: #dcdcdc;
}
#js_notification_holder .notification_holder .all-notification-item:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  background: #dcdcdc;
  opacity: 0;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer {
  display: flex;
  width: 100%;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-avatar {
  margin-right: 12px;
  min-width: 40px;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-avatar .no_image_user,
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-avatar .img-wrapper {
  width: 40px;
  height: 40px;
}
html[dir='rtl'] #js_notification_holder .notification_holder .all-notification-item .item-outer .item-avatar {
  margin-right: 0;
  margin-left: 12px;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-inner .main_link {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #a2a2a2;
  background: none;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-inner .main_link .drop_data_user {
  font-weight: bold;
  color: #555555;
  font-size: 14px;
  line-height: 18px;
}
html[dir='rtl'] #js_notification_holder .notification_holder .all-notification-item .item-outer .item-inner .main_link .drop_data_user {
  display: inline-block;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-inner .extra_info {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .item-inner .main-link-bg-click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .notification_delete {
  position: absolute;
  top: 8px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] #js_notification_holder .notification_holder .all-notification-item .item-outer .notification_delete {
  right: 8px;
}
html[dir="rtl"] #js_notification_holder .notification_holder .all-notification-item .item-outer .notification_delete {
  left: 8px;
}
#js_notification_holder .notification_holder .all-notification-item .item-outer .notification_delete > a {
  color: #a2a2a2;
  font-size: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #js_notification_holder .notification_holder .all-notification-item .item-outer .notification_delete {
    display: block !important;
    position: static;
    opacity: 1;
  }
}
#js_notification_holder .table_clear_button {
  position: absolute;
  top: -60px;
}
html[dir="ltr"] #js_notification_holder .table_clear_button {
  right: 0;
}
html[dir="rtl"] #js_notification_holder .table_clear_button {
  left: 0;
}
#js_notification_holder .table_clear_button li {
  margin-top: 0;
}
#js_notification_holder .table_clear_button input {
  background: none;
  color: #ac1a2f;
  padding: 0 !important;
}
@media (max-width: 480px) {
  #js_notification_holder .table_clear_button input {
    font-size: 12px;
  }
}
#js_notification_holder .table_clear_button input:focus {
  background: none !important;
  border: 0 !important;
  outline: none;
}
/*=====  End of All Notification  ======*/
/*========================================
=            Incoming request            =
========================================*/
.item-container-friends-incoming .friend-incoming-item {
  margin: 0 -16px;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item {
  padding-right: 16px;
}
html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item {
  padding-left: 16px;
}
html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item {
  padding-left: 64px;
}
html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item {
  padding-right: 64px;
}
@media screen and (max-width: 480px) {
  html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item {
    padding-left: 48px;
  }
  html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item {
    padding-right: 48px;
  }
}
.item-container-friends-incoming .friend-incoming-item.friend-request-accepted {
  background-color: #ceefd6;
}
.item-container-friends-incoming .friend-incoming-item.friend-request-accepted:hover {
  background-color: #ceefd6;
}
.item-container-friends-incoming .friend-incoming-item.friend-request-accepted .item-info {
  color: #555555 !important;
}
.item-container-friends-incoming .friend-incoming-item .moderation_row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item .moderation_row {
  left: 0;
}
html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item .moderation_row {
  right: 0;
}
.item-container-friends-incoming .friend-incoming-item:first-child .item-outer {
  border-top: none;
}
.item-container-friends-incoming .friend-incoming-item:last-child .item-outer {
  border-bottom: 1px solid #eeeeee;
}
.item-container-friends-incoming .friend-incoming-item.is_new {
  background: #f4b7c0 !important;
}
.item-container-friends-incoming .friend-incoming-item:hover .item-outer,
.item-container-friends-incoming .friend-incoming-item.active .item-outer {
  border-color: #dcdcdc;
}
.item-container-friends-incoming .friend-incoming-item:hover .item-outer .item-inner .item-title .user_profile_link_span a,
.item-container-friends-incoming .friend-incoming-item.active .item-outer .item-inner .item-title .user_profile_link_span a {
  color: #801323 !important;
}
.item-container-friends-incoming .friend-incoming-item:hover + .friend-incoming-item .item-outer,
.item-container-friends-incoming .friend-incoming-item.active + .friend-incoming-item .item-outer {
  border-top-color: #dcdcdc;
}
@media (min-width: 992px) {
  .item-container-friends-incoming .friend-incoming-item:hover,
  .item-container-friends-incoming .friend-incoming-item.active {
    background: #f8f8f8;
  }
}
.item-container-friends-incoming .friend-incoming-item:hover .js_hover_info:before,
.item-container-friends-incoming .friend-incoming-item.active .js_hover_info:before,
.item-container-friends-incoming .friend-incoming-item:hover .img-wrapper:before,
.item-container-friends-incoming .friend-incoming-item.active .img-wrapper:before {
  border: 1px solid #801323;
}
.item-container-friends-incoming .friend-incoming-item:hover .img-wrapper,
.item-container-friends-incoming .friend-incoming-item.active .img-wrapper,
.item-container-friends-incoming .friend-incoming-item:hover .no_image_user,
.item-container-friends-incoming .friend-incoming-item.active .no_image_user {
  box-shadow: 0px 6px 12px 0px rgba(38, 129, 213, 0.4);
}
.item-container-friends-incoming .friend-incoming-item .item-outer {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #eeeeee;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src {
  min-width: 56px;
}
@media screen and (max-width: 480px) {
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src {
    min-width: 32px;
  }
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src .no_image_user,
.item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src .img-wrapper {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 480px) {
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src .no_image_user,
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src .img-wrapper {
    width: 32px;
    height: 32px;
  }
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src .no_image_user > span,
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-media-src .img-wrapper > span {
    font-size: 12px;
  }
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-right: 230px;
}
@media screen and (max-width: 480px) {
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner {
    padding-right: 100px;
  }
  html[dir='rtl'] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner {
    padding-right: 0 !important;
    padding-left: 100px !important;
  }
}
html[dir='rtl'] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner {
  padding-right: 0;
  padding-left: 230px;
}
html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner {
  margin-left: 16px;
}
html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner {
  margin-right: 16px;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .item-title .user_profile_link_span a {
  font-weight: bold !important;
  font-size: 14px;
  line-height: 18px;
  color: #ac1a2f !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .item-title .user_profile_link_span a:hover {
  color: #801323 !important;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .item-info {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .item-info .user-joined {
  white-space: normal;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .item-info a {
  color: #555555 !important;
}
html[dir='rtl'] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .item-info a {
  display: inline-block;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content {
  position: absolute;
  top: -8px;
}
html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content {
  right: 0;
}
html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content {
  left: 0;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_user > .dropdown.open a.btn {
  background: #f6c5cc;
  color: #801323;
  border-color: #ed8b99 !important;
}
.item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li {
  margin: 0;
}
html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li {
  margin-left: 8px;
}
html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li {
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button {
    display: inline-flex !important;
  }
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li a {
    width: 32px;
    height: 32px;
  }
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li a .ico,
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li a .fa {
    margin: 0;
  }
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li a.btn-delete .ico {
    display: block !important;
  }
  .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .drop_data_action .table_clear_button li a .item-text {
    display: none;
  }
}
html[dir="ltr"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .caret {
  margin-left: 8px;
}
html[dir="rtl"] .item-container-friends-incoming .friend-incoming-item .item-outer .item-inner .drop_data_content .caret {
  margin-right: 8px;
}
#page_friend_accept ._block_top {
  height: 56px;
  margin-top: -16px;
  padding-top: 12px;
}
/*=====  End of Incoming request  ======*/
.fixed-main-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  display: inline-flex;
}
html[dir='ltr'] .fixed-main-navigation:hover [data-toggle='dropdown'] {
  border-right-color: #a2a2a2;
}
html[dir='rtl'] .fixed-main-navigation:hover [data-toggle='dropdown'] {
  border-left-color: #a2a2a2;
}
.fixed-main-navigation .open [data-toggle='dropdown'] {
  border-color: #a2a2a2;
  color: #555555;
}
.fixed-main-navigation [data-toggle='dropdown'] {
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #a2a2a2;
  transition: all 300ms ease;
}
html[dir='ltr'] .fixed-main-navigation [data-toggle='dropdown'] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html[dir='rtl'] .fixed-main-navigation [data-toggle='dropdown'] {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fixed-main-navigation [data-toggle='dropdown']:hover {
  border-color: #a2a2a2;
  color: #555555;
}
.fixed-main-navigation .dropdown-menu.site_menu {
  background: rgba(172, 26, 47, 0.9);
  min-width: 224px;
  max-height: 320px;
  overflow: auto;
}
.fixed-main-navigation .dropdown-menu.site_menu:after {
  border-bottom-color: rgba(172, 26, 47, 0.9);
}
.fixed-main-navigation .dropdown-menu.site_menu li a {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 16px;
}
.fixed-main-navigation .dropdown-menu.site_menu li a:hover,
.fixed-main-navigation .dropdown-menu.site_menu li a:focus,
.fixed-main-navigation .dropdown-menu.site_menu li a.menu_is_selected {
  background: #801323;
}
@media screen and (max-width: 991px) {
  .fixed-main-navigation {
    display: none !important;
  }
}
.fixed-main-navigation .js-btn-collapse-main-nav {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #555555;
  padding: 0 12px;
  height: 32px;
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: all 300ms ease;
  line-height: 32px;
  display: inline-block;
}
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 0;
}
html[dir='ltr'] .fixed-main-navigation .js-btn-collapse-main-nav {
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fixed-main-navigation .js-btn-collapse-main-nav > a {
  color: #555555;
  display: flex;
  align-items: center;
}
.fixed-main-navigation .js-btn-collapse-main-nav span {
  display: inline-block;
}
.fixed-main-navigation .js-btn-collapse-main-nav .fa,
.fixed-main-navigation .js-btn-collapse-main-nav .ico {
  margin-right: 12px;
  margin-bottom: 2px;
}
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav .fa,
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav .ico {
  margin-right: 0;
  margin-left: 12px;
}
.fixed-main-navigation .js-btn-collapse-main-nav:hover {
  border-color: #a2a2a2;
  background-color: #eeeeee;
}
.fixed-main-navigation .js-btn-collapse-main-nav:empty {
  display: none;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fixed-header body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-header body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-header body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-app-menu body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
.fixed-app-menu body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
.fixed-app-menu body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
.fixed-app-menu body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(50vw - 578px - 16px);
  padding-right: calc(50vw - 578px - 16px);
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul {
  padding-right: 8px;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li {
  border-right: 0;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .ico,
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .ico,
html[dir="ltr"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .ico,
html[dir="rtl"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #ac1a2f;
  color: #ac1a2f;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"] .fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .img-wrapper,
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
.fixed-app-menu.fixed-header body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-app-menu.fixed-header body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu.fixed-header body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] {
  padding-top: 88px;
}
@media (min-width: 992px) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] {
    padding-top: 90px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header ._block.location_6 {
  display: flex;
  flex-direction: column;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  z-index: 100;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 88px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_menusub {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: 48px;
  z-index: 98;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .main-navigation {
    height: 0 !important;
    overflow: hidden !important;
    transition: all 300ms ease;
  }
}
.fixed-header.fixed-profile-menu body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(50vw - 578px - 16px);
  padding-right: calc(50vw - 578px - 16px);
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul {
  padding-right: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li {
  border-right: 0;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .ico,
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .ico,
html[dir="ltr"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .ico,
html[dir="rtl"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #ac1a2f;
  color: #ac1a2f;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"] .fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .img-wrapper,
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"].profile_menu_is_fixed .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-profile="fixed"].profile_menu_is_fixed {
  padding-top: 96px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-profile="fixed"].profile_menu_is_fixed .profiles-menu.set_to_fixed {
  top: 48px;
}
/*Begin language*/
#js_language_package_holder .row_lang {
  padding: 15px;
}
#js_language_package_holder .row_lang img {
  max-width: 32px;
  max-height: 22px;
}
/*End language*/
/*Begin user*/
#page_user_photo .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 250px;
  height: 250px;
  margin: auto;
}
#page_user_photo .cropit-preview-image-container {
  cursor: move;
}
#page_user_photo .image-size-label {
  margin-top: 10px;
}
#page_user_photo input,
#page_user_photo .export {
  display: block;
}
#page_user_photo .cropit-image-zoom-input {
  width: 50%;
  margin: auto;
}
#page_user_photo #js_main_photo {
  width: 80%;
  margin: auto;
}
.header_bar_search .header_bar_search_holder .user-browse-advanced-search-btn {
  right: 48px;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_bar_search .header_bar_search_holder .user-browse-advanced-search-btn a {
  color: #555555;
}
.header_bar_search .header_bar_search_holder .user-browse-advanced-search-btn a.active .ico:before {
  content: "\eac8";
}
.header_bar_search .user-browse-advanced-search-form {
  box-shadow: 0px 24px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 16px 0 16px !important;
  border: 0 !important;
  margin-top: -11px !important;
  margin-bottom: 16px;
  position: absolute !important;
  left: 0;
  right: 0;
  display: block;
  z-index: 90 !important;
  background: #ffffff !important;
}
#page_user_browse .member_advance_search_form #js_user_browse_advanced {
  display: block !important;
}
.member-search-inline-wrapper-responsive {
  display: flex;
  flex-flow: wrap;
}
.member-search-inline-wrapper-responsive .item-age,
.member-search-inline-wrapper-responsive .item-location,
.member-search-inline-wrapper-responsive .item-zip-post {
  flex: none;
  width: 50%;
}
@media (max-width: 480px) {
  .member-search-inline-wrapper-responsive .item-age,
  .member-search-inline-wrapper-responsive .item-location,
  .member-search-inline-wrapper-responsive .item-zip-post {
    width: 100%;
  }
}
.member_advance_search_form .item-gender-search {
  display: flex;
  flex-flow: wrap;
}
html[dir="ltr"] .member_advance_search_form .item-gender-search > label {
  margin-right: 16px;
}
html[dir="rtl"] .member_advance_search_form .item-gender-search > label {
  margin-left: 16px;
}
.member_advance_search_form .item-gender-search .item-group-gender {
  display: flex;
  flex-flow: wrap;
}
.member_advance_search_form .item-gender-search .item-group-gender > .item-gender {
  margin: 0;
}
html[dir="ltr"] .member_advance_search_form .item-gender-search .item-group-gender > .item-gender {
  margin-right: 24px;
}
html[dir="rtl"] .member_advance_search_form .item-gender-search .item-group-gender > .item-gender {
  margin-left: 24px;
}
.member_advance_search_form .member-search-inline-wrapper {
  display: flex;
  margin: 0 -8px;
}
.member_advance_search_form .member-search-inline-wrapper > .form-group {
  padding-left: 8px;
  padding-right: 8px;
}
.member_advance_search_form .member-search-inline-wrapper .item-age {
  flex: 1;
}
.member_advance_search_form .member-search-inline-wrapper .item-location {
  flex: 1.7;
}
.member_advance_search_form .member-search-inline-wrapper .item-zip-post {
  flex: 1.2;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main:not(.empty-left) .member_advance_search_form .member-search-inline-wrapper,
  #main:not(.empty-right) .member_advance_search_form .member-search-inline-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  #main:not(.empty-left) .member_advance_search_form .member-search-inline-wrapper .item-age,
  #main:not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-age,
  #main:not(.empty-left) .member_advance_search_form .member-search-inline-wrapper .item-location,
  #main:not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-location,
  #main:not(.empty-left) .member_advance_search_form .member-search-inline-wrapper .item-zip-post,
  #main:not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-zip-post {
    flex: none;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 480px) {
  #main:not(.empty-left) .member_advance_search_form .member-search-inline-wrapper .item-age,
  #main:not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-age,
  #main:not(.empty-left) .member_advance_search_form .member-search-inline-wrapper .item-location,
  #main:not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-location,
  #main:not(.empty-left) .member_advance_search_form .member-search-inline-wrapper .item-zip-post,
  #main:not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-zip-post {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .member_advance_search_form .member-search-inline-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  .member_advance_search_form .member-search-inline-wrapper .item-age,
  .member_advance_search_form .member-search-inline-wrapper .item-location,
  .member_advance_search_form .member-search-inline-wrapper .item-zip-post {
    flex: none;
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .member_advance_search_form .member-search-inline-wrapper .item-age,
  .member_advance_search_form .member-search-inline-wrapper .item-location,
  .member_advance_search_form .member-search-inline-wrapper .item-zip-post {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-age,
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-location,
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-zip-post {
    flex: none;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 480px) {
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-age,
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-location,
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-zip-post {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-location,
  #main:not(.empty-right):not(.empty-right) .member_advance_search_form .member-search-inline-wrapper .item-zip-post {
    width: 33.33%;
  }
}
#page_user_register #content .form-login-custom-fb .custom_fb .google-btn-container .google-btn,
#page_user_login #content .form-login-custom-fb .custom_fb .google-btn-container .google-btn {
  width: 250px;
}
#page_user_register #content .custom_login_fb .google-btn-container .google-btn,
#page_user_login #content .custom_login_fb .google-btn-container .google-btn,
#page_user_register #content .custom_signup_fb .google-btn-container .google-btn,
#page_user_login #content .custom_signup_fb .google-btn-container .google-btn {
  width: 250px;
}
.google-btn-container {
  cursor: pointer;
}
.google-btn-container .google-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-btn-container .g-icon {
  width: 18px;
  height: 18px;
  padding: 1px;
  display: inline-flex;
}
html[dir="ltr"] .google-btn-container .g-icon {
  margin-right: 8px;
}
html[dir="rtl"] .google-btn-container .g-icon {
  margin-left: 8px;
}
.google-btn-container .g-icon img {
  width: 100%;
  height: 100%;
}
/** Start Google login button **/
.guest-login-small .google-btn-container {
  display: inline-flex;
  border-left: 1px solid #dcdcdc;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .guest-login-small .google-btn-container {
  margin-left: 8px;
}
html[dir="rtl"] .guest-login-small .google-btn-container {
  margin-right: 8px;
}
html[dir="ltr"] .guest-login-small .google-btn-container {
  margin-right: 8px;
}
html[dir="rtl"] .guest-login-small .google-btn-container {
  margin-left: 8px;
}
html[dir="ltr"] .guest-login-small .google-btn-container {
  padding-left: 8px;
}
html[dir="rtl"] .guest-login-small .google-btn-container {
  padding-right: 8px;
}
.guest-login-small .google-btn-container .google-btn {
  display: inline-flex;
  width: auto;
}
.guest-login-small .google-btn-container .g-icon {
  width: 32px;
  height: 32px;
  padding: 1px;
}
html[dir="ltr"] .guest-login-small .google-btn-container .g-icon {
  margin-right: 0;
}
html[dir="rtl"] .guest-login-small .google-btn-container .g-icon {
  margin-left: 0;
}
html[dir='rtl'] .guest-login-small .google-btn-container {
  border-left: none;
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 480px) {
  html[dir="ltr"] .guest-login-small .google-btn-container,
  html[dir="ltr"] .login-menu-btns-xs .google-btn-container {
    margin-left: 0 !important;
  }
  html[dir="rtl"] .guest-login-small .google-btn-container,
  html[dir="rtl"] .login-menu-btns-xs .google-btn-container {
    margin-right: 0 !important;
  }
}
.guest_login_small.google-login-wrapper,
.login-menu-btns-xs.google-login-wrapper {
  display: inline-flex;
}
.guest_login_small .google-btn-container,
.login-menu-btns-xs .google-btn-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .guest_login_small .google-btn-container,
html[dir="ltr"] .login-menu-btns-xs .google-btn-container {
  margin-left: 8px;
}
html[dir="rtl"] .guest_login_small .google-btn-container,
html[dir="rtl"] .login-menu-btns-xs .google-btn-container {
  margin-right: 8px;
}
html[dir="ltr"] .guest_login_small .google-btn-container,
html[dir="ltr"] .login-menu-btns-xs .google-btn-container {
  margin-right: 8px;
}
html[dir="rtl"] .guest_login_small .google-btn-container,
html[dir="rtl"] .login-menu-btns-xs .google-btn-container {
  margin-left: 8px;
}
.guest_login_small .google-btn-container .google-btn,
.login-menu-btns-xs .google-btn-container .google-btn {
  display: inline-flex;
  width: auto;
}
.guest_login_small .google-btn-container .g-icon,
.login-menu-btns-xs .google-btn-container .g-icon {
  width: 40px;
  height: 40px;
  padding: 2px;
}
html[dir="ltr"] .guest_login_small .google-btn-container .g-icon,
html[dir="ltr"] .login-menu-btns-xs .google-btn-container .g-icon {
  margin-right: 0;
}
html[dir="rtl"] .guest_login_small .google-btn-container .g-icon,
html[dir="rtl"] .login-menu-btns-xs .google-btn-container .g-icon {
  margin-left: 0;
}
@media (max-width: 479px) {
  .login-menu-btns-xs.google-login-wrapper {
    display: flex;
  }
  .login-menu-btns-xs.google-login-wrapper .google-btn-container {
    margin: 0;
    min-width: 40px;
  }
}
/** End Google login button **/
/*End user*/
/*Begin ' . Photos . '*/
/*=============================
=            photo            =
=============================*/
.text-transition {
  transition: color 0.3s;
}
.album-collection {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.album-collection .flag_style_parent {
  position: absolute;
  display: flex;
  right: 8px;
  top: 0;
}
.album-collection .photo-album-item {
  width: 33.33%;
  margin-bottom: 24px;
  position: relative;
}
.album-collection .photo-album-item .item-outer {
  display: flex;
  flex-direction: column;
  position: relative;
}
.album-collection .photo-album-item .item-outer .item-media {
  position: relative;
  transition: box-shadow 0.3s;
}
.album-collection .photo-album-item .item-outer .item-media a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.album-collection .photo-album-item .item-outer .item-media a:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.album-collection .photo-album-item .item-outer .item-media .item-total-photo {
  height: 40px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.album-collection .photo-album-item .item-outer .item-media .item-total-photo .ico {
  margin-right: 10px;
  display: inline-block;
}
html[dir='rtl'] .album-collection .photo-album-item .item-outer .item-media .item-total-photo {
  right: auto;
  left: 8px;
}
html[dir='rtl'] .album-collection .photo-album-item .item-outer .item-media .item-total-photo .ico {
  margin-right: 0;
  margin-left: 10px;
}
.album-collection .photo-album-item .item-outer .item-media:before,
.album-collection .photo-album-item .item-outer .item-media:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 100%;
  transition: background-color 0.3s;
}
.album-collection .photo-album-item .item-outer .item-media:before {
  background-color: #dcdcdc;
  left: 4px;
  right: 4px;
}
.album-collection .photo-album-item .item-outer .item-media:after {
  left: 8px;
  right: 8px;
  background-color: #eeeeee;
  margin-top: 4px;
}
.album-collection .photo-album-item .item-outer .item-inner {
  position: relative;
}
html[dir="ltr"] .album-collection .photo-album-item .item-outer .item-inner.has-permission {
  padding-right: 24px;
}
html[dir="rtl"] .album-collection .photo-album-item .item-outer .item-inner.has-permission {
  padding-left: 24px;
}
.album-collection .photo-album-item .item-outer .item-inner .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
.album-collection .photo-album-item .item-outer .item-inner .item-title a {
  font-size: 16px;
  line-height: 21px;
  color: #555555;
}
.album-collection .photo-album-item .item-outer .item-inner .item-author {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.album-collection .photo-album-item .item-outer .item-inner .item-author .user_profile_link_span {
  display: inline-block;
}
.album-collection .photo-album-item .item-outer .item-inner .item-author .user_profile_link_span,
.album-collection .photo-album-item .item-outer .item-inner .item-author .user_profile_link_span a {
  font-weight: normal !important;
}
.album-collection .photo-album-item .item-outer:hover .item-title a {
  color: #ac1a2f;
}
.album-collection .photo-album-item .item-outer:hover .item-media {
  box-shadow: 0px 10px 20px 0px rgba(38, 129, 213, 0.2);
}
.album-collection .photo-album-item .item-outer:hover .item-media:before {
  background-color: #d8213b;
}
.album-collection .photo-album-item .item-outer:hover .item-media:after {
  background-color: #ed8b99;
}
@media screen and (max-width: 767px) {
  .album-collection .photo-album-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .album-collection .photo-album-item {
    width: 100%;
  }
}
.album-collection .photo-album-item .moderation_row {
  position: absolute;
  top: 0;
  left: 0;
}
html[dir='rtl'] .album-collection .photo-album-item .moderation_row {
  right: 0;
  left: auto;
}
.album-collection .photo-album-item .item-option {
  position: absolute;
  right: -8px;
  top: -8px;
}
.album-collection .photo-album-item .item-option span[data-toggle="dropdown"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.album-collection .photo-album-item .item-option .row_edit_bar_action .ico {
  color: #a2a2a2;
}
html[dir='rtl'] .album-collection .photo-album-item .item-option {
  left: -8px;
  right: auto;
}
.photo-featured {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.photo-featured li {
  width: 50%;
  padding: 0 1px;
  margin-bottom: 2px;
  position: relative;
}
.photo-featured li a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.photo-featured li a:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.photo-featured li .photo_like {
  font-size: 12px;
  color: #fff;
  height: 24px;
  bottom: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
@media (max-width: 991px) {
  .photo-featured li .photo_like {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .photo-featured li .photo_like {
    display: none;
  }
}
html[dir='rtl'] .photo-featured li .photo_like {
  right: 4px;
  left: auto;
}
.photo-featured li:hover .photo_like {
  opacity: 1;
}
.photo-featured li:only-child {
  width: 100%;
}
.photo-featured.photo-featured-count-1 li {
  width: 100%;
}
.photo-featured.photo-featured-count-2 li {
  width: 50%;
}
.photo-featured.photo-featured-count-3 li {
  width: 50%;
}
.photo-featured.photo-featured-count-3 li:first-of-type {
  width: 100%;
}
.photo-featured.photo-featured-count-3 li:first-of-type > a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.photo-featured.photo-featured-count-3 li:first-of-type > a:before {
  content: "";
  display: block;
  padding-bottom: 68%;
}
@media (max-width: 767px) and (min-width: 641px) {
  .photo-featured li {
    width: 25% !important;
  }
  .photo-featured li > a {
    display: block !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .photo-featured li > a:before {
    content: "" !important;
    display: block !important;
    padding-bottom: 80% !important;
  }
}
@media (max-width: 640px) and (min-width: 481px) {
  .photo-featured li {
    width: 33.33% !important;
  }
  .photo-featured li > a {
    display: block !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .photo-featured li > a:before {
    content: "" !important;
    display: block !important;
    padding-bottom: 80% !important;
  }
}
.photo-listing {
  margin: 0 -2px;
  position: relative;
}
[data-mode-view="casual"] .photo-listing {
  margin-bottom: 60px;
}
[data-mode-view="casual"] .photo-listing .js_pager_view_more_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -50px;
}
[data-mode-view="casual"] .photo-listing .photo-listing-item .item-media img {
  width: 100%;
}
.photo-listing .photo-listing-item {
  padding: 0 2px;
  margin-bottom: 4px;
}
[data-mode-view="grid"] .photo-listing .photo-listing-item {
  float: left;
}
[data-mode-view="grid"] .photo-listing .photo-listing-item .item-outer .photo-mature.item-media:after,
[data-mode-view="grid"] .photo-listing .photo-listing-item .moderation_row,
[data-mode-view="grid"] .photo-listing .photo-listing-item .item-option {
  opacity: 1 !important;
}
[data-mode-view="grid"] .photo-listing .photo-listing-item .item-outer .item-media img {
  display: none !important;
}
[data-mode-view="grid"] .photo-listing .photo-listing-item.photo-mature .item-media {
  filter: blur(2.5px);
}
[data-mode-view="casual"] .photo-listing .photo-listing-item.casual-view .item-outer .photo-mature.item-media:after,
[data-mode-view="casual"] .photo-listing .photo-listing-item.casual-view .moderation_row,
[data-mode-view="casual"] .photo-listing .photo-listing-item.casual-view .item-option {
  opacity: 1 !important;
}
[data-mode-view="casual"] .photo-listing .photo-listing-item .photo-mature img {
  filter: blur(2.5px);
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1),
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1),
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2),
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2) {
  width: 50%;
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1) .item-media,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1) .item-media,
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2) .item-media,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1) .item-media:before,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1) .item-media:before,
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2) .item-media:before,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media screen and (max-width: 480px) {
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+1),
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+2) {
    width: 50%;
  }
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4),
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) {
  width: 38%;
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media:before,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 1199px) {
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) {
    width: 50%;
  }
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media,
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media:before,
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) .item-media:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 480px) {
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+4) {
    width: 50%;
  }
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3),
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3),
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5),
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) {
  width: 31%;
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media,
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media:before,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media:before,
#main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media:before,
#main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 123.09%;
}
@media screen and (max-width: 1199px) {
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3),
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) {
    width: 50%;
  }
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media,
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media,
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media,
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media:before,
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3) .item-media:before,
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media:before,
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) .item-media:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 480px) {
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+3),
  #main:not(.empty-right) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5),
  #main:not(.empty-left) [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(5n+5) {
    width: 50%;
  }
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1),
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1),
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2),
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2),
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3),
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3) {
  width: 33.33%;
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1) .item-media,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1) .item-media,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2) .item-media,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2) .item-media,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3) .item-media,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1) .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1) .item-media:before,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2) .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2) .item-media:before,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3) .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1),
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+1),
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2),
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+2),
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3),
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+3) {
    width: 50%;
  }
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4),
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4),
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7),
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) {
  width: 22%;
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media:before,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 128.15%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4),
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4),
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7),
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) {
    width: 50%;
  }
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media,
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media:before,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+4) .item-media:before,
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media:before,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+7) .item-media:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5),
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5),
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6),
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) {
  width: 28%;
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media:before,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5),
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5),
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6),
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) {
    width: 50%;
  }
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media,
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media:before,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+5) .item-media:before,
  #main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media:before,
  #main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(7n+6) .item-media:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+1),
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+2),
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+3),
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+4) {
  width: 25%;
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+1) .item-media,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+2) .item-media,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+3) .item-media,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+4) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+1) .item-media:before,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+2) .item-media:before,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+3) .item-media:before,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+4) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+1),
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+2),
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+3),
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+4) {
    width: 50%;
  }
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+6),
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+7),
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+8) {
  width: 22%;
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+6) .item-media,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+7) .item-media,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+8) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+6) .item-media:before,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+7) .item-media:before,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+8) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+6),
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+7),
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+8) {
    width: 50%;
  }
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+6) .item-media,
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+7) .item-media,
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+8) .item-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+6) .item-media:before,
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+7) .item-media:before,
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+8) .item-media:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+5),
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+9) {
  width: 17%;
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+5) .item-media,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+9) .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+5) .item-media:before,
#main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+9) .item-media:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+5),
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+9) {
    width: 50%;
  }
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+5) .item-media,
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+9) .item-media {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+5) .item-media:before,
  #main.empty-right.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item:nth-of-type(9n+9) .item-media:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
#main.empty-right [data-mode-view="casual"] .photo-listing .photo-listing-item,
#main.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item {
  width: 33.33%;
}
#main.empty-right [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media,
#main.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media {
  background-image: none !important;
}
#main.empty-right [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media img,
#main.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right [data-mode-view="casual"] .photo-listing .photo-listing-item,
  #main.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item {
    width: 50%;
  }
}
#main.empty-right.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item {
  width: 33.33%;
}
#main.empty-right.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media {
  background-image: none !important;
}
#main.empty-right.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1199px) {
  #main.empty-right.empty-left [data-mode-view="casual"] .photo-listing .photo-listing-item {
    width: 50%;
  }
}
#main:not(.empty-right) [data-mode-view="casual"] .photo-listing .photo-listing-item,
#main:not(.empty-left) [data-mode-view="casual"] .photo-listing .photo-listing-item {
  width: 33.33%;
}
#main:not(.empty-right) [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media,
#main:not(.empty-left) [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media {
  background-image: none !important;
}
#main:not(.empty-right) [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media img,
#main:not(.empty-left) [data-mode-view="casual"] .photo-listing .photo-listing-item .item-outer .item-media img {
  max-width: 100%;
  max-height: 100%;
}
#main:not(.empty-right) [data-mode-view="casual"] .photo-listing .photo-listing-item .casual-view .item-option,
#main:not(.empty-left) [data-mode-view="casual"] .photo-listing .photo-listing-item .casual-view .item-option {
  display: block;
}
@media screen and (max-width: 1199px) {
  #main:not(.empty-right) [data-mode-view="casual"] .photo-listing .photo-listing-item,
  #main:not(.empty-left) [data-mode-view="casual"] .photo-listing .photo-listing-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .photo-listing .photo-listing-item {
    width: 50% !important;
  }
}
.photo-listing .photo-listing-item .item-outer {
  position: relative;
}
.photo-listing .photo-listing-item .item-outer .item-media:after {
  content: "";
  display: flex;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.10196) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.10196) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.10196) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .photo-listing .photo-listing-item .item-outer .item-media:after {
    opacity: 1;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.02) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.02) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.02) 100%);
    top: auto;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .photo-listing .photo-listing-item .item-outer .item-media:after {
    height: 52px;
  }
}
.photo-listing .photo-listing-item .item-outer .item-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}
html[dir="ltr"] .photo-listing .photo-listing-item .item-outer .item-inner.has-permission {
  padding-right: 40px;
}
html[dir="rtl"] .photo-listing .photo-listing-item .item-outer .item-inner.has-permission {
  padding-left: 40px;
}
.photo-listing .photo-listing-item .item-outer .item-inner .item-title {
  color: #fff;
  display: block;
}
@media (min-width: 1200px) {
  .photo-listing .photo-listing-item .item-outer .item-inner .item-title {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 18px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 36px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main:not(.empty-right) .photo-listing .photo-listing-item .item-outer .item-inner .item-title {
    font-size: 14px;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main.empty-right .photo-listing .photo-listing-item .item-outer .item-inner .item-title {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 18px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 36px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-listing .photo-listing-item .item-outer .item-inner .item-title {
    font-size: 14px;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .photo-listing .photo-listing-item .item-outer .item-inner .item-title {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .photo-listing .photo-listing-item .item-outer .item-inner .item-stats {
    margin-bottom: 0;
  }
}
.photo-listing .photo-listing-item .item-outer .item-inner .item-stats span {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  white-space: nowrap;
}
.photo-listing .photo-listing-item .item-outer .item-inner .item-author {
  font-size: 12px;
  line-height: 16px;
  color: #c8c8c8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  display: block;
}
.photo-listing .photo-listing-item .item-outer .item-inner .item-author .user_profile_link_span {
  display: inline-block;
}
.photo-listing .photo-listing-item .item-outer .item-inner .item-author .user_profile_link_span,
.photo-listing .photo-listing-item .item-outer .item-inner .item-author .user_profile_link_span a {
  font-weight: normal !important;
  color: #c8c8c8 !important;
}
@media screen and (max-width: 1024px) {
  .photo-listing .photo-listing-item .item-outer .item-inner {
    opacity: 1;
  }
}
.photo-listing .photo-listing-item .item-outer:hover .item-media:after,
.photo-listing .photo-listing-item .item-outer:hover .item-inner {
  opacity: 1;
}
html[dir='rtl'] .photo-listing .photo-listing-item {
  float: right;
}
html[dir='rtl'] .photo-listing .photo-listing-item .item-outer .item-inner {
  padding-right: 8px;
  padding-left: 40px;
}
html[dir='rtl'] .photo-listing .photo-listing-item .item-outer .item-inner .item-stats span {
  margin-right: 0;
  margin-left: 16px;
}
.photo-listing .item-media-flag {
  top: 0;
  position: absolute;
  display: flex;
}
html[dir="ltr"] .photo-listing .item-media-flag {
  right: 8px;
}
html[dir="rtl"] .photo-listing .item-media-flag {
  left: 8px;
}
.photo-listing .photo-button-option {
  position: absolute;
  right: 4px;
  bottom: 4px;
  opacity: 0;
}
.photo-listing .photo-button-option .dropdown .row_edit_bar_action {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s;
}
.photo-listing .photo-button-option .dropdown .row_edit_bar_action i.ico {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.photo-listing .photo-button-option .dropdown .row_edit_bar_action:hover i.ico {
  color: #FFF;
}
.photo-listing .photo-button-option .dropdown .dropdown-menu {
  margin-top: 0;
  top: auto;
  bottom: 100%;
  margin-bottom: 8px;
  transform: translate3d(0, 20px, 0);
}
.photo-listing .photo-button-option .dropdown .dropdown-menu:after {
  transform: rotate(180deg);
  top: 100%;
  right: 12px;
  border-width: 5px;
}
html[dir='rtl'] .photo-listing .photo-button-option .dropdown .dropdown-menu:after {
  left: 12px;
  right: auto;
}
.photo-listing .photo-button-option .dropdown .dropdown-menu a .ico {
  margin-right: 12px;
}
html[dir='rtl'] .photo-listing .photo-button-option .dropdown .dropdown-menu a .ico {
  margin-right: 0;
  margin-left: 12px;
}
.photo-listing .photo-button-option .dropdown.open .row_edit_bar_action {
  background-color: #ac1a2f;
}
.photo-listing .photo-button-option .dropdown.open .row_edit_bar_action .ico-gear-o {
  color: #FFF;
}
.photo-listing .photo-button-option .dropdown.open .dropdown-menu {
  transform: translate3d(0, 1px, 0);
}
html[dir='rtl'] .photo-listing .photo-button-option {
  left: 4px;
  right: auto;
}
.photo-listing .moderation_row {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
html[dir='rtl'] .photo-listing .moderation_row {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  #main.empty-right .album-collection .photo-album-item,
  #main.empty-left .album-collection .photo-album-item {
    width: 25%;
  }
  #main.empty-right.empty-left .album-collection .photo-album-item {
    width: 20%;
  }
}
.stream_photo.photo-mature:not(.active) > span:after {
  content: "\ea05" !important;
  background: rgba(23, 23, 23, 0.9) !important;
  opacity: 1 !important;
  font-family: 'lineficon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: absolute;
  left: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  top: -1px !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none;
}
.photo-listing-item.photo-mature .item-outer:after,
.photo-widget-block .photo-mature:after,
.activity_feed_multiple_image .photo-mature:after {
  content: "\ea05" !important;
  background: rgba(23, 23, 23, 0.9) !important;
  opacity: 1 !important;
  font-family: 'lineficon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: absolute;
  left: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  top: -1px !important;
  width: auto !important;
  height: auto !important;
  pointer-events: none;
}
.photo-listing-item.photo-mature .item-outer .item-inner,
.photo-widget-block .photo-mature .item-inner,
.activity_feed_multiple_image .photo-mature .item-inner,
.photo-listing-item.photo-mature .item-outer .moderation_row,
.photo-widget-block .photo-mature .moderation_row,
.activity_feed_multiple_image .photo-mature .moderation_row,
.photo-listing-item.photo-mature .item-outer .photo-button-option,
.photo-widget-block .photo-mature .photo-button-option,
.activity_feed_multiple_image .photo-mature .photo-button-option {
  z-index: 2;
}
.photo-listing-item.photo-mature .item-outer .item-media:after,
.photo-widget-block .photo-mature .item-media:after,
.activity_feed_multiple_image .photo-mature .item-media:after {
  display: none !important;
}
.photo-listing-item.photo-mature .item-outer > span,
.photo-widget-block .photo-mature > span,
.activity_feed_multiple_image .photo-mature > span {
  z-index: 1;
}
#page_photo_album .item_bar_action {
  width: 32px;
  height: 32px;
  background-color: transparent;
}
#page_photo_album .item_description {
  margin-bottom: 16px;
}
#page_photo_album .item_description:empty {
  display: none;
}
#page_photo_album .item-comment .comment-mini-content-commands {
  margin-top: 0;
  border-top: 0;
}
#page_photo_album .photo-icon {
  position: absolute;
  right: 16px;
  top: 0;
  display: flex;
}
#page_photo_album .layout-middle {
  position: relative;
}
#page_photo_view .photos_view {
  display: block;
}
@media (max-width: 480px) {
  #page_photo_view .photos_view {
    margin: 0 -16px;
  }
}
#page_photo_view .photos_view .photos_view_loader {
  position: absolute;
}
#page_photo_view .photos_view .image_load_holder {
  min-height: 400px;
}
@media (max-width: 768px) {
  #page_photo_view .photos_view .image_load_holder {
    min-height: 300px;
  }
}
#page_photo_view.photo_is_active .photos_view .image_load_holder {
  min-height: auto;
}
#page_photo_view .header-page-title,
#page_photo_album .header-page-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 0;
}
#page_photo_view .header-page-title a,
#page_photo_album .header-page-title a {
  font-size: 24px;
  word-break: break-word;
  word-wrap: break-word;
}
#page_photo_view .item_info,
#page_photo_album .item_info {
  display: flex;
  align-items: center;
  height: auto;
  max-height: none;
  padding-bottom: 12px;
  margin: 0;
  line-height: unset;
}
html[dir="ltr"] #page_photo_view .item_info,
html[dir="ltr"] #page_photo_album .item_info {
  padding-right: 24px;
}
html[dir="rtl"] #page_photo_view .item_info,
html[dir="rtl"] #page_photo_album .item_info {
  padding-left: 24px;
}
#page_photo_view .item_info .img-wrapper,
#page_photo_album .item_info .img-wrapper,
#page_photo_view .item_info .no_image_user,
#page_photo_album .item_info .no_image_user {
  border-radius: 100%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
html[dir="ltr"] #page_photo_view .item_info .img-wrapper,
html[dir="ltr"] #page_photo_album .item_info .img-wrapper,
html[dir="ltr"] #page_photo_view .item_info .no_image_user,
html[dir="ltr"] #page_photo_album .item_info .no_image_user {
  margin-right: 8px;
}
html[dir="rtl"] #page_photo_view .item_info .img-wrapper,
html[dir="rtl"] #page_photo_album .item_info .img-wrapper,
html[dir="rtl"] #page_photo_view .item_info .no_image_user,
html[dir="rtl"] #page_photo_album .item_info .no_image_user {
  margin-left: 8px;
}
#page_photo_view .item_info .img-wrapper img,
#page_photo_album .item_info .img-wrapper img {
  width: 100%;
  height: 100%;
}
#page_photo_view .item_info .no_image_user span,
#page_photo_album .item_info .no_image_user span {
  font-size: 11px;
}
#page_photo_view .item_info .item_info_author,
#page_photo_album .item_info .item_info_author {
  overflow: hidden;
}
#page_photo_view .item_info .item_info_author div,
#page_photo_album .item_info .item_info_author div {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: block;
}
#page_photo_view .item_info .item_info_author div:last-of-type,
#page_photo_album .item_info .item_info_author div:last-of-type {
  margin-top: 4px;
}
#page_photo_view .item_info .item_info_author div:last-of-type a,
#page_photo_album .item_info .item_info_author div:last-of-type a {
  text-decoration: none;
}
#page_photo_view .item_info .item_info_author div .user_profile_link_span,
#page_photo_album .item_info .item_info_author div .user_profile_link_span,
#page_photo_view .item_info .item_info_author div .user_profile_link_span a,
#page_photo_album .item_info .item_info_author div .user_profile_link_span a {
  font-weight: normal !important;
}
#page_photo_view .item_bar,
#page_photo_album .item_bar {
  right: -10px;
  z-index: 8;
}
#page_photo_view .item_bar .item_bar_action,
#page_photo_album .item_bar .item_bar_action {
  width: 32px;
  height: 32px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
}
#page_photo_view .item_bar .item_bar_action:hover .ico:before,
#page_photo_album .item_bar .item_bar_action:hover .ico:before {
  content: "\ea88";
}
#page_photo_view .item_bar .dropdown-menu,
#page_photo_album .item_bar .dropdown-menu {
  margin-top: 0;
}
#page_photo_view .item_bar .open .item_bar_action .ico:before,
#page_photo_album .item_bar .open .item_bar_action .ico:before {
  content: "\ea88";
}
html[dir='rtl'] #page_photo_view .item_bar,
html[dir='rtl'] #page_photo_album .item_bar {
  left: -10px;
  right: auto;
}
#page_photo_view .item-comment,
#page_photo_album .item-comment {
  position: relative;
  min-height: 48px;
  border-bottom: 1px solid #eeeeee;
}
#page_photo_view .item-comment .comment_mini_content_border,
#page_photo_album .item-comment .comment_mini_content_border {
  border-radius: 0;
  margin: 0;
}
#page_photo_view .item-comment .comment_mini_content_border .comment-mini-content-commands,
#page_photo_album .item-comment .comment_mini_content_border .comment-mini-content-commands {
  padding-left: 0;
  padding: 8px 0;
  border-bottom: 0;
}
#page_photo_view .item-comment .item-total-view,
#page_photo_album .item-comment .item-total-view {
  color: #a2a2a2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page_photo_view .item-comment .item-total-view span,
#page_photo_album .item-comment .item-total-view span {
  color: #555555;
  font-weight: bold;
}
html[dir='rtl'] #page_photo_view .item-comment .item-total-view,
html[dir='rtl'] #page_photo_album .item-comment .item-total-view {
  left: 0;
  right: auto;
}
#page_photo_view .js_moderation_on,
#page_photo_album .js_moderation_on {
  border-top: 1px solid #eeeeee;
}
#page_photo_view .item-category,
#page_photo_album .item-category,
#page_photo_view .item-album-info,
#page_photo_album .item-album-info {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
#page_photo_view .item-category a,
#page_photo_album .item-category a,
#page_photo_view .item-album-info a,
#page_photo_album .item-album-info a {
  color: #555555;
}
#page_photo_view .item-category a:hover,
#page_photo_album .item-category a:hover,
#page_photo_view .item-album-info a:hover,
#page_photo_album .item-album-info a:hover {
  color: #801323;
}
#page_photo_view .item_tag_holder,
#page_photo_album .item_tag_holder {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
  font-size: 12px;
  line-height: 16px;
}
#page_photo_view .item_tag_holder .item_tag,
#page_photo_album .item_tag_holder .item_tag {
  color: #a2a2a2;
}
#page_photo_view .item_tag_holder a,
#page_photo_album .item_tag_holder a {
  color: #555555 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_photo_view .item_tag_holder a:hover,
#page_photo_album .item_tag_holder a:hover {
  color: #801323 !important;
}
@media (max-width: 480px) {
  #page_photo_view .item_info .item_info_author .photo-author {
    display: flex;
    flex-flow: wrap;
  }
  #page_photo_view .item_info .item_info_author .photo-author .user_profile_link_span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  html[dir='ltr'] #page_photo_view .item_info .item_info_author .photo-author .user_profile_link_span {
    margin-right: 4px;
  }
  html[dir='rtl'] #page_photo_view .item_info .item_info_author .photo-author .user_profile_link_span {
    margin-left: 4px;
  }
}
#page_photo_view #show_photos_tab a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
  justify-content: center;
}
html[dir="ltr"] #page_photo_view #show_photos_tab a {
  left: 0;
}
html[dir="rtl"] #page_photo_view #show_photos_tab a {
  right: 0;
}
@media (min-width: 768px) {
  #page_photo_view #show_photos_tab a {
    height: 88px;
  }
}
#page_photo_view #show_photos_tab a .ico {
  margin-bottom: 4px;
}
#page_photo_view ._block_top .header-page-title {
  display: none !important;
}
#page_photo_view ._block_breadcrumb .breadcrumbs-bottom {
  display: none !important;
}
#page_photo_view .item_view .item_info {
  border-bottom: 0;
}
#page_photo_view .layout-middle {
  position: relative;
}
#page_photo_view .photo-icon {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] #page_photo_view .photo-icon {
  right: 0;
}
html[dir="rtl"] #page_photo_view .photo-icon {
  left: 0;
}
#page_photo_view #noteform {
  width: 224px !important;
}
#page_photo_view .photos_view {
  margin-bottom: 0;
  background: #dcdcdc;
}
#page_photo_view .photos_view .image_load_holder img {
  max-width: 100%;
}
#page_photo_view .photos_view .image_load_holder span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
}
#page_photo_view .photos_view .image_load_holder span:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#page_photo_view .photos_view:hover ._a_back {
  opacity: 1;
}
#page_photo_view .photos_view ._a_back {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0 12px;
  height: 32px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 16px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] #page_photo_view .photos_view ._a_back {
  left: 16px;
}
html[dir="rtl"] #page_photo_view .photos_view ._a_back {
  right: 16px;
}
@media (max-width: 1024px) {
  #page_photo_view .photos_view ._a_back {
    display: none !important;
  }
}
html[dir='rtl'] #page_photo_view .photos_view ._a_back {
  left: auto;
}
html[dir='rtl'] #page_photo_view .photos_view ._a_back .ico {
  transform: rotate(180deg);
}
#page_photo_view .photos_view ._a_back .ico {
  margin: 0;
  font-size: 14px;
}
html[dir="ltr"] #page_photo_view .photos_view ._a_back .ico {
  margin-right: 8px;
}
html[dir="rtl"] #page_photo_view .photos_view ._a_back .ico {
  margin-left: 8px;
}
#page_photo_view .photo_tag_in_photo {
  margin-top: 0;
  color: #a2a2a2;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 480px) {
  #page_photo_view .photo_tag_in_photo {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
#page_photo_view .photo_tag_in_photo p {
  margin-bottom: 0;
  white-space: nowrap;
}
#page_photo_view .photo_tag_in_photo #js_photo_in_this_photo {
  display: flex;
  flex-flow: wrap;
}
#page_photo_view .photo_tag_in_photo #js_photo_in_this_photo .tag_sperator {
  margin-right: 4px;
}
html[dir='rtl'] #page_photo_view .photo_tag_in_photo #js_photo_in_this_photo .tag_sperator {
  margin-right: 0;
  margin-left: 4px;
}
#page_photo_view .photo_tag_in_photo #js_photo_in_this_photo span {
  color: #ac1a2f;
}
#page_photo_view .photo_tag_in_photo #js_photo_in_this_photo span .user_link {
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_photo_view .photo_tag_in_photo #js_photo_in_this_photo span .user_link:hover {
  color: #801323;
}
#page_photo_view .photo_tag_in_photo #js_photo_in_this_photo span a:not(.user_link) {
  display: none;
}
#page_photo_view .photo_tag_in_photo.edit {
  display: flex !important;
  padding: 0;
  padding-bottom: 4px;
  border-bottom: 0;
}
#page_photo_view .photo_tag_in_photo.edit + .photos-action-wrapper {
  display: none;
}
@media (max-width: 480px) {
  #page_photo_view .photo_tag_in_photo.edit {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  #page_photo_view .photo_tag_in_photo.edit {
    padding-top: 32px;
  }
}
@media (min-width: 481px) {
  html[dir='ltr'] #page_photo_view .photo_tag_in_photo.edit {
    padding-right: 120px;
  }
  html[dir='rtl'] #page_photo_view .photo_tag_in_photo.edit {
    padding-left: 120px;
  }
}
#page_photo_view .photo_tag_in_photo.edit p {
  line-height: 24px;
}
#page_photo_view .photo_tag_in_photo.edit .tag_sperator {
  display: none !important;
}
#page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo {
  display: flex;
}
#page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span {
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 4px;
  background-color: #eeeeee;
  color: #555555;
  transition: all 0.3s;
  margin-bottom: 3px;
}
#page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span .user_link {
  color: #555555;
}
#page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span a:not(.user_link) {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  width: 24px;
  height: 24px;
  justify-content: center;
  color: #555555;
  transition: color 0.3s;
}
#page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span a:not(.user_link) i.ico {
  position: relative;
  left: 1px;
}
html[dir='ltr'] #page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span a:not(.user_link) {
  margin-right: -8px;
}
html[dir='rtl'] #page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span a:not(.user_link) {
  margin-left: -8px;
}
#page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span:hover {
  border-color: #ac1a2f;
  color: #fff;
  background-color: #ac1a2f;
}
#page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span:hover a {
  color: #fff;
}
html[dir='rtl'] #page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span {
  margin-right: 0;
  margin-left: 4px;
}
#page_photo_view .photos_actions {
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}
#page_photo_view .photos_actions > ul {
  display: flex;
  flex-wrap: wrap;
}
#page_photo_view .photos_actions > ul > li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}
html[dir="ltr"] #page_photo_view .photos_actions > ul > li {
  margin-right: 8px;
}
html[dir="rtl"] #page_photo_view .photos_actions > ul > li {
  margin-left: 8px;
}
#page_photo_view .photos_actions > ul > li a {
  display: flex;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 8px;
  padding-right: 8px;
}
#page_photo_view .photos_actions > ul > li a span {
  transition: all 0.3s;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] #page_photo_view .photos_actions > ul > li a span {
  margin-right: 8px;
}
html[dir="rtl"] #page_photo_view .photos_actions > ul > li a span {
  margin-left: 8px;
}
#page_photo_view .photos_actions > ul > li a span .ico {
  color: #555555;
}
#page_photo_view .photos_actions > ul > li b {
  color: #555555;
  transition: color 0.3s;
  white-space: nowrap;
}
html[dir="ltr"] #page_photo_view .photos_actions > ul > li.rotate-left a:first-of-type {
  margin-right: 8px;
}
html[dir="rtl"] #page_photo_view .photos_actions > ul > li.rotate-left a:first-of-type {
  margin-left: 8px;
}
#page_photo_view .photos_actions > ul > li.active a {
  background: #801323;
  box-shadow: 0px 6px 12px 0px rgba(128, 19, 35, 0.4);
}
#page_photo_view .photos_actions > ul > li.active a .ico {
  color: #fff !important;
}
#page_photo_view .photos_actions > ul > li.active a b {
  color: #fff;
}
#page_photo_view .photos_actions > ul > li:hover a span .ico {
  color: #801323;
}
#page_photo_view .photos_actions > ul > li:hover b {
  color: #801323;
}
#page_photo_view .photos_actions > ul > li.photos_tag.active > b {
  color: #ac1a2f;
}
#page_photo_view .photos_actions > ul > li.photos_tag.active .js_hover_title {
  background-image: -moz-linear-gradient(-20deg, #38bce9 0%, #2f9fdf 30%, #2681d5 100%);
  background-image: -webkit-linear-gradient(-20deg, #38bce9 0%, #2f9fdf 30%, #2681d5 100%);
  background-image: -ms-linear-gradient(-20deg, #38bce9 0%, #2f9fdf 30%, #2681d5 100%);
  box-shadow: 0px 4px 12px 0px rgba(38, 129, 213, 0.5);
  border-color: transparent;
}
#page_photo_view .photos_actions > ul > li.photos_tag.active .js_hover_title .ico {
  color: #fff;
}
#page_photo_view .item-album-info,
#page_photo_view .item-category,
#page_photo_view .item_tag_holder {
  margin-top: 0;
  margin-bottom: 4px;
}
#page_photo_view .item-size {
  display: flex;
}
#page_photo_view .item-size .item-size-stat {
  display: flex;
}
html[dir="ltr"] #page_photo_view .item-size .item-size-stat {
  margin-right: 16px;
}
html[dir="rtl"] #page_photo_view .item-size .item-size-stat {
  margin-left: 16px;
}
#page_photo_view .item-size .item-size-stat .item-title {
  color: #a2a2a2;
}
html[dir='ltr'] #page_photo_view .item-size .item-size-stat .item-title {
  margin-right: 4px;
}
html[dir='rtl'] #page_photo_view .item-size .item-size-stat .item-title {
  margin-left: 4px;
}
#page_photo_view .item_description p {
  color: #a2a2a2;
}
#page_photo_view .photos_stream {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 88px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -16px 30px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #page_photo_view .photos_stream {
    height: 56px;
  }
}
#page_photo_view .photos_stream .stream_photo {
  width: 80px;
  height: 56px;
  padding: 4px;
  transition: background-color 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  #page_photo_view .photos_stream .stream_photo {
    width: 40px;
    height: 32px;
    padding: 2px;
  }
}
#page_photo_view .photos_stream .stream_photo.active {
  background-color: #ac1a2f;
}
@media (min-width: 992px) {
  #page_photo_view .photos_stream .stream_photo:hover {
    background-color: #dcdcdc;
  }
}
#page_photo_view .photos_stream .stream_photo span {
  width: 80px;
  height: 56px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#page_photo_view .photos_stream .stream_photo span:before {
  content: "";
  display: block;
  padding-bottom: auto;
}
@media (max-width: 767px) {
  #page_photo_view .photos_stream .stream_photo span {
    width: 40px;
    height: 32px;
  }
}
#page_photo_view .photos_view #prev_photos,
#page_photo_view .photos_stream #prev_photos,
#page_photo_view .photos_view #next_photos,
#page_photo_view .photos_stream #next_photos,
#page_photo_view .photos_view #next_photo,
#page_photo_view .photos_stream #next_photo,
#page_photo_view .photos_view #previous_photo,
#page_photo_view .photos_stream #previous_photo {
  z-index: 1;
  opacity: 1;
  border-radius: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
}
@media (min-width: 992px) {
  #page_photo_view .photos_view #prev_photos:hover,
  #page_photo_view .photos_stream #prev_photos:hover,
  #page_photo_view .photos_view #next_photos:hover,
  #page_photo_view .photos_stream #next_photos:hover,
  #page_photo_view .photos_view #next_photo:hover,
  #page_photo_view .photos_stream #next_photo:hover,
  #page_photo_view .photos_view #previous_photo:hover,
  #page_photo_view .photos_stream #previous_photo:hover {
    background-color: #ac1a2f !important;
    color: #fff !important;
    border-color: #ac1a2f !important;
  }
}
#page_photo_view .photos_view #prev_photos,
#page_photo_view .photos_stream #prev_photos,
#page_photo_view .photos_view #previous_photo,
#page_photo_view .photos_stream #previous_photo {
  left: 0;
}
#page_photo_view .photos_view #next_photos,
#page_photo_view .photos_stream #next_photos,
#page_photo_view .photos_view #next_photo,
#page_photo_view .photos_stream #next_photo {
  right: 0;
}
#page_photo_view .photos_view #prev_photos,
#page_photo_view .photos_view #next_photos,
#page_photo_view .photos_view #next_photo,
#page_photo_view .photos_view #previous_photo {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: transparent !important;
}
@media (max-width: 480px) {
  #page_photo_view .photos_view #prev_photos,
  #page_photo_view .photos_view #next_photos,
  #page_photo_view .photos_view #next_photo,
  #page_photo_view .photos_view #previous_photo {
    background: transparent !important;
    box-shadow: none !important;
  }
  #page_photo_view .photos_view #prev_photos .ico,
  #page_photo_view .photos_view #next_photos .ico,
  #page_photo_view .photos_view #next_photo .ico,
  #page_photo_view .photos_view #previous_photo .ico {
    text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.16);
  }
}
#page_photo_view .photos_stream {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
}
html[dir="ltr"] #page_photo_view .photos_stream {
  padding-left: 32px;
}
html[dir="rtl"] #page_photo_view .photos_stream {
  padding-right: 32px;
}
#page_photo_view .photos_stream.hide {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  width: 0;
}
#page_photo_view .photos_stream #hide_photos {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee !important;
  border: none !important;
  color: #a2a2a2 !important;
  height: 100%;
  border-radius: 0;
  box-shadow: none !important;
}
html[dir="ltr"] #page_photo_view .photos_stream #hide_photos {
  left: 0;
}
html[dir="rtl"] #page_photo_view .photos_stream #hide_photos {
  right: 0;
}
@media (min-width: 992px) {
  #page_photo_view .photos_stream #hide_photos:hover {
    color: #555555 !important;
  }
}
#page_photo_view .photos_stream #prev_photos {
  border: none !important;
  border-right: 1px solid #eeeeee !important;
}
html[dir='ltr'] #page_photo_view .photos_stream #prev_photos {
  left: 32px;
}
#page_photo_view .photos_stream #next_photos {
  border: none !important;
  border-left: 1px solid #eeeeee !important;
}
html[dir='rtl'] #page_photo_view .photos_stream #next_photos {
  right: 32px;
}
#page_photo_view .photos_stream #prev_photos,
#page_photo_view .photos_stream #next_photos {
  width: 40px;
  top: 0;
  bottom: 0;
  transform: none;
  font-size: 14px;
  background-color: #ffffff !important;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.1);
  color: #a2a2a2 !important;
}
#page_photo_view .photos_stream #prev_photos.not-active,
#page_photo_view .photos_stream #next_photos.not-active {
  display: none !important;
}
#page_photo_view .done-tagging-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -44px;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
}
html[dir="ltr"] #page_photo_view .done-tagging-btn {
  right: 0;
}
html[dir="rtl"] #page_photo_view .done-tagging-btn {
  left: 0;
}
#page_photo_view .done-tagging-btn:before {
  font-family: 'lineficon' !important;
  content: "\eb17";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[dir="ltr"] #page_photo_view .done-tagging-btn:before {
  margin-right: 8px;
}
html[dir="rtl"] #page_photo_view .done-tagging-btn:before {
  margin-left: 8px;
}
@media (max-width: 480px) {
  #page_photo_view .done-tagging-btn {
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    color: #ac1a2f;
    bottom: -40px;
  }
  html[dir='ltr'] #page_photo_view .done-tagging-btn {
    left: 16px;
    right: auto;
  }
  html[dir='rtl'] #page_photo_view .done-tagging-btn {
    right: 16px;
    left: auto;
  }
}
.photo_edit_wrapper .photo_edit_holder .form-group:empty {
  margin: 0;
}
.photo_edit_wrapper .item-description textarea {
  min-height: 80px !important;
}
.photo_edit_wrapper .item-category .form-control {
  max-width: none !important;
  width: 100%;
}
@media (min-width: 1025px) {
  .photo_edit_wrapper .item-category .form-control {
    height: 120px;
  }
}
.photo_edit_wrapper .item-category .form-control option {
  height: 32px;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
}
html[dir="ltr"] .photo_edit_wrapper .item-category .form-control option {
  padding-left: 16px;
}
html[dir="rtl"] .photo_edit_wrapper .item-category .form-control option {
  padding-right: 16px;
}
html[dir="ltr"] .photo_edit_wrapper .item-category .form-control option {
  padding-right: 16px;
}
html[dir="rtl"] .photo_edit_wrapper .item-category .form-control option {
  padding-left: 16px;
}
.photo_edit_wrapper select[multiple]:focus option:checked {
  background: #d8213b linear-gradient(0deg, #d8213b 0%, #d8213b 100%);
}
.photo_edit_wrapper .item-mature div label {
  margin-bottom: 0;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
.photo_edit_wrapper .item-mature div label .ico {
  color: #a2a2a2;
  transition: color 0.3s;
}
html[dir='rtl'] .photo_edit_wrapper .item-mature div label .ico {
  margin-right: 0;
}
html[dir="ltr"] html[dir='rtl'] .photo_edit_wrapper .item-mature div label .ico {
  margin-left: 8px;
}
html[dir="rtl"] html[dir='rtl'] .photo_edit_wrapper .item-mature div label .ico {
  margin-right: 8px;
}
.photo_edit_wrapper .item-mature div label input {
  display: none;
}
.photo_edit_wrapper .item-mature div label input:checked + .ico {
  color: #ac1a2f;
}
.photo_edit_wrapper .item-mature div label input:checked + .ico:before {
  content: "\e990";
}
.photo_edit_wrapper .photo_edit_input .btn-round {
  border-radius: 2px;
  border-color: #555555 !important;
}
.photo_edit_wrapper .photo_edit_input .privacy_setting_div .dropdown-menu.dropdown-menu-checkmark:after {
  left: 16px;
  right: auto;
}
.item-photo-edit {
  margin: 0 -8px;
}
.item-photo-edit .form-group {
  margin-bottom: 0;
}
.item-photo-edit .photo-edit-item {
  width: 50%;
  float: left;
  margin-bottom: 32px;
}
html[dir="ltr"] .item-photo-edit .photo-edit-item {
  padding-left: 8px;
}
html[dir="rtl"] .item-photo-edit .photo-edit-item {
  padding-right: 8px;
}
html[dir="ltr"] .item-photo-edit .photo-edit-item {
  padding-right: 8px;
}
html[dir="rtl"] .item-photo-edit .photo-edit-item {
  padding-left: 8px;
}
@media (max-width: 320px) {
  .item-photo-edit .photo-edit-item {
    width: 100%;
  }
}
.item-photo-edit .photo-edit-item-inner {
  position: relative;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s;
}
.item-photo-edit .photo-edit-item-inner:hover {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.item-photo-edit .photo-edit-item-inner.delete .item-delete {
  opacity: 0;
}
.item-photo-edit .photo-edit-item-inner.delete .item-delete-bg {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.item-photo-edit .photo-edit-item .item-delete-bg {
  display: block !important;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 100px;
  transition: all 0.3s;
  visibility: hidden;
}
.item-photo-edit .photo-edit-item .item-delete-bg .delete-reverse {
  width: 32px;
  height: 32px;
  border: 2px solid #555555;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 14px;
}
.item-photo-edit .photo-edit-item .item-delete-bg .delete-reverse .ico {
  font-size: 16px;
  color: #555555;
  transition: color 0.3s;
}
.item-photo-edit .photo-edit-item .item-delete-bg .delete-reverse:hover {
  background-color: #555555;
}
.item-photo-edit .photo-edit-item .item-delete-bg .delete-reverse:hover .ico {
  color: #fff;
}
.item-photo-edit .photo-edit-item .item-media {
  position: relative;
  display: block !important;
}
.item-photo-edit .photo-edit-item .item-media .item-media-bg {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.item-photo-edit .photo-edit-item .item-media .item-media-bg:before {
  content: "";
  display: block;
  padding-bottom: 94%;
}
.item-photo-edit .photo-edit-item .item-media .item-delete {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.item-photo-edit .photo-edit-item .item-media .item-delete .ico {
  color: #fff;
  transition: color 0.3s;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.16);
}
.item-photo-edit .photo-edit-item .item-media .item-delete input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  margin-top: 0;
}
.item-photo-edit .photo-edit-item .item-media .item-delete:hover .ico {
  color: #ee5a2b;
}
.item-photo-edit .photo-edit-item .item-media .item-allow-download {
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  right: 8px;
  top: 8px;
  position: absolute;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex !important;
  width: 32px;
  height: 32px;
}
.item-photo-edit .photo-edit-item .item-media .item-allow-download .ico {
  font-size: 16px;
  color: #fff;
}
.item-photo-edit .photo-edit-item .item-media .item-allow-download.active {
  opacity: 1;
  visibility: visible;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper {
  display: flex !important;
  position: relative;
  align-items: center;
  justify-content: center;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper > div {
  height: 40px;
  flex: 1;
  display: none;
  background-color: #f8f8f8;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown {
  position: static;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown .dropdown-toggle {
  position: relative;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown .dropdown-toggle:before,
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown .dropdown-toggle:after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown .dropdown-toggle:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dcdcdc;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown .dropdown-toggle:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  bottom: -1px;
  opacity: 0;
  transition: opacity 0.3s;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown.open .dropdown-toggle {
  z-index: 1011;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown.open .dropdown-toggle:before,
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown.open .dropdown-toggle:after {
  opacity: 1;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown-menu {
  box-shadow: none;
  left: -1px;
  right: -1px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  margin-top: -1px;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper .dropdown-menu:after {
  display: none;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper > div:first-of-type {
  border-right: 1px solid #fff;
}
.item-photo-edit .photo-edit-item .photo_edit_wrapper > div:last-of-type {
  border-left: 1px solid #fff;
}
.item-photo-edit .photo-edit-item .photo_edit_input {
  order: 1;
  display: flex !important;
}
.item-photo-edit .photo-edit-item .photo_edit_input .help-block,
.item-photo-edit .photo-edit-item .photo_edit_input label,
.item-photo-edit .photo-edit-item .photo_edit_input div:empty {
  display: none;
}
.item-photo-edit .photo-edit-item .photo_edit_input .form-group {
  position: static;
  width: 100%;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active {
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: relative;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active .ico,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active .fa {
  color: #a2a2a2;
  transition: color 0.3s;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active .fa {
  font-size: 16px;
  margin-right: 4px;
  margin-left: 0;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active .fa {
  margin-right: 0;
  margin-left: 4px;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active .ico-caret-down {
  font-size: 14px;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active .txt-label {
  display: none;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active:hover,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active.open {
  box-shadow: none;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active:hover .ico,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active.open .ico,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active:hover .fa,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active.open .fa {
  color: #000;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active:before,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active:after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dcdcdc;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting .privacy_setting_active:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  bottom: -1px;
  opacity: 0;
  transition: opacity 0.3s;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting.open .privacy_setting_active {
  z-index: 1011;
  box-shadow: none;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting.open .privacy_setting_active:before,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting.open .privacy_setting_active:after {
  opacity: 1;
}
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting.open .privacy_setting_active .ico,
.item-photo-edit .photo-edit-item .photo_edit_input .privacy_setting.open .privacy_setting_active .fa {
  color: #000;
}
.item-photo-edit .photo-edit-item .photo_edit_holder {
  order: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.item-photo-edit .photo-edit-item .photo_edit_holder .dropdown-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  width: 100%;
}
.item-photo-edit .photo-edit-item .photo_edit_holder .dropdown-toggle .ico {
  color: #a2a2a2;
  transition: color 0.3s;
}
.item-photo-edit .photo-edit-item .photo_edit_holder .dropdown-toggle:hover .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .photo_edit_holder.open .dropdown-toggle .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .photo_edit_holder.success .dropdown-toggle .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .photo_edit_holder.success .dropdown-toggle .ico:before {
  content: "\ea3e";
}
.item-photo-edit .photo-edit-item .photo_edit_holder .form-group {
  padding: 16px;
}
.item-photo-edit .photo-edit-item .item-categories {
  order: 3;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.item-photo-edit .photo-edit-item .item-categories .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  width: 100%;
}
.item-photo-edit .photo-edit-item .item-categories .dropdown-toggle .ico {
  color: #a2a2a2;
  transition: color 0.3s;
}
.item-photo-edit .photo-edit-item .item-categories .dropdown-toggle:hover .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .item-categories .dropdown-menu {
  padding-bottom: 0;
}
.item-photo-edit .photo-edit-item .item-categories .dropdown-menu .item-categories-title {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.item-photo-edit .photo-edit-item .item-categories .dropdown-menu .item-categories-title span {
  position: absolute;
  font-size: 12px;
  color: #a2a2a2;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}
.item-photo-edit .photo-edit-item .item-categories .dropdown-menu .item-category .form-control {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 0;
}
.item-photo-edit .photo-edit-item .item-categories.success .dropdown-toggle .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .item-categories.success .dropdown-toggle .ico:before {
  content: "\e99d";
}
.item-photo-edit .photo-edit-item .item-categories.open .dropdown-toggle .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .item-mature.hide {
  order: 4;
  display: flex !important;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  width: 100%;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-toggle .ico {
  color: #a2a2a2;
  transition: color 0.3s;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-toggle:hover .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu {
  padding: 16px;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu label {
  display: flex;
  cursor: pointer;
}
html[dir="ltr"] .item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div {
  padding-left: 16px;
}
html[dir="rtl"] .item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div {
  padding-right: 16px;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div label:first-of-type {
  margin-top: 14px;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div label + label {
  margin-top: 12px;
}
html[dir="ltr"] .item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.album-set-as-cover-action {
  padding-left: 0;
}
html[dir="rtl"] .item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.album-set-as-cover-action {
  padding-right: 0;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.album-set-as-cover-action label {
  margin-top: 0;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.disable-download {
  padding-top: 12px;
}
html[dir="ltr"] .item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.disable-download {
  padding-left: 0;
}
html[dir="rtl"] .item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.disable-download {
  padding-right: 0;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.disable-download label {
  margin-top: 0;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.disable-download label input:checked + .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div.disable-download label input:checked + .ico:before {
  content: "\eb28";
}
.item-photo-edit .photo-edit-item .item-mature.hide.open .dropdown-toggle .ico {
  color: #555555;
}
.item-photo-edit .photo-edit-item .item-inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
.item-photo-edit .photo-edit-item .item-title.page,
.item-photo-edit .photo-edit-item .item-topic.page,
.item-photo-edit .photo-edit-item .item-description.page {
  display: block !important;
}
.item-photo-edit .photo-edit-item .item-title.page input,
.item-photo-edit .photo-edit-item .item-topic.page input,
.item-photo-edit .photo-edit-item .item-description.page input,
.item-photo-edit .photo-edit-item .item-title.page textarea,
.item-photo-edit .photo-edit-item .item-topic.page textarea,
.item-photo-edit .photo-edit-item .item-description.page textarea {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.item-photo-edit .photo-edit-item .item-title.page textarea,
.item-photo-edit .photo-edit-item .item-topic.page textarea,
.item-photo-edit .photo-edit-item .item-description.page textarea {
  height: 62px;
  min-height: 62px;
  min-width: 100%;
  max-width: 100%;
}
.item-photo-edit .photo-edit-item .item-title.page input,
.item-photo-edit .photo-edit-item .item-topic.page input,
.item-photo-edit .photo-edit-item .item-description.page input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item-photo-edit .photo-edit-item .item-title.page input.topic,
.item-photo-edit .photo-edit-item .item-topic.page input.topic,
.item-photo-edit .photo-edit-item .item-description.page input.topic {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item {
  float: right;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .item-media .item-delete {
  right: 0;
  left: auto;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .item-media .item-allow-download {
  left: 8px;
  right: auto;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .item-categories .dropdown-menu .item-categories-title span {
  left: 0;
  right: auto;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .item-mature.hide {
  border-left: 0;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .item-mature.hide .dropdown-menu div {
  padding-left: 0;
  padding-right: 16px;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .photo_edit_input {
  border-right: 0;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .photo_edit_wrapper > div:last-of-type {
  border-left: 0;
  border-right: 1px solid #fff;
}
html[dir='rtl'] .item-photo-edit .photo-edit-item .photo_edit_wrapper > div:first-of-type {
  border-right: 0;
  border-left: 1px solid #fff;
}
@media (min-width: 992px) {
  #main.empty-right .item-photo-edit .photo-edit-item,
  #main.empty-left .item-photo-edit .photo-edit-item {
    width: 33.33%;
  }
  #main.empty-right.empty-left .item-photo-edit .photo-edit-item {
    width: 25%;
  }
}
.photo-app-manage .photo_table_clear #js_photo_multi_edit_submit {
  float: none !important;
  text-align: center;
  position: relative;
}
.photo-app-manage .photo_table_clear #js_photo_multi_edit_submit button {
  font-size: 18px;
  font-weight: bold;
  border-radius: 24px;
  height: 48px;
  position: relative;
  z-index: 1;
}
.photo-app-manage .photo_table_clear #js_photo_multi_edit_submit button .ico {
  display: inline-block !important;
}
html[dir='rtl'] .photo-app-manage .photo_table_clear #js_photo_multi_edit_submit button .ico {
  margin-right: 0;
  margin-left: 8px;
}
.photo-app-manage .photo_table_clear #js_photo_multi_edit_submit:before {
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
._app_photo.js_parent_feed_entry .feed_info,
._app_photo_album.js_parent_feed_entry .feed_info {
  overflow: visible;
  white-space: unset;
  display: inline;
}
._app_photo .photo_holder_image,
.feed_share_photo .photo_holder_image,
._app_photo_album .photo_holder_image {
  padding-bottom: 0;
}
._app_photo .activity_feed_content_text,
.feed_share_photo .activity_feed_content_text,
._app_photo_album .activity_feed_content_text {
  margin-bottom: 0;
}
._app_photo .js_feed_comment_border,
.feed_share_photo .js_feed_comment_border,
._app_photo_album .js_feed_comment_border {
  margin-top: 8px;
}
._app_photo .photo-single-image.photo-mature,
.feed_share_photo .photo-single-image.photo-mature,
._app_photo_album .photo-single-image.photo-mature {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
}
._app_photo .activity_feed_multiple_image,
.feed_share_photo .activity_feed_multiple_image,
._app_photo_album .activity_feed_multiple_image {
  display: inline-block;
  display: block;
  margin: 0 -2px;
}
._app_photo .activity_feed_multiple_image:before,
.feed_share_photo .activity_feed_multiple_image:before,
._app_photo_album .activity_feed_multiple_image:before,
._app_photo .activity_feed_multiple_image:after,
.feed_share_photo .activity_feed_multiple_image:after,
._app_photo_album .activity_feed_multiple_image:after {
  content: " ";
  display: table;
}
._app_photo .activity_feed_multiple_image:after,
.feed_share_photo .activity_feed_multiple_image:after,
._app_photo_album .activity_feed_multiple_image:after {
  clear: both;
}
._app_photo .activity_feed_multiple_image:before,
.feed_share_photo .activity_feed_multiple_image:before,
._app_photo_album .activity_feed_multiple_image:before,
._app_photo .activity_feed_multiple_image:after,
.feed_share_photo .activity_feed_multiple_image:after,
._app_photo_album .activity_feed_multiple_image:after {
  content: " ";
  display: table;
}
._app_photo .activity_feed_multiple_image:after,
.feed_share_photo .activity_feed_multiple_image:after,
._app_photo_album .activity_feed_multiple_image:after {
  clear: both;
}
._app_photo .activity_feed_multiple_image > div,
.feed_share_photo .activity_feed_multiple_image > div,
._app_photo_album .activity_feed_multiple_image > div {
  width: 50%;
  padding: 0 2px;
  margin-bottom: 4px;
}
._app_photo .activity_feed_multiple_image > div .photo_holder_image:not(.photo-single-image),
.feed_share_photo .activity_feed_multiple_image > div .photo_holder_image:not(.photo-single-image),
._app_photo_album .activity_feed_multiple_image > div .photo_holder_image:not(.photo-single-image) {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
._app_photo .activity_feed_multiple_image > div .photo_holder_image:not(.photo-single-image):before,
.feed_share_photo .activity_feed_multiple_image > div .photo_holder_image:not(.photo-single-image):before,
._app_photo_album .activity_feed_multiple_image > div .photo_holder_image:not(.photo-single-image):before {
  content: "";
  display: block;
  padding-bottom: 56%;
}
._app_photo .activity_feed_multiple_image > div .photo_holder_image.photo-single-image img,
.feed_share_photo .activity_feed_multiple_image > div .photo_holder_image.photo-single-image img,
._app_photo_album .activity_feed_multiple_image > div .photo_holder_image.photo-single-image img {
  width: auto;
  max-width: 100%;
  max-height: 100vh;
}
html[dir='rtl'] ._app_photo .activity_feed_multiple_image > div,
html[dir='rtl'] .feed_share_photo .activity_feed_multiple_image > div,
html[dir='rtl'] ._app_photo_album .activity_feed_multiple_image > div {
  float: right;
}
._app_photo .activity_feed_multiple_image.feed-img-stage-1 > div,
.feed_share_photo .activity_feed_multiple_image.feed-img-stage-1 > div,
._app_photo_album .activity_feed_multiple_image.feed-img-stage-1 > div {
  float: none !important;
  clear: both !important;
  width: 100%;
}
._app_photo .activity_feed_multiple_image.feed-img-stage-3 > div:first-of-type,
.feed_share_photo .activity_feed_multiple_image.feed-img-stage-3 > div:first-of-type,
._app_photo_album .activity_feed_multiple_image.feed-img-stage-3 > div:first-of-type {
  float: none !important;
  clear: both !important;
  width: 100%;
}
._app_photo .activity_feed_multiple_image .photo-mature img,
.feed_share_photo .activity_feed_multiple_image .photo-mature img,
._app_photo_album .activity_feed_multiple_image .photo-mature img {
  filter: blur(2.5px);
}
div.activity_feed_multiple_image > div > a.photo-single-image {
  padding-bottom: 0;
}
#noteform {
  padding: 0;
  border: 0;
}
#noteform:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 28px;
}
#noteform #NoteAddForm {
  position: relative;
}
#noteform #NoteAddForm .cancel_tagging {
  position: absolute;
  top: 16px;
  right: 10px;
  bottom: auto;
  z-index: 9;
}
#noteform #NoteAddForm .cancel_tagging .fa:before {
  content: "\eab2";
  color: #dcdcdc;
  font-family: 'lineficon' !important;
}
#noteform #NoteAddForm .cancel_tagging.focus {
  display: block;
}
#noteform .table_right {
  position: relative;
  padding-bottom: 0;
}
#noteform .table_right:after {
  content: "\ea8b";
  position: absolute;
  display: block;
  font-family: 'lineficon' !important;
  color: #c8c8c8;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
html[dir='rtl'] #noteform .table_right:after {
  right: 12px;
  left: auto;
}
#noteform .table_right .v_middle {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  height: 46px;
  padding-left: 34px;
  font-weight: normal;
  padding-right: 34px;
  background-color: #f8f8f8;
}
#noteform .table_right .v_middle::placeholder {
  color: #c8c8c8;
}
#noteform .table_right.focus:after {
  color: #555555;
}
#noteform .table_right.focus .v_middle {
  background-color: #fff;
  font-weight: bold;
  color: #555555;
}
#noteform .table {
  margin-bottom: 0;
}
#noteform .extra_info a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-top: 1px solid #eeeeee;
  color: #ac1a2f !important;
  text-decoration: none !important;
}
#noteform .input_drop_layer {
  box-shadow: none;
  border-top: 1px solid #c8c8c8;
}
#noteform .input_drop_layer a {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  transition: all 0.3s;
}
#noteform .input_drop_layer a .img-wrapper {
  width: 32px;
  height: 32px;
}
html[dir="ltr"] #noteform .input_drop_layer a .img-wrapper {
  margin-right: 8px;
}
html[dir="rtl"] #noteform .input_drop_layer a .img-wrapper {
  margin-left: 8px;
}
#noteform .input_drop_layer a .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
#noteform .input_drop_layer a .no_image_user {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border 0.3s;
  width: 32px;
  height: 32px;
}
html[dir="ltr"] #noteform .input_drop_layer a .no_image_user {
  margin-right: 8px;
}
html[dir="rtl"] #noteform .input_drop_layer a .no_image_user {
  margin-left: 8px;
}
#noteform .input_drop_layer a .no_image_user span {
  font-size: 12px;
}
#noteform .input_drop_layer a .no_image_user .js_hover_info:before {
  display: none;
}
#noteform .input_drop_layer a:hover {
  background-color: #ddecf9;
  color: #6a101d;
}
#noteform .input_drop_layer a:hover .no_image_user {
  border-color: #6a101d;
}
#noteform .input_drop_layer a:hover .img-wrapper:before {
  border-color: #6a101d;
}
#noteform.is_right:before {
  left: auto;
  right: 28px;
}
.album_tag ul {
  margin: 0 -7px;
}
.album_tag ul li {
  padding: 0 7px;
  width: 25%;
  margin-bottom: 8px;
}
.album_tag ul li a,
.album_tag ul li span,
.album_tag ul li div {
  display: block;
  border-radius: 100%;
  transition: all 0.3s;
}
.album_tag ul li a .img-wrapper,
.album_tag ul li span .img-wrapper,
.album_tag ul li div .img-wrapper,
.album_tag ul li a.img-wrapper,
.album_tag ul li span.img-wrapper,
.album_tag ul li div.img-wrapper {
  width: 40px;
  height: 40px;
}
.album_tag ul li a .img-wrapper img,
.album_tag ul li span .img-wrapper img,
.album_tag ul li div .img-wrapper img,
.album_tag ul li a.img-wrapper img,
.album_tag ul li span.img-wrapper img,
.album_tag ul li div.img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.album_tag ul li a.no_image_user,
.album_tag ul li span.no_image_user,
.album_tag ul li div.no_image_user {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
}
.album_tag ul li a:hover,
.album_tag ul li span:hover,
.album_tag ul li div:hover {
  box-shadow: 0px 6px 12px 0px rgba(38, 129, 213, 0.4);
}
.album_tag ul li a:hover .img-wrapper:before,
.album_tag ul li span:hover .img-wrapper:before,
.album_tag ul li div:hover .img-wrapper:before,
.album_tag ul li a:hover .js_hover_info:before,
.album_tag ul li span:hover .js_hover_info:before,
.album_tag ul li div:hover .js_hover_info:before {
  border-color: #6a101d;
}
.theme_bootstrap .album_tag li {
  width: auto;
}
.theme_bootstrap .album_tag li a,
.theme_bootstrap .album_tag li span,
.theme_bootstrap .album_tag li div {
  border-radius: 0;
}
.theme_bootstrap .album_tag li a span:hover {
  box-shadow: none;
}
@media screen and (min-width: 1025px) {
  select[multiple]:focus option:checked {
    background: #d8213b linear-gradient(0deg, #d8213b 0%, #d8213b 100%);
  }
  .form-control.category {
    height: 120px;
    padding: 0;
    max-width: none !important;
    width: 100%;
  }
  .form-control.category option {
    padding-left: 16px;
    padding-right: 16px;
    height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.privacy_setting_div .btn-round {
  border-radius: 2px;
}
.dropdown-menu-checkmark:after {
  left: 16px;
  right: auto;
}
html[dir='rtl'] .dropdown-menu-checkmark:after {
  right: 16px;
  left: auto;
}
#album_table {
  display: flex;
  align-items: flex-end;
}
#album_table #js_photo_albums {
  display: block;
}
#album_table .item-album {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 480px) {
  #album_table {
    flex-direction: column;
    align-items: baseline;
  }
  #album_table button {
    margin-left: 0;
    margin-top: 8px;
  }
  html[dir='rtl'] #album_table button {
    margin-right: 0;
  }
}
.photo-widget-block.recent-photo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.photo-widget-block.recent-photo article {
  padding: 0 1px;
  width: 50%;
  margin-bottom: 2px;
}
.photo-widget-block.recent-photo article .item-outer {
  position: relative;
}
.photo-widget-block.recent-photo article .item-outer .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.photo-widget-block.recent-photo article .item-outer .item-media:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.photo-widget-block.recent-photo article:hover .item-statistic {
  opacity: 1;
}
.photo-widget-block.recent-photo article .item-statistic {
  position: absolute;
  bottom: 4px;
  left: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .photo-widget-block.recent-photo article .item-statistic {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .photo-widget-block.recent-photo article .item-statistic {
    display: none;
  }
}
.photo-widget-block.recent-photo article .item-statistic .like-count,
.photo-widget-block.recent-photo article .item-statistic .comment-count {
  font-size: 12px;
  color: #fff;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
html[dir='rtl'] .photo-widget-block.recent-photo article .item-statistic .like-count,
html[dir='rtl'] .photo-widget-block.recent-photo article .item-statistic .comment-count {
  right: 4px;
  left: auto;
}
.photo-widget-block.recent-photo article .item-statistic .comment-count {
  display: none;
}
.photo-widget-block.recent-photo article.photos-1 {
  width: 100%;
}
.photo-widget-block.recent-photo article.photos-2 {
  width: 50%;
}
.photo-widget-block.recent-photo article.photos-3 {
  width: 50%;
}
.photo-widget-block.recent-photo article.photos-3:first-of-type {
  width: 100%;
}
.photo-widget-block.recent-photo article.photos-3:first-of-type .item-media {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.photo-widget-block.recent-photo article.photos-3:first-of-type .item-media:before {
  content: "";
  display: block;
  padding-bottom: 68%;
}
@media (max-width: 767px) and (min-width: 641px) {
  .photo-widget-block.recent-photo article {
    width: 25% !important;
  }
  .photo-widget-block.recent-photo article .item-media {
    display: block !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .photo-widget-block.recent-photo article .item-media:before {
    content: "" !important;
    display: block !important;
    padding-bottom: 80% !important;
  }
}
@media (max-width: 640px) and (min-width: 481px) {
  .photo-widget-block.recent-photo article {
    width: 33.33% !important;
  }
  .photo-widget-block.recent-photo article .item-media {
    display: block !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .photo-widget-block.recent-photo article .item-media:before {
    content: "" !important;
    display: block !important;
    padding-bottom: 80% !important;
  }
}
html[dir='rtl'] #page_photo_view .item_bar {
  right: auto;
  left: -10px;
}
html[dir='rtl'] #page_photo_view .item_info .item-media {
  margin-right: 0;
  margin-left: 8px;
}
html[dir='rtl'] #page_photo_view .photos_actions ul li.rotate-left a:first-of-type {
  margin-right: 0;
  margin-left: 8px;
}
html[dir='rtl'] #page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span {
  margin-left: 4px;
  margin-right: 0;
}
html[dir='rtl'] #page_photo_view .photo_tag_in_photo.edit #js_photo_in_this_photo span a:not(.user_link) i.ico {
  left: auto;
  right: 1px;
}
#page_photo_albums section.photo-albums {
  margin: 0;
}
.block[id*="_featured"] > .content {
  position: static;
}
.block[id*="_featured"] > .content > .featured-photo-list > .sticky-featured-icon {
  position: absolute;
  top: 0;
  right: 16px;
}
.block[id*="_sponsored"] > .content > .sponsored-photo-list > .sticky-sponsored-icon {
  position: absolute;
  top: 0;
  right: 16px;
}
[id^=page_photo_] .photo-mode-view-container {
  display: inline-flex;
  position: absolute;
  top: -42px;
}
html[dir="ltr"] [id^=page_photo_] .photo-mode-view-container {
  right: 0;
}
html[dir="rtl"] [id^=page_photo_] .photo-mode-view-container {
  left: 0;
}
@media (max-width: 768px) {
  [id^=page_photo_] .photo-mode-view-container {
    position: static;
    margin-bottom: 8px;
  }
  html[dir='ltr'] [id^=page_photo_] .photo-mode-view-container {
    margin-left: -8px;
  }
  html[dir='rtl'] [id^=page_photo_] .photo-mode-view-container {
    margin-right: -8px;
  }
}
[id^=page_photo_] .photo-mode-view-container .photo-mode-view-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
[id^=page_photo_] .photo-mode-view-container .photo-mode-view-btn .ico {
  width: 14px;
  height: 14px;
}
[id^=page_photo_] .photo-mode-view-container .photo-mode-view-btn.casual .ico:before {
  display: block;
}
[id^=page_photo_] .photo-mode-view-container .photo-mode-view-btn:hover,
[id^=page_photo_] .photo-mode-view-container .photo-mode-view-btn.active {
  color: #555;
}
[id^=page_photo_] div#content ._block_content .photo-mode-view-content {
  margin-top: 0;
}
[id^=page_photo_album] .detail-photos {
  position: relative;
}
body.has-photo-tab .btn-scrolltop {
  bottom: 104px;
}
body.has-photo-tab #content {
  z-index: auto;
}
.featured-album-block .item-outer .item-media a:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.featured-album-block .item-outer .item-media a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.featured-album-block .flag_style_parent {
  position: absolute;
  display: flex;
  right: 8px;
  top: 0;
}
.featured-album-block .item-outer .item-media .item-total-photo {
  height: 40px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-album-block .item-outer .item-media .item-total-photo .ico {
  margin-right: 10px;
  display: inline-block;
}
html[dir='rtl'] .featured-album-block .item-outer .item-media .item-total-photo {
  right: auto;
  left: 8px;
}
html[dir='rtl'] .featured-album-block .item-outer .item-media .item-total-photo .ico {
  margin-right: 0;
  margin-left: 10px;
}
.sponsored-album-block .item-outer .item-media a:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sponsored-album-block .item-outer .item-media a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sponsored-album-block .flag_style_parent {
  position: absolute;
  display: flex;
  right: 8px;
  top: 0;
}
.sponsored-album-block .item-outer .item-media .item-total-photo {
  height: 40px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsored-album-block .item-outer .item-media .item-total-photo .ico {
  margin-right: 10px;
  display: inline-block;
}
html[dir='rtl'] .sponsored-album-block .item-outer .item-media .item-total-photo {
  right: auto;
  left: 8px;
}
html[dir='rtl'] .sponsored-album-block .item-outer .item-media .item-total-photo .ico {
  margin-right: 0;
  margin-left: 10px;
}
.core-photos-view-action-container {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 480px) {
  .core-photos-view-action-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.core-photos-view-action-container .photos-action-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
html[dir='ltr'] .core-photos-view-action-container .photos-action-wrapper {
  margin-left: auto;
}
html[dir='rtl'] .core-photos-view-action-container .photos-action-wrapper {
  margin-right: auto;
}
.core-photos-view-action-container .photos-action-wrapper .photos-action-more {
  z-index: 9;
}
html[dir="ltr"] .core-photos-view-action-container .photos-action-wrapper .photos-action-more {
  margin-left: 8px;
}
html[dir="rtl"] .core-photos-view-action-container .photos-action-wrapper .photos-action-more {
  margin-right: 8px;
}
html[dir='ltr'] .core-photos-view-action-container .photos-action-wrapper .photos-action-more {
  margin-right: -8px;
}
html[dir='rtl'] .core-photos-view-action-container .photos-action-wrapper .photos-action-more {
  margin-left: -8px;
}
.core-photos-view-action-container .photos-action-wrapper .photos-action-more .item_bar_action {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-photos-view-action-container .photos-action-wrapper .photos-action-more .item_bar_action:hover {
  color: #555555;
}
.core-photos-view-action-container .photos-action-wrapper .photos-action-more .item_bar_action:hover .ico:before {
  content: "\ea97";
}
.core-photos-view-action-container .photos-action-wrapper .photos-action-more.open .item_bar_action {
  color: #555555;
}
.core-photos-view-action-container .photos-action-wrapper .photos-action-more.open .item_bar_action .ico:before {
  content: "\ea97";
}
@media (max-width: 480px) {
  .core-photos-view-action-container {
    flex-direction: column;
  }
  .core-photos-view-action-container .photo_tag_in_photo {
    order: 2;
  }
  .core-photos-view-action-container .photos-action-wrapper {
    margin: 0;
    width: 100%;
    justify-content: space-between;
  }
  .core-photos-view-action-container .photos-action-wrapper .photos_tag a.btn {
    border: none !important;
    color: #ac1a2f;
    padding: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
  .core-photos-view-action-container .photos-action-wrapper .photos-action-more {
    position: static;
  }
  .core-photos-view-action-container .photos-action-wrapper .photos-action-more .dropdown-menu {
    left: -16px !important;
    right: -16px !important;
    margin-top: 4px;
  }
  html[dir='ltr'] .core-photos-view-action-container .photos-action-wrapper .photos-action-more .dropdown-menu:after {
    right: 20px;
  }
  html[dir='rtl'] .core-photos-view-action-container .photos-action-wrapper .photos-action-more .dropdown-menu:after {
    left: 20px;
  }
}
.core-photos-view-title {
  font-size: 24px;
  font-weight: bold;
  word-break: break-word;
  word-wrap: break-word;
  padding-top: 16px;
  padding-bottom: 12px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.core-photos-view-title a {
  color: #555555 !important;
}
@media (max-width: 991px) {
  .core-photos-view-title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .core-photos-view-title {
    font-size: 20px;
  }
}
#page_photo_view .core-photos-view-content-collapse-container {
  margin-bottom: 24px;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse {
  margin-bottom: 16px;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed > .item-extra-info > div {
  display: none;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed > .item-extra-info > div:nth-child(1),
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed > .item-extra-info > div:nth-child(2) {
  display: block;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed > .item-extra-info > div:nth-child(1).item-size,
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed > .item-extra-info > div:nth-child(2).item-size {
  display: flex;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed .item_description.truncate-text {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 36px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed .item_description.truncate-text + div {
  display: none;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse.collapsed .item-category.truncate-text {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  line-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 32px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse .item_description {
  font-size: 14px;
  line-height: 18px;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse .item-extra-info {
  margin-top: 12px;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse .item-size {
  font-size: 12px;
  line-height: 16px;
  flex-direction: column;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-content-collapse .item-size .item-size-stat {
  margin-bottom: 4px;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse .js-item-btn-toggle-collapse {
  cursor: pointer;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse .item-viewmore-btn,
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse .item-viewless-btn {
  display: none;
  align-items: center;
}
html[dir='ltr'] #page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse .item-viewmore-btn .ico,
html[dir='ltr'] #page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse .item-viewless-btn .ico {
  margin-left: 4px;
}
html[dir='rtl'] #page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse .item-viewmore-btn .ico,
html[dir='rtl'] #page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse .item-viewless-btn .ico {
  margin-right: 4px;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse.has-viewmore .item-viewmore-btn {
  display: inline-flex;
}
#page_photo_view .core-photos-view-content-collapse-container .core-photos-view-action-collapse.has-viewless .item-viewless-btn {
  display: inline-flex;
}
.ui-sortable .js_core_photo_drag_sort {
  cursor: all-scroll;
}
.photos_view ._a_back {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.photos_view ._a_back > i {
  font-size: 22px;
  margin-top: 9px;
}
.photo-app.manage-photo .manage-photo-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.photo-app.manage-photo .item-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (min-width: 480px) {
  .photo-app.manage-photo .item-container article {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .photo-app.manage-photo .item-container article {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .photo-app.manage-photo .item-container article {
    width: 50%;
  }
}
.photo-app.manage-photo .item-container article .item-media {
  position: relative;
}
.photo-app.manage-photo .item-container article .item-media a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.photo-app.manage-photo .item-container article .item-media a:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.photo-app.manage-photo .item-container article .item-media .item-photo-delete {
  top: 8px;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  cursor: pointer;
  z-index: 1;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
html[dir="ltr"] .photo-app.manage-photo .item-container article .item-media .item-photo-delete {
  left: 8px;
}
html[dir="rtl"] .photo-app.manage-photo .item-container article .item-media .item-photo-delete {
  right: 8px;
}
.photo-app.manage-photo .item-container article .item-media .is-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.photo-app.manage-photo .item-container article .item-media .is-default .item-default {
  color: #fff;
  z-index: 2;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}
html[dir="ltr"] .photo-app.manage-photo .item-container article .item-media .is-default .item-default {
  margin-left: 8px;
}
html[dir="rtl"] .photo-app.manage-photo .item-container article .item-media .is-default .item-default {
  margin-right: 8px;
}
.photo-app.manage-photo .item-container article .item-media .is-default .item-default .ico {
  margin-right: 4px;
}
html[dir='rtl'] .photo-app.manage-photo .item-container article .item-media .is-default .item-default .ico {
  display: inline-block;
  margin-right: 0;
  margin-left: 4px;
}
.photo-app.manage-photo .item-container article .item-media .is-default:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 30%);
}
#js_actual_photo_content .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  font-size: 220%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#js_actual_photo_content .loading-overlay > i {
  color: #ac1a2f;
}
.photo-listing-item {
  position: relative;
}
/*End Photos*/
/*Begin ' . Blogs . '*/
.blog-button-option {
  cursor: pointer;
}
.item-container.blog-listing {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 10px;
  margin-right: -16px;
  margin-left: -16px;
}
.item-container.blog-listing .blog-item {
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-color: transparent;
}
html[dir="ltr"] .item-container.blog-listing .blog-item {
  padding-left: 16px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item {
  padding-right: 16px;
}
html[dir="ltr"] .item-container.blog-listing .blog-item {
  padding-right: 16px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item {
  padding-left: 16px;
}
.item-container.blog-listing .blog-item + .blog-item {
  margin-top: -2px;
}
.item-container.blog-listing .blog-item:last-of-type .item-outer {
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  .item-container.blog-listing .blog-item:hover {
    background: #f8f8f8;
    border-color: #eeeeee;
  }
  .item-container.blog-listing .blog-item:hover .item-outer {
    border-color: transparent;
  }
  .item-container.blog-listing .blog-item:hover + div .item-outer {
    border-color: transparent;
  }
  .item-container.blog-listing .blog-item:hover .item-desc {
    color: #555555 !important;
  }
  .item-container.blog-listing .blog-item:hover .item-title a {
    color: #801323 !important;
  }
  .item-container.blog-listing .blog-item:hover .item-author a {
    color: #555555 !important;
  }
}
.item-container.blog-listing .blog-item .moderation_row {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 2;
}
.item-container.blog-listing .blog-item .moderation_row .item-checkbox {
  height: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.blog-listing .blog-item .item-outer {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.blog-listing .blog-item .item-outer .item-option {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
@media (max-width: 1199px) {
  .item-container.blog-listing .blog-item .item-outer .item-option {
    top: 8px;
  }
}
@media (max-width: 480px) {
  .item-container.blog-listing .blog-item .item-outer .item-option {
    top: -8px;
    right: -8px;
  }
}
.item-container.blog-listing .blog-item .item-outer .item-option a.btn {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.item-container.blog-listing .blog-item .item-outer .item-option a.btn:hover {
  color: #555555;
}
.item-container.blog-listing .blog-item .item-outer .item-option a.btn:hover i.ico:before {
  content: "\ea88";
}
.item-container.blog-listing .blog-item .item-outer .item-option .dropdown i.ico {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.blog-listing .blog-item .item-outer .item-option .dropdown.open i.ico {
  opacity: 1;
  color: #555555;
}
.item-container.blog-listing .blog-item .item-outer .item-option .dropdown.open i.ico:before {
  content: "\ea88";
}
.item-container.blog-listing .blog-item .item-outer .item-media-src {
  position: relative;
  display: block;
  min-width: 224px;
  float: left;
}
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer .item-media-src {
  margin-right: 16px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-media-src {
  margin-left: 16px;
}
html[dir='rtl'] .item-container.blog-listing .blog-item .item-outer .item-media-src {
  float: right;
}
.item-container.blog-listing .blog-item .item-outer .item-media-src > span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
}
.item-container.blog-listing .blog-item .item-outer .item-media-src > span:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.item-container.blog-listing .blog-item .item-outer .item-media-src .item-icon {
  position: absolute;
  top: 0;
  right: 8px;
  display: flex;
}
@media (max-width: 1200px) {
  .item-container.blog-listing .blog-item .item-outer .item-media-src {
    min-width: 200px !important;
  }
}
@media (max-width: 480px) {
  .item-container.blog-listing .blog-item .item-outer .item-media-src {
    margin-right: 0 !important;
  }
}
.item-container.blog-listing .blog-item .item-outer.none-image {
  position: relative;
}
.item-container.blog-listing .blog-item .item-outer.none-image .item-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer.none-image.has-sponsor.has-feature .item-title,
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer.none-image.has-sponsor.has-pending .item-title,
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer.none-image.has-feature.has-pending .item-title {
  padding-left: 56px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer.none-image.has-sponsor.has-feature .item-title,
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer.none-image.has-sponsor.has-pending .item-title,
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer.none-image.has-feature.has-pending .item-title {
  padding-right: 56px;
}
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer.none-image.has-sponsor .item-title,
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer.none-image.has-feature .item-title,
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer.none-image.has-pending .item-title {
  padding-left: 32px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer.none-image.has-sponsor .item-title,
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer.none-image.has-feature .item-title,
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer.none-image.has-pending .item-title {
  padding-right: 32px;
}
.item-container.blog-listing .blog-item .item-outer .item-inner {
  flex: 1;
  min-width: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .item-container.blog-listing .blog-item .item-outer .item-inner {
    position: static;
  }
}
@media (max-width: 480px) {
  .item-container.blog-listing .blog-item .item-outer .item-inner {
    position: relative;
  }
}
.item-container.blog-listing .blog-item .item-outer .item-title {
  padding-bottom: 4px;
}
html[dir="ltr"] .item-container.blog-listing .blog-item .item-outer .item-title {
  padding-right: 48px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-title {
  padding-left: 48px;
}
.item-container.blog-listing .blog-item .item-outer .item-title a {
  font-weight: bold;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 24px;
  word-wrap: break-word;
  max-height: 48px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  word-break: break-word;
}
.item-container.blog-listing .blog-item .item-outer .item-title a:hover {
  color: #801323 !important;
}
.item-container.blog-listing .blog-item .item-outer .item-author {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .item-container.blog-listing .blog-item .item-outer .item-author {
    margin-bottom: 2px;
  }
}
.item-container.blog-listing .blog-item .item-outer .item-author .user_profile_link_span > a {
  font-weight: normal !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  word-break: break-word;
  word-wrap: break-word;
}
.item-container.blog-listing .blog-item .item-outer .item-author .user_profile_link_span > a:hover {
  color: #801323 !important;
}
.item-container.blog-listing .blog-item .item-outer .item-desc {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  max-height: 57px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #a2a2a2;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.blog-listing .blog-item .item-outer .total-view {
  color: #555555;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.item-container.blog-listing .blog-item .item-outer .total-view span {
  margin-right: 5px;
}
.item-container.blog-listing .blog-item .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  font-size: 220%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-container.blog-listing .blog-item .loading-overlay > i {
  color: #ac1a2f;
}
@media (max-width: 1199px) {
  .item-container.blog-listing .blog-item .moderation_row,
  .item-container.blog-listing .blog-item .item-option .dropdown i.fa {
    opacity: 1 !important;
  }
  .item-container.blog-listing .blog-item:last-of-type {
    border-bottom: 1px solid #eeeeee;
  }
  .item-container.blog-listing .blog-item:last-of-type .item-outer {
    border-bottom: 0;
  }
  .item-container.blog-listing .blog-item .item-outer {
    display: block !important;
    position: relative;
    min-height: 100%;
  }
  .item-container.blog-listing .blog-item .item-outer .item-title-author-responsive {
    display: block !important;
  }
  .item-container.blog-listing .blog-item .item-outer .item-title-author-responsive .item-author {
    margin-bottom: 8px;
  }
  .item-container.blog-listing .blog-item .item-outer .item-media-src {
    min-width: 145px !important;
    padding-bottom: 16px;
  }
  .item-container.blog-listing .blog-item .item-outer .item-media-src > span:before {
    padding-bottom: 70% !important;
  }
  .item-container.blog-listing .blog-item .item-outer .item-inner .item-title {
    display: none;
  }
  .item-container.blog-listing .blog-item .item-outer .item-inner .item-author {
    display: none;
  }
  .item-container.blog-listing .blog-item .item-outer .item-inner .item-desc {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .item-container.blog-listing .blog-item .moderation_row {
    height: 40px !important;
  }
  .item-container.blog-listing .blog-item .moderation_row,
  .item-container.blog-listing .blog-item .item-option .dropdown i.fa {
    opacity: 1 !important;
  }
  .item-container.blog-listing .blog-item .item-outer {
    display: flex !important;
    flex-direction: column;
  }
  .item-container.blog-listing .blog-item .item-outer .item-inner .item-title {
    padding-right: 30px;
  }
  .item-container.blog-listing .blog-item .item-outer .item-title-author-responsive {
    display: none !important;
  }
  .item-container.blog-listing .blog-item .item-outer .item-media-src {
    min-width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .item-container.blog-listing .blog-item .item-outer .item-media-src > span:before {
    padding-bottom: 50% !important;
  }
  .item-container.blog-listing .blog-item .item-outer .item-inner .item-title {
    display: block;
  }
  .item-container.blog-listing .blog-item .item-outer .item-inner .item-author {
    display: inline;
  }
}
#left .item-container.with-blog .sticky-label-icon,
#right .item-container.with-blog .sticky-label-icon {
  position: absolute;
  top: 0;
}
html[dir="ltr"] #left .item-container.with-blog .sticky-label-icon,
html[dir="ltr"] #right .item-container.with-blog .sticky-label-icon {
  right: 16px;
}
html[dir="rtl"] #left .item-container.with-blog .sticky-label-icon,
html[dir="rtl"] #right .item-container.with-blog .sticky-label-icon {
  left: 16px;
}
#left .item-container.with-blog .blog-item:last-of-type,
#right .item-container.with-blog .blog-item:last-of-type {
  margin-bottom: 0;
}
#left .item-container.with-blog .blog-item:last-of-type .item-outer,
#right .item-container.with-blog .blog-item:last-of-type .item-outer {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#left .item-container.with-blog .blog-item:hover .item-media-src > span,
#right .item-container.with-blog .blog-item:hover .item-media-src > span {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
#left .item-container.with-blog .blog-item:hover .item-inner .item-title a,
#right .item-container.with-blog .blog-item:hover .item-inner .item-title a {
  color: #801323;
}
#left .item-container.with-blog .blog-item:hover .item-inner .total-view,
#right .item-container.with-blog .blog-item:hover .item-inner .total-view {
  color: #555555;
}
#left .item-container.with-blog .blog-item .item-outer,
#right .item-container.with-blog .blog-item .item-outer {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  flex-direction: row;
  display: flex;
}
#left .item-container.with-blog .blog-item .item-outer .item-media-src,
#right .item-container.with-blog .blog-item .item-outer .item-media-src {
  width: 56px;
  margin-right: 12px;
}
#left .item-container.with-blog .blog-item .item-outer .item-media-src > span,
#right .item-container.with-blog .blog-item .item-outer .item-media-src > span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-blog .blog-item .item-outer .item-media-src > span:before,
#right .item-container.with-blog .blog-item .item-outer .item-media-src > span:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#left .item-container.with-blog .blog-item .item-outer .total-view,
#right .item-container.with-blog .blog-item .item-outer .total-view {
  margin-top: 2px;
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-blog .blog-item .item-outer .item-inner,
#right .item-container.with-blog .blog-item .item-outer .item-inner {
  flex: 1;
  padding: 0;
}
#left .item-container.with-blog .blog-item .item-outer .item-inner .item-desc,
#right .item-container.with-blog .blog-item .item-outer .item-inner .item-desc {
  display: none;
}
#left .item-container.with-blog .blog-item .item-outer .item-author,
#right .item-container.with-blog .blog-item .item-outer .item-author {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
#left .item-container.with-blog .blog-item .item-outer .item-author > span,
#right .item-container.with-blog .blog-item .item-outer .item-author > span {
  max-width: 120px !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#left .item-container.with-blog .blog-item .item-outer .item-author > span span,
#right .item-container.with-blog .blog-item .item-outer .item-author > span span {
  display: inline-block;
}
#left .item-container.with-blog .blog-item .item-outer .item-author span a,
#right .item-container.with-blog .blog-item .item-outer .item-author span a {
  font-weight: 400 !important;
}
#left .item-container.with-blog .blog-item .item-outer .item-title,
#right .item-container.with-blog .blog-item .item-outer .item-title {
  padding-right: 0;
  margin-bottom: 2px;
}
#left .item-container.with-blog .blog-item .item-outer .item-title a,
#right .item-container.with-blog .blog-item .item-outer .item-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 36px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-blog .blog-item .item-outer .item-title a:hover,
#right .item-container.with-blog .blog-item .item-outer .item-title a:hover {
  color: #801323;
}
@media (max-width: 767px) and (min-width: 480px) {
  #left .item-container.with-blog,
  #right .item-container.with-blog {
    display: flex;
    flex-flow: wrap;
    margin: 0 -8px;
  }
  #left .item-container.with-blog .blog-item,
  #right .item-container.with-blog .blog-item {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
  }
  #left .item-container.with-blog .blog-item .item-outer,
  #right .item-container.with-blog .blog-item .item-outer {
    height: 100%;
    border-bottom: 0;
  }
}
#page_blog_view .alert {
  margin-bottom: 32px;
}
#page_blog_view .blog-view {
  position: relative;
}
#page_blog_view .blog-view .blog-image {
  position: relative;
  display: block;
  margin: -16px;
  margin-top: 0;
  margin-bottom: 16px;
}
#page_blog_view .blog-view .blog-image span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
  border: 0;
}
#page_blog_view .blog-view .blog-image span:before {
  content: "";
  display: block;
  padding-bottom: 42.85%;
}
@media (max-width: 480px) {
  #page_blog_view .blog-view .blog-image {
    margin-top: 0;
  }
}
#page_blog_view .blog-info {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
#page_blog_view .blog-info .blog-info-image {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
#page_blog_view .blog-info .blog-info-image a {
  width: 100%;
  height: 100%;
}
#page_blog_view .blog-info .blog-info-image a.no_image_user > span {
  font-size: 11px;
}
#page_blog_view .blog-info .blog-info-image .img-wrapper {
  width: 32px;
  height: 32px;
}
#page_blog_view .blog-info .blog-info-image .img-wrapper img {
  width: 100%;
  height: 100%;
}
html[dir="ltr"] #page_blog_view .blog-info .blog-info-main {
  margin-left: 8px;
}
html[dir="rtl"] #page_blog_view .blog-info .blog-info-main {
  margin-right: 8px;
}
#page_blog_view .blog-info .blog-info-main > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
#page_blog_view .blog-info .blog-info-main .blog-author .user_profile_link_span {
  display: inline-block;
}
#page_blog_view .blog-total-viewlike {
  position: relative;
  min-height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
  color: #a2a2a2;
}
#page_blog_view .blog-total-viewlike .blog-number {
  font-weight: bold;
  color: #555555;
}
#page_blog_view .blog-total-viewlike > span {
  position: absolute;
  top: 15px;
  right: 0;
}
#page_blog_view .blog-total-viewlike .comment-mini-content-commands {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
#page_blog_view .blog-post {
  padding-bottom: 32px;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #eeeeee;
}
#page_blog_view .blog-post img {
  max-width: 100%;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead > tr > td,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > td,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table > caption + thead > tr:first-child > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > colgroup + thead > tr:first-child > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead:first-child > tr:first-child > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > caption + thead > tr:first-child > td,
#page_blog_view .blog-post .table-wrapper.table-responsive table > colgroup + thead > tr:first-child > td,
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table .table {
  background-color: #e5eaef;
  padding: 10px;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead > tr > td,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > td,
#page_blog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th,
#page_blog_view .blog-post .table-wrapper.table-responsive table > thead > tr > td {
  border-bottom-width: 2px;
}
#page_blog_view .item_bar {
  position: absolute;
  top: 0;
}
html[dir='ltr'] #page_blog_view .item_bar {
  right: -8px;
}
html[dir='rtl'] #page_blog_view .item_bar {
  left: -8px;
}
#page_blog_view .item_bar .item_bar_action_holder .item_bar_action {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 32px;
  height: 32px;
}
#page_blog_view .item_bar .item_bar_action_holder .item_bar_action:hover {
  color: #555555;
}
#page_blog_view .item_bar .item_bar_action_holder .item_bar_action:hover i.ico:before {
  content: "\ea88";
}
#page_blog_view .item_bar .item_bar_action_holder .item_bar_action:before {
  display: none;
}
#page_blog_view .item_bar .item_bar_action_holder.open .item_bar_action {
  color: #555555;
}
#page_blog_view .item_bar .item_bar_action_holder.open .item_bar_action i.ico:before {
  content: "\ea88";
}
#page_blog_view .layout-middle {
  position: relative;
}
#page_blog_view .blog-icon {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] #page_blog_view .blog-icon {
  right: 16px;
}
html[dir="rtl"] #page_blog_view .blog-icon {
  left: 16px;
}
#page_blog_view .blog-icon .sticky-label-icon {
  margin: 0 1px;
}
#page_blog_view .blog-icon .sticky-label-icon span.ico {
  font-size: 14px;
}
#page_blog_view .blog-category {
  background: none;
  color: #a2a2a2;
  padding: 0 !important;
  margin-bottom: 8px;
}
#page_blog_view .blog-category a {
  color: #555555;
}
#page_blog_view .blog-category a:hover {
  color: #801323;
}
#page_blog_view .item_tag_holder {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
  border-top: 0;
  font-size: 12px;
  line-height: 16px;
}
#page_blog_view .item_tag_holder .item_tag {
  color: #a2a2a2;
}
#page_blog_view .item_tag_holder a {
  color: #555555 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_blog_view .item_tag_holder a:hover {
  color: #801323 !important;
}
#page_blog_view .addthis_block {
  padding-top: 8px;
  margin-bottom: 16px;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blog-row {
  padding-bottom: 0;
  border: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: ralative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blog-row > div {
  display: table-cell;
  vertical-align: top;
  box-sizing: content-box;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  padding-bottom: 0;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blogger-cover {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blogger-cover span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blogger-cover span:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blogger-cover.no-image-cover > span {
  background: #555555;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blogger-info {
  position: relative;
  padding: 0;
  padding-top: 16px;
  display: block;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-image {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 50%;
  border: 4px solid white;
  border-radius: 100%;
  box-sizing: content-box;
  -webkit-transform: translate(-50%, -40px);
  -moz-transform: translate(-50%, -40px);
  -ms-transform: translate(-50%, -40px);
  -o-transform: translate(-50%, -40px);
  transform: translate(-50%, -40px);
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-image .img-wrapper,
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-image .no_image_user {
  width: 56px;
  height: 56px;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-image img {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-title {
  text-align: center;
  padding: 0;
  padding-top: 10px;
  min-height: 40px;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-title .user_profile_link_span a {
  font-weight: bold !important;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-title .blog-user-details {
  margin-top: 2px;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-user-details time {
  font-size: 12px;
  color: #555555;
  background: #fff;
  position: absolute;
  left: 50%;
  padding: 0 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-user-details:before {
  content: "";
  border-bottom: 1px solid black;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  border-color: #eeeeee;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li:last-of-type {
  margin-bottom: 0;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li:last-of-type .blog-row {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image {
  padding: 0;
  width: 40px;
  height: 40px;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image .img-wrapper,
#js_block_border_apps_core_blogs_block_topbloggers .blog-image .no_image_user {
  width: 40px;
  height: 40px;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image img {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image .blog-image-holder {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image .blog-image-holder .no_image_user {
  width: 100%;
  height: 100%;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image .blog-image-holder .no_image_user > span {
  font-size: 12px;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-title {
  padding: 0 10px;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-title .user_profile_link_span a {
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal !important;
  color: #ac1a2f !important;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-title .user_profile_link_span a:hover {
  color: #801323 !important;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-title .blog-user-details time {
  color: #a2a2a2;
  font-size: 12px;
}
.blog_popular_topic ul > li {
  display: inline-block;
}
._app_blog.js_parent_feed_entry .activity_feed_content_image,
.feed_share_blog .activity_feed_content_image {
  display: none;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-image,
.feed_share_blog .blog-feed .blog-feed-image {
  width: 100%;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-image span,
.feed_share_blog .blog-feed .blog-feed-image span {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-image span:before,
.feed_share_blog .blog-feed .blog-feed-image span:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info,
.feed_share_blog .blog-feed .blog-feed-info {
  position: relative;
  border: 1px solid #dcdcdc;
  padding: 10px 20px 10px 14px;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-title,
.feed_share_blog .blog-feed .blog-feed-info .blog-title {
  margin-bottom: 5px;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-title a,
.feed_share_blog .blog-feed .blog-feed-info .blog-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #555555 !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-title a:hover,
.feed_share_blog .blog-feed .blog-feed-info .blog-title a:hover {
  color: #ac1a2f !important;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general {
  margin-bottom: 5px;
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
}
html[dir="ltr"] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general > span,
html[dir="ltr"] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general > span {
  margin-right: 8px;
}
html[dir="rtl"] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general > span,
html[dir="rtl"] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general > span {
  margin-left: 8px;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general a,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general a {
  color: #555555 !important;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general a:hover,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general a:hover {
  color: #ac1a2f !important;
}
html[dir='rtl'] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-datetime,
html[dir='rtl'] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-datetime {
  display: inline-block;
}
html[dir='rtl'] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory,
html[dir='rtl'] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory,
html[dir='rtl'] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-views,
html[dir='rtl'] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-views {
  display: inline-block;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory:before,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory:before,
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-views:before,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-views:before {
  content: ".";
}
html[dir="ltr"] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory:before,
html[dir="ltr"] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory:before,
html[dir="ltr"] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-views:before,
html[dir="ltr"] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-views:before {
  margin-right: 8px;
}
html[dir="rtl"] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory:before,
html[dir="rtl"] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory:before,
html[dir="rtl"] ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-views:before,
html[dir="rtl"] .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-views:before {
  margin-left: 8px;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip.open > a,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip.open > a {
  color: #801323 !important;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip > a,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip > a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ac1a2f !important;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip > a:hover,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip > a:hover {
  color: #801323 !important;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu {
  background: rgba(0, 0, 0, 0.86);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  min-width: 200px;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu:after,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu:after {
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.86);
  bottom: 0;
}
@media (max-width: 480px) {
  ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu,
  .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu {
    min-width: 80px;
  }
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu > li a,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu > li a {
  color: #fff !important;
  white-space: normal;
}
@media (max-width: 480px) {
  ._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu > li a,
  .feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu > li a {
    font-size: 12px;
    padding: 4px 8px;
    min-height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
  }
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu > li a:hover,
.feed_share_blog .blog-feed .blog-feed-info .blog-info-general .blog-catgory .dropdown-tooltip .dropdown-menu > li a:hover {
  color: #fff !important;
  background: transparent !important;
}
._app_blog.js_parent_feed_entry .blog-feed .blog-feed-info .blog-content,
.feed_share_blog .blog-feed .blog-feed-info .blog-content {
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 57px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}
._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-title a,
.feed_share_blog .blog-feed.has-image .blog-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 21px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: block !important;
}
._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-feed-info .blog-info-general .blog-catgory:before,
.feed_share_blog .blog-feed.has-image .blog-feed-info .blog-info-general .blog-catgory:before {
  content: "-";
}
html[dir="ltr"] ._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-feed-info .blog-info-general .blog-catgory:before,
html[dir="ltr"] .feed_share_blog .blog-feed.has-image .blog-feed-info .blog-info-general .blog-catgory:before {
  margin-right: 8px;
}
html[dir="rtl"] ._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-feed-info .blog-info-general .blog-catgory:before,
html[dir="rtl"] .feed_share_blog .blog-feed.has-image .blog-feed-info .blog-info-general .blog-catgory:before {
  margin-left: 8px;
}
._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-feed-info .blog-info-general .blog-views:before,
.feed_share_blog .blog-feed.has-image .blog-feed-info .blog-info-general .blog-views:before {
  display: none;
}
._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-views,
.feed_share_blog .blog-feed.has-image .blog-views {
  padding: 4px 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -35px;
  margin-right: 0 !important;
  color: #fff;
}
html[dir="ltr"] ._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-views,
html[dir="ltr"] .feed_share_blog .blog-feed.has-image .blog-views {
  right: 8px;
}
html[dir="rtl"] ._app_blog.js_parent_feed_entry .blog-feed.has-image .blog-views,
html[dir="rtl"] .feed_share_blog .blog-feed.has-image .blog-views {
  left: 8px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .moderation_row {
  right: 0;
  left: auto;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-media-src {
  margin-right: 0;
}
html[dir="ltr"] html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-media-src {
  margin-left: 16px;
}
html[dir="rtl"] html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-media-src {
  margin-right: 16px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-media-src .item-icon {
  left: 8px;
  right: auto;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer.none-image .item-icon {
  right: 0;
  left: auto;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-inner .item-title {
  padding-right: 0;
  padding-left: 50px;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-inner .item-author span {
  display: inline-block;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-inner .total-view span {
  margin-right: 0;
  margin-left: 5px;
  display: inline-block;
}
html[dir="rtl"] .item-container.blog-listing .blog-item .item-outer .item-inner .item-option {
  left: -8px;
  right: auto;
}
html[dir="rtl"] .blog-button-option .dropdown-menu:after {
  left: 18px;
  right: auto;
}
html[dir="rtl"] .blog-button-option .dropdown-menu li a {
  padding: 10px 16px;
}
html[dir="rtl"] .blog-button-option .dropdown-menu li span.ico {
  margin-right: 0;
}
html[dir="ltr"] html[dir="rtl"] .blog-button-option .dropdown-menu li span.ico {
  margin-left: 8px;
}
html[dir="rtl"] html[dir="rtl"] .blog-button-option .dropdown-menu li span.ico {
  margin-right: 8px;
}
html[dir="rtl"] .item-container.with-blog .blog-item .item-outer .total-view {
  right: 0;
  left: auto;
}
html[dir="rtl"] .item-container.with-blog .blog-item .item-outer .item-option {
  left: 0;
  right: auto;
}
html[dir="rtl"] #left .item-container.with-blog .blog-item .item-outer .item-media-src,
html[dir="rtl"] #right .item-container.with-blog .blog-item .item-outer .item-media-src {
  margin-right: 0;
  margin-left: 12px;
}
html[dir="rtl"] .blog-category a {
  display: inline-block;
}
html[dir="rtl"] #page_blog_view .blog-info .blog-info-main {
  padding-left: 0;
}
html[dir="ltr"] html[dir="rtl"] #page_blog_view .blog-info .blog-info-main {
  padding-right: 8px;
}
html[dir="rtl"] html[dir="rtl"] #page_blog_view .blog-info .blog-info-main {
  padding-left: 8px;
}
html[dir="rtl"] #page_blog_view .blog-total-viewlike {
  text-align: left !important;
}
html[dir="rtl"] #page_blog_view .blog-icon {
  left: 16px;
  right: auto !important;
}
html[dir="rtl"] #page_blog_view .blog-total-viewlike > span {
  left: 0;
  right: auto !important;
}
#page_blog_add .blog-add-button-group {
  display: flex;
}
html[dir="ltr"] #page_blog_add .blog-add-button-group > input {
  margin-right: 8px;
}
html[dir="rtl"] #page_blog_add .blog-add-button-group > input {
  margin-left: 8px;
}
.blog-news-container .item-blog .item-outer {
  display: flex;
}
.blog-news-container .item-blog .item-outer .item-media {
  min-width: 48px;
}
html[dir='ltr'] .blog-news-container .item-blog .item-outer .item-media {
  margin-right: 12px;
}
html[dir='rtl'] .blog-news-container .item-blog .item-outer .item-media {
  margin-left: 12px;
}
.blog-news-container .item-blog .item-outer .item-media .img-wrapper,
.blog-news-container .item-blog .item-outer .item-media .no_image_user {
  width: 48px;
  height: 48px;
}
.blog-news-container .item-blog .item-outer .item-inner {
  flex: 1;
  min-width: 0;
}
/*End Blogs*/
/*Begin ' . Pages . '*/
/*==================================
=            Core Pages            =
==================================*/
.page-button-option {
  cursor: pointer;
}
.item-container.page-listing .item-option {
  position: absolute;
  top: 0;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.item-container.page-listing .item-option a.dropdown-toggle {
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0 !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.item-container.page-listing .item-option a.dropdown-toggle:hover {
  color: #555555;
}
.item-container.page-listing .item-option a.dropdown-toggle:hover i.ico:before {
  content: "\ea88";
}
.item-container.page-listing .item-option .dropdown [data-toggle="dropdown"] i.ico {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-listing .item-option .dropdown.open [data-toggle="dropdown"] i.ico {
  opacity: 1;
  color: #555555;
}
.item-container.page-listing .item-option .dropdown.open [data-toggle="dropdown"] i.ico:before {
  content: "\ea88";
}
@media (min-width: 992px) {
  #page_pages_index .empty-right .item-container.page-home .page-item,
  #page_pages_all .empty-right .item-container.page-home .page-item,
  #page_pages_index .empty-left .item-container.page-home .page-item,
  #page_pages_all .empty-left .item-container.page-home .page-item {
    width: 25%;
  }
  #page_pages_index .empty-right.empty-left .item-container.page-home .page-item,
  #page_pages_all .empty-right.empty-left .item-container.page-home .page-item {
    width: 20%;
  }
}
#page_pages_index .item-page-title-block {
  display: flex;
  align-items: center;
}
#page_pages_index .item-page-title-block .item-title {
  font-size: 22px;
  line-height: 29px;
  color: #555555;
}
#page_pages_index .item-page-title-block .item-collapse-icon {
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  bottom: -2px;
}
html[dir="ltr"] #page_pages_index .item-page-title-block .item-collapse-icon {
  margin-left: 8px;
}
html[dir="rtl"] #page_pages_index .item-page-title-block .item-collapse-icon {
  margin-right: 8px;
}
#page_pages_index .item-page-title-block .item-collapse-icon:hover {
  color: #555555;
}
html[dir='rtl'] #page_pages_index .item-page-title-block .item-collapse-icon span.ico:before {
  content: "\eab5";
}
html[dir='rtl'] #page_pages_index .item-page-title-block .item-collapse-icon.collapsed {
  transform: rotate(-90deg);
}
#page_pages_index .item-page-title-block .item-collapse-icon.collapsed {
  transform: rotate(90deg);
}
.item-container.page-home {
  display: flex;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  flex-flow: wrap;
  margin: 0 -8px;
}
.item-container.page-home[aria-expanded="true"] {
  opacity: 1;
}
.item-container.page-home .page-item {
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .item-container.page-home .page-item {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .item-container.page-home .page-item {
    width: 33.33% !important;
  }
}
@media (max-width: 480px) {
  .item-container.page-home .page-item {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .item-container.page-home .page-item:hover .item-outer .page-photo .item-icon,
  .item-container.page-home .page-item:hover .item-outer .page-photo .item-desc {
    opacity: 1;
  }
  .item-container.page-home .page-item:hover .item-outer .item-inner .item-title a {
    color: #801323;
  }
}
.item-container.page-home .page-item .item-outer {
  position: relative;
}
.item-container.page-home .page-item .item-outer .moderation_row {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.item-container.page-home .page-item .item-outer .page-photo {
  height: 0;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  position: relative;
  margin-bottom: 8px;
}
.item-container.page-home .page-item .item-outer .page-photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.item-container.page-home .page-item .item-outer .page-photo img {
  width: 100%;
  height: auto;
}
.item-container.page-home .page-item .item-outer .page-photo .no_image_user {
  border-radius: 6px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.item-container.page-home .page-item .item-outer .page-photo .item-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /*.item-icon-like{
                        background: @brand-primary;
                        span.ico{
                            color: #fff;
                        }
                    } */
}
.item-container.page-home .page-item .item-outer .page-photo .item-icon .item-icon-liked,
.item-container.page-home .page-item .item-outer .page-photo .item-icon .item-icon-like {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-container.page-home .page-item .item-outer .page-photo .item-icon .item-icon-liked {
  background: #fff !important;
}
.item-container.page-home .page-item .item-outer .page-photo .item-icon .item-icon-liked span.ico {
  color: #555555 !important;
}
@media (max-width: 991px) {
  .item-container.page-home .page-item .item-outer .page-photo .item-icon {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .item-container.page-home .page-item .item-outer .page-photo .item-icon .item-icon-liked,
  .item-container.page-home .page-item .item-outer .page-photo .item-icon .item-icon-like {
    width: 32px;
    height: 32px;
  }
}
.item-container.page-home .page-item .item-outer .page-photo .item-desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-home .page-item .item-outer .page-photo .item-desc .item-desc-main {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  line-height: 16px;
  max-height: 96px;
  white-space: normal;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  word-break: break-word;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .item-container.page-home .page-item .item-outer .page-photo:hover .item-icon,
  .item-container.page-home .page-item .item-outer .page-photo:hover .item-desc {
    opacity: 1;
  }
}
.item-container.page-home .page-item .item-outer > .item-icon {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] .item-container.page-home .page-item .item-outer > .item-icon {
  right: 8px;
}
html[dir="rtl"] .item-container.page-home .page-item .item-outer > .item-icon {
  left: 8px;
}
.item-container.page-home .page-item .item-outer .item-inner {
  position: relative;
}
.item-container.page-home .page-item .item-outer .item-inner .item-title {
  padding-right: 35px;
  margin-bottom: 4px;
}
.item-container.page-home .page-item .item-outer .item-inner .item-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-home .page-item .item-outer .item-inner .item-title a:hover {
  color: #801323;
}
.item-container.page-home .page-item .item-outer .item-inner .item-number-like {
  color: #555555;
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-container.page-home .page-item .remain_pages {
  width: 100%;
  display: block;
}
.item-container.page-home .page-item .remain_pages .page-item-viewall {
  display: block !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-origin: border-box !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px;
}
.item-container.page-home .page-item .remain_pages .page-item-viewall:before {
  content: "" !important;
  display: block !important;
  padding-bottom: 100% !important;
}
.item-container.page-home .page-item .remain_pages .page-item-viewall .page-item-view-all {
  position: absolute;
  left: 12px;
  bottom: 13px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
}
.item-container.page-home .page-item .remain_pages .page-item-viewall .page-item-remain-number {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 480px) {
  .item-container.page-home .page-item .remain_pages .page-item-viewall .page-item-remain-number {
    font-size: 18px;
    line-height: 24px;
  }
}
.item-container.page-home .page-item .remain_pages .page-item-viewall:after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
}
.item-container.page-result .page-item {
  position: relative;
}
.item-container.page-result .page-item:last-of-type .item-outer {
  border-bottom: 1px solid #eeeeee;
}
.item-container.page-result .page-item:last-of-type .item-outer:after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  right: -16px;
  border-bottom: 1px solid #eeeeee;
  opacity: 0;
}
.item-container.page-result .page-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  background: #f8f8f8;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .item-container.page-result .page-item:hover:before {
    opacity: 1 !important;
  }
  .item-container.page-result .page-item:hover .item-outer {
    border-color: transparent;
  }
  .item-container.page-result .page-item:hover .item-outer:before,
  .item-container.page-result .page-item:hover .item-outer:after {
    opacity: 1 !important;
  }
  .item-container.page-result .page-item:hover .item-outer .item-inner .item-title a {
    color: #801323 !important;
  }
  .item-container.page-result .page-item:hover .item-outer .item-inner .item-desc-main {
    color: #555555 !important;
  }
  .item-container.page-result .page-item:hover + .page-item .item-outer {
    border-top-color: transparent;
  }
  .item-container.page-result .page-item:hover + .page-item .item-outer:before {
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  .item-container.page-result .page-item .item-outer .item-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.item-container.page-result .page-item .item-outer {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #eeeeee;
}
.item-container.page-result .page-item .item-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  right: -16px;
  border-top: 1px solid #eeeeee;
  opacity: 0;
}
.item-container.page-result .page-item .item-outer .moderation_row {
  position: absolute;
  top: 0;
  left: -16px;
  z-index: 1;
}
.item-container.page-result .page-item .item-outer .page-photo {
  height: 100%;
  display: block;
  overflow: hidden;
  min-width: 96px;
  max-width: 96px;
  border-radius: 6px;
  position: relative;
}
html[dir="ltr"] .item-container.page-result .page-item .item-outer .page-photo {
  margin-right: 16px;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .page-photo {
  margin-left: 16px;
}
.item-container.page-result .page-item .item-outer .page-photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.item-container.page-result .page-item .item-outer .page-photo img {
  width: 100%;
  height: 100%;
}
.item-container.page-result .page-item .item-outer .page-photo .no_image_user {
  border-radius: 6px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.item-container.page-result .page-item .item-outer .page-photo .item-icon {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] .item-container.page-result .page-item .item-outer .page-photo .item-icon {
  right: 8px;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .page-photo .item-icon {
  left: 8px;
}
.item-container.page-result .page-item .item-outer .item-inner {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-right: 140px;
  width: 100%;
}
.item-container.page-result .page-item .item-outer .item-inner .item-option {
  top: -16px;
}
.item-container.page-result .page-item .item-outer .item-inner .item-title {
  margin-bottom: 4px;
  padding-right: 30px;
}
.item-container.page-result .page-item .item-outer .item-inner .item-title a {
  font-size: 18px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555555;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-result .page-item .item-outer .item-inner .item-title a:hover {
  color: #801323 !important;
}
.item-container.page-result .page-item .item-outer .item-inner .item-info {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  display: flex;
}
.item-container.page-result .page-item .item-outer .item-inner .item-info .item-number-like {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}
.item-container.page-result .page-item .item-outer .item-inner .item-info .item-number-like:after {
  content: ".";
  margin-left: 4px;
  margin-right: 4px;
}
.item-container.page-result .page-item .item-outer .item-inner .item-info .item-category {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-result .page-item .item-outer .item-inner .item-info .item-category:hover {
  color: #555555;
}
.item-container.page-result .page-item .item-outer .item-inner .item-desc .item-desc-main {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  max-height: 57px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  word-break: break-word;
  word-wrap: break-word;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users {
  display: flex;
  justify-content: space-between;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon {
  position: absolute;
  top: 24px;
  right: 0;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .item-icon-liked,
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .item-icon-like {
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .item-icon-liked .ico-caret-down,
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .item-icon-like .ico-caret-down {
  margin-left: 8px;
  margin-right: 0;
}
html[dir='rtl'] .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .item-icon-liked .ico-caret-down,
html[dir='rtl'] .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .item-icon-like .ico-caret-down {
  margin-right: 8px;
  margin-left: 0;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members {
  position: absolute;
  top: 72px;
  right: 0;
  display: flex;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members img {
  width: 100%;
  height: 100%;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user,
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .img-wrapper {
  width: 32px;
  height: 32px;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user > span {
  font-size: 12px;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .img-wrapper,
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user,
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-sizing: content-box;
  margin-left: -6px;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .img-wrapper:nth-child(1),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user:nth-child(1),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall:nth-child(1) {
  z-index: 1;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .img-wrapper:nth-child(2),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user:nth-child(2),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall:nth-child(2) {
  z-index: 2;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .img-wrapper:nth-child(3),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user:nth-child(3),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall:nth-child(3) {
  z-index: 3;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .img-wrapper:nth-child(4),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user:nth-child(4),
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall:nth-child(4) {
  z-index: 4;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .img-wrapper img,
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .no_image_user img,
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall img {
  border-radius: 100%;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall {
  text-align: center;
  background: #ddecf9;
}
.item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members .item-members-viewall span {
  font-size: 12px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users {
    margin-top: 8px;
  }
  .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon,
  .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-members {
    position: static !important;
  }
  .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .dropdown-menu {
    left: 0;
    right: auto;
  }
  .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .dropdown-menu:after {
    left: 10px;
    right: auto;
  }
  html[dir='rtl'] .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .dropdown-menu:after {
    right: 10px;
    left: auto;
  }
  html[dir='rtl'] .item-container.page-result .page-item .item-outer .item-inner .item-group-icon-users .item-icon .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
  .item-container.page-result .page-item .item-outer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .item-container.page-result .page-item .item-outer .item-desc,
  .item-container.page-result .page-item .item-outer .item-members {
    display: none !important;
  }
  .item-container.page-result .page-item .item-outer .item-inner .item-title a {
    font-size: 14px;
    line-height: 18px;
  }
  .item-container.page-result .page-item .item-outer .item-inner .item-option {
    top: -8px;
  }
  .item-container.page-result .page-item .item-outer .page-photo {
    min-width: 80px;
    max-width: 80px;
  }
}
.item-container.page-add {
  display: flex;
  flex-flow: wrap;
  margin: -8px;
}
.item-container.page-add .page-item {
  width: 25%;
  padding: 8px;
}
@media (max-width: 991px) {
  .item-container.page-add .page-item {
    width: 33.33%;
  }
}
@media (max-width: 480px) {
  .item-container.page-add .page-item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .item-container.page-add .page-item {
    width: 100%;
  }
}
.item-container.page-add .page-item .item-outer .page-photo {
  border-radius: 6px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.item-container.page-add .page-item .item-outer .page-photo:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link .pages-add-info {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link .pages-add-info .item-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link .pages-add-info .item-number-page {
  color: #c8c8c8;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link .item-page-add {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link .item-page-add span.ico {
  color: #ac1a2f;
  font-weight: bold;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link:hover {
  background-color: rgba(38, 129, 213, 0.8);
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link:hover .item-page-add {
  display: flex !important;
}
.item-container.page-add .page-item .item-outer .page-photo .page-add-inner-link:hover .item-number-page {
  color: #fff !important;
}
.page-add-modal {
  margin: -16px -16px 0 -16px;
}
.page-add-modal .page-category-photo {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-add-modal .page-category-photo:before {
  content: "";
  display: block;
  padding-bottom: 25%;
}
@media (max-width: 480px) {
  .page-add-modal .page-category-photo:before {
    padding-bottom: 45% !important;
  }
}
@media (max-width: 320px) {
  .page-add-modal .page-category-photo:before {
    padding-bottom: 55% !important;
  }
}
.page-add-modal .page-category-photo .page-category-select {
  width: 200px;
  margin-bottom: 0;
}
.page-add-modal .page-category-photo .page-category-select select {
  padding-left: 10px;
}
.page-add-modal .page-category-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.page-add-modal .page-category-photo .page-category-inner {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-add-modal .page-category-photo .page-category-inner .page-category-title {
  font-size: 18px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}
.page-add-modal .page-category-photo .page-category-inner .page-category-title-sub {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
.page-add-modal .page-category-input {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.page-add-modal .page-category-input label {
  padding: 0;
  width: 25%;
  float: left;
}
@media (max-width: 480px) {
  .page-add-modal .page-category-input label {
    width: 40%;
  }
}
.page-add-modal .page-category-input > div {
  flex: 1;
  position: relative;
}
.page-add-modal .page-category-input > div input.form-control {
  z-index: 0;
}
.page-add-modal .page-category-input > div span.help-block {
  position: absolute;
  bottom: -32px;
  white-space: nowrap;
}
html[dir="ltr"] .page-add-modal .page-category-input > div span.help-block {
  left: 0;
}
html[dir="rtl"] .page-add-modal .page-category-input > div span.help-block {
  right: 0;
}
.page-add-modal .page-category-button {
  border-top: 1px solid #eeeeee;
  clear: both;
  padding-top: 8px;
  margin-bottom: -8px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  justify-content: flex-end;
}
html[dir="ltr"] .page-add-modal .page-category-button .btn {
  margin-left: 8px;
}
html[dir="rtl"] .page-add-modal .page-category-button .btn {
  margin-right: 8px;
}
html[dir="rtl"] .item-container.page-home .page-item .item-outer .moderation_row {
  left: auto !important;
  right: 0;
}
html[dir="rtl"] .item-container.page-home .page-item .item-outer .page-photo .item-icon {
  left: 8px;
  right: auto !important;
}
html[dir="rtl"] .item-container.page-home .page-item .item-outer .item-inner .item-title {
  padding-right: 0;
  padding-left: 35px;
}
html[dir="rtl"] .item-container.page-home .page-item .item-outer .item-inner .item-option {
  left: -8px;
  right: auto !important;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .moderation_row {
  right: -16px;
  left: auto !important;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .page-photo {
  margin-right: 0;
  margin-left: 16px;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .item-inner {
  padding-left: 140px;
  padding-right: 0;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .item-inner .item-title {
  padding-right: 0;
  padding-left: 30px;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .item-inner .item-option {
  left: -8px;
  right: auto !important;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .item-inner .item-icon {
  right: auto !important;
  left: 0;
}
html[dir="rtl"] .item-container.page-result .page-item .item-outer .item-inner .item-members {
  margin-left: 6px;
  margin-right: 0;
  right: auto !important;
  left: 0;
}
._is_pages_view .page-block-action {
  background: #fff;
  border-radius: 6px;
  padding: 16px !important;
}
._is_pages_view .page-block-action .item-inner {
  padding-bottom: 16px;
}
._is_pages_view .page-block-action .item-inner .item-info-main {
  display: flex;
  margin-bottom: 16px;
}
html[dir="ltr"] ._is_pages_view .page-block-action .item-inner .item-info-main .item-image {
  margin-right: 16px;
}
html[dir="rtl"] ._is_pages_view .page-block-action .item-inner .item-info-main .item-image {
  margin-left: 16px;
}
._is_pages_view .page-block-action .item-inner .item-info-main .item-image .js_hover_info:before,
._is_pages_view .page-block-action .item-inner .item-info-main .item-image .img-wrapper:before {
  border-radius: 0 !important;
}
._is_pages_view .page-block-action .item-inner .item-info-main .item-image .img-wrapper img {
  height: 100%;
}
._is_pages_view .page-block-action .item-inner .item-info-main .item-image .img-wrapper,
._is_pages_view .page-block-action .item-inner .item-info-main .item-image .no_image_user {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
._is_pages_view .page-block-action .item-inner .item-info-main .item-image .no_image_user > span {
  font-size: 14px;
}
._is_pages_view .page-block-action .item-inner .item-info-main .item-info {
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._is_pages_view .page-block-action .item-inner .item-info-main .item-info .item-title {
  font-size: 14px;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
._is_pages_view .page-block-action .item-inner .item-info-main .item-info .item-like-count {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._is_pages_view .page-block-action .item-inner .item-btn-like button {
  outline: none;
}
html[dir="ltr"] ._is_pages_view .page-block-action .item-inner .item-btn-like button > span.ico {
  margin-right: 8px;
}
html[dir="rtl"] ._is_pages_view .page-block-action .item-inner .item-btn-like button > span.ico {
  margin-left: 8px;
}
html[dir="ltr"] ._is_pages_view .page-block-action .item-inner .item-btn-like span.caret {
  margin-left: 8px;
}
html[dir="rtl"] ._is_pages_view .page-block-action .item-inner .item-btn-like span.caret {
  margin-right: 8px;
}
html[dir="ltr"] ._is_pages_view .page-block-action .item-inner .pages_like_join span.ico {
  margin-right: 8px;
}
html[dir="rtl"] ._is_pages_view .page-block-action .item-inner .pages_like_join span.ico {
  margin-left: 8px;
}
._is_pages_view .page-block-action .item-inner .item-publish-date {
  margin-bottom: 16px;
}
._is_pages_view .page-block-action .item-inner .item-publish-date .item-title {
  color: #555555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding-top: 20px;
}
._is_pages_view .page-block-action .item-inner .item-publish-date .item-date {
  font-size: 12px;
  color: #a2a2a2;
}
._is_pages_view .page-block-action .item-page-action {
  border-top: 1px solid #eeeeee;
  padding-top: 16px;
}
._is_pages_view .page-block-action .item-page-action > li {
  margin-bottom: 8px;
}
._is_pages_view .page-block-action .item-page-action > li:last-child {
  margin-bottom: 0;
}
._is_pages_view .page-block-action .item-page-action > li a {
  font-size: 14px;
  line-height: 18px;
  color: #a2a2a2;
}
html[dir="ltr"] ._is_pages_view .page-block-action .item-page-action > li a i.ico,
html[dir="ltr"] ._is_pages_view .page-block-action .item-page-action > li a i.fa {
  margin-right: 8px;
}
html[dir="rtl"] ._is_pages_view .page-block-action .item-page-action > li a i.ico,
html[dir="rtl"] ._is_pages_view .page-block-action .item-page-action > li a i.fa {
  margin-left: 8px;
}
html[dir='rtl'] ._is_pages_view .page-block-action .item-page-action > li a i.ico,
html[dir='rtl'] ._is_pages_view .page-block-action .item-page-action > li a i.fa {
  display: inline-block;
}
._is_pages_view .profiles-menu > ul {
  flex-flow: wrap;
  overflow: hidden;
  height: 64px;
  position: relative;
}
._is_pages_view .profiles-menu > ul div.overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
}
html[dir='rtl'] ._is_pages_view .profiles-menu > ul div.overlay {
  left: 0;
  right: auto;
}
._is_pages_view:not(.profile_menu_is_fixed) .profiles-menu > ul li.profile-image-holder,
._is_pages_view:not([data-profile="fixed"]) .profiles-menu > ul li.profile-image-holder {
  display: none;
}
._is_pages_view.profile_menu_is_fixed[data-profile="fixed"] .profiles-menu > ul {
  height: auto;
}
._is_pages_view.profile_menu_is_fixed[data-profile="fixed"] .profiles-menu > ul li.profile-image-holder a {
  width: 32px;
  height: 32px;
  position: relative;
  background: #dcdcdc;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 2px 5px 0 rgba(38, 129, 213, 0);
}
._is_pages_view.profile_menu_is_fixed[data-profile="fixed"] .profiles-menu > ul li.profile-image-holder a:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100% !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_pages_members .header-page-title {
  margin-bottom: 0;
  border-bottom: 0;
}
#page_pages_members .breadcrumbs-top {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #page_pages_members .breadcrumbs-top {
    margin-bottom: 0;
  }
}
#page_pages_members .item-page-search-header {
  position: absolute;
  top: -44px;
}
html[dir="ltr"] #page_pages_members .item-page-search-header {
  right: 0;
}
html[dir="rtl"] #page_pages_members .item-page-search-header {
  left: 0;
}
@media (max-width: 767px) {
  #page_pages_members .item-page-search-header {
    position: static;
    width: auto;
    margin-bottom: 24px;
    padding-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid #eeeeee;
  }
  #page_pages_members .item-page-search-header .item-page-search-member {
    width: 100% !important;
  }
}
#page_pages_members .item-page-search-header .item-page-search-member {
  position: relative;
  width: 200px;
}
@media (max-width: 330px) {
  #page_pages_members .item-page-search-header .item-page-search-member {
    width: 180px;
  }
}
#page_pages_members .item-page-search-header .item-page-search-member input.form-control {
  height: 32px;
}
#page_pages_members .item-page-search-header .item-page-search-member span.input-group-btn {
  position: absolute;
  top: 0;
  color: #a2a2a2;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] #page_pages_members .item-page-search-header .item-page-search-member span.input-group-btn {
  right: 0;
}
html[dir="rtl"] #page_pages_members .item-page-search-header .item-page-search-member span.input-group-btn {
  left: 0;
}
#page_pages_members .page_section_menu .member-count {
  color: #a2a2a2;
  margin-left: 4px;
}
html[dir='rtl'] #page_pages_members .page_section_menu .member-count {
  margin-left: 0;
  margin-right: 4px;
}
#page_pages_members .pages-member-container {
  display: flex;
  flex-flow: wrap;
  margin: 0 -8px;
}
#page_pages_members .pages-member-container .pages-member {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
#page_pages_members .pages-member-container .pages-member .moderation_row {
  position: absolute;
  top: 0;
  z-index: 1;
}
html[dir="ltr"] #page_pages_members .pages-member-container .pages-member .moderation_row {
  left: 8px;
}
html[dir="rtl"] #page_pages_members .pages-member-container .pages-member .moderation_row {
  right: 8px;
}
#page_pages_members .pages-member-container .pages-member .moderation_row .item-checkbox {
  width: 32px;
  height: 32px;
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#page_pages_members .pages-member-container .pages-member .item-bar-action {
  position: absolute;
  top: 64px;
  z-index: 3;
}
html[dir="ltr"] #page_pages_members .pages-member-container .pages-member .item-bar-action {
  right: 8px;
}
html[dir="rtl"] #page_pages_members .pages-member-container .pages-member .item-bar-action {
  left: 8px;
}
#page_pages_members .pages-member-container .pages-member .item-bar-action > a.btn {
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 0px 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
}
#page_pages_members .pages-member-container .pages-member .item-bar-action > a.btn span.ico {
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1024px) {
  #page_pages_members .pages-member-container .pages-member .item-bar-action .dropdown-menu {
    min-width: 120px;
  }
  #page_pages_members .pages-member-container .pages-member .item-bar-action .dropdown-menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  #page_pages_members .pages-member-container .pages-member .item-bar-action .dropdown-menu {
    right: -32px;
  }
  html[dir='rtl'] #page_pages_members .pages-member-container .pages-member .item-bar-action .dropdown-menu {
    left: -32px;
    right: auto;
  }
  html[dir="ltr"] #page_pages_members .pages-member-container .pages-member .item-bar-action .dropdown-menu:after {
    right: 40px;
  }
  html[dir="rtl"] #page_pages_members .pages-member-container .pages-member .item-bar-action .dropdown-menu:after {
    left: 40px;
  }
}
@media (max-width: 480px) {
  #page_pages_members .pages-member-container .pages-member .item-bar-action .dropdown-menu {
    min-width: 110px;
  }
}
#page_pages_members .pages-member-container .pages-member .item-bar-action:hover > a.btn span.ico,
#page_pages_members .pages-member-container .pages-member .item-bar-action.open > a.btn span.ico {
  color: #555555;
}
#page_pages_members .pages-member-container .pages-member .item-bar-action:hover > a.btn span.ico:before,
#page_pages_members .pages-member-container .pages-member .item-bar-action.open > a.btn span.ico:before {
  content: "\ea88";
}
#page_pages_members .pages-member-container .user_rows {
  border: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
  height: auto;
}
#page_pages_members .pages-member-container .user_rows .user_rows_image {
  background: transparent;
  overflow: visible;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  min-width: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_pages_members .pages-member-container .user_rows .user_rows_image .img-wrapper {
  width: 96px;
  height: 96px;
}
#page_pages_members .pages-member-container .user_rows .user_rows_image .img-wrapper img {
  width: 100%;
  height: 100%;
}
#page_pages_members .pages-member-container .user_rows .user_rows_image .no_image_user {
  width: 100%;
  height: 100%;
}
#page_pages_members .pages-member-container .user_rows .user_rows_image .no_image_user span.js_hover_info {
  position: absolute !important;
  margin-top: 0 !important;
}
#page_pages_members .pages-member-container .user_rows .user_rows_image .no_image_user > span {
  margin-top: 0 !important;
  position: absolute !important;
  font-size: 14px !important;
}
#page_pages_members .pages-member-container .user_rows .user_rows_image:hover {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
}
#page_pages_members .pages-member-container .user_rows .user_rows_image:hover .js_hover_info:before,
#page_pages_members .pages-member-container .user_rows .user_rows_image:hover .img-wrapper:before {
  border-color: #801323;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner {
  max-width: 96px;
  min-width: 96px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .friend-info {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .friend-info a {
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .btn-addfriend {
  position: absolute;
  top: 0;
}
html[dir="ltr"] #page_pages_members .pages-member-container .user_rows .user_rows_inner .btn-addfriend {
  right: 0;
}
html[dir="rtl"] #page_pages_members .pages-member-container .user_rows .user_rows_inner .btn-addfriend {
  left: 0;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .btn-addfriend > a.btn {
  width: 32px;
  height: 32px;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .list-unstyled {
  position: absolute;
  top: 0px;
  z-index: 2;
}
html[dir="ltr"] #page_pages_members .pages-member-container .user_rows .user_rows_inner .list-unstyled {
  right: 0;
}
html[dir="rtl"] #page_pages_members .pages-member-container .user_rows .user_rows_inner .list-unstyled {
  left: 0;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .list-unstyled a.btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .user_profile_link_span {
  margin-top: 3px !important;
  position: static;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .user_profile_link_span a {
  background: #fff;
  color: #555555 !important;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_pages_members .pages-member-container .user_rows .user_rows_inner .user_profile_link_span a:hover {
  color: #801323 !important;
}
.pages-people-also-like .item-container .page-item {
  margin-bottom: 16px;
}
.pages-people-also-like .item-container .page-item:last-child {
  margin-bottom: 0;
}
.pages-people-also-like .item-container .page-item .page-cover {
  background-position: center center;
  background-size: cover;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 72px;
  margin-bottom: 8px;
}
.pages-people-also-like .item-container .page-item .page-shadow {
  color: #FFF;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 90%);
}
.pages-people-also-like .item-container .page-item .page-avatar {
  width: 40px;
  height: 40px;
}
.pages-people-also-like .item-container .page-item .page-avatar .img-wrapper,
.pages-people-also-like .item-container .page-item .page-avatar .no_image_user {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #FFF;
}
.pages-people-also-like .item-container .page-item .page-avatar .img-wrapper img {
  width: 100%;
  height: 100%;
}
.pages-people-also-like .item-container .page-item .page-avatar .no_image_user span {
  font-size: 14px;
}
.pages-people-also-like .item-container .page-item .page-avatar .js_hover_info:before,
.pages-people-also-like .item-container .page-item .page-avatar .img-wrapper:before {
  display: none;
}
.pages-people-also-like .item-container .page-item .page-like {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 4px;
}
.pages-people-also-like .item-container .page-item .page-like b {
  margin-bottom: 0px;
}
.pages-people-also-like .item-container .page-item .page-like span {
  font-size: 12px;
  text-transform: lowercase;
}
.pages-people-also-like .item-container .page-item .page-info .page-name {
  margin-bottom: 4px;
}
.pages-people-also-like .item-container .page-item .page-info .page-name a {
  color: #ac1a2f !important;
  font-weight: 400 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 36px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.pages-people-also-like .item-container .page-item .page-info .page-name a:hover {
  color: #801323 !important;
}
.pages-people-also-like .item-container .page-item .page-info .category-name {
  font-size: 12px;
  color: #a2a2a2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_pages_add .page_section_menu_header {
  margin-top: -16px;
}
#page_pages_add .pages_create_new_widget {
  margin-bottom: 16px;
}
.pages-profile-banner .profiles_banner_bg .item-icon-flag {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner_bg .item-icon-flag {
  right: 16px;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner_bg .item-icon-flag {
  left: 16px;
}
.pages-profile-banner .profiles_banner {
  border-radius: 0px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 400px;
  margin-top: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .pages-profile-banner .profiles_banner {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .pages-profile-banner .profiles_banner {
    background-color: #a2a2a2;
  }
}
@media (min-width: 992px) {
  .pages-profile-banner .profiles_banner:after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 90%);
    pointer-events: none;
  }
}
.pages-profile-banner .profiles_banner.editing .profiles_banner_bg {
  z-index: 2;
}
.pages-profile-banner .profiles_banner.editing .profiles_info,
.pages-profile-banner .profiles_banner.editing .profile_image {
  opacity: 0;
  visibility: hidden;
}
.pages-profile-banner .profiles_banner.editing .profile-info-block .profile-image {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .pages-profile-banner .profiles_banner.editing .profile-info-block .profile-info {
    opacity: 0;
    visibility: hidden;
  }
}
.pages-profile-banner .profiles_banner .profiles_banner_bg {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .pages-profile-banner .profiles_banner .profiles_banner_bg {
    border-radius: 0 0 0 0;
  }
}
.pages-profile-banner .profiles_banner .profiles_banner_bg .cover > span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pages-profile-banner .profiles_banner.cover-uploading #cover_bg_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(85, 85, 85, 0.8);
}
.pages-profile-banner .profiles_banner.cover-uploading .profile-info-block {
  display: none;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner {
    height: auto;
    flex-direction: column;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .pages-profile-banner .profiles_banner::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 248px;
    background: #a2a2a2;
    border-radius: 6px 6px 0 0;
  }
  .pages-profile-banner .profiles_banner .profiles_banner_bg {
    height: 248px;
  }
}
.pages-profile-banner .profiles_banner .change-cover-block {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
}
.pages-profile-banner .profiles_banner .change-cover-block a[data-toggle="dropdown"] {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: none;
}
.pages-profile-banner .profiles_banner .change-cover-block a[data-toggle="dropdown"]:hover {
  border: none !important;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .change-cover-block .cover_section_menu_item.reposition {
    display: none;
  }
}
.pages-profile-banner .profiles_banner .change-cover-block .dropdown-menu {
  margin-top: 12px;
}
.pages-profile-banner .profiles_banner .change-cover-block .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  border-bottom: 8px solid #ffffff;
  bottom: 100%;
  top: auto;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .change-cover-block .dropdown-menu:after {
  left: 12px;
  right: auto;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .change-cover-block .dropdown-menu:after {
  left: auto;
  right: 12px;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .change-cover-block .dropdown-menu:after {
  left: 12px;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .change-cover-block .dropdown-menu:after {
  right: 12px;
}
html[dir='rtl'] .pages-profile-banner .profiles_banner .change-cover-block {
  right: 8px;
  left: auto;
}
.pages-profile-banner .profiles_banner .profile-info-block {
  position: relative;
  width: 100%;
  height: auto;
  align-items: flex-end;
  display: flex;
  color: #FFF;
  padding: 16px;
  padding-top: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
  z-index: 1;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block {
  padding-right: 8px;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block {
  padding-left: 8px;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block {
    background-image: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -128px;
  }
}
.pages-profile-banner .profiles_banner .profile-info-block.groups-profile .profile-info {
  margin-left: 0;
}
.pages-profile-banner .profiles_banner .profile-info-block h1 a {
  color: #FFF;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image {
  position: relative;
  width: 160px;
  height: 160px;
  z-index: 1;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image .profile_image_holder {
  border-radius: 100%;
  background: #dcdcdc;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  border: 4px solid #FFF;
  overflow: hidden;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image .profile_image_holder img,
.pages-profile-banner .profiles_banner .profile-info-block .profile-image .profile_image_holder .no_image_user {
  height: 100%;
  width: 100%;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image .img-wrapper {
  width: 100%;
  height: 100%;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image form {
  position: absolute;
  top: 7px;
  left: 0;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image form label {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: 2px solid #FFF;
  font-size: 16px;
  cursor: pointer;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image form label:hover {
  border-width: 0;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-image form input {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
html[dir='rtl'] .pages-profile-banner .profiles_banner .profile-info-block .profile-image form {
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-image form {
    text-align: left;
  }
  html[dir='rtl'] .pages-profile-banner .profiles_banner .profile-info-block .profile-image form {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-image .profile_image_holder {
    box-shadow: 0px 6px 12px 0px rgba(200, 200, 200, 0.4);
    overflow: hidden;
    position: relative;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-image form {
    left: 50% !important;
    right: auto !important;
    bottom: -18px;
    transform: translateX(-50%);
    width: 48px;
    z-index: 2;
    top: auto;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-image form label {
    border: none;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-image form label .ico {
    position: relative;
    top: -10px;
  }
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info {
  margin-left: 16px;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info {
  margin-right: 16px;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info {
    position: static;
    margin-top: 8px;
  }
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info:before {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: -192px;
  right: -8px;
  margin-top: -20px;
}
html[dir='rtl'] .pages-profile-banner .profiles_banner .profile-info-block .profile-info:before {
  left: -8px;
  right: -192px;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info {
  flex: 1;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 {
  font-weight: bold;
  margin-bottom: 6px;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 24px;
  text-overflow: ellipsis;
  line-height: 28px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 56px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1.has-status-online {
  position: relative;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1.has-status-online {
  padding-left: 12px;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1.has-status-online {
  padding-right: 12px;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 {
    display: inline-block;
    display: -webkit-inline-box;
    margin-bottom: 0;
  }
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline,
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  top: 2px;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline,
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  left: 0;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline,
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  right: 0;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline i,
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online i {
  display: none;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_online {
  background: #47c366;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 .user_is_offline {
  background: #c8c8c8;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info .profile-info-detail {
  color: #c8c8c8;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info .profile-info-detail a {
  color: #c8c8c8;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info .profile-info-detail b {
  font-weight: normal;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info span.category span {
  color: #FFF;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info span.followers {
  color: #FFF;
  font-weight: bold;
  text-transform: capitalize;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions {
  display: flex;
}
@media (max-width: 480px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions {
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown.pending-request {
    margin-bottom: 8px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown.pending-request + .profile-action-block {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown.pending-request .btn {
    height: 32px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a[data-toggle="dropdown"]:hover .ico {
    color: #ac1a2f;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear.open a[data-toggle="dropdown"] .ico-gear-o {
    color: #FFF;
  }
}
@media (min-width: 992px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear {
    position: absolute;
    top: -40px;
    right: 0;
    left: auto;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a.btn {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a.btn:hover .ico {
    color: #FFF;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear.open a.btn {
    background: #ac1a2f !important;
    border-color: #ac1a2f !important;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear.open a.btn .ico {
    color: #FFF;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    border-top: 6px solid #ffffff;
    top: 100%;
    bottom: auto;
  }
  html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear .dropdown-menu:after {
    left: auto;
    right: 14px;
  }
  html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear .dropdown-menu:after {
    left: 14px;
    right: auto;
  }
  html[dir='rtl'] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear {
    right: auto;
    left: 0;
  }
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  border-radius: 100%;
  width: 40px;
  font-size: 16px;
  box-shadow: none;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-left: 0;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-right: 0;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-right: 0;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
  padding-left: 0;
}
@media (min-width: 992px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"]:not(.btn-default) {
    color: #FFF;
    background: transparent;
  }
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block {
  display: flex;
  flex-flow: wrap;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block .dropup.open a[data-toggle="dropdown"] {
  background: #ac1a2f;
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > a,
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > .btn-group,
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > div,
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > button {
  margin-left: 8px;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > a,
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > .btn-group,
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > div,
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block > button {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a[data-toggle="dropdown"],
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions > a.btn.btn-default,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a.btn,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-like,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-join {
    height: 32px;
    font-size: 12px;
    line-height: 16px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a[data-toggle="dropdown"][data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions > a.btn.btn-default[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .profile-action-block a.btn[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group.btn-gear a[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-like[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join),
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions button.item-icon-join[data-toggle="dropdown"]:not(.item-icon-liked):not(.item-icon-like):not(.item-icon-joined):not(.item-icon-join) {
    width: 32px;
  }
}
html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
  right: 14px;
}
html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
  left: 14px;
}
@media (max-width: 991px) {
  html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
    right: 10px;
  }
  html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown .dropdown-menu:after {
    left: 10px;
  }
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request {
  display: inline-block;
  margin-right: 4px;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request a[data-toggle="dropdown"] {
  width: auto;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request .dropdown-menu {
  left: auto;
  right: 0;
}
html[dir='rtl'] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .pending-request .dropdown-menu {
  left: 0;
  right: auto;
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear {
    position: absolute;
    top: 88px;
  }
  html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear {
    right: 8px;
  }
  html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear {
    left: 8px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear a.btn {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions > .btn-gear a.btn .ico {
    color: #fff;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    color: #555555;
    background-color: #FFF;
    border: 1px solid #555555 !important;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.focus {
    color: #333333;
    background-color: #e6e6e6 !important;
    border-color: #cccccc;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #cccccc;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active,
  .open > .dropdown-toggle.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #cccccc;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active:hover,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active:hover,
  .open > .dropdown-toggle.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active:focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active:focus,
  .open > .dropdown-toggle.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active.focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active.focus,
  .open > .dropdown-toggle.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #cccccc;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active,
  .open > .dropdown-toggle.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn {
    background-image: none;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled],
  fieldset[disabled] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:hover,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled]:hover,
  fieldset[disabled] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled]:focus,
  fieldset[disabled] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled.focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled].focus,
  fieldset[disabled] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:active,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled]:active,
  fieldset[disabled] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled.active,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn[disabled].active,
  fieldset[disabled] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.active {
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn .badge {
    color: #ffffff;
    background-color: #333333;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:hover {
    color: #ac1a2f;
    background-color: #FFF;
    border-color: #ac1a2f !important;
    box-shadow: 0px 4px 12px 0px rgba(128, 19, 35, 0.3);
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:focus,
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn:active {
    background-color: #f6c5cc !important;
    color: #801323 !important;
    border-color: #ed8b99 !important;
    box-shadow: 0px 2px 8px 0px rgba(237, 139, 153, 0.5);
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled {
    opacity: 1;
    border: none;
    background: #dcdcdc;
    color: #FFF;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear) a.btn.disabled:hover {
    border: none;
    background: #dcdcdc;
    color: #FFF;
  }
  html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear).dropup {
    margin-left: 8px;
  }
  html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .btn-group:not(.btn-gear).dropup {
    margin-right: 8px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    border-bottom: 6px solid #ffffff;
    bottom: 100%;
    top: auto;
  }
  html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu:after {
    left: auto;
    right: 10px;
  }
  html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu:after {
    left: 10px;
    right: auto;
  }
}
@media (max-width: 991px) {
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info {
    flex-direction: column;
    align-items: center;
  }
  html[dir="ltr"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info {
    margin-left: 0;
  }
  html[dir="rtl"] .pages-profile-banner .profiles_banner .profile-info-block .profile-info {
    margin-right: 0;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info:before {
    display: none;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info {
    margin-bottom: 8px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-extra-info h1 a {
    color: #555555;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .open a[data-toggle="dropdown"] {
    color: #FFF !important;
    border-color: #ac1a2f !important;
    background: #ac1a2f !important;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions a[data-toggle="dropdown"] {
    border: 1px solid #555555 !important;
    color: #555555;
    font-size: 12px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropup .dropdown-menu {
    top: 100%;
    bottom: auto;
    margin-top: 8px;
  }
  .pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropup.open .dropdown-menu {
    transform: translate3d(0, 1px, 0);
  }
}
.pages-profile-banner .profiles-menu {
  margin-bottom: 24px;
  background: #FFF;
  border-radius: 0px;
  border-radius: 6px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .pages-profile-banner .profiles-menu {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .pages-profile-banner .profiles-menu {
    border-radius: 0 0 0 0;
  }
}
.pages-profile-banner .profiles-menu > ul {
  display: flex;
}
.pages-profile-banner .profiles-menu > ul > li {
  border-right: 1px solid #f8f8f8;
}
.pages-profile-banner .profiles-menu > ul > li > a {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pages-profile-banner .profiles-menu > ul > li > a:hover,
.pages-profile-banner .profiles-menu > ul > li > a.active {
  color: #801323;
}
.pages-profile-banner .profiles-menu > ul > li > a .ico {
  font-size: 18px;
  margin-bottom: 8px;
}
.pages-profile-banner .profiles-menu > ul > li > a span span {
  font-weight: normal;
}
.pages-profile-banner .profiles-menu > ul > li .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 190px;
  margin-top: -2px;
}
html[dir="ltr"] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu:after {
  right: 16px;
}
html[dir="rtl"] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu:after {
  left: 16px;
}
.pages-profile-banner .profiles-menu > ul > li .dropdown-menu a {
  justify-content: space-between;
}
.pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .ico,
.pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .fa {
  min-width: 24px;
  display: inline-block;
}
html[dir="ltr"] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .ico,
html[dir="ltr"] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .fa {
  margin-right: 8px;
}
html[dir="rtl"] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .ico,
html[dir="rtl"] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .fa {
  margin-left: 8px;
}
html[dir='rtl'] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .ico,
html[dir='rtl'] .pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .fa {
  float: right;
}
.pages-profile-banner .profiles-menu > ul > li .dropdown-menu a .badge_number {
  color: #a2a2a2;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .pages-profile-banner .profiles-menu > ul {
    position: static;
  }
  .pages-profile-banner .profiles-menu > ul .dropdown-overflow {
    position: static;
  }
  .pages-profile-banner .profiles-menu > ul .dropdown-overflow .dropdown-menu {
    width: auto;
    left: 0;
    right: 0;
  }
  .pages-profile-banner .profiles-menu > ul .dropdown-overflow .dropdown-menu:after {
    display: none;
  }
}
.pages-profile-banner .profiles-menu > ul > li .dropdown-menu a {
  justify-content: flex-start;
}
.pages-profile-banner .profiles-menu > ul > li a:hover,
.pages-profile-banner .profiles-menu > ul > li a.active {
  color: #801323 !important;
}
.profile-liked-pages .page-item,
.page-sideblock-container .page-item {
  margin-bottom: 14px;
}
.profile-liked-pages .page-item .page-cover,
.page-sideblock-container .page-item .page-cover {
  background-position: center center;
  background-size: cover;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 72px;
  margin-bottom: 8px;
}
.profile-liked-pages .page-item .page-shadow,
.page-sideblock-container .page-item .page-shadow {
  color: #FFF;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 90%);
}
.profile-liked-pages .page-item .page-avatar .img-wrapper,
.page-sideblock-container .page-item .page-avatar .img-wrapper,
.profile-liked-pages .page-item .page-avatar .no_image_user,
.page-sideblock-container .page-item .page-avatar .no_image_user {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #FFF;
}
.profile-liked-pages .page-item .page-avatar .img-wrapper img,
.page-sideblock-container .page-item .page-avatar .img-wrapper img {
  width: 100%;
  height: 100%;
}
.profile-liked-pages .page-item .page-avatar .no_image_user span,
.page-sideblock-container .page-item .page-avatar .no_image_user span {
  font-size: 14px;
}
.profile-liked-pages .page-item .page-avatar .js_hover_info:before,
.page-sideblock-container .page-item .page-avatar .js_hover_info:before,
.profile-liked-pages .page-item .page-avatar .img-wrapper:before,
.page-sideblock-container .page-item .page-avatar .img-wrapper:before {
  display: none;
}
.profile-liked-pages .page-item .page-like,
.page-sideblock-container .page-item .page-like {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 2px;
}
.profile-liked-pages .page-item .page-like b,
.page-sideblock-container .page-item .page-like b {
  margin-bottom: 0;
  line-height: 16px;
}
.profile-liked-pages .page-item .page-like span,
.page-sideblock-container .page-item .page-like span {
  font-size: 12px;
  text-transform: lowercase;
}
.profile-liked-pages .page-item .page-info .page-name,
.page-sideblock-container .page-item .page-info .page-name {
  margin-bottom: 4px;
}
.profile-liked-pages .page-item .page-info .page-name .user_profile_link_span a,
.page-sideblock-container .page-item .page-info .page-name .user_profile_link_span a {
  color: #ac1a2f !important;
  font-weight: 400 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 36px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.profile-liked-pages .page-item .page-info .page-name .user_profile_link_span a:hover,
.page-sideblock-container .page-item .page-info .page-name .user_profile_link_span a:hover {
  color: #801323 !important;
}
.profile-liked-pages .page-item .page-info .category-name,
.page-sideblock-container .page-item .page-info .category-name {
  font-size: 12px;
  color: #a2a2a2;
}
.page-featured-sideblock .sticky-label-icon,
.page-sponsored-sideblock .sticky-label-icon {
  position: absolute;
  top: 0;
}
html[dir="ltr"] .page-featured-sideblock .sticky-label-icon,
html[dir="ltr"] .page-sponsored-sideblock .sticky-label-icon {
  right: 16px;
}
html[dir="rtl"] .page-featured-sideblock .sticky-label-icon,
html[dir="rtl"] .page-sponsored-sideblock .sticky-label-icon {
  left: 16px;
}
.page-app.core-feed-item .item-media-banner {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
}
.page-app.core-feed-item .item-media-banner .item-media {
  display: block;
  width: 100%;
}
.page-app.core-feed-item .item-media-banner .item-media .item-media-src {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-app.core-feed-item .item-media-banner .item-media .item-media-src:before {
  content: "";
  display: block;
  padding-bottom: 39.5%;
}
.page-app.core-feed-item .item-outer {
  display: flex;
  padding: 16px;
  border: 1px solid #eeeeee;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #f8f8f8;
}
@media (max-width: 480px) {
  .page-app.core-feed-item .item-outer {
    padding: 8px;
  }
}
.page-app.core-feed-item .item-outer .item-avatar {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border-radius: 100%;
  overflow: hidden;
}
html[dir="ltr"] .page-app.core-feed-item .item-outer .item-avatar {
  margin-right: 16px;
}
html[dir="rtl"] .page-app.core-feed-item .item-outer .item-avatar {
  margin-left: 16px;
}
.page-app.core-feed-item .item-outer .item-avatar .no_image_user,
.page-app.core-feed-item .item-outer .item-avatar .img-wrapper {
  width: 72px;
  height: 72px;
}
.page-app.core-feed-item .item-outer .item-avatar .no_image_user img,
.page-app.core-feed-item .item-outer .item-avatar .img-wrapper img {
  width: 100%;
  height: 100%;
}
.page-app.core-feed-item .item-outer .item-avatar .item-media-src {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-app.core-feed-item .item-outer .item-avatar .item-media-src:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page-app.core-feed-item .item-outer .item-inner {
  flex: 1;
  min-width: 0;
}
.page-app.core-feed-item .item-outer .item-inner .item-title-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-app.core-feed-item .item-outer .item-inner .item-title-wrapper .item-title {
  flex: 1;
  min-width: 0;
  margin-bottom: 6px;
}
.page-app.core-feed-item .item-outer .item-inner .item-title-wrapper .item-action {
  padding-top: 4px;
}
html[dir="ltr"] .page-app.core-feed-item .item-outer .item-inner .item-title-wrapper .item-action {
  margin-left: 16px;
}
html[dir="rtl"] .page-app.core-feed-item .item-outer .item-inner .item-title-wrapper .item-action {
  margin-right: 16px;
}
.page-app.core-feed-item .item-outer .item-inner .item-title-wrapper .item-action .btn {
  font-weight: bold;
}
.page-app.core-feed-item .item-outer .item-inner .item-info-wrapper .item-info:not(:last-child):after {
  content: ".";
  margin-left: 6px;
  margin-right: 4px;
}
.pages-profile-banner .profiles_banner .profile-info-block .profile-info .profile-actions .dropdown.btn-group.btn-gear .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-bottom: 6px solid #ffffff;
  bottom: 100%;
  top: auto;
}
.pages-category .core-block-categories ul.action li.category.active:not(.open):after {
  opacity: 0;
}
.pages-category .core-block-categories ul.action li.category.active:not(.open) .category-item {
  background-color: transparent;
}
.pages-category .core-block-categories ul.action li.category.active:not(.open) .name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  color: #555555;
}
.core-page-menu-toggle label {
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
}
.core-page-menu-toggle label input {
  display: none;
}
.core-page-menu-toggle label input:checked + .item-toggle-icon:before {
  color: #ac1a2f;
  content: "\e9b4";
}
.core-page-menu-toggle label .item-toggle-icon {
  display: inline-flex;
}
.core-page-menu-toggle label .item-toggle-icon:before {
  font-family: 'lineficon' !important;
  content: "\e935";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}
.core-page-menu-table tbody .core-page-td {
  display: flex;
  height: 100%;
  height: 32px;
  align-items: center;
}
.core-page-menu-table .drag_handle:before {
  line-height: 32px;
}
.core-page-table-action a[data-toggle="dropdown"] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pages_crop_me.profile-image-error #js_upload_form_pages_wrapper {
  display: block;
}
#pages_crop_me.profile-image-error .cropit-preview,
#pages_crop_me.profile-image-error .cropit-btn-edit,
#pages_crop_me.profile-image-error .cropit-drag-info {
  display: none !important;
}
#pages_crop_me.profile-image-error .dz-error-message {
  display: block;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-left: 16px;
  margin-right: 16px;
}
#pages_crop_me.profile-image-error .dz-error-message a {
  color: #fff;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#pages_crop_me.profile-image-error .dz-error-message a:hover {
  color: #ac1a2f;
}
#pages_crop_me.profile-image-error .dz-error-message a:hover:before {
  background: #ac1a2f;
}
#pages_crop_me.profile-image-error .dz-error-message a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#pages_crop_me.profile-image-uploading #js_upload_form_pages_wrapper {
  display: block;
}
#pages_crop_me.profile-image-uploading .cropit-preview,
#pages_crop_me.profile-image-uploading .cropit-btn-edit,
#pages_crop_me.profile-image-uploading .cropit-drag-info {
  display: none !important;
}
#pages_crop_me.profile-image-uploading .dz-error-message {
  display: none;
}
#pages_crop_me .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 250px;
  height: 250px;
}
#pages_crop_me .cropit-preview-image-container {
  cursor: move;
}
#pages_crop_me .image-size-label {
  margin-top: 10px;
}
#pages_crop_me input,
#pages_crop_me .export {
  display: block;
}
#pages_crop_me button {
  margin-top: 10px;
}
#pages_crop_me .cropit-preview-image-container img {
  max-width: inherit;
}
#pages_crop_me #js_upload_form_pages_wrapper {
  display: none;
}
#pages_crop_me .dz-error-message {
  display: none;
}
#pages_crop_me .mini-dropzone-component .dz-default {
  display: none;
}
#pages_crop_me .cropit-preview-background-container img {
  max-width: none;
  opacity: 0.5;
}
#pages_crop_me .image-editor .image-editor-bg {
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  bottom: 0;
  background: #555;
}
#pages_crop_me .image-editor .cropit-preview {
  margin: auto;
  width: 240px;
  height: 240px;
  background: transparent;
}
#pages_crop_me .image-editor .cropit-preview .cropit-preview-image-container .cropit-preview-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-error-message {
  color: #fff;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper [data-component="dropzone"].dz-processing #dropzone-preview-template-user {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview > * {
  display: none;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-processing .dz-image,
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-processing .dz-progress {
  display: block;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-processing .dz-uploading-message {
  display: block;
  position: absolute;
  bottom: 32px;
  color: #555;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 16px;
  margin-right: 16px;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-processing .dz-image {
  opacity: 0.1;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'lineficon' !important;
  content: "\e9cb";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-error.dz-complete:after {
  opacity: 1;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-error.dz-complete .dz-image,
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-error.dz-complete .dz-upload-again {
  display: block;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-error.dz-complete .dz-image {
  opacity: 0.1;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview.dz-error.dz-complete .dz-upload-again {
  position: absolute;
  top: 50%;
  left: 50%;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview .dz-image img {
  width: 240px;
  height: 240px;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview .dz-progress {
  width: 88px;
  height: 6px;
  background-color: #ed8b99;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  position: absolute;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview .dz-progress .dz-upload {
  height: 6px;
  display: block;
  width: 0;
  transition: width 0.3s;
  background-color: #ac1a2f;
}
html[dir='rtl'] #pages_crop_me .image-editor #js_upload_form_pages_wrapper .dz-preview .dz-progress {
  right: auto;
  left: 0;
}
#pages_crop_me .image-editor #js_upload_form_pages_wrapper #dropzone-preview-template-user {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pages_crop_me .image-editor .cropit-drag-info {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  z-index: 99;
}
#pages_crop_me .image-editor .cropit-btn-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: relative;
  padding-bottom: 16px;
}
html[dir="ltr"] #pages_crop_me .image-editor .cropit-btn-edit {
  margin-left: 8px;
}
html[dir="rtl"] #pages_crop_me .image-editor .cropit-btn-edit {
  margin-right: 8px;
}
html[dir='rtl'] #pages_crop_me .image-editor .cropit-btn-edit {
  flex-direction: row-reverse;
}
#pages_crop_me .image-editor .cropit-btn-edit .cropit-image-zoom-input {
  height: 4px;
}
html[dir="ltr"] #pages_crop_me .image-editor .cropit-btn-edit .cropit-image-zoom-input {
  margin-right: 8px;
}
html[dir="rtl"] #pages_crop_me .image-editor .cropit-btn-edit .cropit-image-zoom-input {
  margin-left: 8px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range] {
  /*removes default webkit styles*/
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 205px;
  height: 4px;
  border-radius: 3px;
  background: #dcdcdc;
  border: none;
  -webkit-appearance: none;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range].ie {
  padding: 0;
  background-color: transparent;
  height: 16px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-webkit-slider-runnable-track {
  width: 205px;
  height: 4px;
  border: none;
  border-radius: 3px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f8f8f8;
  border: 1px solid #555555;
  margin-top: -5px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-moz-range-track {
  width: 205px;
  height: 4px;
  border: none;
  border-radius: 3px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f8f8f8;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-track {
  width: 205px;
  height: 4px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-fill-lower {
  background: #ac1a2f;
  border-radius: 4px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-fill-upper {
  background: #dcdcdc;
  border-radius: 4px;
}
#pages_crop_me .image-editor .cropit-btn-edit input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f8f8f8;
}
#pages_crop_me .image-editor .cropit-btn-edit button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#pages_crop_me .image-editor div.fa-4x {
  color: #fff;
  text-align: center;
}
.js_pages_widget_block_container ol {
  padding: revert;
  list-style: decimal;
}
.js_pages_widget_block_container ul {
  padding: revert;
  list-style: disc;
}
/*End Pages*/
/*Begin ' . Poke . '*/
/*=================================
=            core poke            =
=================================*/
.core_poke_item .item-outer {
  display: flex;
  align-items: center;
}
.core_poke_item .item-outer:hover .poke-delete {
  opacity: 1 !important;
}
.core_poke_item .item-outer .item-media {
  width: 40px;
  height: 40px;
  position: relative;
}
.core_poke_item .item-outer .item-media .poke-delete {
  position: absolute;
  font-size: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  border-radius: 100%;
  top: 0;
  left: -8px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding-left: 1px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1024px) {
  .core_poke_item .item-outer .item-media .poke-delete {
    opacity: 1;
  }
}
html[dir='rtl'] .core_poke_item .item-outer .item-media .poke-delete {
  left: auto;
  right: -8px;
  padding-left: 0;
  padding-right: 1px;
}
.core_poke_item .item-outer .item-inner {
  margin-left: 12px;
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-right: 16px;
}
.core_poke_item .item-outer .item-inner .user_profile_link_span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.core_poke_item .item-outer .item-inner .user_profile_link_span,
.core_poke_item .item-outer .item-inner .user_profile_link_span a {
  font-weight: normal !important;
  color: #ac1a2f !important;
}
.core_poke_item .item-outer .item-inner .user_profile_link_span:hover,
.core_poke_item .item-outer .item-inner .user_profile_link_span a:hover {
  color: #6a101d !important;
}
.core_poke_item .item-outer .item-inner .poke-back {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  line-height: normal;
}
html[dir='rtl'] .core_poke_item .item-outer .item-inner .poke-back {
  right: auto;
  left: 0;
}
html[dir='rtl'] .core_poke_item .item-outer .item-inner {
  margin-left: 0;
  margin-right: 12px;
  padding-right: 0;
  padding-left: 16px;
}
.core_poke_item + .core_poke_item {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eeeeee;
}
.popup-poke-content .poke-user {
  font-weight: bold;
}
html[dir='rtl'] .popup-poke-content .poke-user {
  display: inline-block;
}
/*End Poke*/
/*Begin ' . RSS Feeds . '*/
/*===========================
=            Rss            =
===========================*/
#page_rss_index .item-rss-outer + .item-rss-outer {
  margin-top: 16px;
}
#page_rss_index .item-rss-outer .item-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  margin: 0 -16px;
  padding: 0 16px;
  height: 48px;
  color: #a2a2a2;
}
#page_rss_index .item-rss-outer .item-title-block .item-collapse-icon {
  color: #dcdcdc;
}
#page_rss_index .item-rss-outer .item-title-block .item-collapse-icon:hover {
  color: #c8c8c8;
}
#page_rss_index .item-rss-outer .item-title-block .item-collapse-icon.collapsed {
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_rss_index .item-rss-outer .item-title-block .item-title {
  font-size: 20px;
  line-height: 48px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_rss_index .item-rss-outer .item-action .item-action-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
#page_rss_index .item-rss-outer .item-action .item-action-parent .item-collapse-icon {
  color: #dcdcdc;
}
#page_rss_index .item-rss-outer .item-action .item-action-parent .item-collapse-icon:hover {
  color: #c8c8c8;
}
#page_rss_index .item-rss-outer .item-action .item-action-parent .item-collapse-icon.collapsed {
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_rss_index .item-rss-outer .item-action .item-action-parent > a:not(.item-collapse-icon) {
  font-size: 14px;
  color: #ac1a2f;
  line-height: 48px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_rss_index .item-rss-outer .item-action .item-action-parent > a:not(.item-collapse-icon) span.ico {
  font-size: 16px;
  color: #ffab00;
}
html[dir="ltr"] #page_rss_index .item-rss-outer .item-action .item-action-parent > a:not(.item-collapse-icon) span.ico {
  margin-right: 8px;
}
html[dir="rtl"] #page_rss_index .item-rss-outer .item-action .item-action-parent > a:not(.item-collapse-icon) span.ico {
  margin-left: 8px;
}
#page_rss_index .item-rss-outer .item-action .item-action-parent > a:not(.item-collapse-icon):hover {
  color: #801323;
}
#page_rss_index .item-rss-outer .item-action-child-list li {
  border-bottom: 1px solid #eeeeee;
}
html[dir="ltr"] #page_rss_index .item-rss-outer .item-action-child-list li {
  padding-left: 16px;
}
html[dir="rtl"] #page_rss_index .item-rss-outer .item-action-child-list li {
  padding-right: 16px;
}
#page_rss_index .item-rss-outer .item-action-child-list li a {
  font-size: 14px;
  color: #ac1a2f;
  line-height: 48px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page_rss_index .item-rss-outer .item-action-child-list li a span.ico {
  font-size: 16px;
  color: #ffab00;
}
html[dir="ltr"] #page_rss_index .item-rss-outer .item-action-child-list li a span.ico {
  margin-right: 8px;
}
html[dir="rtl"] #page_rss_index .item-rss-outer .item-action-child-list li a span.ico {
  margin-left: 8px;
}
#page_rss_index .item-rss-outer .item-action-child-list li a:hover {
  color: #801323;
}
/*=====  End of Rss  ======*/
/*End RSS Feeds*/
/*Begin ' . Videos . '*/
/* move from autoload */
ul.activity_feed_form_attach li {
  position: relative;
}
#pf-video-process,
#pf-video-process-main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000000000000;
  background: rgba(0, 0, 0, 0.9);
}
#pf-video-process > i,
#pf-video-process-main > i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.pf-video-content {
  position: absolute;
  left: 0;
  right: 30%;
  bottom: 0;
  top: 0;
}
.pf-video-content > i {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.pf-video-content > i.fa-check-circle {
  font-size: 80px;
  color: #5CB85C;
  margin-left: -40px;
  margin-top: -40px;
}
.pf-video-form {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 30%;
  background: #fff;
  overflow: auto;
}
.pf-video-form .table {
  padding: 20px;
}
.pf-video-form div.valid_message {
  margin-top: 0 !important;
}
#page_route_v_process > div,
#page_route_v_process > footer {
  visibility: hidden;
}
#page_route_v_process .form-control-feedback {
  visibility: hidden;
}
#page_route_v #content,
#page_route_video #content {
  display: none;
}
.item-collections article.pf-video-row {
  padding: 0;
}
.pf_video_message {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
#global_attachment_videos.completed {
  background: transparent !important;
}
.js_box_content .pf_video_message,
.js_box_content .pf_process_form {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.js_box_content .pf_video_message {
  border-bottom: 1px #dfdfdf solid;
}
.js_box_content .table_clear {
  margin-top: 0;
}
.js_box_content .table_clear > input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.v-feed-video .fb_video_iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.v-feed-video .fb_video_player {
  border: 0;
}
.v-feed-video .fb_video_player .video-js,
.v-feed-video .fb_video_player video {
  width: 100% !important;
  height: auto;
  max-height: 70vh;
}
.v-feed-video .fb_video_player > div.pf-video-player {
  display: flex;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
}
.v-feed-video .fb_video_embed {
  margin: 0 auto;
  position: static !important;
  min-width: 220px;
}
.p-video-overlay-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  filter: blur(40px);
  background-size: cover;
  background-position: center center;
}
.v-feed-video .fb_video_iframe iframe,
.v-feed-video .fb_video_player video.pf-video-player {
  width: 100%;
  height: 100%;
}
.v-feed-video.feed-video-url .item-media-outer {
  position: relative;
  padding-bottom: 56.5%;
  /* 16:9 */
  height: 0;
  border: 0;
  overflow: hidden;
}
.v-feed-video.feed-video-upload .item-media-outer {
  position: relative;
  border: 0;
  padding-bottom: 56.5%;
  overflow: hidden;
  height: 0;
}
video.pf-video-player {
  background: #3c3c3c;
}
.js-pf-video-embed {
  display: none;
}
.video-view .pf_video_wrapper {
  background-color: #000;
}
.video-view .pf_video_wrapper video {
  height: auto;
  max-height: 650px;
}
.video-view .pf_video_wrapper_iframe {
  padding-bottom: 55%;
  height: 0;
  border: 0;
}
.video-view .pf_video_wrapper_iframe iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-view .pf_video_wrapper_container {
  background: #000000;
}
.video-view .pf_video_facebook_new_iframe {
  opacity: 0;
  height: 0;
  margin: 0 auto;
}
.video-view .pf_video_facebook_new_iframe.pf_facebook_16_9 {
  width: 30%;
  min-width: 220px;
}
.video-view .pf_video_facebook_new_iframe.pf_facebook_1_1 {
  width: 50%;
  min-width: 220px;
}
.pf_v_video_submit {
  display: none;
}
.pf_v_url_cancel,
.pf_v_url_cancel:hover {
  font-size: 12px;
}
.pf_v_video_url {
  position: relative;
}
.pf_v_video_url .table_right {
  padding-bottom: 0;
}
.pf_v_video_url .table_right #video_url {
  padding-right: 55px;
}
.js_box_content .pf_v_url_cancel,
.pf_v_video_url .pf_v_url_cancel,
.pf_v_video_url .pf_v_url_processing {
  position: absolute;
  top: 13px;
}
[dir="ltr"] .js_box_content .pf_v_url_cancel,
[dir="ltr"] .pf_v_video_url .pf_v_url_cancel,
[dir="ltr"] .pf_v_video_url .pf_v_url_processing {
  right: 10px;
}
#global_attachment_videos {
  margin-bottom: 20px;
}
.activity_feed_form_button_position_button .form-spin-it {
  display: block;
  margin: 12px 20px 0 0;
}
.pf_video_embed_video iframe {
  max-width: 100%;
}
.global_attachment_holder_section#global_attachment_videos {
  background: transparent;
  padding: 0;
}
.global_attachment_holder_section#global_attachment_videos .pf_upload_form.completed .extra_info {
  margin-top: 10px;
}
.pf_video_status {
  margin-top: 10px;
}
.process-video-upload {
  min-width: 140px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.video_item_view .item_info,
.video_item_view .pf_video_wrapper,
.video_item_view .video-content {
  margin-bottom: 20px;
}
.video_item_view .item_info {
  padding-right: 50px;
}
.video_item_view .pf_video_addthis {
  margin-bottom: 15px;
}
.video_item_view.item_view > .alert {
  margin-bottom: 20px;
}
.video_category {
  padding: 10px;
  color: #555555;
  display: inline-block;
  background: #f5f5f5;
  margin-bottom: 20px;
}
#pf_v_share_success_message .form-group {
  margin-bottom: 30px;
}
.activity_feed_form_button_position_button .form-spin-it.video_form_processing {
  margin: 12px 20px 12px 0;
}
.v-feed-video > a.v-feed-title {
  margin-top: 10px;
}
.pf_process_form.pf_video_process_form > span {
  position: relative;
  z-index: 1;
  left: 0;
  top: 10px;
}
.video_rows.item-collections article > div._moderator {
  z-index: initial;
}
.video_rows.item-collections article > div._moderator .moderate_link,
.video_rows.item-collections article > div._moderator .row_edit_bar_parent {
  display: none !important;
}
.video_rows.item-collections article:hover > div._moderator .moderate_link,
.video_rows.item-collections article:hover > div._moderator .row_edit_bar_parent {
  display: block !important;
}
.video_rows.item-collections article > div._moderator a.moderate_link_active {
  display: block !important;
}
.video_rows .collection-item-stage {
  width: 100%;
  padding-bottom: 0;
}
.pf_video_attach_form_file {
  color: #999999;
  margin: 10px 0;
  background: #f0f0f0;
  width: 100%;
  padding: 20px 10px;
}
.select-video.feed-attach-form-file {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .video_rows .collection-item-stage {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .empty-right .video_rows .collection-item-stage {
    width: 33%;
  }
}
[dir="rtl"] .js_box_content .pf_v_url_cancel,
[dir="rtl"] .pf_v_video_url .pf_v_url_cancel,
[dir="rtl"] .pf_v_video_url .pf_v_url_processing {
  left: 10px;
}
[dir="rtl"] .video_item_view .item_info > span,
[dir="rtl"] .pf-video-row .t h2 > span,
[dir="rtl"] .video_item_view .item_info > span > span,
[dir="rtl"] .video_item_view .item_info > span + span:before,
[dir="rtl"] .video_category > span,
[dir="rtl"] .video_category > a,
[dir="rtl"] .pf_select_video p.help-block > span {
  display: inline-block;
}
[dir="rtl"] .pf_v_video_url .table_right #video_url {
  padding-right: 12px;
  padding-left: 55px;
}
[dir="rtl"] .video_item_view .item_info {
  padding-right: 0px;
  padding-left: 50px;
}
/* end */
.item-container.with-video .item-author {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  min-height: 16px;
}
.item-container.with-video .item-author .item-author-info {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-container.with-video .item-author > span {
  display: inline-flex;
  overflow: hidden;
}
.item-container.with-video .item-author > span span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-container.with-video .user_profile_link_span {
  margin-left: 4px;
}
.item-container.with-video .user_profile_link_span a {
  font-weight: normal !important;
}
@media (min-width: 992px) {
  #page_v_index .empty-right .item-container.video-listing .video-item,
  #page_v_index .empty-left .item-container.video-listing .video-item {
    width: 33.33%;
  }
  #page_v_index .empty-right.empty-left .item-container.video-listing .video-item {
    width: 25%;
  }
}
.item-container.video-listing {
  display: flex;
  flex-flow: wrap;
  margin: 0 -12px;
}
.item-container.video-listing .video-item {
  position: relative;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .item-container.video-listing .video-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .item-container.video-listing .video-item:hover .item-outer .item-media-src > span {
    box-shadow: 0px 4px 10px 0px rgba(38, 129, 213, 0.3);
  }
  .item-container.video-listing .video-item:hover .item-outer .item-media-src > span:after {
    opacity: 1;
  }
  .item-container.video-listing .video-item:hover .item-outer .item-inner .item-title a {
    color: #801323 !important;
  }
}
.item-container.video-listing .video-item .item-outer {
  position: relative;
}
.item-container.video-listing .video-item .item-outer .moderation_row {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.item-container.video-listing .video-item .item-outer .item-media-src {
  display: block;
  position: relative;
}
.item-container.video-listing .video-item .item-outer .item-media-src > span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.video-listing .video-item .item-outer .item-media-src > span:before {
  content: "";
  display: block;
  padding-bottom: 53%;
}
.item-container.video-listing .video-item .item-outer .item-media-src > span:after {
  font-family: 'lineficon' !important;
  content: "\ead6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 40px;
  color: #fff;
  background-color: rgba(39, 129, 213, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.item-container.video-listing .video-item .item-outer .item-media-src > span:hover {
  box-shadow: 0px 4px 10px 0px rgba(38, 129, 213, 0.3);
}
.item-container.video-listing .video-item .item-outer .item-media-src > span:hover:after {
  opacity: 1;
}
.item-container.video-listing .video-item .item-outer .item-media-src .item-icon {
  position: absolute;
  top: 0;
  right: 8px;
  display: flex;
  z-index: 2;
}
.item-container.video-listing .video-item .item-outer .item-inner {
  position: relative;
  padding-top: 16px;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-video-avatar {
  width: 48px;
  height: 48px;
  overflow: hidden;
  box-sizing: content-box;
  position: absolute;
  top: -40px;
  left: 8px;
  z-index: 2;
  padding: 2px;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-video-avatar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #fff;
  border-radius: 100%;
  pointer-events: none;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-video-avatar > a {
  width: 100%;
  height: 100%;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-video-avatar .img-wrapper {
  width: 48px;
  height: 48px;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-video-avatar .img-wrapper img {
  width: 100%;
  height: 100%;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-video-length {
  position: absolute;
  top: -8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.502);
  color: #c8c8c8;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 16px;
  transform: translateY(-100%);
}
.item-container.video-listing .video-item .item-outer .item-inner .item-title {
  margin-bottom: 4px;
  padding-right: 30px;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-title a {
  color: #555555 !important;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-title a:hover {
  color: #801323 !important;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-author {
  margin-bottom: 8px;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-author .item-author-info {
  max-width: 120px !important;
}
@media (max-width: 1200px) {
  .item-container.video-listing .video-item .item-outer .item-inner .item-author .item-author-info {
    max-width: 70px !important;
  }
}
.item-container.video-listing .video-item .item-outer .item-inner .item-author a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-author a:hover {
  color: #801323 !important;
}
.item-container.video-listing .video-item .item-outer .item-inner .total-view {
  font-size: 12px;
  line-height: 16px;
}
.item-container.video-listing .video-item .item-outer .item-inner .total-view span {
  display: inline-block;
}
html[dir="ltr"] .item-container.video-listing .video-item .item-outer .item-inner .total-view span {
  margin-right: 8px;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .total-view span {
  margin-left: 8px;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option {
  position: absolute;
  top: 8px;
  right: -8px;
  cursor: pointer;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option a.dropdown-toggle {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option a.dropdown-toggle:hover {
  color: #555555;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option a.dropdown-toggle:hover i.ico:before {
  content: "\ea88";
}
.item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option .dropdown i.ico {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option .dropdown.open i.ico {
  opacity: 1;
  color: #555555;
}
.item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option .dropdown.open i.ico:before {
  content: "\ea88";
}
.item-container.video-listing .video-item .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  font-size: 220%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-container.video-listing .video-item .loading-overlay > i {
  color: #ac1a2f;
}
#left .item-container.with-video .sticky-label-icon,
#right .item-container.with-video .sticky-label-icon {
  position: absolute;
  top: 0;
}
html[dir="ltr"] #left .item-container.with-video .sticky-label-icon,
html[dir="ltr"] #right .item-container.with-video .sticky-label-icon {
  right: 16px;
}
html[dir="rtl"] #left .item-container.with-video .sticky-label-icon,
html[dir="rtl"] #right .item-container.with-video .sticky-label-icon {
  left: 16px;
}
#left .item-container.with-video .video-item .item-outer,
#right .item-container.with-video .video-item .item-outer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eeeeee;
}
#left .item-container.with-video .video-item:nth-child(1) .item-outer,
#right .item-container.with-video .video-item:nth-child(1) .item-outer {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
#left .item-container.with-video .video-item:hover .item-outer .item-media-src > span,
#right .item-container.with-video .video-item:hover .item-outer .item-media-src > span {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
#left .item-container.with-video .video-item:hover .item-outer .item-media-src .item-video-icon span.ico,
#right .item-container.with-video .video-item:hover .item-outer .item-media-src .item-video-icon span.ico {
  background: #ac1a2f;
  box-shadow: 0px 1px 2px 0px rgba(38, 129, 213, 0.5);
}
#left .item-container.with-video .video-item:hover .item-outer .item-title a,
#right .item-container.with-video .video-item:hover .item-outer .item-title a {
  color: #801323;
}
#left .item-container.with-video .video-item:hover .item-outer .total-view,
#right .item-container.with-video .video-item:hover .item-outer .total-view {
  color: #555555 !important;
}
#left .item-container.with-video .video-item .item-outer .item-media-src,
#right .item-container.with-video .video-item .item-outer .item-media-src {
  display: block;
  position: relative;
}
#left .item-container.with-video .video-item .item-outer .item-media-src > span,
#right .item-container.with-video .video-item .item-outer .item-media-src > span {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-video .video-item .item-outer .item-media-src > span:before,
#right .item-container.with-video .video-item .item-outer .item-media-src > span:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
#left .item-container.with-video .video-item .item-outer .item-media-src .item-video-icon,
#right .item-container.with-video .video-item .item-outer .item-media-src .item-video-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#left .item-container.with-video .video-item .item-outer .item-media-src .item-video-icon span.ico,
#right .item-container.with-video .video-item .item-outer .item-media-src .item-video-icon span.ico {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-video .video-item .item-outer .item-media-src .item-video-icon span.ico:before,
#right .item-container.with-video .video-item .item-outer .item-media-src .item-video-icon span.ico:before {
  margin-left: 4px;
}
#left .item-container.with-video .video-item .item-outer .item-inner,
#right .item-container.with-video .video-item .item-outer .item-inner {
  padding-top: 8px;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-title,
#right .item-container.with-video .video-item .item-outer .item-inner .item-title {
  margin-bottom: 4px;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-title a,
#right .item-container.with-video .video-item .item-outer .item-inner .item-title a {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 36px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-title a:hover,
#right .item-container.with-video .video-item .item-outer .item-inner .item-title a:hover {
  color: #801323;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-info,
#right .item-container.with-video .video-item .item-outer .item-inner .item-info {
  display: flex;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-info .item-video-length,
#right .item-container.with-video .video-item .item-outer .item-inner .item-info .item-video-length {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  min-width: 45px;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-info .item-video-length:after,
#right .item-container.with-video .video-item .item-outer .item-inner .item-info .item-video-length:after {
  content: ".";
  padding: 0 5px;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-author,
#right .item-container.with-video .video-item .item-outer .item-inner .item-author {
  margin-bottom: 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-author a,
#right .item-container.with-video .video-item .item-outer .item-inner .item-author a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-video .video-item .item-outer .item-inner .item-author .item-author-info,
#right .item-container.with-video .video-item .item-outer .item-inner .item-author .item-author-info {
  width: 100%;
}
#left .item-container.with-video .video-item .item-outer .item-inner .total-view,
#right .item-container.with-video .video-item .item-outer .item-inner .total-view {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#left .item-container.with-video .video-item .item-outer .item-inner .total-view > span,
#right .item-container.with-video .video-item .item-outer .item-inner .total-view > span {
  display: inline-block;
}
html[dir="ltr"] #left .item-container.with-video .video-item .item-outer .item-inner .total-view > span,
html[dir="ltr"] #right .item-container.with-video .video-item .item-outer .item-inner .total-view > span {
  margin-right: 8px;
}
html[dir="rtl"] #left .item-container.with-video .video-item .item-outer .item-inner .total-view > span,
html[dir="rtl"] #right .item-container.with-video .video-item .item-outer .item-inner .total-view > span {
  margin-left: 8px;
}
@media (max-width: 767px) and (min-width: 480px) {
  #left .item-container.with-video .videos-list,
  #right .item-container.with-video .videos-list {
    display: flex;
    flex-flow: wrap;
    margin: 0 -8px;
  }
  #left .item-container.with-video .videos-list .video-item,
  #right .item-container.with-video .videos-list .video-item {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  #left .item-container.with-video .videos-list .video-item:nth-child(2) .item-outer,
  #right .item-container.with-video .videos-list .video-item:nth-child(2) .item-outer {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}
#page_v_play .layout-middle {
  position: relative;
}
#page_v_play .video-icon {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] #page_v_play .video-icon {
  right: 0;
}
html[dir="rtl"] #page_v_play .video-icon {
  left: 0;
}
#page_v_play .video-icon .sticky-label-icon span.ico {
  font-size: 14px;
}
#page_v_play ._block_top .header-page-title {
  display: none !important;
}
#page_v_play ._block_breadcrumb .breadcrumbs-bottom {
  display: none !important;
}
#page_v_play .video-view .core-videos-view-title {
  font-size: 22px;
  font-weight: bold;
  word-break: break-word;
  word-wrap: break-word;
  padding-top: 16px;
  padding-bottom: 12px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
#page_v_play .video-view .core-videos-view-title a {
  font-size: 22px;
  color: #555555 !important;
}
@media (max-width: 480px) {
  #page_v_play .video-view .core-videos-view-title a {
    font-size: 20px;
  }
}
#page_v_play .video-view .video-info-wrapper {
  position: relative;
}
#page_v_play .video-view .video-info {
  display: flex;
  margin-bottom: 12px;
}
html[dir="ltr"] #page_v_play .video-view .video-info {
  padding-right: 32px;
}
html[dir="rtl"] #page_v_play .video-view .video-info {
  padding-left: 32px;
}
#page_v_play .video-view .video-info .video-info-image {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  overflow: visible !important;
}
#page_v_play .video-view .video-info .video-info-image a {
  width: 100%;
  height: 100%;
}
#page_v_play .video-view .video-info .video-info-image a.no_image_user > span {
  font-size: 11px;
}
#page_v_play .video-view .video-info .video-info-image .img-wrapper {
  width: 32px;
  height: 32px;
}
#page_v_play .video-view .video-info .video-info-image .img-wrapper img {
  width: 100%;
  height: 100%;
}
html[dir="ltr"] #page_v_play .video-view .video-info .video-info-main {
  margin-left: 8px;
}
html[dir="rtl"] #page_v_play .video-view .video-info .video-info-main {
  margin-right: 8px;
}
#page_v_play .video-view .video-info .video-info-main > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
#page_v_play .video-view .video-info .video-info-main .video-author {
  word-break: break-word;
  word-wrap: break-word;
}
#page_v_play .video-view .video-info .video-info-main .video-author .user_profile_link_span {
  display: inline-block;
}
#page_v_play .video-view .video-info .video-info-main .video-author .user_profile_link_span a {
  font-weight: normal !important;
}
@media (max-width: 480px) {
  #page_v_play .video-view .video-info .video-info-main .video-author {
    display: flex;
    flex-flow: wrap;
  }
  #page_v_play .video-view .video-info .video-info-main .video-author .user_profile_link_span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
  html[dir='ltr'] #page_v_play .video-view .video-info .video-info-main .video-author .user_profile_link_span {
    margin-right: 4px;
  }
  html[dir='rtl'] #page_v_play .video-view .video-info .video-info-main .video-author .user_profile_link_span {
    margin-left: 4px;
  }
}
#page_v_play .video-view .item_bar {
  position: absolute;
  top: -4px;
}
html[dir='ltr'] #page_v_play .video-view .item_bar {
  right: -8px;
}
html[dir='rtl'] #page_v_play .video-view .item_bar {
  left: -8px;
}
#page_v_play .video-view .item_bar .item_bar_action_holder .item_bar_action {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 32px;
  height: 32px;
}
#page_v_play .video-view .item_bar .item_bar_action_holder .item_bar_action:hover {
  color: #555555;
}
#page_v_play .video-view .item_bar .item_bar_action_holder .item_bar_action:hover i.ico:before {
  content: "\ea88";
}
#page_v_play .video-view .item_bar .item_bar_action_holder .item_bar_action:before {
  display: none;
}
#page_v_play .video-view .item_bar .item_bar_action_holder.open .item_bar_action {
  color: #555555;
}
#page_v_play .video-view .item_bar .item_bar_action_holder.open .item_bar_action i.ico:before {
  content: "\ea88";
}
#page_v_play .video-view .video-content {
  margin-bottom: 16px;
}
#page_v_play .video-view .pf_video_addthis {
  border-top: 1px solid #eeeeee;
}
#page_v_play .video-view .core-videos-view-content-collapse-container {
  margin-bottom: 24px;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-content-collapse {
  margin-bottom: 16px;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-content-collapse.collapsed .video-content.truncate-text {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 18px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 54px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-content-collapse.collapsed .video-content.truncate-text + div {
  display: none;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-content-collapse.collapsed .video_category.truncate-text {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  line-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 32px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-content-collapse .video-content {
  font-size: 14px;
  line-height: 18px;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse .js-item-btn-toggle-collapse {
  cursor: pointer;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse .item-viewmore-btn,
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse .item-viewless-btn {
  display: none;
  align-items: center;
}
html[dir='ltr'] #page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse .item-viewmore-btn .ico,
html[dir='ltr'] #page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse .item-viewless-btn .ico {
  margin-left: 4px;
}
html[dir='rtl'] #page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse .item-viewmore-btn .ico,
html[dir='rtl'] #page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse .item-viewless-btn .ico {
  margin-right: 4px;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse.has-viewmore .item-viewmore-btn {
  display: inline-flex;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-action-collapse.has-viewless .item-viewless-btn {
  display: inline-flex;
}
#page_v_play .video-view .video_category {
  background: none;
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
#page_v_play .video-view .video_category a {
  color: #555555;
}
#page_v_play .video-view .video_category a:hover {
  color: #801323;
}
#page_v_play .video-view .pf_video_wrapper {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 480px) {
  #page_v_play .video-view .pf_video_wrapper {
    margin-left: -16px;
    margin-right: -16px;
    width: auto !important;
  }
}
#page_v_play .video-view .pf_video_wrapper:hover ._a_back {
  opacity: 1;
}
#page_v_play .video-view .pf_video_wrapper ._a_back {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0 12px;
  height: 32px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 16px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] #page_v_play .video-view .pf_video_wrapper ._a_back {
  left: 16px;
}
html[dir="rtl"] #page_v_play .video-view .pf_video_wrapper ._a_back {
  right: 16px;
}
@media (max-width: 1024px) {
  #page_v_play .video-view .pf_video_wrapper ._a_back {
    display: none !important;
  }
}
html[dir='rtl'] #page_v_play .video-view .pf_video_wrapper ._a_back {
  left: auto;
}
html[dir='rtl'] #page_v_play .video-view .pf_video_wrapper ._a_back .ico {
  transform: rotate(180deg);
}
#page_v_play .video-view .pf_video_wrapper ._a_back .ico {
  margin: 0;
  font-size: 14px;
}
html[dir="ltr"] #page_v_play .video-view .pf_video_wrapper ._a_back .ico {
  margin-right: 8px;
}
html[dir="rtl"] #page_v_play .video-view .pf_video_wrapper ._a_back .ico {
  margin-left: 8px;
}
._app_v.js_parent_feed_entry .activity_feed_content .v-feed-inner,
.feed_share_v .v-feed-inner {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
._app_v.js_parent_feed_entry .activity_feed_content .v-feed-inner .v-feed-title,
.feed_share_v .v-feed-inner .v-feed-title {
  z-index: 2;
  font-size: 16px;
  line-height: 21px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold !important;
  position: static;
  padding-right: 0;
  padding-left: 0;
  color: #555555 !important;
  margin-top: 0 !important;
  margin-bottom: 4px;
}
._app_v.js_parent_feed_entry .activity_feed_content .v-feed-view,
.feed_share_v .v-feed-view {
  z-index: 2;
  color: #a2a2a2;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
._app_v.js_parent_feed_entry .activity_feed_content .v-feed-description,
.feed_share_v .v-feed-description {
  margin-top: 0;
  color: #a2a2a2;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: pre-line;
}
html[dir="rtl"] .item-container.with-video .user_profile_link_span {
  margin-left: 0;
  margin-right: 4px;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .moderation_row {
  right: 0;
  left: auto !important;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-media-src .item-icon {
  left: 8px;
  right: auto;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .item-video-length {
  left: 8px;
  right: auto;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .item-video-avatar {
  right: 8px;
  left: auto;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .item-title {
  padding-right: 0;
  padding-left: 30px;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .total-view span {
  margin-right: 0;
}
html[dir="ltr"] html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .total-view span {
  margin-left: 8px;
}
html[dir="rtl"] html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .total-view span {
  margin-right: 8px;
}
html[dir="rtl"] .item-container.video-listing .video-item .item-outer .item-inner .item-option.video-button-option {
  left: -8px;
  right: auto;
}
html[dir="rtl"] #left .item-container.with-video .video-item .item-outer .video-info.show-only-featured,
html[dir="rtl"] #right .item-container.with-video .video-item .item-outer .video-info.show-only-featured {
  left: 0;
  right: auto !important;
}
html[dir="rtl"] #left .item-container.with-video .video-item .item-outer .item-inner .total-view > span,
html[dir="rtl"] #right .item-container.with-video .video-item .item-outer .item-inner .total-view > span {
  margin-right: 0;
}
html[dir="ltr"] html[dir="rtl"] #left .item-container.with-video .video-item .item-outer .item-inner .total-view > span,
html[dir="ltr"] html[dir="rtl"] #right .item-container.with-video .video-item .item-outer .item-inner .total-view > span {
  margin-left: 8px;
}
html[dir="rtl"] html[dir="rtl"] #left .item-container.with-video .video-item .item-outer .item-inner .total-view > span,
html[dir="rtl"] html[dir="rtl"] #right .item-container.with-video .video-item .item-outer .item-inner .total-view > span {
  margin-right: 8px;
}
html[dir="rtl"] #left .item-container.with-video .video-item .item-outer .item-inner .video-info.show-only-sponsored .item-video-length,
html[dir="rtl"] #right .item-container.with-video .video-item .item-outer .item-inner .video-info.show-only-sponsored .item-video-length {
  left: 8px;
  right: auto;
}
html[dir="rtl"] #left .item-container.with-video .video-item .item-outer .item-inner .video-info.show-only-sponsored .video-button-play,
html[dir="rtl"] #right .item-container.with-video .video-item .item-outer .item-inner .video-info.show-only-sponsored .video-button-play {
  left: 0;
  right: auto;
}
html[dir="rtl"] .video-button-option .dropdown-menu {
  margin-right: 0 !important;
  margin-left: 8px;
}
html[dir="rtl"] .video-button-option .dropdown-menu:after {
  left: 5px !important;
  right: auto !important;
}
html[dir="rtl"] .video-button-option .dropdown-menu li a {
  padding: 10px 16px;
}
html[dir="rtl"] .video-button-option .dropdown-menu li span.ico {
  margin-right: 0;
}
html[dir="ltr"] html[dir="rtl"] .video-button-option .dropdown-menu li span.ico {
  margin-left: 8px;
}
html[dir="rtl"] html[dir="rtl"] .video-button-option .dropdown-menu li span.ico {
  margin-right: 8px;
}
html[dir="rtl"] #page_v_play .video-info .video-info-main {
  padding-left: 0;
}
html[dir="ltr"] html[dir="rtl"] #page_v_play .video-info .video-info-main {
  padding-right: 8px;
}
html[dir="rtl"] html[dir="rtl"] #page_v_play .video-info .video-info-main {
  padding-left: 8px;
}
html[dir="rtl"] #page_v_play .video-total-viewlike {
  text-align: left !important;
}
html[dir="rtl"] #page_v_play .item_bar .dropdown-menu {
  margin-left: 0 !important;
}
html[dir="rtl"] ._app_v.js_parent_feed_entry .activity_feed_content .activity_feed_content_link .v-feed-title {
  left: auto !important;
  right: 10px;
  padding-right: 0;
  padding-left: 100px;
}
html[dir="rtl"] ._app_v.js_parent_feed_entry .activity_feed_content .activity_feed_content_link .v-feed-view {
  left: 8px;
  right: auto !important;
}
.core-video-schedule-item {
  margin-bottom: 16px;
}
.core-video-schedule-item .item-media {
  position: relative;
}
.core-video-schedule-item .item-media .item-close {
  position: absolute;
  top: 0;
}
html[dir="ltr"] .core-video-schedule-item .item-media .item-close {
  right: 0;
}
html[dir="rtl"] .core-video-schedule-item .item-media .item-close {
  left: 0;
}
.core-video-schedule-item .item-media .item-close .item-btn {
  width: 32px;
  height: 32px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
}
.core-video-schedule-item .item-media .item-media-src {
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.core-video-schedule-item .item-media .item-media-src:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.core-video-schedule-item .item-inner {
  border: 1px solid #eeeeee;
  border-top: 0;
  padding: 16px;
}
.core-video-schedule-item .item-title {
  color: #555555;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#js_edit_schedule_form .dropzone-component[id*="v-dropzone"] .dz-success .dz-remove-file {
  opacity: 1 !important;
}
#js_edit_schedule_form .dropzone-component[id*="v-dropzone"] .dz-remove-file {
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  cursor: pointer !important;
  color: #ac1a2f !important;
  background-color: transparent !important;
  position: inherit !important;
  align-items: normal !important;
  justify-content: normal !important;
  border-radius: 0 !important;
  font-size: 12px !important;
}
#js_edit_schedule_form .dropzone-component[id*="v-dropzone"] .dz-remove-file:hover {
  color: #801323 !important;
}
/*End Videos*/
/*Begin ' . Announcement . '*/
.announcement-slider .item .core-announcement-item {
  display: flex;
  padding: 24px 16px;
  margin-bottom: 24px;
  position: relative;
  background-color: #fff !important;
  min-height: 157px;
}
.announcement-slider .item .core-announcement-item .item-media {
  min-width: 72px;
  width: 72px;
}
html[dir="ltr"] .announcement-slider .item .core-announcement-item .item-media {
  margin-right: 16px;
}
html[dir="rtl"] .announcement-slider .item .core-announcement-item .item-media {
  margin-left: 16px;
}
.announcement-slider .item .core-announcement-item .item-media > span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0;
}
.announcement-slider .item .core-announcement-item .item-media > span:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.announcement-slider .item .core-announcement-item .item-inner {
  flex: 1;
  min-width: 0;
}
.announcement-slider .item .core-announcement-item .item-inner .js_announcement_close {
  position: absolute;
  top: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .announcement-slider .item .core-announcement-item .item-inner .js_announcement_close {
  right: 8px;
}
html[dir="rtl"] .announcement-slider .item .core-announcement-item .item-inner .js_announcement_close {
  left: 8px;
}
.announcement-slider .item .core-announcement-item .item-inner .js_announcement_close .item-delete:hover:before {
  color: #555555;
}
.announcement-slider .item .core-announcement-item .item-inner .js_announcement_close .item-delete:before {
  font-family: 'lineficon' !important;
  content: "\eab2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.announcement-slider .item .core-announcement-item .item-inner .item-title {
  font-size: 18px;
  line-height: 24px;
  color: #ac1a2f;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announcement-slider .item .core-announcement-item .item-inner .item-time {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 2px;
}
.announcement-slider .item .core-announcement-item .item-inner .item-desc {
  color: #555555;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 8px;
  white-space: pre-line;
}
.announcement-slider .item .core-announcement-item .item-inner .item-readmore {
  color: #ac1a2f;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}
.announcement-slider .owl-nav .owl-prev,
.announcement-slider .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(228, 187, 193, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.announcement-slider .owl-nav .owl-prev .ico,
.announcement-slider .owl-nav .owl-next .ico {
  font-size: 18px;
  color: #aa4352;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.announcement-slider .owl-nav .owl-prev:hover,
.announcement-slider .owl-nav .owl-next:hover {
  background: #c0606e;
}
.announcement-slider .owl-nav .owl-prev:hover .ico,
.announcement-slider .owl-nav .owl-next:hover .ico {
  color: #fff;
}
.announcement-slider .owl-nav .owl-prev {
  left: -24px;
}
.announcement-slider .owl-nav .owl-next {
  right: -24px;
}
.more-announcement-block {
  margin-bottom: -8px;
}
.more-announcement-block .announcement-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.more-announcement-block .announcement-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.more-announcement-block .announcement-item:last-child .item-outer {
  padding-bottom: 0;
}
.more-announcement-block .announcement-item .item-outer {
  padding-bottom: 8px;
}
.more-announcement-block .announcement-item .item-outer:hover .item-title {
  color: #801323;
}
.more-announcement-block .announcement-item .item-outer:hover .item-desc {
  color: #555555;
}
.more-announcement-block .announcement-item .item-outer .item-title {
  font-size: 14px;
  line-height: 18px;
  color: #ac1a2f;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.more-announcement-block .announcement-item .item-outer .item-desc {
  color: #a2a2a2;
}
.more-announcement-block .announcement-item .item-outer .item-desc span {
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 15px);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.announcement-listing .announcement-item {
  padding: 0 !important;
  margin-bottom: 16px;
  display: flex;
}
.announcement-listing .announcement-item:hover .item-icon {
  color: #555555;
}
.announcement-listing .announcement-item:hover .item-title a {
  color: #ac1a2f !important;
}
.announcement-listing .announcement-item .item-icon {
  font-size: 16px;
  color: #a2a2a2;
  min-width: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .announcement-listing .announcement-item .item-icon {
  margin-right: 8px;
}
html[dir="rtl"] .announcement-listing .announcement-item .item-icon {
  margin-left: 8px;
}
.announcement-listing .announcement-item .item-outer {
  flex: 1;
  min-width: 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
}
.announcement-listing .announcement-item .item-outer .item-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #555555;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.announcement-listing .announcement-item .item-outer .item-title a {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.announcement-listing .announcement-item .item-outer .item-title a:hover {
  color: #ac1a2f;
}
.announcement-listing .announcement-item .item-outer .item-time {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  margin-top: 4px;
}
.announcement-listing .announcement-item .item-outer .item-desc {
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 8px;
}
.announcement-listing .announcement-item .item-outer .item-desc span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 15px);
  display: inline-block;
}
#page_announcement_view .header-page-title {
  padding-bottom: 4px;
}
#page_announcement_view .announcement-detail .item-time {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
#page_announcement_view .announcement-detail .item-desc,
#page_announcement_view .announcement-detail .item-intro {
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
  word-break: break-word;
  word-wrap: break-word;
}
#page_announcement_view .announcement-detail .item-desc {
  margin-top: 8px;
}
/*End Announcement*/
/*Begin ' . Messages . '*/
/* core messages */
[id^=page_mail_] .text-warning {
  color: #ffab00;
}
[id^=page_mail_] .text-gray-dark {
  color: #a2a2a2;
}
[id^=page_mail_] .text-gray {
  color: #c8c8c8;
}
[id^=page_mail_] .text-gray-darker {
  color: #555555;
}
[id^=page_mail_] .wp-nor {
  white-space: nowrap;
}
[id^=page_mail_] .wp-nol {
  white-space: normal;
}
[id^=page_mail_] .text-transition {
  transition: color 0.3s ease-in-out;
}
[id^=page_mail_] .all-transition {
  transition: all 0.3s ease-in-out;
}
[id^=page_mail_] .mt-h1 {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  [id^=page_mail_] .mt-sm-0 {
    margin-top: 0;
  }
  [id^=page_mail_] .mt-sm-1 {
    margin-top: 8px;
  }
  [id^=page_mail_] .mt-sm-2 {
    margin-top: 16px;
  }
  [id^=page_mail_] .mt-sm-3 {
    margin-top: 24px;
  }
  [id^=page_mail_] .mt-sm-4 {
    margin-top: 32px;
  }
  [id^=page_mail_] .mt-sm-h1 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  [id^=page_mail_] .mt-xs-0 {
    margin-top: 0;
  }
  [id^=page_mail_] .mt-xs-1 {
    margin-top: 8px;
  }
  [id^=page_mail_] .mt-xs-2 {
    margin-top: 16px;
  }
  [id^=page_mail_] .mt-xs-3 {
    margin-top: 24px;
  }
  [id^=page_mail_] .mt-xs-4 {
    margin-top: 32px;
  }
  [id^=page_mail_] .mt-xs-h1 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 639px) {
  [id^=page_mail_] .mt-xssm-0 {
    margin-top: 0;
  }
  [id^=page_mail_] .mt-xssm-1 {
    margin-top: 8px;
  }
  [id^=page_mail_] .mt-xssm-2 {
    margin-top: 16px;
  }
  [id^=page_mail_] .mt-xssm-3 {
    margin-top: 24px;
  }
  [id^=page_mail_] .mt-xssm-4 {
    margin-top: 32px;
  }
  [id^=page_mail_] .mt-xssm-h1 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 479px) {
  [id^=page_mail_] .mt-xsxs-0 {
    margin-top: 0;
  }
  [id^=page_mail_] .mt-xsxs-1 {
    margin-top: 8px;
  }
  [id^=page_mail_] .mt-xsxs-2 {
    margin-top: 16px;
  }
  [id^=page_mail_] .mt-xsxs-3 {
    margin-top: 24px;
  }
  [id^=page_mail_] .mt-xsxs-4 {
    margin-top: 32px;
  }
  [id^=page_mail_] .mt-xsxs-h1 {
    margin-top: 4px;
  }
}
[id^=page_mail_] .mb-h1 {
  margin-bottom: 4px !important;
}
[id^=page_mail_] .mb--3 {
  margin-bottom: -24px;
}
[id^=page_mail_] .mb--2 {
  margin-bottom: -16px !important;
}
[id^=page_mail_] .mb-0 {
  margin-bottom: 0;
}
[id^=page_mail_] .mb-h2 {
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  [id^=page_mail_] .mb-sm-0 {
    margin-bottom: 0;
  }
  [id^=page_mail_] .mb-sm-1 {
    margin-bottom: 8px;
  }
  [id^=page_mail_] .mb-sm-2 {
    margin-bottom: 16px;
  }
  [id^=page_mail_] .mb-sm-3 {
    margin-bottom: 24px;
  }
  [id^=page_mail_] .mb-sm-4 {
    margin-bottom: 32px;
  }
  [id^=page_mail_] .mb-sm-h1 {
    margin-bottom: 4px;
  }
  [id^=page_mail_] .mb-sm-h2 {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  [id^=page_mail_] .mb-xs-0 {
    margin-bottom: 0;
  }
  [id^=page_mail_] .mb-xs-1 {
    margin-bottom: 8px;
  }
  [id^=page_mail_] .mb-xs-2 {
    margin-bottom: 16px;
  }
  [id^=page_mail_] .mb-xs-3 {
    margin-bottom: 24px;
  }
  [id^=page_mail_] .mb-xs-4 {
    margin-bottom: 32px;
  }
  [id^=page_mail_] .mb-xs-h1 {
    margin-bottom: 4px;
  }
  [id^=page_mail_] .mb-xs-h2 {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 479px) {
  [id^=page_mail_] .mb-xsxs-0 {
    margin-bottom: 0;
  }
  [id^=page_mail_] .mb-xsxs-1 {
    margin-bottom: 8px;
  }
  [id^=page_mail_] .mb-xsxs-2 {
    margin-bottom: 16px;
  }
  [id^=page_mail_] .mb-xsxs-3 {
    margin-bottom: 24px;
  }
  [id^=page_mail_] .mb-xsxs-4 {
    margin-bottom: 32px;
  }
  [id^=page_mail_] .mb-xsxs-h1 {
    margin-bottom: 4px;
  }
  [id^=page_mail_] .mb-xsxs-h2 {
    margin-bottom: 2px;
  }
}
html[dir='ltr'] [id^=page_mail_] .ml-h1 {
  margin-left: 4px;
}
html[dir='rtl'] [id^=page_mail_] .ml-h1 {
  margin-right: 4px;
}
html[dir='ltr'] [id^=page_mail_] .ml--1 {
  margin-left: -8px !important;
}
html[dir='rtl'] [id^=page_mail_] .ml--1 {
  margin-right: -8px !important;
}
html[dir='ltr'] [id^=page_mail_] .ml--2 {
  margin-left: -16px !important;
}
html[dir='rtl'] [id^=page_mail_] .ml--2 {
  margin-right: -16px !important;
}
@media screen and (max-width: 991px) {
  html[dir='ltr'] [id^=page_mail_] .ml-sm-0 {
    margin-left: 0;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-sm-0 {
    margin-right: 0;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-sm-1 {
    margin-left: 8px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-sm-1 {
    margin-right: 8px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-sm-2 {
    margin-left: 16px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-sm-2 {
    margin-right: 16px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-sm-3 {
    margin-left: 24px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-sm-3 {
    margin-right: 24px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-sm-h1 {
    margin-left: 4px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-sm-h1 {
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  html[dir='ltr'] [id^=page_mail_] .ml-xs-0 {
    margin-left: 0;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xs-0 {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  html[dir='ltr'] [id^=page_mail_] .ml-xssm-0 {
    margin-left: 0;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xssm-0 {
    margin-right: 0;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xssm-1 {
    margin-left: 8px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xssm-1 {
    margin-right: 8px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xssm-2 {
    margin-left: 16px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xssm-2 {
    margin-right: 16px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xssm-3 {
    margin-left: 24px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xssm-3 {
    margin-right: 24px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xssm-h1 {
    margin-left: 4px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xssm-h1 {
    margin-right: 4px;
  }
}
@media screen and (max-width: 479px) {
  html[dir='ltr'] [id^=page_mail_] .ml-xsxs-0 {
    margin-left: 0;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xsxs-0 {
    margin-right: 0;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xsxs-1 {
    margin-left: 8px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xsxs-1 {
    margin-right: 8px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xsxs-2 {
    margin-left: 16px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xsxs-2 {
    margin-right: 16px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xsxs-3 {
    margin-left: 24px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xsxs-3 {
    margin-right: 24px;
  }
  html[dir='ltr'] [id^=page_mail_] .ml-xsxs-h1 {
    margin-left: 4px;
  }
  html[dir='rtl'] [id^=page_mail_] .ml-xsxs-h1 {
    margin-right: 4px;
  }
}
html[dir='ltr'] [id^=page_mail_] .mr--1 {
  margin-right: -8px !important;
}
html[dir='rtl'] [id^=page_mail_] .mr--1 {
  margin-left: -8px !important;
}
html[dir='ltr'] [id^=page_mail_] .mr--2 {
  margin-right: -16px !important;
}
html[dir='rtl'] [id^=page_mail_] .mr--2 {
  margin-left: -16px !important;
}
html[dir='ltr'] [id^=page_mail_] .mr-h1 {
  margin-right: 4px;
}
html[dir='rtl'] [id^=page_mail_] .mr-h1 {
  margin-left: 4px;
}
[id^=page_mail_] .w-auto {
  width: auto;
}
[id^=page_mail_] .w-full {
  width: 100%;
}
[id^=page_mail_] .fz-12 {
  font-size: 12px;
  line-height: 16px;
}
[id^=page_mail_] .fz-14 {
  font-size: 14px;
  line-height: 18px;
}
[id^=page_mail_] .fz-28 {
  font-size: 28px;
  line-height: 37px;
}
[id^=page_mail_] .fz-16 {
  font-size: 16px;
  line-height: 21px;
}
[id^=page_mail_] .fz-20 {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  [id^=page_mail_] .fz-xs-20 {
    font-size: 20px;
    line-height: 26px;
  }
}
[id^=page_mail_] .mx-h1 {
  margin-left: 4px;
  margin-right: 4px;
}
[id^=page_mail_] .mx--1 {
  margin-left: -8px;
  margin-right: -8px;
}
html[dir='ltr'] [id^=page_mail_] .pr-4 {
  padding-right: 32px !important;
}
html[dir='rtl'] [id^=page_mail_] .pr-4 {
  padding-left: 32px !important;
}
html[dir='ltr'] [id^=page_mail_] .pr-h1 {
  padding-right: 4px;
}
html[dir='rtl'] [id^=page_mail_] .pr-h1 {
  padding-left: 4px;
}
[id^=page_mail_] .pt-h1 {
  padding-top: 4px;
}
[id^=page_mail_] .pb-h1 {
  padding-bottom: 4px;
}
[id^=page_mail_] .d-block {
  display: block;
}
[id^=page_mail_] .d-inline-block {
  display: inline-block;
}
[id^=page_mail_] .d-flex {
  display: flex;
}
[id^=page_mail_] .d-inline-flex {
  display: inline-flex;
}
[id^=page_mail_] .fw-normal {
  font-weight: normal;
}
[id^=page_mail_] .cursor-point {
  cursor: pointer;
}
[id^=page_mail_] .align-middle {
  vertical-align: middle;
}
[id^=page_mail_] .shink-2 {
  flex-shrink: 2;
}
[id^=page_mail_] .shink-1 {
  flex-shrink: 1;
}
[id^=page_mail_] .align-items-center {
  align-items: center;
}
[id^=page_mail_] .align-items-baseline {
  align-items: baseline;
}
[id^=page_mail_] .justify-content-center {
  justify-content: center !important;
}
[id^=page_mail_] .justify-content-between {
  justify-content: space-between;
}
[id^=page_mail_] .flex-wrap {
  flex-wrap: wrap;
}
[id^=page_mail_] .flex-column {
  flex-direction: column;
}
[id^=page_mail_] .flex-row {
  flex-direction: row;
}
@media screen and (max-width: 479px) {
  [id^=page_mail_] .col-xsxs-12 {
    width: 100%;
  }
}
#page_mail_index ._block_top {
  height: auto !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#page_mail_index .item-mark-all-read {
  position: static;
  top: auto;
  right: auto;
}
html[dir='rtl'] #page_mail_index .item-mark-all-read > span {
  display: inline-block;
}
#page_mail_customlist_index #content-stage,
#page_mail_index #content-stage {
  min-height: auto !important;
  padding: 16px 16px;
}
#page_mail_customlist_index #js_main_mail_thread_holder .mail_thread_form_holder,
#page_mail_index #js_main_mail_thread_holder .mail_thread_form_holder {
  margin-top: 0;
}
.core-messages {
  display: flex;
  margin: -16px -16px;
}
.core-messages .dropzone-component[id*="attachment-dropzone"] .dz-preview .dz-attachment-upload-again {
  border-radius: 4px !important;
}
.core-messages__no-message {
  min-height: 511px;
  color: #dcdcdc;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.core-messages__no-message .ico {
  font-size: 72px;
}
@media screen and (min-width: 768px) {
  .core-messages__left-side {
    min-width: 320px;
    max-width: 320px;
  }
  html[dir='ltr'] .core-messages__left-side {
    border-right: 1px solid #dcdcdc;
  }
  html[dir='rtl'] .core-messages__left-side {
    border-left: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 767px) {
  .core-messages__left-side {
    flex-grow: 1;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main.empty-left:not(.empty-right) .core-messages__left-side,
  #main.empty-right:not(.empty-left) .core-messages__left-side,
  #main:not(.empty-left):not(.empty-right) .core-messages__left-side {
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  #main:not(.empty-left):not(.empty-right) .core-messages__left-side {
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
  }
}
.core-messages__right-side {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .core-messages__right-side {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main.empty-left:not(.empty-right) .core-messages__right-side,
  #main.empty-right:not(.empty-left) .core-messages__right-side,
  #main:not(.empty-left):not(.empty-right) .core-messages__right-side {
    display: none;
  }
}
@media (min-width: 1025px) {
  #main:not(.empty-left):not(.empty-right) .core-messages__right-side {
    display: none;
  }
}
.core-messages.active-messages .core-messages__left-side {
  display: none !important;
}
.core-messages.active-messages .core-messages__right-side {
  display: block !important;
}
.core-messages__search {
  display: flex;
  position: relative;
  padding: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.core-messages__search-input {
  background-color: #f8f8f8 !important;
  color: #c8c8c8 !important;
  border: 0;
  outline: 0;
}
html[dir='ltr'] .core-messages__search-input {
  padding-left: 30px;
}
html[dir='rtl'] .core-messages__search-input {
  padding-right: 30px;
  padding-left: 8px;
}
html[dir='ltr'] .core-messages__search-input.search-page {
  padding-right: 32px;
}
html[dir='rtl'] .core-messages__search-input.search-page {
  padding-left: 32px;
  padding-right: 30px;
}
.core-messages__search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #c8c8c8;
}
html[dir="ltr"] .core-messages__search-icon {
  left: 16px;
}
html[dir="rtl"] .core-messages__search-icon {
  right: 16px;
}
.core-messages__search-new {
  font-size: 16px;
  padding: 0 8px;
  line-height: 32px;
  color: #ac1a2f;
  transition: color 0.3s ease-in-out;
}
html[dir="ltr"] .core-messages__search-new {
  margin-left: 8px;
}
html[dir="rtl"] .core-messages__search-new {
  margin-right: 8px;
}
.core-messages__search-new:hover {
  color: #801323;
}
.core-messages__filter {
  border-bottom: 1px solid #dcdcdc;
}
html[dir='ltr'] .core-messages__filter {
  padding: 6px 12px 6px 8px;
}
html[dir='rtl'] .core-messages__filter {
  padding: 6px 8px 6px 12px;
}
.core-messages__filter-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 98px;
}
.core-messages__filter-back {
  color: #555555 !important;
}
.core-messages__filter-back .fa {
  font-size: 26px;
  color: #ac1a2f;
  line-height: 19px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -3px 0 -3px -8px;
}
html[dir='ltr'] .core-messages__filter-back .fa {
  margin: -3px 0 -3px -8px;
}
html[dir='rtl'] .core-messages__filter-back .fa {
  margin: -3px -8px -3px 0;
  transform: rotate(180deg);
}
.core-messages__filter .dropdown-menu {
  min-width: 280px !important;
}
.core-messages__filter .dropdown-menu > li a {
  white-space: normal;
}
html[dir='ltr'] .core-messages__filter .dropdown-menu {
  margin-right: -11px;
}
html[dir='rtl'] .core-messages__filter .dropdown-menu {
  margin-left: -11px;
}
.core-messages__list.message-container {
  overflow: hidden;
}
.core-messages__list-body {
  flex-grow: 1;
  min-width: 1px;
}
.core-messages__list-body.js_item_click {
  cursor: pointer;
}
.core-messages__list-wapper {
  max-height: 511px;
  min-height: 511px;
}
.core-messages__list-item {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}
html[dir='ltr'] .core-messages__list-item {
  padding-right: 12px;
}
html[dir='rtl'] .core-messages__list-item {
  padding-left: 12px;
}
.core-messages__list-item .item-checkbox {
  width: auto;
  height: auto;
  padding: 8px;
  font-size: 16px;
  background-color: transparent !important;
}
.core-messages__list-item:hover .core-messages__list-content > a {
  opacity: 1;
}
.core-messages__list-item:hover {
  background-color: #f8f8f8;
}
.core-messages__list-item:hover .core-messages__list-content > a {
  opacity: 1;
}
.core-messages__list-item.is_selected_thread {
  background-color: #f8f8f8;
}
.core-messages__list-item.is_selected_thread .core-messages__list-content > p {
  color: #555555;
}
.core-messages__list-item.mail_is_new {
  background-color: #f6c5cc;
}
.core-messages__list-item.mail_is_new .core-messages__list-content > p {
  color: #555555;
  font-weight: bold;
}
.core-messages__list-photo {
  width: 56px;
  height: 56px;
  min-width: 56px;
  pointer-events: none;
  position: relative;
}
.core-messages__list-photo .no_image_user,
.core-messages__list-photo .img-wrapper {
  box-shadow: none !important;
}
.core-messages__list-photo .no_image_user {
  width: 100%;
  height: 100%;
}
.core-messages__list-photo .img-wrapper img {
  width: 100%;
  height: 100%;
}
.core-messages__list-photo:not(.in-dropdown) > a {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: block;
  position: absolute;
  top: 0;
}
html[dir='ltr'] .core-messages__list-photo:not(.in-dropdown) > a {
  left: 0;
}
html[dir='rtl'] .core-messages__list-photo:not(.in-dropdown) > a {
  right: 0;
}
.core-messages__list-photo:not(.in-dropdown) > a:first-child:nth-last-child(2),
.core-messages__list-photo:not(.in-dropdown) > a:first-child:nth-last-child(2) ~ a {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
}
.core-messages__list-photo:not(.in-dropdown) > a:first-of-type {
  z-index: 2;
  top: auto !important;
  bottom: 0 !important;
}
html[dir='ltr'] .core-messages__list-photo:not(.in-dropdown) > a:first-of-type {
  left: auto !important;
  right: 0 !important;
}
html[dir='rtl'] .core-messages__list-photo:not(.in-dropdown) > a:first-of-type {
  left: 0 !important;
  right: auto !important;
}
.core-messages__list-photo.in-dropdown.has-2-avt,
.core-messages__list-photo.in-dropdown.has-3-avt,
.core-messages__list-photo.in-dropdown.has-4-avt {
  border-radius: 100%;
  overflow: hidden;
}
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar,
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar,
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar {
  float: left;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar {
  float: right;
}
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar .no_image_user,
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar .no_image_user,
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar .no_image_user,
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar .img-wrapper,
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar .img-wrapper,
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar .img-wrapper {
  min-width: 56px;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(1) .no_image_user span,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(1) .no_image_user span,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(1) .no_image_user span {
  left: 25% !important;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(1) .no_image_user span,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(1) .no_image_user span,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(1) .no_image_user span {
  left: 75% !important;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(2) .no_image_user span,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) .no_image_user span,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) .no_image_user span {
  left: 75% !important;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(2) .no_image_user span,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) .no_image_user span,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) .no_image_user span {
  left: 25% !important;
}
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(3) .no_image_user,
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .no_image_user,
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(3) .no_image_user,
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(4) .no_image_user,
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(4) .no_image_user,
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .no_image_user,
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(3) .img-wrapper,
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .img-wrapper,
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(3) .img-wrapper,
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(4) .img-wrapper,
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(4) .img-wrapper,
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .img-wrapper {
  margin-top: -100%;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(2) .no_image_user,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) .no_image_user,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) .no_image_user,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(2) .img-wrapper,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) .img-wrapper,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) .img-wrapper {
  margin-left: -100%;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(2) .no_image_user,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) .no_image_user,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) .no_image_user,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(2) .img-wrapper,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) .img-wrapper,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) .img-wrapper {
  margin-right: -100%;
}
.core-messages__list-photo.in-dropdown.has-2-avt .no_image_user span,
.core-messages__list-photo.in-dropdown.has-3-avt .no_image_user span,
.core-messages__list-photo.in-dropdown.has-4-avt .no_image_user span {
  font-size: 9px !important;
}
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.core-messages__list-photo.in-dropdown.has-2-avt .item-avatar:nth-child(1) {
  border-right: 1px solid #fff;
}
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(1) {
  border-right: 1px solid #fff;
}
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) {
  border-bottom: 1px solid #fff;
  height: 50%;
}
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(2) .no_image_user span {
  top: 25% !important;
}
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) {
  height: 50%;
}
.core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .no_image_user span {
  top: 75% !important;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .no_image_user span {
  left: 75% !important;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .no_image_user span {
  left: 25% !important;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .no_image_user,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .img-wrapper {
  margin-left: -100%;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .no_image_user,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-3-avt .item-avatar:nth-child(3) .img-wrapper {
  margin-right: -100%;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar {
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(1) .no_image_user span {
  top: 25% !important;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(2) .no_image_user span {
  top: 25% !important;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(3) {
  border-right: 1px solid #fff;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(3) .no_image_user span {
  top: 75% !important;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(3) .no_image_user span {
  left: 25% !important;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(3) .no_image_user span {
  left: 75% !important;
}
.core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .no_image_user span {
  top: 75% !important;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .no_image_user span {
  left: 75% !important;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .no_image_user span {
  left: 25% !important;
}
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .no_image_user,
html[dir='ltr'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .img-wrapper {
  margin-left: -100%;
}
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .no_image_user,
html[dir='rtl'] .core-messages__list-photo.in-dropdown.has-4-avt .item-avatar:nth-child(4) .img-wrapper {
  margin-right: -100%;
}
.core-messages__list-inner {
  flex-grow: 1;
  min-width: 1px;
}
html[dir='ltr'] .core-messages__list-inner {
  margin-left: 12px;
}
html[dir='rtl'] .core-messages__list-inner {
  margin-right: 12px;
}
.core-messages__list-owner > a {
  min-width: 1px;
  font-weight: bold;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.core-messages__list-mark-read {
  padding: 12px 12px 3px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
html[dir='ltr'] .core-messages__list-mark-read {
  right: -12px;
}
html[dir='rtl'] .core-messages__list-mark-read {
  left: -12px;
}
.core-messages__list-mark-read a {
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #801323;
  border: 1px solid #801323;
}
.core-messages__list-mark-read a span {
  display: none;
}
.core-messages__list-mark-read.unread a {
  border: 1px solid #a2a2a2;
  background-color: transparent;
}
.core-messages__list-time {
  position: relative;
}
html[dir='ltr'] .core-messages__list-time {
  padding-right: 20px;
}
html[dir='rtl'] .core-messages__list-time {
  padding-left: 20px;
}
.core-messages__list-content > p {
  min-width: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[dir="ltr"] .core-messages__list-content > p {
  margin-right: 8px;
}
html[dir="rtl"] .core-messages__list-content > p {
  margin-left: 8px;
}
.core-messages__list-content > p span {
  display: inline-block;
}
html[dir='rtl'] .core-messages__list-content > p span {
  float: right;
}
.core-messages__list-content > a {
  opacity: 0;
  position: relative;
  line-height: normal;
  font-size: 12px;
  transition: opacity 0.3s ease-in-out;
  color: #a2a2a2;
}
.core-messages__list .custom-list-parent {
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.core-messages__list .custom-list-parent.is_selected_thread {
  background-color: #f8f8f8;
}
.core-messages__list .edit-custom-list {
  min-width: 1px;
}
html[dir='ltr'] .core-messages__list .edit-custom-list {
  padding-left: 6px;
}
html[dir='rtl'] .core-messages__list .edit-custom-list {
  padding-right: 6px;
  text-align: right;
}
.core-messages__list .custom-list-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 0;
}
.core-messages__title {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.core-messages__title-action [data-toggle="dropdown"] {
  color: #ac1a2f;
}
.core-messages__title-action [data-toggle="dropdown"]:hover,
.core-messages__title-action [data-toggle="dropdown"]:hover .ico {
  color: #6a101d;
}
.core-messages__title-action .open [data-toggle="dropdown"],
.core-messages__title-action .open [data-toggle="dropdown"] .ico {
  color: #6a101d;
}
.core-messages__title-action .dropdown-menu a {
  cursor: pointer;
}
.core-messages__title-edit {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 4px;
  right: 44px;
}
.core-messages__title-name {
  display: inline-flex;
  align-items: center;
  min-width: 1px;
}
.core-messages__title-name .back-to-list {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  html[dir='ltr'] .core-messages__title-name {
    margin-left: -16px;
  }
  html[dir='rtl'] .core-messages__title-name {
    margin-right: -16px;
  }
}
.core-messages__title .remove-list-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
}
.core-messages__title .custon-list-input {
  width: 100%;
  position: relative;
}
.core-messages__title .custon-list-input input {
  box-shadow: none !important;
  border-color: #dcdcdc !important;
  padding: 0 8px;
  outline: none;
  height: 32px;
  font-weight: normal;
}
.core-messages__title .custon-list-input span[class*="js_customlist_name"] {
  position: relative;
}
.core-messages__title .custon-list-input span[class*="js_customlist_name"]:not(.hide_it) {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin: 4px 5px;
}
.core-messages__title .custon-list-input span[class*="js_customlist_name"]:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -8px;
  right: -8px;
  bottom: -2px;
  border: 1px solid #dcdcdc;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 992px) {
  .core-messages__title .custon-list-input span[class*="js_customlist_name"]:before {
    display: none;
  }
}
.core-messages__title .custon-list-input:hover span[class*="js_customlist_name"]:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .core-messages__title .custon-list-input {
    position: relative;
  }
  html[dir='ltr'] .core-messages__title .custon-list-input {
    padding-left: 24px;
  }
  html[dir='rtl'] .core-messages__title .custon-list-input {
    padding-right: 24px;
  }
  .core-messages__title .custon-list-input .back-to-list {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir='ltr'] .core-messages__title .custon-list-input .back-to-list {
    left: 0;
  }
  html[dir='rtl'] .core-messages__title .custon-list-input .back-to-list {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main.empty-left:not(.empty-right) .core-messages__title .custon-list-input,
  #main.empty-right:not(.empty-left) .core-messages__title .custon-list-input,
  #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input {
    position: relative;
  }
  html[dir='ltr'] #main.empty-left:not(.empty-right) .core-messages__title .custon-list-input,
  html[dir='ltr'] #main.empty-right:not(.empty-left) .core-messages__title .custon-list-input,
  html[dir='ltr'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input {
    padding-left: 24px;
  }
  html[dir='rtl'] #main.empty-left:not(.empty-right) .core-messages__title .custon-list-input,
  html[dir='rtl'] #main.empty-right:not(.empty-left) .core-messages__title .custon-list-input,
  html[dir='rtl'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input {
    padding-right: 24px;
  }
  #main.empty-left:not(.empty-right) .core-messages__title .custon-list-input .back-to-list,
  #main.empty-right:not(.empty-left) .core-messages__title .custon-list-input .back-to-list,
  #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input .back-to-list {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir='ltr'] #main.empty-left:not(.empty-right) .core-messages__title .custon-list-input .back-to-list,
  html[dir='ltr'] #main.empty-right:not(.empty-left) .core-messages__title .custon-list-input .back-to-list,
  html[dir='ltr'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input .back-to-list {
    left: 0;
  }
  html[dir='rtl'] #main.empty-left:not(.empty-right) .core-messages__title .custon-list-input .back-to-list,
  html[dir='rtl'] #main.empty-right:not(.empty-left) .core-messages__title .custon-list-input .back-to-list,
  html[dir='rtl'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input .back-to-list {
    right: 0;
  }
}
@media (min-width: 1025px) {
  #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input {
    position: relative;
  }
  html[dir='ltr'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input {
    padding-left: 24px;
  }
  html[dir='rtl'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input {
    padding-right: 24px;
  }
  #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input .back-to-list {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  html[dir='ltr'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input .back-to-list {
    left: 0;
  }
  html[dir='rtl'] #main:not(.empty-left):not(.empty-right) .core-messages__title .custon-list-input .back-to-list {
    right: 0;
  }
}
.core-messages__title .create-custom {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.core-messages__conversation {
  min-height: 510px;
}
@media (max-width: 767px) {
  .core-messages__conversation {
    min-height: 350px;
  }
}
.core-messages__conversation .mail-messages {
  max-height: 510px;
  min-height: 510px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}
.core-messages__conversation .mail-messages .mCustomScrollBox {
  max-height: 510px !important;
}
@media (max-width: 767px) {
  .core-messages__conversation .mail-messages {
    max-height: 350px;
    min-height: 350px;
  }
  .core-messages__conversation .mail-messages .mCustomScrollBox {
    max-height: 350px !important;
  }
}
.core-messages__conversation .mail-messages .mCSB_scrollTools {
  margin: 0 !important;
}
html[dir='ltr'] .core-messages__conversation .mail-messages .mCSB_scrollTools {
  right: 0 !important;
}
html[dir='rtl'] .core-messages__conversation .mail-messages .mCSB_scrollTools {
  left: 0 !important;
  right: auto !important;
}
.core-messages__conversation .mail-messages .mCSB_scrollTools .mCSB_dragger_bar {
  background-color: #a2a2a2 !important;
}
.core-messages__conversation #mail_threaded_new_message .mail_thread_holder {
  margin-top: 8px;
}
.core-messages__conversation .mail_thread_holder {
  display: flex;
  align-items: center;
}
.core-messages__conversation .mail_thread_holder .mail_text {
  max-width: 100%;
  width: 100%;
}
.core-messages__conversation .mail_thread_holder .mail_text a:not(.item-media-src) {
  /* word-wrap: break-word;
                     word-break: break-all;
                     display: inline-block; */
  /* overflow-wrap: break-word;
                      word-wrap: break-word;
                      hyphens: auto; */
  word-wrap: break-word;
  white-space: pre-wrap;
}
.core-messages__conversation .mail_thread_holder.is_user {
  justify-content: flex-end;
}
.core-messages__conversation .mail_thread_holder.is_user .mail_content {
  color: #ffffff;
  background-color: #ac1a2f;
}
.core-messages__conversation .mail_thread_holder.is_user .mail_content .attachment_row_link {
  border-bottom: 1px solid #ed8b99;
}
.core-messages__conversation .mail_thread_holder.is_user .mail_content .attachment_row_link,
.core-messages__conversation .mail_thread_holder.is_user .mail_content .item-info {
  color: #ed8b99;
}
.core-messages__conversation .mail_thread_holder.is_user .mail_content .attachment-row-actions > a span.ico {
  color: #ed8b99 !important;
}
.core-messages__conversation .mail_thread_holder.is_user .mail_content .attachment-row-actions:hover > a span.ico {
  color: #ffffff !important;
}
.core-messages__conversation .mail_thread_holder.is_user .mail_content .mail_text a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.core-messages__conversation .mail_thread_holder.is_user .mail_content .mail_text a {
  color: #ffffff;
}
.core-messages__conversation .mail_thread_holder .mail_content {
  max-width: 80%;
  min-height: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  padding: 11px 16px;
  border-radius: 16px;
  word-break: break-word;
  word-wrap: break-word;
}
.core-messages__conversation .mail_thread_holder .mail_content .attachment_row_link {
  padding-bottom: 3px;
  border-bottom: 1px solid #c8c8c8;
  display: inline-block;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  color: #c8c8c8;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .core-messages__conversation .mail_thread_holder .mail_content .attachment_row_link {
    /* IE10+ CSS */
    max-width: 180px;
  }
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder .mail_content .attachment_row_link {
  text-align: right;
}
.core-messages__conversation .mail_thread_holder .mail_content .item-info {
  color: #c8c8c8;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder .mail_content .item-info {
  text-align: right;
}
.core-messages__conversation .mail_thread_holder .mail_content .attachment_header_holder {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .core-messages__conversation .mail_thread_holder .mail_content .mail_text {
    max-width: 100%;
  }
}
#main:not(.empty-left):not(.empty-right) .core-messages__conversation .mail_thread_holder .mail_content .mail_text img,
#main.empty-left:not(.empty-right) .core-messages__conversation .mail_thread_holder .mail_content .mail_text img,
#main.empty-right:not(.empty-left) .core-messages__conversation .mail_thread_holder .mail_content .mail_text img {
  max-width: 100%;
}
.core-messages__conversation .mail_thread_holder .mail_content.is_mixed_text {
  border-radius: 16px !important;
}
.core-messages__conversation .mail_thread_holder .mail_content.is_mixed_text .mail_text img {
  margin-bottom: 11px;
  max-width: 248px;
  display: block;
}
@media (max-width: 768px) {
  .core-messages__conversation .mail_thread_holder .mail_content.is_mixed_text .mail_text {
    max-width: 100%;
  }
  .core-messages__conversation .mail_thread_holder .mail_content.is_mixed_text .mail_text img {
    max-width: 100%;
  }
}
.core-messages__conversation .mail_thread_holder .mail_content.is_only_image_text {
  border-radius: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 0;
}
.core-messages__conversation .mail_thread_holder .mail_content.is_only_image_text .parsed_image {
  border-radius: 16px;
  max-width: none;
  margin: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  max-width: 310px;
}
@media (max-width: 768px) {
  .core-messages__conversation .mail_thread_holder .mail_content.is_only_image_text .parsed_image {
    max-width: 100%;
  }
  .core-messages__conversation .mail_thread_holder .mail_content.is_only_image_text .parsed_image img {
    max-width: 100%;
  }
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment {
  border-radius: 16px !important;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3px;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .mail_text {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .mail_text img {
  max-width: 248px;
}
@media screen and (max-width: 479px) {
  .core-messages__conversation .mail_thread_holder .mail_content.has_attachment .mail_text img {
    max-width: 179px;
  }
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view {
  max-height: none;
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  width: 100%;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment_list {
  margin: 8px 0 0 !important;
  flex-direction: column !important;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-body {
  flex-basis: auto;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-body {
  padding-left: 8px;
  padding-right: 24px;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-body {
  padding-right: 8px;
  padding-left: 24px;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-body.no_delete_action {
  padding-right: 0;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-body.no_delete_action {
  padding-left: 0;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-body .attachment-row-title {
  min-width: 1px;
  width: 100%;
  align-items: flex-start;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-row {
  width: 100% !important;
  max-width: 248px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-row + .attachment-row {
  margin-top: 8px;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-image {
  width: 36px;
  height: 36px;
  min-width: 36px;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-row-actions {
  top: 0;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-row-actions > a span.ico {
  color: #c8c8c8;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .attachment_holder_view .attachment-row-actions:hover > a span.ico {
  color: #a2a2a2;
}
.core-messages__conversation .mail_thread_holder .mail_content.has_attachment .item-outer {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder .mail_content.has_attachment .item-outer .attachment-row-actions {
  margin-right: -16px;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder .mail_content.has_attachment .item-outer .attachment-row-actions {
  margin-left: -16px;
}
.core-messages__conversation .mail_thread_holder .mail_user_image {
  margin-top: 4px;
}
html[dir="ltr"] .core-messages__conversation .mail_thread_holder .mail_user_image {
  margin-right: 16px;
}
html[dir="rtl"] .core-messages__conversation .mail_thread_holder .mail_user_image {
  margin-left: 16px;
}
.core-messages__conversation .mail_thread_holder .mail_user_image .img-wrapper,
.core-messages__conversation .mail_thread_holder .mail_user_image .no_image_user {
  width: 32px !important;
  height: 32px !important;
}
.core-messages__conversation .mail_thread_holder .mail_user_image .img-wrapper img {
  width: 100%;
  height: 100%;
}
.core-messages__conversation .mail_thread_holder .mail_user_image .no_image_user span {
  font-size: 12px;
}
.core-messages__conversation .mail_thread_holder + .mail_thread_holder {
  margin-top: 8px;
}
.core-messages__conversation .mail_thread_holder:not(.is_user).is_first_message {
  align-items: flex-start;
}
.core-messages__conversation .mail_thread_holder:not(.is_user).is_first_message .mail_content {
  max-width: calc(80% - 48px);
  border-bottom-left-radius: 0;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_middle_message .mail_content {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_middle_message .mail_content {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_last_message .mail_content {
  border-top-left-radius: 0;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_last_message .mail_content {
  border-top-right-radius: 0;
}
.core-messages__conversation .mail_thread_holder:not(.is_user).is_middle_message .mail_content,
.core-messages__conversation .mail_thread_holder:not(.is_user).is_last_message .mail_content {
  max-width: calc(80% - 13px);
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_middle_message,
html[dir='ltr'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_last_message {
  padding-left: 48px;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_middle_message,
html[dir='rtl'] .core-messages__conversation .mail_thread_holder:not(.is_user).is_last_message {
  padding-right: 48px;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder.is_user.is_first_message .mail_content {
  border-bottom-right-radius: 0;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder.is_user.is_first_message .mail_content {
  border-bottom-left-radius: 0;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder.is_user.is_middle_message .mail_content {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder.is_user.is_middle_message .mail_content {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html[dir='ltr'] .core-messages__conversation .mail_thread_holder.is_user.is_last_message .mail_content {
  border-top-right-radius: 0;
}
html[dir='rtl'] .core-messages__conversation .mail_thread_holder.is_user.is_last_message .mail_content {
  border-top-left-radius: 0;
}
.core-messages__conversation .message-time-list {
  text-align: center;
  color: #c8c8c8;
  text-transform: uppercase;
  margin: 12px 0;
}
.core-messages__conversation .message-time-list span {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}
.core-messages__conversation .message-time-list span:after,
.core-messages__conversation .message-time-list span:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #c8c8c8;
  width: 24px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.core-messages__conversation .message-time-list span:before {
  right: 100%;
}
.core-messages__conversation .message-time-list span:after {
  left: 100%;
}
.core-messages__conversation .mCS-minimal-dark.mCSB_scrollTools_vertical {
  width: 8px !important;
}
html[dir='ltr'] .core-messages__conversation .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 8px !important;
}
html[dir='rtl'] .core-messages__conversation .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 8px !important;
}
.core-messages__conversation .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger_bar {
  width: 8px !important;
}
.core-messages__conversation .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_draggerContainer {
  background-color: #eeeeee;
  border-radius: 16px;
}
.core-messages__footer .compose-form {
  display: flex;
  align-items: center;
  border-top: 1px solid #dcdcdc;
}
html[dir="ltr"] .core-messages__footer .compose-form {
  padding-right: 16px;
}
html[dir="rtl"] .core-messages__footer .compose-form {
  padding-left: 16px;
}
.core-messages__footer .attachment-holder {
  border: 0;
}
.core-messages__footer .editor_holder {
  align-items: center;
  border: 0;
  flex-grow: 1;
  border-radius: 0;
  display: inline-flex;
  padding: 9px 10px 9px 16px;
}
.core-messages__footer .editor_holder .global_attachment_header {
  height: 100%;
  display: flex;
  align-items: center;
}
.core-messages__footer .editor_holder .edit_menu_container {
  flex-grow: 1;
  border: 0;
}
.core-messages__footer .editor_holder .edit_menu_container textarea.form-control {
  min-width: auto;
  min-height: auto;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  padding: 8px 0;
  height: 20px;
}
.core-messages__footer .editor_holder .global_attachment {
  background-color: transparent;
  border-bottom: 0;
}
.core-messages__footer .editor_holder .global_attachment_manage {
  position: static;
  display: inline-block;
}
.core-messages__footer .editor_holder .global_attachment_manage .attachment-counter,
.core-messages__footer .editor_holder .global_attachment_manage .ico-angle-down {
  display: none;
}
.core-messages__footer .editor_holder .global_attachment_manage > a {
  overflow: hidden;
  text-indent: 999px;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  position: relative;
  color: #a2a2a2;
  font-size: 16px;
}
.core-messages__footer .editor_holder .global_attachment_manage > a .item-label-text {
  display: none;
}
.core-messages__footer .editor_holder .global_attachment_manage > a .ico-paperclip-alt {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  position: absolute;
}
.core-messages__footer .editor_holder .global_attachment_manage > a:hover {
  color: #555555;
}
.core-messages__footer .editor_holder .global_attachment_list {
  line-height: normal;
  margin-left: 0;
  margin-right: 0;
}
.core-messages__footer .editor_holder .global_attachment_list li {
  padding: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.core-messages__footer .editor_holder .global_attachment_list li a {
  padding: 0;
}
.core-messages__footer .editor_holder .global_attachment_list li a .fa {
  font-size: 19px;
}
@media screen and (max-width: 479px) {
  .core-messages__footer .editor_holder .global_attachment_list {
    display: inline-flex;
  }
}
.core-messages__footer .attachment-body .js_attachment_add_inline .ico:before {
  content: "\eaa1";
}
.core-messages__footer .attachment-body .js_attachment_remove_inline .ico:before {
  content: "\eaec";
}
.core-messages__mass-actions {
  padding: 6px 8px;
  border-bottom: 1px solid #dcdcdc;
}
.core-messages__select-all input {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.core-messages__select-all input:checked + .ico {
  color: #ac1a2f;
}
.core-messages__select-all input:checked + .ico:before {
  content: "\ea7b";
}
.core-messages__select-all .ico {
  display: inline-block;
  font-size: 14px;
  color: #a2a2a2;
}
.core-messages__checkbox input {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}
.core-messages__checkbox input:checked + .ico {
  color: #ac1a2f;
}
.core-messages__checkbox input:checked + .ico:before {
  content: "\ea7b";
}
.core-messages__checkbox .ico {
  color: #a2a2a2;
}
.core-messages__addmember {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.core-messages__addmember > form {
  flex: 1;
  min-width: 0;
}
.core-messages__addmember .search-friend-list {
  position: absolute;
  top: 100%;
  margin-top: 14px;
  padding: 8px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2);
  z-index: 1;
}
html[dir='ltr'] .core-messages__addmember .search-friend-list {
  left: -16px;
  right: -4px;
}
html[dir='rtl'] .core-messages__addmember .search-friend-list {
  right: -16px;
  left: -4px;
}
.core-messages__addmember .search-friend-list ul {
  display: flex;
  flex-wrap: wrap;
}
.core-messages__addmember .search-friend-list ul li {
  width: 50%;
  padding: 8px;
}
.core-messages__addmember .search-friend-list ul li > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.core-messages__addmember .search-friend-list ul li > div .user,
.core-messages__addmember .search-friend-list ul li > div .customlist {
  min-width: 1px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[dir="ltr"] .core-messages__addmember .search-friend-list ul li > div .user,
html[dir="ltr"] .core-messages__addmember .search-friend-list ul li > div .customlist {
  margin-left: 8px;
}
html[dir="rtl"] .core-messages__addmember .search-friend-list ul li > div .user,
html[dir="rtl"] .core-messages__addmember .search-friend-list ul li > div .customlist {
  margin-right: 8px;
}
.core-messages__addmember .search-friend-list ul li > div .image {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.core-messages__addmember .search-friend-list ul li > div .image img {
  width: 32px;
  height: 32px;
}
.core-messages__addmember .search-friend-list ul li > div.js_core_messages_search_friend .image {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.core-messages__addmember .search-friend-list ul li > div.js_core_messages_search_custom_list .image {
  background-color: #dcdcdc;
  color: #fff;
}
.core-messages__addmember .search-friend-component {
  border: 0;
  padding: 0;
  align-items: center;
  position: relative;
}
.core-messages__addmember .item-search-friend-selected,
.core-messages__addmember .item-search-custom-list-selected {
  border: 1px solid #ac1a2f;
  color: #ac1a2f;
  font-size: 12px;
  border-radius: 1px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 4px;
}
html[dir="ltr"] .core-messages__addmember .item-search-friend-selected,
html[dir="ltr"] .core-messages__addmember .item-search-custom-list-selected {
  margin-right: 8px;
}
html[dir="rtl"] .core-messages__addmember .item-search-friend-selected,
html[dir="rtl"] .core-messages__addmember .item-search-custom-list-selected {
  margin-left: 8px;
}
.core-messages__addmember .item-search-friend-name {
  line-height: normal;
}
.core-messages__addmember .item-search-friend-remove,
.core-messages__addmember .item-search-custom-list-remove {
  display: inline-flex;
  line-height: normal;
  font-size: 8px;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  margin: -4px -8px -4px 0;
}
.core-messages__addmember .item-search-friend-remove:hover,
.core-messages__addmember .item-search-custom-list-remove:hover {
  color: #6a101d;
}
.core-messages__addmember .search_friend_input {
  padding: 0;
  border: 0;
  outline: none;
  height: auto;
  box-shadow: none !important;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .core-messages__addmember .search_friend_input {
    min-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .core-messages .back-to-list {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  html[dir='ltr'] .core-messages .back-to-list {
    margin-left: -16px;
  }
  html[dir='rtl'] .core-messages .back-to-list {
    margin-right: -16px;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #main.empty-left:not(.empty-right) .core-messages .back-to-list,
  #main.empty-right:not(.empty-left) .core-messages .back-to-list,
  #main:not(.empty-left):not(.empty-right) .core-messages .back-to-list {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  html[dir='ltr'] #main.empty-left:not(.empty-right) .core-messages .back-to-list,
  html[dir='ltr'] #main.empty-right:not(.empty-left) .core-messages .back-to-list,
  html[dir='ltr'] #main:not(.empty-left):not(.empty-right) .core-messages .back-to-list {
    margin-left: -16px;
  }
  html[dir='rtl'] #main.empty-left:not(.empty-right) .core-messages .back-to-list,
  html[dir='rtl'] #main.empty-right:not(.empty-left) .core-messages .back-to-list,
  html[dir='rtl'] #main:not(.empty-left):not(.empty-right) .core-messages .back-to-list {
    margin-right: -16px;
    transform: rotate(180deg);
  }
}
@media (min-width: 1025px) {
  #main:not(.empty-left):not(.empty-right) .core-messages .back-to-list {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  html[dir='ltr'] #main:not(.empty-left):not(.empty-right) .core-messages .back-to-list {
    margin-left: -16px;
  }
  html[dir='rtl'] #main:not(.empty-left):not(.empty-right) .core-messages .back-to-list {
    margin-right: -16px;
    transform: rotate(180deg);
  }
}
.file-text-message {
  margin-right: 4px;
}
.core-messages__conversation .js_template_message_is_user {
  display: none;
}
.back-parent {
  padding: 6px 8px;
  border-bottom: 1px solid #dcdcdc;
}
.check-out-search {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8c8c8;
  cursor: pointer;
}
html[dir='ltr'] .check-out-search {
  right: 48px;
}
html[dir='rtl'] .check-out-search {
  left: 48px;
}
.js_box_content #js_compose_new_message .compose-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.js_box_content #js_compose_new_message .compose-form .editor_holder {
  width: 100%;
}
.js_box_content #js_compose_new_message .btn-compose {
  margin-top: 16px;
}
.tooltip.core-mail-tooltip {
  z-index: 9999;
}
@media (max-width: 1024px) {
  .tooltip.core-mail-tooltip {
    display: none !important;
  }
}
.tooltip.core-mail-tooltip .tooltip-inner {
  border-radius: 4px;
}
.core-messages__right-side .core-messages-advanced-compose .search-friend-component {
  margin-top: 8px;
  margin-bottom: 8px;
}
.js_box_holder #js_compose_new_message #js_compose_message_textarea {
  max-height: 150px;
  margin-bottom: 0;
}
html[dir='ltr'] .core-messages__list-content > a:first-child {
  margin-left: auto;
}
html[dir='rtl'] .core-messages__list-content > a:first-child {
  margin-right: auto;
}
.js_group_conversation_title_change {
  box-shadow: none !important;
  border-color: #dcdcdc !important;
  padding: 0 8px;
  outline: none;
  height: 32px;
  font-weight: normal;
  margin: 0 -4px;
}
.core-messages__title-name {
  width: 100%;
}
.core-messages__title-name .js_group_conversation_title {
  width: 100%;
}
.remove-list-group [data-toggle="dropdown"] {
  color: #ac1a2f;
}
.remove-list-group [data-toggle="dropdown"]:hover,
.remove-list-group [data-toggle="dropdown"]:hover .ico {
  color: #6a101d;
}
.remove-list-group .open [data-toggle="dropdown"],
.remove-list-group .open [data-toggle="dropdown"] .ico {
  color: #6a101d;
}
.core-messages__title-name .js_group_conversation_title .js_group_conversation_title_text {
  position: relative;
}
.core-messages__title-name .js_group_conversation_title .js_group_conversation_title_text:not(.hide_it) {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin: 4px 2px;
}
.core-messages__title-name .js_group_conversation_title .js_group_conversation_title_text:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -8px;
  right: -8px;
  bottom: -2px;
  border: 1px solid #dcdcdc;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 992px) {
  .core-messages__title-name .js_group_conversation_title .js_group_conversation_title_text:before {
    display: none;
  }
}
.core-messages__title-name .js_group_conversation_title .js_group_conversation_title_text:hover:before {
  opacity: 1;
}
.js_group_members_block {
  display: flex;
  flex-flow: wrap;
}
.js_group_members_block .group-member {
  margin-bottom: 16px;
  width: 50px;
  position: relative;
  margin-right: 12px;
  display: inline-block;
}
.js_group_members_block .group-member-avatar {
  position: relative;
  margin-bottom: 8px;
}
.js_group_members_block .group-member-avatar .no_image_user,
.js_group_members_block .group-member-avatar .img-wrapper {
  width: 48px;
  height: 48px;
}
.js_group_members_block .group-member-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
}
#user_sticky_bar:not(.user-sticky-bar) #hd-message .dropdown-panel,
.sticky-bar-xs:not(.user-sticky-bar) #hd-message .dropdown-panel,
.sticky-bar-sm:not(.user-sticky-bar) #hd-message .dropdown-panel {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#user_sticky_bar:not(.user-sticky-bar) #hd-message .dropdown-panel .dropdown-panel-body,
.sticky-bar-xs:not(.user-sticky-bar) #hd-message .dropdown-panel .dropdown-panel-body,
.sticky-bar-sm:not(.user-sticky-bar) #hd-message .dropdown-panel .dropdown-panel-body {
  background: none;
  box-shadow: none;
  border: none;
}
#user_sticky_bar:not(.user-sticky-bar) #hd-message .dropdown-panel-footer,
.sticky-bar-xs:not(.user-sticky-bar) #hd-message .dropdown-panel-footer,
.sticky-bar-sm:not(.user-sticky-bar) #hd-message .dropdown-panel-footer {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
}
#user_sticky_bar:not(.user-sticky-bar) #hd-message .dropdown-panel-footer.one-el,
.sticky-bar-xs:not(.user-sticky-bar) #hd-message .dropdown-panel-footer.one-el,
.sticky-bar-sm:not(.user-sticky-bar) #hd-message .dropdown-panel-footer.one-el {
  justify-content: center;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body #core-messages-conversation-item-panel,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body #core-messages-conversation-item-panel,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body #core-messages-conversation-item-panel,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm #core-messages-conversation-item-panel,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm #core-messages-conversation-item-panel,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm #core-messages-conversation-item-panel,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs #core-messages-conversation-item-panel,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs #core-messages-conversation-item-panel,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs #core-messages-conversation-item-panel {
  max-height: 400px;
  overflow: auto;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .empty-message,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .empty-message,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .empty-message,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .empty-message,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .empty-message,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .empty-message,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .empty-message,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .empty-message,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .empty-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  margin-left: 16px;
  margin-right: 16px;
  color: #c8c8c8;
  border-bottom: 1px solid #dcdcdc;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .empty-message img,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .empty-message img,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .empty-message img,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .empty-message img,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .empty-message img,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .empty-message img,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .empty-message img,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .empty-message img,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .empty-message img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover {
  background: #f8f8f8;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item.is_new,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item.is_new,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item.is_new,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item.is_new,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item.is_new,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item.is_new,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item.is_new,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item.is_new,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item.is_new {
  background: #f3aeb8 !important;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .js_hover_info:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .js_hover_info:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .js_hover_info:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .js_hover_info:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .js_hover_info:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .js_hover_info:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .js_hover_info:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .js_hover_info:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .js_hover_info:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .img-wrapper:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .img-wrapper:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .img-wrapper:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .img-wrapper:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .img-wrapper:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .img-wrapper:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .img-wrapper:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .img-wrapper:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .img-wrapper:before {
  border: 1px solid #801323;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .img-wrapper,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .img-wrapper,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .img-wrapper,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .img-wrapper,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .img-wrapper,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .img-wrapper,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .img-wrapper,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .img-wrapper,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .img-wrapper,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .no_image_user,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .no_image_user,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .no_image_user,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .no_image_user,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .no_image_user,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .no_image_user,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .no_image_user,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .no_image_user,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .no_image_user {
  box-shadow: none;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .content .name .user_profile_link_span a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .content .name .user_profile_link_span a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .content .name .user_profile_link_span a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .content .name .user_profile_link_span a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .content .name .user_profile_link_span a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .content .name .user_profile_link_span a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .content .name .user_profile_link_span a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .content .name .user_profile_link_span a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .content .name .user_profile_link_span a {
  color: #ac1a2f !important;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .content .name .user_profile_link_span a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .content .name .user_profile_link_span a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .content .name .user_profile_link_span a:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .content .name .user_profile_link_span a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .content .name .user_profile_link_span a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .content .name .user_profile_link_span a:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .content .name .user_profile_link_span a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .content .name .user_profile_link_span a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .content .name .user_profile_link_span a:hover {
  color: #801323 !important;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action {
  color: #555555;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept {
  background: #ac1a2f;
  color: #FFF;
  border: none;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept:before {
  border-radius: inherit;
  background-image: linear-gradient(-90deg, #ac1a2f, #d32645);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept:hover:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept:hover:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item:hover .panel-actions .btn-action.accept:hover:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept:hover:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept:hover:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item:hover .panel-actions .btn-action.accept:hover:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept:hover:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept:hover:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item:hover .panel-actions .btn-action.accept:hover:before {
  opacity: 1;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content {
  display: flex;
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 1px solid #dcdcdc;
  flex-direction: row;
  padding-top: 8px;
  padding-bottom: 8px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .fa,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .fa,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .fa,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .fa,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .fa,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .fa,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .fa,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .fa,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .fa {
  font-size: 30px;
  width: 56px;
  text-align: center;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .extra_info_link .fa,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .extra_info_link .fa,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .extra_info_link .fa,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .extra_info_link .fa,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .extra_info_link .fa,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .extra_info_link .fa,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .extra_info_link .fa,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .extra_info_link .fa,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .extra_info_link .fa {
  width: 12px;
  font-size: 12px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .img-wrapper,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .img-wrapper,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .img-wrapper,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .img-wrapper,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .img-wrapper,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .img-wrapper,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .img-wrapper,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .img-wrapper,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .img-wrapper,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .no_image_user,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .no_image_user,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .no_image_user,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .no_image_user,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .no_image_user,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .no_image_user,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .no_image_user,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .no_image_user,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .no_image_user {
  width: 56px;
  height: 56px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .img-wrapper img,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .img-wrapper img,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .img-wrapper img,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .img-wrapper img,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .img-wrapper img,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .img-wrapper img,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .img-wrapper img,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .img-wrapper img,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .img-wrapper img {
  width: 100%;
  height: 100%;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .no_image_user span,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .no_image_user span,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .no_image_user span,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .no_image_user span,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .no_image_user span,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .no_image_user span,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .no_image_user span,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .no_image_user span,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .no_image_user span {
  font-size: 16px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .content,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .content,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .content,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .content,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .content,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .content,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .content,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .content,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .content {
  flex: 1;
  overflow: hidden;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .content .name .user_profile_link_span a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .content .name .user_profile_link_span a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .content .name .user_profile_link_span a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .content .name .user_profile_link_span a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .content .name .user_profile_link_span a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .content .name .user_profile_link_span a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .content .name .user_profile_link_span a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .content .name .user_profile_link_span a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .content .name .user_profile_link_span a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ac1a2f !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action:hover {
  color: #555555;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept {
  border: 1px solid #ac1a2f;
  color: #ac1a2f;
  margin-right: 6px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept:hover {
  box-shadow: 0px 6px 12px 0px rgba(172, 26, 47, 0.4);
  border: none;
  background: #ac1a2f;
  color: #FFF;
}
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item-content .panel-actions .btn-action.accept {
  margin-right: 0;
  margin-left: 6px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .popup,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .popup,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .popup,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .popup,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .popup,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .popup,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .popup,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .popup,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete {
  position: absolute;
  right: 13px;
  top: 40px;
  z-index: 2;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete a {
  color: #c8c8c8;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a2a2a2;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete a:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete a:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete a:hover {
  color: #555555;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete.is_new a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete.is_new a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete.is_new a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete.is_new a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete.is_new a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete.is_new a,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete.is_new a,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete.is_new a,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete.is_new a {
  color: #ed8b99;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete.is_new a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete.is_new a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete.is_new a:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete.is_new a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete.is_new a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete.is_new a:hover,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete.is_new a:hover,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete.is_new a:hover,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete.is_new a:hover {
  color: #ac1a2f;
}
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .notification-delete {
  right: auto;
  left: 13px;
}
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content {
  margin-left: 16px;
}
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content {
  margin-right: 16px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name {
  flex: 1;
  color: #555555;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name {
  margin-right: 8px;
}
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .name {
  margin-left: 8px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time {
  color: #a2a2a2;
  font-size: 12px;
  position: relative;
}
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time {
  padding-right: 16px;
}
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time {
  padding-left: 16px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread {
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread.is_new {
  background-color: #ac1a2f;
  border-color: #ac1a2f;
}
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread,
html[dir='rtl'] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .fullname-time .time .message-unread {
  right: auto;
  left: 0;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  line-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 32px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #555555;
}
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
html[dir="ltr"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview,
html[dir="ltr"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview,
html[dir="ltr"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview {
  padding-right: 16px;
}
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-item .panel-item-content .content .preview,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-item .panel-item-content .content .preview,
html[dir="rtl"] #user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview,
html[dir="rtl"] .sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview,
html[dir="rtl"] .sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-item .panel-item-content .content .preview {
  padding-left: 16px;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-actions,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-actions,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-actions,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-actions,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-actions,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-actions,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-actions,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-actions,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-actions:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-actions:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-actions:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-actions:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-actions:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-actions:before,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-actions:before,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-actions:before,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-actions:before {
  display: none;
}
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body .panel-actions .btn-compose,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body .panel-actions .btn-compose,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body .panel-actions .btn-compose,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-sm .panel-actions .btn-compose,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-sm .panel-actions .btn-compose,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-sm .panel-actions .btn-compose,
#user_sticky_bar:not(.user-sticky-bar) #message-panel-body-xs .panel-actions .btn-compose,
.sticky-bar-xs:not(.user-sticky-bar) #message-panel-body-xs .panel-actions .btn-compose,
.sticky-bar-sm:not(.user-sticky-bar) #message-panel-body-xs .panel-actions .btn-compose {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.core-messages-conversation-popup {
  width: calc(100% - 32px);
  max-width: 600px;
  transform: translateX(-50%);
  top: 16px;
  left: 50%;
  margin: 0;
  z-index: 5003;
  display: block;
}
.core-messages-conversation-popup .open-popup {
  max-height: 415px !important;
  min-height: 415px !important;
}
.core-messages-conversation-popup .mail-messages .mCustomScrollBox {
  max-height: 415px !important;
}
.user-sticky-bar ul.user-sticky-bar-items li .dropdown-panel .dropdown-panel-body#message-panel-body .panel-items .panel-item .panel-item-content .content .fullname-time .name {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 19px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 38px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .mail_ie_support {
    max-width: 600px;
  }
  .js_box_content .mail_ie_support {
    max-width: 350px;
  }
}
/*End Messages*/
/*Begin ' . Saved Items . '*/
.p-saveitems-checkbox-custom label,
.p-saveitems-radio-custom label {
  padding: 0 !important;
  flex-flow: nowrap !important;
}
.p-saveitems-checkbox-custom label input,
.p-saveitems-radio-custom label input {
  display: none;
}
.p-saveitems-checkbox-custom label input:checked + .ico,
.p-saveitems-radio-custom label input:checked + .ico {
  color: #ac1a2f;
}
.p-saveitems-checkbox-custom label .ico,
.p-saveitems-radio-custom label .ico {
  color: #a2a2a2;
  display: inline-flex;
  align-items: center;
  margin-top: 1px;
  height: 14px;
}
.p-saveitems-radio-custom label input:checked + .ico:before {
  content: "\e990";
}
.p-saveitems-checkbox-custom label input:checked + .ico:before {
  content: "\eb28";
}
.p-saveditems-collections-container {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-flow: wrap;
}
.p-saveditems-collections-container .p-saveditems {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 28px;
}
@media screen and (min-width: 1200px) {
  #main.empty-left.empty-right .p-saveditems-collections-container .p-saveditems {
    width: 25%;
  }
  #main.empty-left.empty-right .p-saveditems-collections-container .p-saveditems:nth-child(-n + 4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #main.empty-left.empty-right .p-saveditems-collections-container .p-saveditems {
    width: 33.33%;
  }
  #main.empty-left.empty-right .p-saveditems-collections-container .p-saveditems:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  #main.empty-left.empty-right .p-saveditems-collections-container .p-saveditems {
    width: 50%;
  }
  #main.empty-left.empty-right .p-saveditems-collections-container .p-saveditems:nth-child(-n + 2) {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  #main.empty-left:not(.empty-right) .p-saveditems-collections-container .p-saveditems,
  #main.empty-right:not(.empty-left) .p-saveditems-collections-container .p-saveditems {
    width: 33.33%;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-collections-container .p-saveditems:nth-child(-n + 3),
  #main.empty-right:not(.empty-left) .p-saveditems-collections-container .p-saveditems:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  #main.empty-left:not(.empty-right) .p-saveditems-collections-container .p-saveditems,
  #main.empty-right:not(.empty-left) .p-saveditems-collections-container .p-saveditems {
    width: 50%;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-collections-container .p-saveditems:nth-child(-n + 2),
  #main.empty-right:not(.empty-left) .p-saveditems-collections-container .p-saveditems:nth-child(-n + 2) {
    margin-top: 0 !important;
  }
}
#main:not(.empty-right):not(.empty-left) .p-saveditems-collections-container .p-saveditems {
  width: 50%;
}
#main:not(.empty-right):not(.empty-left) .p-saveditems-collections-container .p-saveditems:nth-child(-n + 2) {
  margin-top: 0 !important;
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link {
  position: relative;
  display: block;
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link .p-saveditems-media-src {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(136, 136, 136, 0.13);
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link .p-saveditems-media-src:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
  display: flex;
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a:not(.action) {
  color: #555555;
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 21px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 42px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  flex: 1;
  min-width: 0;
}
html[dir="ltr"] .p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a:not(.action) {
  padding-right: 24px;
}
html[dir="rtl"] .p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a:not(.action) {
  padding-left: 24px;
}
@media screen and (max-width: 480px) {
  .p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a:not(.action) {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .dropdown {
  top: 4px;
  right: 16px;
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}
.p-saveditems-collections-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
  text-transform: lowercase;
}
.p-saveditems-collection-empty .p-saveditems-outer {
  display: flex;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-media-wrapper {
  width: 416px;
}
html[dir="ltr"] .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-media-wrapper {
  margin-right: 24px;
}
html[dir="rtl"] .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-media-wrapper {
  margin-left: 24px;
}
.p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link .p-saveditems-media-src {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: none;
}
.p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link .p-saveditems-media-src:before {
  content: "";
  display: block;
  padding-bottom: 88.70189999999999%;
}
.p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
  margin-top: 64px;
  max-width: 345px;
  color: #555555;
  font-size: 32px;
  display: block;
}
@media screen and (max-width: 480px) {
  .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    font-size: 18px !important;
    margin-top: 0 !important;
  }
}
.p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .btn {
  color: #fefefe;
  font-size: 16px;
  line-height: 21px;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .btn {
    font-size: 14px !important;
    height: 30px !important;
  }
}
html[dir="ltr"] .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .btn .ico {
  margin-right: 8px;
}
html[dir="rtl"] .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .btn .ico {
  margin-left: 8px;
}
#main:not(.empty-right):not(.empty-left) .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
  font-size: 24px;
}
@media screen and (min-width: 481px) and (max-width: 1199px) {
  #main:not(.empty-right):not(.empty-left) .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1199px) {
  #main:not(.empty-right):not(.empty-left) .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .btn {
    font-size: 14px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #main.empty-left:not(.empty-right) .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .p-saveditems-title,
  #main.empty-right:not(.empty-left) .p-saveditems-collection-empty .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    margin-top: 32px;
    font-size: 24px;
  }
}
.p-updated-status-container {
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-updated-status-container .p-updated-status-item {
  text-transform: lowercase;
}
.p-updated-status-container .p-updated-status-item:before {
  content: "•";
  margin: 0px 4px;
}
.p-updated-status-container .p-dropdown-action {
  margin-right: -4px;
}
.p-updated-status-container .p-dropdown-action .dropdown-toggle {
  color: #a2a2a2;
  cursor: pointer;
}
.p-updated-status-container .p-dropdown-action .dropdown-toggle .ico {
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-saveditems-listing-container .p-saveditems {
  border-top: solid 1px #eeeeee;
  padding-top: 16px;
  padding-bottom: 16px;
}
.p-saveditems-listing-container .p-saveditems:hover .p-saveditems-title a {
  color: #801323 !important;
}
.p-saveditems-listing-container .p-saveditems:hover .p-saveditems-title .p-saveditems-btn-close {
  display: block !important;
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer {
  display: flex;
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper {
  position: relative;
  width: 160px;
}
html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper {
  margin-right: 16px;
}
html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper {
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper {
    width: 64px;
  }
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link {
  position: relative;
  display: block;
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link .p-saveditems-media-src {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(136, 136, 136, 0.13);
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link .p-saveditems-media-src:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .p-saveditems-media-link img {
  width: 160px;
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .no_image_user {
  width: 160px;
  height: 160px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .no_image_user .js_hover_info:before,
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .no_image_user .img-wrapper:before {
  border: none;
}
@media screen and (max-width: 480px) {
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-media-wrapper .no_image_user {
    width: 64px;
    height: 64px;
  }
}
.p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner {
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 992px) {
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    width: 8px;
    height: 8px;
    background: #ac1a2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-left: 8px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    color: #a2a2a2;
    display: none;
    cursor: pointer;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-left: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-right: 8px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"] {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-right: 4px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-left: 4px;
    margin-right: 0;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author {
    display: inline-flex;
    max-width: 100%;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after {
    content: "•";
    margin: 0 4px;
    font-size: 12px;
    font-weight: normal;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to {
    color: #555555;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more {
    display: inline-block;
    margin-left: 2px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle {
    cursor: pointer;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    width: 225px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
    text-transform: lowercase;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info {
    margin-top: 10px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper {
    line-height: 18px;
    color: #a2a2a2;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price {
    color: #ffab00;
    font-weight: bold;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a {
    color: #555555;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn {
    display: flex;
    flex-wrap: wrap;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-top: 4px;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-left: 0;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover {
    color: #801323;
  }
}
@media screen and (min-width: 992px) and (max-width: 480px) {
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    min-width: 130px;
    width: 130px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    width: 8px;
    height: 8px;
    background: #ac1a2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-left: 8px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    color: #a2a2a2;
    display: none;
    cursor: pointer;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-left: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-right: 8px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"] {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-right: 4px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-left: 4px;
    margin-right: 0;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author {
    display: inline-flex;
    max-width: 100%;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after {
    content: "•";
    margin: 0 4px;
    font-size: 12px;
    font-weight: normal;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to {
    color: #555555;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more {
    display: inline-block;
    margin-left: 2px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle {
    cursor: pointer;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    width: 225px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
    text-transform: lowercase;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info {
    margin-top: 10px;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper {
    line-height: 18px;
    color: #a2a2a2;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price {
    color: #ffab00;
    font-weight: bold;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a {
    color: #555555;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn {
    display: flex;
    flex-wrap: wrap;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-top: 4px;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-left: 0;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-left: 0;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    display: none;
  }
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    line-height: 21px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 42px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) and (min-width: 992px) {
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover {
    color: #801323;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) and (max-width: 480px) {
  #main.empty-left.empty-right .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    min-width: 130px;
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    width: 8px;
    height: 8px;
    background: #ac1a2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-left: 8px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    color: #a2a2a2;
    display: none;
    cursor: pointer;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-left: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-right: 8px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"],
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"] {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-right: 4px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-left: 4px;
    margin-right: 0;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author {
    display: inline-flex;
    max-width: 100%;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after {
    content: "•";
    margin: 0 4px;
    font-size: 12px;
    font-weight: normal;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to {
    color: #555555;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more {
    display: inline-block;
    margin-left: 2px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle {
    cursor: pointer;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    width: 225px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
    text-transform: lowercase;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info {
    margin-top: 10px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper {
    line-height: 18px;
    color: #a2a2a2;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price {
    color: #ffab00;
    font-weight: bold;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a {
    color: #555555;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn {
    display: flex;
    flex-wrap: wrap;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-top: 4px;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-left: 0;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover {
    color: #801323;
  }
}
@media screen and (min-width: 1200px) and (max-width: 480px) {
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    min-width: 130px;
    width: 130px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1199px) {
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    width: 8px;
    height: 8px;
    background: #ac1a2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-left: 8px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    color: #a2a2a2;
    display: none;
    cursor: pointer;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-left: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-right: 8px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"],
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"] {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-right: 4px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-left: 4px;
    margin-right: 0;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author {
    display: inline-flex;
    max-width: 100%;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after {
    content: "•";
    margin: 0 4px;
    font-size: 12px;
    font-weight: normal;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to {
    color: #555555;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more {
    display: inline-block;
    margin-left: 2px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle {
    cursor: pointer;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    width: 225px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
    text-transform: lowercase;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info {
    margin-top: 10px;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper {
    line-height: 18px;
    color: #a2a2a2;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price {
    color: #ffab00;
    font-weight: bold;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a {
    color: #555555;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn {
    display: flex;
    flex-wrap: wrap;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-top: 4px;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-left: 0;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 8px;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 8px;
  }
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o,
  html[dir="ltr"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-right: 0;
  }
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o,
  html[dir="rtl"] #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-left: 0;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    display: none;
  }
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    line-height: 21px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 42px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 481px) and (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover {
    color: #801323;
  }
}
@media screen and (min-width: 481px) and (max-width: 1199px) and (max-width: 480px) {
  #main.empty-left:not(.empty-right) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu,
  #main.empty-right:not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    min-width: 130px;
    width: 130px;
  }
}
@media screen and (min-width: 481px) {
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    width: 8px;
    height: 8px;
    background: #ac1a2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-right: 8px;
  }
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-left: 8px;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    color: #a2a2a2;
    display: none;
    cursor: pointer;
  }
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-left: 8px;
  }
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-right: 8px;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"] {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-right: 4px;
  }
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-left: 4px;
    margin-right: 0;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author {
    display: inline-flex;
    max-width: 100%;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after {
    content: "•";
    margin: 0 4px;
    font-size: 12px;
    font-weight: normal;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to {
    color: #555555;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more {
    display: inline-block;
    margin-left: 2px;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle {
    cursor: pointer;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    width: 225px;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
    text-transform: lowercase;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info {
    margin-top: 10px;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper {
    line-height: 18px;
    color: #a2a2a2;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price {
    color: #ffab00;
    font-weight: bold;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a {
    color: #555555;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn {
    display: flex;
    flex-wrap: wrap;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-top: 4px;
  }
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-right: 8px;
  }
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-left: 8px;
  }
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-right: 0;
  }
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-left: 0;
  }
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 8px;
  }
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 8px;
  }
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-right: 0;
  }
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-left: 0;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    display: none;
  }
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    line-height: 21px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 42px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 481px) and (min-width: 992px) {
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover {
    color: #801323;
  }
}
@media screen and (min-width: 481px) and (max-width: 480px) {
  #main:not(.empty-right):not(.empty-left) .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    min-width: 130px;
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    width: 8px;
    height: 8px;
    background: #ac1a2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-right: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-left: 8px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    color: #a2a2a2;
    display: none;
    cursor: pointer;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-left: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-right: 8px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"] {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-right: 4px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-left: 4px;
    margin-right: 0;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author {
    display: inline-flex;
    max-width: 100%;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after {
    content: "•";
    margin: 0 4px;
    font-size: 12px;
    font-weight: normal;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to {
    color: #555555;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more {
    display: inline-block;
    margin-left: 2px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle {
    cursor: pointer;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    width: 225px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
    text-transform: lowercase;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info {
    margin-top: 10px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper {
    line-height: 18px;
    color: #a2a2a2;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price {
    color: #ffab00;
    font-weight: bold;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a {
    color: #555555;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-top: 4px;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-right: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-left: 8px;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-right: 0;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-left: 0;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 8px;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-right: 0;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-left: 0;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    width: 8px;
    height: 8px;
    background: #ac1a2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-right: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    margin-left: 8px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .tooltip-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    color: #a2a2a2;
    display: none;
    cursor: pointer;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-left: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-btn-close {
    margin-right: 8px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info {
    font-size: 12px;
    line-height: 16px;
    color: #a2a2a2;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper {
    display: flex;
    flex-flow: wrap;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"] {
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-right: 4px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .p-saveditems-user {
    margin-left: 4px;
    margin-right: 0;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item .user_profile_link_span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item.p-item-author {
    display: inline-flex;
    max-width: 100%;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item:not(:last-child):after {
    content: "•";
    margin: 0 4px;
    font-size: 12px;
    font-weight: normal;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-saved-to {
    color: #555555;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more {
    display: inline-block;
    margin-left: 2px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-toggle {
    cursor: pointer;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    width: 225px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu li a {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .item-quantity {
    text-transform: lowercase;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info {
    margin-top: 10px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper {
    line-height: 18px;
    color: #a2a2a2;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper .p-saveditems-listing-price {
    color: #ffab00;
    font-weight: bold;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-additional-info .p-saveditems-additional-info-wrapper a {
    color: #555555;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 16px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 32px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-top: 4px;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-right: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    margin-left: 8px;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-right: 0;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn:last-child,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn:last-child,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more:last-child {
    margin-left: 0;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 8px;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 8px;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-right: 0;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico.ico-dottedmore-o,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico.ico-dottedmore-o,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico.ico-dottedmore-o {
    margin-left: 0;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title .p-saveditems-status {
    display: none;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    line-height: 21px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 42px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-title a {
    line-height: 18px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 19px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 38px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more {
    width: 32px;
  }
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="ltr"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-right: 0;
  }
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .ico,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .ico,
  html[dir="rtl"] .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .ico {
    margin-left: 0;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn > .btn .p-saveditems-btn-text,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .item-addto-btn .p-saveditems-btn-text,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-group-btn .p-saveditems-btn-more .p-saveditems-btn-text {
    display: none !important;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-seperate-dot-item-responsive {
    width: 100%;
    margin-top: 8px;
  }
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-seperate-dot-item-responsive:after {
    display: none;
  }
}
@media screen and (max-width: 480px) and (min-width: 992px) {
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover {
    color: #801323;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    min-width: 130px;
    width: 130px;
  }
}
@media screen and (max-width: 480px) and (min-width: 992px) {
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item > a:hover,
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info.p-saveditems-seperate-dot-wrapper .p-saveditems-seperate-dot-item [data-toggle="dropdown"]:hover {
    color: #801323;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .p-saveditems-listing-container .p-saveditems .p-saveditems-outer .p-saveditems-inner .p-saveditems-minor-info .p-saveditems-view-saved-more .dropdown-menu {
    min-width: 130px;
    width: 130px;
  }
}
.p-saveditems-alert-item {
  margin-bottom: 8px;
}
.p-saveditems-alert-item .p-saveapp-alert-outer {
  min-height: 40px;
  background: #f6c5cc;
  border: 1px solid rgba(128, 19, 35, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 16px;
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-inner {
  display: block;
}
html[dir="ltr"] .p-saveditems-alert-item .p-saveapp-alert-outer .item-inner {
  margin-right: 8px;
}
html[dir="rtl"] .p-saveditems-alert-item .p-saveapp-alert-outer .item-inner {
  margin-left: 8px;
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-inner > * {
  display: inline-block;
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-icon {
  color: #ac1a2f;
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-icon .ico {
  font-size: 16px;
}
html[dir='ltr'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-icon .ico {
  margin-right: 4px;
}
html[dir='rtl'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-icon .ico {
  margin-left: 4px;
}
html[dir='ltr'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-text {
  margin-right: 4px;
}
html[dir='rtl'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-text {
  margin-left: 4px;
}
html[dir='ltr'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-addto {
  margin-right: 4px;
}
html[dir='rtl'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-addto {
  margin-left: 4px;
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-recent:before {
  content: " \2219 ";
}
html[dir='ltr'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-recent:before {
  margin-right: 4px;
}
html[dir='rtl'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-recent:before {
  margin-left: 4px;
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-delete {
  display: inline-flex;
}
html[dir='ltr'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-delete {
  margin-left: auto;
}
html[dir='rtl'] .p-saveditems-alert-item .p-saveapp-alert-outer .item-delete {
  margin-right: auto;
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-delete .item-delete-btn {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .p-saveditems-alert-item .p-saveapp-alert-outer .item-delete .item-delete-btn:hover {
    color: #555555;
  }
}
.p-saveditems-alert-item .p-saveapp-alert-outer .item-addto .dropdown-menu {
  left: -119px;
}
@media (max-width: 767px) {
  .p-saveditems-alert-item .p-saveapp-alert-outer .item-addto .dropdown-menu {
    left: -63px;
  }
}
#main .layout-left .p-saveditems-dropdown-addto-collection > .dropdown-menu,
#main .layout-right .p-saveditems-dropdown-addto-collection > .dropdown-menu {
  z-index: 50;
}
#main .layout-left .p-saveditems-dropdown-addto-collection .dropdown-backdrop,
#main .layout-right .p-saveditems-dropdown-addto-collection .dropdown-backdrop {
  z-index: 49;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu {
  width: 225px;
}
@media (max-width: 767px) {
  .p-saveditems-dropdown-addto-collection > .dropdown-menu {
    width: 170px;
  }
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu > li > a {
  padding: 8px 16px;
  min-height: 32px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu > li > a .ico {
  font-size: 12px;
  margin-bottom: 3px;
  min-width: 14px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .dropdown-header {
  color: #a2a2a2;
  background: #eeeeee;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: none;
  padding: 5px 18px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper {
  max-height: 200px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  #right .p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper,
  #left .p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper {
    max-height: 100px;
  }
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox {
  padding: 8px 0;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #EEE;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-bottom: 0 !important;
  flex: 1;
  min-width: 0;
}
html[dir="ltr"] .p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-right: 8px;
}
html[dir="rtl"] .p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-left: 8px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom .item-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox .item-view {
  font-size: 12px;
  line-height: 16px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox .checkbox {
  width: 100%;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox label .ico {
  color: #555555 !important;
  min-width: 14px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .item-collection-checkbox input[type="checkbox"] {
  pointer-events: none;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection .no-collections {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  color: #a2a2a2;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu li[class^=p_saveditems_noti_add_to_collection],
.p-saveditems-dropdown-addto-collection > .dropdown-menu li[class^=p_saveditems_error_add_to_collection] {
  background: #6dd086;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  z-index: 99;
  min-height: 32px;
  align-items: center;
  bottom: 4px;
  width: 100%;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu li[class^=p_saveditems_error_add_to_collection] {
  background: #f27f5a;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title a {
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  background: #eeeeee;
  padding: 0 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title a {
    /* IE10+ CSS */
    line-height: 30px;
  }
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title a .ico {
  margin: 0 !important;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title a .ico.expand:before {
  content: "\eab7";
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form {
  background: #eeeeee;
  border-top: 0;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form {
  padding: 0 16px 16px;
  padding-top: 6px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .alert {
  margin-bottom: 8px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form input.form-control {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  height: 32px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn {
  display: flex;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button {
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  height: 32px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button + button {
  margin-left: 8px;
}
html[dir="rtl"] .p-saveditems-dropdown-addto-collection > .dropdown-menu .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button + button {
  margin-right: 8px;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .privacy_setting_mini {
  margin-bottom: 8px;
  float: none;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .privacy_setting_mini .privacy_setting_active {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html[dir='ltr'] .p-saveditems-dropdown-addto-collection > .dropdown-menu .privacy_setting_mini .privacy_setting_active .fa-caret-down {
  margin-left: auto;
}
html[dir='rtl'] .p-saveditems-dropdown-addto-collection > .dropdown-menu .privacy_setting_mini .privacy_setting_active .fa-caret-down {
  margin-right: auto;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .privacy_setting_mini .dropdown-menu {
  margin-top: 6px;
  left: 0 !important;
  right: 0 !important;
}
.p-saveditems-dropdown-addto-collection > .dropdown-menu .privacy_setting_mini:not(.open) .dropdown-menu {
  visibility: hidden !important;
  opacity: 0 !important;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper {
  max-height: 200px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  #right .p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper,
  #left .p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper {
    max-height: 100px;
  }
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox {
  padding: 8px 0;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #EEE;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-bottom: 0 !important;
  flex: 1;
  min-width: 0;
}
html[dir="ltr"] .p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-right: 8px;
}
html[dir="rtl"] .p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-left: 8px;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom .item-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox .item-view {
  font-size: 12px;
  line-height: 16px;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox .checkbox {
  width: 100%;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox label .ico {
  color: #555555 !important;
  min-width: 14px;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .item-collection-checkbox input[type="checkbox"] {
  pointer-events: none;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection .no-collections {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  color: #a2a2a2;
}
.p-saveditems-addto-collection-mixin li[class^=p_saveditems_noti_add_to_collection],
.p-saveditems-addto-collection-mixin li[class^=p_saveditems_error_add_to_collection] {
  background: #6dd086;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  z-index: 99;
  min-height: 32px;
  align-items: center;
  bottom: 4px;
  width: 100%;
}
.p-saveditems-addto-collection-mixin li[class^=p_saveditems_error_add_to_collection] {
  background: #f27f5a;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title a {
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  background: #eeeeee;
  padding: 0 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title a {
    /* IE10+ CSS */
    line-height: 30px;
  }
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title a .ico {
  margin: 0 !important;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title a .ico.expand:before {
  content: "\eab7";
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form {
  background: #eeeeee;
  border-top: 0;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form {
  padding: 0 16px 16px;
  padding-top: 6px;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .alert {
  margin-bottom: 8px;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form input.form-control {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  height: 32px;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn {
  display: flex;
}
.p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button {
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  height: 32px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button + button {
  margin-left: 8px;
}
html[dir="rtl"] .p-saveditems-addto-collection-mixin .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button + button {
  margin-right: 8px;
}
.p-saveditems-create-collection-popup .item-collection-action {
  margin: 0 -16px;
  padding: 16px;
  padding-bottom: 0;
  background: #FFF;
  border: none;
  border-top: 1px solid #eeeeee;
}
.p-saveditems-create-collection-popup .item-collection-action .item-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
html[dir="ltr"] .p-saveditems-create-collection-popup .item-collection-action .item-buttons-wrapper .btn {
  margin-left: 8px;
}
html[dir="rtl"] .p-saveditems-create-collection-popup .item-collection-action .item-buttons-wrapper .btn {
  margin-right: 8px;
}
.p-saveditems-type-category .category-item a {
  justify-content: space-between;
}
.p-saveditems-type-category.core-block-categories ul.action li.category:last-child {
  border-bottom: 0;
}
.p-saveditems-type-category.core-block-categories ul.action li.category:last-child .category-item a {
  border-bottom: 0;
}
.p-saveditems-type-category.core-block-categories .category-item a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 40px;
  display: flex;
  color: #555555;
  align-items: center;
  justify-content: space-between;
}
.p-saveditems-type-category.core-block-categories .category-item a:hover {
  color: #801323;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing {
  margin: 0 -16px;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection {
  margin-bottom: 1px;
  width: 100%;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection.active > a {
  background: #f6c5cc !important;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection.active > a .ico {
  color: #801323 !important;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection.active > a .item-name {
  color: #801323 !important;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a {
  display: flex;
  align-items: center;
  color: #555555;
  padding: 8px 16px;
  min-height: 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a:hover {
    background: #f6c5cc;
  }
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a:hover .ico {
    color: #801323;
  }
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a:hover .item-name {
    color: #801323;
  }
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a .ico {
  display: inline-block;
  min-width: 18px;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a .ico {
  margin-right: 8px;
}
html[dir="rtl"] .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a .ico {
  margin-left: 8px;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a .item-name {
  flex: 1;
  min-width: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
html[dir="ltr"] .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a .item-name {
  margin-right: 16px;
}
html[dir="rtl"] .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a .item-name {
  margin-left: 16px;
}
.p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .item-collection a .total-count {
  color: #a2a2a2;
  white-space: nowrap;
}
@media (min-width: 481px) and (max-width: 767px) {
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing {
    display: flex;
    flex-flow: wrap;
  }
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing .item-collection {
    width: 50%;
  }
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing .item-collection a:hover {
    background: transparent !important;
  }
  .p-saveditems-collection-recently-container .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing .item-collection.active > a {
    background: transparent !important;
  }
}
.p-saveditems-collection-recently-mixin-responsive .p-saveditems-collection-recently-wrapper:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-saveditems-collection-recently-mixin-responsive .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing {
  display: flex;
  flex-flow: wrap;
}
.p-saveditems-collection-recently-mixin-responsive .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing .item-collection {
  width: 50%;
}
.p-saveditems-collection-recently-mixin-responsive .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing .item-collection a:hover {
  background: transparent !important;
}
.p-saveditems-collection-recently-mixin-responsive .p-saveditems-collection-recently-wrapper .p-saveditems-collection-recently-listing .item-collection.active > a {
  background: transparent !important;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper {
  max-height: 200px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  #right .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper,
  #left .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .p_saveditems_quick_list_collection_wrapper {
    max-height: 100px;
  }
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox {
  padding: 8px 0;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #EEE;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-bottom: 0 !important;
  flex: 1;
  min-width: 0;
}
html[dir="ltr"] .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-right: 8px;
}
html[dir="rtl"] .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom {
  margin-left: 8px;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox .p-saveitems-checkbox-custom .item-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox .item-view {
  font-size: 12px;
  line-height: 16px;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox .checkbox {
  width: 100%;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox label .ico {
  color: #555555 !important;
  min-width: 14px;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .item-collection-checkbox input[type="checkbox"] {
  pointer-events: none;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection .no-collections {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  color: #a2a2a2;
}
.p-saveditems-dropdown-addto-collection-popup-content li[class^=p_saveditems_noti_add_to_collection],
.p-saveditems-dropdown-addto-collection-popup-content li[class^=p_saveditems_error_add_to_collection] {
  background: #6dd086;
  color: #FFF;
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  z-index: 99;
  min-height: 32px;
  align-items: center;
  bottom: 4px;
  width: 100%;
}
.p-saveditems-dropdown-addto-collection-popup-content li[class^=p_saveditems_error_add_to_collection] {
  background: #f27f5a;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title a {
  font-size: 12px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  background: #eeeeee;
  padding: 0 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title a {
    /* IE10+ CSS */
    line-height: 30px;
  }
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title a .ico {
  margin: 0 !important;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title a .ico.expand:before {
  content: "\eab7";
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form {
  background: #eeeeee;
  border-top: 0;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form {
  padding: 0 16px 16px;
  padding-top: 6px;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .alert {
  margin-bottom: 8px;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form input.form-control {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  height: 32px;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn {
  display: flex;
}
.p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button {
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  height: 32px;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
html[dir="ltr"] .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button + button {
  margin-left: 8px;
}
html[dir="rtl"] .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn button + button {
  margin-right: 8px;
}
.p-saveditems-dropdown-addto-collection-popup .js_box_content {
  padding: 0 !important;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_recent_saved_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_recent_saved_form .item-recent-saved {
  font-size: 12px;
  line-height: 16px;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_recent_saved_form .btn {
  min-width: 80px;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title a {
  line-height: 32px;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 8px;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p_saveditems_quick_add_collection_input {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}
html[dir="ltr"] .p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn {
  margin-left: 8px;
}
html[dir="rtl"] .p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn {
  margin-right: 8px;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn .btn {
  min-width: 80px;
}
.p-saveditems-dropdown-addto-collection-popup .p-saveditems-dropdown-addto-collection-popup-content .p_saveditems_quick_list_collection-title-form .p-saveditems-quick-add-form .p-saveditems-quick-add-form-btn .btn-cancel {
  display: none !important;
}
.p-saveditems-unsave-confirmation-popup .js_box_content {
  padding: 16px !important;
}
.p-saveditems-unsave-confirmation-popup-content .item-outer .item-desc {
  margin-bottom: 8px;
}
.p-saveditems-unsave-confirmation-popup-content .item-outer .item-action {
  margin-bottom: 8px;
}
.p-saveditems-unsave-confirmation-popup-content .item-outer .item-action .item-manage-btn {
  display: inline-flex;
  align-items: center;
}
.p-saveditems-unsave-confirmation-popup-content .item-btn-bottom {
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: flex-end;
}
html[dir="ltr"] .p-saveditems-unsave-confirmation-popup-content .item-btn-bottom .btn {
  margin-left: 8px;
}
html[dir="rtl"] .p-saveditems-unsave-confirmation-popup-content .item-btn-bottom .btn {
  margin-right: 8px;
}
.p-saveditems-dropdown-addto-collection-popup-content .p-saveditems-detail-saved-alert {
  padding: 12px 16px;
  border-bottom: 1px solid #eeeeee;
}
.p-saveditems-dropdown-addto-collection-popup-content .p-saveditems-detail-saved-alert .item-action-toggle {
  color: #ac1a2f;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 4px;
  user-select: none;
}
html[dir='ltr'] .p-saveditems-dropdown-addto-collection-popup-content .p-saveditems-detail-saved-alert .item-action-toggle .ico {
  margin-left: 4px;
}
html[dir='rtl'] .p-saveditems-dropdown-addto-collection-popup-content .p-saveditems-detail-saved-alert .item-action-toggle .ico {
  margin-right: 4px;
  display: inline-block;
}
.p-saveditems-dropdown-addto-collection-popup-content .p-saveditems-detail-saved-alert .item-action-toggle.toggle .ico:before {
  content: "\eaea";
}
@media (min-width: 992px) {
  .p-saveditems-dropdown-addto-collection-popup-content .p-saveditems-detail-saved-alert .item-action-toggle:hover {
    color: #801323;
  }
}
/*End Saved Items*/
/*Begin ' . Feed Status Background . '*/
.activity_feed_form .activity_feed_form_holder.egift-focus {
  padding-bottom: 0;
}
.activity_feed_form .activity_feed_form_holder.egift-focus .core-egift-wrapper {
  height: 40px;
}
html[dir='ltr'] .activity_feed_form .activity_feed_form_holder.egift-focus .core-egift-wrapper .item-icon-egift {
  margin-right: -8px;
}
html[dir='rtl'] .activity_feed_form .activity_feed_form_holder.egift-focus .core-egift-wrapper .item-icon-egift {
  margin-left: -8px;
}
.activity_feed_form .p-statusbg-container {
  position: relative;
  padding: 0;
}
.activity_feed_form .p-statusbg-container .p-statusbg-toggle-holder {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  margin-left: -8px;
  margin-right: -8px;
}
.activity_feed_form .p-statusbg-container .p-statusbg-toggle-holder .p-statusbg-toggle-collection {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  background: #fff;
  z-index: 3;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  border-radius: 3px;
  font-size: 16px;
}
.activity_feed_form .p-statusbg-container .p-statusbg-toggle-holder .p-statusbg-toggle-collection .fa {
  font-size: 19px;
  width: 15px;
  height: 17px;
}
.activity_feed_form .p-statusbg-container .p-statusbg-toggle-holder .p-statusbg-toggle-collection.active {
  color: #555555;
}
@media (min-width: 992px) {
  .activity_feed_form .p-statusbg-container .p-statusbg-toggle-holder .p-statusbg-toggle-collection:hover {
    color: #555555;
  }
}
.activity_feed_form .p-statusbg-container textarea.focus {
  margin-bottom: 0;
}
.activity_feed_form .p-statusbg-container .js_preview_link_attachment_custom_form {
  margin-right: 20px;
}
html[dir='rtl'] .activity_feed_form .p-statusbg-container .js_preview_link_attachment_custom_form {
  margin-left: 20px;
  margin-right: 0;
}
.activity_feed_form .p-statusbg-container .contenteditable {
  word-break: break-word;
  word-wrap: break-word;
}
.activity_feed_form .p-statusbg-container.has-background {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: -16px -16px 0 -16px;
  width: auto;
}
.activity_feed_form .p-statusbg-container.has-background:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.activity_feed_form .p-statusbg-container.has-background > .item-avatar {
  display: none;
}
.activity_feed_form .p-statusbg-container.has-background .p-statusbg-toggle-holder {
  position: absolute;
  bottom: 8px;
  margin: 0;
}
html[dir="ltr"] .activity_feed_form .p-statusbg-container.has-background .p-statusbg-toggle-holder {
  right: 8px;
}
html[dir="rtl"] .activity_feed_form .p-statusbg-container.has-background .p-statusbg-toggle-holder {
  left: 8px;
}
.activity_feed_form .p-statusbg-container.has-background .p-statusbg-toggle-collection {
  margin: 0 !important;
}
.activity_feed_form .p-statusbg-container.has-background .p-statusbg-toggle-collection:not(.active) {
  background: rgba(255, 255, 255, 0.9);
}
.activity_feed_form .p-statusbg-container.has-background .chooseFriend {
  margin-left: 15px;
  margin-right: 15px;
  bottom: 0;
  transform: translateY(100%);
}
.activity_feed_form .p-statusbg-container.has-background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.activity_feed_form .p-statusbg-container.has-background .contenteditable {
  cursor: text;
}
.activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable:before,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    font-size: 42px;
    line-height: 56px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    font-size: 42px;
    line-height: 56px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1199px) {
  .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3) !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable:before,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    font-size: 33px;
    line-height: 44px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:before {
    font-size: 33px;
    line-height: 44px;
  }
}
.activity_feed_form .p-statusbg-container.has-background textarea,
.activity_feed_form .p-statusbg-container.has-background .contenteditable {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  width: 100% !important;
  max-height: none !important;
}
@media (min-width: 1200px) {
  .activity_feed_form .p-statusbg-container.has-background textarea,
  .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 36px;
    padding-top: 36px;
    margin: 0;
    font-size: 28px;
    line-height: 37px;
    min-height: 109px;
    font-weight: bold;
    color: #fff;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 42px;
    line-height: 56px;
    min-height: 128px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 42px;
    line-height: 56px;
    min-height: 128px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 42px;
    line-height: 56px;
    min-height: 128px;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .activity_feed_form .p-statusbg-container.has-background textarea,
  .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 24px;
    padding-top: 24px;
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    min-height: 77px;
    font-weight: bold;
    color: #fff;
  }
}
@media (min-width: 481px) and (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 33px;
    line-height: 44px;
    min-height: 92px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 33px;
    line-height: 44px;
    min-height: 92px;
  }
}
@media (min-width: 481px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 33px;
    line-height: 44px;
    min-height: 92px;
  }
}
@media (max-width: 480px) {
  .activity_feed_form .p-statusbg-container.has-background textarea,
  .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-top: 16px;
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    min-height: 61px;
    font-weight: bold;
    color: #fff;
  }
}
@media (max-width: 480px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 33px;
    line-height: 44px;
    min-height: 76px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 33px;
    line-height: 44px;
    min-height: 76px;
  }
}
@media (max-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable {
    font-size: 33px;
    line-height: 44px;
    min-height: 76px;
  }
}
.activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
.activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
.activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
.activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
.activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
.activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
.activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
.activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3) !important;
}
@media (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 1199px) {
  .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3) !important;
  }
  .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3) !important;
  }
  .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3) !important;
  }
  .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3) !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-webkit-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-webkit-input-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea::-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable::-moz-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-ms-input-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-ms-input-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-left .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) and (min-width: 767px) and (max-width: 991px) {
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background textarea:-moz-placeholder,
  #main.empty-left.empty-right .activity_feed_form .p-statusbg-container.has-background .contenteditable:-moz-placeholder {
    font-size: 33px;
    line-height: 44px;
  }
}
.p-statusbg-collection-container {
  border-top: 1px solid #f8f8f8;
}
@media (min-width: 481px) {
  .p-statusbg-collection-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .p-statusbg-collection-container {
    margin: 0 -16px;
  }
}
.p-statusbg-collection-container .p-statusbg-collection-header {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 8px;
  position: relative;
  margin: 0 -4px;
}
@media (max-width: 480px) {
  .p-statusbg-collection-container .p-statusbg-collection-header {
    padding-bottom: 0;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
  }
}
@media (min-width: 481px) {
  .p-statusbg-collection-container .p-statusbg-collection-header li {
    padding: 0 4px;
  }
  .p-statusbg-collection-container .p-statusbg-collection-header li.active a {
    background: #ed8b99;
    color: #801323;
  }
  .p-statusbg-collection-container .p-statusbg-collection-header li a {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    color: #555555;
    background: #eeeeee;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 24px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 481px) and (min-width: 1081px) {
  .p-statusbg-collection-container .p-statusbg-collection-header li a:hover {
    background: #ed8b99;
    color: #801323;
  }
}
@media (max-width: 480px) {
  .p-statusbg-collection-container .p-statusbg-collection-header li {
    display: flex;
    align-items: center;
  }
  html[dir="ltr"] .p-statusbg-collection-container .p-statusbg-collection-header li {
    padding-right: 56px;
  }
  html[dir="rtl"] .p-statusbg-collection-container .p-statusbg-collection-header li {
    padding-left: 56px;
  }
  .p-statusbg-collection-container .p-statusbg-collection-header li:not(.active) {
    display: none;
  }
  .p-statusbg-collection-container .p-statusbg-collection-header li a {
    padding: 0;
    font-size: 14px;
    color: #555555;
  }
  .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button {
    display: flex !important;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  html[dir="ltr"] .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button {
    right: 0;
  }
  html[dir="rtl"] .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button {
    left: 0;
  }
  .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-next,
  .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-prev {
    cursor: pointer;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-left: 1px solid #eeeeee;
    color: #a2a2a2;
  }
  html[dir='rtl'] .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-next,
  html[dir='rtl'] .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-prev {
    border-right: 1px solid #eeeeee;
    border-left: 0;
  }
  html[dir='rtl'] .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-next .ico,
  html[dir='rtl'] .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-prev .ico {
    transform: rotate(180deg);
  }
  .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-next.disabled,
  .p-statusbg-collection-container .p-statusbg-collection-header .collection-header-nav-button .item-prev.disabled {
    color: #eeeeee;
  }
}
html[dir='ltr'] .p-statusbg-collection-container .p-statusbg-collection-content {
  margin-left: -4px;
}
html[dir='rtl'] .p-statusbg-collection-container .p-statusbg-collection-content {
  margin-right: -4px;
}
@media (max-width: 480px) {
  .p-statusbg-collection-container .p-statusbg-collection-content {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #eeeeee;
  }
}
.p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing {
  display: flex;
  flex-flow: wrap;
  padding: 1px;
  max-height: 80px;
  overflow: auto;
}
.p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item {
  margin-bottom: 2px;
}
html[dir='ltr'] .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item {
  margin-right: 2px;
}
html[dir='rtl'] .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item {
  margin-left: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item {
    margin-bottom: 3px;
  }
  html[dir='ltr'] .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item {
    margin-right: 3px;
  }
  html[dir='rtl'] .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item {
    margin-left: 3px;
  }
  .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer {
    padding: 3px !important;
    width: 30px !important;
    height: 30px !important;
  }
}
@media (max-width: 320px) {
  .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer {
    padding: 3px !important;
    width: 30px !important;
    height: 30px !important;
  }
}
.p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item.active .item-outer {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer {
  padding: 4px;
  width: 32px;
  height: 32px;
}
.p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer .item-bg {
  cursor: pointer;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 3px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer .item-bg:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer .item-bg-more {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  color: #a2a2a2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer .item-bg-more:hover {
    background: #ed8b99;
    color: #801323;
  }
  .p-statusbg-collection-container .p-statusbg-collection-content .p-statusbg-collection-listing .collection-item .item-outer .item-bg-more:hover .ico:before {
    content: "\eac8";
  }
}
.p-statusbg-feed {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: auto;
}
.p-statusbg-feed:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.p-statusbg-feed .newline {
  padding: 0;
}
.p-statusbg-feed .activity_feed_content_status a {
  color: #fff;
  text-decoration: underline !important;
  text-decoration-color: #fff;
}
.p-statusbg-feed .activity_feed_content_status a:hover {
  opacity: 0.75;
}
.p-statusbg-feed .site_hash_tag {
  background: none !important;
  color: #fff !important;
}
.p-statusbg-feed + .activity_feed_location {
  display: none;
}
.p-statusbg-feed:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.p-statusbg-feed.statusbg-bigsize:before {
  display: none;
}
.p-statusbg-feed.statusbg-bigsize .activity_feed_content_status {
  position: relative;
  transform: translateY(0);
  top: auto;
}
.p-statusbg-feed .activity_feed_content_status {
  word-break: break-word;
  word-wrap: break-word;
  max-width: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  width: 100% !important;
  max-height: none !important;
}
@media (min-width: 1200px) {
  .p-statusbg-feed .activity_feed_content_status {
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 36px;
    padding-top: 36px;
    margin: 0;
    font-size: 28px;
    line-height: 37px;
    min-height: 109px;
    font-weight: bold;
    color: #fff;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  #main.empty-left .p-statusbg-feed .activity_feed_content_status,
  #main.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 42px;
    line-height: 56px;
    min-height: 128px;
  }
  #main.empty-left.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 42px;
    line-height: 56px;
    min-height: 128px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) and (max-width: 991px) {
  #main.empty-left.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 42px;
    line-height: 56px;
    min-height: 128px;
  }
}
@media (min-width: 481px) and (max-width: 1199px) {
  .p-statusbg-feed .activity_feed_content_status {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 24px;
    padding-top: 24px;
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    min-height: 77px;
    font-weight: bold;
    color: #fff;
  }
}
@media (min-width: 481px) and (max-width: 1199px) and (min-width: 992px) {
  #main.empty-left .p-statusbg-feed .activity_feed_content_status,
  #main.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 33px;
    line-height: 44px;
    min-height: 92px;
  }
  #main.empty-left.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 33px;
    line-height: 44px;
    min-height: 92px;
  }
}
@media (min-width: 481px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  #main.empty-left.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 33px;
    line-height: 44px;
    min-height: 92px;
  }
}
@media (max-width: 480px) {
  .p-statusbg-feed .activity_feed_content_status {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-top: 16px;
    margin: 0;
    font-size: 22px;
    line-height: 29px;
    min-height: 61px;
    font-weight: bold;
    color: #fff;
  }
}
@media (max-width: 480px) and (min-width: 992px) {
  #main.empty-left .p-statusbg-feed .activity_feed_content_status,
  #main.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 33px;
    line-height: 44px;
    min-height: 76px;
  }
  #main.empty-left.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 33px;
    line-height: 44px;
    min-height: 76px;
  }
}
@media (max-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  #main.empty-left.empty-right .p-statusbg-feed .activity_feed_content_status {
    font-size: 33px;
    line-height: 44px;
    min-height: 76px;
  }
}
.feed_share_holder .p-statusbg-feed {
  margin-top: 12px;
}
.feed_share_holder .p-statusbg-feed .activity_feed_content_status {
  padding-top: 0;
}
@media (max-width: 480px) {
  .feed_share_holder .p-statusbg-feed .activity_feed_content_status {
    margin-top: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#global_attachment_status .tagged_review {
  padding-top: 0;
  margin-top: 12px;
}
#js_location_feedback:not(.has-tagged) {
  margin-top: 8px;
}
/*End Feed Status Background*/
/*Begin ' . Reaction . '*/
html[dir="ltr"] .comment_mini_content_commands .forum_quote_holder + .js_comment_like_holder {
  padding-left: 0;
}
html[dir="rtl"] .comment_mini_content_commands .forum_quote_holder + .js_comment_like_holder {
  padding-right: 0;
}
html[dir="ltr"] .comment_mini_content_commands .forum_quote_holder {
  margin-right: 8px !important;
}
html[dir="rtl"] .comment_mini_content_commands .forum_quote_holder {
  margin-left: 8px !important;
}
@media (max-width: 480px) {
  html[dir="ltr"] .comment_mini_content_commands .forum_quote_holder {
    margin-right: 0 !important;
  }
  html[dir="rtl"] .comment_mini_content_commands .forum_quote_holder {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main:not(.empty-left) .comment_mini_content_commands .p-reaction-activity-like,
  #main:not(.empty-right) .comment_mini_content_commands .p-reaction-activity-like {
    font-size: 0;
  }
  #main:not(.empty-left) .comment_mini_content_commands .p-reaction-activity-like > *,
  #main:not(.empty-right) .comment_mini_content_commands .p-reaction-activity-like > * {
    display: none;
  }
  #main:not(.empty-left) .comment_mini_content_commands .p-reaction-list-mini + .people-liked-feed,
  #main:not(.empty-right) .comment_mini_content_commands .p-reaction-list-mini + .people-liked-feed {
    display: none !important;
  }
  #main:not(.empty-left) .comment_mini_content_commands .p-reaction-list-mini,
  #main:not(.empty-right) .comment_mini_content_commands .p-reaction-list-mini {
    display: inline-flex !important;
    font-size: 12px;
  }
  #main:not(.empty-left) .comment_mini_content_commands .p-reaction-total,
  #main:not(.empty-right) .comment_mini_content_commands .p-reaction-total {
    display: inline-block !important;
    font-size: 12px;
    margin: 0 4px;
  }
}
@media (max-width: 480px) {
  .forum_thread_view_holder .forum_time_stamp .comment_mini_content_commands .forum_quote_holder a.forum_quote {
    width: 30px;
  }
  .forum_thread_view_holder .forum_time_stamp .comment_mini_content_commands .forum_quote_holder a.forum_quote:before {
    width: 30px;
  }
  .forum_thread_view_holder .comment_mini_content_commands .feed_like_link .p-reaction-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .forum_thread_view_holder .comment_mini_content_commands .feed_comment_share_holder a {
    width: 28px;
  }
  .forum_thread_view_holder .comment_mini_content_commands .feed_comment_share_holder a:before {
    width: 28px;
  }
  .forum_thread_view_holder .feed_options_holder a.feed_options {
    width: 24px;
  }
  .forum_thread_view_holder .feed_options_holder a.feed_options:before {
    width: 24px;
  }
}
@media (max-width: 350px) {
  .item-detail-feedcomment .comment_mini_content_commands .feed_like_link .p-reaction-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .item-detail-feedcomment .comment_mini_content_commands .feed_comment_share_holder a {
    width: 28px;
  }
  .item-detail-feedcomment .comment_mini_content_commands .feed_comment_share_holder a:before {
    width: 28px;
  }
  .item-detail-feedcomment .feed_options_holder a.feed_options {
    width: 24px;
  }
  .item-detail-feedcomment .feed_options_holder a.feed_options:before {
    width: 24px;
  }
}
html[dir="ltr"] .comment-mini-content-commands .js_comment_like_holder {
  padding-left: 0;
}
html[dir="rtl"] .comment-mini-content-commands .js_comment_like_holder {
  padding-right: 0;
}
.comment-mini-content-commands .p-reaction-container.open .p-reaction-link {
  box-shadow: 0px 6px 12px 0px rgba(216, 33, 59, 0.4);
  background-color: #f6c5cc;
  color: #ac1a2f;
}
@media (min-width: 481px) {
  .comment-mini-content-commands .p-reaction-container.open .p-reaction-icon-outer {
    box-shadow: 0px 6px 12px 0px rgba(216, 33, 59, 0.4);
  }
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link {
  width: 32px;
  height: 32px;
  background: #f8f8f8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a2a2a2;
  font-size: 16px;
}
@media (max-width: 480px) {
  .comment-mini-content-commands .p-reaction-container .p-reaction-link {
    background: transparent !important;
    box-shadow: none !important;
    color: #a2a2a2 !important;
  }
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link:hover {
  box-shadow: 0px 6px 12px 0px rgba(216, 33, 59, 0.4);
  background-color: #f6c5cc;
  color: #ac1a2f;
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link:before {
  font-family: 'lineficon' !important;
  content: '\ea9e';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  display: block;
  width: 16px;
  height: 16px;
  border: 0;
  transition: none !important;
  animation: none !important;
}
@keyframes reaction-like {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.unlike .p-reaction-icon-outer,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.unlike .p-reaction-icon-outer,
.comment-mini-content-commands .p-reaction-container .p-reaction-link.unlike .p-reaction-title,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.unlike .p-reaction-title {
  display: none;
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.liked,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.liked {
  transition: none !important;
  width: auto;
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.liked.js_like_link_toggle,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.liked.js_like_link_toggle {
  background: transparent !important;
  box-shadow: none !important;
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.liked.js_like_link_toggle:hover,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.liked.js_like_link_toggle:hover {
  background: transparent !important;
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.liked:before,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.liked:before {
  display: none;
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-title,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-title {
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  margin-left: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main:not(.empty-left) .comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-title,
  #main:not(.empty-left) .comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-title,
  #main:not(.empty-right) .comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-title,
  #main:not(.empty-right) .comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-title {
    max-width: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-title,
  .comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-title {
    max-width: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
html[dir='rtl'] .comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-title,
html[dir='rtl'] .comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-title {
  margin-left: 0;
  margin-right: 6px;
}
@media (min-width: 481px) {
  .comment-mini-content-commands .p-reaction-container .p-reaction-link.liked:hover .p-reaction-icon-outer,
  .comment_mini_content_commands .p-reaction-container .p-reaction-link.liked:hover .p-reaction-icon-outer {
    box-shadow: 0px 6px 12px 0px rgba(216, 33, 59, 0.4);
  }
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-icon-outer,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-icon-outer {
  animation: reaction-like 300ms ease;
  padding: 4px;
  width: 32px;
  height: 32px;
  background: #f8f8f8;
  border: 1px solid #efefef;
  border-radius: 100%;
}
@media (max-width: 480px) {
  .comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-icon-outer,
  .comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-icon-outer {
    background: transparent;
    border-color: transparent;
  }
}
.comment-mini-content-commands .p-reaction-container .p-reaction-link.liked .p-reaction-icon-outer img,
.comment_mini_content_commands .p-reaction-container .p-reaction-link.liked .p-reaction-icon-outer img {
  border-radius: 100%;
  width: 22px;
  height: 22px;
}
.p-reaction-container {
  position: relative;
  display: inline-block;
}
.p-reaction-container.open .p-reaction-list {
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66C6DEA2,endColorstr=#66C6DEA2)";
}
.p-reaction-container.open .p-reaction-list:not(.is-mobile) .p-reaction-item:hover {
  transform: scale(1.25) translateY(-4px);
  transform-origin: bottom;
}
.p-reaction-container.open .p-reaction-list .p-reaction-item.animate {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
@media (max-width: 480px) {
  .comment-mini-content-commands .p-reaction-container {
    width: 100%;
  }
  .comment-mini-content-commands .p-reaction-container .p-reaction-link {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 410px) {
  .comment_mini_action .p-reaction-list {
    left: -40px;
    right: auto;
  }
  html[dir='rtl'] .comment_mini_action .p-reaction-list {
    right: -40px;
    left: auto;
  }
}
@media (max-width: 410px) {
  .comment_mini_child_holder .comment_mini_action .p-reaction-list {
    left: -72px;
    right: auto;
  }
  html[dir='rtl'] .comment_mini_child_holder .comment_mini_action .p-reaction-list {
    right: -72px;
    left: auto;
  }
}
.p-reaction-list {
  display: block;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 48px;
  max-height: 48px;
  position: absolute;
  left: -16px;
  top: -56px;
  right: auto;
  background-color: #fff;
  z-index: 99;
  width: auto;
  box-sizing: content-box;
}
html[dir='rtl'] .p-reaction-list {
  left: auto;
  right: -16px;
}
@media (max-width: 480px) {
  .p-reaction-list {
    left: 0;
  }
  html[dir='rtl'] .p-reaction-list {
    right: 0;
    left: auto;
  }
}
.p-reaction-list .tooltip.top {
  margin-top: -15px;
  white-space: nowrap;
}
.p-reaction-list .tooltip .tooltip-arrow {
  display: none;
}
.p-reaction-list .tooltip .tooltip-inner {
  border-radius: 24px !important;
  background: rgba(0, 0, 0, 0.9);
  font-weight: bold;
}
.p-reaction-list .p-reaction-item {
  display: inline-block;
  min-height: 32px;
  height: 32px;
  cursor: pointer;
  line-height: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  transform: translate(0, 100px) scale(0);
}
html[dir="ltr"] .p-reaction-list .p-reaction-item {
  margin-left: 8px;
}
html[dir="rtl"] .p-reaction-list .p-reaction-item {
  margin-right: 8px;
}
html[dir="ltr"] .p-reaction-list .p-reaction-item:first-child {
  margin-left: 0;
}
html[dir="rtl"] .p-reaction-list .p-reaction-item:first-child {
  margin-right: 0;
}
.p-reaction-list .p-reaction-item .item-outer {
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 0;
}
.p-reaction-list .p-reaction-item .item-outer img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.p-reaction-list-mini {
  display: inline-flex;
}
.p-reaction-list-mini .p-reaction-item {
  width: 16px;
  height: 16px;
  line-height: 0;
  border: 2px solid #fff;
  box-sizing: content-box;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
}
.p-reaction-list-mini .p-reaction-item.only-1 {
  border-color: transparent;
  background-color: transparent;
}
.p-reaction-list-mini .p-reaction-item:nth-child(1) {
  z-index: 3;
}
.p-reaction-list-mini .p-reaction-item:nth-child(2) {
  z-index: 2;
}
.p-reaction-list-mini .p-reaction-item:nth-child(3) {
  z-index: 1;
}
.p-reaction-list-mini .p-reaction-item:not(:last-child) {
  margin-right: -6px;
}
html[dir='rtl'] .p-reaction-list-mini .p-reaction-item:not(:last-child) {
  margin-left: -6px;
  margin-right: 0;
}
.p-reaction-list-mini .p-reaction-item .item-outer {
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 0;
}
.p-reaction-list-mini .p-reaction-item .item-outer img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.p-reaction-list-mini .p-reaction-item:hover .p-reaction-tooltip-user {
  visibility: visible;
  opacity: 1;
}
.p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user {
  text-align: left;
  position: absolute;
  bottom: 24px;
  /* transform:translateX( ~"calc(8px - 50%)" ); */
  transform: translateX(-50%) translateX(8px);
  min-width: 136px;
  max-width: 136px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir='rtl'] .p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user {
  text-align: right;
}
html[dir='rtl'] .p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user {
  transform: translateX(50%) translateX(-8px);
}
.p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user.is-mobile {
  display: none !important;
}
.p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}
.p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user .item-title {
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 32px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.3);
}
.p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user .item-tooltip-content {
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-reaction-list-mini .p-reaction-item .p-reaction-tooltip-user .item-tooltip-content .item-user {
  height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 24px;
}
.p-reaction-activity-like:before,
.p-reaction-activity-like:after {
  display: none;
}
.p-reaction-activity-like .p-reaction-list-mini .p-reaction-item {
  bottom: 2px;
}
.comment_mini_action .p-reaction-title {
  margin-top: 2px;
}
.comment_mini_action ul .total-like,
.comment_mini_action .action-list .total-like {
  display: none;
}
.comment_mini_action .comment_mini_entry_time_stamp,
.comment_mini_action .item-time {
  order: 5 !important;
}
.comment_mini_action .p-reaction-list-mini {
  order: 4 !important;
}
.comment_mini_action .p-reaction-list-mini:before {
  content: "" !important;
  width: 3px;
  height: 3px;
  background: #ccc;
  display: inline-block;
  border-radius: 100%;
  margin: 0 6px;
  margin-top: 10px;
}
.comment_mini_action .p-reaction-list-mini:hover .p-reaction-liked-total .p-reaction-tooltip-total {
  visibility: visible;
  opacity: 1;
}
.comment_mini_action .p-reaction-list-mini:hover .p-reaction-liked-total .p-reaction-liked-number {
  color: #801323;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total {
  position: relative;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-liked-number {
  font-size: 12px;
  color: #a2a2a2;
  line-height: 16px;
  display: inline-block;
  margin-top: 3px;
}
html[dir="ltr"] .comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-liked-number {
  margin-left: 8px;
}
html[dir="rtl"] .comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-liked-number {
  margin-right: 8px;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total {
  position: absolute;
  transform: translateX(-50%) translateX(10px);
  min-width: 60px;
  max-width: 120px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total.reverse {
  bottom: 24px;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total.reverse:after {
  bottom: -4px;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-bottom: 0;
  top: auto;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total:not(.reverse) {
  top: 24px;
}
html[dir='rtl'] .comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total {
  transform: translateX(50%) translateX(-10px);
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total.is-mobile {
  display: none !important;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4px;
  bottom: auto;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total .item-tooltip-content {
  padding: 8px 12px;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total .item-tooltip-content .item-user {
  height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 24px;
  margin-bottom: 4px;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total .item-tooltip-content .item-user:last-child {
  margin-bottom: 0;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total .item-tooltip-content .item-user img {
  margin-bottom: 3px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
html[dir="ltr"] .comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total .item-tooltip-content .item-user .item-number {
  margin-left: 8px;
}
html[dir="rtl"] .comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total .item-tooltip-content .item-user .item-number {
  margin-right: 8px;
}
.comment_mini_action .p-reaction-list-mini .p-reaction-liked-total .p-reaction-tooltip-total .item-tooltip-content .item-more {
  height: 8px;
  line-height: 4px;
  color: #fff !important;
  cursor: pointer;
}
.comment-mini-content-commands .button-like-share-block .feed-like-link .counter {
  display: none;
}
.comment_mini_action .p-reaction-container {
  height: 16px;
}
.comment_mini_action .p-reaction-link.unlike .p-reaction-icon-outer,
.comment_mini_action .p-reaction-link.unlike .p-reaction-title {
  display: none;
}
.comment_mini_action .p-reaction-link.js_like_link_toggle {
  width: auto;
}
.comment_mini_action .p-reaction-link.js_like_link_toggle:before {
  font-family: 'lineficon' !important;
  content: '\ea9e';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
}
.comment_mini_action .p-reaction-link.liked {
  display: flex !important;
  align-items: center;
  width: auto !important;
}
.comment_mini_action .p-reaction-link.liked:before {
  display: none !important;
}
.comment_mini_action .p-reaction-link.liked .p-reaction-icon-outer {
  width: 16px;
  height: 16px;
}
.comment_mini_action .p-reaction-link.liked .p-reaction-icon-outer img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.comment_mini_action .p-reaction-link.liked .p-reaction-title {
  font-size: 12px;
  font-weight: bold;
  margin-left: 6px;
}
@media (max-width: 480px) {
  .comment_mini_action .p-reaction-link.liked .p-reaction-title {
    max-width: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
html[dir='rtl'] .comment_mini_action .p-reaction-link.liked .p-reaction-title {
  margin-left: 0;
  margin-right: 6px;
}
.comment_mini_action .p-reaction-link.liked:before {
  display: none;
}
.p-reaction-container-outer {
  flex-flow: wrap;
}
.p-reaction-popup-user .p-reaction-popup-header {
  margin: 0 -16px;
  background: #f8f8f8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
  height: 64px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-reaction-popup-user .p-reaction-popup-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
}
.p-reaction-popup-user .p-reaction-popup-header .mCSB_scrollTools_horizontal {
  margin-bottom: -10px !important;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs {
  display: flex;
  flex-flow: nowrap;
}
@media (max-width: 1080px) {
  .p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
  }
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li {
  width: auto;
  display: flex;
  border-bottom: 0;
  border-top: 0;
  margin: 0;
  min-width: 40px;
  overflow: unset;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li:hover,
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li:focus,
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li.active {
  background: transparent !important;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li:hover a,
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li:focus a,
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li.active a {
  color: #555555 !important;
  background: transparent !important;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li.active a {
  background: #f8f8f8;
  border-color: #555555;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li.active a:before {
  opacity: 1;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li:not(.active) a {
  border-color: transparent !important;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li:not(.active) .item-number {
  color: #555555 !important;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li a {
  font-weight: normal;
  color: #a2a2a2;
  height: 63px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  border-bottom: 3px solid transparent !important;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li a:before {
  display: none !important;
}
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li a:hover,
.p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li a:focus {
  background: transparent;
}
html[dir='rtl'] .p-reaction-popup-user .p-reaction-popup-header .nav.nav-tabs > li a {
  border-right: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.p-reaction-popup-user .p-reaction-popup-header {
  position: relative;
}
html[dir="ltr"] .p-reaction-popup-user .p-reaction-popup-header {
  padding-right: 40px;
}
html[dir="rtl"] .p-reaction-popup-user .p-reaction-popup-header {
  padding-left: 40px;
}
.p-reaction-popup-user .p-reaction-popup-header.overlay-start:before {
  content: "";
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
  position: absolute;
  right: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  height: auto;
  z-index: 3;
}
html[dir="ltr"] .p-reaction-popup-user .p-reaction-popup-header.overlay-start:before {
  left: 0;
}
html[dir="rtl"] .p-reaction-popup-user .p-reaction-popup-header.overlay-start:before {
  right: 0;
}
html[dir='rtl'] .p-reaction-popup-user .p-reaction-popup-header.overlay-start:before {
  left: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
}
.p-reaction-popup-user .p-reaction-popup-header.overlay-end:after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  height: auto;
  z-index: 3;
}
html[dir="ltr"] .p-reaction-popup-user .p-reaction-popup-header.overlay-end:after {
  right: 40px;
}
html[dir="rtl"] .p-reaction-popup-user .p-reaction-popup-header.overlay-end:after {
  left: 40px;
}
html[dir='rtl'] .p-reaction-popup-user .p-reaction-popup-header.overlay-end:after {
  right: auto;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
}
.p-reaction-popup-user .p-reaction-popup-header .nav-tabs li a {
  height: 64px;
  min-width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.p-reaction-popup-user .p-reaction-popup-header .nav-tabs li a img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
}
.p-reaction-popup-user .p-reaction-popup-header .nav-tabs li a .item-all {
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  min-height: 23px;
}
.p-reaction-popup-user .p-reaction-popup-header .nav-tabs li a .item-number {
  margin-top: 8px;
}
.p-reaction-popup-box .js_box_title {
  display: none !important;
}
.p-reaction-popup-box .js_box_close {
  z-index: 9;
}
html[dir='ltr'] .p-reaction-popup-box .js_box_close {
  right: 12px !important;
}
html[dir='rtl'] .p-reaction-popup-box .js_box_close {
  left: 12px !important;
}
.p-reaction-popup-box .js_box_content {
  padding-top: 0;
  border-radius: 6px !important;
}
.p-reaction-popup-box .js_box_content .p-reaction-popup-header {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.js_box_content .p-reaction-popup-user-total-container {
  max-height: 300px;
  min-height: 300px;
  overflow: auto;
  margin: 0 -16px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer {
  display: flex;
  flex-flow: wrap;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer.none-viewmore {
  border-bottom: 1px solid #eeeeee;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  position: relative;
}
html[dir="ltr"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  padding-left: 24px;
}
html[dir="rtl"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  padding-right: 24px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .item-icon {
  display: block !important;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  line-height: 0;
}
html[dir="ltr"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .item-icon {
  left: 0;
}
html[dir="rtl"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .item-icon {
  right: 0;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .item-icon img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item:nth-child(1) .item-outer {
  padding-top: 0;
  border-top: 0;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid #f8f8f8;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .fa,
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .ico {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer:hover .js_hover_info:before,
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer:hover .img-wrapper:before {
  border: 1px solid #801323;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer:hover .img-wrapper,
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer:hover .no_image_user {
  box-shadow: 0px 6px 12px 0px rgba(38, 129, 213, 0.4);
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .dropdown-menu {
  display: none;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .ico,
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .fa {
  font-size: 14px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .dropdown-backdrop {
  display: none;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .open .dropdown-menu {
  display: block;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .open .btn {
  border-color: #ed8b99 !important;
  color: #801323;
  box-shadow: 0px 2px 8px 0px rgba(187, 216, 243, 0.5) !important;
  background: #f6c5cc;
}
@media (max-width: 480px) {
  .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .btn {
    padding: 0px 9px !important;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-actions .btn .item-text {
    display: none;
  }
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  word-wrap: break-word;
}
html[dir="ltr"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  margin-left: 8px;
}
html[dir="rtl"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  margin-right: 8px;
}
html[dir="ltr"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  padding-right: 16px;
}
html[dir="rtl"] .js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name {
  padding-left: 16px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .list-unstyled {
  display: none;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .user_profile_link_span a {
  font-size: 14px;
  line-height: 18px;
  color: #555555 !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal !important;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .user_profile_link_span a:hover {
  color: #801323 !important;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .friend-info {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .friend-info .mutual-friends-list a {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-name .friend-info .mutual-friends-list a:hover {
  color: #801323;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-media {
  width: 48px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-media .img-wrapper,
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .popup-user-item .item-outer .item-media .no_image_user {
  width: 48px;
  height: 48px;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .js_pager_view_more_link {
  margin-bottom: 0;
  opacity: 1;
  border-top: 1px solid #eeeeee;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .js_pager_view_more_link a {
  font-size: 12px;
  color: #a2a2a2;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.js_box_content .p-reaction-popup-user-total-container .p-reaction-popup-user-total-outer .js_pager_view_more_link a:hover {
  color: #555555;
}
@media (min-width: 768px) {
  .comment-mini-content-commands .p-reaction-activity-like {
    min-height: 32px;
    line-height: 16px;
    padding-top: 8px;
    height: auto;
    text-align: right;
  }
  html[dir='rtl'] .comment-mini-content-commands .p-reaction-activity-like {
    text-align: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands {
    flex-flow: wrap;
  }
  #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands .js_comment_like_holder {
    width: 100%;
    padding: 0;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #f8f8f8;
  }
  #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands .js_comment_like_holder .p-reaction-activity-like {
    text-align: left;
  }
  html[dir='rtl'] #main:not(.empty-left):not(.empty-right) .comment-mini-content-commands .js_comment_like_holder .p-reaction-activity-like {
    text-align: right;
  }
}
.comment_mini_content_commands {
  overflow: visible;
  height: 42px;
}
.comment_mini_content_commands .p-reaction-list {
  left: 0;
  right: auto;
}
html[dir='rtl'] .comment_mini_content_commands .p-reaction-list {
  right: 0;
  left: auto;
}
html[dir='ltr'] .comment_mini_content_commands .js_comment_like_holder {
  padding-left: 12px;
}
html[dir='rtl'] .comment_mini_content_commands .js_comment_like_holder {
  padding-right: 12px;
}
html[dir='ltr'] .comment_mini_content_commands .p-reaction-list-mini {
  margin-left: -2px;
}
html[dir='rtl'] .comment_mini_content_commands .p-reaction-list-mini {
  margin-right: -2px;
}
.comment_mini_content_commands .activity_like_holder {
  height: 40px;
  line-height: 40px;
  padding-top: 1px;
}
@media (max-width: 480px) {
  .comment_mini_content_commands .activity_like_holder {
    display: block;
    font-size: 0;
  }
  .comment_mini_content_commands .activity_like_holder > * {
    display: none;
  }
  .comment_mini_content_commands .activity_like_holder .p-reaction-list-mini {
    display: inline-flex;
    font-size: 12px;
  }
  .comment_mini_content_commands .activity_like_holder .p-reaction-total {
    display: inline-block !important;
    font-size: 12px;
    margin: 0 4px;
  }
}
.comment_mini_content_commands .feed_like_link {
  height: 40px;
}
.comment_mini_content_commands .feed_like_link .p-reaction-link {
  display: flex !important;
}
.comment_mini_content_commands .feed_like_link .p-reaction-link.liked {
  padding-left: 12px;
  padding-right: 12px;
}
.comment_mini_content_commands .feed_like_link .p-reaction-link.liked:after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #dcdcdc;
}
html[dir="ltr"] .comment_mini_content_commands .feed_like_link .p-reaction-link.liked:after {
  right: 0;
}
html[dir="rtl"] .comment_mini_content_commands .feed_like_link .p-reaction-link.liked:after {
  left: 0;
}
@media (max-width: 410px) {
  .comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action .p-reaction-list {
    left: -64px;
    right: auto;
  }
  html[dir='rtl'] .comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action .p-reaction-list {
    right: -64px;
    left: auto;
  }
}
@media (max-width: 410px) {
  .comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_child_holder .comment_mini_action .p-reaction-list {
    left: -104px;
    right: auto;
  }
  html[dir='rtl'] .comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_child_holder .comment_mini_action .p-reaction-list {
    right: -104px;
    left: auto;
  }
}
.comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action ul > *:before {
  content: "" !important;
  width: 3px;
  height: 3px;
  background: #ccc;
  display: inline-block;
  border-radius: 100%;
  margin: 0 6px;
  margin-bottom: 2px;
}
.comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action ul li {
  order: 2;
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
}
.comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action ul .p-reaction-container {
  order: 1;
}
.comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action ul .p-reaction-container:before {
  display: none;
}
.comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action ul .p-reaction-list-mini:before {
  margin-top: 10px;
}
.comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action .p-reaction-container-outer {
  display: flex;
  align-items: center;
}
.comment_mini_content_commands + .js_feed_comment_view_more_holder .comment_mini_action .js_like_link_holder {
  display: none;
}
.item_options_holder a.item_options {
  position: relative;
  z-index: 1;
  height: 42px;
}
.p-reaction-list img,
.p-reaction-list-mini img,
.p-reaction-popup-user img,
.p-reaction-container img {
  vertical-align: middle;
}
.tooltip.p-reaction-custom-tooltip {
  z-index: 9999;
}
@media (max-width: 1024px) {
  .tooltip.p-reaction-custom-tooltip {
    display: none !important;
  }
}
.tooltip.p-reaction-custom-tooltip .tooltip-inner {
  border-radius: 4px;
}
/*End Reaction*/
/*Begin ' . Comments . '*/
.comment_view_holder {
  position: relative;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.comment_view_link {
  position: absolute;
  right: 0px;
  top: 4px;
  font-weight: bold;
  font-size: 13px;
}
.comment-wrapper {
  background: #f8f8f8;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .comment-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comment-viewmore,
.comment-viewless {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.comment-viewmore .item-viewmore,
.comment-viewless .item-viewmore,
.comment-viewmore .item-viewless,
.comment-viewless .item-viewless {
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-viewmore .item-viewmore:before,
.comment-viewless .item-viewmore:before,
.comment-viewmore .item-viewless:before,
.comment-viewless .item-viewless:before {
  font-family: 'lineficon' !important;
  content: '\eab6';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[dir='ltr'] .comment-viewmore .item-viewmore:before,
html[dir='ltr'] .comment-viewless .item-viewmore:before,
html[dir='ltr'] .comment-viewmore .item-viewless:before,
html[dir='ltr'] .comment-viewless .item-viewless:before {
  padding-right: 6px;
}
html[dir='rtl'] .comment-viewmore .item-viewmore:before,
html[dir='rtl'] .comment-viewless .item-viewmore:before,
html[dir='rtl'] .comment-viewmore .item-viewless:before,
html[dir='rtl'] .comment-viewless .item-viewless:before {
  padding-left: 6px;
  display: inline-block;
}
.comment-viewmore .item-viewmore.active,
.comment-viewless .item-viewmore.active,
.comment-viewmore .item-viewless.active,
.comment-viewless .item-viewless.active {
  pointer-events: none;
}
.comment-viewmore .item-viewmore.active:before,
.comment-viewless .item-viewmore.active:before,
.comment-viewmore .item-viewless.active:before,
.comment-viewless .item-viewless.active:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: "\ea50" !important;
  width: 14px;
  height: 14px;
  display: inline-block;
  padding: 0;
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.comment-viewmore .item-number,
.comment-viewless .item-number {
  color: #a2a2a2;
  font-size: 12px;
  line-height: 16px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html[dir='ltr'] .comment-viewmore .item-number,
  html[dir='ltr'] .comment-viewless .item-number {
    margin-left: auto;
  }
  html[dir='rtl'] .comment-viewmore .item-number,
  html[dir='rtl'] .comment-viewless .item-number {
    margin-right: auto;
  }
}
.comment-viewmore.comment-hide-all,
.comment-viewless.comment-hide-all {
  justify-content: flex-start;
  align-items: center;
}
.comment-viewmore.comment-hide-all .item-viewmore,
.comment-viewless.comment-hide-all .item-viewmore,
.comment-viewmore.comment-hide-all .item-viewless,
.comment-viewless.comment-hide-all .item-viewless {
  display: flex;
  align-items: center;
}
.comment-viewmore.comment-hide-all .item-viewmore .img-wrapper,
.comment-viewless.comment-hide-all .item-viewmore .img-wrapper,
.comment-viewmore.comment-hide-all .item-viewless .img-wrapper,
.comment-viewless.comment-hide-all .item-viewless .img-wrapper,
.comment-viewmore.comment-hide-all .item-viewmore .no_image_user,
.comment-viewless.comment-hide-all .item-viewmore .no_image_user,
.comment-viewmore.comment-hide-all .item-viewless .no_image_user,
.comment-viewless.comment-hide-all .item-viewless .no_image_user {
  width: 24px;
  height: 24px;
}
html[dir="ltr"] .comment-viewmore.comment-hide-all .item-viewmore .img-wrapper,
html[dir="ltr"] .comment-viewless.comment-hide-all .item-viewmore .img-wrapper,
html[dir="ltr"] .comment-viewmore.comment-hide-all .item-viewless .img-wrapper,
html[dir="ltr"] .comment-viewless.comment-hide-all .item-viewless .img-wrapper,
html[dir="ltr"] .comment-viewmore.comment-hide-all .item-viewmore .no_image_user,
html[dir="ltr"] .comment-viewless.comment-hide-all .item-viewmore .no_image_user,
html[dir="ltr"] .comment-viewmore.comment-hide-all .item-viewless .no_image_user,
html[dir="ltr"] .comment-viewless.comment-hide-all .item-viewless .no_image_user {
  margin-right: 8px;
}
html[dir="rtl"] .comment-viewmore.comment-hide-all .item-viewmore .img-wrapper,
html[dir="rtl"] .comment-viewless.comment-hide-all .item-viewmore .img-wrapper,
html[dir="rtl"] .comment-viewmore.comment-hide-all .item-viewless .img-wrapper,
html[dir="rtl"] .comment-viewless.comment-hide-all .item-viewless .img-wrapper,
html[dir="rtl"] .comment-viewmore.comment-hide-all .item-viewmore .no_image_user,
html[dir="rtl"] .comment-viewless.comment-hide-all .item-viewmore .no_image_user,
html[dir="rtl"] .comment-viewmore.comment-hide-all .item-viewless .no_image_user,
html[dir="rtl"] .comment-viewless.comment-hide-all .item-viewless .no_image_user {
  margin-left: 8px;
}
.comment-viewmore.comment-hide-all .item-viewmore .img-wrapper img,
.comment-viewless.comment-hide-all .item-viewmore .img-wrapper img,
.comment-viewmore.comment-hide-all .item-viewless .img-wrapper img,
.comment-viewless.comment-hide-all .item-viewless .img-wrapper img {
  width: 100%;
  height: 100%;
}
.comment-viewmore.comment-hide-all .item-viewmore .no_image_user span,
.comment-viewless.comment-hide-all .item-viewmore .no_image_user span,
.comment-viewmore.comment-hide-all .item-viewless .no_image_user span,
.comment-viewless.comment-hide-all .item-viewless .no_image_user span {
  font-size: 10px;
}
.comment-viewmore a.item-viewmore:hover,
.comment-viewless a.item-viewmore:hover,
.comment-viewmore a.item-viewless:hover,
.comment-viewless a.item-viewless:hover {
  cursor: pointer;
}
.item-tag-emoji-mixin {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
html[dir='ltr'] .item-tag-emoji-mixin + .item-tag-emoji {
  margin-left: 0;
}
html[dir='rtl'] .item-tag-emoji-mixin + .item-tag-emoji {
  margin-right: 0;
}
.item-tag-emoji-mixin img {
  width: 100%;
  height: 100%;
}
.comment-item {
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  min-height: auto !important;
}
.comment-item:last-child {
  border-bottom: 0;
}
.comment-item:hover > .item-comment-options {
  opacity: 1;
}
.comment-item.view-hidden .item-outer {
  opacity: 0.5;
}
.comment-item.js_hidden_comment_dot {
  border-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #f8f8f8;
  margin-top: -1px;
}
.comment-item.js_hidden_comment_dot.comment-item-reply:before {
  display: none;
}
.comment-item.js_hidden_comment_dot.comment-item-reply:after {
  top: -21px !important;
}
.comment-item.js_hidden_comment_dot .item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-item.js_hidden_comment_dot .item-inner a {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-item.has-replies:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  bottom: 12px;
  top: 24px;
  background: #eeeeee;
}
html[dir="ltr"] .comment-item.has-replies:before {
  left: 16px;
}
html[dir="rtl"] .comment-item.has-replies:before {
  right: 16px;
}
.comment-item .item-comment-options {
  position: absolute;
  top: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .comment-item .item-comment-options {
  right: 0;
}
html[dir="rtl"] .comment-item .item-comment-options {
  left: 0;
}
@media (min-width: 768px) {
  .comment-item .item-comment-options {
    opacity: 0;
  }
}
.comment-item .item-comment-options.open {
  opacity: 1;
}
.comment-item .item-comment-options.open .item-options {
  color: #555555;
}
.comment-item .item-comment-options .item-options {
  width: 24px;
  height: 24px;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-item .item-comment-options .item-options:hover {
  color: #000000;
}
.comment-item .item-comment-options .dropdown-menu {
  min-width: 96px;
}
.comment-item .item-comment-options .dropdown-menu li a {
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
}
.comment-item .item-comment-options .dropdown-menu li a span.ico {
  font-size: 14px;
  margin-bottom: 2px;
}
html[dir='ltr'] .comment-item .item-comment-options .dropdown-menu li a span.ico {
  margin-right: 4px;
}
html[dir='rtl'] .comment-item .item-comment-options .dropdown-menu li a span.ico {
  margin-left: 4px;
}
html[dir='ltr'] .comment-item .item-comment-options .dropdown-menu:after {
  right: 14px;
  left: auto;
}
html[dir='rtl'] .comment-item .item-comment-options .dropdown-menu:after {
  left: 14px;
  right: auto;
}
html[dir='ltr'] .comment-item .item-comment-options .dropdown-menu {
  right: -8px;
  left: auto;
}
html[dir='rtl'] .comment-item .item-comment-options .dropdown-menu {
  left: -8px;
  right: auto;
}
.comment-item .item-outer {
  display: flex;
}
.comment-item .item-outer .item-media {
  min-width: 32px;
}
html[dir='ltr'] .comment-item .item-outer .item-media {
  margin-right: 10px;
}
html[dir='rtl'] .comment-item .item-outer .item-media {
  margin-left: 10px;
}
.comment-item .item-outer .item-media .img-wrapper,
.comment-item .item-outer .item-media .no_image_user {
  width: 32px;
  height: 32px;
  position: relative;
}
.comment-item .item-outer .item-media .img-wrapper img,
.comment-item .item-outer .item-media .no_image_user img {
  width: 100%;
  height: 100%;
}
.comment-item .item-outer .item-media .no_image_user span {
  font-size: 10px;
}
.comment-item .item-outer .item-inner {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 16px;
}
.comment-item .item-outer .item-inner .item-name {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-item .item-outer .item-inner .item-name .user_profile_link_span {
  padding: 0 !important;
}
.comment-item .item-outer .item-inner .item-comment-content {
  color: #555555;
  margin-top: 2px;
  margin-bottom: 2px;
}
.comment-item .item-outer .item-inner .item-comment-content .content-text {
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-line;
}
html[dir='rtl'] .comment-item .item-outer .item-inner .item-comment-content .content-text .item-tag-link {
  display: inline-block;
}
.comment-item .item-outer .item-inner .item-comment-content .item-tag-emoji {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
html[dir='ltr'] .comment-item .item-outer .item-inner .item-comment-content .item-tag-emoji + .item-tag-emoji {
  margin-left: 0;
}
html[dir='rtl'] .comment-item .item-outer .item-inner .item-comment-content .item-tag-emoji + .item-tag-emoji {
  margin-right: 0;
}
.comment-item .item-outer .item-inner .item-comment-content .item-tag-emoji img {
  width: 100%;
  height: 100%;
}
.comment-item .item-outer .item-inner .item-comment-content .user_profile_link_span {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir='rtl'] .comment-item .item-outer .item-inner .item-comment-content .user_profile_link_span {
  display: inline-block;
}
.comment-item .item-outer .item-inner .item-comment-content .user_profile_link_span a {
  color: #ac1a2f !important;
  font-weight: normal !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-item .item-outer .item-inner .item-comment-content .user_profile_link_span a:hover {
  color: #801323 !important;
}
.comment-item .item-outer .item-inner .item-comment-content .content-photo {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 0;
}
.comment-item .item-outer .item-inner .item-comment-content .content-photo .item-photo {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.comment-item .item-outer .item-inner .item-comment-content .content-photo .item-photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item .item-outer .item-inner .item-comment-content .content-photo .item-photo .thickbox {
  position: relative;
  display: block;
}
.comment-item .item-outer .item-inner .item-comment-content .content-photo .item-photo img {
  max-width: 320px;
  max-height: 320px;
}
@media (max-width: 991px) {
  .comment-item .item-outer .item-inner .item-comment-content .content-photo .item-photo img {
    max-width: 100%;
    max-height: 240px;
  }
}
.comment-item .item-outer .item-inner .item-comment-content .content-sticker {
  margin-top: 8px;
  margin-bottom: 8px;
}
.comment-item .item-outer .item-inner .item-comment-content .content-sticker .item-sticker {
  display: inline-block;
  position: relative;
  max-width: 80px;
  max-height: 80px;
  overflow: hidden;
  line-height: 0;
}
.comment-item .item-outer .item-inner .item-comment-content .content-sticker .item-sticker img {
  max-width: 100%;
  max-height: 100%;
}
.comment-item .item-outer .item-inner .item-action .action-list {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.comment-item .item-outer .item-inner .item-action .total-like,
.comment-item .item-outer .item-inner .item-action .item-reply,
.comment-item .item-outer .item-inner .item-action .item-time,
.comment-item .item-outer .item-inner .item-action .item-remove-preview,
.comment-item .item-outer .item-inner .item-action .item-history,
.comment-item .item-outer .item-inner .item-action .js_comment_action {
  margin-top: 2px;
}
.comment-item .item-outer .item-inner .item-action .js_like_link_toggle {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.comment-item .item-outer .item-inner .item-action .js_like_link_toggle span {
  display: none;
}
.comment-item .item-outer .item-inner .item-action .js_like_link_toggle:before {
  font-family: 'lineficon' !important;
  content: '\ea9e';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
}
.comment-item .item-outer .item-inner .item-action .js_like_link_toggle.unlike:before {
  animation: button-unlike 300ms ease;
}
.comment-item .item-outer .item-inner .item-action .js_like_link_toggle.liked:before {
  content: '\ea9d';
  animation: button-like 300ms ease;
}
.comment-item .item-outer .item-inner .item-action .item-like {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-item .item-outer .item-inner .item-action .item-like:before {
  font-family: 'lineficon' !important;
  content: '\ea9e';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.comment-item .item-outer .item-inner .item-action .item-like.liked:before {
  content: "\ea9d";
}
.comment-item .item-outer .item-inner .item-action .total-like {
  color: #ac1a2f;
  margin-left: 2px;
}
html[dir='rtl'] .comment-item .item-outer .item-inner .item-action .total-like {
  margin-right: 2px;
  margin-left: 0;
}
.comment-item .item-outer .item-inner .item-action .item-reply:first-child:before,
.comment-item .item-outer .item-inner .item-action .item-time:first-child:before,
.comment-item .item-outer .item-inner .item-action .item-remove-preview:first-child:before,
.comment-item .item-outer .item-inner .item-action .item-history:first-child:before,
.comment-item .item-outer .item-inner .item-action .js_comment_action:first-child:before {
  display: none;
}
.comment-item .item-outer .item-inner .item-action .item-reply:before,
.comment-item .item-outer .item-inner .item-action .item-time:before,
.comment-item .item-outer .item-inner .item-action .item-remove-preview:before,
.comment-item .item-outer .item-inner .item-action .item-history:before,
.comment-item .item-outer .item-inner .item-action .js_comment_action:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #ccc;
  display: inline-block;
  border-radius: 100%;
  margin: 0 6px;
  margin-bottom: 2px;
}
.comment-item .item-outer .item-inner .item-action .item-reply a,
.comment-item .item-outer .item-inner .item-action .item-remove-preview a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-item .item-outer .item-inner .item-action .item-time {
  color: #a2a2a2;
}
.comment-item .item-outer .item-inner .item-action .item-history a {
  color: #a2a2a2;
}
.comment-item .item-outer .item-inner .item-action .item-history a:hover {
  text-decoration: underline;
}
.comment-wrapper-reply .comment-viewmore,
.comment-wrapper-reply .comment-viewless {
  border-bottom: 0;
  height: 24px;
  margin-top: 8px;
  position: relative;
}
html[dir="ltr"] .comment-wrapper-reply .comment-viewmore,
html[dir="ltr"] .comment-wrapper-reply .comment-viewless {
  margin-left: 40px;
}
html[dir="rtl"] .comment-wrapper-reply .comment-viewmore,
html[dir="rtl"] .comment-wrapper-reply .comment-viewless {
  margin-right: 40px;
}
html[dir="ltr"] .comment-wrapper-reply .comment-viewmore,
html[dir="ltr"] .comment-wrapper-reply .comment-viewless {
  margin-right: 24px;
}
html[dir="rtl"] .comment-wrapper-reply .comment-viewmore,
html[dir="rtl"] .comment-wrapper-reply .comment-viewless {
  margin-left: 24px;
}
.comment-wrapper-reply .comment-viewmore:last-child:after,
.comment-wrapper-reply .comment-viewless:last-child:after {
  content: "";
  display: block;
  background: #f8f8f8;
  position: absolute;
  top: -8px;
  bottom: 0;
  left: -24px;
  width: 24px;
}
html[dir='rtl'] .comment-wrapper-reply .comment-viewmore:last-child:after,
html[dir='rtl'] .comment-wrapper-reply .comment-viewless:last-child:after {
  right: -24px;
  left: auto;
}
.comment-wrapper-reply .comment-viewmore .item-viewmore:before,
.comment-wrapper-reply .comment-viewless .item-viewmore:before {
  content: "\eb13";
}
html[dir='rtl'] .comment-wrapper-reply .comment-viewmore .item-viewmore:before,
html[dir='rtl'] .comment-wrapper-reply .comment-viewless .item-viewmore:before {
  transform: scaleX(-1);
  padding-left: 0;
  padding-right: 6px;
}
.comment-wrapper-reply .comment-viewmore .item-viewless:before,
.comment-wrapper-reply .comment-viewless .item-viewless:before {
  content: "\eab7";
}
.comment-wrapper-reply .comment-viewless {
  margin-top: 8px;
}
.comment-wrapper-reply .comment-viewless + div {
  margin-top: 0;
}
.comment-container-reply .comment_mini_child_holder {
  margin: 0;
}
.comment-container-reply .comment-item-reply {
  border-bottom: 0;
  padding: 6px 0;
}
html[dir="ltr"] .comment-container-reply .comment-item-reply {
  margin-left: 40px;
}
html[dir="rtl"] .comment-container-reply .comment-item-reply {
  margin-right: 40px;
}
html[dir="ltr"] .comment-container-reply .comment-item-reply {
  margin-right: 24px;
}
html[dir="rtl"] .comment-container-reply .comment-item-reply {
  margin-left: 24px;
}
@media (max-width: 480px) {
  html[dir="ltr"] .comment-container-reply .comment-item-reply {
    margin-left: 32px;
  }
  html[dir="rtl"] .comment-container-reply .comment-item-reply {
    margin-right: 32px;
  }
  html[dir="ltr"] .comment-container-reply .comment-item-reply {
    margin-right: 16px;
  }
  html[dir="rtl"] .comment-container-reply .comment-item-reply {
    margin-left: 16px;
  }
}
.comment-container-reply .comment-item-reply:last-child {
  padding-bottom: 0;
}
.comment-container-reply .comment-item-reply:before {
  content: "";
  display: block;
  background: #eeeeee;
  height: 1px;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -24px;
  width: 24px;
}
html[dir='rtl'] .comment-container-reply .comment-item-reply:before {
  left: auto;
  right: -24px;
}
@media (max-width: 480px) {
  .comment-container-reply .comment-item-reply:before {
    left: -16px;
    width: 16px;
  }
  html[dir='rtl'] .comment-container-reply .comment-item-reply:before {
    left: auto;
    right: -16px;
  }
}
.comment-container-reply .comment-item-reply.css-hide-line:after,
.comment-container-reply .comment-item-reply:last-child:after {
  content: "";
  display: block;
  background: #f8f8f8;
  position: absolute;
  top: 21px;
  bottom: 0;
  left: -24px;
  width: 24px;
}
html[dir='rtl'] .comment-container-reply .comment-item-reply.css-hide-line:after,
html[dir='rtl'] .comment-container-reply .comment-item-reply:last-child:after {
  right: -24px;
  left: auto;
}
.comment-container-reply .comment-item-reply .item-outer .item-media .img-wrapper,
.comment-container-reply .comment-item-reply .item-outer .item-media .no_image_user {
  width: 28px;
  height: 28px;
}
.comment-container-reply .comment-item-reply .item-outer .item-media .img-wrapper img,
.comment-container-reply .comment-item-reply .item-outer .item-media .no_image_user img {
  width: 100%;
  height: 100%;
}
.comment-container-reply .comment-item-reply .item-outer .item-media .no_image_user span {
  font-size: 10px;
}
.comment-group-icon {
  display: flex;
}
.comment-group-icon .item-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
  cursor: pointer;
}
.comment-group-icon .item-icon:hover {
  color: #555555;
}
.comment-group-icon .item-icon.open {
  color: #ac1a2f;
}
@media (max-width: 480px) {
  .comment-group-icon .item-icon {
    width: 26px;
  }
}
.comment-group-icon .item-icon.loading .ico {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.comment-group-icon .item-icon.loading .ico svg {
  display: none;
}
.comment-group-icon .item-icon.loading .ico:before {
  content: "\ea50" !important;
}
.comment-group-icon .item-icon.icon-emoji.open .ico:before {
  content: "\eadb";
}
@media (min-width: 1025px) {
  .comment-group-icon .item-icon.icon-emoji:hover .ico:before {
    content: "\eadb";
  }
}
.comment-group-icon .item-icon.icon-photo.open .ico:before {
  content: "\ea9a";
}
@media (min-width: 1025px) {
  .comment-group-icon .item-icon.icon-photo:hover .ico:before {
    content: "\ea9a";
  }
}
.comment-group-icon .item-icon.icon-sticker:not(.loading) .ico {
  width: 14px;
  height: 14px;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.comment-group-icon .item-icon.icon-sticker:not(.loading) .ico svg.sticker {
  display: none;
}
.comment-group-icon .item-icon.icon-sticker:not(.loading) .ico svg path {
  fill: #a2a2a2;
}
.comment-group-icon .item-icon.icon-sticker:not(.loading) .ico:before {
  display: none;
}
.comment-group-icon .item-icon.icon-sticker:not(.loading).open-list {
  color: #ac1a2f;
}
.comment-group-icon .item-icon.icon-sticker:not(.loading).open-list .ico svg.sticker-o {
  display: none;
}
.comment-group-icon .item-icon.icon-sticker:not(.loading).open-list .ico svg.sticker {
  display: block;
}
.comment-group-icon .item-icon.icon-sticker:not(.loading).open-list .ico svg path {
  fill: #ac1a2f !important;
}
@media (min-width: 1025px) {
  .comment-group-icon .item-icon.icon-sticker:not(.loading):hover .ico svg.sticker-o {
    display: none;
  }
  .comment-group-icon .item-icon.icon-sticker:not(.loading):hover .ico svg.sticker {
    display: block;
  }
  .comment-group-icon .item-icon.icon-sticker:not(.loading):hover .ico svg path {
    fill: #555555;
  }
}
.comment-box-edit .item-edit-content .item-box-input .chooseFriend,
.comment-box-reply .item-edit-content .item-box-input .chooseFriend {
  left: 0;
  right: 0;
  top: 34px;
  margin-top: 0;
}
.comment-box .item-edit-content .item-box-input .chooseFriend {
  left: -56px;
  right: -8px;
  top: 44px;
  margin-top: 0;
}
.comment-box-edit .item-edit-content,
.comment-box .item-edit-content,
.comment-box-reply .item-edit-content {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  margin-top: 4px;
}
.comment-box-edit .item-edit-content .item-box-input,
.comment-box .item-edit-content .item-box-input,
.comment-box-reply .item-edit-content .item-box-input {
  display: flex;
  flex-flow: wrap;
  background: #fff;
  border-radius: 4px;
  justify-content: flex-end;
}
.comment-box-edit .item-edit-content .item-box-input .js_feed_comment_process_form > i,
.comment-box .item-edit-content .item-box-input .js_feed_comment_process_form > i,
.comment-box-reply .item-edit-content .item-box-input .js_feed_comment_process_form > i {
  top: 11px;
}
.comment-box-edit .item-edit-content .item-box-input .comment-textarea-edit,
.comment-box .item-edit-content .item-box-input .comment-textarea-edit,
.comment-box-reply .item-edit-content .item-box-input .comment-textarea-edit {
  min-width: unset;
  min-height: 32px;
  resize: none;
  height: auto;
  overflow: hidden;
  line-height: 18px;
  padding: 8px !important;
  font-size: 12px;
  border: 0;
  box-shadow: none;
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 1;
  width: auto;
  max-width: 100%;
}
.comment-box-edit .item-edit-content .item-box-input .comment-group-icon,
.comment-box .item-edit-content .item-box-input .comment-group-icon,
.comment-box-reply .item-edit-content .item-box-input .comment-group-icon {
  display: flex;
  align-items: flex-end;
  width: auto;
  background: #fff;
  border-radius: 4px;
}
.comment-box-edit .comment-group-btn-icon,
.comment-box .comment-group-btn-icon,
.comment-box-reply .comment-group-btn-icon {
  display: flex;
  align-items: center;
}
.comment-box-edit .comment-group-btn-icon .comment-group-icon,
.comment-box .comment-group-btn-icon .comment-group-icon,
.comment-box-reply .comment-group-btn-icon .comment-group-icon {
  margin-top: 4px;
}
.comment-box-edit .comment-btn,
.comment-box .comment-btn,
.comment-box-reply .comment-btn {
  margin-top: 8px;
  display: flex;
}
@media (max-width: 480px) {
  .comment-box-edit .comment-btn .btn,
  .comment-box .comment-btn .btn,
  .comment-box-reply .comment-btn .btn {
    text-indent: 9999px;
    width: 24px;
    position: relative;
    overflow: hidden;
  }
  .comment-box-edit .comment-btn .btn:after,
  .comment-box .comment-btn .btn:after,
  .comment-box-reply .comment-btn .btn:after {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comment-box-edit .comment-btn .btn.btn-primary:after,
  .comment-box .comment-btn .btn.btn-primary:after,
  .comment-box-reply .comment-btn .btn.btn-primary:after {
    font-family: 'lineficon' !important;
    content: "\e97f";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .comment-box-edit .comment-btn .btn.btn-default:after,
  .comment-box .comment-btn .btn.btn-default:after,
  .comment-box-reply .comment-btn .btn.btn-default:after {
    font-family: 'lineficon' !important;
    content: "\eab2";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html[dir='ltr'] .comment-box-edit .comment-btn .btn,
html[dir='ltr'] .comment-box .comment-btn .btn,
html[dir='ltr'] .comment-box-reply .comment-btn .btn {
  margin-right: 6px;
}
html[dir='rtl'] .comment-box-edit .comment-btn .btn,
html[dir='rtl'] .comment-box .comment-btn .btn,
html[dir='rtl'] .comment-box-reply .comment-btn .btn {
  margin-left: 6px;
}
.comment-box-edit .comment-btn .btn:last-child,
.comment-box .comment-btn .btn:last-child,
.comment-box-reply .comment-btn .btn:last-child {
  margin: 0 !important;
}
.comment-box-edit .item-edit-cancel,
.comment-box .item-edit-cancel,
.comment-box-reply .item-edit-cancel {
  color: #a2a2a2;
  margin-top: 6px;
}
.comment-box-edit .item-edit-cancel a,
.comment-box .item-edit-cancel a,
.comment-box-reply .item-edit-cancel a {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ac1a2f;
}
.comment-box-edit .item-edit-cancel a:hover,
.comment-box .item-edit-cancel a:hover,
.comment-box-reply .item-edit-cancel a:hover {
  color: #801323;
}
.comment-box-edit.has-photo-sticker .item-edit-content,
.comment-box.has-photo-sticker .item-edit-content,
.comment-box-reply.has-photo-sticker .item-edit-content {
  /* .item-box-input{
				border-bottom-color: @border-color-light;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
			} */
}
.comment-box-edit.has-photo-sticker .item-edit-content .item-icon.icon-sticker,
.comment-box.has-photo-sticker .item-edit-content .item-icon.icon-sticker,
.comment-box-reply.has-photo-sticker .item-edit-content .item-icon.icon-sticker,
.comment-box-edit.has-photo-sticker .item-edit-content .item-icon.icon-photo,
.comment-box.has-photo-sticker .item-edit-content .item-icon.icon-photo,
.comment-box-reply.has-photo-sticker .item-edit-content .item-icon.icon-photo {
  display: none;
}
.comment-box-edit.has-photo-sticker .item-edit-photo,
.comment-box.has-photo-sticker .item-edit-photo,
.comment-box-reply.has-photo-sticker .item-edit-photo,
.comment-box-edit.has-photo-sticker .item-edit-sticker,
.comment-box.has-photo-sticker .item-edit-sticker,
.comment-box-reply.has-photo-sticker .item-edit-sticker {
  line-height: 0;
  border-top: 1px solid #eeeeee;
  padding: 8px;
  /* border: 1px solid @gray-dark;
			border-top: 0;
			 */
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  position: relative;
}
.comment-box-edit.has-photo-sticker .item-edit-photo .item-delete,
.comment-box.has-photo-sticker .item-edit-photo .item-delete,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-delete,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-delete,
.comment-box.has-photo-sticker .item-edit-sticker .item-delete,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-delete {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  cursor: pointer;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .comment-box-edit.has-photo-sticker .item-edit-photo .item-delete,
html[dir="ltr"] .comment-box.has-photo-sticker .item-edit-photo .item-delete,
html[dir="ltr"] .comment-box-reply.has-photo-sticker .item-edit-photo .item-delete,
html[dir="ltr"] .comment-box-edit.has-photo-sticker .item-edit-sticker .item-delete,
html[dir="ltr"] .comment-box.has-photo-sticker .item-edit-sticker .item-delete,
html[dir="ltr"] .comment-box-reply.has-photo-sticker .item-edit-sticker .item-delete {
  right: 0;
}
html[dir="rtl"] .comment-box-edit.has-photo-sticker .item-edit-photo .item-delete,
html[dir="rtl"] .comment-box.has-photo-sticker .item-edit-photo .item-delete,
html[dir="rtl"] .comment-box-reply.has-photo-sticker .item-edit-photo .item-delete,
html[dir="rtl"] .comment-box-edit.has-photo-sticker .item-edit-sticker .item-delete,
html[dir="rtl"] .comment-box.has-photo-sticker .item-edit-sticker .item-delete,
html[dir="rtl"] .comment-box-reply.has-photo-sticker .item-edit-sticker .item-delete {
  left: 0;
}
.comment-box-edit.has-photo-sticker .item-edit-photo .item-delete .ico,
.comment-box.has-photo-sticker .item-edit-photo .item-delete .ico,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-delete .ico,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-delete .ico,
.comment-box.has-photo-sticker .item-edit-sticker .item-delete .ico,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-delete .ico {
  font-size: 10px;
}
.comment-box-edit.has-photo-sticker .item-edit-photo .item-delete:hover,
.comment-box.has-photo-sticker .item-edit-photo .item-delete:hover,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-delete:hover,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-delete:hover,
.comment-box.has-photo-sticker .item-edit-sticker .item-delete:hover,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-delete:hover {
  color: #555555;
}
.comment-box-edit.has-photo-sticker .item-edit-photo .item-photo,
.comment-box.has-photo-sticker .item-edit-photo .item-photo,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-photo,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-photo,
.comment-box.has-photo-sticker .item-edit-sticker .item-photo,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-photo,
.comment-box-edit.has-photo-sticker .item-edit-photo .item-sticker,
.comment-box.has-photo-sticker .item-edit-photo .item-sticker,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-sticker,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-sticker,
.comment-box.has-photo-sticker .item-edit-sticker .item-sticker,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-sticker {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 114px;
  line-height: 0;
}
.comment-box-edit.has-photo-sticker .item-edit-photo .item-photo img,
.comment-box.has-photo-sticker .item-edit-photo .item-photo img,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-photo img,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-photo img,
.comment-box.has-photo-sticker .item-edit-sticker .item-photo img,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-photo img,
.comment-box-edit.has-photo-sticker .item-edit-photo .item-sticker img,
.comment-box.has-photo-sticker .item-edit-photo .item-sticker img,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-sticker img,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-sticker img,
.comment-box.has-photo-sticker .item-edit-sticker .item-sticker img,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-sticker img {
  max-width: 100%;
  height: auto;
}
.comment-box-edit.has-photo-sticker .item-edit-photo .item-photo:before,
.comment-box.has-photo-sticker .item-edit-photo .item-photo:before,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-photo:before,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-photo:before,
.comment-box.has-photo-sticker .item-edit-sticker .item-photo:before,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-photo:before,
.comment-box-edit.has-photo-sticker .item-edit-photo .item-sticker:before,
.comment-box.has-photo-sticker .item-edit-photo .item-sticker:before,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-sticker:before,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-sticker:before,
.comment-box.has-photo-sticker .item-edit-sticker .item-sticker:before,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-sticker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-box-edit.has-photo-sticker .item-edit-photo .item-sticker,
.comment-box.has-photo-sticker .item-edit-photo .item-sticker,
.comment-box-reply.has-photo-sticker .item-edit-photo .item-sticker,
.comment-box-edit.has-photo-sticker .item-edit-sticker .item-sticker,
.comment-box.has-photo-sticker .item-edit-sticker .item-sticker,
.comment-box-reply.has-photo-sticker .item-edit-sticker .item-sticker {
  max-width: 80px;
}
.comment-item-edit .comment-group-btn-icon .comment-btn {
  display: none;
}
.comment-item-edit.mobile-style .comment-group-btn-icon .item-edit-cancel {
  display: none !important;
}
.comment-item-edit.mobile-style .comment-group-btn-icon .comment-btn {
  display: flex;
}
.comment-item-edit.mobile-style .comment-box-edit .comment-group-icon {
  position: absolute;
  bottom: -32px;
  background: #f8f8f8;
}
html[dir="ltr"] .comment-item-edit.mobile-style .comment-box-edit .comment-group-icon {
  left: 0;
}
html[dir="rtl"] .comment-item-edit.mobile-style .comment-box-edit .comment-group-icon {
  right: 0;
}
.comment-item-edit.mobile-style .comment-box-edit .comment-group-icon .item-icon {
  height: 24px;
}
@media (max-width: 480px) {
  .comment-item-edit.mobile-style .comment-box-edit .comment-group-icon {
    left: 0;
    right: 0;
  }
  html[dir='rtl'] .comment-item-edit.mobile-style .comment-box-edit .comment-group-icon {
    left: 0;
    right: 0;
  }
}
.comment-item-edit.mobile-style .comment-box-edit .comment-group-btn-icon {
  justify-content: flex-end;
}
.comment-item-edit.mobile-style .comment-sticker-container {
  /* @media(max-width: 480px){
				min-width: 200px;
			} */
  margin-bottom: 4px !important;
  /* .comment-sticker-header{
				.header-sticker-list{
					.item-container{
						@media (max-width: 480px){
							max-width: 100px;
						}
					}
				}
			} */
}
.comment-item-edit.mobile-style .comment-sticker-container:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-top: 6px solid #FFF;
  top: 100%;
  bottom: auto;
}
html[dir='ltr'] .comment-item-edit.mobile-style .comment-sticker-container:after {
  left: 44px !important;
  right: auto !important;
}
@media (max-width: 480px) {
  html[dir='ltr'] .comment-item-edit.mobile-style .comment-sticker-container:after {
    left: 34px !important;
    right: auto !important;
  }
}
html[dir='rtl'] .comment-item-edit.mobile-style .comment-sticker-container:after {
  right: 44px !important;
  left: auto !important;
}
@media (max-width: 480px) {
  html[dir='rtl'] .comment-item-edit.mobile-style .comment-sticker-container:after {
    right: 34px !important;
    left: auto !important;
  }
}
html[dir='ltr'] .comment-item-edit.mobile-style .comment-sticker-container {
  left: 0;
  right: auto;
}
html[dir='rtl'] .comment-item-edit.mobile-style .comment-sticker-container {
  right: 0;
  left: auto;
}
.comment-reply-new .comment-group-btn-icon .item-edit-cancel,
.comment-reply-new .comment-group-btn-icon .comment-btn {
  display: none;
}
.comment-reply-new.mobile-style .comment-group-btn-icon .item-edit-cancel {
  display: none !important;
}
.comment-reply-new.mobile-style .comment-group-btn-icon .comment-btn {
  display: flex;
}
.comment-reply-new.mobile-style .comment-box-reply .comment-group-icon {
  position: absolute;
  bottom: -32px;
  background: #f8f8f8;
}
html[dir="ltr"] .comment-reply-new.mobile-style .comment-box-reply .comment-group-icon {
  left: 0;
}
html[dir="rtl"] .comment-reply-new.mobile-style .comment-box-reply .comment-group-icon {
  right: 0;
}
.comment-reply-new.mobile-style .comment-box-reply .comment-group-icon .item-icon {
  height: 24px;
}
@media (max-width: 480px) {
  .comment-reply-new.mobile-style .comment-box-reply .comment-group-icon {
    left: 0;
    right: 0;
  }
  html[dir='rtl'] .comment-reply-new.mobile-style .comment-box-reply .comment-group-icon {
    left: 0;
    right: 0;
  }
}
.comment-reply-new.mobile-style .comment-box-reply .comment-group-btn-icon {
  justify-content: flex-end;
}
.comment-reply-new.mobile-style .comment-sticker-container {
  /* @media(max-width: 480px){
				min-width: 200px;
			} */
  margin-bottom: 4px !important;
  /* .comment-sticker-header{
				.header-sticker-list{
					.item-container{
						@media (max-width: 480px){
							max-width: 100px;
						}
					}
				}
			} */
}
.comment-reply-new.mobile-style .comment-sticker-container:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-top: 6px solid #FFF;
  top: 100%;
  bottom: auto;
}
html[dir='ltr'] .comment-reply-new.mobile-style .comment-sticker-container:after {
  left: 44px !important;
  right: auto !important;
}
@media (max-width: 480px) {
  html[dir='ltr'] .comment-reply-new.mobile-style .comment-sticker-container:after {
    left: 34px !important;
    right: auto !important;
  }
}
html[dir='rtl'] .comment-reply-new.mobile-style .comment-sticker-container:after {
  right: 44px !important;
  left: auto !important;
}
@media (max-width: 480px) {
  html[dir='rtl'] .comment-reply-new.mobile-style .comment-sticker-container:after {
    right: 34px !important;
    left: auto !important;
  }
}
html[dir='ltr'] .comment-reply-new.mobile-style .comment-sticker-container {
  left: 0;
  right: auto;
}
html[dir='rtl'] .comment-reply-new.mobile-style .comment-sticker-container {
  right: 0;
  left: auto;
}
.comment-footer.mobile-style .comment-group-btn-icon-empty {
  height: 32px;
  display: block !important;
  background: #fff;
  margin: 0 -16px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 480px) {
  .comment-footer.mobile-style .comment-group-btn-icon-empty {
    margin: 0 -8px;
  }
}
.comment-footer.mobile-style .mobile-sent-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  width: 32px;
  height: 32px;
  color: #a2a2a2;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.comment-footer.mobile-style .mobile-sent-btn.active {
  background: #ac1a2f;
  color: #fff;
}
.comment-footer.mobile-style .comment-box .mobile-sent-btn {
  margin-bottom: 2px;
}
.comment-footer.mobile-style .comment-box .comment-group-icon {
  position: absolute;
  bottom: -44px;
  left: -44px;
  background: transparent;
}
html[dir='rtl'] .comment-footer.mobile-style .comment-box .comment-group-icon {
  left: auto;
  right: -44px;
}
.comment-footer.mobile-style .comment-box .comment-group-icon .item-icon {
  width: 32px !important;
  height: 32px !important;
}
@media (max-width: 480px) {
  .comment-footer.mobile-style .comment-box .comment-group-icon {
    right: 4px;
  }
  html[dir='rtl'] .comment-footer.mobile-style .comment-box .comment-group-icon {
    left: 4px;
  }
}
.comment-footer.mobile-style .comment-box .comment-group-btn-icon {
  justify-content: flex-end;
}
.comment-footer.mobile-style .comment-sticker-container {
  /* @media(max-width: 480px){
				min-width: 200px;
			} */
  margin-bottom: 4px !important;
  /* .comment-sticker-header{
				.header-sticker-list{
					.item-container{
						@media (max-width: 480px){
							max-width: 100px;
						}
					}
				}
			} */
}
.comment-footer.mobile-style .comment-sticker-container:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  position: absolute;
  border-top: 6px solid #FFF;
  top: 100%;
  bottom: auto;
}
html[dir='ltr'] .comment-footer.mobile-style .comment-sticker-container:after {
  left: 44px !important;
  right: auto !important;
}
@media (max-width: 480px) {
  html[dir='ltr'] .comment-footer.mobile-style .comment-sticker-container:after {
    left: 34px !important;
    right: auto !important;
  }
}
html[dir='rtl'] .comment-footer.mobile-style .comment-sticker-container:after {
  right: 44px !important;
  left: auto !important;
}
@media (max-width: 480px) {
  html[dir='rtl'] .comment-footer.mobile-style .comment-sticker-container:after {
    right: 34px !important;
    left: auto !important;
  }
}
html[dir='ltr'] .comment-footer.mobile-style .comment-sticker-container {
  left: 0;
  right: auto;
}
html[dir='rtl'] .comment-footer.mobile-style .comment-sticker-container {
  right: 0;
  left: auto;
}
.comment-box-container {
  margin-left: -16px;
  margin-right: -16px;
  background: #fff;
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
  padding: 12px 16px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
html[dir="ltr"] .comment-box-container {
  padding-right: 8px;
}
html[dir="rtl"] .comment-box-container {
  padding-left: 8px;
}
@media (max-width: 480px) {
  .comment-box-container {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.comment-box-container .item-outer {
  display: flex;
}
.comment-box-container .item-media {
  min-width: 32px;
}
html[dir="ltr"] .comment-box-container .item-media {
  margin-right: 8px;
}
html[dir="rtl"] .comment-box-container .item-media {
  margin-left: 8px;
}
.comment-box-container .item-media .img-wrapper,
.comment-box-container .item-media .no_image_user {
  width: 32px;
  height: 32px;
}
.comment-box-container .item-media .img-wrapper img,
.comment-box-container .item-media .no_image_user img {
  width: 100%;
  height: 100%;
}
.comment-box-container .item-media .no_image_user span {
  font-size: 10px;
}
.comment-box-container .item-inner {
  flex: 1;
}
.comment-box-container .comment-box {
  flex: 1;
}
.comment-box .item-edit-content {
  box-shadow: none;
  border: 0;
  margin-top: 0;
}
.comment-box .item-edit-content .item-box-input .comment-textarea-edit {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 14px;
}
html[dir='ltr'] .comment-box .item-edit-content .item-box-input .comment-textarea-edit {
  padding-left: 0 !important;
}
html[dir='rtl'] .comment-box .item-edit-content .item-box-input .comment-textarea-edit {
  padding-right: 0 !important;
}
.comment-box .item-edit-content .item-box-input .comment-group-icon {
  /* @media (max-width: 480px){
					position: static;
				} */
}
.comment-box .item-edit-content .item-box-input .comment-group-icon .item-icon {
  font-size: 16px;
  height: 32px;
}
.comment-box .item-edit-content .item-box-input .comment-group-icon .item-icon.icon-sticker:not(.loading) .ico {
  width: 16px;
  height: 16px;
}
.comment-box-reply .item-edit-content {
  margin-top: 0 !important;
}
.comment-box-reply .item-edit-content .item-box-input {
  margin-top: 0;
}
.comment-box-reply .item-edit-content .item-box-input .comment-group-icon {
  /* @media (max-width: 480px){
					position: static;
				}
				.item-icon{
					.h-4;
				} */
}
@media (max-width: 480px) {
  .comment-reply-new .item-outer .item-media {
    display: none;
  }
}
.comment-emoji-container {
  border-top: 1px solid #eeeeee;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.comment-emoji-container .comment-emoji-header {
  border-bottom: 0;
  position: relative;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}
.comment-emoji-container .comment-emoji-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #eeeeee;
}
.comment-emoji-container .comment-emoji-header .item-close {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  right: -8px;
  top: 0;
  cursor: pointer;
}
html[dir='rtl'] .comment-emoji-container .comment-emoji-header .item-close {
  right: auto;
  left: -8px;
}
.comment-emoji-container .comment-emoji-header .item-close:hover {
  color: #555555;
}
.comment-emoji-container .comment-emoji-header .item-close .ico {
  font-size: 9px;
}
.comment-emoji-container .comment-emoji-header .item-hover-info {
  font-size: 12px;
  color: #a2a2a2;
  position: absolute;
  top: 8px;
}
html[dir="ltr"] .comment-emoji-container .comment-emoji-header .item-hover-info {
  right: 32px;
}
html[dir="rtl"] .comment-emoji-container .comment-emoji-header .item-hover-info {
  left: 32px;
}
@media (max-width: 480px) {
  .comment-emoji-container .comment-emoji-header .item-hover-info {
    display: none;
  }
}
.comment-emoji-container .comment-emoji-header li {
  float: none;
  margin: 0;
}
html[dir="ltr"] .comment-emoji-container .comment-emoji-header li {
  margin-right: 16px;
}
html[dir="rtl"] .comment-emoji-container .comment-emoji-header li {
  margin-left: 16px;
}
.comment-emoji-container .comment-emoji-header li a {
  padding: 0;
  border: 0;
  font-size: 12px;
  background-color: transparent;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}
.comment-emoji-container .comment-emoji-header li a:hover {
  color: #ac1a2f;
}
.comment-emoji-container .comment-emoji-header li.active:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: #ac1a2f;
}
.comment-emoji-container .comment-emoji-header li.active a {
  color: #ac1a2f;
}
.comment-emoji-container .comment-emoji-content {
  margin-top: 8px;
}
.comment-emoji-container .comment-emoji-content .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.comment-emoji-container .comment-emoji-content .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
}
.comment-emoji-container .comment-emoji-content .comment-emoji-list {
  max-height: 136px;
  min-height: 32px;
  overflow-y: auto;
  overflow-x: hidden;
  /* @media (min-width: 1025px){
				.mCSB_container .item-container{
					padding-right: 10px;
					html[dir='rtl'] &{
						padding-left: 10px;
						padding-right: 0;
					}
				}
			} */
}
.comment-emoji-container .comment-emoji-content .comment-emoji-list .item-container {
  display: flex;
  flex-flow: wrap;
}
.comment-emoji-container .comment-emoji-content .comment-emoji-list .item-container .item-emoji {
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-emoji-container .comment-emoji-content .comment-emoji-list .item-container .item-emoji:hover {
  background-color: #eeeeee;
}
.comment-emoji-container .comment-emoji-content .comment-emoji-list .item-container .item-emoji .item-outer {
  width: 24px;
  height: 24px;
}
.comment-emoji-container .comment-emoji-content .comment-emoji-list .item-container .item-emoji .item-outer img {
  width: 100%;
  height: 100%;
}
.comment-emoji-container.comment-emoji-loading {
  min-height: 184px;
}
.comment-emoji-container.comment-emoji-loading .item-icon.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comment-emoji-container.comment-emoji-loading .item-icon.loading .ico {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.comment-emoji-container.comment-emoji-loading .item-icon.loading .ico:before {
  content: "\ea50" !important;
}
.comment-box.has-photo-sticker .item-edit-photo,
.comment-box.has-photo-sticker .item-edit-sticker {
  border: 1px solid #eeeeee;
}
.comment-box.has-photo-sticker .comment-emoji-container {
  border-bottom: 0;
}
.comment-footer .comment-emoji-container {
  position: relative;
  border-top: 0;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
}
.comment-link .content-link-normal {
  margin-top: 4px;
  margin-bottom: 6px;
  display: flex;
  padding: 12px;
  border: 1px solid #eeeeee;
  background-color: #fff;
}
@media (max-width: 480px) {
  .comment-link .content-link-normal {
    flex-direction: column;
  }
}
.comment-link .content-link-normal .item-image {
  max-width: 180px;
  max-height: 200px;
  margin-right: 12px;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 480px) {
  .comment-link .content-link-normal .item-image {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    margin: 0;
    margin-bottom: 8px;
  }
}
html[dir='rtl'] .comment-link .content-link-normal .item-image {
  margin-right: 0;
  margin-left: 12px;
}
.comment-link .content-link-normal .item-image img {
  width: 100%;
  height: 100%;
}
.comment-link .content-link-normal .item-inner .item-title {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  line-height: 22px;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 44px;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 480px) {
  .comment-link .content-link-normal .item-inner .item-title {
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 18px;
    word-break: break-word;
    word-wrap: break-word;
    max-height: 36px;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.comment-link .content-link-normal .item-inner .item-title:hover {
  color: #801323;
}
.comment-link .content-link-normal .item-inner .item-info {
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 4px;
}
.comment-link .content-link-photo .item-image {
  display: block;
  max-width: 200px;
  max-height: 400px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.comment-link .content-link-photo .item-image img {
  width: 100%;
  height: 100%;
}
.comment-sticker-container {
  min-width: 265px;
  max-width: 265px;
  margin-bottom: -1px !important;
}
@media (max-width: 480px) {
  .comment-sticker-container {
    min-width: 100%;
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
}
.comment-sticker-container:after {
  top: 100%;
  bottom: auto;
}
html[dir='ltr'] .comment-sticker-container:after {
  right: 40px !important;
  left: auto !important;
}
@media (max-width: 480px) {
  html[dir='ltr'] .comment-sticker-container:after {
    right: 32px !important;
    left: auto !important;
  }
}
html[dir='rtl'] .comment-sticker-container:after {
  left: 40px !important;
  right: auto !important;
}
@media (max-width: 480px) {
  html[dir='rtl'] .comment-sticker-container:after {
    left: 32px !important;
    right: auto !important;
  }
}
html[dir='ltr'] .comment-sticker-container {
  right: 0;
  left: auto;
}
html[dir='rtl'] .comment-sticker-container {
  left: 0;
  right: auto;
}
.comment-sticker-container .comment-sticker-header {
  display: flex;
  align-items: center;
}
.comment-sticker-container .comment-sticker-header .header-sticker-list {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.comment-sticker-container .comment-sticker-header .header-sticker-list li.active .item-recent {
  color: #555555;
  background: #eeeeee;
}
.comment-sticker-container .comment-sticker-header .header-sticker-list .item-container {
  /* max-width: 160px; */
  flex: 1;
  min-width: 0;
  overflow: hidden;
  /* @media(max-width: 480px){
					max-width: 100px;
				} */
}
.comment-sticker-container .comment-sticker-header .header-sticker-list .item-container .comment-full-sticker {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.comment-sticker-container .comment-sticker-header .header-sticker-list .item-header-sticker.active a {
  background-color: #eeeeee;
}
.comment-sticker-container .comment-sticker-header .header-sticker-list .item-header-sticker a {
  width: 40px;
  height: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-sticker-container .comment-sticker-header .header-sticker-list .item-header-sticker a img {
  width: 100%;
  height: 100%;
}
.comment-sticker-container .comment-sticker-header .header-sticker-list .item-header-sticker a:hover {
  background-color: #eeeeee;
}
.comment-sticker-container .comment-sticker-header .item-recent,
.comment-sticker-container .comment-sticker-header .comment-next-sticker,
.comment-sticker-container .comment-sticker-header .item-add,
.comment-sticker-container .comment-sticker-header .comment-prev-sticker {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-sticker-container .comment-sticker-header .item-recent:hover,
.comment-sticker-container .comment-sticker-header .comment-next-sticker:hover,
.comment-sticker-container .comment-sticker-header .item-add:hover,
.comment-sticker-container .comment-sticker-header .comment-prev-sticker:hover {
  background-color: #fff;
}
.comment-sticker-container .comment-sticker-header .item-recent {
  height: 40px;
  width: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  position: relative;
  padding: 0;
}
.comment-sticker-container .comment-sticker-header .item-recent .ico {
  font-size: 16px;
  margin: 0;
}
.comment-sticker-container .comment-sticker-header .item-recent:hover {
  color: #555555;
}
.comment-sticker-container .comment-sticker-header .item-recent:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #eeeeee;
}
html[dir="ltr"] .comment-sticker-container .comment-sticker-header .item-recent:before {
  right: 0;
}
html[dir="rtl"] .comment-sticker-container .comment-sticker-header .item-recent:before {
  left: 0;
}
.comment-sticker-container .comment-sticker-header .comment-next-sticker,
.comment-sticker-container .comment-sticker-header .comment-prev-sticker {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a2a2a2;
  cursor: pointer;
}
.comment-sticker-container .comment-sticker-header .comment-next-sticker:hover,
.comment-sticker-container .comment-sticker-header .comment-prev-sticker:hover {
  color: #555555;
}
html[dir='rtl'] .comment-sticker-container .comment-sticker-header .comment-next-sticker,
html[dir='rtl'] .comment-sticker-container .comment-sticker-header .comment-prev-sticker {
  transform: rotate(180deg);
}
.comment-sticker-container .comment-sticker-header .comment-next-sticker {
  border-left: 1px solid #eeeeee;
}
html[dir='ltr'] .comment-sticker-container .comment-sticker-header .comment-next-sticker {
  padding-left: 2px;
  margin-left: auto;
}
html[dir='rtl'] .comment-sticker-container .comment-sticker-header .comment-next-sticker {
  padding-right: 2px;
  margin-right: auto;
}
.comment-sticker-container .comment-sticker-header .comment-prev-sticker {
  border-right: 1px solid #eeeeee;
}
html[dir='ltr'] .comment-sticker-container .comment-sticker-header .comment-prev-sticker {
  margin-right: auto;
}
html[dir='rtl'] .comment-sticker-container .comment-sticker-header .comment-prev-sticker {
  margin-left: auto;
}
.comment-sticker-container .comment-sticker-header .item-add {
  width: 40px;
  height: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.comment-sticker-container .comment-sticker-header .item-add .ico {
  font-size: 16px;
}
html[dir='ltr'] .comment-sticker-container .comment-sticker-header .item-add {
  margin-left: auto;
}
html[dir='rtl'] .comment-sticker-container .comment-sticker-header .item-add {
  margin-right: auto;
}
.comment-sticker-container .comment-sticker-header .item-add:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #eeeeee;
}
html[dir="ltr"] .comment-sticker-container .comment-sticker-header .item-add:before {
  left: 0;
}
html[dir="rtl"] .comment-sticker-container .comment-sticker-header .item-add:before {
  right: 0;
}
.comment-sticker-container .comment-sticker-header .item-add:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ee5a2b;
  opacity: 0;
}
html[dir="ltr"] .comment-sticker-container .comment-sticker-header .item-add:after {
  right: 8px;
}
html[dir="rtl"] .comment-sticker-container .comment-sticker-header .item-add:after {
  left: 8px;
}
.comment-sticker-container .comment-sticker-header .item-add.has-new:after {
  opacity: 1;
}
.comment-sticker-container .comment-sticker-content .comment-sticker-list {
  max-height: 150px;
  min-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container {
  display: flex;
  flex-flow: wrap;
  padding: 0 4px;
}
.comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker {
  padding: 4px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 25%;
}
.comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker:hover {
  background-color: #eeeeee;
}
.comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer {
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer img {
  max-width: 56px;
  max-height: 56px;
}
@media (max-width: 480px) {
  .comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer {
    width: 48px;
    height: 48px;
  }
  .comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer img {
    max-width: 48px;
    max-height: 48px;
  }
}
@media (max-width: 375px) {
  .comment-box-reply .comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer,
  .comment-box .comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer {
    width: 46px;
    height: 46px;
  }
  .comment-box-reply .comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer img,
  .comment-box .comment-sticker-container .comment-sticker-content .comment-sticker-list .item-container .item-sticker .item-outer img {
    max-width: 46px;
    max-height: 46px;
  }
}
.comment-sticker-container.comment-sticker-loading {
  min-height: 198px;
}
.comment-sticker-container.comment-sticker-loading .item-icon.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.comment-sticker-store .comment-sticker-store-header {
  position: relative;
  margin: 0 -16px;
  background: #f8f8f8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0;
  margin-bottom: 16px;
}
html[dir="ltr"] .comment-sticker-store .comment-sticker-store-header .page_section_menu_link:before {
  right: 16px;
}
html[dir="rtl"] .comment-sticker-store .comment-sticker-store-header .page_section_menu_link:before {
  left: 16px;
}
@media (max-width: 991px) {
  .comment-sticker-store .comment-sticker-store-header {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .comment-sticker-store .comment-sticker-store-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
  .comment-sticker-store .comment-sticker-store-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs {
  display: flex;
}
@media (max-width: 991px) {
  .comment-sticker-store .comment-sticker-store-header .nav.nav-tabs {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .comment-sticker-store .comment-sticker-store-header .nav.nav-tabs {
    flex-flow: wrap;
  }
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li {
  width: auto;
  display: flex;
  border-bottom: 0;
  border-top: 0;
  margin: 0;
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li:hover,
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li:focus,
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li.active {
  background: transparent !important;
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li:hover a,
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li:focus a,
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li.active a {
  background: rgba(172, 26, 47, 0.08) !important;
  color: #ac1a2f !important;
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li.active a {
  border: 0;
  background: #fff !important;
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li.active a:before {
  opacity: 1;
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a {
  font-weight: bold;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.03) !important;
  position: relative;
  z-index: 1;
  max-width: 180px;
  margin-bottom: 0;
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a .item-number {
  font-size: 12px;
  color: #a2a2a2;
  font-weight: normal;
}
html[dir='ltr'] .comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a .item-number {
  margin-left: 4px;
}
html[dir='rtl'] .comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a .item-number {
  margin-right: 4px;
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ac1a2f;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991px) {
  .comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a {
    max-width: 100%;
    white-space: nowrap;
  }
}
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a:hover,
.comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a:focus {
  background: transparent;
}
html[dir='rtl'] .comment-sticker-store .comment-sticker-store-header .nav.nav-tabs > li a {
  border-right: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.comment-sticker-store {
  background-color: #fff;
  margin-top: -16px;
}
.comment-store-list {
  max-height: 370px;
  min-height: 370px;
  overflow: auto;
  margin: 0 -16px;
}
.comment-store-list .item-container {
  padding-left: 16px;
  padding-right: 16px;
}
.comment-stickerstore-item:not(.preview):last-child .item-outer {
  border-bottom: 0;
  margin-bottom: 0;
}
.comment-stickerstore-item .item-outer {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}
.comment-stickerstore-item .item-outer .item-media {
  width: 80px;
  max-width: 80px;
  max-height: 80px;
  margin-top: 6px;
  text-align: center;
  line-height: 0;
  /* @media (max-width: 1024px){
				width: 80px;
				max-width: 80px;
				max-height: 80px;
			} */
}
html[dir="ltr"] .comment-stickerstore-item .item-outer .item-media {
  margin-right: 16px;
}
html[dir="rtl"] .comment-stickerstore-item .item-outer .item-media {
  margin-left: 16px;
}
.comment-stickerstore-item .item-outer .item-media img {
  max-width: 80px;
  max-height: 80px;
}
.comment-stickerstore-item .item-outer .item-inner {
  flex: 1;
  min-width: 0;
}
.comment-stickerstore-item .item-outer .item-inner .item-title {
  font-size: 18px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-stickerstore-item .item-outer .item-inner .item-btn-group {
  display: flex;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .comment-stickerstore-item .item-outer .item-inner .item-btn-group {
    margin-top: 12px;
  }
}
html[dir='ltr'] .comment-stickerstore-item .item-outer .item-inner .item-btn-group .btn {
  margin-right: 6px;
}
html[dir='rtl'] .comment-stickerstore-item .item-outer .item-inner .item-btn-group .btn {
  margin-left: 6px;
}
.comment-stickerstore-item .item-outer .item-inner .item-btn-group .btn:last-child {
  margin: 0 !important;
}
.comment-store-preview-main {
  /* margin-left: -@grid-point*2;
	margin-right: -@grid-point*2; */
  max-height: 330px;
  overflow: auto;
}
@media (max-width: 480px) {
  html[dir='ltr'] .comment-store-preview-main {
    margin-right: -8px;
  }
  html[dir='rtl'] .comment-store-preview-main {
    margin-left: -8px;
  }
}
.comment-store-preview {
  display: flex;
  flex-flow: wrap;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .comment-store-preview.limit {
    display: none;
  }
}
.comment-store-preview.limit .item-sticker {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 8px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir='rtl'] .comment-store-preview.limit .item-sticker {
  margin-left: 8px;
  margin-right: 0;
}
.comment-store-preview.limit .item-sticker img {
  max-width: 48px;
  max-height: 48px;
}
.comment-store-preview.full {
  margin-top: -8px;
}
.comment-store-preview.full .item-sticker {
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 8px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-store-preview.full .item-sticker img {
  max-width: 64px;
  max-height: 64px;
}
.comment-none-sticker,
.comment-none-sticker-store {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.comment-none-sticker .none-sticker-icon,
.comment-none-sticker-store .none-sticker-icon {
  color: #dcdcdc;
  margin-bottom: 4px;
}
.comment-none-sticker .none-sticker-info,
.comment-none-sticker-store .none-sticker-info {
  font-size: 12px;
  color: #a2a2a2;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.comment-none-sticker {
  height: 150px;
}
.comment-none-sticker .none-sticker-icon {
  margin-top: -24px;
}
.comment-none-sticker .none-sticker-icon span.ico {
  font-size: 48px !important;
  line-height: 48px;
}
.comment-none-sticker-store {
  height: 370px;
}
.comment-none-sticker-store .none-sticker-icon {
  margin-bottom: 8px;
  margin-top: -80px;
}
.comment-none-sticker-store .none-sticker-icon .ico {
  font-size: 70px;
  line-height: 70px;
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.comment-none-sticker-store .none-sticker-icon .ico svg path {
  fill: #dcdcdc;
}
.comment-edit-history-container-fix {
  max-height: 350px;
  overflow: hidden;
  margin-top: -16px;
}
.comment-edit-history-container {
  max-height: 350px;
  overflow: auto;
}
.comment-edit-history-container .item-time {
  color: #a2a2a2;
}
.comment-edit-history-container + .help-block {
  margin: 0;
  padding: 0;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}
.comment-item-hide .item-outer .item-inner .item-comment-content {
  margin-bottom: 0;
}
.comment-item-hide .item-outer .item-inner .item-action .action-list > span {
  margin-top: 0 !important;
}
.comment-wrapper .tagFriendChooser {
  display: flex;
  align-items: center;
}
.comment-wrapper .tagFriendChooser .tagFriendChooserInfo {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
}
.comment-wrapper .tagFriendChooser .tagFriendChooserInfo .item-name {
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: bold;
}
.comment-wrapper .tagFriendChooser .tagFriendChooserInfo .item-type {
  color: #a2a2a2;
}
.comment-content {
  background: transparent;
}
.comment-content .comment-mini-content-commands {
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  /* border-bottom: 1px solid @border-color-light; */
  border-bottom: 0;
}
@media (max-width: 767px) {
  .comment-content .comment-mini-content-commands {
    flex-flow: wrap;
  }
}
@media (max-width: 480px) {
  .comment-content .comment-mini-content-commands {
    flex-flow: wrap;
    padding-bottom: 4px;
  }
}
.comment-content .comment-mini-content-commands .feed-like-link a.js_like_link_toggle span {
  display: none;
}
.comment-content .comment-mini-content-commands .feed-like-link a.js_like_link_toggle.unlike:before {
  font-family: 'lineficon' !important;
  content: '\ea9e';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: button-unlike 300ms ease;
}
.comment-content .comment-mini-content-commands .feed-like-link a.js_like_link_toggle.liked {
  background-color: #ac1a2f;
  color: #fff;
}
.comment-content .comment-mini-content-commands .feed-like-link a.js_like_link_toggle.liked:before {
  font-family: 'lineficon' !important;
  content: '\ea9d';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: button-like 300ms ease;
}
.comment-content .comment-mini-content-commands .feed-like-link a.js_like_link_toggle.liked:hover {
  background-color: #801323;
  color: #fff;
}
.comment-content .comment-mini-content-commands .feed-comment-share-holder > a:before {
  font-family: 'lineficon' !important;
  content: '\ead4';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment-content .comment-mini-content-commands .feed-comment-share-holder > a i.fa {
  display: none;
}
.comment-content .comment-mini-content-commands .button-like-share-block {
  display: flex;
}
@media (max-width: 480px) {
  .comment-content .comment-mini-content-commands .button-like-share-block {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
  }
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    flex: 1;
  }
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-like-link,
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-comment-link,
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-3-actions .feed-comment-share-holder {
    width: 33.33%;
  }
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-2-actions .feed-like-link,
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-2-actions .feed-comment-link,
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-2-actions .feed-comment-share-holder {
    width: 50%;
  }
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-1-actions .feed-like-link,
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-1-actions .feed-comment-link,
  .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-1-actions .feed-comment-share-holder {
    width: 100%;
  }
}
.comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link .counter {
  cursor: pointer;
}
.comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link .counter:hover {
  color: #ac1a2f;
}
.comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
  display: flex;
  align-items: center;
}
html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link,
html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link,
html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
  margin-right: 16px;
}
html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link,
html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link,
html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
  margin-left: 16px;
}
@media (max-width: 480px) {
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link,
  html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    margin-right: 0;
  }
  html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link,
  html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link,
  html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder {
    margin-left: 0;
  }
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link:before,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link:before,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #eeeeee;
  }
  html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link:before,
  html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link:before,
  html[dir="ltr"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder:before {
    left: 0;
  }
  html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link:before,
  html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link:before,
  html[dir="rtl"] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder:before {
    right: 0;
  }
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link > a,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link > a,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a {
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    color: #a2a2a2 !important;
    font-size: 14px !important;
  }
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link > a:hover,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link > a:hover,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:hover,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link > a.liked,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link > a.liked,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a.liked {
    color: #ac1a2f !important;
  }
}
.comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link .counter,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link .counter,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder .counter {
  color: #a2a2a2;
  font-weight: bold;
  font-size: 12px;
  margin-left: 6px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link .counter:empty,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link .counter:empty,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder .counter:empty {
  display: none;
}
html[dir='rtl'] .comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link .counter,
html[dir='rtl'] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link .counter,
html[dir='rtl'] .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder .counter {
  margin-right: 6px;
  margin-left: 0;
}
.comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link > a,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link > a,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a {
  width: 32px;
  height: 32px;
  background: #f8f8f8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #a2a2a2;
  font-size: 16px;
}
.comment-content .comment-mini-content-commands .button-like-share-block .feed-like-link > a:hover,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link > a:hover,
.comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:hover {
  box-shadow: 0px 6px 12px 0px rgba(216, 33, 59, 0.4);
  background-color: #f6c5cc;
  color: #ac1a2f;
}
@media (max-width: 480px) {
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link > a:hover,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:hover,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-link > a:focus,
  .comment-content .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a:focus {
    color: #555555 !important;
  }
}
@media (max-width: 480px) {
  .comment-content .comment-mini-content-commands .button-like-share-block > div:nth-child(1):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .comment-content .comment-mini-content-commands .js_comment_like_holder {
    width: 100%;
    padding: 0;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #f8f8f8;
  }
  .comment-content .comment-mini-content-commands .js_comment_like_holder .activity_like_holder {
    height: auto;
  }
}
@media (max-width: 480px) {
  .comment-content .comment-mini-content-commands .js_comment_like_holder {
    padding: 0;
    margin-top: 4px;
    border-top: 0;
  }
}
.comment-content .comment-mini-content-commands .activity_like_holder {
  color: #a2a2a2;
}
html[dir="ltr"] .comment-content .comment-mini-content-commands .activity_like_holder {
  padding-right: 32px;
}
html[dir="rtl"] .comment-content .comment-mini-content-commands .activity_like_holder {
  padding-left: 32px;
}
.comment-content .comment-mini-content-commands .activity_like_holder .people-liked-feed {
  color: #a2a2a2;
}
html[dir='ltr'] .comment-content .comment-mini-content-commands .activity_like_holder:before {
  font-family: 'lineficon' !important;
  content: '\ea9d';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ac1a2f;
  margin-right: 4px;
}
html[dir='rtl'] .comment-content .comment-mini-content-commands .activity_like_holder:after {
  font-family: 'lineficon' !important;
  content: '\ea9d';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ac1a2f;
  margin-left: 4px;
}
@media (max-width: 480px) {
  .comment-content .comment-mini-content-commands .activity_like_holder {
    display: block;
  }
}
.comment-content .comment-mini-content-commands .activity_like_holder.activity_not_like:before {
  display: none;
}
.comment-content .comment-mini-content-commands .activity_like_holder a {
  font-weight: 400 !important;
}
.comment-content .comment-mini-content-commands span.people-liked-feed {
  color: #555555;
}
.comment-content .comment-mini-content-commands span.people-liked-feed .user_profile_link_span a {
  color: #ac1a2f !important;
}
.comment-content .comment_mini_content_border {
  margin-top: 0;
  position: relative;
}
.comment-content .comment_mini_content_border .feed-options-holder,
.comment-content .comment_mini_content_border .comment-options-holder {
  position: absolute;
  top: 0px;
}
html[dir="ltr"] .comment-content .comment_mini_content_border .feed-options-holder,
html[dir="ltr"] .comment-content .comment_mini_content_border .comment-options-holder {
  right: 8px;
}
html[dir="rtl"] .comment-content .comment_mini_content_border .feed-options-holder,
html[dir="rtl"] .comment-content .comment_mini_content_border .comment-options-holder {
  left: 8px;
}
.comment-content .comment_mini_content_border .feed-options-holder a[data-toggle="dropdown"],
.comment-content .comment_mini_content_border .comment-options-holder a[data-toggle="dropdown"] {
  font-size: 14px;
  color: #555555;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-content .comment_mini_content_border .feed-options-holder a[data-toggle="dropdown"]:hover,
.comment-content .comment_mini_content_border .comment-options-holder a[data-toggle="dropdown"]:hover {
  color: #000000;
}
.comment-content .comment_mini_content_border .dropdown-menu {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 0;
}
.comment-content .comment_mini_content_border .dropdown-menu span.ico {
  font-size: 16px;
}
.comment-content .comment_mini_content_border .item-options-holder.comment-options-holder {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
html[dir="ltr"] .comment-content .comment_mini_content_border .item-options-holder.comment-options-holder {
  right: 0;
}
html[dir="rtl"] .comment-content .comment_mini_content_border .item-options-holder.comment-options-holder {
  left: 0;
}
.comment-content .comment_mini_content_border .item-options-holder.comment-options-holder.open {
  opacity: 1 !important;
}
@media (min-width: 480px) {
  .comment-content .comment_mini_content_border .item-options-holder.comment-options-holder {
    opacity: 0;
  }
}
.comment-content .comment_mini_content_border .item-options-holder.comment-options-holder a[data-toggle="dropdown"] {
  width: 24px;
  height: 24px;
}
.comment-content .comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu {
  min-width: 96px;
}
html[dir='rtl'] .comment-content .comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu:after {
  left: 7px;
  right: auto;
}
html[dir='ltr'] .comment-content .comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu:after {
  right: 7px;
  left: auto;
}
.comment-content .comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu a {
  font-size: 12px;
}
.comment-content .comment_mini_content_border .item-options-holder.comment-options-holder .dropdown-menu a .ico {
  font-size: 12px;
}
.comment-content .comment_mini_child_holder_padding {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  html[dir="ltr"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .comment-mini-content-commands .button-like-share-block {
    padding-right: 24px;
  }
  html[dir="rtl"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .comment-mini-content-commands .button-like-share-block {
    padding-left: 24px;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .comment-mini-content-commands .button-like-share-block > div {
    width: 33.33% !important;
    flex: none;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .comment-mini-content-commands .button-like-share-block.comment-has-1-actions > div {
    justify-content: flex-start;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .feed-options-holder > a {
    position: relative;
    width: 40px !important;
  }
  .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .feed-options-holder > a:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #eeeeee;
  }
  html[dir="ltr"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .feed-options-holder > a:before {
    left: 0;
  }
  html[dir="rtl"] .item-detail-feedcomment .js_parent_feed_entry.parent_item_feed .comment-content .feed-options-holder > a:before {
    right: 0;
  }
}
.js_feed_content .comment-content .comment_mini_content_border {
  position: static;
}
.js_feed_content .comment-content .comment_mini_content_border .item-options-holder {
  top: 4px;
}
html[dir="ltr"] .js_feed_content .comment-content .comment-mini-content-commands .activity_like_holder {
  padding-right: 0;
}
html[dir="rtl"] .js_feed_content .comment-content .comment-mini-content-commands .activity_like_holder {
  padding-left: 0;
}
.activity_like_holder {
  height: 32px;
  line-height: 32px;
}
.js_comment_like_holder {
  min-height: 32px;
}
.comment-item-tag-emoji {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
html[dir='ltr'] .comment-item-tag-emoji + .item-tag-emoji {
  margin-left: 0;
}
html[dir='rtl'] .comment-item-tag-emoji + .item-tag-emoji {
  margin-right: 0;
}
.comment-item-tag-emoji img {
  width: 100%;
  height: 100%;
}
.comment-wrapper .js_preview_link_attachment_custom_form {
  width: 100%;
}
.comment-wrapper .comment-box-reply .activity_feed_content_link {
  border-left: 0 !important;
  border-right: 0 !important;
}
.activity_feed_content_status .item-tag-emoji {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
html[dir='ltr'] .activity_feed_content_status .item-tag-emoji + .item-tag-emoji {
  margin-left: 0;
}
html[dir='rtl'] .activity_feed_content_status .item-tag-emoji + .item-tag-emoji {
  margin-right: 0;
}
.activity_feed_content_status .item-tag-emoji img {
  width: 100%;
  height: 100%;
}
@-moz-document url-prefix() {
  @media (min-width: 992px) {
    .comment-footer .p-comment-pseudo-firefox-prevent-drop {
      display: block !important;
    }
  }
}
/*End Comments*/
