<!--
	Service tab
-->
<section id="features" class="features">
	<div class="container">
		<div class="row">
			<div class="col-lg-12 text-center">
				<div class="section-heading">
					<h2>A full social network, with privacy</h2>
					<p class="text-muted">Comunic present most of the common features excepted for a social network!</p>
					<hr>
				</div>
			</div>
		</div>
	
		<div class="container-fluid">
			<div class="row">
				<div class="col-md-6">
					<div class="feature-item">
						<i class="icon-screen-smartphone text-primary"></i>
						<h3>Mobile Device Friendly</h3>
						<p class="text-muted">The Web Application is optimized for mobile devices!</p>
					</div>
				</div>
				<div class="col-md-6">
					<div class="feature-item">
						<i class="icon-settings text-primary"></i>
						<h3>Flexible Use</h3>
						<p class="text-muted">Update privacy settings as you want!</p>
					</div>
				</div>
			</div>
			<div class="row">
				<div class="col-md-6">
					<div class="feature-item">
						<i class="icon-present text-primary"></i>
						<h3>Free to Use</h3>
						<p class="text-muted">Although donations are welcome, you can use Comunic for free!</p>
					</div>
				</div>
				<div class="col-md-6">
					<div class="feature-item">
						<i class="icon-lock-open text-primary"></i>
						<h3>Open Source</h3>
						<p class="text-muted">You can freely browse the source code of the network!</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>