html, body {
  color: white;
  text-align: center;
  background-color: #313131;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: verdana, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

* {
  box-sizing: border-box;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear {
  clear: both;
}

li {
  list-style: none;
  text-align: left;
}

img {
  border: 0;
}


h1, h2 {
  font-weight: normal;
}



 h1 {
  /* from questions2023.css */
  color: #666;
  letter-spacing: 0.30em;
  text-align: center;
  line-height: 1.5em;
  padding: 5px 20px 9px 20px;
  margin: 0px 0px 25px 0px;
  font-size: 18px;
  font-family: verdana, sans-serif;
  font-weight: normal;
  /* background: #333; */
  background: #0e0000;
  color: white;
  text-transform: uppercase;
  
  
/*   border-bottom: 4px solid #0e0000; */
 }

 .subheader h1 {
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 30px 0;
  font-size: 20px;
  background: none;
  text-transform: lowercase;
  border-bottom: none;
}

h2 {
  clear: left;
  text-transform: none;
  background: none;
  /* border-bottom: 4px solid #606060; */
  border-bottom: 2px solid white;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  padding: 0 0 10px 0;
  line-height: 20px;
  /* color: #505050; */
  color:white;
  font-family: verdana, sans-serif;
  letter-spacing: 0.35em;
}

h3 {
  font-size: 102%;
  margin-bottom: 20px;
/*   font-family: futura, sans-serif; */
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  letter-spacing: 0.05em;
  color:white;
}

p {
  margin-top: 0;
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  /* color: #505050; */
  color:white;
}

.spacer {
  padding: 0 0 0 1.5ex;
  margin: 0 -1px 30px -2px;
  border-top: 1px solid #303030;
  border-left: 1px solid #303030;
  height: 5px;
  background-color: #606060;
}

/* links   */

a:link, a:visited {
  text-decoration: none;
  color: #62afb3;
/*   font-weight: bold; */
}

p a:link, a:visited {
  text-decoration: none;
  color: #62afb3;
/*   font-weight: bold; */
}

a.text:link, a.text:hover {
  color: #62afb3;
  font-weight: normal;
  font-family: futura, sans-serif;
  font-size: 17px;
  margin-left: 1px;
  margin-right: 1px;
}

table img {
	margin-right: 10px;
}

.faq-primary a, #manuals a{
	color:white !important;
}

#download h2 {
	padding-top: 30px;
}

.productdownload tr a {
	font-weight: normal;
	font-family: futura, sans-serif;
	margin-left: 15px;
	color: white;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
  }
  
  .productdownloads td {
	padding-top: 20px;
  }
  
  .productdownload table {
/* 	float:left;   */
	margin-top: 10px;
	margin-bottom: 30px;
  }
  
  .productdownload {
/* 	margin-bottom: 50px; */
	padding-left:10px;
	padding-right: 10px;
}
  
.productdownload a img {
	display:none;
}

.productdownload h3 {
/* 	margin:0 0 0 30px;; */
float:left;
width:100%;
background: black;
margin-bottom: 0;
padding: 10px 10px 10px 58px;
line-height: 1.5em;
height: 50px;
}

.downloadcontainer {
	   float:left;
	   width: 100%;
	   background: grey;
	   padding-left: 20px;
	   padding-top: 20px;
	   margin-bottom: 20px;
   }


.pluginpage p, #supportpage p, #infopage p, #education p, #press p, .blog p, #productFeatures {
	padding-left: 5px;
	padding-right: 5px;
}  

@media (max-width:520px){
/* no padding	 */	   


.pluginpage p, .pluginpage h2, #supportpage p, #supportpage h2, #infopage p, #infopage h2, #infopage h3, #education p, #education h2, #press p, #press h2, .blog p, .blog h2, #productFeatures {
	padding-left: 20px;
	padding-right: 20px;
}  
}


/*---- buttons --------------------------------------------------------*/

button {
  text-transform: uppercase;
  width: 120px;
  position: absolute;
  background: #00D22A;
  color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  height: 30px;
  border: none;
}

button:hover {
  background: #2CFF4A;
}

/*---- p a g e   l a y o u t --------------------------------------------------*/
body {
/* 	 background-color: #F9F9F9; */
background-color: #a6a6a6;
/* 	 background-image: linear-gradient(to bottom right, white 0%, black 100%); */
}

#container {
  position: absolute;
  margin: 0 auto 0 auto;
  width: 100%;
  top: 0;
  left: 0;
}

#page {
/*   position: absolute; */
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  /* background-color: #F9F9F9;  //white background*/
/*
  background-color: #181818;
  background-image: linear-gradient(to bottom right, rgba(121, 117, 117, 0.795) 0%, rgba(0, 0, 0, 0.801) 100%) !important; 
*/
  
  	background-color: #313131;
/*  	background-image: linear-gradient(to bottom right, rgba(249, 249, 249, 0.2) 0%, rgba(251, 245, 245, 0) 100%) !important;  */ 
  
  
/* background-image: linear-gradient(to bottom right, white 0%, black 100%); */
  position: relative;	 
  top: auto;
  margin: auto;
  color:white;
/*   margin-bottom: 100px; */ /* doet niks? */
}

#maincontent {
  float: left;
/*   width: 88%; */
  width: calc(100% - max(80px, 16%)); 
  margin-left: max(40px, 8%);
  margin-right: max(40px, 8%);
  margin-top: 30px;
  padding-bottom: 30px;
/*   margin-bottom: 60px; */ /* doet niks? */
}

@media (max-width:520px){
/* no padding	 */	
		
#maincontent {
    width: 100%; 
    margin: 20px 0 0 0;	
}	

section {
	padding-left: 20px;
	padding-right: 20px;
}

.bigimage {
	display:none;
}


}

@media (min-width: 920px) {
  #page {
/*     top: 120px; */
  }

  .leftcolumn {
    float: left;
    width: 46%;
    margin-left: 0;
  }
  .rightcolumn {
    float: right;
    width: 46%;
    margin-right: 0;
  }

}

@media (min-width: 640px)and (max-width: 919px) {
  #page {
/*     top: 120px; */
  }

  .leftcolumn {
    float: left;
    width: 46%;
    margin-left: 0;
  }
  .rightcolumn {
    float: right;
    width: 46%;
    margin-right: 0;
  }
  
  .plugin-page {
	  margin-top: 30px;
  }
}


@media orientation:portrait {
  #contentMainWrapper {
    min-height: 575px;
  }
}
  
/* You Tube Player */

.youtube-player {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: none;
  margin-bottom: 3%;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/images/icons/play.png") no-repeat;
  cursor: pointer;
}

.blog img {
  padding-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 774px) {
	.bigimage {display:none;}
	.smallimage{display:block;}
	}
	
@media screen and (min-width: 775px) {
	.bigimage {display:block;}
	.smallimage{display:none;}
	}	
	
	
