.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: #2681d5 !important;
}
.txt-info {
  color: #6895b5 !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;
  color: #999999;
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #a2a2a2;
  color: #999999;
  color: #959595;
  margin: 8px 0;
  padding: 8px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space-between {
  display: -webkit-flex;
  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: #2681d5;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(38, 129, 213, 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, #2681d5, #38bce9);
  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: #1e67aa;
  box-shadow: 0px 6px 12px 0px rgba(30, 103, 170, 0.4);
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #174d7e;
  box-shadow: 0px 2px 8px 0px rgba(23, 77, 126, 0.4), inset 0px 0px 2px 0px rgba(30, 103, 170, 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: #6895b5;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(104, 149, 181, 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, #6895b5, #99c7d8);
  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: #4d7c9d;
  box-shadow: 0px 6px 12px 0px rgba(77, 124, 157, 0.4);
}
.btn-info:active,
.btn-info:focus {
  background-color: #3c617b;
  box-shadow: 0px 2px 8px 0px rgba(60, 97, 123, 0.4), inset 0px 0px 2px 0px rgba(77, 124, 157, 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: #2681d5;
}
.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";
}
.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: #2681d5 !important;
}
.txt-info {
  color: #6895b5 !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;
  color: #999999;
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #a2a2a2;
  color: #999999;
  color: #959595;
  margin: 8px 0;
  padding: 8px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space-between {
  display: -webkit-flex;
  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: #2681d5;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(38, 129, 213, 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, #2681d5, #38bce9);
  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: #1e67aa;
  box-shadow: 0px 6px 12px 0px rgba(30, 103, 170, 0.4);
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #174d7e;
  box-shadow: 0px 2px 8px 0px rgba(23, 77, 126, 0.4), inset 0px 0px 2px 0px rgba(30, 103, 170, 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: #6895b5;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(104, 149, 181, 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, #6895b5, #99c7d8);
  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: #4d7c9d;
  box-shadow: 0px 6px 12px 0px rgba(77, 124, 157, 0.4);
}
.btn-info:active,
.btn-info:focus {
  background-color: #3c617b;
  box-shadow: 0px 2px 8px 0px rgba(60, 97, 123, 0.4), inset 0px 0px 2px 0px rgba(77, 124, 157, 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;
}
s 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;
}
.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;
  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;
  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;
  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;
  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;
  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;
  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: #ee5454 !important;
}
.txt-primary {
  color: #297fc7 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-warning {
  color: #f0ad4e !important;
}
.txt-success {
  color: #5cb85c !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;
  color: #999999;
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #a2a2a2;
  color: #999999;
  color: #959595;
  margin: 10px 0;
  padding: 10px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space-between {
  display: -webkit-flex;
  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: #ee5454;
}
.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: #297fc7;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(41, 127, 199, 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, #297fc7, #3cbbe1);
  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: #20649d;
  box-shadow: 0px 6px 12px 0px rgba(32, 100, 157, 0.4);
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #184972;
  box-shadow: 0px 2px 8px 0px rgba(24, 73, 114, 0.4), inset 0px 0px 2px 0px rgba(32, 100, 157, 0.8);
}
.btn-success {
  background-color: #5cb85c;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(92, 184, 92, 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, #5cb85c, #87d987);
  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: #449d44;
  box-shadow: 0px 6px 12px 0px rgba(68, 157, 68, 0.4);
}
.btn-success:active,
.btn-success:focus {
  background-color: #357935;
  box-shadow: 0px 2px 8px 0px rgba(53, 121, 53, 0.4), inset 0px 0px 2px 0px rgba(68, 157, 68, 0.8);
}
.btn-info {
  background-color: #5bc0de;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(91, 192, 222, 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, #5bc0de, #86deee);
  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: #31b0d5;
  box-shadow: 0px 6px 12px 0px rgba(49, 176, 213, 0.4);
}
.btn-info:active,
.btn-info:focus {
  background-color: #2390b0;
  box-shadow: 0px 2px 8px 0px rgba(35, 144, 176, 0.4), inset 0px 0px 2px 0px rgba(49, 176, 213, 0.8);
}
.btn-warning {
  background-color: #f0ad4e;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(240, 173, 78, 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, #f0ad4e, #f7d473);
  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: #ec971f;
  box-shadow: 0px 6px 12px 0px rgba(236, 151, 31, 0.4);
}
.btn-warning:active,
.btn-warning:focus {
  background-color: #c77c11;
  box-shadow: 0px 2px 8px 0px rgba(199, 124, 17, 0.4), inset 0px 0px 2px 0px rgba(236, 151, 31, 0.8);
}
.btn-danger {
  background-color: #ee5454;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(238, 84, 84, 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, #ee5454, #f67b7b);
  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: #e92626;
  box-shadow: 0px 6px 12px 0px rgba(233, 38, 38, 0.4);
}
.btn-danger:active,
.btn-danger:focus {
  background-color: #c81414;
  box-shadow: 0px 2px 8px 0px rgba(200, 20, 20, 0.4), inset 0px 0px 2px 0px rgba(233, 38, 38, 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;
}
s 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;
}
.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;
  max-height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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;
  height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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: #ee5454 !important;
}
.txt-primary {
  color: #297fc7 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-warning {
  color: #f0ad4e !important;
}
.txt-success {
  color: #5cb85c !important;
}
.txt-dark {
  color: #414141;
}
.txt-light {
  color: #696969;
}
.txt-time {
  font-size: 12px;
  color: #999999;
}
.txt-time-color {
  color: #999999;
}
.no-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
.feed-attach-form-label {
  color: #999999;
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #999999;
  color: #959595;
  margin: 10px 0;
  padding: 10px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-element {
  -webkit-flex: 1;
  flex: 1;
}
.remove-btn {
  color: #bdbdbd;
}
.remove-btn:hover {
  color: #ee5454;
}
.item_title_listing {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
.pt-base {
  padding-top: 9px;
}
.pb-base {
  padding-bottom: 9px;
}
.pv-base {
  padding-top: 9px;
  padding-bottom: 9px;
}
.video_tag {
  border: 1px solid  #C9D7E5;
  background: #e5e5e5;
  color: #333;
  padding: 3px;
  margin-bottom: 5px;
  display: inline-block;
}
.lines-base-3 {
  max-width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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;
  height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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: #ee5454 !important;
}
.txt-primary {
  color: #297fc7 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-warning {
  color: #f0ad4e !important;
}
.txt-success {
  color: #5cb85c !important;
}
.txt-dark {
  color: #414141;
}
.txt-light {
  color: #696969;
}
.txt-time {
  font-size: 12px;
  color: #959595;
}
.txt-time-color {
  color: #959595;
}
.no-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
.feed-attach-form-label {
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #959595;
  margin: 10px 0;
  padding: 10px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-element {
  -webkit-flex: 1;
  flex: 1;
}
.remove-btn {
  color: #bdbdbd;
}
.remove-btn:hover {
  color: #ee5454;
}
.item_title_listing {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
@media (max-width: 768px) {
  .display_block_sm {
    display: block;
  }
}
.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;
  max-height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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;
  height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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: #ee5454 !important;
}
.txt-primary {
  color: #297fc7 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-warning {
  color: #f0ad4e !important;
}
.txt-success {
  color: #5cb85c !important;
}
.txt-dark {
  color: #414141;
}
.txt-light {
  color: #696969;
}
.txt-time {
  font-size: 12px;
  color: #959595;
}
.txt-time-color {
  color: #959595;
}
.no-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
.feed-attach-form-label {
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #959595;
  margin: 10px 0;
  padding: 10px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-element {
  -webkit-flex: 1;
  flex: 1;
}
.remove-btn {
  color: #bdbdbd;
}
.remove-btn:hover {
  color: #ee5454;
}
.item_title_listing {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
@media (max-width: 768px) {
  .display_block_sm {
    display: block;
  }
}
.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;
  max-height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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;
  height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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: #ee5454 !important;
}
.txt-primary {
  color: #297fc7 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-warning {
  color: #f0ad4e !important;
}
.txt-success {
  color: #5cb85c !important;
}
.txt-dark {
  color: #414141;
}
.txt-light {
  color: #696969;
}
.txt-time {
  font-size: 12px;
  color: #959595;
}
.txt-time-color {
  color: #959595;
}
.no-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
.feed-attach-form-label {
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #959595;
  margin: 10px 0;
  padding: 10px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-element {
  -webkit-flex: 1;
  flex: 1;
}
.remove-btn {
  color: #bdbdbd;
}
.remove-btn:hover {
  color: #ee5454;
}
.item_title_listing {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
@media (max-width: 768px) {
  .display_block_sm {
    display: block;
  }
}
.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;
  max-height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  height: 60px;
  white-space: normal;
  -webkit-line-clamp: 3;
  -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;
  max-height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  height: 20px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -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;
  max-height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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;
  height: 40px;
  white-space: normal;
  -webkit-line-clamp: 2;
  -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: #ee5454 !important;
}
.txt-primary {
  color: #297fc7 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-warning {
  color: #f0ad4e !important;
}
.txt-success {
  color: #5cb85c !important;
}
.txt-dark {
  color: #414141;
}
.txt-light {
  color: #696969;
}
.txt-time {
  font-size: 12px;
  color: #959595;
}
.txt-time-color {
  color: #959595;
}
.no-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
.feed-attach-form-label {
  color: #959595;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #959595;
  margin: 10px 0;
  padding: 10px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
}
.flex-wrapper-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-element {
  -webkit-flex: 1;
  flex: 1;
}
.remove-btn {
  color: #bdbdbd;
}
.remove-btn:hover {
  color: #ee5454;
}
.item_title_listing {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
}
@media (max-width: 768px) {
  .display_block_sm {
    display: block;
  }
}
.photo_hover_info {
  color: #FFFFFF;
  left: 0;
  position: absolute;
  /*top: -48px;*/
  bottom: 4px;
  width: 190px;
  display: none;
  z-index: 10;
  overflow: hidden;
}
.photo_hover_info_album_title a,
.photo_hover_info_album_title a:hover {
  color: #CFCFCF;
}
.photo_hover_info img.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.photo_hover_info div {
  z-index: 11;
}
.photo_hover_info_album_title {
  height: 30px;
  text-align: left;
  padding: 5px;
}
.photo_hover_info_actions {
  border-top: 1px solid #8F8F8F;
  margin-top: 10px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  padding: 5px;
}
.photo_hover_info_actions_do {
  text-align: left;
}
.photo_hover_info_actions_counter {
  position: absolute;
  right: 5px;
  top: 2px;
}
.photo_hover_info_actions_do a {
  color: #FFFFFF;
}
.photo_row,
.photo_holder {
  /* 13127
    width: 150px;
    height: 150px;*/
  margin: 3px;
}
.photo_row_holder {
  min-height: 196px;
}
.photo_row_small .image_hover_holder {
  height: 150px;
  width: 100%;
}
.pager_view_more_link a,
.pager_view_more_link a:hover {
  text-align: center;
}
.pager_view_more_link a span {
  position: absolute;
}
div.video_moderate_link {
  bottom: 4px;
}
.photo_row .image_hover_menu_link {
  top: 4px;
  right: 8px;
  height: 22px;
}
.photo_row .video_moderate_link {
  top: 0px;
}
.photo_row .image_hover_menu {
  top: 4px;
  right: 30px;
}
.js_like_counter img {
  vertical-align: bottom;
}
div#js_album_content div.photos_container_row div.photo_row_dynamic_view div.photo_row_holder {
  display: block;
}
div#js_album_content div.photos_container_row div.photos_per_page_5 {
  width: 190px;
  height: 190px;
}
div.small_desc {
  font-size: 13px;
  margin: 20px 0;
}
.center {
  text-align: center;
}
.mt-20 {
  margin-top: 20px;
}
.photo-albums > .album_wrapper > article {
  vertical-align: top;
  height: 280px;
  background-size: cover;
  border: 1px #d8dee2 solid;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 50% !IMPORTANT;
  margin: auto;
  user-select: none;
  margin-top: -5px !important;
}
.thumb_title {
  position: absolute;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  width: 100%;
  text-align: center;
  top: 38%;
}
figure.effect-milo {
  background: #2e5d5a;
}
figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(160%);
  width: calc(160%);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
figure.effect-milo h2 a {
  color: #fff;
  font-weight: 300;
}
.by_user {
  font-size: 14px;
  text-align: right;
  word-spacing: normal;
}
figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  width: 24% !important;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  opacity: 0.6;
}
.lSSlideOuter .lSPager.lSGallery img:hover {
  opacity: 0.9;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 0;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  text-shadow: 0px 0px 1px #555;
  height: 3.75em;
  background: rgba(60, 60, 60, 0.3);
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
figure.effect-zoe h2 {
  float: left;
}
figure.effect-zoe p.icon-links a {
  float: right;
  color: #fff;
  font-size: 1.4em;
}
figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}
.icon-links a i {
  padding-top: 12px;
  text-shadow: 1px 1px 1px #555;
}
.fa-facebook:hover {
  color: #3b5998;
}
.fa-twitter:hover {
  color: #1da1f2;
}
.fa-google-plus:hover {
  color: #c13c31;
}
.category a {
  line-height: 28px;
}
.mb-20 {
  margin-bottom: 20px;
}
figure.effect-zoe p.description {
  position: absolute;
  bottom: 4em;
  padding: 2em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}
figure.effect-zoe p.description a {
  color: #fff;
  text-transform: none;
  font-size: 110%;
  text-shadow: 1px 1px 1px #333;
}
figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-eye::before {
  content: '\e000';
}
.icon-paper-clip::before {
  content: '\e001';
}
.icon-heart::before {
  content: '\e024';
}
figure.effect-zoe h2 a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  text-transform: none;
}
figure.effect-zoe:hover p.description {
  opacity: 1;
}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.share_links {
  position: absolute;
  top: 0;
  transition: opacity 1s;
  opacity: 0;
  right: 0;
  padding: 10px;
  background: rgba(51, 51, 51, 0.2);
  padding-right: 0px;
}
.advphoto_album_block {
  background: rgba(51, 51, 51, 0.2);
  position: absolute;
  bottom: 0px;
  width: 100%;
  transition: background 1s;
  padding: 10px 20px 0;
  color: #fff;
}
.change_icons {
  float: right;
  padding-top: 23px;
  display: block;
}
.change_icons i {
  color: #333;
  font-size: 20px;
  text-shadow: 1px 1px 1px #eee;
  padding-left: 10px;
}
.stat_info {
  color: #fff;
  margin-top: 10px;
}
.stat_info i {
  padding-right: 15px;
}
.album_block {
  position: relative;
}
.album_block:hover .share_links {
  opacity: 1;
}
.album_block:hover .advphoto_album_block {
  background: rgba(47, 131, 202, 0.6);
}
.advphoto_album_block a,
.advphoto_album_block a:hover {
  color: #fff;
  line-height: 25px;
  font-size: 13px;
}
#big {
  transition: display 1s;
}
#small {
  transition: display 1s;
}
.share_links a {
  color: #fff;
  padding-right: 15px;
  font-size: 14px;
}
.pinterest_style {
  box-shadow: 0 3px 5px #999;
}
.description {
  color: #777;
  margin: 5px 0;
  font-size: 12px;
}
.pin_stat {
  color: #777;
  line-height: 30px;
}
.pinterest_image {
  position: absolute;
  left: 40%;
  bottom: -20px;
  border-radius: 50%;
}
.pinterest_block {
  margin-top: 30px;
  padding: 0 5px;
  height: 213px;
}
.album_stats {
  line-height: 35px;
}
.album_stats i {
  padding-right: 5px;
}
.album_cover {
  height: 380px;
  background-size: cover;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.album_information {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.39);
  text-align: center;
  width: 100%;
  margin: auto;
  height: 100%;
  padding-top: 72px;
}
.album_information a {
  color: #fff;
}
.album_information h1 {
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  font-size: 35px;
  margin-bottom: 10px;
}
.album_information .item_info span.user_profile_link_span > a {
  color: #fff !important;
  text-shadow: 1px 1px 1px #333;
}
.album_information .item_info {
  border: none;
  text-shadow: 1px 1px 1px #333;
  color: #fff;
}
.album_information #js_album_description {
  width: 70%;
  margin: auto;
}
.photos_in {
  font-size: 20px;
  margin: 20px 0;
  text-align: left;
}
.photo_block_small h2 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
.photo_block_small {
  position: relative;
  width: 100%;
  padding: 0px;
  color: #555;
}
.photo_block_small a {
  color: #555;
}
.block_album_image {
  margin-top: 10px;
  position: relative;
}
.block_album_image img:hover {
  opacity: 0.85;
}
.photo_block_small h2 a {
  color: #555;
  font-size: 13px;
}
.fl {
  float: left;
}
.border_image {
  border-radius: 50%;
  margin: 10px;
}
#content div.info {
  padding: 0;
}
#content .info_holder div.info {
  font-size: 12px;
}
._app_advphoto.row_feed_loop .activity_feed_content_image {
  max-width: none;
  margin-right: 0;
  width: 100%;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333 !important;
}
.photos_row_cats {
  display: block;
  margin: 0 5px 5px 0;
  position: relative;
  background: #ffffff;
  border: 1px #ebebeb solid;
  width: 32%;
  float: left;
  height: 230px;
  overflow: hidden;
  background-size: cover;
}
.photos_row_cats img {
  height: 173px;
}
#page_advphoto_home #content-slider {
  display: block;
}
.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;
}
.item_bar .item_bar_action_holder.open .item_bar_action {
  color: #555555;
}
._image__50_square {
  width: 50px !important;
  height: 50px !important;
}
._image_50 {
  width: 50px !important;
  height: 50px !important;
}
img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #page_advphoto_home .album_information {
    padding: 40px 10px !important;
  }
  #page_advphoto_home #content-slider {
    display: none;
  }
  #page_advphoto_home #small {
    display: block !important;
  }
  .photo-albums > .album_wrapper > article {
    width: 100% !important;
  }
  #page_advphoto_home .album_cover {
    height: auto !important;
  }
  #page_advphoto_home .lSSlideOuter .lSPager.lSGallery {
    display: none;
  }
  .album_cover {
    height: auto;
  }
  .album_information {
    padding: 10px;
  }
  #js_album_description {
    display: none;
  }
  .display_block_sm {
    display: block;
  }
}
