h1 {
	color:#5f2b87;
	margin-bottom:0px;
}

img {
	max-width: 1400px;
}


.features-nav {
	padding-top:20px;
	padding-bottom:20px;
}

.row .justify {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	justify-content: justify;
}


.feat-list ul {
	list-style:none;
	
	background-color: rgba(255, 255, 255, 0.5);
	
}

.feat-list ul li {
	font-size:16pt;
	text-align: center;
	border-bottom:1px solid #857d7d;
	padding-top:10px;
	padding-bottom:10px;
}


.features-nav ul {
	list-style:none;
	list-style-type:square;
	
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;	
}

.features-nav ul li:first-child {
	border-left: none;
}
.features-nav ul li {
	display: inline-block;
	text-align: center;
	height: 160px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.features-nav ul li:hover {
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.features-nav ul li:first-child:hover {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.features-nav ul li:last-child:hover {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.features-nav .columns {
	vertical-align:middle;
}

.feature:nth-child(odd) {
	background-color: #f8f9fa;
}

.feature {
	background-color: #fff;
}

.feature .additional-feature {
	padding-top: 50px;
	border-width: 1px 0 0;
	border-image: linear-gradient(90deg, rgba(230,230,230,0), #e6e6e6 50%, rgba(230,230,230,0) 100%) 2%;
}

header h2{
	color: white;
	font-size:35pt;
}

header p {
	color: white;
	font-size:16pt;
}

.row{
	width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}
.feature .buyTable {
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 1px 0 0;
	border-image: linear-gradient(90deg, rgba(230,230,230,0), #e6e6e6 50%, rgba(230,230,230,0) 100%) 2%;
}


p:first-of-type {
	margin-top:0;
}

section.feature {
	padding-bottom: 0px;
}

.features {
	padding-left: 65px;
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position-x: 30px;
	background-position-y: 5px;
}

ex {
	font-style: italic;
	font-weight: 600;
	font-size: 13pt;
	color: #845ac3;
}

qu, an {
	font-size: 16pt;
	font-weight: 600;
}

qu {
	color: #845ac3;
}

an {
	color: #84d48e;
}

.button.success.radius {
	height:50px;
	line-height: 50px;
	padding: 0px;
	overflow: hidden;
	
	background-color: #ffba42;
}

.button.success.radius: hover {
	background-color: #8eda68;
}

.button.success.radius cur {
	font-size: 10pt;
	float: left;
	padding-top: 2px;
	line-height: 16px;
	padding-left: 5px;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.025) 100%);
	background-color: rgba(0, 0, 0, 0.05);
}

.button.success.radius pri {
	font-size: 14pt;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 70px;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.025) 100%);
	background-color: rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.overflow-w {
	
}

.align-v {
	display: table-cell;
    vertical-align: middle;
}

p.fact {
	padding: 10px;
	border: 3px solid #d6d6d6;
	border-radius: 10px;
	background: #fffada;
}

.closed, open {
	position: relative;
	top: 11px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
	float: left;
}

.closed {
	background-color: #ff5d5d;
}

.open {
	background-color: #75d678;
}

.botbar {
 	z-index: 99999;
    bottom:0px;
	position:fixed;
	background: rgba(82,19,121,0.77);
	border-top:1px solid rgba(82,19,121,1.0);
	width:100%;
	height:45px;
	padding-top:2px;
}

/*button*/
.o-buttonsmall {
	display:inline-block;
	color:#ffffff;
	/*text-shadow:0 1px 0 rgba(0,0,0,0.3);*/
	border:1px solid #f59110;
	border-top:1px solid #f7a841;
	border-bottom:1px solid dark(#f59110,10%);
	font-size:12pt;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#fb9b1a;
	background-image:-moz-linear-gradient(top,#ffa221,#f59110);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffa221),to(#f59110));
	background-image:-webkit-linear-gradient(top,#ffa221,#f59110);
	background-image:-o-linear-gradient(top,#ffa221,#f59110);
	background-image:linear-gradient(to bottom,#ffa221,#f59110);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffa221', endColorstr='#00f59110', GradientType=0);
	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.3);
}

.o-buttonsmall:hover {
	cursor: pointer;
	background:RGBA(228, 133, 27, 1);
	/*rgba(204,151,18,1);*/
}

.o-buttonsmall span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.o-buttonsmall span:first-child {
	padding:3px;
	background:rgba(255,255,255,0.1);
}
.o-buttonsmall span:last-child {
	font-weight:600;
}

a.o-buttonsmall {
	display:inline-block;
	color:#ffffff;
	/*text-shadow:0 1px 0 rgba(0,0,0,0.3);*/
	border:1px solid #f59110;
	border-top:1px solid #f7a841;
	border-bottom:1px solid dark(#f59110,10%);
	font-size:12pt;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#fb9b1a;
	background-image:-moz-linear-gradient(top,#ffa221,#f59110);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffa221),to(#f59110));
	background-image:-webkit-linear-gradient(top,#ffa221,#f59110);
	background-image:-o-linear-gradient(top,#ffa221,#f59110);
	background-image:linear-gradient(to bottom,#ffa221,#f59110);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffa221', endColorstr='#00f59110', GradientType=0);
	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2),0 1px 3px 0 rgba(0,0,0,0.3);
	line-height:5pt;
	
	margin-left: 20px;
	margin-top: 5px;
	float:right;
}

a.o-buttonsmall span {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	
}
a.o-buttonsmall span:first-child {
	background:rgba(255,255,255,0.1);
	padding-left: 8px;
	padding-right: 8px;
}
a.o-buttonsmall span:last-child {
	padding: 6px;
	padding-right: 10px;
	line-height: 15px;
	font-weight:600;
}


.fixed-bottom {
  width: 100%;
  left: 0px;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  overflow:hidden;
   }

.bottom-bar {
  margin-bottom: 0px;

  color: #FFFFFF; }
  .bottom-bar h1, .bottom-bar h2, .bottom-bar h3, .bottom-bar h4, .bottom-bar h5, .bottom-bar h6 {
    color: #FFFFFF; }
