.tcportfolio-container {
	margin-bottom: 60px;
}
.tcportfolio_items {
	height: auto;
	float: left;
}
img.tcportfolio_cover {
	width: 97%;
max-height: 215px;
border: 2px solid #828f82;
}
section.tcportfolio_area {
	display: block;
	clear: both;
	margin: 60px 0 30px 0;
	width: auto;
	text-align: center;
}
ul.tcportfolio_filters {
	margin: 0 !important;
	padding: 0 !important;
 list-style: none !importan;
}
ul.tcportfolio_filters li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: 6px 10px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	margin-right: 10px;
}
.tcportfolio_single_items {
	width: 33.33%;
	float: left;
}
.tcportfolio_title {
	background-color: #d7d7d7;
	padding: 4px 10px;
}
/* Overlay */

.tc_overlay {
	/*background-color: rgba(10, 10, 10, 0.6);*/
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: ffffff;
	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: translate(0, 80px);
	-moz-transform: translate(0, 80px);
	-ms-transform: translate(0, 80px);
	-o-transform: translate(0, 80px);
	transform: translate(0, 80px);
	-webkit-transition-timing-function: ease-out;
	width: 97%;
        height: 215px;
}
.tcportfolio_single_items:hover .tc_overlay {
	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);
}
.tc_overlay {
	background-color: #000000b5 !important;
}

.tc_overlay h3.tcp-title {
	margin: 10px 0;
	text-decoration: none;
	padding: 0 10px;
}
.tc_overlay a.tcp-link {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}
.tc_overlay a.tcp-link:hover {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none !important;
}
p.tcp-short-des {
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}
a.tcpc-link {
	color: #fff;
	margin: 1px;
	padding: 8px;
	font-size: 16px;
}
a.tcpc-link:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
a.tcp-view {
	background-color: #27ae60;
	border: 1px solid #27ae60;
}
a.tcp-ext {
	background-color: #34495E;
	border: 1px solid #34495E;
}
/* POP UP */

.tc-owl-white-popup {
	position: relative;
	width: auto;
	max-width: 1020px;
	margin: 10% auto;
}
.mfp-close-btn-in .mfp-close {
	color: #f5f5f5 !important;
	background-color: #FF6766 !important;
}
@media only screen and (max-width:399px) {

section.tcportfolio_area {
	margin: 10px 0 0px 0;
}
ul.tcportfolio_filters li {
	padding: 2px 3px;
	margin-right: 5px;
	font-size: 12px;
	margin-bottom: 3px;
}
.tcportfolio_single_items {
	height: 140px;
}
.tcportfolio_single_items {
	width: 48%;
    
}
p.tcp-short-des {
	font-size: 12px !important;
}
img.tcportfolio_cover {
	height: 135px;
}
.tc_overlay {
    height: 135px;
}
.tc_overlay a.tcp-link{}
.tc_overlay a.tcp-link,.tc_overlay a.tcp-link:hover {
    font-size: 15px;
    
}
.tc_overlay h3.tcp-title{    line-height: 15px;}
a.tcpc-link {
    padding: 5px;
    font-size: 10px;
}
}