.red{
  color:#C00;
}

/*div {
  margin-bottom:2px;
}*/

p {
  /*font-size:14px;*/
}

#all {
  text-align: center;
}

.post-container {
  width: 50%;
  margin: 10px auto;
}
.post-thumb {
    /*float: left;*/
    display: inline-block;
}
.post-thumb img {
    display:inherit;
    height: 30px;
    width: 30px;
    margin-top: -15px;
}
.post-content {
  /*float: left;*/
  display: inline-block;
  line-height: 1.6;
  vertical-align: middle;
    color: white;
    /*margin-left: 210px*/
}

.post-content p {
  color: white;
}

.post-thumb span {
  color: white;
}

.footer-a {
  padding: 0px 25px;
  border-right: 1px solid #777777;
  color: #777777;
  margin: 5px 0px;
  font-size: 14px;
}

.footer-p {
  font-size: 12px;
  text-align: center;
}

.footer-copyright {
  color: #777777;

}

.footer-information {
  color: #5a5a5a;
}

.footer-information span {
  color: #777777;
  padding-right:0px; 
}


.copyrights p span img {
  margin-bottom: 1px;
}

.col-md-4 {
  float: none !important;
}

@media screen and (max-width: 767px) { 

/*.footer-a {
  float: left;
  width: 100%;
}*/

.col-md-4 {
  float: left !important;
}

.post-container {
  width: 100%;
}

#margin-top-span {
  margin-top: 20px;
  margin-bottom: 5px;
}

#footer-fax-span,#footer-address-span {
  margin-bottom: 5px;
}

}

@media screen and (min-width: 1366px) {
  #footer-hr {

  }
}