body {
	font-family: Tahoma,Arial,sans-serif;
	color: #404040;	
	margin: 0;
	
	background-color: #efefef;
}

.page_header {
	/*border-bottom: 3px solid #ddd;*/
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	
	padding: 0.3em 0.6em 0 0;	
	
	background-color: #fff;
}

.page_header_content {
	margin-right: auto;
	margin-left: auto;
	
	width: 79vw;
}

.page_intro {
	padding-bottom: 1em;	
}

.page_header_content .nav {
	float: right;
	background-color: transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	
	padding-top: 5px;
	
	display: flex;
}

.nav li {
	padding-left: 30px;
	padding-right: 30px;
	
	padding: 0 0 0 50px;
	margin: 0;
	list-style: none;
}

.nav li:first-child {
	padding-left: 0px;
}

.nav li a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 40px;
	border: transparent;
	letter-spacing: 1px;
	
	white-space: nowrap;
}

.nav li a span {
	display: inline-block;
	padding-top: 0.8em;
}

.nav li a.active {
	color: #8d99af;
}

.nav li:last-child .main-white-button a {
	background-color: #8d99af;
	color: #fff !important;
}

.nav li:last-child .main-white-button a span {
	padding-top: 0.8em;
}

.nav li .app-icon {
	width: 32px;
	height: 32px;
	margin-top: 2px;
}

.main-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 15px;
	font-weight: 400;
	color: #2a2a2a;
	text-transform: capitalize;
	padding: 1px 25px;
	border-radius: 7px;
	letter-spacing: 0.25px;
	transition: all .3s;
}

/******** General tags ********/

h1 {
	font-size: 2.0em;
	color: #4088b8;
}

h2 {
	font-size: 1.2em;
	color: #4088b8;
	padding: 0 2px 2px 5px;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4088b8;
	border-bottom: 1px solid #dadada;
	margin: 10px 0 8px 0;
	padding: 1px 2px 2px 3px;
}

a {
	text-decoration:none;
	color:#4088b8;
	font-weight:bold;
}

a:hover,
a:hover span {
	text-decoration: underline;
}

.img_hover_effect:hover {
	opacity: 0.7;
}

a img {
	border:0;
}

p {
	line-height: 1.2em;
	
	margin:0 0 18px 5px;
}

p, ul li {
}

ul, ol, dl {
	margin: 2px 0 16px 35px;
}

ul ul, ol ol {
	margin: 4px 0 4px 35px;
}

.pagebutton {
	min-width: 8em;
	
	background-color: #4088b8;
	color: white;
	
	display: inline-block;
	
	border-radius: 5px;
	
	text-align: center;
	
	cursor: pointer;
}

.pagebutton_secondary {
	background-color: #bbb;
}

.pagebutton a {
	color: white;
	padding: 1.3em 2.4em 1.3em 2.4em;
	
	display: inline-block;
}

.pagebutton_small a {
	padding: 1.0em 1.4em 1.0em 1.4em;
}

.subheader {
	font-size: 1.1em;
	color: #808080;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.2em;
}

.link_goto {
	display: inline-block;
	padding: 0.5em 0.3em 0.5em 0;
}

.link_goto:hover {
	background-color: #eee;
}

/******** Main wrap ********/

.layout_main {
	color: #404040;
	
	width: 81vw;
	min-width: 800px;
	margin: 0 auto;
}

.layout_content {
	margin-top: 5.8em;
}
	
.toplinks {
	padding: 5px 2px 2px 3px;
}

.toplinks_page {
	text-align: center;
	width: 90%;
	height: 2.2em;
	
	margin: 0 auto;
	
	display: inline-block;
}

.toplinks_page a {
	font-weight: bold;
	font-size: 1.4em;
	
	color: #4088b8;
	
	display: inline-block;
}

.toplinks_page_info {
	font-size: 0.8em;
	color: #666;
	
	padding-left: 2em;
}

.toplinks_page_desc {
	padding-left: 0.5em;
	color: #333;
	font-weight: 500;
}

.toplinks_home {
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 1.2em;
}

.toplinks_home img {
	margin-top: 5px;
}

.toplinks_misc {
	font-size: 0.8em;
	
	display: inline-block;
	text-align: right;
	
	width: 20%;
}

.page_not_current {
}

.page_current {
	color: #666;
}

/******** Product Info ********/

.main_download {
	padding-left: 0.7em;
	
	padding-top: 1.4em;
	
	padding-bottom: 2.2em;
}

.download_macos {
	width: 11em;
	max-height: 4em;
}

.download_windows {
	margin-bottom: -6px;
}

.main_details {
	display: table-cell;
	
	padding-left: 15px;
}

.main_details_content {
	display: inline-block;
	
	vertical-align: top;
}

.button_start_video {
	margin-bottom: -6px;
	
	display: inline-block;
}

.button_start_video {
	border: 2px solid #ffffff;
	
	background: transparent;
}

.button_start_video:hover {
	opacity: 0.7;
	
	border: 2px dotted #666;
}

#headerPopup {
  margin: 0 auto;
  
  display: none;
  
  z-index: 5;
  
	position: fixed;
	width: 100%;
	height: 90%;
	text-align: center;
	top: 5vh;
	left: 0;
	
	padding-top: 0.7em;

	background: rgba(0,0,0,0.6);
}

#headerPopup video {
	padding-top: 2em;
	
	margin: 0 auto;

	width: 90%;
	height: 100%;
}

#headerPopup .info {
	padding: 0.5em 0.1em 0.5em 0.1em;
	color: #333;
	
	background: rgba(255,255,255,0.6);
	
	margin: 0 auto;
	width: 30vw;
}

/******** Sections ********/

.section_content {
	line-height: 1.5em;
	text-align: left;
	
	margin: 2em 0 0.5em 0;
	
	padding-left: 1.4em;
	padding-right: 1.4em;
}

.section_head {
	display: inline-block;
	clear: both;
	
	/*background-color: #efefef;*/
	
	padding: 0.1em 2.5em 0.1em 1.6em;
	
	border-radius: 0px 12px 12px 0px;
}

.section_head_simple {
	background: transparent !important;
}

.section_head_title {
	display: inline-block;
}

section.section_main {
	background-color: #fff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	
	padding-left: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0.6em;	
	
	margin-bottom: 1.2em;
}

section.section_padding {
	padding-left: 2em;
}	

section.section_single {
	padding-top: 1.4em;
}

/*.section_info {
	float: right;
	margin-bottom: 2em;
}*/

/******** Content ********/

.twoside_1 {
	display: table-cell;
	
	min-width: 250px;
}

.twoside_2 {
	display: table-cell;
	
	width: 50%;
	height: 100%;
	vertical-align: top;
}

.infoside_1 {
	display: table-cell;
	
	min-width: 21vw;
}

.infoside_1 img {
	margin-top: 0.7em;
}

.infoside_1 p {
	width: 550px;
	
	padding-top: 0.4em;
}

.infoside_1 {
	padding-left: 0em;
}

.infoside_1:not(:first-child) {
	padding-left: 2em;
}

.info_area_start {
	padding-top: 2em;
}

.infohead {
	display: inline-block;
	color: #4088b8;
	
	font-weight: bold;
	margin-bottom: 0.5em;
	
	background-color: #efefef;
	padding: 6px 14px;
	
	border-radius: 12px;
}

.app-icon {
	width: 48px;
	height: 48px;
	
	float: left;
	margin-right: 9px;
	
	margin-top: -4px;
}

/******** Help ********/

.toc_smaller {
	font-size: 1em;
}

.toc_smaller a {
	font-weight: normal;
}

/******** Footer ********/

#footer {
	clear: both;
	text-align: right;
	color: #808080;
	font-size: 0.8em;
	border-top: 4px solid #dadada;
	margin: 0 auto;
	padding: 8px 0;
}

#footer p {
	line-height: 1.6em;
}

#footer a {
	color:#808080;
}

/******** Various classes ********/

.left {
	float:left;
	margin:0 15px 4px 0;
}

.right{float:right; margin:0 0 4px 15px;}
.textright{text-align:right;}
.readmore{text-align:right; margin:-10px 10px 12px 0;}

.center{text-align:center;}
.blue{color:#4088b8;}
.big{font-size:1.3em;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}

.clear{clear:both;}
.hide{display:none;}
.fade{color:#c8c8c8;}
.gray{color:#808080;}

.photo{
	float: none;
	border: 1px solid #bababa;
	padding: 2px;
	background-color: #ffffff;
	/*margin: 6px 18px 20px 5px;*/
}

.floatphoto{
	float: right;
	border: 1px solid #bababa;
	padding: 2px;
	background-color: #ffffff;
	margin: 6px 18px 2px 5px;
}

pre {
	font: normal 1em Courier;
	margin-left: 20px;
	background-color: #d8e2e7;
	border: 0.5px solid #4088b8;
}

table {
	margin-left: 20px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

td, th {
	padding: 3px;
}

th {
	background-color: #d8e2e7;
}

.spam_message {
	border: 1px solid #999;
	background-color: #fdd;
	
	padding: 0.4em 0.9em;
	
	margin-bottom: 2em;
}

.infobox {
	padding: 0.5em 1em;
	
	background-color: #B9E5EA;
}

.infobox p {
	margin: 5px;
}

.narrow_info {
	max-width: 450px;
	
	margin-top: 0.7em;
}

.narrow_info_right {
	margin-left: auto;
}

.section_space {
	min-height: 2em;
	
	clear: both;
}

/******** Custom ********/

.table_order_process tr:not(:first-child) td {
	border: 1px solid #999;
	padding: 4px 3px;
}

.table_default tr td,
.table_default tr th
 {
	border: 1px solid #999;
	padding: 4px 3px;
}

.order_variant {
	padding: 1.1em 1.3em 1.1em 1.3em;
	
	background-color: #f8f8f8;
	
	border: 3px solid #ccc;
	
	width: 21em;
	
	float: left;
	
	margin-right: 1.6em;
}

.order_variant_basic {
	background-color: #eee;
	
	border: 3px solid #ddd;
}

.order_variant_smaller {
}

.order_variant:hover {
}

.order_variant_product {
	text-decoration: underline;
}

.order_variant_price1 {
	font-size: 1.5em;
}

.order_variant_price2 {
	font-weight: bold;
}

.order_variant_product,
.order_variant_price1,
.order_variant_price2,
.order_variant_price_permanent {
	margin-bottom: 0.3em;
}

.order_variant_separator {
	width: 100%;
	
	display: inline-block;
	
	border-top: 2px solid #aaa;
	
	margin-top: 0.4em;
}

.order_characteristica {
	background-image: url("check.png");
	background-repeat: no-repeat; /* Do not repeat the image */
	
	display: inline-block;
	
	padding-left: 1.9em;
	
	padding-bottom: 0.4em;
}

.order_missing {
	background-image: url("missing.png");
	background-repeat: no-repeat; /* Do not repeat the image */
	
	display: inline-block;
	
	padding-left: 1.9em;
	
	padding-bottom: 0.4em;	
}

.order_variants {
	display: inline-block;
}

.order_variant_info {
	display: block;
	
	max-width: 12em;
	
	vertical-align: top;
	
	padding-left: 1.3em;
	
	padding-bottom: 1.3em;
}

.order_variant_info_title {
	font-size: 1.2em;
}

.order_variant_info_content {
	line-height: 1em;
	
	color: #666;
	
	display: inline-block;
}

.order_form_info {
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}

.price_without_discount {
	text-decoration: underline overline line-through;
}

.pagebutton_order {
	margin-top: 0.7em;
	
	white-space: nowrap;
}

.pagebutton_order a {
	padding: 0.3em 1.4em 0.3em 1.4em;
}

.pagebutton_order:hover {
	text-decoration: underline;
}

.order_button_next_step {
	padding: 0.6em 1.0em;
	font-weight: bold;
	font-size: 1em;
	
	border: 0;
}

.order_options_info {
	padding-top: 0.4em;
	padding-bottom: 0.3em;
}
	
