<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mobile (landscape) ----------- */
@media (min-width: 481px) and (max-width: 720px) {

#menu_toggle {
	display: block;
}

/** Generic Nav1 Start **/
#nav1 {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
}

#nav1_logo {
	position: absolute;
	top: 0;
	left: 270px;
	padding-right: 10px;
}

.nav1_link {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #bbb;
}

.nav1_link:hover {
	border-bottom: 1px solid #0095FF;
}

#nav1_reg {
	margin: 0;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
/** Generic Nav1 End **/

/** Generic Footer1 Start **/
#footer1_top {
	height: 160px;
}

#footer1_logo {
	margin-top: 40px;
}

#footer1_reg {
	float: right;
}

#footer1_social {
	margin-top: 20px;
}
/** Generic Footer1 End **/

}/*landscape end*/

/* Mobile (portrait) ----------- */
@media (max-width: 480px) {

#menu_toggle {
	display: block;
}

/** Generic Nav1 Start **/
#nav1 {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
}

#nav1_logo {
	position: absolute;
	top: 0;
	left: 270px;
	padding-right: 10px;
}

#nav1 #nav1_logo img {
	height: 66px;
	margin-top: 7px;
}

.nav1_link {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #bbb;
}

.nav1_link:hover {
	border-bottom: 1px solid #0095FF;
}

#nav1_reg {
	margin: 0;
	height: 40px;
	line-height: 40px;
	width: 160px;
}
/** Generic Nav1 End **/

/** Generic Footer1 Start **/
#footer1_top {
	height: 226px;
}

#footer1_logo {
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer1_logo img {
	display: block;
	width: 264px;
}

#footer1_social {
	margin-top: 20px;
	float: left;
	clear: both;
}

#footer1_bottom {
	height: 40px;
}

#copyright1 {
	padding: 10px 0;
}
/** Generic Footer1 End **/

}/*portrait end*/</pre></body></html>