/* features */

#features {
	margin-top: 70px;
}

#features .subtitle h2 {
	margin: 0;
	font-style: italic;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 70px;
	line-height: 35px;
	text-align: center;
}

#features .section_header h3 span {
	font-size: 18px;
	line-height: 20px;
}

#features .option1 {
	margin-bottom: 70px;
}

#features .option1 .feature {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 65px;
}

#features .option1 .feature .info h3 {
	font-size: 21px;
	margin-top: 45px;
}

#features .option1 .feature .info h3 img {
	margin-right: 18px;
	position: relative;
	top: -10px;
}

#features .option1 .feature .info p {
	margin-top: 15px;
}

#features .option1 .last {
	margin-bottom: 0;
}

#features .option2 {
	margin-bottom: 70px;
}

#features .option2 .feature {
	margin-bottom: 70px;
}

#features .option2 .feature .box {
	text-align: center;
	float: right;
	width: 16%;
	height: 77px;
}

#features .option2 .feature .box img.one {
	margin-top: 18px;
}

#features .option2 .feature .box img.two {
	margin-top: 20px;
}

#features .option2 .feature .text {
	float: left;
	width: 76%;
	margin-top: 17px;
	margin-left: 23px;
}

#features .option2 .feature .text h6 {
	margin: 0 0 8px 0;
	font-size: 20px;
}

#features .option2 .feature .text p {
	margin: 0;
	font-size: 14px;
	line-height: 23px;
}

#features .option2 .right {
	float: right;
}

#features .option3 .feature {
	padding: 40px 0 38px 0;
	background: white;
	box-shadow: 0 1px 3px 1px #E0E0E0;
	border-radius: 4px;
	cursor: pointer;
	/*border:1px solid #fff;*/
}

#features .option3 .feature .img {
	text-align: center;
	margin: 0 auto 37px;
}

#features .option3 .feature .text {
	margin: 0 auto;
	width: 87%;
}

#features .option3 .feature .text h6 {
	margin: 0 0 9px 0;
	font-size: 20px;
	text-align: center;
}

#features .option3 .feature .text p {
	margin: 0 auto;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	width: 90%;
	margin-top: 18px;
}

#features .option3 .feature:hover {
	border-color: #B1B1B1;
	box-shadow: 0 0 6px 0 #B4B4B4;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


/* Responsive
-------------------------------------------------- */

@media (min-width: 768px) {
	#features .feature .pic-right {
		float: right;
	}
	#features .feature .info-left {
		float: left;
	}
}

@media (max-width: 990px) {
      	#features .option2 .feature .text {
        margin-left: -10px;
	}
}

@media (max-width: 767px) {
	#features .feature {
		margin-bottom: 60px;
	}
	#features .feature img {
		margin: 0 auto !important;
		float: none !important;
	}
	#features .last {
		margin-bottom: 0;
	}
	#features .option1 .feature .info h3 {
		text-align: center;
	}
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .feature .text {
		margin-top: 0;
	}
	#features .option2 .feature .text h6 {
		text-align: center;
	}
	#features .option3 .feature {
		margin-bottom: 60px;
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	#features .subtitle h2 {
		font-size: 22px;
		line-height: 30px;
	}
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .feature .text {
		margin-top: 0;
	}
	#features .option2 .right {
		/*margin-bottom: 0;*/
	}
	#features .option3 .feature {
		margin-bottom: 60px;
	}
	#features .last {
		margin-bottom: 0;
	}

}