#main{
    background-color: #fff;
}
#main .error_404{
    text-align: center;
    padding: 20px 0px;
    overflow: hidden;
}
.error_404 .title{
    font-size: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.error_404 .view_more{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #E41E26;
    display: block;
    margin-top: 20px;
}
.home_page .box-area{
    border-top: 0px;
    margin-bottom: 20px;
}
.home_page .box-area .heading-2{
    margin-bottom: 0px;
}
#main .wrapper.home_page{
    background-color: #f5f5f5;
    padding: 30px 0 10px 0;
}

.arrow-down{
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2.5px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #E41E26;
    border-right: 1px solid #E41E26;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.comp_motors{
    margin-bottom: 10px !important;
}
.error_404 .container-topmoto{
    float: left;
    width: 100%;
    overflow: hidden;
}

.error_404 .ct-brand img{
    transition: opacity .2s linear,filter .2s linear;
    -webkit-filter: grayscale(100%) opacity(.6);
    filter: grayscale(100%) opacity(.6);
}
.error_404 .ct-brand a:hover img{
    -webkit-filter: none;
    filter: none;
}