#mvp-foot-top,
#mvp-foot-soc,
#mvp-foot-menu {
    width: 100%;
}

#mvp-foot-bot {
  width: 80%;
  background: #ffffff;
  border-top: 1px solid #000000;
  padding: 20px 0;
  margin: 0 9% 0 11%;
}

#mvp-foot-wrap {
    background: #ffffff;
    width: 100%;
    font-family: "Poppins", Helvetica;
}

#mvp-foot-logo {
    line-height: 0;
    text-align: center;
}

#mvp-foot-soc {
    margin-bottom: 30px;
}

ul.mvp-foot-soc-list {
    text-align: center;
    width: 100%;
}

ul.mvp-foot-soc-list li {
    display: inline-block;
}

ul.mvp-foot-soc-list li a {
    color: #000 !important;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin-left: 8px;
    padding-top: 10px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

ul.mvp-foot-soc-list li a:hover {
    color: #ffffff !important;
}

ul.mvp-foot-soc-list li:first-child a {
    margin-left: 0;
}

ul.mvp-foot-soc-list .fa-facebook:hover {
    background: #3b5997;
}

ul.mvp-foot-soc-list .fa-twitter:hover {
    background: #00aced;
}

ul.mvp-foot-soc-list .fa-pinterest-p:hover {
    background: #cb2027;
}

ul.mvp-foot-soc-list .fa-instagram:hover {
    background: url(images/insta-bg.gif) no-repeat;
}

ul.mvp-foot-soc-list .fa-google-plus:hover {
    background: #cd3627;
}

ul.mvp-foot-soc-list .fa-youtube-play:hover {
    background: #f00;
}

ul.mvp-foot-soc-list .fa-linkedin:hover {
    background: #069;
}

ul.mvp-foot-soc-list .fa-tumblr:hover {
    background: #304e6c;
}

#mvp-foot-menu-wrap {
    width: 100%;
}

#mvp-foot-menu ul {
    text-align: center;
    width: 100%;
}

#mvp-foot-menu ul li {
    display: inline-block;
    margin: 0 0 10px 20px;
}

#mvp-foot-menu ul li a {
    color: #000;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

#mvp-foot-menu ul li a:hover {
    color: #FF6728 !important;
}

#mvp-foot-menu ul li:first-child {
    margin-left: 0;
}

#mvp-foot-menu ul li ul {
    display: none;
}

#mvp-foot-copy {
    text-align: center;
}

#mvp-foot-copy p {
    color: #000000;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.4;
}

#mvp-foot-copy a:hover {
    color: #fff;
}

#mvp-foot-copy {
	padding-bottom: 10px;
  max-width: 360px;
  display: inline-block;
  margin: 0 auto;
  top: -20px;
  position: relative;
}
.footer-disclaimer {
	font-size: 75%;
	padding-bottom: 10px;
	line-height: 1.5;
	text-align: center;
	display: inline-block;
	max-width: 580px;
	width: 100%;
}
.footer-disclaimer span {
	max-width: 400px;
	display: inline-block;
}
.right, .alignright {
    float: right;
}
.relative {
    position: relative;
}