/* <style media="screen" type="text/css"> */
@font-face {
  font-family: "UKNumberPlate";
  src: url("../numberplate/styling/NumberPlateOnlineAa.eot"); /* IE9 Compat Modes */
  src: url("../numberplate/styling/NumberPlateOnlineAa.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../numberplate/styling/NumberPlateOnlineAa.otf") format("opentype"), /* Open Type Font */
    url("../numberplate/styling/NumberPlateOnlineAa.svg") format("svg"), /* Legacy iOS */
    url("../numberplate/styling/NumberPlateOnlineAa.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../numberplate/styling/NumberPlateOnlineAa.woff") format("woff"), /* Modern Browsers */
    url("../numberplate/styling/NumberPlateOnlineAa.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
html,body {
 color:#000000;
 font-family:'Arial';
 margin:0;
 padding:0;
 outline:0;
}

a:link {
	text-decoration:none;
}

.Links {
	background-color:#0b91ee;
	padding:1em;
}
.LinksTop {
	background-color:#000000;
	padding:0 0.25 0 0.25em;
}

#divHeaderObj {
 color:#000000;
}

.divBandOne {
 display:table-cell;
 vertical-align:top;
 text-align:center;
 padding:0.5em;
 font-weight:bold;
 max-width:90vw;
}

.divBandTwo {
 display:table-cell;
 vertical-align:top;
 text-align:center;
 padding:0.5em;
 max-width:90vw;
}

.divBandThree {
 display:table-cell;
 vertical-align:middle;
 text-align:center;
 padding:0.5em;
 width:45vw;
}

.PageLinks {
	display:none;
	box-shadow:inset 0em 0em 0.05em #000000;
	border-radius:0.25em;
	padding:0em;
	background-color:#ffffff;
	position:relative;
	opacity:0.95;
}

.button_links {
	color:#000000;
	font-family:'Arial';
	padding:0.5em;
	margin:0em 0em 0.25em 0em ;
	background-color:#fbc52c;
/*	background: linear-gradient(#919191, #363636); */
	border-radius:0.25em;
	box-shadow:inset 0em 0em 0.1em #000000;
	display:inline-block;
}
.button_links:hover {
	color:#eeeeee;
	background-color:#fed25e;
}

.button_more {
	color:#000000;
	padding:0.5em;
	margin:0em 0em 0em 0em ;
	background-color:#fbc52c;
/*	background: linear-gradient(90deg,#707070, #ffffff, #ffffff, #ffffff, #707070); */
	border-radius:0.4em;
	border:#666666 solid  0.1em;
	display:inline-block;
	opacity:0.75;
}
.button_more:hover {
	color:#eeeeee;
	background-color:#fed25e;
	border:#aaaaaa solid 0.1em;
}

.button_sml_X {
/*	For exclusive use of X close buttons ;*/
	font-family:'UKNumberPlate';
	font-size:1.5em;
	color:#000000;
	padding:0.25em 0.25em 0.25em 0.25em;
	margin:0em 0em 0em 0em ;
	background-color:#fbc52c;
	border-radius:0.25em;
	border:#363636 solid  0.0em;
	display:none;
/*	box-shadow: inset 0em 0em 0.3em 0.0833333333333333em #dddddd ;*/
	box-shadow:0.1em 0.1em 0.1em #363636;
	opacity:0.75;
}
.button_sml_X:hover {
	color:#ffffff;
	background-color:#fed25e;
/*	border:#616161 solid 0.05em;
	box-shadow: inset 0em 0em 0.25em 0.1833333333333333em #ffffff ; */
}
.button_sml_XR {
	box-shadow:-0.1em 0.1em 0.1em #363636;
}

.TitleBar {
	color:#000000;
	text-align:center;
	width:90%;
	background-color:#fbc52c;
	border:#616161 solid 0.05em;
	border-radius:0.25em;
/*	box-shadow: inset 0em 0em 0.25em 0.1833333333333333em #fbc52c ; */
}

.sepA {
	height:0.1em;
}
.sepB {
	height:0.2em;
}
.sepC {
	height:0.3em;
}
.sepD {
	height:0.4em;
}
.sepE {
	height:0.5em;
}

@media screen and (orientation:portrait) {
 html,body {
 font-size:2vh;
 }

 .SocialMedia {
  height:2.5em;
  opacity:0.95;
 }
 .Symbols {
  height:2.5em;
  opacity:0.95;
 }
 .logobrand {
  height:3em;
 }
 .logobrandl {
  width:40vw;
 }
 .DemoVideo {
 	width:100%;
 }
}

@media screen and (orientation:landscape) {
 html,body {
 font-size:1.9vw;
}
.divBandOne {
 font-size:1.2em;
}
 .SocialMedia {
  height:2.5em;
  opacity:0.95;
 }
 .Symbols {
  height:2.5em;
  opacity:0.95;
 }
 .logobrand {
  height:2.5em;
 }
 .logobrandl {
  height:4.5em;
 }
 .DemoVideo {
 	width:65%;
 }
}

/* </style> */