@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'latoregular';
 src: url('../fonts/lato-regular-webfont.eot');
 src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-regular-webfont.woff') format('woff'),  url('../fonts/lato-regular-webfont.ttf') format('truetype'),  url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latolight';
 src: url('../fonts/lato-light-webfont.eot');
 src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-light-webfont.woff') format('woff'),  url('../fonts/lato-light-webfont.ttf') format('truetype'),  url('../fonts/lato-light-webfont.svg#latolight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latobold';
 src: url('../fonts/lato-bold-webfont.eot');
 src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-bold-webfont.woff') format('woff'),  url('../fonts/lato-bold-webfont.ttf') format('truetype'),  url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latoblack';
 src: url('../fonts/lato-black-webfont.eot');
 src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-black-webfont.woff') format('woff'),  url('../fonts/lato-black-webfont.ttf') format('truetype'),  url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
 font-weight: normal;
 font-style: normal;
}
.container {
	margin-right: auto;
	margin-left: auto;
 *zoom: 1;
	width:1000px;
}
.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}
body {
	font:14px/24px 'latoregular';
	font-weight:400;
	color:#888;
	background-color:#fff;
	margin:0 auto;
	height:415px;
	background:url(../images/spalsh.jpg) no-repeat left;
	overflow:hidden;
}
.fullwrap {
	float:left;
	width:100%;
}
.home {
	width:100%;
	float:left;
	top:25%;
	position:absolute;
}
.main-holiday {
	float:left;
}
.splash {
	float:left;
	width:24%;
	padding:69px 30px 0;
	cursor:pointer;
}
.holiday {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/holiday.png) no-repeat center;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.holiday:hover {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/holiday-hover.png) #a2bb64 no-repeat center;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	box-shadow: 0 45px 60px -100px #000000;
}
.event {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/event.png) no-repeat center;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.event:hover {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/event-hover.png) #e65906 no-repeat center;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	box-shadow: 0 45px 60px -100px #000000;
}
.education {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/education.png) no-repeat center;
	cursor:pointer;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.education:hover {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/education-hover.png) #0cb3bd no-repeat center;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	box-shadow: 0 45px 60px -100px #000000;
}
.holiday-txt {
	color:#212121;
	font-family: 'latobold';
	font-size:17px;
	float:left;
	width:100px;
	text-align:center;
	margin:15px 0 0 0;
	cursor:pointer;
	text-decoration:none;
}
.event-txt {
	color:#212121;
	font-family: 'latobold';
	font-size:17px;
	float:left;
	width:100px;
	text-align:center;
	margin:15px 0 0 0;
	cursor:pointer;
	text-decoration:none;
}
.education-txt {
	color:#212121;
	font-family: 'latobold';
	font-size:17px;
	float:left;
	width:100px;
	text-align:center;
	margin:15px 0 0 0;
	cursor:pointer;
	text-decoration:none;
}
.splash:hover .holiday {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/holiday-hover.png) #a2bb64 no-repeat center;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	box-shadow: 0 45px 60px -100px #000000;
}
.splash:hover .event {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/event-hover.png) #e65906 no-repeat center;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	-ms-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.splash:hover .education {
	float:left;
	width:100px;
	height:100px;
	background:url(../images/education-hover.png) #0cb3bd no-repeat center;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor:pointer;
	-webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	-ms-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.splash:hover .holiday-txt {
	color:#a2bb64;
	-webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	-ms-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.splash:hover .event-txt {
	color:#e65906;
	-webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	-ms-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.splash:hover .education-txt {
	color:#0cb3bd;
	-webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	-ms-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
/*.holiday-txt:hover{ color:#a2bb64; font-family: 'latoregular'; font-size:20px; float:left; width:100px; text-align:center; margin:15px 0 0 0; cursor:pointer;}
*/
.main-logo {
	float:right;
	width:100%;
	background:url(../images/main-logo.png) no-repeat right;
	height:298px;
	position: absolute;
	top:25%;
}

/*inpex page css3 animation css start*/
.ca-menu {
	padding: 0 0 0 48px;
	margin: 20px auto;
	width: 1020px;
}
.ca-menu li {
	width: 230px;
	height: 230px;
	border: 10px solid #f6f6f6;
	overflow: hidden;
	position: relative;
	float:left;
	background: #fff;
	margin-right:60px;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-menu li:last-child {
	margin-right: 0px;
}
.ca-menu li a {
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
}
.ca-icon {
	font-size: 40px;
	color: #f6f6f6;;
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 75px;
	top: 45px\0;
	text-align: center;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.ca-main {
	font-size: 18px;
	font-family: 'latoregular';
	position: absolute;
	top: 130px;
	height: 80px;
	width: 170px;
	left: 50%;
	margin-left: -85px;
	opacity: 0.8;
	text-align: center;
	color: #555;
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.ca-icon {
 color: #f6f6f6;
 font-size: 40px;
 height: 60px;
 left: 0;
 line-height: 60px;
 position: absolute;
 text-align: center;
 top: 45px;
 transition: all 400ms linear 0s;
 width: 100%;
}
}
.ca-sub {
	display: none;
}
.ca-menu li:hover {
	border-color: #fbe41f;
	z-index: 999;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ca-menu li:hover .ca-icon {
	color: #000;
	font-size: 60px;
	text-shadow: 0px 0px 1px #000;
	-webkit-animation: moveFromBottom 300ms ease;
	-moz-animation: moveFromBottom 300ms ease;
	-ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main {
	color:#c7de8e;
	-webkit-animation: moveFromBottom 500ms ease;
	-moz-animation: moveFromBottom 500ms ease;
	-ms-animation: moveFromBottom 500ms ease;
}
 @-webkit-keyframes moveFromBottom {
 from {
 -webkit-transform: translateY(200%) scale(0.5);
 opacity: 0;
}
to {
	-webkit-transform: translateY(0%) scale(1);
	opacity: 1;
}
}
@-moz-keyframes moveFromBottom {
 from {
 -moz-transform: translateY(200%) scale(0.5);
 opacity: 0;
}
to {
	-moz-transform: translateY(0%) scale(1);
	opacity: 1;
}
}
@-ms-keyframes moveFromBottom {
 from {
 -ms-transform: translateY(200%) scale(0.5);
 opacity: 0;
}
to {
	-ms-transform: translateY(0%) scale(1);
	opacity: 1;
}
}
/*inpex page css3 animation css end*/
