@media only screen and (max-width :1024px) {
.container {
	width: 95%;
	margin: 0 auto;
	max-width: 100%;
}
}
 @media only screen and (max-width : 768px) {
.container {
	width: 95%;
	margin: 0 auto;
	max-width: 100%;
}
.top-people-box {
	float: left;
	margin-right: 1%;
	width: 32.3%;
}
#content {
	float: none;
	width: 100%;/* background-color:#0F0; */
}
#sidebar {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #999;
	padding-top: 30px;/* background-color:#CF6; */
}
.footer-area {
	width: 95%;
}
.gallery {
	width: 100% !important;
	float: none;
	margin:0 0 10px 0;
}
}
 @media only screen and (max-width : 568px) {
.top-people-box {
	float: none;
	margin-right: 0%;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}
.flab-img {
	width: 100%;
	text-align: center;
}
.flab-img img {
	width: 50%;
}
.gap {
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}
}
