/**
 * @package		JKit
 * @copyright	Copyright (C) CloudHotelier. All rights reserved.
 * @license		GNU GPLv2 <http://www.gnu.org/licenses/gpl.html>
 */
.theme-transition {
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ch-text-100 {
  font-weight: 100;
}
.ch-text-200 {
  font-weight: 200;
}
.ch-text-300 {
  font-weight: 300;
}
.ch-text-400 {
  font-weight: 400;
}
.ch-text-500 {
  font-weight: 500;
}
.ch-text-600 {
  font-weight: 600;
}
.ch-text-700 {
  font-weight: 700;
}
.ch-text-800 {
  font-weight: 800;
}
.ch-text-900 {
  font-weight: 900;
}
.ch-text-italic {
  font-style: italic;
}
.ch-ratio {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.ch-ratio-30 {
  padding-bottom: 30%;
}
.ch-ratio-40 {
  padding-bottom: 40%;
}
.ch-ratio-45 {
  padding-bottom: 45%;
}
.ch-ratio-50 {
  padding-bottom: 50%;
}
.ch-ratio-55 {
  padding-bottom: 55%;
}
.ch-ratio-60 {
  padding-bottom: 60%;
}
.ch-ratio-65 {
  padding-bottom: 65%;
}
.ch-ratio-70 {
  padding-bottom: 70%;
}
.ch-ratio-75 {
  padding-bottom: 75%;
}
.ch-ratio-80 {
  padding-bottom: 80%;
}
.ch-ratio-90 {
  padding-bottom: 90%;
}
.ch-ratio-100 {
  padding-bottom: 100%;
}
.ch-ratio-110 {
  padding-bottom: 110%;
}
.ch-ratio-120 {
  padding-bottom: 120%;
}
.ch-ratio-125 {
  padding-bottom: 125%;
}
.ch-ratio-150 {
  padding-bottom: 150%;
}
.ch-ratio-21-9 {
  padding-bottom: 42.86%;
}
.ch-ratio-12-5 {
  padding-bottom: 41.67%;
}
.ch-ratio-17-9 {
  padding-bottom: 52.94%;
}
.ch-ratio-16-9 {
  padding-bottom: 56.25%;
}
.ch-ratio-16-10 {
  padding-bottom: 62.5%;
}
.ch-ratio-14-9 {
  padding-bottom: 64.29%;
}
.ch-ratio-3-2 {
  padding-bottom: 66.67%;
}
.ch-ratio-4-3 {
  padding-bottom: 75%;
}
.ch-ratio-5-4 {
  padding-bottom: 80%;
}
.ch-ratio-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .ch-ratio-clear-small {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .ch-ratio-clear-small .ch-ratio-content,
  .ch-ratio-clear-small .ch-vertical-align {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    transform: none;
  }
}
@media (max-width: 959px) {
  .ch-ratio-clear-medium {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .ch-ratio-clear-medium .ch-ratio-content,
  .ch-ratio-clear-medium .ch-vertical-align {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
    transform: none;
  }
}
.ch-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.ch-embed-container iframe,
.ch-embed-container object,
.ch-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ch-image-overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #FFF;
  font-size: 30px;
}
.ch-image-overlay:hover {
  color: #FFF;
  opacity: 100;
}
.ch-image-overlay-small {
  font-size: 18px;
}
.ch-image-overlay-large {
  font-size: 56px;
}
.ch-vertical-align {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ch-bottom-align {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ch-no-hover:hover,
.ch-no-hover:active,
.ch-no-hover:focus {
  text-decoration: none;
}
.ch-cover-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.ch-fixed-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  image-rendering: -webkit-optimize-contrast;
}
.ch-full-width {
  position: absolute;
  width: 100%;
  left: 0;
}
.uk-button-primary.ch-button-facebook {
  background: #3b5998;
}
.uk-button-primary.ch-button-facebook:hover {
  background: #4264aa;
}
.ch-slideshow-image-cover {
  object-fit: cover;
}
.ch-slideshow-content {
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.uk-active .ch-slideshow-content {
  opacity: 1;
}
.ch-slideshow-small .uk-slidenav-position .uk-slidenav-previous {
  font-size: 40px;
  left: 5px;
  width: 40px;
}
.ch-slideshow-small .uk-slidenav-position .uk-slidenav-next {
  font-size: 40px;
  right: 5px;
  width: 40px;
}
.ch-slideshow-small-content {
  margin: 0 25px;
}
.ch-overlay-background-soft {
  background: rgba(0, 0, 0, 0.25);
}
.ch-hover {
  overflow: hidden;
  position: relative;
}
.ch-hover-target {
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.ch-hover:hover .ch-hover-target-scale {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ch-hover:hover .ch-hover-target-scale-small {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ch-hover:hover .ch-hover-target-rotate {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.ch-hover:hover .ch-hover-target-rotate-inverse {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ch-hover:hover .ch-hover-target-scale.ch-hover-target-rotate {
  -webkit-transform: rotate(3deg) scale(1.3);
  -ms-transform: rotate(3deg) scale(1.3);
  transform: rotate(3deg) scale(1.3);
}
.ch-hover:hover .ch-hover-target-scale.ch-hover-target-rotate-inverse {
  -webkit-transform: rotate(-3deg) scale(1.3);
  -ms-transform: rotate(-3deg) scale(1.3);
  transform: rotate(-3deg) scale(1.3);
}
.ch-hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.ch-hover:hover .ch-hover-overlay {
  opacity: 1;
}
.ch-hover-overlay.ch-hover-overlay-visible {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible {
  background: rgba(0, 0, 0, 0.2);
}
.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
  background: rgba(74, 137, 220, 0.1);
}
.ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(125, 177, 177, 0.1);
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-primary {
  background: rgba(74, 137, 220, 0.8);
}
.ch-hover:hover .ch-hover-overlay.ch-hover-overlay-visible.ch-hover-overlay-secondary {
  background: rgba(125, 177, 177, 0.8);
}
.ch-animation-0-2 {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}
.ch-animation-0-3 {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
.ch-animation-0-4 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}
.ch-animation-0-5 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.ch-animation-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.ch-animation-1-5 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.jkit-item-tag {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
  border-radius: 3px;
  margin: 3px 3px 3px 0;
  transition: all 0.2s ease-in-out;
}
.jkit-item-tag:hover,
.jkit-item-tag:active,
.jkit-item-tag:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.jkit-blog-pagination,
.jkit-comments-pagination {
  margin-top: 30px;
}
.jkit-comments-pagination .uk-pagination > li > a {
  padding: 5px 20px;
}
.jkit-comments-notify {
  font-weight: 400;
}
.jkit-comments-notify:hover,
.jkit-comments-notify:active,
.jkit-comments-notify:focus {
  text-decoration: none;
}
.jkit-blog-like,
.jkit-blog-comments,
.jkit-blog-share {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.jkit-blog-like:hover,
.jkit-blog-comments:hover,
.jkit-blog-share:hover,
.jkit-blog-like:active,
.jkit-blog-comments:active,
.jkit-blog-share:active,
.jkit-blog-like:focus,
.jkit-blog-comments:focus,
.jkit-blog-share:focus {
  text-decoration: none;
}
.jkit-blog-like span,
.jkit-blog-comments span,
.jkit-blog-share span {
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}
.jkit-blog-meta {
  padding: 5px;
  font-size: 90%;
}
.jkit-blog-meta i {
  display: inline-block;
  width: 12px;
  text-align: left;
}
@media (max-width: 1219px) {
  .jkit-page-image-row.uk-margin-remove {
    margin: 25px 0!important;
  }
  .jkit-page-image-info .uk-margin-large-left.uk-margin-large-right {
    margin: 0!important;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .jkit-page-image-info .uk-text-right {
    text-align: left!important;
  }
}
.jkit-post .uk-article-lead {
  margin-bottom: 20px;
}
.jkit-post-content {
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: .01em;
}
.jkit-comment {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.jkit-comment-form-container {
  margin-top: 20px;
}
.jkit-comment-avatar,
.jkit-comment-form-avatar {
  display: inline-block;
  float: left;
  margin: 0 20px 0;
}
.jkit-comment-avatar a,
.jkit-comment-form-avatar a,
.jkit-comment-avatar span,
.jkit-comment-form-avatar span {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jkit-comment-avatar a:hover,
.jkit-comment-form-avatar a:hover,
.jkit-comment-avatar span:hover,
.jkit-comment-form-avatar span:hover,
.jkit-comment-avatar a:active,
.jkit-comment-form-avatar a:active,
.jkit-comment-avatar span:active,
.jkit-comment-form-avatar span:active,
.jkit-comment-avatar a:focus,
.jkit-comment-form-avatar a:focus,
.jkit-comment-avatar span:focus,
.jkit-comment-form-avatar span:focus {
  text-decoration: none;
}
.jkit-comment-content,
.jkit-comment-replies,
.jkit-comment-replies-add,
.jkit-reply-form-fields,
.jkit-reply-spinner,
.jkit-reply-guest {
  margin-left: 90px;
  margin-right: 20px;
}
.jkit-comment-reply {
  display: block;
  padding: 10px 0;
}
.jkit-comment-replies {
  margin-bottom: 10px;
}
.jkit-reply-form-fields {
  padding: 5px 5px 10px;
  border: 0;
}
.jkit-reply-form-fields .jkit-reply-avatar {
  margin-top: 0;
}
.jkit-reply-spinner {
  padding: 10px 0;
  font-size: 20px;
}
.jkit-comment-textarea-container {
  display: inline-block;
  width: 100%;
}
textarea.jkit-comment-textarea {
  min-height: 100px;
  max-height: 400px;
}
.jkit-reply-avatar {
  display: inline-block;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: -5px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jkit-reply-avatar:hover,
.jkit-reply-avatar:active,
.jkit-reply-avatar:focus {
  text-decoration: none;
}
.jkit-reply-content,
.jkit-reply-form {
  margin-left: 35px;
}
.jkit-comment-actions,
.jkit-reply-actions {
  display: none;
}
.jkit-comment:hover {
  background: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.jkit-comment:hover .jkit-comment-actions,
.jkit-comment-reply:hover .jkit-reply-actions {
  display: block;
}
#jkit-profile-image-submit-wrapper {
  display: inline-block;
}
.jkit-user-avatar {
  width: 200px;
  height: 200px;
  margin: 20px auto;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jkit-loading-container {
  position: relative;
}
.jkit-loading {
  transition: all .25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  display: none;
  overflow: hidden;
  z-index: 1010;
}
.jkit-loading.jkit-active {
  opacity: 1;
}
.jkit-loading i {
  font-size: 50px;
}
.jkit-comment-loading i {
  font-size: 30px;
}
.jkit-loading-large {
  font-size: 60px;
  line-height: 60px;
}
