/*
	animation-duration: .75s;
	animation-fill-mode: both;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
*/
.banner {
  width: 100%;
  min-height: 400px;
  background: #2B2B2B;
}
.banner .banner-slide {
  position: relative;
  min-height: 400px;
  background: #2B2B2B no-repeat center center;
  background-size: cover;
}
.banner .banner-slide .banner-slide-content {
  color: #ffffff;
  padding: 50px 0;
}
.banner .banner-slide .banner-slide-content h2 {
  margin: 0;
  font-size: 3rem;
  text-transform: uppercase;
}
.banner .banner-slide .banner-slide-content p {
  font-size: 1rem;
  line-height: 1.5;
}
.banner .banner-slide .banner-slide-content .banner-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  background: #6D7071;
  text-decoration: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.banner .banner-slide .banner-slide-content .banner-btn:hover,
.banner .banner-slide .banner-slide-content .banner-btn:active,
.banner .banner-slide .banner-slide-content .banner-btn:focus {
  background-color: #2B2B2B;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  position: absolute;
  top: 0;
  width: 3rem;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background: none;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff;
  position: absolute;
  top: calc(50% - 1.75rem);
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:active,
.banner .swiper-button-next:active,
.banner .swiper-button-prev:focus,
.banner .swiper-button-next:focus {
  background-color: #2B2B2B;
  background-color: rgba(43, 43, 43, 0.75);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf2b2b2b, endColorstr=#bf2b2b2b)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf2b2b2b, endColorstr=#bf2b2b2b);
}
.banner .swiper-button-prev:after {
  content: "\f053";
}
.banner .swiper-button-next:after {
  content: "\f054";
}
.banner .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #6D7071;
  cursor: pointer;
}
.banner .swiper-pagination-bullet-active {
  background: #ffffff;
}
.banner img {
  max-width: 100%;
  height: auto;
}
