footer {
  position: relative;
  float: left;
  width: calc(76% - 400px);
  height: auto;
  padding: 20px;
  padding-left: 200px;
  padding-right: 200px;
  margin-left: 12%;
  margin-right: 12%;
  background: var(--metal);
}
footer .footermain, footer .footerside {
  position: relative;
  float: left;
  width: calc(100% - 265px);
  height: auto;
  top: 0;
  left: 0;
  padding-top: 20px;
}
.footermain .flogo {
  position: relative;
  float: left;
  width: 140px;
  height: 60px;
  top: 0;
  left: 0;
  background-image: url('../img/logo/bmdav_blanc.png');
  background-position: left top;
  background-size: 80% auto;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.footermain .fsummary {
  position: relative;
  float: left;
  width: calc(100% - 160px);
  height: auto;
  top: 0;
  left: 0;
}
.footermain .fsummary p {
  font-size: 13px !important;
  line-height: 16px !important;
}
.footermain .fsummary p.right {
  font-size: 12px;
  text-align: right;
  margin-top: 14px;
}
.footermain .flinks {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--darkestmetal);
}
.flinks .flinkcol {
  position: relative;
  float: left;
  width: calc((100% / 7) - 10px);
  height: auto;
  top: 0;
  left: 0;
  margin-right: 10px;
}
.flinkcol * {
  font-size: 11px;
  line-height: 11px;
}
.flinkcol p {
  font-weight: bold;
  margin-bottom: 8px;
}
.flinkcol .ddentry {
  margin-bottom: 4px;
}

footer .footerside {
  margin-left: 15px;
  width: 250px;
  padding-top: 0;
}
footer .footerside form {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .footerside form input {
  position: relative;
  float: left;
  width: calc(100% - 44px);
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  top: 0;
  left: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: white;
  padding-right: 10px;
  padding-left: 10px;
  color: var(--darkmetal);
}
footer .footerside form button {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: 0;
  left: 0;
  background: white;
  cursor: pointer;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
}
footer .footerside form button p {
  color: var(--darkmetal);
  font-size: 12px;
  line-height: 24px;
}
.rightToLeft footer .footerside form input, .rightToLeft footer .footerside form button {
  float: right;
  left: auto;
  right: 0;
}
.rightToLeft footer .footerside form input {
  text-align: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.rightToLeft footer .footerside form button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.footerside p, .footerside a {
  font-size: 14px !important;
  line-height: 17px !important;
}
.footerside .tiny, .footerside .tiny a {
  font-size: 12px !important;
  line-height: 13px !important;
}
.footerside .tiny a {
  text-decoration: underline;
}
footer .socials {
  position: relative;
  float: left;
  width: 100%;
  height: 24px;
  top: 0;
  left: 0;
  margin-top: 12px;
}
footer .socials .social {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  margin-right: 10px;
  background: var(--xlightgray);
  text-align: center;
  border-radius: 50%;
  transition: .2s linear all;
}
.rightToLeft footer .socials .social {
  float: right;
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}
footer .socials .social p {
  color: var(--darkmetal);
  font-size: 12px;
  line-height: 24px !important;
  transition: .2s linear all;
}
footer .socials .social p i {
  line-height: 24px;
}
footer .socials .social:hover {
  background: var(--darkestmetal);
}
footer .socials .social:hover > p {
  color: white;
}
footer .copy {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-top: 100px;
}
footer .copy .copylinks {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.rightToLeft footer .copy .copylinks {
  float: right;
  left: auto;
  right: 0;
}
footer .copy .copylinks p, footer .copy .copylinks a {
  line-height: 24px !important;
  font-size: 12px !important;
}
footer .copy .copylinks a {
  text-decoration: underline;
}
footer .copy .copytxt {
  position: relative;
  float: right;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
footer .copy .copytxt p {
  line-height: 24px !important;
  font-size: 12px !important;
}
@media all and (max-width: 1800px){
  footer {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 400px);
  }
}
@media all and (max-width: 1280px){
  footer {
    padding-left: 100px;
    padding-right: 100px;
    width: calc(100% - 200px);
  }
}
@media all and (max-width: 1120px){
  footer {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }
}

@media all and (min-width: 350px) and (max-width: 480px) {
  .rightToLeft .footermain .flogo{
    float: right;
    margin-right: 0px;
    margin-left: 20px;
  }
  .footermain .fsummary{
    float: none;
    width: 100%;
  }
  .slideshow2 .slider{
    height: 206px !important;
  }
}
.featured{
  margin-bottom: 50px;
}
@media all and (max-width: 880px){
  footer .footermain {
    width: 100%;
  }
  footer .footerside {
    margin-left: 0;
    width: 50%;
    margin-top: 80px;
  }
  .rightToLeft footer .footerside {
    float: right;
    left: auto;
    right: 0;
  }
  footer .copy {
    margin-top: 40px;
  }
}
@media all and (max-width: 540px){
  footer .footerside {
    width: 100%;
  }
  footer .ddentry {
    display: none;
  }
  footer .flinks .flinkcol {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .flinks .flinkcol p {
    font-size: 15px;
  }
}
@media all and (max-width: 420px){
  footer .footermain .fsummary {
    width: 100%;
  }
  .footermain .fsummary p.right i {
    margin: 0;
  }
  .hide {
    display: block;
  }
  footer .copy .copytxt {
    float: left;
    right: auto;
    left: 0;
    margin-top: 40px;
  }
  .rightToLeft footer .copy .copytxt {
    float: right;
    left: auto;
    right: 0;
    margin-top: 30px;
  }
  .tohide {
    display: none;
  }
}



footer.admin {
  margin-top: 140px;
  min-height: 0;
  width: calc(100% - 400px);
  padding-left: 100px;
  padding-right: 100px;
  margin-left: 100px;
  margin-right: 100px;
}
