/*------------------------------------------------------------------------
# "Hot Kindergarten" - Joomla Template
# 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
-------------------------------------------------------------------------*/

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

/* kindergarten specifics */

.headerrow {
	width: 100%;
	background: #9ad4f3 url(../images/custom/cloud.png) repeat-x;
}

.sparky_home .headerrow {
	background: #9ad4f3 url(../images/custom/cloud_up.png) repeat-x;
}

.headerrow div.header {
	min-height: 300px;
}

.headerrow div.header h1 {
	display: inline-block;
	font-size: 52px;
}

.sparky_home .headerrow div.header h1 {
	font-size: 40px;
}

.sparky_inner .headerrow div.header h1 {
	line-height: 190px;
	color: #fff;
}

.sparky_home .headerrow div.header h1 {
	line-height: 52px;
	margin: 0;
	padding: 0;
}

.intro_text {
	background: url(../images/custom/kindergarten.png) no-repeat;
	margin-top: 60px;
	height: 582px;
	padding: 180px 150px 10px 400px;
}

.img-intro-left {
	margin-right: 60px;
}

.img-intro-right {
	margin-left: 60px;
}

ul.nav {
	text-align: right;
	width: 748px;
}

ul.nav > li {
	display: inline-block;
	float: none;
}

.footerimage {
	min-height: 312px;
	background: url(../images/custom/hills.png) repeat-x center;
	color:#fff;
	padding-top: 30px;
}

.footerimage h3 {
	color: #fff;
}

div.testimonial {
	width: 23%;
	margin: 0 1%;
	float: left;
	font-size: 12px;
}

.testimonial_name {
	font-family: serif;
	font-style: italic;
	font-size: 20px;
	text-align: right;
}

.testimonial_name span {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.bottomrow .container {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}

.sparky_home .headerrow .container {
	width: 100%;
	background: url(../images/custom/hills.png) no-repeat center bottom;
}

.sparky_home .headerrow .container .row {
	width: 1152px;
	margin: 0 auto;
}

.mp_bottom1 {
	font-size: 20px;
	padding-top: 25px;
}

.mp_bottom1 span {
	font-weight: bold;
	color: #e85c73;
}

.mp_bottom2 {
	text-align: right;
	font-size: 20px;
	line-height: 38px;
}

.mp_bottom2 img {
	margin: 20px 2px 0 2px;
	transition: top .3s;
	-webkit-transition: top .3s;
}

.mp_bottom2 img:hover {
	position: relative;
	top: -5px;
}

.mp_copyright {
	font-size: 12px;
	margin-bottom: 50px;
}

.mp_logo {
	background: url(../images/custom/logo_bee.png) no-repeat;
	background-position: 235px 15px;
	-webkit-transform-origin:50% 100%;
}

.mp_logo:hover {
	-webkit-animation-name: logobee;
	-webkit-animation-duration: .7s;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	position: relative;
}

p.readmore, ul.pagenav li.pagenav-next, ul.pagenav li.pagenav-prev, ul.pagenav li.next, ul.pagenav li.previous {
	background: #e85c73;
	display: inline-block;
	padding: 15px !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 7px 0px #c23e53;
	-moz-box-shadow: 0px 7px 0px #c23e53;
	box-shadow: 0px 7px 0px #c23e53;
	
}

p.readmore a, li.pagenav-next a, li.pagenav-prev a, li.next a, li.previous a {
	color: #fff;
	font-weight: normal;
}

p.readmore:hover, ul.pagenav li.pagenav-next:hover, ul.pagenav li.pagenav-prev:hover, ul.pagenav li.next:hover, ul.pagenav li.previous:hover {
	-webkit-box-shadow: 0px 4px 0px #c23e53;
	-moz-box-shadow: 0px 4px 0px #c23e53;
	box-shadow: 0px 4px 0px #c23e53;
	position: relative;
	top: 3px;
}

ul.pagenav li {
	margin: 30px 7px !important;
}

div.blog-featured div.items-row {
	padding-bottom: 45px;
}

.mnu_mainmenu ul {
	border-radius: 15px;
	display: none;
}

/* right column */

.mp_right .cell_pad {
	margin-left: 45px;
}

.mp_right .moduletable {
	border: 1px solid #ccc;
	padding: 15px;
	-webkit-border-radius: 10px;
	margin-bottom: 30px;
	font-size: 13px;
}

.mp_right .moduletable h3 {
	margin: 15px 0;
	padding: 0;
}

ul.acc a {
	font-weight: normal;
}

/* carousel */

.carouselrow {
	background: #9ad4f3 url(../images/custom/cloud_down.png) bottom repeat-x;
}

.carouselrow div.container {
	margin-top: 30px;
	margin-bottom: 30px;
}

.carouselrow div.container .cell_pad {
	margin: 0;
	padding: 0;
}

/* animations */

#bee1 {
	position: absolute;
	z-index: 150;
	background: url("../images/custom/bee1.png") no-repeat;
	width: 20px;
	height: 28px;
	left: 25%;
	top: 435px;
	-webkit-animation-name: bee1;
	-ms-animation-name: bee1;
	-moz-animation-name: bee1;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
	-webkit-animation-direction: alternate;
	-ms-animation-direction: alternate;
	-moz-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
}

#bee2 {
	position: absolute;
	z-index: 150;
	background: url("../images/custom/bee2.png") no-repeat;
	width: 24px;
	height: 26px;
	right: 25%;
	top: 435px;
	-webkit-animation-name: bee2;
	-ms-animation-name: bee2;
	-moz-animation-name: bee2;
	-webkit-animation-duration: 8s;
	-ms-animation-duration: 8s;
	-moz-animation-duration: 8s;
	-webkit-animation-direction: alternate;
	-ms-animation-direction: alternate;
	-moz-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
}

#balloon1 {
	background: url("../images/custom/balloon1.png") no-repeat;
	width: 82px;
	height: 244px;
	position: absolute;
	top: 550px;
	left:50%;
	-webkit-animation-name: balloon1;
	-ms-animation-name: balloon1; 
	-moz-animation-name: balloon1; 
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s; 
    -moz-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -moz-transform-origin:50% 100%;
}

#balloon2 {
	background: url("../images/custom/balloon2.png") no-repeat;
	width: 129px;
	height: 228px;
	position: absolute;
	top: 200px;
	left:40%;
	-webkit-animation-name: balloon2;
	-ms-animation-name: balloon2; 
	-moz-animation-name: balloon2; 
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -moz-transform-origin:50% 100%;
}

#balloon3 {
	background: url("../images/custom/balloon3.png") no-repeat;
	width: 82px;
	height: 244px;
	position: absolute;
	top: 480px;
	left:30%;
	-webkit-animation-name: balloon3;
	-ms-animation-name: balloon3;
	-moz-animation-name: balloon3;
    -webkit-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transform-origin:50% 100%;
    -ms-transform-origin:50% 100%;
    -moz-transform-origin:50% 100%;
}

@-webkit-keyframes bee1 {
	0%{ left:15%; top:435px; }
	25%{ top:385px; }
	50%{ top:435px; }
	75%{ top:365px; }
	100%{ left:35%; }
}

@-ms-keyframes bee1 {
	0%{ left:15%; top:435px; }
	25%{ top:385px; }
	50%{ top:435px; }
	75%{ top:365px; }
	100%{ left:35%; }
}

@-moz-keyframes bee1 {
	0%{ left:15%; top:435px; }
	25%{ top:385px; }
	50%{ top:435px; }
	75%{ top:365px; }
	100%{ left:35%; }
}

@-webkit-keyframes bee2 {
	0%{ right:15%; top:585px; }
	25%{ top:535px; }
	50%{ top:585px; }
	75%{ top:515px; }
	100%{ right:35%; }
}

@-ms-keyframes bee2 {
	0%{ right:15%; top:585px; }
	25%{ top:535px; }
	50%{ top:585px; }
	75%{ top:515px; }
	100%{ right:35%; }
}

@-moz-keyframes bee2 {
	0%{ right:15%; top:585px; }
	25%{ top:535px; }
	50%{ top:585px; }
	75%{ top:515px; }
	100%{ right:35%; }
}

@-webkit-keyframes balloon1 {
	33% { -webkit-transform: rotate(5deg); }
	66% { -webkit-transform: rotate(-5deg); }
}

@-ms-keyframes balloon1 {
	33% { -ms-transform: rotate(5deg); }
	66% { -ms-transform: rotate(-5deg); }
}

@-moz-keyframes balloon1 {
	33% { -moz-transform: rotate(5deg); }
	66% { -moz-transform: rotate(-5deg); }
}

@-webkit-keyframes balloon2 {
	50% { -webkit-transform: rotate(10deg); }
}

@-ms-keyframes balloon2 {
	50% { -ms-transform: rotate(10deg); }
}

@-moz-keyframes balloon2 {
	50% { -moz-transform: rotate(10deg); }
}

@-webkit-keyframes balloon3 {
	1% { opacity: 1; }
	33% { -webkit-transform: rotate(5deg); top: 480px; opacity: 1; }
	66% { -webkit-transform: rotate(-5deg); top: 480px; opacity: 1; }
	90% { -webkit-transform: rotate(5deg); top: 100px; opacity: 0; }
	91% { top: 480px; opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes balloon3 {
	1% { opacity: 1; }
	33% { -ms-transform: rotate(5deg); top: 480px; opacity: 1; }
	66% { -ms-transform: rotate(-5deg); top: 480px; opacity: 1; }
	90% { -ms-transform: rotate(5deg); top: 100px; opacity: 0; }
	91% { top: 480px; opacity: 0; }
	100% { opacity: 1; }
}

@-moz-keyframes balloon3 {
	1% { opacity: 1; }
	33% { -moz-transform: rotate(5deg); top: 480px; opacity: 1; }
	66% { -moz-transform: rotate(-5deg); top: 480px; opacity: 1; }
	90% { -moz-transform: rotate(5deg); top: 100px; opacity: 0; }
	91% { top: 480px; opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes logobee {
	33% { top: -7px; }
	66% { top: 7px; }
}

@-ms-keyframes logobee {
	33% { top: -7px; }
	66% { top: 7px; }
}

@-moz-keyframes logobee {
	33% { top: -7px; }
	66% { top: 7px; }
}

/* responsive behaviour */

/*------------LAYOUT - SCREEN BETWEEN 980px AND TEMPLATE WIDTH---------------*/

@media (min-width: 980px) and (max-width: 1152px) {

	.mp_logo {
		background: none;
	}

	.mp_topmenu .cell_pad {
		padding-top: 50px;
	}

	.moduletable_menu {
		height: auto !important;
	}

	.headerrow {
		width: auto;
	}

	.sparky_home .headerrow .container, .sparky_home .headerrow .container .row {
		width: 868px;
	}

	div.intro_text {
		font-size: 12px;
		padding: 190px 10px 10px 400px;
	}

	.headerrow div.header h1 {
		font-size: 24px;
	}

	.sparky_home .headerrow div.header h1 {
		line-height: normal;
	}

}

/*------------LAYOUT - SCREEN BETWEEN 768px AND 979px---------------*/

@media (min-width: 768px) and (max-width: 979px) {

	.mp_topmenu .cell_pad {
		padding-top: 50px;
	}

	.moduletable_menu {
		height: auto !important;
	}

	.headerrow {
		width: auto;
	}

	.sparky_home .headerrow .container, .sparky_home .headerrow .container .row {
		width: 724px;
	}

	div.intro_text {
		font-size: 12px;
		padding: 0;
	}

	div.intro_text {
		background-size: cover;
		padding: 190px 10px 10px 400px;
	}

	.headerrow div.header h1 {
		font-size: 24px;
	}

	.sparky_home .headerrow div.header h1 {
		line-height: normal;
	}

}

@media (max-width: 767px) {

	.headerrow {
		width: auto;
	}

	.sparky_home .headerrow .container, .sparky_home .headerrow .container .row {
		width: 100%;
	}

	div.intro_text {
		padding: 700px 0 0 0;
		color: #fff;
	}

	.headerrow div.header h1 {
		font-size: 48px;
		color: #fff;
		line-height: normal !important;
		padding-top: 50px;
	}

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

	.mp_logo {
		background: none;
	}

	.mp_topmenu .cell_pad {
		padding-top: 50px;
	}

	.moduletable_menu {
		height: auto !important;
	}

	div.header img {
		display: none;
	}

	.img-intro-right, .img-intro-left, .img-fulltext-right, .img-fulltext-left {
		float: none;
	}

	.img-intro-right img, .img-intro-left img, .img-fulltext-right img, .img-fulltext-left img {
		max-width: 100%;
	}

	.footerimage {
		background: #82be29;
	}

	div.testimonial {
		width: 100%;
		margin: 0;
		float: none;
	}

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


}

