/*hide*/
.system-page-content-social,
.system-page-content-description {
	display: none;
}

/*title*/
.system-page-content-tile a:hover {
	opacity: 0.8;
}
.system-page-content-tile a{
	font-weight: 600;
}
/*image*/
.system-page-content-item .system-page-content-image img {
	width: 100%
}
.system-page-content-image .overlay_img_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	opacity: 0;
}
.system-page-content-image .overlay_img_hover p {
	position: relative;
	top: 50%;
}
.system-page-content-image .overlay_img_hover p img {
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 5px;
	/*border-radius: 50%;*/
}
.system-page-content-image .wrapper-image:hover {
	cursor: pointer;
}
.system-page-content-image .wrapper-image:hover img {
	/* -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s; */
	opacity: 0.7;
} 
.system-page-content-image .wrapper-image:hover .overlay_img_hover {
	transform: translate3d(0, -15px, 0);
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	transition: opacity 0.25s, transform 0.25s;
	opacity: 1;
}

/*overlay & popup*/
#overlay-dark {
	/*background-color: #0b0b0b;*/
	background-image: url('../_images/bg-popup.jpg');
	position: fixed;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	z-index: 50001;
	overflow: hidden;
	/*display: none;*/
}
#system-page-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: auto;
	margin-top: -20em;
	margin-left: -20em;
	/*background-color: #fff;*/
	background-color: #F8F8F8;
	border-radius: 0.5em;
	z-index: 50002;
	/*display: none;*/
	/*padding-bottom: 45px;*/
	box-shadow: 5px 5px 20px #888888;
}

#system-page-popup {
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#overlay-dark {
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#system-page-popup.active {
	visibility: visible;
	opacity: 1;
}
#overlay-dark.active {
	visibility: visible;
	opacity: 0.95;
}

#system-page-popup .container-fluid {
	padding: 0;
	height: 100%
}
#system-page-popup .btn-close-popup a {
	color: #fff;
	/*background-color: #ccc;*/
	height: 42px;
	width: 42px;
	line-height: 47px;
	position: absolute;
	z-index: 1;
	top: -55px;
	right: -5px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}
#system-page-popup .system-page-popup-title {
	margin-bottom: 15px;
}
#system-page-popup .system-page-popup-title {
	/*text-align: center;*/
	/*padding-left: 15px;*/
	font-size: 28px;
	font-weight: 600;
	padding-left:30px; 
	padding-top: 30px;
	color: #044618;
}
#system-page-popup .system-page-popup-image img {
	width: 100%;
	/*border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
}
#system-page-popup .system-page-popup-social {
	/*position: absolute;*/
	/*left: 0px;*/
	/*bottom: 0px;*/
	color:#ccc;
	font-size: 20px;
	/*padding-left: 55%;*/
	padding-top: 20px;
	/*border-radius: 0 0 0.5em 0.5em;*/
}
#system-page-popup .system-page-popup-social .nav-pills > li > a {
	border-radius: 0;
}
#system-page-popup .system-page-popup-social .nav-pills > li > a:hover {
	background-color: #ccc;
}
#system-page-popup .system-page-popup-social .nav-pills > li:first-child > a {
	/*border-radius: 0 0 0 0.5em;*/
}
#system-page-popup .system-page-popup-social i.fa-facebook-square { color: #3b5998; }
#system-page-popup .system-page-popup-social i.fa-google-plus { color: #dc4e41; }
#system-page-popup .system-page-popup-social i.fa-twitter-square { color: #55acee; }
#system-page-popup .system-page-popup-image {
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
#triangle-topright {
	width: 0;
	height: 0;
	border-top: 50px solid #2a7941;
	border-left: 50px solid transparent;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	/*border-top-right-radius: 8px;*/
}
#system-page-popup .system-page-content-image .wrapper-image:hover img {
	opacity: 1 !important;
}
#system-page-popup .system-page-popup-description{
	min-height: 60%;
}
#system-page-popup p {
	text-align: left;
}
@media(max-width: 1000px){
	#system-page-popup {
		top: 0;
		left: 0;
		width: 90%;
		height: auto;
		min-height: 75%;
		margin: 5%;
	}
}
#system-page-popup .system-page-popup-description p{
	font-size: 22px;
	text-indent: 50px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
@media (max-width: 991px){
	.system-page-popup-social {
		float: right;
		margin-top: -70px;
	}
}








