:root {
	--pagelinepadding: 0 0 40px 10%;
	--pagelinewidth: 1000px;
	--pageheadlineheight: 150px;
	--pageheadlinemargin: 0 0 0 10%;
	--pageheadlineposition: relative;
	--pagemobilenavdisplay: none;
	--pagemainnavdisplay:block;
	--toplogobgsize:auto;
	--toplogowidth:370px;
	--toplogoheight:60px;
	--firscontentlinemargintop:initial;
	--pagelineboxsizing: content-box;
	--toplogoleft: 0;
	--redcontactdisplay: block;
	--redcontactmobileisplay:none;
	--forminputwidth:40%;
	--pagehonepadding: 30px 0 30px 10%;
	--formbuttonmargin:25px 0;
	--footercopymargin: 0;
	--flexcontainerdisplay:flex;
	--imagehandheldwidth: 450px;
	--imagehandheldheight:535px;
	--imageframeleftmargin:10px 30px 0 0;
	--imageframerightmargin:20px 0 0 30px;
	--pageheadbottomborder: none;
	--imagevehicleheight: 300px;
	--imagevehicleplot1width:850px;
	--imagevehicleplot1height: 560px;
	--imagefreamevehicleplot1margin: 20px 0 20px 13%;
	--imagevehiclemap1height:525px;
	--imagetelescopeheight:440px;
	--imagetelescopeplot1height:490px;
	--imagemicrodroneheight: 366px;
	--imageframedronevideo1margin: 40px 0 40px 15%;
	--videodroneonewidth: 780px;
	--videodroneoneheight: 420px;
	--imagecaptionfontsize:.8em;
	--imagestftfig1width:600px;
	--imagestftfig1height:593px;
	--imagestftfig2width:600px;
	--imagestftfig2height:750px;
	--imagestftfig3width:700px;
	--imagestftfig3height:320px;
	--imagestftfig4width:700px;
	--imagestftfig4height:432px;
	--homepagehighlightwidth:370px;
	--homepagehighlightheight:340px;
	--homepagehighlightslinepadding: 0 0 0 7%;
}

@media (max-width: 900px) {
    :root {
	  --pagelinepadding: 0 5% 20px 2%;
	  --pagelinewidth: 100%;
	  --pageheadlineheight: 100px;
	  --pageheadlinemargin: 0;
	  --pageheadlineposition: fixed;
	  --pagemobilenavdisplay: block;
	  --pagemainnavdisplay:none;
	  --toplogobgsize:contain;
	  --toplogowidth:150px;
	  --toplogoheight:40px;
	  --firscontentlinemargintop:100px;
	  --pagelineboxsizing: border-box;
	  --toplogoleft: 2%;
	  --redcontactdisplay:none;
	  --redcontactmobileisplay:block;
	  --forminputwidth: 90%;
	  --pagehonepadding: 25px 5% 25px 2%;
	  --formbuttonmargin: 20px auto;
	  --footercopymargin: 0 auto;
	  --flexcontainerdisplay:block;
	  --imagehandheldwidth: 300px;
	  --imagehandheldheight:340px;
	  --imageframemargin:0 auto;
	  --imageframeleftmargin:0 auto;
	  --imageframerightmargin:0 auto;
	  --pageheadbottomborder:solid 1px #999;
	  --imagevehicleheight: 300px;
	  --imageframevehicleplot1width: 300px;
	  --imageframevehicleplot1width: 260px;
	  --imagefreamevehicleplot1margin: 20px auto;
	  --imagevehicleplot1width:300px;
	  --imagevehiclemap1height:250px;
	  --imagevehicleplot1height:210px;
	  --imagetelescopeheight:200px;
	  --imagetelescopeplot1height:200px;
	  --imagemicrodroneheight:200px;
	  --imageframedronevideo1margin: 20px auto;
	  --videodroneonewidth: 320px;
	  --videodroneoneheight: 180px;
	  --imagecaptionfontsize: .7em;
	  --imagestftfig1width:300px;
	  --imagestftfig1height:290px;
	  --imagestftfig2width:300px;
	  --imagestftfig2height:320px;
	  --imagestftfig3width:300px;
	  --imagestftfig3height:170px;
	  --imagestftfig4width:300px;
	  --imagestftfig4height:170px;
	  --homepagehighlightwidth:370px;
	  --homepagehighlightheight:32vmin;
	  --homepagehighlightslinepadding:0 0 0 0;
    }
}




body {
	font-size: 1.4em;
	font-family: 'Nunito', Verdana, Helvetica, Sans-Serif;
	letter-spacing: .006em;
	line-height: 1.6em;
	color: #305a78;
	background: #fdfef9 url(../images/pagebg.png) 0 0 no-repeat fixed;
	margin: 0;
	padding: 0;
}


.layoutblockline {
	margin: 0px;
	padding: var(--pagelinepadding);
	width: var(--pagelinewidth);
	box-sizing: var(--pagelineboxsizing);
}

.layoutblockline p{
	text-align:justify;
}

#pageheadline {
	margin: var(--pageheadlinemargin);
	padding: 0;
	width: var(--pagelinewidth);
	position: var(--pageheadlineposition);
	height: var(--pageheadlineheight);
	z-index:10000;
	background-color: #fdfef9;
	/* box-shadow: 0px 10px 15px rgba(253, 254, 249, 1); */
	top:0;
	border-bottom:var(--pageheadbottomborder);
}

.firstcontentline {
	margin-top: var(--firscontentlinemargintop);
}

#toplogo {
	width: var(--toplogowidth);
	height: var(--toplogoheight);
	position: absolute;
	left: var(--toplogoleft);
	top: 25%;
	background: url(../images/logo-2.png) no-repeat;
	background-size:var(--toplogobgsize);
	display: block;
	border: none !important;
}

#pagefooter {
	padding: var(--pagelinepadding);
	font-size: .75em;
	color: #b3c2cb;
	background: #728193;
	margin-top: 100px;
	min-height:100px;
	box-shadow: inset 0 10px 15px rgba(0, 0, 0, .14);
	text-shadow: 1px 1px rgba(1,1,1,.2);
	box-sizing: border-box;
	padding-top:40px;
	border-bottom: solid 20px #333;
}

#footercopy {
	margin:var(--footercopymargin);
	height:60px;
	line-height: 60px;
	background-image: url(../images/footer_logo.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left:50px;
	text-align:left;
}

#pagemainnav {
	display: var(--pagemainnavdisplay);
	position: absolute;
	top:25%;
	right:0;
	padding:5px;
	width:50%;
	text-align:right
}

#pagemainnav a {
	display: inline-block;
	padding:20px 0 20px 40px;
	cursor:pointer;
	border:none !important;
}

#pagemainnav a, #pagemainnav a:visited, #pagemainnav a:active {
	color: #a74e4d;
}

#pagemobilenav {
	display: var(--pagemobilenavdisplay);
	position: absolute;
	top: 25%;
	right: 3%;
	width: 150px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding-left: 40px;
}


#redcontact {
    position: fixed;
    display: var(--redcontactdisplay);
    top: 230px;
    left: 0;
    width: 30px;
    height: 170px;
	background: #a74e4d url(../images/contactusredbarbg.png) 40% 50% no-repeat;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}

#redcontact:hover {
	width:60px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.4);
}

#redcontactmobile {
	position: fixed;
    display: var(--redcontactmobileisplay);
    bottom: 0;
	left: 0;
	right: 0;
    height: 40px;
	box-shadow: 0 -2px 2px rgba(0,0,0,.2);
	background:#333;
	border-left: solid 20px #a74e4d;
	line-height:40px;
	color:#c2cad4;
	font-size:14px;
	padding-left:20px;
	text-decoration: none;
	font-weight:bold;
}

#redcontactmobile:hover, #redcontactmobile:active, #redcontactmobile:visited {
	color:#c2cad4;
}

#redcontactmobile span {
	width:0px;
	height:0px;
	border-left: solid 6px #728193;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-top: solid 6px transparent;
	display: block;
	margin-left: 10px;
	position: relative;
	top: 15px;
	float: right;
}

.formfieldpanel .formfieldinput input[type="text"], .formfieldpanel .formfieldinput select, .formfieldpanel .formfieldinput textarea  {
	border:solid 1px #ccc;
	border-radius: 4px;
	padding:.6em .8em;
	width:var(--forminputwidth);
	box-sizing: border-box;
	background:#fff;
	box-shadow: inset 2px 2px 8px rgba(0,0,0,.05);
	margin:8px 0 10px 0;
}

.formfieldpanel .formfieldinput textarea {
	resize: none;
}

.formspanall .formfieldinput textarea {
	width:90% !important;
}

.formfieldpanel label {
	font-weight:bold;
}

.formbutton {
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #7ba3d2 0%, #4d84c3 100%) repeat scroll 0 0;
	border: 1px solid #92afc5;
	border-radius: 4px;
	box-shadow: 3px 4px 4px -6px rgba(0, 0, 0, 0.66);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 40px;
	width: 200px;
	text-align: center;
	line-height: 40px;
	text-shadow: 1px -1px 0 rgba(0,0,0,.5);
	font-size:14px;
	margin:var(--formbuttonmargin);
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: var(--pagehonepadding);
	color: #e8e8e8;
	background:#728193;
	background-image: url(../images/pageheadbg.gif);
	background-repeat: no-repeat;
	background-size:cover;
	text-shadow: 1px 1px 4px rgba(0,0,0,.3);
	line-height:1.3em;
	box-shadow: inset 0px 5px 6px rgba(0,0,0,.2);
}


.intextimageframe {
	border:solid 1px #333;
	padding:0;
}

.intextimageframe h3 {
	margin:0;
	background: #323232;
	padding: .8em 12px;
	text-align: center;
	display: block;
	color: #e8e8e8;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	font-size:var(--imagecaptionfontsize);
	border-top:solid 2px #000;
	font-weight: normal;
	font-size:.9em;
}

.flexcontainer {
	display:var(--flexcontainerdisplay);
}

.flex5 {
	align-self: stretch;
	flex:5;
}

.intextimageframe {
	box-shadow: 2px 2px 16px rgba(0,0,0,.5);
	border:solid 1px #fff;
}

.imagebox{
	background-repeat: no-repeat;
	background-size:cover;
}

#imageframehandheld {
	width:var(--imagehandheldwidth);
	margin:var(--imageframeleftmargin);
}

#imagehandheld {
	background-image: url(../images/articles/IMG_8914_c.JPG);
	width:var(--imagehandheldwidth);
	height:var(--imagehandheldheight);
}

#imageframehandleak {
	width:var(--imagehandheldwidth);
	margin:var(--imageframerightmargin);
}

#imagehandleak {
	background-image: url(../images/articles/IMG_8915_c.JPG);
	width:var(--imagehandheldwidth);
	height:var(--imagehandheldheight);
}

#imageframevehicle {
	width:var(--imagehandheldwidth);
	margin:var(--imageframeleftmargin);
}

#imagevehicle {
	background-image: url(../images/articles/vehicle_sensor.jpg);
	width:var(--imagehandheldwidth);
	height:var(--imagevehicleheight);
}

#imageframevehicleplot1 {
	width:var(--imagevehicleplot1width);
	margin:var(--imagefreamevehicleplot1margin);
}

#imagevehicleplot1 {
	background-image: url(../images/articles/vehicle_recordplot_1.png);
	width:var(--imagevehicleplot1width);
	height:var(--imagevehicleplot1height);
	background-size:contain !important;
}

#imageframevehiclemap1 {
	width:var(--imagevehicleplot1width);
	margin:var(--imagefreamevehicleplot1margin);
}

#imagevehiclemap1 {
	background-image: url(../images/articles/vehicle_recordmap_1.jpg);
	width:var(--imagevehicleplot1width);
	height:var(--imagevehiclemap1height);
}


#imageframetelescope {
	width:var(--imagehandheldwidth);
	margin:var(--imageframeleftmargin);
}

#imagetelescope {
	background-image: url(../images/articles/telescope_mod.jpg);
	width:var(--imagehandheldwidth);
	height:var(--imagetelescopeheight);
}

#imageframeretroref {
	width:var(--imagehandheldwidth);
	margin:var(--imageframeleftmargin);
}

#imageretroref {
	background-image: url(../images/articles/telescope_retroreflector.jpg);
	width:var(--imagehandheldwidth);
	height:var(--imagetelescopeheight);
}

#imageframetelescopeplot1 {
	width:var(--imagevehicleplot1width);
	margin:var(--imagefreamevehicleplot1margin);
}

#imagetelescopeplot1 {
	background-image: url(../images/articles/telescope_recordplot_1.png);
	width:var(--imagevehicleplot1width);
	height:var(--imagetelescopeplot1height);
	background-size:contain !important;
}


#imageframemicrodrone {
	width:var(--imagehandheldwidth);
	margin:var(--imageframeleftmargin);
}

#imagemicrodrone {
	background-image: url(../images/articles/micro_drone.jpg);
	width:var(--imagehandheldwidth);
	height:var(--imagemicrodroneheight);
}

#imageframedronevideo1 {
	width:var(--videodroneonewidth);
	height:var(--videodroneoneheight);
	margin:var(--imageframedronevideo1margin);
}

#videodrone1 {
	width:var(--videodroneonewidth);
	height:var(--videodroneoneheight);
}



#imageframestftfig1 {
	width:var(--imagestftfig1width);
	margin:var(--imagefreamevehicleplot1margin);
}

#imagestftfig1 {
	background-image: url(../images/articles/stft_fig1.png);
	width:var(--imagestftfig1width);
	height:var(--imagestftfig1height);
	background-size:contain !important;
}

#imageframestftfig2 {
	width:var(--imagestftfig2width);
	margin:var(--imagefreamevehicleplot1margin);
}

#imagestftfig2 {
	background-image: url(../images/articles/stft_fig2.png);
	width:var(--imagestftfig2width);
	height:var(--imagestftfig2height);
	background-size:contain !important;
}

#imageframestftfig3 {
	width:var(--imagestftfig3width);
	margin:var(--imagefreamevehicleplot1margin);
}

#imagestftfig3 {
	background-image: url(../images/articles/stft_fig3.png);
	width:var(--imagestftfig3width);
	height:var(--imagestftfig3height);
	background-size:contain !important;
}

#imageframestftfig4 {
	width:var(--imagestftfig4width);
	margin:var(--imagefreamevehicleplot1margin);
}

#imagestftfig4 {
	background-image: url(../images/articles/stft_fig4.png);
	width:var(--imagestftfig4width);
	height:var(--imagestftfig4height);
	background-size:contain !important;
}




ul.textlist li {
	margin-bottom: 5px;
	padding: 5px 5px 5px 7px;
	list-style-image: url(../images/list-point.png);
}
ul.textlist li span {
	font-weight: bold;
}

a, a:active, a:visited {
	color: #a74e4d;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	border-bottom:dotted 1px #a74e4d;
}

.footnote {
	border-top:solid 1px #999;
	padding-top:30px;
	font-size:.8em;
}

#uldesktopnav {
	margin:0;
	list-style: none;
	padding:0 !important;
	position:absolute;
	top:70px;
	left:20px;
	box-shadow:5px 5px 5px rgba(0,0,0,.3);
	border:solid 1px #ccc;
	display: none;
}

#uldesktopnav li{
	background:#fff;
	border-bottom:solid 1px #eee;
}

#uldesktopnav li a {
	padding-right:35px;
	text-align:left !important;
	display: block;
	text-shadow:1px 1px 0 rgba(0,0,0,.05);
	font-size:.9em;
	background-image:url(../images/nav-point.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

#uldesktopnav li a, #uldesktopnav li a:visited, #uldesktopnav li a:active {
	color:#548eab !important;
}

#uldesktopnav li a:hover {
	background-color:#e4eff4 !important;
}

#homepagehighlightsline {
	background:#353535;
	border-top:solid 1px #000;
	border-bottom:solid 20px #EEEEED;
	padding:var(--homepagehighlightslinepadding);
}
a.homepagehighlight {
	border-right:solid 1px #000;
 	box-shadow: -5px 0px 5px rgba(0,0,0,.4);
	background-repeat: no-repeat;
	display: inline-block;
	border-bottom:solid 1px transparent !important;
	border-left:solid 1px transparent;
	border-top:solid 1px #555;
	text-decoration: none;
	cursor: pointer;
	background-size: cover;
	width:var(--homepagehighlightwidth);
	height:var(--homepagehighlightheight);
	min-width: var(--homepagehighlightwidth);
	position: relative;
}
a.homepagehighlight:hover {
	border:solid 1px #ccc;
}

a.homepagehighlight span {
	display: block;
	position: absolute;
	bottom:.5em;
	right:.6em;
	padding: 1em 3em;
	background: rgba(255, 255, 255, .80);
	border-radius: 10px;
}


#hightlight1 {
	background-image: url(../images/spotlight7.jpg);
}

#hightlight2 {
	background-image: url(../images/spotlight5.jpg);
}

#hightlight3 {
	background-image: url(../images/spotlight2.jpg);
}

table.spectable {
	border:solid 1px #b3c2cb;
	border-radius: 4px;
	padding: 0;
	border-collapse: collapse;
}

table.spectable th, table.spectable td {
	text-align:left;
	padding:.5em 1.2em;
	vertical-align: top;
	font-size:.7em;
}

table.spectable tr:nth-child(odd){
	background-color:#e9eae8;
}

.productimage-sd {
	box-shadow: 2px 10px 15px rgb(177, 178, 175);
}

#productimage-hh {
	background-image: url(../images/articles/img_8914_c.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 320px;
	min-height: 400px;
	float:left;
	margin-right:4em;
	border:solid 1px #b3c2cb;
	border-radius: 3px;
}

#productimage-vb-1 {
	background-image: url(../images/articles/vehicle_recordplot_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 650px;
	min-height: 430px;
	float:left;
	margin-right:4em;
	border:solid 1px #b3c2cb;
	border-radius: 3px;
}

#productimage-op-1 {
	background-image: url(../images/articles/ariel-retro-reflector.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 430px;
	min-height: 400px;
	border:solid 1px #b3c2cb;
	border-radius: 3px;
}

#cylyndrialrr {
	float:left;
	margin-right:4em;
	width: 450px;
	min-height:500px;
}


#cylyndrialrr h4 {
	font-size:smaller;
}

.addtopmargin {
	padding-top:2em;
}

.contentsmall {
	font-size:.7em;
}

#productimage-op-2 {
	max-width:780px;
	width:100%;
}