.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: #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;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
}
.feed-attach-form-file {
  color: #a2a2a2;
  margin: 10px 0;
  padding: 10px;
  background: #f0f0f0;
  width: 100%;
}
.flex-wrapper {
  display: flex;
}
.flex-wrapper-center {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrapper-space-between {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-element {
  -webkit-flex: 1;
  flex: 1;
}
.remove-btn {
  color: #bdbdbd;
}
.remove-btn:hover {
  color: #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;
}
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: #297fc7;
}
.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";
}
/**
	generate button icons
**/
.swith_button {
  position: relative;
  background-color: #f1f1f1;
  color: #424242;
  text-align: center;
  border-radius: 18px;
  padding: 0 10px;
  display: block;
  text-decoration: none !important;
  line-height: 32px;
  height: 32px;
  background-image: none !important;
  white-space: nowrap;
  width: 100%;
}
.home_extra {
  padding: 10px 0 0;
  font-size: 12px;
}
.switch_block {
  position: absolute;
  top: 10px;
  right: 10px;
}
.switch_block > a {
  color: #999 !important;
  font-size: 12px !important;
}
.home_block .title,
.home_block {
  overflow: visible !important;
}
.notch_design.home_block {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
}
.notch_design.home_block i {
  font-size: 16px;
}
.home_block_loader {
  display: none;
}
.switch_block ul li a {
  text-transform: capitalize;
}
.home_block_phrase {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
  font-size: 11px;
  position: absolute;
  top: -25px;
  letter-spacing: 0.6px;
}
.small-text {
  font-size: 12px;
  margin: 5px 0;
  color: #999;
}
.light_bg {
  background: rgba(239, 239, 239, 0.21);
}
.big_text {
  font-size: 16px;
  font-weight: bold;
  padding-right: 7px;
}
.blog-information div:first-child {
  max-width: 60px;
  margin-right: 5px;
}
.blog-information {
  display: flex;
}
.blog-rating {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.blog-rating div {
  margin: 0 10px;
}
.blog-rating .fa {
  font-size: 24px;
  color: #333;
}
.blog-rating .fa-thumbs-o-down.active {
  color: #c31313;
}
.blog-rating .fa-thumbs-o-up.active {
  color: green;
}
.blog-rating .rating-block {
  font-weight: bold;
}
.blog-votes {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  color: #999;
}
.user-sticky-bar ul.user-sticky-bar-items li.user-icon a.no_image_user,
.user-sticky-bar ul.user-sticky-bar-items li.user-icon img.has_image {
  width: 100% !important;
  height: 100% !important;
}
.btn,
input[type='button'],
input[type='submit'],
button {
  border: 1px solid #555555;
}
input[type='submit'] {
  color: #ffffff;
  background-color: #2681d5;
  border-color: #2274bf !important;
}
.item-container.adblog-listing .blog-item .item-outer .item-media-src {
  min-width: 376px;
}
.item-container.adblog-listing .blog-item .item-outer .item-media-src > span:before {
  padding-bottom: 55%;
}
.item-container.adblog-listing .blog-item:hover {
  background: none;
  border-color: #eeeeee;
}
.blog-category {
  margin-bottom: 10px;
  border-radius: 4px;
  margin-right: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-slider {
  width: 100%;
}
.blog-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 35%;
}
.blog-slider .owl-next {
  position: absolute;
  right: 0;
  top: 35%;
}
.blog-slider .owl-dots .owl-dot {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: rgba(38, 129, 213, 0.3);
  border-radius: 100%;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0 4px;
}
.blog-slider .owl-dots .owl-dot.active {
  background: #2681d5;
}
.blog-slider .owl-theme .owl-dots .owl-dot span {
  display: none;
}
.item-container.adblog-listing .blog-item .item-outer .item-desc {
  margin: 10px 0;
}
.blog-slider.item-container.adblog-listing .blog-item .item-outer .item-media-src {
  min-width: 500px;
}
.featured-button {
  display: none !important;
}
.blog-slider .featured-button {
  display: inline-flex !important;
  margin: 10px 0;
  border: 1px solid #bbb !important;
}
.blog-slider .moderation_row {
  display: none;
}
.blog-h1 {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.blog_pagetext {
  text-align: left;
  color: #999;
  margin-top: -5px;
  font-size: 13px;
  margin-bottom: 10px;
}
.centered {
  text-align: center !important;
}
.small-entries.item-container.blog-listing .blog-item {
  width: 33.333%;
}
.small-entries.item-container.adblog-listing .blog-item .item-outer .item-media-src {
  float: none;
  min-width: 100%;
}
.small-entries.item-container.blog-listing .blog-item .item-outer {
  flex-wrap: wrap;
  border: none !important;
  border-top: 1px solid #eee !important;
}
.small-entries.item-container.blog-listing .blog-item {
  border: none !important;
}
.centered .btn-gradient {
  padding: 0 30px !important;
  margin-top: 10px;
}
.divider {
  margin: 20px auto;
  height: 1px;
  border-top: 1px solid #eee;
  width: 70%;
}
.small-entries.item-container.blog-listing .blog-item .item-outer .item-inner {
  margin-top: 10px;
}
#page_adblog_view .alert {
  margin-bottom: 32px;
}
#page_adblog_view .blog-view {
  position: relative;
}
#page_adblog_view .blog-view .blog-image {
  position: relative;
  display: block;
  margin: -16px;
  margin-top: -17px;
  margin-bottom: 16px;
}
#page_adblog_view .blog-view .blog-image span {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#page_adblog_view .blog-view .blog-image span:before {
  content: "";
  display: block;
  padding-bottom: 42.85%;
}
@media (max-width: 480px) {
  #page_adblog_view .blog-view .blog-image {
    margin-top: 0;
  }
}
#page_adblog_view .blog-info {
  display: flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
#page_adblog_view .blog-info .blog-info-image {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 100%;
}
#page_adblog_view .blog-info .blog-info-image a {
  width: 100%;
  height: 100%;
}
#page_adblog_view .blog-info .blog-info-image a.no_image_user > span {
  font-size: 11px;
}
#page_adblog_view .blog-info .blog-info-image .img-wrapper img {
  width: 100%;
  height: 100%;
}
html[dir="ltr"] #page_adblog_view .blog-info .blog-info-main {
  margin-left: 8px;
}
html[dir="rtl"] #page_adblog_view .blog-info .blog-info-main {
  margin-right: 8px;
}
#page_adblog_view .blog-info .blog-info-main > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #a2a2a2;
}
#page_adblog_view .blog-info .blog-info-main .blog-author .user_profile_link_span {
  display: inline-block;
}
#page_adblog_view .blog-total-viewlike {
  position: relative;
  min-height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
  color: #a2a2a2;
}
.about_block {
  float: left;
  margin-left: 10px;
  width: calc(30%);
}
.fb_date .user_profile_link_span {
  display: inline-block !important;
}
.fb_date .user_profile_link_span > a {
  font-weight: 400 !important;
  font-size: 12px !important;
}
#page_adblog_add .view_item_link {
  position: absolute;
  right: 0;
  top: -14px;
}
.comment {
  font-size: 12px;
  line-height: 17px;
  margin: 4px 0 0;
  overflow: hidden;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}
.comment i {
  color: #ccc;
  padding: 0 3px;
  font-size: 8px;
}
#page_adblog_view .blog-total-viewlike .blog-number {
  font-weight: bold;
  color: #555555;
}
#page_adblog_view .blog-total-viewlike > span {
  position: absolute;
  top: 15px;
  left: 0;
}
#page_adblog_view .blog-total-viewlike > span > span {
  padding: 0 10px;
}
#page_adblog_view .blog-total-viewlike .comment-mini-content-commands {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
#page_adblog_view .blog-post {
  padding-bottom: 32px;
  margin-bottom: 8px;
  padding-top: 0;
  font-size: 16px;
  line-height: 21px;
  border-bottom: 1px solid #eeeeee;
}
#page_adblog_view .blog-post img {
  max-width: 100%;
  display: block;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  padding-bottom: 10px;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead > tr > td,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > td,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table > caption + thead > tr:first-child > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > colgroup + thead > tr:first-child > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead:first-child > tr:first-child > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > caption + thead > tr:first-child > td,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > colgroup + thead > tr:first-child > td,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table .table {
  background-color: #e5eaef;
  padding: 10px;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead > tr > td,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tbody > tr > td,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead > tr > th,
#page_adblog_view .blog-post .table-wrapper.table-responsive table > thead > tr > td {
  border-bottom-width: 2px;
}
#page_adblog_view .item_bar {
  position: absolute;
  top: 0;
}
html[dir='ltr'] #page_adblog_view .item_bar {
  right: -8px;
}
html[dir='rtl'] #page_adblog_view .item_bar {
  left: -8px;
}
#page_adblog_view .item_bar .item_bar_action_holder .item_bar_action {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 32px;
  height: 32px;
}
#page_adblog_view .item_bar .item_bar_action_holder .item_bar_action:hover {
  color: #555555;
}
#page_adblog_view .item_bar .item_bar_action_holder .item_bar_action:hover i.ico:before {
  content: "\ea88";
}
#page_adblog_view .item_bar .item_bar_action_holder .item_bar_action:before {
  display: none;
}
#page_adblog_view .item_bar .item_bar_action_holder.open .item_bar_action {
  color: #555555;
}
#page_adblog_view .item_bar .item_bar_action_holder.open .item_bar_action i.ico:before {
  content: "\ea88";
}
#page_adblog_view .layout-middle {
  position: relative;
}
#page_adblog_view .blog-icon {
  position: absolute;
  top: 0;
  display: flex;
}
html[dir="ltr"] #page_adblog_view .blog-icon {
  right: 16px;
}
html[dir="rtl"] #page_adblog_view .blog-icon {
  left: 16px;
}
#page_adblog_view .blog-icon .sticky-label-icon {
  margin: 0 1px;
}
#page_adblog_view .blog-icon .sticky-label-icon span.ico {
  font-size: 14px;
}
#page_adblog_view .blog-category {
  background: none;
  color: #a2a2a2;
  padding: 0 !important;
  margin-bottom: 8px;
}
#page_adblog_view .blog-category a {
  color: #555555;
}
#page_adblog_view .blog-category a:hover {
  color: #1e67aa;
}
#page_adblog_view .item_tag_holder {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
  border-top: 0;
  font-size: 12px;
  line-height: 16px;
}
#page_adblog_view .item_tag_holder .item_tag {
  color: #a2a2a2;
}
#page_adblog_view .item_tag_holder a {
  color: #555555 !important;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#page_adblog_view .item_tag_holder a:hover {
  color: #1e67aa !important;
}
#page_adblog_view .addthis_block {
  padding-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 780px) {
  .small-entries.item-container.blog-listing .blog-item {
    width: 100%;
  }
  .blog-slider.item-container.blog-listing .blog-item {
    padding: 0 !important;
  }
  .blog-slider.item-container.blog-listing {
    margin: 0 !important;
  }
  .item-container.adblog-listing .blog-item .item-outer .item-media-src {
    min-width: 100%;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clr {
  clear: both;
}
.mr-10 {
  margin-right: 10px;
}
.block_user_image {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.mb-5 {
  margin-bottom: 5px;
}
.a_block {
  display: block;
  margin-bottom: 3px;
}
.comment {
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.comment i {
  color: #ccc;
  padding: 0 3px;
}
.w-100 img {
  width: 100%;
  height: auto;
}
.blog_info {
  position: absolute;
  top: -80%;
  color: #fff;
  font-weight: bold;
}
.blog_main {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 250px;
  float: left;
  color: #fff;
}
.blog_main_featured {
  word-wrap: break-word;
  position: relative;
  width: 100%;
  float: none;
  margin-right: 0;
  text-align: center;
  height: 350px;
  margin-bottom: 2%;
}
.blog_main_featured .blog_extra_data,
.blog_main_featured .blog_cats,
.blog_main_featured.blog_cats a,
.blog_main_featured.blog_extra_data a {
  font-size: 16px;
}
.blog_main_featured .ad_blog_title a,
.blog_main_featured .ad_blog_title a:hover {
  font-size: 25px;
  line-height: 40px;
}
#grid .blog_pad {
  padding: 40px 15px 0 15px !important;
}
#grid2 .blog_pad {
  padding: 80px 15px 0 15px !important;
}
.blog_pad {
  padding: 60px 15px 0 15px !important;
}
.blog_cats {
  text-transform: uppercase;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.postedby,
.ad_blog_title .postedby a,
.ad_blog_title .postedby a:hover {
  font-style: italic;
  color: #ccc !important;
  font-size: 13px;
  text-transform: none;
}
#grid .blog_cats a {
  font-size: 11px;
}
.ad_blog_title a,
.ad_blog_title a:hover {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 25px;
}
.ad_blog_title a:focus {
  color: #fff;
}
.ad_blog_title_list a,
.ad_blog_title_list a:hover {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.ad_blog_title_list {
  margin-bottom: 5px;
}
.blog_main_list .blog_extra_data {
  color: #aaa;
  text-shadow: none;
  font-weight: normal;
}
.ad_blog_title {
  margin-bottom: 20px;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 10px;
}
.blog_extra_data {
  position: relative;
  margin-bottom: 20px;
}
.blog_extra_data,
.blog_cats,
.blog_cats a,
.blog_extra_data a {
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 1px #555;
  font-weight: bold;
}
.blog_cats a:hover,
.blog_extra_data a:hover {
  text-decoration: none;
}
.blog_main_list div.row_title_image {
  top: -4px;
  margin-left: 86px;
}
div.row_title_image {
  position: absolute;
  top: -6px;
  margin-left: 97px;
}
div.row_title_image:hover {
  background: #fff;
  border: 1px #666 solid;
  z-index: -1;
  -moz-box-shadow: 6px 6px 6px #CFCFCF;
  -webkit-box-shadow: 6px 6px 6px #CFCFCF;
  box-shadow: none;
}
.fb_block img {
  width: 99%;
  margin-bottom: 5px;
}
.fb_block a {
  display: block;
  margin-bottom: 5px;
  position: relative;
  font-size: 14px;
}
.fb_block a.b_before:before {
  content: "";
  border-bottom: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: -20px;
}
.fb_date {
  color: #aaa;
  margin-bottom: 5px;
}
.fb_desc {
  color: #777;
  overflow: hidden;
}
.b_block_image {
  width: 100%;
}
.mt-5 {
  margin-top: 5px;
}
.b_main {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.blog_nophoto {
  width: 60px;
  height: 32px;
  background: #3B5998;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 8px;
}
.blog_style {
  text-align: center;
}
.blog_style i {
  font-size: 20px;
  padding-right: 10px;
  color: #333;
}
.blog_main_list {
  float: left;
  width: 44%;
  border: none !important;
  margin-right: 10%;
}
.list_image,
.blog_main_list .blog_nophoto {
  width: 120px;
  border: 3px double #ccc;
}
.blog_main_list .blog_nophoto {
  height: 44px;
  background: #3B5998;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 19px;
}
.list_image_block {
  width: 140px;
}
.list_data {
  width: 58%;
}
#js_controller_adblog_view .item_content img {
  margin: 5px 0;
}
#js_controller_adblog_view .item_content {
  font-size: 13px;
  line-height: 27px;
  color: #606569;
}
#js_controller_adblog_view #content_load_data h1 {
  display: none;
}
.img_cont {
  text-align: center;
  margin-bottom: 10px;
}
.img_cont img {
  max-width: 100%;
}
h1.main_title {
  display: block !important;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 !important;
}
.blog_info {
  padding: 10px;
  margin: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #aaa;
  font-weight: normal;
  font-size: 13px;
}
#js_controller_adblog_view .parent_item_feed .js_feed_comment_border,
#js_controller_adblog_view .item_view .js_feed_comment_border {
  border: none;
}
.blog_info .item_bar {
  padding: 0px;
  position: absolute;
  margin-top: -5px;
  right: 0;
}
#js_controller_adblog_view .item_tag_holder {
  width: inherit;
  border-top: none;
}
.blog_tags {
  margin: 10px 0;
}
.blog_tags a,
.blog_tags a:hover {
  background: #3B5998;
  padding: 10px;
  color: #fff;
  padding-right: 10px;
  display: inline-block;
  margin-right: 5px;
}
.autohr {
  margin: 20px 0 !important;
}
.blog_info h3 {
  border: none;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 0;
}
.blog_info h3 a {
  color: #333;
  border: none;
}
.about_block {
  width: 100%;
  line-height: 25px;
}
.rand_block {
  width: 30%;
  margin-right: 3%;
  float: left;
}
#js_controller_adblog_view .sub_menu_bar_li,
#js_controller_adblog_view .comment_mini_link_like ul li:nth-child(5) {
  display: none !important;
}
@media screen and (max-width: 785px) {
  div.fl,
  div.fr {
    float: none;
    margin: 5px 0;
  }
  .activity_feed_content_image img {
    max-width: 100%;
  }
  .blog_info .item_bar {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .blog_main {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
  .blog_extra_data,
  .blog_cats,
  .blog_cats a,
  .blog_extra_data a {
    text-align: center;
  }
}
#list .blog_image {
  float: left;
  width: 25%;
  overflow: hidden;
  position: relative;
}
#list .js_blog_parent {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
#list .blog_image img {
  max-width: 100%;
  border: 3px double #eee;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#list .blog_image img:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333333;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#list .row_title {
  float: left;
  width: 75%;
}
#list .row_title_info h1 {
  text-transform: uppercase;
}
#list div.row_title_info {
  padding: 0 0 0 20px;
  margin-top: -8px;
}
div.row_title_info header {
  margin-left: 0 !important;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
#grid ._moderator,
#grid2 ._moderator {
  position: absolute;
  width: 94%;
  left: 3%;
  bottom: 10px;
  background: transparent;
  border: 0;
}
#list,
#grid,
#grid2 {
  display: none;
}
#grid2 .blog_main {
  width: 49%;
}
.blog_main_featured .ad_blog_title {
  width: 50%;
  bottom: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
}
.blog_main_featured .fa-thumbs-up {
  color: red;
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 40px;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
#page_adblog_view .item_bar .item_bar_action_holder .item_bar_action {
  background: none;
  color: #a2a2a2;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
#page_adblog_view .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;
}
#page_adblog_index .owl-theme {
  margin-bottom: 20px;
}
.slider_item {
  width: 300px;
}
.empty-right .slider_item {
  width: 440px;
}
.blog_main_featured .ad_blog_title {
  width: 94%;
}
@media (max-width: 600px) {
  .slider_item {
    width: 320px !important;
  }
}
@media (max-width: 785px) {
  .rand_block {
    width: 100%;
  }
  .block .fl {
    float: left;
  }
  .block .fr {
    float: right;
  }
  .block .mr-10 {
    margin-right: 10px;
  }
  .block .fl .img-wrapper {
    height: 100%;
    width: 100%;
  }
  .blog_info.autohr .fl {
    float: left;
  }
  .blog_info.autohr .mr-10 {
    margin-right: 10px;
  }
}
