
.activ-cont {
	display:inline-block;
	padding-top:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	width:100%;
	border: 0px solid black;}

#activ-cont .activ {
	margin-top:20px;
	margin-bottom:20px;
	width: 87%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid black;
	box-shadow:	0px 0px 9px 3px #8C8C8C;}

#activ-cont .activ img {
	width:100%;
	position: relative;
	border-radius: 10px;
	z-index:80;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;	}

#activ-cont .activ:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);	}

#activ-cont .activ h2 {
	position: absolute;
	top:5%;
	left:0px;
	width:100%;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bolder;
	text-shadow: 1px 1px 0px black; 
	padding: 7px 5px 5px 5px;
	background: rgba(250, 124, 0, 0.85);
	z-index:100;}

#activ-cont .activ .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234,250,210, 1);
	z-index:90;

	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}

#activ-cont .activ .info {
	position: absolute;
	top:105%;
	left: 0;
	right: 0;
	margin: auto;

  	width:max-content;
	height:max-content;                                                                                  

	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #457715;
	color: #fff;
	font-size:120%;
	border: 1px solid white;

	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

#activ-cont .activ:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;	}

/*.activ-block:hover p,*/
#activ-cont .activ:hover .info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-o-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);	}

	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
	}

/*
#activ-cont .activ a.info:hover {
	-webkit-box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;}
*/


/*******************
	MEDIA
********************/

/*================*/
@media all and (max-width: 1350px) {
#activ-cont .activ {width: 88%;}
}

/*================*/
@media all and (max-width: 1000px) {

#activ-cont .activ h2 {
	font-size: 1rem;
	padding: 5px 3px 5px 3px;}

#activ-cont .activ .info {
	font-size:100%;
	padding: 4px 12px 5px 12px;
	}

#activ-cont .activ:hover .info {
	-webkit-transform: translateY(-250%);
	-moz-transform: translateY(-250%);
	-o-transform: translateY(-250%);
	-ms-transform: translateY(-250%);
	transform: translateY(-250%);	}
	}
}

/*================*/
@media all and (max-width: 800px) {
#activ-cont .activ h2 {font-size: 0.9rem;}
}

/*================*/
@media all and (max-width: 650px) {
#activ-cont .box-group {
	display:block;
	float:none;
	width:100%;	}
#activ-cont .activ {width: 70%;}
}

/*================*/
@media all and (max-width: 500px) {
#activ-cont .activ {width: 83%;}
}

/*================*/
@media all and (max-width: 400px) {
#activ-cont .activ {width: 88%;}
#activ-cont .activ .info {
	font-size:0.85rem;
	}
}
