<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*------------------------------------------------------------------

[Responsive Stylesheet]

[Table of contents]

	1. Max Width: 480px
	2. Max Width: 767px
	3. Max Width: 979px
	4. Max Width: 1200px

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
	
	.error-container h1 {
		font-size: 72px;
	}
}

/*------------------------------------------------------------------
[2. Max Width: 767px]
*/

@media (max-width: 767px) {
    	
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;	
	}
	
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;	
	}
	
	.subnavbar-inner {
		height: auto;
	}
	
	.subnavbar .container &gt; ul {
		width: 100%;
		height: auto;
		
		border: none;
	}
	
	.subnavbar .container &gt; ul &gt; li {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		
		border: none;
	}
	
    .subnavbar .container &gt; ul &gt; li.active &gt; a {
		font-size: 11px;
    	background: transparent;
    }
	
	.subnavbar .container &gt; ul &gt; li &gt; a &gt; i {	
		display: inline-block;	
		margin-bottom: 0;
		font-size: 20px;
	}
	
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 12px;
	}
	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	
	.extra {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.extra .container {
		padding: 0 20px;
	}
	
	.footer {
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.footer .container {
		padding: 0 20px;
	}
	
	.footer .footer-terms {
		text-align: left;
	}
	
	.footer .footer-terms a {
		margin-left: 0;
		margin-right: 1em;
	}
}

/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
	
	.navbar-fixed-top {
		position: static;
	}
	
	.subnavbar {
	}
	
	.subnavbar .container {		
		width: auto;
	}
}

/*------------------------------------------------------------------
[4. Max Width: 1200px]
*/

@media (min-width: 1200px) {
	.navbar .search-query {
		width: 200px;
	}
}
</pre></body></html>