/**/
.categoris .col {
	padding: 0;
	margin-bottom: 1%;
}
.categoris .col a {
	margin-bottom: -10px;
}
.categoris h2 {
	color: #f70;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px
}
.index-cat {
	width: 290px;
	height: 290px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}.index-cat:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	background: rgba(0,0,0,.3);
	transition: .5s;
}.index-cat:hover:before {
	background: none;
}
	.index-cat img {}
	.index-cat p {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 32px;
	}
/**/
.project {}
	.project h2 {
		color: #f70;
		text-shadow: 1px 1px #000;
		font-weight: 700;
		text-align: center;
		font-size: 40px;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px
	}
	.project .col {
		margin-bottom: 1%;
		height: auto;
			position: relative;
		    transition: all 200ms ease-in;
		    transform: scale(1);
			    -webkit-transition: all 200ms ease-in;
			    -webkit-transform: scale(1);
			    -ms-transition: all 200ms ease-in;
			    -ms-transform: scale(1);
			    -moz-transition: all 200ms ease-in;
			    -moz-transform: scale(1);
		}.project .col:hover {
			cursor: pointer;
		    z-index: 2;
		    transition: all 200ms ease-in;
		    transform: scale(1.5);
			    -webkit-transition: all 200ms ease-in;
			    -webkit-transform: scale(1.5);
			    -ms-transition: all 200ms ease-in;
			    -ms-transform: scale(1.5);
			    -moz-transition: all 200ms ease-in;
			    -moz-transform: scale(1.5);
	}
	.project img {
		border-radius: 3px;
		width: 290px;
		height: 193px;
	}
/**/
.about {
	padding: 20px;
	text-align: justify;
	border-top: 1px solid #fff;
	background: rgba(0,0,0,.7);;
}
	.about h2 {
		color: #f70;
		text-align: center;
	}
	.about p {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		text-indent: 25px;
	}
/*@media screen and (max-width:992px) {}*/