
* {
    font-family: 'Roboto', sans-serif;
}

html, body {
    background: transparent linear-gradient(180deg, var(#ffffff) 0%, var(#f1f1f1) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%) 0% 0% no-repeat padding-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#top-block {
    flex-grow: 1;
}



#footer {
    background: #222a35;
    color:#fff;
}

#footer a {
    color:#fff;
}

#footer .h3 {
    font-weight: bold;
    font-size: 1.125rem;
    text-transform: uppercase;
}

#footer .list a {
    display:block;
    color:#8a8e94;
    font-size: 1rem;
}

#footer hr {
    border: 1px solid #8A8E94;
    opacity: 0.2;
}

#footer strong {
    display:block;
    font-size: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-width: bold;
}

#footer small {
    color:#8a8e94;
    font-size: 1rem;
}

#footer span.icon {
    background:#ed1d24;
    width:3.125rem;
    height:3.125rem;
    line-height:2.9rem;
    text-align: center;
    display:inline-block;
    -webkit-border-radius: 3.125rem;
    -moz-border-radius: 3.125rem;
    border-radius: 3.125rem;
    float: left;
    margin:0.3rem 1rem 0 0;
}

#footer .pt {
    padding-top:0.7rem;
}

#footer-copy {
    color:#8a8e94;
    font-size: 0.75rem;
    line-height: 1.6rem;
}

#footer-copy a {
    margin:0 0.5rem;
    text-decoration: none;
}

#button-to-top {
    display: inline-block;
    background-color: #f46c3a;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 0.25rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button-to-top i {
    font-style: normal;
    font-size: 2em;
    line-height: 3rem;
    color: #fff;
}

#button-to-top.show {
    opacity: 1;
    visibility: visible;
}

#menu {
    background: #222a35;
    color: #fff;
}

#menu a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 2.5rem;
}

#menu span {
    display: block;
    border-right: 1px solid #3c434d;
    line-height: 2.5rem;
}

#menu a:hover, #menu a.active {
    background: #151D29;
    text-decoration: none;
}

.login {
    background: #f46c3a;
    color: #fff;
}

.login:hover {
    color: #fff;
    background-color: #d33900 !important;
    border-color: #d33900;
}

p a {
    color:#f46c3a;
    text-decoration: underline;
}

.btn {
    text-decoration: none;
}

p a:hover {
    color:#d33900;
}

.btn {
    border-radius: 0;
}