#intro{
    font-size: 20px;
    display: inline-block;
    color: #5B5B5D;
    line-height: 30px;
    margin: 18px 10px 0 0;
	text-align:center;
}
/* features */
#features {
	margin-top: 40px;
}

#features h3 {
	font-size:45px;
	line-height:50px;
	}
	
#features .section_header h3 span{
	font-size: 18px;
	line-height: 20px;
}
#features .option1{
	margin-bottom: 70px;
}
#features .option1 .feature {
	margin-bottom: 60px;
	margin-top:40px;
}
#features .option1 .feature .info h3 {
	font-size: 21px;
	margin-top: 0px;
	line-height:22px;
}
#features .option1 .feature.ss h3 {
	margin-top: 0px;
}
#features .option1 .feature .info h3 img {
	margin-right: 5px;
	position: relative;
}
#features .option1 .feature .info p {
	margin-top: 15px;
}
#features .option2{
	margin-bottom: 70px;
}
#features .option2 .feature {
	margin-bottom: 70px;
}
#features .option2 .feature .box{
	text-align: center;
	float: left;
	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-bottom: 38px;
	background: white;
	box-shadow: 1px 1px 2px 0px #E0E0E0;
	border-radius: 4px;
	cursor: pointer;
	/*border:1px solid #fff;*/
}
#features .option3 .feature .img{
	text-align: center;
	margin: 24px auto 24px;
}
#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: 0px 0px 6px -1px #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;	
}
#features .option1 .last{
	margin-bottom: 0;
}

/* Pricing charts
-------------------------------------------------- */

#in_pricing .start{
    width: 100%;
    text-align: center;
	margin-top:30px;
	margin-bottom:20px;
}
#in_pricing .start p{
    font-size: 24px;
    display: inline-block;
    color: #6B977E;
    line-height: 26px;
    margin: 0 18px 0 0;
}
#in_pricing .start a{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 17px;
    background: #9ECE77;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
#in_pricing .start a:hover{
    background: #b0de8a;
}

#in_pricing2 .start{
    width: 100%;
    text-align: left;
	margin-top:30px;
	margin-bottom:20px;
}
#in_pricing2 .start p{
    font-size: 24px;
    display: inline-block;
    color: #4c9fdb;
    line-height: 26px;
    margin: 0 18px 0 0;
}
#in_pricing2 .start a{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 17px;
    background: #9ECE77;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
#in_pricing2 .start a:hover{
    background: #b0de8a;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {

#features .option1 .feature .info h3 img  {
	margin-right:3px;
	}
	
}
@media (max-width: 979px) {
	#features .features_op1_row .feature .img_box span.circle{
		top: 35%;
	}
	
	#features .option1 .feature .info h3 {
		font-size:18px;
		}
		
	#features .option1 .feature .info h3 img {
		margin-right:5px;
		}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#features {
		margin-top:100px;
		}
		
		#features .option1 .feature .info h3 img  {
	margin-right:3px;
	}

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
#in_pricing .charts_wrapp{
        margin-left: 0;
    }
    #in_pricing .charts_wrapp .plan{
        margin: 0 auto 30px;
        width: 95%;
    }
    #in_pricing .plan .wrapper{
        margin: 0 auto;
        text-align: center;
    }
    #in_pricing .pro .plan{
        top: 0;
        width:95%;
    }
    #in_pricing .standar .plan{
        float: none;
    }
    #in_pricing .start p{
        margin-bottom: 20px;
    }
    #in_pricing .start a{
        display: block;
        width: 50%;
        margin: 0 auto;
    }
	#features .features_op1_row .feature {
		margin-bottom: 60px;
	}
	#features .features_op1_row .last{
		margin-bottom: 0;
	}
	#features .features_op1_row .feature .img_box{
		text-align: center;
	}
	#features .features_op1_row .feature .text{

	}
	#features .features_op1_row .feature .text h6{
		text-align: center;
	}
	#features .features_op1_row .feature .img_box span.circle{
		top: 38%;
		left: 48%;
	}
	#features .features_op1_row .feature:hover .img_box{
		box-shadow:none;
	}
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .right{
		/*margin-bottom: 0;*/
	}
	#features .option2 .feature .text{
		margin-top: 0;
	}
	#features .option3 .feature {
		margin-bottom: 40px;
		overflow: hidden;
	}
	#features {
		margin-top:40px;
		}
		
	.pull-right {
		float:none;
		}
		
		.span6 {
		text-align:center;
		}
		
	#features img {
		margin-top:15px;
		margin-bottom:15px;
		}
		
	#features .option1 .feature {
		margin-top:25px;
		margin-bottom:25px;
		}
		
		
#features h3 {
	font-size:32px;
	line-height:33px;
	}
	
	.span6 {
		text-align:left;
		}
		
				#features .option1 .feature .info h3 {
		font-size:16px;
}

#features .option1 .feature .info h3 img  {
	margin-right:3px;
	}
	
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#features .subtitle h2 {
		font-size: 22px;
		line-height: 30px;
	}
	#features .features_op1_row .feature {
		margin-bottom: 60px;
	}
	#features .features_op1_row .last{
		margin-bottom: 0;
	}
	#features .features_op1_row .feature .img_box{
		text-align: center;
	}
	#features .features_op1_row .feature .text{

	}
	#features .features_op1_row .feature .text h6{
		text-align: left;
	}
	#features .features_op1_row .feature .img_box span.circle{
		left: 44%;
	}
	#features .features_op1_row .feature:hover .img_box{
		box-shadow:none;
	}
	#features .option2 {
		margin-bottom: 60px;
	}
	#features .option2 .feature {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
	#features .option2 .right{
		/*margin-bottom: 0;*/
	}
	#features .option2 .feature .text{
		margin-top: 0;
	}
	#features .last {
		margin-bottom: 0;
	}
	#features .option3 .feature {
		margin-bottom: 60px;
	}
	


#features h3 {
	font-size:26px;
	line-height:33px;
	}
	
	.span6 {
		text-align:left;
		}
		
				#features .option1 .feature .info h3 {
		font-size:16px;
}

#features .option1 .feature .info h3 img  {
	margin-right:3px;
	}
	
.section_header {
	margin-bottom:20px;
	}
	
#features .option3 .feature {
	margin-bottom:20px;
	}
	
#features .option1 {
	margin-bottom:30px;
	}

}



