{# .banner {
  position:relative;
  z-index:498;
} #}
.banner-social-icons ul {
  margin-right: 10px !important;
  margin-top: 50px !important;
  padding: 0;
  text-align: center;
}
.banner.no-image {
  padding-top: 40px;
  background: #2fb1c9;
}
li .icon-facebook-7::before {
  height: 24px;
  width: 15px;
}
li .icon-twitter::before {
  height: 26px;
  width: 23px;
}
li .icon-instagram::before {
  height: 26px;
  width: 23px;
}
li .icon-youtube-play::before {
  height: 26px;
  width: 23px;
}
li .social-icons::before {
  background: transparent;
  border-radius: 50%;
  color: #fff;
}
li .social-icons::before, li:hover .social-icons::before {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
li:hover .icon-facebook-7::before {
  color: #3b5998 !important;
  text-decoration:none !important;
}
li:hover .icon-twitter::before {
  color: #00acee !important;
  text-decoration:none !important;
}
li:hover .icon-instagram::before {
  color: #3f729b !important;
  text-decoration:none !important;
}
li:hover .icon-youtube-play::before {
  color: #c4302b !important;
  text-decoration:none !important;
}
.banner-social-icons .social-icons {
  font-size: 1.5rem;
}
.banner-content {
  position:absolute;
  width:100%;
}

.banner-title {
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align:center;
  width:100%;
}

.no-image .banner-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.banner-w-embed .banner-title {
  position: absolute;
  text-align: center;
  width: 100%;
}

.banner-title h1 {
  padding:0px 40px;
}

.no-image .banner-title h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom:0px;
  color: #fff;
  text-shadow: none;
  padding: 20px 40px 0px 40px;
}

.banner-wrapper-left {
  height:240px;
}

.banner-wrapper-right {
  display:none;
  text-align:center;
  padding:30px 0px;
}

.banner-social-icons {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  right: 0px;
}

.no-image .banner-social-icons {
  position: relative;
  width: 100%;
  text-align: center;
  bottom: 20px;
  right: 0px;
}

.no-image .banner-social-icons ul {
  margin-top:5px;
}

ul#social-links li {
  list-style-type: none;
  display: inline-block;
}

.facebook::before {
  padding: 6px 10px 4px 10px;
}

.icon-facebook-7:before {
  margin-right: 0px;
}

.twitter::before {
  padding: 5px 6px 3px;
}

.instagram::before {
  padding: 5px 6px 3px;
}

.youtube::before {
  padding: 5px 5px 3px;
}

.twitter .inner, .facebook .inner, .linkedin .inner, .instagram .inner, .youtube .inner {
  font-size: 0;
}

.banner-w-embed .banner-image {
  height: 240px;
}

.banner-image img {
  margin-bottom:-5px;
}


@media only screen and (min-width :576px) { 
  .banner-social-icons {
    bottom: 10px;
  }
  .banner-wrapper-left {
    height:340px;
  }
  .banner-w-embed .banner-image {
    height: 340px;
  }
}

@media only screen and (min-width :768px) { 
  .banner-wrapper-left {
    height:420px;
  }
  .banner-w-embed .banner-image {
    height: 420px;
  }
}

@media only screen and (min-width : 992px) { 
  .banner.no-image {
    padding-top: 60px;
  }
  .banner-wrapper-left {
    height:auto;
  }
  .banner-w-embed .banner-image {
    height: auto;
    height: 576px;
  }
  .banner-social-icons {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 10px;
    right: 30px;
  }
  .banner-w-embed .banner-social-icons {
    bottom: -34px;
    right: 30px;
  }
  .no-image .banner-title h1 {
    text-align: center;
  }
  .no-image .banner-social-icons {
    text-align: right;
    bottom: 20px;
    right: 30px;
  }
}