.nbanner{margin-top: 90px; background-image: url("/them/images/nbg.jpg");position: relative; background-repeat: no-repeat; background-position: center bottom; background-size: cover; padding:120px 0;}
.nbanner:after{ background-color:#253241;position: absolute;top: 0;    right: 0;    bottom: 0;    left: 0;    opacity: 0.8;    content: '';}
.nbarea{position: relative;z-index: 4;}
h3.nnavtitle{color:#fff; padding-bottom: 40px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.6em;position: relative;}
h3.nnavtitle:after{width: 120px;
    content: "";
    position: absolute;
    bottom:40px;
    left:0;
    height: 8px;
    background-color: #d3071f;
    z-index: -1;}
ul.nnav{}
ul.nnav li{display: inline-block;}
ul.nnav li{ margin-left: 5px; margin-right: 10px;color:#fff;}
ul.nnav li a{color: #d3071f; font-weight: 700;}
ul.nnav li a:hover{ text-decoration: underline;}
@media(max-width: 1200px)
{
    .nbanner{ margin-top: 60px;}
}
