.content-main>p>a, .content-main table a{
	color:#990000;
	text-decoration: underline;
}
.footer .links1 a i, .footer .links1 a em{
	color: inherit;
    min-width: 18px;
    display: inline-block !important;
}

.pop-up{
	width: 340px;
	right: 1em;
	left: auto;
	-webkit-box-shadow: 0px 0px 10px 0px #2d2d2d6e;
	box-shadow: 0px 0px 10px 0px #2d2d2d6e;
	position: relative;
  	opacity: 0;
	-webkit-animation: fade-top 1s ease-in both;
	animation: fade-top 1s ease-in both;
}

.pop-up .btn-white {
    width: 300px;
    margin-bottom: 1.5em;
    padding: .8em;
}

@-webkit-keyframes fade-top {

  from {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, -2em, 0);
		transform: translate3d(0, -2em, 0);
	}
}

@keyframes fade-top {
  
  from {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, -2em, 0);
		transform: translate3d(0, -2em, 0);
	}
}


@media (max-width: 480px) { 

	/* .pop-up{
		width: 100vw !important;
		top: 0;
		left: 0;
	} */

	.pop-up img{
		max-height: 40vh;
		width: auto;
	}

}
