.title {
    background: #122951;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1C3461), color-stop(1, #0A1E41));
    background-image: -o-linear-gradient(bottom, #1C3461 0%, #0A1E41 100%);
    background-image: -webkit-linear-gradient(bottom, #1C3461 0%, #0A1E41 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1C3461), to(#0A1E41));
    background-image: -webkit-linear-gradient(top, #1C3461 0%, #0A1E41 100%);
    background-image: -o-linear-gradient(top, #1C3461 0%, #0A1E41 100%);
    background-image: linear-gradient(to bottom, #1C3461 0%, #0A1E41 100%);
}

.title {
    padding: 34px 0;
    color: #fff;
}
.page-template-page-specials .title h1 {
    font-style: normal;
}

.title h1 {
    margin: 10px 0 0 0;
}

.title h1 i {
    color: #28467a;
    padding: 0 20px 0 0;
    font-size: 0.9em;
}
.title h1 span {
    font-weight: 200;
}


.title h4 {
    line-height: 1.1em;
    font-size: 1.2em;
    margin: 20px 0 0 0;
}

h4 span {
    font-weight: 300;
}

.specials-footer {
    display: block;
    padding: 25px 20px 20px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #122951;
    text-transform: uppercase;
    background-color: white;
}

.specials-footer strong {
    font-weight: 900;
    color: #122951;
}

@media (max-width: 767px){
    h1 i {
        display: none !important;
        width: 0;
        height: 0;
    }
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }
    .right {
        text-align: right;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1120px;
    }
}




