/*

@media only screen and (max-width: 470px)
@media only screen and (max-width: 500px)
@media only screen and (max-width: 760px)
@media only screen and (max-width: 980px)
@media only screen and (max-width: 1039px)
@media only screen and (max-width: 1044px)

*/
/******************************
 FOOTER
*******************************/
footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  clear: both;
  background-color: #333745;
}
footer #footer {
  position: relative;
  margin: 0 auto;
  border-color: #333745;
}
@media screen and (max-width: 760px) {
  footer #footer {
    font-size: 16px;
  }
}
footer .columns {
  padding-left: 15px;
  overflow: hidden;
}
footer .columns .column {
  padding: 0px 25px 0px 0;
  position: relative;
}
footer .columns .column > h3 {
  border-bottom: 1px solid #5F6874;
  padding-bottom: 10px;
  margin-top: 12px;
  font-family: 'Montserrat', Montserrat, Arial;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
footer .columns .column.no-title .column-text-wrap {
  margin-top: 15px;
}
footer .columns .column.text {
  min-height: 50px;
}
footer .column-menu-wrap > ul {
  margin: 0;
  padding: 0;
  padding-top: 6px;
  list-style: none;
}
footer .column-menu-wrap > ul li {
  padding: 3px 0;
  color: #E4E4E4;
}
@media screen and (max-width: 760px) {
  footer .column-menu-wrap > ul li {
    padding: 5px 0;
  }
}
footer .column-menu-wrap > ul a {
  display: block;
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer .column-text-wrap {
  height: 100%;
  color: #fff;
}
footer .column-text-wrap a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
footer .column-text-wrap > ul {
  margin: 0 0 7px 0;
  padding-left: 15px;
}
footer .column-text-wrap > ol {
  margin: 0 0 7px 0;
  padding-left: 20px;
}
footer .column-text-wrap p {
  color: inherit;
  margin: 0;
  overflow: hidden;
  line-height: 100%;
}
footer .column-text-wrap p span,
footer .column-text-wrap p strong {
  line-height: 100% !important;
}
footer .column-text-wrap p iframe {
  width: 100%;
}
footer .column-text-wrap img {
  max-width: 100%;
  height: auto !important;
}
footer .column-text-wrap .block-icon-left + p {
  display: inline;
}
footer .text > h3 {
  margin-bottom: 12px;
}
footer .bottom-footer {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  height: 60px;
  background-color: #333745;
}
@media screen and (max-width: 760px) {
  footer .bottom-footer {
    height: auto;
    overflow: visible;
  }
}
footer .bottom-footer > div {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
footer .bottom-footer .copyright {
  float: left;
  font-size: 10px;
  line-height: 60px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  footer .bottom-footer .copyright {
    float: none;
    height: 40px;
    line-height: 50px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  footer .bottom-footer .copyright {
    line-height: 100%;
    padding-top: 12px;
  }
}
footer .bottom-footer .payments {
  float: right;
}
@media screen and (max-width: 760px) {
  footer .bottom-footer .payments .payments {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
footer .bottom-footer .payments img {
  position: relative;
  max-width: 100%;
  margin-top: 13px;
  margin-left: 10px;
  height: auto;
  max-height: 35px;
  vertical-align: middle;
}
footer .bottom-footer .no-payments .copyright {
  float: none;
}
