.h-fixed-footer {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.h-footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 252px;
  height: 40px;
  background-color: #252525;
  opacity: 0.95;
}
.h-footer-menu a {
  position: absolute;
  text-align: center;
  /*    padding: 5px 10px;*/
  font-family: 'Georgia';
  color: #fff;
}
.h-footer-menu #h-twitter {
  top: 0px;
  bottom: 0px;
  left: 33px;
  width: 28px;
  background-color: #cf0808;
}
.h-footer-menu #h-facebook {
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 33px;
  background-color: #cf0808;
}
.h-footer-menu #h-instagram {
  top: 0px;
  bottom: 0px;
  left: 61px;
  width: 32px;
  background-color: #cf0808;
}
.h-footer-menu #h-rss {
  top: 0px;
  bottom: 0px;
  left: 93px;
  width: 32px;
  background-color: #cf0808;
}
.h-footer-menu #h-twitter:hover,
.h-footer-menu #h-facebook:hover,
.h-footer-menu #h-rss:hover,
.h-footer-menu #h-instagram:hover {
  background-color: #fea400;
}
.h-footer-menu #h-footer-btn {
  top: 0px;
  bottom: 0px;
  left: 125px;
  width: 73px;
  font-size: 10px;
  padding-top: 2px;
  text-decoration: none;
}
.h-footer-menu #h-footer-btn span {
  font-size: 16px;
}
.h-footer-menu #h-footer-scrolltop {
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 54px;
  font-size: 10px;
  padding-top: 8px;
  text-decoration: none;
}
.h-footer-menu #h-footer-scrolltop span {
  font-size: 16px;
  vertical-align: top;
}
.h-footer-menu .h-plusminus,
.h-footer-menu .h-plusminus i {
  color: #cf0808;
}
.h-footer-menu a:hover {
  background-color: #f0ad4e;
  color: #252525;
  height: 40px;
  text-decoration: none;
}
.h-footer-menu i {
  color: #ddd;
  margin-top: 8px;
  text-decoration: none;
}
.h-hidden-footer {
  background-color: #252525;
  color: #fff;
  opacity: 0.95;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  bottom: 0;
  left: 0;
  display: none;
}
.h-hidden-footer img {
  margin: 0px auto;
}
.h-hidden-footer .h-footer-list {
  margin-top: 30px;
  padding: 0;
  color: #ffffff;
  font-family: 'SansRegular';
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.h-hidden-footer .h-footer-list > li {
  display: inline-block;
}
.h-hidden-footer .h-footer-list > li > a {
  color: #999;
  display: inline-block;
  padding: 0px 5px;
}
.h-hidden-footer small {
  color: #999;
  font-family: 'Georgia';
}
/* FOOTER PAGES */
.footer-page h1 {
  font-family: 'Proxima ExtraBold', "Times New Roman", Times, serif;
  font-size: 24px;
  text-transform: uppercase;
}
.footer-page p {
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
}
.footer-page p.lead {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.footer-page p.h3 {
  font-size: 24px;
  font-family: 'Proxima ExtraBold', "Times New Roman", Times, serif;
}
.footer-page p.h4 {
  font-size: 18px;
  font-family: 'Proxima ExtraBold', "Times New Roman", Times, serif;
}
.footer-page a {
  color: #a80606;
}
.f-advertising .wpcf7 input,
.f-advertising .wpcf7 textarea {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
}
.f-advertising .wpcf7 input[type="text"],
.f-advertising .wpcf7 input[type="email"] {
  width: 100%;
}
.f-advertising .wpcf7 input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: white;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
.f-advertising .wpcf7 input[type="submit"]:hover {
  background-color: #e6e6e6;
}
.f-advertising .wpcf7 textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
.f-advertising .wpcf7 label {
  width: 100%;
  font-family: "Georgia Bold", "Times New Roman", Times, serif;
}
.f-advertising .wpcf7 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
.f-advertising .wpcf7 input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
.f-advertising .wpcf7 input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
.f-advertising .wpcf7 input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
.f-advertising .wpcf7 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
.f-advertising .wpcf7 textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
.f-advertising .wpcf7 textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
.f-advertising .wpcf7 textarea:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  padding-left: 5px;
  text-shadow: none;
  font-family: 'Georgia Regular', "Times New Roman", Times, serif;
  opacity: 1 !important;
}
