.blog-items .blog-item {
	padding-bottom: 50px;
}

.mp_user1 h2, .mp_user4 h2, .mp_bottom2 h2 {
	text-transform: uppercase;
}

img.img_left {
	float:left;
	margin:0 30px 30px 0;
}

img.img_right {
	float:right;
	margin:0 0 30px 30px;
}

.img-intro-left, .pull-left.item-image, .left.item-image {
	margin-right: 60px;
	float: left;
}

.img-intro-right, .pull-right.item-image, .right.item-image {
	margin-left: 60px;
	float: right;
}

/* abovecontent and belowcontent modules */

.abovecontent, .belowcontent {
	padding: 30px 0;
}

/* logorow */

.logorow ul.menu {
	margin-top: 30px;
}

.logorow ul.menu ul {
	border-radius: 0 0 15px 15px;
}

.logorow ul.menu ul li {
	border-radius: 12px;
}

/* headerrow */

.headerrow {
	background: #9ad4f3 url(../images/custom/cloud.png) repeat-x;
}

.sparky_home .headerrow {
	background: #9ad4f3 url(../images/custom/cloud_up.png) repeat-x;
	padding-top: 60px;
}

.headerrow div.header {
	min-height: 300px;
}

.headerrow div.header h1 {
	display: inline-block;
	font-size: 52px;
}

.sparky_inner .headerrow div.header h1 {
	line-height: 1;
	color: #fff;
  	padding-top: 80px;
}

.sparky_home .headerrow div.header h1 {
	font-size: 40px;
	padding: 0 0 20px;
}

.intro_text {
	background: url(../images/custom/kindergarten.png) no-repeat;
	height: 772px;
	padding: 180px 150px 10px 400px;
}

.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-style: italic;
	font-size: 20px;
	text-align: right;
}

.testimonial_name span {
	display: block;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.bottomrow .sparky_container {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}

.sparky_home .headerrow .sparky_container {
	width: 100%;
	background: url(../images/custom/hills.png) no-repeat center bottom;
}

.sparky_home .headerrow .sparky_container .sparky_cell {
	float: none;
	width: 1152px;
	margin: 0 auto;
}

.sparky_container > .mp_bottom1.sparky_cell {
	font-size: 20px;
	padding-top: 25px;
}

.mp_bottom1 span {
	font-weight: bold;
	color: #e85c73;
}

.sparky_container > .mp_bottom2.sparky_cell {
	text-align: right;
	font-size: 20px;
	line-height: 38px;
}

.mp_bottom2 i {
	background: #4da9df;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	margin: 20px 10px 0 10px;
	transition: top .3s;
}

.mp_bottom2 a:nth-of-type(2) i {
	background: #bfaedc;
}

.mp_bottom2 a:nth-of-type(3) i {
	background: #85c22a;
}

.mp_bottom2 i:hover {
	position: relative;
	top: -5px;
}

.mp_copyright {
	font-size: 12px;
	margin-bottom: 50px;
}

.mp_copyright p {
	margin: 15px 0;
}

.mp_logo {
	position: relative;
	top: 0;
}

.mp_logo:hover {
	animation-name: logobee;
	animation-duration: 0.7s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	position: relative;
}

p.readmore a.btn, ul.pagination li.next a.page-link, ul.pagination li.previous a.page-link, .btn, button.btn, a.btn {
	color: #fff;
	font-weight: normal;
	background: #e85c73;
	display: inline-block;
	padding: 15px !important;
	border: 0;
	border-radius: 7px;
	box-shadow: 0px 7px 0px #c23e53;
	position: relative;
	transition: none;
}

p.readmore a.btn:hover, ul.pagination li.next a.page-link:hover, ul.pagination li.previous a.page-link:hover, .btn:hover, button.btn:hover, a.btn:hover {
	box-shadow: 0px 4px 0px #c23e53;
	background: #e85c73;
	color: #fff;
	top: 3px;
}

ul.tags.list-inline li, .mod-tagspopular ul li {
	border: 0 !important;
}

ul.tags.list-inline li a.btn, .mod-tagspopular ul li a, ul.tags.list-inline li a.btn:hover, .mod-tagspopular ul li a:hover {
	background: #e85c73;
	color: #fff !important;
}

.input-group .btn {
	padding: 8px 15px !important;
	box-shadow: none !important;
	top: 0 !important;
	font-size: 16px;
}

.input-group .btn:active, .input-group .btn:focus {
	background: #e85c73;
	color: #fff;
}

ul.pagination {
	justify-content: center;
}

ul.pagination li {
	margin: 30px 7px !important;
}

/* right column */

.sparky_container > .mp_right.sparky_cell {
	padding-left: 45px;
}

.mp_right .moduletable {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 13px;
}

.mp_right li.current.active a {
	font-weight: 700;
}

/* carousel */

.carouselrow {
	background: #9ad4f3 url(../images/custom/cloud_down.png) bottom repeat-x;
}

.carouselrow .sparky_container {
	margin-top: 30px;
	margin-bottom: 30px;
}

.carouselrow .sparky_container > .sparky_cell {
	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;
	animation-name: bee1;
	animation-duration: 6s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	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;
	animation-name: bee2;
	animation-duration: 8s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	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%;
	animation-name: balloon1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transition-timing-function: linear;
    transform-origin:50% 100%;
}

#balloon2 {
	background: url("../images/custom/balloon2.png") no-repeat;
	width: 129px;
	height: 228px;
	position: absolute;
	top: 200px;
	left:40%;
	animation-name: balloon2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transition-timing-function: linear;
    transform-origin:50% 100%;
}

#balloon3 {
	background: url("../images/custom/balloon3.png") no-repeat;
	width: 82px;
	height: 244px;
	position: absolute;
	top: 480px;
	left:30%;
	animation-name: balloon3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    transition-timing-function: linear;
    transform-origin:50% 100%;
}

@keyframes bee1 {
	0%{ left:15%; top:435px; }
	25%{ top:385px; }
	50%{ top:435px; }
	75%{ top:365px; }
	100%{ left:35%; }
}

@keyframes bee2 {
	0%{ right:15%; top:585px; }
	25%{ top:535px; }
	50%{ top:585px; }
	75%{ top:515px; }
	100%{ right:35%; }
}

@keyframes balloon1 {
	33% { transform: rotate(5deg); }
	66% { transform: rotate(-5deg); }
}

@keyframes balloon2 {
	50% { transform: rotate(10deg); }
}

@keyframes balloon3 {
	1% { opacity: 1; }
	33% { transform: rotate(5deg); top: 480px; opacity: 1; }
	66% { transform: rotate(-5deg); top: 480px; opacity: 1; }
	90% { transform: rotate(5deg); top: 100px; opacity: 0; }
	91% { top: 480px; opacity: 0; }
	100% { opacity: 1; }
}

@keyframes logobee {
	33% { top: -7px; }
	66% { top: 7px; }
}

/* responsive behaviour */

.nav-toggle {
	margin-top: 40px;
}

@media screen and (max-width: 1152px) {
    .logorow nav:not(.opened) ul.menu {
		display: none;
	}
  
  	.logorow nav.opened ul.menu ul ul {
		padding: 0 15px;
	}

	.logorow.one .mp_logo.sparky_cell {
		width: 75% !important;
	}

	.logorow.one .sparky_cell:nth-of-type(2) {
		width: 25% !important;
	}

	.logorow ul.menu {
	    margin-top: 0;
	}

	.mp_right .form-control {
		max-width: 150px;
	}
}

@media (min-width: 980px) and (max-width: 1152px) {

	.sparky_home .headerrow .sparky_container .sparky_cell {
		width: auto;
		padding: 0;
	}

	div.intro_text {
		padding: 180px 100px 10px 430px;
	}

	.headerrow div.header {
		display: flex;
		justify-content: space-between;
	}

}

@media (min-width: 768px) and (max-width: 979px) {

	.sparky_home .headerrow .sparky_container .sparky_cell {
		width: auto;
		padding: 0;
	}

	div.intro_text {
		background-size: cover;
		padding: 150px 10px 10px 550px;
	}

	.headerrow div.header {
		display: flex;
		justify-content: space-between;
	}

	.sparky_container > .mp_right.sparky_cell {
	    padding-left: 15px;
	}

}

@media (max-width: 830px) {

	div.intro_text {
		padding: 180px 10px 10px 450px;
		font-size: 14px;
	}

	.sparky_home .headerrow div.header h1 {
		font-size: 32px;
	}
  
  	img.img_left, img.img_right, .img-intro-left, .img-intro-right, .pull-left.item-image, .pull-right.item-image, .left.item-image, .right.item-image {
		float:none;
		margin:0 0 30px 0;
	}
  
  	.pull-left.item-image img, .pull-right.item-image img, .left.item-image img, .right.item-image img {
      	width: 100%;
  	}


}


@media (max-width: 767px) {

	.sparky_home .headerrow .sparky_container .sparky_cell {
		width: 100%;
	}

	div.intro_text {
		height: auto;
		padding: 700px 0 50px 0;
		color: #fff;
	}

	.headerrow div.header h1 {
		font-size: 48px;
		color: #fff;
		padding-top: 50px;
	}

	.sparky_container > .mp_logo.sparky_cell,
	.sparky_container > .mp_topmenu.sparky_cell {
		width: 50% !important;
	}

	div.header img {
		display: none;
	}

	.footerimage {
		background: #82be29;
	}

	div.testimonial {
		width: 100%;
		margin: 0;
		float: none;
	}

	.sparky_container > .mp_right.sparky_cell {
		padding-left: 15px;
	}

	.mp_right .form-control {
		max-width: unset;
	}
  
}

	