/*------------------------------------------------------------------------
# "Hot News Portal" - Commercial Joomla Template
# Copyright (C) 2014 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/******* COMMON SPARKY'S TEXT STYLES *******/

body {
	margin:0;
	padding:0;
}

p {
	margin: 0 0 15px;
}

h1 {
    padding:0 0 30px 0;
    margin:0;
    line-height:normal;
}

h2, h2 a {
    padding:0 0 15px 0;
    margin:0;
    line-height:normal;
}

h3 {
    margin:15px 0;
    padding:0;
}

h4 {
    margin:0 0 15px 0;
    padding:0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

fieldset legend {
	font-size: 24px;

}

/* read more button */

p.readmore a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	transition: all .5s linear;
}

p.readmore a:hover, p.readmore a:focus {
	color: #333333;
	transition: all .5s linear;
}

/* contacts category layout */

.category th {
	height: 30px;
	background: #eee;
}

.category .item-num {
	width:9%;
	padding:1%;
}

.category .item-title {
	width:17%;
	padding:1%;
}

.category td.item-title a:link,
.category td.item-title a:visited,
.category td.item-title a:hover {
	text-decoration:underline;
}

.category .item-position {
	width:17%;
	padding:1%;
}

.category .item-phone {
	width:17%;
	padding:1%;
}

.category .item-suburb {
	width:17%;
	padding:1%;
}

.category .item-state {
	width:17%;
	padding:1%;
}

/* forms */

.input {
	margin:0;
	padding:0;
}

.inputbox, input.required, textarea.required, input#username, input#password {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	height: 35px;
	margin: 0;
	background-color: #ffffff;
	color:#555555;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

textarea.required {
	height: auto;
}

.inputbox:focus {
	outline: none;
}

.button, .btn, button {
	display: inline-block;
	padding: 0 10px;
	height: 35px;
	margin: 0 0 0 5px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.button:hover, .btn:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	background-color: #e6e6e6;
}

#login-form input {
	padding: 4px;
}

/* search results */

.result-title {
	font-size: 18px;
}

.phrases-box {
	padding: 10px 0;
}

.only legend, dl.search-results {
	padding-top: 30px;
}

.result-created, .result-category {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #bbb;
}

/* lists */

ul, ol {
	margin: 15px 45px;
	padding: 0;
}

div.item-page ol li, div.item-page ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

ul.arrow li {
	list-style-image: url(../images/bullet_arrow_right.png);
}

ul.arrowleft li {
	list-style-image: url(../images/bullet_arrow_left.png);
}

ul.calendar li {
	list-style-image: url(../images/bullet_calendar.png);
}

ul.checklist li {
	list-style-image: url(../images/bullet_tick.png);
}

ul.delete li {
	list-style-image: url(../images/bullet_delete.png);
}

ul.email li {
	list-style-image: url(../images/bullet_email.png);
}

ul.file li {
	list-style-image: url(../images/bullet_file.png);
}

ul.folder li {
	list-style-image: url(../images/bullet_folder.png);
}

ul.heart li {
	list-style-image: url(../images/bullet_heart.png);
}

ul.information li {
	list-style-image: url(../images/bullet_information.png);
}

ul.lock li {
	list-style-image: url(../images/bullet_lock.png);
}

ul.pencil li {
	list-style-image: url(../images/bullet_pencil.png);
}

ul.person li {
	list-style-image: url(../images/bullet_person.png);
}

ul.rss li {
	list-style-image: url(../images/bullet_rss.png);
}

ul.shop li {
	list-style-image: url(../images/bullet_shop.png);
}

ul.song li {
	list-style-image: url(../images/bullet_song.png);
}

ul.star li {
	list-style-image: url(../images/bullet_star.png);
}

ul.star2 li {
	list-style-image: url(../images/bullet_star2.png);
}

ul.trash li {
	list-style-image: url(../images/bullet_trash.png);
}

ul.tweak li {
	list-style-image: url(../images/bullet_tweak.png);
}

ul.unlock li {
	list-style-image: url(../images/bullet_unlock.png);
}

ul.warn li {
	list-style-image: url(../images/bullet_warning.png);
}

/* typography */

.warning {
	padding:15px 15px 15px 60px;
	color:#000;
	border-top:4px solid #c10000;
	border-bottom:4px solid #c10000;
	background:#FFDE25 url(../images/warning.png) no-repeat center left;
}

.info {
	padding:15px 15px 15px 60px;
	color:#006699;
	border-top:4px solid #006699;
	border-bottom:4px solid #006699;
	background:#bde1ff url(../images/info.png) no-repeat center left;
}

.error {
	padding:15px 15px 15px 60px;
	color:#900;
	border-top:4px solid #900;
	border-bottom:4px solid #900;
	background:#f8b5b5 url(../images/error.png) no-repeat center left;
}

.typewriter {
	background: url(../images/typewriter_bg.png);
	padding:20px 15px 20px 30px;
	color:#000;
	font-family:"Courier New", Courier, monospace;
	line-height:20px;
	text-align:left;
}

blockquote {
	margin:0;
	padding:15px 15px 15px 75px;
	font-size:125%;
	font-style:italic;
	font-family: serif;
	line-height:normal;
	background: url(../images/quotes.png) top left no-repeat;
}

.dropcap:first-letter {
	font-size: 300%;
	font-weight:bold;
	float:left;
	margin:0 10px 5px 0;
}

span.p_number {
	font-size: 400%;
	font-weight:bold;
	float:left;
	margin:0 10px 10px 0;
	position: relative;
	line-height: 40px;
}

.inset_left {
	display:block;
	float:left;
	width: 150px;
	font-style: italic;
	margin: 15px 15px 15px 0;
}

.inset_right {
	display:block;
	float:right;
	width: 150px;
	font-style: italic;
	margin: 15px 0 15px 15px;
}

.inset_title {
	font-weight:bold;
	display:block;
}

img.img_left {
	float:left;
	margin:0 30px 30px 0;
}

img.img_right {
	float:right;
	margin:0 0 30px 30px;
}

/******* CUSTOM ROWS AND CELLS STYLING *******/

.sparky_full {
}

.container {
	margin:0 auto;
	padding:0;
}

/*.row {
	padding:0;
	margin:0;
}*/

.row > * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
	padding: 0 0 30px 0;
}

div.belowcontent {
	padding: 30px 0 0 0;
}

p.copyright {
	text-align: right;
}

/* tinynav */

select.tinynav {
	float: right;
	width: 40px;
	height: 30px;
	border:none;
	background: #ccc;
	text-indent: -9999px;
	background: url(../images/tinynav.png);
	-webkit-appearance: button;
}

/******* Hot News Portal Specifics *******/

.headerrow {
	background: #383838; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #383838 0%, #383838 50%, #333333 51%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(50%,#383838), color-stop(51%,#333333), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #383838 0%,#383838 50%,#333333 51%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#222222',GradientType=0 ); /* IE6-8 */
	color:#777777;
}

.mp_fontresize {
	font-size: 11px;
	line-height: 40px;
	text-align: right;
}

.sparky_logo {
	padding: 30px 0;
}

.sparky_logo span.hot {
	background: #c60303;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-family: Arial, sans-serif;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sparky_logo  span.portal {
	font-style: italic;
	font-weight: normal;
}

.mp_top1 .cell_pad {
	margin: 0;
}

.mp_top3 {
	padding-top: 35px;
	text-align: right;
}

.mp_top3 label {
	display: none;
}

.mp_top3 .cell_pad {
	margin: 0;
}

.mp_top4 {
	padding-top: 30px;
}

.mp_top4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.mp_top4 li {
	display: inline-block;
	line-height: 17px;
	padding: 0;
	margin: 0 0 0 1px;
}

.mp_top4 li a {
	display: block;
	width: 45px;
	height: 45px;
	position: relative;
	top: 0px;
	transition: all .3s;
}

.mp_top4 li a:hover {
	top: -3px;
	transition: all .3s;
}

.mp_top4 li.facebook a {
	background: url(../images/custom/icon_facebook.png) no-repeat;
}

.mp_top4 li.twitter a {
	background: url(../images/custom/icon_twitter.png) no-repeat;
}

.mp_top4 li.youtube a {
	background: url(../images/custom/icon_youtube.png) no-repeat;
}

.mp_top4 li.rss a {
	background: url(../images/custom/icon_rss.png) no-repeat;
}

.mp_top4 li.google a {
	background: url(../images/custom/icon_google.png) no-repeat;
}

.topmenurow {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.mp_topmenu .cell_pad {
	height: 43px;
}

.mnu_topmenu2 > li {
	border-top: none;
}

.scrollerrow {
	margin: 30px 0;
}

.scrollerrow .moduletable {
	background: #fff5f5;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: Arial, sans-serif;
}

.highlights_intro_pad {
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.highlights_intro {
	border-right: 1px dotted #ccc;
}

.contentrow h3 {
	text-transform: uppercase;
}

.content_sparky .cell_pad {
	margin-bottom: 60px;
}

.mp_user1 .cell_pad {
	margin-top: 48px;
	margin-bottom: 30px;
}

.mp_user1 iframe {
	min-width: 146px !important;
	width: 146px  !important;
}

.mp_user2 .cell_pad {
	margin-top: 48px;
	margin-bottom: 30px;
}

ul.mostread {
	margin: 0;
	padding: 0;
}

ul.mostread li {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}

.moduletable div.item-separator {
	margin: 15px 0;
}

.newsflash img {
	max-width: 146px;
}

.items-leading h2, .items-leading h2 a{
	font-weight: bold;
}

.items-row {
	clear: both;
}

.item-image img, .newsflash img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.item p, div.items-leading p, div.item-page p, div.item-page li {
	line-height: 20px;
}

p.img_caption {
	background: #fff5f5;
	font-size: 11px;
	color: #333;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

img.caption {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

div.item-separator {
	border-bottom: 1px solid #ddd;
	margin: 35px 0 25px;
}

dl.article-info {
	margin-bottom: 10px;
	margin-top: 0;
}

.article-info-term {
	display: none;
}

dl.article-info dd.published, dl.article-info dd.createdby, div.published {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #bbb;
}

dl.article-info dd.published {
	float: left;
	min-width: 150px;
	margin-right:10px;	
}

div.pagination {
	border-bottom: 0;
	margin-bottom: 45px;
}

div.pagination li {
	display: none;
}

div.pagination li.pagination-prev, div.pagination li.pagination-next {
	display: inline-block;
}

div.pagination li.pagination-prev a, div.pagination li.pagination-next a,
div.pagination li.pagination-prev span, div.pagination li.pagination-next span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #344450;
	color: #fefefe;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	font-family: arial, sans-serif;
	line-height: 40px;
	text-transform: uppercase;
	box-shadow: 2px 2px 3px #222 inset;
}

div.pagination li.pagination-prev span, div.pagination li.pagination-next span {
	background: #ccc;
	box-shadow: 2px 2px 3px #999 inset;
	color: #333;
}

.pagination .counter {
	display: none;
}

/* video */

.videorow {
	background: #25323b;
	padding: 60px 0 0 0;
}

.videorow h3, .bottomrow h3 {
	color: #ddd;
	margin-top: 45px;
}

.videorow p {
	line-height: 20px;
}

/* bottom */

.bottomrow {
	background: #25323b;
	padding: 0 0 60px 0;
}

/* footer */

.footerrow {
	font-family: arial, sans-serif;
	padding: 30px 0;
	background: #eee;
	color: #999;
}

.footerrow p {
	margin: 0;
	line-height: 25px;
}

.footerrow a {
	color: #999;
}

.footerrow .mp_footer {
	font-family: arial, serif;
	font-size: 20px;
}

.footerrow span.hot {
	background: #999;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-family: Arial, sans-serif;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.footerrow  span.portal {
	font-style: italic;
	font-weight: normal;
	
}

/* full width row */

.fullwidth .container, .fullwidth .row, .fullwidth .cell {
	width: 100%;
}

.fullwidth .cell_pad {
	margin: 0;
	padding: 0;
}

.hotcarousel .js {
	padding-bottom: 30px;
}

#contact-form dl dd {
	width: auto;
}

/* responsive behaviour */

@media (max-width: 996px) {

	img, .newsflash img {
		max-width: 100%;
	}

	select.tinynav {
		float: left;
		margin-top: 5px;
	}

	.headerrow select.tinynav {
		margin-left: 10px;
		background: url(../images/tinynav_white.png);
	}

	.mp_top4 li a {
		width: 30px;
		height: 30px;
		background-size: cover !important;
	}

	.sparky_logo, .sparky_logo a {
		font-size: 28px;
	}

	.mp_top3 {
		padding-top: 30px;
	}

	.mp_top3 .inputbox {
		width: 80px;
	}

	.mp_user1 iframe {
		min-width: 84px !important;
		width: 84px !important;
	}

	#frame, .description {
		height: 370px;
	}

}

@media (max-width: 768px) {

	.headerrow .cell, .topmenurow .cell {
		width: 50%;
	}

	.mp_top3 {
		text-align: left;
	}

	.mp_top3 .cell_pad {
		margin-left: 10px;
	}

	.mp_top4 {
		padding-bottom: 15px;
	}

	.leading-0 img, .leading-0 .item-image {
		width: 100%;
	}

	.leading-0 .img-intro-left {
		margin: 0 0 15px 0;
		float: none;
		width: 100%;
	}

	.ytv-list {
		width: 33%;
	}

	.ytv-video {
		right: 33%;
	}

	.mp_top3 .inputbox {
		width: 60px;
	}

}

@media (max-width: 767px) {

	.mp_user1 iframe {
		min-width: auto !important;
		width: 100% !important;
	}

	.mp_top3 .inputbox {
		width: 60px;
	}

	dl.article-info dd.published {
		float: none;
	}

	.mp_top3, .mp_top4 {
		width: 50%;
		float: left;
	}

	.mp_top3, .mp_top4 {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.mnu_bottom1 > li, .mnu_bottom2 > li, .mnu_bottom3 > li, .mnu_bottom4 > li, .bottomrow h3, .mp_footer, .mp_user2, .mp_user2 h3, .mnu_sidemenu > li, .mnu_sidemenu2 > li {
		text-align: center;
	}

	.sparky_logo, .sparky_logo a {
		font-size: 40px;
		text-align: center;
	}

	.mp_top4 li a {
		width: 20px;
		height: 20px;
	}


}

.mnu_topmenu1 li ul, .mnu_topmenu2 li ul {
	display: none;
}

.feed_img {
	float:left;max-height:180px;max-width:180px;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
