<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.containerqq li {
	list-style:none;
}
.containerqq h4 {
	font-size: 14px;
	line-height: 18px;
	margin:10px 0 4px 0;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.containerqq p {
	margin: 0 0 21px 0;
}
.containerqq li {
	line-height: 21px;
	margin-bottom: 7px;
}
/* buttons */



/* #Site Styles
================================================== */



/* theme preview */

.preview-theme {
	margin: 21px 0;
	border: 5px solid #eee;
	background: #fff url(../images/preview.png) no-repeat center;
	min-height: 200px;
}
.preview-theme:hover {
	border: 5px solid #e5e5e5;
}
.preview-theme img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
/* nav links */

.nav-links {
	margin-bottom: 2px;
}
.nav-links:before {
	content: '';
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
.nav-links a {
	font-weight: bold;
	text-decoration: none;
	color: #555;
}
.nav-links a:hover {
	color: #ff5452;
}
/* portfolio filters */

.portfolio .filters {
	float: right;
	margin: -35px 20px 20px 0;
}
.portfolio .filters a {
	display: inline-block;
	margin-left: 20px;
	padding: 3px 2px;
	color: #999;
	text-decoration: none;
}
.portfolio .filters a:hover {
	color: #666;
}
.portfolio .filters a.filter-active {
	color: #666;
	border-bottom: 1px solid #47dfff;
}
/* portfolio list */

.portfolio .list {
	clear: both;
}
.portfolio .list li {
	float: left;
	margin: 0 20px 10px 0;
}
.portfolio .list .thumb {
	position: relative;
	width:380px;
	height: 237.5px;
	margin-bottom:5px;
	overflow: hidden;
}
.portfolio .list .thumb img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.portfolio .list .view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	background: rgba(255,255,255,0.8);
	border: 1px solid #fff;
	text-align: center;
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0s linear .3s;
	-moz-transition: opacity 0.3s, visibility 0s linear .3s;
	-o-transition: opacity 0.3s, visibility 0s linear .3s;
	transition: opacity 0.3s, visibility 0s linear .3s;
	-webkit-transform: translate3d(0, 0, 0);
}
.portfolio .list .thumb:hover .view {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.portfolio .list .view .button {
	position: relative;
	bottom:0;
	font-size:12px;
	line-height:20px;
	padding:20px;
	color:#333;
}
.portfolio .list h4 {
	text-align: center;
}
.portfolio .list h4 a {
	text-decoration: none;
	font-weight:bold;
}
.portfolio .colio-active-item h4 a {
	background: #ccc;
	padding: 2px 10px;
}
.portfolio .list p {
	text-align: center;
	font-size:13px;
	line-height: 1.3em;
	padding:0;
}
/* footer */




/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.colio {
	margin-right: 24px!important;
}
.portfolio .list .thumb {
	width: 228px;
	height: 143px;
}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
.containerqq h1, .containerqq h2, .containerqq h3, .containerqq h4, .containerqq h5, .containerqq h6 {
	text-align: center;
}
.preview-theme + p {
	margin-bottom: 42px;
}
.main-header {
	margin: 21px 0 0!important;
}
.purchase {
	text-align: center;
	padding-top: 21px;
}
.portfolio .filters {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 100%;
}
.portfolio .filters a {
	margin: 0 10px;
}
.portfolio .list li {
	float: none;
	margin-right: 0;
}
.colio {
	margin-right: 0!important;
}
.portfolio .list .thumb {
	width: 420px;
	height: 260px;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
.portfolio .list .thumb {
	width: 300px;
	height: 187px;
}
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
</pre></body></html>