/*

Theme Name: Express
Theme URI: http://demo.sunrisetheme.com/express/
Author: sunrisetheme
Author URI: http://sunrisetheme.com
Description: K-shortcodes plugin.
Version: 1.0.0

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Pie Chart
//   02. Progress Bar
//	 03. Icon box 
//	 04. Testimonial 
//	 05. Counter
//	 06. google map
//	 07. brand
//   08. Flip countdown
//   09. Pricing table
//   09. Blog categories listing
//   10. Page Nav
// ========================================================================== */
.express-youtube .wpb_wrapper {
  cursor: pointer;
  position: relative;
}
.express-youtube .wpb_wrapper:before {
  content: '';
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.express-youtube .wpb_wrapper:after {
  content: '\f3a9';
  color: #fff;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 65px;
  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-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  z-index: 100;
}
.express-youtube .wpb_wrapper:hover:after {
  color: #d5d6d7;
}
.express-youtube .wpb_wrapper.active:before,
.express-youtube .wpb_wrapper.active:after {
  display: none;
}
/*--------------------------------------------------------------
	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. Progress Bar
--------------------------------------------------------------*/
.k2t-progress .text {
  line-height: 14px;
  position: relative;
}
.k2t-progress .text .percent {
  color: #d5d6d7;
  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: #d5d6d7;
  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: #d5d6d7 !important;
}
/*--------------------------------------------------------------
	04. Testimonial
--------------------------------------------------------------*/
.k2t-testimonial.style-1 .owl-stage-outer {
  margin-top: -15px;
  padding-top: 15px;
}
.k2t-testimonial .owl-item .testi-avatar {
  margin-top: 40px;
  margin-bottom: 10px;
}
.k2t-testimonial .owl-item .testi-avatar img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 100px;
  width: 100px;
}
.k2t-testimonial .owl-item .testimonial-content .speech {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 110px;
  max-width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    padding: 0 10px;
  }
}
.k2t-testimonial .owl-item .testimonial-name {
  color: #fff;
  font-size: 14px;
  margin-bottom: 18px;
}
.k2t-testimonial .owl-item .testimonial-name:after {
  content: "-";
  padding: 0 5px;
}
.k2t-testimonial .owl-item .testimonial-job {
  color: #3498db;
}
.k2t-testimonial .owl-item .icon-quote {
  font-size: 72px;
  color: #fff;
}
.k2t-testimonial.style-2 .owl-carousel {
  margin-bottom: 0;
}
.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;
  }
}
@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;
  width: 40%;
  margin-top: -150px;
  margin-bottom: 0;
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial.style-2 .owl-item .testi-avatar {
    margin-top: 0;
    width: auto;
    float: none;
  }
}
.k2t-testimonial.style-2 .owl-item .testi-avatar img {
  border-radius: 0;
  height: 700px;
  width: 455px;
}
@media only screen and (max-width: 768px) {
  .k2t-testimonial.style-2 .owl-item .testi-avatar img {
    width: auto;
    height: auto;
  }
}
.k2t-testimonial.style-2 .owl-item .testimonial-info {
  width: 100%;
  padding-top: 50px;
}
.k2t-testimonial.style-2 .owl-item .testimonial-info .testimonial-name {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 9px;
  text-transform: capitalize;
  font-weight: 600;
}
.k2t-testimonial.style-2 .owl-item .testimonial-info .testimonial-job {
  color: #000;
  font-size: 14px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.k2t-testimonial.style-2 .owl-item .testimonial-content {
  float: left;
  width: 55%;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .k2t-testimonial.style-2 .owl-item .testimonial-content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial.style-2 .owl-item .testimonial-content {
    width: 100%;
    padding: 0 15px;
  }
}
.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;
  text-align: left;
  max-width: 100%;
}
.k2t-testimonial.style-2 .owl-item .testimonial-content .speech > * {
  font-family: 'Open Sans', sans-serif;
}
.k2t-testimonial.style-2 .owl-item .testimonial-content .speech strong {
  color: #000;
}
.k2t-testimonial.style-2 .owl-item .testimonial-content strong {
  margin-top: 70px;
  margin-bottom: 40px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .k2t-testimonial.style-2 .owl-item .testimonial-content strong {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
/*--------------------------------------------------------------
	05. Courter
--------------------------------------------------------------*/
.k2t-counter {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .k2t-counter {
    padding: 0;
  }
}
.k2t-counter .counter-number h3 {
  color: #3498db;
  font-size: 60px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 768px) {
  .k2t-counter .counter-number {
    text-align: center;
  }
}
.k2t-counter .counter-text .title {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  text-transform: initial;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 768px) {
  .k2t-counter .counter-text {
    min-height: 50px;
  }
}
.k2t-counter .counter-inner .wrap-thumb {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .k2t-counter .counter-inner .wrap-thumb {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
	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: #d5d6d7;
  color: #d5d6d7;
  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: #d5d6d7;
}
.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
--------------------------------------------------------------*/
.k2t-shortcode-countdown .k2t-countdown.center {
  text-align: center;
}
.k2t-shortcode-countdown .k2t-countdown.left {
  text-align: left;
}
.k2t-shortcode-countdown .k2t-countdown.right {
  text-align: right;
}
.k2t-shortcode-countdown .event-countdown-container {
  display: inline-block;
}
.k2t-shortcode-countdown .countdown-container > p {
  display: none;
}
.k2t-shortcode-countdown .event-countdown-container,
.k2t-shortcode-countdown .countdown-container {
  width: 100%;
}
.k2t-shortcode-countdown .wrap-item-count {
  float: left;
  width: 25%;
  text-align: center;
}
.k2t-shortcode-countdown .wrap-item-count .time > *:not(:nth-child(2)) {
  display: none;
}
.k2t-shortcode-countdown .wrap-item-count .time > *:nth-child(2) {
  display: block;
  color: #d5d6d7;
  font-size: 52px;
  font-weight: 400;
}
.k2t-shortcode-countdown .wrap-item-count .time .label {
  color: #3498db;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
	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: #d5d6d7;
  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: #d5d6d7;
  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: #a1a1a1;
  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 {
  color: #fff;
  height: 40px;
  line-height: 40px;
}
/*--------------------------------------------------------------
	10. Heading
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .k2t-heading h2 {
    font-size: 26px;
  }
  .k2t-heading h2 span {
    display: block;
  }
  .k2t-heading h2 span:after {
    display: block !important;
    left: initial !important;
    right: 0 !important;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.k2t-heading .h > * {
  font-family: 'Oswald', sans-serif;
}
.has-line:before {
  content: url(../images/line.png);
  position: absolute;
  left: -30px;
  top: -12px;
}
/*--------------------------------------------------------------
	11. Blog categories listing
--------------------------------------------------------------*/
.blog_categories_listing {
  margin: 0 -15px;
}
.blog_categories_listing:before,
.blog_categories_listing:after {
  content: " ";
  display: table;
}
.blog_categories_listing:after {
  clear: both;
}
.blog_categories_listing.column-2 .item {
  width: 50%;
}
@media only screen and (max-width: 667px) {
  .blog_categories_listing.column-2 .item {
    width: 100%;
  }
}
.blog_categories_listing.column-3 .item {
  width: 33.33333333%;
}
@media only screen and (max-width: 768px) {
  .blog_categories_listing.column-3 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .blog_categories_listing.column-3 .item {
    width: 100%;
  }
}
.blog_categories_listing.column-4 .item {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .blog_categories_listing.column-4 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .blog_categories_listing.column-4 .item {
    width: 100%;
  }
}
.blog_categories_listing .item {
  padding: 0 15px;
  margin: 0 0 40px;
}
.blog_categories_listing .item.cat-video .entry-thumb {
  position: relative;
}
.blog_categories_listing .item.cat-video .entry-thumb:hover i {
  color: #d5d6d7;
  -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;
}
.blog_categories_listing .item.cat-video .entry-thumb a:before {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}
.blog_categories_listing .item.cat-video .entry-thumb i {
  color: #fff;
  display: block;
  font-size: 60px;
  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%);
  -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;
}
.blog_categories_listing .item .entry-title {
  background: #fff;
  padding: 27px 0 28px;
  width: 100%;
  text-align: center;
}
.blog_categories_listing .item .entry-title .title {
  margin-bottom: 0;
}
.blog_categories_listing .item .entry-title .info {
  font-weight: 300;
}
/*--------------------------------------------------------------
	12. Blog categories listing
--------------------------------------------------------------*/
.page-nav-shortcode {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}
@media only screen and (max-width: 667px) {
  .page-nav-shortcode {
    right: 20px !important;
  }
}
.page-nav-shortcode ul {
  list-style: none;
}
.page-nav-shortcode ul li a {
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 667px) {
  .page-nav-shortcode ul li a {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.page-nav-shortcode ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li a:hover:before {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li .pni-active:before {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li img {
  border-radius: 50%;
  opacity: 0.5;
  max-width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li span {
  display: none;
}
/*--------------------------------------------------------------
	13. Member
--------------------------------------------------------------*/
/*member*/
.k2t-member {
  width: 50%;
  padding: 0 15px;
  float: left;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .k2t-member {
    width: 100%;
  }
}
.k2t-member:hover {
  cursor: pointer;
}
.k2t-member:hover .img-member {
  width: 100% !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;
}
.k2t-member:hover .team-avatar {
  -webkit-box-shadow: 0px 20px 30px 0px #777;
  box-shadow: 0px 20px 30px 0px #777;
  -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;
}
@media only screen and (max-width: 768px) {
  .k2t-member:hover .img-member {
    width: auto !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .k2t-member:hover .team-avatar {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.k2t-member .team-avatar {
  position: relative;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .k2t-member .team-avatar {
    width: 100%;
  }
}
.k2t-member .team-avatar p {
  margin: 0;
}
.k2t-member .team-avatar .mask {
  position: relative;
  overflow: hidden;
}
.k2t-member .team-avatar .mask .background {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  filter: blur(5px);
  text-align: center;
}
.k2t-member .team-avatar .mask .img-member {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .k2t-member .team-avatar .mask .img-member {
    width: auto;
  }
}
.k2t-member .team-avatar .mask .img-member img {
  -webkit-box-shadow: 0px 0px 30px 0px #777;
  box-shadow: 0px 0px 30px 0px #777;
}
.k2t-member .team-content {
  width: 50%;
  text-align: right;
  float: left;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .k2t-member .team-content {
    width: 100%;
    padding: 0;
  }
}
.k2t-member .team-content > * {
  font-family: 'Oswald', sans-serif;
  color: #777;
  font-size: 14px;
}
.k2t-member .team-content .slogan-light {
  color: #a3a3a3;
}
.k2t-member .team-content p {
  line-height: 1.86;
}
.k2t-member .team-content .member-name {
  display: block;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.k2t-member .team-content .member-role {
  display: block;
  color: #3498db;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.k2t-member .team-content blockquote,
.k2t-member .team-content q {
  padding: 0;
}
.k2t-member .team-content .quote {
  font-size: 77px;
  display: block;
  color: #333;
  line-height: 0;
}
.k2t-member .team-content .quote.open {
  text-align: left;
  margin-top: 80px;
}
.k2t-member .team-content .quote.close {
  transform: rotate(180deg);
  float: right;
  margin-top: 90px;
}
.k2t-member .team-content .social-media-widget .social ul {
  margin: 0;
  float: right;
  margin-top: 20px;
}
.k2t-member .team-content .social-media-widget .social ul li {
  display: inline-block;
  float: left;
  text-align: right;
}
.k2t-member .team-content .social-media-widget .social ul li a i {
  color: #505050;
  font-size: 16px;
}
.k2t-member .team-content .social-media-widget .social ul li a i:hover {
  color: #3498db;
}
