
body {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:16px; line-height:1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Encode Sans Condensed', 'Open Sans',Arial,Helvetica,sans-serif;
	font-weight:600;
	color:#414141;
	line-height:1.5;
	-webkit-font-smoothing: antialiased;
}

div.price-table {
	background:rgba(0,0,0,0.02);
	margin:30px 0;
	text-align:center;
	padding-bottom:30px;
	border-left:#fff 1px solid;
}

	div.price-table.popular {
	background:rgba(0,80,255,0.4);
	}
	
	
.home-title-background {
	background-color:rgba(0,0,0,.03);
}


.home-title-background-image
{
	background: #f0f9ff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #f0f9ff 0%, #cbebff 57%, #a1dbff 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #f0f9ff 0%,#cbebff 57%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #f0f9ff 0%,#cbebff 57%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* 
	background-image:url('../images/backgrounds/pink-noise-min.jpg'); !important;
 */
}

.home-title-background-image-alt {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbebff+9,a1dbff+57,a1dbff+57,f0f9ff+96 */
background: #cbebff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #cbebff 9%, #a1dbff 57%, #a1dbff 57%, #f0f9ff 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #cbebff 9%,#a1dbff 57%,#a1dbff 57%,#f0f9ff 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #cbebff 9%,#a1dbff 57%,#a1dbff 57%,#f0f9ff 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebff', endColorstr='#f0f9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.corefeatures
{
	background: #f0f9ff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #f0f9ff 0%, #cbebff 57%, #a1dbff 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #f0f9ff 0%,#cbebff 57%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #f0f9ff 0%,#cbebff 57%,#a1dbff 100%); }

.newfeatures
{

}

.agent {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbebff+9,a1dbff+57,a1dbff+57,f0f9ff+96 */
background: #cbebff; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #cbebff 9%, #a1dbff 57%, #a1dbff 57%, #f0f9ff 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #cbebff 9%,#a1dbff 57%,#a1dbff 57%,#f0f9ff 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #cbebff 9%,#a1dbff 57%,#a1dbff 57%,#f0f9ff 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbebff', endColorstr='#f0f9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.home-background-image
{
	background-image:url('../images/backgrounds/pink-noise-min.png'); !important;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


#header {
	background-color: rgba(208,5,47,.90);
    backdrop-filter: grayscale(1) contrast(3) blur(3px);
}

#header.fixed.translucent{
	background-color: rgba(208,5,47,.95);
    		-webkit-backdrop-filter: grayscale(1) contrast(3) blur(1px);
		}


#topMain.nav-pills>li>a {
	color: white;
}

#topMain.nav-pills>li.active>a {
	font-weight: bold;
	font-size : 1.3em;
	color: white;
}

#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	background-color:inherit;

	color:white;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	border-radius: 0;
}

/* Show large icon, but allow it to shrink on smaller screens. */
.iconLarge {
	max-width: 100%;
}

.buttonList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/* SETAPP BANNER */

section {
	padding: 80px 0 40px;
}

.setapp-banner {
	padding: 0 0;
}

/* ICON HISTORY */

.icon_history {
	position: relative;
}

.icon_history ul {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	list-style: none;
}

.icon_history li {
	border: 2px solid gray;
	border-radius: 1rem;
	padding: 1.5rem;
}

.icon_history li img {
	width: 64px;
}

/* 
body.boxed {
	background-color:#f1f2f7;
}
 */

.download_list {
	margin-left: 20%;
	margin-right: 20%;
}
/*   PRICE TABLE    */

.buyinfo {
	width: 9.0em;
	text-align: center;
	font-weight: 800;
}

.buyinfo a {
	width: 100%;
}

.buyinfo p {
	margin-top: 10px;
}

.setapp-btn {
	width: 9.0em;
	background: #222;
	border-radius: 6.0px;
}

div.price-table h4 {
		font-size:25px;
		line-height:25px;
		padding: 0;
		border-bottom: none;
		text-transform:none;
		font-weight:300;
	}

div.price-table.popular h4 {
		color:#fff;
	}	
	
div.price-table ul {
	margin-top: 20px;
}
	
div.price {
	font-size: 18px;
}
	
.padding-width-10		{ padding-left:10px   !important; 
						  padding-right:10px; !important;}
.padding-width-15		{ padding-left:15px   !important; 
					      padding-right:15px; !important;}
.padding-width-20		{ padding-left:20px   !important; 
				    	  padding-right:20px; !important;}
.padding-width-30		{ padding-left:30px   !important; 
						  padding-right:30px; !important;}

.strikeout { text-decoration: line-through; 
			 color: red; }
		
.lighter  { 
color: #333;
/* background-color: rgba(255,255,255,.05);
background-blend-mode: lighten;*/
}

.darker {
}	 

.licensekey-font {
	font-family: "New Courier", "Courier";
	font-weight: 600;
	font-size: 18pt;
	text-transform:uppercase;
}

#alert_error {
	display:none;
}

img.img-screenshot {
	display:inline-block;
	width: 800px;
	height: auto;
	padding-bottom: 40px;
}

div.promo {
background-color: #b2392c; /*  #db2f22;*/
margin-bottom: 20px;
}

div.promo h1 {
	color: white;
}

div.promo h2 {
	color: white;
}

div.promo h3 {
	color: white;
}

div.promo h4 {
	color: white;
}

div.promo p {
	color: white;
}

.core-features {
	padding: 0 5em;
	display: grid;
	grid-column: 1fr 1fr;
	
}

/* override from bootstrap template */
.testimonial-content {
	position:relative;
	padding-left:0px;
}

a.topPromoLine {
	color: white;
	text-decoration: none;
	margin-top: 10px;
}

a.topPromoLine:hover {
	font-weight : 700;
}

.topPromoBox {
	background-color: #000;
	height: 45px;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}


