/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


body {
    background-color: #FFFFFF;
}

.bootstrap-touchspin>input {
    max-width: 100px;
    border: none;
    box-shadow: none;
    text-align: center;
    font-weight: 700;
}

.form-control {
    padding: .375rem .01rem;
}

.menu__item-header a:hover,
.menu__item-link--nosubmenu:hover {
    color: #FFF;
}

.menu__item-link--sub:hover {
    color: #000;
}

.rc {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    background: white;
    transition: background .15s;
}