/**
 * ------------------------------------------------------------------------
 * Content Slider Advanced  Module
 * ------------------------------------------------------------------------
 * Copyright (C) 2014-2016 LogicHunt, All Rights Reserved.
 * license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: LogicHunt
 * Websites:  http://logichunt.com
 * ------------------------------------------------------------------------
 */
.lgx-contentslider {
  display: block;
  clear: both;
  overflow: hidden;
}
.lgx-contentslider .owl-theme  .owl-nav [class*=owl-] {
  text-transform: capitalize;
  color: #fff;
  background: #888;
  margin: 4px;
  padding: 4px;
}
.lgx-contentslider.nav-img .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
}
.lgx-nav-vertical {
  position: relative;
}
.lgx-nav-vertical .owl-next,
.lgx-nav-vertical .owl-prev {
  position: absolute;
  z-index: 2;
}
.lgx-nav-vertical .owl-next {
  right: 1%;
}
.lgx-nav-vertical  .owl-prev {
  left: 1%;
}
.lgx-contentslider .csa-item-card {
  overflow: hidden;
  margin: 5px;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}
.lgx-contentslider .csa-item-card .csa-default-img-card {
  min-height: 150px;
  background-color: silver;
}
.lgx-contentslider .csa-item-card .csa-item-figure {
  position: relative;
  z-index: 2;
  min-height: 150px;
  background-color: silver;
  margin-bottom: 10px;
}
.lgx-contentslider .csa-item-card .csa-item-figure .csa-figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgx-contentslider .csa-item-card .csa-item-figure .csa-figcaption .csa-caption {
  display: table;
  height: 100%;
  width: 100%;
}
.lgx-contentslider .csa-item-card .csa-item-figure .csa-vertical-action {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.lgx-contentslider .csa-item-card .csa-item-figure .csa-vertical-action a {
  display: inline-block;
  color: #fff;
  min-width: 95px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 0;
  padding: 6px 15px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  webkit-transition: color 300ms, background-color 300ms, border-color 300ms;
  -o-transition: color 300ms, background-color 300ms, border-color 300ms;
  transition: color 300ms, background-color 300ms, border-color 300ms;
  text-decoration: none;
}
.lgx-contentslider .csa-item-card .csa-item-figure .csa-vertical-action a:hover {
  text-decoration: none;
}
.lgx-contentslider .csa-item-card .csa-item-info .csa-item-title {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 20px;
  line-height: 28px;
}
.lgx-contentslider .csa-item-card .csa-item-info .csa-item-title a {
  color: inherit;
  text-decoration: none;
}
.lgx-contentslider .csa-item-card .csa-item-info .csa-item-intro {
  margin: 0;
  color: #757575;
  font-size: 15px;
  line-height: 24px;
}
.lgx-contentslider .csa-item-card:hover .csa-item-figure .csa-figcaption {
  opacity: 1;
}
.lgx-contentslider .csahover-htop .csa-item-figure .csa-figcaption {
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
}
.lgx-contentslider .csahover-htop:hover .csa-item-figure .csa-figcaption {
  width: 100%;
  height: 100%;
}
.lgx-contentslider .csahover-hbottom .csa-item-figure .csa-figcaption {
  width: 100%;
  height: 0%;
  top: auto;
  left: 0;
  bottom: 0;
}
.lgx-contentslider .csahover-hbottom:hover .csa-item-figure .csa-figcaption {
  width: 100%;
  height: 100%;
}
.lgx-contentslider .csahover-hleft .csa-item-figure .csa-figcaption {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
}
.lgx-contentslider .csahover-hleft:hover .csa-item-figure .csa-figcaption {
  width: 100%;
  height: 100%;
}
.lgx-contentslider .csahover-hright .csa-item-figure .csa-figcaption {
  width: 0%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
}
.lgx-contentslider .csahover-hright:hover .csa-item-figure .csa-figcaption {
  width: 100%;
  height: 100%;
}
.lgx-contentslider .csahover-hblur .csa-item-figure .lgx-figure-img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgx-contentslider .csahover-hblur:hover .csa-item-figure .lgx-figure-img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.lgx-contentslider .csahover-zoomin .csa-item-figure .csa-figcaption {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.lgx-contentslider .csahover-zoomin:hover .csa-item-figure .csa-figcaption {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lgx-contentslider .csahover-zoomout .csa-item-figure .csa-figcaption {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.lgx-contentslider .csahover-zoomout:hover .csa-item-figure .csa-figcaption {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lgxcsa-material-card .owl-prev img,
.lgxcsa-material-card .owl-next img {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 100%;
  margin: 0 auto;
  padding: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgxcsa-material-card .owl-prev img:hover,
.lgxcsa-material-card .owl-next img:hover {
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
}
.lgxcsa-material-card .md-card {
  margin: 0px 5px 5px 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.lgxcsa-material-card .md-card .lgxcsa-mfigure {
  position: relative;
  z-index: 888;
  min-height: 150px;
  background: #9999cc;
}
.lgxcsa-material-card .md-card .lgxcsa-mfigure .lgxcsa-mfigcaption {
  position: absolute;
}
.lgxcsa-material-card .md-card .lgxcsa-mfigure .lgxcsa-mfigcaption .csa-hover-link .csa-vertical a img {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgxcsa-material-card .md-card .lgxcsa-mfigure .lgxcsa-mfigcaption .csa-hover-link .csa-vertical a img:hover {
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
}
.lgxcsa-material-card .md-card .card-block .card-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.lgxcsa-material-card .md-card .card-block .card-title a {
  color: inherit;
}
.lgxcsa-material-card .md-card .card-block .card-title a:hover {
  text-decoration: none;
}
.lgxcsa-material-card .md-card .card-block .card-text {
  padding-top: 15px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}
.lgxcsa-material-card .md-card .card-block .lgx-md-btn {
  padding: 10px 22px;
  color: #fff;
  display: inline-block;
  margin-bottom: 7px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgxcsa-material-card .md-card .card-block .lgx-md-btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
  box-shadow: 0 13px 21px rgba(0, 0, 0, 0.24);
}
.lgxcsa-material-card .md-center .lgxcsa-mfigure .lgxcsa-mfigcaption {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgxcsa-material-card .md-center .lgxcsa-mfigure .lgxcsa-mfigcaption .csa-hover-link {
  display: table;
  height: 100%;
  width: 100%;
}
.lgxcsa-material-card .md-center .lgxcsa-mfigure .lgxcsa-mfigcaption .csa-hover-link .csa-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lgxcsa-material-card .md-center:hover .lgxcsa-mfigure .lgxcsa-mfigcaption {
  opacity: 1;
}
.lgxcsa-material-card .md-core .lgxcsa-mfigure .lgxcsa-mfigcaption {
  bottom: -20px;
  right: 20px;
}
.lgxcsa-material-card .hover-top .lgxcsa-mfigure .lgxcsa-mfigcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
}
.lgxcsa-material-card .hover-top:hover .lgxcsa-mfigure .lgxcsa-mfigcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.lgxcsa-material-card .hover-bottom .lgxcsa-mfigure .lgxcsa-mfigcaption {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
}
.lgxcsa-material-card .hover-bottom:hover .lgxcsa-mfigure .lgxcsa-mfigcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.lgxcsa-material-card .hover-left .lgxcsa-mfigure .lgxcsa-mfigcaption {
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
}
.lgxcsa-material-card .hover-left:hover .lgxcsa-mfigure .lgxcsa-mfigcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.lgxcsa-material-card .hover-right .lgxcsa-mfigure .lgxcsa-mfigcaption {
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 100%;
}
.lgxcsa-material-card .hover-right:hover .lgxcsa-mfigure .lgxcsa-mfigcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.lgxcsa-material-card .hover-zoomin .lgxcsa-mfigure .lgxcsa-mfigcaption {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.lgxcsa-material-card .hover-zoomin:hover .lgxcsa-mfigure .lgxcsa-mfigcaption {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lgxcsa-material-card .hover-zoomout .lgxcsa-mfigure .lgxcsa-mfigcaption {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.lgxcsa-material-card .hover-zoomout:hover .lgxcsa-mfigure .lgxcsa-mfigcaption {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lgxcsa-material-card .hover-blur .lgxcsa-mfigure .lgx-figure-img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.lgxcsa-material-card .hover-blur:hover .lgxcsa-mfigure .lgx-figure-img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.lgxcsa-material-card-single .md-card {
  margin: 0;
}
.lgxcsa-material-card-single .lgxcsa-mfigure .lgxcsa-mfigcaption {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
}
.lgxcsa-material-card-single .card-title {
  font-weight: 700;
  font-size: 46px;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
}
.lgxcsa-material-card-single .card-title a:hover {
  color: #fff;
  text-decoration: none;
}
.lgxcsa-material-card-single .card-text {
  font-weight: 300;
  font-size: 20px;
}
