/* Clouds */

#clouds {
    position: relative;
    overflow: hidden;
	padding: 200px 0 45px;
	background: #A9D1F2;
	background: radial-gradient(top, #A9D1F2 0%, #BFE0FF 100%);
}

#clouds::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    left: -5%;
    bottom: 0;
    width: 100%;
    background: #88B234;
    height: 13%;
    width: 110%;
}

.cloud {
	left: 45%;

	width: 200px;
	height: 60px;
	background: #fff;
	
	border-radius: 200px;
	
	position: relative;
}

.cloud:before, .cloud:after {
	content: '';
	position: absolute; 
	background: #fff;
	width: 100px; height: 80px;
	position: absolute; top: -15px; left: 10px;
	
	border-radius: 100px;
	
	transform: rotate(30deg);
}

.cloud:after {
	width: 120px;
	height: 120px;
	top: -55px;
	left: auto;
	right: 15px;
}

.x1 {
	top: -55px;
	left: 52%;

	opacity: 0.6;

	animation: moveclouds 60s linear infinite;
}

.x2 {
	top: -50px;
	
	transform: scale(0.6);
	opacity: 0.3;

	animation: moveclouds 50s linear infinite;
}

.x3 {
	top: -270px;
	
	transform: scale(0.8);
	opacity: 0.4;
	
	animation: moveclouds 40s linear infinite;
}

.x4 {
	top: -75px;
	
	transform: scale(0.75);
	opacity: 0.5;
	
	animation: moveclouds 36s linear infinite;
}

@keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1200px;}
}


/*
Theme Name: Lifetime Host
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html {
  background: #88b234;  
}
body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #494949;
}
#page {
	position: relative;
	top: 0;
	width: 90%;
	max-width: 1000px;
	margin: -480px auto;
}
#header {
	height: 120px;
}
#client-login {
	width: 215px;
	float: right;
	padding-top: 12px;
	text-align: right;
	padding-right: 8px;
}
.live-chat {
	float: left;
	padding-top: 3px;
}
#logo {
	width: 220px;
	float: left;
	margin-top: -26px;
}
#logo a {
	width: 222px;
	height: 76px;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
}

#topbar {
	display:flex;
	width: 100%;
}

#nav {
	width: 100%;
	height: 49px;
	float: right;
	line-height: 49px;
	font-size: 18px;
	list-style: none;
	padding-left: 5px;
	border-radius: 0 5px 5px 0;
	background: #E2E6F0;
	box-shadow: inset 0px 30px 20px -10px #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav li {
	list-style: none;
	padding: 0 10px;
	float: left;
}
#nav li a, #nav li a:visited {
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
#top-panel {
	height: 415px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 53% 75%;
}
@media screen and (max-width: 950px) {
	#top-panel {
		background-size: 40%;
	}
}
@media screen and (max-width: 800px) {
	#top-panel {
		background: none;
	}
}
.main-features {
	width: 241px;
	float: left;
	margin-right: 30px;
	padding: 13px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/main-features_bg.png) no-repeat;
	font-size:13px;
}
.main-features li {
	list-style: none;
	line-height: 35px;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #e4e5e6;
}
li.ub {
	background: url(images/ub.png) no-repeat center left;
	border-top: 1px solid #e4e5e6;
}
li.ds {
	background: url(images/ds.png) no-repeat center left;
}
li.be {
	background: url(images/be.png) no-repeat center left;
}
li.ssl {
	background: url(images/ssl.png) no-repeat center left;
}
li.php {
	background: url(images/php.png) no-repeat center left;
}
li.ug {
	background: url(images/ug.png) no-repeat center left;
}
li.su {
	background: url(images/su.png) no-repeat center left;
}
.site-title {
	height: 87px;
	margin-top: 15px;
	width: 100%;
	max-width: 580px;
	float: right;
	text-indent: -9999px;
	background: url(images/one-lifetime.png) no-repeat;
}
.oldman {
	padding: 15px 0 0 0;
}
.price-panel {
	width: 204px;
	float: right;
}
.price {
	width: 204px;
	height: 166px;
	text-indent: -9999px;
	margin-bottom: 10px;
	background: url(images/price.png) no-repeat;
}

.get-started {
	height: 89px;
}
.money-back {
height: 120px;
margin-left: 60px;
text-indent: -9999px;
background: url(images/money-back.png) no-repeat;
border: 0 !important;
}
#boxes {
	display: flex;
	flex-wrap: wrap;
	min-width: 580px;
	justify-content: space-between;
}
.box {
	width: 257px;
	height: 163px;
	float: left;
	padding: 20px;
	margin: 0 5px 13px;
	line-height: 20px;
	font-size: 13px;
	background: url(images/box_bg.png) no-repeat;
}
#boxes h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #52b3e3;
	margin-bottom: 10px;
}
.box.testimonial {
}
.box.testimonial p {
	font-style: italic;
}
.monthly {
	padding: 5px 0;
}



.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}
#content {
	border-radius: 5px;
	box-shadow: inset 0 0 100px 60px #F1F3F8;
	background: #FFF;
}
#content .top {
	display: flex;
	padding: 15px;
	height: 1%;
	overflow: hidden;
}
#content h1, #content h2, #contetn h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}

#content h1 {
	font-size: 25px;
	color: #333;
}
#content h2 {
	font-size: 20px;
}

#sidebar {
	width: 215px;
	float: left;
	margin-right: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar h2 {
	color: #4a4a4a;
	padding: 5px 0;
	margin-bottom: 7px;
}
#sidebar p {
	line-height: 16px;
}
.buttons {
	margin-bottom: 10px;
}
.side-box {
	background: #dff0f8;
	padding: 5px 15px 15px;
	margin-bottom: 15px;
	color: #3f3d33;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 100%;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main h1 {
	margin-bottom: 10px;
}
#main p {
	line-height: 20px;
	font-size:14px;
}
#main p.indent {
	text-indent: 50px;
}
#main h2 {
	color:#3c3c3c;
}
#main h2 span {
	font-size: 17px;
	vertical-align: top;
}
.package-price {
	margin-right: 100px;
}
.signup {
	padding: 15px 0;
	margin-bottom: 20px;
	overflow: hidden;
}
#signupbtn {
	padding-top: 5px;
}
.main-feat-list {
	list-style: disc;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0 15px 22px;
}
.flex-box {
	display: flex;
	flex-wrap: wrap;
}
.feat-box {
	flex-grow: 4;
	border: 1px solid #d1d1d1;
	background: #fcfcfe;
	padding: 13px 13px 25px;
	width: 192px;
	height: 221px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 15px;
	margin-bottom: 15px;
}
.feat-box ul {
	padding: 15px 0 10px;
}
.feat-box ul li {
	padding: 5px 0;
	background: url(images/feat-box-li.png) no-repeat center right;
	font-size: 12px;
}
.feat-box ul li.no {
	background: url(images/feat-box-li-no.png) no-repeat center right;
}
.feat-box.alt {
	background: #fcfcfe;
}
.feat-box.alignright {
	float: right;
	margin-right: 0;
}

#footer {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f3f5f9;
	padding-top: 18px;
	margin: 10px 0;
}
#footer p {
	padding: 7px 0;
}
#footer a {
	color: #f3f5f9;
	text-decoration: none;
}

.the-facts {
	text-align: left;
	padding: 0; margin: 0;
}

.the-facts li {
	line-height: 17px;
	clear: both;
	height: 37px
}

.the-facts .fact-amount {
	float: left;
	font-size: 15px;
	text-align: right;
	color: #52b3e3;
	width: 70px;
}
	
.the-facts .fact-amount-type {
	font-size: 12px;
}

.the-facts .fact-detail {
	float: left;
	width: 150px;
	margin: -2px 0 0 0; 
	padding: 0 0 0 10px
}