#HowCafetalkWorks {
	padding-top: 15px;
}
	#HowCafetalkWorks .wrap-box {
		display: inline-block;
		padding: 30px 20px;
		border-bottom: 1px dotted #CCC;
	}
	#HowCafetalkWorks .step-img span {
		display: inline-block;
		width: 130px;
		height: 130px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
		#HowCafetalkWorks .wrap-box:hover .step-img span {
			background-position: center top;
		}
		#HowCafetalkWorks .step-img span.step01 {
			background: transparent url(/bootstrap/images/general/step-01.png) no-repeat scroll center bottom;
		}
		#HowCafetalkWorks .step-img span.step02 {
			background: transparent url(/bootstrap/images/general/step-02.png) no-repeat scroll center bottom;
		}
		#HowCafetalkWorks .step-img span.step03 {
			background: transparent url(/bootstrap/images/general/step-03.png) no-repeat scroll center bottom;
		}
		#HowCafetalkWorks .step-img span.step04 {
			background: transparent url(/bootstrap/images/general/step-04.png) no-repeat scroll center bottom;
		}
		#HowCafetalkWorks .step-img span.step05 {
			background: transparent url(/bootstrap/images/general/step-05.png) no-repeat scroll center bottom;
		}
		#HowCafetalkWorks .step-img span.step06 {
			background: transparent url(/bootstrap/images/general/step-06.png) no-repeat scroll center bottom;
		}
		#HowCafetalkWorks .step-img span.step07 {
			background: transparent url(/bootstrap/images/general/step-07.png) no-repeat scroll center bottom;
		}
	#HowCafetalkWorks h3 {
		margin-top: 15px;
		margin-bottom: 5px;
	}
		#HowCafetalkWorks .wrap-box:hover h3 {
			color: #f16e51;
		}
		#HowCafetalkWorks .step-info p {
			margin-bottom: 10px;
		}
#feature {
	margin: 50px 30px 0;
}
	#feature p {
		margin-bottom: 30px;
	}
	#feature p.icon {
		margin-bottom: 10px;
		height: 60px;
	}
	#feature p.text {
		margin-top: 10px;
	}
#warning {
	margin-bottom: 50px;
	line-height: 1.5em;
}
	#warning p {
		margin-top: 10px;
	}
#WhatIsCafetalk {
	padding: 15px 0;
}
	#WhatIsCafetalk ul {
		display: inline-block;
		padding: 0 20px;
	}
		#WhatIsCafetalk ul li {
			margin-bottom: 30px;
		}
		#WhatIsCafetalk ul li h3 {
			margin-top: 15px;
		}
		#WhatIsCafetalk ul li:hover h3 {
			color: #f16e51;
		}
		#WhatIsCafetalk li img {
			border: 5px solid #F4F4F4;
			-moz-box-shadow: 0px 5px 5px -4px #999;
			-webkit-box-shadow: 0px 5px 5px -4px #999;
			box-shadow: 0px 5px 5px -4px #999;
		}
		#WhatIsCafetalk li img {
			-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s,
			-webkit-transform 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
		}
			#WhatIsCafetalk li:hover img {
				opacity: .9;
				border: 5px solid #FFF;
				-webkit-box-shadow: 0px 3px 30px -4px #CCC;
				-webkit-box-shadow: 0px 3px 30px -4px rgba(0, 0, 0, .6);
				-moz-box-shadow: 0px 3px 30px -4px rgba(0, 0, 0, .6);
				box-shadow: 0px 3px 30px -4px rgba(0, 0, 0, .6);
			}