﻿/*
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}
*/

header .it-header-slim-wrapper {
    padding: 0px !important;
}

@media only screen and (max-width: 992px) {
    header .it-header-center-wrapper {
        background-color: #1b3b5d !important;
    }
}

@media only screen and (min-width: 992px) {
    header .it-header-center-wrapper {
        background-image: url("/img/bg_header.jpg");
    }
}

header .it-brand-title {
    font-family: "Titillium Web", Geneva, Tahoma, sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
}

header .unicam-brand-logo {
    position: relative;
    top: 20px;
    z-index: 100;
}

@media only screen and (min-width: 768px) {
    main .it-main-content {
        min-height: 380px;
    }
}

main .table > tbody > tr > td {
    vertical-align: middle;
}

footer .unicam-bti-footer-link {
    font-family: "Titillium Web", Geneva, Tahoma, sans-serif !important;
    font-weight: 700 !important;
}

footer .unicam-footer-info {
    font-size: 16px !important;
}
