.imagecontour {
    padding: 10px;
    border: solid 1px #EFEFEF;
    background-color: #FFFFFF;
}

.effect2 {
    position: relative;
}

.toupperForm {
    text-transform: uppercase;
}

.tolowerForm {
    text-transform: lowercase;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.effect2:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.c-layout-footer-6 {
    margin: 0;
    padding-top: 7px;
}

.fill-error {
    color: red;
}

@media(min-height:801px) {
    .footer-fix {
        position: fixed;
        left: 0px;
        bottom: 0px;
        /*height:30px;*/
        width: 100%;
        background: #999;
        z-index:1;
    }
}

@media (max-height:800px) {
    .footer-fix {
        left: 0px;
        bottom: 0px;
        /*height:30px;*/
        width: 100%;
        background: #999;
        z-index:1;
    }
}

@media (min-width: 992px) {
    .c-layout-header .c-brand {
        margin: 10px 0 37px 0;
    }

        .c-layout-header .c-brand .c-desktop-logo-inverse {
            width: 120px;
            display: none;
        }

        .c-layout-header .c-brand .c-desktop-logo {
            width: 120px;
            display: inline-block;
        }

        .c-layout-header .c-brand .c-mobile-logo {
            width: 70px !important;
            display: none;
        }
}

@media (max-width: 991px) {
    .c-layout-header .c-brand {
        margin: 5px 0 37px 0;
    }

        .c-layout-header .c-brand .c-desktop-logo-inverse {
            width: 100px;
            display: none;
        }

        .c-layout-header .c-brand .c-desktop-logo {
            width: 80px;
            display: inline-block;
        }

        .c-layout-header .c-brand .c-mobile-logo {
            width: 70px !important;
            display: none;
        }
}
