/*******************************************************************
Text banner  styles
********************************************************************/
#footer1 #textbannersmodule {
  margin-top: 20px; }

#textbannersmodule ul {
  list-style-type: none; }
#textbannersmodule li {
  list-style-type: none;
  margin-bottom: 20px;
  text-align: center; }
#textbannersmodule a:hover {
  text-decoration: none; }
#textbannersmodule li img {
  width: 100%; }
#textbannersmodule .txtbanner span {
  transition: all 300ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out; }
#textbannersmodule .txtbanner:hover span {
  opacity: 0.7; }
#textbannersmodule .txtbanner .textbanner-icon {
  font-size: 48px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle; }
#textbannersmodule .textbanner-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
#textbannersmodule .txttitle {
  font-size: 16px;
  line-height: 20px;
  display: block; }
#textbannersmodule .txtlegend {
  display: block; }
