/* Filter tabs */
.filter ul li a {
  padding: 10px 20px;
  overflow: hidden;
  display: block;
  font-weight: 100;
  margin-right: 10px;
  margin-bottom: 5px;
}
.filter ul li {
  float: left;
  padding: 0px;
  margin: 0px;
}
div#filter {
  margin-bottom: 30px;
  overflow: hidden;
}
.kta-talent-content-wrapper li img{
  max-width: 100%;
}
/* 
Taxonomy Page 
*/
.kta-image-details-wrapper{
  overflow: hidden;
}
.kta-image-details-wrapper {
    position: relative;
}
.kta-image-details-wrapper .mata_data_info_wrapper {
    position: absolute;
    bottom: -100%;
    margin-bottom: 0!important;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 10px 15px;
    opacity: 0;
    left: 0;
    right: 0;
}
.mata_data_info_wrapper span {
  margin-right: 10px;
}
.kta-tabs-content-wrapper{
  display: none;
}
#video_iframes iframe{
  margin-bottom: 30px;
}
/*
 Single Page Gallery  images
*/
.kta-enable-gallery-images a {
    overflow: hidden;
    display: block;
} 
/* 
Comcard Images
*/
div#setcard .two_third_last {
  width: 33.70%;
  float: left;
}
#setcard .one_third{
  margin-right: 1%;
  width: 33.70%;
  position: relative;
}
#setcard .pf_model_info_wrapper li {
  display: inline-block!important;
  font-size: 12px;
  line-height: 0;
}
#setcard h3 {
    position: absolute;
    bottom: 10%;
    color: #fff;
    background: #F33;
    padding: 10px 30px;
    float: right;
    text-align: right;
    display: block;
    right: 0;
    -webkit-print-color-adjust: exact; 
}
#setcard strong{
    font-weight: bold!important;
}
.set_card_wrapper {
    position: relative;
    display: table;
}
a.set_card {
    height: 40px;
    line-height: 38px;
    width: 40px;
    display: block;
    border-radius: 2px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}
.set_card_wrapper span {
    position: absolute;
    top: 30px;
    background: #F01;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    letter-spacing: 1px;
    opacity: 0;
    z-index: 0;
}
.set_card_wrapper span::after{
  content: "";
  position: absolute;
  bottom: -20px;
  border-top: 10px solid #f00;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 20%;
}
#setcard .mata_data_info_wrapper ul li{
  display: inline-block;
  margin-right: 10px;
}
#setcard .mata_data_info_wrapper {
    margin-bottom: 20px!important;
    clear: both;
    line-height: 20px;
}
/* owl-carousel */
.gallery_horizontal .owl-dot{
	display: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab, .owl-carousel .owl-grab  a{
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-item img {
  -webkit-backface-visibility: hidden;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  background: #fff;
  padding: 16px;
  font-size: 30px;
  margin-bottom: 1px;
}
.owl-prev{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
#gallery_horizontal .owl-next{
  position: absolute;
  top: 50%;
  right: 0;
}
/*single projects*/
.project_left{
  clear: right;
  float: left;
  margin: 10px;
  width: 35%;
}
.project_right{
  background-color: #FFFFFF;
  float: right;
  margin: 10px;
  min-height: 400px;
  width: 60%;
}
.project_right .mata_author, .project_right p{
  padding: 0px 20px;
}
.project_right h3{
  background-color: #555555;
  color: #ffffff!important;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0px 20px;
  text-align: left;
  text-decoration: none;
}
.project_right p{
  margin-bottom: 20px!important;
}
.project_right ul{
  margin: 20px!important;
}
.project_right ul li{
  border: 1px solid #DDDDDD;
  list-style: none outside none;
  margin: 2px;
  padding: 4px;
  text-align: left;
}
.project_content{
  background-color: #e3e3e3;
  margin: 0 auto 60px;
  max-width: 1024px;
  overflow: hidden;
}
.project_post_date{
  background-color: #ccc;
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  padding: 4px;
  text-align: center;
}
.project_details span{
  margin-right:
  }
  .project_details{
  margin-bottom: 20px;
}
.project_wrapper{
  margin-bottom: 30px;
}
.project_wrapper p{
  padding-bottom:5px!important;
}
.project_wrapper a{
  color:#FF3939!important;
}
/* Pricing Table 
----------------------------------- */
.pricing_table_parent:last-child .pricing_header {
    border-radius: 0 10px 0 0 !important;
}
.pricing_table_parent:first-child .pricing_header {
    border-radius: 10px 0 0 !important;
}
.pricing_table_parent:last-child .pricing_footer {
    border-radius: 0  0 10px 0 !important;
}
.pricing_table_parent:first-child .pricing_footer {
    border-radius: 0 0 0 10px !important;
}
.pricing_table{
text-align:center;

}
.pricing_table span i{
  color:#fff; 
}
.price_button a.read_more:hover{
  background-color:#999999 !important;
  border:1px solid #000 !important;
}
.pricing_table {
  text-align:center;
  position:relative;
  margin-right: 1px;
}
.pricing_table h3 {
  color:#fff;
  font-size:25px;
  padding-bottom:30px;
  margin-bottom: 0;
}
.price h1 {
  font-size:60px;
  color:#fff;
  margin-bottom:30px;
}
.price em {
  color:#000;
}
.pricing_table ul{
  margin: 0!important;
  list-style: none!important;
}
.pricing_table ul li {
  padding-bottom: 15px!important;
  padding-top: 15px!important;
  color:#111;
  padding: 0;
  margin-bottom: 0px!important;
}
.pricing_table strong {
  color:#000;
}
.pricing_footer a {
  background-color:#303030!important;
  border:1px solid #000;
  padding:5px 12px;
  border-radius:5px;
  color:#fff !important;
  font-size:13px;
  -moz-transition: all 0.2s ease 0s;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-weight: bold;
}
.pricing_footer a:hover {
  background-color:#111111!important;
  color:#ffffff !important;
}
.pricing_table h1 sub{
    font-size: 30%;
}
.pricing_header {
    background-color: #FF9D01;
    background-image:url(../images/pricing_header_bg.html);
    padding-top: 30px;
}

.pricing_table .price {
  background-color:#fea501;
  overflow:hidden;
  padding:50px 0 40px 0;
}
.pricing_table .pricing_content {
  background-color:#f1eeb8;
}

.pricing_table .pricing_footer {
  background-color:#fea501;
  padding:30px 0px;
}
.pmpro_btn, .pmpro_btn:link{
    border: none!important;
}