.fixed-main-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  display: inline-flex;
}
html[dir='ltr'] .fixed-main-navigation:hover [data-toggle='dropdown'] {
  border-right-color: #a2a2a2;
}
html[dir='rtl'] .fixed-main-navigation:hover [data-toggle='dropdown'] {
  border-left-color: #a2a2a2;
}
.fixed-main-navigation .open [data-toggle='dropdown'] {
  border-color: #a2a2a2;
  color: #555555;
}
.fixed-main-navigation [data-toggle='dropdown'] {
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #a2a2a2;
  transition: all 300ms ease;
}
html[dir='ltr'] .fixed-main-navigation [data-toggle='dropdown'] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
html[dir='rtl'] .fixed-main-navigation [data-toggle='dropdown'] {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fixed-main-navigation [data-toggle='dropdown']:hover {
  border-color: #a2a2a2;
  color: #555555;
}
.fixed-main-navigation .dropdown-menu.site_menu {
  background: #24242f;
  min-width: 224px;
  max-height: 320px;
  overflow: auto;
}
.fixed-main-navigation .dropdown-menu.site_menu:after {
  border-bottom-color: #24242f;
}
.fixed-main-navigation .dropdown-menu.site_menu li a {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 16px;
}
.fixed-main-navigation .dropdown-menu.site_menu li a:hover,
.fixed-main-navigation .dropdown-menu.site_menu li a:focus,
.fixed-main-navigation .dropdown-menu.site_menu li a.menu_is_selected {
  background: #20649d;
}
@media screen and (max-width: 991px) {
  .fixed-main-navigation {
    display: none !important;
  }
}
.fixed-main-navigation .js-btn-collapse-main-nav {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #555555;
  padding: 0 12px;
  height: 32px;
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: all 300ms ease;
  line-height: 32px;
  display: inline-block;
}
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 0;
}
html[dir='ltr'] .fixed-main-navigation .js-btn-collapse-main-nav {
  border-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fixed-main-navigation .js-btn-collapse-main-nav > a {
  color: #555555;
  display: flex;
  align-items: center;
}
.fixed-main-navigation .js-btn-collapse-main-nav span {
  display: inline-block;
}
.fixed-main-navigation .js-btn-collapse-main-nav .fa,
.fixed-main-navigation .js-btn-collapse-main-nav .ico {
  margin-right: 12px;
  margin-bottom: 2px;
}
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav .fa,
html[dir='rtl'] .fixed-main-navigation .js-btn-collapse-main-nav .ico {
  margin-right: 0;
  margin-left: 12px;
}
.fixed-main-navigation .js-btn-collapse-main-nav:hover {
  border-color: #a2a2a2;
  background-color: #eeeeee;
}
.fixed-main-navigation .js-btn-collapse-main-nav:empty {
  display: none;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fixed-header body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-header body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-header body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-app-menu body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
.fixed-app-menu body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
.fixed-app-menu body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
.fixed-app-menu body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(-544vw);
  padding-right: calc(-544vw);
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-right: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li {
  border-right: 0;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #297fc7;
  color: #297fc7;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"].fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .img-wrapper,
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
.fixed-app-menu.fixed-header body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-app-menu.fixed-header body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
.fixed-app-menu.fixed-header body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu.fixed-header body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] {
  padding-top: 88px;
}
@media (min-width: 992px) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] {
    padding-top: 90px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header ._block.location_6 {
  display: flex;
  flex-direction: column;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  z-index: 100;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 88px;
  }
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_menusub {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: 48px;
  z-index: 98;
}
.fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .fixed-app-menu.fixed-header body[data-header="fixed"][data-submenu="fixed"] #section-header .main-navigation {
    height: 0 !important;
    overflow: hidden !important;
    transition: all 300ms ease;
  }
}
.fixed-header.fixed-profile-menu body[data-header="fixed"] {
  padding-top: 48px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(-544vw);
  padding-right: calc(-544vw);
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul {
  padding-right: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li {
  border-right: 0;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #297fc7;
  color: #297fc7;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"].fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .img-wrapper,
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
.fixed-header.fixed-profile-menu body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-profile="fixed"] {
  padding-top: 96px;
}
.fixed-header.fixed-profile-menu body[data-header="fixed"][data-profile="fixed"] .profiles-menu.set_to_fixed {
  top: 48px;
}
a {
  color: #2681d5;
}
a:hover {
  color: #1e67aa;
}
.sticky-bar {
  background-color: #ffffff;
}
#main #content-stage,
.js_feed_view_more_entry_holder .feed-stream-content,
.js_feed_comment_border .feed-stream-content,
.header-filter-holder,
div.comment_mini_content_border {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu .overlay {
    background: linear-gradient(to right, rgba(38, 129, 213, 0) 0%, rgba(38, 129, 213, 0.7) 25%, #2681d5 100%);
  }
}
.js_box_holder .js_box .form-control,
.js_box_holder .js_box input[type="text"],
.form-control,
textarea,
.js_box_holder .js_box textarea {
  background-color: #ffffff;
  color: #555555;
}
#main .layout-left .block > .title,
#main .layout-right .block > .title {
  color: #555555;
}
#main .layout-left .block > .content,
#main .layout-right .block > .content {
  border-top-color: #eeeeee;
}
#section-footer {
  background-color: transparent;
}
#section-footer .footer-holder .copyright {
  color: #7691a3;
}
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;
}
.h-6 {
  height: 48px;
}
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"].ml-1 {
  margin-left: 8px;
}
html[dir="rtl"].ml-1 {
  margin-right: 8px;
}
.s-4 {
  width: 32px;
  height: 32px;
}
.pt-6 {
  padding-top: 48px;
}
html[dir="ltr"] .pr-2 {
  padding-right: 16px;
}
html[dir="rtl"] .pr-2 {
  padding-left: 16px;
}
html[dir="ltr"] .mr-3 {
  margin-right: 24px;
}
html[dir="rtl"] .mr-3 {
  margin-left: 24px;
}
html[dir="ltr"] .ml-3 {
  margin-left: 24px;
}
html[dir="rtl"] .ml-3 {
  margin-right: 24px;
}
.mt-1 {
  margin-top: 8px;
}
:not(.fixed-preview) body[data-header="fixed"] {
  padding-top: 48px;
}
:not(.fixed-preview) body[data-header="fixed"] .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
:not(.fixed-preview) body[data-header="fixed"][data-mainmenu="fixed"] .fixed-main-navigation {
  opacity: 1;
  visibility: visible;
}
:not(.fixed-preview) body[data-submenu="fixed"] ._block.location_6 {
  min-height: 40px;
  display: flex;
  flex-direction: column;
}
:not(.fixed-preview) body[data-submenu="fixed"] #js_block_border_core_menusub.block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
}
:not(.fixed-preview) body[data-submenu="fixed"] #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
:not(.fixed-preview) body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :not(.fixed-preview) body[data-submenu="fixed"] .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 40px;
  }
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu.set_to_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0;
  background: #f8f8f8 !important;
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.4), inset 0px 0px 2px 0px rgba(162, 162, 162, 0.8);
  padding-left: calc(-544vw);
  padding-right: calc(-544vw);
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul {
  height: 48px;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul {
  padding-left: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul {
  padding-right: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li {
  border-right: 0;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a {
  height: 48px;
  color: #a2a2a2;
  flex-direction: row;
  transition: all 300ms ease-in-out;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a:hover {
  color: #555555;
  background-color: #eeeeee;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-bottom: 0;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-right: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .ico,
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a .fa {
  margin-left: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] {
  border-left: 1px solid #eeeeee;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-right: 0;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li > a[data-toggle="dropdown"] .ico {
  margin-left: 0;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li.active > a {
  border-bottom: 2px solid #297fc7;
  color: #297fc7;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  :not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li.dropdown-overflow.open a[data-toggle="dropdown"]:after {
    opacity: 0;
    visibility: hidden;
  }
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu > ul > li .dropdown-menu:after {
  display: none;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  display: block !important;
  border-right: 0;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="ltr"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-left: 8px;
}
html[dir="rtl"]:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder {
  margin-right: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder a {
  border-radius: 100%;
  border-width: 0;
  padding: 0;
  height: auto;
  margin-top: 8px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .img-wrapper,
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  width: 32px;
  height: 32px;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user {
  border: 2px solid #FFF;
}
:not(.fixed-preview) body[data-profile="fixed"] .profiles-menu .profile-image-holder .no_image_user span {
  font-size: 11px;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] {
  padding-top: 88px;
}
@media (min-width: 992px) {
  :not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] {
    padding-top: 90px;
  }
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header ._block.location_6 {
  display: flex;
  flex-direction: column;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  z-index: 100;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  :not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .breadcrumbs_right_section#breadcrumbs_menu:not(:nth-child(2)) {
    top: 88px;
  }
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_menusub {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 300ms ease-in-out;
  top: 48px;
  z-index: 98;
}
:not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header #js_block_border_core_breadcrumb {
  padding-top: 40px;
}
@media (min-width: 992px) {
  :not(.fixed-preview) body[data-header="fixed"][data-submenu="fixed"] #section-header .main-navigation {
    height: 0 !important;
    overflow: hidden !important;
    transition: all 300ms ease;
  }
}
:not(.fixed-preview) body[data-header="fixed"][data-profile="fixed"] {
  padding-top: 96px;
}
:not(.fixed-preview) body[data-header="fixed"][data-profile="fixed"] .profiles-menu.set_to_fixed {
  top: 48px;
}
@media (min-width: 768px) {
  html[dir='ltr']:not(.fixed-preview) body[data-left="fixed"] .layout-left {
    position: fixed;
    z-index: 1;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-left="fixed"] .layout-main .layout-middle {
    margin-left: 256px !important;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-right="fixed"] .layout-right {
    position: fixed;
    z-index: 1;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-right="fixed"] .layout-main .layout-middle {
    margin-right: 256px !important;
  }
}
@media (min-width: 768px) {
  html[dir='rtl']:not(.fixed-preview) body[data-left="fixed"] .layout-left {
    position: fixed;
    z-index: 1;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-left="fixed"] .layout-main .layout-middle {
    margin-right: 256px !important;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-right="fixed"] .layout-right {
    position: fixed;
    z-index: 1;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-right="fixed"] .layout-main .layout-middle {
    margin-left: 256px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html[dir='ltr']:not(.fixed-preview) body[data-left="fixed"] .empty-right .layout-main .layout-middle {
    margin-left: 0 !important;
    margin-right: 256px !important;
  }
  html[dir='ltr']:not(.fixed-preview) body[data-right="fixed"] .empty-right .layout-main .layout-middle {
    margin-right: 0 !important;
    margin-left: 256px !important;
  }
  html[dir='ltr'] #main:not(.empty-right):not(.empty-left) .layout-middle {
    margin-right: 24px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html[dir='rtl']:not(.fixed-preview) body[data-left="fixed"] .empty-right .layout-main .layout-middle {
    margin-right: 0 !important;
    margin-left: 256px !important;
  }
  html[dir='rtl']:not(.fixed-preview) body[data-right="fixed"] .empty-right .layout-main .layout-middle {
    margin-left: 0 !important;
    margin-right: 256px !important;
  }
  html[dir='rtl'] #main:not(.empty-right):not(.empty-left) .layout-middle {
    margin-left: 24px !important;
    margin-right: 0 !important;
  }
}
a,
a:hover {
  color: #d84315;
}
a:hover {
  color: #aa3510;
}
.breadcrumbs-top {
  border-bottom-color: #dddddd;
}
.navbar-default {
  background: #ffffff;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #ffffff;
  color: #d84315;
}
.sticky-bar {
  background: #ffffff;
}
.navbar.navbar-default.ynrespassion-navbar {
  background: #ffffff;
}
.ynrespassion-navbar.navbar-default {
  background: #ffffff;
}
@media (max-width: 992px) {
  .navbar-header {
    background-color: #d84315;
  }
}
#js_block_border_core_menusub ul.action > li.active > a,
#js_block_border_core_menusub ul.action > li.active > a:hover,
#js_block_border_core_menusub ul.action > li.active > a:focus {
  border-left-color: #d84315;
  background: #f0f0f0;
  color: #1794ff;
}
#content-stage {
  background: #ffffff;
}
.container-fluid {
  max-width: 1190px;
}
footer,
.footer-holder {
  background: #ffffff;
  color: #d84315;
}
#section-footer .footer-menu li a {
  color: #d84315;
}
.btn-success {
  background: #43be62;
  color: #ffffff;
  border-color: #43be62;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  /* .button_hover(rgba(122, 203, 29, 0.5),@brand-success-light,@brand_success); */
}
.form-control,
.edit_menu_container {
  border-color: #cccccc;
  background: #ffffff;
  color: #999999;
}
.form-control:focus {
  box-shadow: 0px 2px 5px 0px rgba(23, 148, 255, 0.3) !important;
  border-color: #d84315;
  color: #555555;
}
#header_search_form span.form-control-feedback {
  background: #f8f8f8 !important;
  color: #333333 !important;
}
ul.action > li {
  border-bottom-color: #dddddd !important;
}
ul.action > li > a,
ul.action > li > a:hover {
  color: #555555 !important;
}
ul.action > li > a:hover {
  color: #aa3510 !important;
}
.block .content .extra_info,
.block .content .extra_info_link {
  color: #555555 !important;
}
#header_search_form input.form-control {
  background: #f8f8f8;
  color: #a2a2a2;
}
.item_selection_not_active .item_is_not_active,
.item_selection_active .item_is_active,
.page_section_menu ul li.active a {
  color: #ffffff !important;
  border-color: #d84315 !important;
  background: #d84315 !important;
}
.page_section_menu ul li.active a:hover {
  color: #ffffff !important;
  border-color: #d84315 !important;
}
.feed_comment_share_holder a:hover,
.feed_like_link a.js_like_link_toggle:hover,
.feed_options_holder a.feed_options:hover {
  color: #ffffff;
}
.feed_like_link a.js_like_link_toggle.liked {
  color: #d84315;
}
.page_breadcrumbs_menu .btn-success:hover {
  /* .button_hover(rgba(122, 203, 29, 0.5),@brand-success-light, @brand_success); */
}
.page_breadcrumbs_menu > a > span:before {
  content: ' ';
  display: inline-block;
  padding-right: 5px;
}
a.activity_feed_content_link_title,
a.activity_feed_content_link_title:hover,
#content div.row_title_info h1 a.link,
#content div.row_title_info h1 a.link:hover {
  color: #aa3510 !important;
}
a.activity_feed_content_link_title:hover,
#content div.row_title_info h1 a.link:hover {
  color: #aa3510 !important;
}
.header_filter_holder .btn:focus {
  border-color: #d84315 !important;
  box-shadow: 0px 2px 5px 0px rgba(23, 148, 255, 0.3) !important;
  background-color: #ffffff !important;
  color: #555555;
}
.header-right-menu li.open .btn-abr,
._moderator a.moderate_link_active i::before,
._moderator a.moderate_link_active:hover i::before {
  color: #d84315;
}
.profile_menu_is_fixed .profiles_menu {
  background: #d84315;
}
.profile_menu_is_fixed .profiles_menu > ul > li > a,
.profile_menu_is_fixed .profiles_menu > ul > li > a:hover {
  color: #333333;
}
.profile_menu_is_fixed .profiles_menu > ul > li > a:hover {
  opacity: 0.6;
}
.feed_is_child {
  display: inline-block;
}
.feed_is_child div.row1,
.feed_is_child div.row2 {
  background: #f2f2f2;
  margin: 0;
}
.feed_is_child .js_feed_comment_border {
  display: none;
}
#right #js_block_border_user_register {
  background: rgba(12, 12, 12, 0.85) !important;
}
#right #js_block_border_user_register .table_left {
  color: #fff !important;
}
#right #js_block_border_user_register .extra_info {
  color: #fff !important;
}
.navbar.navbar-default.ynrespassion-navbar .navbar-nav > li a:after {
  background: #d84315;
}
#section-footer .footer-holder,
#select_lang_pack {
  color: #555555;
}
#section-header .block .content {
  background: #f8f8f8;
}
/*onix_giri*/
.sub_section_menu > ul > li > a > span {
  background: #0096FF !important;
}
#js_block_border_core_menusub ul.action > li.active > a,
#js_block_border_core_menusub ul.action > li.active > a:hover,
#js_block_border_core_menusub ul.action > li.active > a:focus {
  border-left-color: #0096FF !important;
}
ul.action > li > a:hover {
  color: #0096ff !important;
}
.yndirectory-featured:hover .yndirectory-featured__title,
.yndirectory-featured:hover .yndirectory-featured__title a {
  color: #0096FF !important;
}
a,
a:hover {
  color: #0096FF;
}
.btn-primary {
  color: #ffffff;
  background-color: #0096FF;
  border-color: #0096FF;
  box-shadow: 0px 1px 2px 0px #0096FF;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #0096FF;
  border-color: #0096FF;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #0096FF !important;
  border-color: #0096FF;
}
#section-footer {
  border-top: 2px solid #0096FF;
  top: -24px;
}
#section-footer .footer-menu li:hover a {
  color: #0096FF;
  border-bottom: 2px solid #0096FF;
  -webkit-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
}
#section-footer .footer-menu li a {
  color: #0096FF;
}
#section-footer .btn-scroll-top {
  background-color: #0096FF;
}
.ynrespassion-videos-ld .ynrespassion-videos-container ul li .item-inner .item-title a:hover {
  color: #0096FF;
}
.ynrespassion-videos-ld .ynrespassion-videos-container ul li .item-media-icon > span.ico:hover {
  background: #0096FF;
}
.ynrespassion-videos-ld .ynrespassion-videos-container ul li .item-media-icon > span.ico {
  background: #0096FF;
}
.ynrespassion-home-slider-wrapper-ld .item > a .item-slider-info h1 {
  background: #0096FF;
}
.ynrespassion-reasons-ld .ynrespassion-reasons-container {
  background: #0096FF;
}
#user_sticky_bar ul.list-inline li[id^=hd-] a.btn-abr:before,
.sticky-bar-sm ul.list-inline li[id^=hd-] a.btn-abr:before {
  background: #0096FF;
}
.ynrespassion-reasons-ld .ynrespassion-reasons-container .ynrespassion-inner ul li.active > a {
  color: #000;
}
.ynrespassion-reasons-ld .ynrespassion-reasons-container .ynrespassion-inner ul li.active > a .ynrespassion_item_icon_title {
  color: #000;
}
.ynrespassion-news-ld .ynrespassion-news-title .ynrespassion-title {
  background: #0096FF;
}
.ynrespassion-news-ld .ynrespassion-news-container .new-2-items li .item-outer .item-inner .item-title a:hover {
  color: #0096FF !important;
}
.ynrespassion-events-ld .ynrespassion-events-container ul li .item-media-source .item-time .item-time-hours .item-hours {
  color: #0096FF;
}
.ynrespassion-events-ld .ynrespassion-events-container ul li .item-outer:hover .item-media-source .item-time {
  background: #0096FF;
}
.button,
.btn-default,
.button_off {
  color: #0096FF;
  background-color: #ffffff;
  border-color: #0096FF;
}
.button:hover,
.btn-default:hover,
.button_off:hover {
  color: #0096FF;
  background-color: #e6e6e6;
  border-color: #0096FF;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-inner .user_profile_link_span a {
  color: #555555 !important;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer .item-inner .user_profile_link_span a:hover {
  color: #0096ff !important;
}
.js_user_tool_tip_holder .user_tooltip_action ul li a:hover {
  background: #0096ff;
  color: #ffffff;
}
.js_user_tool_tip_holder .js_user_tool_tip_body a,
.js_user_tool_tip_holder .js_user_tool_tip_body a:hover {
  color: #0096ff;
}
#js_block_border_friend_birthday .content .user-birthday-item .item-outer:hover .item-media {
  box-shadow: 0px 6px 12px 0px rgba(0, 150, 255, 0.49);
}
#left .block > .title a:hover,
#right .block > .title a:hover,
#content .block > .title a:hover,
#header_menu .block > .title a:hover,
#left .block_clear > .title a:hover,
#right .block_clear > .title a:hover,
#content .block_clear > .title a:hover,
#header_menu .block_clear > .title a:hover {
  color: #0096ff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #555555;
  border-color: #000;
  box-shadow: 0px 6px 12px 0px rgba(0, 150, 255, 0.49);
}
.dropzone-component:hover .dz-default .dropzone-button {
  background-image: linear-gradient(-90deg, #0096ff b3, #0096ff 7a);
  box-shadow: 0px 10px 20px 0px rgba(0, 150, 255, 0.49);
}
.dropzone-component .dz-default .dropzone-button:not(.dropzone-button-v) {
  background-color: #0096ff;
  box-shadow: 0px 10px 20px 0px rgba(0, 150, 255, 0.49);
}
#global_attachment_photo .dropzone-component .dz-default h4,
#global_attachment_videos .dropzone-component .dz-default h4,
.pf_select_video .dropzone-component .dz-default h4 {
  color: #0096ff;
}
#global_attachment_photo .dropzone-component,
#global_attachment_videos .dropzone-component,
.pf_select_video .dropzone-component {
  border-color: rgba(0, 150, 255, 0.49);
  background-color: rgba(0, 150, 255, 0.2);
}
.ynfeed_form_share_holder .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:hover,
.ynfeed_form_edit .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:hover,
.ynfeed_form_share_holder .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:focus,
.ynfeed_form_edit .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:focus,
.ynfeed_form_share_holder .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:active,
.ynfeed_form_edit .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:active {
  background: #2196f352;
}
.ynfeed_form_share_holder .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active,
.ynfeed_form_edit .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active {
  padding: 8px 16px !important;
  color: #555555;
  background-color: #ffffff;
  border-color: #0096ff;
}
.ynfeed_form_share_holder .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:hover,
.ynfeed_form_edit .activity_feed_form_button_position .privacy_setting_mini .privacy_setting_active:hover {
  color: #555555;
  background-color: #fff !important;
  border-color: #0096ff;
}
.ynfeed_form_share_holder .activity_feed_form_button_position .privacy_setting_mini.open a.btn,
.ynfeed_form_edit .activity_feed_form_button_position .privacy_setting_mini.open a.btn {
  background: #fff;
  color: #555555;
  border-color: #0096ff !important;
}
.btn.disabled,
.button.disabled,
.btn.button_not_active,
.button.button_not_active,
.btn[disabled],
.button[disabled] {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #ffffff;
}
.btn-primary.btn-gradient:before {
  background-image: linear-gradient(-90deg, #0096ff b3, #0096ff 7a);
}
#global_attachment_videos .dropzone-component .dz-default .dropzone-video-icon i.ico,
.pf_select_video .dropzone-component .dz-default .dropzone-video-icon i.ico {
  color: #0096ff;
}
.btn-success,
.btn-success:hover {
  background: #68ba70;
  color: #ffffff;
  border-color: #68ba70;
}
.layout-middle .p-item-title a:hover,
._block.location_6 .p-item-title a:hover,
._block.location_11 .p-item-title a:hover,
._block.location_8 .p-item-title a:hover,
._block.location_12 .p-item-title a:hover,
._block.location_5 .p-item-title a:hover {
  color: #0096ff;
}
.p-advblog-slider-control-wrapper .owl-dots .owl-dot {
  box-shadow: 0px 10px 20px 0px rgba(0, 150, 255, 0.49);
  background: rgba(0, 150, 255, 0.49);
}
.p-advblog-slider-control-wrapper .owl-dots .owl-dot.active {
  background: #0096ff;
}
.layout-left .p-item-title a,
.layout-right .p-item-title a {
  color: #555555;
}
.p-advblog-comment-container .p-advblog-comment-item .item-blog-post-on a {
  color: #555555;
}
.p-advblog-comment-container .p-advblog-comment-item .item-blog-post-on a:hover {
  color: #0096ff;
}
.layout-left .p-advblog-blogger-detail-container .p-advblog-blogger-detail-item .p-advblog-blogger-detail-title a,
.layout-right .p-advblog-blogger-detail-container .p-advblog-blogger-detail-item .p-advblog-blogger-detail-title a {
  color: #555555 !important;
}
.layout-left .p-advblog-blogger-detail-container .p-advblog-blogger-detail-item .p-advblog-blogger-detail-title a:hover,
.layout-right .p-advblog-blogger-detail-container .p-advblog-blogger-detail-item .p-advblog-blogger-detail-title a:hover {
  color: #0096ff !important;
}
.header_filter_holder .btn.btn-primary,
.header_filter_holder .btn.btn-primary:focus {
  background: #0096ff !important;
  color: #fff !important;
  border-color: #0096ff !important;
}
.ynmember_block_item_birthday .ynmember_birthday_info .user_profile_link_span a:hover {
  color: #0096ff !important;
}
.ynmember_block_item_birthday .ynmember_birthday_info .user_profile_link_span a {
  color: #555555 !important;
}
.ynmember_birthday_upcoming ul li .ynmember_info .user_profile_link_span a {
  color: #555555 !important;
}
#ynmember_feature_slider .user_profile_link_span a:hover {
  color: #0096ff !important;
}
#ynmember_feature_slider .user_profile_link_span a {
  color: #555555 !important;
}
.ynmember_birthday_upcoming ul li .ynmember_info .user_profile_link_span a:hover {
  color: #0096ff !important;
}
.ynmember_member_entry .ynmember_member_entry_item .ynmember_member_entry_item_inner.grid_view .ynmember_info .ynmember_owner_name .user_profile_link_span a {
  color: #555555 !important;
}
.ynmember_member_entry .ynmember_member_entry_item .ynmember_member_entry_item_inner.grid_view .ynmember_info .ynmember_owner_name .user_profile_link_span a:hover {
  color: #0096ff !important;
}
.ynmember_add_friend_option .dropdown-menu li.cancel a,
.ynmember_add_friend_dropdown .dropdown-menu li.cancel a {
  color: #555555;
}
.profiles-menu > ul > li a:hover,
.profiles-menu > ul > li a.active {
  color: #0096ff !important;
}
.profiles-menu > ul > li a,
.profiles-menu > ul > li a {
  color: #555555 !important;
}
@media (min-width: 992px) {
  .p-item:hover .p-item-title a {
    color: #0096ff;
  }
  .p-advblog-slider-control-wrapper .owl-dots .owl-dot:hover {
    background: #0096ff;
  }
}
/*========================================================================
    Index
    ------------------------------------------------------------------------
    # -  1.0 - Global Css
    # -  2.0 - Main Menu
    # -  3.0 - Slider
    # -  4.0 - Audio Palyer
    # -  5.0 - Banner
    # -  6.0 - Album
    # -  7.0 - Event
    # -  8.0 - Video Box
    # -  9.0 - Gallery
    # - 10.0 - Blog
    # - 11.0 - Sidebar
    # - 12.0 - Shop
    # - 13.0 - Footer
    # - 14.0 - Preloader
*/
/* -----------------------------------
** Global Css
-------------------------------------*/
body {
  background: #24242f;
  color: #fff !important;
  font-size: 13px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}
ul {
  margin: 0px;
  padding: 0;
}
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #d4a1d4;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  color: #dd4b39;
}
input,
button,
textarea,
select {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: 0;
}
input[type='submit']:focus {
  outline: 0;
}
/*  Heading Tag
-------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 45px;
  line-height: 50px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-weight: 500;
}
h5 {
  font-size: 16px;
}
ul {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.t3s {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.t2s {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.t5s {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.section-heading {
  padding-bottom: 80px;
}
.section-heading h1,
.section-heading h2,
.banner-title h1,
.banner-title h2 {
  font-size: 35px;
  font-weight: 300;
}
.section-heading h1 strong,
.section-heading h2 strong,
.banner-title h1 strong,
.banner-title h2 strong {
  font-weight: 800;
}
.section-padding {
  padding-top: 82px;
  padding-bottom: 90px;
  background-color: #24242f;
}
.musica-button,
.musica-button-two {
  min-width: 150px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  padding: 13px 20px 14px 20px;
  border: 0;
  transition: .5s;
  position: relative;
  overflow: hidden;
  letter-spacing: 1.5px;
  z-index: 3;
  background: transparent;
}
.musica-button:before,
.musica-button:after,
.musica-button-two:before,
.musica-button-two:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2b2b36;
  border-radius: 30px;
  z-index: -1;
}
.musica-button:after,
.musica-button-two:after {
  opacity: 0;
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  transition: all 0.4s ease-in-out;
}
.musica-button:hover,
.musica-button-two:hover {
  color: #fff;
}
.musica-button:hover:after,
.musica-button-two:hover:after {
  opacity: 1;
}
.musica-button:focus,
.musica-button-two:focus {
  color: #fff;
}
.small-button.musica-button,
.small-button.musica-button-two {
  min-width: 135px;
  padding: 9px 20px;
  letter-spacing: 1.5px;
}
.musica-button.base-gradient-bg:after {
  opacity: 1;
}
.musica-button-two {
  border: 1px solid #2d2c31;
}
.musica-button-two:before {
  background: transparent;
}
.musica-button-two:hover {
  border: 1px solid transparent;
}
.base-color {
  color: #dd4b39;
}
.base-bg {
  background: #dd4b39;
}
.black-bg {
  background: #18171c;
}
.base-gradient-bg {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
}
.single-input ::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}
.single-input ::-moz-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}
.single-input :-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}
.single-input :-moz-placeholder {
  color: #fff;
  font-weight: 300;
  opacity: 1;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.pdr0 {
  padding-right: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.pdt20 {
  padding-top: 20px;
}
.pdt40 {
  padding-top: 40px;
}
.pdb25 {
  padding-bottom: 25px;
}
.pdb80 {
  padding-bottom: 80px;
}
.pdb90 {
  padding-bottom: 90px;
}
.pdb100 {
  padding-bottom: 100px;
}
.pdb110 {
  padding-bottom: 110px;
}
/* -----------------------------------
** Main Menu
-------------------------------------*/
.musica-header {
  position: relative;
}
.menu-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.3s ease-out 0s;
}
.shop-icon {
  float: right;
  position: relative;
  width: 31px;
  margin-top: 20px;
  padding: 5px 0;
}
.shop-icon i {
  font-size: 20px;
}
.shop-icon .shop-count {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  line-height: 17px;
  right: 0;
}
#easy-menu {
  width: calc(32%);
  top: 0;
}
.menu-list > li > a {
  text-transform: uppercase;
  font-weight: 400;
  padding: 28px 16px 48px 16px;
  letter-spacing: 1.5px;
  font-size: 13px;
}
.menu-list > li > a:hover {
  font-weight: 400;
}
.menu-list > li.active > a,
.menu-list > li:hover > a {
  color: #fff;
  font-weight: 400;
}
.menu-area {
  padding-top: 16px;
}
.menu-list li .indicator {
  display: none;
}
.menu-fixed-top {
  position: fixed;
  padding-top: 0;
  background: #191919;
}
.menu-fixed-top .menu-list > li > a {
  padding: 28px 16px 31px 16px;
}
.menu-list ul.dropdown,
.menu-list ul.dropdown li ul.dropdown {
  background: #191919;
  padding-bottom: 10px;
}
/*.home-page-header .menu-list ul.dropdown,
.home-page-header .menu-list ul.dropdown li ul.dropdown {
  background: transparent;
}
.home-page-header .menu-fixed-top .menu-list ul.dropdown,
.home-page-header .menu-fixed-top .menu-list ul.dropdown li ul.dropdown {
  background: #191919;
}*/
.menu-list ul.dropdown li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.home-page-header .menu-list > li > a {
  padding: 28px 16px 31px 16px;
}
.menu-list ul.dropdown li a:hover {
  color: #fff;
}
.logo-brand {
  margin-top: 25px;
  display: inline-block;
}
.logo {
  width: 150px;
  float: left;
}
#easy-menu .button {
  font-size: 25px;
  color: #fff;
  display: none;
  padding: 0;
}
#easy-menu > ul {
  float: right;
}
#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#easy-menu > ul > li {
  float: left;
}
#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #191919;
  z-index: 2;
  padding: 5px 0 5px 0;
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}
#easy-menu ul ul li a:before {
  display: none;
}
.menu-area .menu-list > li.has-sub li a {
  padding: 16px 26px;
}
#easy-menu ul ul li {
  transition: all .25s ease;
}
#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0;
}
#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s;
}
#easy-menu ul ul li:last-child {
  border-bottom: 0;
}
#easy-menu ul ul li a {
  width: 220px;
}
#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media (max-width: 991px) {
  nav {
    width: 100%;
  }
  #easy-menu .button {
    display: block;
    margin-top: -6px;
  }
  #easy-menu {
    width: 100%;
  }
  #easy-menu ul {
    width: 100%;
    display: none;
  }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17);
  }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto;
  }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #easy-menu > ul > li {
    float: none;
  }
  #easy-menu ul ul li a {
    padding-left: 25px;
  }
  #easy-menu ul ul ul li a {
    padding-left: 35px;
  }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 22px;
    cursor: pointer;
    z-index: 12399994;
    transition: 0s;
  }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .menu-area .menu-list > li a {
    padding: 16px 0;
  }
  #easy-menu ul ul {
    border: 0;
    padding: 0;
  }
  #easy-menu ul ul li:first-child {
    border: 0;
  }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px;
  }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px;
  }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282;
  }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px;
  }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none;
  }
  #easy-menu ul ul ul li.active a {
    border-left: none;
  }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0;
  }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px;
  }
}
/* -----------------------------------
** End Menu
-------------------------------------*/
/* -----------------------------------
** Slider
-------------------------------------*/
.slider-section {
  position: relative;
}
.slider-section .slider-arrow-button {
  background: transparent !important;
}
.slider-section .slider-arrow-button .musica-button-two {
  text-align: center !important;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 1.4px !important;
  border: 2px solid rgba(233, 233, 233, 0.09);
}
.slider-section .slider-arrow-button .musica-button-two:hover {
  border-color: transparent;
}
.uranus.tparrows::before {
  font-size: 27px;
}
.slider-blod-text span {
  font-weight: 900 !important;
}
.slider-section {
  position: relative;
  background: #24242f;
}
.slider-section .defaultimg:after {
  content: "";
  position: absolute;
  z-index: 8;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
  background: rgba(0, 0, 0, 0.51);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#82000000', GradientType=0);
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -ms-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
}
.tp-caption {
  z-index: 5 !important;
  color: #fff !important;
  font-weight: 500 !important;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: left;
  line-height: 139px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 72px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  /*transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s cubic-bezier(.190, 1.000, .220, 1.000) 3s;
    -webkit-transform: translateX(-1000%);
        -ms-transform: translateX(-1000%);
            transform: translateX(-1000%);*/
}
/*.animate .tp-caption
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}*/
/* -----------------------------------
** End Slider
-------------------------------------*/
/* -----------------------------------
** Audio Palyer
-------------------------------------*/
.audio-player-area {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 13px 0;
  bottom: 0;
}
.audio-player-area.background-overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: .5s;
}
/* volume-controls */
.jp-volume-controls {
  width: 50px;
  margin-left: 40px;
  position: relative;
  margin-top: 0;
  cursor: pointer;
  float: right;
}
.jp-volume-controls button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.jp-volume-bar {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  top: 16px;
  left: 0;
  display: none !important;
}
.jp-volume-bar-value {
  background-color: #fff;
  width: 0px;
  height: 3px;
}
.jp-full-screen:before {
  content: "\f24d";
  top: 10px;
  margin-left: 15px;
}
.jp-state-full-screen .jp-full-screen::before {
  content: "\f096";
  top: 10px;
}
.jp-play.play-icon {
  display: block;
  background-image: none;
  position: absolute;
  z-index: 10;
  font-size: 65px;
  top: -148px;
  left: 50%;
  margin-left: -33px;
  outline: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.jp-time-holder {
  color: #fff;
  margin-top: 2px;
}
.jp-controls button,
.jp-volume-controls button {
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 30px;
}
.jp-play {
  margin-left: 20px;
  margin-right: 20px;
}
.jp-stop::before,
.jp-previous:before,
.jp-next:before,
.jp-play:before,
.jp-full-screen:before,
.jp-state-full-screen .jp-full-screen:before,
.jp-mute::before,
.toggle-mute::before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  top: 15px;
  left: 0;
  line-height: 0;
  opacity: .8;
}
.jp-stop:before {
  content: "\f04d";
}
.jp-previous:before {
  content: "\f048";
}
.jp-next:before {
  content: "\f051";
}
.jp-play:before {
  content: "\f04b";
  font-size: 20px;
  left: 0;
}
.jp-mute::before {
  content: "\f028";
}
.toggle-mute::before {
  content: "\f026";
}
.jp-state-playing .jp-play:before {
  content: "\f04c";
  font-size: 20px;
  left: 0;
}
.jp-audio,
.jp-audio-stream,
.jp-video {
  background: transparent;
  color: #fff;
}
.musica-audio-player {
  position: relative;
}
.musica-audio-player .jp-toggles {
  display: none;
}
.musica-audio-player .jp-controls {
  float: left;
}
.musica-audio-player .jp-controls .jp-stop {
  display: none;
}
.musica-audio-player .jp-video .jp-current-time {
  display: none;
}
.musica-audio-player .audio-table {
  display: block;
}
.musica-audio-player .jp-jplayer {
  float: right;
  width: 32px !important;
  height: 32px !important;
  display: none;
}
.musica-audio-player .jp-jplayer img {
  width: 32px !important;
  height: 32px !important;
}
.musica-audio-player .jp-gui {
  display: block;
  float: left;
  width: calc(-170%);
}
.musica-audio-player .jp-interface {
  position: relative;
  width: 100%;
  padding-top: 5px;
}
.musica-audio-player .jp-interface .jp-progress {
  float: left;
  width: calc(0%);
}
.musica-audio-player .jp-interface .jp-duration {
  float: left;
  width: 50px;
}
.musica-audio-player .jp-interface .audio-playlist {
  float: right;
  width: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
  margin-top: -4px;
}
.musica-audio-player .jp-progress {
  margin-top: 10px;
  padding-right: 40px;
}
.musica-audio-player .jp-seek-bar {
  background: rgba(255, 255, 255, 0.07000000000000001);
  height: 3px;
  cursor: pointer;
}
.musica-audio-player .jp-volume-controls {
  text-align: right;
}
.musica-audio-player .jp-volume-controls .jp-volume-max {
  display: none !important;
}
.musica-audio-player .jp-play-bar {
  background: rgba(255, 255, 255, 0.16);
  width: 0px;
  height: 100%;
  position: relative;
}
.musica-audio-player .jp-controls-holder {
  display: block;
  vertical-align: middle;
}
.musica-audio-player .audio-playlist {
  margin-left: 20px;
  position: relative;
}
.musica-audio-player .jp-video .jp-controls {
  width: 150px;
}
.musica-audio-player .jp-video .jp-controls button {
  position: relative;
  margin-top: 3px;
}
.musica-audio-player .jp-video .jp-controls .jp-play {
  margin-top: 0;
}
.audio-playlist-wrapper {
  position: fixed;
  z-index: -100;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  color: #191919;
  opacity: 0;
}
.audio-playlist-wrapper .jp-playlist {
  text-align: left;
  margin-left: auto;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.7);
}
.audio-playlist-wrapper .jp-playlist li {
  list-style: none;
  padding: 2px 0;
  border-bottom: 1px solid #2d2c31;
  padding: 22px 25px;
}
.jp-playlist-item-remove {
  margin-right: 10px;
}
.audio-playlist-wrapper .jp-playlist li a .jp-artist {
  font-size: 13px;
  float: right;
  width: 200px;
  text-align: left;
}
.playlist-show.audio-playlist-wrapper {
  bottom: 49px;
  opacity: 1;
  z-index: 2;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .playlist-show.audio-playlist-wrapper {
      bottom: 64px;
    }
}*/
.overflow-y {
  overflow: hidden;
}
/* -----------------------------------
** End Audio Palyer
-------------------------------------*/
/* -----------------------------------
** Banner
-------------------------------------*/
.banner-area {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  padding: 182px 0;
}
.banner-area:before {
  position: absolute;
  background: rgba(24, 23, 28, 0.7);
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-title {
  padding-top: 90px;
}
/* -----------------------------------
** End Banner
-------------------------------------*/
/* -----------------------------------
** Album
-------------------------------------*/
.album-item {
  text-align: center;
  margin-bottom: 30px;
}
.album-item a {
  display: block;
  position: relative;
}
.album-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}
.album-item a h3,
.album-item a .sub-heading {
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-out 0s;
  position: absolute;
}
.album-item a h3 {
  font-weight: 800;
  font-size: 21px;
  bottom: 50px;
}
.album-item a .sub-heading {
  text-transform: uppercase;
  color: #fff;
  bottom: 10px;
  display: block;
  letter-spacing: 1px;
}
.album-item a:before {
  position: absolute;
  content: '';
  width: calc(34%);
  left: 33px;
  background: #3a3a44;
  height: 11px;
  top: 0;
  transition: .3s;
  z-index: -1;
}
.album-item a:after {
  position: absolute;
  content: '';
  width: calc(0%);
  left: 50px;
  background: #2d2d37;
  height: 11px;
  top: 0;
  transition: .6s;
  z-index: -2;
}
.album-item a:hover:before {
  top: -11px;
}
.album-item a:hover:after {
  top: -22px;
}
.album-item a:hover .overlay {
  opacity: 0.77;
}
.album-item a:hover h3 {
  opacity: 1;
  bottom: 73px;
}
.album-item a:hover .sub-heading {
  opacity: 1;
  bottom: 48px;
}
.album-banner {
  background: url("../images/album/album-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.album-detail {
  padding-bottom: 80px;
}
.album-detail .image {
  margin-bottom: 30px;
}
.album-detail .album-detail-text {
  background: #272732;
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 50px 90px 50px 85px;
}
.album-detail .album-detail-text h3 {
  font-weight: 900;
  margin-bottom: 40px;
}
.album-detail .album-detail-text ul li {
  padding: 16px 0;
  list-style: none;
  border-bottom: 1px solid #2d2c31;
  text-transform: uppercase;
}
.album-detail .album-detail-text ul li:first-child {
  border-top: 1px solid #2d2c31;
}
.album-detail .album-detail-text ul li span {
  width: 115px;
  text-align: left;
  text-transform: none;
}
.album-detail-button {
  padding-top: 23px;
}
.album-detail-button .musica-button-two {
  min-width: auto;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 9px 22px;
  margin-right: 7px;
}
.album-detail-button .musica-button-two:last-child {
  margin-right: 0;
}
.album-detail-audio-player {
  margin-bottom: 107px;
}
.album-detail-audio-player .audio-playlist-wrapper {
  position: static;
  z-index: 1;
  opacity: 1;
  width: 100%;
  padding-top: 0;
  background: #272732;
}
.album-detail-audio-player .audio-playlist-wrapper .jp-playlist {
  max-width: 100%;
  /*padding*/
}
.album-detail-audio-player .musica-audio-player .audio-table {
  overflow: hidden;
  background: #1c1c25;
  padding: 20px 25px;
}
.album-detail-audio-player .audio-playlist-wrapper .jp-playlist li {
  max-width: 100%;
  border-bottom: 1px solid #2d2c31;
  padding: 22px 25px;
}
.album-detail-audio-player .audio-playlist-wrapper .jp-playlist {
  height: auto;
}
/* -----------------------------------
** End Album
-------------------------------------*/
/* -----------------------------------
** Event
-------------------------------------*/
.check-all-button {
  letter-spacing: 1.5px;
}
.check-all-button span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #2d2c31;
  color: #2d2c31;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  margin-left: 45px;
  transition: .4s;
  padding-left: 2px;
}
.check-all-button:hover {
  color: #fff;
}
.check-all-button:hover span {
  border-color: #fff;
  color: #fff;
}
.event-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.event-section:before {
  background: rgba(24, 23, 28, 0.9399999999999999);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.upcoming-event {
  border-bottom: 1px solid #2d2c31;
  position: relative;
  overflow: hidden;
  padding: 40px 32px 35px 32px;
}
.upcoming-event:first-child {
  border-top: 1px solid #2d2c31;
}
.upcoming-event .fornt-part {
  display: table;
  width: 100%;
  transition: .5s;
}
.upcoming-event .fornt-part .date {
  width: 20%;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}
.upcoming-event .fornt-part .singer {
  width: 30%;
  font-weight: 800;
  font-size: 24px;
}
.upcoming-event .fornt-part .venue {
  width: 35%;
  font-weight: 300;
}
.upcoming-event .fornt-part .detail {
  width: 15%;
}
.upcoming-event .fornt-part .detail a {
  text-transform: uppercase;
}
.upcoming-event .fornt-part > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  transition: .8s;
}
.upcoming-event .back-part {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 72, 0.12);
  transition: .8s;
  opacity: 0;
}
.countdown-show4 .countdown-section,
.countdown-show3 .countdown-section,
.countdown-show2 .countdown-section,
.countdown-show5 .countdown-section {
  width: 90px;
  text-align: left;
}
.countdown-amount {
  font-size: 40px;
  font-weight: 800;
  line-height: 37px;
}
.countdown-section {
  font-size: 100%;
}
.upcoming-event .event-counter {
  overflow: hidden;
  padding-left: 32px;
  position: relative;
  bottom: -50%;
  transform: translateY(-50%);
  transition: .4s;
}
.upcoming-event:hover .back-part {
  opacity: 1;
  transform: scale(1);
}
.upcoming-event:hover .fornt-part .date,
.upcoming-event:hover .fornt-part .singer,
.upcoming-event:hover .fornt-part .venue {
  opacity: 0;
}
.upcoming-event:hover .musica-button-two:after {
  opacity: 1;
}
.event-section .section-heading {
  padding-bottom: 64px;
}
.event-list-content {
  padding-bottom: 140px;
}
.event-list-content .section-heading {
  padding-bottom: 60px;
}
.event-banner {
  background: url("../images/event/event-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event-detail {
  background: #272732;
  margin-left: 40px;
}
.event-detail .event-counter {
  border-top: 1px solid #2d2c31;
  border-bottom: 1px solid #2d2c31;
  overflow: hidden;
  padding: 38px 55px;
}
.event-detail .countdown-show4 .countdown-section,
.event-detail .countdown-show3 .countdown-section,
.event-detail .countdown-show2 .countdown-section,
.event-detail .countdown-show5 .countdown-section {
  width: 24%;
  text-align: center;
}
.event-detail .buy-event-ticket {
  padding: 30px 90px;
  overflow: hidden;
}
.event-vane-date-artist {
  padding: 50px 90px 0 90px;
  margin-bottom: 11px;
}
.event-vane-date-artist h3 {
  font-weight: 900;
  margin-bottom: 35px;
}
.event-vane-date-artist ul li {
  list-style: none;
  display: block;
  padding: 16px 0;
  border-top: 1px solid #2d2c31;
}
.event-vane-date-artist ul li span {
  float: right;
  padding-right: 30px;
}
.event-detail-text {
  padding-top: 110px;
  padding-bottom: 60px;
}
.event-detail-text .section-heading {
  padding-bottom: 40px;
}
#map {
  width: 100%;
  height: 500px;
}
.musica-event-google-map {
  margin-bottom: 120px;
}
.musica-event-google-map .section-heading {
  padding-bottom: 40px;
}
/* -----------------------------------
** End Event
-------------------------------------*/
/* -----------------------------------
** Video Box
-------------------------------------*/
.video-box-section {
  background: url("../images/home/video-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 180px;
  padding-bottom: 220px;
}
.video-box-section .overlay {
  background: #cab3d0;
  opacity: .77;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.video-box-section .overlay:before {
  background: rgba(18, 17, 20, 0.97);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.video-box-section .video-text {
  z-index: 1;
  position: relative;
}
.video-box-section .section-heading {
  padding-bottom: 27px;
}
.video-box-section .section-heading h2 {
  font-size: 57px;
  line-height: 57px;
}
.video-box-section .section-heading span {
  display: block;
}
.video-box-section .section-heading strong {
  display: inline-block;
}
.video-box-section .video-play-icon a {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 100%;
  font-size: 40px;
}
.video-box-section .video-play-icon a span {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  padding-top: 21px;
  padding-left: 7px;
  transition: .5s;
  -webkit-transition: .5s;
  position: relative;
  overflow: hidden;
}
.video-box-section .video-play-icon a span:after,
.video-box-section .video-play-icon a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 90%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 90%);
  transition: all 0.4s ease-in-out;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
}
.video-box-section .video-play-icon a span i {
  color: #fff;
}
.video-box-section .video-play-icon a:hover span {
  background: transparent;
}
.video-box-section .video-play-icon a:hover span:after {
  opacity: 1;
}
.video-box-section .video-play-icon a:hover span:before {
  background: #2b2b36;
  opacity: 1;
}
.text-gradient-color {
  background-image: -webkit-linear-gradient(45deg, #f909c9 40%, #ff4e00 60%);
  background-image: linear-gradient(45deg, #f909c9 40%, #ff4e00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  transition: none 0s ease 0s;
  text-align: left;
  line-height: 69px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 125px;
  line-height: 125px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-gradient-color {
    background-image: none;
    color: #f909c9;
  }
}
/* -----------------------------------
** End Video Box
-------------------------------------*/
/* -----------------------------------
** Gallery
-------------------------------------*/
.gallery-section {
  padding-top: 85px;
}
.gallery-section .section-heading {
  padding-bottom: 75px;
}
.grid-item {
  width: 20%;
  position: relative;
}
.grid-item img {
  width: 100%;
}
.grid-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.grid-item .zoom-button {
  position: absolute;
  font-size: 70px;
  z-index: 2;
  line-height: 40px;
  top: 55%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%);
  transition: .4s;
}
.grid-item .zoom-button i {
  line-height: 40px;
}
.grid-item .zoom-button:hover {
  color: #fff;
}
.grid-item:hover .overlay {
  opacity: .52;
}
.grid-item:hover .zoom-button {
  opacity: 1;
  top: calc(40%);
}
.grid-another-width {
  width: 40%;
}
.gallery-filter {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 80px;
}
.gallery-filter ul li {
  list-style: none;
  display: inline-block;
  padding: 0 14px;
}
.gallery-filter ul li a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.gallery-filter ul li a:hover,
.gallery-filter ul li a:focus {
  color: #fff;
}
.gallery-filter ul li:last-child {
  padding-right: 0;
}
.gallery-filter ul li:first-child {
  padding-left: 0;
}
.sl-overlay {
  background: #060606;
  opacity: 0.7;
}
.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close {
  color: #fff;
}
/* -----------------------------------
** End Gallery
-------------------------------------*/
/* -----------------------------------
** Blog
-------------------------------------*/
.blog-post {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-post h3 {
  position: absolute;
  width: 100%;
  bottom: 45px;
  font-weight: 700;
  transition: .4s;
  z-index: 2;
}
.blog-post .gradent-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.blog-post .gradent-overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 20%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 20%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 20%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#82000000', GradientType=0);
  -webkit-transition: all .45s;
  -moz-transition: all .45s;
  -ms-transition: all .45s;
  -o-transition: all .45s;
  transition: all .45s;
}
.blog-post .post-date {
  z-index: 2;
}
.blog-post:hover .gradent-overlay:before {
  top: -50%;
}
.post-date {
  position: absolute;
  top: 22px;
  right: 22px;
  text-align: center;
  min-width: 55px;
  padding: 9px 5px 4px 5px;
  text-transform: uppercase;
}
.post-date span {
  font-weight: 800;
  font-size: 30px;
  display: block;
}
.blog-banner {
  background: url("../images/blog/blog-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-detail-text {
  border-bottom: 1px solid #2d2c31;
  padding-bottom: 40px;
}
.blog-detail-text .blog-heading {
  font-weight: 900;
  margin-bottom: 31px;
  font-size: 35px;
}
.blog-detail-text p {
  font-weight: 300;
  margin-bottom: 22px;
}
.blog-detail-text .social-icon {
  padding-top: 28px;
}
.blog-detail-text .social-icon li {
  padding: 8px 9px;
}
.blog-detail-text .social-icon li:last-child {
  padding-right: 0;
}
.blog-detail-text .social-icon li:first-child {
  padding-left: 0;
}
.blog-detail-text .social-icon a {
  color: #fff;
}
.blog-detail-text .social-icon a:hover {
  color: #dd4b39;
}
.meta-info {
  text-transform: uppercase;
  padding-top: 42px;
  padding-bottom: 15px;
}
.blog-tags {
  padding-top: 24px;
}
.blog-tags li {
  list-style: none;
  display: inline-block;
  padding: 3px 6px;
}
.blog-tags li:first-child {
  padding-left: 0;
}
.blog-tags li:last-child {
  padding-right: 0;
}
.blog-tags .musica-button-two {
  min-width: 100px;
  text-transform: uppercase;
  border-width: 2px;
  padding: 8px 15px;
}
.blgo-post-author,
.single-comment {
  border-bottom: 1px solid #2d2c31;
  padding: 40px 0;
}
.blgo-post-author > div,
.single-comment > div {
  display: table;
  width: 100%;
}
.blgo-post-author > div .image,
.single-comment > div .image {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
}
.blgo-post-author > div .text,
.single-comment > div .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px 0 50px;
}
.blgo-post-author > div .text h3,
.single-comment > div .text h3 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 13px;
  display: inline-block;
  padding-right: 15px;
}
.blgo-post-author > div .text .date,
.single-comment > div .text .date {
  text-transform: uppercase;
  margin-bottom: 13px;
  white-space: nowrap;
  display: inline-block;
}
.comment-box {
  border-bottom: 1px solid #2d2c31;
}
.comment-box,
.comment-form {
  padding-top: 75px;
}
.comment-box .heading,
.comment-form .heading {
  font-weight: 900;
  padding-bottom: 50px;
  font-size: 35px;
}
.single-comment.replay-comment {
  padding-left: 50px;
}
.comment-form .row {
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}
.comment-form .row .single-input {
  padding: 0 9px;
  flex: 1 1 auto;
}
.comment-form .musica-button {
  margin-top: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.vendor iframe {
  border: 0;
}
.scp-play-katuhu {
  display: none;
}
#scp iframe {
  border: 0;
  height: 400px;
  width: 100%;
}
.blog-detail > .image img {
  width: 100%;
}
.blog-qoute-post {
  position: relative;
}
.blog-qoute-post .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 1;
}
.blog-qoute-post .qoute {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}
.blog-qoute-post .qoute blockquote {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  border: 0;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
}
.blog-qoute-post .qoute i {
  font-size: 30px;
}
.blog-gallery-post.owl-carousel .owl-dot,
.blog-gallery-post.owl-carousel .owl-nav .owl-next,
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 500px;
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-gallery-post.owl-carousel .owl-nav {
  width: 100%;
  opacity: 0;
  transition: .3s;
}
.blog-gallery-post.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
/* -----------------------------------
** End Blog
-------------------------------------*/
/* -----------------------------------
** Sidebar
-------------------------------------*/
.sidebar-widget {
  background: #272732;
  padding: 60px 50px 60px 65px;
  margin-bottom: 40px;
}
.sidebar-widget ul li {
  list-style: none;
  border-bottom: 1px solid #2d2c31;
  padding: 18px 15px 18px 0;
}
.sidebar-widget ul li:first-child {
  border-top: 1px solid #2d2c31;
}
.widget-heading h3 {
  font-weight: 900;
  margin-bottom: 37px;
}
/* -----------------------------------
** End Sidebar
-------------------------------------*/
/* -----------------------------------
** Shop
-------------------------------------*/
.shop-banner {
  background: url("../images/shop/shop-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shop-item {
  background: #272732;
  text-align: center;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}
.shop-item .sale-button {
  top: 25px;
  right: 25px;
  line-height: 20px;
  position: absolute;
  padding: 0 12px 2px 12px;
}
.shop-item .image {
  margin-top: 37px;
  min-height: 288px;
}
.shop-item img {
  display: inline-block;
  transition: .3s;
}
.shop-item .item-name {
  top: 0;
}
.shop-item .item-name,
.shop-item .add-to-cart {
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  left: 0;
  transition: .3s;
}
.shop-item .add-to-cart {
  opacity: 0;
  top: 15px;
}
.shop-item .text {
  position: relative;
}
.shop-item .price {
  padding-top: 27px;
}
.shop-item:hover .add-to-cart {
  opacity: 1;
  top: 0;
}
.shop-item:hover .item-name {
  opacity: 0;
  top: -15px;
}
.shop-item:hover img {
  transform: scale(1.1);
}
.musica-navigation-pagination {
  display: table;
  padding-top: 65px;
  padding-bottom: 30px;
}
.musica-navigation-pagination .musica-pagination {
  display: table-cell;
}
.musica-navigation-pagination .musica-pagination {
  display: table-cell;
  padding-left: 10px;
}
.musica-navigation a {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #45454f;
  color: #45454f;
  padding-top: 5px;
  font-size: 20px;
  margin-right: 10px;
}
.musica-navigation a:hover {
  color: #fff;
  border-color: #fff;
}
.musica-pagination ul li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}
/*    Shop Detial     */
.shop-detail-banner {
  background: url("../images/shop/shop-detail-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jq-ry-container {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 9px;
}
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.shop-detail-paernt {
  margin-left: -100px;
}
.shop-detail {
  display: table;
  width: 100%;
  margin: 0 0 30px 50px;
  border-spacing: 50px 0;
}
.shop-detail .shop-item {
  display: table-cell;
  width: 50%;
}
.shop-detail .shop-detail-text {
  display: table-cell;
  width: 50%;
  background: #272732;
  margin-bottom: 30px;
  vertical-align: top;
  padding: 70px 70px 90px 90px;
}
.shop-detail .shop-detail-text h3 {
  font-weight: 900;
  margin-bottom: 12px;
}
.shop-detail .price {
  font-size: 24px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 29px;
}
.shop-detail .category-tag {
  padding-top: 23px;
  padding-bottom: 20px;
}
.shop-detail .category-tag ul li {
  list-style: none;
  padding: 18px 40px 18px 0;
  border-bottom: 1px solid #2d2c31;
}
.shop-detail .category-tag ul li:first-child {
  border-top: 1px solid #2d2c31;
}
.shop-detail .value-increment-decrement {
  float: left;
  margin-right: 45px;
}
.shop-detail .item-quantity .base-gradient-bg {
  float: left;
  margin-top: 5px;
}
.value-increment-decrement {
  width: 120px;
  display: flex;
}
.value-increment-decrement .increment-button,
.value-increment-decrement .decrement-button {
  cursor: pointer;
  font-size: 42px;
  color: #4b4b55;
  transition: .2s;
}
.value-increment-decrement .increment-button:hover,
.value-increment-decrement .decrement-button:hover {
  color: #fff;
}
.value-increment-decrement .increment-button,
.value-increment-decrement .decrement-button,
.value-increment-decrement span {
  display: inline-block;
  line-height: 50px;
  flex: 1 1 auto;
}
.value-increment-decrement .product-quantity {
  width: 48px;
  text-align: center;
}
.shop-tab {
  padding-top: 50px;
}
.shop-tab .nav-tabs {
  border: 0;
}
.shop-tab .nav-tabs li a {
  background: #272732;
  border: 0;
  font-size: 21px;
  font-weight: 300;
  padding: 15px 33px;
  border-radius: 0;
}
.shop-tab .nav-tabs li a:hover {
  color: #fff;
}
.shop-tab .nav-tabs li.active a {
  background-image: -webkit-linear-gradient(-45deg, #c1089e, #ff4e00);
  background-image: linear-gradient(-45deg, #c1089e, #ff4e00);
  color: #fff;
  border: 0;
}
.shop-tab .nav-tabs li.active a:hover {
  border: 0;
}
.shop-tab .tab-content {
  padding: 55px 55px 45px 55px;
  background: #272732;
  margin-top: 3px;
}
.related-product {
  padding-top: 75px;
}
.related-product .section-heading {
  padding-bottom: 80px;
}
/* cart */
.shop-cart-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #2d2c31;
  padding: 28px 0;
}
.shop-cart-item .product {
  width: 45%;
}
.shop-cart-item .price {
  width: 20%;
}
.shop-cart-item .quantity {
  width: 20%;
}
.shop-cart-item .total-price {
  width: 15%;
}
.shop-cart-item > div,
.product-name-thumb > div {
  display: table-cell;
  vertical-align: middle;
}
.product-name-thumb {
  display: table;
}
.product-name-thumb .cart-close {
  color: #f20203;
  line-height: 34px;
  padding-right: 10px;
}
.product-name-thumb .cart-close i {
  cursor: pointer;
  font-size: 42px;
}
.product-name-thumb .item-photo {
  padding: 0 40px;
}
.product-name-thumb .item-name {
  font-size: 21px;
  font-weight: 900;
}
.shop-cart-page {
  padding-top: 5px;
  padding-bottom: 120px;
}
.coupon-code {
  margin-top: 30px;
}
.coupon-code .applay-button button {
  letter-spacing: 2px;
  padding: 9px 20px;
  min-width: 135px;
  margin-top: 8px;
}
.cart-total-cost {
  max-width: 340px;
  margin-left: auto;
  padding-top: 80px;
}
.cart-total-cost h3 {
  font-weight: 900;
  margin-bottom: 30px;
}
.cart-total-cost ul li {
  padding: 18px 0;
  border-bottom: 1px solid #2d2c31;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.cart-total-cost ul li:first-child {
  border-top: 1px solid #2d2c31;
}
.cart-total-cost .musica-button {
  margin-top: 25px;
}
/* -----------------------------------
** End shop
-------------------------------------*/
/* -----------------------------------
** Footer
-------------------------------------*/
.musica-footer {
  text-align: center;
  padding: 158px 0 188px 0;
}
.footer-logo {
  padding-top: 12px;
}
.footer-menu {
  padding-top: 33px;
  padding-bottom: 22px;
}
.footer-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 16px;
}
.footer-menu ul li a {
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.social-icon ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 14px;
}
.social-icon ul li a {
  color: #706f71;
  font-size: 18px;
}
.social-icon ul li a:hover {
  color: #fff;
}
/* -----------------------------------
** End Footer
-------------------------------------*/
/* -----------------------------------
** Preloader
-------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -23px;
}
.preloader .loader .line-scale-pulse-out > div {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 10%, #ff4e00 100%);
  background-image: linear-gradient(-45deg, #c1089e 10%, #ff4e00 100%);
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 45px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}
.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}
/* -----------------------------------
** End Preloader
-------------------------------------*/
:not(.fixed-preview) body[data-mainmenu="fixed"] .sticky-bar {
  background: #191919;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
#page_pulse_landing div#section-header > .location_6 {
  margin-top: -150px;
}
.textoverlay {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  z-index: 9;
  margin-left: 121px;
}
/*#page_pulse_landing .navbar.main-navigation {
    background: transparent;
    position: absolute;
    top: 72px;
    z-index: 11;
    width: 100%;
    left: 0px;
    border-top: 1px solid rgba(138,137,132,0.5);
    border-bottom: 1px solid rgba(138,137,132,0.5);
}*/
:not(.fixed-preview) body[data-mainmenu="fixed"] #page_pulse_landing .sticky-bar {
  background: #191919;
  height: 68px;
}
@media screen and (min-width: 992px) {
  #page_pulse_landing .navbar.main-navigation {
    z-index: 4;
  }
}
@media screen and (min-width: 992px) {
  #page_pulse_landing .navbar.main-navigation {
    background-color: transparent;
  }
}
/*section .item {
  height: 100vh;
  position: relative;
}*/
section .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
section .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
section .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
section .owl-item.active .item .textoverlay .tp-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active .item .textoverlay .tp-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section .owl-item.active .item .textoverlay .tp-caption {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
section .owl-nav .owl-prev {
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-prev:focus {
  outline: 0;
}
section .owl-nav .owl-prev:hover {
  background: #000 !important;
}
section .owl-nav .owl-next {
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
section .owl-nav .owl-next:focus {
  outline: 0;
}
section .owl-nav .owl-next:hover {
  background: #000 !important;
}
section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
section:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 8px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu > li > a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
  }
}
.btn-success.btn-gradient:before {
  background-image: linear-gradient(-90deg, #68ba70, #68ba70);
}
#header_search_form input.form-control {
  background: transparent;
  color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
#header_search_form span.form-control-feedback {
  background: transparent !important;
  color: #f909c9 !important;
}
.contact-bg {
  padding: 80px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.contact-bg .form-control {
  border-color: transparent;
  background: transparent;
  color: #999999;
  border-bottom: 1px solid #707281;
  border-radius: 0;
  padding-left: 0 !important;
}
.contact-bg .form-control:focus {
  box-shadow: 0px 2px 5px 0px rgba(23, 148, 255, 0) !important;
  border-color: transparent;
  border-bottom: 1px solid #ff4e00 ;
  color: #FFF;
}
.contact-bg .captcha_form {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.contact-bg textarea.form-control {
  min-width: 100%;
  min-height: auto;
}
.contact-bg .pulse-contact-info-container span,
.contact-bg .item-follow-icon-title,
.contact-bg .item-title {
  width: 100%;
  display: table;
  font-weight: 700;
  font-size: 15px;
  color: #707281;
  padding-top: 20px;
}
.contact-bg .pulse-contact-info-container a {
  color: #FFF;
  /* font-size: 13px; */
}
.contact-bg .pulse-title {
  border: 0;
  padding-bottom: 40px;
  font-size: 33px;
  font-weight: 900;
}
.contact-bg .btn-primary {
  padding: 0 40px;
  border-radius: 23px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #707281 !important;
  background: transparent;
  box-shadow: inherit;
  min-width: 150px;
  color: #FFF;
}
.contact-bg .btn-primary:hover {
  border-color: #ff4e00 !important;
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%) !important;
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%) !important;
  color: #FFF;
  box-shadow: inherit;
}
.btn.btn-round.btn-gradient.btn-primary.s-5 {
  background: #c50d93;
  /* box-shadow: inherit !important; */
}
.btn.btn-round.btn-gradient.btn-primary.s-5:hover {
  color: #ffffff;
  background-color: #c50d93 !important;
  box-shadow: 0px 6px 12px 0px #c50d93;
}
.sticky-bar .btn.btn-sm {
  border-radius: 20px;
  background: transparent !important;
  border: 1px solid #999 !important;
  color: #FFF;
  font-size: 13px !important;
  min-width: 92px;
}
.sticky-bar .btn.btn-sm.btn-success.btn-gradient.popup {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%) !important;
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%) !important;
}
.sticky-bar .btn.btn-sm:hover,
#page_pulse_landing .sticky-bar .btn.btn-sm.btn-success.btn-gradient.popup:hover {
  background: #c1089e !important;
  border-color: #c1089e;
}
.sticky-bar .btn.btn-sm.btn-success.btn-gradient.popup:before {
  display: none;
}
.header_search_form.acitve input.form-control {
  order-color: rgba(255, 255, 255, 0.1);
}
#section-footer .footer-holder .footer-menu li a {
  color: #24242f;
}
.navbar.main-navigation .site-menu > li > a:not([data-toggle="dropdown"])::after {
  background: #ee3b2b !important;
}
.core-block-categories ul.action li .category-item .name {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 36px;
  display: flex;
  color: #555555;
}
#page_pulse_landing #content-stage.bg-tran {
  display: none;
}
#section-footer .footer-holder {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.item-facebook {
  display: none;
}
.item-location {
  color: #f04c45;
  font-size: 17px;
}
.contact-bg .form-control::-webkit-input-placeholder {
  color: #6f738f !important;
}
.contact-bg .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #6f738f !important;
}
.contact-bg .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f738f !important;
}
.contact-bg .form-control:-ms-input-placeholder {
  color: #6f738f !important;
}
.my-close {
  position: absolute;
  right: -10px;
  background: #fff !important;
  color: #000;
  width: 30px;
  opacity: 1;
  border-radius: 100%;
  height: 30px;
  top: -18px;
}
#_submit,
#js_registration_submit {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  transition: all 0.4s ease-in-out;
}
#_submit:hover,
#js_registration_submit:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.49);
}
.js_box_holder .visitor_form .js_box_title::before {
  background: #333;
}
.form-button-group .form-group.already-member,
.form-button-group .form-group.new-member {
  color: #c1089e;
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile a:hover,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page a:hover {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
}
.btn-primary.btn-gradient::before,
._first_ad {
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
}
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile a,
.user-sticky-bar ul.user-sticky-bar-items li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page a {
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%);
}
#section-footer .footer-holder .footer-menu li a:hover {
  color: #333;
}
#section-footer .footer-menu li:hover a {
  color: #333;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 761px) {
  .slider-section {
    margin-top: 154px;
  }
  :not(.fixed-preview) body[data-header="fixed"] .sticky-bar {
    background: #24242f;
  }
  .text-gradient-color {
    font-size: 60px;
    line-height: normal;
  }
  .tp-caption {
    line-height: normal;
    font-weight: 500;
    font-size: 38px;
    white-space: nowrap;
    padding-top: 15px;
  }
  .video-box-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .guest-login-small a.btn.btn-default::after,
  .guest-login-small a.btn {
    display: none;
  }
  .guest-login-small a.btn {
    height: 30px;
    margin-top: 9px;
    margin-right: 10px;
    color: #FFF !important;
  }
  #header_search_form input.form-control {
    background: #24242f;
    border-radius: 0;
    width: 114%;
    color: #FFF;
  }
  .contact-bg {
    padding: 40px 0;
  }
  .guest-login-small a.btn.btn-success::after {
    display: none;
  }
  .upcoming-event {
    padding: 0px;
  }
  .upcoming-event .fornt-part .date {
    width: 16%;
    font-size: 14px;
  }
  .upcoming-event .fornt-part .singer {
    width: 18%;
    font-size: 15px;
    text-align: left;
  }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .countdown-amount {
    font-size: 18px;
    line-height: normal;
  }
  .countdown-show4 .countdown-section,
  .countdown-show3 .countdown-section,
  .countdown-show2 .countdown-section,
  .countdown-show5 .countdown-section {
    width: 52px;
    text-align: left;
  }
  .upcoming-event .back-part .event-counter {
    max-width: 265px;
  }
  .site-menu-small li a.menu_is_selected .fa,
  .site-menu-small li a.menu_is_selected .ico {
    color: #FFF;
    background-color: #c1089e;
  }
  .contact-bg .pulse-title {
    font-size: 25px;
    font-weight: 600;
  }
  .textoverlay {
    text-align: center;
    justify-content: center;
    z-index: 9;
    margin-left: 0;
  }
  .tp-caption {
    text-align: center;
  }
  .upcoming-event .event-counter {
    padding-left: 0;
  }
  .footer-menu {
    padding-top: 0;
    padding-bottom: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 761px) {
  .upcoming-event .fornt-part .musica-button-two {
    min-width: auto;
    padding: 5px 10px;
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .row-eq-height {
    display: -webkit-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
  }
  .grid-item {
    width: 50%;
  }
  .grid-another-width {
    width: 50%;
  }
  .gallery-section {
    text-align: center;
  }
  .gallery-filter {
    text-align: center;
  }
  .upcoming-event .fornt-part .singer {
    font-size: 19px;
  }
  .upcoming-event .fornt-part .date {
    font-size: 16px;
  }
  .mmenu-list li .indicator {
    display: block;
  }
  .shop-icon {
    margin-top: 12px;
  }
  .menu-area .mmenu-list > li > a {
    padding: 13px 0px 13px 5px;
  }
  .menu-area {
    padding-bottom: 10px;
  }
}
.fixed-main-navigation .dropdown-menu.site_menu li a:hover,
.fixed-main-navigation .dropdown-menu.site_menu li a:focus,
.fixed-main-navigation .dropdown-menu.site_menu li a.menu_is_selected {
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%) !important;
}
.header_search_form.active input.form-control {
  border-color: #f909c9;
}
.fixed-main-navigation .dropdown-menu.site_menu li a:hover,
.fixed-main-navigation .dropdown-menu.site_menu li a:focus,
.fixed-main-navigation .dropdown-menu.site_menu li a.menu_is_selected {
  background: linear-gradient(-45deg, #c1089e 20%, #ff4e00 100%) !important;
}
.core-block-categories ul.action li.category:hover .category-item .name,
.core-block-categories ul.action li.category.open .category-item .name,
.core-block-categories ul.action li.category.active .category-item .name {
  color: #f13e24;
}
.core-block-categories ul.action li.category:hover .category-item,
.core-block-categories ul.action li.category.open .category-item,
.core-block-categories ul.action li.category.active .category-item {
  background-color: rgba(243, 243, 243, 0.9);
}
.forum-app.forum-main.level-1 > article.is_toggled .item-title h4 a,
.forum-app.forum-main.level-1 > article.is_toggled .item-title h4 .ico {
  color: #f13e24 !important;
}
.forum-app.forum-main article.item-forum .item-outer .item-inner .item-title a:hover {
  color: #f13e24 !important;
}
.forum-app.forum-main.level-2 article.item-forum .item-outer:hover .item-title a,
ul.action > li > a:hover {
  color: #f13e24 !important;
}
section.contact-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: opacity 0.25s ease-in-out;
  z-index: 0;
  opacity: 0.35;
}
section#pulse_contact {
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation {
    background-color: #617587;
  }
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu > li > a {
    color: #9cb562;
  }
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu > li > a.menu_is_selected,
  .navbar.main-navigation .site-menu > li > a:hover {
    color: #e8bcc5;
  }
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu > li > a:not([data-toggle='dropdown']):after {
    background: #e8bcc5;
  }
}
#page_pulse_landing #main {
  display: none;
}
body {
  background: #24242f;
}
#main .layout-left .block > .title,
#main .layout-right .block > .title {
  color: #f13e24;
}
#main .layout-left .block > .content,
#main .layout-right .block > .content {
  border-top-color: #f13e24;
}
.activity-feed-status-form ul.activity_feed_form_attach > li > a.active,
.activity-feed-status-form ul.activity_feed_form_attach > li > a:hover {
  color: #f13e24;
}
ul.activity_feed_form_attach > li > a.active {
  border-color: #f13e24;
}
.btn-primary {
  background-color: #f13e24;
  border-color: #f13e24;
}
.btn-success,
.btn-success:hover {
  background: #2c8743;
  border-color: #2c8743;
}
.core-block-categories ul.action li.category:hover .category-item .name,
.core-block-categories ul.action li.category.open .category-item .name,
.core-block-categories ul.action li.category.active .category-item .name {
  color: #d6d6d6;
}
.fixed-main-navigation .dropdown-menu.site_menu li a {
  color: #e3e3e3;
}
.dropdown-menu li > a.menu_is_selected,
.dropdown-menu li > a.is_active_image,
.dropdown-menu li > a.active {
  color: #d6d6d6 !important;
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation {
    background-color: #18171c;
  }
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu > li > a {
    color: #e3e3e3;
  }
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu > li > a.menu_is_selected,
  .navbar.main-navigation .site-menu > li > a:hover {
    color: #d6d6d6;
  }
}
@media screen and (min-width: 992px) {
  .navbar.main-navigation .site-menu > li > a:not([data-toggle='dropdown']):after {
    background: #d6d6d6;
  }
}
.activity_feed_form .p-statusbg-container .contenteditable {
  word-break: break-word;
  word-wrap: break-word;
  color: #555555;
}
body {
  background: #24242f;
  color: #000 !important;
  font-size: 13px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}
