/*============================================================================
   #Webcms
==============================================================================*/
/* footer */
#footer {
  color: #666;
  border-top: 1px solid #dfe7ef;
  background-color: #fff;
}
#footer_main {
  padding-top: 40px;
}
.footer-logo {
  display: block;
  text-decoration: none!important;
  margin-bottom: 10px;
  max-width: 200px;
}
.footer-logo img {
  width: 100%;
}
p {
  margin: 0 0 10px;
}
#footer h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  padding: 0;
  border: none;
  margin-bottom: 17px;
}
#footer ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
#footer ul li {
  font-size: 14px;
  line-height: 2;
}
#footer ul a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
#footer p {
  font-size: 14px;
}
#footer strong {
  font-weight: 600 ;
}
#footer p a{
  font-size: 14px;
  color: #333e48;
  text-decoration: none;
}
.img-logo-pancake {
  width: 100px;
}
#footer_bottom {
  text-align: center;
  line-height: 36px;
  background-color: #e7e7e7;
}