/*Theme Name:Modern Business 5Theme URI:http://mythemepreviews.com/mb5-landing/
Description:A clean landing template built with HTML 5 & CSS3.Version:1.0Author:Jonathan AtkinsonAuthor URI:http://themeforest.net/jonathan01Tags:HTML5,Clean,Modern,Business,Landing Page */
/*/*-----------------------------------------------------*/
/*------------------Table of Contents------------------*/
/*-----------------------------------------------------	*Reset//Reset browsers--compressed 	*Setup		*Forms	*Typography 	*Layout 		*Base//Base layout,may change in media queries for screen resolutions		*Clears	*Styling		*Header		*Logo		*Navigation		*Buttons		*Splash		*Trial-Box		*Container		*Video		*Benefits		*Contact-Container//Stripped contianer-box	 	*Social 		*Footer 	*jQuery Plugins//Note:Holds all styling for jQuery plugins may be unused styles generated by plugins 		*tweet 		*slider 		*CarouFredSel 		*tipsy 	*Responsive-Layouts//Note:Media queries for desktop/mobile resolutions may also modify some styling 		*Tablet-Portrait //Note:iPad-Landscape uses the same as Desktop can modify later 			*Setup 			*Splash 			*Layout 			*Video 			*Benefits 			*Carousel 		*Mobile-Landscape 			*Setup 			*Header 			*Splash 			*Layout 			*Video 			*Carosuel 		*Mobile-Portrait 			*Setup 			*Buttons 			*Header 			*Splash 			*Layout 			*Video 			*About 			*Benefits 			*Carosuel 		 	*Device-Specific//Note:Allows you to target specific devices 		*iPad 1 & 2 		*iPad 3(aka The New iPad retina) 		*iPhone 3GS and below 		*iPhone 4/S(retina) */
/*-----------------------------------------------------*/
/*-----------------------Reset-------------------------*/
/*-----------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
nav ul li {
	display:inline;
}
ul, ol {
	list-style-position:inside;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
input:focus {
	outline:none;
}
::selection {
	background:#278FDC;
	color:#ffffff;/* Safari */
}
::-moz-selection {
 background:#278FDC;
 color:#ffffff;
/* Firefox */
}
a {
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:700;
}
del {
	text-decoration:line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	border-top:1px solid #ccc;
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	margin:1em 0;
	padding:0;
}
input {
	vertical-align:middle;
	height:25px;
	width:100%;
	max-width:250px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:20px;
	margin-top:4px;
	border:1px solid #d8d8d8;
	padding:5px;
}
input::-webkit-input-placeholder {
 text-indent:5px;
 color:#463c36;
 font-style:italic;
}
input:-moz-placeholder {
 color:#463c36;
 font-style:italic;
}
textarea::-webkit-input-placeholder {
 margin-left:5px;
 color:#463c36;
 font-style:italic;
}
input[type=password], input[type=text], input[type=submit], input[type=email] {
	border: none;
}
/*-----------------------------------------------------*/
/*------------------------Setup------------------------*/
/*-----------------------------------------------------*/
body {
	font-family:'Open Sans', sans-serif;
	font-size:0.875em;
	webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	text-rendering:optimizeLegibility;
	line-height:160%;
	color:#949494;
	color:rgb(148,148,148);
 letter=spacing:0.03em;
	background:#fefbb9;/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe7db',endColorstr = '#f0cabb');*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe7db',endColorstr = '#f0cabb')";*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	/*background-image:-moz-linear-gradient(top,#ffe7db,#f0cabb);background-image:-ms-linear-gradient(top,#ffe7db,#f0cabb);background-image:-o-linear-gradient(top,#ffe7db,#f0cabb);background-image:-webkit-gradient(linear,center top,center bottom,from(#ffe7db),to(#f0cabb));background-image:-webkit-linear-gradient(top,#ffe7db,#f0cabb);background-image:linear-gradient(top,#ffe7db,#f0cabb);*/
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
/*----------------------Forms--------------------------*/
label {
	color:#3d3d3d;
	color:rgb(61,61,61);
}
select {
	/*	height:25px; this was causing the select "option" to cut off bottom of text in the pill */
	width:100px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:5px;
	margin-top:4px;
	border:1px solid #d8d8d8;
	padding:5px;
}
#questionDDLMonth {
	width: 50px;
}
#questionDDLDay {
	width: 50px;
}
#questionDDLYear {
	width: 80px;
}
input[type=text], input[type=email] {
	height:20px;
	width:100%;
	max-width:250px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:10px;
	margin-top:4px;
	border:1px solid #d8d8d8;
	padding:5px;
}
textarea {
	height:50px;
	width:100%;
	max-width:400px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:5px;
	margin-top:10px;
	border:1px solid #d8d8d8;
	padding:5px;
	color:#000;
}
button[type=submit] {
	font-family:'Open Sans', sans-serif;
	font-size:1.429em;
	text-shadow:0px 1px 1px rgba(0,0,0,.4);
	display:block;
	height:35px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	width:176px;
	line-height:34px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align:center;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#efedee), to(#f7f7f7));
	text-shadow:none;
	color:#4B4F56;
	border:1px solid #cdcdcd;
	cursor:pointer;
}
/*button[type=submit]:after{content:'';position:relative;display:block;height:35px;width:300px;background: url(../images/btn_shadow.png) no-repeat 0 4px;}*/
input[type=checkbox] {
	margin:0;
	-webkit-appearance:none;
	display:inline-block;
	font-size:15px;
	padding:0;
	width:12px;
	height:12px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	vertical-align:middle;
	border:1px solid #d8d8d8;
}
input[type=checkbox]:checked {
	background: url(../images/check.png) no-repeat center center #fff;
	;
}
/*-----------------------------------------------------*/
/*---------------------Typography----------------------*/
/*-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;/*margin-bottom:0.714em;*/
}
h1 {
	font-size:2.143em;
	color:#504375;
	color:rgb(80,67,117);/*line-height:120%;*/
}
h2 {
	font-size:1.286em;
	color:#717171;
	color:rgb(113,113,113);
	text-transform:uppercase;
}
h3 {
	font-size:1.714em;
	color:#3d3d3d;
	color:rgb(61,61,61);
}
h4 {
	font-size:1.714em;
	color:#2790dc;
	color:rgb(39,144,220);
}
h5 {
	font-size:1.714em;
	color:#d94c4b;
	color:rgb(217,76,75);
}
h6 {
	font-size:1em;
	text-transform:uppercase;
	color:#717171;
	color:rgb(113,113,113);
}
p {
	font-size:1em;
	margin-top:20px;
	margin-bottom:20px;
}
a {
	color:#d94c4b;
	text-decoration:none;/*border-bottom:1px dotted #d94c4b;*/
}
a:hover {
	color:#268cd8;
	color:rgb(38,140,216);
	text-decoration:none;/*cursor:default;border-bottom:1px dotted #268cd8;*/
}
blockquote {
	font-family:'Muli', Helvetica, Arial, sans-serif;
	font-style:italic;
	font-weight:300;
	font-size:1.429em;
	color:#757575;
	display:inline-block;
	vertical-align:.4em;
	color:rgb(117,117,117);
	margin:1em 20px;
	padding-left:30px;
	background:transparent url(../images/quote.png) no-repeat;
}
hr {
	margin: 20px 0;
}
/*-----------------------------------------------------*/
/*----------------------Layout-------------------------*/
/*-----------------------------------------------------*/
/*----------------------Base---------------------------*/
.wrapper {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0;
	clear: both;
}
/*center class to center elements*/
.center {
	width:100%;
	text-align:center;
	margin: 0 auto;
}
/*micro grid for splash*/
.splash-half {
	width:475px;
	position:relative;
	float:right;
	display:block;
	margin-left: 30px;
}
/* rest of the content*/
.one-half {
	width:444px;
	float:left;
	margin-left:30px;
}
.one-third {
	width:296px;
	float:left;
	margin-left:30px;
}
.one-third img {
	width:100%;
	margin-bottom:30px;
}
.two-third {
	width:590px;
	float:left;
	margin-left:30px;
}
.one-forth {
	width:207px;
	float:left;
	margin-left: 30px;
}
/* .first clears margin on grid--*/
.first {
	margin-left:0px;
}
div.video-frame iframe {
	width:433px;
	height: 213px;
}
/*----------------------Clears-------------------------*/
.container:after {
	content:"ï¿½020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	clear:both;
}
.clearfix:before, .clearfix:after {
	content:'ï¿½020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height: 0;
}
/*-----------------------------------------------------*/
/*--------------------Styling--------------------------*/
/*-----------------------------------------------------*/
/*--------------------Header---------------------------*/
header {
	margin-top:0px;
	height:auto;
}
header div.wapper {
	padding-top: 30px;
}
/*--------------------Logo---------------------------*/
h1.logo {
	position:relative;
	float:left;
	margin:0;
	line-height: 20px;
}
/*-------------------Navigation------------------------*/
nav#top-nav, nav#bottom-nav {
	float:right;
}
nav#top-nav {
	margin-top:25px;
}
nav ul {
	list-style:none;
}
nav ul li {
	display:inline;
	margin:30px;
	color:#190b0d;
	font-size:36px;
	font-weight:bold;
}
nav ul li:last-child {
	margin-right:0px;
}
nav ul li a {
	color:#190b0d;
	text-decoration:none!important;
}
nav ul li a.active {
	color:#8abb83;
}
nav ul li a:hover {
	color: #8abb83;
}
nav#top-nav span {
	white-space:nowrap;
}
/*---------------------Buttons-------------------------*/
ul.cta {
	margin-top:15px;
	margin-bottom:15px;
	list-style:none;
}
ul.cta li {
	display:inline-block;
	margin-left:10px;
	margin: 0;
}
/*controls the -or-*/
li.split {
	font-size:0.714em;
	margin:0 5px;
}
a[class*=btn-] {
	font-family:'Open Sans', sans-serif;
	font-size:1.429em;
	color:white;
	text-shadow:0px 1px 1px rgba(0,0,0,.4);
	display:block;
	height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	line-height:34px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:none;
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align:center;
}
a[class*=btn-]:after {
	content:'';
	position:relative;
	display:block;
	top:1px;
	width:200px;
	left:7px;
	height:35px;
	background:url(../images/btn_shadow.png) no-repeat 0 4px;
}
a.btn-blue {
	background-color:#30a3e3;
	background:-webkit-linear-gradient(top, #30a3e3, #278fdc);
	background:-moz-linear-gradient(top, #30a3e3, #278fdc);
	background:-o-linear-gradient(top, #30a3e3, #278fdc);
	background:-ms-linear-gradient(top, #30a3e3, #278fdc);
	background:linear-gradient(top, #30a3e3, #278fdc);
	border:1px solid #1d69a2;
}
a.btn-blue span.price {
	position:relative;
	height:34px;
	left:-14px;
	border-right:1px solid #1d69a2;
	padding:5px 8px 5px 0;
}
a.btn-blue:hover {
	background-color:#278fdc;
	background:-webkit-linear-gradient(top, #278fdc, #30a3e3);
	background:-moz-linear-gradient(top, #278fdc, #30a3e3);
	background:-o-linear-gradient(top, #278fdc, #30a3e3);
	background:-ms-linear-gradient(top, #278fdc, #30a3e3);
	background:linear-gradient(top, #278fdc, #30a3e3);
}
a.btn-green {
	background-color:#c2d055;
	background:-webkit-linear-gradient(top, #c2d055, #a8b449);
	background:-moz-linear-gradient(top, #c2d055, #a8b449);
	background:-o-linear-gradient(top, #c2d055, #a8b449);
	background:-ms-linear-gradient(top, #c2d055, #a8b449);
	background:linear-gradient(top, #c2d055, #a8b449);
	border:1px solid #859c51;
}
a.btn-green span.price {
	position:relative;
	height:34px;
	left:-14px;
	border-right:1px solid #859c51;
	padding:5px 8px 5px 0;
}
a.btn-green:hover {
	background-color:#a8b449;
	background:-webkit-linear-gradient(top, #a8b449, #c2d055);
	background:-moz-linear-gradient(top, #a8b449, #c2d055);
	background:-o-linear-gradient(top, #a8b449, #c2d055);
	background:-ms-linear-gradient(top, #a8b449, #c2d055);
	background:linear-gradient(top, #a8b449, #c2d055);
}
a.btn-red {
	background-color:#e26563;
	background:-webkit-linear-gradient(top, #e26563, #d94b4a);
	background:-moz-linear-gradient(top, #e26563, #d94b4a);
	background:-o-linear-gradient(top, #e26563, #d94b4a);
	background:-ms-linear-gradient(top, #e26563, #d94b4a);
	background:linear-gradient(top, #e26563, #d94b4a);
	border:1px solid #ac3b3a;
}
a.btn-red span.price {
	position:relative;
	height:34px;
	left:-14px;
	border-right:1px solid #ac3b3a;
	padding:5px 8px 5px 0;
}
a.btn-red:hover {
	background-color:#d94b4a;
	background:-webkit-linear-gradient(top, #d94b4a, #e26563);
	background:-moz-linear-gradient(top, #d94b4a, #e26563);
	background:-o-linear-gradient(top, #d94b4a, #e26563);
	background:-ms-linear-gradient(top, #d94b4a, #e26563);
	background:linear-gradient(top, #d94b4a, #e26563);
	border:1px solid #ac3b3a;
}
a.btn-grey {
	background-color:#f7f7f7;
	background:-webkit-linear-gradient(top, #f7f7f7, #efedee);
	background:-moz-linear-gradient(top, #f7f7f7, #efedee);
	background:-o-linear-gradient(top, #f7f7f7, #efedee);
	background:-ms-linear-gradient(top, #f7f7f7, #efedee);
	background:linear-gradient(top, #f7f7f7, #efedee);
	text-shadow:none;
	color:#4b4f56;
	border:1px solid #cdcdcd;
}
a.btn-grey span.price {
	position:relative;
	height:34px;
	left:-14px;
	border-right:1px solid #cdcdcd;
	padding:5px 8px 5px 0;
}
a.btn-grey:hover {
	background-color:#efedee;
	background:-webkit-linear-gradient(top, #efedee, #f7f7f7);
	background:-moz-linear-gradient(top, #efedee, #f7f7f7);
	background:-o-linear-gradient(top, #efedee, #f7f7f7);
	background:-ms-linear-gradient(top, #efedee, #f7f7f7);
	background:linear-gradient(top, #efedee, #f7f7f7);
}
ul.buttons {
	list-style:none;
}
ul.buttons li {
	display:inline-block;
	float:left;
	margin: 0 20px 35px 0;
}
/*--------------------splash---------------------------*/
section.splash {
	width:100%;
	padding:0;
	/*	background:url(../images/background.jpg) center top no-repeat #190b0d; */
	margin-bottom:0;
}
section.splash p {
	margin:40px 0 70px;
}
#splash-img {
	position:relative;
	float:left;
	top:7px;
}
.splash-smaller {
	display: none;
}
/*---------------Trial Box---------------------------*/
section#trial {
	width:475px;
	padding:0px 0;
	margin:0px 0 0 -40px;
}
section#trial.box {
	padding:15px 0 0 0;
}
.trial-title {
 font-family:: Arial, Helvetica, sans-serif;
	font-size:25px;
	text-align:center;
	color:#996bce!important;
	text-shadow:#000 2px 2px 6px;
}
.trial-title strong, .thankyou strong {
	color:#d80e41;
}
#trial-ty .trial-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
	text-align:center;
	color:yellow;
	text-shadow:#000 2px 2px 6px;
	padding-top:20px;
}
.trial-title span {
	color:#fff;
	font-weight:700;
}
.trial-title li {
	line-height:1.15em;
}
section#trial ul {
	list-style:none;
}
section#trial ul li {
	display:inline-block;
}
section#trial p {
	margin-top:0px;
	margin-bottom:5px;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-shadow:#000 2px 2px 6px;
}
span.offer {
	position:absolute;
	width:114px;
	height:114px;
	display:block;
	background-image:url(../images/trial_corn.png);
	top:0;
	left:362px;
}
input.trial-name {
	width:180px;
	margin-right:10px;
}
input.trial-email {
	width:200px;
}
input.bMonth {
	width:60px;
	margin-right:10px;
}
input.bDay {
	width:60px;
	margin-right:10px;
}
input.bYear {
	width:90px;
}
/*button.blue {
	font-family:'Open Sans',sans-serif;
	font-size:1.429em;
	color:white;
	text-shadow:0px 1px 1px rgba(0,0,0,.4);
	display:block;
	height:35px;
	width:200px;
	max-width:200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	line-height:28px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:none;
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align:center;
	background-color:#fc5afc;
	background:-webkit-linear-gradient(top,#fc5afc,#ce49ce);
	background:-moz-linear-gradient(top,#fc5afc,#ce49ce);
	background:-o-linear-gradient(top,#fc5afc,#ce49ce);
	background:-ms-linear-gradient(top,#fc5afc,#ce49ce);
	background:linear-gradient(top,#fc5afc,#ce49ce);
	border:1px solid #1d69a2;
	cursor:pointer;
	position:relative;
	margin:10px auto 5px auto;
}*/
button.blue:after {
	background:none;
}
label.check-label {
	color:#fff;
	font-size: 0.714em;
	line-height: 0.714em;
	padding: 0px;
	margin: 0px;
}
.legal-stuff {
	color: #fff;
	font-size: 0.714em;
	line-height: 0.714em;
	padding: 0px;
	margin: 0px;
}
/*---------------Trial TY Box---------------------------*/
section#trial-ty {
	width:475px;
	padding:0px 0;
	margin:0px 0 0 -20px;
}
section#trial-ty .trial-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:60px;
	text-align:center;
	color:yellow;
	text-shadow:#000 2px 2px 6px;
}
section#trial-ty .trial-title span {
	color:#fff;
	font-weight:700;
}
section#trial-ty .trial-title li {
	line-height:1.2em;
}
section#trial-ty ul {
	list-style:none;
}
section#trial-ty ul li {
	display:inline-block;
}
section#trial-ty p {
	margin-top:0px;
	margin-bottom:5px;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-shadow:#000 2px 2px 6px;
}
span.offer {
	position:absolute;
	width:114px;
	height:114px;
	display:block;
	background-image:url(../images/trial_corn.png);
	top:0;
	left:362px;
}
input.trial-name {
	width:180px;
	margin-right:10px;
}
input.trial-email {
	width:200px;
}
input.bMonth {
	width:60px;
	margin-right:10px;
}
input.bDay {
	width:60px;
	margin-right:10px;
}
input.bYear {
	width:90px;
}
button.blue {
	font-family:'Open Sans', sans-serif;
	font-size:1.429em;
	color:white;
	text-shadow:0px 1px 1px rgba(0,0,0,.4);
	display:block;
	height:35px;
	width:120px;
	max-width:200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	line-height:28px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:none;
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,.5);
	text-align:center;
	background-color:#fc5afc;
	background:-webkit-linear-gradient(top, #664a04, #d80e41);
	background:-moz-linear-gradient(top, #664a04, #d80e41);
	background:-o-linear-gradient(top, #664a04, #d80e41);
	background:-ms-linear-gradient(top, #664a04, #d80e41);
	background:linear-gradient(top, #664a04, #d80e41);
	border:1px solid #ffb00f;
	cursor:pointer;
	position:relative;
	margin:10px auto 5px auto;
}
button.blue:after {
	background:none;
}
label.check-label {
	color:#fff;
	font-size: 0.714em;
	line-height: 0.714em;
}
/*-------------------Container-------------------------*/
section.container {
	width:100%;
	height:auto;
	padding:30px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #d8d8d8;
	border:1px solid rgb(216,216,216);
	background-color:white;
	-webkit-box-shadow:0 10px 20px -20px rgba(0,0,0,.7);
	-moz-box-shadow:0 10px 20px -20px rgba(0,0,0,.7);
	box-shadow:0 10px 20px -20px rgba(0,0,0,.7);
	overflow:hidden;
	margin: 10px 0 20px;
}
/*--------------------Benefits--------------------------*/
/*-----------------------Large--------------------------*/
.wrapper-bullets {
	position:relative;
	width:980px;
	margin:0 auto;
	padding:0;
	clear: both;
}
section#l-benefits {
	text-align:left;
	background: none;
	border: none;
	padding: 10px 30px;
}
section#l-benefits.container {
}
section#l-benefits.container ul li {
	text-align:left;
	list-style-type:disc;
	list-style-position:outside;
	float: none;
	width: 100%;
	font-size: 13px;
	margin: 0 0 10px 15px;
	line-height:15px;
}
section#l-benefits .one-half {
	width: 418px;
	float: left;
	margin-left: 30px;
}
section#l-benefits .header {
	color: #801a89;
	font-size: 16px;
}
img.benefit {
	float:left;
}
div.right {
	float:right;
	max-width:280px;
	margin-bottom: 40px;
}
/*----------------------Footer-------------------------*/
footer {
	margin:0 0 15px 0;
}
p.copyright {
	font-size:0.786em;
	line-height:1.7em;
	padding:10px 0 0 0;
	border-top:solid 0px #CCC;
}
p.copyright a {
	color:gray;
	text-decoration:underline;
}
p.copyright a:hover {
	text-decoration:none;
}
.footer-note {
	color:#5F0D3B;
	font-size:24px;
	line-height:1.2em;
	padding:40px 0 0 0;
	margin:0 0 10px 0;
}
.trial-footer {
	position:relative;
	margin:0 auto 10px auto;
	list-style-type:none;
	display:inline-block;
	font-family:'Bevan', cursive;
	font-size:28px;
	text-align:center;
	color:#E23D75;
}
.trial-footer li {
	text-align:center;
	line-height:1.2em;
	float:left;
}
.trial-footer span {
	color:#ffe7db;
	font-weight: 700;
}
/*********************************************************************************************************************************************/
/*ADDED STYLES*/
/*********************************************************************************************************************************************/
/*--Horoscope Form--*/
.form-div {
	width:100%;
	position:relative;
	margin:0 auto;
	text-align:center;
}
#birthdate {
	margin:0;
}
#category {
	margin:0;
	padding:0px;
}
#birthdate label, #category label {
	font-size:14px;
	color: #FFF!important;
}
/*---Video Listing---*/
.container ul {
	width:inherit;
	position:relative;
	margin:5px auto 0 auto;
	;
	list-style-type:none;
	display:inline-block;
}
.container ul li {
	width:33.3%;
	position:relative;
	float:left;
	text-align:center;
}
.container ul li:first {
 text-align:left;
}
.container ul li:last {
 text-align: right;
}
/*--- End of Video Listing---*/
.wrapper h2 {
	text-align:center;
}
.footer-logo {
	width:100%;
	text-align:center;
	padding: 20px 0 0 0;
}
.videos-wrapper {
	padding:15px 0;
	background:#f0cabb;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe7db', endColorstr = '#f0cabb');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe7db',endColorstr = '#f0cabb')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image:-moz-linear-gradient(top, #ffe7db, #f0cabb);
	background-image:-ms-linear-gradient(top, #ffe7db, #f0cabb);
	background-image:-o-linear-gradient(top, #ffe7db, #f0cabb);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#ffe7db), to(#f0cabb));
	background-image:-webkit-linear-gradient(top, #ffe7db, #f0cabb);
	background-image:linear-gradient(top, #ffe7db, #f0cabb);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
.videos-wrapper h2 {
	color:#190b0d!important;
}
.thankyou {
 margin:5px 0 5px 0!important!important;
	text-align:center;
	font-size:24px!important;
	line-height:1.4em;
}
.thankyou-phone strong {
	margin:20px 0 10px 0!important;
	text-align:center;
	font-size:30px!important;
	line-height:1.4em;
	color: #996bce;
}
.thankyou-title {
	margin:10px 0 5px 0!important;
	text-align:center;
	font-size:32px!important;
	line-height:1.4em;
}
.thankyou a {
	color:#fff;
	text-decoration:underline!important;
}
.thankyou a:hover {
	text-decoration: none!important;
}
/*-----------------------------------------------------*/
/*-----------------Responvive-Layout-------------------*/
/*-----------------------------------------------------*/
/*-----------------Tablet-Portrait---------------------*/
@media only screen and (min-width:768px) and (max-width:959px) {
/*-----------------------Setup------------------------*/
	.wrapper {
	width:748px;
 padding:
}
.wrapper-bullets {
	width:748px;
}
.first {
	margin: 0;
}
/*----------------------Splash------------------------*/
	section.splash {
/*		background:url(../images/background.jpg) left top no-repeat #190b0d; */
	}
.splash-smaller {
	display:none!important;
}
section.splash {
	overflow:hidden;
	min-height: 18em;
}
.splash-half {
	/*width:748px;*/
		width:418px;
	text-align:center;
	margin-left:30px;
}
#splash-img {
	display:none;
}
section.splash p {
	margin:20px 0;
}
section#trial {
	text-align:center;
	width:748px;
	padding:0;
}
section#trial.box {
	padding:20px 0 0 0;
}
section#trial p {
}
span.offer {
	left: 635px;
}
/*-----FORM ELEMENTS----*/
	section#trial {
	width:418px;
	padding:15px 0;
	margin:0;
	-webkit-border-radius:7px 10px 7px 7px;
	-moz-border-radius:7px 10px 7px 7px;
	border-radius:7px 10px 7px 7px;
	boder:solid 3px #f00;
}
.trial-title {
	text-align:center;
	text-shadow:#000 2px 2px 6px;
}
.trial-title span {
	color:#fff;
	font-weight:700;
}
input.trial-name {
	width:170px;
}
input.trial-email {
	width:170px;
}
#birthdate {
	margin:0!important;
}
#birthdate label {
	font-size:14px;
	color:#FFF;
	text-align:center;
}
button.blue {
	margin:10px auto 10px auto;
}
input[type="checkbox"] {
	margin-left: 0;
}
/*-----END OF FORM ELEMENTS----*/
	.splash-smaller {
	width:300px;
	height:350px;
	display:block;
	float:left;
	padding:0;
	margin: 0 100px 0 -100px;
}
/*----------------------Layout----------------------*/
	section.container {
	padding:20px 0;
}
section#l-benefits .one-half {
	width: 330px;
	float: left;
	margin-left: 10px;
}
section#l-benefits section.container {
	padding: 0;
	margin: 0;
}
.one-half img {
	max-width:330px;
}
.one-third {
	width:190px;
	float:left;
	margin-left:30px;
}
.one-third img {
	width:100%;
}
.two-third {
	width:450px;
	float:left;
}
.one-forth {
	width:700px;
	margin: 0 0 20px;
}
/*----------------------Video-----------------------*/
	div.video-frame {
	width:330px;
	height:225px;
}
div.video-frame iframe {
	width:318px;
	height: 213px;
}
/*--------------------Benefits----------------------*/
	div.right {
	float:right;
	max-width:230px;
	margin-bottom:20px;
}
img.benefit {
	float:left;
	width:70px;
	padding-right: 1px;
}
/*----------------------Carousel---------------------*/
	.carousel {
	width:700px;
	padding-top:10px;
	padding-bottom:2px;
	padding-right:0px;
	margin-left: -10px;
}
/*-----------------Footer---------------------*/
	footer {
	margin:0 0 15px 0;
}
.trial-footer li {
	float:none;
	text-align:center;
	line-height: 1.2em;
}
}
/*-----------------Mobile-Landscape---------------------*/
@media only screen and (min-width:480px) and (max-width:767px) {
/*-----------------------Setup------------------------*/
	.maincontainer {
	background: transparent!important;
	background-image:url(../images/maincont_background.png);
}
.wrapper {
	width:450px;
	height:auto;
	padding:0;
}
.wrapper-bullets {
	max-width:300px;
	text-align: center!important;
}
.first {
	margin:0 0 20px 0 !important;
}
blockquote {
	max-width:370px;
}
a[class*=btn-] {
	width:170px;
}
ul.social {
	list-style:none;
	margin-bottom: 20px;
}
/*----------------------Header------------------------*/
	header {
/*margin-bottom:50px;*/
	}
h1.logo {
	float:none;
	width:200px;
	margin:5px auto 0 auto;
	text-align:center;
}
nav#top-nav, nav#bottom-nav {
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	margin-top:5px;
	margin-bottom: 20px;
	text-align:center;
	color: white!important;
}
nav ul li {
	margin:5px 0 10px 0;
	font-size:24px;
}
nav ul li:last-child {
	margin-right: 0;
}
/*-----------------------Splash------------------------*/
	section.splash {
	background: url(../images/backgroundLG.jpg) center 0px no-repeat #000!important;
		overflow:visible!important;
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0 auto 0 auto;
	text-align:center;
	padding:360px 0 0 0;
}
section#trial {
	width:100%;
	position:relative;
	display:block;
	clear:both;
	margin:0;
	padding:0;
}
section#trial p {
	margin:15px 50px;
}
.splash .wrapper {
	margin:0;
	width:100%;
}
input.trial-name {
	width:180px;
}
input.trial-email {
	width:180px;
	margin-left:0;
}
button.blue {
	margin-left:auto;
	margin-right:auto;
}
span.offer {
	left:352px;
}
.splash-half {
	width:418px;
	position:relative;
	margin:10px auto 0 auto;
	text-align:center;
	float:none;
}
#splash-img {
	display:none;
}
.splash-smaller {
	width:100%;
	height:350px;
	display:block;
	position:relative;
	margin:-20px auto 0 auto;
	text-align:center;
	padding:0;
}
.form-div {
	width:400px!important;
}
#birthdate {
	margin:0!important;
}
input[type="checkbox"] {
	margin-left: 0;
}
/*---------------------Layout------------------------*/
	.one-half {
	width:90%;
	float:none;
	padding:0px;
	margin:0 auto;
	;
}
.one-half img {
	max-width:400px;
}
section#l-benefits .one-half {
	width: auto;
	float: left;
	margin-left: 0;
	text-align: center;
}
/*--------------------Video-----------------------*/
	div.video-frame {
	width:400px;
	height:225px;
	margin-bottom:30px;
}
div.video-frame iframe {
	width:388px;
	height: 213px;
}
/*---Video Listing---*/
	.container ul {
	width:inherit;
	position:relative;
	margin:5px auto 0 auto;
	;
	list-style-type:none;
	display:block!important;
	text-align:center!important;
}
.container ul li {
	width:100%!important;
	position:relative;
	float:none!important;
	display:block!important;
	text-align:center!important;
}
 .container ul li:first {
 text-align:center;
}
 .container ul li:last {
 text-align: rigcenterht;
}
/*--- End of Video Listing---*/
	/*------------------Carousel-----------------------*/
	.carousel {
	width:425px;
	padding-top:10px;
	padding-bottom:2px;
	padding-right:0px;
	margin-left: -20px;
}
/*------------------buttons-----------------------*/
	a.btn-blue span.price, a.btn-red span.price, a.btn-green span.price, a.btn-grey span.price {
	left:-18px;
	padding: 5px 6px 4px 0;
}
/*-----------------Footer Phone---------------------*/
	footer {
	background:none;
}
.footer-logo {
	padding:10px 0 0 0!important;
}
.trial-footer li {
	float:none;
	text-align:center;
	line-height: 1.2em;
}
}
/*----------------Mobile-Portrait--------------------*/
@media only screen and (max-width:479px) {
/*-----------------------Setup------------------------*/
	.wrapper {
	width:300px;
	height:auto;
	padding:0 0 10px 0;
}
.wrapper-bullets {
	max-width:300px;
	text-align: center!important;
}
.first {
	margin:0 0 20px 0 !important;
}
blockquote {
	max-width:370px;
}
a[class*=btn-] {
	width:170px;
}
ul.social {
	list-style:none;
	margin-bottom: 20px;
}
/*----------------------Header------------------------*/
	header {
	margin-bottom:0;
}
h1.logo {
	float:none;
	margin:5px auto 0 auto;
	text-align:center;
}
nav#top-nav, nav#bottom-nav {
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	margin-top:5px;
	text-align:center;
}
nav ul li {
	margin:5px 0 10px 0;
	font-size:24px;
}
nav ul li:last-child {
	margin-right: 0;
}
/*-----------------------Splash------------------------*/
	section.splash {
	background: url(../images/backgroundLG.jpg) center 0px no-repeat #000!important;
	overflow:visible!important;
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:-10px auto 0 auto;
	text-align:center;
	padding:360px 0 0 0;
}
section#trial-ty {
	width:100%;
	padding:0px 0;
	margin:0px 0 0 0px;
}
section#trial {
	width:100%;
	position:relative;
	display:block;
	clear:both;
	margin:0;
	padding:0;
}
.trial-title {
	font-size: 20px;
	text-align: center;
	color: rgb(252, 160, 1);
	text-shadow: 2px 2px 6px rgb(0, 0, 0);
}
section#trial p {
	margin:5px 0;
}
.splash .wrapper {
	margin:0;
	width:100%;
}
input.trial-name {
	width:140px;
}
input.trial-email {
	width:140px;
	margin-left:0px;
}
button.blue {
	margin-left:auto;
	margin-right:auto;
}
span.offer {
	left:352px;
}
.splash-half {
	width:90%;
	position:relative;
	margin:10px auto 0 auto;
	text-align:center;
	float:none;
}
#splash-img {
	display:none;
}
input[type="checkbox"] {
	margin-left:0;
}
.form-div {
	overflow:hidden!important;
	margin-left:0px!important;
	padding:0!important;
	text-align:center;
}
#questionDDLMonth {
	width: 55px!important;
}
#questionDDLDay {
	width: 49px!important;
}
#questionDDLYear {
	width: 60px!important;
}
input.trial-name {
	width:110px;
}
input.trial-email {
	width:110px;
	margin-left:0;
}
input.bMonth {
	width:40px;
	margin-right:10px;
}
input.bDay {
	width:40px;
	margin-right:10px;
}
input.bYear {
	width:70px;
}
#birthdate {
	margin:0!important;
}
textarea {
	max-width:250px !important;
	height: 60px;
}
/*---------------------Layout------------------------*/
	.one-half {
	width:90%;
	float:none;
	padding:0px;
	margin:0 auto;
	;
}
.one-half img {
	max-width:400px;
}
section#l-benefits .one-half {
	width: auto;
	float: left;
	margin-left: 0;
	text-align: center;
}
/*   hide 2nd column */

section.one-half.first > one-half {
	display: none!important;
}
/*--------------------Video-----------------------*/
	div.video-frame {
	width:400px;
	height:225px;
	margin-bottom:30px;
}
div.video-frame iframe {
	width:388px;
	height: 213px;
}
/*---Video Listing---*/
	.container ul {
	width:inherit;
	position:relative;
	margin:5px auto 0 auto;
	;
	list-style-type:none;
	display:block!important;
	text-align:center!important;
}
.container ul li {
	width:100%!important;
	position:relative;
	float:none!important;
	display:block!important;
	text-align:center!important;
}
 .container ul li:first {
 text-align:center;
}
 .container ul li:last {
 text-align: rigcenterht;
}
/*--- End of Video Listing---*/
	/*------------------Carousel-----------------------*/
	.carousel {
	width:425px;
	padding-top:10px;
	padding-bottom:2px;
	padding-right:0px;
	margin-left: -20px;
}
/*------------------buttons-----------------------*/
	a.btn-blue span.price, a.btn-red span.price, a.btn-green span.price, a.btn-grey span.price {
	left:-18px;
	padding: 5px 6px 4px 0;
}
/*-----------------Footer Phone---------------------*/
	footer {
	background:none;
}
.footer-logo {
	padding:10px 0 0 0!important;
}
.trial-footer li {
	float:none;
	text-align:center;
	line-height: 1.2em;
}
section#l-benefits.container ul li {
	margin-left:0!important;
}
.splash .wrapper {
	margin: 0 auto!important;
}
}
/*-----------------------------------------------------*/
/*------------------Device-Specific--------------------*/
/*-----------------------------------------------------*/
/*----------------iPad 1&2-----------------------*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.es-nav {
	display: none;
}
}
/*----------------iPad-Retina---------------------*/
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-device-width:1024px) {
.es-nav {
	display: none;
}
}
/*----------------iPhone3gs---------------------*/
@media only screen and (min-device-width:320) and (max-device-width:480px) {
.es-nav {
	display: none;
}
}
/*-------------iPhone-Retina---------------------*/
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-device-width:480px) {
.es-nav {
	display:none;
}
}
body#ie8 a[class*=btn-] {
	overflow:hidden;
	padding-right:20px;
	padding-left: 20px;
}
.afqsubmitbtn {
	margin-top: 20px;
}
/*********************************************************************************************/
/*START OF COUNTDOWN STYLE*/
/*********************************************************************************************/
/*USED*/.hasCountdown{width:100%; display:block; text-align:center; margin-top:0px; margin-right:0; margin-bottom:0px; margin-left:10px; padding-top:0px; padding-right:0px; padding-bottom:30px; padding-left:0px}
/*USED*/.countdown-rtl{direction:rtl}
/*USED*/.countdown-holding span{background-color:#CCC}
/*USED*/.countdown-row{clear:both; padding:40px 2px; text-align:center; width:100%; margin:0 0 10px 0}
/*USED*/.countdown-show1 .countdown-section{width:98%}
/*USED*/.countdown-show2 .countdown-section{width:48%; margin:0 0 0px 0px}
/*USED*/.countdown-show3 .countdown-section{width:32.5%}
/*USED*/.countdown-show4 .countdown-section{width:24.5%}
/*USED*/.countdown-show5 .countdown-section{width:19.5%}
/*USED*/.countdown-show6 .countdown-section{width:16.25%}
/*USED*/.countdown-show7 .countdown-section{width:14%}
/*USED*/.countdown-section{color: #d94c4b; display:block; float:left; font-family:Arial,Helvetica,sans-serif; font-size:20px; font-weight:bold; text-shadow:1px 1px 1px #000; margin:0; padding:0}
/*USED*/.countdown-amount{color: #d94c4b; display:block; font-family:Arial,Helvetica,sans-serif; font-size:24px; font-weight:bold; text-shadow:1px 1px 1px #000; margin:0!important; padding:0}
/*USED*/.countdown-period{color: #d94c4b; display:block; font-family:Arial,Helvetica,sans-serif; font-size:24px; font-weight:bold; text-shadow:1px 1px 1px #000; margin:0!important; padding:0}
/*USED*/.countdown-descr{display:block; width:100%}
/*********************************************************************************************/
/*END OF COUNTDOWN STYLE*/
/*********************************************************************************************/
