/* =============================================================== */
/* =============================================================== */
/* GENERAL */
/* =============================================================== */
/* =============================================================== */

.flex-column {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: center;
    justify-content: center;
}

.flex-row.top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-row {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: center;
    justify-content: center;
}

.row:after {
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}

.flexibleHeight {
    height: auto !important;
}

section.features {
	padding-top: 0;
}		

div.row {
	min-width: 800px;
}

section.features div.row {
	border-bottom: 1px solid #CCC;
	max-width: 100%;
	padding-top: 4em;
	padding-bottom: 0;
}

section.features div.row:after {
   content: ""; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

section.features div.row:last-of-type {
	margin-bottom: 0;
}

section.features div.row p:last-of-type {
	margin-bottom: 3.5em;
}

section.features div.row:nth-child(odd) {
	background: #FFF;
}		
		
section.features .feature-container {
	max-width: 760px;	
}	

.light section.features div.row.dark {
	background-color: #FAFAFA;
}

.light section.features div.row.light {
	background-color: #FFF;
}


span.badge {
    display: inline-block;
    
    padding: 0.21em 0.57em;    
    margin: -0.28em 0.57em 0 0.57em;
    
    font-weight: 700;
    
    color: white;
    border-radius: 3px;
    background: #666666;
    
    font-size: 1.4rem;
    line-height: 1.57em;
    
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;    
}

div.separator { 
    content: " ";
    background-image: url("../../Images/launchbar/separator.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1px;
    margin: 0 auto !important;
}

.additional-links {
	margin-top:1em; 
	font-size:0.9em;
}

/* =============================================================== */
/* =============================================================== */
/* RELEASE NOTES */
/* =============================================================== */
/* =============================================================== */

#releasenotespage div.changelog-entry {
	max-width: 860px;
	text-align: left;
    margin-bottom: 72px;
}

#releasenotespage div.changelog-entry:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

#releasenotespage div.changelog-entry div.additional.details {
	margin-top: 2em;
}

#releasenotespage div.changelog-entry:last-of-type {
    margin-bottom: 0;
}

#releasenotespage div.changelog-entry div.date {
    text-align: right;
    
    float: left;
    width: 18%;
    
    position: relative;
    top: 6px;
}

#releasenotespage div.changelog-entry div.date span {
    margin: 0;
    padding: 0;
    
    color: white;
	padding: 0.3em 0.5em;
    
    border-radius: 3px;
    background: #79C22B;
}

#releasenotespage div.changelog-entry div.details {
    float: right;
    width: 80%;
}

#releasenotespage div.changelog-entry div.details span.title {
	font-size: 22px;
}

#releasenotespage div.changelog-entry div.details div.changes {
    margin-top: 18px;
    font-size: 18px;
    line-height: 26px;
}

#releasenotespage div.changelog-entry div.details div.changes h4 {
	font-family: "open-sans", "Lucida Grande", sans-serif;
	font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 2.5em;
}

#releasenotespage div.changelog-entry div.details div.changes h5 {
    font-family: "open-sans", "Lucida Grande", sans-serif;
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 0.2em;
    margin-top: 3.2em;
}


#releasenotespage div.changelog-entry div.details div.changes ul {
    margin: 0;
    font-size: 16px;
}

#releasenotespage div.changelog-entry div.details div.changes p {
	color: rgb(48, 48, 48);
    font-size: 16px;
}

.dark#releasenotespage div.changelog-entry div.details div.changes p {
    color: rgb(238, 238, 238);
}

.dark#releasenotespage div.older-releasenotes a {
    color: rgb(238, 238, 238);
}
.dark#releasenotespage div.older-releasenotes a:hover {
	color: rgb(194, 194, 194);
	text-decoration: none;
}

#releasenotespage .new:before {
	content: "NEW";
    
    margin-right: 10px;
	font-weight: 600;      
	font-size: 70%;  

	padding: 0.3em 0.5em;
    border-radius: 3px;
    background: #D4D4D4;
}

.dark#releasenotespage .new:before {
    background: #79C22B;
}

#releasenotespage section p.limitedInSize {
    margin: 0px;
    margin-top: 48px;
    margin-bottom: 48px;
    width: 768px;
    line-height: 28px;
    font-size: 22px;
}
    
#releasenotespage section.teaser div.teaser-image {
    padding-top: 32px;
}

#releasenotespage section.header div.title {
    margin-bottom: 32px;
}

#releasenotespage img.rounded {
    border-radius: 10px;
    margin-top: 0.3em;
    margin-bottom: 0.7em;
}    

#releasenotespage footer {
	margin-top: 8rem;
}

#releasenotespage .alert-only {
    display: none;
}

#releasenotespage div.changelog-entry div.update-recommended {
    font-size: 16px;
    background-color: #eeeeee;
    margin-bottom: 1em;
    padding: 8px 16px;
    border-radius: 8px;
}

#releasenotespage.dark div.changelog-entry div.update-recommended {
    background-color: #666666;
}

#releasenotespage div.changelog-entry div.update-recommended p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#releasenotespage div.changelog-entry div.update-recommended p:first-of-type {
    margin-top: 0px;
}

#releasenotespage div.changelog-entry div.update-recommended p:last-of-type {
    margin-bottom: 0px;
}

/* =============================================================== */
/* =============================================================== */
/* LICENSE KEY UPGRADE */
/* =============================================================== */
/* =============================================================== */

#upgradepage .pageContent {
	margin-top: 3em;
}

#upgradepage input {
	font-size: 1.8rem;
	padding: 0.5em;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;

  	border-radius: 3px;
	border: 1px solid #E3E3E3;
}

#upgradepage input[name='LICENSEKEY']:hover, 
#upgradepage input[name='LICENSEKEY']:focus {
  box-shadow: 0 0 5px #40BFFD;
  border: 1px solid #64cbff;
}

#upgradepage input[name='LICENSEKEY'] {
	background: rgba(255,255,255,0.8);
	width: 350px;
	margin-bottom: 0px;
	text-align: center;
	color:#565656;
	text-shadow: 0px 1px 0px #FFF;
}

#upgradepage input[name='LICENSEKEY']:hover,
#upgradepage input[name='LICENSEKEY']:focus {
	background: #FFF;
}

#upgradepage input:-webkit-autofill,
#upgradepage input:-webkit-autofill:focus {
	text-shadow: none !important;
}

#upgradepage ::-webkit-input-placeholder { color: #d5d5d5; }
#upgradepage :-moz-placeholder { color: #d5d5d5; }
#upgradepage ::-moz-placeholder { color: #d5d5d5; }
#upgradepage :-ms-input-placeholder { color: #d5d5d5; }

#upgradepage input[type='Submit'] {
	border-radius: 6px;
	background: rgba(0,0,0,0.05);	
	border: 1px solid #E3E3E3;
	
	color: #000000;
	text-shadow: 0px 1px 0px #FFF;
	margin-left: 2rem;
	margin-right: 2rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

#upgradepage input[type='Submit']:hover  {
	background: rgba(0,0,0,0.1);
}

#upgradepage input[type='Submit']:active  {
	background: rgba(0,0,0,0.2);	

	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	outline: none;
}

#upgradepage section {
	padding-top: 1em;
}

#upgradepage section.error-message-box p {
	color: #b70000;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.6em;
	margin: 0 auto;
	max-width: 600px;
}

#upgradepage .licensing-howto ol {
	margin: 0 auto;
	color: inherit;
	text-align: left;
	color: #666;
}

#upgradepage .license-cautioning {
	font-size: 1.4rem;
	margin-top: 5em;
}

#upgradepage .result-box p {
	margin-bottom: 0;
}

#upgradepage .licensekey {
	font-size: 3.4rem;
	font-weight: 600;
	color: #00862c;
	margin-top: 0;
}

/* =============================================================== */
/* =============================================================== */
/* DOWNLOAD PAGE */
/* =============================================================== */
/* =============================================================== */

#downloadpage .downloads {
	width: 840px;
	margin: 0 auto;
}

#downloadpage .downloads div {
	display: inline-block;
}

#downloadpage .downloads .logo {
	vertical-align: top;
	margin-right: 2em;
}
		
#downloadpage .downloads .download-container {
	text-align: left;
	margin-bottom: 80px;
	width: 37em;
}

#downloadpage .downloads .download-container p {
	margin-bottom: 1.5em !important;
}

#downloadpage .downloads h2 {
	font-size: 3.8rem;
}

#downloadpage .downloads h2 .version-number {
	font-weight: 500;
	font-size: 70%;
	color: #666;
	margin-left: 0.3em;
}

#downloadpage .downloads .requirements {
	font-weight: 600;
	font-size: 80%;
}

#downloadpage .downloads .compatibilityNotice {
    background-color: #ffe980;
    padding: 1em 1.4em;
    border-radius: 8px;
    font-size: 0.9em;
}

#downloadpage .download-container .warning {
 	color: #CDCDCD;
}

#downloadpage section.legacy:not(.downloads) {
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-bottom: 3em;
}

#downloadpage section.legacy:not(.downloads) .head *{
	display: inline-block;
	vertical-align: middle;
}

#downloadpage section.legacy:not(.downloads) .head img {
	margin-right: 0.8em;
}

/* Legacy Downloads */

#downloadpage .downloads.legacy .download-container {
    margin-top: 24px;
}

#downloadpage .downloads.legacy .download-container p {
    margin-bottom: 0px;
}

#downloadpage .downloads.legacy .download-container.column {
	width: 17.5em;
	vertical-align: top;
}

#downloadpage .downloads.legacy .download-container ul {
    padding-left: 0.3em;
	color: #666;
	list-style: none;
}

#downloadpage .downloads.legacy .download-container ul li {
	color: inherit;
}

#downloadpage .downloads.legacy .fancyButton {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

/* =============================================================== */
/* =============================================================== */
/* ORDER PAGE */
/* =============================================================== */
/* =============================================================== */

#orderpage section.header {
	padding-top: 5em;	
}

#orderpage table.catalog {
	margin: 2em auto 0;
	width: 70% !important;
}

#orderpage .catalog-section p {
	max-width: 750px;
	font-size: 1.6rem;
	margin: 0.2em 0 0.5em 0;
	padding: 0;
}

#orderpage .catalog-section p small {
	font-size: 1.4rem !important;
}
	
#orderpage .catalog-section {
	margin-bottom: 5em;
}

#orderpage table tr td:not([valign="middle"]) {
	display: none !important;
}

#orderpage table tr:first-of-type {
 	border-top: 1px solid #e8e8e8;
}

#orderpage table tr:last-of-type {
	border-bottom: none;
}

#orderpage .smallprint {
	color: #AAA;
}

#orderpage table tr td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#orderpage table tr:first-of-type td {
	padding-top: 0.8em;
}
 
#orderpage table.catalog tr td.productname { 
 	width: 71%; 
 	text-align: left;
}
#orderpage table.catalog tr td.price { 
	width: 18%; 
	min-width: 120px;
}
#orderpage table.catalog tr td.checkout { width: 13% !important; }
#orderpage table.catalog tr td.checkout form {width: 100px !important;}
	
#orderpage .catalog-section td.price {
	text-align: right !important;
}	

#orderpage .catalog-section td.price .originalPrice {
	color: #303030 !important;	
	text-decoration: none !important;
	position: relative;
	z-index: 1;
}

#orderpage .catalog-section td.price .originalPrice:after {
	content: " ";
	width: calc(100% + 4px);
	height: 2px;
	background-color: #EB4A00;
	position: absolute;
	z-index: 2;
	top: calc(50% - 1px);
	left: -2px;
	-webkit-transform:rotate(-18deg);
}

#orderpage .catalog-section td.price .discountedPrice {
	color: #EB4A00 !important;	
	font-weight: 600;
	margin-left: 0.4em;
}
	
#orderpage section.infos div.columns {
	width: 940px;
	max-width: 940px;
}

#orderpage section.infos .columns > .column {
	width: 30%;
	vertical-align: top;
	display: inline-block;
	top: 0;
	font-size: 1.4rem;
	line-height: 1.8em;
	margin: 1em 1em 3em 1em;
}

#orderpage section.infos .columns > div:before {
	background-image: url("");
}

#orderpage section.infos .columns h2 {
	margin-bottom: 1em;
}

#orderpage section.infos .columns p,
#orderpage section.infos .columns .vatnote div {
	text-align: left;
}	

#orderpage .vatnote .flag {
	display: none;
}

#orderpage section.infos {
	background-color: white;
	width: 100%;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
			
#orderpage .catalog-section-left-column {
	display: inline-block;
	vertical-align: top;
}

#orderpage .catalog-section *:not(.price) {
	text-align: left !important;
}

#orderpage .catalog-section td.price {
    text-align: right !important;
}

#orderpage .catalog-section input.catalog-quantity-textfield {
    text-align: center !important;
    margin-left: 12px;
}

#orderpage .catalog-section-right-column {
    position: relative;
	display: inline-block;
	margin-top: 0em;
	margin-left: 1em;
}

#orderpage .catalog-section-right-column span.sales-badge-50 {
    display: inline-block;
    position: absolute;
    margin-left: 8px;
    top: 8px;
    width: 67px;
    height: 30px;
    background: url("../../Images/badges/badge-sale-50.png") no-repeat;
    background-size: 67px 30px;
}

#orderpage .catalog-section input.catalog-quantity-textfield {
	margin-left: 12px;
	text-align: center !important;
}

#orderpage .catalog-box table {
	margin: 1em 0 1.56em 0;
	width: 750px !important;
}

#orderpage .subtitle {
	color: rgb(235, 74, 0);
	font-size: 0.8em;
}

#orderpage input[src*="Images/shop/cart"] {
	  display: inline-block;
	  vertical-align: middle;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  background: url("../../Images/shop/buy-now.png") no-repeat;
	  width: 22px; 
	  height: 22px; 
	  padding-left: 22px; 
	  margin-right: 0 !important;
	  
	  margin-left: 12px;
	  margin-bottom: 5px;
	  top: auto !important;
	  left: auto !important;
}

/* =============================================================== */
/* =============================================================== */
/* ABOUT US PAGE */
/* =============================================================== */
/* =============================================================== */

html#aboutus {
    background-color: #fff;
}

#aboutus p#programming,
#aboutus p#design,
#aboutus p#productivity,
#aboutus p#privacy {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 1.4rem;
}

#aboutus p#programming {
    color: #71A9D0;  
}

#aboutus p#design {
    color: #86C540;
}

#aboutus p#productivity {
    color: #EB4A01;
}

#aboutus p#privacy {
    color: #f0bd14;
}

#aboutus p#law-note {
    color: #999;
}
    
#aboutus p {
    padding-left: 0;
    padding-right: 0;
}

#aboutus h1,
#aboutus h2,
#aboutus p.address,
#aboutus p {
    color: #000;
}

#aboutus section p.large {
    font-size: 2.4rem;
    line-height: 3.6rem;
}

#aboutus section div:not(:first-of-type) p {
    line-height: 2.8rem;
}
    
#aboutus section > div:not(:first-of-type) {
    margin-top: 94px;
}

#aboutus div#address p {
    margin: 1.2rem 0;
}

#aboutus section div h2 + p {
    margin-top: 1.4rem !important;
}
 
#aboutus .left-aligned {
    text-align: left;
}
    
#aboutus .light {
    font-family: "myriad-pro", "MyriadPro-Light", "Myriad Pro Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; 
}

/* =============================================================== */
/* =============================================================== */
/* FAQ PAGE */
/* =============================================================== */
/* =============================================================== */

#faqpage .faq {
	margin-left: 250px;
}

#faqpage .faq * {
	text-align: left;
	padding-left: 20px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#faqpage .faq li.category[aria-expanded="false"] > .entries,
#faqpage .faq li[aria-expanded="false"]:not(.category) > .content {
	display: none;
}

#faqpage .faq .category {
	padding: 0;
	position: relative;
	list-style: none;
}

#faqpage .faq .category .entries {
	padding-left: 2em;
	padding-bottom: 1em;
}
#faqpage .faq .category .entries .content {
	padding: 0.5em 0 1em 0.5em;

}

/* =============================================================== */
/* =============================================================== */
/* ERROR PAGE */
/* =============================================================== */
/* =============================================================== */

#errorpage section.error {
	margin-top: 3em;
	margin-bottom: 6em;
}

/* =============================================================== */
/* =============================================================== */
/* RETINA OVERRIDES */
/* =============================================================== */
/* =============================================================== */

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) 
{
    #orderpage input[src*="Images/shop/cart"] {
    	  background: url("../../Images/shop/buy-now@2x.png") no-repeat;
    	  background-size: 22px 22px;
    }
    
    #orderpage .catalog-section-right-column span.sales-badge-50 {
        background: url("../../Images/badges/badge-sale-50@2x.png") no-repeat;
        background-size: 67px 30px;
    }
}

/* =============================================================== */
/* =============================================================== */
/* RESPONSIVE OVERRIDES */
/* =============================================================== */
/* =============================================================== */

@media screen and (max-width: 50em) 
{	
	#orderpage table.catalog tr td.productname { width: 65%;	}
	#orderpage table.catalog tr td.price { width: 15%; }
	#orderpage .catalog-box table {	width: 550px !important; }
}
