@font-face{
    font-family:'Roboto-Bold';
    src:url(../fonts/Roboto-Bold.ttf);
}
@font-face{
    font-family:'Roboto-Regular';
    src:url(../fonts/Roboto-Regular.ttf);
}
body{
    font-family: arial;
}
.noleft{
    padding-left: 0;
}
.noright{
    padding-right: 0;
}
.nopadding{
    padding: 0;
}
a {
    transition: all 0.35s ease 0s;
}
.container{
    padding: 0;
    padding-left: 30px;
}
.header{
    float: left;
    width: 100%;
    padding: 40px 0 5px;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #b11116 100px, #414042 1%) repeat scroll 0 0;
}
.header .top{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.header .top h1{
    font-family:'Roboto-Bold';
    color: #fff;
    font-size: 40px;
    margin: 0;
}
.header .top p{
    color: #fff;
    font-family: "Roboto-Regular";
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 17px;
    text-align: right;
}
.header .slider{
    float: left;
    width: 100%;
}
.header .slider img{
    width: 100%;
}
.header .bottom{
    float: left;
    width: 100%;
    padding: 5px 0;
}
.header .bottom a{
    color: #fff;
    float: right;
    font-family: "Roboto-Bold";
    font-size: 20px;
    margin-left: 22px;
    text-decoration: none;
}
.header .bottom a:hover{
    color: #B11116;
}
.main{
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #dadbdc 100px, #ebebec 1%) repeat scroll 0 0;
}
.main .item{
    float: left;
    width: 100%;
    padding: 40px 0;
}
.main .item h2{
    font-family: "Roboto-Bold";
    color: #000;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 6px;
    margin-top: 22px;
}
.main .item h2:first-child{
    margin-top: 0;
}
.main .item p{
    font-family: "Roboto-Regular";
    color: #292929;
    font-size: 21px;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 5px;
}
.main .heading{
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #b11116 100px, #414042 1%) repeat scroll 0 0;
    padding: 10px 0;
}
.main .heading h3{
    color: #fff; 
    font-family: "Roboto-Bold";
    font-size: 20px;
    margin: 0;
}
.margin22{
    margin-top: 22px !important;
}
.height44{
    min-height: 44px;
}
.container{
        width: 100%;
        padding:0 15px 0px 110px;}