﻿#header                             { height:105px!important; }
.nav-up                             { top: -105px!important; }
.top-site-padding                   { padding-top:105px;}

/* SM 577-768 */
@media only screen and (max-width : 768px)  and (min-width : 577px) {
#header                             { height:75px!important; }
.nav-up                             { top: -75px!important; }
.top-site-padding                   { padding-top:85px;}
}

/* XS 0-576 */
@media only screen and (max-width : 576px) and (min-width : 0px) {
#header                             { height:75px!important; }
.nav-up                             { top: -75px!important; }
.top-site-padding                   { padding-top:85px;}
}



/* XXS 0-576 */
@media only screen and (max-width : 374px) and (min-width : 0px) {
#header                             { height:75px!important; }
.nav-up                             { top: -75px!important; }
.top-site-padding                   { padding-top:85px;}
}