@font-face {
    font-family: 'Tangerine';
    src: url('font/Tangerine_Regular.woff') format('woff');;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Tangerinebold';
    src: url('font/Tangerine_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'opensans';
    src: url('font/OpenSans-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	color: #4444;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding-bottom: 30px;
	color: #444;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    
	font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color: #455655;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: opensans, helvetica;
	
}

h1{
	font-family: Tangerinebold, serif;
	font-size: 6em;
	margin-top: 55px;
	color: #edfcc2;
	padding-bottom: 20px;
}
h2{
	font-size: 4em;
}
h3{
	font-size: 2em;
	color: #FFDB06;
}
h4{
	font-size: 1.5em;
	text-align: center;
	background-color: #4444;
	color: #444;
	padding: 5px;
	font-family: opensans, helvetica, arial;
	letter-spacing: 0.1em;

}
p{
	font-size: 1em;
	color: #444;
}
h6 {
	font-size: 1em;
	color: #444;
	margin-bottom: 20px;
	margin-top: 20px;
}
img {
	margin-right: 20px; 
	margin-bottom: 10px;
	margin-top: 50px;
	margin-left: 30px;  

}

.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.0em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(237,252,194, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
#section2 a {
	color: #444;
	text-decoration: underline;
}
#section2 a:hover {
	color: #edfcc2;
	text-decoration: underline;
}
#section2 a:visited {
	color: #edfcc2;
	text-decoration: underline;
}


#section1 img {
		-webkit-box-shadow: 7px 10px 28px -10px rgba(0,0,0,0.81);
		-moz-box-shadow: 7px 10px 28px -10px rgba(0,0,0,0.81);
		box-shadow: 7px 10px 28px -10px rgba(0,0,0,0.81);
}
/*---------------------- transformation ------------------------------*/

.cs-text {
	font-size: 50px;
	text-transform: uppercase;
	margin: 80px auto 0 auto;
	max-width: 580px;
	height: 100px;
	padding-left: 20px;
	font-family: opensans, helvetica, arial;
	font-weight: 400;
	position: relative;
}

/* Micro clearfix hack by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ */
.cs-text:before,
.cs-text:after {
	content: " ";
    display: table;
}

.cs-text:after {
	clear: both;
}
/* end clearfix hack */

.cs-text span {
	cursor: hand;
	display: block;
	float: left;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: 0 0 0 -20px;
	color: rgba(255,255,255,0.95);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.cs-text span:nth-child(odd) {
	background: rgba(161,216,177, 0.8) ; 
}

.cs-text span:nth-child(even) {
	background: rgba(46,112,102, 0.8); 
}

.cs-text span:nth-child(1) {
	-webkit-transform: translate(300%) translate(-60px);
	-moz-transform: translate(300%) translate(-60px);
	-o-transform: translate(300%) translate(-60px);
	-ms-transform: translate(300%) translate(-60px);
	transform: translate(300%) translate(-60px);
}

.cs-text span:nth-child(2) {
	-webkit-transform: translate(200%) translate(-40px);
	-moz-transform: translate(200%) translate(-40px);
	-o-transform: translate(200%) translate(-40px);
	-ms-transform: translate(200%) translate(-40px);
	transform: translate(200%) translate(-40px);
}

.cs-text span:nth-child(3) {
	-webkit-transform: translate(100%) translate(-20px);
	-moz-transform: translate(100%) translate(-20px);
	-o-transform: translate(100%) translate(-20px);
	-ms-transform: translate(100%) translate(-20px);
	transform: translate(100%) translate(-20px);
}

.cs-text span:nth-child(5) {
	-webkit-transform: translate(-100%) translate(20px);
	-moz-transform: translate(-100%) translate(20px);
	-o-transform: translate(-100%) translate(20px);
	-ms-transform: translate(-100%) translate(20px);
	transform: translate(-100%) translate(20px);
}

.cs-text span:nth-child(6) {
	-webkit-transform: translate(-200%) translate(40px);
	-moz-transform: translate(-200%) translate(40px);
	-o-transform: translate(-200%) translate(40px);
	-ms-transform: translate(-200%) translate(40px);
	transform: translate(-200%) translate(40px);
}

.cs-text span:nth-child(7) {
	-webkit-transform: translate(-300%) translate(60px);
	-moz-transform: translate(-300%) translate(60px);
	-o-transform: translate(-300%) translate(60px);
	-ms-transform: translate(-300%) translate(60px);
	transform: translate(-300%) translate(60px);
}

.cs-text span:not(:last-child) {
	opacity: 0;
	pointer-events: none;
}

.cs-text span:last-child{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	z-index: 100;
	background: url(../image/hand1.png) no-repeat center center;
}

.cs-text:hover span:not(:last-child){
	-webkit-transform: translate(0%);
	-moz-transform: translate(0%);
	-o-transform: translate(0%);
	-ms-transform: translate(0%);
	transform: translate(0%);
	opacity: 1;
}

.cs-text:hover span:last-child {
	opacity: 0;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}