.tablet{ display:block; }
.notablet{ display:none; }
.tablet2{ display:block; }
.notablet2{ display:none; }

@media (min-width: 576px) {
   #hamburger { right:50%;margin-right:-255px; }
   #hamburger.open { right:0;margin-right:15px; }
}

@media (min-width: 768px) {
    .tablet{ display:none; }
    .notablet{ display:block; }
    #hamburger { right:50%;margin-right:-345px;margin-top:23px; }
    #footer .socialicons a {
        padding:10px 30px 10px 0;
        font-size:3em;
        line-height:1em;
    }
    h1 {
        font-size:2.6em;
        line-height:1.2em;
    }
    h2 {
        font-size:1.6em;
        line-height:1.2em;
    }
    h3 {
        font-size:1.6em;  
        line-height:1.2em;
    }
}

@media (min-width: 992px) {
    html,body {
        font-size: 13pt;
    	line-height: 1.6em;
    }


    .tablet2{ display:none; }
    .notablet2{ display:block; }
    #hamburger { right:50%;margin-right:-465px; }
    .menurowbg{
        height:147px;
    }
    #logo {
      width: 110px;
      padding:20px 0;
    }
    #header {
        padding-top:156px;
    }

}




@media (min-width: 1200px) {
    #hamburger { right:50%;margin-right:-555px; }
     .mainmenu_wrapper{
        padding-left:5%;
        margin-left:0;
    }
    .metamenu_wrapper {
        height:40px;
        padding-right:13%;
    }
}