@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:#0000ff;}


/* lets roll */


body{
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#000;
	line-height:1.4;
	}

h1, h2, h3, h4, h5, h6{
	margin-bottom:30px;
	font-weight:bold;
	}
h1{
	letter-spacing:-1px;
	font-size:50px;
	line-height:1.2;
	}
h2{
	}
	
h4{
	font-size:23px;
	line-height:1.3;}	

p{
	margin-bottom:30px;}
p:last-child{
	margin-bottom:0 !important;}	

.text-green{
	color:#3cb54a !important;}
.text-orange{
	color:#f26522 !important;}	
.text-light{
	font-weight:300 !important;}
.text-underline{
	text-decoration:underline;}
.text-normal{
	font-weight:normal !important;}

.container-fluid{
	padding:40px 0;}

.hr{
	display:block;
	margin: 25px 0;
    height: 1px;
    background: CCC;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #CCC));}

.padding{
	padding:0 50px;}

/*header*/
header{
	padding:20px 0;
	background:#fff;}
#logo{
	text-align:center;}


/* banner */
#hero{
	text-align:center;
	padding:30px 0;
	background:#3cb54a;
	color:#fff;
	text-shadow:2px 2px 0 rgba(0,0,0,0.2);}
#hero h1{
	font-weight:300;}	
#hero h4{
	color:rgba(255,255,255,0.9);}
	
.video-box{
	background:#7cd789;
	padding:12px;
	border-radius:5px;
	display:inline-block;
	position:relative;
	}	

.video-box:after{
	content:url(../images/shadow.png);
	display:block;
	position:absolute;	
	bottom:-20px;
	left:-4px;}
	
.cta{
	text-align:center;
	background:#025507;
	padding:30px 0 20px 0;}

.button{
	display:inline-block;}
.button:hover{
	opacity:0.9;}			


#intro{
	padding:50px 0;
	padding-bottom:160px;
	background:#e7fcea url(../images/banner.jpg) no-repeat center bottom;
	}
#intro h2{
	font-weight:normal;
	color:#0f7b1c;
	letter-spacing:-3px;
	font-size:42px;}
#intro h4{
	font-weight:300;}
	
.box{
	background:#fff;
	border:1px solid #ccc;
	border-radius:20px;
	padding:50px;
	font-size:15px;
	margin-bottom:40px;}
.box p{
	margin-bottom:20px;}
	
.box.box-blue{
	background-color:#f6fff7;}	

.box.box-cart{
	margin:0 40px;
	margin-bottom:40px;
	background-color:#fafafa;
	border:3px solid #f87e24;}	

.box.box-cart h3{
	line-height:1.4;
	margin-bottom:10px;}		
	
.box.box-cart ul.list-style-star{
	margin:0 100px;}

.box.box-blue .col-md-3 img{
	max-width: 140px;
	border: 2px solid #ccc;

}
	
.headline{
	text-align:center;
	color:#5cb467;
	font-size:24px;
	font-weight:bold;
	border-top:2px solid #e7e7e7;
	margin:40px 20px;
	margin-top:80px;
	display:block;}	

.headline span.w{
	padding:5px 20px;
	display:inline-block;
	background:#fff;
	font-weight:normal;
	font-size:48px;
	color:#f26522;
	border:3px solid #e7e7e7;
	position:relative;
	top: -35px;}

.headline .sub{
	display:block;
	margin-top:-20px;
	font-size:28px;
	letter-spacing:normal;
	font-weight:bold;}	
	

ul.list-style-plus{
	margin:0 30px;
	margin-bottom:40px;}


ul.list-style-plus li{
	padding:10px 0;
	margin-bottom:10px;
	background:url(../images/cross.png) no-repeat 0 10px;
	padding-left:40px;}
	

ul.list-style-star{
	margin:0 40px;
	margin-bottom:40px;}


ul.list-style-star li{
	padding:10px 0;
	margin-bottom:10px;
	background:url(../images/star.png) no-repeat 0 10px;
	padding-left:40px;}	
	

.ss-box{
	border:3px solid #f26522;
	padding:20px;
	font-size:16px;
	width:480px;
	margin:0 auto;
	margin-bottom:40px;}
.ss-box p{
	margin-bottom:10px;}		


#content{
	padding:0;}

#content .container{
	border: 1px solid #f0f0f0;
	padding:40px 0;}

#content .cta{
	margin:40px 0;}	
	
.accordion{
	margin:30px 0;}
.accordion dt{
	text-align:center;
	background:#5cb467;
	display:block;
	padding:20px 20px;
	padding-bottom:40px;
	color:#fff;
	position:relative;
	margin-bottom:40px;
	}
.accordion dt h1, .accordion dt h2, .accordion dt h3, .accordion dt h4{
	margin-bottom:10px;}
.accordion dt h3{
	font-weight:300;}

.accordion dd{
	padding:40px;
	padding-top:10px;
	}

.accordion dt a{
	position:absolute;
	z-index:999;
	text-indent:-99999px;
	display:block;
	width:73px;
	height:34px;
	background:url(../images/tip.png) no-repeat;
	margin: 0 auto;
	bottom: -34px;
	left: 46%;
	}

.accordion a.o{
	background-position:0 -34px;
	}
	
	


.accordion2{
	margin:30px 0;}
.accordion2 dt{
	background:#f7f7f7;
	display:block;
	padding:15px;
	color:#3cb54a;
	font-size:18px;
	margin-bottom:10px;
	}

.accordion2 dd{
	padding:30px;
	}

.accordion2 dt a{
	float:right;
	text-indent:-99999px;
	display:block;
	width:19px;
	height:19px;
	background:url(../images/arrow.png) no-repeat;
	margin: 0 auto;
	
	}

.accordion2 a.o{
	background-position:0 -19px;
	}			
	

.guarantee-box{
	background:#ffe4ab;
	margin-bottom:40px;
	}	

.guarantee-box .g-heading{
	padding:30px;
	background:#f87e24;
	text-align:center;
	color:#fff;}	

.guarantee-box .g-heading h3{
	font-weight:300;
	line-height:1.4;
	margin-bottom:0;}
.guarantee-box .g-heading h3 span{
	font-size:24px;
	display:block;}	

.guarantee-box .g-content{
	padding:50px;
	}

.pull-left{
	margin-right:20px;}

.pull-right{
	margin-left:20px;}				

.counter{
	display:inline-block;}
.cntSeparator {
        font-size: 54px;
        margin: 10px 7px;
        color: #000;
      }
	  
.desc {
	margin: 7px 3px;
	text-align:center;}
.desc div {
	display:inline-block;
    width: 100px;
	margin:0 14px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.security{
	font-size:12px;
	text-align:center;
	}	

.security span{
	background:url(../images/key.png) center left no-repeat;
	padding-left:20px;
	}					

footer{
	background:#c3c3c3;
	font-size:14px;
	text-align:center;
	margin-top:40px;
	padding:10px 0 !important;
	color: #333;}

footer a{
	color: #333;
}	

footer .container{
	}
.totop{
	float: right;
	color: #949494;
	text-transform: uppercase;
	background: #ECECEC;
	padding: 10px 20px;
	margin-bottom: -40px;
	font-weight: bold;
	font-size: 14px;}		

/* SEPT 9 UPDATES */

.top_bar {
  background: none repeat scroll 0 0 #f39c12;
  border-bottom: 2px solid #e67e22;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}

.pm_members {
	font-weight: 300; 
	font-size:  21px;
	position: relative;
	top: -10px;
}

.pricetable > div{
	border-radius: 3px;
	background: #469E51;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.11);
}

.pricetable > div h2{
	margin-bottom: 10px;
}

.pricetable > div#fullpay{
	background: #5cb467;
	padding-bottom: 60px 20px !important;
	margin-right: -3px;
	position: relative;
	z-index: 4;
}

.pricetable > div#fullpay h2{

	font-size: 62px;
}

.countdown{
	text-align: center;
}

.countdown > div{
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 10px;
	display: inline-block;
}

.countdown > div h4{
	font-size: 46px;
	margin-bottom: 5px;
	display: block;
	color: #fff;
	padding:20px 15px;
	border-radius: 10px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.countdown > div span{
	text-transform: uppercase;
}