/* ----------------------------------------------------------------
    Navigation Styles
-----------------------------------------------------------------*/
.menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 100px; 
	line-height: 85px;
	z-index: 999998;
	background: url('../images/kids-navi-bg.png') repeat-x;
}
.menu .container.navi-inner {
	width: 1160px !important;
	min-width: 1160px !important;
	margin: 0 auto !important;

}
.gotoPage {
	width: 150px;
	position: absolute;
	right: 15px;
	top: 0;
	text-align: right;
}
.logo {
	text-align: left;
	font-family: 'Berkshire Swash', cursive;
	font-size: 35px;
	color: #DF6C3F;
	letter-spacing: -1px;
}
#nav {
	text-align: right;
}
.navigation {
	float: left;
	list-style: none;
	margin: 0;
}
.navigation li {
	float: left;
	padding: 0 25px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #777;
	font-weight: bold;
	cursor: pointer;
}
.navigation li.active {
	cursor: pointer;
}

/* ----------------------------------------------------------------
    Kids Styles
-----------------------------------------------------------------*/
.slide {
	background-attachment: initial;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}
/* Slide 1 */ 

#slide1 {
	display: inline-block;
}
#slide1 .slide-inner {
	width: 100%;
	height: 650px;
	
}
#slide1 h1 {
	color: #8a8683;
	font-size: 75px;
	font-family: 'Nunito', sans-serif;
	margin-top: 220px;
}
#slide1 h2 {
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #999;
	padding-bottom: 10px;
}
/* Slide 2 */ 

#slide2 {
	background: url('../images/kids-bg2.png') repeat #f68f67;
	color:#ffffff;
	width: 100%;
	padding: 100px 0;
	margin-top: -5px;
	display: inline-block;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
#slide2 h1 {
	font-size: 48px;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	border-bottom: 1px solid #fafafa;
}

#slide2 .servie-box1 {
	position: relative;
	text-align: center !important;
}
#slide2 .servie-box1 .thumb {
	width: 125px;
	height: 125px;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
	overflow: hidden;
}
#slide2 .servie-box1 .contents {
	padding: 0 50px;
}
#slide2 .servie-box1 .contents h3 {
	font-family: 'Nunito', sans-serif;
	margin-bottom: 10px;
}
#slide2 .servie-box1 .contents p {
	margin-bottom: 15px;
}


/* Slide 3 */ 

#slide3 {
	background: #ffffff;
	padding: 40px 0 30px;
	display: inline-block;
}
#slide3 h1 {
	font-size: 48px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	margin-top: 40px;
}

#slide3 h2 {
	font-size: 25px;
	color: #8a8683;
	margin-bottom: 30px;
	font-weight: 400;
}

/* Slide 4,6 */

#slide4, #slide6 {
	background: url('../images/foggy_birds.png');
	padding: 120px 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
#slide6 h1,
#slide4 h1 {
	font-size: 40px;
	font-family: 'Berkshire Swash', cursive;
	font-weight: 700;
	color: #4aa59e;
}



/* Slide 5 */
#slide5 {
	background: url('../images/kids-bg3.png') #E75D5D;
	color: #ffffff;
	padding: 100px 0;
	display: inline-block;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slide5 h1 {
	font-size: 48px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	margin-top: 30px;
}
#slide5 h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 2em;
	color: #ffffff;
	padding-bottom:20px;
	font-weight: 400;
}
#slide5 p {
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
}
/* Slide 7 */
#slide7 {
	background: #fff;
	padding: 100px 0;
	display: inline-block;
}
#slide7 h1 {
	font-size: 38px;
	font-family: 'Berkshire Swash', cursive;
	font-weight: 700;
	margin-bottom: 30px;
	color: #DF6C3F;
}

#slide7 h1 span {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 28px;
}



/* ----------------------------------------------------------------
    Footer Styles
-----------------------------------------------------------------*/
.footer {
	background: url('../images/footer-bg.png') repeat-x #DF6C3F;
	color: #fff;
	color: rgba(255, 255, 255, 0.5) !important;
	height: 90px;
	
}

.footer h2 {
	font-family: 'Berkshire Swash', cursive;
	line-height: 90px;
	float: left;
	font-size: 38px;
}

.footer p {
	float: right;
	text-align: right;
	font-size: 12px;
	padding-top: 30px;
	line-height: 16px;
}