/* ==================================================
   about - history
================================================== */
#abouts {
	background: #F7F8F9;
	padding-bottom: 100px;
}
.about {
	width: 100%;
	height: 360px;
	margin: 40px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about .icon-holder {
	position: relative;
	top: 50px;
	display: inline-block;
	margin-bottom: 0px;
	padding: 10px;
	background: #F7F8F9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 50px;
	color: #e44c65;
}
.about .heading {
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	position: relative;
	top: 80px;
	-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.about:hover {
	border-color: #e44c65;
}
.about:hover .icon-holder {
	top: -50px;
}
.about:hover .heading {
	top: -30px;
}
.about .description {
	color: #000;
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.about:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* ==================================================
   about - certificate
================================================== */

.certificate {
	background: #F7F8F9;
	padding: 80px 0;
	position: relative;
	z-index: 99;
}
.certificate-alternate {
	background: #26292E;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}
.title-certificate {
	text-align: center;
	margin-bottom: 100px;
}
.title-certificate .title {
	font-size: 48px;
	margin: 0 0 10px 0
}
.title-certificate .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}
.span3 {
	width: 220px;
}
.span9 {
	width: 700px;
}
[class*="span"] {
	min-height: 1px;
	margin-left: 20px;
	float: left;
}
/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}
.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}
.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}
.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;
}
.work-nav #filters li a:hover {
	color: #FFFFFF;
}
.work-nav #filters li a.selected {
	color: #DE5E60;
}
#thumbs {
	margin: 0;
	padding: 0;
}
#thumbs li {
	list-style-type: none;
}
.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}
.item-thumbs a + img {
	width: 100%;
}
.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	-moz-transition: all 450ms ease-out 0s;
	-o-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	-moz-transform: rotateY(180deg) scale(0.5, 0.5);
	-ms-transform: rotateY(180deg) scale(0.5, 0.5);
	-o-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	-moz-transform: rotateY(0deg) scale(1, 1);
	-ms-transform: rotateY(0deg) scale(1, 1);
	-o-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}
.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #DE5E60;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*--team--**/
.team {
	padding: 5em 0em;
}
.team-top {
	text-align: center;
	padding: 0em 0em 3em 0em;
}
.friend {
	padding: 0;
	list-style: none;
	padding: 0em 3em 3em 3em;
}
.friend-img img, .friend-img1 img {
	border-radius:50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius:50%;
	-ms-border-radius: 50%;
	box-shadow: 3px 3px 0px 0px #e44c65;
	-webkit-box-shadow: 3px 3px 0px 0px #e44c65;
	-o-box-shadow: 3px 3px 0px 0px #e44c65;
	-moz-box-shadow: 3px 3px 0px 0px #e44c65;
	width: 80%;
	margin: 0 auto;
}
.friend-desc{
	margin: 4em 0em 0em 0em;
}

.friend-desc1 {
	margin: 4em 0em 0em 0em;
	text-align: right;
}


.friend-desc h3, .friend-desc1 h3 {
	font-size: 1.5em;
	margin: 0em 0em 0.3em 0em;
	color: #e44c65;
}

.friend-desc h4, .friend-desc1 h4 {
	font-size: 1.3em;
	margin: 0.5em 0em 0.5em 0em;
	color: #555;
}
.friend-desc p, .friend-desc1 {
	font-size: 1em;
	color: #555;
	line-height: 1.9em;
}

/*responsive*/
@media screen and (max-width:768px) {
.about .icon-holder {
	position: relative;
	top: -50px;
	display: inline-block;
	margin-bottom: 0px;
	padding: 10px;
	background: #F7F8F9;
}
.about .heading {
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	position: relative;
	top: -50px;
}
.about .description {
	color: #000;
	width: 80%;
	margin: -20px auto;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.friend {
	padding: 0;
	list-style: none;
	padding: 0em 1.3em 3em 1.3em;
}
.friend-img img, .friend-img1 img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	box-shadow: 3px 3px 0px 0px #e44c65;
	-webkit-box-shadow: 3px 3px 0px 0px #e44c65;
	-o-box-shadow: 3px 3px 0px 0px #e44c65;
	-moz-box-shadow: 3px 3px 0px 0px #e44c65;
	width: 70%;
	margin: 0 auto;
}
.friend-desc, .friend-desc1 {
	margin: 1.5em 0em 0em 0em;
}
.friend-desc h3, .friend-desc1 h3 {
	font-size: 1.5em;
	text-align: center;
	margin: 0em 0em 0.3em 0em;
	color: #e44c65;
}
.friend-desc h4, .friend-desc1 h4 {
	font-size: 1.3em;
	text-align: center;
	margin: 0.5em 0em 0.5em 0em;
	color: #000;
	line-height:24px;
}

}
