body {
	margin: 0;
	padding: 0;
}
#headline {
	padding: 0.8em;
	color: white;
	font-family: 'Droid Sans', sans-serif;
	background-color: #a8a9ad;
}
#section1, #section2 {
	box-sizing: border-box;
	padding: 5px;
}
#section1 h2, #section2 h2, #section3 h2  {
	margin-top: 0;
	font-size: 24px;
}
#section1 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 100;
	font-size: 18px;
}
#section1 h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}
#section1 h2 + p {
}
#section1 video {
	width: 100%;
}
#section2 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 100;
	font-size: 18px;
	padding-bottom:20px;
}
#section2 h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}
#section2 h2 + p {
}
#section2 div {
}
#section2 div img {
	/*width: 100%*/
}
#section3 {
	background-color: #f5f5f5;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 100;
	margin: auto;
}
#section3 h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}
thead {
	font-weight: bold;
}
tbody {
	text-align: center;
}
@media screen and (min-width: 600px) {
.container {
	margin: auto;
	max-width: 1000px;
	width: 1000px;
}
#headline {
	padding: 0px 5%;
}
#headline #blurb {
	float: left; 
	font-weight: 200;
	width: 50%;
	font-size: 18px;
	box-sizing: border-box;
	padding-right: 10px;
}
#headline #register {
	float:right;
	padding: 20px;
	width: 50%;
	box-sizing: border-box;
	font-weight: 300;
}
#headline br {
	clear: both;
}
#section1 ,#section2 {
	box-sizing: border-box;
	/*padding: 10px 20% 15px 20%;*/
}
#section3 {
	box-sizing: border-box;
}
#section1 h2, #section2 h2, #section3 h2  {
	margin-top: 0;
	font-size: 60px
}
#section1 ul {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-right: 1em;
}
#section1 video {
	width: 50%;
	float: right;
}
#section1 video {
	box-sizing: border-box;
	width: 50%;
	float: right;
}
#section1 br {
	clear: both;
}
#section2 div img {
	/*width: 31%;*/
	/* margin: 1%;*/
	/* box-sizing: border-box;*/
	/* border-radius: 50% 50%;*/
}
}
#section1, #section2 {
	background-image: url("../images/mid-bg.png");
	background-repeat: repeat;
}
}
.advancedSearchTextbox {
	padding: 0;
	height: 30px;
	position: relative;
	left: 0;
	outline: none;
	border: 1px solid #cdcdcd;
	border-color: rgba(0,0,0,.15);
	background-color: grey;
	font-size: 16px;
}
.css-input { font-size:14px; border-width:0px; background-color:#e1e1e1; color:#808285; text-align:center; width:252px;height:31px; } 
.css-input:focus { outline:none; }
.css-input2 { font-size:12px; border-width:0px; background-color:#bdc0c5; color:#fff; text-align:center; width:148px;height:27px; } 
.css-input:focus { outline:none; }
.css-input2::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #fff;
}
.css-input2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #fff;
	opacity:  1;
}
.css-input2::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #fff;
	opacity:  1;
}
.css-input2:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #fff;
}
.css-input2bak { font-size:12px; border-width:0px; background-color:#e1e1e1; color:#fff; text-align:center; width:100px; height:22px; } 
.buttons img, .buttons input {
	vertical-align:bottom;
}
.elarLogo {
	/* 50% black box shadow */
	-webkit-box-shadow: 11px 11px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 11px 11px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 11px 11px 0 rgba(0, 0, 0, 0.3);
	margin-top: 29px;
}
/*Using CSS border*/
#abtable1{
	border-collapse: collapse;
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(227,227,227,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(227,227,227,1);
	box-shadow: 0px 0px 5px 5px rgba(227,227,227,1);
	width:100%;
}
#abtable1  td{
	padding:15px 30px;
	border: 0px;
	color: #5d5e5e;
	background-color:#ecefe8;
	text-align: left;
	line-height: 145%;
	font-size:14px;
	padding-right:25px;
}
/* unvisited link */
#abtable1 a:link {
	color: #689d14;
}
/* visited link */
#abtable1 a:visited {
	color: #689d14;
}
/* mouse over link */
#abtable1 a:hover {
	color: #689d14;
}
/* selected link */
#abtable1 a:active {
	color: #689d14;
}
.section1-bg{
	background-image:url(<?php echo $product_values3[0]["image"]; ?>);
	background-repeat:no-repeat;
	background-size:cover;
	height:210px;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #fff;
	margin: 1em 0;
	padding: 0; 
}