/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #ffffff;
    margin-top:20px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}	
.thumbnails {
    margin-left: -50px;
}

#portfolio img {
    width: 100%;
}

#portfolio {
	background:#000;
	color:#fff;
}

#portfolio h1{
	color:#fff;;
}

#portfolio p{
	color:#fff;;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
.single-project {
    margin-bottom: 30px;
    background: #181A1C;
}
.project-info div {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
}
.project-info{
	text-align:left !important;
}
.project-description {
	text-align:left !important;
	padding-right: 20px;
}

.project-description  p {
	text-align:justify;
	text-justify:distribute-all-lines;
}

.project-info span, .project-title h3 {
    color: #ffffff;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-title h3 {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 80%;
	font-size:28px;
}

.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding:10px 25px;
    border: 2px solid #3DBD2F;
	font-weight: bold;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}

@media screen and (max-width: 768px) {
	.thumbnails {
		margin-left:0;
		margin-right:0;
	}
	.project-description {
		text-align: left !important;
		padding-right: 5px;
	}
}