@CHARSET "ISO-8859-1";

/**
 * Footer
 */
footer#footer {
  margin: 0;
  background-color: #2e2e2e;
}

footer#footer h4 {
  font-size: 0.929em;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans Regular;
}

footer#footer p, footer#footer li {
  font-size: 0.857em;
  color: white;
  font-family: Open Sans Regular;
}

/**
 * Footer panel first
 */
footer#footer #footer-panel-first img {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
}

/**
 * Footer panel third
 */
footer#footer #footer-panel-second div div {
  padding: 10px 0px;
}

footer#footer #footer-panel-second div div a {
  display: inline-block;
  font-size: 0.857em;
  line-height: 20px;
  color: white;
  background-image: url('../img/cnlj-footer-boxes-icon.png');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 25px;
  padding-left: 0;
}

footer#footer #footer-panel-second div div img {
  height: 34px;
  display: none;
}

@media (min-width: 1200px) {

  /**
   * Footer panel first
  */
  footer#footer #footer-panel-first img {
    width: 40%;
    float: left;
    margin: 3px 12px 0 0;
  }

  footer#footer #footer-panel-second div div {
    padding: 10px 0px;
  }

  footer#footer #footer-panel-second div div a {
    display: inline-block;
    font-size: 0.857em;
    line-height: 34px;
    color: white;
    background-image: url('../img/cnlj-footer-boxes-icon.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
    padding-left: 25px;
  }

  footer#footer #footer-panel-second div div img {
    height: 34px;
    display: inline-block;
  }

}

@media (min-width: 992px) {

  /**
   * Footer panel first
  */
  footer#footer #footer-panel-first img {
    width: 40%;
    float: left;
    margin: 3px 12px 0 0;
  }

  footer#footer #footer-panel-second div div {
    padding: 10px 0px;
  }

  footer#footer #footer-panel-second div div a {
    display: inline-block;
    font-size: 0.857em;
    line-height: 34px;
    color: white;
    background-image: url('../img/cnlj-footer-boxes-icon.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
    padding-left: 25px;
  }

  footer#footer #footer-panel-second div div img {
    height: 34px;
    display: inline-block;
  }

}

@media (min-width: 768px) {

  /**
   * Footer panel first
  */
  footer#footer #footer-panel-first img {
    width: 40%;
    float: left;
    margin: 3px 12px 0 0;
  }

  footer#footer #footer-panel-second div div {
    padding: 10px 0px;
  }

  footer#footer #footer-panel-second div div a {
    display: inline-block;
    font-size: 0.857em;
    line-height: 34px;
    color: white;
    background-image: url('../img/cnlj-footer-boxes-icon.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
    padding-left: 25px;
	font-family: Open Sans Regular;
  }

  footer#footer #footer-panel-second div div img {
    height: 34px;
    display: inline-block;
  }
  
}
