@charset "utf-8";
/* CSS Document */

a,
a:active,
a:any-link {
    color: #fff;
}

footer {
    display: block;
    width: 100% !important;
    font-family: 'Asenine';
    color: #fff;
    background-color: #3498db;
    line-height: 1.3;
    letter-spacing: .1em;
}

.container-boot-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    padding-top: 40px;
    padding-bottom: 10px;
}

.content-foot-info {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 60% !important;
}

.content-foot-info .logofott,
.content-foot-info .aboutlp,
.content-foot-info .servcslp,
.content-foot-info .CertMemb,
.content-foot-info .contactlp {
    width: 20%;
}

.logofootc {
    width: 80%;
}

.logoimg {
    width: 100%;
}

.aboutlp .FDSrvc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
}

.aboutlp p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    text-align: center;
    font-size: .8em;
}

.FootTimCombo {
    width: 60%;
    padding: 10%;
}

.ServFootLst {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ServFootLst ul {
    width: 90%;
    list-style: none;
}

.container-boot-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    background-color: #fff;
    color: #3498db;
    font-size: .8rem;
}

.content-boot-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60% !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-boot-info a,
.content-boot-info a:active,
.content-boot-info a:any-link {
    color: #3498db;
}

.CetsMembr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    padding: 10%;
}

.CertsImg {
    display: block;
    width: 100%;
}

.contactlp {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactlp h2 {
    width: 100%;
}

.contactlp h3 {
    width: 100%;
    text-align: center;
}

.subscriptfoot {
    width: 100%;
    padding: 8px;
    color: #fff;
}

.RegEmail {
    display: flex;
    position: relative;
    width: 100%;
    padding: 8px 6px;
}

.RegEmail input {
    width: 100%;
    line-height: 1.5;
    font-size: 1em;
    letter-spacing: .1em;
    color: #fff;
    padding-left: 16px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 6px;
    text-shadow: 1px 1px 2px rgb(12, 12, 12);
    box-shadow: 1px 1px 2px rgb(12, 12, 12);
    transition: background-color 0.3s ease;
}

.PaceholderSubF {
    position: absolute;
    left: 20px;
    top: 50%;
    line-height: 1.5;
    font-size: 1em;
    letter-spacing: .1em;
    color: #fff;
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none;
    transform-origin: 0 0;
    transition: .2s linear;
}

.RegEmail input:not(:placeholder-shown)+.PaceholderSubF {
    transform: scale(.75) translateY(-40px);
    -webkit-transform: scale(.75) translateY(-40px);
    -moz-transform: scale(.75) translateY(-40px);
    -ms-transform: scale(.75) translateY(-40px);
    -o-transform: scale(.75) translateY(-40px);
}

.RegEmail input:not(:placeholder-shown) {
    padding-top: 6px;
    background: rgba(0, 0, 0, 0.2);
}

.BtnNwsft {
    display: flex;
    color: #fff;
    font-size: 1em;
    letter-spacing: .1em;
    line-height: 1.3;
    padding: 4px 20px;
    float: right;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 6px;
    text-shadow: 1px 1px 2px rgb(12, 12, 12);
    box-shadow: 1px 1px 2px rgb(12, 12, 12);
    transition: background-color 0.3s ease;
}

.SocMedFoot {
    width: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px;
}

.SocMedIcons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 8px;
}

.footfaceicon,
.footinstaicon {
    font-size: 2em;
    color: #fff;
    margin: 12px;
}

@media screen and (max-width:2560px) {}


@media screen and (max-width:1920px) {}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:1024px) and (orientation:portrait) {
    .container-boot-info {
        padding-top: 25px;
        padding-bottom: 5px;
    }

    .content-foot-info {
        display: flex;
        flex-direction: row;
        align-items: start;
        width: 95% !important;
    }

    .content-foot-info .logofott,
    .content-foot-info .aboutlp,
    .content-foot-info .servcslp,
    .content-foot-info .CertMemb,
    .content-foot-info .contactlp {
        width: 20%;
    }

    .logofootc {
        width: 80%;
    }

    .logoimg {
        width: 100%;
    }
}

@media screen and (max-width:800px) {}

@media screen and (max-width:500px) and (orientation:portrait) {

    .content-foot-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    .content-foot-info .logofott,
    .content-foot-info .aboutlp,
    .content-foot-info .servcslp,
    .content-foot-info .CertMemb,
    .content-foot-info .contactlp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        padding-bottom: 25px;
    }

    .logofootc {
        width: 80%;
    }

    .logoimg {
        width: 100%;
    }

    .FootTimCombo {
        width: 90%;
        padding: 10%;
    }

    .RegEmail input {
        line-height: 1.3;
        font-size: .8em;
        letter-spacing: .1em;

    }

    .PaceholderSubF {
        position: absolute;
        left: 20px;
        top: 50%;
        line-height: 1.3;
        font-size: .8em;
    }

    .BtnNwsft {
        font-size: .8em;
        letter-spacing: .1em;
        line-height: 1.3;
        padding: 4px 20px;

    }

    .SocMedFoot {
        width: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }

    .SocMedIcons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 8px;
    }

    .footfaceicon,
    .footinstaicon {
        font-size: 1.5em;
        color: #fff;
        margin: 12px;
    }

}

@media screen and (max-width:500px) {}