#wrapper {
	padding-top: 15px;
	width: 710px;
	margin: 0 auto;
}

/* ============================================================ */


@font-face {
	font-family: 'Serifa';
	src: url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Roman.eot');
	src: url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Roman.woff') format('woff'),
		url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Serifa Black';
	src: url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Black.eot');
	src: url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Black.eot?#iefix') format('embedded-opentype'),
		url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Black.woff') format('woff'),
		url('https://www.imeche.org/content/Infographic/fonts/SerifaStd-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.letterfx{
    display:inline-block;
    margin:0;
    padding:0;
    transition: all 1s; -ms-transition: all 1s; -webkit-transition: all 1s;
}

.letterfx-spin-before{
    transform:rotate(3600deg); -ms-transform:rotate(3600deg); -webkit-transform:rotate(3600deg);
}

.letterfx-spin-after{
    transform:none;
}

.letterfx-fade-before{
  opacity: 0;
}

.letterfx-grow-before{
    transform:scale(0,0); -ms-transform:scale(0,0); -webkit-transform:scale(0,0);
}

.letterfx-grow-after{
    transform:none;
}

.letterfx-smear-before{
    color: transparent;
    text-shadow:-1px -1px 25px transparent;
}

.letterfx-smear-after{
    color:inherit;
    text-shadow:0 0 #333;

}

.letterfx-fall-before
{
    visibility: hidden;
    transform:scale(3,3); -ms-transform:scale(3,3); -webkit-transform:scale(3,3);
}

.letterfx-fall-after{
    transform:scale(1,1); -ms-transform:scale(1,1); -webkit-transform:scale(1,1);
    text-shadow:0;
}

.letterfx-swirl-before
{
    visibility: hidden;
    transform:scale(3,3) rotate(3600deg); -ms-transform:scale(3,3) rotate(3600deg); -webkit-transform:scale(3,3) rotate(3600deg);
}

.letterfx-swirl-after{
    transform:none;
    text-shadow:0;
}

.letterfx-wave-container .letterfx
{
    position:relative;
}

.letterfx-wave-before
{
    bottom:0;
}

.letterfx-wave-after{
    bottom:15px;
}

.letterfx-fly-left-container .letterfx,
.letterfx-fly-right-container .letterfx,
.letterfx-fly-top-container .letterfx,
.letterfx-fly-bottom-container .letterfx
{
    position:relative;
}

.letterfx-fly-left-before{ left:-50em; }
.letterfx-fly-left-after{ left:0; }

.letterfx-fly-right-before{ right:-50em; }
.letterfx-fly-right-after{ right:0; }

.letterfx-fly-top-before{ top:-20em; }
.letterfx-fly-top-after{ top:0; }

.letterfx-fly-bottom-before{ bottom:-20em; }
.letterfx-fly-bottom-after{ bottom:0; }

.v-infographic {
	position: relative;
	font-family: 'Serifa', serif;
	cursor: pointer;
}
.v-infographic, .v-infographic * {
	box-sizing: border-box;
}

.v-infographic .v-iplay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.v-infographic .v-iplay:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 101px;
	height: 101px;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/iplay.png) no-repeat;
	background-size: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.4s;
	opacity: 0.6;
}
.v-infographic .v-iplay:hover:after { opacity: 1; }

.v-ititle {
	margin-bottom: 30px;
	line-height: 0.75;
	font-family: 'Serifa Black';
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
}
.v-ititle span {
	display: block;
}
.v-ititle, .v-ititle span {
	color: #e5e2e1;
	transition: color 2s;
}
.v-ititle.active { color: #d52b1e; }
.v-ititle.active span { color: #782432; }

.v-imap {
	position: relative;
	padding: 0 0 0 93px;
}
.v-imap .v-ititle {
	margin: 0 0 20px -93px;
}
.v-imap .total-memberships {
	display: none;
	margin: 0 0 -12px -93px;
}
.v-imap .total-memberships {
	padding: 75px 0 0 27px;
	width: 122px;
	height: 122px;
	line-height: 1;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/imap/total.png) no-repeat;
	background-size: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}
.v-imap .total-memberships .stats {
	display: none;
}
.v-imap .total-memberships label {
	display: block;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
}
.v-imap .v-map {
	position: relative;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/imap/map.png) no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 271px;
}
.v-imap .v-map .region {
	display: none;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.v-imap .v-map .region .stats {
	position: absolute;
	font-size: 25px;
	line-height: 1.1;
}
.v-imap .v-map .region .stats label {
	display: none;
	font-size: 9px;
	text-transform: uppercase;
}
.v-imap .v-map .region .stats .members {
	display: none;
	width: 100px;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.v-imap .v-map .region .figure {
	position: absolute;
	display: none;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.v-imap .v-map .africa {
	position: absolute;
	top: 37px;
	left: 61px;
	width: 338px;
	height: 321px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/africa.png);
}
.v-imap .v-map .africa .stats {
	top: 272px;
	left: 32px;
	color: #772432;
}
.v-imap .v-map .africa .figure {
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/africa-figure.png);
	top: -139px;
	left: -32px;
	width: 203px;
	height: 188px;
}

.v-imap .v-map .americas {
	position: absolute;
	top: 0;
	left: -55px;
	width: 245px;
	height: 271px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/americas.png);
}
.v-imap .v-map .americas .stats {
	top: 162px;
	left: 32px;
	color: #8ebae5;
}
.v-imap .v-map .americas .figure {
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/americas-figure.png);
	top: -24px;
	left: -33px;
	width: 142px;
	height: 65px;
}

.v-imap .v-map .europe {
	position: absolute;
	top: -141px;
	left: 163px;
	width: 368px;
	height: 225px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/europe.png);
}
.v-imap .v-map .europe .stats {
	top: 73px;
	left: 179px;
	color: #d52b1e;
}
.v-imap .v-map .europe .figure {
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/europe-figure.png);
	top: -73px;
	left: -63px;
	width: 126px;
	height: 157px;
}

.v-imap .v-map .ne-asia {
	position: absolute;
	top: -128px;
	left: 377px;
	width: 299px;
	height: 250px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/ne-asia.png);
}
.v-imap .v-map .ne-asia .stats {
	top: 62px;
	left: 239px;
	color: #c9dd03;
}
.v-imap .v-map .ne-asia .figure {
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/ne-asia-figure.png);
	top: -62px;
	left: -144px;
	width: 204px;
	height: 224px;
}

.v-imap .v-map .oceania {
	position: absolute;
	top: 165px;
	left: 457px;
	width: 191px;
	height: 199px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/oceania.png);
}
.v-imap .v-map .oceania .stats {
	top: 156px;
	left: 130px;
	color: #b3ada9;
}
.v-imap .v-map .oceania .stats label { padding-left: 2px; }
.v-imap .v-map .oceania .figure {
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/oceania-figure.png);
	top: -97px;
	left: -108px;
	width: 169px;
	height: 135px;
}

.v-imap .v-map .se-asia {
	position: absolute;
	top: 36px;
	left: 420px;
	width: 250px;
	height: 139px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/se-asia.png);
}
.v-imap .v-map .se-asia .stats {
	top: 53px;
	left: 190px;
	color: #678fca;
}
.v-imap .v-map .se-asia .figure {
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/se-asia-figure.png);
	top: -53px;
	left: -132px;
	width: 193px;
	height: 112px;
}

.v-imap .v-map .south-asia {
	position: absolute;
	top: 80px;
	left: 237px;
	width: 283px;
	height: 279px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/south-asia.png);
}
.v-imap .v-map .south-asia .stats {
	top: 240px;
	left: 187px;
	color: #675c53;
}
.v-imap .v-map .south-asia .figure {
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/south-asia-figure.png);
	top: -181px;
	left: -61px;
	width: 157px;
	height: 220px;
}

.v-imap .v-map .india {
	position: absolute;
	top: 127px;
	left: 237px;
	width: 150px;
	height: 225px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/imap/india-figure.png);
	color: #fff;
}
.v-imap .v-map .india .stats {
	position: absolute;
	top: 151px;
	left: 38px;
	font-size: 10px;
	font-weight: 400;
}
.v-imap .v-map .india .stats label {
	display: block;
	line-height: 1;
	font-size: 11px;
}
.v-imap .v-map .india .stats strong {
	display: block;
	font-size: 22px;
}

.v-igrowth {
	opacity: 0.7;
}
.v-growth {

}
.v-membership-growth {
	margin-bottom: 30px;
}
.v-membership-growth .graphic {
	position: relative;
	height: 312px;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/igrowth/scale.png) no-repeat;
	background-size: cover;
}
.v-membership-growth .graphic .year {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 15%;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.v-membership-growth .graphic .y2012 { left: 15%; }
.v-membership-growth .graphic .y2013 { left: 32%; }
.v-membership-growth .graphic .y2014 { left: 49%; }
.v-membership-growth .graphic .y2015 { left: 66%; }
.v-membership-growth .graphic .y2016 { left: 83%; }
.v-membership-growth .graphic .year .static-label {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	color: #675c53;
}
.v-membership-growth .graphic .year .content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	padding-top: 75px;
	line-height: 1.2;
	width: 100%;
	height: 80%;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/igrowth/figure.png) no-repeat bottom center;
	background-size: auto 100%;
}
.v-membership-growth .graphic .y2012 .content { height: 252px; }
.v-membership-growth .graphic .y2013 .content { height: 263px; }
.v-membership-growth .graphic .y2014 .content { height: 277px; }
.v-membership-growth .graphic .y2015 .content { height: 282px; }
.v-membership-growth .graphic .y2016 .content {
	height: 290px;
	background-image: url(https://www.imeche.org/content/Infographic/images/infographics/igrowth/figure-2016.png);
}
.v-membership-growth .graphic .year label,
.v-membership-growth .graphic .year .stats {
	display: none;
}
.v-membership-growth .graphic .year label {
	font-size: 10px;
	font-weight: 500;
}
.v-engtech-growth .v-ititle {
	margin-bottom: 20px;
}
.v-engtech-growth .graphic {
	position: relative;
	background-size: auto 100%;
	opacity: 0.5;
}
.v-engtech-growth .graphic .y2016-figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 31px;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/igrowth/engtech-2016.png) no-repeat;
}
.v-engtech-growth .graphic .y2015-figure {
	position: absolute;
	top: 40px;
	left: 0;
	width: 39px;
	height: 28px;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/igrowth/engtech-2015.png) no-repeat;
}
.v-engtech-growth .graphic .y2015,
.v-engtech-growth .graphic .y2016 {
	position: absolute;
	top: 43px;
	left: 298px;
	display: none;
	color: #675c53;
	font-size: 16px;
	font-weight: 700;
}
.v-engtech-growth .graphic .y2016 {
	top: 3px;
	left: 352px;
}
.v-engtech-growth .graphic .total-growth {
	position: absolute;
	top: -15px;
	left: 430px;
	display: none;
	width: 93px;
	height: 93px;
	background: url(https://www.imeche.org/content/Infographic/images/infographics/igrowth/total.png) no-repeat;
	background-size: cover;
}

.v-infographic-mobile { display: none; }
.v-infographic-mobile img { width: 100%; height: auto; }
@media screen and (max-width: 900px) {
	#wrapper { width: 100%; }
	.v-infographic-mobile { display: block;	}
	.v-infographic { display: none;	}
}