.inner_banner{
  height:250px;
  position:relative;
}

.inner_banner .container{
    height: 100%;
}

.inner_banner .image{
    width: 100%;
    height: 100%;
}

.text_box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 441px;
    height: 164px;
    background-image: url("../img/banner-title-bg.png");
    box-sizing: border-box;
}

.text_box p{
    color:white;
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    bottom: 14px;
    left: 37px;
    letter-spacing: 1px;
}



.navigation_box{
    background: #a2242e;
    margin-top: -40px;
    padding-top: 50px;
    padding-bottom: 109px;
}

footer{
    border-top: 1px solid #c5c5c5;
    padding-top: 18px;
    padding-bottom: 18px;
}

@media all and (max-width:1220px)
{
    .navigation_box{
        padding-bottom:0;
    }
}


