<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------
# "Sparky Framework" - Joomla Template Framework
# Copyright (C) 2013 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# 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;
}

/* 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 {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	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;
}

.button, .btn {
	display: inline-block;
	padding: 8px;
	margin: 0;
	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);
}

.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;
}

/* 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 &gt; * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}

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

.row {
  margin-left: auto !important;
  margin-right: auto !important;
}
/******* HOT CLINIC CSS *******/

body {
	background-position: center 77px;
}

.item-page blockquote {
	border-left: 0;
}

.cols-2 div.item {
	width: 46%;
	float: left;
	margin: 0 4% 0 0;
}

.content_sparky .cell_pad {
	margin: 30px 0;
}

.logorow {
	background: #fff;
}

.mp_topmenu .moduletable_menu {
	text-align: right;
}

.mnu_mainmenu {
	width: 640px;
}

.mnu_mainmenu ul {
	display: none;
}

.mnu_mainmenu &gt; li {
	display: inline-block;
	float: none;
}

.mnu_mainmenu &gt; li &gt; ul {
	margin-left: 1px;
}

.mnu_mainmenu li ul a, .mnu_mainmenu li ul span {
	font-family: 'Source Sans Pro', sans-serif;
}

.mnu_mainmenu &gt; li &gt; a {
	text-transform: uppercase;
}

.mp_logo {
	padding: 15px 0;
}

.mp_topmenu {
	padding-top: 24px;
}

.logorow {
	border-bottom: 1px solid #f8f8f8;
}

.logorow .cell_pad {
	margin: 0;
}

.toprow .container {
	background: #eef5f6;
	height: 56px;
}

.mp_top1 .cell_pad {
	padding-top: 12px;
	margin: 0 15px;
}

.telephone {
	font-size: 24px;
	color: #48d3ef;
	background: url(../images/custom/telephone.png) no-repeat;
	padding-left: 28px;
}

.mp_top2 {
	padding-top: 12px;
	text-align: right;
}

.mp_top2 .cell_pad {
	margin: 0 15px;
}

.mp_top2 .search label {
	display: none;
}

input#mod-search-searchword {
	padding: 6px;
	font-size: 14px;
}

.inputbox, input.required, textarea.required {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 6px;
}

.moduletable .search .inputbox, .rapid_contact .inputbox {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}

fieldset {
	border: none;
}

.mp_top2 .button, .mp_top2 .btn {
	padding: 0;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mp_header1 .cell_pad {
	margin: 0;
}

.advertrow {
	padding: 50px 0 30px;
}

.advertrow .cell_pad {
	margin: 0;
	border-top: 3px solid #48d3ef;
	border-bottom: 1px solid #e4e4e7;
	padding: 12px 10px 10px 70px;
}

.advertrow .cell_pad:hover {
	border-top: 3px solid #4a4a5c;
}

.advertrow .cell_pad a:hover {
	text-decoration: underline;
}

.advertrow .mp_advert1 .cell_pad {
	margin: 0 20px 0 0;
	background: #eef5f6 url(../images/custom/advert1.png) no-repeat 12px 12px;
}

.advertrow .mp_advert2 .cell_pad {
	margin: 0 10px;
	background: #eef5f6 url(../images/custom/advert2.png) no-repeat 12px 12px;
}

.advertrow .mp_advert3 .cell_pad {
	margin: 0 0 0 20px;
	background: #eef5f6 url(../images/custom/advert3.png) no-repeat 12px 12px;
}

.advertrow .mp_advert1 .cell_pad:hover {
	background: #eef5f6 url(../images/custom/advert1_hover.png) no-repeat 12px 12px;
}

.advertrow .mp_advert2 .cell_pad:hover {
	background: #eef5f6 url(../images/custom/advert2_hover.png) no-repeat 12px 12px;
}

.advertrow .mp_advert3 .cell_pad:hover {
	background: #eef5f6 url(../images/custom/advert3_hover.png) no-repeat 12px 12px;
}

.sparky_home .content_sparky .cell_pad {
	margin: 0;
}

.mp_user2 .cell_pad {
	background: #eef5f6;
	border: 1px solid #f6f6f7;
	border-bottom: 2px solid #e4e4e7;
	margin: 0 0 0 10px;
	padding: 15px;
}

.mp_user1 h3, .mp_user2 h3 {
	text-transform: uppercase;
}

.mp_user1 .cell_pad {
	margin: 0 20px 0 0;
	background: #48d3ef;
	padding: 15px;
}

.clinic_graphic {
	float: right;
	margin-left: 25px;
}

.bottomrow {
	background: #4a4a5c url(../images/custom/footer_bg.png) top center;
	padding: 40px 0;
	margin-top: 50px;
	color: #9f9f9f;
}

.bottomrow .cell_pad {
	background: #31313d;
	margin: 0;
	padding: 15px;
}

.bottomrow .mp_bottom1 .cell_pad {
	margin: 0 20px 0 0;
}

.bottomrow .mp_bottom2 .cell_pad {
	margin: 0 10px;
}

.bottomrow .mp_bottom3 .cell_pad {
	margin: 0 0 0 20px;
}

.bottomrow h3 {
	font-size: 30px;
	text-transform: uppercase;
	color: #9f9f9f;
	font-weight: 300;
	padding: 0 0 10px 0;
	margin: 0;
}

.footerrow {
	background: #292933;
	padding-top: 15px;
}

.footerrow .cell_pad {
	margin: 0;
}

.mnu_footermenu &gt; li {
	padding-left: 0;
	text-transform: uppercase;
}

.mp_copyright {
	background: url(../images/custom/logo_footer.png) no-repeat top right;
	text-align: right;
	color:#4a4a5c;
}

.mp_copyright .cell_pad {
	padding-right: 140px;
}

.mp_copyright a {
	color:#4a4a5c;
}

.bottomrow img.icon {
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}

.bottom_phone {
	font-size: 24px;
	font-weight: 300;
}

.bottomrow div.follow {
	float: left;
	width: 50%;
	line-height: 30px;
}

.bottomrow div.follow a {
	color:#808080;
}

.bottomrow div.follow:hover a {
	color:#fff;
}

.facebook_icon, .twitter_icon, .google_icon, .linkedin_icon {
	width: 30px;
	height: 30px;
	float: left;
	display: block;
	margin: 0 14px 20px 0
}

.facebook_icon {
	background: url(../images/custom/icon_facebook.png);
}

.bottomrow div.follow:hover .facebook_icon {
	background: url(../images/custom/icon_facebook_hover.png);
}

.twitter_icon {
	background: url(../images/custom/icon_twitter.png);
}

.bottomrow div.follow:hover .twitter_icon {
	background: url(../images/custom/icon_twitter_hover.png);
}

.google_icon {
	background: url(../images/custom/icon_google.png);
}

.bottomrow div.follow:hover .google_icon {
	background: url(../images/custom/icon_google_hover.png);
}

.linkedin_icon {
	background: url(../images/custom/icon_linkedin.png);
}

.bottomrow div.follow:hover .linkedin_icon {
	background: url(../images/custom/icon_linkedin_hover.png);
}

/* full carousel */

.hero-carousel article .contents h2 {
	color: #fff;
	text-shadow: 1px 1px 4px #666;
	font-weight: 600;
}

.hero-carousel-nav li.prev {
	background: url(../images/custom/arrow_left.png);
	text-indent: -9999px;
	opacity: .8;
	width: 30px;
	height: 30px;
}

.hero-carousel-nav li.prev:hover, .hero-carousel-nav li.next:hover {
	opacity: 1;
}

.hero-carousel-nav li.prev:hover a {
	background-image: url(../images/custom/arrow_left_hover.png);
}

.hero-carousel-nav li.next {
	background: url(../images/custom/arrow_right.png);
	text-indent: -9999px;
	opacity: .8;
	width: 30px;
	height: 30px;
}

.hero-carousel-nav li.next:hover a {
	background-image: url(../images/custom/arrow_right_hover.png);
}

/* hot film tape */

.caroufredsel_wrapper p {
	padding: 10px;
}

.list_carousel.responsive {
	width: 100%;
}

/* acymailing */

table.acymailing_form {
	margin: 0;
}

.acysubbuttons {
	text-align: right;
}

.acysubbuttons .button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: #21b8d6;
	background-image: -moz-linear-gradient(top, #47d2ef, #21b8d6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47d2ef), to(#21b8d6));
	background-image: -webkit-linear-gradient(top, #47d2ef, #21b8d6);
	background-image: -o-linear-gradient(top, #47d2ef, #21b8d6);
	background-image: linear-gradient(to bottom, #47d2ef, #21b8d6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47d2ef', endColorstr='#21b8d6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow:none;
	color:#fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

.acysubbuttons .button:hover {
	background: #4a4a5c;
}

.acymailing_form p.onefield {
	float: left;
	line-height: 30px;
}

.acymailing_form p.fieldacyemail {
	float: none;
}

.acymailing_form label {
	display: inline;
	padding-left: 5px;
}

.acymailing_form input.checkbox {
	margin:0;
}

.acyfield_email input.inputbox {
	margin: 0;
	padding: 6px;
}

/* rapid contact module */

input.rapid_contact {
	width: 95%;
	margin-bottom: 10px;
	padding: 6px;
}

textarea.rapid_contact {
	border: none;
	padding: 6px;
	margin: 0 0 18px 0;
	font-size: 14px;
	width: 95%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

input.antispam {
	width: 40px;
	display: inline-block;
	margin-left: 15px;
}

input.rapid_contact.button {
	width: 130px !important;
	float: right;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background: #4a4a5c;
	border: 0;
	text-shadow: none;
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

span.Zebra_DatePicker_Icon_Wrapper {
	width: 100%;
}

input.datepicker {
	background: #fff;
}

/* pagination */

div.pagination {
	border-bottom: none;
	margin: 45px 0 15px;
	text-align: center;
}

div.pagination .pull-right {
	float: none;
}

div.pagination p.counter {
	margin-bottom: 15px;
}

.pagination li {
	padding: 0 !important;
	font-size: 100%;
}

ul.pagenav {
	width: 104px;
	margin: 45px auto 15px auto !important;
	display: block !important;
}

ul.pager.pagenav a {
	margin: 0;
}

ul.pagenav li {
	padding: 0 !important;
}

div.k2Pagination ul, div.pagination ul, ul.pagenav {
	display: inline-block;
	border:1px solid #dfdfdf;
	margin: 0 0 10px 0;
	padding: 0;
	box-shadow: 0px 0px 8px #ccc;
}

div.k2Pagination ul li, div.pagination ul li, ul.pagenav li {
	padding: 0;
	margin: 0 !important;
	display: inline-block;
	text-align: center;
}

div.k2Pagination ul li a,
div.k2Pagination ul li span,
div.pagination ul li a,
div.pagination ul li span,
ul.pagenav li a {
	padding: 15px 0;
	border-right: 1px solid #dfdfdf;
	width: 48px;
	display: block;
}

div.k2Pagination ul li a:hover,
div.pagination ul li a:hover,
ul.pagenav li.previous a:hover,
ul.pagenav li.next a:hover {
	background-color: #eee;
}

div.k2Pagination ul li span,
div.pagination ul li span {
	background: #48d3ef;
	color: #fff;
}

div.k2Pagination ul li.pagination-start span,
div.k2Pagination ul li.pagination-prev span,
div.k2Pagination ul li.pagination-next span,
div.k2Pagination ul li.pagination-end span,
div.pagination ul li.pagination-start span,
div.pagination ul li.pagination-prev span,
div.pagination ul li.pagination-next span,
div.pagination ul li.pagination-end span {
	display: none;
}

.k2Pagination li:last-child a,
.k2Pagination li:last-child span,
.pagination li:last-child a,
.pagination li:last-child span,
ul.pagenav li:last-child a {
	border-right: none;
}

li.pagination-start a {
	background: url(../images/custom/nav_arrow_left_end.png);
	text-indent: -9999px;
}

li.pagination-prev a,
ul.pagenav li.previous a {
	background: url(../images/custom/nav_arrow_left.png);
	text-indent: -9999px;
}

li.pagination-next a,
ul.pagenav li.next a {
	background: url(../images/custom/nav_arrow_right.png);
	text-indent: -9999px;
}

li.pagination-end a {
	background: url(../images/custom/nav_arrow_right_end.png);
	text-indent: -9999px;
}

/* K2 component styling */

.sparky_home .content_sparky .cell_pad .itemContainer {
	width: 300px !important;
	margin-right: 30px;
	background: #fff;
}

.sparky_home .content_sparky .cell_pad .itemContainerLast {
	margin-right: 0;
}

.sparky_home #k2Container {
	padding: 0;
}

.sparky_home #k2Container div.catItemView {
	padding: 0 0 5px 0;
	border: 1px solid #f6f6f7;
	border-bottom: 2px solid #f6f6f7;
}

.sparky_home #k2Container div.catItemView .catItemBody {
	padding: 0 15px;
}

#k2Container, .item-page, #k2Container.itemView {
	padding: 0 0 10px 0;
}

div.itemView {
	margin: 0;
	border: none;
}

div#k2Container.latestView h2, div#k2Container.latestView h2 a {
	padding: 25px 0 0 0;
	margin: 0;
}

div.latestItemsCategory h2 a {
	color: #ccc !important;
	font-weight: normal;
}

.sparky_inner div.itemListCategory h2 {
	padding-top: 0;
	margin-top: 0;
}

div.itemToolbar {
	background: none;
	border:none;
}

span.itemImage img, span.latestItemImage img, span.userItemImage img, span.tagItemImage img {
	border:none;
	padding: 0;
	max-width: 100%;
}

span.catItemImage img {
	border:none;
	padding: 0 0 15px 0;
}

div.catItemHeader h3.catItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h3.tagItemTitle {
	font-family: inherit;
	font-size: 21px;
	font-weight: 700;
	color:#151515;
	padding:2px 0;
	margin: 10px 0 0 0;
}

div.catItemHeader h3.catItemTitle a,
div.userItemHeader h3.userItemTitle a,
div.tagItemHeader h3.tagItemTitle a {
	font-weight: 700;
	color:#151515;
}

div.catItemHeader span.catItemDateCreated,
div.tagItemHeader span.tagItemDateCreated {
	font-size: inherit;
	color: inherit;
}

div.latestItemCategory a, div.latestItemTagsBlock ul.latestItemTags li a, div.catItemHeader span.catItemAuthor a, div.catItemCategory a, div.catItemTagsBlock a, div.userItemCategory a, div.userItemTagsBlock a, div.tagItemCategory a {
	font-size: 14px;
}

div.catItemHeader span.catItemAuthor {
	display: inline-block;
}

div.itemCategory, div.catItemCategory, div.catItemTagsBlock, div.userItemCategory, div.userItemTagsBlock, div.tagItemView {
	border:none;
	padding: 0;
}

div.userItemTagsBlock {
	float: left;
	background: url(../images/custom/icon_tag.png) no-repeat;
	padding: 0 0 0 30px;
}

span.catItemHits {
	padding: 0 5px 0 30px;
	background: url(../images/custom/icon_views.png) no-repeat;
	border-right: 1px solid #ccc;
	float: left;
	display: block;
}

span.catItemCommentsLink {
	padding: 0 10px 0 30px;
	background: url(../images/custom/icon_comment2.png) no-repeat;
	border-right: 1px solid #ccc;
	float: left;
	display: block;
}

div.catItemTagsBlock {
	background: url(../images/custom/icon_tag.png) no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 0 5px;
	float: left;
}

.sparky_inner div.catItemView {
	padding: 0 20px 0 0;
}

div.itemImageBlock {
	padding: 0;
	margin: 0;
}

div.userItemImageBlock, div.tagItemImageBlock {
	padding: 0 15px 0 0;
	margin: 0;
}

span.itemImage {
	margin:0;
}

.itemView span.itemImage, .itemView .itemFullText {
	margin:0 0 30px 0;
}

span.itemImageCredits {
	background: #e2e2e2;
	font-family: serif;
	font-size: 13px;
	padding: 5px;
	margin: -30px 0 15px 0;
}

div.itemIntroText {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	line-height: 22px;
}

.sparky_inner div.itemIntroText {
	font-weight: 700;
}

div.itemFullText {
	line-height: 22px;
}

div.itemToolbar ul li, div.itemToolbar ul li a {
	font-size: 14px;
}

div.itemContentFooter, div.tagItemCategory, div.itemTagsBlock {
	padding: 0;
	margin: 0;
	border: none;
}

div.itemNavigation {
	padding: 10px 0;
	margin: 0;
	border: none;
	border-top:1px solid #dfdfdf;
	background: none;
}

div.itemNavigation a.itemPrevious, div.itemNavigation a.itemNext {
	padding: 0;
}

div.navPrevious {
	width: 50%;
	float: left;
}

div.navNext {
	width: 50%;
	float: right;
	text-align: right;
}

div.itemAuthorBlock {
	background: none;
	border:none;
	padding:30px 0 0 0;
}

div.itemAuthorImage {
	width: 22%;
	float: left;
}

div.itemAuthorBlock img.itemAuthorAvatar {
	padding: 0;
	border: 5px solid #e5e5e5;
	border-radius: 50%;
	margin: 0;
}

div.itemAuthorDetails {
	width: 78%;
	float: left;
}

h3.itemAuthorName {
	padding: 0;
	margin: 0;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl, div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
	font-weight: normal;
	color: inherit;
	border-right: 0;
	padding:0;
	margin: 0;
	font-size: 12px;
	display: block;
}

div.itemAuthorLatest h3 {
	font-size: 16px;
}

div.itemAuthorLatest ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.itemBackToTop {
	text-align: center;
	padding-top: 10px;
}

.even, .odd {
	background: none;
	padding: 0;
	border: none;
}

div.itemSocialSharing {
	padding-left: 300px;
}

div.itemRatingBlock {
	width: 261px;
	float: right;
	padding: 0;
}

div.itemRatingBlock span {
	font-size: 14px;
	line-height: 25px;
}

.itemRatingList, .itemRatingList a:hover, .itemRatingList .itemCurrentRating {
	background-image:url(../images/custom/transparent_star.png) !important;
}

div.itemComments {
	background: none;
	border: none;
	padding: 0;
}

div.itemComments ul.itemCommentsList li {
	padding: 0;
	margin: 0;
	border: none;
}

div.itemComments ul.itemCommentsList li img {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
	background: #fff;
	border: none;
}

div.itemComments ul.itemCommentsList {
	font-size: 12px;
	line-height: 16px;
}

div.itemCommentsForm p.itemCommentsFormNotes {
	padding-top: 10px;
}

div.itemComments ul.itemCommentsList li img {
	border: 5px solid #e5e5e5;
	border-radius: 50%;
}

h3.itemCommentsCounter {
	background: url(../images/custom/icon_comment.png) no-repeat;
	padding-left: 35px;
}

div.itemCommentsForm h3 {
	background: url(../images/custom/icon_write.png) no-repeat;
	padding: 0 0 0 35px;
}

div.itemCommentsForm p.itemCommentsFormNotes {
	border:none;
	font-size: 12px;
}

span.commentLink a {
	display: inline-block;
	background: url(../images/custom/icon_link.png) no-repeat right;
	height: 18px;
	text-indent: -9999px;
}

div.itemCommentsForm form textarea.inputbox,
div.itemCommentsForm form input.inputbox {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	font-size: 16px;
	color: inherit;
	box-shadow: inset 1px 1px 1px rgba(50,50,50,0.20);
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl {
	font-size: 21px;
	color: #df3840;
	font-weight: 700;
	padding-bottom: 5px;
}

div.itemCommentsForm form input#submitCommentButton {
	display: inline-block;
	font-size: 21px;
	font-weight: 800;
	background: #df3840;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding:12px 50px;
	margin: 15px 0 0 0;
	box-shadow:0px 3px 0px #0c141e;
	cursor: pointer;
}

div.itemCommentsForm form input#submitCommentButton:hover {
	box-shadow:0px 1px 0px #0c141e;
	background: #0c141e;
}

div.itemLinks {
	padding: 0;
	margin: 0;
}

div.latestItemCategory {
	border: none;
	padding: 0;
}

div.latestItemsCategory, div.itemListCategory, div.userBlock {
	background: none;
	border: none;
	margin: 0 10px 0 0;
	padding: 0;
}

div.catItemImageBlock {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.groupLeading, #itemListSecondary .itemContainer {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
}

.groupSecondary div.catItemImageBlock {
	float: left;
	padding: 0 20px 0 0;
}

.groupSecondary div.catItemHeaderWrap {
	width: 380px;
	float: left;
}

div.userItemBody, div.tagItemView {
	width: 340px;
	float: left;
	padding: 0;
	margin: 0;
}

div.tagItemBody, div.tagItemIntroText {
	padding: 0;
	margin: 0;
}

div.userBlock {
	background: #082442;
	padding: 15px;
	margin: 0;
	color: #ccc;
}

div.userBlock span.userURL,
div.userBlock span.userEmail {
	color: #ccc;
	font-weight: 400;
}

div.userBlock span.userURL a,
div.userBlock span.userEmail a {
	color: #fff;
}

div.userBlock h2 {
	color:#fff;
}

div.latestItemsCategory {
	border-bottom: 1px solid #ccc;
}

div.latestItemTagsBlock {
	border: none;
	padding: 0;
}

.latestItemBody p.intro_headline, .catItemBody p.intro_headline, .userItemIntroText p.intro_headline, .tagItemIntroText p.intro_headline {
	display: none;
}

.sparky_inner div.catItemHeader {
	padding: 0 0 15px 0;
}

div.catItemBody {
	padding: 0;
}

div.catItemIntroText {
	padding: 0;
	margin: 0 0 15px 0;
}

div.k2FeedIcon a, div.k2FeedIcon a:hover {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: url(../images/custom/icon_rss.png) no-repeat;
}

span.catItemImage {
	padding: 0;
	text-align: left;
	margin:0;
}

div.catItemReadMore, div.userItemReadMore {
	display: block;
	padding: 0 0 15px 0;
}

div.tagItemReadMore {
	display: block;
	padding: 0;
}

div.userItemCommentsLink {
	background: url(../images/custom/icon_comment2.png) no-repeat;
	padding: 0 5px 0 30px;
	float: left;
}

div.userItemView, div.tagItemWrap {
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}

.userBlock h2 {
	padding: 0;
	margin: 0;
}

ul.pagenav {
	clear: both;
	margin: 30px 0 0 0;
	text-align: center;
}

a.k2ReadMore, p.readmore {
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #21b8d6;
	background-image: -moz-linear-gradient(top, #47d2ef, #21b8d6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47d2ef), to(#21b8d6));
	background-image: -webkit-linear-gradient(top, #47d2ef, #21b8d6);
	background-image: -o-linear-gradient(top, #47d2ef, #21b8d6);
	background-image: linear-gradient(to bottom, #47d2ef, #21b8d6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47d2ef', endColorstr='#21b8d6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding: 7px 15px;
}

a.k2ReadMore:hover, p.readmore:hover {
	background: #4a4a5c;
}

p.readmore {
	width: 108px;
	text-align: center;
}

p.readmore .btn {
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #333333;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	background: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

p.readmore .btn span.icon-chevron-right {
	display: none;
}

div.userBlock img {
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	border: 5px solid #333;
	border-radius: 50%;
}

div.itemHeader span.itemDateCreated,
div.userItemHeader span.userItemDateCreated {
	color: inherit;
	font-size: inherit;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding-right: 5px;
}

div.userItemHeader span.userItemDateCreated {
	border-right: none;
}

div.itemHeader span.itemAuthor {
	display: inline-block;
	padding-left: 5px;
}

div.itemHeader {
	width: 50%;
	float: left;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 6px 0;
}

div.itemToolbar {
	padding: 6px 0;
	margin: 0;
	border: none;
	width: 50%;
	float: right;
	text-align: right;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

a.itemPrintLink, a.itemEmailLink {
	display: inline-block;
	width: 24px;
	height: 18px;
	background: url(../images/custom/icon_print.png) no-repeat;
	text-indent: -9999px;
}

a.itemEmailLink {
	background: url(../images/custom/icon_email.png) no-repeat;
}

div.itemIsFeatured, div.catItemIsFeatured {
	background: none;
}

h2.itemTitle span {
	display: block;
	float: right;
}

h2.itemTitle sup {
	background: url(../images/custom/icon_comment.png) no-repeat right;
}

h2.itemTitle sup a {
	padding: 0 30px;
	margin: 0;
	font-size: 24px;
	line-height: 30px;
	background: none;
}

div.isFeatured {
	padding-top: 10px;
}

span.itemFeatured {
	display: inline-block;
	background: #df3840;
	color: #fff;
	padding: 3px 5px;
	font-weight: 700;
	border-radius: 3px;
	margin-right: 5px;
}

div.itemContentFooter {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0;
}

span.itemHits {
	background: url(../images/custom/icon_views.png) no-repeat;
	padding-left: 30px;
}

div.itemTagsBlock {
	background: url(../images/custom/icon_tag.png) no-repeat;
	width: 50%;
	float: left;
}

div.itemTagsBlock ul.itemTags {
	padding-left: 30px;
}

ul.itemTags li a, ul.catItemTags li a, ul.userItemTags li a {
	background: #ddd;
	color: #666;
	font-weight: 400;
	padding: 3px 8px;
	font-size: 12px;
	border-radius: 2px;
}

ul.itemTags li a:hover, ul.catItemTags li a:hover, ul.userItemTags li a:hover {
	background: #48d3ef;
	color: #fff;
}

div.itemRelated {
	background: url(../images/custom/citation_bg.png);
	padding: 25px 0;
	margin-top: 50px;
}

div.itemRelated h3 {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
	color: #151515;
	font-size: 21px;
}

div.itemRelated ul {
	padding: 0;
	margin: 0;
}

div.itemRelated li {
	padding: 0;
	margin: 0 0 0 30px;
}

div.itemRelated img {
	max-width: 100%;
	margin-bottom: 15px;
}

div.itemRelCat {
	font-size: 12px;
}

/* K2 module styling */

.k2ItemsBlock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.k2ItemsBlock li {
	margin: 0;
	padding: 0 0 10px 0;
}

/* tags */

ul.tags {
	margin: 10px 0;
	padding: 0;
}

ul.tags li {
	display: inline-block;
	list-style: none;
	margin: 0 2px !important;
	padding: 0;
}

ul.tags a.label {
	display: inline-block;
	padding: 5px;
	background: #ccc;
	border-radius: 3px;
	color: #000 !important;
	font-weight: normal;
	background-color: #ccc;
}

ul.tags a.label:hover {
	background-color: #bbb;
}

/* responsive behaviour */

@media (max-width: 979px) {

	img {
		max-width: 100%;
	}

	.bottomrow div.follow {
		width: 100%;
	}

	.facebook_icon, .twitter_icon, .google_icon, .linkedin_icon {
		margin: 0 14px 5px 0;
	}

	.sparky_home .content_sparky .cell_pad .itemContainer {
		width: 100% !important;
	}

	.sparky_home div.catItemImageBlock {
		float: left;
		margin-right: 15px;
	}

	.sparky_home div.catItemReadMore {
		text-align: right;
		margin-top: -40px;
	}

	.sparky_home div.catItemIntroText p {
		margin: 15px 0;
	}

	.sparky_home .content_sparky .cell_pad .itemContainer {
		margin-right: 0;
	}

	.sparky_home #k2Container div.catItemView {
		padding: 0 0 5px 0;
	}

	.advertrow .mp_advert1 .cell_pad,
	.advertrow .mp_advert2 .cell_pad,
	.advertrow .mp_advert3 .cell_pad,
	.bottomrow .mp_bottom1 .cell_pad,
	.bottomrow .mp_bottom2 .cell_pad,
	.bottomrow .mp_bottom3 .cell_pad,
	.mp_user1 .cell_pad,
	.mp_user2 .cell_pad {
		margin: 0;
	}

	.advertrow .mp_advert2,
	.bottomrow .mp_bottom2 {
		margin: 0 20px;
	}

	.mp_user2 .cell_pad {
		margin: 0 0 0 20px;
	}

	.mp_user2 {
		width: 496px;
	}

	.hero-carousel article {
		width: 724px;
		height: 302px;
	}

	.hero-carousel article .contents h2 {
		font-size: 32px;
	}

	.hero-carousel article .contents {
		font-size: 16px;
	}

	.hero-carousel-nav li.prev {
		left: 140px;
	}

	.hero-carousel-nav li {
		right: 140px;
		bottom: 130px;
	}

	.belowcontent iframe {
		width: 724px !important;
	}

}

@media (max-width: 767px) {

	.sparky_wrapper {
		margin: 0 10px;
	}

	.mp_logo, .mp_topmenu, .mp_top1, .mp_top2 {
		width: 50%;
	}

	.advertrow .mp_advert1 .cell_pad,
	.advertrow .mp_advert2 .cell_pad,
	.advertrow .mp_advert3 .cell_pad {
		margin: 5px 0;
	}

	.advertrow .mp_advert2,
	.bottomrow .mp_bottom2,
	.mp_user2 .cell_pad {
		margin: 0;
	}

	.mp_user2 {
		width: 100%;
	}

	.bottomrow div.follow {
		width: 50%;
	}

	.hero-carousel article .contents {
		left: 35%;
		width: 40%;
		font-size: 13px;
	}

	.hero-carousel-nav li.prev {
		left: 46%;
	}

	.hero-carousel-nav li {
		right: 46%;
		bottom: 0px;
	}

}

@media (max-width: 500px) {

	.mp_top1 {
		width: 40%;
	}

	.mp_top2 {
		width: 60%;
	}

	.sparky_home span.catItemImage img {
		width: 200px !important;
	}

	.clinic_graphic {
		margin-left: 0;
		width: 100%;
	}

	.telephone {
		font-size: 18px;
		height: 30px;
	}

	input#mod-search-searchword {
		width: 100px;
	}

	.hero-carousel article .contents {
		width: 200px;
		top:50px;
	}

	.sparky_home div.catItemImageBlock {
		float: none;
		margin-right: 0;
	}

	.sparky_home span.catItemImage img {
		width: 100% !important;
	}

	.sparky_home div.catItemReadMore {
		margin-top: 0;
	}

	ul.mnu_footermenu {
		text-align: center;
	}

	.mnu_footermenu &gt; li {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mp_copyright {
		text-align: left;
	}

	.img-intro-right,
	.img-intro-left,
	.img-fulltext-right, .pull-right,
	.img-fulltext-left, .pull-left {
		float: none;
		margin: 0 0 15px 0;
	}

}
/****************************/
.mnu_mainmenu &gt; li:first-child {
    border-left: none !important;
}
.nav-pills&gt;li {
    float: none !important;
}
.mnu_mainmenu &gt; li {
    float: left;
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    background: #dddddd;
}
.nav-pills&gt;li&gt;a {
    border-radius: 0px;
}
.mnu_mainmenu &gt; li &gt; a {
    text-transform: none;
}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover {
    color: #fff;
    background-color: #4a4a5c !important;
}
.mnu_mainmenu &gt; li &gt; a, .mnu_mainmenu &gt; li &gt; span {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #666666;
    font-size: 11.5px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    height: 34px !important;
    cursor: pointer;
}
.mnu_mainmenu ul {
    width: 160px;
    left: -1px;
    border: none !important;
    padding: 0px !important;
}
.mnu_mainmenu &gt; li &gt; a, .mnu_mainmenu &gt; li &gt; span {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #4a4a5c !important;
    font-size: 11.5px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    height: 30px;
    cursor: pointer;
}
.creativecontactform_header{
  display: none !important;
}</pre></body></html>