/*Portfolio*/
#portfolio{
	padding:0;
	background-color: rgba(111, 171, 80, 1);
}
#portfolio .container{
	text-align:center;
}
#portfolio .btn{
	margin:10px 5px;
	color: rgba(0,0,0,.6);
	background-color:white;
	cursor:pointer;
	border-radius: 0;
	outline:0;
}

#portfolio .btn.active, #portfolio .btn:active, #portfolio .btn:hover{
	background-color: #6FAB50;
	color:white;
	outline:none;
}


#portfolio .portfolio-item .portfolio-link .portfolio-hover{
	background-color: rgba(0, 0, 0, .75) !important;
}
.video-responsive{
    overflow:hidden;
    position:relative;
    height:0;
    width:100%;
    float:left;
}

.video-responsive .hover-title{
	position:absolute;
	bottom:-100%;
	padding:20px;
	background-color:rgba(111, 171, 80, 1);
	font-size:1.4em;
	width:100%;
	color:white;
	transition:.51s all;
}

.video-responsive:hover .hover-title{
	bottom:0;
}

.ref-img{
	height:100%;
	width:100%;
	display:block;
	background-size: cover;
	background-position: center center;
}

.ref-icon{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-position: center center;
	background-size: contain;
}

.ref-icon-360{
	background-image: url("img/icon/360grad.png");	
}

.ref-icon-play{
	background-image: url("img/icon/play.png");	
}

.ref-icon-image{
	background-image: url("img/icon/image.png");	
}

@media (min-width:600px){
	.video-responsive{
		width:50%;
	}
}

@media (min-width:900px){
	.video-responsive{
		width:33.33%;
	}

}

@media (min-width:1200px){
	.video-responsive{
		width:25%;
	}
}




.video-responsive iframe{
    left:0;
    top:0;
    height:300px;
    width:100%;
    position:absolute;
}