* {
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}

body {
	background: #FFFFFF;
}

#header {
	text-align: center;
	height: 30px;
	background: #444;
}

#header a {
	color: #fff;
	font: 100 14px/30px Helvetica, Verdana, sans-serif;
}

#header a:hover {
	color: #c2e9fa;
}

/*SWITCHER*/
.switcher {
	margin-top: 40px;
}

.switcher ul {
	margin: 0 auto;
	width: 270px;
	height: 20px;
	font: 100 14px/20px Helvetica, Verdana, sans-serif;
}

.switcher li a {
	color: white;
	float: left;
	margin: 0px 20px;
	text-align: center;
	text-decoration: none;
}

.switcher ul a:hover {
	text-decoration: underline;
}


/*GALLERY*/
.gallery {
	width: 1000px;
	margin: 50px auto;
}

ul {
	list-style: none;
}

.gallery li {
	height: 200px;
	width: 200px;
	margin: 25px;
	float: left;
	overflow: hidden;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.gallery li img {
	margin: -70px 0px;
	width: 210px;
	height: 210px;
	z-index: -1;
	
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
	
}

.gallery li:hover img {
	width: 230px;
	height: 230px;
	cursor: pointer;
}

.gallery li p {
	width: 100px;
	padding: 20px;
	position: relative;
	left: 15%;
	top: 110%;
	z-index: 1;
	
	color: white;
	text-align: center;
	text-transform: uppercase;
	font: bold 18px/1 Helvetica, Verdana, sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	
	-webkit-transition: top 0.5s ease;
	-moz-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	-ms-transition: top 0.5s ease;
	transition: top 0.5s ease;
}

.gallery li:hover p {
	top: 75%;
}



.statistics {
    padding-top: 54px;
    padding-bottom: 47px;
    color: #fff;
    text-align: center;
    background-color: #4abd30;
    background-repeat: repeat;
    background-position: 0 0;
    background-image: url(../img/bggreen.png);
}

.statistics-num {
    font-weight: 300;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -.1em;
    white-space: nowrap;
}

.statistics-col+.statistics-col:after {
    display: block;
}
.statistics-col:after {
    position: absolute;
    display: none;
    width: 1px;
    height: 243px;
    top: 7px;
    left: 0;
    background-color: #ffffff;
}




