html, body{
	position:relative;
	background-color: #212529;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-weight: 400;
	font-family: latoregular, Arial, Helvetica, sans-serif;
	letter-spacing:.03em;
	cursor:default;
	overflow:hidden;
}

a{
	text-decoration: none;
}

hr{
	background-color:#aaa;
	border-top:1px solid #000;
	border-radius:3px;
	height: 4px;
	margin:8px 0;
	width:100%;
	display:block;
	text-align: left;
	opacity:.4;
}

@font-face {
	font-family: 'latoregular';
	src: url('/archive/fonts/lato-regular-webfont.eot');
	src: url('/archive/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/archive/fonts/lato-regular-webfont.woff2') format('woff2'),
	url('/archive/fonts/lato-regular-webfont.woff') format('woff'),
	url('/archive/fonts/lato-regular-webfont.ttf') format('truetype'),
	url('/archive/fonts/lato-regular-webfont.svg#latoregular') format('svg');
}

.months-circle{
	font-family: 'latoregular';
	background:#444;
	border-radius:50%;
	position:relative;
	padding:15px 0 0 0;
	width:120px;
	height:120px;
	text-align:center;
	text-transform:uppercase;
	line-height:1.6em;
	text-shadow:-15px 15px 16px rgba(0,0,0,1) , -5px 5px 3px rgba(0,0,0,.6);
	font-weight:990;
	font-size:.62em;
	color:white;
}

.months-number{
	font-size:6em;
	line-height:.9em;
}

.months-text1{
	font-size:1.2em;
}
.months-text2{
	font-size:2.2em;
}

#application,
#ajax_console{
	display:none;
}

.owl-theme .owl-dots .owl-dot.active span{
	background:#14b4ff;
	transform:scale(1.6);
}

#main-carousel .item img{
	display: block;
	width: 100%;
	height: auto;
}

.border{
	background-color: #14b4ff;
	height: 2px;
	width: 100%;
	z-index:10
}

.border_gray{
	background: linear-gradient(to right, white, gray, white );
	height: 2px;
	width: 100%;
	z-index:10
}

.size{
	position:relative;
	max-width:960px;
	min-width:250px;
	margin:0 auto;
	min-height:50px;
	height:100%;
	/*padding:0 10px;*/
	z-index:3;
	/*	border:1px red solid; */
}

.bgWhite{
	background: rgba(255,255,255,1);
	padding:20px 10px;
}

.bgMetal{
	background-image: url('/landing/images/landing-texture.jpg');
	padding:20px 10px;
}

header{
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-color:#212529;
	height:90px;
	box-shadow: 0 5px 60px rgba(0,0,0,.9), 0 5px 20px rgba(0,0,0,.7);
	z-index:100
}

header h1,
header h2,
header h3 {
	display:none;
}

#header-logo{
	position:absolute;
	width:270px;
	height:auto;
	margin:5px 10px;
	z-index:10;
}

nav input[type=checkbox] {
    display: none;
}

nav{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:300px;
	text-align:right;
	z-index:1;
}

nav ul{
	list-style-type: none;
	margin:20px 20px 0 0;
	padding: 0;
}

nav ul li{
	display:inline-block;
	padding: 15px 12px;
	text-transform:uppercase;
	color:white;
	border-right:1px solid #666;
}

nav ul li:nth-child(4){
	border: none;
}

nav ul li a{
	color:white;
}

nav ul li a:hover{
	color:#1476ff;
}

nav ul li:last-child{
	background:#14b4ff;
	padding: 15px 20px;
	border-radius:8px;
	border:none;
}

nav ul li:last-child:hover{
	background:#1476ff;
	color:white;
}

#content{
	position:absolute;
	top:92px;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	z-index:1;
}

main{
	min-height:100px;
}

button.begin{
	background:#14b4ff;
	color:white;
	font-size:1.2em;
	padding:14px 20px;
	margin:20px 0 0 0;
	border-radius:6px;
}

button.begin:hover{
	background:#1476ff;
}

main h2:first-child{
	display:none;
}

main h2{
	width:50%;
}

#main-video{
	position:absolute;
	background:black;
	width: 100%;
	z-index:-1;
}

video{
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main-intro{
	position: relative;
	width:100%;
	height:400px;
	overflow:hidden;
}

#main-intro h2{
	display: block;
	color: white;
	font-size: 2em;
	text-shadow: 0 0 3px rgba(0,0,0,1), 0 0 8px rgba(0,0,0,1);
	list-style-type: disc;
	padding: 100px 0 0 40px;
	z-index: 3;
}

#main-intro p{
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 1.2em;
	background: #222629;
	padding: 0.5em;
}

#main-intro img{
	position:absolute;
	top:0;
	right:0;
	color:white;
	z-index:3;
	max-width:380px;
	margin:40px 10px;
}

#main-begin{
	position:absolute;
	bottom:50px;
	left:0;
	color:white;
	width:50%;
	text-align:center;
	z-index:4;
	padding:10px 0
}

#main-begin .months-circle{
	position:absolute;
	top:10px;
	left:20px;
	transform:scale(.95);
}

#main-carousel{
	padding:0 20%;
	text-align:center;
}

#main-carousel .carousel-img{
	max-width:200px;
	margin:0 auto;
}

#main-carousel .owl-nav{
	display:none;
}

article h3{
	width:100%;
	text-align:center;
	letter-spacing:-.05em;
	font-size:3em;
	border-bottom:1px solid #777;
	color:#999;
	text-shadow:0 1px 1px #fff, 0 -1px 1px #444;
	margin:10px auto;
}

article h4{
	width:100%;
	text-align:center;
	font-size:1.5em;
	color:#777;
	margin:2px 0 15px 0;
}

article h5 {
	letter-spacing:-.05em;
	font-size:2em;
	color:#999;
	margin:10px auto;
}


article b{
	display:block;
	width:100%;
	text-align:center;
	letter-spacing:.01em;
	font-size:1.5em;
	margin:25px 0 15px 0;
}

footer{
	min-height:50px;
	background-color:#212529;
	margin:30px 0 50px 0;
	color:white;
	overflow:hidden;
}

footer h2{
	font-size:1.5em
}

footer h3{
	font-size:2em;
	opacity:.7
}

footer h4{
	font-size:2em;
}

footer ul{
	list-style-type: none;
}

footer ul li{
	color:white;
	text-transform: capitalize;
	font-size:.8em;
	padding:2px 10px;
	margin:1px;
	border-bottom:1px solid rgba(255,255,255,.2);
	text-align:right
}

footer ul li:hover{
	background: #1476ff;
}

footer ul li a,
footer ul li a:hover{
	color:white;
}

footer a{
	color:white;
	font-weight:900
}

footer a:hover{
	color:#1476ff;
}

#footer-begin{
	text-align:center;
	transform:scale(.8);
	float:right;
}

#footer-begin .months-circle{
	position:absolute;
	left:-160px;
	transform:scale(1.4);
}

.footer-table{
	display:table;
	width:100%;
}

.footer-cell{
	display:table-cell;
	padding:20px;
}

#footer-copyright{
	display:block;
	height:55px;
	color:#bbb;
	padding:0 20px;
	margin:0 0 0 50px;
}

#footer-copyright span{
	font-size:.7em;
	margin:2px 0;
	display:block
}

#footer-logo{
	position:absolute;
	right:20px;
	bottom:20px;
	width:130px;
	margin:-20px 0;
	opacity:.8
}

#footer-logo-canada{
	position:absolute;
	left:10px;
	bottom:10px;
	width:50px;
	margin:-10px 0
}

/***********************************************************************************************/

.subs{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	font-size:2;
}

.price-card .subsitems{
	display: inline-block;
	min-height: 90px;
	z-index: 2;
	position: absolute;
	top: -6px;
	left: -55px;
	right: -55px;
}

.price-card .subsitems .body{
	background:gray;
}

.price-card .subsitems .body span:first-child{
	margin: 6px 0;
	display:block;
	background:#14b4ff;
	color:white;
	padding:1px;
	text-align:center;
	font-size:1em;
}

.price-card .subsitems .body span:nth-child(2){
	display:inline-block;
	background:gray;
	color:white;
	padding:2px 5px;
	text-align:center;
	font-size:2em;
	letter-spacing:-.06em;
	position:relative;
}

.price-card .subsitems .body span small:first-child{
	font-size: 0.8em;
	line-height: 4.5em;
	position: absolute;
	top: -32px;
	left: 0;
	z-index: 1;
}

.price-card .subsitems .body span small:nth-child(4){
	position: absolute;
	width: 120px;
	bottom: 10px;
	left: 53px;
	top: 32px;
	font-size: 0.4em;
}

.price-card .subsitems .body span small{
	font-size:70%;
	line-height:2em;
	letter-spacing: 0px;
}

.price-card .subsitems .body span b{
	margin: 0;
	padding: 5px 0;
	color: #fff;
}

.price-card .subsitems .body span small b{
	font-size:50%;
	position:absolute;
	top:0;
	padding:40px 0 0 160px;
	width:90%;
	margin:0;
}

.price-card .subsitems .body ul{
	padding:15px 40px;
	text-align:left;
	font-size:1.3em;
	list-style-type:none;
}

.price-card .subsitems .body ul li{
	margin:5px 0;
	text-align:center;
	line-height:1.5em;
	border-bottom:1px solid rgba(0,0,0,.2);
}

.price-card .subsitems .body button{
	padding: 10px 15px;
	font-size: 0.8em;
	color: white;
	background: #14b4ff;
	border-radius: 6px;
	position: absolute;
	left: 110px;
	top: 418px;
	text-transform: uppercase;
	box-shadow: 0px 0px 4px #333;
}

.price-card .subsitems .body button:hover{
	background:#1476ff;
}

.price-card button {
	position: absolute;
	z-index: 2;
	bottom: 18px;
	font-size: 0.85em;
	padding: 8px 12px;
	left: calc(50% - 46.5px);
}

/***********************************************************************************************/

.table{
	display:table;
	justify-content: center;
	align-items: center;
	width:100%;
	padding: 0;
	font-size:1em;
	table-layout: inherit;
}
.table-row {
	border-bottom: dotted rgba(0,0,0,.1) 5px; 
	padding: 20px 10px;
}
.table-row .imgBG{
	width:100%;
	height: 280px;
	left:0;
	right:0;
	top:0;
	Bottom:0;	
	background-repeat: no-repeat;
	background-size: cover;
}

.table-row span{
	display:block;
	font-weight:200;
	margin:10px 0;
	color:#777;
}

.table-cell{
	position:relative;
	font-weight:800;
	padding:20px 10px;
	width:100%;
	min-width:220px;
	font-size: 1.15em;
	color:#000000;
	border-bottom: dotted rgba(0,0,0,.1) 5px; 
	min-height:200px;
}

.table-cell-left{
	position:relative;
	display:table-cell;
	width:50%;
	padding:10px
}

.table-cell-right{
	position:relative;
	display:table-cell;
	width:50%;
	padding:10px
}

.table-cell-left > h2,
.table-cell-right > h2{
	width:100%;
	text-align:left;
	letter-spacing:-.05em;
	font-size:2.2em;
	color:#555;
	text-shadow:0 1px 1px #fff, 0 -1px 1px #444;
	margin:10px auto;
	display:block !important;
}

.table-cell-left > ul,
.table-cell-right > ul {
  list-style: none;
}

.table-cell-left > ul li::before,
.table-cell-right > ul li::before {
  content: "\2022";
  color: #14b4ff;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.imgBG{
	border-radius:10px;
	border:2px solid #aaa;
}

.table-row .imgBG.i00{	background-image:url('/landing/images/00.jpg'); }
.table-row .imgBG.i01{	background-image:url('/landing/images/01.jpg'); }
.table-row .imgBG.i02{	background-image:url('/landing/images/02.jpg'); }
.table-row .imgBG.i03{	background-image:url('/landing/images/03.jpg'); }
.table-row .imgBG.i04{	background-image:url('/landing/images/04.jpg'); }
.table-row .imgBG.i05{	background-image:url('/landing/images/05.jpg'); }
.table-row .imgBG.i06{	background-image:url('/landing/images/06.jpg'); }
.table-row .imgBG.i07{	background-image:url('/landing/images/07.jpg'); }
.table-row .imgBG.i08{	background-image:url('/landing/images/08.jpg'); }
.table-row .imgBG.i09{	background-image:url('/landing/images/09.jpg'); }
.table-row .imgBG.i10{	background-image:url('/landing/images/10.jpg'); }
.table-row .imgBG.i11{	background-image:url('/landing/images/11.jpg'); }
.table-row .imgBG.i12{	background-image:url('/landing/images/12.jpg'); }
.table-row .imgBG.i13{	background-image:url('/landing/images/13.jpg'); }
.table-row .imgBG.i14{	background-image:url('/landing/images/14.jpg'); }
.table-row .imgBG.i15{ 	background-image:url('/landing/images/15.jpg'); }
.table-row .imgBG.i16{	background-image:url('/landing/images/16.jpg'); }
.table-row .imgBG.i17{ 	background-image:url('/landing/images/17.jpg'); }
.table-row .imgBG.i18{	background-image:url('/landing/images/18.jpg'); }
.table-row .imgBG.i19{ 	background-image:url('/landing/images/19.jpg'); }

/***********************************************************************************************/
/* Landing page modal */

.document {
	overflow: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 25px;
}

#close-modal {
	content: url("/archive/svgs/solid/times-circle.svg");
	position: absolute;
	right: 7px;
	top: 7px;
	width: 2.5%;
	cursor: pointer;
	z-index: inherit;
}

/***********************************************************************************************/
/* PRICE TABLE */

#subscriptions {
	position: relative;
	padding: 10px 8px 8px;
	background: #6f6f6f;
	border-radius: 3px 0px 3px 3px;
	margin-top: 40px;
	z-index: 2;
	border-radius:10px 0 10px 0;
	box-shadow: 0px 35px 30px -20px rgba(0,0,0,.5);
}

#subscriptions h5{
	line-height: .8em
}

#subscriptions .price-card {
	position: absolute;
	bottom: 7px;
	top: 0;
	width: 31%;
	z-index: 1;
	margin: 42px 0 10px 0;
	box-shadow: 0px 10px 15px #616161;
	border-radius:10px;
	overflow:hidden;
	background:rgba(255,255,255,.6)
}

.plan-intervals {
	position: absolute;
	top: 102px;
	right: 8px;
	z-index: 3;
}

.plan-businesses {
	position: absolute;
	top: 67px;
	right: 0;
	z-index: 1;
}

.tab {
	display: inline-block;
}

.tab input[type="radio"] {
	display:none;
}

.tab label {
	display: inline-block;
	background-color: #d2d2d2;
	padding: 5px 18px;
	border-radius: 6px 6px 0 0;
	color:#444;
}

.plan-intervals .tab label {
	background-color: #6f6f6f;
	color: #fff;
}

.tab input[type="radio"]:checked + label {
	background-color: #6f6f6f;
	color: #fff;
}

.plan-intervals .tab input[type="radio"]:checked + label {
	background-color: #fff;
	color: #000;
}

.tab label:hover {
	background-color:#afcbff;
	cursor: pointer;
	color:#444;
}

#subscriptions table {
	width: 100%;
	margin: 0 auto;
	margin-top: 25px;
	background: #fff;
	border-radius:10px 0 10px 0;
}

#subscriptions table thead td:first-child {
margin: 0;
width: 280px;
height: 135px;
}

#subscriptions table tbody tr {
	border-bottom: 1px solid #b1b1b1;
}

#subscriptions table tbody tr:last-child {
	border-bottom: none;
}

#subscriptions table tbody tr:nth-last-child(2) {
	border-bottom: none;
}

#subscriptions table tbody td {
	height: 35px;
	vertical-align: middle;
}

#subscriptions table td:first-child {
padding-left: 15px;
vertical-align: middle;
font-size: 1.1em;
text-transform: capitalize;
}

#subscriptions table td:not(:first-child) {
text-align: center;
width: 33%;
}

#subscriptions table td img.check {
width: 15px;
}

#subscriptions td.hide {
	display: none;
}

/***********************************************************************************************/

.text-check {
	position:relative;
	color: #00b300;
	font-size: 1.4em;
	z-index:10;
}

