html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    background: #fff;
    overflow-x: hidden;
    line-height: 20px !important;
}

.form-label {
    font-size: .875em !important;
}

.hidden {
    display: none !important;
}

.btn-xs {
    padding: .2rem .3rem;
    font-size: .75rem;
    border-radius: .25rem;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.loghi img {
    max-height: 120px !important;
}

.text-main {
    color: #187c81 !important;
}

.text-header {
    color: #12b5ae !important;
}

.dropdown-menu-right {
    right: 0 !important;
    left: inherit !important;
}

.img-fluid {
    width: 512px !important;
    height: auto;
    transition: 0s;
    transform-origin: 50% 50%;
}

.img-container {
    position: relative;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
}

.img-controls {
    display: flex;
    flex-direction: column !important;
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 1001 !important;
}

.img-arrows {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001 !important;
}

.img-arrows > div {
    position: absolute;
    top: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 4.165% !important;
    }
}
