/* Banners */
.banners-group {
  margin-bottom: 1.9rem;
}

.banner {
  margin-bottom: 13px;
  display: block;
  position: relative;
  background-color: #ccc;
}

.banner > a {
  position: relative;
  display: block;
  outline: none !important;
}

.banner img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.banner.banner-menu img {
  height: 100%;
}

.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: .4rem;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 300px;
}

.banner-content a:hover, .banner-content a:focus {
  text-decoration: underline;
}

.banner-content.banner-content-right {
  right: 3rem;
}

.banner-content.banner-content-reverse {
  left: auto;
  right: 2rem;
  text-align: right;
}

.banner-content.banner-content-top {
  top: 3.6rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-content.banner-content-bottom {
  bottom: 0rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-big .banner-content.banner-content-center,

.banner-content-center.banner-content {
  max-width: none;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-title {
  color: #333333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  letter-spacing: -.03em;
}

.banner-title a {
  color: inherit;
}

.banner-title a:hover, .banner-title a:focus {
  text-decoration: none;
}

.banner-title.text-white a {
  color: #fff;
}

.banner-subtitle {
  color: #777;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.banner-subtitle a {
  color: inherit;
}

.banner-subtitle a:hover, .banner-subtitle a:focus {
  text-decoration: none;
}

.banner-subtitle.text-white a {
  color: #fff;
}

.banner-link {
  font-weight: 400;
  display: inline-block;
  color: white;
}

.banner-big {
  color: white;
}

.banner-big .banner-content {
  max-width: 470px;
  left: 2rem;
}

.banner-big .banner-subtitle {
  font-size: 1rem;
  margin-bottom: .6rem;
}

.banner-big .banner-title {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.banner-big .banner-title + .btn {
  margin-top: 1rem;
}

.banner-display > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.banner-display:hover > a:before {
  visibility: visible;
  opacity: 1;
}

.banner-display .banner-content {
  padding-top: 0;
}

.banner-display .banner-title {
  font-weight: 600;
  font-size: 2rem;
}

.banner-display.banner-link-anim .banner-title {
  margin-bottom: 0;
}

.banner-display.banner-link-anim:hover .banner-content {
  padding-bottom: 4.5rem;
}

.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: .8rem 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}

.btn.banner-link i {
  margin-right: 0;
  margin-left: 0;
}

.btn.banner-link i:first-child {
  margin-right: 0;
}

.btn.banner-link i:last-child {
  margin-left: .9rem;
}

.banner-overlay > a {
  position: relative;
}

.banner-overlay > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-overlay.banner-overlay-light > a:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.banner-overlay:hover > a:after, .banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}
/*# sourceMappingURL=banners.css.map */



@media (max-width: 992px) {
	
	.banner-title{
		font-size: 1.2rem;
	}

}