.fixed-main-navigation {

  opacity: 0;

  visibility: hidden;

  transition: all 300ms ease;

  display: inline-flex;

}

html[dir='ltr'] .fixed-main-navigation:hover [data-toggle='dropdown'] {

  border-right-color: #a2a2a2;

}

html[dir='rtl'] .fixed-main-navigation:hover [data-toggle='dropdown'] {

  border-left-color: #a2a2a2;

}

.fixed-main-navigation .open [data-toggle='dropdown'] {

  border-color: #a2a2a2;

  color: #555555;

}

.fixed-main-navigation [data-toggle='dropdown'] {

  cursor: pointer;

  width: 32px;

  height: 32px;

  font-size: 12px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #dcdcdc;

  background: #fff;

  color: #a2a2a2;

  transition: all 300ms ease;

}

html[dir='ltr'] .fixed-main-navigation [data-toggle='dropdown'] {

  border-top-left-radius: 2px;

  border-bottom-left-radius: 2px;

}

html[dir='rtl'] .fixed-main-navigation [data-toggle='dropdown'] {

  border-top-right-radius: 2px;

  border-bottom-right-radius: 2px;

}

.fixed-main-navigation [data-toggle='dropdown']:hover {

  border-color: #a2a2a2;

  color: #555555;

}

.fixed-main-navigation .dropdown-menu.site_menu {

  background: rgba(41, 127, 199, 0.9);

  min-width: 224px;

  max-height: 320px;

  overflow: auto;

}

.fixed-main-navigation .dropdown-menu.site_menu:after {

  border-bottom-color: rgba(41, 127, 199, 0.9);

}

.fixed-main-navigation .dropdown-menu.site_menu li a {

  color: #FFF;

  font-size: 16px;

  font-weight: bold;

  padding: 10px 16px;

}

.fixed-main-navigation .dropdown-menu.site_menu li a:hover,

.fixed-main-navigation .dropdown-menu.site_menu li a:focus,

.fixed-main-navigation .dropdown-menu.site_menu li a.menu_is_selected {

  background: #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(50vw - 578px - 16px);

  padding-right: calc(50vw - 578px - 16px);

}

.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(50vw - 578px - 16px);

  padding-right: calc(50vw - 578px - 16px);

}

.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;

}

body {

  background-color: #fff;

}

a {

  color: #2681d5;

}

a:hover {

  color: #1e67aa;

}

.sticky-bar {

  background-color: #3d3d3d;

  background: rgb(51, 51, 51) url(/PF.Site/flavors/supperlite/assets/images/header.png) bottom repeat-x;

}

#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;

}
.altContainer {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .altContainer {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .altContainer {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .altContainer {
    width: 1168px;
  }
}
@media (min-width: 1200px) {

  .container {

    width: 1200px;

  }

}

@media screen and (min-width: 992px) {

  .navbar.main-navigation {

    background-color: #282828;

    height: 15px !important;

    min-height: 46px;
    border-top: 11px solid #333;

  } 

  #page_user_login .navbar.main-navigation,#page_core_index-visitor .navbar.main-navigation,#page_user_register .navbar.main-navigation {

    background-color: #282828;

    /*height: 15px !important;*/

    min-height: 11px;
   height:auto !important;

  } 

  #page_v_index .navbar.main-navigation,#page_v_play .navbar.main-navigation {

   

    height:auto !important;

  } 

  .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,

#main .layout-right .block {

  background-color: #ffffff;

}

#main .layout-left .block > .title,

#main .layout-right .block > .title,
#main .layout-main .block > .title {

  color: red;

}

#main .layout-left .block > .content,

#main .layout-right .block > .content {

  border-top-color: #eeeeee;

}

#section-footer {

  background-color: #000;

}

#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;

}

: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(50vw - 578px - 16px);

  padding-right: calc(50vw - 578px - 16px);

}

: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;

  }

}

.site-logo .site-logo-link .site-logo-icon > i

{

  height: 49px;

}

@media screen and (min-width: 992px){

.navbar.main-navigation .site-menu > li > a.menu_is_selected, .navbar.main-navigation .site-menu > li > a {

    color: #FFF;

}

}

body#page_core_index-visitor .layout-main ._block.location_2

{

  box-shadow: none;

}

.barsmptype {

    float: left;

    width: 17px;

    margin-left: 12.5px;

    text-align: center;

}

.barsmp {

    float: left;

    height: 100%;

    width: 17px;

    margin-left: 12.5px;

}

.user_landing_holder .left-container {

    float: left;

    width: 79%;

}

.user_landing_holder .right-container {

    float: right;

    width: 20%;

    background: url(../assets/images/slider/bg-rightside.png) repeat-y scroll left top #E5E5E5;

}

.user_landing_holder .right-container .inner-holder {

    padding-top: 40px;

    padding-left: 20px;

    min-height: 326px;

}

.user_landing_holder .right-container h1 a {

    color: red;

}

.user_landing_holder .left-container .inner-holder {

    padding: 10px 30px;

}

[id^=page_healthcareforum_index] .header-page-title {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

[id^=page_healthcareforum_index] .header-page-title .forum_quick_link_wrapper {

    margin: 0;

    padding: 0;

    border: 0;

    position: relative;

    z-index: 10;

}

[id^=page_healthcareforum_index] .header-page-title .forum_quick_link_wrapper a {

    font-size: 12px;

    line-height: 16px;

}

.table_row li {

    float: none;

  }

  .location_13 .bts-block .bts-block__thumb--img img {

    height: 128px;

    width: 100%;

    max-height: none;

}



@media screen and (min-width: 992px){

.navbar.main-navigation .site-menu > li div > a.menu_is_selected, .navbar.main-navigation .site-menu  > li > div > a {

    color: #FFF;

    font-size: 13px;

   /* font-weight: 700;*/

    text-transform: uppercase;

    min-height: 40px;

    height: 40px;

   /* display: flex;*/

    align-items: center;

    justify-content: center;

   /* padding: 0 8px;*/

    position: relative;

    -webkit-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;



}

 ul.video_menu,ul.bottommenu{

        padding: 0;

        list-style: none;

        /*background: #f2f2f2;*/
        margin-left: -11px;

    }

    ul.video_menu li{

        display: inline-block;

        position: relative;

        line-height: 40px;

        text-align: left;

    }

     ul.bottommenu li{

        display: inline-block;

        position: relative;

        line-height: 21px;

        text-align: left;

    }

    ul.video_menu li a,ul.bottommenu li a{

        display: block;

        padding: 8px 11px;

        color: #fff;

        text-decoration: none;

    }

    ul.video_menu li a:hover,ul.bottommenu li a:hover{

       color: #fff;

       /*background: #939393;*/

    }

    ul.video_menu li ul.dropdown li a:hover,ul.bottommenu li ul.dropdown li a:hover{

        color: #fff;

        /*background: #939393;*/

    }

    ul.video_menu li ul.dropdown li a,ul.bottommenu li ul.dropdown li a{

        color: #fff;

       

    }

     ul.video_menu li ul.dropdown li a{

       line-height:20px;

       

    }

    ul.video_menu li ul.dropdown,ul.bottommenu li ul.dropdown{

        min-width: 100%; /* Set width of the dropdown */

        background: #2681d5;

        display: none;

        position: absolute;

        z-index: 999;

        left: 0;

        width: 186px;

    }

    ul.video_menu li ul.dropdown ul,ul.bottommenu li ul.dropdown ul{

        min-width: 100%; /* Set width of the dropdown */

        background: #2681d5;

        display: none;

        position: absolute;

        z-index: 999;

        left: 100%;

        width: 186px;

        top: 0px;

    }

    ul.bottommenu li ul.dropdown ul{

      

        left: 5%;

       

    }

     .manage_friend ul{

        min-width: 100%; /* Set width of the dropdown */

       background-color: #f3f8fd;

        display: none;

        position: relative;

        z-index: 999;
/*
        left: 43%;*/

        width: 186px;

        top: 0px;

    }

    ul.video_menu li:hover ul.dropdown,ul.bottommenu li:hover ul.dropdown{

        display: block; /* Display the dropdown */

    }

      li.manage_friend:hover ul {
        display: block;
       }

    ul.video_menu li  ul.dropdown li:hover ul,ul.bottommenu li  ul.dropdown li:hover ul{

        display: block; /* Display the dropdown */

    }



    ul.video_menu li ul.dropdown li,ul.bottommenu li ul.dropdown li{

        display: block;

    }

   ul.dropdown li ul li{

        display: block;

    }

  



}

.item-container.video-listing .video-item

{

  width: 33.33%;

}

#page_v_index .photo-widget-block.recent-photo article

{

   width: 25%;

}

/*@media (min-width: 992px)

{

.empty-left .quizzes-app.main article, .empty-right .quizzes-app.main article {

    width: 100%;

  }

}*/
.quizzes-app.main article .item-outer .item-inner .item-title
{
  color: #1e67aa !important;
}
h4.quiz_month {

    /* left: 10px; */

    padding-left: 12px;

    color: red;

    text-transform: uppercase;

    font-size: 12px;

}

#page_essaycompetition_index .img-wrapper img {

  width: 50px;



  }

  .sundrymenu li {

    margin: 12px;

    font-size: 18px;

  }

  .sundrymenu li a {

   color:#555555;

  }

 

 .mr-2.site-logo-block {

    margin-top: -5px;

}

.site-logo .site-logo-link {

    /*display: block;*/

    /*font-size: 40px;*/

    /*color: red;*/

    /*font-weight: 600;*/

    font-weight: bold;

    color: red;

    font-size: 40px;
    line-height: 51px;

    /*margin-bottom: 20px;*/

    display: inline-block;

    /*margin-top: 10px;*/

    text-decoration: none;

}

.layout-main #content-holder.layout-middle

{

  width: calc(100% - 572px);

}

.layout-main #left.layout-left

{

  width: 255px;

}

.layout-main #right.layout-right {

    width: 255px;

 }  

 #page_core_index-member #main .layout-left .block {

  background-color: #f8f8f8;

} 

.announcement-slider .item .core-announcement-item

{

  background-color: #f8f8f8 !important; 

}  

 

 #page_healthcareforum_healthcareforum div.sub_menu_bar_main,#page_healthcareforum_healthcareforum ._moderator

 {

  display: none;

 }

 .empty-left .layout-main #content-holder.layout-middle {

    width: calc(100% - 303px);

}

#page_healthcareforum_post input#title,#page_healthcareforum_post .cke_reset {

    background-color: #f8f8f8;

}

#page_v_play .view_item_link

{

  display: none;

}

#page_friend_panel .empty-message,#page_mail_panel .empty-message

{

	width: 100px;

}

#menu-container {

    background: #282828;

    color: #F2F2F2;

    position: relative;

    min-height: 47px;

    font-size: 14px;
    border-top: 11px solid #333;

}

#menu-container .unlogin-menu {

    padding-top: 10px;

    display: inline-block;

    font-size: 14px !important;

    padding-left: 56px;

    

}

.location_6 .owl-carousel

{

    z-index: 88;

    color: #D4D4D4;

    padding-top: 2px;

    position: relative;

   /* border-bottom: 5px solid #404040;*/

    background: url(../PF.Site/flavors/supperlite/assets/images/bg-promo.jpg) repeat-x scroll left top #595959;

}

#page_core_index-visitor #section-header {

     margin-bottom: -3px; 

}

ul.site-menu > li > a,ul.video_menu > li > a {

    border-right: 1px solid #000;

    display: inline;

    padding: 8px 11px 10px;

    text-decoration: none;

}
ul.sundrymenu > li > a
{
   border-right: none;
}
ul.site-menu > li > a span {

    padding-left: 14px;

}

@media screen and (min-width: 992px){

.navbar.main-navigation .site-menu > li > a .ico, .navbar.main-navigation .site-menu > li > a i.fa {

    display: block;

}

}

.view_item_link_button {

    position: relative;

    width: 32px;

    height: 32px;

    float: right;

    /*right: 40px;*/

    top: 4px;
    left: 5px;

}

.view_item_link_button .back_button {

   width: 53px;

    height: 28px;
      background: #000;
    color: #fff;

}

.layout-main

{

  border-top: 1px #DFDFDF solid;

}
#main .layout-left .block:last-of-type, #main .layout-right .block:last-of-type
{
  background-color: #f8f8f8;
}
.form-button-group .form-group.already-member, .form-button-group .form-group.new-member
{
  font-size: 10px;
}
.btn-primary,.btn-primary:hover,.btn-default,.btn-default:hover
{
  background: #000;
  color: #fff;
}
#section-footer .footer-holder {   
    margin-top: 0px;
    padding-bottom: 20px;
}
#section-footer .footer-holder .copyright {
    color: #fff;
 }
footer a {
    color: #fff;
}
#section-footer .footer-holder .footer-menu li a
{
   color: #fff;
}
#section-footer .footer-holder .footer-menu li a:hover {
    color: #fff;
}   
.view_item_link_button_add, .view_item_link_button_add1 {
    position: relative;
  
    float: right;
    
    /*top: -10px;*/
    padding: 5px;
}
a.btn.btn-default.add_button,a.btn.btn-default.add1_button {
    width: 100%;
    height: 28px;
    background: #000;
    color: #fff;
}
.healthcareforum_header_menu
{
  display: none;
}
#page_quiz_view .header-page-title a {
  
    color: red;
}
.quiz_user_title {
      color: red;
}
.quiz_user_title span {
   
    color: red;
}
._block.location_11 #js_block_border_core_menusub.block {
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
._block.location_11 #js_block_border_core_menusub.block .title {
    display: none;
}
._block.location_11 #js_block_border_core_menusub.block .sub-section-menu {
    display: flex;
    align-items: center;
}
._block.location_11 #js_block_border_core_menusub.block .content .action {
    display: flex;
    flex-flow: wrap;
}
._block.location_11 .sub-section-menu > ul {
    height: 40px;
    overflow: hidden;
    padding-right: 40px;
}
html[dir="ltr"] ._block.location_11 #js_block_border_core_menusub.block .content .action > li > a {
    margin-right: 16px;
}
._block.location_11 #js_block_border_core_menusub.block .content .action > li.active > a {
    color: #2681d5;
}
@media (min-width: 601px){
._block.location_11 #js_block_border_core_menusub.block .sub-section-menu-mobile {
    display: none;
}
}
@media (min-width: 992px){
._block.location_11 #js_block_border_core_menusub.block .content .action > li > a:hover {
    color: #2681d5;
}
}
._block.location_11 #js_block_border_core_menusub.block .content .action > li > a {
    padding: 0;
    line-height: normal;
    font-size: 12px;
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
._block.location_11 #js_block_border_core_menusub.block .sub-section-menu .app-name {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #2681d5;
    height: 48px;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
}
@media screen and (min-width: 992px){
html[dir="ltr"] ._block.location_11 .sub-section-menu > ul div.overlay {
    right: 0;
}
}
@media screen and (min-width: 992px){
._block.location_11 .sub-section-menu > ul div.overlay {
    position: absolute;
    top: 0;
    width: 200px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 100%);
}
}
._block.location_11 #js_block_border_core_menusub.block .content .action > li {
    border-bottom: 0;
    margin-right: 16px;
}
._block.location_11 #js_block_border_core_menusub.block .content .action > li > a:hover .count-item {
    color: #fff;
    background: #4e9ae0;
    border-color: #2681d5;
}
html[dir="ltr"] ._block.location_11 #js_block_border_core_menusub.block .content .count-item {
    margin-left: 4px;
}
._block.location_11 #js_block_border_core_menusub.block .content .count-item {
    font-size: 12px;
    background: #eeeeee;
    border: 1px solid #e2e2e2;
    color: #a2a2a2;
    padding: 2px 4px;
    border-radius: 10px;
    text-align: center;
    min-width: 20px;
    height: 20px;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#section-header {
    margin-bottom: 5px;
}
._block.location_11 #js_block_border_core_menusub.block .content {
     position: relative;
     z-index: 0;
     width: 1200px; 
}
._block.location_6 #js_block_border_core_menusub.block {
  /*  background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
    display: none;
}
/*.bottom_border
{
  border-bottom: 4px solid #404040;
}
body[data-mainmenu="fixed"] .bottom_border
{
 border-bottom: none; 
}
*/
 ul.bottommenu li a.notification-icon
{
    display: flex;
    align-items: center;
    justify-content: center;
   /* height: 48px;*/
    position: relative;
    color: #555555;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.bottommenu li.settings-dropdown a.notification-icon .circle-background {
    color: #FFF;
    background: #c8c8c8;
    font-size: 10px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.bottommenu li a.notification-icon .circle-background {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    padding: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.bottommenu li.settings-dropdown.open .dropdown-menu {
    margin-top: 8px;
    margin-right: 6px;
}
ul.bottommenu li.settings-dropdown .dropdown-menu {
    min-width: 235px;
    margin-right: -8px;
    overflow: visible;
    z-index: 1013;
    background: #144877;

}
ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block {
    height: 73px;
    position: relative;
    display: block;
}
ul.bottommenu  li.settings-dropdown .dropdown-menu li.background-cover-block .background-cover {
    margin-top: -10px;
    width: 100%;
   /* height: 100%;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0 7%, 90% 7%, 95% 0, 95% 7%, 101% 7%, 100% 100%, 0 100%);
    clip-path: polygon(0 7%, 90% 7%, 95% 0, 95% 7%, 101% 7%, 100% 100%, 0 100%);
    padding: 0;
    border-left: 0;
    display: block;
    background-color: #c8c8c8;
}
ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block .profile-info {
    color: #FFF;
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
    pointer-events: none;
    background-color: #474747;
    top: 0;
}
ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block .profile-info .fullname {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6px;
    margin-top: -5px;
}
ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block .profile-info .memebership-level {
    font-size: 12px;
    color: #c8c8c8;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 6px;
}
ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile, ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page {
    position: absolute;
    right: 16px;
    bottom: -8px;
    z-index: 2;
}
ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block .edit-profile a, ul.bottommenu li.settings-dropdown .dropdown-menu li.background-cover-block .edit-page a {
    color: #FFF;
    background: #2681d5;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.bottommenu li.settings-dropdown .dropdown-menu > li > a .ico, ul.bottommenu li.settings-dropdown .dropdown-menu > li > a .fa {
    margin-right: 12px;
    min-width: 20px;
    text-align: center;
    color: #fff;
}
ul.bottommenu .dropdown-menu > li > a, .dropdown-menu > li > span > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 30px;
    color: #555555;
    white-space: nowrap;
}
ul.bottommenu .dropdown-menu li > a {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
    padding-bottom: 3px;
    line-height: inherit;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    color: #fff;
}

ul.bottommenu .dropdown-menu li > a:hover, ul.bottommenu .dropdown-menu li > a:focus {
    background-color:#144877;
    color: #fff;
     text-decoration: none;
     /*width: 235px;*/
}
ul.bottommenu .dropdown-menu li.divider {
    margin: 4px 16px;
}
ul.bottommenu .dropdown-menu .divider {
    height: 1px;
    margin: 1px 6px;
    overflow: hidden;
    background-color: #e5e5e5;
}
ul.bottommenu .dropdown-menu li.manage_friend {
    width: 145px;
    float: right;
    background: #2681d5;
}
ul.bottommenu .dropdown-menu li.manage_friend a:hover {
    background: none;
}
ul.bottommenu .dropdown-menu.dropdown-menu-right:after
{
  border-bottom: none;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
/*#page_v_play .item-container.video-listing .video-item {
    width: 25%;
}*/
#page_v_play .photo-widget-block.recent-photo article {   
    width: 25%;    
}
#page_v_play #main #content-stage #content .block > .title
{
  color: red;
}

#page_v_play div#content ._block_content ._block.location_4:not(:empty)
{
  width: 50%;
  float: right;
}
.video-view .pf_video_wrapper_iframe {
    padding-bottom: 35%;
    height: 0;
    border: 0;
}
#page_v_play .video-view .core-videos-view-title a.video-title-name {
    /* margin-right: 263px; */
}
.video-author-name {
    background: #000;
    padding: 2px 5px 2px 5px;
}
#page_v_play .video-view .video-author-name {
  margin-right: 30px;   
}
  #page_v_play .video-view .video-author-name  a {
    color: #fff !important;    
}
.home_page_video
{
    width: 50% !important;
    padding: 4px !important;
    margin-bottom: -24px !important;
    top: -27px !important;
}
.item-outer.video_home_page_single {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 0 !important;
}
a.item_bar_action, a.item_bar_action:hover,a.item_bar_action, a.item_bar_action
{
  background: #fff;
  color: #000;
}
#page_poemcompetition_index #content div.row_title_info h1 a.link, #page_poemcompetition_indexa.activity_feed_content_link_title
{
  color: #0000ff !important;
}
#page_core_index-member .activity-feed-status-form
{
  border: 1px solid #5555;
}
#left .item-container.with-video .video-item .item-outer .item-media-src > span, #right .item-container.with-video .video-item .item-outer .item-media-src > span
{
  height: 100px;
}
.photo-widget-block.recent-photo article {
    padding: 4px 4px;
    }
#page_user_login .header-page-title  a.ajax_link,#page_user_register .header-page-title a.ajax_link {
  font-size: 16px;
    font-weight: 600;
}
.translate_button
{
    background: #989898;
    margin: 9px;
    height: 30px;
}
.translate_button #select_lang_pack {
    font-size: 18px;
    color: #fff;

}
#page_core_index-member .photo-widget-block.recent-photo
{
  margin: 0px -13px;
}
#main .layout-left .block > .bottom a
{
  font-size: 14px;
  justify-content: flex-end;
}
#main .layout-left .block > .title,#main .layout-main .block > .title
{
  font-size: 18px;
}
#page_photo_view .comment-mini-content-commands
{
      padding-left: 0;
}
#page_photo_view .comment-mini-content-commands .button-like-share-block .feed-like-link > a,
#page_photo_view .comment-mini-content-commands .button-like-share-block .feed-comment-link > a,
#page_photo_view .comment-mini-content-commands .button-like-share-block .feed-comment-share-holder > a
{
    width: 20px;
    height: 20px;
    font-size: 12px;
}
#page_photo_view .comment-mini-content-commands .activity_like_holder
{
  padding-right: 15px;
}
#page_photo_view .comment-mini-content-commands .activity_like_holder
{
  font-size: 10px;
}
#page_photo_view .comment-mini-content-commands .button-like-share-block
{
  width: 26%;
}
.comment-mini-content-commands .button-like-share-block .feed-like-link .counter,
.comment-mini-content-commands .button-like-share-block .feed-comment-link .counter,
.comment-mini-content-commands .button-like-share-block .feed-comment-share-holder .counter
{
  font-size: 11px;
}
#page_v_share .selectize-control.plugin-remove_button [data-value]
{
  color: #000;
}
#page_v_share .selectize-control.plugin-remove_button [data-parent]
{
  color: #ff0000 !important;
}
.selectize-control.form-control.multi .selectize-input [data-value] {
    background: #2681d5;
    }
a#js_block_bottom_link_1 {
    font-size: 14px;
    justify-content: flex-end;
}
.giveMeEllipsis {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: N; /* number of lines to show */
   line-height: X;        /* fallback */
   max-height: X*N;       /* fallback */
}
a.item-title.fw-bold {
    color: red !important;
}
#main #content-stage #content .block > .title
{
   color: red !important;
}
#page_blog_index a#js_block_bottom_link_1 {
   color: red;
}
#page_photo_view .photos_view .image_load_holder img {
    /* max-width: 100%; */
    max-height: 367px;
    min-width: 488px;
}

img.goog-te-gadget-icon {
    display: none;
}
#page_photo_view .photos_view .image_load_holder {
    min-height: 335px;
}
.js_feed_comment_form {
    border-top: 1px solid;
    margin-top: 0px;
    border: 1px solid #5555;
}
.comment_submit:before {
    font-size: 18px;
}
span.ico.ico-search-o.form-control-feedback.comment_submit {
    background: none;
}
.blogger-info
{
  display: flex !important;
}
.blog-title {
    margin-left: 13px;
    margin-top: 8px;
}
.blog-row.checkRow.table_row {
    margin-bottom: 8px;
    padding: 1px;
    display: flex;
}
.goog-te-gadget-simple {
    background-color: unset !important;
    border:none !important;
    font-size: 14pt !important;
    
    padding-top: 4px !important;
    padding-bottom: 5px !important;
  }
  .goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
} 
.goog-te-menu-value span:nth-child(3),.goog-te-menu-value span:nth-child(5)
{
  display: none;
}
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 {
    font-size: 18px;
    color: #2681d5 !important;
    font-weight: 500 !important;
}
#page_v_play .item-detail-feedcomment .parent_item_feed .comment_mini_content_holder .comment_mini_content_border .comment-mini-content-commands
{
  display: none;
}
#page_v_play .js_feed_comment_border {    
    margin: 12px;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image .blog-image-holder .no_image_user {
    width: 50px;
    height: 50px
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-image {
    width: 50px;
    height: 50px;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0,0);
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-user-details:before
{
  border-bottom: none;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-title .user_profile_link_span a {
   
    font-weight: bold !important; 
     color: #555555  !important;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-title {
    float: left;
    margin-right: -6px !important;
    padding-top: 7px;
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-title {
    padding: 0px 0px !important;
    float: left !important;
    margin-left: 9px !important;
}
#js_block_border_apps_core_blogs_block_topbloggers ul li .blogger-1st .blog-user-details time {
 
    left: 39%;
    font-size: 14px;
   
}
#js_block_border_apps_core_blogs_block_topbloggers .blog-image .blog-image-holder .no_image_user > span {
    font-size: 20px;
}
#page_poemcompetition_index div.row_title_image
{
  width: 50px;
  height :50px;
}
#page_healthcareforum_healthcareforum .img-wrapper,#page_healthcareforum_thread .img-wrapper {
     width: 50px;
    height: 50px;
}
#page_healthcareforum_post .view_item_link {
   float: right;
}
#page_user_verify .layout-main #right.layout-right
{
  display: none;
}
#page_photo_view .item_info .item_info_author div, #page_photo_album .item_info .item_info_author div, #page_photo_album .item_info .item_info_author > div > a,#page_photo_view  .item_info .item_info_author > div > a
{
  color: #000;
}
#page_photo_view .item-category, #page_photo_album .item-category, #page_photo_view .item-album-info, #page_photo_album .item-album-info {
    
    color: #000;
}
#page_v_play .button-like-share-block.comment-has-3-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
#page_v_play .video-view .video-info-wrapper {
   top: -11px;
}
html[dir='ltr'] #page_v_play .video-view .item_bar {
    right: 91px;
}
#page_v_play .video-view .core-videos-view-content-collapse-container {
    margin-bottom: -23px;
}
#page_v_play .video-view .core-videos-view-title
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}
#page_healthcareforum_thread .comment_mini_image .img-wrapper {
    width: 32px;
    height: 32px;
}
#page_photo_view .photos_view
{
  width: 606px;
  background: #fff;
}
html[dir="ltr"] #page_photo_view .photos_view ._a_back {
    left: 61px;
   
}
.item_info span.user_profile_link_span > a {
    text-decoration: none;
    color: #000!important;
}
#page_photo_view .header-page-title a, #page_photo_album .header-page-title a {
  
    display: none;
}
.event-mini-block-container .event-mini-block-item:not(:first-child) {
    padding-top: 0;
    border-top: none;
}
#page_event_view .event-detail-view .event-detail-main .core-events-view-content-collapse-container .core-events-view-content-collapse.collapsed .event-item-content.truncate-text
{
  max-height: 83px;
}
@media (min-width: 992px){
#main.empty-right #photo_collection .photo-listing-item, #main.empty-left #photo_collection .photo-listing-item {
    width: 25%;
}
}
#main.empty-left #photo_collection .photo-listing-item .item-outer .item-media a,#main.empty-right #photo_collection .photo-listing-item .item-outer .item-media a {
    display: block !important;
    position: relative !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-origin: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    width: 25% !important;
}

#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item .item-media:before,
#main.empty-right [data-mode-view="grid"] .photo-listing .photo-listing-item .item-media:before,
#main.empty-left [data-mode-view="grid"] .photo-listing .photo-listing-item .item-media:before
{
  padding-bottom: 100% !important;
}

[data-mode-view="grid"] .photo-listing .photo-listing-item {
   padding-left: 8px;
    padding-top: 5px;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-content-collapse.collapsed .video-content.truncate-text
{
  max-height: 77px;
}
#page_v_play .video-view .core-videos-view-content-collapse-container .core-videos-view-content-collapse .video-content {
  
    white-space: unset;
}
#main .layout-left .block > .title a, #main .layout-right .block > .title a, #main .layout-main .block > .title a {
    color: red;
}
.user_profile_link_span a
{
  font-size: 15px;
}
#js_healthcareforum_form textarea{
    min-height:50px;
}

#js_healthcareforum_form input[type="text"]{
    margin-bottom:8px;
}

#page_quiz_index .moderation_row{
	left: -12px;
	top: -5px;
}