body {
    -webkit-text-size-adjust: 100%;
}

#headermob {
   background: #ff6633;

   overflow: hidden;
   margin-bottom: 15px;
   height: 80px;

}

#headermob h1{
   font-size: 0;
   /* background: #ff6633 url(../nuimages/logo2.gif) 7px 8px no-repeat; */
   height: 56px;
   
   
    text-transform:uppercase;
   font-family: 'Titillium Web', sans-serif;
   font-size:45px;
   line-height:56px;
   font-weight:900;
}

#header_left ul {
    position:relative;
    z-index:20;
    padding-left:0;
}

#container,#footerbox, #footerbox2  {
   max-width:1000px;
   width:auto;
   
}

#footerbox, #footerbox2  {
    max-width:6000px;
}



#footerbox, #footerbox2{
    font-size: 11px;
}

#footerbox, #footerbox2{
    padding-left:20px;
    padding-right:20px;
}

#footerslogan {
    display: inline-block;
    float: right;
}

.smallshare {
   display: none;
}

.orangebox {
    box-sizing: border-box;
}





@media (max-width: 840px) {
   #header_left {
      width:auto;
   }
   
   #header_left li a {
      font-size: 11px;
   }
   
    #footerbox {
    text-align: center;
   }
   
   #footerslogan {
       display: none;
    }
    
  
    
    
   
}


@media (max-width: 770px) {
   
   .smallshare {
      display: block;
   }
   
   
   
   .bigshare {
      display: none;
   }
   
   .textbanner {
      width:145px;
      height: 22px;
      margin-top:10px;
   }
   
   #advertising p {
      display: none;
   }
   
}


@media (max-width: 650px) {
   
  
   
   #advertising {
      float: left;
      margin-left: 40px;
      display: none;
   }
   
 
   
}


@media (max-width: 550px) {
   
   #header_left {
      margin-left: 10px;
   }
   
   #headermob {
      background-position:14px 8px;
      margin: 0 0 10px 0;
      border-radius: 0px;
   }
   
   #advertising {
      margin-left: 20px;
   }
   
   
}

@media (max-width: 450px) {
   
   #header_left {
      width:100%;
   }

   
   
   .homelink {
    display: none;
   }
   
  
   
}


@media (max-width: 400px) {
   
   #contactlink {
    display: none;
   }
   
   #header_left li {
    font-size: 10px;
    background: none;
    padding-right: 12px;
   }
   
}



