/*------------------------------------------------------------------------
# "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: 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;
}

/* 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;
	line-height: 32px;
}

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 {
}

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

/* 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 BOKEH SPECIFICS *******/

/* animation */

@-webkit-keyframes topmenushow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px);  -moz-transform: translateY(-50px); 
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0); -moz-transform: translateY(0);
    }
}

@-moz-keyframes topmenushow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px);  -moz-transform: translateY(-50px); 
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0); -moz-transform: translateY(0);
    }
}

@-o-keyframes topmenushow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px);  -moz-transform: translateY(-50px); 
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0); -moz-transform: translateY(0);
    }
}
@keyframes topmenushow {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px);  -moz-transform: translateY(-50px); 
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateY(0); -moz-transform: translateY(0);
    }
}

.center {
	text-align: center;
}

img {
	max-width: 100%;
}

.sparky_home h1, h2, h3, h4 {
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	color: #444;
}

.sparky_home h1 {
	font-size: 48px;
	font-weight: normal;
}

.sparky_inner h1 {
	padding-bottom: 0;
}

.sparky_home h2, .sparky_home h2 a, .items-row h2, .items-row h2 a, .category-module h2, .category-module h2 a {
	font-size: 28px;
}

.sparky_home h2 {
	padding-bottom: 5px;
}

.sparky_inner .item-page h1, .sparky_inner .item-page h2 {
	text-align: center;
}

.items-row {
	padding-bottom: 30px;
}

.item-page h2, .item-page.fixed h2 {
	margin-bottom: 30px;
}

h1 span {
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	text-transform: none;
	display: block;
	color:#f96666;
	font-size: 32px;
}

.toprow {
	width: 100%;
	z-index: 10;
}

.sparky_home .toprow {
	position: absolute;
}

.sparky_inner .toprow {
	background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
	background-size: cover;
}

.toprow.fix_menu {
	position: fixed;
	top: 0;
	z-index: 89;
	width: 100%;
	background: rgba(255,255,255,.8) !important;
	box-shadow: 0 0 7px #333;
}

.topmenushow {
	-webkit-animation-name: topmenushow;
	-moz-animation-name: topmenushow;
	-o-animation-name: topmenushow;
	animation-name: topmenushow;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}

.toprow.fix_menu .mp_logo img {
	width: auto;
	height: 50px;
	content: url(../images/logo_small.png);
}

.toprow.fix_menu .mp_topmenu {
	padding-top: 0;
}

.toprow.fix_menu .mp_logo .cell_pad, .toprow.fix_menu .mp_topmenu .cell_pad {
	padding: 10px 5%;
}

.toprow.fix_menu .mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
	text-shadow:none;
	color: #333 !important;
}

.toprow.fix_menu .mnu_mainmenu > li.active > a, .toprow.fix_menu .mnu_mainmenu > li.active > span {
	text-shadow:none;
	color: #333 !important;
	font-weight: 700;
}

ul.navv {
	text-transform: uppercase;
}

.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
	text-shadow: 0 0 3px #000;
}

.mp_topmenu {
	padding-top: 20px;
}

.mp_logo .cell_pad, .mp_topmenu .cell_pad {
	padding: 20px 5%;
}

.content_sparky .cell_pad {
	padding: 50px 4%;
}

p {
	line-height: 32px;
}

.cols-3 div.span4 {
	width: 30%;
	margin: 0 3% 0 0;
}

.userrow {
	background: #f4fbf8;
	border-top: 1px solid #e3ece8;
	border-bottom: 1px solid #e3ece8;
}

.mp_user2 {
	border-left: 1px solid #e3ece8;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.mp_user1 .cell_pad, .mp_user2 .cell_pad {
	padding: 20px 6%;
}

.mp_user3 .cell_pad {
	padding: 50px 4%;
}

.mp_user3 h3 {
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	text-transform: none;
	display: block;
	color:#f96666;
	font-size: 32px;
	padding: 0 0 0 180px;
	margin: 0;
}

.mp_user4 small {
	display: none;
}

.mp_user5 {
	text-align: center;
}

.mp_user5 img {
	padding: 30px; 
}

/* full carousel */

.hero {
	box-shadow: 0 0 7px #333;
}

.hero-carousel h2 {
	color: #fff;
	background: #333;
	padding: 0 20px;
	display: inline-block;
}

.hero-carousel p {
	background: rgba(51,51,51,.75);
	padding: 10px 20px;
	margin: 5px 0;
	display: inline-block;
	font-family: 'Dancing Script', cursive;
	text-transform: lowercase;
	line-height: 1;
}

.hero-carousel-nav li {
	text-indent: -9999px;
}

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

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

.hero-carousel-nav li a:hover, .hero-carousel-nav li.next a:hover {
	background-color:none;
}

/* film tape */

#hot_film_tape p {
	padding: 10px;
}

/* joomla carousel */

.moduletable_joomla_carousel {
	width: 740px;
	margin: 30px auto;
}

/* joomla gallery */

#hot-joomla-gallery-wrapper > div {
	margin: 0 auto;
}

/* articles category */

.mod-articles-category-writtenby, .mod-articles-category-date {
	text-transform: uppercase;
	color:#f96666;
	line-height: 32px;
}

.category-module img {
	float: left;
	border-radius: 50%;
	margin: 0 30px 50px 0;
}

/* social */

.rowsocial {
	background: #222;
}

/* footer */

.rowfooter {
	background: #333;
	color: #999;
	font-size: 14px;
}

.rowfooter .container {
	margin: 0 2%;
	width: 96%;
}

.rowfooter h3 {
	color: #eee;
	font-size: 20px;
	font-weight: 400;
}

.rowfooter a {
	text-transform: uppercase;
}

.rowfooter .cell_pad {
	padding: 20px 15%;
}

.rowc {
	background: #333;
	color: #666;
	font-size: 14px;
	text-align: center;
}

.rowc a {
	color:#666;
	font-weight: 300;
}

.rowc .cell_pad {
	margin:20px 4%;
	padding: 20px 0;
	border-top: 1px solid #444;
}

.mp_copyright {
	width: 100%;
}

.dl-horizontal dd {
	margin-bottom: 10px;
}

/* read more buttons */

p.readmore a, p.mod-articles-category-readmore a, ul.pagenav a {
	display: inline-block;
	padding: 10px 15px;
	line-height: 1;
	color: #ffffff !important;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f96666;
	background-image: none;
	box-shadow: 0 -2px 1px #9f2f19 inset,0 2px 1px rgba(0,0,0,0.05);
	text-shadow:none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
}

p.readmore a.btn:hover, p.mod-articles-category-readmore a:hover, ul.pagenav a:hover {
	color: #ffffff !important;
	-webkit-box-shadow: 0 2px 1px #9f2f19 inset;
	-moz-box-shadow: 0 2px 1px #9f2f19 inset;
	box-shadow: 0 2px 1px #9f2f19 inset;
	background-position: inherit;
	background-color: #f96666;
}

p.readmore span {
	display: none;
}

.content_sparky ul.pagenav {
	margin: 0 !important;
	padding: 40px 0 !important;
	clear: both;
}


/* intro images */

.pull-right.item-image img, .pull-left.item-image img {
	border-radius: 50%;
}

/* unordered lists */

.custom ul, .item ul {
	margin: 0;
	padding: 0;
}

.custom li, .item li {
	list-style: none;
	line-height: 32px;
	background: url(../images/custom/arrow_right.png) no-repeat left;
	padding: 0 0 0 30px;
	margin: 0;
}

/* top menu */

.mnu_mainmenu ul {
	background: rgba(51,51,51,.8)
}

/* newsletter */

.acysubbuttons {
	text-align: inherit;
}

/* maps */

.mp_user4 iframe {
	overflow: hidden;
	border: none;
	margin: 0;
}

/* pages with fixed width */

.item-page.fixed, .contact.fixed {
	max-width: 960px;
	margin: 0 auto;
}

.twocols {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
}

@media (max-width: 1300px) {
	.multicols {
		-moz-column-count:1;
		-webkit-column-count:1;
		column-count:1;
	}
}

.content_sparky ul {
	margin: 0 !important;
	padding: 0 !important;
}

.content_sparky li {
	list-style: none;
	background: url(../images/custom/arrow_right.png) no-repeat top left;
	padding: 0 0 15px 30px !important;
	margin: 0 !important;
}

.content_sparky .pagination li {
	background: none;
}

.pager .previous a, .pager .next a {
	float: none;
}

ul.pager.pagenav li {
	background: none;
	margin: 0 5px !important;
	padding: 0 !important;
}

/* responsive behaviour */

@media (max-width: 1024px) {

	.hero-carousel article .contents {
		width: 50%;
	}

}

@media (max-width: 979px) {

	.hero-carousel article .contents {
		width: 50%;
	}

	.mp_empty0 {
		display: none;
	}

	.mp_bottom1, .mp_bottom2, .mp_bottom3, .mp_bottom4 {
		width: 25%;
	}

	.carouselrow .container, .carouselrow .span12 {
		width: 100% !important;
	}

	.pull-right.item-image, .pull-left.item-image {
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}

	.pull-right.item-image img, .pull-left.item-image img {
		width: 90%;
		margin: 0 auto;
		display: block;
	}

	.twocols {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.fix_menu select.tinynav {
		margin-top: 10px;
	}

}

@media (max-width: 768px) {

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

}

@media (max-width: 700px) {

	.mp_bottom1, .mp_bottom2, .mp_bottom3, .mp_bottom4 {
		width: 100%;
	}

}

@media (max-width: 480px) {

	.mp_user3 h3 {
		padding: 0 0 15px 0;
		text-align: center;
	}

	.category-module img {
		float: none;
		margin: 0 10% 50px 10%;
		width: 80%;
	}

	.hero-carousel article .contents {
		width: 80%;
	}

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

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

	.cols-2 div.span6, .cols-3 div.span4 {
		width: 100%;
	}

	.sparky_home h2, .sparky_home h2 a, .items-row h2, .items-row h2 a, .category-module h2, .category-module h2 a {
		margin-top: 15px;
	}

	.mp_user5 img {
		padding: 30px 15px;
	}

}