
a:focus{
	color: #666!important;
	text-decoration: none!important;
}

/* Pop Up Section */

.products {
	padding: 100px 0;
	background: #FFFFFF;
}

ul.products {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin:0 auto;
	padding: 0;
    flex-wrap:wrap;
}

ul.products li {
	width: 30%;
	float: left;
	text-align: center;
	margin: 0 2% 0 1%;
}


/* Modal Window */

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000000;
    display: none;
}

.modal_box {
	overflow-y: scroll;
	overflow-x: auto;
	font-size: 12px;
	width: auto;
	max-width: 860px;
	height: auto;
	max-height: 80%;
	padding: 20px;
	display:none;
	z-index:3;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

.modal_box p {
	font-size: 1.2em;
}

/* Close Modal Window */

.modal_close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/modal_close.png);
	z-index: 2;
}
a.modal_close:hover {
	cursor: pointer;
}


.SeriesDetails { width: 98%; margin: 0 1%; padding: 0; background: rgba(148,216,140,0.00); text-align: left; }

.SeriesDetails h3 { font-size: 1.8em; font-weight: 500; line-height: 1.5; border-bottom: solid 2px rgba(40,156,217,1.00); margin-bottom: 1em; letter-spacing: -1px; }

.SeriesDetails dl.Items { width: 100%; margin: 0; padding: 0; background: rgba(159,134,231,0.00); overflow: hidden; }
.SeriesDetails dl.Items dt { float: left; width: 25%; margin: 0; padding:2% 0; background: rgba(255,191,234,0.00); overflow: hidden; }
.SeriesDetails dl.Items dd { width: 72%; margin: 0; margin-left: 27%; padding: 0; background: rgba(255,202,203,0.00); overflow: hidden; }

.SeriesDetails dl.Items dt img { width: 90%; margin: 1%; padding:0; border: 0; box-shadow: 3px 3px 8px rgba(0,0,0,0.50);  }

.SeriesDetails ul { width: 100%; margin: 8px auto 1.2em; padding: 0; background: rgba(255,255,255,0.00); }
.SeriesDetails ul li { width: 100%; margin: 0 auto; padding: 8px 0; background: rgba(255,255,255,0.00); border-bottom: solid 1px rgba(40,156,217,0.20); font-weight: 300; font-size: 12px; }

.SeriesDetails ul li ul { width: 100%; margin: 0 auto 0.2em; padding: 0; background: rgba(255,255,255,1.00); border-top: 1px solid rgba(0,173,239,1.00); }
.SeriesDetails ul li ul li { width: 100%; margin: 0 auto; padding: 0; background: rgba(255,255,255,1.00); border-bottom: none; }

.SeriesDetails .vSeries { width: 16px; margin: 0; padding: 0; border: 0; float: left; }
.SeriesDetails .rReg { width: 3px; margin: 0 1px; padding: 0; border: 0; }
.SeriesDetails .SReg-R { width: 3px; margin: 0 1px; padding: 0; border: 0; }
.SeriesDetails .rReg1 { width: 4px; margin: 0 1px; padding: 0; border: 0; }
.SeriesDetails .rRegB { width: 6px; margin: 0 1px; padding: 0; border: 0; }
.SeriesDetails .UPG-B { width: auto; height: 18px; margin: 0 1px; padding: 0; border: 0; }
.SeriesDetails dl.Items dd img.SReg-R { width: 3px; margin: 0 1px; padding: 0; border: 0; }

.SeriesDetailsSet { width: 100%; overflow: hidden; background: rgba(93,116,207,0.00); margin: 0 auto 2em; padding: 2em 0 0 0; }

.SetEnquiriesTel { float: left; width: 34%; margin: 0 1% 0 0; padding: 0; background: rgba(40,156,217,0.00); line-height: 1.3; }

.IconDownloadPdf, .IconSetEnquiryForm { float: right; width: 30%; margin: 0 1%; padding: 2px 0 0 0; }
.IconDownloadPdf img, .IconSetEnquiryForm img { width: 98%; margin: 1%; padding:0; border: 0; box-shadow: 0 0 rgba(0,0,0,0.00); }
.IconDownloadPdf img:hover, .IconSetEnquiryForm img:hover { opacity: 0.5; }

.DownloadPdf { float: left; width: 30%; margin: 0; padding: 2px 0 0 0; }
.DownloadPdf a:link { 
	display: block; 
	color: #222222; 
	font-size: 16px; 
	text-align: center; 
	padding: 10px 0 13px 0; 
	text-decoration:none; 
	border: rgba(40,156,217,1.00) 3px solid;
	border-radius: 25px; 
	background: url("../../products/images/ico_pdf.png") no-repeat top left rgba(255,255,255,0.00);
}
.DownloadPdf a:visited { color: #222222; }
.DownloadPdf a:hover { color: rgba(40,156,217,1.00); text-decoration:none; background: url("../../products/images/ico_pdf_over.png") no-repeat top left rgba(255,255,255,0.00); }
.DownloadPdf a:active { color: #222222; }

.SetEnquiriesForm { float: left; width: 30%; margin: 0 0 0 3%; padding: 2px 0 0 0; background: rgba(40,156,217,0.00); }
.SetEnquiriesForm a:link { 
	display: block; 
	color: #222222; 
	font-size: 16px; 
	text-align: center; 
	padding: 10px 0 13px 0; 
	background: rgba(255,255,255,1.00); 
	text-decoration:none; 
	border: rgba(40,156,217,1.00) 3px solid;
	border-radius: 25px; 
}
.SetEnquiriesForm a:visited { color: #222222; }
.SetEnquiriesForm a:hover { color: rgba(40,156,217,1.00); text-decoration:none; background:#FFF; }
.SetEnquiriesForm a:active { color: #222222; }

.SeriesDetails .ProductAnchor { width: 100%; height: 70px; margin: 0; padding: 10px 0 0 0; background: rgba(130,130,130,0.00); font-size: 10px; text-align: right; }
.SeriesDetails .ProductAnchor a { color: rgba(0,173,239,1.00); }


@media screen and (max-width: 949px){

	.modal_box {
		width: 90%;
		padding: 10px;

	}

}

@media screen and (max-width: 768px){

	.SeriesDetails h3 { font-size: 1.6em; line-height: 1.3; }

}

@media screen and (max-width: 640px){

	.SeriesDetails dl.Items dt { float: none; width: 100%; }
	.SeriesDetails dl.Items dd { width: 100%; margin: 0; }

	.SeriesDetails dl.Items img { width: 96%; margin: 0 auto 1%; }

	.SetEnquiriesTel { width: 98%; margin: 0 1% 1em 1%; }

	.IconDownloadPdf, .IconSetEnquiryForm { float: left; width: 46%; margin: 0 1%; padding: 2px 0 0 0; }
	
	.DownloadPdf { width: 50%; margin: 0; padding: 2px 0 0 0; }
	.DownloadPdf a:link { 
		background: none; 
		text-align: center;
		border-radius: 20px; 
	}
	.DownloadPdf a:hover { background: none; }

	.SetEnquiriesForm { width: 47%; margin: 0 0 0 3%; }

}

@media screen and (max-width: 480px){

}








