/* @override 
http://cms.thelittletoons.com/css/home.css
https://cms.thelittletoons.com/css/home.css */

@media (min-width:767px) {
.home {
	background: white!important;
}
#meetus a {
	background: #eb68e7 !important;
	color: white !important;
}
#play a {
	background: #b81bc5 !important;
	color: white !important;
}
#app a {
	background: #1c94ed!important;
	color: white!important;
}
#coloringpages a {
	background: #47ae00 !important;
	color: white !important;
}
#parties a {
	background: #edcf05 !important;
	color: white !important;
}
#crafts a {
	background: #fe8b1f !important;
	color: white !important;
}
#downloads a {
	background: #ec3315 !important;
	color: white !important;
}
header {
	height: auto;
	width: auto;
}
#cssmenu {
	position: relative;
	z-index: 10!important;
	text-align: center!important;
	top: 0;
	left: 0;
}
ul.nav.menu.gradient {
	text-align: center !important;
	float: none!important;
	margin-top: 190px;
	display: block;
}
ul.nav.menu.gradient li {
	display: inline-block !important;
	float: none;
	margin: 0 -7px 0 0;
}
ul.nav.menu.gradient li a {
	padding-right: 20px;
	padding-left: 20px;
}
ul.nav.menu.gradient li a:hover {
	animation: tada 0.7s forwards;
}
 @keyframes tada {
0% {
	transform: scale(1);
}

10%, 20% {
	transform: scale(0.9) rotate(-3deg);
}

30%, 50%, 70%, 90% {
	transform: scale(1.1) rotate(3deg);
}

40%, 60%, 80% {
	transform: scale(1.1) rotate(-3deg);
}

100% {
	transform: scale(1) rotate(0);
}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
}
.skyheader {
background: url(../images/layout/bg_sky_small.jpg) center 0 repeat-x #86e2fa;
animation: animatedBackground 180s linear infinite;
height: 180px;
}
#page section.hero {
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30.2%, #ffffff 99.9%) #7edffa;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30.2%, #ffffff 99.9%) #7edffa;
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 30.2%, #ffffff 99.9%) #7edffa;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30.2%, #ffffff 99.9%) #7edffa;
padding-top: 100px;
padding-bottom: 20px;
}
a.navbar-brand {
background-size: 263px !important;
width: 100%;
height: 135px;
position: absolute;
left: 0;
background-position: center center;
}
a.page-scroll.darkarrow {
color: #8b8b8b !important;
}
@media (max-width:1199px) {
#page section.hero {
	padding-top: 20px;
}

ul.nav.menu.gradient li a {
	padding-right: 15px;
	padding-left: 15px;
}
a.navbar-brand {
	background-size: 180px !important;
	width: 100%;
	height: 95px;
	position: absolute;
	left: 0;
	background-position: center center;
	margin-top: 10px;
}

ul.nav.menu.gradient {
	text-align: center!important;
	float: none!important;
	margin-top: 130px;
}
}
@media (min-width:768px) and (max-width:991px) {
.skyheader {
	height: 150px;
}

#page section.hero {
	padding-top: 0;
}
ul.nav.menu.gradient li a {
	padding-right: 10px;
	padding-left: 10px;
}
a.navbar-brand {
	background-size: 116px !important;
	width: 100%;
	height: 61px;
	position: absolute;
	left: 0;
	background-position: center center;
	margin-top: 5px;
}

ul.nav.menu.gradient {
	text-align: center!important;
	float: none!important;
	margin-top: 80px !important;
}
}
@media (max-width:767px) {
.skyheader {
	height: auto;
}
a.navbar-brand {
	background-size: 95px !important;
	width: 50%;
	height: 49px;
	position: absolute;
	left: 0;
	background-position: center center;
	margin-top: 5px;
	margin-left: 25%;
}

#page section.hero {
	padding-top: 0;
}
}

