/*
====================================
Footer
====================================
*/

.footer-page {
    width: 100%;
    padding: 3rem 15px;
    background: #212c38;
    position: relative;
    margin-top: 4rem;
}
.footer-page .footer-dots {
    width: 100%;
    height: 100%;
    background: url(../images/dots.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}
.footer-page .footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.footer-page .footer-inner .footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
}
.footer-page .footer-inner .footer-item:first-child {
    margin-top: 0;
}
.footer-page .footer-inner .footer-item p:last-child {
    margin-bottom: 0;
}
.footer-page * {
    color: #FFF;
    text-align: left;
}
.footer-page h5 {
    color: #FFF;
    margin-bottom: 0.5rem;
}
.footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

@media (min-width: 576px) {
.footer-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.footer-page .footer-inner .footer-item {
    margin-top: 0;
}
}

@media (min-width: 992px) {
.footer-right {
    margin-top: 0;
}
.footer-page .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-page .footer-inner .footer-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 1rem;
}
.footer-page .footer-inner .footer-item:first-child {
    margin: 0 1rem 0 0;
}
.footer-page .footer-inner .footer-item:last-child {
    margin: 0 0 0 1rem;
}
}