/* FOOTER */

#footer-top {
  background-color: #000;
  margin-bottom: -170px;
}
#footer-main {
    background: transparent;
    color: #fff;
    background-image: url(../img/footer-bg-raw.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    z-index: 1;
}

.footer-logo {
    max-width: 246px;
}
.footer-logo img {
    width: 100%
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding-bottom: 5px;
}
.footer-logo img:hover {
    transform:scale(1.05);
    -moz-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);    
}
#btm-footer-menu li a {
    color: #555555;
}

#btm-footer-menu li:before {
    content: '|';
    margin: 0 7px;
}
#btm-footer-menu li {
    display: inline-block;
}
#btm-footer-menu {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #555555;
}
.copy-txt {
    font-size: 15px;
    color: #000;
    margin-top: 20px;
}
.copy-txt .red-txt {
    color: #AD132A !important;
    font-weight: 500;
}


.legal-copy {
    margin-top: 10px;


}
.copy-txt-span {
    display: block;
}

span.foot-raw {
    font-family: 'Goudy';
    line-height: 0;
    color: #AD132A !important;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    display: inline-block;
      padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .copy-txt {
      font-size: 15px;
  }
  #btm-footer-menu a {
      font-size: 15px;
  }
}
@media (max-width: 991px) {
  a.footer-logo img {
      max-width: 185px;
  }
  .copy-btm {
     
  }
  .copy-txt {
      font-size: 14px;
  }
  #btm-footer-menu a {
      font-size: 14px;
  }
  #footer-social {
      padding: 50px 0 100px 0;
  }
  .home #footer-social {
      padding: 20px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .copy-txt {
      font-size: 14px;
  }
  #btm-footer-menu a {
      font-size: 13px;
  }
  #btm-footer-menu li:before {
      margin: 0 4px;
  }
  #footer-social {
      padding: 40px 0 80px 0;
  }
  .home #footer-social {
      padding: 10px 0 80px 0;
  }
}

@media (max-width: 575px) {
  a.footer-logo img {
      max-width: 155px;
  }
  .copy-txt {
      font-size: 13px;
  }
  #btm-footer-menu a {
      font-size: 12px;
  }
}

@media (max-width: 575px) and (min-width: 328px) {
  .logo-foot-col, .social-foot-col {
      width: 50% !important;
  }
}
@media (max-width: 340px) {
  a.footer-logo img {
      max-width: 135px;
  }
  .social-foot-col {
      display: none;
  }
}
.middle-content-holder {
    display: table;
    height: 100%;
    width: 100%;
}
.middle-content-inner {
    display: table-cell;
    vertical-align: middle;
}



@media (min-width: 1201px) {
#footer-main {
    background-image: url(../img/footer-bg-raw.png);
     padding-top: 140px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
#footer-main {
    background-image: url(../img/footer-1240.png);
     padding-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
#footer-main {
    background-image: url(../img/footer-768.png);
     padding-top: 130px;
     background-size: cover;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
#footer-main {
    background-image: url(../img/footer-768.png);
     background-size: cover;
      padding-top: 130px;
  }
}

@media (max-width: 499px) {
#footer-main {
    background-image: url(../img/footer-500.png);
     background-size: contain;
     padding-top: 60px;
  }
}