<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

#gkLogo {
	margin-left: 2px;
}

#gkPageContent {
	width: auto;
}

.gkMenu &gt; ul &gt; li &gt; a {
	padding: 0 7px;
}

#gkTopMenu {
	width: 100%;
}

#gkSocial {
	clear: both;
	margin-top: 10px;
}

.menu li {
	margin: 0 -10px;
}

.box .header {
	padding-bottom: 8px;
}

#gkFooterNav {
	float: none;
	text-align: center;
	width: 100%;
}

#gkFooterNav ul {
	display: inline-block;
	text-align: center;
}

#gkFooterNav ul li {
	display: inline-block;
	float: none;
}

#gkCopyrights {
	clear: both;
	float: none;
	text-align: center;
}

@media (max-width: 1600px) {
	.box,
	.box.dark,
	.box.light {
		padding: 0.8rem;
	}
	
	#gkContentWrap {
		padding: 1.25rem 1rem;
	}
	#gkMainbodyTop,
	#gkMainbodyBottom {
		margin: -1.25rem -1rem 0 -1rem;
	}
	#gkPageTop .gkMenu &gt; ul &gt; li &gt; a {
		padding: 0 10px;
	}
	
	.gkwMainLeft {
		width: 25%;
	}
	.gkwMainRight {
		margin: 0 0 0 5%!important;
		width: 70%;
	}
	
	.gkwMainRight h2 {
		font-size: 24px;
	}
}

@media (max-width: 1200px) {
	#gkPageTop .gkMenu &gt; ul &gt; li &gt; a {
		font-size: 0.8rem;
		padding: 0 6px;
	}
	
	.gkwMainRight h2 {
		font-size: 18px;
	}
}</pre></body></html>