.home_banner
{
  background-image: url(../images/home/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background_banner 
{
  background-image: url(../images/background/background-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.values_banner 
{
  background-image: url(../images/background/value-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.feature_banner 
{
  background-image: url(../images/feature/feature-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.branding_banner
{
  background-image: url(../images/solutions/branding-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.card_banner
{
  background-image: url(../images/solutions/card-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.merchant_banner
{
  background-image: url(../images/solutions/merchant-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.faq_banner
{
  background-image: url(../images/faq/faq-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.contact_banner
{
  background-image: url(../images/contact/contact-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
    align-items: center;
    display: flex;
}

.fixed-height
{
	height: 300px;
}

.card_btn
{
  border: 1px solid #ffcc00;
  padding: 15px;
  border-radius: 10px;
  background-color: #ffcc00;
}

.panel-heading .avango-panel:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #cc9933;         /* adjust as needed */
}
.panel-heading .avango-panel.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

/* Mobile */
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 767px) 
{

}

