* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
input.error {
  border: 1px solid red;
}
.single-login-message {
  text-align: center;
}
.btn {
  border-radius: 0;
}
.btn:focus {
  box-shadow: none;
}
.btn .btn-warning {
  background-color: #f1c40f;
}
.btn.btn-info:not(:disabled):not(.disabled):active {
  box-shadow: none;
}
.movie-watch-actions {
  margin-top: 10px;
}
.movie-watch-actions .btn {
  margin: 5px 0;
}
.logo {
  text-align: center;
}
.main-header_search {
  display: flex;
  align-items: center;
}
.main-header_search .cat_selector {
  width: 46px;
  position: relative;
  padding: 10px 11px;
  border: 0;
  height: unset;
}
.main-header_search .cat_selector.opened .cat_selector_option {
  width: 170px;
}
.main-header_search .cat_selector > span {
  display: block;
  text-align: center;
  width: 100%;
}
.main-header_search .cat_selector > span img {
  margin-right: 0;
}
.main-header_search .cat_selector > span span {
  display: none;
}
.main-header_search .cat_selector i {
  margin: 0;
}
.main-header_search .select_default {
  position: relative;
}
.main-header_search .select_default input {
  padding-left: 45px;
}
.main-header_search .select_default .fa-search {
  font-size: 16px;
  position: absolute;
  top: 18px;
  left: 13px;
  color: #8e8e8e;
}
.full-loader {
  background: rgba(255, 255, 255, 0.8) url(../images/loading.svg) no-repeat center;
  background-size: 100px 100px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.full-loader.show {
  display: block;
}
.main-header_search-input {
  background: #f2f2f2;
  line-height: 40px;
  border: none;
  padding: 0 7px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #8e8e8e;
  font-size: 12px;
}
.main-header_search-input:focus {
  outline: none;
}
.message.fancybox-content {
  text-align: center;
}
.message.fancybox-content p {
  margin-bottom: 0;
  padding: 12px;
}
.main-header_nav,
.sidebar_cat_nav {
  padding-left: 40px;
}
.main-header_nav ul,
.sidebar_cat_nav ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.main-header_nav ul li,
.sidebar_cat_nav ul li {
  min-width: 75px;
}
.main-header_nav ul li a,
.sidebar_cat_nav ul li a {
  font-size: 10px;
  text-transform: uppercase;
  color: #8e8e8e;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  display: block;
  text-align: center;
}
.main-header_nav ul li a:hover,
.sidebar_cat_nav ul li a:hover {
  text-decoration: none;
}
.main-header_nav ul li:nth-child(1) a,
.sidebar_cat_nav ul li:nth-child(1) a {
  background-image: url(../images/menu-icons/01.png);
}
.main-header_nav ul li:nth-child(2) a,
.sidebar_cat_nav ul li:nth-child(2) a {
  background-image: url(../images/menu-icons/02.png);
}
.main-header_nav ul li:nth-child(3) a,
.sidebar_cat_nav ul li:nth-child(3) a {
  background-image: url(../images/menu-icons/03.png);
}
.main-header_nav ul li:nth-child(4) a,
.sidebar_cat_nav ul li:nth-child(4) a {
  background-image: url(../images/menu-icons/04.png);
}
.main-header_nav ul li:nth-child(5) a,
.sidebar_cat_nav ul li:nth-child(5) a {
  background-image: url(../images/menu-icons/05.png);
}
.main-header_nav ul li:nth-child(6) a,
.sidebar_cat_nav ul li:nth-child(6) a {
  background-image: url(../images/menu-icons/06.png);
}
.sidebar_cat_nav {
  padding-left: 0;
}
.sidebar_cat_nav ul {
  flex-direction: column;
  align-items: flex-start;
}
.sidebar_cat_nav ul li {
  margin-bottom: 40px;
}
.sidebar_cat_nav ul li a {
  padding-top: 0;
  padding-left: 40px;
  min-height: 30px;
  line-height: 30px;
  background-position: center left;
  font-size: 18px;
  text-transform: lowercase;
}
.profile_nav {
  margin-bottom: 40px;
}
.profile_nav .buttons li {
  margin-bottom: 0;
}
.profile_nav .buttons .not_friends a {
  background: #30cb6d;
  border-color: #30cb6d;
}
.profile_nav .buttons .send-private-message a {
  background: #e88125;
  border: 1px solid #e88125;
}
.profile_nav .buttons .send-private-message a:hover {
  background-color: #fff;
  color: #000;
}
.profile_nav .buttons a {
  background: #f4c515;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #f4c515;
}
.profile_nav .buttons a:hover {
  background-color: #fff;
  color: #000;
}
.profile_nav li {
  margin-bottom: 10px;
}
.profile_nav li a {
  font-size: 16px;
  color: #000;
  width: 100%;
  display: block;
}
.profile_nav li a:hover {
  text-decoration: none;
}
.profile_nav_icons {
  margin-bottom: 40px;
}
.profile_nav_icons i {
  min-width: 21px;
  color: #1C1A1D;
  font-size: 14px;
}
.profile_nav_icons a {
  display: flex;
  margin-bottom: 10px;
  color: #3c3c3c;
  font-size: 14px;
}
.profile_nav_icons a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.profile_nav_icons a .count {
  display: inline-block;
  color: #fff;
  padding: 1px 0 0 0;
  font-size: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 100%;
  margin-left: 3px;
  margin-top: -3px;
  background: #ffc500;
}
.activity-add-form {
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 2em;
  transition: all 0.3s ease-in-out;
}
.activity-add-form.activity-add-form_short .activity-add-form__widget {
  display: none;
}
.activity-add-form .object_text textarea,
.activity-add-form #whats-new-options,
.activity-add-form .form-header {
  transition: all 0.3s ease-in-out;
}
.activity-add-form-button {
  color: #000;
  font-size: 24px;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  cursor: default;
}
.activity-add-form-button.active:hover {
  background: none;
  color: #000;
}
.activity-add-form-button:hover {
  color: #fff;
  background: #f4c515;
  cursor: pointer;
}
.activity-add-form-button.active + .activity-add-form__widget {
  display: block;
}
.activity-add-form .names_select select,
.activity-add-form .names_select .select {
  display: none;
}
.activity-add-form .names_select select.active,
.activity-add-form .names_select .select.active {
  display: block;
}
.activity-add-form__widget {
  display: block;
  padding: 0 20px 20px 20px;
  x-overflow: hidden;
}
.container {
  width: 1200px;
  margin: auto;
}
.with-banners .banner_top img {
  width: 100%;
}
@media (min-width: 1481px) {
  .with-banners header .container {
    width: 1500px;
  }
  .with-banners .new-header .top-line .container {
    max-width: 100%;
  }
  .with-banners .site-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .with-banners .site-main .container {
    margin: 0;
  }
  .with-banners .banner-side-sticky {
    position: sticky;
    top: 0;
    width: 300px;
  }
}
@media (max-width: 1480px) {
  .with-banners .banner-side-sticky {
    display: none;
  }
}
#activity-stream {
  padding-top: 0;
}
.activity-list.bp-list {
  padding: 0;
  border: none;
  background: none;
}
.activity-list.bp-list .activity-item {
  border: none;
  background: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.activity-list.bp-list .activity-item iframe {
  width: 100% !important;
}
.activity-list.bp-list .activity-item.music_type .term_info {
  padding-left: 13px;
  padding-right: 13px;
  width: 573px;
}
.audio_player iframe {
  width: 100% !important;
}
.activity-list .cat-ico {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
}
.activity-list .movie_type .cat-ico,
.activity-list .movies_type .cat-ico {
  background-image: url(../images/menu-icons/02.png);
}
.activity-list .book_type .cat-ico,
.activity-list .books_type .cat-ico {
  background-image: url(../images/menu-icons/05.png);
}
.activity-list .music_type .cat-ico {
  background-image: url(../images/menu-icons/06.png);
}
.activity-list .talk_type .cat-ico {
  background-image: url(../images/menu-icons/08.png);
}
.activity-list .game_type .cat-ico,
.activity-list .games_type .cat-ico {
  background-image: url(../images/menu-icons/01.png);
}
.activity-list .restaurant_type .cat-ico {
  background-image: url(../images/menu-icons/03.png);
}
.activity-list .places_type .cat-ico {
  background-image: url(../images/menu-icons/04.png);
}
.activity-list .object_image {
  position: relative;
}
.activity-list .object_image a:first-child {
  display: block;
  text-align: center;
}
.activity-list .restaurant_type .activity-meta,
.activity-list .hotel_type .activity-meta,
.activity-list .place_type .activity-meta {
  left: auto;
  right: 0;
}
.activity-list .restaurant_type .owl-carousel,
.activity-list .hotel_type .owl-carousel,
.activity-list .place_type .owl-carousel {
  position: relative;
  padding: 0;
}
.activity-list .restaurant_type .owl-nav button,
.activity-list .hotel_type .owl-nav button,
.activity-list .place_type .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-19px);
  z-index: 10;
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  margin: 0;
  outline: none;
  padding: 6px;
  transition: color .2s;
  vertical-align: top;
  width: 38px;
  color: #f1f1f1;
}
.activity-list .restaurant_type .owl-nav button:hover,
.activity-list .hotel_type .owl-nav button:hover,
.activity-list .place_type .owl-nav button:hover {
  background: rgba(30, 30, 30, 0.8);
}
.activity-list .restaurant_type .owl-nav .owl-prev,
.activity-list .hotel_type .owl-nav .owl-prev,
.activity-list .place_type .owl-nav .owl-prev {
  left: 0;
}
.activity-list .restaurant_type .owl-nav .owl-next,
.activity-list .hotel_type .owl-nav .owl-next,
.activity-list .place_type .owl-nav .owl-next {
  right: 0;
}
.activity-list .kino_view_link {
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  color: #fff;
  padding: 7px 25px;
}
.activity-list .kino_view_link:hover {
  opacity: 1;
  text-decoration: none;
}
.activity-list .kino_view_link i {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
}
.activity-list .kino_view_link span {
  font-size: 12px;
  color: #fff;
}
.activity-list .object {
  padding: 28px 0;
}
.activity-list .object.restaurant_type {
  padding-top: 0;
  padding-bottom: 0;
}
.activity-list .object.restaurant_type .object_title {
  text-align: left;
}
.activity-list .object.restaurant_type .object_title p {
  font-size: 12px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 0;
}
.activity-list .object.restaurant_type .user_review {
  position: relative;
  padding-left: 40px;
}
.activity-list .object.restaurant_type .user_review .fa-quote-left {
  position: absolute;
  left: 0;
  top: 0;
}
.activity-list .object.restaurant_type .fa-map-marker-alt {
  font-size: 16px;
  color: #3498DB;
}
.activity-list .object.restaurant_type .fa-map-marker-alt:hover {
  color: #ffc500;
}
.activity-list .object_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  margin-bottom: 14px;
}
.activity-list .object_header .cat-ico {
  margin-right: 10px;
  position: static;
}
.activity-list .object_header a {
  color: #377cb1;
  text-decoration: underline !important;
}
.activity-list .object_title {
  text-align: right;
}
.activity-list .object_title p {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 1.6;
  margin-bottom: 0;
}
.activity-list .object_text {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 1.6;
}
.activity-list .object h3 {
  margin: 5px 0 8px !important;
  font-size: 16px;
}
.activity-list .object h3 a {
  color: #282828;
  font-weight: bold;
}
.activity-list .object .rest_type_text {
  padding: 12px 0 0;
}
.post-type-archive .right_activity_block {
  padding: 20px 0 40px 40px;
}
.post-type-archive .bp-list {
  margin-top: 0 !important;
}
.post-type-archive .activity-list.bp-list .activity-item:first-child {
  margin-top: 0;
}
.post-type-archive.post-type-archive-movies .right_activity_block {
  padding-left: 0;
}
.activity_header {
  display: flex;
  flex-wrap: wrap;
}
.activity_header_user_avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.activity_header_user_data {
  font-size: 13px;
  font-weight: 300;
  color: #a3a3a3;
  line-height: 1.2;
}
.activity_header_user_data .name a {
  color: #282828;
  font-size: 14px;
  font-weight: bold;
}
.activity_header_user_data a:hover {
  opacity: 0.7;
}
.activity_header_user_data span {
  color: #282828;
}
.activity_header .activity-title {
  x-margin: 12px 0 5px !important;
  font-size: 16px;
}
.activity_header .activity-title a {
  color: #282828;
  font-weight: bold;
}
.activity_header .activity-title a:hover {
  color: #e88125;
}
.activity_content {
  padding-bottom: 14px;
}
.activity_content p {
  font-size: 14px;
  color: #363636;
}
.activity_content .go_comments {
  font-size: 12px;
  color: #e88125;
}
.activity_content .go_comments:hover {
  color: #eb493c;
}
.activity_header_rating {
  x-margin-top: 12px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar li {
  list-style-type: none;
}
.sidebar .main-navigation {
  margin: 40px 0 40px;
}
.sidebar .main-navigation li {
  margin-bottom: 10px;
}
.sidebar .main-navigation li a {
  color: #282828;
  font-size: 14px;
}
.widget-area {
  margin-bottom: 40px;
}
.widget-area.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.widget-area.grid-4 .widget_object_item {
  margin-bottom: 0;
}
.widget-area h3 {
  font-size: 16px;
  color: #8e8e8e;
  margin-bottom: 15px;
}
.widget-area h3 span {
  color: #000;
}
.activity_time {
  font-size: 12px;
  padding: 10px 0;
}
.sidebar_user_profile {
  position: relative;
}
.sidebar_user_profile_another_user .sidebar_user_profile_meta {
  flex-direction: column;
}
.sidebar_user_profile img {
  width: 100%;
  height: auto;
}
.sidebar_user_profile_meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  padding: 0 14px;
  display: flex;
  justify-content: space-between;
}
.sidebar_user_profile_meta .name {
  font-size: 22px;
  line-height: 30px;
}
.sidebar_user_profile_meta .name span {
  font-size: 18px;
  display: block;
}
.sidebar_user_profile_meta a {
  width: 18px;
  display: block;
  margin-top: 7px;
}
.sidebar_user_profile_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.widget_show_friends .all_friend {
  display: block;
  font-size: 12px;
  color: #3498db;
  padding: 10px 0;
  text-transform: uppercase;
}
.widget_object_item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.widget_object_item h4 {
  font-size: 14px;
  color: #fff;
  margin: 12px 0 6px;
}
.widget_object_item .image img {
  width: 100%;
  height: auto;
}
.widget_object_item .activity_header_rating {
  margin-top: 0;
}
.widget_object_item .activity_header_rating label {
  margin-bottom: 6px;
}
.widget_object_item .entry {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.3);
}
.widget_object_item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.widget_object_item .review-count {
  color: #fff;
  font-size: 12px;
}
.buddypress-wrap .item-body {
  margin-top: 0 !important;
}
.single-headers {
  x-display: none;
}
.widget_show_friends .friends-container ul li.bpsf-member {
  margin: 0.1em;
}
.main-header {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 50px 0 40px;
  margin-bottom: 40px;
}
.home-page {
  background-color: #fff;
}
.home-page-new {
  min-height: 100vh;
  display: flex;
}
.home-page-new .left,
.home-page-new .right {
  width: 50%;
  padding: 2% 7%;
  display: flex;
  align-items: center;
}
.home-page-new .left {
  background-color: #f1c40f;
  color: #fff;
}
.home-page-new .left p {
  font-size: 18px;
  font-weight: bold;
}
.home-page-new-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-new h3 {
  font-size: 27px;
  line-height: 1.33;
  margin: 1em 0 .5em;
  font-weight: 300;
}
.home-page-new h4 {
  color: #14171a;
  font-size: 18px;
  line-height: 24px;
  margin: 16px auto;
}
.reg_btn_group {
  display: flex;
  flex-direction: column;
}
.reg_btn_group a {
  display: block;
  margin-bottom: 10px;
}
.reg_btn_group p {
  text-align: center;
  opacity: 0.5;
  margin-bottom: 10px;
}
.fancybox-content {
  width: 420px;
  max-width: 80%;
  margin: 0;
}
.footer {
  margin-top: 100px;
  background: #343434;
  padding: 50px 0;
}
.footer .container {
  display: flex;
  justify-content: center;
}
.footer ul {
  display: flex;
}
.footer a {
  font-size: 10px;
  color: #8e8e8e;
  text-transform: uppercase;
  display: block;
  margin: 0 14px;
}
.sidebar .widget_rec_tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.sidebar .widget_rec_tabs li {
  padding-bottom: 7px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  padding-top: 10px;
}
.sidebar .widget_rec_tabs li.active {
  border-bottom: 2px solid #30cb6d;
}
.sidebar .widget_rec_tabs li span {
  display: block;
  background: #30cb6d;
  color: #ffff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: -10px;
}
.user_who_write ul {
  list-style-type: none;
  display: flex;
  margin-bottom: 10px;
}
.user_who_write ul li {
  max-width: 34px;
  border-radius: 34px;
  overflow: hidden;
  margin: 0 0 0 -12px;
  border: 2px solid #fff;
  opacity: 0.9;
  padding: 0;
  transition: all 0.2s ease;
}
.user_who_write ul li:hover {
  opacity: 0.9999;
}
.user_who_write ul li:first-child {
  margin-left: 0;
}
.single-movies .activity-list.bp-list,
.single-movies .activity-list.bp-list .activity-item {
  margin-top: 0;
}
.single-movies .object_image {
  min-height: 350px;
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity-comments {
  x-margin-left: 2em;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.twitter-typeahead {
  width: 100%;
}
.tt-query,
.tt-hint {
  width: 100%;
  outline: none;
}
.tt-group-name {
  padding: 10px 20px 0;
  font-size: 12px;
  color: #8e8e8e;
  display: none;
}
.tt-hint {
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}
.tt-menu {
  width: 100%;
  margin: 0 0 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: none;
  text-align: left;
}
.tt-suggestion img {
  border-radius: 40px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
}
.tt-suggestion p {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.3;
}
.tt-suggestion a {
  color: #ff4b39;
  text-decoration: none;
}
.tt-suggestion a:hover {
  text-decoration: underline;
}
.tt-suggestion:not(.tt-add) p:hover {
  cursor: pointer;
  color: #fff;
  background-color: #ffc500;
}
.tt-suggestion:not(.tt-add) p:hover a {
  color: #fff;
}
.tt-suggestion.tt-cursor p {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}
.popup-add-object {
  width: 600px;
}
.popup-add-object .activity-add-form-button {
  padding-left: 0;
}
.popup-add-object .activity-add-form-button:hover {
  text-decoration: none;
  background: none;
  color: #000;
}
.popup-add-object .loading {
  height: 49px;
  display: none;
}
.popup-add-object .result-yet {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 0;
}
.popup-add-object.rest_form .popup-add-object-form > div {
  margin-bottom: 15px;
}
.popup-add-object-form .object_name_input {
  background: #f2f2f2;
  width: 100%;
}
.popup-add-object-form .object_name_input input.error {
  border: 1px solid #E74C3C;
}
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}
.form-header {
  display: flex;
  background: #f2f2f2;
}
.cat_selector {
  background: #f2f2f2;
  border-radius: 0;
  color: #8e8e8e;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 21%;
  position: relative;
  cursor: pointer;
  text-align: left;
  height: 49px;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.cat_selector > span {
  display: flex;
  align-items: center;
}
.cat_selector > span img {
  margin-right: 14px;
  max-width: 24px;
  height: auto;
}
.cat_selector .fa-caret-down {
  margin-left: 5px;
  color: #8e8e8e;
}
.cat_selector.opened .cat_selector_option {
  display: block;
}
.cat_selector.opened .fa-caret-down {
  transform: rotate(180deg);
}
.cat_selector_option {
  display: none;
  background: #fff;
  color: #000;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 10;
  padding-top: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.cat_selector_option > div {
  cursor: default;
  line-height: 34px;
  text-align: left;
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: #8e8e8e;
  font-size: 12px;
  opacity: 0.4;
}
.cat_selector_option > div[data-value="movie_type"] {
  opacity: 1;
  cursor: pointer;
}
.cat_selector_option > div[data-value="movie_type"]:hover {
  background: #f2f2f2;
}
.cat_selector_option > div img {
  margin-right: 14px;
  max-width: 24px;
  height: auto;
}
.object_name_input {
  width: 59%;
}
.object_name_input input,
.object_name_input textarea {
  height: 49px;
  border: none;
  width: 100%;
  padding: 0 30px;
  background: transparent;
  font-size: 12px;
  text-transform: lowercase;
}
.object_name_input input.error_input,
.object_name_input textarea.error_input {
  border: 1px solid red;
}
.object_name_input input.error,
.object_name_input textarea.error {
  box-shadow: 0 0 0px 2px #e74c3c;
}
.object_name_input input:focus,
.object_name_input textarea:focus,
.object_name_input input:active,
.object_name_input textarea:active {
  outline: none;
  box-shadow: none;
  background: #fff;
  outline: 1px solid #fec600;
}
.object_name_input textarea {
  padding: 15px 30px;
  margin-bottom: 10px;
}
.object_name_input .select {
  display: none;
}
.object_name_input .select.active {
  display: block;
}
#add_talk .object_name_input {
  margin-bottom: 10px;
}
#add_talk .object_name_input textarea {
  border-top: 1px solid #fff;
  margin-bottom: 0;
  height: 80px;
}
.single-review-form-wrapper .object_name_input {
  width: 59%;
}
.single-review-form-wrapper .object_name_input span {
  height: 49px;
  border: none;
  width: 100%;
  padding: 0 30px;
  background: transparent;
  font-size: 12px;
  text-transform: lowercase;
}
.single-review-form-wrapper .object_name_input span {
  line-height: 49px;
}
.single-review-form-wrapper .object_name_input .select {
  display: none;
}
.single-review-form-wrapper .object_name_input .select.active {
  display: block;
}
.object_rating {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  width: 20%;
  /* hover previous stars in list */
}
.object_rating.error {
  box-shadow: 0 0 0px 2px #e74c3c;
}
.object_rating input {
  display: none;
  position: absolute;
}
.object_rating label {
  float: right;
  background: url(../images/star-disable.png) no-repeat;
  width: 18px;
  height: 17px;
  font-size: 0;
  margin-bottom: 0;
}
.object_rating .rating {
  margin-top: 8px;
}
.object_rating .rating > input:checked ~ label,
.object_rating .rating:not(:checked) > label:hover,
.object_rating .rating:not(:checked) > label:hover ~ label {
  background: url(../images/star.png) no-repeat;
  cursor: pointer;
}
.object_rating .rating > input:checked + label:hover,
.object_rating .rating > input:checked ~ label:hover,
.object_rating .rating > label:hover ~ input:checked ~ label,
.object_rating .rating > input:checked ~ label:hover ~ label {
  background: url(../images/star.png) no-repeat;
  cursor: pointer;
}
.object_text {
  margin-top: 20px;
}
.object_text textarea {
  background: #f2f2f2;
  border: none;
  width: 100%;
  height: 100px;
  font-size: 12px;
  padding: 20px;
}
.object_text textarea.error {
  box-shadow: 0 0 0px 2px #e74c3c;
}
.object_text textarea:focus {
  outline: none;
  background: #fff;
}
#whats-new-submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
#whats-new-submit input,
#whats-new-submit button {
  background: #fec600;
  border-radius: 0;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  height: 49px;
  text-transform: uppercase;
  padding: 0 20px;
  width: auto;
  cursor: pointer;
}
#whats-new-submit input:hover,
#whats-new-submit button:hover {
  background: #fff;
  border-color: #fec600;
  color: #fec600;
}
#whats-new-submit input:focus,
#whats-new-submit button:focus,
#whats-new-submit input:active,
#whats-new-submit button:active {
  outline: none;
  box-shadow: none;
}
#whats-new-submit button {
  display: flex;
  align-items: center;
}
#whats-new-submit button.loading {
  opacity: 0.5;
  cursor: pointer;
}
#whats-new-submit button.loading:hover {
  background: #fec600;
  border-radius: 0;
  border: 2px solid transparent;
  color: #fff;
  cursor: pointer;
}
#whats-new-submit button.loading img {
  display: block;
}
#whats-new-submit button img {
  margin-left: 10px;
  display: none;
}
#whats-new-submit a {
  margin-right: 20px;
  font-size: 12px;
  color: #000;
}
#whats-new-submit a:hover {
  text-decoration: underline;
}
.btn-submit,
.btn_add_cafe {
  background: #fec600;
  border-radius: 0;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  height: 49px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.btn-submit:hover,
.btn_add_cafe:hover {
  background: #fff;
  border-color: #fec600;
  color: #fec600;
  text-decoration: none;
}
.btn-submit:focus,
.btn_add_cafe:focus,
.btn-submit:active,
.btn_add_cafe:active {
  outline: none;
  box-shadow: none;
}
.my_publics {
  display: flex;
  justify-content: space-between;
}
.my_publics .item .st_ico {
  text-align: center;
  margin-bottom: 5px;
}
.my_publics .item .st_ico img {
  max-height: 21px;
}
.my_publics .item span {
  font-size: 12px;
  color: #8e8e8e;
  display: block;
  text-align: center;
}
.single-map-section {
  padding: 0;
}
.field_4 {
  display: none;
}
.fancybox-content#review-add {
  max-width: 880px;
  width: 100%;
}
.fancybox-content#review-add .input[type=submit] {
  width: auto;
}
.fancybox-content#review-add .activity-add-form {
  margin-bottom: 0;
}
.fancybox-content#review-add .activity-add-form__widget {
  padding-bottom: 0;
}
.fancybox-content#review-add .popup_add_title {
  margin-bottom: 20px;
}
#bp-ajax-loader {
  min-height: 250px;
  display: flex;
  align-items: center;
}
#bp-ajax-loader .loading {
  width: 100%;
  box-shadow: none;
  border: none;
  justify-content: center;
}
#bp-ajax-loader .loading .bp-icon {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 90px;
  background: url(../images/loading.svg) no-repeat 0 0 / cover;
}
#bp-ajax-loader .loading .bp-icon:before {
  display: none;
}
#bp-ajax-loader .loading p {
  display: none;
}
.rest_form_box {
  min-width: 555px;
}
.rest_form_box .dropzone.dz-clickable {
  opacity: 1;
  padding-bottom: 15px;
}
.rest_form_box_buttons {
  text-align: center;
}
.rest_form_box_buttons span {
  display: block;
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  opacity: 0.7;
}
.rest_form_box_buttons .btn_add_cafe {
  width: 240px;
}
.rest_form_wr {
  display: none;
}
.rest_form_wr.active {
  display: block;
}
.dz-details {
  display: none;
}
.dropzone {
  x-opacity: 0;
  display: none;
}
.dropzone .dz-preview .dz-remove {
  color: transparent;
  display: block;
  position: absolute;
  z-index: 10;
  width: 15px;
  height: 15px;
  top: -3px;
  right: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.dropzone .dz-preview .dz-remove:before {
  color: #333;
  content: "\f057";
}
.error_input {
  border: 1px solid red;
}
.object_text textarea.error_input {
  border: 1px solid red;
}
.activity_item {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  min-height: 120px;
  margin-bottom: 20px;
  padding: 25px 65px;
  position: relative;
  z-index: 5;
}
.new_activity_header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new_activity_header .user_image {
  width: 50px;
  height: auto;
  x-border-radius: 50%;
  overflow: hidden;
  margin-right: 13px;
}
.new_activity_header .user_review_data {
  width: 65%;
}
.new_activity_header .user_review_data.not_logged {
  width: 90%;
}
.new_activity_header .user_review_data.not_logged .user_vote {
  justify-content: flex-start;
  margin-bottom: 7px;
}
.new_activity_header .top_line {
  color: #6e6e6e;
  x-font-weight: 300;
  font-size: 14px;
  margin-bottom: 7px;
}
.new_activity_header .top_line .name {
  color: #282828;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.new_activity_header .top_line .time-since {
  color: #282828;
  font-weight: normal;
  text-decoration: none;
  font-weight: 400;
}
.new_activity_header .top_line .edit_link {
  display: inline-flex;
  margin-left: 10px;
  align-items: center;
  opacity: 0;
}
.new_activity_header .top_line .edit_link a {
  color: #282828;
  margin: 0 3px;
  opacity: 0.7;
}
.new_activity_header .top_line .edit_link a:hover {
  opacity: 1;
}
.new_activity_header .top_line:hover .edit_link {
  opacity: 1;
}
.new_activity_header .user_review_text {
  color: #474747;
  font-size: 14px;
  word-wrap: break-word;
}
.new_activity_header .user_review_text.is_edited {
  padding-bottom: 15px;
}
.new_activity_header .user_review_text textarea {
  resize: none;
  background: none;
  border: none;
  width: 100%;
  height: auto;
  display: none;
  padding: 5px 8px;
  margin-bottom: 7px;
}
.new_activity_header .user_review_text textarea:active,
.new_activity_header .user_review_text textarea:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.new_activity_header .user_review_text .object_rating {
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 19px;
  width: 100%;
  margin-bottom: 3px;
}
.new_activity_header .user_review_text .object_rating .rating {
  margin-top: 0;
}
.new_activity_header .user_review_text .edit_form {
  display: none;
  margin-bottom: 12px;
}
.new_activity_header .user_review_text.is_edited .edit_form {
  display: block;
}
.new_activity_header .user_review_text.is_edited p {
  display: none;
}
.new_activity_header .user_review_text.is_edited textarea {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #f1f1f1;
}
.open_state_btn {
  text-align: center;
  color: #8e8e8e;
  display: block;
  margin-bottom: -15px;
  margin-top: 10px;
}
.open_state_btn.active {
  transform: rotate(180deg);
}
#add_to_wl_popup {
  width: 600px;
  padding: 80px 60px;
}
#add_to_wl_popup h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#add_to_wl_popup p {
  text-align: center;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
#add_to_wl_popup .buttons {
  width: 75%;
  margin: auto;
}
#add_to_wl_popup .buttons .btn {
  margin: 5px 10px;
}
.activity_term {
  box-shadow: 0 0 146px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.activity_term.disabled:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 2;
}
.activity_term.processing:before {
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.activity_term .image {
  width: 130px;
  border-left: 3px solid #e74c3c;
  margin-right: 13px;
}
.activity_term .term_info {
  width: 430px;
}
.activity_term .term_info > p,
.activity_term .term_info .open_parameters p {
  font-size: 13px;
  color: #282828;
  margin-bottom: 0;
}
.activity_term .term_info > p strong,
.activity_term .term_info .open_parameters p strong {
  font-weight: 800;
  font-size: 10px;
}
.activity_term .term_title {
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: 0 17px;
  padding-top: 13px;
  margin-bottom: 7px;
}
.activity_term .term_title h3 {
  font-size: 19px;
  font-weight: bold;
  margin: 0 !important;
}
.activity_term .term_title h3 a {
  color: #282828;
}
.activity_term .term_title p {
  font-size: 13px;
  color: #505050;
  margin-bottom: 0;
}
.activity_term .term_stat_info {
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-top: 10px;
  width: 205px;
}
.activity_term .term_stat_info > p {
  font-size: 12px;
  color: #8e8e8e;
  text-align: right;
  margin-bottom: 9px;
}
.activity_term .term_stat_info .user_who_write {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.activity_term .term_stat_info .user_who_write ul {
  margin-bottom: 0;
  margin-right: 15px;
}
.activity_term .term_stat_info .user_vote_wr {
  width: 100%;
  align-items: center;
}
.activity_term .term_stat_info .user_vote_wr .user_vote {
  margin-bottom: 0;
}
.activity_term .term_stat_info .user_vote_wr span {
  font-weight: bold;
  font-size: 19px;
}
.activity_term.close-state.hide {
  display: none;
}
.activity_term.open-state {
  display: none;
  position: relative;
  overflow: hidden;
  height: 150px;
  transition: all 0.3s ease-in-out;
}
.activity_term.open-state.show {
  display: block;
  height: 280px;
}
.activity_term.open-state .owl-carousel {
  max-height: 282px;
  overflow: hidden;
}
.activity_term.open-state .image {
  width: 100%;
  position: relative;
}
.activity_term.open-state .image .term_title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 20;
}
.activity_term.open-state .image .term_title h3 a,
.activity_term.open-state .image .term_title p {
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.activity_term.open-state .term_rest_gallery_thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px;
}
.activity_term.open-state .term_stat_info {
  border: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.activity_term.open-state .term_stat_info p {
  font-size: 12px;
  color: #8e8e8e;
  text-align: left;
  margin-bottom: 9px;
}
.activity_term.open-state .term_stat_info .user_vote_wr {
  justify-content: flex-start;
}
.activity_term.open-state .term_stat_info .user_vote {
  justify-content: flex-start;
  width: auto;
}
.activity_term.open-state .term_info {
  width: auto;
}
.activity_term.open-state .term_info .open_parameters p {
  font-size: 14px;
  margin-bottom: 7px;
}
.activity_term.open-state .term_info .open_parameters p strong {
  font-size: 13px;
  font-weight: 600;
  x-display: block;
  margin-bottom: 3px;
}
.activity_term.open-state .term_info .hotel_param i {
  width: 20px;
}
.activity_term.open-state .term_stat_info {
  width: 100%;
  padding-right: 15px;
}
.activity-remove-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 3;
}
.activity-remove-wrapper .ch-wr {
  position: relative;
}
.activity-remove-wrapper .ch-wr input {
  display: none;
}
.activity-remove-wrapper .ch-wr input + span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ffc107;
}
.activity-remove-wrapper .ch-wr input + span:hover {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.activity-remove-wrapper .ch-wr input:checked + span {
  background-color: #ffc107;
}
.activity-remove-wrapper .ch-wr input:checked + span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
}
.movies-actions {
  display: flex;
  align-items: center;
}
.movies-actions .btn {
  padding: 0;
}
.post-type-archive-music .activity_item {
  padding-right: 30px;
  padding-left: 30px;
}
.post-type-archive-music .activity_term .term_info {
  width: 450px;
  padding-left: 13px;
}
.post-type-archive-music .activity_term .image {
  width: 120px;
}
.add_review_button,
.save_activity,
.add_comment_btn,
.ac-reply-content input[type=submit] {
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  color: #474747;
  padding: 8px 20px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) !important;
}
.ac-reply-content .ac-reply-content input[type=submit]:hover {
  background: none;
}
.ac-reply-content .add_comment_btn {
  box-shadow: none !important;
  background: none;
}
.ac-reply-content .ac-reply-cancel {
  border: none;
  background: no-repeat;
  font-size: 12px;
}
.ac-reply-content .ac-reply-cancel:hover {
  cursor: pointer;
  text-decoration: underline;
}
.restaurant_type .term_title {
  background-image: url(../images/term1.png);
}
.restaurant_type .term_title a:hover {
  color: #ff4b39;
}
.restaurant_type .owl-item {
  text-align: center;
}
.movie_type .term_title {
  background-image: url(../images/term2.png);
}
.movie_type .term_title a:hover {
  color: #ff7f0b;
}
.movie_type .activity_term .image {
  border-color: #e67e22;
}
.movie_type .activity_term .image img {
  width: 135px;
  height: 105px;
  object-fit: cover;
}
.game_type .term_title {
  background-image: url(../images/term3.png);
}
.game_type .term_title a:hover {
  color: #ffc500;
}
.game_type .activity_term .image {
  border-color: #f1c40f;
}
.hotel_type .term_title {
  background-image: url(../images/term4.png);
}
.hotel_type .term_title a:hover {
  color: #fca55b;
}
.hotel_type .activity_term .image {
  border-color: #e7a460;
}
.hotel_type .activity_term .image img {
  width: 100%;
}
.place_type .term_title {
  background-image: url(../images/term5.png);
}
.place_type .term_title a:hover {
  color: #00cd6b;
}
.place_type .activity_term .image {
  border-color: #2ecc71;
}
.book_type .term_title {
  background-image: url(../images/menu-icons/05.png);
}
.book_type .term_title a:hover {
  color: #3498DB;
}
.book_type .activity_term .image {
  border-color: #3498DB;
}
.music_type .term_title {
  background-image: url(../images/menu-icons/06.png);
  background-position: 0 9px;
}
.music_type .term_title a:hover {
  color: #9b59b6;
}
.music_type .activity_term .image {
  border-color: #9b59b6;
  align-self: center;
}
.talk_type .term_title {
  background-image: url(../images/menu-icons/08.png);
  background-position: 0 9px;
  position: relative;
  z-index: 3;
}
.talk_type .term_title a:hover {
  color: #006898;
}
.talk_type .activity_term .image {
  border-color: #006898;
  align-self: center;
  position: relative;
}
.talk_type .activity_term .image:before {
  content: "";
  display: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 0;
}
.talk_type .activity_term.open-state.show {
  min-height: 212px;
  height: auto;
}
.talk_type .activity_term.open-state.show .image:before {
  display: block;
}
.audio_player {
  padding-top: 15px;
  margin-left: -37px;
}
.user_vote_wr {
  width: 26%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.user_vote_wr .add_comment_btn {
  margin-top: 5px;
}
.user_vote,
.rating-fix {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  x-margin-bottom: 5px;
  width: 80%;
  justify-content: flex-end;
}
.user_vote p,
.rating-fix p {
  margin-bottom: 0;
  font-size: 12px;
  color: #8e8e8e;
  margin-left: 5px;
}
.user_vote label,
.rating-fix label {
  x-background: url(../images/orange.png) no-repeat;
  background: #f1c40f;
  width: 16px;
  height: 14px;
  margin-bottom: 0;
  margin-right: 2px;
  padding: 1px;
  display: flex;
  -webkit-clip-path: polygon(50% 0%, 63% 31%, 98% 35%, 72% 57%, 79% 91%, 50% 75%, 21% 91%, 28% 57%, 2% 35%, 35% 32%);
  clip-path: polygon(50% 0%, 63% 31%, 98% 35%, 72% 57%, 79% 91%, 50% 75%, 21% 91%, 28% 57%, 2% 35%, 35% 32%);
}
.user_vote label.last,
.rating-fix label.last {
  margin-right: 5px;
}
.user_vote label.last i,
.rating-fix label.last i {
  display: block;
  width: 100%;
  x-background: #fff;
  -webkit-clip-path: polygon(50% 0%, 63% 31%, 98% 35%, 72% 57%, 79% 91%, 50% 75%, 21% 91%, 28% 57%, 2% 35%, 35% 32%);
  clip-path: polygon(50% 0%, 63% 31%, 98% 35%, 72% 57%, 79% 91%, 50% 75%, 21% 91%, 28% 57%, 2% 35%, 35% 32%);
  position: relative;
  overflow: hidden;
}
.user_vote label.last i span,
.rating-fix label.last i span {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.user_vote label.last + label,
.rating-fix label.last + label,
.user_vote label.last + label + label,
.rating-fix label.last + label + label,
.user_vote label.last + label + label + label,
.rating-fix label.last + label + label + label,
.user_vote label.last + label + label + label + label,
.rating-fix label.last + label + label + label + label {
  opacity: 1;
}
.user_vote label.last + label i,
.rating-fix label.last + label i,
.user_vote label.last + label + label i,
.rating-fix label.last + label + label i,
.user_vote label.last + label + label + label i,
.rating-fix label.last + label + label + label i,
.user_vote label.last + label + label + label + label i,
.rating-fix label.last + label + label + label + label i {
  display: block;
  width: 100%;
  -webkit-clip-path: polygon(50% 0%, 63% 31%, 98% 35%, 72% 57%, 79% 91%, 50% 75%, 21% 91%, 28% 57%, 2% 35%, 35% 32%);
  clip-path: polygon(50% 0%, 63% 31%, 98% 35%, 72% 57%, 79% 91%, 50% 75%, 21% 91%, 28% 57%, 2% 35%, 35% 32%);
  position: relative;
  overflow: hidden;
}
.user_vote label.last + label i span,
.rating-fix label.last + label i span,
.user_vote label.last + label + label i span,
.rating-fix label.last + label + label i span,
.user_vote label.last + label + label + label i span,
.rating-fix label.last + label + label + label i span,
.user_vote label.last + label + label + label + label i span,
.rating-fix label.last + label + label + label + label i span {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.single-rating-container {
  display: flex;
  margin-bottom: 10px;
}
.single-rating-container .rating-fix {
  width: auto;
  margin-bottom: 0;
}
.single-rating-container p {
  margin-bottom: 0;
  font-size: 12px;
  color: #8e8e8e;
  margin-left: 0;
}
.activity-list.bp-list .activity-item {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.new-header {
  position: relative;
  z-index: 9;
}
.new-header .tt-suggestion a {
  color: #333;
}
@media (max-width: 1199px) {
  .new-header .top-line .object_name_input {
    width: 100%;
  }
}
.new-header .top-line .container {
  max-width: 80%;
}
@media (max-width: 1439px) {
  .new-header .top-line .container {
    max-width: 100%;
  }
}
.new-header .top-line .row {
  min-height: 65px;
}
.new-header .top-line .user_nav {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.new-header .top-line .user_nav .nav-link {
  display: flex;
  align-items: center;
}
.new-header .top-line .user_nav .nav-link__notification {
  position: relative;
}
.new-header .top-line .user_nav .nav-link__notification span {
  position: absolute;
  top: -10px;
  right: 0;
  background: #f4c515;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
}
.new-header .top-line .user_nav li.dropdown {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.new-header .top-line .user_nav .dropdown-item {
  margin-bottom: 10px;
}
.new-header .top-line .user_nav .dropdown-item span {
  background: #3498DB;
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
}
.new-header .top-line .user_nav .profile_photo {
  width: 51px;
}
.new-header .top-line .user_nav img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.new-header .top-line .user_nav a {
  color: #909090;
  font-weight: 500;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.new-header .top-line .top-nav a {
  color: #909090;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .new-header .top-line .top-nav a {
    padding: 0.5rem 12px;
  }
}
.new-header .main-line {
  background: #29f29b;
  background: -moz-linear-gradient(left, #29f29b 0%, #009efd 100%);
  background: -webkit-linear-gradient(left, #29f29b 0%, #009efd 100%);
  background: linear-gradient(to right, #29f29b 0%, #009efd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29f29b', endColorstr='#009efd', GradientType=1);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 0;
  margin-bottom: 40px;
}
.header_activity_filter .nav .nav-link {
  color: #fff;
  font-size: 20px;
  padding-bottom: 28px;
  position: relative;
  opacity: 0.4;
  cursor: default;
}
.header_activity_filter .nav .nav-link span {
  font-size: 30px;
  display: block;
  text-align: center;
}
.header_activity_filter .nav .nav-link.active {
  background: none;
}
.header_activity_filter .nav .nav-link[data-filter-name="movie_type"] {
  opacity: 1;
  cursor: pointer;
}
.header_activity_filter .nav .nav-link[data-filter-name="movie_type"].active,
.header_activity_filter .nav .nav-link[data-filter-name="movie_type"]:hover {
  background: none;
}
.header_activity_filter .nav .nav-link[data-filter-name="movie_type"].active:after,
.header_activity_filter .nav .nav-link[data-filter-name="movie_type"]:hover:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  margin-left: -17.5px;
  transform: rotate(45deg);
}
.header_activity_filter .nav .dropdown {
  align-self: center;
  transform: translateY(-30%);
}
.header_activity_filter .nav .dropdown-toggle {
  color: #fff;
  font-size: 20px;
  padding-bottom: 28px;
  position: relative;
}
.header_activity_filter .nav .dropdown-toggle:hover {
  text-decoration: none;
}
.header_activity_filter .nav .dropdown-menu .dropdown-item {
  display: flex;
  flex-wrap: wrap;
}
.header_activity_filter .nav .dropdown-menu span {
  width: 17px;
  height: 17px;
  background: #3498DB;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  border-radius: 17px;
  color: #fff;
  margin-right: 9px;
}
.header_activity_filter .nav .dropdown-toggle::after {
  display: none;
}
.new-user_profile {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-user_profile .avatar {
  margin-right: 15px;
  border: 2px solid #fff;
  x-border-radius: 10px;
}
.new-user_profile .name {
  font-size: 30px;
  color: #fff;
}
.new-user_profile .name .status {
  font-size: 20px;
  margin-top: 5px;
}
.new-user_profile .buttons li {
  list-style-type: none;
}
.new-user_profile .buttons a {
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 8px 20px;
  background: transparent;
  width: 180px;
  text-align: center;
  text-decoration: none;
}
.btn_list {
  justify-content: flex-end;
  display: flex;
  list-style-type: none;
}
.btn_list a {
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 8px 20px;
  background: transparent;
  text-align: center;
  text-decoration: none;
  margin-left: 7px;
}
.new-sidebar h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
}
.new-sidebar h4 {
  font-size: 16px;
}
.new-sidebar .bpsf-members {
  display: grid;
  grid-gap: 2px;
  grid-template-areas: "a1 a2 a3" "b1 b1 b2" "b1 b1 c3" "d1 d2 d3" "e1 e2 e3";
}
.new-sidebar .bpsf-members .bpsf-member {
  margin: 0 !important;
  grid-column-start: auto;
  grid-row-start: auto;
}
.new-sidebar .bpsf-members .bpsf-member:nth-child(4) {
  grid-area: b1;
}
#activity-filter-select {
  display: flex;
  align-items: center;
}
#activity-filter-select a {
  margin: 0 7px;
}
.activity-order a {
  color: #8e8e8e;
  font-size: 12px;
}
.activity-order a[data-val="date_desc"] i {
  transform: rotate(180deg);
}
.activity-order a[data-val="rating_desc"] i {
  transform: rotate(180deg);
}
.activity_item_gallery {
  background: url(../images/attachment-ico.png) no-repeat left center;
  background-size: 20px auto;
  display: flex;
  margin-bottom: 20px;
  padding-left: 30px;
  margin-left: 63px;
  margin-top: -20px;
}
.activity_item_gallery .activ_gal {
  margin: 1px;
}
.activity_item_gallery .activ_gal img {
  max-width: 45px;
}
.show_comments_btn {
  display: block;
  text-align: center;
  line-height: 42px;
  color: #474747;
}
.show_comments_btn.disable {
  display: none;
}
.activity-comments {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  z-index: 0;
  margin-top: -20px !important;
  margin-bottom: 30px;
}
.activity-comments > ul {
  display: none;
  padding: 0 65px;
}
.activity-comments > ul.active {
  display: block;
  padding-bottom: 20px;
}
.activity-comments.has-comments > ul {
  display: block;
}
.activity-comments .item-avatar {
  width: 50px;
}
.activity-comments .item-avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.activity-permalink .activity-comments > ul {
  display: block;
  padding-top: 32px !important;
}
.registration .addtoany_content,
.activation .addtoany_content {
  display: none;
}
.registration header,
.activation header {
  display: none;
}
.registration .logo,
.activation .logo {
  margin: 6em 0 2em;
}
.registration .buddypress-wrap .bp-feedback,
.activation .buddypress-wrap .bp-feedback {
  border: none;
  font-size: 16px;
  color: #212529;
  text-align: center;
  line-height: 1.6;
  padding: 20px 10px;
  max-width: 600px;
  margin: auto;
}
.activation .new-sidebar {
  display: none;
}
.activation .site-main {
  min-height: 90vh;
}
#activate-page > p {
  margin: 15px 0;
  text-align: center;
}
#signup-form legend,
#signup-form label {
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  cursor: text;
}
#signup-form .submit {
  text-align: center;
}
#signup-form input {
  background: #f2f2f2;
  line-height: 40px;
  border: none;
  padding: 0 7px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #8e8e8e;
  font-size: 12px;
  margin-bottom: 0;
}
#signup-form #signup_submit {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  width: auto;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#signup-form #signup_submit:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
#register-page .bp-icon {
  display: none;
}
.register-page {
  min-width: 600px;
}
.catalog_menu ul li {
  opacity: 0.4;
}
.catalog_menu ul li a {
  display: flex;
  align-items: center;
  padding: 7px 0;
  color: #212121;
  font-size: 14px;
}
.catalog_menu ul li a:hover {
  text-decoration: none;
  cursor: default;
}
.catalog_menu ul li a img {
  margin-right: 7px;
}
.catalog_menu ul li:first-child {
  opacity: 1;
}
.catalog_menu ul li:first-child a:hover {
  text-decoration: none;
  cursor: pointer;
}
.reviews_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single .top-line,
.archive .top-line,
.page-id-1473 .top-line,
.home-page .top-line {
  margin-bottom: 40px;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
}
.single .activity-title,
.archive .activity-title,
.page-id-1473 .activity-title,
.home-page .activity-title {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 26px;
  color: #000;
}
.single .activity_item,
.archive .activity_item,
.page-id-1473 .activity_item,
.home-page .activity_item {
  min-height: unset;
}
.single .activity_header_rating p,
.archive .activity_header_rating p,
.page-id-1473 .activity_header_rating p,
.home-page .activity_header_rating p {
  font-size: 12px;
  color: #8e8e8e;
}
.single .activity_header_rating .user_vote,
.archive .activity_header_rating .user_vote,
.page-id-1473 .activity_header_rating .user_vote,
.home-page .activity_header_rating .user_vote,
.single .activity_header_rating .user_vote_wr,
.archive .activity_header_rating .user_vote_wr,
.page-id-1473 .activity_header_rating .user_vote_wr,
.home-page .activity_header_rating .user_vote_wr {
  width: auto;
  justify-content: flex-start;
}
.single .activity_header_rating .user_vote_wr span,
.archive .activity_header_rating .user_vote_wr span,
.page-id-1473 .activity_header_rating .user_vote_wr span,
.home-page .activity_header_rating .user_vote_wr span {
  font-weight: bold;
  font-size: 19px;
}
.activity--loader {
  position: relative;
}
.activity--loader:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(../images/loading.svg) no-repeat center 150px;
  background-size: 90px auto;
  z-index: 20;
}
.activity--loader .activity_item {
  box-shadow: none;
}
.grid-gallery {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(10, 1fr);
}
.grid-gallery img {
  transition: transform 0.3s ease-in-out;
}
.grid-gallery img:hover {
  transform: scale(1.1);
}
.row-section {
  margin-bottom: 30px;
}
.row-section h3 {
  margin-bottom: 20px;
}
.hotel_features {
  font-size: 12px;
  color: #000;
  line-height: 1.6;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hotel_features li {
  padding: 0;
  margin: 0;
}
.game-small-text p {
  display: none;
}
.game-small-text p:nth-child(1),
.game-small-text p:nth-child(2) {
  display: block;
}
.game-small-text .read_more_game {
  display: block;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 33px;
  color: #474747;
  opacity: 0.9;
  cursor: pointer;
  margin-top: -7px;
}
.game-small-text .read_more_game:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.top_object_filter {
  margin-bottom: 20px;
}
.top_object_order {
  min-height: 31px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: space-between;
}
.top_object_order a {
  color: #8e8e8e;
  font-size: 12px;
  margin: 0 5px;
}
.top_object_order a[data-order="desc"] i {
  transform: rotate(180deg);
}
.facebook-login-btn,
.google-login-btn,
#invite_from_google,
.signinbtn {
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.facebook-login-btn {
  background: #5074be;
  position: relative;
}
.facebook-login-btn i {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 26px;
}
.facebook-login-btn:hover {
  opacity: 0.9;
}
.google-login-btn,
#invite_from_google {
  background: #fff url(../images/G_color_40x40.png) no-repeat 20px center / 20px auto;
  border: 1px solid #f1f1f1;
  margin-bottom: 10px;
  color: #000;
}
.google-login-btn:hover,
#invite_from_google:hover {
  background-color: #f8f8f8;
}
.signinbtn {
  background: #2ECC71;
}
.signinbtn:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
}
a[data-val=""] {
  font-weight: 600;
  text-decoration: underline;
}
.popup_login_form {
  display: none;
}
.popup_login_form.active {
  display: block;
}
.reset_password .step {
  display: none;
}
.reset_password .step.active {
  display: block;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.pagination a,
.pagination span {
  color: #8e8e8e;
  font-size: 14px;
  margin: 0 7px;
}
.pagination span {
  font-weight: bold;
}
.pagination a:hover {
  color: #f1c40f;
  text-decoration: none;
}
.mov_friends_filter.active {
  font-weight: bold;
  text-decoration: underline;
}
.social_friends_list > ul {
  list-style-type: none;
}
.social_friends_list > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.social_friends_list > ul > li img {
  width: 75px;
  margin-right: 15px;
  display: flex;
}
.social_friends_list .g_person_name {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.social_friends_list .g_person_email {
  font-size: 14px;
  color: #909090;
}
.social_friends_list span,
.social_friends_list a {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.social_friends_list span {
  color: #909090;
}
.social_friends_list a {
  color: #2ecc71;
}
#invite_from_google {
  width: 100%;
}
.profile p,
.settings p {
  font-size: 14px;
}
.profile input[type=submit],
.settings input[type=submit] {
  border: 1px solid #fff;
  background-color: #ffc500 !important;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  padding: 14px 32px;
  background: transparent;
  text-align: center;
  text-decoration: none;
}
.profile input[type=submit]:hover,
.settings input[type=submit]:hover {
  opacity: 0.8;
}
.profile .field-wrap,
.settings .field-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile .field-visibility-settings-header,
.settings .field-visibility-settings-header {
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: 0;
}
.profile .entry-content input[type=text],
.settings .entry-content input[type=text] {
  background-color: #fff;
  border: 1px solid #d3d9de;
  font-size: 14px;
  padding: 5px 9px 7px;
}
.profile legend,
.settings legend {
  font-size: 14px;
  margin: 0 15px;
  width: 250px;
}
.profile .field-visibility-settings,
.settings .field-visibility-settings {
  position: absolute;
  right: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
}
.profile .button,
.settings .button {
  border: 1px solid #fff;
  background-color: #ffc500 !important;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  padding: 14px 32px;
  background: transparent;
  text-align: center;
  text-decoration: none;
}
.profile .button:hover,
.settings .button:hover {
  opacity: 0.8;
}
.profile .screen-heading,
.settings .screen-heading {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 25px;
}
.profile .bootstrap-select,
.settings .bootstrap-select {
  width: 178px !important;
}
.profile .bootstrap-select .btn,
.settings .bootstrap-select .btn {
  padding: 3px 10px;
  border-radius: 0;
  color: #000;
  background: #fff;
  border-color: #d3d9de;
}
.bp_register_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 10px;
  position: relative;
}
.bp_register_fields #pass-strength-result {
  grid-column: 1/3;
  grid-row: 5;
}
.bp_register_fields .register-section {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, 1fr);
}
.bp_register_fields .bootstrap-select {
  width: 100% !important;
}
.bp_register_fields .bootstrap-select .btn {
  background-color: #f2f2f2;
  padding: 9px 11px;
}
.bp_register_fields .bp-feedback {
  transform: translateX(100%);
  position: absolute;
  right: -10px;
  font-size: 14px !important;
  padding: 9px 10px !important;
}
#settings-form input[type=email],
#settings-form input[type=text],
#settings-form input[type=password] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bp-navs {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 10px 0;
}
.bp-navs li a {
  display: block;
  color: #222;
  font-size: 14px;
  padding: 10px 16px;
}
.bp-navs li a:hover,
.bp-navs li a.active {
  background-color: rgba(161, 183, 205, 0.2);
}
.bp-navs li.current a {
  background-color: rgba(161, 183, 205, 0.2);
}
.bp-subnavs {
  padding: 0;
}
.bp-subnavs ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: flex-start;
}
.bp-subnavs ul li {
  width: 100%;
  text-align: center;
}
.bp-subnavs #invites-personal-li {
  display: none;
}
.friends-bar h4 {
  margin-bottom: 30px;
  font-size: 17px;
}
.g_icon {
  background-color: #D54D40;
  padding: 10px 20px;
  cursor: pointer;
}
.g_icon:hover {
  opacity: 0.8;
}
.g_icon i {
  color: #fff;
}
.hide {
  display: none;
}
.activity-list .activity-item:not(.activity) {
  display: none;
}
.bp-list,
#activity-stream {
  margin-top: 0;
}
.buddypress-wrap .subnav-filters {
  margin-bottom: 20px;
}
.movies_prop_table {
  margin: 12px 0;
  width: 100%;
}
.movies_prop_table td {
  font-size: 14px;
  padding: 7px 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.movies_prop_table td:first-child {
  width: 160px;
  color: #f1c40f;
}
.single-comments {
  margin-top: 10px;
}
.clear_all_notification {
  font-size: 12px;
  color: #006899;
}
.custom_notifications {
  width: 100%;
}
.custom_notifications a {
  color: #006899;
}
.custom_notifications .readed td {
  x-opacity: 0.6;
}
.custom_notifications .unread td {
  background-color: rgba(77, 118, 163, 0.04);
}
.custom_notifications tr:nth-child(odd) {
  background: rgba(0, 104, 153, 0.01);
}
.custom_notifications td {
  color: #4c4c4c;
  padding: 12px 10px;
  font-size: 16px;
}
.custom_notifications p {
  padding: 5px 0;
  margin: 0;
}
.custom_notifications .notification-since {
  font-size: 14px;
}
.custom_notifications .accept_friendship {
  background-color: #006899;
  color: #fff !important;
  font-size: 12px;
  padding: 0 8px;
}
.custom_notifications .accept_friendship:hover {
  opacity: 0.8;
}
.custom_notifications .accepted_friendship {
  background-color: #006899;
  color: #fff !important;
  font-size: 12px;
  padding: 0 8px;
  cursor: default;
  opacity: 0.4;
}
.custom_notifications .notification-description__inner {
  display: flex;
  align-items: center;
}
.custom_notifications .img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
.published-posts {
  font-size: 18px;
  margin-top: 10px;
}
.filter-container {
  background-color: rgba(0, 0, 0, 0.02);
  display: none;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-end;
  padding: 20px;
  margin-bottom: 30px;
}
.filter-container.active {
  display: grid;
}
.filter-container .filter-item {
  font-size: 14px;
}
.filter-container .filter-item > span {
  display: inline-block;
  padding-bottom: 8px;
}
.filter-container .btn-primary {
  background: #E57E22;
  border-color: #E57E22;
  font-size: 14px;
  border-radius: 0;
}
.filter-toggle-btn {
  background: transparent;
  border: 1px solid #E57E22;
  color: #E57E22;
  cursor: pointer;
  padding: 5px 14px;
}
.filter-toggle-btn:focus,
.filter-toggle-btn:active {
  outline: none;
  box-shadow: none;
}
.filter-toggle-btn i {
  transition: transform 0.5s ease-in-out;
}
.filter-toggle-btn:hover,
.filter-toggle-btn.active {
  background-color: #E57E22;
  color: #fff;
}
.filter-toggle-btn.active i {
  transform: rotate(180deg);
}
.bootstrap-select .btn {
  font-size: 14px;
}
.bootstrap-select .dropdown-menu li a {
  font-size: 14px;
}
.ac-fixed-alert {
  max-width: 300px;
  min-width: 200px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 5%;
  margin-bottom: 0;
  display: none;
}
.bp_register_fields input {
  width: 100%;
}
#signup-form #cityName {
  width: 100%;
}
.bp_register_fields #countryCode {
  width: 100%;
  margin-bottom: 0.5rem;
}
.bp_register_fields #stateCode {
  width: 100%;
  margin-bottom: 0.5rem;
}
.activity-comments .-meta.action {
  display: flex;
  justify-content: space-between;
}
.people-card h3 a {
  padding-right: 20px;
}
.main-header_search .cat_selector {
  height: 52px;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #cef;
  border-color: #315fc4 transparent #315fc4 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) {
  .people-card h3 a {
    font-size: 13px;
    word-wrap: break-word;
  }
  .people-card p {
    font-size: 9px;
    word-wrap: break-word;
  }
  .new-header .top-line .user_nav {
    justify-content: center;
    align-items: center;
  }
  .main-header_search {
    justify-content: center;
  }
}
.activity-comments > ul li ul {
  margin-left: 8%;
}
select {
  max-width: 100%;
}
.home-slider-cat {
  margin-bottom: 3rem;
  padding-left: 8px;
  padding-right: 22px;
}
.home-slider-cat .object_image {
  height: 250px !important;
}
.home-slider-cat .object_image img {
  height: 250px !important;
  object-fit: cover;
}
.home-slider-cat .owl-nav button {
  position: absolute;
  top: 35%;
  outline: none;
}
.home-slider-cat .owl-nav button span {
  font-size: 80px;
  margin: -1rem;
  font-weight: 100;
}
.home-slider-cat .owl-nav .owl-prev {
  left: 8px;
}
.home-slider-cat .owl-nav .owl-next {
  right: 22px;
}
.home-slider-cat .kino_view_link {
  margin-top: 0.5rem;
  display: block;
}
.home-slider-cat .right_activity_block {
  margin-top: 1rem;
}
.home-slider-cat .activity_header_rating {
  width: 100%;
  margin-bottom: 1.5rem;
}
.home-slider-cat .text-description {
  padding-bottom: 2rem;
}
/*** 
 * Рестораны и отели
 *
 */
.post-type-archive-restaurant .activity-list.bp-list .activity-item,
.post-type-archive-hotels .activity-list.bp-list .activity-item,
.post-type-archive-talks .activity-list.bp-list .activity-item,
.post-type-archive-places .activity-list.bp-list .activity-item {
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.post-type-archive-restaurant .rating-fix,
.post-type-archive-hotels .rating-fix,
.post-type-archive-talks .rating-fix,
.post-type-archive-places .rating-fix {
  justify-content: flex-start;
}
/*** 
 * Игры
 *
 */
.post-type-archive-games .archive-term-list,
.post-type-archive-books .archive-term-list,
.post-type-archive-movies .archive-term-list,
.page-template-page-template-watch-later .archive-term-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.post-type-archive-games .archive-term-list nav,
.post-type-archive-books .archive-term-list nav,
.post-type-archive-movies .archive-term-list nav,
.page-template-page-template-watch-later .archive-term-list nav {
  grid-column-start: 1;
  grid-column-end: -1;
}
.post-type-archive-games .activity_term .image,
.post-type-archive-books .activity_term .image,
.post-type-archive-movies .activity_term .image,
.page-template-page-template-watch-later .activity_term .image {
  background: #f1c40f;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  width: 100%;
  height: 397px;
  overflow: hidden;
}
.post-type-archive-games .activity_term .image a,
.post-type-archive-books .activity_term .image a,
.post-type-archive-movies .activity_term .image a,
.page-template-page-template-watch-later .activity_term .image a {
  width: 100%;
}
.post-type-archive-games .activity_term .image img,
.post-type-archive-books .activity_term .image img,
.post-type-archive-movies .activity_term .image img,
.page-template-page-template-watch-later .activity_term .image img {
  max-height: 100%;
  width: 100%;
  height: auto;
}
.post-type-archive-games .activity_term .term_title h3,
.post-type-archive-books .activity_term .term_title h3,
.post-type-archive-movies .activity_term .term_title h3,
.page-template-page-template-watch-later .activity_term .term_title h3 {
  padding-right: 5px;
}
.post-type-archive-games .activity_term .term_info,
.post-type-archive-books .activity_term .term_info,
.post-type-archive-movies .activity_term .term_info,
.page-template-page-template-watch-later .activity_term .term_info {
  width: 100%;
  padding: 20px 20px 10px;
}
.post-type-archive-games .activity_term .term_stat_info,
.post-type-archive-books .activity_term .term_stat_info,
.post-type-archive-movies .activity_term .term_stat_info,
.page-template-page-template-watch-later .activity_term .term_stat_info {
  width: 100%;
  padding: 0 20px 20px;
}
.post-type-archive-games .activity_term .term_stat_info > p,
.post-type-archive-books .activity_term .term_stat_info > p,
.post-type-archive-movies .activity_term .term_stat_info > p,
.page-template-page-template-watch-later .activity_term .term_stat_info > p {
  text-align: left;
}
.post-type-archive-games .activity_term .term_stat_info .user_vote_wr,
.post-type-archive-books .activity_term .term_stat_info .user_vote_wr,
.post-type-archive-movies .activity_term .term_stat_info .user_vote_wr,
.page-template-page-template-watch-later .activity_term .term_stat_info .user_vote_wr,
.post-type-archive-games .activity_term .term_stat_info .user_vote,
.post-type-archive-books .activity_term .term_stat_info .user_vote,
.post-type-archive-movies .activity_term .term_stat_info .user_vote,
.page-template-page-template-watch-later .activity_term .term_stat_info .user_vote,
.post-type-archive-games .activity_term .term_stat_info .user_who_write,
.post-type-archive-books .activity_term .term_stat_info .user_who_write,
.post-type-archive-movies .activity_term .term_stat_info .user_who_write,
.page-template-page-template-watch-later .activity_term .term_stat_info .user_who_write {
  justify-content: flex-start;
}
.post-type-archive-games .activity_term .term_stat_info .user_vote,
.post-type-archive-books .activity_term .term_stat_info .user_vote,
.post-type-archive-movies .activity_term .term_stat_info .user_vote,
.page-template-page-template-watch-later .activity_term .term_stat_info .user_vote {
  width: 100px;
}
.post-type-archive-games .activity_term .term_title {
  background-image: url(../images/term3.png);
}
/*** 
 * Фильмы
 *
 */
.post-type-archive-movies .activity_term .term_title,
.page-template-page-template-watch-later .activity_term .term_title {
  padding-left: 0;
  x-background-image: url(../images/term2.png);
}
.post-type-archive-movies .activity_term .image,
.page-template-page-template-watch-later .activity_term .image {
  background: #E57E22;
  height: 308px;
}
.post-type-archive-movies .activity_term .kino_view_link,
.page-template-page-template-watch-later .activity_term .kino_view_link {
  color: #E57E22;
  text-decoration: none;
  display: block;
  padding: 5px 0 0 0;
}
.post-type-archive-movies .activity_term .kino_view_link:hover span,
.page-template-page-template-watch-later .activity_term .kino_view_link:hover span {
  text-decoration: underline;
}
/*** 
 * Книги
 *
 */
.post-type-archive-books .archive-book-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.post-type-archive-books .activity_term .image {
  background: #fff;
  height: 410px;
}
.post-type-archive-books .activity_term .term_title {
  background-image: url(../images/menu-icons/05.png);
}
.people-search {
  margin: 10px 0 30px;
}
.people-list .people_no_found {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
}
.people-card {
  margin-bottom: 20px;
}
.people-card .people-card-inner {
  position: relative;
}
.people-card-image {
  margin-bottom: 12px;
}
.people-card-image img {
  width: 100%;
  height: auto;
}
.people-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.people-card h3 a {
  color: #222;
}
.people-card p {
  font-size: 14px;
  color: #656565;
  margin-bottom: 0;
  line-height: 1.3;
  padding-right: 20px;
}
.people-card .addFriend,
.people-card .removeFriendRequest,
.people-card .removeFriend {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.65;
}
.people-card .addFriend:hover,
.people-card .removeFriendRequest:hover,
.people-card .removeFriend:hover {
  opacity: 1;
}
.people-card .addFriend {
  background: url(../images/suggested_friends.png) no-repeat 3px 3px;
  width: 20px;
  height: 22px;
}
.people-card .removeFriendRequest,
.people-card .removeFriend {
  background: url(../images/suggested_friends.png) no-repeat 0 -20px;
  width: 10px;
  height: 10px;
  bottom: 2px;
}
.people-card .awaiting_response {
  background-color: #BD92CE;
  color: #fff;
  margin-top: 7px;
  width: 100%;
}
.people-card .awaiting_response.ditected {
  cursor: default;
  background-color: rgba(161, 183, 205, 0.6);
}
.people-card .awaiting_response:hover {
  opacity: 0.8;
}
.load_more_people {
  background: #fafafa;
  border: 1px solid #eee;
  display: block;
  margin: 15px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
  color: #555;
  padding: 0.5em 0;
}
.load_more_people:hover {
  background-color: #fff;
}
.friends-bar .nav {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 10px 0;
  margin-bottom: 30px;
}
.friends-bar .nav li a {
  color: #222;
  font-size: 14px;
  padding: 10px 16px;
}
.friends-bar .nav li a:hover,
.friends-bar .nav li a.active {
  background-color: rgba(161, 183, 205, 0.2);
}
.im_thread_list {
  height: 576px;
  overflow-y: auto;
}
.im_thread_list .list-group-item {
  border-right: none;
  border-left: none;
}
.list-group-item {
  display: grid;
  grid-template-areas: "image name name" "image message bage";
  grid-column-gap: 15px;
  grid-template-columns: 60px auto 60px;
}
.list-group-item img {
  grid-area: image;
  width: 60px;
}
.list-group-item .im_thead_top {
  grid-area: name;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.list-group-item .im_thead_top .im_time {
  opacity: 0.9;
}
.list-group-item .text_m {
  grid-area: message;
  font-size: 14px;
  margin-bottom: 0;
}
.list-group-item .im_meta {
  display: flex;
  justify-content: flex-end;
  grid-area: bage;
}
.list-group-item .not {
  margin-left: 7px;
  text-align: right;
}
.list-group-item .delete {
  display: block;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  transform: translateY(2px);
}
.list-group-item .delete:hover {
  color: rgba(0, 0, 0, 0.6);
}
.list-group-item:hover .delete {
  visibility: visible;
}
.im_container {
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.im_container.noactive .after {
  display: block !important;
}
.im_container .tab-content {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
}
.im_container .tab-content.loading:before {
  content: "";
  display: block;
  background: #fff url(../images/loading.svg) no-repeat center / 60px 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.im_container .tab-content .after {
  text-align: center;
  width: 100%;
  display: none;
  color: #333;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.im_container .tab-content .tab-pane {
  z-index: 2;
  position: relative;
}
.im_container .list-group-item {
  border-radius: 0;
}
.im_main_body {
  background: #fff;
  height: 500px;
  overflow-y: auto;
}
.im_main_header {
  font-size: 14px;
  text-align: center;
  padding: 7px 12px;
  line-height: 1.7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  align-items: center;
}
.im_main_header .im_thread_user_name {
  margin-right: 15px;
}
.im_main_header p {
  margin-bottom: 0;
  font-size: 12px;
}
.im_main .im_thread_user_name a {
  color: #222;
}
.im_main .im_thread_user_name a:hover {
  text-decoration: none;
  color: #555555;
}
.im_main .im_thread_user_online {
  color: #ccc;
}
.im_main .list-group-item {
  border-right: none;
  border-left: none;
}
.im_main .list-group-item:first-child {
  border-top: none;
}
.im_main .list-group-item div {
  margin-bottom: 5px;
}
.im_main .list-group-item p {
  font-size: 14px;
}
.im_main_footer {
  padding: 12px;
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.im_main_footer .send_im {
  background: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.im_main_footer textarea {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  color: #333;
  border: none;
  resize: none;
  font-family: 'Open Sans', sans-serif;
}
.im_main_footer textarea:focus,
.im_main_footer textarea:active {
  outline: none;
}
.im_friends_list .people-list {
  grid-template-columns: auto;
  grid-gap: 0;
}
.im_friends_list .people-card {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px 30px;
}
.im_friends_list .people-card-image {
  margin-bottom: 0;
}
.im_friends_list .people-card:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.im_friends_list .people-card-inner {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 10px;
}
.im_friends_list .people-card-inner h3 {
  margin-bottom: 0;
  align-self: center;
}
.im_friends_list .people-card-inner h3 a:hover {
  text-decoration: none;
}
.im_state_line {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  text-align: right;
  padding: 9px 15px;
}
.im_state_line .new_dialog {
  cursor: pointer;
  color: #007bff;
}
.im_state_line .new_dialog.active i:before {
  content: "\f00d";
}
.has_thread_notice {
  padding: 30px 40px 50px;
}
.new_thread_notice {
  padding: 30px 40px 50px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.115);
}
.sendbox h4 {
  margin-bottom: 14px;
  transform: translateY(-5px);
}
.sendbox .fancybox-close-small {
  top: 18px;
}
.sendbox__header {
  background-color: #009FFC;
  color: #fff;
}
.sendbox__body_top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sendbox__body_top img {
  margin-right: 12px;
  max-width: 40px;
}
.sendbox__body_top p {
  margin-bottom: 0;
}
.sendbox__footer {
  display: flex;
  align-items: center;
}
.sendbox__footer .btn {
  margin-right: 10px;
}
.sendbox__footer p {
  font-size: 14px;
  margin-bottom: 0;
}
.home_btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 18px 12px;
  width: 100%;
  cursor: pointer;
}
.home_btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.home_btn-social {
  opacity: 0.5;
  text-align: left;
  padding-left: 56px;
}
.home_btn-google {
  background: url(../images/home-page/google.png) no-repeat 20px center;
}
.home_btn-facebook {
  background: url(../images/home-page/facebook.png) no-repeat 20px center;
}
.home-page {
  position: relative;
  background-color: #f8f8f8;
}
.home-page #main {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.home-page:before {
  content: "";
  display: block;
  height: 100%;
  min-height: 100vh;
  width: 44.27vw;
  background-color: #315fc4;
  position: absolute;
  left: 0;
  top: 0;
}
.home-page__sidebar {
  width: 100%;
  padding-top: 16px;
}
.home-page__sidebar.sidebar_light .home_btn {
  background-color: #315fc4;
}
.home-page__sidebar.sidebar_light .home_btn-social {
  opacity: 1;
}
.home-page__sidebar.sidebar_light .home-page__logo {
  color: #282828;
}
.home-page__sidebar.sidebar_light .home-page__login-form .reset_password_link,
.home-page__sidebar.sidebar_light .home-page__login-form .or {
  color: #282828;
}
.home-page__sidebar.sidebar_light .home-page__login-form .or:before,
.home-page__sidebar.sidebar_light .home-page__login-form .or:after {
  background-color: #282828;
}
.home-page__sidebar.sidebar_light .home-page__links {
  margin-top: 20px;
}
.home-page__sidebar.sidebar_light .home-page__links a {
  color: #282828;
  line-height: 1.5;
  height: auto;
}
.home-page__logo {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 34px;
}
.home-page__logo img {
  margin-bottom: 39px;
}
.home-page__logo h4 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 21px;
}
.home-page__logo p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.home-page__login-form .home_btn {
  margin-bottom: 13px;
}
.home-page__login-form .form-control {
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #ededed;
  height: 40px;
}
.home-page__login-form .login-submit {
  text-align: right;
}
.home-page__login-form .submit_button {
  background-color: #ffc500;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  width: 150px;
}
.home-page__login-form .reset_password_link {
  color: #ededed;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  margin-top: 12px;
  text-align: right;
  text-decoration: underline;
}
.home-page__login-form .reset_password_link:hover {
  text-decoration: none;
}
.home-page__login-form .or {
  opacity: 0.5;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 25px 0 32px;
  text-align: center;
  position: relative;
}
.home-page__login-form .or:before,
.home-page__login-form .or:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  margin: 0 8px;
}
.home-page__login-form p {
  margin-bottom: 15px;
}
.home-page__links {
  text-align: center;
  margin-top: 60px;
}
.home-page__links a {
  color: #ededed;
  display: block;
  height: 41px;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
}
.home-page .activity-list {
  display: grid;
  x-grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "movie movie book" "game place place" "game rest rest";
  grid-gap: 15px;
}
.home-page .activity-list .cat-ico {
  position: static;
  align-self: center;
  margin-right: 12px;
}
.home-page .activity_item {
  padding: 15px;
  margin-bottom: 0;
}
.home-page .activity_item.movies_type {
  grid-area: movie;
}
.home-page .activity_item.books_type {
  grid-area: book;
}
.home-page .activity_item.games_type {
  grid-area: game;
}
.home-page .activity_item.places_type {
  grid-area: place;
}
.home-page .activity_item.restaurant_type {
  grid-area: rest;
}
.home-page .activity_item.books_type .activity_header,
.home-page .activity_item.places_type .activity_header,
.home-page .activity_item.restaurant_type .activity_header,
.home-page .activity_item.games_type .activity_header {
  margin-top: 12px;
  justify-content: flex-start;
}
.home-page .activity_item.places_type .object_image {
  height: 170px;
  overflow: hidden;
}
.home-page .activity_item.restaurant_type .object_image {
  height: 200px;
  overflow: hidden;
}
.home-page .activity_header {
  justify-content: space-between;
}
.home-page .activity_header_rating > p {
  margin-bottom: 0;
}
.home-page .activity-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 5px;
}
.home-page .activity_subinfo {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 13px;
}
.home-page .text-description {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.home-page .activity_prop {
  margin-bottom: 8px;
}
.home-page .activity_prop p {
  color: #282828;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
.home-page .activity_prop p strong {
  font-weight: 700;
}
