.tcportfolio-container {
    margin-bottom: 60px;
}
.tcportfolio_items{
height: auto;
float: left;
}
img.tcportfolio_cover {
    width: 100%;
}
section.tcportfolio_area{
  display: block;
  clear: both;
  margin: 60px 0 30px 0;
  width: auto;
}
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;
    margin-bottom: 20px;
}

.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;
}
.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 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;
}


/* Responsive media query */

@media only screen and (max-width:1020px) {

.tcpcol_four,.tcpcol_five{
	width:31%;
	margin-bottom:20px;
	float:none;
  }
  div.portfolio_items{
  margin-top:100px;
  }
}
@media only screen and (max-width:770px) {

.tcpcol_three,.tcpcol_four,.tcpcol_five{
	width:49%;
	margin-bottom:20px;
	float:none;
  }
  div.portfolio_items{
  margin-top:100px;
  }
}
@media only screen and (max-width:480px) {

	.tcportfolio_single_items{
	width:100%;
	margin-bottom:20px;
	float:none;
  }
    div.portfolio_items{
  margin-top:100px;
  }
}
@media only screen and (max-width:320px) {
   .tcportfolio_single_items{
	width:100%;
	margin-bottom:20px;
	float:none;
  }
    div.portfolio_items{
  margin-top:100px;
  }
}

/*Ends Responsive media query */
/*Column*/
.tcpt-col-2{
	width:48%;
}
.tcpt-col-3{
	width:32%;
}
.tcpt-col-4{
	width:25%;

}
.tcpt-col-5{
	width:19%;
}

.tcp-4{
  width:250px;
  float: left;
}
/* End Column*/
.tcp-hero-section {
    padding: 80px 0;
}