/*------------------------------------------------------------------------
# "Hot App" - Commercial Joomla Template
# 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;
}

/* read more button */

p.readmore a {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	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='#ffffff', endColorstr='#e6e6e6', 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);
}

p.readmore a:hover, p.readmore a:focus {
	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;
}

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

/* abovecontent and belowcontent modules */

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

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

p.copyright {
	text-align: center;
}

/* tinynav */

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

/******* hot app template 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);
    }
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity:0;-webkit-transform:translateX(20px)
	}

	100% {
		opacity:1;-webkit-transform:translateX(0)
	}
}

@-moz-keyframes fadeInRight{
	0% {
		opacity:0;-moz-transform:translateX(20px)
	}

	100% {
		opacity:1;-moz-transform:translateX(0)
	}
}

@-ms-keyframes fadeInRight{
	0% {
		opacity:0;-ms-transform:translateX(20px)
	}

	100% {
		opacity:1;-ms-transform:translateX(0)
	}
}

@-o-keyframes fadeInRight{
	0% {
		opacity:0;-o-transform:translateX(20px)
	}

	100% {
		opacity:1;-o-transform:translateX(0)
	}
}

@keyframes fadeInRight{
	0% {
		opacity:0;transform:translateX(20px)
	}

	100% {
		opacity:1;transform:translateX(0)
	}
}

.content_sparky img {
	opacity: 0;
}

.content_sparky p, .content_sparky li {
	line-height: 21px;
}

fieldset {
	border: none;
}

dl.article-info {
	padding: 0;
}

.article-info dd {
	margin-left: 0;
}

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

.fadeOutRight {
	opacity: 0;
}

.fadeInRight {
	-webkit-animation-name:fadeInRight;
	-moz-animation-name:fadeInRight;
	-o-animation-name:fadeInRight;
	animation-name:fadeInRight;
	-webkit-animation-delay:.5s;
	-moz-animation-delay:5s;
	-o-animation-delay:5s;
	animation-delay:5s;
	-webkit-animation-duration:1s;
	-webkit-animation-fill-mode:both;
	-moz-animation-duration:1s;
	-moz-animation-fill-mode:both;
	-o-animation-duration:1s;
	-o-animation-fill-mode:both;
	animation-duration:1s;
	animation-fill-mode:both
}

strong {
	color: #2c3e50;
}

.sparky_inner .content_sparky .cell_pad {
	margin: 0px 50px;
}

.sparky_inner h2 {
	text-transform: uppercase;
}

.sparky_inner .item-page p.first_paragraph {
	font-size: 18px;
}

.cols-3 div.item {
	margin: 0 3% 0 0;
}

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

.pull-left.item-image, .pull-right.item-image {
	width: 60px;
	height: 150px;
	margin-top: 5px;
}

.content_row {
	padding-top: 70px;
	padding-bottom: 50px;
	border-top: 1px solid #dde5de;
}

.logo_row {
	padding: 40px 0;
}

.sparky_logo {
	background: url(../images/custom/logo1.png) no-repeat;
	padding-left: 40px;
}

.logo_row.fix_menu {
	position: fixed;
	top: 0;
	z-index: 89;
	width: 100%;
	background: #eee !important;
	border-bottom: 1px solid #dde5de;
	padding: 15px 0;
}

.logo_row.fix_menu  .mp_top1 {
	padding-top: 10px;
}

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

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

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

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

.navv > li > a, .navv > li > span {
	text-transform: uppercase;
}

.mnu_mainmenu ul {
	border-radius: 5px;
}

.mnu_mainmenu > li.parent {
	padding-right: 0;
	margin-right: 10px;
}

.mnu_mainmenu li ul a:hover {
	font-weight: bold;
}

.acc li a, p.readmore a {
	font-weight: normal;
}

p.readmore .icon-chevron-right, p.readmore .icon-chevron-left {
	display: none;
}

.mp_top1 button {
	background: #1abc9c;
	border:none;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	border-radius: 5px;
	cursor: pointer;
	transition: .4s;
}

.mp_top1 button:hover {
	background: #34495E;
	transition: .4s;
}

.rotator_row {
	background: url(../images/custom/bg1.jpg) top center no-repeat fixed;
	border-top: 1px solid #dde5de;
}

.rotator_row a {
	color: inherit !important;
	font-weight: bold;
	text-decoration: underline !important;
}

.rotator_row h3, .rotator_row p {
	color:#fff;
	text-align: center;
}

.rotator_row p {
	line-height: 22px;
}

.rotator_row h3 {
	text-transform: uppercase;
	font-size: 36px;
	margin-top: 50px;
}

.rotator_row p {
	max-width: 575px;
	margin: 30px auto;
}

#hot_film_tape_pager {
	display: block;
}

.pager a {
	margin: 0 5px;
	padding: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.pager a.selected {
	background: #1abc9c;
}

.pager a span {
	display: none;
}

.mp_header1 button {
	background: #fff;
	border:none;
	font-size: 28px;
	color: #34495e;
	font-weight: bold;
	margin: 0;
	padding: 15px 30px;
	border-radius: 10px;
	cursor: pointer;
	text-transform: uppercase;
	transition: .4s;
}

.mp_header1 button:hover {
	background: #dde5de;
	transition: .4s;
}

.sparky_inner .mp_header1 p {
	width: 50%;
}

.mp_header2 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 25px;
}

.mp_header2 .cell_pad {
	max-width: 450px;
	margin: 0 auto;
}

.mp_header2 button {
	background: #e66c17;
	border:none;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 15px 30px;
	border-radius: 10px;
	cursor: pointer;
	text-transform: uppercase;
	transition: .4s;
}

.mp_header2 button:hover {
	background: #34495E;
	transition: .4s;
}

.mp_header2 p {
	margin: 30px 0;
	line-height: 22px;
}

.video_row {
	background: url(../images/custom/bg1_bottom.png) bottom center repeat fixed;
	padding: 50px 0 70px;
}

.video_row h3, .video_row p {
	text-align: center;
	color: #fff;
}

.video_row h3 {
	text-transform: uppercase;
}

.video_container {
	text-align: center;
	padding-top: 25px;
}

.video_container iframe {
	border: none;
}

.friends_row {
	text-align: center;
	margin: 50px 0;
}

.friends_row h3 {
	text-align: center;
	text-transform: uppercase;
}

.friends_row img {
	padding: 0 8px;
}

.mp_bottom2 p {
	margin: 30px auto;
	max-width: 450px;
	line-height: 22px;
}

.user_row {
	background: #181818;
	padding: 40px 0 60px;
}

.user_row h3 {
	font-size: 14px;
	color:#7f8c8d;
}

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

.user_row li {
	margin: 2px 0;
	padding: 0;
	list-style: none;
}

.user_row a {
	color:#7f8c8d;
	font-size: 12px;
}

.user_row a:hover {
	color:#95a5a6;
	font-weight: bold;
}

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

.social_row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.social_row li {
	display: inline-block;
	line-height: 17px;
	padding: 0;
	margin: 0 12px;
	text-indent: -9999px;
}

.social_row li a {
	display: block;
	width: 35px;
	height: 38px;
}

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

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

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

.social_row li.linkedin a {
	background: url(../images/custom/icon_linkedin.png) no-repeat;
}

.social_row li.pinterest a {
	background: url(../images/custom/icon_pinterest.png) no-repeat;
}

.social_row li a:hover {
	background-position: 0 1px;
}

.foo.js {
	margin-bottom: 50px;
}

.full_width .container, .full_width .row, .full_width .mp_header3 {
	width: 100%;
}

.full_width .mp_header3 .cell_pad {
	margin: 0;
	padding: 0;
}

p.copyright {
	padding-bottom: 50px;
}

/* responsive behaviour */

@media (max-width: 980px) {

	.mp_top1 button {
		font-size: 14px;
	}

	p.readmore {
		text-align: right;
	}

	img {
		max-width: 100%;
	}

}

@media (max-width: 768px) {

	.logo_row .cell {
		width: 33.33%;
	}

	.list_carousel li img {
		max-height: 230px;
	}

	.img-intro-left, .img-intro-right {
		height: auto;
	}

	.user_row .cell {
		width: 25%;
	}

}

@media (max-width: 680px) {

	.mp_left, .mp_right {
		display: none;
	}

	iframe {
		max-width: 100%;
	}

	.logo_row .mp_logo {
		width: 50%;
	}

	.logo_row .mp_topmenu {
		width: 20%;
		text-align: center;
	}

	.logo_row .mp_top1 {
		width: 30%;
	}

	.rotator_row h3 {
		font-size: 24px;
	}

	.mp_header2 .cell_pad {
		max-width: 95%;
	}

	.items-row div.item {
		width: 100%;
	}

	p.readmore {
		text-align: center;
	}

	.user_row .cell {
		width: 100%;
		text-align: center;
	}

	.user_row h3 {
		text-align: center;
	}

	.social_row li {
		margin: 0 5px;
	}

	.sparky_inner .mp_header1 p {
		width: 95%;
	}

}
