*{
	font-family: "Cinzel", "メイリオ", sans-serif;
	font-weight: 500;
}
.bottom-widgets {
    color: #fff;
}
.bottom-widgets {
    background-color: #27292a;
    padding: 50px 0;
    color: #fff;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.widget {
    margin-bottom: 30px;
}
.bottom-widgets .widget h2 {
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: none;
}
ul {
    list-style: none;
    margin: 0;
        margin-right: 0px;
    padding: 0;
}
.bottom-widgets .widget ul {
    float: left;
    margin-right: 20px;
}
.bottom-widgets .widget a {
    color: #666;
}
.bottom-widgets .widget a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-bottom {
    background-color: #1f2021;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.text-center {
    text-align: center;
}
.footer-bottom a {
    color: #ed1c24 !important;
    font-weight: 700;
}