@charset "UTF-8";

.fa.fa-chevron-up {
    border-left: 3px solid white;
    border-top: 3px solid white;
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: relative;
    top: 4px;
}

.main.error {
  padding-bottom: 30px;
}

.error_text {
  text-align: center;
}

.error_text h1 {
  margin-bottom: 40px;
  font-size: 50px;
}

.title-404 {
  font-size: 200px;
  font-weight: bold;
  color: #eee;
}

body.fancybox-active {
  height: 100vh;
  overflow-y: hidden;
}

.widget.youtube-widget {
  max-height: 172px;
  overflow: hidden;
}

header .header-nav-container nav ul li {
  /*padding: 0 11px;*/

  text-align: center;
}

header .header-nav-container nav a {
  position: relative;
  padding: 0;
}

header .header-nav-container nav a:after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  color: white;
  height: 2px;
  background-color: transparent;
  bottom: 0;
  -webkit-transition: width .3s, background-color .3s;
  transition: width .3s, background-color .3s;
}

header .header-nav-container nav a.active {
  color: white;
}

header .header-nav-container nav a.active:after {
  width: 100%;
  background-color: red;
}

header .header-nav-container nav a:hover:after {
  width: 100%;
  background-color: red;
}

header .search-input {
  border: 2px solid white !important;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  width: 100% !important;
  height: 100% !important;
  background: white;
  padding: 7px 8px;
}

header .search-input::-webkit-input-placeholder {
  /* Edge */
  color: DARKCYAN !important;
  font-weight: 400;
}

header .search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: DARKCYAN !important;
  font-weight: 400;
}

header .search-input::-ms-input-placeholder {
  color: DARKCYAN !important;
  font-weight: 400;
}

header .search-input::placeholder {
  color: DARKCYAN !important;
  font-weight: 400;
}

header .row.no-gutters.search-desktop {
  border: 1px solid darkcyan !important;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header .col.d-flex.align-items-center {
  height: 100%;
}

header .search_icon {
  background: darkcyan;
  z-index: 1;
  margin-right: 0;
  display: inline-block;
  padding: 2px;
  margin-right: 8px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .search_icon img {
  max-width: 25px;
}

header .user_login a {
  fill: #fff;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

header .search_wrap .search-desktop {
  display: block;
  width: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

header .search_wrap .show_icon {
  display: none;
}

header .search_wrap.show_focus,
header .search_wrap.show {
  position: absolute;
  z-index: 2;
}

header .search_wrap.show_focus .search_icon,
header .search_wrap.show .search_icon {
  position: absolute;
  background: transparent;
  z-index: 17;
  margin-right: 0;
  padding: 4px 3px;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

header .search_wrap.show_focus .search_icon.show_icon,
header .search_wrap.show .search_icon.show_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .search_wrap.show_focus .search-desktop,
header .search_wrap.show .search-desktop {
  border: 2px solid white !important;
  width: 260px;
  visibility: visible;
  opacity: 1;
  height: auto;
}

header .header-social-block {
  width: auto;
  z-index: 1;
  background: darkcyan;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  position: relative;
  margin-right: 10px;
}

header .header-social-block .media_icon {
  fill: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-social-block ul li.hidden {
  display: none;
}

header .header_icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .header_icons_wrap .locale_wrap {
  margin-right: 0;
}

header .header_icons_wrap .locale_in .in_active {
  display: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

header .header_icons_wrap .locale_in .in_active.show {
  display: block;
}

header .header_icons_wrap .locale_in .active {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  pointer-events: all;
}

header .header_icons_wrap .locale_in a {
  padding: 3px 31px 3px;
  font-size: 12px;
}

header .header_icons_wrap .locale_in:after {
  display: none;
}

header ul.header-social-block_inner {
  position: absolute;
  left: 3px;
  z-index: 2;
  background: darkcyan;
  padding: 5px 0 !important;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 640px) {
  header .user_login,
  header .header-social-block {
    display: none !important;
  }
}

#sidebarCollapse {
  color: white;
}

.latest_post {
  list-style: none;
  margin: 40px auto;
  padding: 0;
  max-width: 647px;
  text-align: left;
}

.latest_post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.latest_post li time {
  margin-right: 7px;
  font-size: 11px;
  color: #666;
}

.latest_post li a {
  font-size: 14px;
}

.search_result {
  width: 100%;
  margin-bottom: 20px;
}

.single-post.l_post article {
  font-family: noto sans,sans-serif;
  font-size: 21px;
  line-height: 33px;
}

.single-post.l_post article iframe {
  max-width: 100%;
}

.single-post.l_post article span {
  font-size: 21px;
}

.single-post.l_post article img {
  max-width: 390px;
  width: 100%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.single-post.l_post article p {
  font-size: 21px;
}

.single-post.l_post article p img {
  max-width: 100%;
  width: auto;
}

.single-post.l_post article img.align_right {
  float: right !important;
  margin-left: 30px;
  margin-right: 0 !important;
}

.single-post.l_post article img.align_left {
  float: left;
  margin-right: 30px;
  margin-left: 0;
}

.single-post.l_post article img.align_center {
  max-width: 100% !important;
  float: none !important;
}

.single-post.l_post p {
  font-size: 21px;
}

@media (max-width: 640px) {
  .single-post.l_post {
    padding: 0 30px;
    max-width: 100%;
    min-width: auto;
  }
}

header .header-nav-container nav .main-menu ul {
/*  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/

/*      max-width: 800px;
      margin: 0 auto;
      position: relative;*/
/*      opacity: 0;
      transition: opacity .2s;*/
}

header .header-nav-container nav .main-menu ul.slick-initialized {
    opacity: 1;
}

header #topHeaderNavContents {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;

      /*max-width: 800px;*/
}

.menu_slide_arrow {
    position: absolute;
    left: -12px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.menu_slide_arrow.next{
    right: -14px;
    left: auto;
}

.menu_slide_arrow:after {
    content: '';
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    display: inline-block;
    transform: rotate(-45deg) skew(11deg, 11deg);
}

.menu_slide_arrow.next:after {
     transform: rotate(135deg) skew(11deg, 11deg);
}

.sticky .menu_slide_arrow:after {
    border-color: #008b8b;
}

.yt-subscription-button-subscriber-count-branded-horizontal,
.yt-subscription-button-subscriber-count-unbranded-horizontal {
  height: auto;
}

.footer_info {
  font-size: 14px;
}

.bottom_sidebar {
  width: 360px;
  position: absolute;
  bottom: 0;
  right: 25px;
  padding-left: 0 !important;
  height: auto !important;
}

.bottom_sidebar.static {
  width: 100%;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bottom_sidebar .inner_sidebar {
  width: 360px;
  margin-right: 30px;
  max-width: 100%;
}

.relative {
  position: relative;
}

.sidebar {
  height: auto !important;
  overflow: visible !important;
}

@media (max-width: 640px) {
  .sidebar {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

footer .footer_menus .footer-nav-block ul li a {
  font-size: 13px;
}

.footer_emails p {
  margin-bottom: 0px;
}

footer .footer-nav-block ul {
  margin-bottom: 0;
}

.footer-social-block ul li {
  margin-right: 17px;
}

.seoText {
  font-size: 13px;
  margin-top: 10px;
}

.back_arrow {
  background-color: transparent !important;
}

.back_arrow img {
  fill: red;
  width: 35px;
}

.article_image_fancy img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 40%;
     object-position: 0% 40%;
}

.slick-slide {
  height: auto;
}

.tag-block .tag-link:hover {
  color: #008B8B;
}

@media (max-width: 640px) {
  .tag-block {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 640px) {
  .main_slider_wrap {
    margin: 0;
  }

  .main_feed_wrapper {
    margin-top: 15px;
    padding: 0px 30px !important;
  }

  .main_feed_item_inner_half {
    padding-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    overflow-x: hidden;
    overflow-y: auto;
  }

  nav#sidebar {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  header {
    padding: 0;
    height: auto;
  }

  header .menu_bg .row {
    max-height: 50px;
    overflow: hidden;
  }

  header.sticky {
    height: auto;
  }

  .header-social-block_inner {
    max-height: 100%;
  }

  .main.container {
    padding-bottom: 0;
    max-width: 100%;
    padding-left: 15px;
  }
}

@media (max-width: 1024px) and (max-width: 640px) {
  .main.container {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .locale_wrap {
    overflow: hidden;
    height: auto;
  }

  .locale_wrap .locale_in {
    border: 2px solid #008b8b;
    height: auto;
  }

  .locale_wrap .locale_in a {
    height: auto;
  }

  .footer_info {
    text-align: center;
  }

  .sidebar_posts_tabs {
    height: auto;
  }

  .sidebar_posts_tabs ul {
    overflow: hidden;
    height: auto;
  }

  .sidebar_posts_tabs ul li {
    height: auto;
  }

  .sidebar_posts_tabs ul li a {
    height: auto;
  }

  .bottom_sidebar {
    position: static;
    padding: 15px 30px 0 !important;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.author_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author_block > * {
  height: auto;
}

.author_block img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

.info-post {
  display: block;
  margin-bottom: 10px;
}

.article_image .article_image_fancy img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
}

.show_more {
  display: inline-block;
  padding: 9px 17px 10px;
  background: DARKCYAN;
  color: white;
}

.post_tags_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}

.main-news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 640px) {
  .category_link {
    margin-right: 15px;
    width: 50px;
    height: 50px;
  }
}

.category_link a {
  display: none;
}
.category_link a img {
  max-width: 100%;
  max-width: 50px;
}

.front_wrap_form {
  max-width: 400px;
  margin: 0 auto;
}

.social_login_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social_login_wrap a {
  color: #0056b3;
  padding: 5px 20px 6px;
  border-radius: 50px;
  border: 1px solid #0056b3;
  display: inline-block;
  margin-bottom: 10px;
}

body .uwy.userway_p1 {
  top: auto !important;
  left: 13зч !important;
  bottom: 13px !important;
}

.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 #008b8b;
  border-color: #008b8b transparent #008b8b transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#comments {
  height: 660px;
  overflow-y: auto;
  position: relative;
}

#comments .lds-dual-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

#comments .letter {
  position: relative;
  font-size: 16px;
  padding: 1px 4px;
  font-weight: 400;
  -webkit-transition: color .3s;
  transition: color .3s;
}

#comments .letter:after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: red;
  height: 1px;
  -webkit-transition: width .3s;
  transition: width .3s;
}

#comments .letter:hover,
#comments .letter.active {
  color: darkcyan;
}

#comments .letter:hover:after,
#comments .letter.active:after {
  width: 100%;
}

.alphabet {
  margin-bottom: 15px;
}

.email_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.email_login .part {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.social_login_icons a {
  margin: 5px;
}

.social_login_icons .google img {
  width: 30px;
  height: 30px;
}

.social_login_icons .facebook img {
  width: 40px;
  height: 40px;
}

.main_comment_block {
  margin-bottom: 40px;
  padding: 0 30px;
}

.mobile_login_wrap {
  text-align: center;
}

.mobile_login_wrap a {
  display: inline-block;
  margin: 7px 0;
  background: darkcyan;
  color: white;
  padding: 5px 26px 6px;
}

.post-id-8585 .article_image img {
  max-width: 645px !important;
  display: block;
  margin: 0 auto;
}

.post-id-8585 article img.align_center {
  width: auto !important;
}

.become_blogger_banner {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center bottom;
}

.comment_front_edit textarea {
  width: 100%;
  padding: 5px 15px;
}

.verifed_user_img {
  background-color: #e2e2e2;
}

#poll-container {
  color: white;
  margin: 15px 0 0 0;
  padding: 0;
  max-width: 100%;
  background: darkcyan;
}

#poll-container .polls_res {
  padding: 10px;
}

#poll-container .title-section {
  color: white;
  border-color: white;
  padding: 10px 10px;
  font-size: 16px;
}

#poll-container .poll-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#poll-container .poll-option label {
  color: white;
  cursor: pointer;
}

#poll-container .vote-bnt {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: darkcyan;
  background: white;
  border: navajowhite;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#poll-container .vote-bnt:hover {
  opacity: .8;
}

#poll-container .all_votes {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.poll-form {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.bar_wrap {
  height: 34px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: .25rem;
}

.bar_wrap:not(:last-child) {
  margin-bottom: 20px;
}

.bar_wrap span.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.6);
  color: white;
  font-size: 18px;
  text-shadow: 1px 0px 5px black;
  height: 100%;
}

.bar_wrap span.vote_progress {
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  color: white;
  font-size: 18px;
  text-shadow: 0px 1px 3px black;
}

.bar_wrap span.vote_name {
  position: absolute;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  color: white;
  font-size: 18px;
  text-shadow: 0px 1px 3px black;
}

.contact__content-soc {
    list-style: none;
    padding: 0;
    display: flex;
    max-width: 300px;
    width: 100%;
    margin: 15px auto;
    justify-content: space-around;
}

.contact__content li a:hover svg {
    fill: darkcyan;
}

.contact__content li a:hover svg path {
    fill: darkcyan;
}

.contact__content {
    text-align: center;
}

.subcat_content_wrap {
    width: 100%;
    margin-bottom: 50px;
}

.subcat_content {
    margin-top: 25px;
}

a.like {
    margin-right: 20px;
}

.like_icon {
  width: 25px;
}

.active .like_icon {
  width: 40px;
}

.like_wrap {
  margin-left: 10px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

span.count_action {
    margin-left: 6px;
}