/*
* stylesheet NO-animation plugin
*/
.ani-con li{
	list-style:none;
}

.ani-con{
	border:1px solid #dad3b9;
	height:210px;
	width:165px;
	position:relative;
	font-size:30px;
	color:#08437d;
	margin-bottom:25px;
}

.ani-con .bg-img img{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top:25px;
}

.ani-con .width-line{
	width:0;
	height:3px;
	background:#08437d;
	position:absolute;
	top:120px;
	margin-left:auto;
	margin-right:auto;
	left: 0;
	right: 0;
	opacity:0;
}

.ani-con .height-line{
	width:3px;
	background: #08437d;
	position:absolute;
	height:0%;
	bottom:20px;
	left:50%;
	opacity: 0;
}

.height-line:after{
	content:"";
	background:url("../img/pijl-up.png");
	position: absolute;
	right: -7px;
	top: -5px;
	width:17px;
	height:10px;
}

.width-line:after{
	content:"";
	background:url("../img/pijl.png");
	position: absolute;
	right: -3px;
	top: -7px;
	width:10px;
	height:17px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.width-line:before{
	content:"";
	background:url("../img/pijl.png");
	position: absolute;
	left: -3px;
	top: -7px;
	width:10px;
	height:17px;
}

.ani-con .ruler{
	height:auto;
	position:absolute;
	width:25px;
	background:;
	left:165px;
	border-bottom:1px solid #dad3b9;  
}

.ani-con .ruler .line{
	border-top:1px solid #dad3b9;
	margin-bottom:5px
}

.ani-con .ruler li{
	border-top:1px solid #dad3b9;
	margin-top:5px;
	width:18px;
}

.ani-con .width-result{
	position:absolute;
	top:105px;
	width:200px;
	right:-200px;
	color:white;
	font-size:16px;
	display:none;
	z-index:99;
}

.ani-con .height-result{
	position:absolute;
	top:15px;
	width:200px;
	right:-200px;
	color:white;
	font-size:16px;
	display:none;
	z-index:99;
}

.height-result:before, .width-result:before{
	display: inline-block;
	height: 3px;
	content: " ";
	background-color: #08437d;
	width: 35px;
}

#hoogte, #breedte{
	display:inline;
}
