﻿.project-container {
	/*border:1px #ddd solid ;*/
	padding: 10px;
}

.cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 1;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.cover img {
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
		top: 50%;
		left: 50%;
		color: #ffffff;
		border-radius: 35px;
		text-align: center;
	}

	.cover h5 {
		position: absolute;
		display: block;
		width: 100px;
		margin-top: 30px;
		margin-left: -50px;
		top: 50%;
		left: 50%;
		color: #ffffff;
		text-align: center;
		font-size: 12px;
	}

	.cover span i {
		width: 70px;
		height: 70px;
		text-align: center;
		display: block;
		padding: 0;
		margin: 0;
		margin-left: 10px;
		line-height: 70px;
		vertical-align: middle;
		font-size: 30px;
	}

.project-container > div {
	padding-left: 0;
	padding-right: 0;
}

	.project-container > div .panel {
		border-radius: 0;
	}

		.project-container > div .panel .panel-heading {
			position: relative;
		}

			.project-container > div .panel .panel-heading:before {
				content: "";
				width: 14px;
				height: 14px;
				display: block;
				background: whitesmoke;
				position: absolute;
				top: -7px;
				left: 50%;
				margin-left: -7px;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

		.project-container > div .panel .panel-title {
			text-align: center;
		}

		.project-container > div .panel .panel-body {
			height: 200px;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			cursor: pointer;
			position: relative;
		}

			.project-container > div .panel .panel-body:hover .cover {
				opacity: 0.7;
			}

				.project-container > div .panel .panel-body:hover .cover span {
					-webkit-animation: zoomInUp 1s both ease-in-out;
					-moz-animation: zoomInUp 1s both ease-in-out;
					animation: zoomInUp 1s both ease-in-out;
				}

.project-details-box {
	line-height: 2.8;
}

.project-img-box {
	height: 250px;
	width: 250px;
	margin: auto;
	border-radius: 10px;
}

	.project-img-box a {
		height: 250px;
		width: 250px;
		display: block;
	}

#project-gallery {
	background-color: #f5f5f5;
	margin-top: 30px;
	padding-bottom: 30px;
}

	#project-gallery header {
		padding: 10px;
		border-bottom: 3px solid #888;
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 10px;
		color: #888;
		font-size: 16px;
	}

	#project-gallery .project-thumbnails img {
		min-height: 50px;
		max-height: 100px;
		display: block;
		margin: auto;
	}

	#project-gallery .project-thumbnails [class^="col-"] {
		padding: 5px 2px;
	}

	#project-gallery .project-thumbnails .carousel-control {
		width: 20px;
		height: 20px;
		top: 40px;
		text-shadow: 0px 1px 2px #000;
	}

		#project-gallery .project-thumbnails .carousel-control span {
			font-size: 20px;
		}

	#project-gallery .project-thumbnails .right.carousel-control {
	}

	#project-gallery .project-thumbnails .left.carousel-control {
	}
