@charset "UTF-8";
/*

Theme Name: Gamepro
Theme URI: http://basr.lunartheme.com/gamepro/
Author: lunartheme
Author URI: http://lunartheme.com
Description: K-shortcodes plugin.
Version: 1.0.0

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Sick slider
//   01. Pie Chart
//   01. Time story
//   01. Single post
//   02. Progress Bar
//	 03. Icon box 
//	 04. Testimonial 
//	 05. Counter
//	 06. google map
//	 07. brand
//   08. Flip countdown
//   09. Pricing table
//   10. Isotope
//   10. Blog listing
//   11. Home slider
//   12. Home Info
//   13. Home story
// ========================================================================== */
/*--------------------------------------------------------------
	01. Slick slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slick custom css */
/* Slick custom css */
@media only screen and (max-width: 767px) {
  .wrap-slick-slider {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .wrap-slick-slider.style_2 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap-slick-slider .slick-blog-item img:first-of-type {
    min-height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-slick-slider .slick-blog-item img:first-of-type {
    min-height: 530px;
  }
}
.slick-main .slick-blog-item > img + img {
  display: none;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-height: 900px;
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item img:first-of-type {
    min-height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item img:first-of-type {
    min-height: 530px;
  }
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item img + img {
  display: none;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .wrap-has-bg:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
  font-size: 62px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title a {
  color: #e7b66a;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .title a:hover {
  color: #b86948;
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
  color: #ffffff;
  position: relative;
  max-width: 76.92307692%;
  padding: 67px 150px 67px 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
    padding: 40px 80px 40px 0;
    max-width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content {
    padding: 30px 30px 30px 0;
  }
}
.slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content:before {
  content: '';
  background: rgba(34, 14, 15, 0.83);
  border-right: 4px #e7b66a solid;
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(18deg) skewY(0deg) translateX(-8px);
  -ms-transform: skewX(18deg) skewY(0deg) translateX(-8px);
  -o-transform: skewX(18deg) skewY(0deg) translateX(-8px);
  transform: skewX(18deg) skewY(0deg) translateX(-8px);
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content:before {
    -webkit-transform: skewX(11deg) skewY(0deg) translateX(-8px);
    -ms-transform: skewX(11deg) skewY(0deg) translateX(-8px);
    -o-transform: skewX(11deg) skewY(0deg) translateX(-8px);
    transform: skewX(11deg) skewY(0deg) translateX(-8px);
  }
}
@media only screen and (max-width: 768px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content .blog-content-inner {
    max-height: 122px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 .slick-blog-item .blog-content .blog-content-inner {
    max-height: 96px;
  }
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-1 ~ .social {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slick-main:not(.has-syn-nav).style-1 ~ .social {
    margin-bottom: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-1 ~ .wrap-nav {
    opacity: 0;
  }
}
.slick-main:not(.has-syn-nav).style-1 ~ .wrap-nav:focus,
.slick-main:not(.has-syn-nav).style-1 ~ .wrap-nav:active,
.slick-main:not(.has-syn-nav).style-1 ~ .wrap-nav:hover {
  opacity: 1;
}
.slick-main:not(.has-syn-nav).style-1:focus ~ .wrap-nav,
.slick-main:not(.has-syn-nav).style-1:active ~ .wrap-nav,
.slick-main:not(.has-syn-nav).style-1:hover ~ .wrap-nav {
  opacity: 1;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-has-bg:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner {
  max-width: 1170px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner {
    padding: 0 15px;
  }
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
  font-size: 89px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 667px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  .slick-main:not(.has-syn-nav).style-2 .wrap-inner .title {
    font-size: 30px;
  }
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title span {
  display: block;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title a {
  color: #fff;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .title a:hover {
  color: #b86948;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .blog-content {
  color: #fff;
}
.slick-main:not(.has-syn-nav).style-2 .wrap-inner .blog-content .blog-content-inner {
  max-height: 122px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-has-bg:before {
    background: rgba(0, 0, 0, 0.4);
  }
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner {
  position: absolute;
  top: initial;
  left: 50%;
  bottom: 150px;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner .title {
  font-size: 62px;
}
@media only screen and (max-width: 667px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner .title {
    font-size: 30px;
  }
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner .title a {
  color: #e7b66a;
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner .title a:hover {
  color: #fff;
}
.slick-main.has-syn-nav .slick-blog-item .wrap-inner .blog-content {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner .blog-content .blog-content-inner {
    max-height: 122px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 667px) {
  .slick-main.has-syn-nav .slick-blog-item .wrap-inner .blog-content .blog-content-inner {
    padding: 0 10px;
  }
}
.slick-main.has-syn-nav ~ .social {
  margin-top: -100px !important;
  max-width: 100%;
}
.slick-main.has-syn-nav ~ .social ul {
  padding-right: 15px;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .slick-syn-nav {
    display: none !important;
  }
}
.slick-syn-nav .slick-blog-item {
  width: 100% !important;
  overflow: hidden;
}
.slick-syn-nav .slick-blog-item:not(.slick-active) {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-syn-nav .slick-blog-item:not(.slick-center):hover .wrap-inner .blog-content {
  height: auto;
}
.slick-syn-nav .slick-blog-item:not(.slick-center) .wrap-inner .blog-content {
  height: 0;
  overflow: hidden;
}
.slick-syn-nav .slick-blog-item.slick-active {
  opacity: 1;
}
.slick-syn-nav .slick-blog-item > img:first-child {
  display: none;
}
.slick-syn-nav .slick-blog-item .wrap-has-bg {
  width: 50% !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-syn-nav .slick-blog-item .wrap-has-bg:before {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.slick-syn-nav .slick-blog-item .wrap-has-bg:hover {
  width: 100% !important;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.slick-syn-nav .slick-blog-item .wrap-inner {
  -webkit-transition: all 0s linear 0.4s;
  -moz-transition: all 0s linear 0.4s;
  -o-transition: all 0s linear 0.4s;
  transition: all 0s linear 0.4s;
}
@media only screen and (max-width: 1024px) {
  .slick-syn-nav .slick-blog-item .wrap-inner {
    opacity: 0;
    position: relative;
    z-index: -1;
  }
}
.slick-syn-nav .slick-blog-item .wrap-inner .blog-content {
  font-size: 0;
  line-height: 0;
}
.slick-syn-nav .slick-blog-item.slick-center .wrap-has-bg {
  border-right: 4px solid #e7b66a;
}
.slick-syn-nav .slick-blog-item.slick-center .wrap-has-bg:before {
  background: rgba(0, 0, 0, 0.2);
}
.slick-syn-nav .slick-blog-item .wrap-has-bg {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-syn-nav .slick-blog-item .wrap-inner {
  padding: 17px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .slick-syn-nav .slick-blog-item .wrap-inner {
    opacity: 0;
  }
}
.slick-syn-nav .slick-blog-item .wrap-inner .title {
  margin-bottom: 7px;
  line-height: 0;
}
.slick-syn-nav .slick-blog-item .wrap-inner .title a {
  color: #fff;
  font-size: 25px;
  line-height: 1.18em;
}
@media only screen and (max-width: 1024px) {
  .slick-syn-nav .slick-blog-item .wrap-inner .title a {
    font-size: 18px;
    line-height: 120%;
  }
}
.slick-syn-nav .slick-blog-item .wrap-inner .title a:hover {
  color: #b86948;
}
.slick-syn-nav .slick-blog-item .wrap-inner .blog-content {
  color: #fff;
  font-size: 16px;
  line-height: 187.5%;
}
.slick-syn-nav .slick-blog-item .wrap-inner .blog-content .blog-content-inner {
  max-height: 96px;
  overflow: hidden;
}
.slick-blog-item {
  position: relative;
}
.slick-blog-item > img {
  opacity: 0;
  width: 100%;
  max-height: 999px;
}
.slick-blog-item .wrap-has-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-blog-item .wrap-has-bg:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-vertical .slick-slide {
  border: none;
}
.slick-slider .slick-slide {
  cursor: pointer;
}
@media only screen and (max-width: 667px) {
  .slick-slider .slick-slide {
    min-height: 450px;
  }
}
.slick-slider .slick-dots,
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: none;
}
.wrap-slick-slider {
  position: relative;
  margin-bottom: 120px;
}
.wrap-slick-slider:after {
  content: '';
  border: none;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -266px;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0px -281px 84px 89px #1b0b0c;
  box-shadow: 0px -281px 84px 89px #1b0b0c;
}
.wrap-slick-slider .wrap-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
  width: 100%;
}
.wrap-slick-slider .wrap-nav .fake-prev,
.wrap-slick-slider .wrap-nav .fake-next {
  color: #ecae7b;
  cursor: pointer;
  font-size: 38px;
  line-height: 48px;
  position: relative;
  height: 48px;
  width: 42px;
}
.wrap-slick-slider .wrap-nav .fake-prev i,
.wrap-slick-slider .wrap-nav .fake-next i {
  opacity: 0.32;
}
.wrap-slick-slider .wrap-nav .fake-prev:before,
.wrap-slick-slider .wrap-nav .fake-next:before,
.wrap-slick-slider .wrap-nav .fake-prev:after,
.wrap-slick-slider .wrap-nav .fake-next:after,
.wrap-slick-slider .wrap-nav .fake-prev *,
.wrap-slick-slider .wrap-nav .fake-next * {
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-slick-slider .fake-prev {
  float: left;
  margin-left: 20px;
  text-align: left;
}
.wrap-slick-slider .fake-prev:before {
  content: '\f2fa';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 48px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 25px;
  text-shadow: 1px 0px 20px rgba(255, 255, 255, 0.5);
}
.wrap-slick-slider .fake-prev:after {
  content: '\f2fa';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 35px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  opacity: 0.13;
}
.wrap-slick-slider .fake-prev i:not(.prev-hover4) {
  position: absolute;
  right: 12px;
}
.wrap-slick-slider .fake-prev .prev-hover4:before {
  content: '\f2fa';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 36px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: -15px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-slick-slider .fake-prev:hover:before {
  animation: owlNavPreHover 3s linear 0s infinite both;
}
.wrap-slick-slider .fake-prev:hover i {
  animation: owlNavPreHover1 3s linear 0s infinite both;
}
.wrap-slick-slider .fake-prev:hover:after {
  animation: owlNavPreHover2 3s linear 0s infinite both;
}
.wrap-slick-slider .fake-prev:hover .prev-hover4:before {
  animation: owlNavPreHover3 3s linear 0s infinite both;
}
.wrap-slick-slider .fake-next {
  float: right;
  margin-right: 20px;
  text-align: right;
}
.wrap-slick-slider .fake-next:before,
.wrap-slick-slider .fake-next:after,
.wrap-slick-slider .fake-next * {
  line-height: 100%;
}
.wrap-slick-slider .fake-next:before,
.wrap-slick-slider .fake-next:after,
.wrap-slick-slider .fake-next i:not(.next-hover4) {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-slick-slider .fake-next:before {
  content: '\f2fb';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 36px;
  right: 28px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.13;
}
.wrap-slick-slider .fake-next:after {
  content: '\f2fb';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 48px;
  right: 0;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 0px 20px #ffead3;
}
.wrap-slick-slider .fake-next i:not(.next-hover4) {
  font-size: 38px;
  right: 14px;
}
.wrap-slick-slider .fake-next .next-hover4:after {
  content: '\f2fb';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 43px;
  opacity: 0;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrap-slick-slider .fake-next:hover:after {
  animation: owlNavNextHover 3s linear 0s infinite both;
}
.wrap-slick-slider .fake-next:hover i {
  animation: owlNavNextHover1 3s linear 0s infinite both;
}
.wrap-slick-slider .fake-next:hover:before {
  animation: owlNavNextHover2 3s linear 0s infinite both;
}
.wrap-slick-slider .fake-next:hover .next-hover4:before {
  animation: owlNavNextHover3 3s linear 0s infinite both;
}
.wrap-slick-slider .animated {
  position: relative;
  z-index: 99;
}
.wrap-slick-slider .social {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .wrap-slick-slider .social {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@media only screen and (max-width: 667px) {
  .wrap-slick-slider .social {
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.wrap-slick-slider .slick-syn-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 30.42105263%;
  z-index: 20;
}
.wrap-slick-slider .slick-syn-nav .slick-blog-item {
  position: relative;
  min-height: 0;
}
/*--------------------------------------------------------------
	01. Time story
--------------------------------------------------------------*/
.basr-time_story.char-story .wrap-outer {
  background-image: url('../images/hexagon-bg.png');
  background-repeat: no-repeat;
}
.basr-time_story.char-story .wrap-outer:first-child .story-chap:before {
  display: none;
}
.basr-time_story.char-story .wrap-outer:last-child .story-chap:after {
  display: none;
}
.basr-time_story.char-story .wrap-outer:last-child .story-chap .thumb {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .basr-time_story.char-story .wrap-outer:last-child .story-chap .thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .wrap-outer:last-child .story-chap .thumb {
    margin-bottom: 25px;
  }
}
.basr-time_story.char-story .wrap-outer:last-child .story-chap .wrap-thum:before,
.basr-time_story.char-story .wrap-outer:last-child .story-chap .wrap-thum:after,
.basr-time_story.char-story .wrap-outer:last-child .story-chap .wrap-thum + p:after {
  visibility: hidden;
}
.basr-time_story.char-story .wrap-outer:last-child .story-chap .line-to-next {
  visibility: hidden;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+1) {
  background-position: -50px 50px;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+1) .story-chap:after {
  left: 75%;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+1) .story-chap .thumb {
  float: left;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+1) .story-chap .story {
  left: 50%;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+2) {
  background-position: calc(100% + 35px) 50px;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap:before {
  left: 75%;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb {
  float: right;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:before {
  left: -9px;
}
@media only screen and (max-width: 1024px) {
  .basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:before {
    left: 50%;
  }
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:after {
  left: 0;
  right: initial;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 1024px) {
  .basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:after {
    left: 50%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .line-to-next {
  left: -50%;
}
.basr-time_story.char-story .wrap-outer:nth-child(2n+2) .story-chap .story {
  left: 0;
}
.basr-time_story.char-story .wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.basr-time_story.char-story .story-chap {
  position: relative;
  overflow: hidden;
}
.basr-time_story.char-story .story-chap:before {
  content: '';
  background: #e7b66a;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  z-index: 2;
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap:before {
    display: none;
  }
}
.basr-time_story.char-story .story-chap:after {
  content: '';
  background: #e7b66a;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  z-index: 2;
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap:after {
    display: none;
  }
}
.basr-time_story.char-story .story-chap .thumb {
  margin-bottom: 140px;
  padding: 10px;
  position: relative;
  width: 50%;
  box-shadow: 0 0 5px 4px rgba(46, 20, 21, 0.5);
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap .thumb {
    margin-bottom: 25px;
    width: 100%;
  }
}
.basr-time_story.char-story .story-chap .thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89623e), to(#5b3c28)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -o-border-image: -o-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  border-image: linear-gradient(to bottom, #89623e, #5b3c28) 1 100%;
}
.basr-time_story.char-story .story-chap .thumb:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* Standard syntax */
}
.basr-time_story.char-story .story-chap .thumb p {
  margin-bottom: 0;
}
.basr-time_story.char-story .story-chap .thumb .border-bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #89623e, rgba(46, 18, 19, 0.52));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #89623e, #2e1213);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #89623e, #2e1213);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #89623e, rgba(190, 93, 59, 0.52), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.52));
  /* Standard syntax */
}
.basr-time_story.char-story .story-chap .thumb .border-bottom:after {
  content: '';
  background: rgba(45, 18, 19, 0.52);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  z-index: -1;
}
.basr-time_story.char-story .story-chap .thumb .wrap-thum:before {
  content: '';
  background: #e7b66a;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .basr-time_story.char-story .story-chap .thumb .wrap-thum:before {
    top: initial;
    bottom: -18px;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap .thumb .wrap-thum:before {
    display: none;
  }
}
.basr-time_story.char-story .story-chap .thumb .wrap-thum:after {
  content: '';
  background: #723a19;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .basr-time_story.char-story .story-chap .thumb .wrap-thum:after {
    width: 100%;
    top: initial;
    bottom: -66px;
    right: initial;
    left: 50%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap .thumb .wrap-thum:after {
    display: none;
  }
}
.basr-time_story.char-story .story-chap .thumb .wrap-thum .wrap-hover {
  position: relative;
}
.basr-time_story.char-story .story-chap .thumb .wrap-thum .wrap-hover:after {
  content: '';
  border: 0 solid transparent;
  background: rgba(46, 20, 21, 0.8);
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.basr-time_story.char-story .story-chap .thumb .wrap-thum .wrap-hover:hover:after {
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1024px) {
  .basr-time_story.char-story .story-chap .thumb p:after {
    content: '';
    background: #e3b268;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to top, #b27e45, #723a19);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, #b27e45, #723a19);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, #b27e45, #723a19);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #b27e45, #723a19);
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 65px;
    width: 2px;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap .thumb p:after {
    display: none;
  }
}
.basr-time_story.char-story .story-chap .thumb .line-to-next {
  background: #e3b268;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to top, #e3b268, #b27e45);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to top, #e3b268, #b27e45);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to top, #e3b268, #b27e45);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #e3b268, #b27e45);
  position: absolute;
  left: 150%;
  top: 100%;
  height: 100%;
  width: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .basr-time_story.char-story .story-chap .thumb .line-to-next {
    top: initial;
    bottom: -140px;
    height: 76px;
  }
}
.basr-time_story.char-story .story-chap .thumb .line-to-next:before {
  content: '';
  background: #e3b268;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to top, #b27e45, #723a19);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to top, #b27e45, #723a19);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to top, #b27e45, #723a19);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #b27e45, #723a19);
  display: block;
  position: absolute;
  top: -50%;
  width: 2px;
  height: 50%;
}
@media only screen and (max-width: 1024px) {
  .basr-time_story.char-story .story-chap .thumb .line-to-next:before {
    display: none;
  }
}
.basr-time_story.char-story .story-chap .story {
  padding: 0 30px;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .basr-time_story.char-story .story-chap .story {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap .story {
    padding-left: 0;
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: auto;
  }
}
.basr-time_story.char-story .story-chap .story span:first-child {
  color: #e0cbba;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.basr-time_story.char-story .story-chap .story span:nth-child(2) {
  color: #e0cbba;
  font-size: 14px;
  float: right;
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap .story span:nth-child(2) {
    float: left;
    width: 100%;
  }
}
.basr-time_story.char-story .story-chap .story .content {
  font-size: 16px;
  height: 50%;
  overflow: visible;
}
@media only screen and (max-width: 568px) {
  .basr-time_story.char-story .story-chap .story .content {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
}
/*--------------------------------------------------------------
	01. Pie Chart
--------------------------------------------------------------*/
.k2t-piechart {
  float: left;
  text-align: center;
}
.k2t-piechart .chart {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.k2t-piechart .chart .chart-content {
  color: #252525;
  text-align: center;
}
.k2t-piechart .chart .chart-content .number {
  color: #252525;
  display: inline-block;
  font-size: 150%;
  font-weight: 300;
  position: relative;
}
.k2t-piechart .chart .chart-content .number:before {
  content: '%';
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -8px);
  -ms-transform: translate(100%, -8px);
  -o-transform: translate(100%, -8px);
  transform: translate(100%, -8px);
}
.k2t-piechart .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.k2t-piechart .text .title {
  color: #636363;
  font-size: 87.5%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
/*--------------------------------------------------------------
	02. Single post
--------------------------------------------------------------*/
.basr-single_post .post-entry {
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .basr-single_post .post-entry img {
    margin-bottom: 30px;
  }
}
.basr-single_post .post-entry blockquote {
  margin-bottom: 51px;
}
.basr-single_post .post-entry blockquote p {
  margin-bottom: 5px;
}
.basr-single_post .post-entry p {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .basr-single_post .post-entry p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 667px) {
  .basr-single_post .post-entry p {
    margin-bottom: 15px;
    line-height: 160%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-single_post .post-entry .wp-caption {
    margin-bottom: 20px;
  }
}
.basr-single_post .post-entry .wp-caption img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .basr-single_post .post-entry .wp-caption img {
    max-width: 100%;
  }
}
.basr-single_post .post-entry .wp-caption p.wp-caption-text {
  margin-top: 23px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 667px) {
  .basr-single_post .post-entry .wp-caption p.wp-caption-text {
    margin-bottom: 0;
  }
}
.basr-single_post .post-entry > p + .wp-caption {
  margin-top: 33px !important;
}
.basr-single_post .post-entry > p + .gallery {
  margin-top: 23px !important;
}
.basr-single_post .post-entry .column-2 > div {
  width: 50%;
  float: left;
}
.basr-single_post .post-entry .column-3 > div {
  width: 33.33333333%;
  float: left;
}
.basr-single_post .post-entry .column-4 > div {
  width: 25%;
  float: left;
}
.basr-single_post .post-entry .column-2,
.basr-single_post .post-entry .column-3,
.basr-single_post .post-entry .column-4 {
  margin: 0 -15px;
}
.basr-single_post .post-entry .column-2 > div,
.basr-single_post .post-entry .column-3 > div,
.basr-single_post .post-entry .column-4 > div {
  padding: 0 15px;
}
/*--------------------------------------------------------------
	02. Progress Bar
--------------------------------------------------------------*/
.k2t-progress .text {
  line-height: 14px;
  position: relative;
}
.k2t-progress .text .percent {
  color: #b86948;
  font-size: 87.5%;
  font-style: italic;
  line-height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.k2t-progress .progress-background {
  background: #d0d0d0;
  position: relative;
  height: 20px;
  width: 100%;
}
.k2t-progress .progress-background .percent {
  color: #000;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  padding-right: 7px;
  position: absolute;
  top: 0;
  right: 0;
  left: initial !important;
  height: 20px;
  line-height: 20px;
  z-index: 99;
}
.k2t-progress .bar-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.k2t-progress .bar-outer .bar {
  background: #b86948;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 90%;
  opacity: 0;
  z-index: 11;
}
.k2t-progress.striped .bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  animation: 10s linear 0s normal none infinite running progress_striped;
  -moz-animation: 10s linear 0s normal none infinite running progress_striped;
  -webkit-animation: 10s linear 0s normal none infinite running progress_striped;
}
@keyframes progress_striped {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@-moz-keyframes progress_striped {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@-webkit-keyframes progress_striped {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
/*--------------------------------------------------------------
	03. Icon box
--------------------------------------------------------------*/
.svg-iconbox .svg-icon {
  display: inline-block;
}
.k2t-iconbox.layout-2,
.k2t-iconbox.layout-3 {
  padding-top: 80px;
  padding-bottom: 76px;
  text-align: center;
}
.k2t-iconbox.layout-2 .iconbox-image,
.k2t-iconbox.layout-3 .iconbox-image {
  margin-bottom: 51px;
}
.k2t-iconbox.layout-2 .iconbox-image img,
.k2t-iconbox.layout-3 .iconbox-image img {
  display: block;
  margin: 0 auto;
}
.k2t-iconbox.layout-2 .desc,
.k2t-iconbox.layout-3 .desc {
  padding: 0 30px;
  line-height: 187.5%;
}
.k2t-iconbox.layout-3:hover .h a {
  color: #b86948 !important;
}
/*--------------------------------------------------------------
	04. Testimonial
--------------------------------------------------------------*/
.k2t-testimonial.style-1 .owl-stage-outer {
  margin-top: -15px;
  padding-top: 15px;
}
.k2t-testimonial .owl-item .testi-avatar {
  margin-bottom: 45px;
}
.k2t-testimonial .owl-item .testi-avatar img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 74px;
  width: 74px;
}
.k2t-testimonial .owl-item .testimonial-content .speech {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 110px;
  padding: 0 130px;
}
@media only screen and (max-width: 1024px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    font-size: 25px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    font-size: 22px;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    font-size: 16px;
    padding: 0 10px;
  }
}
.k2t-testimonial .owl-item .testimonial-name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.k2t-testimonial.style-2 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-2 {
    margin-bottom: 100px;
  }
}
.k2t-testimonial.style-2 .align-center {
  text-align: left;
}
.k2t-testimonial.style-2 .owl-dots {
  bottom: -70px;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-2 .owl-dots {
    bottom: -45px;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-2 .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.k2t-testimonial.style-2 .owl-item {
  background: #fff;
  padding: 30px 50px 40px 30px;
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial.style-2 .owl-item {
    padding: 30px 15px 40px;
  }
}
.k2t-testimonial.style-2 .owl-item .testi-avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 29px;
}
.k2t-testimonial.style-2 .owl-item .testi-avatar img {
  height: 70px;
  width: 70px;
}
.k2t-testimonial.style-2 .owl-item .testimonial-info .testimonial-name {
  color: #252525;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
  padding-top: 9px;
}
.k2t-testimonial.style-2 .owl-item .testimonial-info .testimonial-job {
  color: #b86948;
  font-size: 14px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.k2t-testimonial.style-2 .owl-item .testimonial-content {
  float: left;
  width: 100%;
}
.k2t-testimonial.style-2 .owl-item .testimonial-content .speech {
  color: #636363;
  font-size: 16px;
  font-weight: 300;
  line-height: 187.5%;
  margin-bottom: 0;
  padding: 0;
}
.k2t-testimonial.style-3 {
  margin-bottom: 30px;
}
.k2t-testimonial.style-3 .align-center {
  text-align: left;
}
.k2t-testimonial.style-3 .testi-item {
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial.style-3 .testi-item {
    padding: 0;
    width: 100%;
  }
}
.k2t-testimonial.style-3 .testi-item > div {
  background: #fff;
  padding: 30px 50px 40px 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-3 .testi-item > div {
    padding: 30px 15px 40px 20px;
  }
}
.k2t-testimonial.style-3 .testi-item .testi-avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 29px;
}
.k2t-testimonial.style-3 .testi-item .testi-avatar img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  overflow: hidden;
}
.k2t-testimonial.style-3 .testi-item .testimonial-info .testimonial-name {
  color: #252525;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 9px;
  text-transform: uppercase;
}
.k2t-testimonial.style-3 .testi-item .testimonial-info .testimonial-job {
  color: #b86948;
  font-size: 14px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.k2t-testimonial.style-3 .testi-item .testimonial-content {
  float: left;
  width: 100%;
}
.k2t-testimonial.style-3 .testi-item .testimonial-content .speech {
  color: #636363;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 187.5%;
  margin-bottom: 0;
  padding: 0;
}
.k2t-testimonial.style-3 .filter-all {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-3 .filter-all {
    margin-top: 25px;
  }
}
.k2t-testimonial.style-3 .filter-all .k2t-btn {
  background: #afafaf;
  padding: 0 54px;
}
.k2t-testimonial.style-3 .filter-all .k2t-btn:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(175, 175, 175, 0.7);
  box-shadow: 0px 10px 40px 0px rgba(175, 175, 175, 0.7);
}
/*--------------------------------------------------------------
	05. Testimonial
--------------------------------------------------------------*/
.k2t-counter {
  padding: 0 30px;
}
.k2t-counter .counter-number h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2em;
}
.k2t-counter .counter-text {
  -webkit-transform: translateY(-29px);
  -ms-transform: translateY(-29px);
  -o-transform: translateY(-29px);
  transform: translateY(-29px);
}
.k2t-counter .counter-text .title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
	06. map
--------------------------------------------------------------*/
.k2t-wrap-map {
  display: block;
  width: 100%;
  float: left;
}
.k2t-map {
  position: relative;
}
.k2t-map .gm-style {
  background: #EBEBEB;
}
.map-pop-up {
  background: #fff;
  display: block;
  padding: 43px 15px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 570px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.map-pop-up.hidden {
  padding: 0;
  overflow: hidden;
  top: 50px;
  left: initial;
  right: 20px;
  width: 43px;
  height: 43px;
}
.map-pop-up.hidden .open-btn {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 43px;
  height: 43px;
  width: 43px;
  opacity: 1;
  z-index: 999;
  text-align: center;
}
.map-pop-up.hidden .open-btn:hover {
  border-color: #b86948;
  color: #b86948;
  cursor: pointer;
}
.map-pop-up .top-popup {
  text-align: center;
}
.map-pop-up .top-popup h4 {
  margin-bottom: 0;
}
.map-pop-up .top-popup .list-help {
  display: block;
  list-style: none;
  margin: 0 auto 28px;
  padding-left: 0;
}
.map-pop-up .top-popup .list-help li {
  display: inline-block;
  font-size: 14px;
  padding: 0 25px;
}
.map-pop-up .top-popup .list-help li a:hover {
  text-decoration: underline;
}
.map-pop-up .wrap-map-select {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.map-pop-up .wrap-map-select i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-pop-up .map-select {
  background: transparent;
  border: 2px solid #ebebeb;
  border-radius: 30px;
  display: block;
  margin: 0 auto 29px;
  padding: 0 30px;
  line-height: 58px;
  height: 58px;
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.map-pop-up .map-select option {
  padding: 5px 0;
}
.map-pop-up .map-select:after {
  content: '';
}
.map-pop-up .map-select:focus + i {
  color: #b86948;
}
.map-pop-up .map-locations {
  display: none;
}
.map-pop-up .k2t-btn {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  line-height: 40px;
  height: 40px;
}
.map-pop-up .open-btn {
  opacity: 0;
}
/*--------------------------------------------------------------
	07. brand
--------------------------------------------------------------*/
.k2t-brands.brands-6-columns .brand-cell {
  width: 16.66666667%;
}
.k2t-brands.brands-4-columns .brand-cell {
  width: 16.66666667%;
}
.k2t-brands.brands-5-columns .brand-cell {
  width: 20%;
}
.k2t-brands.brands-3-columns .brand-cell {
  width: 16.66666667%;
}
.k2t-brands.brands-2-columns .brand-cell {
  width: 50%;
}
.k2t-brands .brand-cell {
  float: left;
}
.k2t-brands .owl-carousel:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-brands .owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-brands .owl-carousel .owl-nav .owl-prev,
.k2t-brands .owl-carousel .owl-nav .owl-next {
  margin-left: 0;
  margin-right: 0;
}
.k2t-brands .owl-carousel .brand-cell {
  width: 100%;
}
.k2t-brands .owl-carousel .brand-cell img {
  width: auto;
}
.k2t-brands.opacity-hover .brand-cell img {
  display: block;
  opacity: 0.5;
  margin: 0 auto;
}
.k2t-brands.opacity-hover .brand-cell img:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
	08. Flip countdown
--------------------------------------------------------------*/
.basr-shortcode-countdown.align-left .countdown-container {
  float: left;
}
.basr-shortcode-countdown.align-right .countdown-container {
  float: right;
}
.basr-shortcode-countdown.align-center .countdown-container {
  margin: 0 auto;
}
.basr-shortcode-countdown .countdown-container > p {
  display: none;
}
.basr-shortcode-countdown .event-countdown-container {
  width: 100%;
}
.basr-shortcode-countdown .event-countdown-container .countdown-container {
  display: inline-block;
  margin: 0 -15px;
}
@media (max-width: 479px) {
  .basr-shortcode-countdown .event-countdown-container .countdown-container {
    width: 262px;
  }
}
.basr-shortcode-countdown .wrap-item-count {
  background: #321c18;
  border: 3px solid #e7b66a;
  border-radius: 50%;
  float: left;
  margin: 0 15px;
  position: relative;
  width: 101px;
  height: 101px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .basr-shortcode-countdown .wrap-item-count {
    margin: 0 9px;
  }
}
@media (max-width: 479px) {
  .basr-shortcode-countdown .wrap-item-count {
    margin: 0 15px 30px;
  }
}
.basr-shortcode-countdown .wrap-item-count .time {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.basr-shortcode-countdown .wrap-item-count .time > *:not(:nth-child(2)) {
  display: none;
}
.basr-shortcode-countdown .wrap-item-count .time > *:nth-child(2) {
  display: block;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 100%;
}
.basr-shortcode-countdown .wrap-item-count .time .label {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
}
/*--------------------------------------------------------------
	09. Pricing table
--------------------------------------------------------------*/
.k2t-pricing {
  margin: 0 -15px;
}
.k2t-pricing.table-2col .pricing-column {
  width: 50%;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-2col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing.table-3col .pricing-column {
  width: 33.33333333%;
}
@media only screen and (max-width: 768px) {
  .k2t-pricing.table-3col .pricing-column {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-3col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing.table-4col .pricing-column {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .k2t-pricing.table-4col .pricing-column {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-4col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing.table-5col .pricing-column {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .k2t-pricing.table-5col .pricing-column {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-5col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing .pricing-column {
  display: block;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing .pricing-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.k2t-pricing .pricing-column .wrap-pricing-item {
  background: #fff;
  max-width: 420px;
  margin: 0 15px 35px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing .pricing-column .wrap-pricing-item {
    margin: 0 auto 35px;
  }
}
.k2t-pricing .pricing-column .wrap-pricing-item .feature {
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 95px;
  overflow: hidden;
}
.k2t-pricing .pricing-column .wrap-pricing-item .feature:before {
  background: #b86948;
  color: #fff;
  content: 'Most popular';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 31px;
  left: -13px;
  height: 20px;
  width: 135px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-transform: uppercase;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header {
  padding-top: 48px;
  margin-bottom: 50px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .pricing-title {
  color: #898989;
  font-size: 36px;
  margin-bottom: 32px;
  text-align: center;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price {
  color: #b86948;
  font-size: 72px;
  font-weight: 300;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price > div {
  min-height: 62px;
  margin-top: 59px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price > div * {
  line-height: 100%;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price .pricer-per {
  color: #252525;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-top: 4px;
  text-transform: uppercase;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description {
  margin-bottom: 56px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description ul {
  list-style: none;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description ul li {
  color: #636363;
  font-size: 16px;
  line-height: 300%;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description ul li.hidden {
  visibility: hidden;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing .pricing-column .wrap-pricing-item .description ul li.hidden {
    display: none;
  }
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-footer {
  margin-bottom: 50px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-footer .k2t-btn {
  height: 40px;
  line-height: 40px;
}
/*--------------------------------------------------------------
	10. Heading
--------------------------------------------------------------*/
.basr-heading {
  overflow: hidden;
  margin-bottom: 30px;
}
.basr-heading.has-border .basr-heading-inner {
  display: table;
  line-height: 100%;
  width: 100%;
}
.basr-heading.has-border .basr-heading-inner > div {
  display: table-cell;
  position: relative;
  text-align: center;
}
.basr-heading.has-border .basr-heading-inner > div.text {
  line-height: 1.2em;
  width: 1%;
  white-space: nowrap;
}
.basr-heading.has-border .basr-heading-inner > div.text > * {
  color: #e7b66a;
  display: block;
  font-size: 46px;
  margin-bottom: 0;
  text-align: center;
}
.basr-heading.has-border .basr-heading-inner .h-b4-1 {
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 480px) {
  .basr-heading.has-border .basr-heading-inner .h-b4-1 {
    display: none;
  }
}
.basr-heading.has-border .basr-heading-inner .h-b4-1:before {
  content: '';
  background: #7e5237;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #7e5237, #562c23);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #7e5237, #562c23);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #7e5237, #562c23);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #7e5237, #562c23);
  /* Standard syntax */
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 50% - 6px );
  height: 1px;
}
.basr-heading.has-border .basr-heading-inner .h-b4-1:after {
  content: '';
  background: #e7b66a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #aa774b, #e7b66a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #aa774b, #e7b66a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #aa774b, #e7b66a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #aa774b, #e7b66a);
  /* Standard syntax */
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc( 50% - 46px );
  height: 1px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.basr-heading.has-border .basr-heading-inner .h-b4-1 .diagonal {
  background: #7f5237;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #7f5237, #a9764a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #7f5237, #a9764a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #7f5237, #a9764a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #7f5237, #a9764a);
  /* Standard syntax */
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 52%;
  transform: translateX(-50%) skewX(22deg);
}
.basr-heading.has-border .basr-heading-inner .h-b4-1 .content {
  opacity: 0;
}
.basr-heading.has-border .basr-heading-inner .h-after-border {
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 480px) {
  .basr-heading.has-border .basr-heading-inner .h-after-border {
    display: none;
  }
}
.basr-heading.has-border .basr-heading-inner .h-after-border:before {
  content: '';
  background: #a9764a;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #e7b66a, #a9764a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #e7b66a, #a9764a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #e7b66a, #a9764a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #e7b66a, #a9764a);
  /* Standard syntax */
  position: absolute;
  top: 50%;
  left: 0;
  width: calc( 50% - 46px );
  height: 1px;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.basr-heading.has-border .basr-heading-inner .h-after-border:after {
  content: '';
  background: #805237;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #805237, #572c23);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #805237, #572c23);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #805237, #572c23);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #805237, #572c23);
  /* Standard syntax */
  position: absolute;
  top: 0;
  left: 50%;
  width: calc( 50% - 6px );
  height: 1px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.basr-heading.has-border .basr-heading-inner .h-after-border .diagonal {
  background: #8d5d3d;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, #8d5d3d, #a9764a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #8d5d3d, #a9764a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #8d5d3d, #a9764a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #8d5d3d, #a9764a);
  /* Standard syntax */
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 52%;
  transform: translateX(-50%) skewX(-22deg);
}
.basr-heading.has-border .basr-heading-inner .h-after-border .content {
  opacity: 0;
}
/*--------------------------------------------------------------
	10. Isotope
--------------------------------------------------------------*/
.basr-isotope {
  margin-bottom: 35px;
}
.basr-isotope .wpb_single_image br {
  display: none;
}
.basr-isotope .wpb_single_image .vc_figure {
  display: block;
  vertical-align: middle;
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper {
  display: block;
  margin: 0 15px 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .basr-isotope .wpb_single_image .vc_single_image-wrapper {
    margin: 0 10px 20px;
  }
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper:after {
  content: '';
  border: 0 solid transparent;
  background: rgba(46, 20, 21, 0.8);
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 0;
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper:before {
  content: 'View full screen';
  color: #ffead3;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper:not(a):before {
  content: '';
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper:hover:before,
.basr-isotope .wpb_single_image .vc_single_image-wrapper:hover:after {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper:hover:after {
  border-color: rgba(0, 0, 0, 0.9);
  border-width: 15px;
}
.basr-isotope .wpb_single_image .vc_single_image-wrapper:hover img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/*--------------------------------------------------------------
	10. Blog listing
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  div.basr-blog_listing.b-medium .k2t-blog {
    padding-top: 0;
  }
}
div.basr-blog_listing.b-grid .basr-isotope,
div.basr-blog_listing.b-grid .post-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  div.basr-blog_listing .k2t-blog {
    padding-top: 0;
  }
}
div.basr-blog_listing .k2t-blog {
  width: 100%;
}
.basr-single_post #comments {
  padding-bottom: 44px;
}
.basr-single_post #comments .comment-list {
  background: #261011;
}
/*--------------------------------------------------------------
	11. Home slider
--------------------------------------------------------------*/
.basr-home_slider {
  position: relative;
}
@media only screen and (max-width: 568px) {
  .basr-home_slider {
    margin-bottom: 30px;
  }
}
.basr-home_slider .k2t-social-share {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media only screen and (max-width: 568px) {
  .home-slider {
    padding-botom: 60px;
  }
}
.home-slider .owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.home-slider .owl-carousel .owl-nav .owl-prev {
  margin-left: 0;
}
.home-slider .owl-carousel .owl-nav .owl-next {
  margin-right: 0;
}
/*--------------------------------------------------------------
	12. Home slider
--------------------------------------------------------------*/
.home-char-info {
  margin-bottom: 35px;
}
.char-name {
  display: table;
  line-height: 100%;
  width: 100%;
}
.char-name > div {
  display: table-cell;
  position: relative;
  text-align: center;
}
.char-name > div.name {
  width: 1%;
  white-space: nowrap;
}
.char-name > div.name h1 {
  color: #ecae7b;
  display: block;
  font-size: 46px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0px 0px 2px #fff;
  text-transform: uppercase;
}
.char-name > div.h-b4-1 {
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 480px) {
  .char-name > div.h-b4-1 {
    display: none;
  }
}
.char-name > div.h-b4-1:before {
  content: '';
  background: #69352a;
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 50% - 6px );
  height: 2px;
}
.char-name > div.h-b4-1:after {
  content: '';
  background: #69352a;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc( 50% - 46px );
  height: 2px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.char-name > div.h-b4-1 .diagonal {
  background: #69352a;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 55%;
  transform: translateX(-50%) skewX(33deg);
}
.char-name > div.h-b4-1 .content {
  opacity: 0;
}
.char-name > div.h-after-border {
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 480px) {
  .char-name > div.h-after-border {
    display: none;
  }
}
.char-name > div.h-after-border:before {
  content: '';
  background: #69352a;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc( 50% - 46px );
  height: 2px;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.char-name > div.h-after-border:after {
  content: '';
  background: #69352a;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc( 50% - 6px );
  height: 2px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}
.char-name > div.h-after-border .diagonal {
  background: #69352a;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 52%;
  transform: translateX(-50%) skewX(-34deg);
}
.char-name > div.h-after-border .content {
  opacity: 0;
}
.char-type {
  margin-top: 21px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
  .char-type {
    margin-bottom: 0;
  }
}
.char-type .inner-wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .char-type .inner-wrap {
    text-align: center;
  }
}
.char-type .inner-wrap .type-label {
  color: #b86948;
  font-size: 16px;
  padding-right: 12px;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  text-transform: uppercase;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.21);
}
@media only screen and (max-width: 480px) {
  .char-type .inner-wrap .type-label {
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.char-type .inner-wrap span:not( :first-child ) {
  border-radius: 17px;
  color: #e0cbba;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  height: 34px;
  min-width: 94px;
  margin-right: 12px;
  padding: 0 12px;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 1px #fff;
  box-shadow: inset 0 0px 2px rgba(46, 20, 21, 0.2), 0 0 0px 2px rgba(46, 20, 21, 0.2);
}
@media only screen and (max-width: 480px) {
  .char-type .inner-wrap span:not( :first-child ) {
    margin-bottom: 20px;
  }
  .char-type .inner-wrap span:not( :first-child ):nth-child(2n+1) {
    margin-right: 0;
  }
}
.char-type .inner-wrap span:not( :first-child ):before {
  content: '';
  display: block;
  border-radius: 17px;
  border: 2px solid #3f1a1b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.char-type .inner-wrap span:not( :first-child ):last-child {
  margin-right: 0;
}
.char-info {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.char-info > p {
  display: none;
}
@media only screen and (max-width: 480px) {
  .char-info > p {
    display: block;
    height: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
  }
}
.char-info .info-detail {
  display: block;
  float: left;
  height: 146px;
  width: 146px;
  min-width: 126px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .char-info .info-detail {
    display: inline-block;
    float: none;
  }
  .char-info .info-detail:nth-child(4n+4) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 667px) {
  .char-info .info-detail:nth-child(4n+4):not(:last-child) {
    margin-right: 20px !important;
  }
  .char-info .info-detail:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .char-info .info-detail {
    height: 100px;
    width: 100px;
    min-width: 100px;
  }
  .char-info .info-detail:nth-of-type(3n+3):not(:last-child) {
    margin-right: 20px !important;
  }
  .char-info .info-detail:nth-of-type(2n+2) {
    margin-right: 0 !important;
  }
  .char-info .info-detail:nth-of-type(2n+3),
  .char-info .info-detail:nth-of-type(2n+4) {
    margin-top: 15px;
  }
}
.char-info .info-detail:not(:last-child) {
  margin-right: 20px;
}
.char-info .info-detail:hover .border-outer {
  opacity: 1;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.char-info .info-detail:hover .border-inner {
  opacity: 0.3;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.char-info .info-detail .border-outer {
  background-image: url('../images/cp-border-1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.char-info .info-detail .border-inner {
  background-image: url('../images/cp-border-2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 146px;
  width: 146px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
@media only screen and (max-width: 480px) {
  .char-info .info-detail .border-inner {
    height: 93px;
    width: 93px;
  }
}
.char-info .info-detail .info span {
  color: #fdecd2;
}
.char-info .info-detail .info span:first-child {
  display: block;
  font-size: 16px;
  position: absolute;
  top: 41px;
  left: 50%;
  text-shadow: 0px 0px 2px #fff;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .char-info .info-detail .info span:first-child {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .char-info .info-detail .info span:first-child {
    font-size: 13px;
    line-height: 13px;
    top: 32px;
  }
}
.char-info .info-detail .info div {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .char-info .info-detail .info div {
    top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .char-info .info-detail .info div {
    top: 22px;
  }
}
.char-info .info-detail .info div span:first-child {
  float: left;
  font-size: 35px;
  text-shadow: 0px 0px 2px #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .char-info .info-detail .info div span:first-child {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .char-info .info-detail .info div span:first-child {
    font-size: 19px;
  }
}
.char-info .info-detail .info div span:first-child ins {
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .char-info .info-detail .info div span:first-child ins {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
	12. Home story
--------------------------------------------------------------*/
.char-story .wrap-outer {
  background-image: url('../images/hexagon-bg.png');
  background-repeat: no-repeat;
}
.char-story .wrap-outer:first-child .story-chap:before {
  display: none;
}
.char-story .wrap-outer:last-child .story-chap:after {
  display: none;
}
.char-story .wrap-outer:last-child .story-chap .thumb {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .char-story .wrap-outer:last-child .story-chap .thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 568px) {
  .char-story .wrap-outer:last-child .story-chap .thumb {
    margin-bottom: 25px;
  }
}
.char-story .wrap-outer:last-child .story-chap .wrap-thum:before,
.char-story .wrap-outer:last-child .story-chap .wrap-thum:after,
.char-story .wrap-outer:last-child .story-chap .wrap-thum + p:after {
  visibility: hidden;
}
.char-story .wrap-outer:last-child .story-chap .line-to-next {
  visibility: hidden;
}
.char-story .wrap-outer:nth-child(2n+1) {
  background-position: -50px 50px;
}
.char-story .wrap-outer:nth-child(2n+1) .story-chap:after {
  left: 75%;
}
.char-story .wrap-outer:nth-child(2n+1) .story-chap .thumb {
  float: left;
}
.char-story .wrap-outer:nth-child(2n+1) .story-chap .story {
  left: 50%;
}
.char-story .wrap-outer:nth-child(2n+2) {
  background-position: calc(100% + 35px) 50px;
}
.char-story .wrap-outer:nth-child(2n+2) .story-chap:before {
  left: 75%;
}
.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb {
  float: right;
}
.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:before {
  left: -9px;
}
@media only screen and (max-width: 1024px) {
  .char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:before {
    left: 50%;
  }
}
.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:after {
  left: 0;
  right: initial;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 1024px) {
  .char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .wrap-thum:after {
    left: 50%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.char-story .wrap-outer:nth-child(2n+2) .story-chap .thumb .line-to-next {
  left: -50%;
}
.char-story .wrap-outer:nth-child(2n+2) .story-chap .story {
  left: 0;
}
.char-story .wrap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.char-story .story-chap {
  position: relative;
  overflow: hidden;
}
.char-story .story-chap:before {
  content: '';
  background: #e7b66a;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  z-index: 2;
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap:before {
    display: none;
  }
}
.char-story .story-chap:after {
  content: '';
  background: #e7b66a;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  z-index: 2;
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap:after {
    display: none;
  }
}
.char-story .story-chap .thumb {
  margin-bottom: 140px;
  padding: 10px;
  position: relative;
  width: 50%;
  box-shadow: 0 0 5px 4px rgba(46, 20, 21, 0.5);
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap .thumb {
    margin-bottom: 25px;
    width: 100%;
  }
}
.char-story .story-chap .thumb:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-width: 2px 0 2px 2px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89623e), to(#5b3c28)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  -o-border-image: -o-linear-gradient(#89623e, rgba(231, 182, 106, 0.3)) 1 100%;
  border-image: linear-gradient(to bottom, #89623e, #5b3c28) 1 100%;
}
.char-story .story-chap .thumb:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #583a27, #2e1213, rgba(46, 18, 19, 0.9), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.6));
  /* Standard syntax */
}
.char-story .story-chap .thumb p {
  margin-bottom: 0;
}
.char-story .story-chap .thumb .border-bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(right, #89623e, rgba(46, 18, 19, 0.52));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #89623e, #2e1213);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #89623e, #2e1213);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #89623e, rgba(190, 93, 59, 0.52), rgba(46, 18, 19, 0.7), rgba(46, 18, 19, 0.52));
  /* Standard syntax */
}
.char-story .story-chap .thumb .border-bottom:after {
  content: '';
  background: rgba(45, 18, 19, 0.52);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  z-index: -1;
}
.char-story .story-chap .thumb .wrap-thum:before {
  content: '';
  background: #e7b66a;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .char-story .story-chap .thumb .wrap-thum:before {
    top: initial;
    bottom: -18px;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap .thumb .wrap-thum:before {
    display: none;
  }
}
.char-story .story-chap .thumb .wrap-thum:after {
  content: '';
  background: #723a19;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .char-story .story-chap .thumb .wrap-thum:after {
    width: 100%;
    top: initial;
    bottom: -66px;
    right: initial;
    left: 50%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap .thumb .wrap-thum:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .char-story .story-chap .thumb p:after {
    content: '';
    background: #e3b268;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to top, #b27e45, #723a19);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, #b27e45, #723a19);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, #b27e45, #723a19);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #b27e45, #723a19);
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 65px;
    width: 2px;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap .thumb p:after {
    display: none;
  }
}
.char-story .story-chap .thumb .line-to-next {
  background: #e3b268;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to top, #e3b268, #b27e45);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to top, #e3b268, #b27e45);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to top, #e3b268, #b27e45);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #e3b268, #b27e45);
  position: absolute;
  left: 150%;
  top: 100%;
  height: 100%;
  width: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .char-story .story-chap .thumb .line-to-next {
    top: initial;
    bottom: -140px;
    height: 76px;
  }
}
.char-story .story-chap .thumb .line-to-next:before {
  content: '';
  background: #e3b268;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to top, #b27e45, #723a19);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to top, #b27e45, #723a19);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to top, #b27e45, #723a19);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #b27e45, #723a19);
  display: block;
  position: absolute;
  top: -50%;
  width: 2px;
  height: 50%;
}
@media only screen and (max-width: 1024px) {
  .char-story .story-chap .thumb .line-to-next:before {
    display: none;
  }
}
.char-story .story-chap .story {
  padding-left: 30px;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap .story {
    padding-left: 0;
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: auto;
  }
}
.char-story .story-chap .story span:first-child {
  color: #e0cbba;
  font-size: 22px;
}
.char-story .story-chap .story .content {
  font-size: 16px;
  height: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .char-story .story-chap .story .content {
    margin-bottom: 15px;
  }
}
/*--------------------------------------------------------------
	12. Home Blog
--------------------------------------------------------------*/
.home-blog-content {
  color: #b86948;
  overflow: hidden;
  margin-bottom: 35px;
}
.home-blog-content blockquote {
  color: #eb9c7b;
  margin-top: 32px;
  margin-left: 25px;
}
.home-blog-content blockquote:before {
  background-color: #b86948;
}
.home-blog-content blockquote p {
  padding-left: 5px;
}
.home-blog-content blockquote p:before {
  background-color: #b86948;
  background-image: url('../images/home-blog-quote.png');
  background-position: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -8px;
  left: -24px;
  height: 48px;
  width: 48px;
}
.home-blog-content blockquote p:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-blog-content #comments {
    padding-top: 32px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 667px) {
  .home-blog-content #comments {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home-blog-content #comments #respond,
.home-blog-content #comments #commentform,
.home-blog-content #comments .comment-reply-link {
  display: none;
}
.home-blog-content #comments .comments-title {
  font-size: 20px;
  font-weight: 800px;
}
.home-blog-content #comments .comment-list {
  background: #261011;
  border-width: 3px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#825f39), to(rgba(130, 95, 57, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#825f39, rgba(130, 95, 57, 0.1), rgba(130, 95, 57, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#825f39, rgba(130, 95, 57, 0.1), rgba(130, 95, 57, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#825f39, rgba(130, 95, 57, 0.1), rgba(130, 95, 57, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #825f39, rgba(130, 95, 57, 0.1), rgba(130, 95, 57, 0)) 1 100%;
  position: relative;
}
.home-blog-content #comments .comment-list:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #583a27;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(to right, #83603a, #7c5f3a);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to right, #83603a, #7c5f3a);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to right, #83603a, #7c5f3a);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #83603a, #7c5f3a);
  /* Standard syntax */
}
.home-blog-content #comments .comment-list article {
  margin-bottom: 0;
  padding: 30px 30px 0;
}
@media only screen and (max-width: 767px) {
  .home-blog-content #comments .comment-list article {
    padding: 15px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-blog-content #comments .comment-list article .comment-info,
  .home-blog-content #comments .comment-list article .comment-author,
  .home-blog-content #comments .comment-list article .comment-top {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-blog-content #comments .comment-list article .avatar {
    margin-bottom: 0;
  }
}
@tablet-min- 1 {
  margin-bottom: 15px;
}
/*--------------------------------------------------------------
	13. Home Related
--------------------------------------------------------------*/
.home-related {
  position: relative;
}
.home-related .owl-carousel {
  margin: 0 auto;
  max-width: 740px;
  position: initial;
}
.home-related .owl-carousel .owl-nav {
  left: 0;
}
.home-related .owl-carousel .owl-stage-outer {
  position: initial;
}
.home-related .owl-carousel .item {
  margin-bottom: 35px;
  text-align: center;
}
.home-related .owl-carousel .item .thumb {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.home-related .owl-carousel .item .thumb:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.home-related .owl-carousel .item .thumb p:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  background: #e7b66a;
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.home-related .owl-carousel .item .thumb p:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  background: #723a19;
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 2;
}
.home-related .owl-carousel .item .thumb p img {
  padding: 5px;
}
.home-related .owl-carousel .item .thumb p {
  margin-bottom: 0;
}
.home-related .owl-carousel .item .thumb img {
  width: auto;
  max-width: 100%;
}
.home-related .owl-carousel .item .thumb .border span:not(:nth-child(3)) {
  background: transparent;
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  z-index: 1;
}
.home-related .owl-carousel .item .thumb .border span:not(:nth-child(3)):before {
  content: '';
  border-top: 1px solid #8e6c41;
  background: #261407;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 8px;
  transform: rotate(-45deg) translate(0, -8px);
  z-index: 1;
}
.home-related .owl-carousel .item .thumb .border span:not(:nth-child(3)):after {
  content: '';
  border-top: 1px solid #8e6c41;
  background: #261407;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 8px;
  transform: rotate(-135deg) translate(0, -8px);
  z-index: 1;
}
.home-related .owl-carousel .item .thumb .border span:nth-child(2) {
  top: 0;
  right: 0;
  left: initial;
}
.home-related .owl-carousel .item .thumb .border span:nth-child(2):before {
  transform: rotate(45deg) translate(-14px, 7px);
}
.home-related .owl-carousel .item .thumb .border span:nth-child(2):after {
  transform: rotate(135deg) translate(14px, 7px);
}
.home-related .owl-carousel .item .thumb .border span:nth-child(3):before,
.home-related .owl-carousel .item .thumb .border span:nth-child(3):after {
  content: '';
  background: #e0af65;
  background: -webkit-linear-gradient(top, #e0af65, #79411e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #e0af65, #79411e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #e0af65, #79411e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #e0af65, #79411e);
  /* Standard syntax */
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.home-related .owl-carousel .item .thumb .border span:nth-child(3):after {
  top: 0;
  right: 0px;
  left: initial;
}
.home-related .owl-carousel .item .name h4 {
  color: #ecae7b;
  font-size: 15px;
  margin-bottom: 15px;
}
.home-related .owl-carousel .item .type {
  text-align: center;
}
.home-related .owl-carousel .item .type span {
  background: rgba(46, 20, 21, 0.57);
  border: 2px solid #3f1a1b;
  border-radius: 17px;
  color: #e0cbba;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  height: 34px;
  min-width: 80px;
  padding: 0 17px;
  text-align: center;
}
.home-related .owl-carousel .item .type span:not(:last-child) {
  margin-right: 13px;
}
.home-related .owl-carousel .item .type span:nth-of-type(2n+2) {
  margin-right: 0;
}
.home-related .owl-carousel .item .type span:nth-of-type(2n+3) {
  margin-top: 10px;
}
/*--------------------------------------------------------------
	13. Social
--------------------------------------------------------------*/
.basr-social.align-center ul {
  display: table;
  margin: 0 auto;
}
.basr-social.align-right ul {
  float: right;
}
.basr-social.align-left ul {
  float: left;
}
