.portfolio .img-res{
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.portfolio{
	padding: 0;
	list-style: none;
}
.portfolio .item{
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	overflow: hidden;
	text-align:center;
}
.portfolio .item .thumb{
	overflow: hidden;
	position: relative;
}
.portfolio .item .thumb img{
	transition: all .4s;
}
.portfolio .item .thumb .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	opacity: 0;
	transition: all .4s;
}
.portfolio .item:hover .overlay{
	opacity: 1;
}
.portfolio .item:hover .thumb img{
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}
.portfolio .item .info{
	/*position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	margin-bottom: 0;
	padding: 10px 5px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
	*/
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	font-size: 18px;
	font-weight: 500 !important;
	color: #FFF;
	line-height: 25px;
	transform: translateY(-20px);
	font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	padding:0px 15px;
	opacity:0;
	transition: all 0.4s ease 0s;
}
.portfolio .item:hover .info{
	opacity: 1;
}
.portfolio .item .link,.portfolio .item .shows{
	/*display: block;
	position: absolute;
	top: -100px;
	right: -100px;
	width: 50px;
	height: 50px;
	background: #00679E;
	border-radius: 0 0 0 25px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	transition: all .4s;
	*/
position: absolute;
width: 40px;
height: 40px;
margin-top: 10px;
background: #666 none repeat scroll 0% 0%;
border-radius: 40px;
color: #FFF;
font-size: 18px;
text-align: center;
line-height: 40px;
display: block;
transition: all 0.4s ease 0s;
top: 50%;
left: 50%;
opacity:0;
}
.portfolio .item .link{
margin-left: 5px;
-webkit-transform: rotate(30deg) translateX(20px);
transform: rotate(30deg) translateX(20px);
}
.portfolio .item .link .fa{
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}

.portfolio .item .shows{
margin-left: -50px;
-webkit-transform: rotate(-30deg) translateX(-20px);
transform: rotate(-30deg) translateX(-20px);
}

.portfolio .item:hover .link,
.portfolio .item:hover .shows{
opacity:1;
-webkit-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}

.portfolio .item .shows:hover,
.portfolio .item  .link:hover{
	background: #ff0000 !important;
}

.portfolio .expander-wrapper{
	position: relative;
	height: 480px;
	margin-top: 0px;
	height: 0;
}
.portfolio .location-current{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #000;
	top: -20px;
	left: 0;
}
.portfolio .expander{
	width: 100%;
	height: 100%;
	background: #000;
}
.portfolio .expander .thumb,
.portfolio .expander .content{
	display: none;
}
.portfolio .expander .thumb{
	position: relative;
	height: auto;
	padding: 20px 0 0 0;
	max-height: 440px;
}
.portfolio .expander .thumb:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	background: url('../images/728.GIF') no-repeat 50% 50%;
	top: 0;
	left: 0;
}
.portfolio .expander .thumb img{
	display: none;
}
.portfolio .expander .thumb.thumb-overlay:after{
	z-index: -9999;
}
@media(min-width: 992px){
	.portfolio .expander .thumb{
		height: 440px;
		padding: 20px 0 20px 5px;
	}
	.portfolio .expander .content{
		position: relative;
		padding-right: 40px;
	}
	.portfolio .expander .content:after{
		position: absolute;
		content: "";
		width: 1px;
		height: 280px;
		background: #1E1E1E;
		top: -10px;
		left: -15px;
	}
}
.portfolio .expander .thumb img{
	width: 100%;
	margin: 0 auto;
}
.portfolio .expander .content *{
	position: relative;
	font-size: 13px;
	color: #999;
}
.portfolio .expander .content .title{
	font-size: 22px;
	color: #fff;
}
.portfolio .expander .content .description{
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1E1E1E;
}
.portfolio .expander .content .link:hover{
	text-decoration: underline;
}
.portfolio .expander .content .date,
.portfolio .expander .content .category,
.portfolio .expander .content .link{
	padding-left: 20px;
}
.portfolio .expander .content .date:after,
.portfolio .expander .content .category:after,
.portfolio .expander .content .link:after{
	position: absolute;
	content: "";
	width: 16px;
	height: 18px;
	top: 0;
	left: 0;
}
.portfolio .expander .content .date:after{
	background: url('../images/portfolio-icon1.png') no-repeat;
}
.portfolio .expander .content .category:after{
	background: url('../images/portfolio-icon.png') no-repeat;
}
.portfolio .expander .content .link:after{
	background: url('../images/portfolio-icon2.png') no-repeat;
}
.portfolio .arrow-portfolio{
	position: absolute;
	width: 45px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	background: #0e0e0e;
	border: 1px solid #181818;
	display: none;
}
@media(max-width: 767px){
	.portfolio .arrow-portfolio{
		display: none !important;
	}
}
.portfolio .arrow-portfolio.prev{
	left: 16px;
	border-radius: 0 2px 2px 0;
}
.portfolio .arrow-portfolio.next{
	right: 16px;
	border-radius: 2px 0 0 2px;
}
.portfolio .arrow-portfolio:after{
	position: absolute;
	content: "";
	width: 26px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	transition: all .4s;
}
.portfolio .arrow-portfolio.prev:after{
	left: 10px;
	background: url('../images/arrow-p-left.png') no-repeat;
}
.portfolio .arrow-portfolio.next:after{
	right: 10px;
	background: url('../images/arrow-p-right.png') no-repeat;
}
.portfolio .arrow-portfolio.prev:hover:after{
	left: 5px;
}
.portfolio .arrow-portfolio.next:hover:after{
	right: 5px;
}
.portfolio .arrow-portfolio-close{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 15px;
	right: 30px;
	display: none;
}
.portfolio .arrow-portfolio-close:after{
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	background: url('../images/arrow-p-close.png') no-repeat;
	top: 0;
	left: 0;
	transition: all .4s;
}
.portfolio .arrow-portfolio-close:hover:after{
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}