@media (min-width: 1080px) { 
header { 
position: relative; 
display: block; 
background: #ffffff; 
width: 100%; 
height: 150px; 
z-index: 99999999999; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
header:hover { 
display: block; 
background: #ffffff; 
width: 100%; 
height: 150px; 
z-index: 99999999999; 
} 
footer { 
position: relative; 
display: block; 
background: transparent; 
width: 100%; 
height: 220px; 
z-index: -1; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: -10px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
footer:hover { 
display: block; 
background: transparent; 
width: 100%; 
height: 220px; 
z-index: -1; 
} 
} 
@media (max-width: 1079px) { 
header { 
position: fixed; 
display: block; 
background: transparent; 
width: 100%; 
height: 148px; 
z-index: 99999999999999999; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
header:hover { 
display: block; 
background: #ffffff; 
width: 100%; 
height: 148px; 
z-index: 99999999999999999; 
} 
footer { 
position: relative; 
display: block; 
background: transparent; 
width: 100%; 
height: 250px; 
z-index: 999; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
footer:hover { 
display: block; 
background: transparent; 
width: 100%; 
height: 250px; 
z-index: 999; 
} 
} 
#TopModulesGridLines-0 { 
background: transparent; 
} 
#TopModulesGridLines-1 { 
background: transparent; 
} 
