.kta-talent-content-wrapper ul{
  margin: 0px!important;
}
.ta-extra{
  width: 101.5%;
}
.kta-grayscale img{
      filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.kta-grayscale li:hover img{
    filter:none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
/* 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 3%;
    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
*/
.compcard_logo{
  margin:0px auto;
  margin-bottom: 30px;
}
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: inline-block;
    border-radius: 2px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}
.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.png") 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;
}
/* Disable Nav Buttons */
.kta-tabs-content-wrapper .owl-dots {
    display: none!important;
}
.kta-tabs-content-wrapper #gallery_horizontal img {
    width: auto!important;
}
@media print {
 body{
    text-transform:uppercase;
    font-family:"arial";
    color:#333;
  }
  .header_top_bar_setion, footer, .print_disable, .sticky_logo, .header_retina_logo, .single-portfolio #mid_container .one_fourth, .single-portfolio #mid_container #kta-form-tabs, .pf_set_card, .scroll_top, #Header, #Footer, .pf_set_card_wrapper, .set_card_wrapper, .toggle_search_icon{
    display: none!important; 
  }
  .print_logo_header, #setcard .compcard_logo{
    display: block;
  }
  #mid_container, .single-portfolio #mid_container_wrapper{
    padding: 0px!important;
  }
  .portfolio_right_content_section, .tab-section{
    padding: 0px!important;
  }
  #setcard .one_third{
    width: 48%!important;
    margin-right: 2%!important;
  }
   #setcard .two_third_last{
     width: 48%!important;
     margin-left: 2%!important;
  }
  #setcard img:not(.compcard_logo ), .three_fourth_last.kta_tabs_content_wrapper:not(.compcard_logo){
    width: 100%!important;
  }
  #setcard .mata_data_info_wrapper ul li{
    font-size:10px!important;
    line-height: 12px!important;
  }
}