/* Our lightbox skin named 'impact' */

.topbox_open .topbox_blur_wrapper {
	filter: blur(1px);
}
 
.topbox_skin_impact .topbox_fill { 	
	background: rgba(0,0,0,0.64);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.64) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.64)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.64) 0%, rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.64) 0%, rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.64) 0%, rgba(0,0,0,1) 100%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.64) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.topbox_loading_message,
.topbox_pdf_mobile_message {
	color: rgb(145,145,145);
	font-size: 18px;
}

.topbox_skin_impact a.topbox_pdf_mobile_button,
.topbox_skin_impact a.topbox_pdf_mobile_button:visited {
	color: rgb(145,145,145);
	border-radius: 1rem;
	border: 2px solid rgb(145,145,145);
    text-decoration: none;
    opacity: 0.5;
    transition: all 300ms ease-in;
    padding: 1rem;
	line-height: 1;
	display: block;
	margin-top: 1rem;
}

.topbox_skin_impact a.topbox_pdf_mobile_button:hover,
.topbox_skin_impact a.topbox_pdf_mobile_button:active {
	opacity: 1;
}

.topbox_skin_impact .topbox_nav {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topbox_skin_impact .topbox_prev,
.topbox_skin_impact .topbox_next,
.topbox_skin_impact .topbox_close {
	text-decoration: none;
	font-size: 45px;
	color: #ffffff;
	transition: all 300ms ease-in;
	padding: 10px;
	line-height: 1;
}

.topbox_skin_impact .topbox_close {
	margin-top: -10px;
}

.topbox_skin_impact .topbox_prev:hover,
.topbox_skin_impact .topbox_next:hover,
.topbox_skin_impact .topbox_close:hover {
	color: #cdcdcd;
}

.topbox_skin_impact .topbox_prev:before { 
	content: "←"
}

.topbox_skin_impact .topbox_next:before { 
	content: "→"
}

.topbox_skin_impact .topbox_close:before {
	content: "×";
}

.topbox_skin_impact .topbox_title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	background: none;
	color: #ffffff;
	padding: 15px;
	margin-top: 7px;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.topbox_skin_impact .topbox_image,
.topbox_skin_impact .topbox_html5audio,
.topbox_skin_impact .topbox_html5video,
.topbox_skin_impact .topbox_video,
.topbox_skin_impact .topbox_ajax,
.topbox_skin_impact .topbox_inline,
.topbox_skin_impact .topbox_pdf {
	
}

.topbox_skin_impact .topbox_ajax,
.topbox_skin_impact .topbox_inline {
	background: #fff;
	padding: 40px;
}