html,
body{
	height:100%;
	width:100%;
	}

#inkIntro{
	padding:120px 0;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;

	}

#inkIntro .inner{
	text-align: center;
	}
#inkIntro h2{
	padding:0px 0 20px 0;
	position:relative;
	}



#inkIntro .inner img{
	position:relative;
	}

#inkIntro ul{
	width:960px;
	margin:0 auto;
	padding:0 0 100px 0;
	border-bottom:1px solid #dddddd;
	
	}
#inkIntro ul li{
	width:300px;
	height:auto;
	float:left;
	text-align:center;
	}

#inkIntro ul li:first-child{
	width:300px;
	margin:0 60px 0 0;
	position:relative;
	}
#inkIntro ul li:first-child:before{
	content:"";
	width:0;
	height:0;
	border:20px solid transparent;
	border-left:20px solid #f9be00;
	position:absolute;
	right:-50px;
	top:50%;
	margin:-20px 0 0 0;
	}

#inkIntro ul li img{
	width:300px;
	height:auto;
	}
#inkIntro img.introImg{
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -280px;
	width:960px;
	height:480px;
	}


#ink1{
	padding:0 0 60px 0;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	}


	
#ink1 .inner{
	width:480px;
	padding:0px 480px 0 0;
	clear:both;
	}
#ink1 h2{
	padding:0px 0 60px 0;
	}

#ink1 img.ink1Img{
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 0px;
	width:960px;
	height:auto;
	}

#ink1 ul{
	width:480px;
	margin:0 0 0 0px;
	height:200px;
	padding:0px 0 100px 0;
	clear:both;
	}
#ink1 ul li{
	width:240px;
	height:auto;
	float:left;
	text-align:center;
	}


#ink1 ul li img{
	width:240px;
	height:auto;
	}

#ink1 p{
	padding:0 0 20px 0;
	}

#ink1f{
	padding-bottom: 60px;
}
#ink1f.inner{
	width: 800px;
}
#ink1f figure{
	position: relative;
}
#ink1f p{
	position: absolute;
	right: 40px;
	bottom: 0;
}


#ink2{
	text-align: center;
	padding: 60px 0;
}
#ink2 h2{
	padding:0px 0 60px 0;
	}

#comparison{
	width:960px;
	height:640px;
	position:relative;
	text-align:center;
	padding:0 0 60px 0;
	margin:-110px auto 0 auto;
	}



#comparison .comparisoninner{
	position:absolute;
	top:50%;
	left:0%;
	width:100%;
	height:240px;
	margin:-100px 0 0 0px;
	display:block;
	}

#easy{
	border-top: 1px solid #dddddd;
}
#easy h2{
	text-align: center;
	padding: 60px 0 0 0;
}
#ink3{
	padding: 0px 0 0 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ink3 h2{
	padding: 0 0 60px 0;
}
#ink3 h2 span{
	display: inline-block;
	font-size: 16px;
	background-color: #000000;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	margin: 0 0 1em 0;
}



#ink3 .flexBox{
}
#ink3 .flexBox div div{
	width: 480px;
	margin: 0 0 0 auto;
}
#ink3 .flexBox figure{
	width: 50%;
	max-width: 720px;
}
#ink3 .flexBox figure p{
	text-align: right;
	position: relative;
	line-height: 20px;
	padding: 0 0 60px 0;
	margin-top: -80px;
}

#ink4{
	padding: 0 0 120px 0;
}
#ink4 ul{
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
#ink4 ul li{
	flex-basis: 300px;
	position: relative;
}
#ink4 ul li:before{
	content: "";
	width: 15px;
	height: 8px;
	background-color: #df2718;
	position: absolute;
	left: -webkit-calc(100% + 5px) ;
	left: calc(100% + 5px) ;
	top: 50%;
}
#ink4 ul li:after{
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #df2718;
	position: absolute;
	left: -webkit-calc(100% + 15px) ;
	left: calc(100% + 15px) ;
	top: 50%;
	margin: -6px 0 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
}
#ink4 ul li:last-of-type:before,
#ink4 ul li:last-of-type:after{
	display: none;
}

#overcoat{
	padding: 0 0 60px 0;
}
#overcoat img{
	width: 240px;
	display: block;
	margin: 0 auto;
}
#overcoat h3{
	font-size: 24px;
	padding: 0 0 20px 30px;
}
#overcoat h4{
	font-size: 16px;
}
#overcoat p{
	padding: 0 0 0 30px;
	text-align: left;
}
#overcoat div{
	flex: 1;
}
#overcoat div.text{
	flex: 2;
}
#overcoat div.text h2{
	padding: 0 0 20px 30px;
}