﻿/*@container_width: 1625px;*/
.site-footer {
  *background: #dcdcdc;
  *height: 245px;
}
@media screen and (min-width: 768px) {
}
.site-footer .footer-container {
  background: #dcdcdc;
  height: 245px;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-container {
    height: auto;
  }
}
.site-footer .container {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .site-footer .container {
    padding: 10px 5px;
  }
}
.site-footer .footer-content {
  text-align: left;
  padding-left: 0;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-content {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024.5px) {
  .site-footer .footer-content {
    padding-left: 155px;
  }
}
.site-footer .footer-content .footer-row {
  height: auto;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-content .footer-row {
    height: 27px;
  }
}
.site-footer .footer-content .height-27 {
  height: 27px;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-content .height-27 {
    height: auto;
    padding: 5px 0;
  }
}
.site-footer .footer-content .quicklink span {
  padding: 0 5px;
}
.site-footer .footer-content .first-row .copyright,
.site-footer .footer-content .first-row .icp,
.site-footer .footer-content .first-row .record-code,
.site-footer .footer-content .first-row .record-view {
  display: inline-block;
  padding-right: 7px;
}
.site-footer .footer-content .footer-text {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 100%;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-content .footer-text {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
  }
}
.site-footer .footer-content .footer-text .footer-photo {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.site-footer .footer-content .footer-text .footer-photo a {
  text-align: center;
}
.site-footer .footer-content .footer-text .footer-photo a img {
  height: 54px;
  padding: 2px 0 6px 0;
}
.site-footer .footer-content .footer-text .footer-text-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  flex-direction: column;
}
.site-footer .footer-content a {
  color: #313131;
}
.site-footer:before {
  background-color: #f0f0f0;
  height: 64px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
