﻿/*#region footer */
.footerField .menuField .linkMenu {
    list-style: none;
}

    .footerField .menuField .linkMenu li a {
        float: left;
        font-family: "Open Sans",sans-serif;
        font-style: normal;
        font-weight: 500;
        transition: 0.3s all ease-in-out;
    }
/*#endregion footer */
.footerField {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyRight {
    float: left;
    width: 100%;
    height: 25px;
    display: none;
}

    .copyRight label {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 25px;
    }

@media(min-width: 1200px) {
    /*#region footer */
    .footerField {
        float: left;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

        .footerField .menuField {
            float: left;
            width: 100%;
            text-align: center;
        }

            .footerField .menuField .linkMenu {
                float: left;
                width: 100%;
                text-align: center;
            }

                .footerField .menuField .linkMenu li {
                    margin-top: 10px;
                    display: inline-block;
                }

                .footerField .menuField .linkMenu .contactItems {
                    margin-left: 10px;
                    margin-right: 10px;
                }

                    .footerField .menuField .linkMenu .contactItems i {
                        font-size: 22px !important;
                    }

                .footerField .menuField .linkMenu .linkItems {
                    margin-left: 15px;
                    margin-right: 15px;
                    font-size: 15px !important;
                }

        .footerField .logoWrapper {
            float: left;
            width: 100%;
            text-align: center;
        }

            .footerField .logoWrapper .logoFooter {
                max-width: 150px;
            }
    /*#endregion footer */
}

@media(max-width: 1199.99999px) {
    /*#region footer */
    .footerField {
        float: left;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

        .footerField .menuField {
            float: left;
            width: 100%;
            text-align: center;
        }

            .footerField .menuField .linkMenu {
                float: left;
                width: 100%;
                text-align: center;
            }

                .footerField .menuField .linkMenu li {
                    margin-top: 10px;
                    display: inline-block;
                }

                .footerField .menuField .linkMenu .contactItems {
                    margin-left: 10px;
                    margin-right: 10px;
                }

                    .footerField .menuField .linkMenu .contactItems i {
                        font-size: 20px !important;
                    }

                .footerField .menuField .linkMenu .linkItems {
                    margin-left: 15px;
                    margin-right: 15px;
                    font-size: 14px !important;
                }

        .footerField .logoWrapper {
            float: left;
            width: 100%;
            text-align: center;
        }

            .footerField .logoWrapper .logoFooter {
                max-width: 150px;
            }
    /*#endregion footer */
}
