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

@media handheld, only screen and (max-width: 1024px) {
}
.navbar ul li {
		font-size: 1.2em;
	}
	.jumbotron h1 {
		font-size: 3em;
		letter-spacing: -4px;
	}
	.navbar-default .navbar-nav&gt;li&gt;a {
		padding-left: 6px;
		padding-right: 6px;
	}
	.features .item {
		margin:30px 0;
	}

}
/* ---------------------------------------------------------------------- */
/*	Mobile Version 768px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 768px) {
	/*gallery*/
	#gallery .col {
		float: none;
		width: 100%;
	}

	.footer {
		text-align: center !important;
	}
	
	.btn-login input.span2, .btn-login textarea.span2, .btn-login .uneditable-input.span2 {
		min-height: 24px!important
	}
	.pricing .item {
	 	padding-top: 15px;
	 	padding-bottom: 15px;
	}	
	
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 480px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
	header .input-prepend {
		display: block !important;
	}
	.btn-login.show {
		width: 169px;
		height: auto;
	}

}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
 /* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
}
</pre></body></html>