* {
}

#slideControl a {
	cursor: pointer;
}
#bannerControl a {
	cursor: pointer;
}
#banner {
	position: relative;
	width: 100%;
	margin: 0 auto 10px;
	background-color: #000;
}
#banner img {
	position: absolute;
	left: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

#banner img.visible {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
}

.selected {
	font-weight: bold;
}

.cloud {
	display: inline;
	list-style-type: none;
	width: 400px;
	font-family: "Open Sans";
	color: #666;
	font-weight: bold;
}
.cloud li {
	list-style: none;
	display: inline;
	vertical-align: middle;
}

.clearfix {
	overflow: auto;
}

p { 
	text-indent: 2.8em;
	text-align: justify;
}

form { 
	margin: 0px; 
}
  
body {
	background-color: #383838;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: "Open Sans";
	font-size: 14px;
	min-width: 240px;
}

a {
	color: #285828;
	text-decoration: none;
}

a:hover {
	color: #487848;
	text-decoration: underline;
}

a.brighter {
	color: #487848;
	text-decoration: none;
}

a.brighter:hover {
	color: #689868;
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 20px;
	font-style: normal;
}

h2 {
	color: #000;
	font-size: 17px;
	font-style: normal;
}

h1.pageTitle1 {
	font-family: "Open Sans"; 
	font-weight: bolder; 
	color: #222; 
	text-shadow: 1px 1px 2px #999; 
	margin: 0px; 
	margin-top: 20px
}

h2.pageTitle2 {
	font-family: "Open Sans"; 
	font-weight: bolder; 
	color: #222; 
	text-shadow: 1px 1px 2px #999; 
	margin: 0px; 
	margin-bottom: 20px
}

h3 {
	color: #000;
	font-size: 15px;
	font-style: normal;
}

h4 {
	color: #000;
	font-size: 13px;
	font-style: normal;
}

em {
	/*line-height: 3em;*/
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

#page {
	background-color: #e8e8e8;
	max-width: 1195px;
	min-width: 1050px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: "Open Sans";
	color: #000;
	box-shadow: 0px 0px 20px #000;
	background-position: right top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#pageLeft {
	float: left;
	border-right: 1px solid #777;
	max-width: 945px;
	padding: 0.5vw;
	padding-right: 1vw;
	padding-left: 1vw;
	background-color: #d8d8d8;
}	
#pageLeft img {
	max-width: 100%;
    width: auto;
    height: auto;
}

#pageRight {
	background-color: #e8e8e8;
	float: right;
	width: 160px;
	padding: 10px;
	padding-right: 20px;
	padding-left: 10px;
}

#topmenu_bckg {
	background-color: #101010; 
	width: 100%; 
	height: 80px; 
	z-index: 99;
}

#topmenu-old {
	background: url(img/easyHDR_menulogo.png) no-repeat 10px 10px;
	background: -webkit-image-set( url(img/easyHDR_menulogo.png) 1x, url(img/easyHDR_menulogo@2x.png) 2x) no-repeat 10px 10px;
	background-color: #101010;
	display: block;
	padding: 0px;
	height: 80px;
	overflow: hidden;
	-webkit-transition: height 0.5s linear;
	-moz-transition: height 0.5s linear;
	transition: height 0.5s linear;
	z-index: 100;
}
#topmenu {
	background-color: #101010;
	display: block;
	padding: 0px;
	height: 80px;
	overflow: hidden;
	-webkit-transition: height 0.5s linear;
	-moz-transition: height 0.5s linear;
	transition: height 0.5s linear;
	z-index: 100;
}
#topmenu li a {
	display: block;
	opacity: 0.7;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-family: "Open Sans";
	font-size: 1.25em;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 57px;
	padding-bottom: 0px;
	margin: 0px;
	height: 90px;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear; 
}
#topmenu li a:hover {
	opacity: 1;
    background: -webkit-linear-gradient(#383838, #181818); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#383838, #181818); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#383838, #181818); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#383838, #181818); /* Standard syntax (must be last) */
}
#topmenu ul {
    list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0px;
}
#topmenu li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#topmenu ul li ul {
    display: none;
	padding: 0px;
	margin: 0px;
}
#topmenu ul li:hover ul {
    display: block;
	z-index: 101;
	position: fixed;
	float: right;
	text-align: right;
	right: 0px;
	width: 150px;
	top: 80px;
}

#submenu a {
	opacity: 0.8;
	padding: 0.7vh;
	padding-left: 0.7vh;
	background: #181818;
	width: 150px;
	margin-top: 1px;
	font-size: 14px;
	height: 18px;
}
#submenu a:hover {
	opacity: 1;
	background: #186818;
}
#topmenu span {
	width: 32px;
	height: 32px;
	display: block;
	margin-top: -44px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

a.menuitem_easyhdr {
	display: inline-block;
	opacity: 1;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-family: "Open Sans";
	font-size: 1.25em;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 90px;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear; 
}

a.menuitem_easyhdr:hover {
	opacity: 1;
    background: -webkit-linear-gradient(#383838, #181818); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#383838, #181818); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#383838, #181818); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#383838, #181818); /* Standard syntax (must be last) */
}

.menuitem_menu a span {
	display: none;
	background-image: url(img/ico/menu.png);
	background-image: -webkit-image-set( url(img/ico/menu.png) 1x, url(img/ico/menu@2x.png) 2x);
}

.menuitem_home a span {
	display: none;
	background-image: url(img/ico/home.png);
	background-image: -webkit-image-set( url(img/ico/home.png) 1x, url(img/ico/home@2x.png) 2x);
}

.menuitem_about a span {
	display: none;
	background-image: url(img/ico/info.png);
	background-image: -webkit-image-set( url(img/ico/info.png) 1x, url(img/ico/info@2x.png) 2x);
}

.menuitem_version a span {
	display: none;
	background-image: url(img/ico/clock.png);
	background-image: -webkit-image-set( url(img/ico/clock.png) 1x, url(img/ico/clock@2x.png) 2x);
}

.menuitem_download a span {
	display: none;
	background-image: url(img/ico/download.png);
	background-image: -webkit-image-set( url(img/ico/download.png) 1x, url(img/ico/download@2x.png) 2x);
}

.menuitem_buy a span {
	display: none;
	background-image: url(img/ico/shopping_cart.png);
	background-image: -webkit-image-set( url(img/ico/shopping_cart.png) 1x, url(img/ico/shopping_cart@2x.png) 2x);
}

.menuitem_documentation a span {
	display: none;
	background-image: url(img/ico/picture.png);
	background-image: -webkit-image-set( url(img/ico/picture.png) 1x, url(img/ico/picture@2x.png) 2x);
}

.menuitem_examples a span {
	display: none;
	background-image: url(img/ico/book.png);
	background-image: -webkit-image-set( url(img/ico/book.png) 1x, url(img/ico/book@2x.png) 2x);
}

.menuitem_support a span {
	display: none;
	background-image: url(img/ico/help.png);
	background-image: -webkit-image-set( url(img/ico/help.png) 1x, url(img/ico/help@2x.png) 2x);
}

#bottommenu {
	width: 100%;
	padding: 0px;
	background: #101010;
	overflow: hidden;
	-webkit-transition: height 0.5s linear;
	-moz-transition: height 0.5s linear;
	transition: height 0.5s linear;
	color: #808080;
}
#bottommenu a {
	color: #689868;
	text-decoration: none;
}
#bottommenu a:hover {
	color: #88b888;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td, tr, th {
	padding: 0.5em;
}

table.tab {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #000;
}

td.tab, tr.tab, th.tab {
	border: 1px solid #000;
	padding: 0.5em;
	background-color: #ccc;
}

th.tab {
	background-color: #444;
	color: #eee;
	border: 1px solid #000;
}

td.tabStrong {
	background-color: #a8a8a8;
	border: 1px solid #000;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.example {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #444;
	color: #eee;
	border-radius: 5px;
}

.exampleImage {
	box-shadow: 0px 0px 1em #000;
}

.testimonial {
	padding: 1.25em;
	background-color: #ccc;
	margin-top: 5px;
}

.quickStart {
	padding: 0.5vw;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #ccc; 
}

.version {
	width: 100%; 
	padding: 0px; 
	padding-top: 2em; 
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #999;
}

.separator {
	text-align: center;
	line-height: 35px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	color: #555;
}

a.numberedButton, 
a.numberedButton:link, 
a.numberedButton:visited { 
	display: inline-block;
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 9px; 
	padding-right: 9px; 
	background-color:#888; 
	border: 0px; 
	margin: 0px;
	margin-bottom: 2px; 
	text-align: center; 
	font-size: 15px; 
	font-weight: bold; 
	color: #ddd; 
	text-decoration: none;
	/*border-radius: 12px;*/
	
}
a.numberedButton:active,
a.numberedButton:hover { 
	background-color: #666; 
}

a.numberedButtonSelected, 
a.numberedButtonSelected:link, 
a.numberedButtonSelected:visited { 
	display: inline-block;
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 9px; 
	padding-right: 9px; 
	background-color:#444; 
	border: 0px; 
	margin: 0px; 
	margin-bottom: 2px; 
	text-align: center; 
	font-size: 15px; 
	font-weight: bold; 
	color: #ddd; 
	text-decoration: none; 
}

ul.numberedButton {	
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
	float: right; 
}
li.numberedButton {	
	float: left; 
	margin: 2px 0px 0px 2px; 
	padding: 0px; 
}

ul { 
	text-align: justify; 
	padding: 0.2em; 
	margin: 0.2em 0.2em 0.2em 2em; 
}
li { 
	text-align: justify; 
	padding: 0.2em; 
	margin: 0px; 
}

.button {
	display: inline-block;
	padding: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 1.2em;
	text-decoration: none;
	background: #285828;
	background: -webkit-linear-gradient(#487848, #386838); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#487848, #386838); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#487848, #386838); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#487848, #386838); /* Standard syntax */
	box-shadow: 1px 1px 2px #000;
	margin-bottom: 2px;
}

.button:hover {
	background: #487848;
	background: -webkit-linear-gradient(#285828, #386838); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#285828, #386838); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#285828, #386838); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#285828, #386838); /* Standard syntax */
}

.buttonGray {
	display: inline-block;
	padding: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 1.2em;
	text-decoration: none;
	background: #888888;
	background: -webkit-linear-gradient(#888888, #707070); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#888888, #707070); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#888888, #707070); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#888888, #707070); /* Standard syntax */
	box-shadow: 1px 1px 2px #000;
	margin-bottom: 2px;
	cursor: pointer;
}

.buttonGray:hover {
	background: #686868;
	background: -webkit-linear-gradient(#686868, #707070); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#686868, #707070); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#686868, #707070); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#686868, #707070); /* Standard syntax */
}

.buyButton {
	border: none;
	display: inline-block;
	padding: 0.4em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 1.2em;
	text-decoration: none;
	background: #285828;
	background: -webkit-linear-gradient(#487848, #386838); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#487848, #386838); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#487848, #386838); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#487848, #386838); /* Standard syntax */
	box-shadow: 1px 1px 2px #000;
	margin-bottom: 2px;
	cursor: pointer;
}

.buyButton:hover {
	background: #487848;
	background: -webkit-linear-gradient(#285828, #386838); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#285828, #386838); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#285828, #386838); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#285828, #386838); /* Standard syntax */
}

.currencySelect {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 0 none;
	border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 0.3em;
    background: #666;
	cursor: pointer;
}

.currencySelect:hover {
    background: #777;
}

.buyButton:focus,
.currencySelect:focus {
	outline: none;
}

.colorizeRed {
	-webkit-filter: invert(20%) sepia(100%) hue-rotate(320deg) saturate(3);
}

.colorizeGreen {
	-webkit-filter: invert(20%) sepia(100%) hue-rotate(50deg) saturate(5);
}

.spinner {
	border: 14px solid #f3f3f3;
	border-top: 14px solid #505050;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
	animation: spin 2s linear infinite;
	pointer-events: none;
	position: absolute; 
	z-index: 100;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.imgcolumn {
	float: left;
	width: 50%;
	padding: 5px;
}

/* Clearfix (clear floats) */
.imgrow::after {
	content: "";
	clear: both;
	display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .imgcolumn {
		width: 100%;
  }
}