/*

Theme Name: Limoguys
Theme URI: http://demo.earththeme.com/limoguys/
Author: earththeme
Author URI: http://earththeme.com
Description: Toolkit plugin for theme.
Version: 1.0.1

*/
/* =============================================================================
// 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
//   14. Member
// ========================================================================== */
.clear-css {
  clear: both;
}
/*--------------------------------------------------------------
	01. Slick slider
--------------------------------------------------------------*/
.slick-slider.style {
  max-width: 1400px;
}
.slick-slider .basr-slick_car_item {
  position: relative;
}
.slick-slider .basr-slick_car_item .thumbnail {
  position: relative;
}
.slick-slider .basr-slick_car_item .thumbnail a:before {
  content: "\f133";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(58, 110, 232, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: block;
  opacity: 0;
  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%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -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: 1;
}
.slick-slider .basr-slick_car_item .thumbnail a:after {
  content: '';
  background: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -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;
}
.slick-slider .basr-slick_car_item .thumbnail a:hover:before {
  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;
}
.slick-slider .basr-slick_car_item .thumbnail a:hover:after {
  background: rgba(255, 255, 255, 0.8);
  -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;
}
.slick-slider .basr-slick_car_item .btn-link {
  background: #000;
  color: #fff;
  display: inline-block;
  font-family: 'Oswald', 'Open Sans';
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
}
.slick-slider .basr-slick_car_item .btn-link:hover {
  background: #3a6ee8;
}
@media only screen and (max-width: 768px) {
  .slick-slider .basr-slick_car_item .btn-link {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slick-slider .basr-slick_car_item .btn-link {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .slick-slider.style-2 .btn-link {
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
  }
}
/* Slick quote */
.basr-slick_item_quote {
  text-align: center;
}
.basr-slick_item_quote .content {
  color: #fff;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .basr-slick_item_quote .content {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
}
.basr-slick_item_quote .meta {
  color: #fff;
  font-family: 'Oswald';
  font-size: 20px;
}
.basr-slick_item_quote .meta > *:not(:last-child) {
  margin-right: 5px;
}
.basr-slick_item_quote .meta .name,
.basr-slick_item_quote .meta .pos {
  text-transform: uppercase;
}
.basr-slick_item_quote .meta .pos,
.basr-slick_item_quote .meta .corp {
  font-style: italic;
}
/*--------------------------------------------------------------
	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: 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: hidden;
}
@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: 171.42857143%;
  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: 100%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
/*--------------------------------------------------------------
	02. Single post
--------------------------------------------------------------*/
.basr-single_post .post-entry {
  max-width: 1170px;
  margin: 0 auto;
}
.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: 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: #fff;
  font-size: 100%;
  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: #fff;
  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
--------------------------------------------------------------*/
.basr-icon_box {
  margin-bottom: 30px;
}
.basr-icon_box:before,
.basr-icon_box:after {
  content: " ";
  display: table;
}
.basr-icon_box:after {
  clear: both;
}
.basr-icon_box .text .title {
  font-size: 18px;
  margin-bottom: 12px;
}
.basr-icon_box .text .content {
  font-size: 92.85714286%;
  line-height: 198%;
}
.basr-icon_box.layout-1 .icon {
  float: left;
  width: 65px;
}
.basr-icon_box.layout-1 .icon img {
  width: auto;
}
.basr-icon_box.layout-1 .text {
  float: left;
  width: calc(100% - 65px);
}
.basr-icon_box.layout-2 {
  text-align: center;
}
.basr-icon_box.layout-2 img {
  margin-bottom: 15px;
}
.basr-icon_box.layout-2 .title {
  margin-bottom: 9px;
  letter-spacing: 0.1em;
}
/*--------------------------------------------------------------
	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: #fff;
  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: #fff;
  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
--------------------------------------------------------------*/
.basr-counter {
  display: table;
  float: left;
  margin-bottom: 30px;
}
.basr-counter .wrap-inner {
  overflow: hidden;
  padding: 0 15px;
}
.basr-counter .number-wrap {
  display: table;
  position: relative;
}
.basr-counter .number-wrap:before,
.basr-counter .number-wrap:after {
  content: " ";
  display: table;
}
.basr-counter .number-wrap:after {
  clear: both;
}
.basr-counter .number {
  color: #111217;
  display: block;
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 24px;
  line-height: 120%;
}
.basr-counter .number:after {
  content: '';
  background: #acacac;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 77px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.basr-counter .bot {
  text-align: center;
}
.basr-counter .wrap-thumb {
  clear: left;
  display: inline-block;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.basr-counter .title {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: none;
}
/*--------------------------------------------------------------
	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: #fff;
  color: #fff;
  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: #fff;
}
.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;
}
.basr-shortcode-countdown .wrap-item-count {
  float: left;
  position: relative;
  width: 200px;
  height: 124px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .basr-shortcode-countdown .wrap-item-count {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .basr-shortcode-countdown .wrap-item-count {
    width: 80px;
    height: 100px;
  }
}
.basr-shortcode-countdown .wrap-item-count:not(:last-child):after {
  content: '';
  border-left: 1px dashed #d7d7d7;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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 .count {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
}
.basr-shortcode-countdown .wrap-item-count .time .label {
  color: #111217;
  font-weight: 600;
  display: block;
  font-size: 15px;
}
.basr-shortcode-countdown .wrap-item-count .time > *:not(:nth-child(2)):not(.label) {
  display: none;
}
.basr-shortcode-countdown .wrap-item-count .time > *:nth-child(2) {
  display: block;
  color: #fff;
  line-height: 100%;
  margin-bottom: 7px;
}
/*--------------------------------------------------------------
	09. Pricing table
--------------------------------------------------------------*/
.basr-pricing {
  margin-bottom: 35px;
  padding: 0 15px;
}
.basr-pricing .wrap-inner {
  background: #fff;
  padding: 30px;
}
.basr-pricing:hover .info h2 {
  color: #3a6ee8;
}
.basr-pricing .info {
  margin-bottom: 27px;
  padding-bottom: 29px;
  position: relative;
}
.basr-pricing .info h2 {
  color: #193741;
  font-size: 128.57142857%;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.basr-pricing .info .price {
  margin-bottom: 19px;
}
.basr-pricing .info .price span {
  color: #000;
  letter-spacing: 0.1em;
}
.basr-pricing .info .price span:first-child,
.basr-pricing .info .price span:nth-child(2) {
  font-family: 'Oswald';
  font-size: 40px;
}
.basr-pricing .info .price span:last-child {
  color: #333333;
}
.basr-pricing .info .sub-title {
  color: #9297a3;
  font-size: 14px;
  line-height: 171.42857143%;
}
.basr-pricing .info:after {
  content: '';
  background: #c6c6c6;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.basr-pricing .content {
  color: #111217;
  font-size: 100%;
  line-height: 178.57142857%;
  margin-bottom: 41px;
}
.basr-pricing .content ul {
  list-style: none;
  padding-left: 0;
}
.basr-pricing .content ul li {
  margin-bottom: 9px;
}
.basr-pricing .content ul li.hidden {
  opacity: 0;
}
.basr-pricing .content ul li {
  font-size: 100%;
}
.basr-pricing .content ul li:before {
  content: "\f383";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a6ee8;
  padding-right: 15px;
}
.basr-pricing .link {
  margin-bottom: 19px;
}
.basr-pricing .link a {
  border: 1px solid #000000;
  color: #111217;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  width: 100%;
  max-width: 219px;
  text-align: center;
  text-transform: uppercase;
}
.basr-pricing .link a:hover {
  background: #15161c;
  color: #fff;
}
/*--------------------------------------------------------------
	10. Heading
--------------------------------------------------------------*/
.basr-heading {
  overflow: hidden;
  margin-bottom: 30px;
}
.basr-heading .h {
  font-family: 'Oswald', sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
}
.basr-heading .h span {
  color: #3a6ee8;
}
.basr-heading .excerpt {
  font-size: 14px;
  margin-top: -3px;
}
/*--------------------------------------------------------------
	10. Isotope
--------------------------------------------------------------*/
.basr-isotope.column-5 .isotope-item {
  width: 20%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-5 .isotope-item {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-5 .isotope-item {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-5 .isotope-item {
    width: 20%;
  }
}
.basr-isotope.column-4 .isotope-item {
  width: 25%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-4 .isotope-item {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-4 .isotope-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-4 .isotope-item {
    width: 25%;
  }
}
.basr-isotope.column-3 .isotope-item {
  width: 33.33333333%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-3 .isotope-item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-3 .isotope-item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-3 .isotope-item {
    width: 33.33333333%;
  }
}
.basr-isotope.column-2 .isotope-item {
  width: 50%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-2 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-2 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-2 .isotope-item {
    width: 50%;
  }
}
.basr-isotope.column-1 .isotope-item {
  width: 100%;
}
@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .basr-isotope.column-md-1 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .basr-isotope.column-sm-1 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-device-width: 768px) {
  .basr-isotope.column-xs-1 .isotope-item {
    width: 100%;
  }
}
.basr-isotope {
  margin: 0 -15px;
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-2 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-2 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-3 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-3 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-4 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-4 .isotope-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .basr-isotope.column-5 .isotope-item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .basr-isotope.column-5 .isotope-item {
    width: 100%;
  }
}
.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
--------------------------------------------------------------*/
div.basr-blog_listing .k2t-blog {
  width: 100%;
}
.flx-entry-thumb .owl-nav i {
  line-height: 45px !important;
}
.flx-entry-thumb .owl-nav .owl-prev i {
  padding-right: 1px;
}
.flx-entry-thumb .owl-nav .owl-next i {
  padding-left: 1px;
}
.basr-blog_listing.b-gallery {
  padding-top: 0;
}
.basr-blog_listing.b-gallery .post-item {
  padding: 0 15px;
}
.basr-blog_listing.b-gallery .post-item:hover .blog-thumb:before {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  -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-blog_listing.b-gallery .post-item:hover .info .title a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.basr-blog_listing.b-gallery .post-item:hover .info .title a:first-child {
  -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-blog_listing.b-gallery .post-item:hover .info .title a:last-child {
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.basr-blog_listing.b-gallery .post-item .p-wrap-content {
  position: relative;
}
.basr-blog_listing.b-gallery .post-item .blog-thumb {
  position: relative;
}
.basr-blog_listing.b-gallery .post-item .blog-thumb:before {
  content: '';
  background: rgba(0, 0, 0, 0);
  display: block;
  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%);
  width: 0;
  height: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.basr-blog_listing.b-gallery .post-item .info {
  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%);
  text-align: center;
  width: 100%;
  z-index: 10;
}
.basr-blog_listing.b-gallery .post-item .info .title {
  margin-bottom: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.basr-blog_listing.b-gallery .post-item .info .title a {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 166.66666667%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.basr-blog_listing.b-gallery .post-item .info .title a:hover {
  color: #3a6ee8;
}
.basr-blog_listing.b-gallery .post-item .info i {
  display: block;
  font-size: 24px;
  margin: 0 auto 8px;
}
.basr-blog_listing.b-gallery .post-item .p-wrap-content {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
	13. Social
--------------------------------------------------------------*/
.basr-social.align-center .social {
  float: none;
}
.basr-social.align-center ul {
  display: table;
  margin: 0 auto;
  float: none;
}
.basr-social.align-right ul {
  float: right;
}
.basr-social.align-left ul {
  float: left;
}
.basr-social .social ul {
  list-style: none;
}
.basr-social .social ul li {
  border: 1px solid #333333;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.basr-social .social ul li a {
  color: #111217 !important;
}
.basr-social .social ul li a i {
  font-size: 15px;
}
.basr-social .social ul li:hover {
  background: #3a6ee8;
  border-color: #3a6ee8;
}
.basr-social .social ul li:hover a {
  color: #fff !important;
}
/*--------------------------------------------------------------
	13. Social
--------------------------------------------------------------*/
.basr-button {
  display: block;
}
.basr-button .basr-button-inner {
  background: #3a6ee8;
  color: #fff;
  display: table;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.basr-button .basr-button-inner.center {
  margin: 0 auto;
}
.basr-button .basr-button-inner.right {
  float: right;
}
.basr-button .basr-button-inner a {
  color: #fff;
  font-size: 14px;
}
/*--------------------------------------------------------------
	13. Social
--------------------------------------------------------------*/
/* VC tab */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background: transparent !important;
  border-color: transparent !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 !important;
}
.vc_tta-container > *,
.vc_tta-container > * > * > *,
.vc_tta-container > * > * {
  background: transparent !important;
  border: none !important;
}
.vc_tta-container .vc_tta-panel-heading {
  display: none !important;
}
.vc_tta-container .vc_tta-tabs-container {
  display: block !important;
  margin-bottom: 20px !important;
  margin-right: 0 !important;
}
.vc_tta-container .vc_tta-tabs-container a {
  padding: 5px 15px !important;
}
.vc_tta-container .vc_tta-tabs-list {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .vc_tta-container .vc_tta-tabs-list {
    display: block !important;
  }
}
.vc_tta-container .vc_tta-tabs-list li a span {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.vc_tta-container .vc_tta-tabs-list li.vc_active a span {
  text-decoration: line-through;
}
.vc_tta-container .vc_tta-panels .vc_tta-panel-body {
  background-color: transparent !important;
  border: none !important;
}
/* Toggle */
.vc_toggle_default.vc_toggle_active .vc_toggle_title {
  background: #15161c;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_title h4 {
  color: #fff;
}
.vc_toggle_default.vc_toggle_active .vc_toggle_title h4:before {
  border-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -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;
}
.vc_toggle_default .vc_toggle_icon {
  display: none !important;
}
.vc_toggle_default .vc_toggle_title {
  background: #f5f5f5;
  padding: 18px 0;
}
.vc_toggle_default .vc_toggle_title h4 {
  color: #111217;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 156.25%;
  text-transform: none;
}
.vc_toggle_default .vc_toggle_title h4:before {
  content: "\f123";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  border: 1px solid #15161c;
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin-right: 18px;
  text-align: center;
  -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;
}
.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  display: none;
}
.vc_toggle_default .vc_toggle_content {
  border: 1px solid #d3d3d3;
  margin-top: 0;
  padding: 20px;
}
.vc_toggle_default .vc_toggle_content > *:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
	14. Member
--------------------------------------------------------------*/
.basr-member {
  margin-bottom: 35px;
}
.basr-member .wrap-inner {
  padding: 0 15px;
  position: relative;
}
.basr-member .wrap-inner:before {
  content: '';
  background: #3a6ee8;
  display: block;
  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%);
  width: 0;
  height: 0;
  opacity: 0.75;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.basr-member .wrap-inner .thumbnail img {
  display: block;
  margin: 0 auto;
  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;
}
.basr-member .wrap-inner .info {
  padding: 30px;
  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%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.basr-member .wrap-inner .info * {
  color: #fff;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.basr-member .wrap-inner .info .name {
  display: block;
  font-size: 24px;
  font-family: 'Oswald';
  line-height: 1.2em;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  text-transform: uppercase;
}
.basr-member .wrap-inner .info .pos {
  font-size: 100%;
  margin-bottom: 14px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  text-transform: uppercase;
}
.basr-member .wrap-inner .info .des {
  font-size: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.basr-member .wrap-inner:hover:before {
  width: calc( 100% - 60px );
  height: calc( 100% - 30px );
  -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;
}
.basr-member .wrap-inner:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(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;
}
.basr-member .wrap-inner:hover .info .name,
.basr-member .wrap-inner:hover .info .pos,
.basr-member .wrap-inner:hover .info .des {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.basr-member .wrap-inner:hover .info .name {
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.basr-member .wrap-inner:hover .info .pos {
  -webkit-transition: all 0.25s ease 0.15s;
  -moz-transition: all 0.25s ease 0.15s;
  -o-transition: all 0.25s ease 0.15s;
  transition: all 0.25s ease 0.15s;
}
.basr-member .wrap-inner:hover .info .des {
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
