* {margin: 0; padding: 0;}
* {margin: 0; padding: 0;}
* {margin: 0; padding: 0;}

body {
	font-family: "Segoe UI",Calibri,Helvetica,Arial,sans-serif;
	/*font-family: "Open Sans",Helvetica,Arial,sans-serif;*/
	font-size: 13pt;
	line-height: 1.2em;
	color: #303030;
}

p {
	margin-bottom: 0.6em;
}

a:link { color: #1969C3  }
a:visited { color: #1969C3 }
a:hover { color: #E4641C }

.center { 
	text-align: center; 
}
.just { 
	text-align: justify; 
}
.bmargin { 
	margin-bottom: 1.2em;
}

.content {
	margin: 0 auto;
	max-width: 900px;
	padding: 30px;
}
.footer {
	margin: 0 auto;
	max-width: 900px;
	padding: 10px;
}

div.content li { 
	margin: 0 0 0.3em 1.2em;
	line-height: 1.2em;
}

#sidebar {  /* blog sidebar */
	float: right; 
	width: 260px;
	background: #FFF;
	border-radius:0.5em;
	padding: 1em;
	margin: -70px 7px 0 0.7em;
	box-shadow: 3px 3px 15px #888;
	z-index: 9999999;
	opacity: 1;
}

#content {
	margin: 0 auto;
	max-width: 900px;
}

#mainbanner-frame {
	margin: 0 auto;
	max-width: 900px;
    width: 100%;
	margin-top: 70px;
	z-index: 0;	
}

#pagebanner-frame {
    width: 100%;
	z-index: 100;
}

#pagebanner {
	font-size: 1em;
	width: 100%;
	height: 170px; /*70+100*/
	background: #DCE6F3; /*#D8E9F1;*/
	padding-top: 70px;
	border-bottom: 1px solid #2C5D88;
}
#pagebanner.support {
	background: #fff9e7;
}

#pagebanner.partner {
	background: #dfebe6;
}

#pagebanner.company {
	background: #ebebf3;
}

#pagebanner h1 {
	margin-top: 20px;
	font-size: 2rem;
	text-shadow: 1px 1px 0 #909090;
	line-height: 1em;
	position: absolute;
	float: left;
}

/*---- Navigation and page logic ----*/

nav {
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 18px;
	font-weight: semi-bold;
	letter-spacing: 1px;
	color: #3D80C6;
	transition: top 0.5s;
	z-index: 999;
	background:#FFFFFF;
	border-bottom: 1px solid #ECEBEB;
}

nav.fixed  {
	position: fixed;
}

nav:hover {
	/* background-color: #363839; 
	transition: background 0.5s; */
}

nav #menu-wrapper {
	margin: 0 auto;
	max-width: 900px;
	height: 70px;
}

nav ul {
	list-style: none;
}

nav li  {
	display: inline-block;
	margin: 16px 0px 0 0px;
	padding: 4px 8px;
	border: 1px solid #FFFFFF;
}
nav li a  {
	color: #000000;
	text-decoration: none;
}
nav li:hover  {
	/*color: #000000;*/
	border-color: #DCDBDB;
}
nav li.trial {
	background: #61AF4D;
	border: 1px solid #4D914D;
}
nav li.trial:hover {
	background: #67C64C;
}
nav li.trial a {
	color: #FFFFFF;
}


nav li.main-wrapper-right {
	display: inline-block;
	float: right;
	line-height: 1em;
	width: 40px;
	margin: 16px 0 0 0px;
	text-align: center;
	font-size: 10px;
	border: none;
}
nav li.main-wrapper-right a {
	color: #000000;
}
nav li.main-wrapper-right svg {
	width: 24px;
	height: 24px;
	stroke: none;
	fill: #7C7C7C;
}

nav li.main-wrapper-right:hover svg {
	fill: #E4641C;
}
nav li.main-wrapper-right:hover a {
	color: #E4641C;
}

div#homebutton {
  width: 220px;
  height: 42px;
  background:url(hmlogo.png) left top no-repeat;
  margin: 12px 0 0 0;
  float: left;
}
div#homebutton a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

a#menubutton {
    display: none;
	width: 24px;
	height: 24px;
	padding: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #FFFFFF;
	z-index: 999999;
}
a#menubutton svg {
	width: 100%;
	height: auto;
	stroke: none;
	fill: #7C7C7C; 
}
a#menubutton:hover {
	border-color: #DCDBDB;
}
a#menubutton:hover svg {
	fill: #E4641C;
}


nav ul li ul {
	display: block;
    position: absolute;
	z-index: 999998;
    padding: 0;
	top: 60px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* color: #000000; */
}
nav ul li ul.display {
	height: auto;
}

div.mega-menu li {
	border: none;
}

nav i.arrowdown {
  display: inline-block;
  border: solid #1969C3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 0 3px 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);  
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}
nav ul li:hover i.arrowdown {
  visibility: visible;
  opacity: 1;
}
nav a:hover i.arrowdown {
  border-color: #E4641C;
}

/* ------ general mega menu -------- */
div.mega-menu {
	max-width: 900px;
	padding: 20px;
	margin: 0 auto 26px auto;
	text-align: center;
	letter-spacing: 0;
	font-size: 1em;
	background: rgba(35,40,45,0.9);
	box-shadow: 2px 2px 26px -4px rgba(0,0,0,0.75);
}

div.mega-entry { 
	display: inline-block;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
	margin: 0 0 0 20px;
	padding: 0;
	/*padding-left: 100px;*/
}
div.mega-entry.hm { 
	width: 28%;
	background: url(hmlogo_white.png) 0 0 no-repeat;
	padding: 50px 0 0 43px;
}
div.mega-entry.hm2 { 
	width: 22%;
	padding: 50px 30px 0 0;
	border-right: 1px solid #808080;
}
div.mega-entry.hx { 
	width: 28%;
	background: url(hxlogo_white.png) 0 0 no-repeat;
	padding: 50px 0 0 43px;
}

ul.mega-menu li {
	margin: 0;
	padding: 0;
	height: auto;
}
ul.mega-menu span {
	text-transform: none;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 4px 0;
}
ul.mega-menu span.small {
	font-size: 0.9em;
}
ul.mega-menu span.large {
	display: block;
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 10px 0;
}
div.mega-menu svg.mmicon {
	display: inline-block;
	vertical-align: bottom;
	viewbox: 0 0 40 40;
	width: 40px;
	height: 40px;
	fill: #FFFFFF;
	stroke: none;
	margin-right: 10px;
}

div.mega-menu span.mmicon {
	display: inline-block;
}
ul.mega-menu a {
	color: #FFFFFF;
}
ul.mega-menu a:visited {
	color: #FFFFFF;
}
ul.mega-menu a:hover {
	color: #E4641C;
}
ul.mega-menu a:hover svg {
	fill: #E4641C;
}

/* ------ hm mega menu -------- */
div#menu-hm a { 
	display: block;
    text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	height: auto;
}
div#menu-hm li { 
	display: block;
	margin: 0;
	height: 45px;
	/*width: 49%;*/
	vertical-align: top;
}
ul.mega-menu span.mmh1 { font-size: 22px; opacity: 0.8; display: block; margin-bottom: 10px }
ul.mega-menu span.mmh2 { font-size: 18px }
ul.mega-menu span.mmsmall { font-size: 14px }
ul.mega-menu span.mmicon { float: left; }


span#h-multi {
	vertical-align: bottom;
	background:url(mega-icons.png) -184px -69px no-repeat;
    width: 38px;
    height: 29px;
	margin-right: 12px;
}
span#h-team {
	vertical-align: bottom;
	background:url(mega-icons.png) -228px -69px no-repeat;
    width: 39px;
    height: 26px;
	margin-right: 11px;
}
span#h-compare {
	vertical-align: bottom;
	background:url(mega-icons.png) -340px -6px no-repeat;
    width: 34px;
    height: 26px;
	margin-right: 16px;
}
span#h-skins {
	vertical-align: bottom;
	background:url(mega-icons.png) -270px -68px no-repeat;
    width: 37px;
    height: 30px;
	margin-right: 8px;
}
span#h-star {
	vertical-align: bottom;
	background:url(mega-icons.png) -307px -68px no-repeat;
    width: 33px;
    height: 30px;
	margin-right: 12px;
}
span#h-quotes {
	vertical-align: bottom;
	background:url(mega-icons.png) -36px -68px no-repeat;
    width: 35px;
    height: 26px;
	margin-right: 10px;
}
span#h-screens {
	vertical-align: bottom;
	background:url(mega-icons.png) -375px -68px no-repeat;
    width: 30px;
    height: 24px;
	margin-right: 15px;
}

span#h-steps {
	vertical-align: bottom;
	background:url(mega-icons.png) -340px -35px no-repeat;
    width: 40px;
    height: 30px;
	margin-right: 8px;
}
span#h-cast {
	vertical-align: bottom;
	background:url(mega-icons.png) -340px -68px no-repeat;
    width: 30px;
    height: 30px;
	margin-right: 18px;
}


/* ------ support mega menu -------- */
div#menu-support a { 
	display: block;
    text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}
div#menu-support li { 
	display: block;
	margin: 0;
	vertical-align: top;
}
div#menu-support div.mega-entry { 
	width: 30%;
}

span#s-doc {
	position: relative;
	background:url(mega-icons.png) -289px -7px no-repeat;
    width: 36px;
    height: 47px;
	margin: 0 10px 20px 0;
}
span#s-doc2 {
	position: relative;
	background:url(mega-icons.png) -398px -7px no-repeat;
    width: 36px;
    height: 47px;
	margin: 0 10px 20px 0;
}
span#s-help {
	vertical-align: bottom;
	background:url(mega-icons.png) -4px -68px no-repeat;
    width: 28px;
    height: 26px;
	margin-right: 12px;
}
span#s-forum {
	vertical-align: bottom;
	background:url(mega-icons.png) -36px -68px no-repeat;
    width: 35px;
    height: 26px;
	margin-right: 5px;
}

/* ------ company mega menu -------- */
div#menu-company a { 
	display: block;
    text-align: center;
	margin: 0 20px 0 20px;
}
div#menu-company span { 
	display: block;
	float: none;
    margin: 0 auto 8px auto;
}
span#c-cart {
	background:url(mega-icons.png) -64px -7px no-repeat;
    width: 50px;
    height: 44px;	
}
span#c-about {
	background:url(mega-icons.png) -120px -6px no-repeat;
    width: 43px;
    height: 43px;	
}
span#c-contact { 
	background:url(mega-icons.png) -172px -6px no-repeat;
    width:  55px;
    height: 43px;	
}
span#c-news { 
	background:url(mega-icons.png) -233px -7px no-repeat;
    width: 48px;
    height: 39px;	
}


/* ------ end mega menus -------- */

/* ------ secondary nav level and footer --------*/
div.navbackground {
	display:block;
	height: 70px;
}

#secondary_nav {
	margin-top: 110px;
	float:right;
}
#secondary_nav div {
	text-align: center;
	padding-top: 30px;
}
#secondary_nav.hm {
}
#secondary_nav.hm-features {
}
#secondary_nav.downloads {
}
#secondary_nav.partners {
}
#secondary_nav.support {
}
#secondary_nav.company {
}

#secondary_nav_selected {
	border-bottom: 2px #FF8200 solid; /* orange */
}

#secondary_nav a  { margin: 0 0 0 20px; color: #313131; text-decoration: none; }
#secondary_nav a:visited { color: #313131 }
#secondary_nav a:hover   { color: #FF8200 }


#pagefooter-top {
		position: relative;
		text-align: center;
		width: 100%;
		padding: 50px 0 0 0;
		background: #FFF;
}
#pagefooter-top button {
		display: inline-block;
		width: 40px;
		height: 28px;
		background:#FFF url(btn-top.png) top center no-repeat;
		text-decoration: none;
		border: none;
		cursor: pointer;
}
#pagefooter-top button:hover { background-color: #FF8200; }
#pagefooter { 
	    position: relative; 
		background: #F0F0F0;
		border-top: 2px solid #e5e5e5;
		font-size: 0.8em;
		line-height: 2.5em;
		text-decoration: none;
		text-align: left;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
}
#pagefooter div.footer {
		padding: 0 0 0 10vW;
}
#pagefooter ul h1 {
		font-size: 1.2em;
		font-width: b;
		color: #FF8200;
		margin: 0;
		padding: 0;
}

#pagefooter ul {
	list-style: none;
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	width: 23%;
	min-width: 160px;
}
#pagefooter span.twitter {
	display: inline-block;
	padding-left: 24px;
	height: 26px;
	background:url(icon-social-twitter.png) 0 6px no-repeat;
}

#pagefooter a:link    { color: #000000; text-decoration: none }
#pagefooter a:visited { color: #000000 }
#pagefooter a:hover   { color: #FF8200 }

#pageend { 
	background: #E0E0E0; /*#282a2b;*/
	width: 100%;
	margin: 0;
	clear: left;
	/*color: #C0C0C0;*/
	text-align: center;
}
/*
#pageend a:link { color: #C0C0C0 }
#pageend a:visited { color: #C0C0C0 }
*/

/* ------ end secondary nav level --------*/

/* General font  settings */

h1,h2,h3 {
	font-family: "Segoe UI",Calibri,Helvetica,Arial,sans-serif;
	column-span: all;
    text-decoration: none;
	line-height: 1.2em;
	color: #404040;
}

h1 { 	font-size: 2.2em; 
		font-weight: 300; 
 		margin: 0 0 0.8em 0;
}
	
h2 {  font-size: 2.0em; 
      font-weight: 300; 
	  margin: 1.2em 0 0.5em 0;
}		

h3 {  font-size: 1.4em; 
      font-weight: 400; 
      margin: 1.2em 0 0.5em 0;
}

.h1 { font-size: 1.25em; 
      font-weight: bold;
      color: #000000; 
      margin: 0 0 0.8em 0;
      text-decoration: none }

.h1red { font-size: 1.25em; 
         font-weight: bold;
         color: #FF8200; 
		   margin: 0 0 0.8em 0;
         text-decoration: none }

.h2 { font-size: 1.1em; 
      font-weight: bold;
      color: #000000; 
		margin: 0 0 0.5em 0;
      text-decoration: none }

.h2red { font-size: 1.1em; 
         font-weight: bold;
         color: #FF8200; 
		   margin: 0 0 0.5em 0;
         text-decoration: none }

.h3 { font-size: 0.3em; 
      font-weight: bold;
      color: #000000; 
      text-decoration: none;
		margin: 0 0 0.5em 0;
		}

.h3red { font-size: 0.3em; 
         font-weight: bold;
         color: #FF6100; 
		 margin: 0 0 0.5em 0;
         text-decoration: none }

.c { color: #FF6100 }

.white { color: #FFFFFF }

.clear { clear: both }

.underline { border-bottom: 1px solid #c0c0c0;
             padding-bottom: 2px }
						  


.error { background-color: #F4BCBC }

.animated {
	opacity: 0;
}
.aniloaded {
	opacity: 1;
	transition: opacity 1s linear 0.7s;
}

.small { 
		font-size: 0.75em; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.large { 
		font-size: 1.1em; 
		font-weight: normal;
		text-decoration: none;
		color: #000000; 
}

.note { 
      font-size: 1em; 
      color: #CFCFCF; 
      text-decoration: none;
}

img.screenshot { max-width: 100% }

img.download { border: none; background: #4c4c4c; opacity:0.8; 	transition: background-color 0.5s; }
img.download:hover { background: #FF6B00; opacity:1 }

div.twocolumns {
	column-count: 2;
	column-width: 44%;
	column-gap: 5%;
}
div.twocolumns div.colelement { 
    display: inline-block;
    vertical-align:top;
}

div.threecolumns {
	column-count: 3;
	column-width: 25%;
	column-gap: 5%;
}
div.threecolumns div.colelement { 
    display: inline-block;
    vertical-align:top;
}

div.info {
	border: 1px #B0B0B0 dashed;
	background: #F9F9F9;
	padding: 10px;
}

div.center { 
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center; 
}

div.quote { 
		background: url('quote_background.png') bottom right no-repeat;
		margin: 0;
		padding: 4px 22px 24px 0;
}

div.quote p { 
      font-weight: normal;
      color: #000000; 
		text-align: left;
		vertical-align: top;
		background: url('quote_icon.png') top left no-repeat;
		margin: 0;
		padding: 4px 0px 0px 64px;
}

div.quote p.quotesig { 
		background: transparent;
		font-style: italic;
		text-align: right;
}
	
	
p.infomessage {
	   margin-top: 12px;
	   margin-bottom: 12px;
		padding: 8px;
		border: 1px dotted #FF8200;
		background: #FFFFC8;
}		
	
img.inline_left {
		float: left;
		border: none;
		padding: 0 20px 10px 0px;
}		

img.inline_right {
		float: right;
		border: none;
		padding: 0 0 10px 20px;
}		

		 
table {
	   border: none; 
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
}

tr {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		vertical-align: top;
}

td {	border: none;
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		text-align: left;
		vertical-align: top;
}

table.basic {
		width: 100%;
}				
	
td.code {   /* code examples in articles from user forum */
		font-family: Courier New, fixed; 
      font-size: 0.7em; 
      color: #000000; 
      text-decoration: none;
		border: 1px dotted #CFCFCF;
		background-color: #F0F0F0;
		padding: 10px;
}
 

hr {	clear: both;
	height: 1px; 
	border: none;
	border-top: 1px solid #c4ced4; 
	margin: 8px 0px; 
}			

form {
	margin: 0;
    border: none;
    display: inline;
}

textarea {
    font-size: 0.9em; 
	border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    padding: 2px;
}
input {
    font-size: 0.9em;
	border: 1px solid #DEDEDE;
    padding: 2px;
	margin: 0 0 10px 0;
}

select {
    font-size: 0.9em;
	border: 1px solid #DEDEDE;
	margin: 0 0 10px 0;
}

input.radio {
    border: none ! important;
}

input.button {
    font-size: 0.9em;
    text-align: center;
	 color: #000000;
 	 border: outset;
	 background-color: #F5F5E1;
	 cursor: pointer;
    padding: 10px 6px;
    margin: 0;
}

input.checkbox  {
    border: none ! important;
    padding: 0;
    margin: 0 2px 0 0;
}

input.radio  {
    border: none ! important;
    padding: 0;
}

input.image  {
    border: none ! important;
}

input.searchterms {
	border: 1px solid #D0D0D0;
	height: 15px; 
	width: 80px;
	font-size: 0.9em;
	padding: 0 2px;
	margin: 0;
}

div.largebutton {
	display: inline-block;
	min-width: 200px;
	min-width: 18vW;
	margin: 20px;
	padding: 14px 24px;
	border: 2px solid #FFF;
	border-radius: 6px;
	color: #FFF;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
}
div.largebutton.black{
	border-color: #555;
	color: #555;
}
div.largebutton:hover {
	border-color: #E4641C;
	background: #FFF;
	color: #E4641C;
	opacity: 0.7;
}

#newreleasesticker {
	position:fixed;
	bottom:-3px;
	right:20px;
	padding:0;
	opacity:0.7;
}
#newreleasesticker:hover {
	opacity:1;
	transition:opacity 0.5s ease;
}

/* ---------------------- Toggles ----------------------- */

.toggle {
	background: url('icon-toggle-default.png') top left no-repeat;
	min-height: 24px;
	padding: 0px 2px 2px 36px;
	cursor: pointer;
}
.toggle.expanded {
	background: url('icon-toggle-open.png') top left no-repeat;
}

.toggle.bggray {
	background: #f0f0f0 url('icon-toggle-default.png') 3px 7px no-repeat;	
	padding: 6px 2px 8px 36px;
	border-radius: 6px;
}

.togglebody {
	display: none;
	padding: 0px 2px 2px 36px;
}

/* ---------------------- lightbox plugin ----------------------- */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1990;
	width: 100%;
	height: 100%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none }
#lightbox-container-image-box {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #000 solid;
	border-bottom: none;
}
#lightbox-container-image { padding: 10px }
#lightbox-image { max-width: 100% }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	border: 1px #000 solid;
	border-top: none;
	max-width: 100%;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
img.lightbox-image {
	border:none;
}

.lightbox img {
	border: none;
	height: auto;
}

div.lightbox {
	height: auto;
}

.lightbox a {
	display: block;
	position: relative;
}	
.lightbox a p {
	color: #FFF;
	background: #000;
	opacity: 0.6;
	position: absolute;
	width: 98%;
	bottom: 0;
	padding: 1%;
	margin: 0;
}


/* Miscellaneous settings */

.flag  { 
      background:url(flags.png) top left no-repeat;
      display:inline-block;
      height:24px;
      width:35px;
}
.flag.de { background-position: 0 0 }
.flag.uk { background-position: -74px 0 }
.flag.us { background-position: -111px 0 }
.flag.ch { background-position: -36px 0 }
.flag.uk { background-position: -74px 0 }
.flag.us { background-position: -111px 0 }
.flag.ca { background-position: -149px 0 }
.flag.au { background-position: -186px 0 }
.flag.ru { background-position: -223px 0 }
.flag.cz { background-position: -261px 0 }
.flag.pl { background-position: -298px 0 }
.flag.il { background-position: -336px 0 }
.flag.cn { background-position: -373px 0 }
.flag.br { background-position: -411px 0 }
.flag.in { background-position: -448px 0 }
.flag.sk { background-position: -485px 0 }
.flag.nl { background-position: -522px 0 }
.flag.fr { background-position: -559px 0 }


a.download { 
		background: url('icon_dnl.png') top left no-repeat;
		padding: 0 0 0 24px;
		display: inline-block;
}

a.weblink { 
		background: url('icon_link.png') top left no-repeat;
		padding: 0 0 0 24px;
		display: inline-block;
}

a.email { 
		background: url('icon_email.png') top left no-repeat;
		padding: 0 0 0 24px;
		display: inline-block;
}

a.tellink { 
		text-decoration: none;
}
		       
a.openpdf { 
		background: url('icon_pdf.png') top left no-repeat;
		padding: 0 0 0 24px;
		display: inline-block;
}
	
.linkindent { 
      padding: 0 0 0 24px;
}	

div.helpxplain { transition: opacity 2.5s }
div.helpxplain.fullwidth { width: 100% }
div.xplplaybutton { opacity: 0.7; transition: transform 0.3s }
div.xplplaybutton:hover { opacity: 1; transform: scale(1.1,1.1) }


/*------ Media queries ------*/

@media (max-width: 900px) {
	nav #menu-wrapper {
		height: 50px;
	}	
	div#homebutton {
	  margin: 4px 0 0 1vW;
	}
	a#menubutton {
		display: inline-block;
	}
	ul#main-menu {
		position: fixed;
		top: 0;
		left: 100%;
		width: 80%;
		height: 100vH;
		/*max-height: 100vH;*/
		/*background: #F0F0F0;*/
		background: rgba(35,40,45,0.9);
		transition: left 0.3s;
		overflow-y: auto;
		/*padding-left: 20%;*/
		padding-top: 50px;
	}
	ul#main-menu.display {
		left: 20%;
	}
	nav {
		position: absolute;
	}
	nav li  {
		display: block;
		margin: 0; 
		padding: 0;
		/*background: #F0F0F0;*/
		border: none;
	}
	nav li a.main-menu-entry {
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		margin: 8px;
		padding: 8px 0;
	}
	nav li:hover  { /*main entries*/
		background: #F0F0F0;
		border: none;
	}
	nav ul li ul li:hover  {  /*sub-entries*/
		background: transparent;
	}
	nav li:hover a.main-menu-entry {
		color: #E4641C;		
	}
	nav i.arrowdown {
		border-color: #FFFFFF;
	}
	
	
	nav ul li ul {
		position: relative;
		top: 0;
		width: 100%;
		height: 0;
		opacity: 0;
		transition: opacity 0.3s;
	}
	nav ul li ul.display {
		height: auto;
		opacity: 1;
		transition: opacity 0.3s;
	}	
	nav li.trial, nav li.order {
		float: clear;
		display: inline-block;
		width: 43%;
		line-height: 1em;
		height: auto;
		margin: 1vH 2% 8vH 2%;
		padding: 1vH 1%;
		font-size: 18px;
		text-align: center;
	}
	nav li.contact, nav li.news {
		display: none;
	}
	nav li.order {
		background: #C0C0C0;
		text-align: center;
		border: 1px solid #ADADAD;
	}
	nav li.order:hover {
		background: #D6D6D6;
		color: #000000;
	}
	nav li.order a:hover {
		color: #000000;
	}
	nav li.trial {
		border: 1px solid #4D914D;
	}
	nav li.trial:hover {
	}
	nav li.main-wrapper-right div {
		display: inline-block;
	}	
	li.main-wrapper-right svg {
		display: none;
	}
	nav i.arrowdown {
	  padding: 3px;
	  margin: 0 0 1px 6px;
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);  
	  visibility: visible;
	  opacity: 1;
	  transition: none;
	}	
	nav ul.mega-menu {
		/*background: #FFFFFF;*/
		width: auto;
		/*margin-right: -9px;*/
		text-align: left;
	}
	nav div.mega-menu {
		width: 100%;
		/*margin-right: -9px;*/
		margin-bottom: 0;
		border: none;
		box-shadow: none;
	}
	nav div.mega-entry {
		display: block;
		width: 95%;
		margin: 0;
	}
	nav div.mega-entry li {
		width: 100%;
		height: 40px;
		text-align: left;
	}
	nav div.mega-entry a {
		text-align: left;
	}
	nav div.mega-entry span {
		margin: 0;
	}
	nav div.mega-entry span.mmicon {
		display: none;
	}
	nav div.mega-entry span.mmh1 {
		display: none;
	}
	nav div.mega-entry span.mmh2 {
		display: block;
		width: 100%;
		margin: 0;
		font-size: 20px;
	}
	div.mega-entry.hm2 { 
		width: 100%;
		padding: 0 0 0 43px;
		border: none;
	}
	div#menu-hm div { 
		width: 80%;
	}
	div#menu-hm li { 
		width: 100%;
		height: 40px;
		margin: 0;
	}
	div#menu-support a { 
	}
	div#menu-support div.mega-entry { 
		width: 95%;
	}	
	div#menu-company span.mmicon {
		display: none;
	}
	div#menu-company a {
		margin: 0;
		text-align: left;
	}
	
	
	#mainbanner-frame { 
		margin-top: 50px 
	}
	
	#pagebanner-frame { 
	}
	#pagebanner { 
		font-size: 1em; 
		height: 120px;
	}
	#pagebanner h1 { 
		font-size: 2em; 
		margin-top: 0 
	}
	#pagebanner div.content {
		padding-top: 0;
	}
		
	#secondary_nav {
		margin-top: 90px;
	}
	#secondary_nav a {
		margin: 0 0 0 10px;
		font-size: 0.8em;
	}
	#sidebar { display: none } /* blog sidebar */
	
	td.leftcol {
		display: none;
	}
	div.twocolumns {
		column-count: 1;
	}
	div.threecolumns {
		column-count: 1;
	}
	h1 { 	
		font-size: 1.6em; 
	}
	h2 {  
		font-size: 1.3em; 
	}		
	h3 {  
		font-size: 1.1em; 
	}	
}



